055278061403aafa80abe9a30bca379b5070c2eb
[chise/xemacs-chise.git.1] / CHANGES-beta
1 to 21.2.30 "Hygeia"
2 -- Make (find-tag-other-window) always use other window, 
3    even if tag is found in buffer of current window, Samuel Mikes
4 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
5 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
6 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
7 -- arm configure support fixed.
8 -- non-ASCII string handling performance boost, Martin Buchholz
9 -- Garbage collector performance boost, Martin Buchholz
10 -- Lisp engine performance boost, Martin Buchholz
11 -- New ldap API (Oscar Figueiredo)
12 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
13 -- More gutter tabs fixes, Andy Piper
14
15 to 21.2.29 "Hestia"
16 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
17 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.  
18    (but more work needed)
19 -- Allow non-symbols (anything compared with `eq') in object plists.
20 -- Cleanup of property frobbing code.
21 -- Various AIX 4 fixes, including port of PDUMP.
22 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
23 -- MS-Windows redisplay and font fixes from Jonathan Harris.
24 -- various fixes from Craig Lanning, Daiki Ueno.
25 -- Asynchronous widget updates from Andy Piper.
26 -- More widget fixes from Andy Piper.
27 -- Don't use rel_alloc on glibc systems, including Linux
28 -- Upgrade etags.c to version 13.44, Francesco Potorti
29 -- etags does a better job of finding the exact match first, Kyle Jones
30 -- Portable dumper now described in Internals manual, Olivier and Martin
31 -- Object Plist documentation in lispref updated, Martin Buchholz
32 -- Just use standard `const' everywhere, instead of CONST
33 -- More pdump changes, Olivier Galibert
34
35 to 21.2.28 "Hermes"
36 -- Add configure support for NetWinders, Sean MacLennan
37 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
38 -- Make --without-x work again.
39 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
40 -- Experimental Drag-N-Drop now defaults to "no" until there is again
41    active development.
42 -- SGI dumping fixes should make XEmacs work again on Irix 6.
43 -- More warning flags on by default when building with gcc.
44 -- process coding changes, Kirill Katsnelson
45 -- help now knows how to print macro arglists, Yoshiki Hayashi
46 -- Windows printing support, Kirill Katsnelson
47 -- Obscure crash fixes, Martin Buchholz
48 -- Memory leak fixes, Martin Buchholz
49 -- We now always use our own realpath(), never the system-provided one.
50 -- More gutter/tab widget changes, Andy Piper
51 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
52 -- Pdump stability fixes, Olivier Galibert
53 -- New coding system alias implementation, Ben Wing and Martin Buchholz
54 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
55 -- IPv6 support, URA Hiroshi
56 -- Runtime Athena mismatch warnings added, Daniel Pittman
57 -- Removal of old MSDOS support, Kirill Katsnelson
58 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
59 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
60 -- Workaround egcs-20000131 c++ compiler bug
61 -- Byte-optimize (length "foo") to 3.
62 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
63 -- Partially implement dontusethis-set-symbol-value-handler.
64 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
65 -- lib-src partially C++ized, Zack Weinberg.
66
67 to 21.2.27 "Hera"
68 -- Dynamic layout for widgets from Andy Piper
69 -- Vertical tab widgets for MS-Windows from Andy Piper
70 -- pdump fixes for MS-Windows from Big K
71 -- config.sub, config.guess major upgrade, Marcus Thiessel
72 -- gdbinit renamed to .gdbinit
73 -- dbxrc renamed to .dbxrc
74 -- Mail locking overhaul, Michael Sperber
75 -- Info-visit-file can now be used non-interactively, Martin Buchholz
76 -- FAQ updates, Sandra Wambold
77 -- Document lisp-level error handling, Hrvoje Niksic
78 -- Windows changes, Kirill Katsnelson
79 -- Portable dumper ported to Windows, Kirill Katsnelson
80 -- idlwave-mode added, Carsten Dominik
81 -- Info changes, Yoshiki Hayashi and Didier Verna.
82 -- Again support BSD/OS 2.0
83 -- minibuf.* changes, Yoshiki Hayashi
84 -- hyper-apropos changes, Yoshiki Hayashi
85 -- buffers tab has its own face, Andy Piper
86 -- modeline scrolling changes, Didier Verna
87
88 to 21.2.26 "Millenium"
89 -- Fix unpredictable results, perhaps even crashes, if using the
90    `return from debugger feature' and errors in `eval' or `funcall'.
91 -- fix for Tab widgets causing X errors in XMapWindow().
92
93 to 21.2.25 "Hephaestus"
94 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
95 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
96 -- 3 crashes in mapcar1 have been fixed.
97 -- lwlib arg passing cleanup
98 -- yet more widget and tab fixes
99 -- yet another Tab sync
100 -- specifier copying fix for widgets
101 -- preparation for proper layouts
102 -- native widgets used for some custom widgets
103 -- (+ 1) is no longer incorrectly compiled
104 -- char-before no longer has performance penalty
105 -- xpm again works on Windows
106 -- native Windows fixes from Adrian Aichner
107 -- Mule fixes from Yoshiki Hayashi
108 -- properly detect Athena widgets headers and libs, preventing crashes
109    from misdetection and from libraries and headers that don't match,
110    from Daniel Pittman
111
112 to 21.2.24 "Hecate"
113 -- Tabs fixes from Andy Piper
114 -- Widget leak fixes from Andy Piper
115 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
116 -- configure support for ESD sound rewritte, Martin Buchholz
117 -- directory separator fix from Mike Alexander
118 -- Windows process support cleanup, Adrian Aichner
119 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
120
121 to 21.2.23 "Hebe"
122 -- MS-Windows selection fixes from Mike Alexander
123 -- MS-WIndows process handling fixes from Mike Alexander
124 -- Subwindow GC fix from Andy Piper
125 -- Various minor fixes from Andy Piper
126 -- Rewrite module configure support, Martin Buchholz
127 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
128 -- HP native compiler compilation fixes, Martin Buchholz
129 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
130 -- Workarounds for Cygwin broken header files, Martin Buchholz
131 -- itimers work again, Kyle Jones
132 -- random code cleanup, Martin Buchholz
133 -- various redisplay fixes, Andy Piper, Jan Vroonhof
134 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
135
136 to 21.2.22 "Mercedes"
137 -- ESD Sound support from Robert Bihlmeyer
138 -- 10% faster redisplay from Jan Vroonhof
139 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
140 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
141 -- Completely revamped GPM support from William Perry
142 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
143 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
144 -- Fix compile warnings and C++ compilation, Martin Buchholz
145 -- Fix detection of coding: cookie in -*- first line.
146 -- More xim-xlib work by Kazuyuki Ienaga
147 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
148
149 to 21.2.20 "Yoko"
150 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
151 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
152 -- glyph widget support under X/Athena from Andy Piper
153 -- tab widget support under X (all variants) from Andy Piper
154 -- many gutter, redisplay & widget fixes from Andy Piper
155 -- mswindows mousewheel support from Mike Woolley
156 -- combo box support under X/Motif from Andy Piper
157 -- buffer tab grouping from Andy Piper
158 -- layout widget support from Andy Piper
159 -- partial display line scrolling support from Andy Piper
160 -- cleanup patches from Gleb Arshinov
161 -- hash table FSF API sync from Martin Buchholz
162 -- widget cleanup from Martin Buchholz
163 -- process-environment fix for nt from Julian Back
164 -- widget to frame fix from Jan Vroonhof
165 -- animated glyph support from Andy Piper
166 -- glyph redisplay improvements from Andy Piper
167 -- color cells allocation fix from Lee Kindness
168 -- recover file fix for windows nt
169 -- mingw install fix from Craig Lanning
170 -- recognize keypad keys under MS-Windows from Jonathan Harris
171 -- Switch gui dialogs to native widgets from Andy Piper
172 -- fixes from Yoshiki Hayashi and Norbert Koch
173
174 to 21.2.19 "Shinjuku"
175 -- various fixes from Gunnar Evermann
176 -- XIM fixes from Kazuyuki IENAGA
177 -- keymap fix from Katsumi Yamaoka
178 -- Microsoft build fixes from Adrian Aichner
179 -- documentation update from Adrian Aichner
180 -- rect.el rewrite from Didier Verna
181 -- custom comment fields from Didier Verna
182 -- various fixes from Karl Hegbloom
183 -- filling fix from Yoshiki Hayashi
184 -- miscellaneous changes from Jeff Miller and Didier Verna
185 -- configure hacking from Steve Baur
186 -- various fixes from Bob Weiner
187 -- Mule synching from MORIOKA Tomohiko
188 -- various fixes from Steve Baur
189 -- LDAP configure changes from Gregory Neil Shapiro
190 -- gutter implementation from Andy Piper
191 -- tab widgets in gutter from Andy Piper
192 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
193
194 to 21.2.18 "Toshima"
195 -- miscellaneous fixes from Steve Baur
196 -- miscellaneous fixes from Didier Verna
197 -- various bug fixes from Karl Hegbloom
198 -- miscellaneous fixes from Bob Weiner
199 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
200 -- valid-image-instantiator-format-p tightened up by Andy Piper.
201 -- glyph widget support under X/Motif from Andy Piper
202 -- Make docdir configurable, update package searching rules from Michael
203    Sperber
204 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
205 -- lrecord struct header size fix from Olivier Galibert
206
207 to 21.2.17 "Chiyoda"
208 -- miscellaneous bug fixes from Steve Baur
209 -- font menu fix from Robert Pluim
210 -- ldap API update from Oscar Figueiredo
211 -- Fix thai-xtis charset width from MORIOKA Tomohiko
212 -- CCL engine fix from MORIOKA Tomohiko
213 -- mswindows build fixes from Norbert Koch
214 -- miscellaneous fixes from Andy Piper
215 -- automated tests for mswindows from Adrian Aichner
216 -- tree-view and tab-control widget glyph support from Andy Piper
217
218 to 21.2.16 "Sumida"
219 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
220 -- make selection more mswindows conformant.
221 -- Make customize use specifiers from Jan Vroonhof
222 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
223 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
224 -- raw-text coding system synch from MORIOKA Tomohiko
225
226 to 21.2.15 "Sakuragawa"
227 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
228 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
229    Hrvoje Niksic, MORIOKA Tomohiko
230 -- LDAP internationalization from Oscar Figueiredo
231 -- DEC OSF build fixes from Steve Baur
232 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
233 -- Build fixes from Jan Vroonhof
234 -- Miscellaneous fixes from Hrvoje Niksic
235 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
236 -- mule-charset.el synch with Mule from Steve Baur
237 -- miscellaneous build and cosmetic fixes from Steve Baur
238 -- font-menu for mswindows from Andy Piper
239 -- select rationalisation for window systems from Andy Piper
240 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
241
242 to 21.2.14 "Dionysos"
243 -- mingw32 port from Andy Piper
244 -- fix for Solaris build lossage from Hrvoje Niksic
245 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
246 -- miscellaneous bug fixes from Gunnar Evermann
247 -- Internal purespace cleanup from Olivier Galibert
248 -- documentation updates from Hrvoje Niksic
249 -- dump time tuning from Hrvoje Niksic
250 -- miscellaneous bug fixes from Giacomo Boffi
251 -- font hacking from Jan Vroonhof
252 -- Czech language support from David Sauer
253 -- `delete-key-deletes-forward' now defaults to t
254 -- `locate-file' update from Hrvoje Niksic
255 -- MS Windows build fixes from Adrian Aichner
256 -- LDAP updates from Oscar Figueiredo
257 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
258 -- disable display of images in buffers by file format
259 -- miscellaneous Mule fixes from Olivier Galibert
260 -- documentation updates from Albert Chin-A-Young
261 -- documentation updates from Gunnar Evermann and Stephen Turnbull
262 -- MS Windows build fix from Norbert Koch
263 -- miscellaneous MS Windows fixes from Andy Piper
264 -- redisplay bug fixes from Jan Vroonhof
265 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
266 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
267    Galibert
268 -- miscellaneous bug fixes from Martin Buchholz
269 -- Miscellaneous MS Windows fixes from Philip Aston
270 -- lots of new tests from Hrvoje Niksic
271
272 to 21.2.13 "Demeter"
273 -- Build fixes from Martin Buchholz
274 -- experimental splash screen rewrite from Didier Verna
275 -- Various patches from Jan Vroonhof and Andy Piper
276 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
277 -- MS Window build fixes from Jonathan Harris
278 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
279
280 to 21.2.12 "Clio"
281 -- event-stream unification for MS Windows from Andy Piper
282 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
283 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
284 -- Various package-ui fixes from Jan Vroonhof
285 -- Fix for doubled font-locking during buffer reversion
286 -- KFM browsing support from Neal Becker
287 -- info fix from Didier Verna
288 -- Build bug fixes from Martin Buchholz
289 -- Various Documentation updates
290 -- X-Face support for MS Windows native build from Gleb Arshinov
291
292 to 21.2 beta11 "Calliope"
293 -- Dialog box fix from Jan Vroonhof
294 -- unified mswindows and tty event loops from Andy Piper
295 -- miscellaneous patches from Gleb Arshinov
296 -- miscellaneous patches from Charles Waldman and Adrian Aichner
297 -- Mule dump time files remerged from mule-base package
298 -- Documentation fixes from Jan Vroonhof
299 -- 24bit color image fix from Kazuo OISHI
300 -- various build fixes from Martin Buchholz
301
302 to 21.2 beta10 "Boreas"
303 -- package UI fix from Jan Vroonhof
304 -- MS Windows NT process fix from Gleb Arshinov
305
306 to 21.2 beta9 "Athena"
307 -- parameterize replace-match function from Didier Verna
308 -- X-Face support under mswindows from Andy Piper
309 -- doc fixes from Adrian Aichner
310 -- about patchlet from Marcus Thiessel
311 -- isearch doc fixes from Didier Verna
312 -- interlaced gif fix from Gunnar Evermann
313 -- isearch improvements from Didier Verna
314 -- eldap connection fix from William Perry
315 -- package-get site fix from Robert Pluim
316 -- loadable modules fix from Damon Lipparelli
317 -- ldap fixes from Oscar Figueiredo
318 -- loadable modules from J. Kean Johnston
319 -- runwhatever from Charles Wilson
320 -- redisplay fixes for glyphs from Andy Piper
321 -- progress gauge widgets implentation from Andy Piper
322 -- W3 works again due to font.el being fixed
323 -- Another mule xemacs crash fixed
324 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
325 -- package admin fixes under mswindows from Charles Waldman
326 -- miscellaneous mswindows build fixes from Jonathan Harris
327 -- help-echo fix from Hrvoje Niksic
328 -- x font path support from Jim Radford
329 -- MSVC compile fixes from Damon Lipparelli
330
331 to 21.2 beta8 "Artemis"
332 -- A bunch of Mule fixes from Martin Buchholz
333
334 to 21.2 beta7 "Ares"
335 -- mswindows modeline crash fix from Jonathan Harris
336 -- picon glyph fix from Gunnar Evermann
337 -- widgets-in-buffers and subwindow support from Andy Piper
338 -- movemail pop support under mswindows from Fabrice Popineau
339 -- ldap fixes from Oscar Figueiredo
340 -- fns cleanup from Hrvoje Niksic
341 -- menubar fixes from Didier Verna
342 -- mswindows accelerator fix from Jonathan Harris
343 -- dired mule fix from Didier Verna
344 -- sound doc cleanup from Charles Waldman
345 -- new display table functionality from Hrvoje Niksic
346 -- minor cleanups
347 -- package fixes from Jan Vroonhof
348 -- subwindow support fixes from Martin Buchholz
349
350 to 21.2 beta6 "Apollo"
351 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
352    Klanderman and Adrian Aichner
353 -- Synch with XEmacs 21.0.60
354 -- mega-patch fixes from Martin Buchholz
355 -- md5 fixes and testsuite from Hrvoje Niksic
356 -- database fix from Hrvoje Niksic
357
358 to 21.2 beta5 "Aphrodite"
359 -- synch with XEmacs 21.0.58
360 -- bytecode interpreter rewritten
361 -- byte compiler fixes
362 -- hash table implementation rewritten
363 -- basic lisp functions rewritten
364 -- spelling fixes
365 -- garbage collector tuned a little
366 -- various global code changes for consistency
367 -- automated test suite
368 -- major internals manual updates
369 -- lisp reference updates
370
371 to 21.2 beta4 "Aglaophonos"
372 -- isearch keymap fix from Katsumi Yamaoka
373 -- directory_files cleanup from Hrvoje Niksic
374 -- C implementation of base64 from Hrvoje Niksic
375 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
376 -- Experimental fix for spurious `file has changed on disk' message from
377    Charles Waldman
378 -- Fix for etags.el hook calling from Malcolm Box
379 -- User-name-completion fix for MS Windows NT from Greg Klanderman
380
381 to 21.2 beta3 "Aglaia"
382 -- case sensitiveness improvements from Didier Verna
383 -- Bug fixes from 21.0
384 -- Word selection on mouse click on quotes from Hrvoje Niksic
385 -- WAVE support for NAS from Raymond Toy
386
387 to 21.2 beta2 "Aether"
388 -- Synched with 21.0-pre14 "Poitou"
389 -- isearch improvements from Hrvoje Niksic
390 -- bytecompiler fix from Martin Buccholz
391 -- shadow.el speedup from Martin Buchholz
392 -- clash detection update from Jan Vroonhof
393 -- Indirect buffers from Hrvoje Niksic
394 -- ~user completion cleanup from Greg Klanderman
395 -- New face property from Didier Verna
396 -- ~user completion and fixes from Greg Klanderman
397 -- casefiddle.c speedup from Martin Buchholz
398
399 to 21.2 beta1 "Aeolus"
400 -- Synch with 21.0-pre6
401 -- Removal of ancient obsolete symbols courtesy of Altrasoft
402 -- Fix version numbers
403
404 Fork at 21.0 pre5 "Zhong Wei"