changeset 77394:00feafb6aed4

Rename "tumme" to "thumbnails".
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Apr 2007 03:39:14 +0000
parents 9b9e3ca5a965
children 5553640d2ef4
files etc/NEWS lisp/dired.el man/ack.texi man/faq.texi
diffstat 4 files changed, 38 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Apr 22 03:34:54 2007 +0000
+++ b/etc/NEWS	Sun Apr 22 03:39:14 2007 +0000
@@ -1739,9 +1739,10 @@
 can generate a table source in typesetting and markup languages such
 as latex and html from the visually laid out text table.
 
-** The tumme.el package allows you to easily view, tag and in other ways
-manipulate image files and their thumbnails, using dired as the main interface.
-Tumme provides functionality to generate simple image galleries.
+** The thumbnails.el package allows you to easily view, tag and in
+other ways manipulate image files and their thumbnails, using dired as
+the main interface.  Thumbnails provides functionality to generate
+simple image galleries.
 
 ** Tramp is now part of the distribution.
 
@@ -1804,11 +1805,11 @@
 
 ** Changes in Dired
 
-*** Bindings for Tumme added
+*** Bindings for Thumbnails added
 Several new keybindings, all starting with the C-t prefix, have been
-added to Dired.  They are all bound to commands in Tumme.  As a starting
-point, mark some image files in a dired buffer and do C-t d to display
-thumbnails of them in a separate buffer.
+added to Dired.  They are all bound to commands in Thumbnails.  As a
+starting point, mark some image files in a dired buffer and do C-t d
+to display thumbnails of them in a separate buffer.
 
 ** Changes in Hi Lock
 
