# HG changeset patch # User Eli Zaretskii # Date 1165669403 0 # Node ID 0d1bb0d351cfddb6ce25fccf47b42428350b6923 # Parent 2fcd50508b5241c50a5f9022d95305b70b3c6659 *** empty log message *** diff -r 2fcd50508b52 -r 0d1bb0d351cf leim/ChangeLog --- a/leim/ChangeLog Sat Dec 09 13:02:32 2006 +0000 +++ b/leim/ChangeLog Sat Dec 09 13:03:23 2006 +0000 @@ -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 -r 2fcd50508b52 -r 0d1bb0d351cf lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 09 13:02:32 2006 +0000 +++ b/lisp/ChangeLog Sat Dec 09 13:03:23 2006 +0000 @@ -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.