comparison admin/FOR-RELEASE @ 90224:2d92f5c9d6ae

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 26 Aug 2005 09:51:52 +0000
parents edf295560b5a 1d6fb43d0329
children a3716f7538f2
comparison
equal deleted inserted replaced
90223:edf295560b5a 90224:2d92f5c9d6ae
36 ** Update vhdl-mode.el based on changes in 36 ** Update vhdl-mode.el based on changes in
37 http://opensource.ethz.ch/emacs/vhdl-mode.html. 37 http://opensource.ethz.ch/emacs/vhdl-mode.html.
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.
44 46
45 ** Investigate reported crashes related to using an 47 ** Investigate reported crashes related to using an
46 invalid pointer from string_free_list. 48 invalid pointer from string_free_list.
47 49
50 ** Emacs on Windows crashes reading JPEG images from files.
51
52 The problem is caused by the Emacs executable and the image library
53 having multiple, incompatible copies of the run-time code, which can
54 happen when mixing a MSVC build of Emacs with a MinGW build of the
55 jpeg library (or the other way around). The fix is straightforward
56 and has already been posted on the developers' list, but it is on the
57 back 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
63 should 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.
66
67 ** Fix recognition of shell's `dirs' command.
68
69 Is his change right?
70
71 Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
72 From: kevin.gal@verizon.net
73
74 When I use tcsh (which echoes command input) in a shell buffer,
75 entering "M-x dirs" fails because it mistakens the echoed "dirs"
76 string as the directory string to use as input when changing the
77 buffers default directory. The attached gziped patch file contains a
78 fix. The patch also binds the "dirs" command to "\e\C-m" in
79 shell-mode-map (previously unbound) to make it easy to invoke.
80 Finally, a test has been added to see if "shell-dirstack-query" is
81 non-nil. If so, it is not overwritten.
82
83 To enable the fix, the user must set comint-process-echoes to t.
84
85 ** TCP server processes do not work on Windows.
86
87 TCP/IP server processes created with `make-network-process' consume
88 excesive CPU on some Windows environments. Usages of 50% and 100%
89 CPU time have been observed on different Window XP configurations.
51 90
52 ** Bug in ebrowse 91 ** Bug in ebrowse
53 92
54 Date: Fri, 27 May 2005 17:35:48 +0200 93 Date: Fri, 27 May 2005 17:35:48 +0200
55 From: Markus Gritsch <gritsch@iue.tuwien.ac.at> 94 From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
93 Please record your name here and say which part of the distribution 132 Please record your name here and say which part of the distribution
94 you're going to handle. 133 you're going to handle.
95 134
96 DIRECTORY STATUS IN CHARGE 135 DIRECTORY STATUS IN CHARGE
97 --------- ------ --------- 136 --------- ------ ---------
137 etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org))
98 leim working Kenichi Handa 138 leim working Kenichi Handa
99 lisp/calc done Thien-Thi Nguyen 139 lib-src done ttn
140 lisp done ttn
141 lisp/calc done ttn
100 lisp/calendar working Glenn Morris 142 lisp/calendar working Glenn Morris
101 lisp/emulation done Thien-Thi Nguyen 143 lisp/emacs-lisp done ttn
102 lisp/eshell done Thien-Thi Nguyen 144 lisp/emulation done ttn
145 lisp/eshell done ttn
146 lisp/gnus done ttn
103 lisp/international done Kenichi Handa 147 lisp/international done Kenichi Handa
104 lisp/languages done Kenichi Handa 148 lisp/language done Kenichi Handa
149 lisp/mail done ttn
105 lisp/mh-e working Bill Wohler 150 lisp/mh-e working Bill Wohler
106 lisp/net done Thien-Thi Nguyen 151 lisp/net done ttn
107 lisp/play done Thien-Thi Nguyen 152 lisp/obsolete done ttn
153 lisp/play done ttn
108 lisp/progmodes done Nick Roberts 154 lisp/progmodes done Nick Roberts
109 lisp/term done Thien-Thi Nguyen 155 lisp/term done ttn
110 lisp/toolbar done Thien-Thi Nguyen 156 lisp/textmodes done ttn
111 lisp/url working Thien-Thi Nguyen 157 lisp/toolbar done ttn
158 lisp/url done ttn
159 lispintro done ttn
160 lispref done ttn
161 lwlib done ttn
162 m4 done ttn
163 mac (and subdirs) done ttn
164 man done ttn
165 msdos done ttn
166 nt (and subdirs) done ttn
167 oldXMenu done ttn
168 src (and subdirs) done ttn
169 vms done ttn
112 170
113 ** Check the Emacs manual. 171 ** Check the Emacs manual.
114 172
115 Each manual section should be checked for factual correctness 173 Each manual section should be checked for factual correctness
116 regarding recent changes by at least two people. After each file 174 regarding recent changes by at least two people. After each file
206 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong 264 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong
207 lispref/numbers.texi "Luc Teirlinck" Chong Yidong 265 lispref/numbers.texi "Luc Teirlinck" Chong Yidong
208 lispref/objects.texi "Luc Teirlinck" Chong Yidong 266 lispref/objects.texi "Luc Teirlinck" Chong Yidong
209 lispref/os.texi "Luc Teirlinck" Chong Yidong 267 lispref/os.texi "Luc Teirlinck" Chong Yidong
210 lispref/positions.texi "Luc Teirlinck" Chong Yidong 268 lispref/positions.texi "Luc Teirlinck" Chong Yidong
211 lispref/processes.texi Chong Yidong Thien-Thi Nguyen 269 lispref/processes.texi Chong Yidong ttn
212 lispref/searching.texi "Luc Teirlinck" Chong Yidong 270 lispref/searching.texi "Luc Teirlinck" Chong Yidong
213 lispref/sequences.texi "Luc Teirlinck" Chong Yidong 271 lispref/sequences.texi "Luc Teirlinck" Chong Yidong
214 lispref/streams.texi "Luc Teirlinck" Chong Yidong 272 lispref/streams.texi "Luc Teirlinck" Chong Yidong
215 lispref/strings.texi "Luc Teirlinck" Chong Yidong 273 lispref/strings.texi "Luc Teirlinck" Chong Yidong
216 lispref/symbols.texi "Luc Teirlinck" Chong Yidong 274 lispref/symbols.texi "Luc Teirlinck" Chong Yidong
236 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> 294 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
237 etc/TUTORIAL.cn 295 etc/TUTORIAL.cn
238 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 296 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
239 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 297 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
240 etc/TUTORIAL.es Marcelo Toledo 298 etc/TUTORIAL.es Marcelo Toledo
241 etc/TUTORIAL.fr Thien-Thi Nguyen 299 etc/TUTORIAL.fr ttn
242 etc/TUTORIAL.it Thien-Thi Nguyen 300 etc/TUTORIAL.it ttn
243 etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org> 301 etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
244 etc/TUTORIAL.ko 302 etc/TUTORIAL.ko
245 etc/TUTORIAL.nl Lute Kamstra 303 etc/TUTORIAL.nl Lute Kamstra
246 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se> 304 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
247 etc/TUTORIAL.pt_BR Marcelo Toledo 305 etc/TUTORIAL.pt_BR Marcelo Toledo