emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102456: diary-lib comments.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102456: diary-lib comments.
Date: Sat, 20 Nov 2010 14:29:35 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102456
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-20 14:29:35 -0800
message:
  diary-lib comments.
modified:
  lisp/calendar/diary-lib.el
=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el        2010-09-30 02:18:24 +0000
+++ b/lisp/calendar/diary-lib.el        2010-11-20 22:29:35 +0000
@@ -1,7 +1,8 @@
 ;;; diary-lib.el --- diary functions
 
 ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author: Edward M. Reingold <address@hidden>
 ;; Maintainer: Glenn Morris <address@hidden>
@@ -2331,6 +2332,7 @@
 
 ;;; Fancy Diary Mode.
 
+;; FIXME does not update upon changes to the name-arrays.
 (defvar diary-fancy-date-pattern
   (concat
    (let ((dayname (diary-name-pattern calendar-day-name-array nil t))
@@ -2433,9 +2435,6 @@
             (setq format-string (cdr (nth i diary-outlook-formats)))
             (save-excursion
               (save-window-excursion
-                ;; Fixme: References to optional fields in the format
-                ;; are treated literally, not replaced by the empty
-                ;; string.  I think this is an Emacs bug.
                 (diary-make-entry
                  (format (replace-match (if (functionp format-string)
                                             (funcall format-string body)
@@ -2513,5 +2512,4 @@
 
 (provide 'diary-lib)
 
-;; arch-tag: 22dd506e-2e33-410d-9ae1-095a0c1b2010
 ;;; diary-lib.el ends here


reply via email to

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