1510
|
1 to 21.5.14 "cassava"
|
|
2
|
|
3 This release has a few documentation updates thanks to Steve
|
|
4 Turnbull, better Makefile handling for modules on MacOSX from
|
|
5 Andrew Begel and Jerry James. Also, it is now possible for the
|
|
6 user to specify the location of the package-index file for PUI to
|
|
7 use, see `package-get-package-index-file-location'.
|
|
8
|
|
9 Build
|
|
10
|
|
11 -- Autoconf tweaks for building modules on MacOSX - James.
|
|
12 -- GCC fixes in ellcc.c - James.
|
|
13 -- Module Makefile fixes - Begel, James.
|
|
14 -- Fix shadow warning in regex.c - James.
|
|
15
|
|
16 Documentation
|
|
17
|
|
18 -- New TeXinfo node "Searching and Matching" - Turnbull.
|
|
19 -- New section "Legacy Versions" in FAQ - Turnbull.
|
|
20 -- New FAQ question Q8.0.1 - Turnbull.
|
|
21 -- Update split-string specs in "Regexp Search" - Turnbull.
|
|
22
|
|
23 Internals
|
|
24
|
|
25 -- Package index file updated - Koch.
|
|
26 -- Add some debug checks in file-coding.c - Turnbull.
|
|
27
|
|
28 Lisp API
|
|
29
|
|
30 -- Make error message report the sym checked in
|
|
31 `autoload-featurep-protect-autoloads' -- Turnbull.
|
|
32 -- `split-string' tweaks - Turnbull.
|
|
33 -- Make the location of the package-index file user customisable - Youngs.
|
|
34 -- Turn on package-index file PGP verification - Youngs.
|
|
35 -- Only use message if interactive for functions in replace.el - Josefsson.
|
|
36
|
1457
|
37 to 21.5.13 "cauliflower"
|
|
38
|
1473
|
39 Remember that bug that made return behave as linefeed in a TTY? It's
|
|
40 gone! Thanks go out to Jerry James and Steve Turnbull for squashing
|
|
41 this year old bug. Of course, that wasn't the only bug fixed this
|
|
42 time around.
|
1457
|
43
|
|
44 Here are the highlights:
|
|
45
|
|
46 Build
|
|
47
|
|
48 -- Don't look for Motif if it's already been found - Buchholz.
|
|
49 -- Darwin, Cygwin, BerkDB autoconf fixes - Turnbull.
|
|
50 -- Make DEFUNed functions be tags - Buchholz.
|
|
51 -- Allow compiling with Motif 1 and linking with Motif 2 - Buchholz.
|
1473
|
52 -- Update regexp tests - Turnbull.
|
|
53 -- Don't autodetect ESD (Enlightened Sound Daemon) - Turnbull.
|
1457
|
54
|
|
55
|
|
56 Documentation
|
|
57
|
|
58 -- New section in PROBLEMS auxilary programs for Windows - Turnbull.
|
|
59 -- FAQ updates
|
|
60 Q6.4.3 New aux programs for Windows - Turnbull.
|
1473
|
61 -- Document failed match preserves data - Turnbull.
|
1457
|
62
|
|
63
|
|
64 Internals
|
|
65
|
|
66 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c - Pluim.
|
|
67 -- Better support for externally defined lrecord types - Begel.
|
1473
|
68 -- Only call `xm_update_progress' if Motif is defined - Youngs.
|
|
69 -- Define __STDC__ for BerkeleyDB - Buchholz.
|
|
70 -- Fix bug where XEmacs couldn't find its .dmp file - Buchholz.
|
|
71 -- Move `filemodestring' from lisp.h to sysfile.h - Golubev.
|
|
72 -- Clean ups against the possibility of sys/stat.h defining stat - Turnbull.
|
|
73 -- Search/match updates - Turnbull.
|
1457
|
74
|
|
75
|
|
76 Lisp API
|
|
77
|
|
78 -- Fix bug preventing installing new packages - Youngs.
|
|
79 -- Put exit message on separate line in `command-error' - Turnbull.
|
|
80 -- Temporarily turn off PGP verification of package-index - Youngs.
|
|
81 -- Remove keymapings for 'function-key-error' - James.
|
1473
|
82 -- Fix bug that mapped RET to LFD in TTYs - James.
|
1457
|
83
|
|
84
|
1431
|
85 to 21.5.12 "carrot"
|
|
86
|
|
87 Lots of updates, fixes, and features from Ben Wing (he never stops).
|
|
88 Also, a lot of work has gone into cleaning up the test suite. Thanks
|
|
89 to Steve Turnbull, Jerry James, Daiki Ueno because now all tests from
|
|
90 'make check' pass 100% (at least on GNU/Linux).
|
|
91
|
|
92 Here are the highlights:
|
|
93
|
|
94 Build
|
|
95
|
|
96 -- Updates to configure.in - Steuck, James, Skyttä, Wing.
|
|
97 -- Major updates to Makefile.in.in - Wing.
|
|
98 -- Allow for separate build and source directories - Wing.
|
|
99 -- Fix some compiler warnings - Wing.
|
|
100 -- Major clean up of xemacs.mak and friends - Wing, Aichner.
|
|
101 -- Fix some Solaris 2.7 CC compiler warnings - Persico.
|
|
102 -- Fix for building on Mac - Palmer.
|
|
103 -- Work around a problem compiling with '--use-union-type' on Intel's
|
|
104 ICC compiler - Buchholz.
|
|
105 -- Fix problems with rel-alloc compilation - Wing.
|
|
106 -- Sequentialize dependencies even more in update-elc-2 - Sperber.
|
|
107 -- Don't fatal() in 'report_sheap_usage' when need to rerun Make -
|
|
108 Wing.
|
|
109 -- Various updates to the test suite - Turnbull.
|
|
110
|
|
111 Documentation
|
|
112
|
|
113 -- Updates to
|
|
114 INSTALL - Turnbull, Wing.
|
|
115 PROBLEMS - Turnbull, Wing.
|
|
116 -- Global substition of .Xresources for .Xdefaults - Turnbull.
|
|
117 -- Update packages in ./etc/BETA - Skyttä.
|
|
118 -- Doc string updates - Korytov, Turnbull, Wing.
|
|
119 -- TeXinfo updates - Aichner, Turnbull, Wing, Youngs.
|
|
120
|
|
121 Internals
|
|
122
|
|
123 -- Fix stale match data after failed search bug - Turnbull.
|
|
124 -- Reformat function definitions correctly in menubar-gtk.c and
|
|
125 event-gtk.c - Turnbull.
|
|
126 -- Fix bug matching ASCII character classes to Mule characters -
|
|
127 Ueno.
|
|
128 -- Frame updates for MS Win - Alexander.
|
|
129 -- Add .dylib as an acceptable shared library file extension to
|
|
130 support MacOS X - Begel.
|
|
131 -- Fix bug in database.c for Berkdb 4.1 - Turnbull.
|
|
132 -- Regex fixes - Turnbull, Wing.
|
|
133 -- Coding system updates - Wing.
|
|
134 -- Add clear-left-side functionality in print.c - Wing.
|
|
135 -- Seg fault rather than abort on Cygwin in 'assert_failed' - Wing.
|
|
136 -- Delete popup-data object - Wing.
|
|
137 -- Delete menubar_data field from frames - Wing.
|
|
138 -- Clean up handling of lwlib callback data GCPRO'ing - Wing.
|
|
139 -- Use ALLOCA() in regex.c to avoid excessive stack allocation -
|
|
140 Wing.
|
|
141 -- Fix subtle problem with REL_ALLOC() - Wing.
|
|
142 -- Change *run_hook*_trapping_problems to take a warning class, not a
|
|
143 string - Wing.
|
|
144 -- Mule-ize encrypt/decrypt-string code - Wing.
|
|
145 -- Delete all support for bit-rotten CANNOT_DUMP - Wing.
|
|
146 -- Fix crash due to attempt to free objects across dump/undump -
|
|
147 Wing.
|
|
148 -- Don't get in an infinite loop running post-redisplay actions -
|
|
149 Wing.
|
|
150 -- Make gc_currently_forbidden static - Wing.
|
|
151 -- Defer redrawing if already in redisplay - Wing.
|
|
152 -- Add debug code for locking a dynarr to catch invalid mods - Wing.
|
|
153 -- Ensure that various glyph functions that eval within redisplay
|
|
154 protect the evals - Wing.
|
|
155 -- Defer specifier-changed updating till after redisplay - Wing.
|
|
156 -- Require that every place inside of redisplay catch errors itself -
|
|
157 Wing.
|
|
158 -- Introduce separate means of holding frame-size changes - Wing.
|
|
159 -- Introduce "post-redisplay" methods for deferring things till after
|
|
160 redisplay - Wing.
|
|
161 -- Disable all quit checking in redisplay - Wing.
|
|
162 -- Use _wexecve() when under Windows NT for Unicode correctness -
|
|
163 Wing.
|
|
164 -- Update list of possibly valid console types - Wing.
|
|
165 -- Turn on Vstack_trace_on_error 'Frun_emacs_from_temacs' so that
|
|
166 errors are debuggable even when occurring extremely early in
|
|
167 reinitialization - Wing.
|
|
168 -- Define new function `emacs-run-status' - Wing.
|
|
169 -- Fix crash caused by an edge condition in the syntax-cache macros -
|
|
170 Wing.
|
|
171 -- Eliminate HAVE_WIN32_CODING_SYSTEMS, use WIN32_ANY instead - Wing.
|
|
172 -- Don't check_quit() unless we're unbinding a real Lisp
|
|
173 `unwind-protect' - Wing.
|
|
174 -- Make absolutely sure there is no quit checking while we are in a
|
|
175 "critical section" during frame deletion - Wing.
|
|
176
|
|
177 Lisp API
|
|
178
|
|
179 -- Fix infloop in font-lock for java files - Choi.
|
|
180 -- Fix split-string - Turnbull.
|
|
181 -- Support '(filename)nodename' as argument to 'info' - Steib.
|
|
182 -- Major clean up of the PUI code - Youngs.
|
|
183 -- Use 'equal' instead of '=' in 'saved-window-equal' - James.
|
|
184 -- Updates to wid-edit.el - Turnbull.
|
|
185 -- Better layout for Tools -> Packages -> Download Site menu -
|
|
186 Aichner.
|
|
187 -- More sites added to packages download sites menu - Aichner.
|
|
188 -- Byte-compiler warning clean up and lots of synching with FSF 21.2
|
|
189 code - Wing.
|
|
190 -- Move lots of high-level code for computing paths into
|
|
191 setup-paths.el from various places - Wing.
|
|
192 -- Mule and coding system updates - Wing, Turnbull.
|
|
193
|
|
194
|
1307
|
195 to 21.5.11 "cabbage"
|
|
196
|
|
197 Lots of improvements and fixes this time around. One of our key
|
|
198 players, Ben Wing, has drastically improved font-locking (go turn on
|
|
199 lazy-lock to check it out). Apart from many other bug fixes, Ben
|
|
200 has also given us a speed up to the build process (--quick-build
|
|
201 configure option).
|
|
202
|
|
203 Other stars we should mention are: Mike Sperber, for window
|
|
204 configuration fixes and updates; Stephen Turnbull for build fixes,
|
|
205 documentation and typo fixes. Stephen also gave us some major updates
|
|
206 to autoload.el and wid-edit.el. And also Jerry James with some more
|
|
207 DSO updates.
|
|
208
|
|
209 Here are the highlights:
|
|
210
|
|
211 Build
|
|
212
|
|
213 -- Updates to test suite - Turnbull.
|
|
214 -- Use -no-autoloads with update-elc-2 - Wing.
|
|
215 -- Check for strupr and strlwr - Sperber.
|
|
216 -- Delete auto-autoloads.el* & cutom-load.el* files on make clean - Turnbull.
|
|
217 -- Fix --srcdir processing - Turnbull.
|
|
218 -- Define DLSYM_NEEDS_UNDERSCORE on Darwin - Turnbull.
|
|
219 -- Use opsys=aix4-2 for AIX 5 and above - Buchholz.
|
|
220 -- Make ellcc search XEmacs directories for include files 1st - James.
|
|
221 -- Set stack-trace-on-error, load-always-display-messages - Wing.
|
|
222 -- Overhaul update-elc.el, cus-dep, autoload (speed ups) - Wing.
|
|
223 -- Various compiler warning fixes - Wing.
|
|
224 -- FreeBSD updates in modules/Makefile.common - Pluim.
|
|
225 -- Warning fix in eldap.c - James.
|
|
226 -- Support C++ & KKCC compilation in Windows - Wing.
|
|
227 -- Various fixups in nt/config.in.samp - Wing.
|
|
228 -- Fixes in xemacs.mak - Wing.
|
|
229 -- Clean up compile errors with C++ under Windows - Wing.
|
|
230 -- Re-order sections in ldflags for gcc 3.2 - Okhapkin.
|
|
231 -- Restore USE_XFONTSET - Turnbull.
|
|
232 -- New symbol: DLSYM_NEEDS_UNDERSCORE - Turnbull.
|
|
233 -- Guard against multiple definitions of _ALL_SOURCE - Buchholz.
|
|
234 -- QUICK_BUILD updates - Wing.
|
|
235
|
|
236 Documentation
|
|
237
|
|
238 -- Major update to configure.usage - Wing.
|
|
239 -- New developer bio's - James, Skyttä, Golubev.
|
|
240 -- Amendments/additions to PROBLEMS:
|
|
241 - PostgreSQL DSO with --error-checking=all - James.
|
|
242 - Consolidate Motif problems into one section - Turnbull.
|
|
243 -- Amendments/additions to INSTALL:
|
|
244 - Recommend Mule - Turnbull.
|
|
245 - Deprecate stripped binaries - Turnbull.
|
|
246 -- General tidy up of etc/BETA, rewrite sections dealing with packages
|
|
247 and building from scratch - Youngs.
|
|
248 -- General doc fixes, typos etc - Youngs, Turnbull, Palmer, Wing.
|
|
249 -- Fix xref in Auto-Saving - Aichner.
|
|
250 -- Update Local.rules File section in packages.texi - Youngs.
|
|
251 -- Clarify package hierarchy structure - Turnbull.
|
|
252 -- Major fixup of internals.texi - Wing.
|
|
253 -- Lots of Mule rewriting in lispref/mule.texi - Wing.
|
|
254 -- Document USE_UNION_TYPE evilness - Wing.
|
|
255 -- Document event-matches-key-specifier-p better - Wing.
|
|
256 -- Change illegal (for C) '//' comments to '/* */' - Shelton, Turnbull.
|
|
257
|
|
258 Internals
|
|
259
|
|
260 -- Synch rcs2log to GNU upstream - Youngs.
|
|
261 -- Use symbolic name `XtExposeCompressMaximal' instead of `TRUE' in
|
|
262 xlwMenuClassRec - Buchholz.
|
|
263 -- In xm_update_progress, don't define unless LWLIB_WIDGETS_MOTIF - Buchholz.
|
|
264 -- Rename class -> class_ & new -> new_ - Wing.
|
|
265 -- KKCC update in postgresql.c - Wing.
|
|
266 -- KKCC update in eldap.c - James.
|
|
267 -- Fix for unix_create_process - Ueno.
|
|
268 -- Set stack reserve size during unexec() - Piper.
|
|
269 -- Use 'struct htentry' not 'struct hentry' in elhash.c - Wing.
|
|
270 -- New macros ALIST_LOOP_3, ALIST_LOOP_4.
|
|
271 -- Fix 'xemacs -batch -l dunnet' under Cygwin - Wing.
|
|
272 -- Implement delaying of XFlush() if pending expose events - Wing.
|
|
273 -- Fix some longstanding bugs in X quit handling - Wing.
|
|
274 -- Correct the message output upon crashing to be more up-to-date - Wing.
|
|
275 -- Add dp() & db() as short synonyms of debug_print() &
|
|
276 debug_backtrace() - Wing.
|
|
277 -- Add C++ error-checking code to verify problems with GCPRO/UNGCPRO - Wing.
|
|
278 -- Change the way gap arrays are allocated (for KKCC) - Wing.
|
|
279 -- Now lcrecords set the type of items sitting on the free list to
|
|
280 lcrecord_type_free - Wing.
|
|
281 -- All lcrecord allocation functions now zero out the returned
|
|
282 lcrecords - Wing.
|
|
283 -- Additional asserts in FREE_FIXED_TYPE - Wing.
|
|
284 -- Make bit vectors lcrecords, like vectors - Wing.
|
|
285 -- MARKED_SLOT() call no longer includes semicolon - Wing.
|
|
286 -- Factor out some code duplicated in KKCC and pdump - Wing.
|
|
287 -- KKCC updates - Wing.
|
|
288 -- Add a fifth field "flags" to memory_description - Wing.
|
|
289 -- Add support for "description maps" - Wing.
|
|
290 -- Redo XD_UNION so it works inline and change format to provide info
|
|
291 for pdump - Wing.
|
|
292 -- Textual changes:
|
|
293 - lrecord_description -> memory_description - Wing.
|
|
294 - struct_description -> sized_memory_description - Wing.
|
|
295 -- Initialize protect_me field of popup_data in set_frame_menubar - Sperber
|
|
296 -- GTK updates - Sperber.
|
|
297 -- Don't lead to a crash if dealing with a dead
|
|
298 window/frame/device/console - Sperber.
|
|
299 -- Prevent crash for combination windows - Sperber.
|
|
300 -- Window fixes in Fdelete_window - Sperber.
|
|
301 -- Module updates in emodules.h - James.
|
|
302 -- Fprovide from 'vars_of_file_coding' not 'syms_of_file_coding' - Turnbull.
|
|
303 -- Fix syntax of macro in 'mark_object_maybe_checking_free - Turnbull.
|
|
304 -- Eliminate bogus require-prints-loading-message - Wing.
|
|
305 -- Turn on `load-warn-when-source-newer' by default - Wing.
|
|
306 -- Fix up crashes when selecting menubar items due to lack of GCPROing
|
|
307 - Wing.
|
|
308 -- Implement tail-recursion in KKCC - Wing.
|
|
309 -- Fix UTF-(8|16) detector - Wing.
|
|
310 -- Fix problems with reentrant calling of lwlib and associated crashes
|
|
311 when selecting menu items - Wing.
|
|
312 -- Improve redisplay handling of preemption - Wing.
|
|
313 -- Return the parameter from strlvr, strupr, depend on !HAVE_STRUPR - James.
|
|
314 -- In sysdll.c included lisp.h to define needed alloca_array - Begel.
|
|
315 -- Pull GC_CHECK_NOT_FREE out of USE_KKCC - Sperber.
|
|
316 -- Abort when any attempts to output a stream console are made - Wing.
|
|
317 -- Formatting fixes in redisplay-output.c - Wing.
|
|
318 -- Clean up redisplay a bit - Wing.
|
|
319 -- Fix scrollbar code TTY devices don't have them - Sperber.
|
|
320 -- Major reworking of profile code - Wing.
|
|
321 -- Dramatically improve redisplay speed over slow X connections - Buchholz.
|
|
322 -- Move syntax table description from buffer.c to syntax.c - Wing.
|
|
323 -- Updates to char,mirror,syntax tables code - Wing.
|
|
324 -- Niggly whitespace fixups - Wing.
|
|
325
|
|
326 Lisp API
|
|
327
|
|
328 -- Updates to (japan|cryil)-util.el - Turnbull.
|
|
329 -- Updates to how XEmacs computes various paths - Sperber.
|
|
330 -- Window configuration fixes - Sperber, Wing.
|
|
331 -- Make Info-insert-dir end n separator - Buchholz.
|
|
332 -- Drastically reorganise autoload.el - Turnbull.
|
|
333 -- Omit M-S-home/end from motion keys - Wing.
|
|
334 -- Synch wid-edit to GNU/Emacs 21.3.50 - Turnbull.
|
|
335 -- Updates to hyper-apropos - Wing.
|
|
336 -- Reorganise Help -> Info submenu - Wing.
|
|
337 -- Fix bug when end > start in text-props - Wing.
|
|
338 -- Fix walk-windows - Wing.
|
|
339 -- Fix for call to set-language-unicode-precedence-list - Nyyss~nen.
|
|
340 -- Synch up byte-optimize.el - Wing.
|
|
341 -- Include FUNLIST argument to generate-c-file-autoloads-1 - Wing.
|
|
342
|
|
343
|
1146
|
344 to 21.5.10 "burdock"
|
|
345
|
1187
|
346 Please accept my apologies for the very long wait between releases
|
|
347 this time around. My PC chose the 21.5.10 development cycle to go up
|
|
348 in a sickening cloud of smoke. :-( (Steve Youngs <youngs@xemacs.org>)
|
|
349
|
|
350 Lots of updates from Ben Wing (as always), also from Andy Piper, Mike
|
|
351 Sperber, and Stephen Turnbull with lots of documentation updates and
|
|
352 fixes. One new exciting addition in this release is that the LDAP and
|
|
353 PostgreSQL code has been extracted out of the core C code and moved to
|
|
354 DSO's. We have Jerry James to thank/blame/worship for that.
|
|
355
|
|
356 Build
|
|
357
|
|
358 -- Reset sheap-adjustment to zero - Piper.
|
|
359 -- Make --pdump default to yes on Linux - Turnbull.
|
|
360 -- Only use -Wpacked in GCC v3 - Wing.
|
|
361 -- Remove LISP_FLOAT_TYPE definition. - James.
|
|
362 -- Temporarily disable DSO's under Cygwin - Wing.
|
|
363 -- Updates to DSO building code (Makefile.in, configure.in etc) - Wing, James.
|
|
364 -- Separate compiler warning flags from CFLAGS - Wing.
|
|
365 -- Delete auto-autoloads.e* & custom-load.e* on 'make clean' - Turnbull.
|
|
366 -- Disable detection of 'getaddrinfo' for HP-UX 11.XX - Turnbull.
|
|
367 -- Include modules directories in 'make tags' - Youngs.
|
|
368 -- Fix shadowing warnings in make-docfile.c - Wing.
|
|
369 -- Move the common stuff from postgresql/ldap Makefile.in.in &
|
|
370 configure.ac's into a "common" Makefile and configure script -
|
|
371 Wing.
|
|
372 -- Major cleanup of ellcc - Wing, James.
|
|
373 -- Add Makefile var to pick up '--site-libraries' in DSO's - Youngs.
|
|
374 -- Avoid unnecessary deviations from UNIX 'describe-installation' in
|
|
375 xemacs.mak - Aichner.
|
|
376 -- Don't confirm overwriting files in xemacs.mak - Aichner.
|
|
377 -- Support 'xemacs_extra_name' in xemacs.mak - Aichner.
|
|
378 -- Some gcc/g++ 3 fixes - Wing.
|
|
379 -- Warning fixes - Wing.
|
|
380 -- Fix some C++ errors - Wing.
|
|
381 -- Allow for C needing volatile and C++ that can't have volatile,
|
|
382 remove previous volatile hacks - Wing.
|
|
383 -- Try for a working Cygwin build with old unexec - Wing.
|
|
384 -- Warning suppression - Turnbull.
|
|
385 -- New Mule character class regexp tests - Turnbull, Ueno.
|
|
386 -- Better handling of known bugs in tests - Turnbull.
|
|
387 -- Add test for stale subexpr match-data - Turnbull.
|
|
388 -- Update syntax-table tests - Turnbull.
|
|
389 -- Add word-boundary regexp tests - Turnbull.
|
|
390
|
|
391 Documentation
|
|
392
|
|
393 -- Updates to PROBLEMS file
|
|
394 Running/Linux - Lesstif 0.93.36 - Turnbull
|
|
395 Running/IRIX - Irix 6.5 coredumps - Turnbull
|
|
396 Running/Cygwin - "No cygXpm-noX" fatal error - Turnbull
|
|
397 Missing charsets - Remove ambiguity - Turnbull
|
|
398 Running, General - FontSet warnings - Turnbull
|
|
399 MacOS/X - Stack limitation - Turnbull
|
|
400 Digital Unix - Generalise - Turnbull
|
|
401 AIX - USE_KKCC lossage - Turnbull.
|
|
402 -- Update instructions in info/dir - Wallington.
|
|
403 -- Recommend TeXinfo 4.2 in INSTALL - Turnbull.
|
|
404 -- Add example in sample.Xdefaults - Boffi.
|
|
405 -- Typo fixes - Yamaoka, Youngs, Turnbull, Wing.
|
|
406 -- Docstring fixes - Turnbull, Piper, Skyttä, Wing.
|
|
407 -- Update description of XEmacs Patches and Design ML's - Turnbull.
|
|
408 -- Incorportate ChangeLog.X into ChangeLog - Wing.
|
|
409 -- FAQ additions/amendments:
|
|
410 Debugging FAQ improvements - Wing.
|
|
411 Mention union type bugs - Turnbull.
|
|
412 Debugging HOWTO improvements - Turnbull.
|
|
413 Decoding Lisp objects in the debugger - Turnbull.
|
|
414 Fix location of FAQ on website - Skyttä.
|
|
415 Add missing menu entry for Q3.2.7 - Verna.
|
|
416 Displaying non-ASCII - Turnbull.
|
|
417 Mention bug report commands - Turnbull.
|
|
418 Revise Q1.3.[1-6] - Turnbull.
|
|
419 New FAQ for "no cygXpm-noX" fatal error - Turnbull.
|
|
420 -- New TeXinfo nodes:
|
|
421 "Widget Internals" - Turnbull.
|
|
422 "Simple Specifier Usage" - Turnbull.
|
|
423 "Compilation Options" - Turnbull.
|
|
424 -- Document charset Unification and Tables - Turnbull.
|
|
425 -- Better short description of Mule in Mule submenu - Turnbull.
|
|
426 -- Regression Testing XEmacs design hints & rewrite - Turnbull.
|
|
427 -- Document 'face-frob-from-locale-first' - Golubev.
|
|
428 -- Document 'set-face-background-pixmap-file' - Verna.
|
|
429 -- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level
|
|
430 Modules" - Turnbull.
|
|
431 -- Update "Available Packages" - Skyttä.
|
|
432 -- Document 'append' arg of 'add-to-list' - Skyttä.
|
|
433 -- Add optimisation hints in "Techniques for XEmacs Developers" - Turnbull.
|
|
434
|
|
435 Internals
|
|
436
|
|
437 -- Add *menubar*FontSet and *popup*FontSet entries - Turnbull, Skyttä.
|
|
438 -- Extract ldap and postgresql code from core and put them into DSO's - James.
|
|
439 -- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs
|
|
440 in Gnus) - Wing.
|
|
441 -- Inhibit GC in critical sections - Wing.
|
|
442 -- Fix calculation in 'report_sheap_usage' - Piper.
|
|
443 -- Implement and use new var 'garbage_collection_messages' - Wallington.
|
|
444 -- Fix 'open_database' for Berkeley DB 4.1.x - Allen.
|
|
445 -- Updates to frame code - Sperber.
|
|
446 -- Change C debugger entrance: error message, then stack trace, then
|
|
447 exiting message, then force debugger - Wing.
|
|
448 -- Use EQ not EQUAL in 'mswindows_init_frame_1' - Wing.
|
|
449 -- Better redisplay-related asserts - Wing.
|
|
450 -- Don't generate large warning strings when they'll be discarded - Wing.
|
|
451 -- Implement 'debug-on-error' as documented - Wing.
|
|
452 -- Fix docs relating to QUIT which can't GC under any circumstances - Wing.
|
|
453 -- More robust package compilation and debugging - Wing.
|
|
454 -- Overhaul profile code - Wing.
|
|
455 -- Fix crashes due to incorrectly ported GNU/Emacs code - Wing.
|
|
456 -- Clean up realpath.c - Wing.
|
|
457 -- DdeCreateStringHandle needs to be manual due to new Cygwin bug - Wing.
|
|
458 -- Fix some Cygwin complaints - Wing.
|
|
459 -- Unconditionally use LISP_FLOAT_TYPE code - James.
|
|
460 -- Improve crash message in 'shut_down_emacs' - Turnbull.
|
|
461 -- Update NAS code for NAS 1.6 and later - Toy.
|
|
462 -- Fix "unused variable" warnings in mule-canna.c - Turnbull.
|
|
463 -- Prototype 'enqueue_focus_event' - Turnbull.
|
|
464 -- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' - Piper.
|
|
465 -- Add optional 'noerror' arg to 'Frequire' - Wallington.
|
|
466 -- Only resize 'layout_query_geometry' dynamically if static sizes
|
|
467 haven't been set - Piper.
|
|
468 -- Fix infloop upon a gdm logout - Sigelman.
|
|
469 -- Fix scope of 'num_nonshy_regs' - Turnbull.
|
|
470 -- Fix "stale match data" bug - Turnbull.
|
|
471 -- Don't call 'XtDisplay' on a destroyed widget - Golubev.
|
|
472 -- Update specifier code - Sperber.
|
|
473 -- Update process code - Sperber.
|
|
474 -- Move ldap/postgresql code out to DSO's - James.
|
|
475 -- Normalise Ffile_truename and drive spec on cygwing to win32 format
|
|
476 - Piper.
|
|
477 -- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' - Alexander.
|
|
478 -- Coding system updates - Ikiuo.
|
|
479
|
|
480 Lisp API
|
|
481
|
|
482 -- Update window-xemacs.el to fix 'goto-line' - Wing.
|
|
483 -- Add garbage collection messages - Wallington.
|
|
484 -- Re-implement window configurations in Emacs Lisp - Sperber.
|
|
485 -- Enhance background-pixmap-file code - Verna.
|
|
486 -- New macro 'save-window-excursion' to eventually replace bytecode
|
|
487 instruction - Sperber.
|
|
488 -- Move window.el et al up the order in dumped-lisp.el - Sperber.
|
|
489 -- Don't use 'save-window-excursion' in
|
|
490 'shrink-window-if-larger-than-buffer' - Sperber.
|
|
491 -- Updates to pixel-size code in dialog.el - Sperber.
|
|
492 -- Remove nonworking 'breakpoint-on-error' - Wing.
|
|
493 -- Extract out 'with-displaying-help-buffer' into a more general mechanism
|
|
494 - Wing.
|
|
495 -- Don't catch errors when noninteractive in startup.el - Wing.
|
|
496 -- Fix warnings in code-files.el, loadhist.el, & package-get.el - Wing.
|
|
497 -- Simplify code in '*-reset-device-font-menus' - James.
|
|
498 -- Synch font-menu.el to the 21.4 version - Turnbull.
|
|
499 -- Preserve return value from 'call-process' - Sperber.
|
|
500 -- New functions in replace.el that operate on regions - Evans.
|
|
501 -- Run 'delete-frame-hook' in general dialogs only - Piper.
|
|
502 -- Add a margin parameter in autoload.el for DSO autoloads - James.
|
|
503 -- Conditionalise autoloads for DSO's on the existence of the DSO - James.
|
|
504 -- Always set module directories/paths in dump-paths.el - James.
|
|
505 -- Bring list of package sites up to date - Skyttä.
|
|
506 -- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' -
|
|
507 Wallington
|
|
508 -- Fix 'view-lossage' interactive spec - Wallington.
|
|
509 -- Synch 'with-output-to-string' with GNU/Emacs 21 - Wallington.
|
|
510 -- Bind C-xrd to 'delete-rectangle' - Yamaoka.
|
|
511 -- Move entries in 'auto-mode-alist' out to packages for the modes
|
|
512 that are in packages - Skyttä
|
|
513 -- New compatible alias for 'lookup-syntax-properties'
|
|
514 ('parse-sexp-lookup-properties') - Turnbull.
|
|
515 -- Enable C autoloads for DSO's - James.
|
|
516 -- Update revert-buffer code - Piper.
|
|
517 -- Add new coding system 'utf-8-bom' - Ikiuo.
|
|
518
|
|
519
|
981
|
520 to 21.5.9 "brussels sprouts"
|
|
521
|
|
522 The main thrust of this release is the new GC algorithms. If you want
|
|
523 to test this out configure with '--use-kkcc'.
|
|
524
|
|
525 There are of course, the usual swag of bug fixes, typo fixes, and
|
|
526 document updates.
|
|
527
|
|
528 -- Add an extra element to the version string that can be used to
|
|
529 include a date in the version string - Youngs.
|
|
530 -- Improve help string for --with-widgets configure option - Skyttä.
|
|
531 -- Define runtime & build problems, and rewrite "Hannibal Lecter"
|
|
532 stuff in PROBLEMS - Turnbull.
|
|
533 -- Add builtin and constant faces to font-lock-face-list - Skyttä.
|
|
534 -- Japanese language fixes - Yamaoka.
|
|
535 -- Fix find-library to allow Mule XEmacsen to find compressed
|
|
536 libraries - Youngs.
|
|
537 -- New alias for 'delete-indentation' (join-line) - Wallington.
|
|
538 -- Support docstring for define-derived-mode - Turnbull
|
|
539 -- Doc fix for keybindings in term.texi and misc.texi - Skyttä.
|
|
540 -- Bring package list up to date in packages.texi - Skyttä.
|
|
541 -- Document purecopy as a no-op - Josefsson.
|
|
542 -- New document chapter "Regression Testing XEmacs" - Turnbull.
|
|
543 -- Add "USE_KKCC" option to ./nt/xemacs.mak - Aichner.
|
|
544 -- New GC algorithms implemented (Turn them on with --use-kkcc
|
|
545 configure option) - Sperber, Crestani, Kaltenbach, Bush.
|
|
546 -- Define HAVE_WCHAR_H for native Win32 builds - Harris.
|
|
547 -- Fix x_locate_pixmap_file make sure path is not 0 - MacLennan.
|
|
548 -- Fix memory leak - Verna.
|
|
549 -- Add missing call to 'xfree (newname)' in 'make_coding_system_1
|
|
550 - Verna.
|
|
551 -- Fix --with-mule --with-gtk builds - Barta.
|
|
552 -- Make SEPCHAR a required arg to Fsplit_string_by_char - Palmer.
|
|
553 -- Make locate_file indicate success with nonnegative return if MODE
|
|
554 is nonnegative - James.
|
|
555 -- Fix splitting window horizontally not splitting evenly - James.
|
|
556 -- ORDINARY_LINK OK for Linux - James.
|
|
557 -- Don't bogusly reinitialise ascii_character property in
|
|
558 maybe_define_x_key_as_self_inserting_character - Astapov.
|
|
559 -- Add warning to SOE_DEBUG about not using until debugging functions
|
|
560 are rewritten - Turnbull.
|
|
561 -- Update 'do_autoload' to GCPRO both arguments - Turnbull.
|
|
562 -- Update automated tests so they don't barf if required packages
|
|
563 aren't present - Turnbull.
|
|
564 -- Organise NSIG setting code for SVR4 in a better way - James.
|
|
565 -- Various typo fixes - Skyttä, Turnbull, James.
|
|
566
|
|
567
|
933
|
568 to 21.5.8 "broccoli"
|
|
569
|
|
570 Lots of fixes and changes. This release is primarily been done to
|
|
571 make way for the new GC stuff from Mike Sperber.
|
|
572
|
|
573 CHANGES now uses surnames as listed in the ChangeLogs to identify
|
|
574 contributors. And I haven't sorted the changes into different
|
|
575 categories. Maybe next release...
|
|
576
|
|
577 -- New configure option "--use-kkcc" for the upcoming new GC
|
|
578 algorithms - Sperber.
|
|
579 -- Identify "--with-modules" as an autodetected configure option -
|
|
580 James.
|
981
|
581 -- Add a couple of configuration questions to PROBLEMS - Turnbull.
|
933
|
582 -- Test for wchar.h in configure - Sperber.
|
|
583 -- Update package-index files - Youngs.
|
|
584 -- s/Xemacs/XEmacs/ doc fixes - Aichner.
|
|
585 -- Sync make-docfile.c with GNU - James.
|
|
586 -- Updates to gutter-items - Palmieri.
|
|
587 -- Sync setenv with GNU - Wallington.
|
|
588 -- Remove package-get's dependence on APEL - Youngs.
|
|
589 -- Fix case fold bug in replace-in-string - Verna.
|
|
590 -- Updates to code-process.el and process.el - Alexander.
|
|
591 -- Updates to mule/kinsoku.el - Yamaoka.
|
|
592 -- Updates to define-derived-mode - Wallington.
|
|
593 -- Printer fixes - Piper.
|
|
594 -- Updates to window-xemacs.el & frame.el - James.
|
|
595 -- Doc fix gutter-items.el - Piper.
|
|
596 -- Sync ":set-after" in custom with GNU - Piper.
|
|
597 -- Sort the lists in enabled-behavior-list - Galibert
|
|
598 -- Updates to lwlib-Xm.c - Piper.
|
|
599 -- Various doc fixes to the TeXinfo docs - Aichner.
|
|
600 -- GC fixes - Sperber.
|
|
601 -- Updates to lisp.h, symbols.c for DSO's - James.
|
|
602 -- Fix to mswindows_need_event - Alexander.
|
981
|
603 -- Declare Fcdr_safe to be callable from C - Turnbull.
|
933
|
604 -- Ffunctionp return nil for autoloaded macros & keymaps - Niksic.
|
|
605 -- Subwindow fixes - Ueno.
|
|
606 -- Include wchar.h only if available, define wclsen if not - Sperber.
|
|
607 -- Fixes to Fstart_process_internal - Sperber.
|
|
608 -- Fixes to init_ralloc for pdump - Sperber.
|
|
609 -- Remove duplicated definition of Lisp_Devmode - Bush.
|
|
610 -- Fixes to toolbar/redisplay - Piper.
|
|
611 -- Windows DDE fixes - Moore.
|
|
612 -- Fixes to 'query_string_geometry' and 'widget_logical_unit_height' -
|
|
613 Piper.
|
|
614 -- Fix problem with XEmacs freezing with certain virtual window
|
|
615 managers on Windows - Rankin.
|
|
616 -- Conditionalise calls to syms_of_dired_mswindows &
|
|
617 vars_of_dired_mswindows on WIN32_NATIVE instead of HAVE_MSW_C_DIRED
|
|
618 - Harris.
|
|
619 -- Process related fixes - Sperber.
|
|
620 -- Fix #includes in input-method-motif.c - Galibert.
|
|
621 -- Fixes to automated tests - Sperber.
|
|
622
|
|
623
|
891
|
624 to 21.5.7 "broccoflower"
|
|
625
|
|
626 CHANGES now uses @xemacs.org alias to identify contributors. If the
|
|
627 contributor doesn't have one (that I know about), the full name from
|
|
628 the ChangeLog is used.
|
|
629
|
|
630 UI changes and runtime bugs
|
|
631
|
|
632 -- Add: ask "yes/no/diff" question when recovering; known problem: dialog
|
|
633 is modal, so you can't scroll the diff -- ben
|
|
634 -- Add: balloon help for package-ui -- youngs
|
|
635 -- Add: global-abbrev-mode, defining-abbrev-turns-on-abbrev-mode -- ben
|
|
636 -- Add: lots of new menubar items -- ben
|
|
637 -- Add: new winclient for MS Windows -- acs
|
|
638 -- Add: option kill-word-into-kill-ring controls whether words are "cut"
|
|
639 into the kill ring, or "cleared" into nothingness -- ben
|
|
640 -- Add: revert-buffer optimization for unchanged files -- andy
|
|
641 -- Add: undo-all-changes back to the beginning -- ben
|
|
642 -- Fix: M-C-backslash does indent-region-or-balanced-expression, S-Tab
|
|
643 inserts a TAB char -- ben
|
|
644 -- Fix: Cmds menu so that most used commands appear directly on the menu and
|
|
645 less used commands appear in submenus -- ben
|
|
646 -- Fix: NILP(lim) crash in search.c -- mike
|
|
647 -- Fix: STACK_TRACE_EYE_CATCHER now visible in MS Windows traces -- jonathan
|
|
648 -- Fix: XmProcessTraversal crash -- stephen
|
|
649 -- Fix: avoid infinite loop in extent code -- ben
|
|
650 -- Fix: crash due to errant xfree() -- ben
|
|
651 -- Fix: crash in gtk_popup_menu -- wmperry
|
|
652 -- Fix: crashes due to excessive alloca -- ben
|
|
653 -- Fix: detection of metric units on MS Windows -- jonathan
|
|
654 -- Fix: don't output bell as ^G in console-stream when not a TTY -- ben
|
|
655 -- Fix: improve MS Windows printer support -- andy
|
|
656 -- Fix: improve appearance for gutters and dialogs -- andy
|
|
657 -- Fix: improve lisp-mode indentation handling -- ben
|
|
658 -- Fix: interprogram cut functions now don't add selection twice -- stephen
|
|
659 -- Fix: many netinstaller improvements -- andy
|
|
660 -- Fix: popup dialogs on MS Windows -- andy
|
|
661 -- Fix: recover-session only shows session files with recoverable files,
|
|
662 and in chronological order -- ben
|
|
663 -- Fix: save customized values MUCH faster and in alphabetic order,
|
|
664 custom-save-pretty-print turns on/off pretty-printing values
|
|
665 -- Nickolay Pakoulin
|
|
666 -- Fix: semicolons inside strings are not comments in lisp-mode -- ben
|
|
667 -- Fix: short filename handling on Windows -- Peter Arius
|
|
668 -- Fix: some crashes in syntax code -- ben
|
|
669 -- Fix: some crashes with multibyte text -- ben
|
|
670 -- Fix: two frames displaying the buffer, in different places; in one,
|
|
671 temporarily switch away to another buffer and then back, and your position
|
|
672 has been reset to the other one in the other frame -- ben
|
|
673 -- Fix: update installed.db after updating packages -- andy
|
|
674
|
|
675 Documentation
|
|
676
|
|
677 -- Add: New FAQs -- stephen, adrian
|
|
678 -- Add: New or improved code and documentation in sample.init.el -- ben,
|
|
679 stephen
|
|
680 -- Add: PROBLEMS: Hannibal Lecter crash, EFS AUTH failure, mail locking
|
|
681 -- stephen
|
|
682 -- Add: etc/TUTORIAL.se -- Mats Lidell
|
|
683 -- Add: new Internals manual nodes -- ben, stephen, darrylo
|
|
684 -- Add: why modules don't use RTLD_GLOBAL -- james
|
|
685 -- Fix: README.integral-types doc moved to Internals, code moved to
|
|
686 README.global-renaming -- ben
|
|
687 -- Fix: README.packages: info about --package-path -- ben
|
|
688 -- Fix: improve docstrings and comments -- ben, stephen, adrian,
|
|
689 John H. Palmieri
|
|
690 -- Fix: typos, minor updates -- stephen, I. N. Golubev, Frank Schmitt,
|
|
691 adrian, youngs
|
|
692 -- Fix: update etc/BETA -- Jarl Friis
|
|
693 -- Fix: update etc/package-index.LATEST.pgp -- youngs
|
|
694 -- Fix: update photos -- hniksic
|
|
695
|
|
696 Lisp API
|
|
697
|
|
698 -- Add: functions: args-out-of-range, argument-in-range-p,
|
|
699 check-argument-range, indent-balanced-expression-function,
|
|
700 indent-balanced-expression, indent-region-or-balanced-expression,
|
|
701 image-instance-instantiator, truncate-string-with-continuation-dots,
|
|
702 get-user-response, unicode-precedence-list -- ben, stephen
|
|
703 -- Fix: GNU synchs of frame-parameter, makehash, buffer-local-value,
|
|
704 line-beginning-position, line-end-position, with-temp-message,
|
|
705 bound-and-true-p, propertize, delete-and-extract-region, add-to-list,
|
|
706 string-to-char-list, find-non-ascii-charset-region,
|
|
707 find-non-ascii-charset-string, truncate-string-to-width, plist-to-alist,
|
897
|
708 kill-ring-max, kill-new -- John Paul Wallington, youngs, ben, james, ville
|
|
709 -- Add: set-frame-pixel-width, set-frame-pixel-size -- andy
|
891
|
710 -- Add: args to map-specifier, various "heuristic" specifier functions -- ben
|
|
711 -- Fix: call-process moves to Lisp -- ben
|
|
712 -- allows a buffer to be specified for input and stderr output
|
|
713 -- use it on all systems
|
|
714 -- implement C-g as documented
|
|
715 -- clean up and comment
|
|
716 -- call-process-region uses new call-process facilities; no temp file.
|
|
717 -- remove duplicate funs
|
|
718 -- Add: compat.el, preliminary (not working) code -- ben
|
|
719 -- Add: handle subprocess stderr separately (src/ChangeLog 2002-05-28) -- ben
|
|
720 -- Add: new error trapping mechanism (src/ChangeLog 2002-05-28) -- ben
|
|
721 -- Add: pixel-based sizing APIs: set-frame-pixel-height,
|
|
722 -- Add: preliminary support for ELL autoloads -- james
|
|
723 -- Add: toolbar face -- wmperry
|
|
724 -- Add: widget "logical-unit" sizing APIs: widget-logical-to-character-width,
|
|
725 widget-logical-to-character-height -- andy
|
|
726 -- Fix: paths-find-architecture-directory searches in
|
|
727 `system-configuration'/`base', not `base'`system-configuration' -- james
|
|
728 -- Fix: default CRLF conversion of process output off -- ben
|
|
729 -- Fix: default value of gethash to Qunbound -- ben
|
|
730 -- Fix: face-handling code (superseded by ben's overhaul) -- jan, andy
|
|
731 -- Fix: layout improvements -- andy
|
|
732 -- Fix: major overhaul of face-handling code -- ben
|
|
733 -- avoid truenaming fonts
|
|
734 -- msw-faces.el APIs now accept names and font instances, return names
|
|
735 -- rewrite frobbing functions in faces.el
|
|
736 -- don't duplicatively set a global specification for the default font
|
|
737 -- remove redundant face lists from x-faces.el and msw-faces.el
|
|
738 -- call init-global-faces under MS Windows!
|
|
739 -- correct weight names in font.el.
|
|
740
|
|
741 Internals
|
|
742
|
|
743 -- Add: new APIs -- ben
|
|
744 -- macros to GCPRO arrays
|
|
745 -- default argument for char tables
|
|
746 -- signal extent changes
|
|
747 -- internal_bind_*, check_specbind_stack_sanity
|
|
748 -- partial support for 8-, 16-, and 32-bit fixed-width text
|
|
749 -- new cons treatment (src/ChangeLog 2002-05-28)
|
|
750 -- rename character types to Itext, Ibyte, Ichar (src/ChangeLog 2002-06-05)
|
|
751 -- rename various identifiers for consistency
|
|
752 -- Add: New GC preparation -- mike, Martin Köbele, Jens Müller
|
|
753 -- Add: support for fastcall in MS Windows -- ben
|
|
754 -- Fix: ELL APIs -- james
|
|
755 -- load only once
|
|
756 -- no longer use RTLD_GLOBAL
|
|
757 -- Fix: ELLs now use RTLD_NOW instead of RTLD_LAZY -- Andrew Begel
|
|
758 -- Fix: Many Mule changes -- ben
|
|
759 -- Fix: call-process ensures that the argument to `symbol-value-in-buffer'
|
|
760 is a buffer even if `buffer' is a string -- mike
|
|
761 -- Fix: code that outputs into a buffer, use unwind protects, etc. -- ben
|
|
762 -- Fix: complete implementation of some Unicode functions, S-caron test
|
|
763 failure -- stephen
|
|
764 -- Fix: conditionalize code depending on features like toolbar -- jonathan,
|
|
765 Mike Alexander
|
|
766 -- Fix: create new process-synchronize-point to avoid dynamic binding
|
|
767 problems; fix bogosity in setting process sentinels -- ben, mike
|
|
768 -- Fix: make a lot of code use common includes and implementations
|
|
769 (see 2002-06-20 src/ChangeLog) -- ben
|
|
770 -- Fix: move global-map to keydefs.el -- ben
|
|
771 -- Fix: new signal/C-g handling (src/ChangeLog 2002-05-28) -- ben
|
|
772 -- Fix: numerous problems with the case-table implementation -- ben
|
|
773 -- Fix: quoting of native-coding-system in CJK files -- Daiki Ueno
|
|
774 -- Fix: race condition in process handling -- Nix
|
|
775 -- Fix: recover gracefully from internal XOpenDevice failure -- mike
|
|
776 -- Fix: redo syntax cache code -- ben
|
|
777 -- Fix: save-restriction now uses markers -- ben
|
|
778 -- Fix: small bugs -- stephen, ben, andy, martin, Eric Gillespie Jr
|
|
779
|
|
780 Build
|
|
781
|
|
782 -- Add: basic support for handling ISO 2022 doc strings in make-docfile -- ben
|
|
783 -- Add: tmpdir for install, allowing simultaneous run & build -- andy
|
|
784 -- Fix: "Stop Build" in VC++ now works -- Ben
|
|
785 -- Fix: #undef INTERNET_DOMAIN_SOCKETS build of gnuserv -- Greg Steuck
|
|
786 -- Fix: --with-widgets autodetection -- jan
|
|
787 -- Fix: 64-bit support -- Andreas Jaeger, Gregory Steuck
|
|
788 -- Fix: MS Windows Makefile cleanups -- ben, jonathan
|
|
789 -- Fix: MS Windows builds default to pdump -- ben
|
|
790 -- Fix: assorted build breakage -- ben, mike, andy, Malcolm Purvis
|
|
791 -- Fix: check for EOF in make-docfile -- ben
|
|
792 -- Fix: config.h.in organization -- ben
|
|
793 -- Fix: ensure combined X and windows build gets widgets -- andy
|
|
794 -- Fix: implement configure option moduledir -- Mike Fabian
|
|
795 -- Fix: spurious failures in tests -- ben, stephen
|
|
796 -- Fix: test harness now outputs FAIL messages to stderr in batch mode -- ben
|
|
797 -- Fix: test-harness.el now cleans up Check-Message and Check-Error-Message
|
|
798 when done -- stephen
|
|
799 -- Fix: typos and platform specific bugs in configure -- Malcolm Purvis,
|
|
800 galibert, Paul Stodghill
|
|
801 -- Fix: warnings -- ben, wmperry, stephen, didier
|
|
802
|
803
|
803 to 21.5.6 "bok choi"
|
|
804
|
|
805 UI changes and runtime bugs
|
|
806
|
|
807 -- Fix: process waiting on MS Windows -- Mike Alexander
|
|
808 -- Fix: (maybe) GTK progress bar crashes at startup -- William M. Perry
|
|
809 -- Fix: detect printer set up for metric units -- Jonathan Harris
|
|
810 -- Fix: add_charsets_to_precedence_list -- IKEYAMA Tomonori
|
|
811 -- Change: misc menubar -- John Paul Wallington
|
|
812 -- Add: auto-mode-alist: GNUmakefile is a Makefile, "system default"
|
891
|
813 Xdefaults and friends get xrdb-mode -- Ville Skyttä
|
803
|
814 -- From Ben Wing <ben@xemacs.org>.
|
|
815 -- Fix: init_process_io_handles obeys coding-system-for-{read,write}.
|
|
816 -- Fix: bug in md5 handling.
|
|
817 -- Fix: data corruption in print.c from print_depth becoming negative.
|
|
818 -- Fix: "nil channel" in MS Windows magic events crashes.
|
|
819 -- Fix: (tentative) redisplay crash freeing display line structures.
|
|
820 -- Fix: (tentative) TTYs don't work.
|
|
821 -- Fix: too-small SHEAP_ADJUSTMENT on Cygwin (can't run temacs).
|
|
822 -- Fix: hscroll/truncation/continuation glyphs causing "jumping lines".
|
|
823 -- Fix: problem with text files with no newlines ().
|
|
824 -- Fix: errors when opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
|
|
825 -- Fix: (partial) excess memory use in Unicode processing, esp. at startup
|
|
826 -- Fix: sample.init.el (grep-all-files-in-current-directory-and-below):
|
|
827 Missing argument.
|
|
828 -- Fix: smoother scrolling on MS Windows.
|
|
829 -- Change: Move the menubar frame commands from the View menu to
|
|
830 the File menu, to be consistent with how most other programs do
|
|
831 things. Move less-used revert/recover items to a submenu. Make
|
|
832 "recover" not prompt for a file, but recover the current buffer.
|
|
833 -- Change: implementation of matching font to charset.
|
|
834 -- Change: default MS Windows font to Lucida Console, increase
|
|
835 default frame size on Windows to 50 lines.
|
|
836 -- Add: runtime flag -no-packages inhibits adding package lisp to load-path.
|
|
837 -- Add: much functionality to behavior.el.
|
|
838 -- Add: more Unicode translation files.
|
|
839
|
|
840 Documentation
|
|
841
|
|
842 -- Add: define STACK_TRACE_EYE_CATCHER for Windows -- Jonathan Harris
|
|
843 -- Texinfo (internals): Add xref in emodules.texi -- Stephen J. Turnbull
|
|
844 -- Texinfo (lispref): Unicode Support, Behaviors -- Stephen J. Turnbull
|
|
845 -- Texinfo (user): Behaviors -- Stephen J. Turnbull
|
|
846 -- Improve auto-mode-alist -- Simon Josefsson
|
|
847 -- Docstrings: completion-ignored-extensions, file-name-all-completions --
|
|
848 John H. Palmieri
|
|
849 -- From Ben Wing <ben@xemacs.org>.
|
|
850 -- New ChangeLog for ./etc/.
|
|
851 -- Updated: NEWS.
|
|
852 -- Improve docs (developers): tree layout, merging branch to trunk.
|
|
853 -- Improve docs (lispref): CL loop, menu sorting, sound-default-alist
|
|
854 -- Obsoleted Lisp: 'sref, char-bytes.
|
|
855 -- Internals: Revamped the sound documentation.
|
|
856 -- Typo fixes -- Adrian Aichner
|
|
857
|
|
858 Lisp API
|
|
859
|
|
860 -- From Ben Wing <ben@xemacs.org>.
|
|
861 -- Fixed: bug in keymap iteration in cl-macs.el.
|
|
862 -- Fix: bugs in language environments English and Ethiopic
|
|
863 -- Change: lisp/mule/*.el -- convert to XEmacs style.
|
|
864 -- Add (synch to GNU): get-window-with-predicate, ALL-FRAMES,
|
|
865 some-window, count-windows, window-safely-shrinkable-p,
|
|
866 count-screen-lines, shrink-window-if-larger-than-buffer
|
|
867 -- Add (line-oriented mouse selection): New functions
|
|
868 mouse-consolidated-yank mouse-yank, mouse-track,
|
|
869 default-mouse-track-normalize-point,
|
|
870 default-mouse-track-return-dragged-selection, mouse-track-by-lines,
|
|
871 mouse-track-insert mouse-track-adjust-by-lines, mouse-track-insert-1,
|
|
872 mouse-track-insert-by-lines, mouse-track-delete-and-insert-by-lines
|
|
873 -- Add (warnings): Add a consistent way to execute code,
|
|
874 catching all errors and displaying a warning, including a
|
|
875 backtrace showing where the error occurred. New functions
|
|
876 backtrace-in-condition-handler-eliminating-handler, with-trapping-errors,
|
|
877 view-warnings. Integrate show-message-log with view-lossage.
|
|
878 -- Add (debugging): New functions debug-print-1, debug-print,
|
|
879 debug-backtrace.
|
|
880 -- Add (misc utils): map-plist, show-memory-usage, compare-strings,
|
|
881 truncate-string-to-width, variable require-prints-loading-message.
|
|
882 -- Add many languages and charsets.
|
|
883 -- Add (autoloads): Support defun*, defmacro*.
|
|
884 -- Add (byte-compiler): with-boundp, if-boundp, when-boundp,
|
|
885 and-boundp, declare-boundp, globally-declare-boundp, with-fboundp,
|
|
886 if-fboundp, when-fboundp, and-fboundp, declare-fboundp,
|
|
887 globally-declare-fboundp, with-byte-compiler-warnings-suppressed
|
|
888 -- Warning fixes.
|
|
889
|
|
890 Internals
|
|
891
|
|
892 -- Add: Get & SetLocaleInfo from winnls.h -- Jonathan Harris
|
|
893 -- Add: codepages latin-jisx0201, japanese-jisx0212, remove
|
|
894 japanese-jisx0208-1978 -- IKEYAMA Tomonori
|
|
895 -- Fix: Use wrap_emacs_*(), not wrap_*() for gtk_boxed, gtk_object, ffi --
|
|
896 William M. Perry
|
|
897 -- Fix: I18N APIs on windows -- Jonathan Harris
|
|
898 -- Fix: typos causing GTK build errors -- Malcolm Purvis
|
|
899 -- Warning fixes -- William M. Perry
|
|
900 -- From Ben Wing <ben@xemacs.org>.
|
|
901 -- Change: error-checking macros: ERROR_CHECK_TYPECHECK -> ERROR_CHECK_TYPES,
|
|
902 ERROR_CHECK_CHARBPOS -> ERROR_CHECK_TEXT, add ERROR_CHECK_DISPLAY,
|
|
903 ERROR_CHECK_STRUCTURES.
|
|
904 -- Change: Redo print_*().
|
|
905 -- Change: character-to-unicode char-to-unicode; also unicode-to-char{acter}.
|
|
906 -- Change: Replace XSETFOO with wrap_foo().
|
|
907 -- Change: symbol->name a Lisp_Object, not Lisp_String *. Eliminate latter.
|
|
908 -- Change: rearrange init calls in emacs.c.
|
|
909 -- Add: (partial) category API compatible with FSF.
|
|
910 -- Add: (partial) GC triggering based on percentage of total memory
|
|
911 usage. Not currently activated.
|
|
912 -- Add: (partial) sledgehammer redisplay check.
|
|
913 -- Add: error-behavior ERROR_ME_DEBUG_WARN.
|
|
914 -- Add: more error checking on Dynarrs.
|
|
915 -- Add: assert_at_line(), for use in asserts inside of inline functions.
|
|
916 -- Add: resizing_buffer_to_lisp_string().
|
|
917 -- Add: function get_charset_limits.
|
|
918 -- Add: (tentative, may go away) foo_checking_assert_at_line() macros.
|
|
919 -- Add: new event methods for printing, comparing, and hashing magic
|
|
920 events, to avoid event-type-specific stuff.
|
|
921 -- Fix eifree(). Use Eistrings in various places
|
|
922 -- Fix: bugs in chartab implementation and doc strings.
|
|
923
|
|
924 Build
|
|
925
|
|
926 -- Fix: make-mswin-unicode.pl -- Ben Wing, Jonathan Harris
|
|
927 -- Fix: .texi files for Cygwin makeinfo -- Jonathan Harris
|
|
928 -- Fix: Perl quoting in Windows build -- Jonathan Harris, Ben Wing
|
|
929 -- Fix: Generate more intermediate files in obj subdirectory -- Jonathan Harris
|
|
930 -- From Ben Wing <ben@xemacs.org>.
|
|
931 -- Fix: require errors in behavior.el
|
|
932 -- Fix: compile error when TTY-only.
|
|
933 -- Change: update check_cygwin_setup.sh for current Cygwin reality.
|
|
934 -- Change: Makefile regenerates itself if out of date.
|
|
935 -- Change: improve error-checking config for Windows
|
|
936 -- Add: HAVE_SYS_TIMES_H config.h #define.
|
|
937 -- Add: new error-checking types in configure.
|
|
938 -- Add: .cvsignore
|
|
939
|
762
|
940 to 21.5.5 "beets"
|
|
941
|
|
942 Documentation
|
|
943 -- new external-widget example node -- Stephen Turnbull
|
|
944 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull
|
|
945 -- new Swedish TUTORIAL -- Mats Lidell
|
|
946 -- update etc/BETA -- Jarl Friis, Stephen Turnbull
|
|
947 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull
|
769
|
948 -- fixes for build-breaking typos in Info docs -- Jeff Miller, Darryl Okahata
|
|
949 -- misc comment and docstring improvements -- Valdis Kletnieks
|
|
950 Pretty much all the code fixers fixed docs too: keep up the good
|
|
951 work, folks!
|
762
|
952
|
|
953 UI
|
|
954 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner
|
|
955 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string,
|
|
956 overwrite-mode-line-string, auto-fill-mode-line-string,
|
|
957 defining-kbd-macro-mode-line-string -- John Paul Wallington
|
|
958 -- improve GTK clipboard handling -- Eric Gillespie, Jr.
|
|
959 -- improve Info dir - generate file if non-existent -- Michael Sperber
|
891
|
960 -- improve printer handling -- Adrian Aichner, Björn Torkelsson
|
762
|
961 -- support GUI toolbar shadow thickness adjustment -- Bill Perry
|
|
962 -- support ISO 8859/15 (Euro) -- Stephen Turnbull
|
|
963 -- support Sieve in auto-mode-alist -- Simon Josefsson
|
|
964 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno
|
|
965
|
|
966 Lisp API
|
|
967 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler
|
|
968
|
|
969 Internals
|
|
970 -- improve dead console handling in post-command code -- Ben Wing
|
|
971 -- improve handling when XOpenDevice calls error handler -- Mike Sperber
|
|
972 -- move disabled-command-loop to C -- Jan Vroonhof
|
|
973
|
|
974 Build
|
|
975 -- improve Athena widgets detection -- Jan Vroonhof
|
|
976
|
724
|
977 to 21.5.4 "bamboo"
|
|
978 -- auto-mode support .9 files as man pages -- Michael Sperber
|
|
979 -- auto-mode support configure.ac as m4 -- Edward M. Lee
|
|
980 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
|
|
981 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
|
|
982 -- David A. Panariti
|
|
983 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
|
|
984 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
|
|
985 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
|
|
986 -- mark buffer as modified when changing coding system -- Andy Piper
|
|
987 -- minor mode mode-line-strings now customizable -- John Paul Wallington
|
|
988 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
|
|
989 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
|
|
990 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
|
|
991 -- support sub-expression replacement in replace-match -- Torsten Duwe
|
|
992 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
|
|
993 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
|
|
994 -- use version-specific name for root testing -- Michael Sperber
|
|
995 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
|
|
996 but run-in-place XEmacs won't find installed packages.
|
|
997
|
|
998 -- HTML docs from Texinfo sources -- Adrian Aichner
|
|
999 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
|
|
1000 -- improve package system documentation -- Stephen Turnbull
|
|
1001 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
|
|
1002 -- update developer personal info -- Jan Vroonhof, Michael Diers
|
|
1003 -- many doc fixes and improvements, sorry about the credits :-(
|
|
1004
|
|
1005 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
|
|
1006 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
|
|
1007 -- mark-paragraph - added optional argument -- John Paul Wallington
|
|
1008
|
|
1009 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
|
|
1010 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
|
|
1011 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
|
|
1012 -- omit -Wshadow when compiling with g++ -- Ben Wing
|
|
1013 -- use the ld reported by gcc, not gcc -- Andrew Begel
|
|
1014 -- work around lack of support for autoconf 2.5x -- Didier Verna
|
|
1015
|
|
1016 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
|
|
1017 -- fix "can't close last window" bug -- Adrian Aichner
|
|
1018 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
|
|
1019 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
|
|
1020 -- fix PGP signature handling in package UI -- Steve Youngs
|
|
1021 -- fix allocation of module-defined names in symbol table -- Andrew Begel
|
|
1022 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
|
|
1023 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
|
|
1024 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
|
|
1025 -- fix early dereference crash in decode_buffer -- Torsten Duwe
|
|
1026 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
|
|
1027 -- fix 'report-xemacs-bug' issues -- Steve Youngs
|
|
1028 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
|
|
1029 -- fix several package-get bugs -- Steve Youngs
|
|
1030 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
|
|
1031 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
1032 -- fix window_loop iteration across multiple devices -- Darryl Okahata
|
|
1033 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
|
|
1034 -- make sure installed.db gets updated after updating packages -- Andy Piper
|
|
1035
|
|
1036 -- GTK improvements/fixes -- Bill Perry
|
|
1037 -- add face mappings
|
|
1038 -- fix "can't shut up bell" bug
|
|
1039 -- fix some face initialization bugs
|
|
1040 -- fix subwindow handling
|
|
1041 -- fix yes-or-no-p lossage
|
|
1042 -- improve conformance to internal APIs
|
|
1043 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
|
|
1044 default GtkStyle
|
|
1045 -- remove useless XPM color symbol checks
|
|
1046
|
|
1047 -- MS Windows improvements/fixes -- Andy Piper
|
|
1048 -- better build portability
|
|
1049 -- change registry key to XEmacs.
|
|
1050 -- add/fix Cygwin handling of URLs and win32 paths
|
|
1051 -- fix focus and event handling in scrollbars
|
|
1052 -- fix get-popup-menu-response bug
|
|
1053 -- improve DDE support
|
|
1054 -- improve netinstaller, especially uninstall and shortcuts
|
|
1055 -- improve popup dialog handling
|
|
1056 -- new directory dialog support
|
|
1057 -- quit if the user cancels in directory dialog
|
|
1058 -- Cygwin nox-xpm detection -- Charles Wilson
|
|
1059 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
|
|
1060 -- fix file handle leak in pipes -- Mike Alexander
|
|
1061 -- initial VC.NET support -- Andrew Begel
|
|
1062
|
|
1063 -- Rename/redefine integral types -- Ben Wing
|
|
1064 -- See src/ChangeLog for details and rationale.
|
|
1065 -- All integral types that measure quantities of anything are signed.
|
|
1066 -- All quantity types boil down to EMACS_INT, except Hashcode,
|
|
1067 which is an unsigned value of the same size as EMACS_INT.
|
|
1068 -- Type names should be relatively short, with the first letter
|
|
1069 capitalized and no underscores if they can be avoided.
|
|
1070 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
|
|
1071 -- "*bpos" == one-based buffer position.
|
|
1072 -- "Char" refers to internal-format characters, not to the C type "char".
|
|
1073 -- CVS: improve .cvsignore files -- Adrian Aichner
|
|
1074 -- autoload handling improvements -- Didier Verna
|
|
1075 -- improve handling of face inheritance/fallback -- Jan Vroonhof
|
|
1076 -- condense repetitive window-system settings to 'win default' -- Bill Perry
|
|
1077 -- improve debugging in event-msw.c -- Adrian Aichner
|
|
1078 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
|
|
1079 -- Adrian Aichner
|
|
1080 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
|
|
1081 -- unify GUI pixmap handling -- Bill Perry
|
|
1082 -- unify toolbar handling across GUI platforms -- Bill Perry
|
|
1083
|
653
|
1084 to 21.5.3 "asparagus"
|
|
1085 -- Add missing XIM unregister callback on Motif -- Glynn Clements
|
|
1086 -- Improve debugging in event-msw.c, fix "can't close last window" bug
|
|
1087 -- Adrian Aichner
|
|
1088 -- Improve Info docs for widget.el -- Stephen J. Turnbull
|
|
1089 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull,
|
|
1090 Adrian Aichner
|
|
1091 -- Autoload handling improvements -- Didier Verna
|
|
1092 -- More 'report-xemacs-bug' updates -- Steve Youngs
|
|
1093 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
1094 -- Synch configure.usage options with configure -- Peter Brown
|
|
1095
|
529
|
1096 to 21.5.2 "artichoke"
|
640
|
1097 -- fixes and improvements -- Ben Wing
|
|
1098 -- etags.c synched to upstream
|
|
1099 -- lisp/term/*.el cleanup
|
|
1100 -- miscellaneous help improvements
|
|
1101 -- transpose-line-up/down maybe moves the region
|
|
1102 -- MS Windows init improvements
|
|
1103 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el
|
|
1104 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP
|
|
1105 -- font-lock-mode: fix problem with buffers starting with a space
|
|
1106 -- make find-library search patch configurable
|
|
1107 -- fix Dired problem with directories containing [] and code that
|
|
1108 destructively modifies an existing string
|
|
1109 -- stop mark_window_as_deleted from deleting information that needs to
|
|
1110 be accessed by set-window-configuration
|
|
1111 -- Lisp object structure rationalization
|
|
1112 -- fix two nasty bugs in the unwinding code
|
|
1113 -- fix mouse wheel/dead window crash under MS Windows
|
|
1114 -- mswindows_utime, close_file_data: fix off-by-one-indirection error
|
|
1115 -- control-G handling fixes for MS Windows
|
|
1116 -- debug-mswindows-events and related code introduced
|
|
1117 -- rearrange the signal-handling code to eliminate the former
|
|
1118 spaghetti logic paths in it; document; fix numerous bugs
|
|
1119 -- maintain the "iconified" state, to fix the "can't delete a frame" bug
|
|
1120 -- use CBufbyte instead of char for error/warning functions
|
|
1121 -- prepare to remove encapsulation
|
|
1122 -- make play_sound_data return an int, like all other such functions
|
|
1123 -- use EMACS_SIGNAL to avoid preprocessing games with signal()
|
|
1124 -- gc-in-window-procedure fixes
|
|
1125 -- Cygwin setitimer fixes
|
|
1126 -- windows shell fixes
|
|
1127 -- more structured errors
|
|
1128 -- MS Windows network stream data corruption fixes
|
|
1129 -- fix ~user file name handling
|
|
1130 -- rename MAX_PATH to standard PATH_MAX
|
|
1131 -- fix error compiling regexps with back-references in them
|
|
1132
|
|
1133 -- fixes and improvements -- Martin Buchholz
|
|
1134 -- byte optimizer fixes
|
|
1135 -- move alloca twiddling after the feature test definitions, but
|
|
1136 before the first "real" code
|
|
1137 -- internal DECIMAL_PRINT_SIZE macro
|
|
1138 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files
|
|
1139 -- avoid test failure if (temp-directory) is a symlink
|
|
1140 -- handle buggy Sun realloc()
|
|
1141
|
|
1142 -- GTK fixes -- Bill Perry
|
|
1143 -- GTK popup dialog fix
|
|
1144 -- GTK added to font-window system mappings
|
|
1145 -- gtk-marshal.el updated for new hash.c, and generator fixes,
|
|
1146 -- GTK scrollbar fixes
|
|
1147 -- buttons are now modifiers, so selection with the mouse works again
|
|
1148 -- fix the disappearing GTK scrollbar problem
|
|
1149
|
|
1150 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom
|
|
1151 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull
|
|
1152 -- new hooks for package installation and deletion -- Sean MacLennan
|
|
1153 -- locate-library completes and other package UI improvements -- Robert Pluim
|
|
1154 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber
|
|
1155 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand
|
|
1156 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno
|
|
1157 -- custom-display works on the GTK platform -- Karl Hegbloom
|
|
1158 -- mouse-track fixes -- Adrian Aichner, Ben Wing
|
|
1159 -- dragdrop fix for windowless events -- Mike Alexander
|
|
1160 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker
|
|
1161 -- gpmevent.c header inclusion fixes -- Bill Perry
|
|
1162 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry
|
|
1163 -- remove lisp_string_set_file_times() because set_file_times() now
|
|
1164 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing
|
|
1165 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson
|
|
1166 -- new, faster implementation of long_to_string -- Hrvoje Niksic
|
|
1167 -- Qccl_error: New error -- Yoshiki Hayashi
|
|
1168 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning
|
|
1169 -- fix crash with an unavailable network printer -- Mike Alexander
|
|
1170 -- add support for MacOS X -- Greg Parkin and Martin Buchholz
|
|
1171 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull
|
|
1172 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi
|
|
1173
|
|
1174 -- warning, style, and doc fixes and improvements
|
|
1175 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz
|
|
1176 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz
|
|
1177 -- code style corrections -- Ben Wing, Martin Buchholz
|
|
1178 -- build improvements -- Ben Wing, Martin Buchholz
|
|
1179 -- configure improvements and fixes -- Martin Buchholz, Ben Wing,
|
|
1180 Stephen J. Turnbull
|
|
1181 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve
|
|
1182 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul
|
|
1183 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill
|
|
1184 'Big K' Katsnelson
|
529
|
1185
|
478
|
1186 to 21.5.1 "anise"
|
514
|
1187 -- This release contains a huge pile of changes by Ben Wing, including
|
|
1188 both bug fixes and features. Highlights:
|
|
1189 -- Many changes to make printing work on Windows
|
|
1190 -- byte-compilation speed improvements
|
|
1191 -- New functions for cleanly eliminating byte-compiler warnings
|
|
1192 -- Remove core bytecompiler warnings
|
|
1193 -- Improve interactive help interface
|
|
1194 -- etags improvements
|
|
1195 -- Better "About XEmacs" page
|
|
1196 -- Windows configury changes
|
|
1197 -- Get QUIT working on Windows
|
|
1198 -- Fix shy group regexp code
|
|
1199 -- etc. etc.
|
|
1200
|
521
|
1201 -- The `short-name' argument to make-charset now works correctly
|
|
1202 -- Yoshiaki Kasahara
|
514
|
1203 -- `custom' changes -- Didier Verna
|
|
1204 -- SET_FACE_PROPERTY bug fix -- Jerry James
|
|
1205 -- Unix tty configury changes -- Martin Buchholz
|
|
1206 -- Fix compile error with g++ on bsdi -- Martin Buchholz
|
|
1207 -- Fix crash with xlc -O3 -- Martin Buchholz
|
|
1208 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
|
521
|
1209 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
|
514
|
1210 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
|
|
1211 -- Make hash table mapping safe -- Martin Buchholz
|
477
|
1212
|
762
|
1213 Fork from 21.2: 21.5.0 "alfalfa"
|
|
1214 -- For changes up to 21.4.0, see etc/NEWS
|