comparison etc/NEWS @ 96651:dd7d28f3d635

Aggregate change log mode changes. Update documentation status.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 13 Jul 2008 20:38:12 +0000
parents aee1275a4e6e
children 41a704dfdf7b
comparison
equal deleted inserted replaced
96650:d010216f9d3f 96651:dd7d28f3d635
183 has been replaced with a submenu offering three different ways to 183 has been replaced with a submenu offering three different ways to
184 handle long lines: truncation, continuation at the window edge, and 184 handle long lines: truncation, continuation at the window edge, and
185 the new word wrapping option (see Editing Changes, below). 185 the new word wrapping option (see Editing Changes, below).
186 186
187 ** Mode-line changes 187 ** Mode-line changes
188 188 +++
189 *** The mode-line displays a `@', instead of `-', if the 189 *** The mode-line displays a `@', instead of `-', if the
190 default-directory for the current buffer is on a remote machine. 190 default-directory for the current buffer is on a remote machine.
191 191
192 *** The mode-line displays a mode menu when mouse-1 is clicked on a 192 *** The mode-line displays a mode menu when mouse-1 is clicked on a
193 minor mode, in the same way as it already did for major modes. 193 minor mode, in the same way as it already did for major modes.
201 `define-project-bindings'. 201 `define-project-bindings'.
202 202
203 203
204 * Startup Changes in Emacs 23.1 204 * Startup Changes in Emacs 23.1
205 205
206 +++
206 ** The option `inhibit-startup-screen' (with aliases to old names 207 ** The option `inhibit-startup-screen' (with aliases to old names
207 `inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit 208 `inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit
208 display of the initial message in the *scratch* buffer. If you don't 209 display of the initial message in the *scratch* buffer. If you don't
209 want to display the initial message in the *scratch* buffer at startup, 210 want to display the initial message in the *scratch* buffer at startup,
210 you can set the option `initial-scratch-message' to nil. 211 you can set the option `initial-scratch-message' to nil.
532 It has been used to add items to the list `holiday-oriental-holidays'. 533 It has been used to add items to the list `holiday-oriental-holidays'.
533 534
534 *** `diary-remind' accepts a negative number -DAYS as a shorthand for 535 *** `diary-remind' accepts a negative number -DAYS as a shorthand for
535 the list (1 2 ... DAYS). 536 the list (1 2 ... DAYS).
536 537
538 ** Change Log mode
539
540 *** The new command C-c C-f (change-log-find-file) finds the file
541 associated with the current log entry.
542
543 *** The new command C-c C-c (change-log-goto-source) goes to the
544 source code associated with a log entry.
545
537 ** Compile and grep modes 546 ** Compile and grep modes
538 547
539 *** The mode-line entry for the *compilation* and *grep* buffer is color coded. 548 *** The mode-line entry for the *compilation* and *grep* buffer is color coded.
540 It has different colors for to show that: (a) the command is still 549 It has different colors for to show that: (a) the command is still
541 running, (b) successful completion, (c) error. 550 running, (b) successful completion, (c) error.
717 *** VC Support for Meta-CVS has been removed for lack of maintainer able 726 *** VC Support for Meta-CVS has been removed for lack of maintainer able
718 to update it to the new VC. 727 to update it to the new VC.
719 728
720 ** Miscellaneous 729 ** Miscellaneous
721 730
722 *** In Change Log mode, the new command C-c C-f (change-log-find-file)
723 finds the file associated with the current log entry.
724
725 *** In Change Log mode, the new command C-c C-c (change-log-goto-source)
726 goes to the source code associated with a log entry.
727
728 *** comint-mode uses `start-file-process' now (see Lisp Changes). 731 *** comint-mode uses `start-file-process' now (see Lisp Changes).
729 If `default-directory' is a remote file name, subprocesses are started 732 If `default-directory' is a remote file name, subprocesses are started
730 on the corresponding remote system. 733 on the corresponding remote system.
731 734
732 *** In Dired, C-x C-q now runs the command wdired-change-to-wdired-mode, 735 *** In Dired, C-x C-q now runs the command wdired-change-to-wdired-mode,