comparison etc/NEWS @ 58878:bcd1ddcb0e39

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Dec 2004 04:58:52 +0000
parents 8cf051896b6b
children ebb34c86e3e9
comparison
equal deleted inserted replaced
58877:37065aa55b42 58878:bcd1ddcb0e39
2335 2335
2336 ** `cfengine-mode' is a major mode for editing GNU Cfengine 2336 ** `cfengine-mode' is a major mode for editing GNU Cfengine
2337 configuration files. 2337 configuration files.
2338 2338
2339 * Lisp Changes in Emacs 21.4 2339 * Lisp Changes in Emacs 21.4
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.
2340 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.
2344 2350
6446 function was declared obsolete. 6452 function was declared obsolete.
6447 6453
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
6457 - Function: window-list &optional FRAME WINDOW MINIBUF 6462 - Function: window-list &optional FRAME WINDOW MINIBUF
6458 6463