I plan on committing this tomorrow (Fri 3-27).
Jeff
ChangeLog addition:
2008-03-27 Jeff Miller <jmiller(a)cablespeed.com>
* calendar.el (diary): fix bold weight in defface
* calendar.el (calendar-mode-hook): fix indentation
* calendar.el (european-calendar-style): fix indentation
* calendar.el (diary-display-hook): fix indentation
* diary-lib.el (diary-anniversary): fix bold weight in defface
* diary-lib.el (diary-time): fix bold weight in defface
calendar source patch:
Diff command: cvs -q diff -u
Files affected: diary-lib.el calendar.el
Index: calendar.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/calendar/calendar.el,v
retrieving revision 1.16
diff -u -u -r1.16 calendar.el
--- calendar.el 2007/07/10 22:52:24 1.16
+++ calendar.el 2008/03/28 03:36:24
@@ -191,7 +191,7 @@
(((class color) (background dark))
(:foreground "yellow"))
(t
- (:weight bold t)))
+ (:bold t)))
"Face for highlighting diary entries."
:group 'diary)
;; backward-compatibility alias
@@ -305,8 +305,8 @@
(defcustom calendar-mode-hook nil
"Hook run when entering `calendar-mode'."
-:type 'hook
-:group 'calendar-hooks)
+:type 'hook
+:group 'calendar-hooks)
;;;###autoload
(defcustom calendar-load-hook nil
@@ -585,8 +585,8 @@
:type 'boolean
;; Without :initialize (require 'calendar) throws an error because
;; american-calendar is undefined at this point.
-:initialize 'custom-initialize-default
-:set (lambda (symbol value)
+:initialize 'custom-initialize-default
+:set (lambda (symbol value)
(if value
(european-calendar)
(american-calendar)))
@@ -804,8 +804,8 @@
diary buffer, set the variable `diary-list-include-blanks' to t."
:type 'hook
:options '(fancy-diary-display)
-:initialize 'custom-initialize-default
-:set 'diary-set-maybe-redraw
+:initialize 'custom-initialize-default
+:set 'diary-set-maybe-redraw
:group 'diary)
;;;###autoload
Index: diary-lib.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/calendar/diary-lib.el,v
retrieving revision 1.10
diff -u -u -r1.10 diary-lib.el
--- diary-lib.el 2007/07/10 22:52:24 1.10
+++ diary-lib.el 2008/03/28 03:36:30
@@ -1960,7 +1960,7 @@
(((class color) (background dark))
(:foreground "cyan"))
(t
- (:weight bold t)))
+ (:bold t)))
"Face used for anniversaries in the diary."
:group 'diary)
@@ -1971,7 +1971,7 @@
(((class color) (background dark))
(:foreground "cyan3"))
(t
- (:weight bold t)))
+ (:bold t)))
"Face used for times of day in the diary."
:group 'diary)
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches