# HG changeset patch # User Chong Yidong # Date 1224631023 0 # Node ID 5e776068354cd99c7b91ca803f053f0b598d4f9d # Parent e05e58449b6e76ccebdbfb61529f8a75ac4d150c Documented diff-mode changes and addition of rar to archive-mode. diff -r e05e58449b6e -r 5e776068354c etc/NEWS --- 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.