724
|
1 to 21.5.4 "bamboo"
|
|
2 -- auto-mode support .9 files as man pages -- Michael Sperber
|
|
3 -- auto-mode support configure.ac as m4 -- Edward M. Lee
|
|
4 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
|
|
5 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
|
|
6 -- David A. Panariti
|
|
7 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
|
|
8 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
|
|
9 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
|
|
10 -- mark buffer as modified when changing coding system -- Andy Piper
|
|
11 -- minor mode mode-line-strings now customizable -- John Paul Wallington
|
|
12 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
|
|
13 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
|
|
14 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
|
|
15 -- support sub-expression replacement in replace-match -- Torsten Duwe
|
|
16 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
|
|
17 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
|
|
18 -- use version-specific name for root testing -- Michael Sperber
|
|
19 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
|
|
20 but run-in-place XEmacs won't find installed packages.
|
|
21
|
|
22 -- HTML docs from Texinfo sources -- Adrian Aichner
|
|
23 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
|
|
24 -- improve package system documentation -- Stephen Turnbull
|
|
25 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
|
|
26 -- update developer personal info -- Jan Vroonhof, Michael Diers
|
|
27 -- many doc fixes and improvements, sorry about the credits :-(
|
|
28
|
|
29 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
|
|
30 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
|
|
31 -- mark-paragraph - added optional argument -- John Paul Wallington
|
|
32
|
|
33 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
|
|
34 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
|
|
35 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
|
|
36 -- omit -Wshadow when compiling with g++ -- Ben Wing
|
|
37 -- use the ld reported by gcc, not gcc -- Andrew Begel
|
|
38 -- work around lack of support for autoconf 2.5x -- Didier Verna
|
|
39
|
|
40 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
|
|
41 -- fix "can't close last window" bug -- Adrian Aichner
|
|
42 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
|
|
43 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
|
|
44 -- fix PGP signature handling in package UI -- Steve Youngs
|
|
45 -- fix allocation of module-defined names in symbol table -- Andrew Begel
|
|
46 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
|
|
47 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
|
|
48 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
|
|
49 -- fix early dereference crash in decode_buffer -- Torsten Duwe
|
|
50 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
|
|
51 -- fix 'report-xemacs-bug' issues -- Steve Youngs
|
|
52 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
|
|
53 -- fix several package-get bugs -- Steve Youngs
|
|
54 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
|
|
55 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
56 -- fix window_loop iteration across multiple devices -- Darryl Okahata
|
|
57 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
|
|
58 -- make sure installed.db gets updated after updating packages -- Andy Piper
|
|
59
|
|
60 -- GTK improvements/fixes -- Bill Perry
|
|
61 -- add face mappings
|
|
62 -- fix "can't shut up bell" bug
|
|
63 -- fix some face initialization bugs
|
|
64 -- fix subwindow handling
|
|
65 -- fix yes-or-no-p lossage
|
|
66 -- improve conformance to internal APIs
|
|
67 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
|
|
68 default GtkStyle
|
|
69 -- remove useless XPM color symbol checks
|
|
70
|
|
71 -- MS Windows improvements/fixes -- Andy Piper
|
|
72 -- better build portability
|
|
73 -- change registry key to XEmacs.
|
|
74 -- add/fix Cygwin handling of URLs and win32 paths
|
|
75 -- fix focus and event handling in scrollbars
|
|
76 -- fix get-popup-menu-response bug
|
|
77 -- improve DDE support
|
|
78 -- improve netinstaller, especially uninstall and shortcuts
|
|
79 -- improve popup dialog handling
|
|
80 -- new directory dialog support
|
|
81 -- quit if the user cancels in directory dialog
|
|
82 -- Cygwin nox-xpm detection -- Charles Wilson
|
|
83 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
|
|
84 -- fix file handle leak in pipes -- Mike Alexander
|
|
85 -- initial VC.NET support -- Andrew Begel
|
|
86
|
|
87 -- Rename/redefine integral types -- Ben Wing
|
|
88 -- See src/ChangeLog for details and rationale.
|
|
89 -- All integral types that measure quantities of anything are signed.
|
|
90 -- All quantity types boil down to EMACS_INT, except Hashcode,
|
|
91 which is an unsigned value of the same size as EMACS_INT.
|
|
92 -- Type names should be relatively short, with the first letter
|
|
93 capitalized and no underscores if they can be avoided.
|
|
94 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
|
|
95 -- "*bpos" == one-based buffer position.
|
|
96 -- "Char" refers to internal-format characters, not to the C type "char".
|
|
97 -- CVS: improve .cvsignore files -- Adrian Aichner
|
|
98 -- autoload handling improvements -- Didier Verna
|
|
99 -- improve handling of face inheritance/fallback -- Jan Vroonhof
|
|
100 -- condense repetitive window-system settings to 'win default' -- Bill Perry
|
|
101 -- improve debugging in event-msw.c -- Adrian Aichner
|
|
102 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
|
|
103 -- Adrian Aichner
|
|
104 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
|
|
105 -- unify GUI pixmap handling -- Bill Perry
|
|
106 -- unify toolbar handling across GUI platforms -- Bill Perry
|
|
107
|
653
|
108 to 21.5.3 "asparagus"
|
|
109 -- Add missing XIM unregister callback on Motif -- Glynn Clements
|
|
110 -- Improve debugging in event-msw.c, fix "can't close last window" bug
|
|
111 -- Adrian Aichner
|
|
112 -- Improve Info docs for widget.el -- Stephen J. Turnbull
|
|
113 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull,
|
|
114 Adrian Aichner
|
|
115 -- Autoload handling improvements -- Didier Verna
|
|
116 -- More 'report-xemacs-bug' updates -- Steve Youngs
|
|
117 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
118 -- Synch configure.usage options with configure -- Peter Brown
|
|
119
|
529
|
120 to 21.5.2 "artichoke"
|
640
|
121 -- fixes and improvements -- Ben Wing
|
|
122 -- etags.c synched to upstream
|
|
123 -- lisp/term/*.el cleanup
|
|
124 -- miscellaneous help improvements
|
|
125 -- transpose-line-up/down maybe moves the region
|
|
126 -- MS Windows init improvements
|
|
127 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el
|
|
128 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP
|
|
129 -- font-lock-mode: fix problem with buffers starting with a space
|
|
130 -- make find-library search patch configurable
|
|
131 -- fix Dired problem with directories containing [] and code that
|
|
132 destructively modifies an existing string
|
|
133 -- stop mark_window_as_deleted from deleting information that needs to
|
|
134 be accessed by set-window-configuration
|
|
135 -- Lisp object structure rationalization
|
|
136 -- fix two nasty bugs in the unwinding code
|
|
137 -- fix mouse wheel/dead window crash under MS Windows
|
|
138 -- mswindows_utime, close_file_data: fix off-by-one-indirection error
|
|
139 -- control-G handling fixes for MS Windows
|
|
140 -- debug-mswindows-events and related code introduced
|
|
141 -- rearrange the signal-handling code to eliminate the former
|
|
142 spaghetti logic paths in it; document; fix numerous bugs
|
|
143 -- maintain the "iconified" state, to fix the "can't delete a frame" bug
|
|
144 -- use CBufbyte instead of char for error/warning functions
|
|
145 -- prepare to remove encapsulation
|
|
146 -- make play_sound_data return an int, like all other such functions
|
|
147 -- use EMACS_SIGNAL to avoid preprocessing games with signal()
|
|
148 -- gc-in-window-procedure fixes
|
|
149 -- Cygwin setitimer fixes
|
|
150 -- windows shell fixes
|
|
151 -- more structured errors
|
|
152 -- MS Windows network stream data corruption fixes
|
|
153 -- fix ~user file name handling
|
|
154 -- rename MAX_PATH to standard PATH_MAX
|
|
155 -- fix error compiling regexps with back-references in them
|
|
156
|
|
157 -- fixes and improvements -- Martin Buchholz
|
|
158 -- byte optimizer fixes
|
|
159 -- move alloca twiddling after the feature test definitions, but
|
|
160 before the first "real" code
|
|
161 -- internal DECIMAL_PRINT_SIZE macro
|
|
162 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files
|
|
163 -- avoid test failure if (temp-directory) is a symlink
|
|
164 -- handle buggy Sun realloc()
|
|
165
|
|
166 -- GTK fixes -- Bill Perry
|
|
167 -- GTK popup dialog fix
|
|
168 -- GTK added to font-window system mappings
|
|
169 -- gtk-marshal.el updated for new hash.c, and generator fixes,
|
|
170 -- GTK scrollbar fixes
|
|
171 -- buttons are now modifiers, so selection with the mouse works again
|
|
172 -- fix the disappearing GTK scrollbar problem
|
|
173
|
|
174 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom
|
|
175 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull
|
|
176 -- new hooks for package installation and deletion -- Sean MacLennan
|
|
177 -- locate-library completes and other package UI improvements -- Robert Pluim
|
|
178 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber
|
|
179 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand
|
|
180 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno
|
|
181 -- custom-display works on the GTK platform -- Karl Hegbloom
|
|
182 -- mouse-track fixes -- Adrian Aichner, Ben Wing
|
|
183 -- dragdrop fix for windowless events -- Mike Alexander
|
|
184 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker
|
|
185 -- gpmevent.c header inclusion fixes -- Bill Perry
|
|
186 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry
|
|
187 -- remove lisp_string_set_file_times() because set_file_times() now
|
|
188 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing
|
|
189 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson
|
|
190 -- new, faster implementation of long_to_string -- Hrvoje Niksic
|
|
191 -- Qccl_error: New error -- Yoshiki Hayashi
|
|
192 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning
|
|
193 -- fix crash with an unavailable network printer -- Mike Alexander
|
|
194 -- add support for MacOS X -- Greg Parkin and Martin Buchholz
|
|
195 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull
|
|
196 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi
|
|
197
|
|
198 -- warning, style, and doc fixes and improvements
|
|
199 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz
|
|
200 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz
|
|
201 -- code style corrections -- Ben Wing, Martin Buchholz
|
|
202 -- build improvements -- Ben Wing, Martin Buchholz
|
|
203 -- configure improvements and fixes -- Martin Buchholz, Ben Wing,
|
|
204 Stephen J. Turnbull
|
|
205 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve
|
|
206 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul
|
|
207 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill
|
|
208 'Big K' Katsnelson
|
529
|
209
|
478
|
210 to 21.5.1 "anise"
|
514
|
211 -- This release contains a huge pile of changes by Ben Wing, including
|
|
212 both bug fixes and features. Highlights:
|
|
213 -- Many changes to make printing work on Windows
|
|
214 -- byte-compilation speed improvements
|
|
215 -- New functions for cleanly eliminating byte-compiler warnings
|
|
216 -- Remove core bytecompiler warnings
|
|
217 -- Improve interactive help interface
|
|
218 -- etags improvements
|
|
219 -- Better "About XEmacs" page
|
|
220 -- Windows configury changes
|
|
221 -- Get QUIT working on Windows
|
|
222 -- Fix shy group regexp code
|
|
223 -- etc. etc.
|
|
224
|
521
|
225 -- The `short-name' argument to make-charset now works correctly
|
|
226 -- Yoshiaki Kasahara
|
514
|
227 -- `custom' changes -- Didier Verna
|
|
228 -- SET_FACE_PROPERTY bug fix -- Jerry James
|
|
229 -- Unix tty configury changes -- Martin Buchholz
|
|
230 -- Fix compile error with g++ on bsdi -- Martin Buchholz
|
|
231 -- Fix crash with xlc -O3 -- Martin Buchholz
|
|
232 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
|
521
|
233 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
|
514
|
234 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
|
|
235 -- Make hash table mapping safe -- Martin Buchholz
|
477
|
236
|
471
|
237 to 21.5.0 "alfalfa"
|
|
238 -- Switch to new beta series
|
468
|
239
|
462
|
240 to 21.2.46 "Urania"
|
|
241 -- GTK code has been merged as an experimental display type -- William Perry
|
|
242
|
460
|
243 to 21.2.45 "Thelxepeia"
|
|
244 -- lib-src Makefile fixes -- Martin Buchholz
|
|
245 -- startup path fixes -- Michael Sperber
|
|
246 -- Port FSF 20.7 syntax table improvements -- Matt Tucker
|
|
247 -- --pdump now works with HP-UX native cc -- Martin Buchholz
|
|
248 -- copy-file now works correctly with non-ascii filenames -- Martin Buchholz
|
|
249 -- More pdump improvements -- Martin Buchholz
|
|
250 -- Prefer more standard utime() to utimes() -- Martin Buchholz
|
|
251
|
458
|
252 to 21.2.44 "Thalia"
|
|
253 -- Upgrade to etags 14.15 -- Francesco Potorti
|
|
254 -- XEmacs now works on Unixware 7 -- Martin Buchholz
|
|
255 -- Work around AIX C compiler bug causing "scroll-up has no effect"
|
|
256 -- Martin Buchholz
|
|
257 -- Fix crash in kill-emacs -- Martin Buchholz
|
|
258 -- XEmacs builds with gcc 2.97 -- Martin Buchholz
|
|
259 -- XEmacs builds with g++ 2.97 -- Martin Buchholz
|
|
260 -- Port .gdbinit debugging support to many systems -- Martin Buchholz
|
|
261 -- XEmacs builds on mips-sgi-irix6.5 with 64-bit compilers -- Martin Buchholz
|
|
262 -- The C variable containing the value of a DEFVAR_INT is now
|
|
263 EMACS_INT, not int -- Martin Buchholz
|
|
264 -- config.sug, config.guess upgraded to official versions -- Martin Buchholz
|
|
265 -- Support mouse-6 and mouse-7 for newfangled mice -- Martin Buchholz
|
|
266 -- portable dumper alignment fixes -- Martin Buchholz
|
|
267 -- sound fixes -- Didier Verna
|
|
268 -- Progress gauge now goes away if C-g'ed -- Andy Piper
|
|
269
|
456
|
270 to 21.2.43 "Terspichore"
|
|
271 -- Important gnuserv security fix. Upgrade if you use gnuserv.
|
|
272 -- Klaus Frank, Jan Vroonhof, Gunnar Evermann
|
|
273 -- C-level alignment correctness fixes -- Martin Buchholz
|
|
274 -- cut-and-paste slowness under Motif fixed -- Andy Piper
|
|
275 -- pdump now works on SunOS 4 and HP-UX -- Martin Buchholz
|
|
276 -- Packages documentation updates -- Steve Youngs
|
|
277 -- Windows netinstall changes -- Andy Piper
|
|
278
|
454
|
279 to 21.2.42 "Poseidon"
|
|
280 -- 64-bit platforms (Alpha) broken in 21.2.41 now fixed -- Martin Buchholz
|
|
281 -- Windows packaging changes -- Andy Piper
|
|
282 -- Widget bug fixes -- Andy Piper
|
|
283 -- Modeline scrolling documented -- Didier Verna
|
|
284 -- C-level alignment hackery -- Martin Buchholz
|
|
285
|
452
|
286 to 21.2.41 "Polyhymnia"
|
|
287 -- A very important fix to the byte-compiler was made.
|
|
288 RE-BYTE-COMPILE all your .el files that were compiled by any older
|
|
289 21.2 byte-compiler (the 21.1 byte-compiler was OK.)
|
|
290 Explicitly remove all .elc files using
|
|
291 cd XEMACS; find . -name '*.elc' -print | xargs rm
|
|
292 and then rebuild using `make'.
|
|
293 -- Martin Buchholz
|
|
294 -- More Windows installer changes -- Andy Piper
|
|
295 -- Another tab widget fix -- Andy Piper
|
|
296 -- pdump code cleanup -- Martin Buchholz
|
|
297 -- lisp path changes -- Mike Sperber
|
|
298 -- init file changes -- Mike Sperber
|
|
299 -- debugging support works better with pdump -- Martin Buchholz
|
|
300 -- Port to AIX cc -O3 -qansi-aliasing -- Martin Buchholz
|
|
301 -- Allow building 64-bit binaries on AIX. -- Martin Buchholz
|
|
302 -- Make code more resistant to aliasing optimizations. -- Martin Buchholz
|
|
303 -- XEmacs now works on Netbsd 1.5. -- Martin Buchholz
|
|
304 -- Eliminate kludgy checks for non-standard _dlopen -- Golubev I. N.
|
|
305 -- Make Purify a little happier working on pdumped xemacs -- Martin Buchholz
|
|
306 -- Fix never-used macro LISP_TO_CVOID -- Jerry James
|
|
307
|
450
|
308 to 21.2.40 "Persephone"
|
|
309 -- various doc fixes -- Stephen Turnbull
|
|
310 -- more widget bug fixes -- Andy Piper
|
|
311 -- Introduce yet another hash table weakness type -- Andy Piper
|
|
312 -- SCO 5 fixes -- Golubev I. N.
|
|
313 -- SunOS 4 works again -- MIYASHITA Hisashi
|
|
314 -- Make peace with Mandrake's Alt-Meta hacks -- Stephen Turnbull
|
|
315 -- Remove input-method-xfs.o -- Kazuyuki IENAGA
|
|
316
|
448
|
317 to 21.2.39 "Millennium"
|
|
318 -- Safer coding-priority-list -- Stephen Turnbull
|
|
319 -- Andreas Jaeger resigns as core maintainer :-(
|
|
320 -- Make font-lock know about all C++ keywords -- Enrico Scholz
|
|
321 -- Comments beginning in column zero are no longer indented by
|
|
322 indent-for-comment -- Adrian Aichner
|
|
323 -- Better documentation for package creation -- Stephen Turnbull
|
|
324 -- input-method-xfs.c removed. Functionality incorporated into
|
|
325 input-method-xlib.c -- Kazuyuki IENAGA
|
|
326 -- replace-buffer-in-windows fixes -- Yoshiki Hayashi
|
|
327 -- Fix redisplay bugs with buffer-local face specifiers -- Yoshiki Hayashi
|
|
328 -- More printing fixes -- Martin Buchholz
|
|
329 -- Another SGI dumping fix -- Martin Buchholz
|
|
330 -- A new Windows installer in netinstall -- Andy Piper
|
|
331 -- Support Berkeley DB 3.1 -- Daiki Ueno
|
|
332
|
446
|
333 to 21.2.38 "Peisino,Ak(B"
|
|
334 -- Keyboard commands to set code system now work in file-coding
|
|
335 Emacsen! -- Jan Vroonhof (actually in 21.2.37)
|
|
336 -- Calls to the following functions are now better optimized:
|
|
337 backward-char backward-word plusp, minusp oddp evenp -- Martin Buchholz
|
|
338 -- COUNT argument to following functions is now optional:
|
456
|
339 forward-word backward-word mark-word kill-word backward-kill-word
|
446
|
340 forward-comment delete-char backward-delete-char -- Martin Buchholz
|
|
341 -- Don't put gutters/tabs on popup windows -- Andy Piper
|
|
342 -- Fix up info file cross references -- Adrian Aichner
|
|
343 -- Make `format' 64-bit clean -- Martin Buchholz
|
|
344 -- unexec changes on Windows -- Martin Buchholz
|
|
345 -- Make ptys work again on Cygwin -- Philip Aston
|
|
346 -- GCPRO fixes -- Yoshiki Hayashi, Gunnar Evermann, Martin Buchholz
|
|
347 -- Fix dumping problems on SGI Irix 6 -- Max Matveev, Martin Buchholz
|
|
348 -- Make DEBUG_GCPRO work again -- Gunnar Evermann
|
|
349 -- Pdump fixes -- Olivier Galibert
|
|
350 -- Case table changes -- Yoshiki Hayashi
|
|
351 -- Fix remaining tab oddities -- Andy Piper
|
|
352 -- Fix Windows unexec -- Andy Piper
|
|
353 -- byte-compiler arithmetic improvements -- Martin Buchholz
|
|
354
|
444
|
355 to 21.2.37 "Pan"
|
|
356 -- etags fix -- Stephen Carney
|
|
357 -- more gutters and tab changes -- Andy Piper
|
|
358 -- eval-when-compile no longer compiles its body -- Martin Buchholz
|
|
359 -- top-level (defvar foo) no longer generates a run-time load-history
|
|
360 entry -- Martin Buchholz
|
|
361 -- Windows 1251 code page encoding for Cyrillic -- Sergey Groznyh
|
|
362 -- `local-key-binding' and `global-key-binding' now have an optional
|
|
363 `accepts-defaults' parameter, just like `lookup-key' -- Martin Buchholz
|
|
364 -- 1000 arglist-related lispref documentation bugs fixed -- Martin Buchholz
|
|
365 -- arg to `down-list', `up-list', `backward-up-list', `kill-sexp',
|
|
366 `backward-kill-sexp' are now optional, just like FSF Emacs -- Martin Buchholz
|
|
367 -- info mode fixes -- Didier Verna
|
|
368 -- Massive CCL upgrade -- MIYASHITA Hisashi
|
|
369 -- byte-code optimizations -- Yoshiki Hayashi
|
|
370 -- historical purecopy's purged -- Robert Pluim
|
|
371 -- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock',
|
|
372 `turn-off-font-lock' are now interactive -- Martin Buchholz
|
|
373 -- Detect _getpty correctly (for SGIs) -- Martin Buchholz
|
|
374 -- Several GCPRO bugs found -- Yoshiki Hayashi
|
|
375 -- `replace-buffer-in-windows' now has the same WHICH-FRAMES and
|
446
|
376 WHICH-DEVICES parameters as `delete-windows-on' -- Martin Buchholz
|
444
|
377 -- Add support for Compaq C on Alpha Linux -- Martin Buchholz
|
|
378 -- auto-save fixes -- Yoshiki Hayashi
|
|
379 -- Removed unused C vars detected by Compaq C -- Martin Buchholz
|
|
380 -- More 64-bit cleanliness micro-fixes -- Martin Buchholz
|
|
381 -- Fix cachel.merged_faces memory leak -- Golubev I. N.
|
|
382 -- More changes to allow definitions of lisp object types by
|
|
383 third-party modules -- Daiki Ueno.
|
|
384 -- Extbyte is now a char, not unsigned char -- Martin Buchholz
|
|
385 -- C++ compilability is restored -- Martin Buchholz
|
|
386 -- New tests for CCL -- MIYASHITA Hisashi, Yoshiki Hayashi
|
|
387 -- Use stropts.h, not sys/stropts.h. Likewise for strtio.h -- Martin Buchholz
|
|
388
|
442
|
389 to 21.2.36 "Notus"
|
|
390 -- Fix build problems on AIX 4.3 -- Martin Buchholz
|
|
391 -- Fix build problems on HP-UX 10.20 -- Alexandre Oliva and Martin Buchholz
|
|
392 -- Fix build problems on SunOS 4.1.4 -- Martin Buchholz
|
|
393 -- Fix build problems on IA64/Linux -- Martin Buchholz
|
|
394 -- Fix build problems on Alpha/Linux -- Steve Baur
|
|
395 -- Fix build problems on Unixware -- Martin Buchholz
|
|
396 -- Support pty input lines longer than 512 bytes on HP-UX 10.20. -- Martin Buchholz
|
|
397 -- `equal' of hash tables is now the same as `eq'. -- Martin Buchholz
|
|
398 -- ucs fixes - Daiki Ueno
|
|
399 -- Lots of little doc fixes. -- Martin Buchholz
|
|
400 -- Process-signaling code rewritten -- Martin Buchholz
|
|
401 -- pty allocation code rewritten -- Martin Buchholz
|
|
402 -- The byte compiler generates more efficient code -- Martin Buchholz
|
|
403 -- build-report fixes -- Adrian Aichner
|
|
404 -- next-window/next-frame functions rewritten -- Martin Buchholz
|
|
405 -- Windows fixes -- Jonathan Harris
|
|
406 -- Multiple info buffer support -- Golubev I. N.
|
|
407 -- regex crash fixes -- Yoshiki Hayashi
|
|
408 -- Widget/windows fixes -- Andy Piper
|
|
409 -- structured lisp errors -- Ben Wing
|
|
410 -- allow modules to define their own lisp object types -- Andrew Begel
|
|
411
|
|
412 to 21.2.35 "Nike"
|
|
413 -- You now again build XEmacs in a directory containing a predefined
|
|
414 CPP symbol -- Martin Buchholz
|
|
415 -- Minor fixes for Postgres integration -- Martin Buchholz
|
|
416 -- Many fixes for DEC OSF 4.0 -- Martin Buchholz
|
|
417 -- More C++ compilation support (for quality control) -- Martin Buchholz
|
|
418 -- XEmacs can now be built with XFree86 4.0 -- Martin Buchholz
|
|
419 -- Fix lots of byte-compiler warnings -- Martin Buchholz
|
|
420 -- Many documentation fixes -- Adrian Aichner
|
|
421 -- support for S390 has been added -- Andreas Jaeger, Martin Schwidefsky
|
|
422 -- clean up Windows includes/defines -- Ben Wing
|
|
423 -- numerous configure/GCC-warning fixes -- Martin Buchholz
|
|
424 -- generalize selection support to arbitrary types -- Alastair Houghton
|
|
425 -- MS Windows printer improvements -- Kirill Katsnelson
|
|
426 -- MinGW fixes -- Craig Lanning
|
|
427 -- NT process fixes -- Mixe Alexander, Adrian Aichner
|
|
428 -- new key-value weak hashtable type -- Andy Piper/Olivier Galibert
|
|
429 -- migrate .emacs to .xemacs/init.el -- Mike Sperber
|
|
430 -- new file compat.el for cleaner compatibility functions -- Ben Wing
|
|
431
|
|
432 to 21.2.34 "Molpe"
|
|
433 -- Lots of changes to GUI, Windows, font-lock code, Ben Wing
|
|
434 -- Lots of changes to GUI, Windows code, Andy Piper
|
|
435 -- Various fixes, Karl Hegbloom
|
|
436 -- User manual documentation updates, Yoshiki Hayashi
|
|
437 -- Dumping fixes, Yoshiki Hayashi
|
|
438 -- Define C-x BS to backward-kill-sentence, Yoshiki Hayashi
|
|
439
|
|
440 to 21.2.33 "Melpomene"
|
|
441 -- Yet more progress gauge and gutter redisplay fixes from Andy Piper
|
|
442 -- glyph error checking from Andy Piper
|
|
443 -- Proper implementation of string glyphs makes them Mule safe (IKEYAMA Tomonori)
|
|
444 -- Bug fixes from the usual suspects
|
|
445 -- --with-clash-detection now defaults to `yes', at least for betas.
|
|
446 -- Autoconf support for detecting how to #include header files
|
|
447 with names containing preprocessor constants, Didier Verna.
|
|
448 -- LDAP documentation updated, Oscar Figueiredo.
|
|
449 -- clash-detection code cleaned and audited, Yoshiki and Martin
|
|
450 -- Fix hangs on DEC OSF 4.0 when (process-send-string) sends strings
|
|
451 longer than 252 bytes.
|
|
452 -- Fix non-ANSI macro hacking to allow compilation by Irix native compiler.
|
|
453 -- redisplay fixes, IKEYAMA Tomonori
|
|
454 -- Code cleaning, Mike Alexander
|
|
455 -- Pdump + Windows support, Mike Alexander
|
|
456 -- Sound code cleanup, Jan Vroonhof
|
|
457 -- yes-or-no-p-dialog-box no longer gives unpredictable results with
|
|
458 focus follows mouse, Martin Buchholz
|
|
459
|
|
460 to 21.2.32 "Kastor & Polydeukes"
|
|
461 -- Internal Postgres RDBMS support from Steve Baur
|
|
462 -- Improve gutter useability
|
|
463 -- Fix window geometry with gutters
|
|
464 -- Fix async updates so that they only occur when necessary
|
|
465 -- Gutter documentation from Stephen Turnbull
|
|
466 -- redisplay-gutter-area fixes from Andy Piper
|
|
467 -- pdump file in MS-Windows executable from Mike Alexander
|
|
468 -- Miscellaneous fixes from Andy Piper
|
|
469 -- Windows and menubar changes from Ben Wing
|
|
470 -- dumper changes from Olivier Galibert
|
|
471
|
|
472 to 21.2.31 "Iris"
|
|
473 -- Make XEmacs work on Windows again.
|
|
474
|
|
475 to 21.2.30 "Hygeia"
|
|
476 -- Make (find-tag-other-window) always use other window,
|
|
477 even if tag is found in buffer of current window, Samuel Mikes
|
|
478 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
|
|
479 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
|
|
480 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
|
|
481 -- arm configure support fixed.
|
|
482 -- non-ASCII string handling performance boost, Martin Buchholz
|
|
483 -- Garbage collector performance boost, Martin Buchholz
|
|
484 -- Lisp engine performance boost, Martin Buchholz
|
|
485 -- New ldap API (Oscar Figueiredo)
|
|
486 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
|
|
487 -- More gutter tabs fixes, Andy Piper
|
|
488
|
|
489 to 21.2.29 "Hestia"
|
|
490 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
|
|
491 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
|
|
492 (but more work needed)
|
|
493 -- Allow non-symbols (anything compared with `eq') in object plists.
|
|
494 -- Cleanup of property frobbing code.
|
|
495 -- Various AIX 4 fixes, including port of PDUMP.
|
|
496 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
|
|
497 -- MS-Windows redisplay and font fixes from Jonathan Harris.
|
|
498 -- various fixes from Craig Lanning, Daiki Ueno.
|
|
499 -- Asynchronous widget updates from Andy Piper.
|
|
500 -- More widget fixes from Andy Piper.
|
|
501 -- Don't use rel_alloc on glibc systems, including Linux
|
|
502 -- Upgrade etags.c to version 13.44, Francesco Potorti
|
|
503 -- etags does a better job of finding the exact match first, Kyle Jones
|
|
504 -- Portable dumper now described in Internals manual, Olivier and Martin
|
|
505 -- Object Plist documentation in lispref updated, Martin Buchholz
|
|
506 -- Just use standard `const' everywhere, instead of CONST
|
|
507 -- More pdump changes, Olivier Galibert
|
|
508
|
440
|
509 to 21.2.28 "Hermes"
|
|
510 -- Add configure support for NetWinders, Sean MacLennan
|
|
511 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
|
|
512 -- Make --without-x work again.
|
|
513 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
|
|
514 -- Experimental Drag-N-Drop now defaults to "no" until there is again
|
|
515 active development.
|
|
516 -- SGI dumping fixes should make XEmacs work again on Irix 6.
|
|
517 -- More warning flags on by default when building with gcc.
|
|
518 -- process coding changes, Kirill Katsnelson
|
|
519 -- help now knows how to print macro arglists, Yoshiki Hayashi
|
|
520 -- Windows printing support, Kirill Katsnelson
|
|
521 -- Obscure crash fixes, Martin Buchholz
|
|
522 -- Memory leak fixes, Martin Buchholz
|
|
523 -- We now always use our own realpath(), never the system-provided one.
|
|
524 -- More gutter/tab widget changes, Andy Piper
|
|
525 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
|
|
526 -- Pdump stability fixes, Olivier Galibert
|
|
527 -- New coding system alias implementation, Ben Wing and Martin Buchholz
|
|
528 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
|
|
529 -- IPv6 support, URA Hiroshi
|
|
530 -- Runtime Athena mismatch warnings added, Daniel Pittman
|
|
531 -- Removal of old MSDOS support, Kirill Katsnelson
|
|
532 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
|
|
533 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
|
|
534 -- Workaround egcs-20000131 c++ compiler bug
|
|
535 -- Byte-optimize (length "foo") to 3.
|
|
536 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
|
|
537 -- Partially implement dontusethis-set-symbol-value-handler.
|
|
538 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
539 -- lib-src partially C++ized, Zack Weinberg.
|
|
540
|
438
|
541 to 21.2.27 "Hera"
|
|
542 -- Dynamic layout for widgets from Andy Piper
|
442
|
543 -- Vertical tab widgets for MS-Windows from Andy Piper
|
|
544 -- pdump fixes for MS-Windows from Big K
|
438
|
545 -- config.sub, config.guess major upgrade, Marcus Thiessel
|
|
546 -- gdbinit renamed to .gdbinit
|
|
547 -- dbxrc renamed to .dbxrc
|
|
548 -- Mail locking overhaul, Michael Sperber
|
|
549 -- Info-visit-file can now be used non-interactively, Martin Buchholz
|
|
550 -- FAQ updates, Sandra Wambold
|
|
551 -- Document lisp-level error handling, Hrvoje Niksic
|
|
552 -- Windows changes, Kirill Katsnelson
|
|
553 -- Portable dumper ported to Windows, Kirill Katsnelson
|
|
554 -- idlwave-mode added, Carsten Dominik
|
|
555 -- Info changes, Yoshiki Hayashi and Didier Verna.
|
|
556 -- Again support BSD/OS 2.0
|
|
557 -- minibuf.* changes, Yoshiki Hayashi
|
|
558 -- hyper-apropos changes, Yoshiki Hayashi
|
|
559 -- buffers tab has its own face, Andy Piper
|
|
560 -- modeline scrolling changes, Didier Verna
|
|
561
|
436
|
562 to 21.2.26 "Millenium"
|
|
563 -- Fix unpredictable results, perhaps even crashes, if using the
|
|
564 `return from debugger feature' and errors in `eval' or `funcall'.
|
|
565 -- fix for Tab widgets causing X errors in XMapWindow().
|
|
566
|
434
|
567 to 21.2.25 "Hephaestus"
|
|
568 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
|
|
569 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
|
|
570 -- 3 crashes in mapcar1 have been fixed.
|
|
571 -- lwlib arg passing cleanup
|
|
572 -- yet more widget and tab fixes
|
|
573 -- yet another Tab sync
|
|
574 -- specifier copying fix for widgets
|
|
575 -- preparation for proper layouts
|
|
576 -- native widgets used for some custom widgets
|
|
577 -- (+ 1) is no longer incorrectly compiled
|
|
578 -- char-before no longer has performance penalty
|
|
579 -- xpm again works on Windows
|
|
580 -- native Windows fixes from Adrian Aichner
|
|
581 -- Mule fixes from Yoshiki Hayashi
|
|
582 -- properly detect Athena widgets headers and libs, preventing crashes
|
|
583 from misdetection and from libraries and headers that don't match,
|
|
584 from Daniel Pittman
|
|
585
|
430
|
586 to 21.2.24 "Hecate"
|
434
|
587 -- Tabs fixes from Andy Piper
|
|
588 -- Widget leak fixes from Andy Piper
|
432
|
589 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
|
|
590 -- configure support for ESD sound rewritte, Martin Buchholz
|
|
591 -- directory separator fix from Mike Alexander
|
|
592 -- Windows process support cleanup, Adrian Aichner
|
|
593 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
|
430
|
594
|
|
595 to 21.2.23 "Hebe"
|
|
596 -- MS-Windows selection fixes from Mike Alexander
|
|
597 -- MS-WIndows process handling fixes from Mike Alexander
|
|
598 -- Subwindow GC fix from Andy Piper
|
|
599 -- Various minor fixes from Andy Piper
|
|
600 -- Rewrite module configure support, Martin Buchholz
|
|
601 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
|
|
602 -- HP native compiler compilation fixes, Martin Buchholz
|
|
603 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
|
|
604 -- Workarounds for Cygwin broken header files, Martin Buchholz
|
|
605 -- itimers work again, Kyle Jones
|
|
606 -- random code cleanup, Martin Buchholz
|
|
607 -- various redisplay fixes, Andy Piper, Jan Vroonhof
|
|
608 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
|
|
609
|
428
|
610 to 21.2.22 "Mercedes"
|
426
|
611 -- ESD Sound support from Robert Bihlmeyer
|
|
612 -- 10% faster redisplay from Jan Vroonhof
|
|
613 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
|
|
614 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
|
442
|
615 -- Completely revamped GPM support from William Perry
|
426
|
616 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
|
|
617 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
|
|
618 -- Fix compile warnings and C++ compilation, Martin Buchholz
|
|
619 -- Fix detection of coding: cookie in -*- first line.
|
|
620 -- More xim-xlib work by Kazuyuki Ienaga
|
|
621 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
|
|
622
|
424
|
623 to 21.2.20 "Yoko"
|
|
624 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
|
|
625 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
|
|
626 -- glyph widget support under X/Athena from Andy Piper
|
|
627 -- tab widget support under X (all variants) from Andy Piper
|
|
628 -- many gutter, redisplay & widget fixes from Andy Piper
|
|
629 -- mswindows mousewheel support from Mike Woolley
|
|
630 -- combo box support under X/Motif from Andy Piper
|
|
631 -- buffer tab grouping from Andy Piper
|
|
632 -- layout widget support from Andy Piper
|
|
633 -- partial display line scrolling support from Andy Piper
|
|
634 -- cleanup patches from Gleb Arshinov
|
|
635 -- hash table FSF API sync from Martin Buchholz
|
|
636 -- widget cleanup from Martin Buchholz
|
|
637 -- process-environment fix for nt from Julian Back
|
|
638 -- widget to frame fix from Jan Vroonhof
|
|
639 -- animated glyph support from Andy Piper
|
|
640 -- glyph redisplay improvements from Andy Piper
|
|
641 -- color cells allocation fix from Lee Kindness
|
|
642 -- recover file fix for windows nt
|
|
643 -- mingw install fix from Craig Lanning
|
|
644 -- recognize keypad keys under MS-Windows from Jonathan Harris
|
|
645 -- Switch gui dialogs to native widgets from Andy Piper
|
|
646 -- fixes from Yoshiki Hayashi and Norbert Koch
|
|
647
|
422
|
648 to 21.2.19 "Shinjuku"
|
|
649 -- various fixes from Gunnar Evermann
|
|
650 -- XIM fixes from Kazuyuki IENAGA
|
|
651 -- keymap fix from Katsumi Yamaoka
|
|
652 -- Microsoft build fixes from Adrian Aichner
|
|
653 -- documentation update from Adrian Aichner
|
|
654 -- rect.el rewrite from Didier Verna
|
|
655 -- custom comment fields from Didier Verna
|
|
656 -- various fixes from Karl Hegbloom
|
|
657 -- filling fix from Yoshiki Hayashi
|
|
658 -- miscellaneous changes from Jeff Miller and Didier Verna
|
|
659 -- configure hacking from Steve Baur
|
|
660 -- various fixes from Bob Weiner
|
|
661 -- Mule synching from MORIOKA Tomohiko
|
|
662 -- various fixes from Steve Baur
|
|
663 -- LDAP configure changes from Gregory Neil Shapiro
|
|
664 -- gutter implementation from Andy Piper
|
|
665 -- tab widgets in gutter from Andy Piper
|
|
666 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
|
|
667
|
420
|
668 to 21.2.18 "Toshima"
|
|
669 -- miscellaneous fixes from Steve Baur
|
|
670 -- miscellaneous fixes from Didier Verna
|
|
671 -- various bug fixes from Karl Hegbloom
|
|
672 -- miscellaneous fixes from Bob Weiner
|
|
673 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
|
|
674 -- valid-image-instantiator-format-p tightened up by Andy Piper.
|
|
675 -- glyph widget support under X/Motif from Andy Piper
|
|
676 -- Make docdir configurable, update package searching rules from Michael
|
|
677 Sperber
|
|
678 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
|
|
679 -- lrecord struct header size fix from Olivier Galibert
|
|
680
|
418
|
681 to 21.2.17 "Chiyoda"
|
|
682 -- miscellaneous bug fixes from Steve Baur
|
|
683 -- font menu fix from Robert Pluim
|
|
684 -- ldap API update from Oscar Figueiredo
|
|
685 -- Fix thai-xtis charset width from MORIOKA Tomohiko
|
|
686 -- CCL engine fix from MORIOKA Tomohiko
|
|
687 -- mswindows build fixes from Norbert Koch
|
|
688 -- miscellaneous fixes from Andy Piper
|
|
689 -- automated tests for mswindows from Adrian Aichner
|
|
690 -- tree-view and tab-control widget glyph support from Andy Piper
|
|
691
|
416
|
692 to 21.2.16 "Sumida"
|
418
|
693 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
|
416
|
694 -- make selection more mswindows conformant.
|
|
695 -- Make customize use specifiers from Jan Vroonhof
|
|
696 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
|
|
697 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
|
|
698 -- raw-text coding system synch from MORIOKA Tomohiko
|
|
699
|
414
|
700 to 21.2.15 "Sakuragawa"
|
|
701 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
|
|
702 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
|
|
703 Hrvoje Niksic, MORIOKA Tomohiko
|
|
704 -- LDAP internationalization from Oscar Figueiredo
|
|
705 -- DEC OSF build fixes from Steve Baur
|
|
706 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
|
|
707 -- Build fixes from Jan Vroonhof
|
|
708 -- Miscellaneous fixes from Hrvoje Niksic
|
|
709 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
|
|
710 -- mule-charset.el synch with Mule from Steve Baur
|
|
711 -- miscellaneous build and cosmetic fixes from Steve Baur
|
|
712 -- font-menu for mswindows from Andy Piper
|
|
713 -- select rationalisation for window systems from Andy Piper
|
|
714 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
|
|
715
|
|
716 to 21.2.14 "Dionysos"
|
398
|
717 -- mingw32 port from Andy Piper
|
414
|
718 -- fix for Solaris build lossage from Hrvoje Niksic
|
|
719 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
|
|
720 -- miscellaneous bug fixes from Gunnar Evermann
|
|
721 -- Internal purespace cleanup from Olivier Galibert
|
|
722 -- documentation updates from Hrvoje Niksic
|
|
723 -- dump time tuning from Hrvoje Niksic
|
|
724 -- miscellaneous bug fixes from Giacomo Boffi
|
|
725 -- font hacking from Jan Vroonhof
|
|
726 -- Czech language support from David Sauer
|
|
727 -- `delete-key-deletes-forward' now defaults to t
|
|
728 -- `locate-file' update from Hrvoje Niksic
|
|
729 -- MS Windows build fixes from Adrian Aichner
|
|
730 -- LDAP updates from Oscar Figueiredo
|
|
731 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
|
|
732 -- disable display of images in buffers by file format
|
|
733 -- miscellaneous Mule fixes from Olivier Galibert
|
|
734 -- documentation updates from Albert Chin-A-Young
|
|
735 -- documentation updates from Gunnar Evermann and Stephen Turnbull
|
|
736 -- MS Windows build fix from Norbert Koch
|
|
737 -- miscellaneous MS Windows fixes from Andy Piper
|
|
738 -- redisplay bug fixes from Jan Vroonhof
|
|
739 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
|
|
740 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
|
|
741 Galibert
|
|
742 -- miscellaneous bug fixes from Martin Buchholz
|
|
743 -- Miscellaneous MS Windows fixes from Philip Aston
|
|
744 -- lots of new tests from Hrvoje Niksic
|
398
|
745
|
396
|
746 to 21.2.13 "Demeter"
|
|
747 -- Build fixes from Martin Buchholz
|
|
748 -- experimental splash screen rewrite from Didier Verna
|
|
749 -- Various patches from Jan Vroonhof and Andy Piper
|
|
750 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
|
|
751 -- MS Window build fixes from Jonathan Harris
|
|
752 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
|
|
753
|
394
|
754 to 21.2.12 "Clio"
|
|
755 -- event-stream unification for MS Windows from Andy Piper
|
|
756 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
|
396
|
757 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
|
394
|
758 -- Various package-ui fixes from Jan Vroonhof
|
|
759 -- Fix for doubled font-locking during buffer reversion
|
|
760 -- KFM browsing support from Neal Becker
|
|
761 -- info fix from Didier Verna
|
|
762 -- Build bug fixes from Martin Buchholz
|
|
763 -- Various Documentation updates
|
|
764 -- X-Face support for MS Windows native build from Gleb Arshinov
|
|
765
|
392
|
766 to 21.2 beta11 "Calliope"
|
|
767 -- Dialog box fix from Jan Vroonhof
|
|
768 -- unified mswindows and tty event loops from Andy Piper
|
|
769 -- miscellaneous patches from Gleb Arshinov
|
|
770 -- miscellaneous patches from Charles Waldman and Adrian Aichner
|
|
771 -- Mule dump time files remerged from mule-base package
|
|
772 -- Documentation fixes from Jan Vroonhof
|
|
773 -- 24bit color image fix from Kazuo OISHI
|
|
774 -- various build fixes from Martin Buchholz
|
|
775
|
390
|
776 to 21.2 beta10 "Boreas"
|
|
777 -- package UI fix from Jan Vroonhof
|
|
778 -- MS Windows NT process fix from Gleb Arshinov
|
|
779
|
388
|
780 to 21.2 beta9 "Athena"
|
|
781 -- parameterize replace-match function from Didier Verna
|
|
782 -- X-Face support under mswindows from Andy Piper
|
|
783 -- doc fixes from Adrian Aichner
|
|
784 -- about patchlet from Marcus Thiessel
|
|
785 -- isearch doc fixes from Didier Verna
|
|
786 -- interlaced gif fix from Gunnar Evermann
|
|
787 -- isearch improvements from Didier Verna
|
|
788 -- eldap connection fix from William Perry
|
|
789 -- package-get site fix from Robert Pluim
|
|
790 -- loadable modules fix from Damon Lipparelli
|
|
791 -- ldap fixes from Oscar Figueiredo
|
|
792 -- loadable modules from J. Kean Johnston
|
|
793 -- runwhatever from Charles Wilson
|
|
794 -- redisplay fixes for glyphs from Andy Piper
|
|
795 -- progress gauge widgets implentation from Andy Piper
|
|
796 -- W3 works again due to font.el being fixed
|
|
797 -- Another mule xemacs crash fixed
|
|
798 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
|
|
799 -- package admin fixes under mswindows from Charles Waldman
|
|
800 -- miscellaneous mswindows build fixes from Jonathan Harris
|
|
801 -- help-echo fix from Hrvoje Niksic
|
|
802 -- x font path support from Jim Radford
|
|
803 -- MSVC compile fixes from Damon Lipparelli
|
|
804
|
386
|
805 to 21.2 beta8 "Artemis"
|
|
806 -- A bunch of Mule fixes from Martin Buchholz
|
|
807
|
384
|
808 to 21.2 beta7 "Ares"
|
|
809 -- mswindows modeline crash fix from Jonathan Harris
|
|
810 -- picon glyph fix from Gunnar Evermann
|
|
811 -- widgets-in-buffers and subwindow support from Andy Piper
|
|
812 -- movemail pop support under mswindows from Fabrice Popineau
|
|
813 -- ldap fixes from Oscar Figueiredo
|
|
814 -- fns cleanup from Hrvoje Niksic
|
|
815 -- menubar fixes from Didier Verna
|
|
816 -- mswindows accelerator fix from Jonathan Harris
|
|
817 -- dired mule fix from Didier Verna
|
|
818 -- sound doc cleanup from Charles Waldman
|
|
819 -- new display table functionality from Hrvoje Niksic
|
|
820 -- minor cleanups
|
|
821 -- package fixes from Jan Vroonhof
|
|
822 -- subwindow support fixes from Martin Buchholz
|
|
823
|
382
|
824 to 21.2 beta6 "Apollo"
|
|
825 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
|
|
826 Klanderman and Adrian Aichner
|
|
827 -- Synch with XEmacs 21.0.60
|
|
828 -- mega-patch fixes from Martin Buchholz
|
|
829 -- md5 fixes and testsuite from Hrvoje Niksic
|
|
830 -- database fix from Hrvoje Niksic
|
|
831
|
380
|
832 to 21.2 beta5 "Aphrodite"
|
382
|
833 -- synch with XEmacs 21.0.58
|
380
|
834 -- bytecode interpreter rewritten
|
|
835 -- byte compiler fixes
|
|
836 -- hash table implementation rewritten
|
|
837 -- basic lisp functions rewritten
|
|
838 -- spelling fixes
|
|
839 -- garbage collector tuned a little
|
|
840 -- various global code changes for consistency
|
|
841 -- automated test suite
|
|
842 -- major internals manual updates
|
|
843 -- lisp reference updates
|
|
844
|
377
|
845 to 21.2 beta4 "Aglaophonos"
|
|
846 -- isearch keymap fix from Katsumi Yamaoka
|
|
847 -- directory_files cleanup from Hrvoje Niksic
|
|
848 -- C implementation of base64 from Hrvoje Niksic
|
|
849 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
|
|
850 -- Experimental fix for spurious `file has changed on disk' message from
|
|
851 Charles Waldman
|
|
852 -- Fix for etags.el hook calling from Malcolm Box
|
|
853 -- User-name-completion fix for MS Windows NT from Greg Klanderman
|
|
854
|
375
|
855 to 21.2 beta3 "Aglaia"
|
|
856 -- case sensitiveness improvements from Didier Verna
|
|
857 -- Bug fixes from 21.0
|
|
858 -- Word selection on mouse click on quotes from Hrvoje Niksic
|
|
859 -- WAVE support for NAS from Raymond Toy
|
|
860
|
373
|
861 to 21.2 beta2 "Aether"
|
|
862 -- Synched with 21.0-pre14 "Poitou"
|
|
863 -- isearch improvements from Hrvoje Niksic
|
|
864 -- bytecompiler fix from Martin Buccholz
|
|
865 -- shadow.el speedup from Martin Buchholz
|
|
866 -- clash detection update from Jan Vroonhof
|
|
867 -- Indirect buffers from Hrvoje Niksic
|
|
868 -- ~user completion cleanup from Greg Klanderman
|
|
869 -- New face property from Didier Verna
|
|
870 -- ~user completion and fixes from Greg Klanderman
|
|
871 -- casefiddle.c speedup from Martin Buchholz
|
|
872
|
371
|
873 to 21.2 beta1 "Aeolus"
|
|
874 -- Synch with 21.0-pre6
|
|
875 -- Removal of ancient obsolete symbols courtesy of Altrasoft
|
|
876 -- Fix version numbers
|
335
|
877
|
371
|
878 Fork at 21.0 pre5 "Zhong Wei"
|