aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kifer2002-03-20 07:12:27 +0000
committerMichael Kifer2002-03-20 07:12:27 +0000
commiteb766f961e3100b1ac1924330ecbfe06b19671d3 (patch)
tree2414c41baf92b4a1534b3f74c7b61387d3d86398
parent74c2ff4cdca4b528bcb302ce2a66781baddfeae4 (diff)
downloademacs-eb766f961e3100b1ac1924330ecbfe06b19671d3.tar.gz
emacs-eb766f961e3100b1ac1924330ecbfe06b19671d3.zip
added a description of the new features in Ediff
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a6c82e5e1b..8799033f89c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,19 @@ were changed.
377** On terminals whose erase-char is ^H (Backspace), Emacs 377** On terminals whose erase-char is ^H (Backspace), Emacs
378now uses normal-erase-is-backspace-mode. 378now uses normal-erase-is-backspace-mode.
379 379
380** EDiff changes.
381
382*** When comparing directories.
383Typing D brings up a buffer that lists the differences between the contents of
384directories. Now it is possible to use this buffer to copy the missing files
385from one directory to another.
386
387*** When comparing files or buffers.
388Typing the = key now offers to perform the word-by-word comparison of the
389currently highlighted regions in an inferior Ediff session. If you answer 'n'
390then it reverts to the old behavior and asks the user to select regions for
391comparison.
392
380** Etags changes. 393** Etags changes.
381 394
382*** In Prolog, etags creates tags for rules in addition to predicates. 395*** In Prolog, etags creates tags for rules in addition to predicates.