From 7ad42042de197ef667d089a66f8b9cbb46ab1d18 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 19 Mar 2007 21:20:10 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 20 ++++++++++---------- admin/notes/copyright | 3 ++- lisp/ChangeLog | 7 ++++++- lispref/ChangeLog | 5 +++++ man/ChangeLog | 6 +++++- src/ChangeLog | 5 +++++ 6 files changed, 33 insertions(+), 13 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 85aaac4cfbb..8df261f6ac2 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -6,8 +6,6 @@ Tasks needed before the next release. make sure all the pages really look ok in the manual as formatted. ** Check for text in manuals that assumes current version is 21. -eshell.texi 'Known Problems' (does section need updating?) -cc-mode.texi 'Performance Issues': "21.3 as of this writing" ** Cleanup temporary +++/--- lines in etc/NEWS. @@ -15,12 +13,6 @@ cc-mode.texi 'Performance Issues': "21.3 as of this writing" As of 2007/2/26, only ps files older than the associated tex files are: cs-dired-ref.ps sk-dired-ref.ps -May need update for Emacs-22: -dired-ref.tex cs-dired-ref.tex fr-drdref.tex sk-dired-ref.tex - -Fix overfull lines p3 fr-refcard.ps. - - ** Ask maintainers of refcard translations to update them. Requests to have been sent out on 2006-05-23 (Reiner Steib). @@ -53,8 +45,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. * BUGS -** Fix up copyright confusions. - See end of admin/notes/copyright. +** Kevin Rodgers missing assignment ** flyspell and check-comments @@ -63,6 +54,15 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. * DOCUMENTATION +** Fix overfull lines p3 fr-refcard.ps + +** Some manual sections may need updating for Emacs-22: +eshell.texi 'Known Problems' +cc-mode.texi 'Performance Issues': "21.3 as of this writing" + +** May need update for Emacs-22: +dired-ref.tex cs-dired-ref.tex fr-drdref.tex sk-dired-ref.tex + ** Check the Emacs Tutorial. The first line of every tutorial must begin with text ending in a diff --git a/admin/notes/copyright b/admin/notes/copyright index 3186eb758b8..c2e3e47a863 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright @@ -574,7 +574,8 @@ REMOVED src/unexhp9k800.c *** These are copyright issues still to be addressed: -Do we need an assignment from Kevin Rodgers? (rms) +Need an assignment from Kevin Rodgers (rms), else several changes to +deal with. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd14c0aac94..f60bc651e5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -113,7 +113,12 @@ 2007-03-12 Glenn Morris * calc/calc-forms.el (math-std-daylight-savings): Switch to new - North American rule. + North American rule. Replace "daylight savings" with "daylight + saving" in doc. + + * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el: + * calendar/lunar.el,solar.el: Replace "daylight savings" with + "daylight saving" in text. * woman.el (woman-change-fonts): Tweak previous change by using woman-request-regexp rather than "^\\.". diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d9d4a508780..1510ec19e05 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -2,6 +2,11 @@ * os.texi (Recording Input): recent-keys now gives 300 keys. +2007-03-12 Glenn Morris + + * os.texi: Replace "daylight savings" with "daylight saving" + throughout. + 2007-03-05 Richard Stallman * variables.texi (File Local Variables): Update diff --git a/man/ChangeLog b/man/ChangeLog index c0e46b0d580..b2be4c88f24 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -6,7 +6,11 @@ * calc.texi (Time Zones): Switch to new North America DST rule. - * calendar.texi (Daylight Saving): Rename node from "Daylight Savings". + * calendar.texi, emacs.texi (Daylight Saving): Rename node from + "Daylight Savings". + + * calc.texi, calendar.texi: Replace "daylight savings" with "daylight + saving" in text throughout. 2007-03-11 Andreas Seltenreich diff --git a/src/ChangeLog b/src/ChangeLog index 5155f2c4a74..83a32eaf8f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -52,6 +52,11 @@ * keyboard.c (read_key_sequence): Store original event into keybuf when replaying sequence with local keymap(s) from string. +2007-03-12 Glenn Morris + + * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight + savings" to "daylight saving"). + 2007-03-11 Sam Steingold * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. -- 2.39.5