comparison 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
comparison
equal deleted inserted replaced
26747:a65919d40cd0 26748:8b8438e9ac12
1 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> 1 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * diff-mode.el (diff-mode-shared-map): fset'd and doc change.
4 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5 New code to support the minor mode version.
6 (diff-recenter): New function.
7 (diff-next-hunk, diff-next-file): Use it.
8 (diff-remembered-files-alist): New var.
9 (diff-merge-strings): New function.
10 (diff-find-file-name): Make it smarter and use the user's input more.
11 (diff-mode): Cosmetic changes.
2 12
3 * files.el (save-some-buffers): Turn EXITING into the more general 13 * files.el (save-some-buffers): Turn EXITING into the more general
4 PRED argument to allow specifying a subset of buffers. 14 PRED argument to allow specifying a subset of buffers.
5 15
6 * simple.el (kill-region): Use the new `delete-and-extract-region' 16 * simple.el (kill-region): Use the new `delete-and-extract-region'