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