X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=CHANGES-beta;h=14854dc5b2604f5bac42bb5f43a2b3b82b7e7002;hp=27aac642988d55c36026cfd74c65168bf832afe5;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=b73e352f264e9da0a00159dc29f318305cbe8636 diff --git a/CHANGES-beta b/CHANGES-beta index 27aac64..14854dc 100644 --- a/CHANGES-beta +++ b/CHANGES-beta @@ -1,5 +1,108 @@ - -*- indented-text -*- +to 21.2.29 "Hestia" +-- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28. +-- Fix autodetection of Berkeley DB on Linux Glibc 2 systems. + (but more work needed) +-- Allow non-symbols (anything compared with `eq') in object plists. +-- Cleanup of property frobbing code. +-- Various AIX 4 fixes, including port of PDUMP. +-- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED. +-- MS-Windows redisplay and font fixes from Jonathan Harris. +-- various fixes from Craig Lanning, Daiki Ueno. +-- Asynchronous widget updates from Andy Piper. +-- More widget fixes from Andy Piper. +-- Don't use rel_alloc on glibc systems, including Linux +-- Upgrade etags.c to version 13.44, Francesco Potorti +-- etags does a better job of finding the exact match first, Kyle Jones +-- Portable dumper now described in Internals manual, Olivier and Martin +-- Object Plist documentation in lispref updated, Martin Buchholz +-- Just use standard `const' everywhere, instead of CONST +-- More pdump changes, Olivier Galibert + +to 21.2.28 "Hermes" +-- Add configure support for NetWinders, Sean MacLennan +-- Make the "Load .emacs" menu item work again, Kirill Katsnelson +-- Make --without-x work again. +-- Detect Xaw3d and friends using #include +-- Experimental Drag-N-Drop now defaults to "no" until there is again + active development. +-- SGI dumping fixes should make XEmacs work again on Irix 6. +-- More warning flags on by default when building with gcc. +-- process coding changes, Kirill Katsnelson +-- help now knows how to print macro arglists, Yoshiki Hayashi +-- Windows printing support, Kirill Katsnelson +-- Obscure crash fixes, Martin Buchholz +-- Memory leak fixes, Martin Buchholz +-- We now always use our own realpath(), never the system-provided one. +-- More gutter/tab widget changes, Andy Piper +-- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061) +-- Pdump stability fixes, Olivier Galibert +-- New coding system alias implementation, Ben Wing and Martin Buchholz +-- New internal data conversion infrastructure, Ben Wing and Martin Buchholz +-- IPv6 support, URA Hiroshi +-- Runtime Athena mismatch warnings added, Daniel Pittman +-- Removal of old MSDOS support, Kirill Katsnelson +-- Correctly define Latin-3 and Latin-4 character syntax as "w". +-- Auto-define all X-defined keysyms as self-inserting, not just Latin-1. +-- Workaround egcs-20000131 c++ compiler bug +-- Byte-optimize (length "foo") to 3. +-- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash. +-- Partially implement dontusethis-set-symbol-value-handler. +-- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth' +-- lib-src partially C++ized, Zack Weinberg. + +to 21.2.27 "Hera" +-- Dynamic layout for widgets from Andy Piper +-- Vertical tab widgets for MS-Windows from Andy Piper +-- pdump fixes for MS-Windows from Big K +-- config.sub, config.guess major upgrade, Marcus Thiessel +-- gdbinit renamed to .gdbinit +-- dbxrc renamed to .dbxrc +-- Mail locking overhaul, Michael Sperber +-- Info-visit-file can now be used non-interactively, Martin Buchholz +-- FAQ updates, Sandra Wambold +-- Document lisp-level error handling, Hrvoje Niksic +-- Windows changes, Kirill Katsnelson +-- Portable dumper ported to Windows, Kirill Katsnelson +-- idlwave-mode added, Carsten Dominik +-- Info changes, Yoshiki Hayashi and Didier Verna. +-- Again support BSD/OS 2.0 +-- minibuf.* changes, Yoshiki Hayashi +-- hyper-apropos changes, Yoshiki Hayashi +-- buffers tab has its own face, Andy Piper +-- modeline scrolling changes, Didier Verna + +to 21.2.26 "Millenium" +-- Fix unpredictable results, perhaps even crashes, if using the + `return from debugger feature' and errors in `eval' or `funcall'. +-- fix for Tab widgets causing X errors in XMapWindow(). + +to 21.2.25 "Hephaestus" +-- the LATEST.IS.* file has been renamed to LATEST-IS-*. +-- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'. +-- 3 crashes in mapcar1 have been fixed. +-- lwlib arg passing cleanup +-- yet more widget and tab fixes +-- yet another Tab sync +-- specifier copying fix for widgets +-- preparation for proper layouts +-- native widgets used for some custom widgets +-- (+ 1) is no longer incorrectly compiled +-- char-before no longer has performance penalty +-- xpm again works on Windows +-- native Windows fixes from Adrian Aichner +-- Mule fixes from Yoshiki Hayashi +-- properly detect Athena widgets headers and libs, preventing crashes + from misdetection and from libraries and headers that don't match, + from Daniel Pittman + to 21.2.24 "Hecate" +-- Tabs fixes from Andy Piper +-- Widget leak fixes from Andy Piper +-- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU +-- configure support for ESD sound rewritte, Martin Buchholz +-- directory separator fix from Mike Alexander +-- Windows process support cleanup, Adrian Aichner +-- NT now encapsulates fstat to get correct file mod time, Adrian Aichner to 21.2.23 "Hebe" -- MS-Windows selection fixes from Mike Alexander