* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
[bpt/emacs.git] / admin / FOR-RELEASE
index c1e91ff..a9da7ab 100644 (file)
@@ -5,86 +5,66 @@ 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.
 
-* 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.
-
-
-* FATAL ERRORS
-
-** Make unexec handle memory mapping policy of the latest versions of Linux.
-
-** Investigate reported crashes in compact_small_strings.
+** Update release dates of manuals.
 
-** Investigate reported crashes related to using an
-invalid pointer from string_free_list.
+** Spell check the manuals.
 
+** Get rid of overfull and underfull boxes in manuals.
 
-* BUGS
-
-** Ange-ftp should ignore irrelevant IPv6 errors:
+** Check for widow and orphan lines in manuals;
+make sure all the pages really look ok in the manual as formatted.
 
-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
+** Update facemenu-unlisted-faces, adding whatever other
+face name prefixes should be in it for good results.
 
-Symptoms:
+** Update AUTHORS.
 
-C-x C-f /ftp.nluug.nl:/
+** Regenerate the postscript files of the reference cards in etc.
 
-The problem is that the DNS first gives an IPV6 address. However our
-router doesn't do IPV6. Ftp then falls back to IPV4:
+** Ask maintainers of refcard translations to update them.
 
-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.
+** Check what should be deleted or updated in MORE.STUFF.
 
-Ange-ftp chokes on the `No route to host' message and doesn't look any
-further.
+** Send an email to the various distributions, including the GNOME
+and KDE projects, to use the new Emacs icons in etc/images/icons.
 
-I think in the near future we will see more of this problem, so it might be
-time to make anfe-ftp more intelligent.
+** Ensure MH-E 8.0 has been released.
+Assigned to Bill Wohler <wohler@newt.com>.
 
+* NEW FEATURES
 
-* GTK RELATED BUGS
+** Rework how fringe bitmaps are defined and used.
+Currently, bitmap usage and bitmap appearence are "mixed-up" in a
+one-level representation.  It would be cleaner to split the
+representation into a two-level model where first level maps
+bitmap usage to a bitmap name, and second level maps bitmap name to
+a bitmap appearence.
+[Assigned to KFS]
 
-** Make GTK scrollbars behave like others w.r.t. overscrolling.
+* FATAL ERRORS
 
+** Investigate reported crashes in compact_small_strings.
 
-* REDISPLAY RELATED BUGS
+** Investigate reported crashes related to using an
+invalid pointer from string_free_list.
 
-** Avoid unbreakable loops in redisplay.
+* BUGS
 
-Redisplay may loop if there is an error in some display property, e.g.
-     (space 'left-margin)
+** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
 
-A fix would be to somehow disable handling of display properties if an error
-is encountered.
+** TCP server processes do not work on Windows.
 
+TCP/IP server processes created with `make-network-process' consume
+excesive CPU on some Windows environments.  Usages of 50% and 100%
+CPU time have been observed on different Window XP configurations.
+Seems to be a problem in sys_select in w32proc.c.
 
 * DOCUMENTATION
 
-** Document Custom Themes.
-
-** Finish updating the Emacs Lisp manual.
+** Add a node to the Lisp manual describing key sequences from the
+Lisp point of view.
 
-** Update the Emacs manual.
-
-*** Update man/info.texi.
+** Check man/info.texi.
 
 ** Add missing years in copyright notices of all files.
 
@@ -93,23 +73,38 @@ you're going to handle.
 
 DIRECTORY              STATUS          IN CHARGE
 ---------              ------          ---------
-leim                   working         Kenichi Handa
-lisp/calc              done            Thien-Thi Nguyen
-lisp/calendar          working         Glenn Morris
-lisp/emulation         done            Thien-Thi Nguyen
-lisp/eshell            working         Thien-Thi Nguyen
+etc (and subdirs)      done            Thien-Thi Nguyen (ttn(@gnu.org))
+leim                   done            Kenichi Handa
+lib-src                        done            ttn
+lisp                   done            ttn
+lisp/calc              done            ttn
+lisp/calendar          done            Glenn Morris
+lisp/emacs-lisp                done            ttn
+lisp/emulation         done            ttn
+lisp/eshell            done            ttn
+lisp/gnus              done            ttn
 lisp/international     done            Kenichi Handa
-lisp/languages         done            Kenichi Handa
-lisp/mh-e              done            Thien-Thi Nguyen
-lisp/net               done            Thien-Thi Nguyen
-lisp/play              done            Thien-Thi Nguyen
-lisp/term              done            Thien-Thi Nguyen
-lisp/toolbar           done            Thien-Thi Nguyen
-lisp/url               working         Thien-Thi Nguyen
-
-** Update AUTHORS.
-
-** Reorder NEWS entries.
+lisp/language          done            Kenichi Handa
+lisp/mail              done            ttn
+lisp/mh-e              done            Bill Wohler
+lisp/net               done            ttn
+lisp/obsolete          done            ttn
+lisp/play              done            ttn
+lisp/progmodes         done            Nick Roberts
+lisp/term              done            ttn
+lisp/textmodes         done            ttn
+lisp/url               done            ttn
+lispintro              done            ttn
+lispref                        done            ttn
+lwlib                  done            ttn
+m4                     done            ttn
+mac (and subdirs)      done            ttn
+man                    done            ttn
+msdos                  done            ttn
+nt (and subdirs)       done            ttn
+oldXMenu               done            ttn
+src (and subdirs)      done            ttn
+vms                    done            ttn
 
 ** Check the Emacs manual.
 
