1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 20:30:29 -08:00
Commit graph

28 commits

Author SHA1 Message Date
Nick Roberts
c907d53852 (tumme-show-all-from-dir-max-files): Fix typo.
(tumme-show-all-from-dir): Add autoload.
2006-05-27 22:45:48 +00:00
Mathias Dahl
9c2d888b35 Change a lot of (if .. (progn ..)' to (when ..)'.
(tumme-remove-tag): Fix bug.
2006-05-27 14:20:03 +00:00
Mathias Dahl
8d20653fee * tumme.el: Replace a lot of if ... progn' with when'.
* tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
(tumme-setup-dired-keybindings): Change `tumme-add-remove' to
`tumme-delete-tag'.
2006-05-27 11:06:06 +00:00
Mathias Dahl
dfb03a8438 (tumme-delete-tag): Rename from `tumme-tag-remove'.
(tumme-setup-dired-keybindings): Change `tumme-add-remove' to
`tumme-delete-tag'.
2006-05-26 22:34:12 +00:00
Mathias Dahl
f5b5e4fee1 * tumme.el (tumme-display-image): Changed documentation string
slightly.
(tumme-dired-display-image): Added call to `display-buffer'.

* dired.el (dired-mode-map): `tumme-display-dired-image' was
renamed in tumme.el, but there was still a key binding to it
here. Changed the binding to the new name.
2006-05-25 12:21:41 +00:00
Mathias Dahl
d5274d6763 Movement tracking on by default. I have tested this for over a year now and it seems to be stable and fast enough for everyday use. 2006-05-24 19:18:26 +00:00
Mathias Dahl
898b4b9a67 Renamed tumme-display-dired-image' to tumme-dired-display-image'. 2006-05-24 18:31:36 +00:00
Mathias Dahl
9f552fb98e Removed most of the information in the USAGE section. The manual does a better job. 2006-05-24 17:29:18 +00:00
Mathias Dahl
d2edd3060e Added new parameter to tumme-display-thumbs' to be used from tumme-next-line-and-display' and similar commands. 2006-05-24 16:58:21 +00:00
Mathias Dahl
193948a0b0 Added information to the add-tags prompt. 2006-05-21 14:03:56 +00:00
Mathias Dahl
95e7034f8c Changes in whitespace. 2006-03-05 13:09:26 +00:00
Juri Linkov
ace665ea95 (tumme-thumbnail-storage): Fix docstring.
(tumme-thumb-name): Fix per-directory format.
2006-02-13 14:47:25 +00:00
Mathias Dahl
f491d78ad8 Removed history section. If someone needs it, it
can always be found in CVS.
2006-02-12 23:44:53 +00:00
Mathias Dahl
d51e86cc3e (tumme-thumbnail-storage): Updated docstring. Added
info about the Thumbnail Managing Standard option.
2006-02-12 22:15:05 +00:00
Juri Linkov
4736e9631e Remove todo item about Thumbnail Managing Standard.
(tumme) <defgroup>: Change :group to `multimedia'.
(tumme-thumbnail-storage): Add choice `standard' for Thumbnail
Managing Standard.
(tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
Fix dostring.
(tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
and %y.  Fix docstring.
(tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
(tumme-cmd-create-standard-thumbnail-command): New user options.
(tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
is `standard'.  Fix docstring.
(tumme-thumb-width, tumme-thumb-height): New user options.
(tumme-external-viewer): Try to find various viewers.
(tumme-get-thumbnail-image): Use `create-image' instead of
constructing the `image' structure.
(tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
`standard'.
(tumme-thumb-name): Add file name generation for standard storage.
Simplify code for other storages.
(tumme-thumb-name): Use width %w and height %h instead of size %s.
Add modification time %m and thumbnail-nq8 %q.
Use `tumme-cmd-create-standard-thumbnail-command' if
tumme-thumbnail-storage is `standard'.
(tumme-dired-insert-marked-thumbs): New autoload command.
(tumme-dired-after-readin-hook): New function.
(tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
`tumme-thumb-size'.
(tumme-display-image): Replace size-x %x and size-y %y with
width %w and height %h.
2006-02-12 17:44:30 +00:00
Mathias Dahl
b27d732011 Some small fixes. 2006-02-11 23:31:23 +00:00
Mathias Dahl
0ccc883749 Enhanced some docstrings. Added todo item about the Thumbnail
Managing Standard.
2006-02-11 21:30:22 +00:00
Mathias Dahl
2f8953c274 (tumme-dir): Changed default value to "~/.emacs-d/tumme"
(tumme-dir): New function. Copied from thumbs.el.
2006-02-10 23:43:02 +00:00
Mathias Dahl
49f18bccba Tried to make docstring less `colloquial'... 2006-02-09 23:08:19 +00:00
Mathias Dahl
85249e52dc Added a few todo items. 2006-02-09 22:43:39 +00:00
Mathias Dahl
ab02282d03 Added more autoload cookies. 2006-02-07 21:24:22 +00:00
Mathias Dahl
7c513ec5b9 Check in. 2006-02-07 13:00:18 +00:00
Juanma Barranquero
ef8bff33dd (tumme-get-thumbnail-image): Add missing arg to `error'.
Fix typo in message.
(tumme-gallery-generate): Fix typo in `error' message.
(tumme-display-window-height-correction, tumme-display-window-width-correction,
tumme-line-up-dynamic, tumme-line-up-interactive): Dox fixes.
(tumme-cmd-rotate-original-options, tumme-display-properties-format,
tumme-restore-window-configuration, tumme-format-properties-string,
tumme-create-thumbs, tumme-display-previous-thumbnail-original): Fix typos in
docstrings.
2006-02-07 10:16:12 +00:00
Mathias Dahl
556aacbbc2 Some user interface changes: added command `tumme', etc. 2006-02-06 21:08:34 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Richard M. Stallman
02c88f477e Correct the keywords.
(tumme-dir-max-size): USe defvar.
(tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2006-01-26 17:58:14 +00:00
Miles Bader
cc3547414e Add arch tagline 2005-12-05 02:04:14 +00:00
Richard M. Stallman
4d4a3fb397 New file. 2005-12-04 04:12:56 +00:00