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