]> git.eshelyaron.com Git - emacs.git/commitdiff
Aggregate change log mode changes. Update documentation status.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 13 Jul 2008 20:38:12 +0000 (20:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 13 Jul 2008 20:38:12 +0000 (20:38 +0000)
etc/NEWS

index 993975293e9e0636b8a095c04e397f38d857d924..d1c6a41db90647275e8cfad1c3554179915f31ee 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -185,7 +185,7 @@ handle long lines: truncation, continuation at the window edge, and
 the new word wrapping option (see Editing Changes, below).
 
 ** Mode-line changes
-
++++
 *** The mode-line displays a `@', instead of `-', if the
 default-directory for the current buffer is on a remote machine.
 
@@ -203,6 +203,7 @@ variables.  For more information, see `set-directory-project' and
 \f
 * Startup Changes in Emacs 23.1
 
++++
 ** The option `inhibit-startup-screen' (with aliases to old names
 `inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit
 display of the initial message in the *scratch* buffer.  If you don't
@@ -534,6 +535,14 @@ It has been used to add items to the list `holiday-oriental-holidays'.
 *** `diary-remind' accepts a negative number -DAYS as a shorthand for
 the list (1 2 ... DAYS).
 
+** Change Log mode
+
+*** The new command C-c C-f (change-log-find-file) finds the file
+associated with the current log entry.
+
+*** The new command C-c C-c (change-log-goto-source) goes to the
+source code associated with a log entry.
+
 ** Compile and grep modes
 
 *** The mode-line entry for the *compilation* and *grep* buffer is color coded.
@@ -719,12 +728,6 @@ to update it to the new VC.
 
 ** Miscellaneous
 
-*** In Change Log mode, the new command C-c C-f (change-log-find-file)
-finds the file associated with the current log entry.
-
-*** In Change Log mode, the new command C-c C-c (change-log-goto-source)
-goes to the source code associated with a log entry.
-
 *** comint-mode uses `start-file-process' now (see Lisp Changes).
 If `default-directory' is a remote file name, subprocesses are started
 on the corresponding remote system.