From 388bf06a6e31d71b27f6d233d73f6cb6388aa7d2 Mon Sep 17 00:00:00 2001 From: Mathias Dahl Date: Sat, 11 Feb 2006 22:39:48 +0000 Subject: [PATCH] *** empty log message *** --- man/ChangeLog | 4 ++++ man/dired.texi | 39 +++++++++++++++++++++++---------------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index cd7700333df..fa6e236959f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-02-11 Mathias Dahl + + * dired.texi (Tumme): More tumme documentation. + 2006-02-11 Alan Mackenzie * programs.texi ("Hungry Delete"): Correct the appellation of the diff --git a/man/dired.texi b/man/dired.texi index 46162ea3a16..a4611fa5df9 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -1194,26 +1194,33 @@ for deletion in the dired buffer. If you just want visually to delete the thumbnail image from the thumbnail buffer, type @kbd{C-d} (@code{tumme-delete-char}). - More advanced features include commands for using ``tags'' (another -name for ``keyword'' or ``label'') to tag image files and to search -for image files with a certain tag. - - The tags put on image files are stored in a database file and can be -used for marking image files. For example, you can let Tumme mark all -files in the current directory tagged with the tag `flowers'. To tag -image files, mark them in the dired buffer and type @kbd{C-t t} -(@code{tumme-tag-files}). To mark files having a certain tag, type -@kbd{C-t f} (@code{tumme-mark-tagged-files}). - - After marking image files with a certain tag, they can be viewed as -explained earlier, by typing @key{C-t d}. + More advanced features include commands for using ``tags''. ``Tag'' +is just another word for ``keyword'', ``label'' or ``category''. In +short, it is meta data used to categorize an image file. Commands +exist to add tags for one or many image files from dired, to mark +files having a certain tag in Dired and to remove tags from files. +The tags put on image files are stored in a database file (currently a +plain text file). + + To tag image files, mark them in the dired buffer and type @kbd{C-t +t} (@code{tumme-tag-files}). You will be prompted for a tag. To mark +files having a certain tag, type @kbd{C-t f} +(@code{tumme-mark-tagged-files}). After marking image files with a +certain tag, they can be viewed as explained earlier, by typing +@key{C-t d}. + + 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. Tumme also provide simple image manipulation commands, like rotating thumbnails and original image files. In the thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees anti clockwise, and -@kbd{R} to rotate it 90 degrees clockwise. - - +@kbd{R} to rotate it 90 degrees clockwise. This rotation will be done +lossless (the image quality will not be reduced) and needs an external +utility called JpegTRAN to work. @node Misc Dired Features @section Other Dired Features -- 2.39.2