From 33d0b73fecad6d6138dcb1bfb7178a67eb1c0eb0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 17 Aug 2003 22:53:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ lisp/ChangeLog | 16 ++++++++++++++++ man/ChangeLog | 4 ++++ 3 files changed, 25 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 4206aeb5a8f..90e9b9dbe24 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -891,6 +891,11 @@ day in the calendar. Specifying a face highlights the day with that face. This lets you have different colors or markings for vacations, appointments, paydays or anything else using a sexp. ++++ +** The new function `calendar-goto-day-of-year' (g D) prompts for a +year and day number, and moves to that date. Negative day numbers +count backward from the end of the year. + ** VC Changes *** The key C-x C-q no longer checks files in or out, it only changes diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56d2bc2aa4c..38cadc84bc2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -31,6 +31,22 @@ (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat property from 'ring to 'head. +2003-08-17 Alan Shutko + + * calendar/calendar.el (calendar-make-alist): Correct off-by-one + keeping December out of the alist. + +2003-08-17 Edward M. Reingold + + * calendar/cal-move.el (calendar-goto-day-of-year): New function. + * calendar/calendar.el (calendar-mode-map): Bind it to key. + * calendar/cal-menu.el (calendar-mode-map): Add it to menu. + (calendar-flatten): New function. + (calendar-mouse-view-other-diary-entries) + (calendar-mouse-view-diary-entries): Rewritten to put any holidays + in the menu title and to show multi-line diary entries correctly + in the menu. + 2003-08-17 Luc Teirlinck * info.el (Info-scroll-prefer-subnodes): Add :version keyword to diff --git a/man/ChangeLog b/man/ChangeLog index f537862ae35..d7ee12c7f79 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -10,6 +10,10 @@ * calc.texi (Queries in Macros): Update xref to keyboard macro query. +2003-08-17 Edward M. Reingold + + * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'. + 2003-08-17 Alex Schroeder * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not -- 2.11.4.GIT