# HG changeset patch # User Juanma Barranquero # Date 1118281283 0 # Node ID 356a4e78a1e48b36d2b9186c94c30576e4dd96f0 # Parent 9111092163316bede9cb8b807cfafe97c522ffec *** empty log message *** diff -r 911109216331 -r 356a4e78a1e4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 09 01:39:40 2005 +0000 +++ b/lisp/ChangeLog Thu Jun 09 01:41:23 2005 +0000 @@ -1,3 +1,21 @@ +2005-06-09 Juanma Barranquero + + * 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 * subr.el (save-match-data): Add RESEAT arg `evaporate' to