Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8019 emacs/lisp/ChangeLog:1.8020
*** emacs/lisp/ChangeLog:1.8019 Tue Aug  2 09:42:20 2005
--- emacs/lisp/ChangeLog        Tue Aug  2 10:26:31 2005
***************
*** 1,5 ****
--- 1,14 ----
  2005-08-02  Juanma Barranquero  <[EMAIL PROTECTED]>
  
+       * thumbs.el (thumbs-find-image): Don't make variables
+       automatically buffer local.
+       (thumbs-current-tmp-filename, thumbs-current-image-filename)
+       (thumbs-image-num): Make automatically buffer local.
+       (thumbs-show-thumbs-list): Use `make-local-variable', not
+       `make-variable-buffer-local'.
+       (thumbs-insert-image): Make `thumbs-current-image-size'
+       buffer-local.
+ 
        * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
        (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
        (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
***************
*** 15,20 ****
--- 24,32 ----
        (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
        (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
        Defvar at compile time.
+ 
+       * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
+       not `make-variable-buffer-local'.
  
  2005-08-02  Kim F. Storm  <[EMAIL PROTECTED]>
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to