comparison lisp/ChangeLog @ 63156:356a4e78a1e4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 09 Jun 2005 01:41:23 +0000
parents ef765645a5cf
children 0c1cf4d7cbaf
comparison
equal deleted inserted replaced
63155:911109216331 63156:356a4e78a1e4
1 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4 thumbnails directory on loading.
5 (thumbs-conversion-program): Use `eq' to check the system type,
6 not `equal'.
7 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8 not "/tmp". Fix docstring.
9 (thumbs-thumbsdir): New function to return the thumbnails
10 directory, creating it if needed.
11 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12 (thumbs-temp-file): Delete variable and make it into a function.
13 (thumbs-resize-image, thumbs-modify-image): Use it.
14 (thumbs-kill-buffer): Simplify.
15 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17 docstrings.
18
1 2005-06-09 Kim F. Storm <storm@cua.dk> 19 2005-06-09 Kim F. Storm <storm@cua.dk>
2 20
3 * subr.el (save-match-data): Add RESEAT arg `evaporate' to 21 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4 set-match-data to free markers in match-data. 22 set-match-data to free markers in match-data.
5 23