comparison etc/NEWS @ 44030:67ba867f0082

added a description of the new features in Ediff
author Michael Kifer <kifer@cs.stonybrook.edu>
date Wed, 20 Mar 2002 07:12:27 +0000
parents 9ebe6b2c13f3
children b52e085be218
comparison
equal deleted inserted replaced
44029:aa071cceb8e0 44030:67ba867f0082
374 ** The default values of `tooltip-delay' and `tooltip-hide-delay' 374 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
375 were changed. 375 were changed.
376 376
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
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.
379 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.
383 396