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