emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/diary-lib.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/diary-lib.el
Date: Wed, 09 Feb 2005 10:51:01 -0500

Index: emacs/lisp/calendar/diary-lib.el
diff -c emacs/lisp/calendar/diary-lib.el:1.86 
emacs/lisp/calendar/diary-lib.el:1.87
*** emacs/lisp/calendar/diary-lib.el:1.86       Tue Dec 21 15:03:31 2004
--- emacs/lisp/calendar/diary-lib.el    Wed Feb  9 15:50:40 2005
***************
*** 282,288 ****
  The format of the header is specified by `diary-header-line-format'."
    :group   'diary
    :type    'boolean
!   :version "21.4")
  
  (defcustom diary-header-line-format
    '(:eval (calendar-string-spread
--- 282,288 ----
  The format of the header is specified by `diary-header-line-format'."
    :group   'diary
    :type    'boolean
!   :version "22.1")
  
  (defcustom diary-header-line-format
    '(:eval (calendar-string-spread
***************
*** 295,301 ****
  Only used if `diary-header-line-flag' is non-nil."
    :group   'diary
    :type    'sexp
!   :version "21.4")
  
  (defvar diary-saved-point)            ; internal
  
--- 295,301 ----
  Only used if `diary-header-line-flag' is non-nil."
    :group   'diary
    :type    'sexp
!   :version "22.1")
  
  (defvar diary-saved-point)            ; internal
  
***************
*** 546,552 ****
  (defface diary-button-face '((((type pc) (class color))
                   (:foreground "lightblue")))
    "Default face used for buttons."
!   :version "21.4"
    :group 'diary)
  
  (define-button-type 'diary-entry
--- 546,552 ----
  (defface diary-button-face '((((type pc) (class color))
                   (:foreground "lightblue")))
    "Default face used for buttons."
!   :version "22.1"
    :group 'diary)
  
  (define-button-type 'diary-entry
***************
*** 1938,1944 ****
                :value-type (choice
                             (string :tag "Template for entry")
                             (function :tag "Unary function providing 
template")))
!   :version "21.4"
    :group 'diary)
  
  
--- 1938,1944 ----
                :value-type (choice
                             (string :tag "Template for entry")
                             (function :tag "Unary function providing 
template")))
!   :version "22.1"
    :group 'diary)
  
  




reply via email to

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