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