]> code.delx.au - gnu-emacs/blobdiff - admin/FOR-RELEASE
Update "copyright years" section.
[gnu-emacs] / admin / FOR-RELEASE
index 8af79e4df8bc0fc5735fffac199c85d246bbb726..1a8497a72077f96d79c37dac1cf61959d65bd586 100644 (file)
@@ -5,101 +5,119 @@ Tasks needed before the next release.
 ** `undo-ask-before-discard', currently set to t for debugging purposes
 has to be set to nil: when t, it can leak memory and cause other problems.
 
+** Update release dates of manuals.
+
+** Spell check the manuals.
+
+** Get rid of overfull and underfull boxes in manuals.
+
+** Check for widow and orphan lines in manuals;
+make sure all the pages really look ok in the manual as formatted.
+
+** Update facemenu-unlisted-faces, adding whatever other
+face name prefixes should be in it for good results.
+
+** Update AUTHORS.
+
+** Regenerate the postscript files of the reference cards in etc.
+
+** Ask maintainers of refcard translations to update them.
+
+** Check what should be deleted or updated in MORE.STUFF.
+
 * NEW FEATURES
 
 ** Make VC-over-Tramp work where possible, or at least fail
 gracefully if something isn't supported over Tramp.
 To be done by Andre Spiegel <spiegel@gnu.org>.
 
-** define-minor-mode should not put :require into defcustom.
-See msg from rms to emacs-devel on 21 Dec.
-
 ** Update Speedbar.
 
-** Enhance scroll-bar to handle tall line (similar to line-move).
-
-** Adapt mouse-sel-mode to mouse-1-click-follows-link.
+** Update vhdl-mode.el based on changes in
+   http://opensource.ethz.ch/emacs/vhdl-mode.html.
 
+** Debug custom themes.
 
 * FATAL ERRORS
 
-** Make unexec handle memory mapping policy of the latest versions of Linux.
-
 ** Investigate reported crashes in compact_small_strings.
 
 ** Investigate reported crashes related to using an
 invalid pointer from string_free_list.
 
-
 * BUGS
 
-** Ange-ftp should ignore irrelevant IPv6 errors:
-
-Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
-From: "Piet van Oostrum" <piet@cs.uu.nl>
-To: emacs-pretest-bug@gnu.org
-Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
-
-Symptoms:
+** Fix those modes that still use compile-internal, to not use it.
 
-C-x C-f /ftp.nluug.nl:/
+** Bug in ebrowse
 
-The problem is that the DNS first gives an IPV6 address. However our
-router doesn't do IPV6. Ftp then falls back to IPV4:
+Date: Fri, 27 May 2005 17:35:48 +0200
+From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
 
-ftp> open ftp.nluug.nl
-Trying 2001:610:1:80aa:192:87:102:36...
-ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
-Trying 192.87.102.36...
-Connected to ftp.nluug.nl.
+the C++ header file which led to the problematic BROWSE file reads
 
-Ange-ftp chokes on the `No route to host' message and doesn't look any
-further.
+namespace test {
+     class Base
+     {
+     };
 
-I think in the near future we will see more of this problem, so it might be
-time to make anfe-ftp more intelligent.
+     class B : public Base
+     {
+     };
+}
 
+class A : public test::Base
+{
+};
 
-* GTK RELATED BUGS
+The *Tree* is then displayed as
 
