]> git.eshelyaron.com Git - emacs.git/commitdiff
added a description of the new features in Ediff
authorMichael Kifer <kifer@cs.stonybrook.edu>
Wed, 20 Mar 2002 07:12:27 +0000 (07:12 +0000)
committerMichael Kifer <kifer@cs.stonybrook.edu>
Wed, 20 Mar 2002 07:12:27 +0000 (07:12 +0000)
etc/NEWS

index 1a6c82e5e1bb2bf9b0110133242da978abaccc9e..8799033f89c13c44c99f120d635f5bcb9b8b2d6c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,19 @@ were changed.
 ** On terminals whose erase-char is ^H (Backspace), Emacs
 now uses normal-erase-is-backspace-mode.
 
+** EDiff changes.
+
+***  When comparing directories.
+Typing D brings up a buffer that lists the differences between the contents of
+directories. Now it is possible to use this buffer to copy the missing files
+from one directory to another.
+
+*** When comparing files or buffers.
+Typing the = key now offers to perform the word-by-word comparison of the
+currently highlighted regions in an inferior Ediff session. If you answer 'n'
+then it reverts to the old behavior and asks the user to select regions for
+comparison.
+
 ** Etags changes.
 
 *** In Prolog, etags creates tags for rules in addition to predicates.