@@ -118,21 +113,20 @@ 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
-man/anti.texi
+man/anti.texi       Chong Yidong
 man/basic.texi      "Luc Teirlinck"  Chong Yidong
 man/buffers.texi    "Luc Teirlinck"  Chong Yidong
 man/building.texi   "Ted Zlatanov" <tzz@lifelogs.com>
 man/calendar.texi   joakim@verona.se  Chong Yidong
 man/cmdargs.texi    Chong Yidong     "Luc Teirlinck"
 man/commands.texi   "Luc Teirlinck"  Chong Yidong
-man/custom.texi     Chong Yidong
+man/custom.texi     Chong Yidong     "Luc Teirlinck"
 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
@@ -142,14 +136,14 @@ man/help.texi       "Luc Teirlinck"  Chong Yidong
 man/indent.texi     "Luc Teirlinck"  Chong Yidong
 man/killing.texi    "Luc Teirlinck"  Chong Yidong
 man/kmacro.texi     "Luc Teirlinck"  Chong Yidong
-man/macos.texi
-man/maintaining.texi
+man/macos.texi      Chong Yidong
+man/maintaining.texi Chong Yidong
 man/major.texi      "Luc Teirlinck"  Chong Yidong
 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,34 +168,34 @@ SECTION                  READERS
 ----------------------------------
 lispref/abbrevs.texi     "Luc Teirlinck"   Chong Yidong
 lispref/advice.texi     joakim@verona.se  Chong Yidong
-lispref/anti.texi
+lispref/anti.texi        Chong Yidong
 lispref/backups.texi     "Luc Teirlinck"   Chong Yidong
 lispref/buffers.texi     "Luc Teirlinck"   Chong Yidong
 lispref/calendar.texi    Joakim Verona <joakim@verona.se>  Chong Yidong
 lispref/commands.texi    "Luc Teirlinck"   Chong Yidong
 lispref/compile.texi     "Luc Teirlinck"   Chong Yidong
 lispref/control.texi     "Luc Teirlinck"   Chong Yidong
-lispref/customize.texi   Chong Yidong
+lispref/customize.texi   Chong Yidong      "Luc Teirlinck"
 lispref/debugging.texi   Joakim Verona <joakim@verona.se>   Lute Kamstra
 lispref/display.texi     Chong Yidong
-lispref/edebug.texi      Chong Yidong
+lispref/edebug.texi      Chong Yidong      "Luc Teirlinck"
 lispref/elisp.texi       "Luc Teirlinck"   Lute Kamstra
-lispref/errors.texi      "Luc Teirlinck"
+lispref/errors.texi      "Luc Teirlinck"   Chong Yidong
 lispref/eval.texi        "Luc Teirlinck"   Chong Yidong
 lispref/files.texi       "Luc Teirlinck"   Chong Yidong
 lispref/frames.texi      "Luc Teirlinck"   Chong Yidong
 lispref/functions.texi  "Luc Teirlinck"   Chong Yidong
 lispref/hash.texi       "Luc Teirlinck"   Chong Yidong
 lispref/help.texi       "Luc Teirlinck"   Chong Yidong
-lispref/hooks.texi      Lute Kamstra
+lispref/hooks.texi      Lute Kamstra      Chong Yidong
 lispref/internals.texi  "Luc Teirlinck"   Chong Yidong
-lispref/intro.texi      "Luc Teirlinck"
+lispref/intro.texi      "Luc Teirlinck"   Josh Varner
 lispref/keymaps.texi    "Luc Teirlinck"   Chong Yidong
 lispref/lists.texi      "Luc Teirlinck"   Chong Yidong
 lispref/loading.texi     "Luc Teirlinck"   Chong Yidong
-lispref/locals.texi
+lispref/locals.texi      Chong Yidong
 lispref/macros.texi      "Luc Teirlinck"   Chong Yidong
-lispref/maps.texi
+lispref/maps.texi        Chong Yidong
 lispref/markers.texi     "Luc Teirlinck"   Chong Yidong
 lispref/minibuf.texi     "Luc Teirlinck"   Chong Yidong
 lispref/modes.texi      Chong Yidong
@@ -210,7 +204,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     Thien-Thi Nguyen
+lispref/processes.texi   Chong Yidong     ttn
 lispref/searching.texi  "Luc Teirlinck"   Chong Yidong
 lispref/sequences.texi  "Luc Teirlinck"   Chong Yidong
 lispref/streams.texi    "Luc Teirlinck"   Chong Yidong
@@ -232,7 +226,6 @@ 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
@@ -241,8 +234,8 @@ etc/TUTORIAL.cn
 etc/TUTORIAL.cs          Pavel Janík <Pavel@Janik.cz>
 etc/TUTORIAL.de          Werner LEMBERG <wl@gnu.org>
 etc/TUTORIAL.es          Marcelo Toledo
-etc/TUTORIAL.fr          Thien-Thi Nguyen
-etc/TUTORIAL.it          Thien-Thi Nguyen
+etc/TUTORIAL.fr          ttn
+etc/TUTORIAL.it          ttn
 etc/TUTORIAL.ja                 Kenichi Handa <handa@m17n.org>
 etc/TUTORIAL.ko
 etc/TUTORIAL.nl                 Lute Kamstra
@@ -256,8 +249,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