Mercurial > emacs
changeset 74520:0d1bb0d351cf
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 09 Dec 2006 13:03:23 +0000 |
parents | 2fcd50508b52 |
children | 3fccc1870d62 |
files | leim/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.