X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=CHANGES-beta;h=1421817bfea40eba84edba0ebd67cf9e35579213;hb=refs%2Fheads%2Futf-2000%2Bmojikyo;hp=36654388c531db9d83142979ed06d17f24d740b2;hpb=b10ee70be2e0ce31599b05e9d58f83fc92141de0;p=chise%2Fxemacs-chise.git- diff --git a/CHANGES-beta b/CHANGES-beta index 3665438..1421817 100644 --- a/CHANGES-beta +++ b/CHANGES-beta @@ -1,10 +1,91 @@ +to 21.2.44 "Thalia" +-- Upgrade to etags 14.15 -- Francesco Potorti +-- XEmacs now works on Unixware 7 -- Martin Buchholz +-- Work around AIX C compiler bug causing "scroll-up has no effect" + -- Martin Buchholz +-- Fix crash in kill-emacs -- Martin Buchholz +-- XEmacs builds with gcc 2.97 -- Martin Buchholz +-- XEmacs builds with g++ 2.97 -- Martin Buchholz +-- Port .gdbinit debugging support to many systems -- Martin Buchholz +-- XEmacs builds on mips-sgi-irix6.5 with 64-bit compilers -- Martin Buchholz +-- The C variable containing the value of a DEFVAR_INT is now + EMACS_INT, not int -- Martin Buchholz +-- config.sug, config.guess upgraded to official versions -- Martin Buchholz +-- Support mouse-6 and mouse-7 for newfangled mice -- Martin Buchholz +-- portable dumper alignment fixes -- Martin Buchholz +-- sound fixes -- Didier Verna +-- Progress gauge now goes away if C-g'ed -- Andy Piper + +to 21.2.43 "Terspichore" +-- Important gnuserv security fix. Upgrade if you use gnuserv. + -- Klaus Frank, Jan Vroonhof, Gunnar Evermann +-- C-level alignment correctness fixes -- Martin Buchholz +-- cut-and-paste slowness under Motif fixed -- Andy Piper +-- pdump now works on SunOS 4 and HP-UX -- Martin Buchholz +-- Packages documentation updates -- Steve Youngs +-- Windows netinstall changes -- Andy Piper + +to 21.2.42 "Poseidon" +-- 64-bit platforms (Alpha) broken in 21.2.41 now fixed -- Martin Buchholz +-- Windows packaging changes -- Andy Piper +-- Widget bug fixes -- Andy Piper +-- Modeline scrolling documented -- Didier Verna +-- C-level alignment hackery -- Martin Buchholz + +to 21.2.41 "Polyhymnia" +-- A very important fix to the byte-compiler was made. + RE-BYTE-COMPILE all your .el files that were compiled by any older + 21.2 byte-compiler (the 21.1 byte-compiler was OK.) + Explicitly remove all .elc files using + cd XEMACS; find . -name '*.elc' -print | xargs rm + and then rebuild using `make'. + -- Martin Buchholz +-- More Windows installer changes -- Andy Piper +-- Another tab widget fix -- Andy Piper +-- pdump code cleanup -- Martin Buchholz +-- lisp path changes -- Mike Sperber +-- init file changes -- Mike Sperber +-- debugging support works better with pdump -- Martin Buchholz +-- Port to AIX cc -O3 -qansi-aliasing -- Martin Buchholz +-- Allow building 64-bit binaries on AIX. -- Martin Buchholz +-- Make code more resistant to aliasing optimizations. -- Martin Buchholz +-- XEmacs now works on Netbsd 1.5. -- Martin Buchholz +-- Eliminate kludgy checks for non-standard _dlopen -- Golubev I. N. +-- Make Purify a little happier working on pdumped xemacs -- Martin Buchholz +-- Fix never-used macro LISP_TO_CVOID -- Jerry James + +to 21.2.40 "Persephone" +-- various doc fixes -- Stephen Turnbull +-- more widget bug fixes -- Andy Piper +-- Introduce yet another hash table weakness type -- Andy Piper +-- SCO 5 fixes -- Golubev I. N. +-- SunOS 4 works again -- MIYASHITA Hisashi +-- Make peace with Mandrake's Alt-Meta hacks -- Stephen Turnbull +-- Remove input-method-xfs.o -- Kazuyuki IENAGA + +to 21.2.39 "Millennium" +-- Safer coding-priority-list -- Stephen Turnbull +-- Andreas Jaeger resigns as core maintainer :-( +-- Make font-lock know about all C++ keywords -- Enrico Scholz +-- Comments beginning in column zero are no longer indented by + indent-for-comment -- Adrian Aichner +-- Better documentation for package creation -- Stephen Turnbull +-- input-method-xfs.c removed. Functionality incorporated into + input-method-xlib.c -- Kazuyuki IENAGA +-- replace-buffer-in-windows fixes -- Yoshiki Hayashi +-- Fix redisplay bugs with buffer-local face specifiers -- Yoshiki Hayashi +-- More printing fixes -- Martin Buchholz +-- Another SGI dumping fix -- Martin Buchholz +-- A new Windows installer in netinstall -- Andy Piper +-- Support Berkeley DB 3.1 -- Daiki Ueno + to 21.2.38 "Peisino,Ak(B" -- Keyboard commands to set code system now work in file-coding Emacsen! -- Jan Vroonhof (actually in 21.2.37) -- Calls to the following functions are now better optimized: backward-char backward-word plusp, minusp oddp evenp -- Martin Buchholz -- COUNT argument to following functions is now optional: - forward-word backward-word mark-word kill-word backward-kill-word + forward-word backward-word mark-word kill-word backward-kill-word forward-comment delete-char backward-delete-char -- Martin Buchholz -- Don't put gutters/tabs on popup windows -- Andy Piper -- Fix up info file cross references -- Adrian Aichner