aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-10 04:58:52 +0000
committerRichard M. Stallman2004-12-10 04:58:52 +0000
commit593b351755c02c2f32c6717a026d12facf558ea8 (patch)
tree8d12f2c3a648795dfb59498e5b10a2fafeeb3ab1
parentec06d344a39d0aab91909f368831f67de3ac5250 (diff)
downloademacs-593b351755c02c2f32c6717a026d12facf558ea8.tar.gz
emacs-593b351755c02c2f32c6717a026d12facf558ea8.zip
*** empty log message ***
-rw-r--r--etc/NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1faa6b74fc4..ecd6b659270 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2338,6 +2338,12 @@ configuration files.
2338 2338
2339* Lisp Changes in Emacs 21.4 2339* Lisp Changes in Emacs 21.4
2340 2340
2341---
2342** To manipulate the File menu using easy-menu, you must specify the
2343proper name "file". In previous Emacs versions, you had to specify
2344"files", even though the menu item itself was changed to say "File"
2345several versions ago.
2346
2341+++ 2347+++
2342** read-from-minibuffer now accepts an additional argument KEEP-ALL 2348** read-from-minibuffer now accepts an additional argument KEEP-ALL
2343saying to put all inputs in the history list, even empty ones. 2349saying to put all inputs in the history list, even empty ones.
@@ -6448,9 +6454,8 @@ function was declared obsolete.
6448** Function `plist-member' is renamed from `widget-plist-member' (which is 6454** Function `plist-member' is renamed from `widget-plist-member' (which is
6449retained as an alias). 6455retained as an alias).
6450 6456
6451** Easy-menu's :filter now works as in XEmacs. 6457** Easy-menu's :filter now takes the unconverted form of the menu and
6452It takes the unconverted (i.e. XEmacs) form of the menu and the result 6458the result is automatically converted to Emacs' form.
6453is automatically converted to Emacs' form.
6454 6459
6455** The new function `window-list' has been defined 6460** The new function `window-list' has been defined
6456 6461