]> code.delx.au - gnu-emacs/blobdiff - admin/FOR-RELEASE
(vm-folder-directory): Add defvar.
[gnu-emacs] / admin / FOR-RELEASE
index 785e92d008757747eb74a7c3b6ad4e5efbf3d50a..a2783e9785fed84f1a958de664596b5ec249e8ca 100644 (file)
@@ -5,86 +5,122 @@ 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).
+** Update vhdl-mode.el based on changes in
+   http://opensource.ethz.ch/emacs/vhdl-mode.html.
 
-** Adapt mouse-sel-mode to mouse-1-click-follows-link.
+** Debug custom themes.
 
+** Get rid of the defadvice calls in org.el.
 
 * 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.
 
+** 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
 
-** Ange-ftp should ignore irrelevant IPv6 errors:
+** The header-line buttons in the buffer list buffer
+should respond to Mouse-1.
 
-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
+** Fix recognition of shell's `dirs' command.
 
-Symptoms:
+Is his change right?
 
-C-x C-f /ftp.nluug.nl:/
+Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
+From: kevin.gal@verizon.net
 
-The problem is that the DNS first gives an IPV6 address. However our
-router doesn't do IPV6. Ftp then falls back to IPV4:
+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.
 
-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.
+To enable the fix, the user must set comint-process-echoes to t.
 
-Ange-ftp chokes on the `No route to host' message and doesn't look any
-further.
+** TCP server processes do not work on Windows.
 
-I think in the near future we will see more of this problem, so it might be
-time to make anfe-ftp more intelligent.
+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
 
-* GTK RELATED BUGS
+Date: Fri, 27 May 2005 17:35:48 +0200
+From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
 
-** Make GTK scrollbars behave like others w.r.t. overscrolling.
+the C++ header file which led to the problematic BROWSE file reads
 
+namespace test {
+     class Base
+     {
+     };
 
-* REDISPLAY RELATED BUGS
+     class B : public Base
+     {
+     };
+}
 
-** Avoid unbreakable loops in redisplay.
+class A : public test::Base
+{
+};
 
-Redisplay may loop if there is an error in some display property, e.g.
-     (space 'left-margin)
+The *Tree* is then displayed as
 
-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.
 
@@ -93,23 +129,39 @@ you're going to handle.
 
 DIRECTORY              STATUS          IN CHARGE
 ---------              ------          ---------
+etc (and subdirs)      done            Thien-Thi Nguyen (ttn(@gnu.org))
 leim                   working         Kenichi Handa
-lisp/calc              working         Thien-Thi Nguyen
+lib-src                        done            ttn
+lisp                   done            ttn
+lisp/calc              done            ttn
 lisp/calendar          working         Glenn Morris
-lisp/emulation         working         Thien-Thi Nguyen
-lisp/eshell            working         Thien-Thi Nguyen
+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              working         Thien-Thi Nguyen
-lisp/net               working         Thien-Thi Nguyen
-lisp/play              working         Thien-Thi Nguyen
-lisp/term              working         Thien-Thi Nguyen
-lisp/toolbar           working         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              working         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
+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,7 +170,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
@@ -149,7 +200,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
@@ -184,7 +235,7 @@ 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/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
@@ -210,7 +261,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 +283,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 +291,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 +306,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