diff options
-rw-r--r-- | lisp/ChangeLog | 7 | ||||
-rw-r--r-- | lispref/ChangeLog | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7fbe2131ab..5dd8940fed7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-07-17 Richard Stallman <rms@gnu.org> + + * image-mode.el (tar-superior-buffer, archive-superior-buffer): + Add defvars to silence warnings. + 2006-07-17 Chong Yidong <cyd@stupidchicken.com> * progmodes/compile.el (compilation-mode-font-lock-keywords): @@ -2183,8 +2188,6 @@ to `ispell-local-dictionary'. (ispell-internal-change-dictionary): Check for a change in personal dictionary use too. - Cosmetic changes from Agustin Martin - <agustin.martin@hispalinux.es>. 2006-05-05 Eli Zaretskii <eliz@gnu.org> diff --git a/lispref/ChangeLog b/lispref/ChangeLog index bc9e67f15e4..7ed5ed986b8 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2006-07-17 Richard Stallman <rms@gnu.org> + + * variables.texi (File Local Variables): Clarify that + file local variables make buffer-local bindings. + + * modes.texi (Syntactic Font Lock): Give default for + font-lock-syntax-table. + 2006-07-17 Nick Roberts <nickrob@snap.net.nz> * text.texi (Special Properties): Clean up previous change. |