Mercurial > emacs
comparison lisp/ChangeLog @ 67183:2ff424a9019b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Nov 2005 20:22:04 +0000 |
parents | e1f8de9bc67d |
children | d4cac21cdeb8 |
comparison
equal
deleted
inserted
replaced
67182:e1f8de9bc67d | 67183:2ff424a9019b |
---|---|
10 2005-11-28 Chong Yidong <cyd@stupidchicken.com> | 10 2005-11-28 Chong Yidong <cyd@stupidchicken.com> |
11 | 11 |
12 * replace.el (occur-mode-goto-occurrence): Pop, don't switch. | 12 * replace.el (occur-mode-goto-occurrence): Pop, don't switch. |
13 | 13 |
14 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | 14 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> |
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. | |
15 | 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. |
19 (flyspell-mode-on): Use add-hook for after-change-functions. | 25 (flyspell-mode-on): Use add-hook for after-change-functions. |