comparison CHANGES-beta @ 762:177fa09febec

[xemacs-hg @ 2002-03-05 12:44:45 by stephent] clean up CHANGES-beta <87it8btcpz.fsf@tleeps18.sk.tsukuba.ac.jp>
author stephent
date Tue, 05 Mar 2002 12:44:46 +0000
parents 76d5a3dd827a
children d007336dd239
comparison
equal deleted inserted replaced
761:c35d5f033651 762:177fa09febec
1 to 21.5.5 "beets"
2
3 Documentation
4 -- new external-widget example node -- Stephen Turnbull
5 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull
6 -- new Swedish TUTORIAL -- Mats Lidell
7 -- update etc/BETA -- Jarl Friis, Stephen Turnbull
8 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull
9 -- typo fixes for Info docs -- Jeff Miller, Darryl Okahata
10
11 UI
12 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner
13 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string,
14 overwrite-mode-line-string, auto-fill-mode-line-string,
15 defining-kbd-macro-mode-line-string -- John Paul Wallington
16 -- improve GTK clipboard handling -- Eric Gillespie, Jr.
17 -- improve Info dir - generate file if non-existent -- Michael Sperber
18 -- improve printer handling -- Adrian Aichner, Bj,Av(Brn Torkelsson
19 -- support GUI toolbar shadow thickness adjustment -- Bill Perry
20 -- support ISO 8859/15 (Euro) -- Stephen Turnbull
21 -- support Sieve in auto-mode-alist -- Simon Josefsson
22 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno
23
24 Lisp API
25 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler
26
27 Internals
28 -- improve dead console handling in post-command code -- Ben Wing
29 -- improve handling when XOpenDevice calls error handler -- Mike Sperber
30 -- move disabled-command-loop to C -- Jan Vroonhof
31
32 Build
33 -- improve Athena widgets detection -- Jan Vroonhof
34
1 to 21.5.4 "bamboo" 35 to 21.5.4 "bamboo"
2 -- auto-mode support .9 files as man pages -- Michael Sperber 36 -- auto-mode support .9 files as man pages -- Michael Sperber
3 -- auto-mode support configure.ac as m4 -- Edward M. Lee 37 -- auto-mode support configure.ac as m4 -- Edward M. Lee
4 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna 38 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
5 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map 39 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
232 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz 266 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
233 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz 267 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
234 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz 268 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
235 -- Make hash table mapping safe -- Martin Buchholz 269 -- Make hash table mapping safe -- Martin Buchholz
236 270
237 to 21.5.0 "alfalfa" 271 Fork from 21.2: 21.5.0 "alfalfa"
238 -- Switch to new beta series 272 -- For changes up to 21.4.0, see etc/NEWS
239
240 to 21.2.46 "Urania"
241 -- GTK code has been merged as an experimental display type -- William Perry
242
243 to 21.2.45 "Thelxepeia"
244 -- lib-src Makefile fixes -- Martin Buchholz
245 -- startup path fixes -- Michael Sperber
246 -- Port FSF 20.7 syntax table improvements -- Matt Tucker
247 -- --pdump now works with HP-UX native cc -- Martin Buchholz
248 -- copy-file now works correctly with non-ascii filenames -- Martin Buchholz
249 -- More pdump improvements -- Martin Buchholz
250 -- Prefer more standard utime() to utimes() -- Martin Buchholz
251
252 to 21.2.44 "Thalia"
253 -- Upgrade to etags 14.15 -- Francesco Potorti
254 -- XEmacs now works on Unixware 7 -- Martin Buchholz
255 -- Work around AIX C compiler bug causing "scroll-up has no effect"
256 -- Martin Buchholz
257 -- Fix crash in kill-emacs -- Martin Buchholz
258 -- XEmacs builds with gcc 2.97 -- Martin Buchholz
259 -- XEmacs builds with g++ 2.97 -- Martin Buchholz
260 -- Port .gdbinit debugging support to many systems -- Martin Buchholz
261 -- XEmacs builds on mips-sgi-irix6.5 with 64-bit compilers -- Martin Buchholz
262 -- The C variable containing the value of a DEFVAR_INT is now
263 EMACS_INT, not int -- Martin Buchholz
264 -- config.sug, config.guess upgraded to official versions -- Martin Buchholz
265 -- Support mouse-6 and mouse-7 for newfangled mice -- Martin Buchholz
266 -- portable dumper alignment fixes -- Martin Buchholz
267 -- sound fixes -- Didier Verna
268 -- Progress gauge now goes away if C-g'ed -- Andy Piper
269
270 to 21.2.43 "Terspichore"
271 -- Important gnuserv security fix. Upgrade if you use gnuserv.
272 -- Klaus Frank, Jan Vroonhof, Gunnar Evermann
273 -- C-level alignment correctness fixes -- Martin Buchholz
274 -- cut-and-paste slowness under Motif fixed -- Andy Piper
275 -- pdump now works on SunOS 4 and HP-UX -- Martin Buchholz
276 -- Packages documentation updates -- Steve Youngs
277 -- Windows netinstall changes -- Andy Piper
278
279 to 21.2.42 "Poseidon"
280 -- 64-bit platforms (Alpha) broken in 21.2.41 now fixed -- Martin Buchholz
281 -- Windows packaging changes -- Andy Piper
282 -- Widget bug fixes -- Andy Piper
283 -- Modeline scrolling documented -- Didier Verna
284 -- C-level alignment hackery -- Martin Buchholz
285
286 to 21.2.41 "Polyhymnia"
287 -- A very important fix to the byte-compiler was made.
288 RE-BYTE-COMPILE all your .el files that were compiled by any older
289 21.2 byte-compiler (the 21.1 byte-compiler was OK.)
290 Explicitly remove all .elc files using
291 cd XEMACS; find . -name '*.elc' -print | xargs rm
292 and then rebuild using `make'.
293 -- Martin Buchholz
294 -- More Windows installer changes -- Andy Piper
295 -- Another tab widget fix -- Andy Piper
296 -- pdump code cleanup -- Martin Buchholz
297 -- lisp path changes -- Mike Sperber
298 -- init file changes -- Mike Sperber
299 -- debugging support works better with pdump -- Martin Buchholz
300 -- Port to AIX cc -O3 -qansi-aliasing -- Martin Buchholz
301 -- Allow building 64-bit binaries on AIX. -- Martin Buchholz
302 -- Make code more resistant to aliasing optimizations. -- Martin Buchholz
303 -- XEmacs now works on Netbsd 1.5. -- Martin Buchholz
304 -- Eliminate kludgy checks for non-standard _dlopen -- Golubev I. N.
305 -- Make Purify a little happier working on pdumped xemacs -- Martin Buchholz
306 -- Fix never-used macro LISP_TO_CVOID -- Jerry James
307
308 to 21.2.40 "Persephone"
309 -- various doc fixes -- Stephen Turnbull
310 -- more widget bug fixes -- Andy Piper
311 -- Introduce yet another hash table weakness type -- Andy Piper
312 -- SCO 5 fixes -- Golubev I. N.
313 -- SunOS 4 works again -- MIYASHITA Hisashi
314 -- Make peace with Mandrake's Alt-Meta hacks -- Stephen Turnbull
315 -- Remove input-method-xfs.o -- Kazuyuki IENAGA
316
317 to 21.2.39 "Millennium"
318 -- Safer coding-priority-list -- Stephen Turnbull
319 -- Andreas Jaeger resigns as core maintainer :-(
320 -- Make font-lock know about all C++ keywords -- Enrico Scholz
321 -- Comments beginning in column zero are no longer indented by
322 indent-for-comment -- Adrian Aichner
323 -- Better documentation for package creation -- Stephen Turnbull
324 -- input-method-xfs.c removed. Functionality incorporated into
325 input-method-xlib.c -- Kazuyuki IENAGA
326 -- replace-buffer-in-windows fixes -- Yoshiki Hayashi
327 -- Fix redisplay bugs with buffer-local face specifiers -- Yoshiki Hayashi
328 -- More printing fixes -- Martin Buchholz
329 -- Another SGI dumping fix -- Martin Buchholz
330 -- A new Windows installer in netinstall -- Andy Piper
331 -- Support Berkeley DB 3.1 -- Daiki Ueno
332
333 to 21.2.38 "Peisino,Ak(B"
334 -- Keyboard commands to set code system now work in file-coding
335 Emacsen! -- Jan Vroonhof (actually in 21.2.37)
336 -- Calls to the following functions are now better optimized:
337 backward-char backward-word plusp, minusp oddp evenp -- Martin Buchholz
338 -- COUNT argument to following functions is now optional:
339 forward-word backward-word mark-word kill-word backward-kill-word
340 forward-comment delete-char backward-delete-char -- Martin Buchholz
341 -- Don't put gutters/tabs on popup windows -- Andy Piper
342 -- Fix up info file cross references -- Adrian Aichner
343 -- Make `format' 64-bit clean -- Martin Buchholz
344 -- unexec changes on Windows -- Martin Buchholz
345 -- Make ptys work again on Cygwin -- Philip Aston
346 -- GCPRO fixes -- Yoshiki Hayashi, Gunnar Evermann, Martin Buchholz
347 -- Fix dumping problems on SGI Irix 6 -- Max Matveev, Martin Buchholz
348 -- Make DEBUG_GCPRO work again -- Gunnar Evermann
349 -- Pdump fixes -- Olivier Galibert
350 -- Case table changes -- Yoshiki Hayashi
351 -- Fix remaining tab oddities -- Andy Piper
352 -- Fix Windows unexec -- Andy Piper
353 -- byte-compiler arithmetic improvements -- Martin Buchholz
354
355 to 21.2.37 "Pan"
356 -- etags fix -- Stephen Carney
357 -- more gutters and tab changes -- Andy Piper
358 -- eval-when-compile no longer compiles its body -- Martin Buchholz
359 -- top-level (defvar foo) no longer generates a run-time load-history
360 entry -- Martin Buchholz
361 -- Windows 1251 code page encoding for Cyrillic -- Sergey Groznyh
362 -- `local-key-binding' and `global-key-binding' now have an optional
363 `accepts-defaults' parameter, just like `lookup-key' -- Martin Buchholz
364 -- 1000 arglist-related lispref documentation bugs fixed -- Martin Buchholz
365 -- arg to `down-list', `up-list', `backward-up-list', `kill-sexp',
366 `backward-kill-sexp' are now optional, just like FSF Emacs -- Martin Buchholz
367 -- info mode fixes -- Didier Verna
368 -- Massive CCL upgrade -- MIYASHITA Hisashi
369 -- byte-code optimizations -- Yoshiki Hayashi
370 -- historical purecopy's purged -- Robert Pluim
371 -- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock',
372 `turn-off-font-lock' are now interactive -- Martin Buchholz
373 -- Detect _getpty correctly (for SGIs) -- Martin Buchholz
374 -- Several GCPRO bugs found -- Yoshiki Hayashi
375 -- `replace-buffer-in-windows' now has the same WHICH-FRAMES and
376 WHICH-DEVICES parameters as `delete-windows-on' -- Martin Buchholz
377 -- Add support for Compaq C on Alpha Linux -- Martin Buchholz
378 -- auto-save fixes -- Yoshiki Hayashi
379 -- Removed unused C vars detected by Compaq C -- Martin Buchholz
380 -- More 64-bit cleanliness micro-fixes -- Martin Buchholz
381 -- Fix cachel.merged_faces memory leak -- Golubev I. N.
382 -- More changes to allow definitions of lisp object types by
383 third-party modules -- Daiki Ueno.
384 -- Extbyte is now a char, not unsigned char -- Martin Buchholz
385 -- C++ compilability is restored -- Martin Buchholz
386 -- New tests for CCL -- MIYASHITA Hisashi, Yoshiki Hayashi
387 -- Use stropts.h, not sys/stropts.h. Likewise for strtio.h -- Martin Buchholz
388
389 to 21.2.36 "Notus"
390 -- Fix build problems on AIX 4.3 -- Martin Buchholz
391 -- Fix build problems on HP-UX 10.20 -- Alexandre Oliva and Martin Buchholz
392 -- Fix build problems on SunOS 4.1.4 -- Martin Buchholz
393 -- Fix build problems on IA64/Linux -- Martin Buchholz
394 -- Fix build problems on Alpha/Linux -- Steve Baur
395 -- Fix build problems on Unixware -- Martin Buchholz
396 -- Support pty input lines longer than 512 bytes on HP-UX 10.20. -- Martin Buchholz
397 -- `equal' of hash tables is now the same as `eq'. -- Martin Buchholz
398 -- ucs fixes - Daiki Ueno
399 -- Lots of little doc fixes. -- Martin Buchholz
400 -- Process-signaling code rewritten -- Martin Buchholz
401 -- pty allocation code rewritten -- Martin Buchholz
402 -- The byte compiler generates more efficient code -- Martin Buchholz
403 -- build-report fixes -- Adrian Aichner
404 -- next-window/next-frame functions rewritten -- Martin Buchholz
405 -- Windows fixes -- Jonathan Harris
406 -- Multiple info buffer support -- Golubev I. N.
407 -- regex crash fixes -- Yoshiki Hayashi
408 -- Widget/windows fixes -- Andy Piper
409 -- structured lisp errors -- Ben Wing
410 -- allow modules to define their own lisp object types -- Andrew Begel
411
412 to 21.2.35 "Nike"
413 -- You now again build XEmacs in a directory containing a predefined
414 CPP symbol -- Martin Buchholz
415 -- Minor fixes for Postgres integration -- Martin Buchholz
416 -- Many fixes for DEC OSF 4.0 -- Martin Buchholz
417 -- More C++ compilation support (for quality control) -- Martin Buchholz
418 -- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz
419 -- Fix lots of byte-compiler warnings -- Martin Buchholz
420 -- Many documentation fixes -- Adrian Aichner
421 -- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky
422 -- clean up Windows includes/defines -- Ben Wing
423 -- numerous configure/GCC-warning fixes -- Martin Buchholz
424 -- generalize selection support to arbitrary types -- Alastair Houghton
425 -- MS Windows printer improvements -- Kirill Katsnelson
426 -- MinGW fixes -- Craig Lanning
427 -- NT process fixes -- Mixe Alexander, Adrian Aichner
428 -- new key-value weak hashtable type -- Andy Piper/Olivier Galibert
429 -- migrate .emacs to .xemacs/init.el -- Mike Sperber
430 -- new file compat.el for cleaner compatibility functions -- Ben Wing
431
432 to 21.2.34 "Molpe"
433 -- Lots of changes to GUI, Windows, font-lock code, Ben Wing
434 -- Lots of changes to GUI, Windows code, Andy Piper
435 -- Various fixes, Karl Hegbloom
436 -- User manual documentation updates, Yoshiki Hayashi
437 -- Dumping fixes, Yoshiki Hayashi
438 -- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi
439
440 to 21.2.33 "Melpomene"
441 -- Yet more progress gauge and gutter redisplay fixes from Andy Piper
442 -- glyph error checking from Andy Piper
443 -- Proper implementation of string glyphs makes them Mule safe (IKEYAMA Tomonori)
444 -- Bug fixes from the usual suspects
445 -- --with-clash-detection now defaults to `yes', at least for betas.
446 -- Autoconf support for detecting how to #include header files
447 with names containing preprocessor constants, Didier Verna.
448 -- LDAP documentation updated, Oscar Figueiredo.
449 -- clash-detection code cleaned and audited, Yoshiki and Martin
450 -- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings
451 longer than 252 bytes.
452 -- Fix non-ANSI macro hacking to allow compilation by Irix native compiler.
453 -- redisplay fixes, IKEYAMA Tomonori
454 -- Code cleaning, Mike Alexander
455 -- Pdump + Windows support, Mike Alexander
456 -- Sound code cleanup, Jan Vroonhof
457 -- yes-or-no-p-dialog-box no longer gives unpredictable results with
458 focus follows mouse, Martin Buchholz
459
460 to 21.2.32 "Kastor & Polydeukes"
461 -- Internal Postgres RDBMS support from Steve Baur
462 -- Improve gutter useability
463 -- Fix window geometry with gutters
464 -- Fix async updates so that they only occur when necessary
465 -- Gutter documentation from Stephen Turnbull
466 -- redisplay-gutter-area fixes from Andy Piper
467 -- pdump file in MS-Windows executable from Mike Alexander
468 -- Miscellaneous fixes from Andy Piper
469 -- Windows and menubar changes from Ben Wing
470 -- dumper changes from Olivier Galibert
471
472 to 21.2.31 "Iris"
473 -- Make XEmacs work on Windows again.
474
475 to 21.2.30 "Hygeia"
476 -- Make (find-tag-other-window) always use other window,
477 even if tag is found in buffer of current window, Samuel Mikes
478 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
479 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
480 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
481 -- arm configure support fixed.
482 -- non-ASCII string handling performance boost, Martin Buchholz
483 -- Garbage collector performance boost, Martin Buchholz
484 -- Lisp engine performance boost, Martin Buchholz
485 -- New ldap API (Oscar Figueiredo)
486 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
487 -- More gutter tabs fixes, Andy Piper
488
489 to 21.2.29 "Hestia"
490 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
491 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
492 (but more work needed)
493 -- Allow non-symbols (anything compared with `eq') in object plists.
494 -- Cleanup of property frobbing code.
495 -- Various AIX 4 fixes, including port of PDUMP.
496 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
497 -- MS-Windows redisplay and font fixes from Jonathan Harris.
498 -- various fixes from Craig Lanning, Daiki Ueno.
499 -- Asynchronous widget updates from Andy Piper.
500 -- More widget fixes from Andy Piper.
501 -- Don't use rel_alloc on glibc systems, including Linux
502 -- Upgrade etags.c to version 13.44, Francesco Potorti
503 -- etags does a better job of finding the exact match first, Kyle Jones
504 -- Portable dumper now described in Internals manual, Olivier and Martin
505 -- Object Plist documentation in lispref updated, Martin Buchholz
506 -- Just use standard `const' everywhere, instead of CONST
507 -- More pdump changes, Olivier Galibert
508
509 to 21.2.28 "Hermes"
510 -- Add configure support for NetWinders, Sean MacLennan
511 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
512 -- Make --without-x work again.
513 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
514 -- Experimental Drag-N-Drop now defaults to "no" until there is again
515 active development.
516 -- SGI dumping fixes should make XEmacs work again on Irix 6.
517 -- More warning flags on by default when building with gcc.
518 -- process coding changes, Kirill Katsnelson
519 -- help now knows how to print macro arglists, Yoshiki Hayashi
520 -- Windows printing support, Kirill Katsnelson
521 -- Obscure crash fixes, Martin Buchholz
522 -- Memory leak fixes, Martin Buchholz
523 -- We now always use our own realpath(), never the system-provided one.
524 -- More gutter/tab widget changes, Andy Piper
525 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
526 -- Pdump stability fixes, Olivier Galibert
527 -- New coding system alias implementation, Ben Wing and Martin Buchholz
528 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
529 -- IPv6 support, URA Hiroshi
530 -- Runtime Athena mismatch warnings added, Daniel Pittman
531 -- Removal of old MSDOS support, Kirill Katsnelson
532 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
533 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
534 -- Workaround egcs-20000131 c++ compiler bug
535 -- Byte-optimize (length "foo") to 3.
536 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
537 -- Partially implement dontusethis-set-symbol-value-handler.
538 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
539 -- lib-src partially C++ized, Zack Weinberg.
540
541 to 21.2.27 "Hera"
542 -- Dynamic layout for widgets from Andy Piper
543 -- Vertical tab widgets for MS-Windows from Andy Piper
544 -- pdump fixes for MS-Windows from Big K
545 -- config.sub, config.guess major upgrade, Marcus Thiessel
546 -- gdbinit renamed to .gdbinit
547 -- dbxrc renamed to .dbxrc
548 -- Mail locking overhaul, Michael Sperber
549 -- Info-visit-file can now be used non-interactively, Martin Buchholz
550 -- FAQ updates, Sandra Wambold
551 -- Document lisp-level error handling, Hrvoje Niksic
552 -- Windows changes, Kirill Katsnelson
553 -- Portable dumper ported to Windows, Kirill Katsnelson
554 -- idlwave-mode added, Carsten Dominik
555 -- Info changes, Yoshiki Hayashi and Didier Verna.
556 -- Again support BSD/OS 2.0
557 -- minibuf.* changes, Yoshiki Hayashi
558 -- hyper-apropos changes, Yoshiki Hayashi
559 -- buffers tab has its own face, Andy Piper
560 -- modeline scrolling changes, Didier Verna
561
562 to 21.2.26 "Millenium"
563 -- Fix unpredictable results, perhaps even crashes, if using the
564 `return from debugger feature' and errors in `eval' or `funcall'.
565 -- fix for Tab widgets causing X errors in XMapWindow().
566
567 to 21.2.25 "Hephaestus"
568 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
569 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
570 -- 3 crashes in mapcar1 have been fixed.
571 -- lwlib arg passing cleanup
572 -- yet more widget and tab fixes
573 -- yet another Tab sync
574 -- specifier copying fix for widgets
575 -- preparation for proper layouts
576 -- native widgets used for some custom widgets
577 -- (+ 1) is no longer incorrectly compiled
578 -- char-before no longer has performance penalty
579 -- xpm again works on Windows
580 -- native Windows fixes from Adrian Aichner
581 -- Mule fixes from Yoshiki Hayashi
582 -- properly detect Athena widgets headers and libs, preventing crashes
583 from misdetection and from libraries and headers that don't match,
584 from Daniel Pittman
585
586 to 21.2.24 "Hecate"
587 -- Tabs fixes from Andy Piper
588 -- Widget leak fixes from Andy Piper
589 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
590 -- configure support for ESD sound rewritte, Martin Buchholz
591 -- directory separator fix from Mike Alexander
592 -- Windows process support cleanup, Adrian Aichner
593 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
594
595 to 21.2.23 "Hebe"
596 -- MS-Windows selection fixes from Mike Alexander
597 -- MS-WIndows process handling fixes from Mike Alexander
598 -- Subwindow GC fix from Andy Piper
599 -- Various minor fixes from Andy Piper
600 -- Rewrite module configure support, Martin Buchholz
601 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
602 -- HP native compiler compilation fixes, Martin Buchholz
603 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
604 -- Workarounds for Cygwin broken header files, Martin Buchholz
605 -- itimers work again, Kyle Jones
606 -- random code cleanup, Martin Buchholz
607 -- various redisplay fixes, Andy Piper, Jan Vroonhof
608 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
609
610 to 21.2.22 "Mercedes"
611 -- ESD Sound support from Robert Bihlmeyer
612 -- 10% faster redisplay from Jan Vroonhof
613 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
614 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
615 -- Completely revamped GPM support from William Perry
616 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
617 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
618 -- Fix compile warnings and C++ compilation, Martin Buchholz
619 -- Fix detection of coding: cookie in -*- first line.
620 -- More xim-xlib work by Kazuyuki Ienaga
621 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
622
623 to 21.2.20 "Yoko"
624 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
625 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
626 -- glyph widget support under X/Athena from Andy Piper
627 -- tab widget support under X (all variants) from Andy Piper
628 -- many gutter, redisplay & widget fixes from Andy Piper
629 -- mswindows mousewheel support from Mike Woolley
630 -- combo box support under X/Motif from Andy Piper
631 -- buffer tab grouping from Andy Piper
632 -- layout widget support from Andy Piper
633 -- partial display line scrolling support from Andy Piper
634 -- cleanup patches from Gleb Arshinov
635 -- hash table FSF API sync from Martin Buchholz
636 -- widget cleanup from Martin Buchholz
637 -- process-environment fix for nt from Julian Back
638 -- widget to frame fix from Jan Vroonhof
639 -- animated glyph support from Andy Piper
640 -- glyph redisplay improvements from Andy Piper
641 -- color cells allocation fix from Lee Kindness
642 -- recover file fix for windows nt
643 -- mingw install fix from Craig Lanning
644 -- recognize keypad keys under MS-Windows from Jonathan Harris
645 -- Switch gui dialogs to native widgets from Andy Piper
646 -- fixes from Yoshiki Hayashi and Norbert Koch
647
648 to 21.2.19 "Shinjuku"
649 -- various fixes from Gunnar Evermann
650 -- XIM fixes from Kazuyuki IENAGA
651 -- keymap fix from Katsumi Yamaoka
652 -- Microsoft build fixes from Adrian Aichner
653 -- documentation update from Adrian Aichner
654 -- rect.el rewrite from Didier Verna
655 -- custom comment fields from Didier Verna
656 -- various fixes from Karl Hegbloom
657 -- filling fix from Yoshiki Hayashi
658 -- miscellaneous changes from Jeff Miller and Didier Verna
659 -- configure hacking from Steve Baur
660 -- various fixes from Bob Weiner
661 -- Mule synching from MORIOKA Tomohiko
662 -- various fixes from Steve Baur
663 -- LDAP configure changes from Gregory Neil Shapiro
664 -- gutter implementation from Andy Piper
665 -- tab widgets in gutter from Andy Piper
666 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
667
668 to 21.2.18 "Toshima"
669 -- miscellaneous fixes from Steve Baur
670 -- miscellaneous fixes from Didier Verna
671 -- various bug fixes from Karl Hegbloom
672 -- miscellaneous fixes from Bob Weiner
673 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
674 -- valid-image-instantiator-format-p tightened up by Andy Piper.
675 -- glyph widget support under X/Motif from Andy Piper
676 -- Make docdir configurable, update package searching rules from Michael
677 Sperber
678 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
679 -- lrecord struct header size fix from Olivier Galibert
680
681 to 21.2.17 "Chiyoda"
682 -- miscellaneous bug fixes from Steve Baur
683 -- font menu fix from Robert Pluim
684 -- ldap API update from Oscar Figueiredo
685 -- Fix thai-xtis charset width from MORIOKA Tomohiko
686 -- CCL engine fix from MORIOKA Tomohiko
687 -- mswindows build fixes from Norbert Koch
688 -- miscellaneous fixes from Andy Piper
689 -- automated tests for mswindows from Adrian Aichner
690 -- tree-view and tab-control widget glyph support from Andy Piper
691
692 to 21.2.16 "Sumida"
693 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
694 -- make selection more mswindows conformant.
695 -- Make customize use specifiers from Jan Vroonhof
696 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
697 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
698 -- raw-text coding system synch from MORIOKA Tomohiko
699
700 to 21.2.15 "Sakuragawa"
701 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
702 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
703 Hrvoje Niksic, MORIOKA Tomohiko
704 -- LDAP internationalization from Oscar Figueiredo
705 -- DEC OSF build fixes from Steve Baur
706 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
707 -- Build fixes from Jan Vroonhof
708 -- Miscellaneous fixes from Hrvoje Niksic
709 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
710 -- mule-charset.el synch with Mule from Steve Baur
711 -- miscellaneous build and cosmetic fixes from Steve Baur
712 -- font-menu for mswindows from Andy Piper
713 -- select rationalisation for window systems from Andy Piper
714 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
715
716 to 21.2.14 "Dionysos"
717 -- mingw32 port from Andy Piper
718 -- fix for Solaris build lossage from Hrvoje Niksic
719 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
720 -- miscellaneous bug fixes from Gunnar Evermann
721 -- Internal purespace cleanup from Olivier Galibert
722 -- documentation updates from Hrvoje Niksic
723 -- dump time tuning from Hrvoje Niksic
724 -- miscellaneous bug fixes from Giacomo Boffi
725 -- font hacking from Jan Vroonhof
726 -- Czech language support from David Sauer
727 -- `delete-key-deletes-forward' now defaults to t
728 -- `locate-file' update from Hrvoje Niksic
729 -- MS Windows build fixes from Adrian Aichner
730 -- LDAP updates from Oscar Figueiredo
731 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
732 -- disable display of images in buffers by file format
733 -- miscellaneous Mule fixes from Olivier Galibert
734 -- documentation updates from Albert Chin-A-Young
735 -- documentation updates from Gunnar Evermann and Stephen Turnbull
736 -- MS Windows build fix from Norbert Koch
737 -- miscellaneous MS Windows fixes from Andy Piper
738 -- redisplay bug fixes from Jan Vroonhof
739 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
740 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
741 Galibert
742 -- miscellaneous bug fixes from Martin Buchholz
743 -- Miscellaneous MS Windows fixes from Philip Aston
744 -- lots of new tests from Hrvoje Niksic
745
746 to 21.2.13 "Demeter"
747 -- Build fixes from Martin Buchholz
748 -- experimental splash screen rewrite from Didier Verna
749 -- Various patches from Jan Vroonhof and Andy Piper
750 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
751 -- MS Window build fixes from Jonathan Harris
752 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
753
754 to 21.2.12 "Clio"
755 -- event-stream unification for MS Windows from Andy Piper
756 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
757 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
758 -- Various package-ui fixes from Jan Vroonhof
759 -- Fix for doubled font-locking during buffer reversion
760 -- KFM browsing support from Neal Becker
761 -- info fix from Didier Verna
762 -- Build bug fixes from Martin Buchholz
763 -- Various Documentation updates
764 -- X-Face support for MS Windows native build from Gleb Arshinov
765
766 to 21.2 beta11 "Calliope"
767 -- Dialog box fix from Jan Vroonhof
768 -- unified mswindows and tty event loops from Andy Piper
769 -- miscellaneous patches from Gleb Arshinov
770 -- miscellaneous patches from Charles Waldman and Adrian Aichner
771 -- Mule dump time files remerged from mule-base package
772 -- Documentation fixes from Jan Vroonhof
773 -- 24bit color image fix from Kazuo OISHI
774 -- various build fixes from Martin Buchholz
775
776 to 21.2 beta10 "Boreas"
777 -- package UI fix from Jan Vroonhof
778 -- MS Windows NT process fix from Gleb Arshinov
779
780 to 21.2 beta9 "Athena"
781 -- parameterize replace-match function from Didier Verna
782 -- X-Face support under mswindows from Andy Piper
783 -- doc fixes from Adrian Aichner
784 -- about patchlet from Marcus Thiessel
785 -- isearch doc fixes from Didier Verna
786 -- interlaced gif fix from Gunnar Evermann
787 -- isearch improvements from Didier Verna
788 -- eldap connection fix from William Perry
789 -- package-get site fix from Robert Pluim
790 -- loadable modules fix from Damon Lipparelli
791 -- ldap fixes from Oscar Figueiredo
792 -- loadable modules from J. Kean Johnston
793 -- runwhatever from Charles Wilson
794 -- redisplay fixes for glyphs from Andy Piper
795 -- progress gauge widgets implentation from Andy Piper
796 -- W3 works again due to font.el being fixed
797 -- Another mule xemacs crash fixed
798 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
799 -- package admin fixes under mswindows from Charles Waldman
800 -- miscellaneous mswindows build fixes from Jonathan Harris
801 -- help-echo fix from Hrvoje Niksic
802 -- x font path support from Jim Radford
803 -- MSVC compile fixes from Damon Lipparelli
804
805 to 21.2 beta8 "Artemis"
806 -- A bunch of Mule fixes from Martin Buchholz
807
808 to 21.2 beta7 "Ares"
809 -- mswindows modeline crash fix from Jonathan Harris
810 -- picon glyph fix from Gunnar Evermann
811 -- widgets-in-buffers and subwindow support from Andy Piper
812 -- movemail pop support under mswindows from Fabrice Popineau
813 -- ldap fixes from Oscar Figueiredo
814 -- fns cleanup from Hrvoje Niksic
815 -- menubar fixes from Didier Verna
816 -- mswindows accelerator fix from Jonathan Harris
817 -- dired mule fix from Didier Verna
818 -- sound doc cleanup from Charles Waldman
819 -- new display table functionality from Hrvoje Niksic
820 -- minor cleanups
821 -- package fixes from Jan Vroonhof
822 -- subwindow support fixes from Martin Buchholz
823
824 to 21.2 beta6 "Apollo"
825 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
826 Klanderman and Adrian Aichner
827 -- Synch with XEmacs 21.0.60
828 -- mega-patch fixes from Martin Buchholz
829 -- md5 fixes and testsuite from Hrvoje Niksic
830 -- database fix from Hrvoje Niksic
831
832 to 21.2 beta5 "Aphrodite"
833 -- synch with XEmacs 21.0.58
834 -- bytecode interpreter rewritten
835 -- byte compiler fixes
836 -- hash table implementation rewritten
837 -- basic lisp functions rewritten
838 -- spelling fixes
839 -- garbage collector tuned a little
840 -- various global code changes for consistency
841 -- automated test suite
842 -- major internals manual updates
843 -- lisp reference updates
844
845 to 21.2 beta4 "Aglaophonos"
846 -- isearch keymap fix from Katsumi Yamaoka
847 -- directory_files cleanup from Hrvoje Niksic
848 -- C implementation of base64 from Hrvoje Niksic
849 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
850 -- Experimental fix for spurious `file has changed on disk' message from
851 Charles Waldman
852 -- Fix for etags.el hook calling from Malcolm Box
853 -- User-name-completion fix for MS Windows NT from Greg Klanderman
854
855 to 21.2 beta3 "Aglaia"
856 -- case sensitiveness improvements from Didier Verna
857 -- Bug fixes from 21.0
858 -- Word selection on mouse click on quotes from Hrvoje Niksic
859 -- WAVE support for NAS from Raymond Toy
860
861 to 21.2 beta2 "Aether"
862 -- Synched with 21.0-pre14 "Poitou"
863 -- isearch improvements from Hrvoje Niksic
864 -- bytecompiler fix from Martin Buccholz
865 -- shadow.el speedup from Martin Buchholz
866 -- clash detection update from Jan Vroonhof
867 -- Indirect buffers from Hrvoje Niksic
868 -- ~user completion cleanup from Greg Klanderman
869 -- New face property from Didier Verna
870 -- ~user completion and fixes from Greg Klanderman
871 -- casefiddle.c speedup from Martin Buchholz
872
873 to 21.2 beta1 "Aeolus"
874 -- Synch with 21.0-pre6
875 -- Removal of ancient obsolete symbols courtesy of Altrasoft
876 -- Fix version numbers
877
878 Fork at 21.0 pre5 "Zhong Wei"