aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-21 23:17:03 +0000
committerChong Yidong2008-10-21 23:17:03 +0000
commit536ee36ec011eb911795807cb59573441080b65d (patch)
tree38373871018fd149ec6d2507e1ef8d0defda6980
parent8287838d14d8fbb54ff389483d3786714517ae87 (diff)
downloademacs-536ee36ec011eb911795807cb59573441080b65d.tar.gz
emacs-536ee36ec011eb911795807cb59573441080b65d.zip
Documented diff-mode changes and addition of rar to archive-mode.
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 77439399dfb..bac7333110e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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).
712set a variable's `safe-local-variable' and `risky-local-variable' property. 713set 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.
717It's used automatically as you move through hunks, see 718It's used automatically as you move through hunks, see
718diff-auto-refine-mode. It is bound to `C-c C-b'. 719diff-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
721buffer and tries to create ChangeLog entries for each change. 722buffer and tries to create ChangeLog entries for each change.
722It is bound to `C-x 4 A'. 723It 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
725trailing whitespace problems in the modified lines of a diff buffer. 726trailing whitespace problems in the modified lines of a diff buffer.
726 727