comparison CHANGES-beta @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
1 to 21.2.36 "Notus"
2 -- Fix build problems on AIX 4.3 -- Martin Buchholz
3 -- Fix build problems on HP-UX 10.20 -- Alexandre Oliva and Martin Buchholz
4 -- Fix build problems on SunOS 4.1.4 -- Martin Buchholz
5 -- Fix build problems on IA64/Linux -- Martin Buchholz
6 -- Fix build problems on Alpha/Linux -- Steve Baur
7 -- Fix build problems on Unixware -- Martin Buchholz
8 -- Support pty input lines longer than 512 bytes on HP-UX 10.20. -- Martin Buchholz
9 -- `equal' of hash tables is now the same as `eq'. -- Martin Buchholz
10 -- ucs fixes - Daiki Ueno
11 -- Lots of little doc fixes. -- Martin Buchholz
12 -- Process-signaling code rewritten -- Martin Buchholz
13 -- pty allocation code rewritten -- Martin Buchholz
14 -- The byte compiler generates more efficient code -- Martin Buchholz
15 -- build-report fixes -- Adrian Aichner
16 -- next-window/next-frame functions rewritten -- Martin Buchholz
17 -- Windows fixes -- Jonathan Harris
18 -- Multiple info buffer support -- Golubev I. N.
19 -- regex crash fixes -- Yoshiki Hayashi
20 -- Widget/windows fixes -- Andy Piper
21 -- structured lisp errors -- Ben Wing
22 -- allow modules to define their own lisp object types -- Andrew Begel
23
24 to 21.2.35 "Nike"
25 -- You now again build XEmacs in a directory containing a predefined
26 CPP symbol -- Martin Buchholz
27 -- Minor fixes for Postgres integration -- Martin Buchholz
28 -- Many fixes for DEC OSF 4.0 -- Martin Buchholz
29 -- More C++ compilation support (for quality control) -- Martin Buchholz
30 -- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz
31 -- Fix lots of byte-compiler warnings -- Martin Buchholz
32 -- Many documentation fixes -- Adrian Aichner
33 -- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky
34 -- clean up Windows includes/defines -- Ben Wing
35 -- numerous configure/GCC-warning fixes -- Martin Buchholz
36 -- generalize selection support to arbitrary types -- Alastair Houghton
37 -- MS Windows printer improvements -- Kirill Katsnelson
38 -- MinGW fixes -- Craig Lanning
39 -- NT process fixes -- Mixe Alexander, Adrian Aichner
40 -- new key-value weak hashtable type -- Andy Piper/Olivier Galibert
41 -- migrate .emacs to .xemacs/init.el -- Mike Sperber
42 -- new file compat.el for cleaner compatibility functions -- Ben Wing
43
44 to 21.2.34 "Molpe"
45 -- Lots of changes to GUI, Windows, font-lock code, Ben Wing
46 -- Lots of changes to GUI, Windows code, Andy Piper
47 -- Various fixes, Karl Hegbloom
48 -- User manual documentation updates, Yoshiki Hayashi
49 -- Dumping fixes, Yoshiki Hayashi
50 -- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi
51
52 to 21.2.33 "Melpomene"
53 -- Yet more progress gauge and gutter redisplay fixes from Andy Piper
54 -- glyph error checking from Andy Piper
55 -- Proper implementation of string glyphs makes them Mule safe (IKEYAMA Tomonori)
56 -- Bug fixes from the usual suspects
57 -- --with-clash-detection now defaults to `yes', at least for betas.
58 -- Autoconf support for detecting how to #include header files
59 with names containing preprocessor constants, Didier Verna.
60 -- LDAP documentation updated, Oscar Figueiredo.
61 -- clash-detection code cleaned and audited, Yoshiki and Martin
62 -- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings
63 longer than 252 bytes.
64 -- Fix non-ANSI macro hacking to allow compilation by Irix native compiler.
65 -- redisplay fixes, IKEYAMA Tomonori
66 -- Code cleaning, Mike Alexander
67 -- Pdump + Windows support, Mike Alexander
68 -- Sound code cleanup, Jan Vroonhof
69 -- yes-or-no-p-dialog-box no longer gives unpredictable results with
70 focus follows mouse, Martin Buchholz
71
72 to 21.2.32 "Kastor & Polydeukes"
73 -- Internal Postgres RDBMS support from Steve Baur
74 -- Improve gutter useability
75 -- Fix window geometry with gutters
76 -- Fix async updates so that they only occur when necessary
77 -- Gutter documentation from Stephen Turnbull
78 -- redisplay-gutter-area fixes from Andy Piper
79 -- pdump file in MS-Windows executable from Mike Alexander
80 -- Miscellaneous fixes from Andy Piper
81 -- Windows and menubar changes from Ben Wing
82 -- dumper changes from Olivier Galibert
83
84 to 21.2.31 "Iris"
85 -- Make XEmacs work on Windows again.
86
87 to 21.2.30 "Hygeia"
88 -- Make (find-tag-other-window) always use other window,
89 even if tag is found in buffer of current window, Samuel Mikes
90 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
91 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
92 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
93 -- arm configure support fixed.
94 -- non-ASCII string handling performance boost, Martin Buchholz
95 -- Garbage collector performance boost, Martin Buchholz
96 -- Lisp engine performance boost, Martin Buchholz
97 -- New ldap API (Oscar Figueiredo)
98 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
99 -- More gutter tabs fixes, Andy Piper
100
101 to 21.2.29 "Hestia"
102 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
103 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
104 (but more work needed)
105 -- Allow non-symbols (anything compared with `eq') in object plists.
106 -- Cleanup of property frobbing code.
107 -- Various AIX 4 fixes, including port of PDUMP.
108 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
109 -- MS-Windows redisplay and font fixes from Jonathan Harris.
110 -- various fixes from Craig Lanning, Daiki Ueno.
111 -- Asynchronous widget updates from Andy Piper.
112 -- More widget fixes from Andy Piper.
113 -- Don't use rel_alloc on glibc systems, including Linux
114 -- Upgrade etags.c to version 13.44, Francesco Potorti
115 -- etags does a better job of finding the exact match first, Kyle Jones
116 -- Portable dumper now described in Internals manual, Olivier and Martin
117 -- Object Plist documentation in lispref updated, Martin Buchholz
118 -- Just use standard `const' everywhere, instead of CONST
119 -- More pdump changes, Olivier Galibert
120
1 to 21.2.28 "Hermes" 121 to 21.2.28 "Hermes"
2 -- Add configure support for NetWinders, Sean MacLennan 122 -- Add configure support for NetWinders, Sean MacLennan
3 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson 123 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
4 -- Make --without-x work again. 124 -- Make --without-x work again.
5 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h> 125 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
30 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth' 150 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
31 -- lib-src partially C++ized, Zack Weinberg. 151 -- lib-src partially C++ized, Zack Weinberg.
32 152
33 to 21.2.27 "Hera" 153 to 21.2.27 "Hera"
34 -- Dynamic layout for widgets from Andy Piper 154 -- Dynamic layout for widgets from Andy Piper
155 -- Vertical tab widgets for MS-Windows from Andy Piper
156 -- pdump fixes for MS-Windows from Big K
35 -- config.sub, config.guess major upgrade, Marcus Thiessel 157 -- config.sub, config.guess major upgrade, Marcus Thiessel
36 -- gdbinit renamed to .gdbinit 158 -- gdbinit renamed to .gdbinit
37 -- dbxrc renamed to .dbxrc 159 -- dbxrc renamed to .dbxrc
38 -- Mail locking overhaul, Michael Sperber 160 -- Mail locking overhaul, Michael Sperber
39 -- Info-visit-file can now be used non-interactively, Martin Buchholz 161 -- Info-visit-file can now be used non-interactively, Martin Buchholz
100 to 21.2.22 "Mercedes" 222 to 21.2.22 "Mercedes"
101 -- ESD Sound support from Robert Bihlmeyer 223 -- ESD Sound support from Robert Bihlmeyer
102 -- 10% faster redisplay from Jan Vroonhof 224 -- 10% faster redisplay from Jan Vroonhof
103 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi 225 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
104 -- "If you've got problems, read PROBLEMS!" from Robert Pluim 226 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
227 -- Completely revamped GPM support from William Perry
105 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz 228 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
106 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz 229 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
107 -- Fix compile warnings and C++ compilation, Martin Buchholz 230 -- Fix compile warnings and C++ compilation, Martin Buchholz
108 -- Fix detection of coding: cookie in -*- first line. 231 -- Fix detection of coding: cookie in -*- first line.
109 -- More xim-xlib work by Kazuyuki Ienaga 232 -- More xim-xlib work by Kazuyuki Ienaga