Mercurial > emacs
changeset 52233:20e27d5ca4c8
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 17 Aug 2003 22:53:07 +0000 |
parents | e1debf3a5153 |
children | 8430ee3561fa |
files | etc/NEWS lisp/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Aug 17 22:51:29 2003 +0000 +++ b/etc/NEWS Sun Aug 17 22:53:07 2003 +0000 @@ -891,6 +891,11 @@ 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
--- a/lisp/ChangeLog Sun Aug 17 22:51:29 2003 +0000 +++ b/lisp/ChangeLog Sun Aug 17 22:53:07 2003 +0000 @@ -31,6 +31,22 @@ (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
--- a/man/ChangeLog Sun Aug 17 22:51:29 2003 +0000 +++ b/man/ChangeLog Sun Aug 17 22:53:07 2003 +0000 @@ -10,6 +10,10 @@ * 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