aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-09 01:41:23 +0000
committerJuanma Barranquero2005-06-09 01:41:23 +0000
commitf271d3c7bd8c99f1ca5544ec5b7dc97cab1e7d79 (patch)
treef26336809f1b641cd958deb26ce80b12d20866a0 /lisp/ChangeLog
parentb7aae902ed6d45976a249e44e296df9a97737c16 (diff)
downloademacs-f271d3c7bd8c99f1ca5544ec5b7dc97cab1e7d79.tar.gz
emacs-f271d3c7bd8c99f1ca5544ec5b7dc97cab1e7d79.zip
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): Set 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a0a5c227413..9fad13c8bcb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12005-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
12005-06-09 Kim F. Storm <storm@cua.dk> 192005-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