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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:08:22 -0500

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.2.4.3 emacs/lisp/thumbs.el:1.2.4.4
*** emacs/lisp/thumbs.el:1.2.4.3        Thu Sep  9 09:36:32 2004
--- emacs/lisp/thumbs.el        Thu Nov  4 08:55:36 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]