803
|
1 to 21.5.6 "bok choi"
|
|
2
|
|
3 UI changes and runtime bugs
|
|
4
|
|
5 -- Fix: process waiting on MS Windows -- Mike Alexander
|
|
6 -- Fix: (maybe) GTK progress bar crashes at startup -- William M. Perry
|
|
7 -- Fix: detect printer set up for metric units -- Jonathan Harris
|
|
8 -- Fix: add_charsets_to_precedence_list -- IKEYAMA Tomonori
|
|
9 -- Change: misc menubar -- John Paul Wallington
|
|
10 -- Add: auto-mode-alist: GNUmakefile is a Makefile, "system default"
|
|
11 Xdefaults and friends get xrdb-mode -- Ville Skytt,Ad(B
|
|
12 -- From Ben Wing <ben@xemacs.org>.
|
|
13 -- Fix: init_process_io_handles obeys coding-system-for-{read,write}.
|
|
14 -- Fix: bug in md5 handling.
|
|
15 -- Fix: data corruption in print.c from print_depth becoming negative.
|
|
16 -- Fix: "nil channel" in MS Windows magic events crashes.
|
|
17 -- Fix: (tentative) redisplay crash freeing display line structures.
|
|
18 -- Fix: (tentative) TTYs don't work.
|
|
19 -- Fix: too-small SHEAP_ADJUSTMENT on Cygwin (can't run temacs).
|
|
20 -- Fix: hscroll/truncation/continuation glyphs causing "jumping lines".
|
|
21 -- Fix: problem with text files with no newlines ().
|
|
22 -- Fix: errors when opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
|
|
23 -- Fix: (partial) excess memory use in Unicode processing, esp. at startup
|
|
24 -- Fix: sample.init.el (grep-all-files-in-current-directory-and-below):
|
|
25 Missing argument.
|
|
26 -- Fix: smoother scrolling on MS Windows.
|
|
27 -- Change: Move the menubar frame commands from the View menu to
|
|
28 the File menu, to be consistent with how most other programs do
|
|
29 things. Move less-used revert/recover items to a submenu. Make
|
|
30 "recover" not prompt for a file, but recover the current buffer.
|
|
31 -- Change: implementation of matching font to charset.
|
|
32 -- Change: default MS Windows font to Lucida Console, increase
|
|
33 default frame size on Windows to 50 lines.
|
|
34 -- Add: runtime flag -no-packages inhibits adding package lisp to load-path.
|
|
35 -- Add: much functionality to behavior.el.
|
|
36 -- Add: more Unicode translation files.
|
|
37
|
|
38 Documentation
|
|
39
|
|
40 -- Add: define STACK_TRACE_EYE_CATCHER for Windows -- Jonathan Harris
|
|
41 -- Texinfo (internals): Add xref in emodules.texi -- Stephen J. Turnbull
|
|
42 -- Texinfo (lispref): Unicode Support, Behaviors -- Stephen J. Turnbull
|
|
43 -- Texinfo (user): Behaviors -- Stephen J. Turnbull
|
|
44 -- Improve auto-mode-alist -- Simon Josefsson
|
|
45 -- Docstrings: completion-ignored-extensions, file-name-all-completions --
|
|
46 John H. Palmieri
|
|
47 -- From Ben Wing <ben@xemacs.org>.
|
|
48 -- New ChangeLog for ./etc/.
|
|
49 -- Updated: NEWS.
|
|
50 -- Improve docs (developers): tree layout, merging branch to trunk.
|
|
51 -- Improve docs (lispref): CL loop, menu sorting, sound-default-alist
|
|
52 -- Obsoleted Lisp: 'sref, char-bytes.
|
|
53 -- Internals: Revamped the sound documentation.
|
|
54 -- Typo fixes -- Adrian Aichner
|
|
55
|
|
56 Lisp API
|
|
57
|
|
58 -- From Ben Wing <ben@xemacs.org>.
|
|
59 -- Fixed: bug in keymap iteration in cl-macs.el.
|
|
60 -- Fix: bugs in language environments English and Ethiopic
|
|
61 -- Change: lisp/mule/*.el -- convert to XEmacs style.
|
|
62 -- Add (synch to GNU): get-window-with-predicate, ALL-FRAMES,
|
|
63 some-window, count-windows, window-safely-shrinkable-p,
|
|
64 count-screen-lines, shrink-window-if-larger-than-buffer
|
|
65 -- Add (line-oriented mouse selection): New functions
|
|
66 mouse-consolidated-yank mouse-yank, mouse-track,
|
|
67 default-mouse-track-normalize-point,
|
|
68 default-mouse-track-return-dragged-selection, mouse-track-by-lines,
|
|
69 mouse-track-insert mouse-track-adjust-by-lines, mouse-track-insert-1,
|
|
70 mouse-track-insert-by-lines, mouse-track-delete-and-insert-by-lines
|
|
71 -- Add (warnings): Add a consistent way to execute code,
|
|
72 catching all errors and displaying a warning, including a
|
|
73 backtrace showing where the error occurred. New functions
|
|
74 backtrace-in-condition-handler-eliminating-handler, with-trapping-errors,
|
|
75 view-warnings. Integrate show-message-log with view-lossage.
|
|
76 -- Add (debugging): New functions debug-print-1, debug-print,
|
|
77 debug-backtrace.
|
|
78 -- Add (misc utils): map-plist, show-memory-usage, compare-strings,
|
|
79 truncate-string-to-width, variable require-prints-loading-message.
|
|
80 -- Add many languages and charsets.
|
|
81 -- Add (autoloads): Support defun*, defmacro*.
|
|
82 -- Add (byte-compiler): with-boundp, if-boundp, when-boundp,
|
|
83 and-boundp, declare-boundp, globally-declare-boundp, with-fboundp,
|
|
84 if-fboundp, when-fboundp, and-fboundp, declare-fboundp,
|
|
85 globally-declare-fboundp, with-byte-compiler-warnings-suppressed
|
|
86 -- Warning fixes.
|
|
87
|
|
88 Internals
|
|
89
|
|
90 -- Add: Get & SetLocaleInfo from winnls.h -- Jonathan Harris
|
|
91 -- Add: codepages latin-jisx0201, japanese-jisx0212, remove
|
|
92 japanese-jisx0208-1978 -- IKEYAMA Tomonori
|
|
93 -- Fix: Use wrap_emacs_*(), not wrap_*() for gtk_boxed, gtk_object, ffi --
|
|
94 William M. Perry
|
|
95 -- Fix: I18N APIs on windows -- Jonathan Harris
|
|
96 -- Fix: typos causing GTK build errors -- Malcolm Purvis
|
|
97 -- Warning fixes -- William M. Perry
|
|
98 -- From Ben Wing <ben@xemacs.org>.
|
|
99 -- Change: error-checking macros: ERROR_CHECK_TYPECHECK -> ERROR_CHECK_TYPES,
|
|
100 ERROR_CHECK_CHARBPOS -> ERROR_CHECK_TEXT, add ERROR_CHECK_DISPLAY,
|
|
101 ERROR_CHECK_STRUCTURES.
|
|
102 -- Change: Redo print_*().
|
|
103 -- Change: character-to-unicode char-to-unicode; also unicode-to-char{acter}.
|
|
104 -- Change: Replace XSETFOO with wrap_foo().
|
|
105 -- Change: symbol->name a Lisp_Object, not Lisp_String *. Eliminate latter.
|
|
106 -- Change: rearrange init calls in emacs.c.
|
|
107 -- Add: (partial) category API compatible with FSF.
|
|
108 -- Add: (partial) GC triggering based on percentage of total memory
|
|
109 usage. Not currently activated.
|
|
110 -- Add: (partial) sledgehammer redisplay check.
|
|
111 -- Add: error-behavior ERROR_ME_DEBUG_WARN.
|
|
112 -- Add: more error checking on Dynarrs.
|
|
113 -- Add: assert_at_line(), for use in asserts inside of inline functions.
|
|
114 -- Add: resizing_buffer_to_lisp_string().
|
|
115 -- Add: function get_charset_limits.
|
|
116 -- Add: (tentative, may go away) foo_checking_assert_at_line() macros.
|
|
117 -- Add: new event methods for printing, comparing, and hashing magic
|
|
118 events, to avoid event-type-specific stuff.
|
|
119 -- Fix eifree(). Use Eistrings in various places
|
|
120 -- Fix: bugs in chartab implementation and doc strings.
|
|
121
|
|
122 Build
|
|
123
|
|
124 -- Fix: make-mswin-unicode.pl -- Ben Wing, Jonathan Harris
|
|
125 -- Fix: .texi files for Cygwin makeinfo -- Jonathan Harris
|
|
126 -- Fix: Perl quoting in Windows build -- Jonathan Harris, Ben Wing
|
|
127 -- Fix: Generate more intermediate files in obj subdirectory -- Jonathan Harris
|
|
128 -- From Ben Wing <ben@xemacs.org>.
|
|
129 -- Fix: require errors in behavior.el
|
|
130 -- Fix: compile error when TTY-only.
|
|
131 -- Change: update check_cygwin_setup.sh for current Cygwin reality.
|
|
132 -- Change: Makefile regenerates itself if out of date.
|
|
133 -- Change: improve error-checking config for Windows
|
|
134 -- Add: HAVE_SYS_TIMES_H config.h #define.
|
|
135 -- Add: new error-checking types in configure.
|
|
136 -- Add: .cvsignore
|
|
137
|
762
|
138 to 21.5.5 "beets"
|
|
139
|
|
140 Documentation
|
|
141 -- new external-widget example node -- Stephen Turnbull
|
|
142 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull
|
|
143 -- new Swedish TUTORIAL -- Mats Lidell
|
|
144 -- update etc/BETA -- Jarl Friis, Stephen Turnbull
|
|
145 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull
|
769
|
146 -- fixes for build-breaking typos in Info docs -- Jeff Miller, Darryl Okahata
|
|
147 -- misc comment and docstring improvements -- Valdis Kletnieks
|
|
148 Pretty much all the code fixers fixed docs too: keep up the good
|
|
149 work, folks!
|
762
|
150
|
|
151 UI
|
|
152 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner
|
|
153 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string,
|
|
154 overwrite-mode-line-string, auto-fill-mode-line-string,
|
|
155 defining-kbd-macro-mode-line-string -- John Paul Wallington
|
|
156 -- improve GTK clipboard handling -- Eric Gillespie, Jr.
|
|
157 -- improve Info dir - generate file if non-existent -- Michael Sperber
|
|
158 -- improve printer handling -- Adrian Aichner, Bj,Av(Brn Torkelsson
|
|
159 -- support GUI toolbar shadow thickness adjustment -- Bill Perry
|
|
160 -- support ISO 8859/15 (Euro) -- Stephen Turnbull
|
|
161 -- support Sieve in auto-mode-alist -- Simon Josefsson
|
|
162 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno
|
|
163
|
|
164 Lisp API
|
|
165 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler
|
|
166
|
|
167 Internals
|
|
168 -- improve dead console handling in post-command code -- Ben Wing
|
|
169 -- improve handling when XOpenDevice calls error handler -- Mike Sperber
|
|
170 -- move disabled-command-loop to C -- Jan Vroonhof
|
|
171
|
|
172 Build
|
|
173 -- improve Athena widgets detection -- Jan Vroonhof
|
|
174
|
724
|
175 to 21.5.4 "bamboo"
|
|
176 -- auto-mode support .9 files as man pages -- Michael Sperber
|
|
177 -- auto-mode support configure.ac as m4 -- Edward M. Lee
|
|
178 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
|
|
179 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
|
|
180 -- David A. Panariti
|
|
181 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
|
|
182 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
|
|
183 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
|
|
184 -- mark buffer as modified when changing coding system -- Andy Piper
|
|
185 -- minor mode mode-line-strings now customizable -- John Paul Wallington
|
|
186 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
|
|
187 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
|
|
188 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
|
|
189 -- support sub-expression replacement in replace-match -- Torsten Duwe
|
|
190 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
|
|
191 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
|
|
192 -- use version-specific name for root testing -- Michael Sperber
|
|
193 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
|
|
194 but run-in-place XEmacs won't find installed packages.
|
|
195
|
|
196 -- HTML docs from Texinfo sources -- Adrian Aichner
|
|
197 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
|
|
198 -- improve package system documentation -- Stephen Turnbull
|
|
199 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
|
|
200 -- update developer personal info -- Jan Vroonhof, Michael Diers
|
|
201 -- many doc fixes and improvements, sorry about the credits :-(
|
|
202
|
|
203 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
|
|
204 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
|
|
205 -- mark-paragraph - added optional argument -- John Paul Wallington
|
|
206
|
|
207 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
|
|
208 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
|
|
209 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
|
|
210 -- omit -Wshadow when compiling with g++ -- Ben Wing
|
|
211 -- use the ld reported by gcc, not gcc -- Andrew Begel
|
|
212 -- work around lack of support for autoconf 2.5x -- Didier Verna
|
|
213
|
|
214 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
|
|
215 -- fix "can't close last window" bug -- Adrian Aichner
|
|
216 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
|
|
217 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
|
|
218 -- fix PGP signature handling in package UI -- Steve Youngs
|
|
219 -- fix allocation of module-defined names in symbol table -- Andrew Begel
|
|
220 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
|
|
221 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
|
|
222 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
|
|
223 -- fix early dereference crash in decode_buffer -- Torsten Duwe
|
|
224 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
|
|
225 -- fix 'report-xemacs-bug' issues -- Steve Youngs
|
|
226 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
|
|
227 -- fix several package-get bugs -- Steve Youngs
|
|
228 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
|
|
229 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
230 -- fix window_loop iteration across multiple devices -- Darryl Okahata
|
|
231 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
|
|
232 -- make sure installed.db gets updated after updating packages -- Andy Piper
|
|
233
|
|
234 -- GTK improvements/fixes -- Bill Perry
|
|
235 -- add face mappings
|
|
236 -- fix "can't shut up bell" bug
|
|
237 -- fix some face initialization bugs
|
|
238 -- fix subwindow handling
|
|
239 -- fix yes-or-no-p lossage
|
|
240 -- improve conformance to internal APIs
|
|
241 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
|
|
242 default GtkStyle
|
|
243 -- remove useless XPM color symbol checks
|
|
244
|
|
245 -- MS Windows improvements/fixes -- Andy Piper
|
|
246 -- better build portability
|
|
247 -- change registry key to XEmacs.
|
|
248 -- add/fix Cygwin handling of URLs and win32 paths
|
|
249 -- fix focus and event handling in scrollbars
|
|
250 -- fix get-popup-menu-response bug
|
|
251 -- improve DDE support
|
|
252 -- improve netinstaller, especially uninstall and shortcuts
|
|
253 -- improve popup dialog handling
|
|
254 -- new directory dialog support
|
|
255 -- quit if the user cancels in directory dialog
|
|
256 -- Cygwin nox-xpm detection -- Charles Wilson
|
|
257 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
|
|
258 -- fix file handle leak in pipes -- Mike Alexander
|
|
259 -- initial VC.NET support -- Andrew Begel
|
|
260
|
|
261 -- Rename/redefine integral types -- Ben Wing
|
|
262 -- See src/ChangeLog for details and rationale.
|
|
263 -- All integral types that measure quantities of anything are signed.
|
|
264 -- All quantity types boil down to EMACS_INT, except Hashcode,
|
|
265 which is an unsigned value of the same size as EMACS_INT.
|
|
266 -- Type names should be relatively short, with the first letter
|
|
267 capitalized and no underscores if they can be avoided.
|
|
268 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
|
|
269 -- "*bpos" == one-based buffer position.
|
|
270 -- "Char" refers to internal-format characters, not to the C type "char".
|
|
271 -- CVS: improve .cvsignore files -- Adrian Aichner
|
|
272 -- autoload handling improvements -- Didier Verna
|
|
273 -- improve handling of face inheritance/fallback -- Jan Vroonhof
|
|
274 -- condense repetitive window-system settings to 'win default' -- Bill Perry
|
|
275 -- improve debugging in event-msw.c -- Adrian Aichner
|
|
276 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
|
|
277 -- Adrian Aichner
|
|
278 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
|
|
279 -- unify GUI pixmap handling -- Bill Perry
|
|
280 -- unify toolbar handling across GUI platforms -- Bill Perry
|
|
281
|
653
|
282 to 21.5.3 "asparagus"
|
|
283 -- Add missing XIM unregister callback on Motif -- Glynn Clements
|
|
284 -- Improve debugging in event-msw.c, fix "can't close last window" bug
|
|
285 -- Adrian Aichner
|
|
286 -- Improve Info docs for widget.el -- Stephen J. Turnbull
|
|
287 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull,
|
|
288 Adrian Aichner
|
|
289 -- Autoload handling improvements -- Didier Verna
|
|
290 -- More 'report-xemacs-bug' updates -- Steve Youngs
|
|
291 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
292 -- Synch configure.usage options with configure -- Peter Brown
|
|
293
|
529
|
294 to 21.5.2 "artichoke"
|
640
|
295 -- fixes and improvements -- Ben Wing
|
|
296 -- etags.c synched to upstream
|
|
297 -- lisp/term/*.el cleanup
|
|
298 -- miscellaneous help improvements
|
|
299 -- transpose-line-up/down maybe moves the region
|
|
300 -- MS Windows init improvements
|
|
301 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el
|
|
302 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP
|
|
303 -- font-lock-mode: fix problem with buffers starting with a space
|
|
304 -- make find-library search patch configurable
|
|
305 -- fix Dired problem with directories containing [] and code that
|
|
306 destructively modifies an existing string
|
|
307 -- stop mark_window_as_deleted from deleting information that needs to
|
|
308 be accessed by set-window-configuration
|
|
309 -- Lisp object structure rationalization
|
|
310 -- fix two nasty bugs in the unwinding code
|
|
311 -- fix mouse wheel/dead window crash under MS Windows
|
|
312 -- mswindows_utime, close_file_data: fix off-by-one-indirection error
|
|
313 -- control-G handling fixes for MS Windows
|
|
314 -- debug-mswindows-events and related code introduced
|
|
315 -- rearrange the signal-handling code to eliminate the former
|
|
316 spaghetti logic paths in it; document; fix numerous bugs
|
|
317 -- maintain the "iconified" state, to fix the "can't delete a frame" bug
|
|
318 -- use CBufbyte instead of char for error/warning functions
|
|
319 -- prepare to remove encapsulation
|
|
320 -- make play_sound_data return an int, like all other such functions
|
|
321 -- use EMACS_SIGNAL to avoid preprocessing games with signal()
|
|
322 -- gc-in-window-procedure fixes
|
|
323 -- Cygwin setitimer fixes
|
|
324 -- windows shell fixes
|
|
325 -- more structured errors
|
|
326 -- MS Windows network stream data corruption fixes
|
|
327 -- fix ~user file name handling
|
|
328 -- rename MAX_PATH to standard PATH_MAX
|
|
329 -- fix error compiling regexps with back-references in them
|
|
330
|
|
331 -- fixes and improvements -- Martin Buchholz
|
|
332 -- byte optimizer fixes
|
|
333 -- move alloca twiddling after the feature test definitions, but
|
|
334 before the first "real" code
|
|
335 -- internal DECIMAL_PRINT_SIZE macro
|
|
336 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files
|
|
337 -- avoid test failure if (temp-directory) is a symlink
|
|
338 -- handle buggy Sun realloc()
|
|
339
|
|
340 -- GTK fixes -- Bill Perry
|
|
341 -- GTK popup dialog fix
|
|
342 -- GTK added to font-window system mappings
|
|
343 -- gtk-marshal.el updated for new hash.c, and generator fixes,
|
|
344 -- GTK scrollbar fixes
|
|
345 -- buttons are now modifiers, so selection with the mouse works again
|
|
346 -- fix the disappearing GTK scrollbar problem
|
|
347
|
|
348 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom
|
|
349 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull
|
|
350 -- new hooks for package installation and deletion -- Sean MacLennan
|
|
351 -- locate-library completes and other package UI improvements -- Robert Pluim
|
|
352 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber
|
|
353 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand
|
|
354 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno
|
|
355 -- custom-display works on the GTK platform -- Karl Hegbloom
|
|
356 -- mouse-track fixes -- Adrian Aichner, Ben Wing
|
|
357 -- dragdrop fix for windowless events -- Mike Alexander
|
|
358 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker
|
|
359 -- gpmevent.c header inclusion fixes -- Bill Perry
|
|
360 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry
|
|
361 -- remove lisp_string_set_file_times() because set_file_times() now
|
|
362 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing
|
|
363 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson
|
|
364 -- new, faster implementation of long_to_string -- Hrvoje Niksic
|
|
365 -- Qccl_error: New error -- Yoshiki Hayashi
|
|
366 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning
|
|
367 -- fix crash with an unavailable network printer -- Mike Alexander
|
|
368 -- add support for MacOS X -- Greg Parkin and Martin Buchholz
|
|
369 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull
|
|
370 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi
|
|
371
|
|
372 -- warning, style, and doc fixes and improvements
|
|
373 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz
|
|
374 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz
|
|
375 -- code style corrections -- Ben Wing, Martin Buchholz
|
|
376 -- build improvements -- Ben Wing, Martin Buchholz
|
|
377 -- configure improvements and fixes -- Martin Buchholz, Ben Wing,
|
|
378 Stephen J. Turnbull
|
|
379 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve
|
|
380 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul
|
|
381 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill
|
|
382 'Big K' Katsnelson
|
529
|
383
|
478
|
384 to 21.5.1 "anise"
|
514
|
385 -- This release contains a huge pile of changes by Ben Wing, including
|
|
386 both bug fixes and features. Highlights:
|
|
387 -- Many changes to make printing work on Windows
|
|
388 -- byte-compilation speed improvements
|
|
389 -- New functions for cleanly eliminating byte-compiler warnings
|
|
390 -- Remove core bytecompiler warnings
|
|
391 -- Improve interactive help interface
|
|
392 -- etags improvements
|
|
393 -- Better "About XEmacs" page
|
|
394 -- Windows configury changes
|
|
395 -- Get QUIT working on Windows
|
|
396 -- Fix shy group regexp code
|
|
397 -- etc. etc.
|
|
398
|
521
|
399 -- The `short-name' argument to make-charset now works correctly
|
|
400 -- Yoshiaki Kasahara
|
514
|
401 -- `custom' changes -- Didier Verna
|
|
402 -- SET_FACE_PROPERTY bug fix -- Jerry James
|
|
403 -- Unix tty configury changes -- Martin Buchholz
|
|
404 -- Fix compile error with g++ on bsdi -- Martin Buchholz
|
|
405 -- Fix crash with xlc -O3 -- Martin Buchholz
|
|
406 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
|
521
|
407 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
|
514
|
408 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
|
|
409 -- Make hash table mapping safe -- Martin Buchholz
|
477
|
410
|
762
|
411 Fork from 21.2: 21.5.0 "alfalfa"
|
|
412 -- For changes up to 21.4.0, see etc/NEWS
|