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