diff options
| author | Chong Yidong | 2008-10-21 23:17:03 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-21 23:17:03 +0000 |
| commit | 536ee36ec011eb911795807cb59573441080b65d (patch) | |
| tree | 38373871018fd149ec6d2507e1ef8d0defda6980 | |
| parent | 8287838d14d8fbb54ff389483d3786714517ae87 (diff) | |
| download | emacs-536ee36ec011eb911795807cb59573441080b65d.tar.gz emacs-536ee36ec011eb911795807cb59573441080b65d.zip | |
Documented diff-mode changes and addition of rar to archive-mode.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -628,6 +628,7 @@ specifies what to do when a buffer is visited, killed, or written. | |||
| 628 | *** `apropos-library' describes the elements defined in a given library. | 628 | *** `apropos-library' describes the elements defined in a given library. |
| 629 | *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. | 629 | *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. |
| 630 | 630 | ||
| 631 | +++ | ||
| 631 | ** Archive Mode has basic support to browse Rar archives. | 632 | ** Archive Mode has basic support to browse Rar archives. |
| 632 | 633 | ||
| 633 | ** BibTeX mode | 634 | ** BibTeX mode |
| @@ -712,15 +713,15 @@ This is controlled by `copyright-at-end-flag' (used by, e.g., change-log-mode). | |||
| 712 | set a variable's `safe-local-variable' and `risky-local-variable' property. | 713 | set a variable's `safe-local-variable' and `risky-local-variable' property. |
| 713 | 714 | ||
| 714 | ** Diff mode | 715 | ** Diff mode |
| 715 | 716 | +++ | |
| 716 | *** diff-refine-hunk highlights word-level details of changes in a diff hunk. | 717 | *** diff-refine-hunk highlights word-level details of changes in a diff hunk. |
| 717 | It's used automatically as you move through hunks, see | 718 | It's used automatically as you move through hunks, see |
| 718 | diff-auto-refine-mode. It is bound to `C-c C-b'. | 719 | diff-auto-refine-mode. It is bound to `C-c C-b'. |
| 719 | 720 | +++ | |
| 720 | *** diff-add-change-log-entries-other-window iterates through the diff | 721 | *** diff-add-change-log-entries-other-window iterates through the diff |
| 721 | buffer and tries to create ChangeLog entries for each change. | 722 | buffer and tries to create ChangeLog entries for each change. |
| 722 | It is bound to `C-x 4 A'. | 723 | It is bound to `C-x 4 A'. |
| 723 | 724 | +++ | |
| 724 | *** The new function `diff-show-trailing-whitespaces' shows | 725 | *** The new function `diff-show-trailing-whitespaces' shows |
| 725 | trailing whitespace problems in the modified lines of a diff buffer. | 726 | trailing whitespace problems in the modified lines of a diff buffer. |
| 726 | 727 | ||