aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5cf4cd1b7cf..01b767b62f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -111,6 +111,10 @@ and pops down the *Completions* buffer accordingly.
111*** `completing-read' can be customized using the new variable 111*** `completing-read' can be customized using the new variable
112`completing-read-function'. 112`completing-read-function'.
113 113
114*** minibuffer-local-filename-must-match-map is not used any more.
115Instead, the bindings in minibuffer-local-filename-completion-map are combined
116with minibuffer-local-must-match-map.
117
114** auto-mode-case-fold is now enabled by default. 118** auto-mode-case-fold is now enabled by default.
115 119
116** smtpmail changes 120** smtpmail changes
@@ -1094,6 +1098,7 @@ as well as those in the -*- line.
1094--- 1098---
1095** rx.el has a new `group-n' construct for explicitly numbered groups. 1099** rx.el has a new `group-n' construct for explicitly numbered groups.
1096 1100
1101** keymaps can inherit from multiple parents.
1097 1102
1098* Changes in Emacs 24.1 on non-free operating systems 1103* Changes in Emacs 24.1 on non-free operating systems
1099 1104