diff options
| author | Paul Eggert | 2011-05-30 22:15:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-30 22:15:34 -0700 |
| commit | 333d54dade1e7005d5a97612907158fe5ec3d310 (patch) | |
| tree | a5b18c9c6a68d71fddae98aba0d81079068a8c46 /etc | |
| parent | 90856fe0b82ba19d1c3d73a4ba48007380201e66 (diff) | |
| parent | 620c53a664e41788f6d4f8e3f687e1a0d448b857 (diff) | |
| download | emacs-333d54dade1e7005d5a97612907158fe5ec3d310.tar.gz emacs-333d54dade1e7005d5a97612907158fe5ec3d310.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -91,6 +91,10 @@ and pops down the *Completions* buffer accordingly. | |||
| 91 | 91 | ||
| 92 | *** New completion style `substring'. | 92 | *** New completion style `substring'. |
| 93 | 93 | ||
| 94 | *** Completion style can be set per-category `completion-category-overrides'. | ||
| 95 | |||
| 96 | *** Completion of buffers now uses substring completion by default. | ||
| 97 | |||
| 94 | *** `completing-read' can be customized using the new variable | 98 | *** `completing-read' can be customized using the new variable |
| 95 | `completing-read-function'. | 99 | `completing-read-function'. |
| 96 | 100 | ||
| @@ -861,6 +865,14 @@ valid for completion-extra-properties. | |||
| 861 | 865 | ||
| 862 | *** completion-annotate-function is obsolete. | 866 | *** completion-annotate-function is obsolete. |
| 863 | 867 | ||
| 868 | *** New `metadata' method for completion tables. The metadata thus returned | ||
| 869 | can specify various details of the data returned by `all-completions': | ||
| 870 | - `category' is the kind of objects returned (e.g., `buffer', `file', ...), | ||
| 871 | used to select a style in completion-category-overrides. | ||
| 872 | - `annotation-function' to add annotations in *Completions*. | ||
| 873 | - `display-sort-function' to specify how to sort entries in *Completions*. | ||
| 874 | - `cycle-sort-function' to specify how to sort entries when cycling. | ||
| 875 | |||
| 864 | ** `glyphless-char-display' can now distinguish between graphical and | 876 | ** `glyphless-char-display' can now distinguish between graphical and |
| 865 | text terminal display, via a char-table entry that is a cons cell. | 877 | text terminal display, via a char-table entry that is a cons cell. |
| 866 | 878 | ||