/[emacs]/emacs/lisp/thumbs.el
ViewVC logotype

Diff of /emacs/lisp/thumbs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by lektu, Fri Jun 10 14:59:59 2005 UTC revision 1.17 by eliz, Sat Jun 11 13:24:38 2005 UTC
# Line 77  Line 77 
77    
78  (defcustom thumbs-per-line 5  (defcustom thumbs-per-line 5
79    "*Number of thumbnails per line to show in directory."    "*Number of thumbnails per line to show in directory."
80    :type 'string    :type 'integer
81    :group 'thumbs)    :group 'thumbs)
82    
83  (defcustom thumbs-thumbsdir-max-size 50000000  (defcustom thumbs-thumbsdir-max-size 50000000
84    "Max size for thumbnails directory.    "Max size for thumbnails directory.
85  When it reaches that size (in bytes), a warning is sent."  When it reaches that size (in bytes), a warning is sent."
86    :type 'string    :type 'integer
87    :group 'thumbs)    :group 'thumbs)
88    
89  (defcustom thumbs-conversion-program  (defcustom thumbs-conversion-program
# Line 104  It must be 'convert'." Line 104  It must be 'convert'."
104    
105  (defcustom thumbs-relief 5  (defcustom thumbs-relief 5
106    "*Size of button-like border around thumbnails."    "*Size of button-like border around thumbnails."
107    :type 'string    :type 'integer
108    :group 'thumbs)    :group 'thumbs)
109    
110  (defcustom thumbs-margin 2  (defcustom thumbs-margin 2
111    "*Size of the margin around thumbnails.    "*Size of the margin around thumbnails.
112  This is where you see the cursor."  This is where you see the cursor."
113    :type 'string    :type 'integer
114    :group 'thumbs)    :group 'thumbs)
115    
116  (defcustom thumbs-thumbsdir-auto-clean t  (defcustom thumbs-thumbsdir-auto-clean t
# Line 122  than `thumbs-thumbsdir-max-size'." Line 122  than `thumbs-thumbsdir-max-size'."
122    
123  (defcustom thumbs-image-resizing-step 10  (defcustom thumbs-image-resizing-step 10
124    "Step by which to resize image."    "Step by which to resize image."
125    :type 'string    :type 'integer
126    :group 'thumbs)    :group 'thumbs)
127    
128  (defcustom thumbs-temp-dir temporary-file-directory  (defcustom thumbs-temp-dir temporary-file-directory

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26