# HG changeset patch # User Glenn Morris # Date 1141978005 0 # Node ID aba2814a382434d8ecab4cfad7c17c1bef747524 # Parent 61d19d23dd13cc420a157f8df5f14814a78dcee6 *** empty log message *** diff -r 61d19d23dd13 -r aba2814a3824 etc/TODO --- a/etc/TODO Fri Mar 10 08:04:27 2006 +0000 +++ b/etc/TODO Fri Mar 10 08:06:45 2006 +0000 @@ -437,11 +437,16 @@ 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 + . + [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. diff -r 61d19d23dd13 -r aba2814a3824 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 10 08:04:27 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 10 08:06:45 2006 +0000 @@ -1,3 +1,8 @@ +2006-03-10 Glenn Morris + + * calendar/calendar.el (calendar-holidays): Doc fix. + * calendar/holidays.el (list-holidays): Doc fix. + 2006-03-10 Nick Roberts * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as