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.
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).
* BUGS
-** Fix up copyright confusions.
- See end of admin/notes/copyright.
+** Kevin Rodgers missing assignment
** flyspell and check-comments
* 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
*** 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
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 "^\\.".
* 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
* 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>
* 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.