From: Eli Zaretskii Date: Sat, 9 Dec 2006 13:03:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.92~215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f248f005db7cde10f8728ac63179966f188c886f;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + + * 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 * emacs-lisp/find-func.el (find-variable): Doc fix.