aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier1999-12-07 07:04:03 +0000
committerStefan Monnier1999-12-07 07:04:03 +0000
commit0b82e382e320f9e0d3be725b3a5e9b6cd2bf03d2 (patch)
tree63c2d9da72da848a22dc1b7faeb11d6135d80c5e /lisp/ChangeLog
parent01e924b8c772e17333b2d6a3ab241d19a8748cff (diff)
downloademacs-0b82e382e320f9e0d3be725b3a5e9b6cd2bf03d2.tar.gz
emacs-0b82e382e320f9e0d3be725b3a5e9b6cd2bf03d2.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a054c3b8b7c..a897f0bed96 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
11999-12-07 Stefan Monnier <monnier@cs.yale.edu> 11999-12-07 Stefan Monnier <monnier@cs.yale.edu>
2 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.
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