X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=CHANGES-beta;h=1fc567ce68f8d127f56c24df3f4cfd8c002dc20e;hb=042cabb13b0419d8aa5cfac9e087d78730d1dbc7;hp=14854dc5b2604f5bac42bb5f43a2b3b82b7e7002;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/CHANGES-beta b/CHANGES-beta index 14854dc..1fc567c 100644 --- a/CHANGES-beta +++ b/CHANGES-beta @@ -1,6 +1,255 @@ +to 21.2.46 "Urania" +-- GTK code has been merged as an experimental display type -- William Perry + +to 21.2.45 "Thelxepeia" +-- lib-src Makefile fixes -- Martin Buchholz +-- startup path fixes -- Michael Sperber +-- Port FSF 20.7 syntax table improvements -- Matt Tucker +-- --pdump now works with HP-UX native cc -- Martin Buchholz +-- copy-file now works correctly with non-ascii filenames -- Martin Buchholz +-- More pdump improvements -- Martin Buchholz +-- Prefer more standard utime() to utimes() -- Martin Buchholz + +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-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 +-- Make `format' 64-bit clean -- Martin Buchholz +-- unexec changes on Windows -- Martin Buchholz +-- Make ptys work again on Cygwin -- Philip Aston +-- GCPRO fixes -- Yoshiki Hayashi, Gunnar Evermann, Martin Buchholz +-- Fix dumping problems on SGI Irix 6 -- Max Matveev, Martin Buchholz +-- Make DEBUG_GCPRO work again -- Gunnar Evermann +-- Pdump fixes -- Olivier Galibert +-- Case table changes -- Yoshiki Hayashi +-- Fix remaining tab oddities -- Andy Piper +-- Fix Windows unexec -- Andy Piper +-- byte-compiler arithmetic improvements -- Martin Buchholz + +to 21.2.37 "Pan" +-- etags fix -- Stephen Carney +-- more gutters and tab changes -- Andy Piper +-- eval-when-compile no longer compiles its body -- Martin Buchholz +-- top-level (defvar foo) no longer generates a run-time load-history + entry -- Martin Buchholz +-- Windows 1251 code page encoding for Cyrillic -- Sergey Groznyh +-- `local-key-binding' and `global-key-binding' now have an optional + `accepts-defaults' parameter, just like `lookup-key' -- Martin Buchholz +-- 1000 arglist-related lispref documentation bugs fixed -- Martin Buchholz +-- arg to `down-list', `up-list', `backward-up-list', `kill-sexp', + `backward-kill-sexp' are now optional, just like FSF Emacs -- Martin Buchholz +-- info mode fixes -- Didier Verna +-- Massive CCL upgrade -- MIYASHITA Hisashi +-- byte-code optimizations -- Yoshiki Hayashi +-- historical purecopy's purged -- Robert Pluim +-- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock', + `turn-off-font-lock' are now interactive -- Martin Buchholz +-- Detect _getpty correctly (for SGIs) -- Martin Buchholz +-- Several GCPRO bugs found -- Yoshiki Hayashi +-- `replace-buffer-in-windows' now has the same WHICH-FRAMES and + WHICH-DEVICES parameters as `delete-windows-on' -- Martin Buchholz +-- Add support for Compaq C on Alpha Linux -- Martin Buchholz +-- auto-save fixes -- Yoshiki Hayashi +-- Removed unused C vars detected by Compaq C -- Martin Buchholz +-- More 64-bit cleanliness micro-fixes -- Martin Buchholz +-- Fix cachel.merged_faces memory leak -- Golubev I. N. +-- More changes to allow definitions of lisp object types by + third-party modules -- Daiki Ueno. +-- Extbyte is now a char, not unsigned char -- Martin Buchholz +-- C++ compilability is restored -- Martin Buchholz +-- New tests for CCL -- MIYASHITA Hisashi, Yoshiki Hayashi +-- Use stropts.h, not sys/stropts.h. Likewise for strtio.h -- Martin Buchholz + +to 21.2.36 "Notus" +-- Fix build problems on AIX 4.3 -- Martin Buchholz +-- Fix build problems on HP-UX 10.20 -- Alexandre Oliva and Martin Buchholz +-- Fix build problems on SunOS 4.1.4 -- Martin Buchholz +-- Fix build problems on IA64/Linux -- Martin Buchholz +-- Fix build problems on Alpha/Linux -- Steve Baur +-- Fix build problems on Unixware -- Martin Buchholz +-- Support pty input lines longer than 512 bytes on HP-UX 10.20. -- Martin Buchholz +-- `equal' of hash tables is now the same as `eq'. -- Martin Buchholz +-- ucs fixes - Daiki Ueno +-- Lots of little doc fixes. -- Martin Buchholz +-- Process-signaling code rewritten -- Martin Buchholz +-- pty allocation code rewritten -- Martin Buchholz +-- The byte compiler generates more efficient code -- Martin Buchholz +-- build-report fixes -- Adrian Aichner +-- next-window/next-frame functions rewritten -- Martin Buchholz +-- Windows fixes -- Jonathan Harris +-- Multiple info buffer support -- Golubev I. N. +-- regex crash fixes -- Yoshiki Hayashi +-- Widget/windows fixes -- Andy Piper +-- structured lisp errors -- Ben Wing +-- allow modules to define their own lisp object types -- Andrew Begel + +to 21.2.35 "Nike" +-- You now again build XEmacs in a directory containing a predefined + CPP symbol -- Martin Buchholz +-- Minor fixes for Postgres integration -- Martin Buchholz +-- Many fixes for DEC OSF 4.0 -- Martin Buchholz +-- More C++ compilation support (for quality control) -- Martin Buchholz +-- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz +-- Fix lots of byte-compiler warnings -- Martin Buchholz +-- Many documentation fixes -- Adrian Aichner +-- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky +-- clean up Windows includes/defines -- Ben Wing +-- numerous configure/GCC-warning fixes -- Martin Buchholz +-- generalize selection support to arbitrary types -- Alastair Houghton +-- MS Windows printer improvements -- Kirill Katsnelson +-- MinGW fixes -- Craig Lanning +-- NT process fixes -- Mixe Alexander, Adrian Aichner +-- new key-value weak hashtable type -- Andy Piper/Olivier Galibert +-- migrate .emacs to .xemacs/init.el -- Mike Sperber +-- new file compat.el for cleaner compatibility functions -- Ben Wing + +to 21.2.34 "Molpe" +-- Lots of changes to GUI, Windows, font-lock code, Ben Wing +-- Lots of changes to GUI, Windows code, Andy Piper +-- Various fixes, Karl Hegbloom +-- User manual documentation updates, Yoshiki Hayashi +-- Dumping fixes, Yoshiki Hayashi +-- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi + +to 21.2.33 "Melpomene" +-- Yet more progress gauge and gutter redisplay fixes from Andy Piper +-- glyph error checking from Andy Piper +-- Proper implementation of string glyphs makes them Mule safe (IKEYAMA Tomonori) +-- Bug fixes from the usual suspects +-- --with-clash-detection now defaults to `yes', at least for betas. +-- Autoconf support for detecting how to #include header files + with names containing preprocessor constants, Didier Verna. +-- LDAP documentation updated, Oscar Figueiredo. +-- clash-detection code cleaned and audited, Yoshiki and Martin +-- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings + longer than 252 bytes. +-- Fix non-ANSI macro hacking to allow compilation by Irix native compiler. +-- redisplay fixes, IKEYAMA Tomonori +-- Code cleaning, Mike Alexander +-- Pdump + Windows support, Mike Alexander +-- Sound code cleanup, Jan Vroonhof +-- yes-or-no-p-dialog-box no longer gives unpredictable results with + focus follows mouse, Martin Buchholz + +to 21.2.32 "Kastor & Polydeukes" +-- Internal Postgres RDBMS support from Steve Baur +-- Improve gutter useability +-- Fix window geometry with gutters +-- Fix async updates so that they only occur when necessary +-- Gutter documentation from Stephen Turnbull +-- redisplay-gutter-area fixes from Andy Piper +-- pdump file in MS-Windows executable from Mike Alexander +-- Miscellaneous fixes from Andy Piper +-- Windows and menubar changes from Ben Wing +-- dumper changes from Olivier Galibert + +to 21.2.31 "Iris" +-- Make XEmacs work on Windows again. + +to 21.2.30 "Hygeia" +-- Make (find-tag-other-window) always use other window, + even if tag is found in buffer of current window, Samuel Mikes +-- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry) +-- `write-region' now deals properly with non-ASCII file names, Martin Buchholz +-- `file-truename' now respects file-name-coding-system, Martin Buchholz +-- arm configure support fixed. +-- non-ASCII string handling performance boost, Martin Buchholz +-- Garbage collector performance boost, Martin Buchholz +-- Lisp engine performance boost, Martin Buchholz +-- New ldap API (Oscar Figueiredo) +-- (- 0) is now optimized to 0, not (-), Martin Buchholz +-- More gutter tabs fixes, Andy Piper + 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. +-- 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. @@ -124,6 +373,7 @@ to 21.2.22 "Mercedes" -- 10% faster redisplay from Jan Vroonhof -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi -- "If you've got problems, read PROBLEMS!" from Robert Pluim +-- Completely revamped GPM support from William Perry -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz -- Fix `make install' if prefix != exec_prefix, Martin Buchholz -- Fix compile warnings and C++ compilation, Martin Buchholz