emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 08 Jun 2005 21:41:25 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7698 emacs/lisp/ChangeLog:1.7699
*** emacs/lisp/ChangeLog:1.7698 Wed Jun  8 22:37:01 2005
--- emacs/lisp/ChangeLog        Thu Jun  9 01:41:23 2005
***************
*** 1,3 ****
--- 1,21 ----
+ 2005-06-09  Juanma Barranquero  <address@hidden>
+ 
+       * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
+       thumbnails directory on loading.
+       (thumbs-conversion-program): Use `eq' to check the system type,
+       not `equal'.
+       (thumbs-temp-dir): Initialize to `temporary-file-directory',
+       not "/tmp".  Fix docstring.
+       (thumbs-thumbsdir): New function to return the thumbnails
+       directory, creating it if needed.
+       (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
+       (thumbs-temp-file): Delete variable and make it into a function.
+       (thumbs-resize-image, thumbs-modify-image): Use it.
+       (thumbs-kill-buffer): Simplify.
+       (thumbs-gensym): Defalias or duplicate CL `gensym'.
+       (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
+       docstrings.
+ 
  2005-06-09  Kim F. Storm  <address@hidden>
  
        * subr.el (save-match-data): Add RESEAT arg `evaporate' to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]