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