emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 11 Feb 2003 18:26:56 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4838 emacs/lisp/ChangeLog:1.4839
*** emacs/lisp/ChangeLog:1.4838 Tue Feb 11 12:06:46 2003
--- emacs/lisp/ChangeLog        Tue Feb 11 18:26:55 2003
***************
*** 1,3 ****
--- 1,39 ----
+ 2003-02-12  Ami Fischman  <address@hidden>
+ 
+       Face markup of calendar and diary displays: Any entry line that
+       ends with [foo:value] where foo is a face attribute (except :box
+       :stipple) or with [face:blah] tags, will have these values applied
+       to the calendar and fancy diary displays. These attributes "stack"
+       on calendar displays.  File-wide attributes can be defined as
+       follows: the first line matching "^# [tag:value]" defines the
+       value for that particular tag.  All of the tags' regexps can be
+       customized.
+ 
+       * calendar/calendar.el (diary-face-attrs): New custom.
+       (diary-file-name-prefix-function): New custom.
+       (diary-glob-file-regexp-prefix): New custom.
+       (diary-file-name-prefix): New custom.
+       (generate-calendar-window): Check that font-lock-mode is bound
+       before checking value.
+       (mark-visible-calendar-date): Add the ability to pass face
+       attribute/value pairs in the mark argument.  Handle the mark.
+ 
+       * diary-lib.el (diary-attrtype-convert): Convert an attribute
+       value string to the desired type.
+       (diary-pull-attrs): New function that pulls the attributes off a
+       diary entry, merges with file-global attributes, and returns
+       the (possibly modified) entry and a list of attribute/values using
+       diary-attrtype-convert.
+       (list-diary-entries, fancy-diary-display, show-all-diary-entries)
+       (mark-diary-entries, mark-sexp-diary-entries)
+       (list-sexp-diary-entries): Add handling of file-global attributes;
+       add handling of entry attributes using diary-pull-attrs.
+       (mark-calendar-days-named, mark-calendar-days-named)
+       (mark-calendar-date-pattern, mark-calendar-month)
+       (add-to-diary-list): Add optional paramater `color' for passing
+       face attribute info through the callchain.  Pass this parameter
+       around.
+ 
  2003-02-11  John Paul Wallington  <address@hidden>
  
        * ibuffer.el (toplevel): Don't require `font-lock';




reply via email to

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