Mercurial > emacs
comparison etc/NEWS @ 58946:9b6234081dc1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 2004 19:46:36 +0000 |
parents | 56a0a4cbf781 |
children | 51001c08fc00 |
comparison
equal
deleted
inserted
replaced
58945:2cce3ac9ec7b | 58946:9b6234081dc1 |
---|---|
2369 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2369 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2370 configuration files. | 2370 configuration files. |
2371 | 2371 |
2372 * Lisp Changes in Emacs 21.4 | 2372 * Lisp Changes in Emacs 21.4 |
2373 | 2373 |
2374 ** (while-no-input BODY...) runs BODY, but only so lomg as no input | |
2375 arrives. If the user types or clicks anything, BODY stops as if a | |
2376 quit had occurred. while-no-input returns the value of BODY, if BODY | |
2377 finishes. It returns nil if BODY was aborted. | |
2378 | |
2374 --- | 2379 --- |
2375 ** To manipulate the File menu using easy-menu, you must specify the | 2380 ** To manipulate the File menu using easy-menu, you must specify the |
2376 proper name "file". In previous Emacs versions, you had to specify | 2381 proper name "file". In previous Emacs versions, you had to specify |
2377 "files", even though the menu item itself was changed to say "File" | 2382 "files", even though the menu item itself was changed to say "File" |
2378 several versions ago. | 2383 several versions ago. |
2618 | 2623 |
2619 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use | 2624 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use |
2620 around potentially blocking or long-running code in timers | 2625 around potentially blocking or long-running code in timers |
2621 and post-command-hooks. | 2626 and post-command-hooks. |
2622 | 2627 |
2623 ** An unconditional face specification in defface (one where the DISPLAY part | 2628 ** The first face specification element in a defface can specify |
2624 is just t) applies to all cases and does not override subsequent entries. | 2629 `default' instead of frame classification. Then its attributes act as |
2630 defaults that apply to all the subsequent cases (and may be overridden | |
2631 by them). | |
2625 | 2632 |
2626 +++ | 2633 +++ |
2627 ** New face attribute `min-colors' can be used to tailor the face color | 2634 ** New face attribute `min-colors' can be used to tailor the face color |
2628 to the number of colors supported by a display, and define the | 2635 to the number of colors supported by a display, and define the |
2629 foreground and background colors accordingly so that they look best on | 2636 foreground and background colors accordingly so that they look best on |