]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Mar 2006 08:06:45 +0000 (08:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Mar 2006 08:06:45 +0000 (08:06 +0000)
etc/TODO
lisp/ChangeLog

index 9b7a0b0a1b0612b302f1dcc55cae33de9e7a9452..34dec4f1de2cfff5efc693bd59d6e39387bff39e 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -437,11 +437,16 @@ but which can also be used as a modifier).
    e.g auto-mode-alist, the right face. [nickrob@snap.net.nz has a patch
    for this for inclusion after 22.1].
 
+** Possibly make `list-holidays' eval items in the calendar-holidays variable.
+   See thread
+   <http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>.
+   [rgm@gnu.org will look at this after 22.1]
+
 * Internal changes
 
 ** Replace gmalloc.c with the modified Doug Lea code from the current
   GNU libc so that the special mmapping of buffers can be removed --
-  that apparently loses under Solaris, at least.  [fx has mostly done
+  that apparently loses under Solaris, at least. [fx has mostly done
   this.]
 
 ** Rewrite make-docfile to be clean and maintainable.
index 31df6e9f72c6633dee3a6b61b020af82aa7e5a02..8ce3d8af6c59e3948b52d25f67280269b1be1a66 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-holidays): Doc fix.
+       * calendar/holidays.el (list-holidays): Doc fix.
+
 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as