398
|
1 to 21.2.29 "Hestia"
|
|
2 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
|
|
3 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
|
|
4 (but more work needed)
|
|
5 -- Allow non-symbols (anything compared with `eq') in object plists.
|
|
6 -- Cleanup of property frobbing code.
|
|
7 -- Various AIX 4 fixes, including port of PDUMP.
|
|
8 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
|
|
9 -- MS-Windows redisplay and font fixes from Jonathan Harris.
|
|
10 -- various fixes from Craig Lanning, Daiki Ueno.
|
|
11 -- Asynchronous widget updates from Andy Piper.
|
|
12 -- More widget fixes from Andy Piper.
|
|
13 -- Don't use rel_alloc on glibc systems, including Linux
|
|
14 -- Upgrade etags.c to version 13.44, Francesco Potorti
|
|
15 -- etags does a better job of finding the exact match first, Kyle Jones
|
|
16 -- Portable dumper now described in Internals manual, Olivier and Martin
|
|
17 -- Object Plist documentation in lispref updated, Martin Buchholz
|
|
18 -- Just use standard `const' everywhere, instead of CONST
|
|
19 -- More pdump changes, Olivier Galibert
|
|
20
|
|
21 to 21.2.28 "Hermes"
|
|
22 -- Add configure support for NetWinders, Sean MacLennan
|
|
23 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
|
|
24 -- Make --without-x work again.
|
|
25 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
|
|
26 -- Experimental Drag-N-Drop now defaults to "no" until there is again
|
|
27 active development.
|
|
28 -- SGI dumping fixes should make XEmacs work again on Irix 6.
|
|
29 -- More warning flags on by default when building with gcc.
|
|
30 -- process coding changes, Kirill Katsnelson
|
|
31 -- help now knows how to print macro arglists, Yoshiki Hayashi
|
|
32 -- Windows printing support, Kirill Katsnelson
|
|
33 -- Obscure crash fixes, Martin Buchholz
|
|
34 -- Memory leak fixes, Martin Buchholz
|
|
35 -- We now always use our own realpath(), never the system-provided one.
|
|
36 -- More gutter/tab widget changes, Andy Piper
|
|
37 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
|
|
38 -- Pdump stability fixes, Olivier Galibert
|
|
39 -- New coding system alias implementation, Ben Wing and Martin Buchholz
|
|
40 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
|
|
41 -- IPv6 support, URA Hiroshi
|
|
42 -- Runtime Athena mismatch warnings added, Daniel Pittman
|
|
43 -- Removal of old MSDOS support, Kirill Katsnelson
|
|
44 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
|
|
45 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
|
|
46 -- Workaround egcs-20000131 c++ compiler bug
|
|
47 -- Byte-optimize (length "foo") to 3.
|
|
48 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
|
|
49 -- Partially implement dontusethis-set-symbol-value-handler.
|
|
50 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
51 -- lib-src partially C++ized, Zack Weinberg.
|
|
52
|
|
53 to 21.2.27 "Hera"
|
|
54 -- Dynamic layout for widgets from Andy Piper
|
|
55 -- Vertical tab widgets for MS-Windows from Andy Piper
|
|
56 -- pdump fixes for MS-Windows from Big K
|
|
57 -- config.sub, config.guess major upgrade, Marcus Thiessel
|
|
58 -- gdbinit renamed to .gdbinit
|
|
59 -- dbxrc renamed to .dbxrc
|
|
60 -- Mail locking overhaul, Michael Sperber
|
|
61 -- Info-visit-file can now be used non-interactively, Martin Buchholz
|
|
62 -- FAQ updates, Sandra Wambold
|
|
63 -- Document lisp-level error handling, Hrvoje Niksic
|
|
64 -- Windows changes, Kirill Katsnelson
|
|
65 -- Portable dumper ported to Windows, Kirill Katsnelson
|
|
66 -- idlwave-mode added, Carsten Dominik
|
|
67 -- Info changes, Yoshiki Hayashi and Didier Verna.
|
|
68 -- Again support BSD/OS 2.0
|
|
69 -- minibuf.* changes, Yoshiki Hayashi
|
|
70 -- hyper-apropos changes, Yoshiki Hayashi
|
|
71 -- buffers tab has its own face, Andy Piper
|
|
72 -- modeline scrolling changes, Didier Verna
|
|
73
|
|
74 to 21.2.26 "Millenium"
|
|
75 -- Fix unpredictable results, perhaps even crashes, if using the
|
|
76 `return from debugger feature' and errors in `eval' or `funcall'.
|
|
77 -- fix for Tab widgets causing X errors in XMapWindow().
|
|
78
|
|
79 to 21.2.25 "Hephaestus"
|
|
80 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
|
|
81 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
|
|
82 -- 3 crashes in mapcar1 have been fixed.
|
|
83 -- lwlib arg passing cleanup
|
|
84 -- yet more widget and tab fixes
|
|
85 -- yet another Tab sync
|
|
86 -- specifier copying fix for widgets
|
|
87 -- preparation for proper layouts
|
|
88 -- native widgets used for some custom widgets
|
|
89 -- (+ 1) is no longer incorrectly compiled
|
|
90 -- char-before no longer has performance penalty
|
|
91 -- xpm again works on Windows
|
|
92 -- native Windows fixes from Adrian Aichner
|
|
93 -- Mule fixes from Yoshiki Hayashi
|
|
94 -- properly detect Athena widgets headers and libs, preventing crashes
|
|
95 from misdetection and from libraries and headers that don't match,
|
|
96 from Daniel Pittman
|
|
97
|
|
98 to 21.2.24 "Hecate"
|
|
99 -- Tabs fixes from Andy Piper
|
|
100 -- Widget leak fixes from Andy Piper
|
|
101 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
|
|
102 -- configure support for ESD sound rewritte, Martin Buchholz
|
|
103 -- directory separator fix from Mike Alexander
|
|
104 -- Windows process support cleanup, Adrian Aichner
|
|
105 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
|
|
106
|
|
107 to 21.2.23 "Hebe"
|
|
108 -- MS-Windows selection fixes from Mike Alexander
|
|
109 -- MS-WIndows process handling fixes from Mike Alexander
|
|
110 -- Subwindow GC fix from Andy Piper
|
|
111 -- Various minor fixes from Andy Piper
|
|
112 -- Rewrite module configure support, Martin Buchholz
|
|
113 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
|
|
114 -- HP native compiler compilation fixes, Martin Buchholz
|
|
115 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
|
|
116 -- Workarounds for Cygwin broken header files, Martin Buchholz
|
|
117 -- itimers work again, Kyle Jones
|
|
118 -- random code cleanup, Martin Buchholz
|
|
119 -- various redisplay fixes, Andy Piper, Jan Vroonhof
|
|
120 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
|
|
121
|
|
122 to 21.2.22 "Mercedes"
|
|
123 -- ESD Sound support from Robert Bihlmeyer
|
|
124 -- 10% faster redisplay from Jan Vroonhof
|
|
125 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
|
|
126 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
|
|
127 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
|
|
128 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
|
|
129 -- Fix compile warnings and C++ compilation, Martin Buchholz
|
|
130 -- Fix detection of coding: cookie in -*- first line.
|
|
131 -- More xim-xlib work by Kazuyuki Ienaga
|
|
132 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
|
|
133
|
|
134 to 21.2.20 "Yoko"
|
|
135 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
|
|
136 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
|
|
137 -- glyph widget support under X/Athena from Andy Piper
|
|
138 -- tab widget support under X (all variants) from Andy Piper
|
|
139 -- many gutter, redisplay & widget fixes from Andy Piper
|
|
140 -- mswindows mousewheel support from Mike Woolley
|
|
141 -- combo box support under X/Motif from Andy Piper
|
|
142 -- buffer tab grouping from Andy Piper
|
|
143 -- layout widget support from Andy Piper
|
|
144 -- partial display line scrolling support from Andy Piper
|
|
145 -- cleanup patches from Gleb Arshinov
|
|
146 -- hash table FSF API sync from Martin Buchholz
|
|
147 -- widget cleanup from Martin Buchholz
|
|
148 -- process-environment fix for nt from Julian Back
|
|
149 -- widget to frame fix from Jan Vroonhof
|
|
150 -- animated glyph support from Andy Piper
|
|
151 -- glyph redisplay improvements from Andy Piper
|
|
152 -- color cells allocation fix from Lee Kindness
|
|
153 -- recover file fix for windows nt
|
|
154 -- mingw install fix from Craig Lanning
|
|
155 -- recognize keypad keys under MS-Windows from Jonathan Harris
|
|
156 -- Switch gui dialogs to native widgets from Andy Piper
|
|
157 -- fixes from Yoshiki Hayashi and Norbert Koch
|
|
158
|
|
159 to 21.2.19 "Shinjuku"
|
|
160 -- various fixes from Gunnar Evermann
|
|
161 -- XIM fixes from Kazuyuki IENAGA
|
|
162 -- keymap fix from Katsumi Yamaoka
|
|
163 -- Microsoft build fixes from Adrian Aichner
|
|
164 -- documentation update from Adrian Aichner
|
|
165 -- rect.el rewrite from Didier Verna
|
|
166 -- custom comment fields from Didier Verna
|
|
167 -- various fixes from Karl Hegbloom
|
|
168 -- filling fix from Yoshiki Hayashi
|
|
169 -- miscellaneous changes from Jeff Miller and Didier Verna
|
|
170 -- configure hacking from Steve Baur
|
|
171 -- various fixes from Bob Weiner
|
|
172 -- Mule synching from MORIOKA Tomohiko
|
|
173 -- various fixes from Steve Baur
|
|
174 -- LDAP configure changes from Gregory Neil Shapiro
|
|
175 -- gutter implementation from Andy Piper
|
|
176 -- tab widgets in gutter from Andy Piper
|
|
177 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
|
|
178
|
|
179 to 21.2.18 "Toshima"
|
|
180 -- miscellaneous fixes from Steve Baur
|
|
181 -- miscellaneous fixes from Didier Verna
|
|
182 -- various bug fixes from Karl Hegbloom
|
|
183 -- miscellaneous fixes from Bob Weiner
|
|
184 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
|
|
185 -- valid-image-instantiator-format-p tightened up by Andy Piper.
|
|
186 -- glyph widget support under X/Motif from Andy Piper
|
|
187 -- Make docdir configurable, update package searching rules from Michael
|
|
188 Sperber
|
|
189 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
|
|
190 -- lrecord struct header size fix from Olivier Galibert
|
|
191
|
|
192 to 21.2.17 "Chiyoda"
|
|
193 -- miscellaneous bug fixes from Steve Baur
|
|
194 -- font menu fix from Robert Pluim
|
|
195 -- ldap API update from Oscar Figueiredo
|
|
196 -- Fix thai-xtis charset width from MORIOKA Tomohiko
|
|
197 -- CCL engine fix from MORIOKA Tomohiko
|
|
198 -- mswindows build fixes from Norbert Koch
|
|
199 -- miscellaneous fixes from Andy Piper
|
|
200 -- automated tests for mswindows from Adrian Aichner
|
|
201 -- tree-view and tab-control widget glyph support from Andy Piper
|
|
202
|
|
203 to 21.2.16 "Sumida"
|
|
204 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
|
|
205 -- make selection more mswindows conformant.
|
|
206 -- Make customize use specifiers from Jan Vroonhof
|
|
207 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
|
|
208 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
|
|
209 -- raw-text coding system synch from MORIOKA Tomohiko
|
|
210
|
|
211 to 21.2.15 "Sakuragawa"
|
|
212 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
|
|
213 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
|
|
214 Hrvoje Niksic, MORIOKA Tomohiko
|
|
215 -- LDAP internationalization from Oscar Figueiredo
|
|
216 -- DEC OSF build fixes from Steve Baur
|
|
217 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
|
|
218 -- Build fixes from Jan Vroonhof
|
|
219 -- Miscellaneous fixes from Hrvoje Niksic
|
|
220 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
|
|
221 -- mule-charset.el synch with Mule from Steve Baur
|
|
222 -- miscellaneous build and cosmetic fixes from Steve Baur
|
|
223 -- font-menu for mswindows from Andy Piper
|
|
224 -- select rationalisation for window systems from Andy Piper
|
|
225 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
|
|
226
|
|
227 to 21.2.14 "Dionysos"
|
|
228 -- mingw32 port from Andy Piper
|
|
229 -- fix for Solaris build lossage from Hrvoje Niksic
|
|
230 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
|
|
231 -- miscellaneous bug fixes from Gunnar Evermann
|
|
232 -- Internal purespace cleanup from Olivier Galibert
|
|
233 -- documentation updates from Hrvoje Niksic
|
|
234 -- dump time tuning from Hrvoje Niksic
|
|
235 -- miscellaneous bug fixes from Giacomo Boffi
|
|
236 -- font hacking from Jan Vroonhof
|
|
237 -- Czech language support from David Sauer
|
|
238 -- `delete-key-deletes-forward' now defaults to t
|
|
239 -- `locate-file' update from Hrvoje Niksic
|
|
240 -- MS Windows build fixes from Adrian Aichner
|
|
241 -- LDAP updates from Oscar Figueiredo
|
|
242 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
|
|
243 -- disable display of images in buffers by file format
|
|
244 -- miscellaneous Mule fixes from Olivier Galibert
|
|
245 -- documentation updates from Albert Chin-A-Young
|
|
246 -- documentation updates from Gunnar Evermann and Stephen Turnbull
|
|
247 -- MS Windows build fix from Norbert Koch
|
|
248 -- miscellaneous MS Windows fixes from Andy Piper
|
|
249 -- redisplay bug fixes from Jan Vroonhof
|
|
250 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
|
|
251 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
|
|
252 Galibert
|
|
253 -- miscellaneous bug fixes from Martin Buchholz
|
|
254 -- Miscellaneous MS Windows fixes from Philip Aston
|
|
255 -- lots of new tests from Hrvoje Niksic
|
|
256
|
396
|
257 to 21.2.13 "Demeter"
|
|
258 -- Build fixes from Martin Buchholz
|
|
259 -- experimental splash screen rewrite from Didier Verna
|
|
260 -- Various patches from Jan Vroonhof and Andy Piper
|
|
261 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
|
|
262 -- MS Window build fixes from Jonathan Harris
|
|
263 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
|
|
264
|
394
|
265 to 21.2.12 "Clio"
|
|
266 -- event-stream unification for MS Windows from Andy Piper
|
|
267 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
|
396
|
268 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
|
394
|
269 -- Various package-ui fixes from Jan Vroonhof
|
|
270 -- Fix for doubled font-locking during buffer reversion
|
|
271 -- KFM browsing support from Neal Becker
|
|
272 -- info fix from Didier Verna
|
|
273 -- Build bug fixes from Martin Buchholz
|
|
274 -- Various Documentation updates
|
|
275 -- X-Face support for MS Windows native build from Gleb Arshinov
|
|
276
|
392
|
277 to 21.2 beta11 "Calliope"
|
|
278 -- Dialog box fix from Jan Vroonhof
|
|
279 -- unified mswindows and tty event loops from Andy Piper
|
|
280 -- miscellaneous patches from Gleb Arshinov
|
|
281 -- miscellaneous patches from Charles Waldman and Adrian Aichner
|
|
282 -- Mule dump time files remerged from mule-base package
|
|
283 -- Documentation fixes from Jan Vroonhof
|
|
284 -- 24bit color image fix from Kazuo OISHI
|
|
285 -- various build fixes from Martin Buchholz
|
|
286
|
390
|
287 to 21.2 beta10 "Boreas"
|
|
288 -- package UI fix from Jan Vroonhof
|
|
289 -- MS Windows NT process fix from Gleb Arshinov
|
|
290
|
388
|
291 to 21.2 beta9 "Athena"
|
|
292 -- parameterize replace-match function from Didier Verna
|
|
293 -- X-Face support under mswindows from Andy Piper
|
|
294 -- doc fixes from Adrian Aichner
|
|
295 -- about patchlet from Marcus Thiessel
|
|
296 -- isearch doc fixes from Didier Verna
|
|
297 -- interlaced gif fix from Gunnar Evermann
|
|
298 -- isearch improvements from Didier Verna
|
|
299 -- eldap connection fix from William Perry
|
|
300 -- package-get site fix from Robert Pluim
|
|
301 -- loadable modules fix from Damon Lipparelli
|
|
302 -- ldap fixes from Oscar Figueiredo
|
|
303 -- loadable modules from J. Kean Johnston
|
|
304 -- runwhatever from Charles Wilson
|
|
305 -- redisplay fixes for glyphs from Andy Piper
|
|
306 -- progress gauge widgets implentation from Andy Piper
|
|
307 -- W3 works again due to font.el being fixed
|
|
308 -- Another mule xemacs crash fixed
|
|
309 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
|
|
310 -- package admin fixes under mswindows from Charles Waldman
|
|
311 -- miscellaneous mswindows build fixes from Jonathan Harris
|
|
312 -- help-echo fix from Hrvoje Niksic
|
|
313 -- x font path support from Jim Radford
|
|
314 -- MSVC compile fixes from Damon Lipparelli
|
|
315
|
386
|
316 to 21.2 beta8 "Artemis"
|
|
317 -- A bunch of Mule fixes from Martin Buchholz
|
|
318
|
384
|
319 to 21.2 beta7 "Ares"
|
|
320 -- mswindows modeline crash fix from Jonathan Harris
|
|
321 -- picon glyph fix from Gunnar Evermann
|
|
322 -- widgets-in-buffers and subwindow support from Andy Piper
|
|
323 -- movemail pop support under mswindows from Fabrice Popineau
|
|
324 -- ldap fixes from Oscar Figueiredo
|
|
325 -- fns cleanup from Hrvoje Niksic
|
|
326 -- menubar fixes from Didier Verna
|
|
327 -- mswindows accelerator fix from Jonathan Harris
|
|
328 -- dired mule fix from Didier Verna
|
|
329 -- sound doc cleanup from Charles Waldman
|
|
330 -- new display table functionality from Hrvoje Niksic
|
|
331 -- minor cleanups
|
|
332 -- package fixes from Jan Vroonhof
|
|
333 -- subwindow support fixes from Martin Buchholz
|
|
334
|
382
|
335 to 21.2 beta6 "Apollo"
|
|
336 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
|
|
337 Klanderman and Adrian Aichner
|
|
338 -- Synch with XEmacs 21.0.60
|
|
339 -- mega-patch fixes from Martin Buchholz
|
|
340 -- md5 fixes and testsuite from Hrvoje Niksic
|
|
341 -- database fix from Hrvoje Niksic
|
|
342
|
380
|
343 to 21.2 beta5 "Aphrodite"
|
382
|
344 -- synch with XEmacs 21.0.58
|
380
|
345 -- bytecode interpreter rewritten
|
|
346 -- byte compiler fixes
|
|
347 -- hash table implementation rewritten
|
|
348 -- basic lisp functions rewritten
|
|
349 -- spelling fixes
|
|
350 -- garbage collector tuned a little
|
|
351 -- various global code changes for consistency
|
|
352 -- automated test suite
|
|
353 -- major internals manual updates
|
|
354 -- lisp reference updates
|
|
355
|
377
|
356 to 21.2 beta4 "Aglaophonos"
|
|
357 -- isearch keymap fix from Katsumi Yamaoka
|
|
358 -- directory_files cleanup from Hrvoje Niksic
|
|
359 -- C implementation of base64 from Hrvoje Niksic
|
|
360 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
|
|
361 -- Experimental fix for spurious `file has changed on disk' message from
|
|
362 Charles Waldman
|
|
363 -- Fix for etags.el hook calling from Malcolm Box
|
|
364 -- User-name-completion fix for MS Windows NT from Greg Klanderman
|
|
365
|
375
|
366 to 21.2 beta3 "Aglaia"
|
|
367 -- case sensitiveness improvements from Didier Verna
|
|
368 -- Bug fixes from 21.0
|
|
369 -- Word selection on mouse click on quotes from Hrvoje Niksic
|
|
370 -- WAVE support for NAS from Raymond Toy
|
|
371
|
373
|
372 to 21.2 beta2 "Aether"
|
|
373 -- Synched with 21.0-pre14 "Poitou"
|
|
374 -- isearch improvements from Hrvoje Niksic
|
|
375 -- bytecompiler fix from Martin Buccholz
|
|
376 -- shadow.el speedup from Martin Buchholz
|
|
377 -- clash detection update from Jan Vroonhof
|
|
378 -- Indirect buffers from Hrvoje Niksic
|
|
379 -- ~user completion cleanup from Greg Klanderman
|
|
380 -- New face property from Didier Verna
|
|
381 -- ~user completion and fixes from Greg Klanderman
|
|
382 -- casefiddle.c speedup from Martin Buchholz
|
|
383
|
371
|
384 to 21.2 beta1 "Aeolus"
|
|
385 -- Synch with 21.0-pre6
|
|
386 -- Removal of ancient obsolete symbols courtesy of Altrasoft
|
|
387 -- Fix version numbers
|
335
|
388
|
371
|
389 Fork at 21.0 pre5 "Zhong Wei"
|