]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Mon, 19 Mar 2007 21:20:10 +0000 (21:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 19 Mar 2007 21:20:10 +0000 (21:20 +0000)
admin/FOR-RELEASE
admin/notes/copyright
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 85aaac4cfbb9dc1712740981785a9a9e3e1d9cf8..8df261f6ac2b63a437d2557b5870c8cd0db7248a 100644 (file)
@@ -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
index 3186eb758b871930a9af60285cc3af0c3c758215..c2e3e47a86389ce45e05ac637114cafb472e268d 100644 (file)
@@ -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.
 
 
 \f
index dd14c0aac9464194d2bd11988400441f333de05c..f60bc651e5f32ecec6ae48fdbb66eff00d77541b 100644 (file)
 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 "^\\.".
index d9d4a508780cc6de6e09277da7d4eed50c5cda9f..1510ec19e05e4d7f7dd7db6cb24bfa6720bd0767 100644 (file)
@@ -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
index c0e46b0d5804c9143c0705b67a66969356cc67f4..b2be4c88f24bb15e41b864894e3b790e64e25a3e 100644 (file)
@@ -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>
 
index 5155f2c4a745eb42fbd30869f6a446c08cd24f54..83a32eaf8f69eace49e46110b4d33572f9691195 100644 (file)
        * 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.