diff options
| author | Chong Yidong | 2008-07-13 20:38:12 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-13 20:38:12 +0000 |
| commit | a6b85944c7ff03b297f7db65dec0424e23671525 (patch) | |
| tree | d8ad562bd09551fa20ac821e8c046ef8b6229b6b | |
| parent | af07efeb04416e82f610e640d0e497b057f34b9a (diff) | |
| download | emacs-a6b85944c7ff03b297f7db65dec0424e23671525.tar.gz emacs-a6b85944c7ff03b297f7db65dec0424e23671525.zip | |
Aggregate change log mode changes. Update documentation status.
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 10 insertions, 7 deletions
| @@ -185,7 +185,7 @@ 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 | ||
| @@ -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 |
| 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 |
| @@ -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 |
| 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. |
| @@ -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) | ||
| 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. |