comparison lisp/thumbs.el @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 95d0cdf160ea 9492479855b3
children 3619e7770f2e
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
27 27
28 ;; This package create two new modes: thumbs-mode and thumbs-view-image-mode. 28 ;; This package create two new modes: thumbs-mode and thumbs-view-image-mode.
29 ;; It is used for basic browsing and viewing of images from within Emacs. 29 ;; It is used for basic browsing and viewing of images from within Emacs.
30 ;; Minimal image manipulation functions are also available via external 30 ;; Minimal image manipulation functions are also available via external
31 ;; programs. If you want to do more complex tasks like categorise and tag 31 ;; programs. If you want to do more complex tasks like categorise and tag
32 ;; your images, use tumme.el 32 ;; your images, use image-dired.el
33 ;; 33 ;;
34 ;; The 'convert' program from 'ImageMagick' 34 ;; The 'convert' program from 'ImageMagick'
35 ;; [URL:http://www.imagemagick.org/] is required. 35 ;; [URL:http://www.imagemagick.org/] is required.
36 ;; 36 ;;
37 ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some 37 ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some