]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sun, 17 Aug 2003 22:53:07 +0000 (22:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 17 Aug 2003 22:53:07 +0000 (22:53 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog

index 4206aeb5a8f469f5a66e8cb58ce8a318778ff814..90e9b9dbe24c37fb42a81ec5bdd874b6356caf6f 100644 (file)
--- 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
index 56d2bc2aa4c8b4e6b488cd10d487c72969d8cc4b..38cadc84bc2dc30b3e193ab88ce0dd04679a7deb 100644 (file)
        (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
        property from 'ring to 'head.
 
+2003-08-17  Alan Shutko  <ats@acm.org>
+
+       * calendar/calendar.el (calendar-make-alist): Correct off-by-one
+       keeping December out of the alist.
+
+2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * 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  <teirllm@mail.auburn.edu>
 
        * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
index f537862ae35e47b9d48d3576a45793c09969ecd7..d7ee12c7f791d4b4a360556dd8f0cb904c9db926 100644 (file)
 
        * calc.texi (Queries in Macros): Update xref to keyboard macro query.
 
+2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
+
 2003-08-17  Alex Schroeder  <alex@gnu.org>
 
        * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not