diff options
| author | Michael Kifer | 2002-03-20 07:12:27 +0000 |
|---|---|---|
| committer | Michael Kifer | 2002-03-20 07:12:27 +0000 |
| commit | eb766f961e3100b1ac1924330ecbfe06b19671d3 (patch) | |
| tree | 2414c41baf92b4a1534b3f74c7b61387d3d86398 | |
| parent | 74c2ff4cdca4b528bcb302ce2a66781baddfeae4 (diff) | |
| download | emacs-eb766f961e3100b1ac1924330ecbfe06b19671d3.tar.gz emacs-eb766f961e3100b1ac1924330ecbfe06b19671d3.zip | |
added a description of the new features in Ediff
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -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 |
| 378 | now uses normal-erase-is-backspace-mode. | 378 | now uses normal-erase-is-backspace-mode. |
| 379 | 379 | ||
| 380 | ** EDiff changes. | ||
| 381 | |||
| 382 | *** When comparing directories. | ||
| 383 | Typing D brings up a buffer that lists the differences between the contents of | ||
| 384 | directories. Now it is possible to use this buffer to copy the missing files | ||
| 385 | from one directory to another. | ||
| 386 | |||
| 387 | *** When comparing files or buffers. | ||
| 388 | Typing the = key now offers to perform the word-by-word comparison of the | ||
| 389 | currently highlighted regions in an inferior Ediff session. If you answer 'n' | ||
| 390 | then it reverts to the old behavior and asks the user to select regions for | ||
| 391 | comparison. | ||
| 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. |