-** Make GTK scrollbars behave like others w.r.t. overscrolling.
-
-
-* REDISPLAY RELATED BUGS
-
-** Avoid unbreakable loops in redisplay.
-
-Redisplay may loop if there is an error in some display property, e.g.
-     (space 'left-margin)
-
-A fix would be to somehow disable handling of display properties if an error
-is encountered.
+   *Globals*
+   test
+   test::Base
+     test::B
 
+The class A seems to be missing.
 
 * DOCUMENTATION
 
 ** Document Custom Themes.
 
-** Finish updating the Emacs Lisp manual.
-
-** Update the Emacs manual.
-
-*** Update man/info.texi.
+** Update man/info.texi.
 
 ** Add missing years in copyright notices of all files.
 
+Policy document admin/notes/years must be updated before
+making further progress on this task!!!
+
 Please record your name here and say which part of the distribution
 you're going to handle.
 
 DIRECTORY              STATUS          IN CHARGE
 ---------              ------          ---------
-lisp/international     working         Kenichi Handa
-lisp/languages         working         Kenichi Handa
-
-
-** Update AUTHORS.
-
-** Reorder NEWS entries.
+leim                   working         Kenichi Handa
+lisp                   working         Thien-Thi Nguyen
+lisp/calc              done            Thien-Thi Nguyen
+lisp/calendar          working         Glenn Morris
+lisp/emacs-lisp                done            Thien-Thi Nguyen
+lisp/emulation         done            Thien-Thi Nguyen
+lisp/eshell            done            Thien-Thi Nguyen
+lisp/gnus              done            Thien-Thi Nguyen
+lisp/international     done            Kenichi Handa
+lisp/language          done            Kenichi Handa
+lisp/mail              done            Thien-Thi Nguyen
+lisp/mh-e              working         Bill Wohler
+lisp/net               done            Thien-Thi Nguyen
+lisp/obsolete          done            Thien-Thi Nguyen
+lisp/play              done            Thien-Thi Nguyen
+lisp/progmodes         done            Nick Roberts
+lisp/term              done            Thien-Thi Nguyen
+lisp/textmodes         done            Thien-Thi Nguyen
+lisp/toolbar           done            Thien-Thi Nguyen
+lisp/url               done            Thien-Thi Nguyen
+src                    working         Thien-Thi Nguyen
+src/m                  working         Thien-Thi Nguyen
+src/s                  working         Thien-Thi Nguyen
 
 ** Check the Emacs manual.
 
@@ -108,7 +126,6 @@ regarding recent changes by at least two people.  After each file
 name, on the same line or the following line, come the names of the
 people who have checked it.
 
-
 SECTION             READERS
 -----------------------------
 man/abbrevs.texi    Chong Yidong    Joakim Verona
@@ -122,7 +139,7 @@ man/commands.texi   "Luc Teirlinck"  Chong Yidong
 man/custom.texi     Chong Yidong
 man/dired.texi      Chong Yidong     joakim@verona.se
 man/display.texi    "Luc Teirlinck"  Chong Yidong
-man/emacs.texi      "Luc Teirlinck"
+man/emacs.texi      "Luc Teirlinck"  Lute Kamstra
 man/entering.texi   "Luc Teirlinck"  Chong Yidong
 man/files.texi      "Luc Teirlinck"  Chong Yidong
 man/fixit.texi      "Luc Teirlinck"  Chong Yidong
@@ -139,7 +156,7 @@ man/mark.texi       "Luc Teirlinck"  Chong Yidong
 man/mini.texi       "Luc Teirlinck"  Chong Yidong
 man/misc.texi       Chong Yidong
 man/msdog.texi      Chong Yidong
-man/mule.texi       "Luc Teirlinck"
+man/mule.texi       "Luc Teirlinck"  Kenichi Handa
 man/m-x.texi        "Luc Teirlinck"  Chong Yidong
 man/picture.texi    Joakim Verona <joakim@verona.se>   Chong Yidong
 man/programs.texi   "Stephen Eglen"  Chong Yidong
@@ -174,8 +191,8 @@ lispref/control.texi     "Luc Teirlinck"   Chong Yidong
 lispref/customize.texi   Chong Yidong
 lispref/debugging.texi   Joakim Verona <joakim@verona.se>   Lute Kamstra
 lispref/display.texi     Chong Yidong
-lispref/edebug.texi      Chong Yidong
-lispref/elisp.texi       "Luc Teirlinck"
+lispref/edebug.texi      Chong Yidong      "Luc Teirlinck"
+lispref/elisp.texi       "Luc Teirlinck"   Lute Kamstra
 lispref/errors.texi      "Luc Teirlinck"
 lispref/eval.texi        "Luc Teirlinck"   Chong Yidong
 lispref/files.texi       "Luc Teirlinck"   Chong Yidong
@@ -200,7 +217,7 @@ lispref/numbers.texi         "Luc Teirlinck"   Chong Yidong
 lispref/objects.texi    "Luc Teirlinck"   Chong Yidong
 lispref/os.texi                 "Luc Teirlinck"   Chong Yidong
 lispref/positions.texi  "Luc Teirlinck"   Chong Yidong
-lispref/processes.texi   Chong Yidong
+lispref/processes.texi   Chong Yidong     Thien-Thi Nguyen
 lispref/searching.texi  "Luc Teirlinck"   Chong Yidong
 lispref/sequences.texi  "Luc Teirlinck"   Chong Yidong
 lispref/streams.texi    "Luc Teirlinck"   Chong Yidong
@@ -214,15 +231,14 @@ lispref/windows.texi     "Luc Teirlinck"   Chong Yidong
 
 ** Check the Emacs Tutorial.
 
-The first line of every tutorial must begin with a sentence saying
-"Emacs Tutorial" in the respective language.  This should be followed
-by "See end for copying conditions", likewise in the respective
-language.
+The first line of every tutorial must begin with text ending in a period
+(".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language.
+This should be followed by "See end for copying conditions", likewise
+in the respective language.
 
 After each file name, on the same line or the following line, come the
 names of the people who have checked it.
 
-
 SECTION                  READERS
 ----------------------------------
 etc/TUTORIAL             rms
@@ -246,8 +262,6 @@ etc/TUTORIAL.sv          Mats Lidell <matsl@contactor.se>
 etc/TUTORIAL.th          Virach Sornlertlamvanich <virach@tcllab.org>
 etc/TUTORIAL.zh
 
-
-
 \f
 Local variables:
 mode: outline