comparison etc/NEWS @ 90082:6d92d69fae33

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-41 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-46 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5 Update from CVS: exi/gnus-faq.texi ([4.1]): Typo. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 22 Jan 2005 21:39:38 +0000
parents cb67264d6096 3761d1e2619d
children befae6bafecb
comparison
equal deleted inserted replaced
90081:b1b6eac1aaa3 90082:6d92d69fae33
172 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. 172 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
173 173
174 174
175 * Changes in Emacs 21.4 175 * Changes in Emacs 21.4
176 176
177 ** Emacs now responds to mouse-clicks on the mode-line, header-line and
178 display margin, when run in an xterm.
179
180 ** M-SPC (just-one-space) when given a numeric argument N
181 converts whitespace around point to N spaces.
182
177 ** Control characters and escape glyphs are now shown in the new 183 ** Control characters and escape glyphs are now shown in the new
178 escape-glyph face. 184 escape-glyph face.
179 185
180 ** Non-breaking space and hyphens are now prefixed with an escape 186 ** Non-breaking space and hyphens are now prefixed with an escape
181 character, unless the new user variable `show-nonbreak-escape' is set 187 character, unless the new user variable `show-nonbreak-escape' is set
424 430
425 Hits are fontified in green, and hits in binary files in orange. Grep buffers 431 Hits are fontified in green, and hits in binary files in orange. Grep buffers
426 can be saved and automatically revisited with the new Grep mode. 432 can be saved and automatically revisited with the new Grep mode.
427 433
428 *** Grep commands now have their own submenu and customization group. 434 *** Grep commands now have their own submenu and customization group.
435
436 +++
437 *** `grep-find' is now also available under the name `find-grep' where
438 people knowing `find-grep-dired' would probably expect it.
429 439
430 *** The new variables `grep-window-height', `grep-auto-highlight', and 440 *** The new variables `grep-window-height', `grep-auto-highlight', and
431 `grep-scroll-output' can be used to override the corresponding 441 `grep-scroll-output' can be used to override the corresponding
432 compilation mode settings for grep commands. 442 compilation mode settings for grep commands.
433 443
2538 configuration files. 2548 configuration files.
2539 2549
2540 * Incompatible Lisp Changes in Emacs 21.4 2550 * Incompatible Lisp Changes in Emacs 21.4
2541 2551
2542 +++ 2552 +++
2553 ** `suppress-keymap' now works by remapping `self-insert-command' to
2554 the command `undefined'. (In earlier Emacs versions, it used
2555 `substitute-key-definition' to rebind self inserting characters to
2556 `undefined'.)
2557
2558 +++
2543 ** Mode line display ignores text properties as well as the 2559 ** Mode line display ignores text properties as well as the
2544 :propertize and :eval forms in the value of a variable whose 2560 :propertize and :eval forms in the value of a variable whose
2545 `risky-local-variable' property is nil. 2561 `risky-local-variable' property is nil.
2546 2562
2547 * Lisp Changes in Emacs 21.4 2563 * Lisp Changes in Emacs 21.4
2576 the text before point. Specifying the LIMIT argument bounds how far 2592 the text before point. Specifying the LIMIT argument bounds how far
2577 back the match can start; this is a way to keep it from taking too long. 2593 back the match can start; this is a way to keep it from taking too long.
2578 2594
2579 +++ 2595 +++
2580 ** New functions `make-progress-reporter', `progress-reporter-update', 2596 ** New functions `make-progress-reporter', `progress-reporter-update',
2581 `progress-reporter-force-update' and `progress-reporter-done' provide 2597 `progress-reporter-force-update', `progress-reporter-done', and
2582 a simple and efficient way for a command to present progress messages 2598 `dotimes-with-progress-reporter' provide a simple and efficient way for
2583 for the user. 2599 a command to present progress messages for the user.
2584 2600
2585 --- 2601 ---
2586 ** To manipulate the File menu using easy-menu, you must specify the 2602 ** To manipulate the File menu using easy-menu, you must specify the
2587 proper name "file". In previous Emacs versions, you had to specify 2603 proper name "file". In previous Emacs versions, you had to specify
2588 "files", even though the menu item itself was changed to say "File" 2604 "files", even though the menu item itself was changed to say "File"