--- a/lisp/dired.el	Sun Apr 22 03:34:54 2007 +0000
+++ b/lisp/dired.el	Sun Apr 22 03:39:14 2007 +0000
@@ -1251,19 +1251,19 @@
     (define-key map "\177" 'dired-unmark-backward)
     (define-key map [remap undo] 'dired-undo)
     (define-key map [remap advertised-undo] 'dired-undo)
-    ;; thumbnail manipulation (tumme)
-    (define-key map "\C-td" 'tumme-display-thumbs)
-    (define-key map "\C-tt" 'tumme-tag-files)
-    (define-key map "\C-tr" 'tumme-delete-tag)
-    (define-key map "\C-tj" 'tumme-jump-thumbnail-buffer)
-    (define-key map "\C-ti" 'tumme-dired-display-image)
-    (define-key map "\C-tx" 'tumme-dired-display-external)
-    (define-key map "\C-ta" 'tumme-display-thumbs-append)
-    (define-key map "\C-t." 'tumme-display-thumb)
-    (define-key map "\C-tc" 'tumme-dired-comment-files)
-    (define-key map "\C-tf" 'tumme-mark-tagged-files)
-    (define-key map "\C-t\C-t" 'tumme-dired-insert-marked-thumbs)
-    (define-key map "\C-te" 'tumme-dired-edit-comment-and-tags)
+    ;; thumbnail manipulation (thumbnails)
+    (define-key map "\C-td" 'thumbnails-display-thumbs)
+    (define-key map "\C-tt" 'thumbnails-tag-files)
+    (define-key map "\C-tr" 'thumbnails-delete-tag)
+    (define-key map "\C-tj" 'thumbnails-jump-thumbnail-buffer)
+    (define-key map "\C-ti" 'thumbnails-dired-display-image)
+    (define-key map "\C-tx" 'thumbnails-dired-display-external)
+    (define-key map "\C-ta" 'thumbnails-display-thumbs-append)
+    (define-key map "\C-t." 'thumbnails-display-thumb)
+    (define-key map "\C-tc" 'thumbnails-dired-comment-files)
+    (define-key map "\C-tf" 'thumbnails-mark-tagged-files)
+    (define-key map "\C-t\C-t" 'thumbnails-dired-insert-marked-thumbs)
+    (define-key map "\C-te" 'thumbnails-dired-edit-comment-and-tags)
 
     ;; Make menu bar items.
 
@@ -1310,12 +1310,12 @@
       (cons "Immediate" (make-sparse-keymap "Immediate")))
 
     (define-key map
-      [menu-bar immediate tumme-dired-display-external]
-      '(menu-item "Display Image Externally" tumme-dired-display-external
+      [menu-bar immediate thumbnails-dired-display-external]
+      '(menu-item "Display Image Externally" thumbnails-dired-display-external
                   :help "Display image in external viewer"))
     (define-key map
-      [menu-bar immediate tumme-dired-display-image]
-      '(menu-item "Display Image" tumme-dired-display-image
+      [menu-bar immediate thumbnails-dired-display-image]
+      '(menu-item "Display Image" thumbnails-dired-display-image
                   :help "Display sized image in a separate window"))
 
     (define-key map [menu-bar immediate dashes-4]
@@ -1358,8 +1358,8 @@
       (cons "Regexp" (make-sparse-keymap "Regexp")))
 
     (define-key map
-      [menu-bar regexp tumme-mark-tagged-files]
-      '(menu-item "Mark From Image Tag..." tumme-mark-tagged-files
+      [menu-bar regexp thumbnails-mark-tagged-files]
+      '(menu-item "Mark From Image Tag..." thumbnails-mark-tagged-files
                   :help "Mark files whose image tags matches regexp"))    
     
     (define-key map [menu-bar regexp dashes-1]
@@ -1456,20 +1456,20 @@
       '("--"))
 
     (define-key map
-      [menu-bar operate tumme-delete-tag]
-      '(menu-item "Delete Image Tag..." tumme-delete-tag
+      [menu-bar operate thumbnails-delete-tag]
+      '(menu-item "Delete Image Tag..." thumbnails-delete-tag
                   :help "Delete image tag from current or marked files"))
     (define-key map
-      [menu-bar operate tumme-tag-files]
-      '(menu-item "Add Image Tags..." tumme-tag-files
+      [menu-bar operate thumbnails-tag-files]
+      '(menu-item "Add Image Tags..." thumbnails-tag-files
                   :help "Add image tags to current or marked files"))
     (define-key map
-      [menu-bar operate tumme-dired-comment-files]
-      '(menu-item "Add Image Comment..." tumme-dired-comment-files
+      [menu-bar operate thumbnails-dired-comment-files]
+      '(menu-item "Add Image Comment..." thumbnails-dired-comment-files
                   :help "Add image comment to current or marked files"))
     (define-key map
-      [menu-bar operate tumme-display-thumbs]
-      '(menu-item "Display Thumbnails" tumme-display-thumbs
+      [menu-bar operate thumbnails-display-thumbs]
+      '(menu-item "Display Thumbnails" thumbnails-display-thumbs
                   :help "Display thumbnails for current or marked image files"))
     
     (define-key map [menu-bar operate dashes-3]
--- a/man/ack.texi	Sun Apr 22 03:34:54 2007 +0000
+++ b/man/ack.texi	Sun Apr 22 03:39:14 2007 +0000
@@ -186,7 +186,7 @@
 for compiled Emacs Lisp code.
 
 @item
-Mathias Dahl wrote @file{tumme.el}, a package for viewing image files
+Mathias Dahl wrote @file{thumbnails.el}, a package for viewing image files
 as ``thumbnails.''
 
 @item
--- a/man/faq.texi	Sun Apr 22 03:34:54 2007 +0000
+++ b/man/faq.texi	Sun Apr 22 03:39:14 2007 +0000
@@ -1211,8 +1211,8 @@
 @item
 @cindex New modes
 Many new modes and packages have been included in Emacs, such as Calc,
-TRAMP, URL, IDO, CUA, ERC, rcirc, Table, Tumme, SES, Ruler, Org, PGG,
-Flymake, Password, Printing, Reveal, wdired, t-mouse, longlines,
+TRAMP, URL, IDO, CUA, ERC, rcirc, Table, Thumbnails, SES, Ruler, Org,
+PGG, Flymake, Password, Printing, Reveal, wdired, t-mouse, longlines,
 savehist, Conf mode, Python mode, DNS mode, etc.
 
 @cindex Multilingual Environment