comparison CHANGES-beta @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children da8ed4261e83
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 to 21.2.35 "Nike" 1 -*- indented-text -*-
2 -- You now again build XEmacs in a directory containing a predefined 2 to 21.2.14 ""
3 CPP symbol -- Martin Buchholz
4 -- Minor fixes for Postgres integration -- Martin Buchholz
5 -- Many fixes for DEC OSF 4.0 -- Martin Buchholz
6 -- More C++ compilation support (for quality control) -- Martin Buchholz
7 -- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz
8 -- Fix lots of byte-compiler warnings -- Martin Buchholz
9 -- Many documentation fixes -- Adrian Aichner
10 -- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky
11 -- clean up Windows includes/defines -- Ben Wing
12 -- numerous configure/GCC-warning fixes -- Martin Buchholz
13 -- generalize selection support to arbitrary types -- Alastair Houghton
14 -- MS Windows printer improvements -- Kirill Katsnelson
15 -- MinGW fixes -- Craig Lanning
16 -- NT process fixes -- Mixe Alexander, Adrian Aichner
17 -- new key-value weak hashtable type -- Andy Piper/Olivier Galibert
18 -- migrate .emacs to .xemacs/init.el -- Mike Sperber
19 -- new file compat.el for cleaner compatibility functions -- Ben Wing
20
21 to 21.2.34 "Molpe"
22 -- Lots of changes to GUI, Windows, font-lock code, Ben Wing
23 -- Lots of changes to GUI, Windows code, Andy Piper
24 -- Various fixes, Karl Hegbloom
25 -- User manual documentation updates, Yoshiki Hayashi
26 -- Dumping fixes, Yoshiki Hayashi
27 -- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi
28
29 to 21.2.33 "Melpomene"
30 -- Yet more progress gauge and gutter redisplay fixes from Andy Piper
31 -- glyph error checking from Andy Piper
32 -- Proper implementation of string glyps makes them Mule safe (IKEYAMA Tomonori)
33 -- Bug fixes from the usual suspects
34 -- --with-clash-detection now defaults to `yes', at least for betas.
35 -- Autoconf support for detecting how to #include header files
36 with names containing preprocessor constants, Didier Verna.
37 -- LDAP documentation updated, Oscar Figueiredo.
38 -- clash-detection code cleaned and audited, Yoshiki and Martin
39 -- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings
40 longer than 252 bytes.
41 -- Fix non-ANSI macro hacking to allow compilation by Irix native compiler.
42 -- redisplay fixes, IKEYAMA Tomonori
43 -- Code cleaning, Mike Alexander
44 -- Pdump + Windows support, Mike Alexander
45 -- Sound code cleanup, Jan Vroonhof
46 -- yes-or-no-p-dialog-box no longer gives unpredictable results with
47 focus follows mouse, Martin Buchholz
48
49 to 21.2.32 "Kastor & Polydeukes"
50 -- Internal Postgres RDBMS support from Steve Baur
51 -- Improve gutter useability
52 -- Fix window geometry with gutters
53 -- Fix async updates so that they only occur when neccessary
54 -- Gutter documentation from Stephen Turnbull
55 -- redisplay-gutter-area fixes from Andy Piper
56 -- pdump file in MS-Windows executable from Mike Alexander
57 -- Miscellaneous fixes from Andy Piper
58 -- Windows and menubar changes from Ben Wing
59 -- dumper changes from Olivier Galibert
60
61 to 21.2.31 "Iris"
62 -- Make XEmacs work on Windows again.
63
64 to 21.2.30 "Hygeia"
65 -- Make (find-tag-other-window) always use other window,
66 even if tag is found in buffer of current window, Samuel Mikes
67 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
68 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
69 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
70 -- arm configure support fixed.
71 -- non-ASCII string handling performance boost, Martin Buchholz
72 -- Garbage collector performance boost, Martin Buchholz
73 -- Lisp engine performance boost, Martin Buchholz
74 -- New ldap API (Oscar Figueiredo)
75 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
76 -- More gutter tabs fixes, Andy Piper
77
78 to 21.2.29 "Hestia"
79 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
80 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
81 (but more work needed)
82 -- Allow non-symbols (anything compared with `eq') in object plists.
83 -- Cleanup of property frobbing code.
84 -- Various AIX 4 fixes, including port of PDUMP.
85 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
86 -- MS-Windows redisplay and font fixes from Jonathan Harris.
87 -- various fixes from Craig Lanning, Daiki Ueno.
88 -- Asynchronous widget updates from Andy Piper.
89 -- More widget fixes from Andy Piper.
90 -- Don't use rel_alloc on glibc systems, including Linux
91 -- Upgrade etags.c to version 13.44, Francesco Potorti
92 -- etags does a better job of finding the exact match first, Kyle Jones
93 -- Portable dumper now described in Internals manual, Olivier and Martin
94 -- Object Plist documentation in lispref updated, Martin Buchholz
95 -- Just use standard `const' everywhere, instead of CONST
96 -- More pdump changes, Olivier Galibert
97
98 to 21.2.28 "Hermes"
99 -- Add configure support for NetWinders, Sean MacLennan
100 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
101 -- Make --without-x work again.
102 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
103 -- Experimental Drag-N-Drop now defaults to "no" until there is again
104 active development.
105 -- SGI dumping fixes should make XEmacs work again on Irix 6.
106 -- More warning flags on by default when building with gcc.
107 -- process coding changes, Kirill Katsnelson
108 -- help now knows how to print macro arglists, Yoshiki Hayashi
109 -- Windows printing support, Kirill Katsnelson
110 -- Obscure crash fixes, Martin Buchholz
111 -- Memory leak fixes, Martin Buchholz
112 -- We now always use our own realpath(), never the system-provided one.
113 -- More gutter/tab widget changes, Andy Piper
114 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
115 -- Pdump stability fixes, Olivier Galibert
116 -- New coding system alias implementation, Ben Wing and Martin Buchholz
117 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
118 -- IPv6 support, URA Hiroshi
119 -- Runtime Athena mismatch warnings added, Daniel Pittman
120 -- Removal of old MSDOS support, Kirill Katsnelson
121 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
122 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
123 -- Workaround egcs-20000131 c++ compiler bug
124 -- Byte-optimize (length "foo") to 3.
125 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
126 -- Partially implement dontusethis-set-symbol-value-handler.
127 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
128 -- lib-src partially C++ized, Zack Weinberg.
129
130 to 21.2.27 "Hera"
131 -- Dynamic layout for widgets from Andy Piper
132 -- Vertical tab widgets for MS-Windows from Andy Piper
133 -- pdump fixes for MS-Windows from Big K
134 -- config.sub, config.guess major upgrade, Marcus Thiessel
135 -- gdbinit renamed to .gdbinit
136 -- dbxrc renamed to .dbxrc
137 -- Mail locking overhaul, Michael Sperber
138 -- Info-visit-file can now be used non-interactively, Martin Buchholz
139 -- FAQ updates, Sandra Wambold
140 -- Document lisp-level error handling, Hrvoje Niksic
141 -- Windows changes, Kirill Katsnelson
142 -- Portable dumper ported to Windows, Kirill Katsnelson
143 -- idlwave-mode added, Carsten Dominik
144 -- Info changes, Yoshiki Hayashi and Didier Verna.
145 -- Again support BSD/OS 2.0
146 -- minibuf.* changes, Yoshiki Hayashi
147 -- hyper-apropos changes, Yoshiki Hayashi
148 -- buffers tab has its own face, Andy Piper
149 -- modeline scrolling changes, Didier Verna
150
151 to 21.2.26 "Millenium"
152 -- Fix unpredictable results, perhaps even crashes, if using the
153 `return from debugger feature' and errors in `eval' or `funcall'.
154 -- fix for Tab widgets causing X errors in XMapWindow().
155
156 to 21.2.25 "Hephaestus"
157 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
158 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
159 -- 3 crashes in mapcar1 have been fixed.
160 -- lwlib arg passing cleanup
161 -- yet more widget and tab fixes
162 -- yet another Tab sync
163 -- specifier copying fix for widgets
164 -- preparation for proper layouts
165 -- native widgets used for some custom widgets
166 -- (+ 1) is no longer incorrectly compiled
167 -- char-before no longer has performance penalty
168 -- xpm again works on Windows
169 -- native Windows fixes from Adrian Aichner
170 -- Mule fixes from Yoshiki Hayashi
171 -- properly detect Athena widgets headers and libs, preventing crashes
172 from misdetection and from libraries and headers that don't match,
173 from Daniel Pittman
174
175 to 21.2.24 "Hecate"
176 -- Tabs fixes from Andy Piper
177 -- Widget leak fixes from Andy Piper
178 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
179 -- configure support for ESD sound rewritte, Martin Buchholz
180 -- directory separator fix from Mike Alexander
181 -- Windows process support cleanup, Adrian Aichner
182 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
183
184 to 21.2.23 "Hebe"
185 -- MS-Windows selection fixes from Mike Alexander
186 -- MS-WIndows process handling fixes from Mike Alexander
187 -- Subwindow GC fix from Andy Piper
188 -- Various minor fixes from Andy Piper
189 -- Rewrite module configure support, Martin Buchholz
190 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
191 -- HP native compiler compilation fixes, Martin Buchholz
192 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
193 -- Workarounds for Cygwin broken header files, Martin Buchholz
194 -- itimers work again, Kyle Jones
195 -- random code cleanup, Martin Buchholz
196 -- various redisplay fixes, Andy Piper, Jan Vroonhof
197 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
198
199 to 21.2.22 "Mercedes"
200 -- ESD Sound support from Robert Bihlmeyer
201 -- 10% faster redisplay from Jan Vroonhof
202 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
203 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
204 -- Completely revamped GPM support from William Perry
205 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
206 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
207 -- Fix compile warnings and C++ compilation, Martin Buchholz
208 -- Fix detection of coding: cookie in -*- first line.
209 -- More xim-xlib work by Kazuyuki Ienaga
210 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
211
212 to 21.2.20 "Yoko"
213 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
214 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
215 -- glyph widget support under X/Athena from Andy Piper
216 -- tab widget support under X (all variants) from Andy Piper
217 -- many gutter, redisplay & widget fixes from Andy Piper
218 -- mswindows mousewheel support from Mike Woolley
219 -- combo box support under X/Motif from Andy Piper
220 -- buffer tab grouping from Andy Piper
221 -- layout widget support from Andy Piper
222 -- partial display line scrolling support from Andy Piper
223 -- cleanup patches from Gleb Arshinov
224 -- hash table FSF API sync from Martin Buchholz
225 -- widget cleanup from Martin Buchholz
226 -- process-environment fix for nt from Julian Back
227 -- widget to frame fix from Jan Vroonhof
228 -- animated glyph support from Andy Piper
229 -- glyph redisplay improvements from Andy Piper
230 -- color cells allocation fix from Lee Kindness
231 -- recover file fix for windows nt
232 -- mingw install fix from Craig Lanning
233 -- recognize keypad keys under MS-Windows from Jonathan Harris
234 -- Switch gui dialogs to native widgets from Andy Piper
235 -- fixes from Yoshiki Hayashi and Norbert Koch
236
237 to 21.2.19 "Shinjuku"
238 -- various fixes from Gunnar Evermann
239 -- XIM fixes from Kazuyuki IENAGA
240 -- keymap fix from Katsumi Yamaoka
241 -- Microsoft build fixes from Adrian Aichner
242 -- documentation update from Adrian Aichner
243 -- rect.el rewrite from Didier Verna
244 -- custom comment fields from Didier Verna
245 -- various fixes from Karl Hegbloom
246 -- filling fix from Yoshiki Hayashi
247 -- miscellaneous changes from Jeff Miller and Didier Verna
248 -- configure hacking from Steve Baur
249 -- various fixes from Bob Weiner
250 -- Mule synching from MORIOKA Tomohiko
251 -- various fixes from Steve Baur
252 -- LDAP configure changes from Gregory Neil Shapiro
253 -- gutter implementation from Andy Piper
254 -- tab widgets in gutter from Andy Piper
255 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
256
257 to 21.2.18 "Toshima"
258 -- miscellaneous fixes from Steve Baur
259 -- miscellaneous fixes from Didier Verna
260 -- various bug fixes from Karl Hegbloom
261 -- miscellaneous fixes from Bob Weiner
262 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
263 -- valid-image-instantiator-format-p tightened up by Andy Piper.
264 -- glyph widget support under X/Motif from Andy Piper
265 -- Make docdir configurable, update package searching rules from Michael
266 Sperber
267 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
268 -- lrecord struct header size fix from Olivier Galibert
269
270 to 21.2.17 "Chiyoda"
271 -- miscellaneous bug fixes from Steve Baur
272 -- font menu fix from Robert Pluim
273 -- ldap API update from Oscar Figueiredo
274 -- Fix thai-xtis charset width from MORIOKA Tomohiko
275 -- CCL engine fix from MORIOKA Tomohiko
276 -- mswindows build fixes from Norbert Koch
277 -- miscellaneous fixes from Andy Piper
278 -- automated tests for mswindows from Adrian Aichner
279 -- tree-view and tab-control widget glyph support from Andy Piper
280
281 to 21.2.16 "Sumida"
282 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
283 -- make selection more mswindows conformant.
284 -- Make customize use specifiers from Jan Vroonhof
285 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
286 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
287 -- raw-text coding system synch from MORIOKA Tomohiko
288
289 to 21.2.15 "Sakuragawa"
290 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
291 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
292 Hrvoje Niksic, MORIOKA Tomohiko
293 -- LDAP internationalization from Oscar Figueiredo
294 -- DEC OSF build fixes from Steve Baur
295 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
296 -- Build fixes from Jan Vroonhof
297 -- Miscellaneous fixes from Hrvoje Niksic
298 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
299 -- mule-charset.el synch with Mule from Steve Baur
300 -- miscellaneous build and cosmetic fixes from Steve Baur
301 -- font-menu for mswindows from Andy Piper
302 -- select rationalisation for window systems from Andy Piper
303 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
304
305 to 21.2.14 "Dionysos"
306 -- mingw32 port from Andy Piper 3 -- mingw32 port from Andy Piper
307 -- fix for Solaris build lossage from Hrvoje Niksic
308 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
309 -- miscellaneous bug fixes from Gunnar Evermann
310 -- Internal purespace cleanup from Olivier Galibert
311 -- documentation updates from Hrvoje Niksic
312 -- dump time tuning from Hrvoje Niksic
313 -- miscellaneous bug fixes from Giacomo Boffi
314 -- font hacking from Jan Vroonhof
315 -- Czech language support from David Sauer
316 -- `delete-key-deletes-forward' now defaults to t
317 -- `locate-file' update from Hrvoje Niksic
318 -- MS Windows build fixes from Adrian Aichner
319 -- LDAP updates from Oscar Figueiredo
320 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
321 -- disable display of images in buffers by file format
322 -- miscellaneous Mule fixes from Olivier Galibert
323 -- documentation updates from Albert Chin-A-Young
324 -- documentation updates from Gunnar Evermann and Stephen Turnbull
325 -- MS Windows build fix from Norbert Koch
326 -- miscellaneous MS Windows fixes from Andy Piper
327 -- redisplay bug fixes from Jan Vroonhof
328 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
329 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
330 Galibert
331 -- miscellaneous bug fixes from Martin Buchholz
332 -- Miscellaneous MS Windows fixes from Philip Aston
333 -- lots of new tests from Hrvoje Niksic
334 4
335 to 21.2.13 "Demeter" 5 to 21.2.13 "Demeter"
336 -- Build fixes from Martin Buchholz 6 -- Build fixes from Martin Buchholz
337 -- experimental splash screen rewrite from Didier Verna 7 -- experimental splash screen rewrite from Didier Verna
338 -- Various patches from Jan Vroonhof and Andy Piper 8 -- Various patches from Jan Vroonhof and Andy Piper