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