From a9df811d97481a5ca3c8d81441aaeb03b517fba0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 5 Apr 2008 21:25:45 +0000 Subject: [PATCH] (list-sexp-diary-entries): Update doc for rename. --- lisp/ChangeLog | 10 ++++++++++ lisp/calendar/diary-lib.el | 10 +++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 564a7bac44c..d7d0fe7c35a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -40,6 +40,16 @@ to diary-islamic-entry-symbol. * calendar/diary-lib.el: Update for diary-entry-symbol renames. + * calendar/solar.el (diary-sabbath-candles-minutes) + (diary-sabbath-candles): Move to cal-hebrew. + * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes) + (diary-hebrew-sabbath-candles): Move here from solar.el and rename. + Doc fix. Keep old name as alias. + (solar-setup, solar-sunrise-sunset, calendar-latitude) + (calendar-longitude, calendar-time-zone): Declare for compiler. + * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for + rename. + * calendar/cal-coptic.el (calendar-coptic-month-name-array): Rename coptic-calendar-month-name-array. Update callers. (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers. diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 926a02c238d..6707bf1d5bf 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -1563,11 +1563,11 @@ These functions give the date in alternative calendrical systems: Theses functions only produce output on certain dates: -`diary-phases-of-moon' - phases of moon (on the appropriate days) -`diary-hebrew-omer' - Omer count, within 50 days after Passover -`diary-hebrew-parasha' - weekly parasha, every Saturday -`diary-hebrew-rosh-hodesh' - Rosh Hodesh, or the day or Saturday before -`diary-sabbath-candles' - local time of candle lighting, on Fridays +`diary-phases-of-moon' - phases of moon (on the appropriate days) +`diary-hebrew-omer' - Omer count, within 50 days after Passover +`diary-hebrew-parasha' - weekly parasha, every Saturday +`diary-hebrew-rosh-hodesh' - Rosh Hodesh, or the day or Saturday before +`diary-hebrew-sabbath-candles' - local time of candle lighting, on Fridays Marking these entries is *extremely* time consuming, so it is -- 2.11.4.GIT