From c39343cac8dcc656cacd81f7197a66116b155f9d Mon Sep 17 00:00:00 2001 From: Mathias Dahl Date: Sat, 11 Feb 2006 23:35:12 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ man/dired.texi | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddd50210928..1f52acb5b8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-02-12 Mathias Dahl + + * tumme.el (tumme-write-tag): Fixed small bug. File name did not + include path. + (tumme-mark-tagged-files): Fixed bug in regexp used to find rows + matching tag. + 2006-02-12 Miles Bader * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats): diff --git a/man/dired.texi b/man/dired.texi index a4611fa5df9..195a77e0fd3 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -1211,9 +1211,13 @@ certain tag, they can be viewed as explained earlier, by typing You can also tag a file from the thumbnail buffer by typing @kbd{t t} and remove it by typing @kbd{t r}. There is also a special ``tag'' -called ``comment'' for each file. That is used to enter a comment or -description about the image. You comment a file from the thumbnail -buffer by typing @kbd{c}. You will be prompted for a comment. +called ``comment'' for each file (it is not a tag in the exact same +sense as the other tags, it is handled slightly different). That is +used to enter a comment or description about the image. You comment a +file from the thumbnail buffer by typing @kbd{c}. You will be +prompted for a comment. Comments can also be added from Dired, and +then also to multiple files at once, by typing @kbd{C-t c} +(@code{tumme-dired-comment-files}). Tumme also provide simple image manipulation commands, like rotating thumbnails and original image files. In the thumbnail buffer, type -- 2.39.2