* mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
[bpt/emacs.git] / admin / FOR-RELEASE
index 47216cc..a9da7ab 100644 (file)
@@ -25,18 +25,21 @@ face name prefixes should be in it for good results.
 
 ** 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>.
+** Send an email to the various distributions, including the GNOME
+and KDE projects, to use the new Emacs icons in etc/images/icons.
 
-** Update Speedbar.
+** Ensure MH-E 8.0 has been released.
+Assigned to Bill Wohler <wohler@newt.com>.
 
-** Update vhdl-mode.el based on changes in
-   http://opensource.ethz.ch/emacs/vhdl-mode.html.
+* NEW FEATURES
 
-** Debug custom themes.
+** 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]
 
 * FATAL ERRORS
 
@@ -45,96 +48,37 @@ To be done by Andre Spiegel <spiegel@gnu.org>.
 ** Investigate reported crashes related to using an
 invalid pointer from string_free_list.
 
-** Emacs on Windows crashes reading JPEG images from files.
-
-The problem is caused by the Emacs executable and the image library
-having multiple, incompatible copies of the run-time code, which can
-happen when mixing a MSVC build of Emacs with a MinGW build of the
-jpeg library (or the other way around).  The fix is straightforward
-and has already been posted on the developers' list, but it is on the
-back burner waiting for a legal comment or an alternate implementation
-(around 30 lines of code).
-
 * BUGS
 
-** Fix those modes that still use compile-internal, to not use it.
-
-** Fix recognition of shell's `dirs' command.
-
-Is his change right?
-
-Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
-From: kevin.gal@verizon.net
-
-When I use tcsh (which echoes command input) in a shell buffer,
-entering "M-x dirs" fails because it mistakens the echoed "dirs"
-string as the directory string to use as input when changing the
-buffers default directory.  The attached gziped patch file contains a
-fix.  The patch also binds the "dirs" command to "\e\C-m" in
-shell-mode-map (previously unbound) to make it easy to invoke.
-Finally, a test has been added to see if "shell-dirstack-query" is
-non-nil.  If so, it is not overwritten.
-
-To enable the fix, the user must set comint-process-echoes to t.
+** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
 
 ** 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.
-
-** Bug in ebrowse
-
-Date: Fri, 27 May 2005 17:35:48 +0200
-From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
-
-the C++ header file which led to the problematic BROWSE file reads
-
-namespace test {
-     class Base
-     {
-     };
-
-     class B : public Base
-     {
-     };
-}
-
-class A : public test::Base
-{
-};
-
-The *Tree* is then displayed as
-
-   *Globals*
-   test
-   test::Base
-     test::B
-
-The class A seems to be missing.
+Seems to be a problem in sys_select in w32proc.c.
 
 * DOCUMENTATION
 
-** Document Custom Themes.
+** Add a node to the Lisp manual describing key sequences from the
+Lisp point of view.
 
-** Update man/info.texi.
+** Check 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
 ---------              ------          ---------
-etc                    working         Thien-Thi Nguyen (ttn(@gnu.org))
-leim                   working         Kenichi Handa
+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          working         Glenn Morris
+lisp/calendar          done            Glenn Morris
 lisp/emacs-lisp                done            ttn
 lisp/emulation         done            ttn
 lisp/eshell            done            ttn
@@ -142,14 +86,13 @@ lisp/gnus          done            ttn
 lisp/international     done            Kenichi Handa
 lisp/language          done            Kenichi Handa
 lisp/mail              done            ttn
-lisp/mh-e              working         Bill Wohler
+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/toolbar           done            ttn
 lisp/url               done            ttn
 lispintro              done            ttn
 lispref                        done            ttn
@@ -173,14 +116,14 @@ 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"  Lute Kamstra
@@ -193,8 +136,8 @@ 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
@@ -225,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      "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