Mercurial > emacs
comparison etc/NEWS @ 104785:7c703efbce29
(completion-try-completion, completion-all-completions):
Remove ill-defined (and mistakenly installed and luckily never used nor
documented) `completion-styles' property.
(completion-initials-expand, completion-initials-all-completions)
(completion-initials-try-completion): New functions.
(completion-styles-alist): Add doc to each entry.
Add new `initials' entry.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 01 Sep 2009 19:49:34 +0000 |
parents | 8d8d06eea864 |
children | 6e7b745a5ee5 |
comparison
equal
deleted
inserted
replaced
104784:5b25a52d36d3 | 104785:7c703efbce29 |
---|---|
31 This might not work on all platforms. | 31 This might not work on all platforms. |
32 | 32 |
33 *** --enable-checking[=OPTIONS] builds emacs with extra runtime checks. | 33 *** --enable-checking[=OPTIONS] builds emacs with extra runtime checks. |
34 | 34 |
35 * Changes in Emacs 23.2 | 35 * Changes in Emacs 23.2 |
36 | |
37 ** New completion-style `initials' to complete M-x lch to list-command-history. | |
36 | 38 |
37 ** Unibyte sessions are declared obsolete. | 39 ** Unibyte sessions are declared obsolete. |
38 I.e. the use of the environment variable EMACS_UNIBYTE, or command line | 40 I.e. the use of the environment variable EMACS_UNIBYTE, or command line |
39 arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte | 41 arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte |
40 is deprecated. Similarly for custom-izing enable-multibyte-characters, or | 42 is deprecated. Similarly for custom-izing enable-multibyte-characters, or |