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