aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE82
1 files changed, 70 insertions, 12 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 47fd2c4b00b..d38cd815fb0 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -38,6 +38,8 @@ To be done by Andre Spiegel <spiegel@gnu.org>.
38 38
39** Debug custom themes. 39** Debug custom themes.
40 40
41** Get rid of the defadvice calls in org.el.
42
41* FATAL ERRORS 43* FATAL ERRORS
42 44
43** Investigate reported crashes in compact_small_strings. 45** Investigate reported crashes in compact_small_strings.
@@ -45,10 +47,47 @@ To be done by Andre Spiegel <spiegel@gnu.org>.
45** Investigate reported crashes related to using an 47** Investigate reported crashes related to using an
46invalid pointer from string_free_list. 48invalid pointer from string_free_list.
47 49
50** Emacs on Windows crashes reading JPEG images from files.
51
52The problem is caused by the Emacs executable and the image library
53having multiple, incompatible copies of the run-time code, which can
54happen when mixing a MSVC build of Emacs with a MinGW build of the
55jpeg library (or the other way around). The fix is straightforward
56and has already been posted on the developers' list, but it is on the
57back burner waiting for a legal comment or an alternate implementation
58(around 30 lines of code).
59
48* BUGS 60* BUGS
49 61
62** The header-line buttons in the buffer list buffer
63should respond to Mouse-1.
64
50** Fix those modes that still use compile-internal, to not use it. 65** Fix those modes that still use compile-internal, to not use it.
51 66
67** Fix recognition of shell's `dirs' command.
68
69Is his change right?
70
71Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
72From: kevin.gal@verizon.net
73
74When I use tcsh (which echoes command input) in a shell buffer,
75entering "M-x dirs" fails because it mistakens the echoed "dirs"
76string as the directory string to use as input when changing the
77buffers default directory. The attached gziped patch file contains a
78fix. The patch also binds the "dirs" command to "\e\C-m" in
79shell-mode-map (previously unbound) to make it easy to invoke.
80Finally, a test has been added to see if "shell-dirstack-query" is
81non-nil. If so, it is not overwritten.
82
83To enable the fix, the user must set comint-process-echoes to t.
84
85** TCP server processes do not work on Windows.
86
87TCP/IP server processes created with `make-network-process' consume
88excesive CPU on some Windows environments. Usages of 50% and 100%
89CPU time have been observed on different Window XP configurations.
90
52** Bug in ebrowse 91** Bug in ebrowse
53 92
54Date: Fri, 27 May 2005 17:35:48 +0200 93Date: Fri, 27 May 2005 17:35:48 +0200
@@ -95,20 +134,39 @@ you're going to handle.
95 134
96DIRECTORY STATUS IN CHARGE 135DIRECTORY STATUS IN CHARGE
97--------- ------ --------- 136--------- ------ ---------
137etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org))
98leim working Kenichi Handa 138leim working Kenichi Handa
99lisp/calc done Thien-Thi Nguyen 139lib-src done ttn
140lisp done ttn
141lisp/calc done ttn
100lisp/calendar working Glenn Morris 142lisp/calendar working Glenn Morris
101lisp/emulation done Thien-Thi Nguyen 143lisp/emacs-lisp done ttn
102lisp/eshell done Thien-Thi Nguyen 144lisp/emulation done ttn
145lisp/eshell done ttn
146lisp/gnus done ttn
103lisp/international done Kenichi Handa 147lisp/international done Kenichi Handa
104lisp/languages done Kenichi Handa 148lisp/language done Kenichi Handa
149lisp/mail done ttn
105lisp/mh-e working Bill Wohler 150lisp/mh-e working Bill Wohler
106lisp/net done Thien-Thi Nguyen 151lisp/net done ttn
107lisp/play done Thien-Thi Nguyen 152lisp/obsolete done ttn
153lisp/play done ttn
108lisp/progmodes done Nick Roberts 154lisp/progmodes done Nick Roberts
109lisp/term done Thien-Thi Nguyen 155lisp/term done ttn
110lisp/toolbar done Thien-Thi Nguyen 156lisp/textmodes done ttn
111lisp/url working Thien-Thi Nguyen 157lisp/toolbar done ttn
158lisp/url done ttn
159lispintro done ttn
160lispref done ttn
161lwlib done ttn
162m4 done ttn
163mac (and subdirs) done ttn
164man done ttn
165msdos done ttn
166nt (and subdirs) done ttn
167oldXMenu done ttn
168src (and subdirs) done ttn
169vms done ttn
112 170
113** Check the Emacs manual. 171** Check the Emacs manual.
114 172
@@ -208,7 +266,7 @@ lispref/numbers.texi "Luc Teirlinck" Chong Yidong
208lispref/objects.texi "Luc Teirlinck" Chong Yidong 266lispref/objects.texi "Luc Teirlinck" Chong Yidong
209lispref/os.texi "Luc Teirlinck" Chong Yidong 267lispref/os.texi "Luc Teirlinck" Chong Yidong
210lispref/positions.texi "Luc Teirlinck" Chong Yidong 268lispref/positions.texi "Luc Teirlinck" Chong Yidong
211lispref/processes.texi Chong Yidong Thien-Thi Nguyen 269lispref/processes.texi Chong Yidong ttn
212lispref/searching.texi "Luc Teirlinck" Chong Yidong 270lispref/searching.texi "Luc Teirlinck" Chong Yidong
213lispref/sequences.texi "Luc Teirlinck" Chong Yidong 271lispref/sequences.texi "Luc Teirlinck" Chong Yidong
214lispref/streams.texi "Luc Teirlinck" Chong Yidong 272lispref/streams.texi "Luc Teirlinck" Chong Yidong
@@ -238,8 +296,8 @@ etc/TUTORIAL.cn
238etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 296etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
239etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 297etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
240etc/TUTORIAL.es Marcelo Toledo 298etc/TUTORIAL.es Marcelo Toledo
241etc/TUTORIAL.fr Thien-Thi Nguyen 299etc/TUTORIAL.fr ttn
242etc/TUTORIAL.it Thien-Thi Nguyen 300etc/TUTORIAL.it ttn
243etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org> 301etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
244etc/TUTORIAL.ko 302etc/TUTORIAL.ko
245etc/TUTORIAL.nl Lute Kamstra 303etc/TUTORIAL.nl Lute Kamstra