emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/thumbs.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el
Date: Mon, 01 Nov 2004 03:06:57 -0500

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.7 emacs/lisp/thumbs.el:1.8
*** emacs/lisp/thumbs.el:1.7    Sat Sep  4 18:34:30 2004
--- emacs/lisp/thumbs.el        Mon Nov  1 07:57:19 2004
***************
*** 30,37 ****
  ;;; Commentary:
  
  ;; This package create two new mode: thumbs-mode and
! ;; thumbs-view-image-mode. It is used for images browsing and viewing
! ;; from within emacs. Minimal image manipulation functions are also
  ;; available via external programs.
  ;;
  ;; The 'convert' program from 'ImageMagick'
--- 30,37 ----
  ;;; Commentary:
  
  ;; This package create two new mode: thumbs-mode and
! ;; thumbs-view-image-mode.  It is used for images browsing and viewing
! ;; from within Emacs.  Minimal image manipulation functions are also
  ;; available via external programs.
  ;;
  ;; The 'convert' program from 'ImageMagick'
***************
*** 62,67 ****
--- 62,68 ----
  
  (defgroup thumbs nil
    "Thumbnails previewer."
+   :version "21.4"
    :group 'multimedia)
  
  (defcustom thumbs-thumbsdir
***************
*** 416,422 ****
  (defalias 'thumbs 'thumbs-show-all-from-dir)
  
  (defun thumbs-find-image (img &optional num otherwin)
!   (funcall 
     (if otherwin 'switch-to-buffer-other-window 'switch-to-buffer)
     (concat "*Image: " (file-name-nondirectory img) " - "
           (number-to-string (or num 0)) "*"))
--- 417,423 ----
  (defalias 'thumbs 'thumbs-show-all-from-dir)
  
  (defun thumbs-find-image (img &optional num otherwin)
!   (funcall
     (if otherwin 'switch-to-buffer-other-window 'switch-to-buffer)
     (concat "*Image: " (file-name-nondirectory img) " - "
           (number-to-string (or num 0)) "*"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]