/[emacs]/emacs/lisp/calendar/diary-lib.el
ViewVC logotype

Diff of /emacs/lisp/calendar/diary-lib.el

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

revision 1.86 by gm, Tue Dec 21 15:03:31 2004 UTC revision 1.87 by kfstorm, Wed Feb 9 15:50:40 2005 UTC
# Line 282  search." Line 282  search."
282  The format of the header is specified by `diary-header-line-format'."  The format of the header is specified by `diary-header-line-format'."
283    :group   'diary    :group   'diary
284    :type    'boolean    :type    'boolean
285    :version "21.4")    :version "22.1")
286    
287  (defcustom diary-header-line-format  (defcustom diary-header-line-format
288    '(:eval (calendar-string-spread    '(:eval (calendar-string-spread
# Line 295  before edit/copy" Line 295  before edit/copy"
295  Only used if `diary-header-line-flag' is non-nil."  Only used if `diary-header-line-flag' is non-nil."
296    :group   'diary    :group   'diary
297    :type    'sexp    :type    'sexp
298    :version "21.4")    :version "22.1")
299    
300  (defvar diary-saved-point)              ; internal  (defvar diary-saved-point)              ; internal
301    
# Line 546  changing the variable `diary-include-str Line 546  changing the variable `diary-include-str
546  (defface diary-button-face '((((type pc) (class color))  (defface diary-button-face '((((type pc) (class color))
547                     (:foreground "lightblue")))                     (:foreground "lightblue")))
548    "Default face used for buttons."    "Default face used for buttons."
549    :version "21.4"    :version "22.1"
550    :group 'diary)    :group 'diary)
551    
552  (define-button-type 'diary-entry  (define-button-type 'diary-entry
# Line 1938  template following the rules above." Line 1938  template following the rules above."
1938                  :value-type (choice                  :value-type (choice
1939                               (string :tag "Template for entry")                               (string :tag "Template for entry")
1940                               (function :tag "Unary function providing template")))                               (function :tag "Unary function providing template")))
1941    :version "21.4"    :version "22.1"
1942    :group 'diary)    :group 'diary)
1943    
1944    

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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