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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el
Date: Sat, 11 Jun 2005 09:24:38 -0400

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.16 emacs/lisp/thumbs.el:1.17
*** emacs/lisp/thumbs.el:1.16   Fri Jun 10 14:59:59 2005
--- emacs/lisp/thumbs.el        Sat Jun 11 13:24:38 2005
***************
*** 77,89 ****
  
  (defcustom thumbs-per-line 5
    "*Number of thumbnails per line to show in directory."
!   :type 'string
    :group 'thumbs)
  
  (defcustom thumbs-thumbsdir-max-size 50000000
    "Max size for thumbnails directory.
  When it reaches that size (in bytes), a warning is sent."
!   :type 'string
    :group 'thumbs)
  
  (defcustom thumbs-conversion-program
--- 77,89 ----
  
  (defcustom thumbs-per-line 5
    "*Number of thumbnails per line to show in directory."
!   :type 'integer
    :group 'thumbs)
  
  (defcustom thumbs-thumbsdir-max-size 50000000
    "Max size for thumbnails directory.
  When it reaches that size (in bytes), a warning is sent."
!   :type 'integer
    :group 'thumbs)
  
  (defcustom thumbs-conversion-program
***************
*** 104,116 ****
  
  (defcustom thumbs-relief 5
    "*Size of button-like border around thumbnails."
!   :type 'string
    :group 'thumbs)
  
  (defcustom thumbs-margin 2
    "*Size of the margin around thumbnails.
  This is where you see the cursor."
!   :type 'string
    :group 'thumbs)
  
  (defcustom thumbs-thumbsdir-auto-clean t
--- 104,116 ----
  
  (defcustom thumbs-relief 5
    "*Size of button-like border around thumbnails."
!   :type 'integer
    :group 'thumbs)
  
  (defcustom thumbs-margin 2
    "*Size of the margin around thumbnails.
  This is where you see the cursor."
!   :type 'integer
    :group 'thumbs)
  
  (defcustom thumbs-thumbsdir-auto-clean t
***************
*** 122,128 ****
  
  (defcustom thumbs-image-resizing-step 10
    "Step by which to resize image."
!   :type 'string
    :group 'thumbs)
  
  (defcustom thumbs-temp-dir temporary-file-directory
--- 122,128 ----
  
  (defcustom thumbs-image-resizing-step 10
    "Step by which to resize image."
!   :type 'integer
    :group 'thumbs)
  
  (defcustom thumbs-temp-dir temporary-file-directory




reply via email to

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