Mercurial > emacs
changeset 99014:5e776068354c
Documented diff-mode changes and addition of rar to archive-mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 21 Oct 2008 23:17:03 +0000 |
parents | e05e58449b6e |
children | 0941429c2093 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 21 23:16:29 2008 +0000 +++ b/etc/NEWS Tue Oct 21 23:17:03 2008 +0000 @@ -628,6 +628,7 @@ *** `apropos-library' describes the elements defined in a given library. *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. ++++ ** Archive Mode has basic support to browse Rar archives. ** BibTeX mode @@ -712,15 +713,15 @@ set a variable's `safe-local-variable' and `risky-local-variable' property. ** Diff mode - ++++ *** diff-refine-hunk highlights word-level details of changes in a diff hunk. It's used automatically as you move through hunks, see diff-auto-refine-mode. It is bound to `C-c C-b'. - ++++ *** diff-add-change-log-entries-other-window iterates through the diff buffer and tries to create ChangeLog entries for each change. It is bound to `C-x 4 A'. - ++++ *** The new function `diff-show-trailing-whitespaces' shows trailing whitespace problems in the modified lines of a diff buffer.