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