diff options
| -rw-r--r-- | leim/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 1d86928a2c8..6140073f257 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,9 @@ +2006-12-09 Eli Zaretskii <eliz@gnu.org> + + * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well. + Run Emacs to append non-empty non-comment lines in leim-ext.el + to leim-list.el. + 2006-12-05 Juanma Barranquero <lekktu@gmail.com> * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9667a7fef19..99ac90754b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-12-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> + + * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New. + Force buffer local defs evaluation on local variables loading. + (flyspell-mode-on, flyspell-mode-off): Use it in + `hack-local-variables-hook'. + 2006-12-09 Eli Zaretskii <eliz@gnu.org> * emacs-lisp/find-func.el (find-variable): Doc fix. |
