diff options
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -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 | ||
| 2343 | proper name "file". In previous Emacs versions, you had to specify | ||
| 2344 | "files", even though the menu item itself was changed to say "File" | ||
| 2345 | several 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 |
| 2343 | saying to put all inputs in the history list, even empty ones. | 2349 | saying 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 |
| 6449 | retained as an alias). | 6455 | retained 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 |
| 6452 | It takes the unconverted (i.e. XEmacs) form of the menu and the result | 6458 | the result is automatically converted to Emacs' form. |
| 6453 | is 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 | ||