Mercurial > emacs
comparison lisp/ChangeLog @ 68817:4359a8ec8092
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 12 Feb 2006 17:46:11 +0000 |
parents | d065089f984a |
children | 3a5ea93ff8b4 |
comparison
equal
deleted
inserted
replaced
68816:180e3960a4f1 | 68817:4359a8ec8092 |
---|---|
1 2006-02-12 Juri Linkov <juri@jurta.org> | |
2 | |
3 * tumme.el: Remove todo item about Thumbnail Managing Standard. | |
4 (tumme) <defgroup>: Change :group to `multimedia'. | |
5 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail | |
6 Managing Standard. | |
7 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s. | |
8 Fix dostring. | |
9 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x | |
10 and %y. Fix docstring. | |
11 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program) | |
12 (tumme-cmd-create-standard-thumbnail-command): New user options. | |
13 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage | |
14 is `standard'. Fix docstring. | |
15 (tumme-thumb-width, tumme-thumb-height): New user options. | |
16 (tumme-external-viewer): Try to find various viewers. | |
17 (tumme-get-thumbnail-image): Use `create-image' instead of | |
18 constructing the `image' structure. | |
19 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is | |
20 `standard'. | |
21 (tumme-thumb-name): Add file name generation for standard storage. | |
22 Simplify code for other storages. | |
23 (tumme-thumb-name): Use width %w and height %h instead of size %s. | |
24 Add modification time %m and thumbnail-nq8 %q. | |
25 Use `tumme-cmd-create-standard-thumbnail-command' if | |
26 tumme-thumbnail-storage is `standard'. | |
27 (tumme-dired-insert-marked-thumbs): New autoload command. | |
28 (tumme-dired-after-readin-hook): New function. | |
29 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of | |
30 `tumme-thumb-size'. | |
31 (tumme-display-image): Replace size-x %x and size-y %y with | |
32 width %w and height %h. | |
33 | |
34 * dired.el (dired-mode-map): Bind `\C-t\C-t' to | |
35 `tumme-dired-insert-marked-thumbs'. | |
36 | |
1 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> | 37 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> |
2 | 38 |
3 * tumme.el (tumme-write-tag): Fix small bug (file name did not | 39 * tumme.el (tumme-write-tag): Fix small bug (file name did not |
4 include path). | 40 include path). |
5 (tumme-mark-tagged-files): Fix bug in regexp used to find rows | 41 (tumme-mark-tagged-files): Fix bug in regexp used to find rows |