Mercurial > emacs
comparison admin/FOR-RELEASE @ 83384:08b4dd6a6e87
Merged from miles@gnu.org--gnu-2005 (patch 578-592)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-578
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-579
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-580
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-581
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-582
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-583
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-584
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-585
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-586
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-587
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-588
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-589
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-590
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-591
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-592
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-424
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 12 Oct 2005 16:14:04 +0000 |
parents | 2a679c81f552 b4dbd6eac70b |
children | db4e74787e6f |
comparison
equal
deleted
inserted
replaced
83383:2a679c81f552 | 83384:08b4dd6a6e87 |
---|---|
51 ** Investigate reported crashes in compact_small_strings. | 51 ** Investigate reported crashes in compact_small_strings. |
52 | 52 |
53 ** Investigate reported crashes related to using an | 53 ** Investigate reported crashes related to using an |
54 invalid pointer from string_free_list. | 54 invalid pointer from string_free_list. |
55 | 55 |
56 ** Emacs on Windows crashes reading JPEG images from files. | |
57 | |
58 The problem is caused by the Emacs executable and the image library | |
59 having multiple, incompatible copies of the run-time code, which can | |
60 happen when mixing a MSVC build of Emacs with a MinGW build of the | |
61 jpeg library (or the other way around). The fix is straightforward | |
62 and has already been posted on the developers' list, but it is on the | |
63 back burner waiting for a legal comment or an alternate implementation | |
64 (around 30 lines of code). | |
65 | |
66 * BUGS | 56 * BUGS |
67 | |
68 * Pierre Albarede's Aug 30 bug report about C-v and long lines. | |
69 | 57 |
70 ** Make a new interface for specifying window configurations | 58 ** Make a new interface for specifying window configurations |
71 so that we can fix bugs in balance-windows. | 59 so that we can fix bugs in balance-windows. |
72 | 60 |
73 ** TCP server processes do not work on Windows. | 61 ** TCP server processes do not work on Windows. |
130 people who have checked it. | 118 people who have checked it. |
131 | 119 |
132 SECTION READERS | 120 SECTION READERS |
133 ----------------------------- | 121 ----------------------------- |
134 man/abbrevs.texi Chong Yidong Joakim Verona | 122 man/abbrevs.texi Chong Yidong Joakim Verona |
135 man/anti.texi | 123 man/anti.texi Chong Yidong |
136 man/basic.texi "Luc Teirlinck" Chong Yidong | 124 man/basic.texi "Luc Teirlinck" Chong Yidong |
137 man/buffers.texi "Luc Teirlinck" Chong Yidong | 125 man/buffers.texi "Luc Teirlinck" Chong Yidong |
138 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com> | 126 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com> |
139 man/calendar.texi joakim@verona.se Chong Yidong | 127 man/calendar.texi joakim@verona.se Chong Yidong |
140 man/cmdargs.texi Chong Yidong "Luc Teirlinck" | 128 man/cmdargs.texi Chong Yidong "Luc Teirlinck" |
151 man/help.texi "Luc Teirlinck" Chong Yidong | 139 man/help.texi "Luc Teirlinck" Chong Yidong |
152 man/indent.texi "Luc Teirlinck" Chong Yidong | 140 man/indent.texi "Luc Teirlinck" Chong Yidong |
153 man/killing.texi "Luc Teirlinck" Chong Yidong | 141 man/killing.texi "Luc Teirlinck" Chong Yidong |
154 man/kmacro.texi "Luc Teirlinck" Chong Yidong | 142 man/kmacro.texi "Luc Teirlinck" Chong Yidong |
155 man/macos.texi | 143 man/macos.texi |
156 man/maintaining.texi | 144 man/maintaining.texi Chong Yidong |
157 man/major.texi "Luc Teirlinck" Chong Yidong | 145 man/major.texi "Luc Teirlinck" Chong Yidong |
158 man/mark.texi "Luc Teirlinck" Chong Yidong | 146 man/mark.texi "Luc Teirlinck" Chong Yidong |
159 man/mini.texi "Luc Teirlinck" Chong Yidong | 147 man/mini.texi "Luc Teirlinck" Chong Yidong |
160 man/misc.texi Chong Yidong | 148 man/misc.texi Chong Yidong |
161 man/msdog.texi Chong Yidong | 149 man/msdog.texi Chong Yidong |
182 | 170 |
183 SECTION READERS | 171 SECTION READERS |
184 ---------------------------------- | 172 ---------------------------------- |
185 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong | 173 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong |
186 lispref/advice.texi joakim@verona.se Chong Yidong | 174 lispref/advice.texi joakim@verona.se Chong Yidong |
187 lispref/anti.texi | 175 lispref/anti.texi Chong Yidong |
188 lispref/backups.texi "Luc Teirlinck" Chong Yidong | 176 lispref/backups.texi "Luc Teirlinck" Chong Yidong |
189 lispref/buffers.texi "Luc Teirlinck" Chong Yidong | 177 lispref/buffers.texi "Luc Teirlinck" Chong Yidong |
190 lispref/calendar.texi Joakim Verona <joakim@verona.se> Chong Yidong | 178 lispref/calendar.texi Joakim Verona <joakim@verona.se> Chong Yidong |
191 lispref/commands.texi "Luc Teirlinck" Chong Yidong | 179 lispref/commands.texi "Luc Teirlinck" Chong Yidong |
192 lispref/compile.texi "Luc Teirlinck" Chong Yidong | 180 lispref/compile.texi "Luc Teirlinck" Chong Yidong |