XEmacs 21.2.39 "Millennium".
[chise/xemacs-chise.git.1] / CHANGES-beta
1 to 21.2.39 "Millennium"
2 -- Safer coding-priority-list -- Stephen Turnbull
3 -- Andreas Jaeger resigns as core maintainer :-(
4 -- Make font-lock know about all C++ keywords -- Enrico Scholz
5 -- Comments beginning in column zero are no longer indented by
6    indent-for-comment -- Adrian Aichner
7 -- Better documentation for package creation -- Stephen Turnbull
8 -- input-method-xfs.c removed.  Functionality incorporated into
9    input-method-xlib.c -- Kazuyuki IENAGA
10 -- replace-buffer-in-windows fixes -- Yoshiki Hayashi
11 -- Fix redisplay bugs with buffer-local face specifiers -- Yoshiki Hayashi
12 -- More printing fixes -- Martin Buchholz
13 -- Another SGI dumping fix -- Martin Buchholz
14 -- A new Windows installer in netinstall -- Andy Piper
15 -- Support Berkeley DB 3.1 -- Daiki Ueno
16
17 to 21.2.38 "Peisino\e,Ak\e(B"
18 -- Keyboard commands to set code system now work in file-coding
19    Emacsen! -- Jan Vroonhof (actually in 21.2.37)
20 -- Calls to the following functions are now better optimized:
21    backward-char backward-word plusp, minusp oddp evenp -- Martin Buchholz
22 -- COUNT argument to following functions is now optional:
23    forward-word backward-word mark-word kill-word backward-kill-word 
24    forward-comment delete-char backward-delete-char -- Martin Buchholz
25 -- Don't put gutters/tabs on popup windows -- Andy Piper
26 -- Fix up info file cross references -- Adrian Aichner
27 -- Make `format' 64-bit clean -- Martin Buchholz
28 -- unexec changes on Windows -- Martin Buchholz
29 -- Make ptys work again on Cygwin -- Philip Aston
30 -- GCPRO fixes -- Yoshiki Hayashi, Gunnar Evermann, Martin Buchholz
31 -- Fix dumping problems on SGI Irix 6 -- Max Matveev, Martin Buchholz
32 -- Make DEBUG_GCPRO work again -- Gunnar Evermann
33 -- Pdump fixes -- Olivier Galibert
34 -- Case table changes -- Yoshiki Hayashi
35 -- Fix remaining tab oddities -- Andy Piper
36 -- Fix Windows unexec -- Andy Piper
37 -- byte-compiler arithmetic improvements -- Martin Buchholz
38
39 to 21.2.37 "Pan"
40 -- etags fix -- Stephen Carney
41 -- more gutters and tab changes -- Andy Piper
42 -- eval-when-compile no longer compiles its body -- Martin Buchholz
43 -- top-level (defvar foo) no longer generates a run-time load-history
44    entry -- Martin Buchholz
45 -- Windows 1251 code page encoding for Cyrillic -- Sergey Groznyh
46 -- `local-key-binding' and `global-key-binding' now have an optional
47    `accepts-defaults' parameter, just like `lookup-key' -- Martin Buchholz
48 -- 1000 arglist-related lispref documentation bugs fixed -- Martin Buchholz
49 -- arg to `down-list', `up-list', `backward-up-list', `kill-sexp',
50    `backward-kill-sexp' are now optional, just like FSF Emacs -- Martin Buchholz
51 -- info mode fixes -- Didier Verna
52 -- Massive CCL upgrade -- MIYASHITA Hisashi
53 -- byte-code optimizations -- Yoshiki Hayashi
54 -- historical purecopy's purged -- Robert Pluim
55 -- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock',
56    `turn-off-font-lock' are now interactive -- Martin Buchholz
57 -- Detect _getpty correctly (for SGIs) -- Martin Buchholz
58 -- Several GCPRO bugs found -- Yoshiki Hayashi
59 -- `replace-buffer-in-windows' now has the same WHICH-FRAMES and
60    WHICH-DEVICES parameters as `delete-windows-on' -- Martin Buchholz
61 -- Add support for Compaq C on Alpha Linux -- Martin Buchholz
62 -- auto-save fixes -- Yoshiki Hayashi
63 -- Removed unused C vars detected by Compaq C -- Martin Buchholz
64 -- More 64-bit cleanliness micro-fixes -- Martin Buchholz
65 -- Fix cachel.merged_faces memory leak -- Golubev I. N.
66 -- More changes to allow definitions of lisp object types by
67    third-party modules -- Daiki Ueno.
68 -- Extbyte is now a char, not unsigned char -- Martin Buchholz
69 -- C++ compilability is restored -- Martin Buchholz
70 -- New tests for CCL -- MIYASHITA Hisashi, Yoshiki Hayashi
71 -- Use stropts.h, not sys/stropts.h.  Likewise for strtio.h -- Martin Buchholz
72
73 to 21.2.36 "Notus"
74 -- Fix build problems on AIX 4.3 -- Martin Buchholz
75 -- Fix build problems on HP-UX 10.20 -- Alexandre Oliva and Martin Buchholz
76 -- Fix build problems on SunOS 4.1.4 -- Martin Buchholz
77 -- Fix build problems on IA64/Linux -- Martin Buchholz
78 -- Fix build problems on Alpha/Linux -- Steve Baur
79 -- Fix build problems on Unixware -- Martin Buchholz
80 -- Support pty input lines longer than 512 bytes on HP-UX 10.20. -- Martin Buchholz
81 -- `equal' of hash tables is now the same as `eq'. -- Martin Buchholz
82 -- ucs fixes - Daiki Ueno
83 -- Lots of little doc fixes. -- Martin Buchholz
84 -- Process-signaling code rewritten -- Martin Buchholz
85 -- pty allocation code rewritten -- Martin Buchholz
86 -- The byte compiler generates more efficient code -- Martin Buchholz
87 -- build-report fixes -- Adrian Aichner
88 -- next-window/next-frame functions rewritten -- Martin Buchholz
89 -- Windows fixes -- Jonathan Harris
90 -- Multiple info buffer support -- Golubev I. N.
91 -- regex crash fixes -- Yoshiki Hayashi
92 -- Widget/windows fixes -- Andy Piper
93 -- structured lisp errors -- Ben Wing
94 -- allow modules to define their own lisp object types -- Andrew Begel
95
96 to 21.2.35 "Nike"
97 -- You now again build XEmacs in a directory containing a predefined
98    CPP symbol -- Martin Buchholz
99 -- Minor fixes for Postgres integration -- Martin Buchholz
100 -- Many fixes for DEC OSF 4.0 -- Martin Buchholz
101 -- More C++ compilation support (for quality control) -- Martin Buchholz
102 -- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz
103 -- Fix lots of byte-compiler warnings -- Martin Buchholz
104 -- Many documentation fixes -- Adrian Aichner
105 -- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky
106 -- clean up Windows includes/defines -- Ben Wing
107 -- numerous configure/GCC-warning fixes -- Martin Buchholz
108 -- generalize selection support to arbitrary types -- Alastair Houghton
109 -- MS Windows printer improvements -- Kirill Katsnelson
110 -- MinGW fixes -- Craig Lanning
111 -- NT process fixes -- Mixe Alexander, Adrian Aichner
112 -- new key-value weak hashtable type -- Andy Piper/Olivier Galibert
113 -- migrate .emacs to .xemacs/init.el -- Mike Sperber
114 -- new file compat.el for cleaner compatibility functions -- Ben Wing
115
116 to 21.2.34 "Molpe"
117 -- Lots of changes to GUI, Windows, font-lock code, Ben Wing
118 -- Lots of changes to GUI, Windows code, Andy Piper
119 -- Various fixes, Karl Hegbloom
120 -- User manual documentation updates, Yoshiki Hayashi
121 -- Dumping fixes, Yoshiki Hayashi
122 -- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi
123
124 to 21.2.33 "Melpomene"
125 -- Yet more progress gauge and gutter redisplay fixes from Andy Piper
126 -- glyph error checking from Andy Piper
127 -- Proper implementation of string glyphs makes them Mule safe (IKEYAMA Tomonori)
128 -- Bug fixes from the usual suspects
129 -- --with-clash-detection now defaults to `yes', at least for betas.
130 -- Autoconf support for detecting how to #include header files
131    with names containing preprocessor constants, Didier Verna.
132 -- LDAP documentation updated, Oscar Figueiredo.
133 -- clash-detection code cleaned and audited, Yoshiki and Martin
134 -- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings
135    longer than 252 bytes.
136 -- Fix non-ANSI macro hacking to allow compilation by Irix native compiler.
137 -- redisplay fixes, IKEYAMA Tomonori
138 -- Code cleaning, Mike Alexander
139 -- Pdump + Windows support, Mike Alexander
140 -- Sound code cleanup, Jan Vroonhof
141 -- yes-or-no-p-dialog-box no longer gives unpredictable results with
142    focus follows mouse, Martin Buchholz
143
144 to 21.2.32 "Kastor & Polydeukes"
145 -- Internal Postgres RDBMS support from Steve Baur
146 -- Improve gutter useability
147 -- Fix window geometry with gutters
148 -- Fix async updates so that they only occur when necessary
149 -- Gutter documentation from Stephen Turnbull
150 -- redisplay-gutter-area fixes from Andy Piper
151 -- pdump file in MS-Windows executable from Mike Alexander
152 -- Miscellaneous fixes from Andy Piper
153 -- Windows and menubar changes from Ben Wing
154 -- dumper changes from Olivier Galibert
155
156 to 21.2.31 "Iris"
157 -- Make XEmacs work on Windows again.
158
159 to 21.2.30 "Hygeia"
160 -- Make (find-tag-other-window) always use other window,
161    even if tag is found in buffer of current window, Samuel Mikes
162 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
163 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
164 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
165 -- arm configure support fixed.
166 -- non-ASCII string handling performance boost, Martin Buchholz
167 -- Garbage collector performance boost, Martin Buchholz
168 -- Lisp engine performance boost, Martin Buchholz
169 -- New ldap API (Oscar Figueiredo)
170 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
171 -- More gutter tabs fixes, Andy Piper
172
173 to 21.2.29 "Hestia"
174 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
175 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
176    (but more work needed)
177 -- Allow non-symbols (anything compared with `eq') in object plists.
178 -- Cleanup of property frobbing code.
179 -- Various AIX 4 fixes, including port of PDUMP.
180 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
181 -- MS-Windows redisplay and font fixes from Jonathan Harris.
182 -- various fixes from Craig Lanning, Daiki Ueno.
183 -- Asynchronous widget updates from Andy Piper.
184 -- More widget fixes from Andy Piper.
185 -- Don't use rel_alloc on glibc systems, including Linux
186 -- Upgrade etags.c to version 13.44, Francesco Potorti
187 -- etags does a better job of finding the exact match first, Kyle Jones
188 -- Portable dumper now described in Internals manual, Olivier and Martin
189 -- Object Plist documentation in lispref updated, Martin Buchholz
190 -- Just use standard `const' everywhere, instead of CONST
191 -- More pdump changes, Olivier Galibert
192
193 to 21.2.28 "Hermes"
194 -- Add configure support for NetWinders, Sean MacLennan
195 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
196 -- Make --without-x work again.
197 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
198 -- Experimental Drag-N-Drop now defaults to "no" until there is again
199    active development.
200 -- SGI dumping fixes should make XEmacs work again on Irix 6.
201 -- More warning flags on by default when building with gcc.
202 -- process coding changes, Kirill Katsnelson
203 -- help now knows how to print macro arglists, Yoshiki Hayashi
204 -- Windows printing support, Kirill Katsnelson
205 -- Obscure crash fixes, Martin Buchholz
206 -- Memory leak fixes, Martin Buchholz
207 -- We now always use our own realpath(), never the system-provided one.
208 -- More gutter/tab widget changes, Andy Piper
209 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
210 -- Pdump stability fixes, Olivier Galibert
211 -- New coding system alias implementation, Ben Wing and Martin Buchholz
212 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
213 -- IPv6 support, URA Hiroshi
214 -- Runtime Athena mismatch warnings added, Daniel Pittman
215 -- Removal of old MSDOS support, Kirill Katsnelson
216 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
217 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
218 -- Workaround egcs-20000131 c++ compiler bug
219 -- Byte-optimize (length "foo") to 3.
220 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
221 -- Partially implement dontusethis-set-symbol-value-handler.
222 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
223 -- lib-src partially C++ized, Zack Weinberg.
224
225 to 21.2.27 "Hera"
226 -- Dynamic layout for widgets from Andy Piper
227 -- Vertical tab widgets for MS-Windows from Andy Piper
228 -- pdump fixes for MS-Windows from Big K
229 -- config.sub, config.guess major upgrade, Marcus Thiessel
230 -- gdbinit renamed to .gdbinit
231 -- dbxrc renamed to .dbxrc
232 -- Mail locking overhaul, Michael Sperber
233 -- Info-visit-file can now be used non-interactively, Martin Buchholz
234 -- FAQ updates, Sandra Wambold
235 -- Document lisp-level error handling, Hrvoje Niksic
236 -- Windows changes, Kirill Katsnelson
237 -- Portable dumper ported to Windows, Kirill Katsnelson
238 -- idlwave-mode added, Carsten Dominik
239 -- Info changes, Yoshiki Hayashi and Didier Verna.
240 -- Again support BSD/OS 2.0
241 -- minibuf.* changes, Yoshiki Hayashi
242 -- hyper-apropos changes, Yoshiki Hayashi
243 -- buffers tab has its own face, Andy Piper
244 -- modeline scrolling changes, Didier Verna
245
246 to 21.2.26 "Millenium"
247 -- Fix unpredictable results, perhaps even crashes, if using the
248    `return from debugger feature' and errors in `eval' or `funcall'.
249 -- fix for Tab widgets causing X errors in XMapWindow().
250
251 to 21.2.25 "Hephaestus"
252 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
253 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
254 -- 3 crashes in mapcar1 have been fixed.
255 -- lwlib arg passing cleanup
256 -- yet more widget and tab fixes
257 -- yet another Tab sync
258 -- specifier copying fix for widgets
259 -- preparation for proper layouts
260 -- native widgets used for some custom widgets
261 -- (+ 1) is no longer incorrectly compiled
262 -- char-before no longer has performance penalty
263 -- xpm again works on Windows
264 -- native Windows fixes from Adrian Aichner
265 -- Mule fixes from Yoshiki Hayashi
266 -- properly detect Athena widgets headers and libs, preventing crashes
267    from misdetection and from libraries and headers that don't match,
268    from Daniel Pittman
269
270 to 21.2.24 "Hecate"
271 -- Tabs fixes from Andy Piper
272 -- Widget leak fixes from Andy Piper
273 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
274 -- configure support for ESD sound rewritte, Martin Buchholz
275 -- directory separator fix from Mike Alexander
276 -- Windows process support cleanup, Adrian Aichner
277 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
278
279 to 21.2.23 "Hebe"
280 -- MS-Windows selection fixes from Mike Alexander
281 -- MS-WIndows process handling fixes from Mike Alexander
282 -- Subwindow GC fix from Andy Piper
283 -- Various minor fixes from Andy Piper
284 -- Rewrite module configure support, Martin Buchholz
285 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
286 -- HP native compiler compilation fixes, Martin Buchholz
287 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
288 -- Workarounds for Cygwin broken header files, Martin Buchholz
289 -- itimers work again, Kyle Jones
290 -- random code cleanup, Martin Buchholz
291 -- various redisplay fixes, Andy Piper, Jan Vroonhof
292 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
293
294 to 21.2.22 "Mercedes"
295 -- ESD Sound support from Robert Bihlmeyer
296 -- 10% faster redisplay from Jan Vroonhof
297 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
298 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
299 -- Completely revamped GPM support from William Perry
300 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
301 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
302 -- Fix compile warnings and C++ compilation, Martin Buchholz
303 -- Fix detection of coding: cookie in -*- first line.
304 -- More xim-xlib work by Kazuyuki Ienaga
305 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
306
307 to 21.2.20 "Yoko"
308 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
309 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
310 -- glyph widget support under X/Athena from Andy Piper
311 -- tab widget support under X (all variants) from Andy Piper
312 -- many gutter, redisplay & widget fixes from Andy Piper
313 -- mswindows mousewheel support from Mike Woolley
314 -- combo box support under X/Motif from Andy Piper
315 -- buffer tab grouping from Andy Piper
316 -- layout widget support from Andy Piper
317 -- partial display line scrolling support from Andy Piper
318 -- cleanup patches from Gleb Arshinov
319 -- hash table FSF API sync from Martin Buchholz
320 -- widget cleanup from Martin Buchholz
321 -- process-environment fix for nt from Julian Back
322 -- widget to frame fix from Jan Vroonhof
323 -- animated glyph support from Andy Piper
324 -- glyph redisplay improvements from Andy Piper
325 -- color cells allocation fix from Lee Kindness
326 -- recover file fix for windows nt
327 -- mingw install fix from Craig Lanning
328 -- recognize keypad keys under MS-Windows from Jonathan Harris
329 -- Switch gui dialogs to native widgets from Andy Piper
330 -- fixes from Yoshiki Hayashi and Norbert Koch
331
332 to 21.2.19 "Shinjuku"
333 -- various fixes from Gunnar Evermann
334 -- XIM fixes from Kazuyuki IENAGA
335 -- keymap fix from Katsumi Yamaoka
336 -- Microsoft build fixes from Adrian Aichner
337 -- documentation update from Adrian Aichner
338 -- rect.el rewrite from Didier Verna
339 -- custom comment fields from Didier Verna
340 -- various fixes from Karl Hegbloom
341 -- filling fix from Yoshiki Hayashi
342 -- miscellaneous changes from Jeff Miller and Didier Verna
343 -- configure hacking from Steve Baur
344 -- various fixes from Bob Weiner
345 -- Mule synching from MORIOKA Tomohiko
346 -- various fixes from Steve Baur
347 -- LDAP configure changes from Gregory Neil Shapiro
348 -- gutter implementation from Andy Piper
349 -- tab widgets in gutter from Andy Piper
350 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
351
352 to 21.2.18 "Toshima"
353 -- miscellaneous fixes from Steve Baur
354 -- miscellaneous fixes from Didier Verna
355 -- various bug fixes from Karl Hegbloom
356 -- miscellaneous fixes from Bob Weiner
357 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
358 -- valid-image-instantiator-format-p tightened up by Andy Piper.
359 -- glyph widget support under X/Motif from Andy Piper
360 -- Make docdir configurable, update package searching rules from Michael
361    Sperber
362 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
363 -- lrecord struct header size fix from Olivier Galibert
364
365 to 21.2.17 "Chiyoda"
366 -- miscellaneous bug fixes from Steve Baur
367 -- font menu fix from Robert Pluim
368 -- ldap API update from Oscar Figueiredo
369 -- Fix thai-xtis charset width from MORIOKA Tomohiko
370 -- CCL engine fix from MORIOKA Tomohiko
371 -- mswindows build fixes from Norbert Koch
372 -- miscellaneous fixes from Andy Piper
373 -- automated tests for mswindows from Adrian Aichner
374 -- tree-view and tab-control widget glyph support from Andy Piper
375
376 to 21.2.16 "Sumida"
377 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
378 -- make selection more mswindows conformant.
379 -- Make customize use specifiers from Jan Vroonhof
380 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
381 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
382 -- raw-text coding system synch from MORIOKA Tomohiko
383
384 to 21.2.15 "Sakuragawa"
385 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
386 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
387    Hrvoje Niksic, MORIOKA Tomohiko
388 -- LDAP internationalization from Oscar Figueiredo
389 -- DEC OSF build fixes from Steve Baur
390 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
391 -- Build fixes from Jan Vroonhof
392 -- Miscellaneous fixes from Hrvoje Niksic
393 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
394 -- mule-charset.el synch with Mule from Steve Baur
395 -- miscellaneous build and cosmetic fixes from Steve Baur
396 -- font-menu for mswindows from Andy Piper
397 -- select rationalisation for window systems from Andy Piper
398 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
399
400 to 21.2.14 "Dionysos"
401 -- mingw32 port from Andy Piper
402 -- fix for Solaris build lossage from Hrvoje Niksic
403 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
404 -- miscellaneous bug fixes from Gunnar Evermann
405 -- Internal purespace cleanup from Olivier Galibert
406 -- documentation updates from Hrvoje Niksic
407 -- dump time tuning from Hrvoje Niksic
408 -- miscellaneous bug fixes from Giacomo Boffi
409 -- font hacking from Jan Vroonhof
410 -- Czech language support from David Sauer
411 -- `delete-key-deletes-forward' now defaults to t
412 -- `locate-file' update from Hrvoje Niksic
413 -- MS Windows build fixes from Adrian Aichner
414 -- LDAP updates from Oscar Figueiredo
415 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
416 -- disable display of images in buffers by file format
417 -- miscellaneous Mule fixes from Olivier Galibert
418 -- documentation updates from Albert Chin-A-Young
419 -- documentation updates from Gunnar Evermann and Stephen Turnbull
420 -- MS Windows build fix from Norbert Koch
421 -- miscellaneous MS Windows fixes from Andy Piper
422 -- redisplay bug fixes from Jan Vroonhof
423 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
424 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
425    Galibert
426 -- miscellaneous bug fixes from Martin Buchholz
427 -- Miscellaneous MS Windows fixes from Philip Aston
428 -- lots of new tests from Hrvoje Niksic
429
430 to 21.2.13 "Demeter"
431 -- Build fixes from Martin Buchholz
432 -- experimental splash screen rewrite from Didier Verna
433 -- Various patches from Jan Vroonhof and Andy Piper
434 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
435 -- MS Window build fixes from Jonathan Harris
436 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
437
438 to 21.2.12 "Clio"
439 -- event-stream unification for MS Windows from Andy Piper
440 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
441 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
442 -- Various package-ui fixes from Jan Vroonhof
443 -- Fix for doubled font-locking during buffer reversion
444 -- KFM browsing support from Neal Becker
445 -- info fix from Didier Verna
446 -- Build bug fixes from Martin Buchholz
447 -- Various Documentation updates
448 -- X-Face support for MS Windows native build from Gleb Arshinov
449
450 to 21.2 beta11 "Calliope"
451 -- Dialog box fix from Jan Vroonhof
452 -- unified mswindows and tty event loops from Andy Piper
453 -- miscellaneous patches from Gleb Arshinov
454 -- miscellaneous patches from Charles Waldman and Adrian Aichner
455 -- Mule dump time files remerged from mule-base package
456 -- Documentation fixes from Jan Vroonhof
457 -- 24bit color image fix from Kazuo OISHI
458 -- various build fixes from Martin Buchholz
459
460 to 21.2 beta10 "Boreas"
461 -- package UI fix from Jan Vroonhof
462 -- MS Windows NT process fix from Gleb Arshinov
463
464 to 21.2 beta9 "Athena"
465 -- parameterize replace-match function from Didier Verna
466 -- X-Face support under mswindows from Andy Piper
467 -- doc fixes from Adrian Aichner
468 -- about patchlet from Marcus Thiessel
469 -- isearch doc fixes from Didier Verna
470 -- interlaced gif fix from Gunnar Evermann
471 -- isearch improvements from Didier Verna
472 -- eldap connection fix from William Perry
473 -- package-get site fix from Robert Pluim
474 -- loadable modules fix from Damon Lipparelli
475 -- ldap fixes from Oscar Figueiredo
476 -- loadable modules from J. Kean Johnston
477 -- runwhatever from Charles Wilson
478 -- redisplay fixes for glyphs from Andy Piper
479 -- progress gauge widgets implentation from Andy Piper
480 -- W3 works again due to font.el being fixed
481 -- Another mule xemacs crash fixed
482 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
483 -- package admin fixes under mswindows from Charles Waldman
484 -- miscellaneous mswindows build fixes from Jonathan Harris
485 -- help-echo fix from Hrvoje Niksic
486 -- x font path support from Jim Radford
487 -- MSVC compile fixes from Damon Lipparelli
488
489 to 21.2 beta8 "Artemis"
490 -- A bunch of Mule fixes from Martin Buchholz
491
492 to 21.2 beta7 "Ares"
493 -- mswindows modeline crash fix from Jonathan Harris
494 -- picon glyph fix from Gunnar Evermann
495 -- widgets-in-buffers and subwindow support from Andy Piper
496 -- movemail pop support under mswindows from Fabrice Popineau
497 -- ldap fixes from Oscar Figueiredo
498 -- fns cleanup from Hrvoje Niksic
499 -- menubar fixes from Didier Verna
500 -- mswindows accelerator fix from Jonathan Harris
501 -- dired mule fix from Didier Verna
502 -- sound doc cleanup from Charles Waldman
503 -- new display table functionality from Hrvoje Niksic
504 -- minor cleanups
505 -- package fixes from Jan Vroonhof
506 -- subwindow support fixes from Martin Buchholz
507
508 to 21.2 beta6 "Apollo"
509 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
510    Klanderman and Adrian Aichner
511 -- Synch with XEmacs 21.0.60
512 -- mega-patch fixes from Martin Buchholz
513 -- md5 fixes and testsuite from Hrvoje Niksic
514 -- database fix from Hrvoje Niksic
515
516 to 21.2 beta5 "Aphrodite"
517 -- synch with XEmacs 21.0.58
518 -- bytecode interpreter rewritten
519 -- byte compiler fixes
520 -- hash table implementation rewritten
521 -- basic lisp functions rewritten
522 -- spelling fixes
523 -- garbage collector tuned a little
524 -- various global code changes for consistency
525 -- automated test suite
526 -- major internals manual updates
527 -- lisp reference updates
528
529 to 21.2 beta4 "Aglaophonos"
530 -- isearch keymap fix from Katsumi Yamaoka
531 -- directory_files cleanup from Hrvoje Niksic
532 -- C implementation of base64 from Hrvoje Niksic
533 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
534 -- Experimental fix for spurious `file has changed on disk' message from
535    Charles Waldman
536 -- Fix for etags.el hook calling from Malcolm Box
537 -- User-name-completion fix for MS Windows NT from Greg Klanderman
538
539 to 21.2 beta3 "Aglaia"
540 -- case sensitiveness improvements from Didier Verna
541 -- Bug fixes from 21.0
542 -- Word selection on mouse click on quotes from Hrvoje Niksic
543 -- WAVE support for NAS from Raymond Toy
544
545 to 21.2 beta2 "Aether"
546 -- Synched with 21.0-pre14 "Poitou"
547 -- isearch improvements from Hrvoje Niksic
548 -- bytecompiler fix from Martin Buccholz
549 -- shadow.el speedup from Martin Buchholz
550 -- clash detection update from Jan Vroonhof
551 -- Indirect buffers from Hrvoje Niksic
552 -- ~user completion cleanup from Greg Klanderman
553 -- New face property from Didier Verna
554 -- ~user completion and fixes from Greg Klanderman
555 -- casefiddle.c speedup from Martin Buchholz
556
557 to 21.2 beta1 "Aeolus"
558 -- Synch with 21.0-pre6
559 -- Removal of ancient obsolete symbols courtesy of Altrasoft
560 -- Fix version numbers
561
562 Fork at 21.0 pre5 "Zhong Wei"