# HG changeset patch # User Luc Teirlinck # Date 1117379093 0 # Node ID 96d964516db6ace414c95ff40a9285243615be93 # Parent f13e9e778c14ca5c33c4a6455f937ef7db3ea88c *** empty log message *** diff -r f13e9e778c14 -r 96d964516db6 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 29 14:44:08 2005 +0000 +++ b/lisp/ChangeLog Sun May 29 15:04:53 2005 +0000 @@ -1,3 +1,9 @@ +2005-05-29 Luc Teirlinck + + * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks. + + * ielm.el (inferior-emacs-lisp-mode): Ditto. + 2005-05-29 Richard M. Stallman * textmodes/flyspell.el (flyspell-auto-correct-previous-word): @@ -15,7 +21,7 @@ * flyspell.el (flyspell-version): Function deleted. (flyspell-auto-correct-previous-hook): Doc fix. - + * jit-lock.el (jit-lock-function, jit-lock-after-change): Do nothing if memory is full. @@ -32,15 +38,15 @@ * progmodes/which-func.el (which-func-update-1): Turn the mode off in case of error by setting which-func-mode. - + 2005-05-29 Peter Heslin (tiny change) * flyspell.el (flyspell-auto-correct-previous-word): - Narrow down to what's on the screen, and recenter overlays + Narrow down to what's on the screen, and recenter overlays at the end of the next word. - + 2005-05-29 Manuel Serrano - + * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. (flyspell-default-delayed-commands): add backward-delete-char-untabify. (flyspell-abbrev-p): Default to nil. diff -r f13e9e778c14 -r 96d964516db6 lispref/ChangeLog --- a/lispref/ChangeLog Sun May 29 14:44:08 2005 +0000 +++ b/lispref/ChangeLog Sun May 29 15:04:53 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-29 Luc Teirlinck + + * modes.texi (Major Mode Conventions): A derived mode only needs + to put the call to the parent mode inside `delay-mode-hooks'. + 2005-05-29 Richard M. Stallman * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is