comparison lisp/ChangeLog @ 68361:f59a5a15358d

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 23 Jan 2006 23:16:16 +0000
parents b9aec3e50e4f
children 72d2da82303c
comparison
equal deleted inserted replaced
68360:f192b7797d85 68361:f59a5a15358d
1 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2
3 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4 and permanent-local.
5 (thumbs-max-image-number): New variable. Make it
6 (thumbs-do-thumbs-insertion): Use them
7 (thumbs-per-line): Change default to 4.
8 (thumbs-marked-list): Rename from thumbs-markedL.
9 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10 (thumbs-rename-images): Use -list instead of L for internal variables.
11 (thumbs-call-convert): Use call-process instead of shell-command.
12 (thumbs-insert-thumb): Add filename as help-echo to each image.
13 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14 Give dir to thumbs-show-thumbs-list.
15 (thumbs-show-thumbs-list): Set default-directory to that of images.
16 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
19 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
20
1 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca> 21 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 22
3 * ses.el (ses-read-cell): Provide a default value. 23 * ses.el (ses-read-cell): Provide a default value.
4 24
5 2006-01-23 Juanma Barranquero <lekktu@gmail.com> 25 2006-01-23 Juanma Barranquero <lekktu@gmail.com>