]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Dec 2006 13:03:23 +0000 (13:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Dec 2006 13:03:23 +0000 (13:03 +0000)
leim/ChangeLog
lisp/ChangeLog

index 1d86928a2c8e1344d871ee11afbb6f033045b351..6140073f25745042c1878fa14824de693e8ccb88 100644 (file)
@@ -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.
index 9667a7fef1905b3b546ee619c3ee0c2ad0bb49fc..99ac90754b3f1f12393e5c7a4e266563322b3a10 100644 (file)
@@ -1,3 +1,10 @@
+2006-12-09  Micha\e,Ak\e(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.