changeset 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 d010216f9d3f
children a77be0c2c2f7
files etc/NEWS
diffstat 1 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Jul 13 20:37:02 2008 +0000
+++ b/etc/NEWS	Sun Jul 13 20:38:12 2008 +0000
@@ -185,7 +185,7 @@
 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 @@
 
 * 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 @@
 *** `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 @@
 
 ** 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.