*** empty log message ***
This commit is contained in:
parent
8923d271ca
commit
33d0b73fec
3 changed files with 25 additions and 0 deletions
5
etc/NEWS
5
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue