comparison etc/NEWS @ 54788:8ef1dfe52aef

Added "Visual feedback of *Completions* buffer is enhanced.".
author Masatake YAMATO <jet@gyve.org>
date Sun, 11 Apr 2004 18:11:37 +0000
parents 6accc4c8d7cb
children 795d79cea402
comparison
equal deleted inserted replaced
54787:c75633459e63 54788:8ef1dfe52aef
1595 1595
1596 +++ 1596 +++
1597 ** The completion commands TAB, SPC and ? in the minibuffer apply only 1597 ** The completion commands TAB, SPC and ? in the minibuffer apply only
1598 to the text before point. If there is text in the buffer after point, 1598 to the text before point. If there is text in the buffer after point,
1599 it remains unchanged. 1599 it remains unchanged.
1600
1601 ** Visual feedback of *Completions* buffer is enhanced.
1602 Faces are put on the common prefix substrings and the first uncommon
1603 charachters of each completion candidate in the *Completions* buffer.
1604 `completion-de-emphasis' is put on the common prefix substrings as the
1605 face; and `completion-emphasis' is put on the first uncommon
1606 charachters. By default `completion-de-emphasis' is inherited from
1607 `default' face. `completion-emphasis' is inherited from `bold' face.
1600 1608
1601 +++ 1609 +++
1602 ** New user option `inhibit-startup-buffer-menu'. 1610 ** New user option `inhibit-startup-buffer-menu'.
1603 When loading many files, for instance with `emacs *', Emacs normally 1611 When loading many files, for instance with `emacs *', Emacs normally
1604 displays a buffer menu. This option turns the buffer menu off. 1612 displays a buffer menu. This option turns the buffer menu off.