diff options
| author | Joakim Verona | 2012-03-25 22:04:52 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-03-25 22:04:52 +0200 |
| commit | 75da28a3845b9dfa4e730cfa19c14edc52cbb222 (patch) | |
| tree | b04519bffcb21264cbe3ce8af13df7186548667f /etc | |
| parent | b827329a89291ed68dd017c53976be7ce5ed3b22 (diff) | |
| parent | f514f6f0e3f8bbeb5212d0337e5bda5a9a4eaeb5 (diff) | |
| download | emacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.tar.gz emacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -123,6 +123,8 @@ and pops down the *Completions* buffer accordingly. | |||
| 123 | *** Completion style can be set per-category `completion-category-overrides'. | 123 | *** Completion style can be set per-category `completion-category-overrides'. |
| 124 | +++ | 124 | +++ |
| 125 | *** Completion of buffers now uses substring completion by default. | 125 | *** Completion of buffers now uses substring completion by default. |
| 126 | --- | ||
| 127 | *** The `widget-complete-field' option has been removed. | ||
| 126 | 128 | ||
| 127 | ** Mail changes | 129 | ** Mail changes |
| 128 | 130 | ||
| @@ -1546,6 +1548,10 @@ inherits from multiple maps, eg: | |||
| 1546 | (set-keymap-parent newmap (make-composed-keymap othermap parent)) | 1548 | (set-keymap-parent newmap (make-composed-keymap othermap parent)) |
| 1547 | 1549 | ||
| 1548 | +++ | 1550 | +++ |
| 1551 | ** New function `string-prefix-p'. | ||
| 1552 | (This was actually added in Emacs 23.2 but was not advertised at the time.) | ||
| 1553 | |||
| 1554 | +++ | ||
| 1549 | ** New reader macro ## that stands for the empty symbol. | 1555 | ** New reader macro ## that stands for the empty symbol. |
| 1550 | This means that the empty symbol can now be read back. Also, #: by itself | 1556 | This means that the empty symbol can now be read back. Also, #: by itself |
| 1551 | (when not immediately followed by a possible symbol character) stands for | 1557 | (when not immediately followed by a possible symbol character) stands for |