aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f6e4915519..41b8cdd5470 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -13,6 +13,12 @@
13 13
142005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> 142005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15 15
16 * log-edit.el (log-edit-changelog-use-first): New var.
17 (log-edit-changelog-ours-p): Use it.
18 (log-edit-insert-changelog): Set it with new arg `use-first'.
19 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20 (log-edit-hook): Add them to the list of suggested options.
21
16 * textmodes/flyspell.el (flyspell-last-buffer): New var. 22 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly 23 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18 redundant work. 24 redundant work.