Mercurial > emacs
changeset 76596:dcd0bb7739f5
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 19 Mar 2007 21:20:10 +0000 |
parents | 497d17a80bb8 |
children | db9be922320d |
files | admin/FOR-RELEASE admin/notes/copyright lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 6 files changed, 33 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Mon Mar 19 20:59:53 2007 +0000 +++ b/admin/FOR-RELEASE Mon Mar 19 21:20:10 2007 +0000 @@ -6,8 +6,6 @@ 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 @@ 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 @@ * BUGS -** Fix up copyright confusions. - See end of admin/notes/copyright. +** Kevin Rodgers missing assignment ** flyspell and check-comments @@ -63,6 +54,15 @@ * 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
--- a/admin/notes/copyright Mon Mar 19 20:59:53 2007 +0000 +++ b/admin/notes/copyright Mon Mar 19 21:20:10 2007 +0000 @@ -574,7 +574,8 @@ *** 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.
--- a/lisp/ChangeLog Mon Mar 19 20:59:53 2007 +0000 +++ b/lisp/ChangeLog Mon Mar 19 21:20:10 2007 +0000 @@ -113,7 +113,12 @@ 2007-03-12 Glenn Morris <rgm@gnu.org> * 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 "^\\.".
--- a/lispref/ChangeLog Mon Mar 19 20:59:53 2007 +0000 +++ b/lispref/ChangeLog Mon Mar 19 21:20:10 2007 +0000 @@ -2,6 +2,11 @@ * os.texi (Recording Input): recent-keys now gives 300 keys. +2007-03-12 Glenn Morris <rgm@gnu.org> + + * os.texi: Replace "daylight savings" with "daylight saving" + throughout. + 2007-03-05 Richard Stallman <rms@gnu.org> * variables.texi (File Local Variables): Update
--- a/man/ChangeLog Mon Mar 19 20:59:53 2007 +0000 +++ b/man/ChangeLog Mon Mar 19 21:20:10 2007 +0000 @@ -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 <uwi7@rz.uni-karlsruhe.de>
--- a/src/ChangeLog Mon Mar 19 20:59:53 2007 +0000 +++ b/src/ChangeLog Mon Mar 19 21:20:10 2007 +0000 @@ -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 <rgm@gnu.org> + + * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight + savings" to "daylight saving"). + 2007-03-11 Sam Steingold <sds@gnu.org> * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.