Mercurial > emacs
diff lisp/ChangeLog @ 26748:8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
(diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
New code to support the minor mode version.
(diff-recenter): New function.
(diff-next-hunk, diff-next-file): Use it.
(diff-remembered-files-alist): New var.
(diff-merge-strings): New function.
(diff-find-file-name): Make it smarter and use the user's input more.
(diff-mode): Cosmetic changes.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 07 Dec 1999 07:04:03 +0000 |
parents | a65919d40cd0 |
children | 29d16115bd6b |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 07 06:39:33 1999 +0000 +++ b/lisp/ChangeLog Tue Dec 07 07:04:03 1999 +0000 @@ -1,5 +1,15 @@ 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> + * diff-mode.el (diff-mode-shared-map): fset'd and doc change. + (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): + New code to support the minor mode version. + (diff-recenter): New function. + (diff-next-hunk, diff-next-file): Use it. + (diff-remembered-files-alist): New var. + (diff-merge-strings): New function. + (diff-find-file-name): Make it smarter and use the user's input more. + (diff-mode): Cosmetic changes. + * files.el (save-some-buffers): Turn EXITING into the more general PRED argument to allow specifying a subset of buffers.