diff options
| author | Stefan Monnier | 2005-11-28 20:22:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-28 20:22:04 +0000 |
| commit | f7eeab0d229d52a11f10135c2eb4e28e28c34950 (patch) | |
| tree | 1631a487d43f86be568593aaba19b32c1756ddee /lisp/ChangeLog | |
| parent | 1f57934ca570d71c6052edf0dfa3980ecb9e9b92 (diff) | |
| download | emacs-f7eeab0d229d52a11f10135c2eb4e28e28c34950.tar.gz emacs-f7eeab0d229d52a11f10135c2eb4e28e28c34950.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 | ||
| 14 | 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2005-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. |