# HG changeset patch # User Glenn Morris # Date 1207195843 0 # Node ID c80c92f4f370383abc286b4d1a3456a79e9e8754 # Parent b6cea5b391eb745f36fa4ea5429661e2a413c616 *** empty log message *** diff -r b6cea5b391eb -r c80c92f4f370 lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 03 04:09:31 2008 +0000 +++ b/lisp/ChangeLog Thu Apr 03 04:10:43 2008 +0000 @@ -35,8 +35,33 @@ Remove declarations; no longer used. (c-cpp-define-name, c-defun-name): Declare as functions. + * calendar/cal-bahai.el (holiday-fixed): Autoload it. + (holiday-bahai-new-year, holiday-bahai-ridvan): New functions. + + * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc) + (holiday-passover-etc, holiday-hanukkah): Doc fix. Add optional + argument. Simplify. + (holiday-tisha-b-av-etc): Use memq rather than unless. + (holiday-julian): Autoload it. + (holiday-hebrew-misc): New function. + + * calendar/cal-islam.el (holiday-islamic-new-year): New function. + + * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2) + (hebrew-holidays-3, hebrew-holidays-4): Make obsolete. + (hebrew-holidays-2): Just use holiday-hanukkah now it respects + all-hebrew-calendar-holidays. + (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays): + Simplify using new functions. + (generate-calendar-window): Use bound-and-true-p. + * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p. + * calendar/holidays.el (calendar-holiday-list): Fix previous change. + (holiday-filter-visible-calendar): Doc fix. Use mapcar. + (holiday-easter-etc): Fix nesting of result. Tweak holiday order. + Use calendar-date-is-visible-p, not holiday-filter-visible-calendar. + * net/tramp.el (tramp-drop-volume-letter): Move definition before use. 2008-04-03 Stefan Monnier