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