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