/[emacs]/emacs/lisp/calendar/appt.el
ViewVC logotype

Diff of /emacs/lisp/calendar/appt.el

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

revision 1.54 by gm, Thu May 13 00:18:15 2004 UTC revision 1.55 by kfstorm, Wed Feb 9 15:50:40 2005 UTC
# Line 88  documentation of the function `appt-chec Line 88  documentation of the function `appt-chec
88    
89  (make-obsolete-variable 'appt-issue-message  (make-obsolete-variable 'appt-issue-message
90                          "use the function `appt-activate', and the \                          "use the function `appt-activate', and the \
91  variable `appt-display-format' instead." "21.4")  variable `appt-display-format' instead." "22.1")
92    
93  ;;;###autoload  ;;;###autoload
94  (defcustom appt-message-warning-time 12  (defcustom appt-message-warning-time 12
# Line 109  This variable is only relevant if `appt- Line 109  This variable is only relevant if `appt-
109    :type 'boolean    :type 'boolean
110    :group 'appt)    :group 'appt)
111    
112  (make-obsolete-variable 'appt-visible 'appt-display-format "21.4")  (make-obsolete-variable 'appt-visible 'appt-display-format "22.1")
113    
114  ;;;###autoload  ;;;###autoload
115  (defcustom appt-msg-window t  (defcustom appt-msg-window t
# Line 118  If non-nil, this variable overrides `app Line 118  If non-nil, this variable overrides `app
118    :type 'boolean    :type 'boolean
119    :group 'appt)    :group 'appt)
120    
121  (make-obsolete-variable 'appt-msg-window 'appt-display-format "21.4")  (make-obsolete-variable 'appt-msg-window 'appt-display-format "22.1")
122    
123  ;; TODO - add popup.  ;; TODO - add popup.
124  (defcustom appt-display-format 'ignore  (defcustom appt-display-format 'ignore
# Line 136  of the (obsolete) variables `appt-msg-wi Line 136  of the (obsolete) variables `appt-msg-wi
136            (const :tag "Echo-area" echo)            (const :tag "Echo-area" echo)
137            (const :tag "No visible display" nil))            (const :tag "No visible display" nil))
138    :group 'appt    :group 'appt
139    :version "21.4")    :version "22.1")
140    
141  ;;;###autoload  ;;;###autoload
142  (defcustom appt-display-mode-line t  (defcustom appt-display-mode-line t

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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