Mercurial > emacs
diff lisp/ChangeLog @ 68195:bb2dfb332355
(ispell-kill-ispell): Run new hook ispell-kill-ispell-hook.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 15 Jan 2006 05:42:35 +0000 |
parents | 3b51c31a76ae |
children | 9b4c8f5efab7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 15 03:15:25 2006 +0000 +++ b/lisp/ChangeLog Sun Jan 15 05:42:35 2006 +0000 @@ -1,3 +1,8 @@ +2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca> + + * textmodes/ispell.el (ispell-kill-ispell): Run new hook + ispell-kill-ispell-hook. + 2006-01-14 Luc Teirlinck <teirllm@auburn.edu> * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) @@ -14,8 +19,8 @@ * wid-edit.el (widget-field-end): If the overlay is no longer associated with a buffer, behave as if the overlay didn't exist. - * cus-edit.el (custom-add-see-also, custom-add-parent-links): Make - sure the links use the `custom-link' face. + * cus-edit.el (custom-add-see-also, custom-add-parent-links): + Make sure the links use the `custom-link' face. 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>