aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-13 20:38:12 +0000
committerChong Yidong2008-07-13 20:38:12 +0000
commita6b85944c7ff03b297f7db65dec0424e23671525 (patch)
treed8ad562bd09551fa20ac821e8c046ef8b6229b6b
parentaf07efeb04416e82f610e640d0e497b057f34b9a (diff)
downloademacs-a6b85944c7ff03b297f7db65dec0424e23671525.tar.gz
emacs-a6b85944c7ff03b297f7db65dec0424e23671525.zip
Aggregate change log mode changes. Update documentation status.
-rw-r--r--etc/NEWS17
1 files changed, 10 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 993975293e9..d1c6a41db90 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -185,7 +185,7 @@ handle long lines: truncation, continuation at the window edge, and
185the new word wrapping option (see Editing Changes, below). 185the 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
190default-directory for the current buffer is on a remote machine. 190default-directory for the current buffer is on a remote machine.
191 191
@@ -203,6 +203,7 @@ variables. For more information, see `set-directory-project' and
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
208display of the initial message in the *scratch* buffer. If you don't 209display 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'.
534*** `diary-remind' accepts a negative number -DAYS as a shorthand for 535*** `diary-remind' accepts a negative number -DAYS as a shorthand for
535the list (1 2 ... DAYS). 536the 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
541associated with the current log entry.
542
543*** The new command C-c C-c (change-log-goto-source) goes to the
544source 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.
@@ -719,12 +728,6 @@ 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)
723finds 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)
726goes 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).
729If `default-directory' is a remote file name, subprocesses are started 732If `default-directory' is a remote file name, subprocesses are started
730on the corresponding remote system. 733on the corresponding remote system.