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