2968
|
1 to 21.5.23 "daikon"
|
|
2
|
|
3 Major features
|
|
4
|
2970
|
5 -- New: non-XPM color images can be mouse pointers. -- Ben Wing
|
|
6
|
2968
|
7 User-Visible Bug Fixes and Minor Improvements
|
|
8
|
2970
|
9 -- Fix: crash due to duplicate subrs with MC_ALLOC and modules. -- Marcus Crestani
|
|
10
|
2968
|
11 Build Infrastructure
|
|
12
|
2970
|
13 -- Fix: Cygwin, non-X build needs XPM header and library files in XE_CFLAGS. -- Mike Alexander, Rick Rankin
|
|
14 -- Fix: Stop installexe.sh from adding redundant exe extension. -- Rick Rankin
|
|
15 -- Fix: variable initialization misordering in xemacs.mak. -- Adrian Aichner
|
|
16 -- Improve: replace support for autoconf 2.13 with warning to use autoconf 2.59. -- Malcolm Purvis
|
|
17 -- Improve: update config.inc.samp to recent versions and add gmp, db, postgresql, ldap support; also optimization in non-debug builds. -- Ben Wing
|
|
18 -- Improve: xemacs.mak now caters to VC++ version, support for building gmp, db, postgresql, ldap; other fixes. -- Ben Wing
|
|
19
|
2968
|
20 Documentation
|
|
21
|
2970
|
22 -- Fix: texinfmt.el can build all Info files again. -- Adrian Aichner
|
|
23 -- Fix: typos in Texinfo docs. -- Adrian Aichner
|
|
24 -- Improve: Texinfo docs about specifiers. -- Ben Wing
|
|
25 -- Improve: comment style, 'foo -> `foo'. -- Ben Wing
|
|
26 -- Improve: rewrite nt/README
|
|
27
|
2968
|
28 Lisp API
|
|
29
|
2970
|
30 -- Improve: GC now triggers on relative, not absolute, consing. -- Ben Wing
|
|
31 -- Improve: memory usage reporting. -- Ben Wing
|
|
32 -- New: `specifier-instantiator' and related primitives. -- Ben Wing
|
|
33
|
2968
|
34 Internal API and Implementation
|
|
35
|
2970
|
36 -- Fix: Non-MULE needs mswindows_current_locale too. -- Mike Alexander
|
|
37 -- Fix: address of register variable can't be taken. -- Ben Wing
|
|
38 -- Fix: bitrot in sysdep.c and nt.c. -- Ben Wing
|
|
39 -- Fix: bug in range tables with non-default closure. -- Ben Wing
|
|
40 -- Fix: don't use C++ reserved words "new" and "catch", append '_'. -- Ben Wing
|
|
41 -- Fix: initialization in mc-alloc. -- Marcus Crestani
|
|
42 -- Fix: setlocale return string is volatile, dup it. -- Olivier Galibert
|
|
43 -- Improve: include from ../src so <config.h> works in lib-src. -- Ben Wing
|
|
44 -- Improve: minitar.c now includes config.h. -- Ben Wing
|
|
45 -- Improve: warning elimination. -- Ben Wing
|
|
46
|
2928
|
47 to 21.5.22 "cucumber"
|
|
48
|
|
49 Major features
|
|
50
|
2970
|
51 -- New: support for Unnnn-style keysyms on X11. -- Aidan Kehoe
|
2929
|
52
|
2928
|
53 User-Visible Bug Fixes and Minor Improvements
|
|
54
|
2930
|
55 -- Fix: window configuration subsystem. -- Michael Sperber, Fabrice Popineau
|
2929
|
56
|
2928
|
57 Build Infrastructure
|
|
58
|
2930
|
59 -- Fix: add generated dumper files to .cvsignore. -- Marcus Crestani
|
|
60 -- Fix: add generated makefiles to .cvsignore in ./modules. -- Craig Lanning
|
2929
|
61
|
2928
|
62 Documentation
|
|
63
|
2929
|
64 -- Fix: lispref - compose processing now goes direct to character, not
|
2930
|
65 keysym. -- Aidan Kehoe
|
|
66 -- Improve: lispref - Mule explanations. -- Aidan Kehoe
|
2929
|
67 -- Improve: lispref - remove discussion of pure storage, long disabled.
|
2930
|
68 -- Aidan Kehoe
|
|
69 -- New: lispref - face aliasing. -- Didier Verna
|
2929
|
70
|
2928
|
71 Lisp API
|
|
72
|
2930
|
73 -- New: face aliasing. -- Didier Verna
|
2929
|
74
|
2928
|
75 Internal API and Implementation
|
|
76
|
2930
|
77 -- Fix: DLL implementation for Mac OS X "Tiger". -- Atanu Ghosh
|
|
78 -- Fix: false load path shadows after package update. -- Jeff Mincy,
|
|
79 Adrian Aichner
|
|
80 -- Fix: make CCL check for existence before using characters. -- Aidan Kehoe
|
2929
|
81 -- Fix: memory descriptions for gap variables for better 64-bit support.
|
2930
|
82 -- Darryl Okahata
|
|
83 -- Fix: various cleanups for MC_ALLOC. -- Marcus Crestani
|
2929
|
84 -- Improve: use characters instead of keysyms in x-compose.el. Remove
|
2930
|
85 iso8859 .els from dumped-lisp.el. -- Aidan Kehoe
|
2929
|
86
|
2788
|
87 to 21.5.21 "corn"
|
|
88
|
|
89 Major features
|
|
90
|
2930
|
91 -- New: An alternative memory allocator. -- Marcus Crestani
|
2788
|
92
|
|
93 User-Visible Bug Fixes and Minor Improvements
|
|
94
|
2930
|
95 -- Fix: Calculations in font-spatial-to-canonical. -- Ralf Angeli
|
|
96 -- Fix: Honor coding system argument when creating a file. -- Aidan Kehoe
|
|
97 -- Fix: Prevent stripping of items from Command menu. -- Ralf Angeli
|
|
98 -- Fix: Selection handling on Win32. -- Fabrice Popineau
|
|
99 -- Improve: Better defaults for mail-user-agent. -- Aidan Kehoe
|
|
100 -- Improve: Deprecate use of Emacs X resource class. -- Aidan Kehoe
|
|
101 -- Improve: Initialize fontlock properly in *scratch*. -- Aidan Kehoe
|
|
102 -- Improve: Make %backup%~ honor auto-save-directory. -- Steve Youngs,
|
|
103 Jamie Zawinski
|
|
104 -- Improve: Recognize some constructed Unicode keysyms. -- Aidan Kehoe
|
|
105 -- Improve: Synch dired features from GNU Emacs. -- Mike Sperber,
|
|
106 Richard Stallman, Luc Teirlinck, Stefan Monnier, Andreas Schwab
|
|
107 -- Improve: Syntax and case mapping for ISO 8859 parts 14-16. -- Aidan Kehoe
|
|
108 -- Improve: Warn about unbound Unicode keysyms. -- Aidan Kehoe
|
2788
|
109
|
|
110 Build Infrastructure
|
|
111
|
2930
|
112 -- Fix: Asserts can't contain active code. -- Melvin Hadasht
|
|
113 -- Fix: Avoid "head -#", coreutils doesn't like it. -- Vin Shelton
|
|
114 -- Fix: Build for non-DEBUG_XEMACS native Windows build. -- Marcus Crestani
|
|
115 -- Fix: Cater to OpenBSD /bin/sh. -- Malcolm Purvis
|
|
116 -- Fix: Check $ac_cv_build not $canonical for libossaudio. -- Aidan Kehoe
|
2788
|
117 -- Fix: Define elfw(type) for unexec on Alpha and amd64 for FreeBSD.
|
2930
|
118 -- Andrey Slusar
|
|
119 -- Fix: Make get-user-response available regardless of config. -- Mike Sperber
|
2788
|
120 -- Fix: Make srcdir absolute, include X header, terminate lines.
|
2930
|
121 -- Malcolm Purvis
|
|
122 -- Fix: Remove do-nothing --no-gnu-linker in Solaris builds. -- Vin Shelton
|
|
123 -- Fix: Specifying optimization flags implies optimization. -- Stephen Turnbull
|
|
124 -- Fix: Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. -- Volker Zell
|
2788
|
125 -- Fix: configure needs to include X11/Intrinsic.h to check for Xaw.
|
2930
|
126 -- Robert Delius Royar, Aidan Kehoe, Jerry James
|
|
127 -- Fix: egetenv needs process.h in device-x.c. -- Marcus Crestani
|
|
128 -- New: Conditionally compile insert-data-in-exec. -- Marcus Crestani
|
2788
|
129
|
|
130 Documentation
|
|
131
|
2930
|
132 -- Fix: Add "--with" prefix in docstrings in configure.ac. -- Aidan Kehoe
|
|
133 -- Fix: Documentation typos. -- Aidan Kehoe, Adrian Aichner
|
|
134 -- Improve: Mention and deprecate atomic extents in docstring. -- Aidan Kehoe
|
|
135 -- Improve: Texinfo docs. -- Aidan Kehoe, Stephen Turnbull, Ben Wing
|
2788
|
136
|
|
137 Lisp API
|
|
138
|
|
139 -- Improve: Use override-redirect to suppress WM decorations.
|
2930
|
140 -- Stephen Turnbull
|
|
141 -- New: More stats for show-memory-usage. -- Marcus Crestani
|
2788
|
142
|
|
143 Internal API and Implementation
|
|
144
|
|
145 -- Fix: Argument count in issue_call_trapping_problems_warning.
|
2930
|
146 -- Stephen Turnbull
|
|
147 -- Fix: Avoid use of nonexistent insert-for-yank. -- Aidan Kehoe
|
|
148 -- Fix: Buffer overflow in pdump backtrace array. -- Jerry James
|
|
149 -- Fix: Control-1 handling in CCL. -- Aidan Kehoe
|
|
150 -- Fix: fakemail for FreeBSD >= 4. -- Andrey Slusar
|
|
151 -- Improve: Dynamic diagnostic backtrace for KKCC. -- Marcus Crestani
|
2788
|
152
|
2652
|
153 to 21.5.20 "cilantro"
|
|
154
|
|
155 Major Features
|
|
156
|
2930
|
157 -- New: Handle various X selection targets properly. -- Aidan Kehoe
|
2652
|
158
|
|
159 User-Visible Bug Fixes and Minor Improvements
|
|
160
|
2930
|
161 -- Fix: Handle active regions properly. -- Adrian Aichner
|
|
162 -- Fix: pui-list-packages handles longer filenames. -- Norbert Koch
|
2652
|
163
|
|
164 Build Infrastructure
|
|
165
|
2930
|
166 -- Improve: Port configure to autoconf 2.59. -- Malcolm Purvis
|
|
167 -- Fix: make-docfile.c misparsed UNUSED macro in defuns. -- Stephen Turnbull
|
|
168 -- Fix: Don't copy non-existent BUGS file on NT. -- Adrian Aichner
|
|
169 -- Fix: Typo in PDUMP section of Makefile.in.in. -- Mike Alexander
|
2652
|
170
|
|
171 Documentation
|
|
172
|
2930
|
173 -- Improve: Update info/dir. -- Adrian Aichner
|
|
174 -- Improve: Automate updating of release date in about.el. -- Stephen Turnbull
|
|
175 -- New: about.el entry for Simon Josefsson. (Simon Joseffson
|
|
176 -- Fix: Typos. (Adrian Aichner
|
|
177 -- Improve: Sort memory usage report sections by usage. -- Adrian Aichner
|
|
178 -- Improve: Glyphs documentation. -- Ben Wing
|
|
179 -- Improve: Description of build configuration system. -- Malcolm Purvis
|
|
180 -- New: Description of build configuration system. -- Stephen Turnbull
|
|
181 -- New: Lispref node on CCL Example. -- Aidan Kehoe
|
|
182 -- Improve: Describe \c and \C in Syntax of Regexps. -- Aidan Kehoe
|
|
183 -- Improve: Future Work -- Better Rendering Support. -- Stephen Turnbull
|
|
184 -- Improve: Comments. -- Stephen Turnbull, Aidan Kehoe
|
2652
|
185
|
|
186 Lisp API
|
|
187
|
2930
|
188 -- New: GNU semi-compatible decode-char and encode-char. (Aidan Kehoe
|
2652
|
189
|
|
190 Internal API and Implementation
|
|
191
|
2930
|
192 -- Fix: Avoid consing in operate-on-matching-lines. -- Adrian Aichner
|
|
193 -- Fix: Correctly disable geometry negotiation in tabs widget. -- Stephen Turnbull
|
|
194 -- New: Backtrace feature for KKCC. -- Marcus Crestani
|
|
195 -- Fix: Type casts in database.c. -- Marcus Crestani
|
|
196 -- Fix: Adjust s&m to FreeBSD 6.x reality. -- Andrey Slusar
|
2652
|
197
|
|
198 Quality Assurance Infrastructure
|
|
199
|
2930
|
200 -- New: USED_IF_BIGFLOAT macro. -- Jerry James
|
|
201 -- New: region-tests.el. -- Adrian Aichner
|
|
202 -- New: autoconf/regressiontest.pl. -- Malcolm Purvis
|
2652
|
203
|
2593
|
204 to 21.5.19 "chives"
|
|
205
|
|
206 Major Features
|
|
207
|
2930
|
208 -- Improve: major reorganization of source tree docs. -- Ben Wing
|
|
209 -- Improve: behaviors get new code and many new implementations. -- Ben Wing
|
2593
|
210
|
|
211 User-Visible Bug Fixes and Minor Improvements
|
|
212
|
2930
|
213 -- Fix: security hole (CAN-2005-0100) in movemail. -- Vin Shelton
|
|
214 -- Fix: data truncation in i.c. -- Ben Wing
|
|
215 -- Fix: region deletion bug. -- Stephen Turnbull
|
|
216 -- Fix: crash in Frecord_buffer. -- Yoshiki Hayashi
|
|
217 -- Fix: Metacity maximize bug. -- Stephen Turnbull
|
|
218 -- Fix: data truncation bugs in unix_send_process. -- David Evers, Jerry James
|
|
219 -- Fix: recognise AltGr as a valid modifier in GTK. -- Malcolm Purvis
|
|
220 -- Fix: recognize ISO keysyms. -- Ville Skyttä
|
2593
|
221 -- New: on Windows, dump Unicode tables to allow non-ASCII invocation.
|
2930
|
222 -- Ben Wing
|
|
223 -- New: splash screen. -- Ben Wing
|
|
224 -- New: support treating shortcuts under Windows as symbolic links. -- Ben Wing
|
|
225 -- Improve: GNU-compatible coding system aliases. -- Aidan Kehoe
|
|
226 -- Improve: help system. -- Ben Wing
|
|
227 -- Improve: mouse-track. -- Ben Wing
|
|
228 -- Improve: support ISO 8859/16 by default. -- Aidan Kehoe
|
2593
|
229
|
|
230 Build Infrastructure
|
|
231
|
|
232 -- Fix: copy BUGS, README, COPYING and Installation on installation on
|
2930
|
233 Windows. -- Ben Wing
|
|
234 -- Fix: installation for Cygwin. -- Marcus Crestani
|
|
235 -- Fix: various build problems. -- Ben Wing
|
|
236 -- Fix: various things in configure. -- Ben Wing
|
|
237 -- New: default pdump on for Cygwin. -- Marcus Crestani
|
|
238 -- New: support NetBSD sound via Linux API. -- Aidan Kehoe
|
|
239 -- Improve: generation of CFLAGS (Jerry James, Ben Wing
|
|
240 -- Improve: parallel build support. -- Malcolm Purvis
|
2593
|
241 -- Improve: support --package-prefix as simple interface to --package-path
|
2930
|
242 facility. -- Ben Wing
|
|
243 -- Improve: support mmdf and pop arguments to --mail-locking. -- Ben Wing
|
2593
|
244
|
|
245 Documentation
|
|
246
|
2930
|
247 -- Fix: beta.texi. -- Stephen Turnbull, Robert Royar
|
|
248 -- Fix: typos. -- Alexey Mahotkin, Andreas Eder
|
|
249 -- New: "Future Work -- Better Rendering Support". -- Stephen Turnbull
|
|
250 -- New: "Future Work" collects feature proposals in Internals. -- Ben Wing
|
|
251 -- New: empty ChangeLog entry. -- Ben Wing
|
|
252 -- New: personal photos. -- Malcolm Purvis
|
|
253 -- Improve: Lispref (Shyamal Prasad, Stephen Turnbull, Aidan Kehoe
|
|
254 -- Improve: Users' Guide. -- Ben Wing
|
|
255 -- Improve: about.el. -- Malcolm Purvis, Ben Wing
|
|
256 -- Improve: docstrings. -- Ben Wing, Stephen Turnbull, Adrian Aichner,
|
|
257 Aidan Kehoe
|
|
258 -- Improve: gnuserv docs. -- Stephen J. Turnbull
|
|
259 -- Improve: incorporate source tree docs in FAQ. -- Ben Wing
|
|
260 -- Improve: major overhauls of FAQ, Internals. -- Ben Wing
|
|
261 -- Improve: various comments. -- Ben Wing
|
2593
|
262
|
|
263 Lisp API
|
|
264
|
|
265 -- Improve: sync bytecomp-runtime.el (make-obsolete, make-obsolete-variable).
|
2930
|
266 -- Ville Skyttä
|
2593
|
267 -- Improve: sync paragraphs.el, custom.el, subr.el, newcomment.el,
|
2930
|
268 fill.el, page.el, register.el. -- Ben Wing
|
|
269 -- New: move regexp-opt.el and easy-mmode.el from packages to core. -- Ben Wing
|
2593
|
270 -- New: next/previous-single-char-property-change and make
|
2930
|
271 next/previous-single-property-change work like in FSF. -- Ben Wing
|
|
272 -- New: xemacs-font-lock-c-keywords and friends. -- Ben Wing
|
2593
|
273
|
|
274 Internal API and Implementation
|
|
275
|
2930
|
276 -- Fix: ^M brokenness in res.rc. -- Ben Wing
|
|
277 -- Fix: adapt to recent changes in Cygwin. -- Ben Wing
|
2593
|
278 -- Fix: byte-char conversion, should speed up Mule if there are
|
2930
|
279 non-ASCII characters in the buffer. -- Ben Wing
|
|
280 -- Fix: coding cookie recognition in .elc. -- Ben Wing
|
|
281 -- Fix: data-in-executable problems. -- Olivier Galibert, Ben Wing
|
|
282 -- Fix: find-coding-system-magic-cookie-in-file. -- Ben Wing
|
|
283 -- Fix: leaking process handles. -- Ben Wing
|
2593
|
284 -- Fix: only call device method compute_scrollbar_instance_usage() if it
|
2930
|
285 is defined. -- Zajcev Evgeny
|
2593
|
286 -- Fix: protect callers of MSFT syscalls from MSFT API randomization.
|
2930
|
287 -- Ben Wing
|
|
288 -- Fix: typos. -- Robert Royar
|
|
289 -- Fix: warnings. -- Aidan Kehoe, Ben Wing
|
|
290 -- New: Hashcode type. -- Ben Wing
|
|
291 -- New: color API. -- Ben Wing
|
|
292 -- New: rename abort() macro to ABORT() to placate VC 7. -- Ben Wing
|
|
293 -- Improve: GCPRO macros. -- Ben Wing
|
|
294 -- Improve: Mule-ize various things. -- Ben Wing
|
2593
|
295 -- Improve: Suppress aliasing warning in free_hook; Jerry says not a fix?
|
2930
|
296 -- Ben Wing
|
|
297 -- Improve: UNUSED parameter marking, UNO support. -- Malcolm Purvis,
|
|
298 Jerry James
|
|
299 -- Improve: Unicode-ize various things. -- Ben Wing
|
|
300 -- Improve: critical section protection. -- Ben Wing
|
2593
|
301 -- Improve: debug info on attempt to throw outside of a function where
|
2930
|
302 call_trapping_problems() has been used. -- Ben Wing
|
|
303 -- Improve: menubar support. -- Ben Wing
|
|
304 -- Improve: more orthogonality in emacs-root-finding. -- Mike Sperber
|
|
305 -- Improve: move etc/aliases.ksh to xemacs-builds CVS module. -- Ben Wing
|
|
306 -- Improve: move etc/chr.png, etc/chrm.png to etc/photos/ (Ben Wing
|
|
307 -- Improve: partially rework Unicode support. -- Ben Wing
|
|
308 -- Improve: path handling correctness. -- Ben Wing
|
2593
|
309 -- Improve: rangetabs get different types of ranges (open/closed start
|
2930
|
310 and end). Change default to be start-closed, end-open. -- Ben Wing
|
|
311 -- Improve: refactor Initialization changes: (Ben Wing
|
|
312 -- Improve: refer to init.el not .emacs in menus. -- Stephen Turnbull
|
|
313 -- Improve: s&m files by removing autodetected stuff. -- Ben Wing
|
|
314 -- Improve: support dumping bignums. -- Jerry James, Olivier Galibert
|
|
315 -- Improve: support for crashing gently. -- Ben Wing
|
|
316 -- Improve: type and keyword pedantry. -- Jerry James, Ben Wing
|
|
317 -- Improve: update etags from upstream. -- Jerry James
|
|
318 -- Remove: EXTERNAL_LIST_LOOP because it can infloop. -- Ben Wing
|
2593
|
319 -- Remove: etc/gnu.xpm, etc/gnu.xbm, etc/sink.xbm, etc/ms-kermit,
|
2930
|
320 etc/ms-kermit-7bit (Ben Wing
|
|
321 -- Remove: unneeded/unused code. -- Ben Wing, Stephen Turnbull
|
2593
|
322
|
|
323 Quality Assurance Infrastructure
|
|
324
|
2930
|
325 -- Fix: conflict with builtin in .gdbinit. -- Golubev I. N.
|
|
326 -- New: regexp tests. -- Stephen Turnbull, Vin Shelton
|
|
327 -- New: os-tests.el. -- Stephen Turnbull
|
|
328 -- Improve: profiling support. -- Ben Wing
|
2593
|
329
|
2345
|
330 to 21.5.18 "chestnut"
|
|
331
|
|
332 Major Features
|
|
333
|
2930
|
334 -- Improve: GTK support gets many fixes and improvements -- Purvis.
|
|
335 -- Improve: pdump gets data in executable support, -si option -- Galibert.
|
|
336 -- New: GTK gets default gtkrc -- Purvis.
|
|
337 -- New: bignum support -- James (lead), Sivakumar, Turnbull.
|
2345
|
338
|
|
339 User-Visible Bug Fixes and Minor Improvements
|
|
340
|
2930
|
341 -- Fix: 'no-conversion is special in eol detection -- Turnbull.
|
|
342 -- Fix: `display-completion-list' does not overflow window -- Grundmann.
|
|
343 -- Fix: X error handler must not call stderr_out -- Clements.
|
|
344 -- Fix: bogus error in `apropros' -- Turnbull.
|
|
345 -- Fix: bogus error in `package-require' -- Youngs.
|
|
346 -- Fix: buffer editing by `call-process-region' -- Aichner.
|
|
347 -- Fix: coredump from bogus position computation in syntax cache -- Euler.
|
|
348 -- Fix: coredump from redisplay wrapping in signal.c -- James.
|
|
349 -- Fix: coredump in giflib -- Hines.
|
|
350 -- Fix: etags.el correctly handles tags with name fields -- Grundmann.
|
|
351 -- Fix: prevent minibuffer from hijacking marks -- Sperber.
|
|
352 -- Fix: respect `allow-deletion-of-last-visible-frame' -- Zajcev.
|
|
353 -- Fix: sync revert-buffer to 21.4 -- Turnbull, Sparapani.
|
|
354 -- Improve: error message formatting -- Gatzemeier.
|
|
355 -- Improve: etags.el optimized for exuberant ctags -- Grundmann.
|
|
356 -- Improve: isearch-abort preserves interim successes -- Turnbull, Zawinski.
|
|
357 -- Improve: package info reporting -- Youngs.
|
|
358 -- Improve: window configuration handling -- Rychter.
|
2345
|
359
|
|
360 Build Infrastructure
|
|
361
|
2930
|
362 -- Fix: 64-bit support -- Purvis, SuSE.
|
|
363 -- Fix: configure.in syntax, logic -- Turnbull, James, Purvis.
|
|
364 -- Fix: make install went interactive -- Aichner.
|
|
365 -- Fix: rebuild finder-inf.el -- Turnbull.
|
|
366 -- Improve: Makefile diagnostics -- Turnbull.
|
|
367 -- Improve: Windows build support -- Aichner.
|
|
368 -- Improve: configure compiler warning setup -- James, Purvis.
|
|
369 -- Improve: configure diagnostics -- Turnbull.
|
|
370 -- Improve: configure feature detection -- Purvis, James, Turnbull.
|
|
371 -- Improve: configure report -- Turnbull, James.
|
|
372 -- Improve: icc support -- James.
|
|
373 -- Improve: install procedure -- Galibert.
|
|
374 -- New: configure supports Playstation2 -- Myrkraverk.
|
|
375 -- New: support for parallel builds -- Purvis.
|
2345
|
376
|
|
377 Documentation
|
|
378
|
2930
|
379 -- Improve: about.el version reporting -- Turnbull.
|
|
380 -- Improve: comments and docstrings -- Turnbull, Aichner, Gatzemeier.
|
|
381 -- New: lispref.texi documents bignum support -- Turnbull, James.
|
|
382 -- New: lispref.texi documents text field support -- James.
|
|
383 -- Update: FAQ -- Turnbull.
|
|
384 -- Update: NEWS -- Turnbull.
|
|
385 -- Update: PACKAGES -- Koch.
|
|
386 -- Update: about.el -- Turnbull.
|
|
387 -- Update: internals.texi -- James, Turnbull.
|
|
388 -- Update: lispref.texi -- Turnbull, Okahata.
|
|
389 -- Update: menus to XEmacs config file reality -- Turnbull.
|
2345
|
390
|
|
391 Lisp API
|
|
392
|
2930
|
393 -- Improve: pixel position reporting -- Okahata.
|
2345
|
394
|
|
395 Internal API and Implementation
|
|
396
|
2930
|
397 -- Fix: C macro definition for icc -- James.
|
|
398 -- Fix: C++ build problems -- James, Verna.
|
|
399 -- Fix: Cygwin bug workaround conditionalized -- James.
|
|
400 -- Fix: Lisp internal type manipulation -- James.
|
|
401 -- Fix: bogus CVS conflict in package-ui.el -- Aichner.
|
|
402 -- Fix: callproc.c vestiges removed -- James.
|
|
403 -- Fix: format conversions in pdump report -- Turnbull.
|
|
404 -- Fix: function argument usage -- James.
|
|
405 -- Fix: incomplete macro in external widget support -- Golubev.
|
|
406 -- Fix: lwlib GC handling -- James.
|
|
407 -- Fix: lwlib computation of widget changes -- James.
|
|
408 -- Fix: mark unused parameters -- James, Wing.
|
|
409 -- Fix: remove duplicate functions -- Turnbull.
|
|
410 -- Fix: remove unused variables -- James.
|
|
411 -- Fix: specifier validation -- James.
|
|
412 -- Fix: update byte compiler function database -- James.
|
|
413 -- Fix: warning suppression -- James, Gatzemeier.
|
2345
|
414 -- Fix: workaround Darwin's distaste for ISO 8859/2 filenames.
|
2930
|
415 -- Improve: custom database save -- Aichner, Niksic.
|
|
416 -- Improve: itimer implementation -- James, Jones, Buchholz, Yamaoka.
|
|
417 -- Improve: test-harness.el Assert macro -- James.
|
|
418 -- New: LTDL support in ELLs -- James.
|
|
419 -- Update: INSTALL Canna, Make descriptions -- James, Purvis.
|
|
420 -- Update: SERVICE sync with upstream -- James.
|
|
421 -- Update: derived.el, subr.el, cl*.el sync to Emacs 21.3 -- James.
|
|
422 -- Update: etags sync with upstream v17.6 -- James.
|
2345
|
423
|
|
424 Quality Assurance Infrastructure
|
|
425
|
2930
|
426 -- Fix: regression tests using most-negative-fixnum -- James.
|
|
427 -- Improve: faster Mule tests -- Turnbull.
|
|
428 -- New: Uno support -- James.
|
|
429 -- New: regression tests -- Turnbull, Youngs, Yamaoka, Shelton, James.
|
2345
|
430
|
1963
|
431 to 21.5.17 "chayote"
|
|
432
|
|
433 Build
|
|
434
|
2930
|
435 -- New: configure reports cc and libc versions -- Kletnieks, Turnbull.
|
|
436 -- New: configure supports icc -- James.
|
|
437 -- New: configure supports typeof extension -- James.
|
|
438 -- New: use XCFLAGS to allow different flags for XEMACS_CC -- Turnbull.
|
|
439 -- Improve: module build process -- James.
|
|
440 -- Fix: compiler warnings -- Turnbull.
|
|
441 -- Fix: configure CFLAGS detection -- James, Turnbull.
|
|
442 -- Fix: configure arg parsing on Solaris -- Niksic, Shelton, Turnbull.
|
|
443 -- Fix: configure warning and progress messages -- Turnbull.
|
|
444 -- Fix: force regeneration of Lisp on every build -- Turnbull.
|
|
445 -- Fix: minitar compiler warnings, errors -- Aichner.
|
|
446 -- Fix: mislocation of installexe.sh -- James.
|
|
447 -- Fix: missing $(ldflags) in libsrc -- James.
|
|
448 -- Fix: remove dead references to GNU DLD -- James.
|
|
449 -- Fix: remove obsolete makefile cruft -- Turnbull.
|
1963
|
450
|
|
451 Documentation
|
|
452
|
2930
|
453 -- Improve: charset registry docs -- Golubev.
|
|
454 -- Improve: specifier and internals docs -- Turnbull.
|
|
455 -- Improve: test-harness reporting -- Aichner, Shelton, Turnbull.
|
|
456 -- New: weak data structure testing -- Kaltenbach.
|
|
457 -- Remove: own photos and personal information -- Youngs.
|
|
458 -- Update: library versions in Windows docs -- James.
|
|
459 -- Update: package list -- Koch.
|
|
460 -- Fix: TeXinfo syntax -- Golubev, Turnbull.
|
|
461 -- Fix: clarifications -- Turnbull.
|
|
462 -- Fix: typos -- Aichner, Golubev, Turnbull.
|
|
463 -- Fix: workaround version issues in NAS headers -- Turnbull.
|
1963
|
464
|
|
465 Lisp API
|
|
466
|
|
467 -- New: device-num-screens, device-backing-store, device-save-under,
|
2930
|
468 add-to-invisibility-spec, remove-from-invisibility-spec -- James.
|
1963
|
469 -- New: lazy (widget), widget-child-value-get, widget-child-value-inline,
|
|
470 widget-child-validate, widget-type-value-create, widget-type-default-get,
|
2930
|
471 widget-type-match -- Abrahamsen, Youngs.
|
|
472 -- New: package-get-list-packages-where -- Youngs.
|
|
473 -- New: pui-display-maintainer command -- Youngs.
|
|
474 -- New: pui-help-echo displays both installed and available versions -- Youngs.
|
|
475 -- Synch: frame.el to GNU Emacs 21.3 -- James.
|
|
476 -- Fix: cl-do-prettyprint formatting of prog* -- Youngs.
|
|
477 -- Fix: update coding system name usage -- James.
|
1963
|
478
|
|
479 Internals
|
|
480
|
2930
|
481 -- Improve: KKCC -- Kaltenbach.
|
|
482 -- Improve: compiler.h for use with modules -- James.
|
|
483 -- Improve: make QUIT-related APIs visible to modules -- James.
|
|
484 -- New: support more device metrics on X11 -- James.
|
|
485 -- New: support symbols in Darwin shared libraries -- Purvis.
|
|
486 -- New: widget-default-create uses char-table -- Haddock.
|
|
487 -- New: xfree gets a type parameter for error-checking -- James.
|
|
488 -- Fix: (remove) duplicated code -- James.
|
|
489 -- Fix: GCPRO_STACK in byte interpreter -- Turnbull.
|
|
490 -- Fix: GTK marshalling code -- Purvis.
|
|
491 -- Fix: aliasing problems -- Turnbull.
|
|
492 -- Fix: bad interaction in initialization of args with pdumper -- Benson.
|
|
493 -- Fix: bit fields need to be unsigned in unicode detectors -- James.
|
|
494 -- Fix: coding system for GPG verification -- Youngs.
|
|
495 -- Fix: hard-coded options to use APIs -- Pakoulin.
|
|
496 -- Fix: improper use of XSetArg in frame-x.c -- Turnbull.
|
|
497 -- Fix: lstream close code -- Euler.
|
|
498 -- Fix: paragraph detection in Japanese -- Yamaoka, Turnbull.
|
|
499 -- Fix: regexps using \{ -- Monnier, Turnbull.
|
|
500 -- Fix: set dirty flag in mirror window at proper time -- Galibert.
|
|
501 -- Fix: several missing GC wrappers which caused crashes -- James.
|
|
502 -- Fix: some GCPROed variables were declared register -- McPherson.
|
|
503 -- Fix: stale info in realpath computation -- James.
|
|
504 -- Fix: two infloops in GC -- James.
|
|
505 -- Fix: usage of prin1 and princ in help -- Eide, Shelton.
|
1963
|
506
|
|
507
|
1716
|
508 to 21.5.16 "celeriac"
|
|
509
|
|
510 Build
|
|
511
|
2930
|
512 -- Don't detect GNU DLD -- James.
|
|
513 -- Better detection of sound on Solaris9 -- Buchholz.
|
|
514 -- Add support detecting SunOS 5.10 in configure -- Buchholz.
|
1716
|
515 -- Use '-bundle' when testing ability to build shared libs, but use
|
2930
|
516 '-bundle_loader' in ellcc -- Begel.
|
|
517 -- Output separate declaration and definition for dump_id -- James.
|
|
518 -- Add Makefile targets to build PDF docs -- Wambold.
|
1716
|
519 -- Don't mangle the unload function in `unload_postgresql' and
|
2930
|
520 `unload_ldap' when compiling with C++ -- James.
|
|
521 -- Use extern "C" for C++ builds -- James.
|
|
522 -- Conditionally compile messages missing from the Cygwin headers -- James.
|
|
523 -- Add cast to quiet compiler in unexcw.c -- James.
|
|
524 -- Quiet compiler warnings about struct stat in syswindows.h -- James.
|
|
525 -- Test \{m,n\} in regexp-tests -- Turnbull.
|
1716
|
526
|
|
527 Documentation
|
|
528
|
2930
|
529 -- Propose bash as workaround for buggy Solaris sh in PROBLEMS -- Sparapani.
|
1716
|
530 -- Fix the PRINTED-MANUAL-TITLE arg for cross ref to "The XEmacs User's Manual"
|
2930
|
531 -- Aichner.
|
|
532 -- New node: "A Reader's Guide to XEmacs Coding Conventions" -- Turnbull.
|
|
533 -- New node: "Customizing Message Display" -- Golubev.
|
1716
|
534
|
|
535 Internals
|
|
536
|
2930
|
537 -- In ellcc.c don't mangle external symbols in generated doc file -- James.
|
1716
|
538 -- Add PARTIALLY parameter to support Fpos_visible_in_window_p parameter in
|
2930
|
539 redisplay -- James.
|
|
540 -- Use 'point_would_be_visible' parameter in `scrollbar_reset_cursor' -- James.
|
|
541 -- Add PARTIALLY parameter fo `Fpos_visible_in_window_p' -- James.
|
|
542 -- Use new 'point_would_be_visible' parameter in `window_scroll' -- James.
|
|
543 -- dll_open now takes a Lisp_Object -- James.
|
|
544 -- Remove useless call to dll_init -- James.
|
|
545 -- char to CIbyte conversion in emodules.c, sysdll.c -- James.
|
|
546 -- Do not mangle module initialisation function names -- James.
|
|
547 -- char to Extbyte conversion in sysdll.c -- James.
|
|
548 -- Return a Lisp_Object instead of a string in `dll_error' -- James.
|
|
549 -- Make eval-related functions visible to modules -- James.
|
1716
|
550 -- Allow specifying elisp function for waithing user input while displaying
|
2930
|
551 message while in minibuffer -- Golubev.
|
|
552 -- Use OS_RELEASE=os_release_major*100+os_release_minor in s/sol2.h -- Buchholz.
|
|
553 -- Add lrecord_memory_descriptions -- Crestani.
|
|
554 -- Remove GetLongPathNameW -- Harris.
|
|
555 -- A couple of new macros to compare w32api versions -- James.
|
|
556 -- KKCC fixes -- Crestani.
|
1716
|
557
|
|
558 Lisp API
|
|
559
|
2930
|
560 -- Allow user to specify alternative function for displaying message -- Golubev.
|
|
561 -- New var to specify the maximum received fonts -- LewisMoss.
|
|
562 -- Allow gnuserv to fallback to GTK if X device fails -- LewisMoss.
|
|
563 -- Eval the initialisation value of `eol-detection-enabled-p' -- Alexander.
|
|
564 -- Make sure `setbuffer-file-coding-system' sets the eol type -- Alexander.
|
|
565 -- Remove unnecessary definitions of 'null-device' -- Turnbull.
|
|
566 -- Actually implement the specified semantics for 'defvar' -- Sperber.
|
|
567 -- Fix `shrink-to-fit' by calling `shrink-window-if-larger-than-buffer' -- Aichner.
|
1716
|
568
|
|
569
|
1665
|
570 to 21.5.15 "celery"
|
|
571
|
|
572 Build
|
|
573
|
2930
|
574 -- Autoconf configure updates -- James, Turnbull.
|
|
575 -- Makefile updates -- James.
|
|
576 -- Minor updates to make-docfile.c -- Begel.
|
|
577 -- Wrap assert_failed with EXTERN_C for modules -- James.
|
|
578 -- Updates to modules Makefile.common -- James.
|
1665
|
579 -- Include emodules.h when building modules in postgresql.c
|
2930
|
580 and ldap.c -- James.
|
|
581 -- Updates to xemacs.mak -- Aichner.
|
1665
|
582 -- Add some extern "C" declarations for C++ module builds
|
2930
|
583 -- James.
|
|
584 -- Add casts for C++ builds in mule-canna.c -- James.
|
1665
|
585 -- Add type casts in database.c to satisy C++ compilers.
|
|
586 -- Log result summary of tests when the testsuite is running
|
2930
|
587 noninteractive -- Aichner.
|
|
588 -- Add some tests for weak-lists -- Crestani, Kaltenbach.
|
1665
|
589
|
|
590
|
|
591 Documentation
|
|
592
|
2930
|
593 -- Update README.(HYPERBOLE|OO-BROWSER) -- Turnbull.
|
|
594 -- Update etc/PACKAGES -- Turnbull, Koch, Youngs.
|
|
595 -- Update etc/sample.Xresources -- Turnbull.
|
|
596 -- Major update and audit of all documents relating to PUI -- Youngs.
|
1665
|
597 -- Mention `line-move-ignore-invisible' (display.texi "Invisible Text")
|
2930
|
598 -- Kyllingstad.
|
1665
|
599 -- Document that end-glyph is still displayed when invisible
|
2930
|
600 is set (extents.texi "Extent Properties") -- Kyllingstad.
|
1665
|
601 -- Document that only begin-glyph is highlighted (extents.texi "Extents
|
2930
|
602 and Events") -- Kyllingstad.
|
|
603 -- Various typo and docstring fixes -- Turnbull, Sperber.
|
|
604 -- Add missing '@end' defun in lists.texi -- Shelton.
|
2865
|
605 -- Document ?\x00 read syntax and range limitations on ?\000 and
|
2930
|
606 ?\x00 read syntaxes (objects.texi "Character Type") -- Turnbull.
|
1665
|
607 -- Document `true-list-p' (lists.texi "List-related Predicates")
|
2930
|
608 -- Turnbull.
|
1665
|
609
|
|
610
|
|
611 Internals
|
|
612
|
2930
|
613 -- KKCC updates -- Crestani, Kyllingstad.
|
1665
|
614 -- Define DECLARE_MODULE_API_LRECORD when not ERROR_CHECK_TYPES
|
2930
|
615 -- James.
|
|
616 -- Updates to DSO code -- James.
|
|
617 -- Remove unused (X)OPAQUE_MARKFUN definitions -- James.
|
|
618 -- GCPRO updates -- Sperber.
|
|
619 -- Mouse wheel fixes in event-msw.c -- Kyllingstad.
|
|
620 -- Use 'HAVE_DLD_INIT' instead of 'HAVE_INIT_DLD' in sysdll.c -- James.
|
|
621 -- Rewrite ephemeron marker code -- Sperber.
|
|
622 -- Fix printing of symbol names in .gdbinit -- Golubev.
|
|
623 -- Fixes to `update_frame_toolbars_geometry' -- Sperber.
|
|
624 -- Fix missing commas in `fonts' initialiser -- Golubev.
|
|
625 -- Add `opaque_ptr_description' -- Crestani.
|
|
626 -- Add `allocate_big_string_chars' -- Turnbull, Buchholz.
|
1665
|
627
|
|
628
|
|
629 Lisp API
|
|
630
|
2930
|
631 -- New alias `apropos-customize' -> `customize-apropos' -- Aichner.
|
|
632 -- Remove unecessary arg from `pui-set-local-package-get-directory -- Youngs.
|
|
633 -- New key bindings in mwheel.el -- Kyllingstad.
|
|
634 -- Make `insert-directory' to be more like FSF version -- Sperber.
|
|
635 -- Window configuration fixes in isearch code -- Sperber.
|
|
636 -- Implement simple object finalisation in post-gc.el -- Sperber.
|
|
637 -- Updates to etags.el -- Turnbull.
|
|
638 -- Updates to cl-macs.el -- Pakoulin.
|
|
639 -- Fix "do-nothing" bug in `derived-mode-merge-syntax-tables' -- Turnbull.
|
|
640 -- Fixes to `restore-saved-window' -- James.
|
2865
|
641 -- Handle missing "EMACSPACKAGEPATH" env var in
|
2930
|
642 `package-get-package-index-file-location' -- Aichner.
|
|
643 -- Fix substring errors in `package-admin-find-top-directory' -- Aichner.
|
1665
|
644 -- Fix `byte-compile-lambda' so it only discards the docstring if it is
|
2930
|
645 not also the value of the lambda -- Turnbull.
|
|
646 -- Don't insist in lib-src directory in `path-emacs-root-p' on WinNT -- Aichner.
|
|
647 -- Don't include '(' in `font-lock-function-name-face' -- Aichner.
|
1665
|
648
|
|
649
|
1510
|
650 to 21.5.14 "cassava"
|
|
651
|
|
652 This release has a few documentation updates thanks to Steve
|
|
653 Turnbull, better Makefile handling for modules on MacOSX from
|
|
654 Andrew Begel and Jerry James. Also, it is now possible for the
|
|
655 user to specify the location of the package-index file for PUI to
|
|
656 use, see `package-get-package-index-file-location'.
|
|
657
|
|
658 Build
|
|
659
|
2930
|
660 -- Autoconf tweaks for building modules on MacOSX -- James.
|
|
661 -- GCC fixes in ellcc.c -- James.
|
|
662 -- Module Makefile fixes -- Begel, James.
|
|
663 -- Fix shadow warning in regex.c -- James.
|
1510
|
664
|
|
665 Documentation
|
|
666
|
2930
|
667 -- New TeXinfo node "Searching and Matching" -- Turnbull.
|
|
668 -- New section "Legacy Versions" in FAQ -- Turnbull.
|
|
669 -- New FAQ question Q8.0.1 -- Turnbull.
|
|
670 -- Update split-string specs in "Regexp Search" -- Turnbull.
|
1510
|
671
|
|
672 Internals
|
|
673
|
2930
|
674 -- Package index file updated -- Koch.
|
|
675 -- Add some debug checks in file-coding.c -- Turnbull.
|
1510
|
676
|
|
677 Lisp API
|
|
678
|
|
679 -- Make error message report the sym checked in
|
|
680 `autoload-featurep-protect-autoloads' -- Turnbull.
|
2930
|
681 -- `split-string' tweaks -- Turnbull.
|
|
682 -- Make the location of the package-index file user customisable -- Youngs.
|
|
683 -- Turn on package-index file PGP verification -- Youngs.
|
|
684 -- Only use message if interactive for functions in replace.el -- Josefsson.
|
1510
|
685
|
1457
|
686 to 21.5.13 "cauliflower"
|
|
687
|
1473
|
688 Remember that bug that made return behave as linefeed in a TTY? It's
|
|
689 gone! Thanks go out to Jerry James and Steve Turnbull for squashing
|
|
690 this year old bug. Of course, that wasn't the only bug fixed this
|
|
691 time around.
|
1457
|
692
|
|
693 Here are the highlights:
|
|
694
|
|
695 Build
|
|
696
|
2930
|
697 -- Don't look for Motif if it's already been found -- Buchholz.
|
|
698 -- Darwin, Cygwin, BerkDB autoconf fixes -- Turnbull.
|
|
699 -- Make DEFUNed functions be tags -- Buchholz.
|
|
700 -- Allow compiling with Motif 1 and linking with Motif 2 -- Buchholz.
|
|
701 -- Update regexp tests -- Turnbull.
|
|
702 -- Don't autodetect ESD (Enlightened Sound Daemon) -- Turnbull.
|
1457
|
703
|
|
704
|
|
705 Documentation
|
|
706
|
2930
|
707 -- New section in PROBLEMS auxilary programs for Windows -- Turnbull.
|
1457
|
708 -- FAQ updates
|
2930
|
709 Q6.4.3 New aux programs for Windows -- Turnbull.
|
|
710 -- Document failed match preserves data -- Turnbull.
|
1457
|
711
|
|
712
|
|
713 Internals
|
|
714
|
2930
|
715 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c -- Pluim.
|
|
716 -- Better support for externally defined lrecord types -- Begel.
|
|
717 -- Only call `xm_update_progress' if Motif is defined -- Youngs.
|
|
718 -- Define __STDC__ for BerkeleyDB -- Buchholz.
|
|
719 -- Fix bug where XEmacs couldn't find its .dmp file -- Buchholz.
|
|
720 -- Move `filemodestring' from lisp.h to sysfile.h -- Golubev.
|
|
721 -- Clean ups against the possibility of sys/stat.h defining stat -- Turnbull.
|
|
722 -- Search/match updates -- Turnbull.
|
1457
|
723
|
|
724
|
|
725 Lisp API
|
|
726
|
2930
|
727 -- Fix bug preventing installing new packages -- Youngs.
|
|
728 -- Put exit message on separate line in `command-error' -- Turnbull.
|
|
729 -- Temporarily turn off PGP verification of package-index -- Youngs.
|
|
730 -- Remove keymapings for 'function-key-error' -- James.
|
|
731 -- Fix bug that mapped RET to LFD in TTYs -- James.
|
1457
|
732
|
|
733
|
1431
|
734 to 21.5.12 "carrot"
|
|
735
|
|
736 Lots of updates, fixes, and features from Ben Wing (he never stops).
|
|
737 Also, a lot of work has gone into cleaning up the test suite. Thanks
|
|
738 to Steve Turnbull, Jerry James, Daiki Ueno because now all tests from
|
|
739 'make check' pass 100% (at least on GNU/Linux).
|
|
740
|
|
741 Here are the highlights:
|
|
742
|
|
743 Build
|
|
744
|
2930
|
745 -- Updates to configure.in -- Steuck, James, Skyttä, Wing.
|
|
746 -- Major updates to Makefile.in.in -- Wing.
|
|
747 -- Allow for separate build and source directories -- Wing.
|
|
748 -- Fix some compiler warnings -- Wing.
|
|
749 -- Major clean up of xemacs.mak and friends -- Wing, Aichner.
|
|
750 -- Fix some Solaris 2.7 CC compiler warnings -- Persico.
|
|
751 -- Fix for building on Mac -- Palmer.
|
1431
|
752 -- Work around a problem compiling with '--use-union-type' on Intel's
|
2930
|
753 ICC compiler -- Buchholz.
|
|
754 -- Fix problems with rel-alloc compilation -- Wing.
|
|
755 -- Sequentialize dependencies even more in update-elc-2 -- Sperber.
|
1431
|
756 -- Don't fatal() in 'report_sheap_usage' when need to rerun Make -
|
2865
|
757 Wing.
|
2930
|
758 -- Various updates to the test suite -- Turnbull.
|
1431
|
759
|
|
760 Documentation
|
|
761
|
|
762 -- Updates to
|
2930
|
763 INSTALL -- Turnbull, Wing.
|
|
764 PROBLEMS -- Turnbull, Wing.
|
|
765 -- Global substition of .Xresources for .Xdefaults -- Turnbull.
|
|
766 -- Update packages in ./etc/BETA -- Skyttä.
|
|
767 -- Doc string updates -- Korytov, Turnbull, Wing.
|
|
768 -- TeXinfo updates -- Aichner, Turnbull, Wing, Youngs.
|
1431
|
769
|
|
770 Internals
|
|
771
|
2930
|
772 -- Fix stale match data after failed search bug -- Turnbull.
|
1431
|
773 -- Reformat function definitions correctly in menubar-gtk.c and
|
2930
|
774 event-gtk.c -- Turnbull.
|
1431
|
775 -- Fix bug matching ASCII character classes to Mule characters -
|
2865
|
776 Ueno.
|
2930
|
777 -- Frame updates for MS Win -- Alexander.
|
1431
|
778 -- Add .dylib as an acceptable shared library file extension to
|
2930
|
779 support MacOS X -- Begel.
|
|
780 -- Fix bug in database.c for Berkdb 4.1 -- Turnbull.
|
|
781 -- Regex fixes -- Turnbull, Wing.
|
|
782 -- Coding system updates -- Wing.
|
|
783 -- Add clear-left-side functionality in print.c -- Wing.
|
|
784 -- Seg fault rather than abort on Cygwin in 'assert_failed' -- Wing.
|
|
785 -- Delete popup-data object -- Wing.
|
|
786 -- Delete menubar_data field from frames -- Wing.
|
|
787 -- Clean up handling of lwlib callback data GCPRO'ing -- Wing.
|
1431
|
788 -- Use ALLOCA() in regex.c to avoid excessive stack allocation -
|
2865
|
789 Wing.
|
2930
|
790 -- Fix subtle problem with REL_ALLOC() -- Wing.
|
1431
|
791 -- Change *run_hook*_trapping_problems to take a warning class, not a
|
2930
|
792 string -- Wing.
|
|
793 -- Mule-ize encrypt/decrypt-string code -- Wing.
|
|
794 -- Delete all support for bit-rotten CANNOT_DUMP -- Wing.
|
1431
|
795 -- Fix crash due to attempt to free objects across dump/undump -
|
2865
|
796 Wing.
|
1431
|
797 -- Don't get in an infinite loop running post-redisplay actions -
|
2865
|
798 Wing.
|
2930
|
799 -- Make gc_currently_forbidden static -- Wing.
|
|
800 -- Defer redrawing if already in redisplay -- Wing.
|
|
801 -- Add debug code for locking a dynarr to catch invalid mods -- Wing.
|
1431
|
802 -- Ensure that various glyph functions that eval within redisplay
|
2930
|
803 protect the evals -- Wing.
|
|
804 -- Defer specifier-changed updating till after redisplay -- Wing.
|
1431
|
805 -- Require that every place inside of redisplay catch errors itself -
|
2865
|
806 Wing.
|
2930
|
807 -- Introduce separate means of holding frame-size changes -- Wing.
|
1431
|
808 -- Introduce "post-redisplay" methods for deferring things till after
|
2930
|
809 redisplay -- Wing.
|
|
810 -- Disable all quit checking in redisplay -- Wing.
|
1431
|
811 -- Use _wexecve() when under Windows NT for Unicode correctness -
|
|
812 Wing.
|
2930
|
813 -- Update list of possibly valid console types -- Wing.
|
1431
|
814 -- Turn on Vstack_trace_on_error 'Frun_emacs_from_temacs' so that
|
|
815 errors are debuggable even when occurring extremely early in
|
2930
|
816 reinitialization -- Wing.
|
|
817 -- Define new function `emacs-run-status' -- Wing.
|
1431
|
818 -- Fix crash caused by an edge condition in the syntax-cache macros -
|
2865
|
819 Wing.
|
2930
|
820 -- Eliminate HAVE_WIN32_CODING_SYSTEMS, use WIN32_ANY instead -- Wing.
|
1431
|
821 -- Don't check_quit() unless we're unbinding a real Lisp
|
2930
|
822 `unwind-protect' -- Wing.
|
1431
|
823 -- Make absolutely sure there is no quit checking while we are in a
|
2930
|
824 "critical section" during frame deletion -- Wing.
|
1431
|
825
|
|
826 Lisp API
|
|
827
|
2930
|
828 -- Fix infloop in font-lock for java files -- Choi.
|
|
829 -- Fix split-string -- Turnbull.
|
|
830 -- Support '(filename)nodename' as argument to 'info' -- Steib.
|
|
831 -- Major clean up of the PUI code -- Youngs.
|
|
832 -- Use 'equal' instead of '=' in 'saved-window-equal' -- James.
|
|
833 -- Updates to wid-edit.el -- Turnbull.
|
1431
|
834 -- Better layout for Tools -> Packages -> Download Site menu -
|
2865
|
835 Aichner.
|
2930
|
836 -- More sites added to packages download sites menu -- Aichner.
|
1431
|
837 -- Byte-compiler warning clean up and lots of synching with FSF 21.2
|
2930
|
838 code -- Wing.
|
1431
|
839 -- Move lots of high-level code for computing paths into
|
2930
|
840 setup-paths.el from various places -- Wing.
|
|
841 -- Mule and coding system updates -- Wing, Turnbull.
|
1431
|
842
|
|
843
|
1307
|
844 to 21.5.11 "cabbage"
|
|
845
|
|
846 Lots of improvements and fixes this time around. One of our key
|
|
847 players, Ben Wing, has drastically improved font-locking (go turn on
|
|
848 lazy-lock to check it out). Apart from many other bug fixes, Ben
|
|
849 has also given us a speed up to the build process (--quick-build
|
|
850 configure option).
|
|
851
|
|
852 Other stars we should mention are: Mike Sperber, for window
|
|
853 configuration fixes and updates; Stephen Turnbull for build fixes,
|
|
854 documentation and typo fixes. Stephen also gave us some major updates
|
|
855 to autoload.el and wid-edit.el. And also Jerry James with some more
|
|
856 DSO updates.
|
|
857
|
|
858 Here are the highlights:
|
|
859
|
|
860 Build
|
|
861
|
2930
|
862 -- Updates to test suite -- Turnbull.
|
|
863 -- Use -no-autoloads with update-elc-2 -- Wing.
|
|
864 -- Check for strupr and strlwr -- Sperber.
|
|
865 -- Delete auto-autoloads.el* & cutom-load.el* files on make clean -- Turnbull.
|
|
866 -- Fix --srcdir processing -- Turnbull.
|
|
867 -- Define DLSYM_NEEDS_UNDERSCORE on Darwin -- Turnbull.
|
|
868 -- Use opsys=aix4-2 for AIX 5 and above -- Buchholz.
|
|
869 -- Make ellcc search XEmacs directories for include files 1st -- James.
|
|
870 -- Set stack-trace-on-error, load-always-display-messages -- Wing.
|
|
871 -- Overhaul update-elc.el, cus-dep, autoload (speed ups) -- Wing.
|
|
872 -- Various compiler warning fixes -- Wing.
|
|
873 -- FreeBSD updates in modules/Makefile.common -- Pluim.
|
|
874 -- Warning fix in eldap.c -- James.
|
|
875 -- Support C++ & KKCC compilation in Windows -- Wing.
|
|
876 -- Various fixups in nt/config.in.samp -- Wing.
|
|
877 -- Fixes in xemacs.mak -- Wing.
|
|
878 -- Clean up compile errors with C++ under Windows -- Wing.
|
|
879 -- Re-order sections in ldflags for gcc 3.2 -- Okhapkin.
|
|
880 -- Restore USE_XFONTSET -- Turnbull.
|
|
881 -- New symbol: DLSYM_NEEDS_UNDERSCORE -- Turnbull.
|
|
882 -- Guard against multiple definitions of _ALL_SOURCE -- Buchholz.
|
|
883 -- QUICK_BUILD updates -- Wing.
|
1307
|
884
|
|
885 Documentation
|
|
886
|
2930
|
887 -- Major update to configure.usage -- Wing.
|
|
888 -- New developer bio's -- James, Skyttä, Golubev.
|
1307
|
889 -- Amendments/additions to PROBLEMS:
|
2930
|
890 - PostgreSQL DSO with --error-checking=all -- James.
|
|
891 - Consolidate Motif problems into one section -- Turnbull.
|
1307
|
892 -- Amendments/additions to INSTALL:
|
2930
|
893 - Recommend Mule -- Turnbull.
|
|
894 - Deprecate stripped binaries -- Turnbull.
|
1307
|
895 -- General tidy up of etc/BETA, rewrite sections dealing with packages
|
2930
|
896 and building from scratch -- Youngs.
|
|
897 -- General doc fixes, typos etc -- Youngs, Turnbull, Palmer, Wing.
|
|
898 -- Fix xref in Auto-Saving -- Aichner.
|
|
899 -- Update Local.rules File section in packages.texi -- Youngs.
|
|
900 -- Clarify package hierarchy structure -- Turnbull.
|
|
901 -- Major fixup of internals.texi -- Wing.
|
|
902 -- Lots of Mule rewriting in lispref/mule.texi -- Wing.
|
|
903 -- Document USE_UNION_TYPE evilness -- Wing.
|
|
904 -- Document event-matches-key-specifier-p better -- Wing.
|
|
905 -- Change illegal (for C) '//' comments to '/* */' -- Shelton, Turnbull.
|
1307
|
906
|
|
907 Internals
|
|
908
|
2930
|
909 -- Synch rcs2log to GNU upstream -- Youngs.
|
1307
|
910 -- Use symbolic name `XtExposeCompressMaximal' instead of `TRUE' in
|
2930
|
911 xlwMenuClassRec -- Buchholz.
|
|
912 -- In xm_update_progress, don't define unless LWLIB_WIDGETS_MOTIF -- Buchholz.
|
|
913 -- Rename class -> class_ & new -> new_ -- Wing.
|
|
914 -- KKCC update in postgresql.c -- Wing.
|
|
915 -- KKCC update in eldap.c -- James.
|
|
916 -- Fix for unix_create_process -- Ueno.
|
|
917 -- Set stack reserve size during unexec() -- Piper.
|
|
918 -- Use 'struct htentry' not 'struct hentry' in elhash.c -- Wing.
|
1307
|
919 -- New macros ALIST_LOOP_3, ALIST_LOOP_4.
|
2930
|
920 -- Fix 'xemacs -batch -l dunnet' under Cygwin -- Wing.
|
|
921 -- Implement delaying of XFlush() if pending expose events -- Wing.
|
|
922 -- Fix some longstanding bugs in X quit handling -- Wing.
|
|
923 -- Correct the message output upon crashing to be more up-to-date -- Wing.
|
1307
|
924 -- Add dp() & db() as short synonyms of debug_print() &
|
2930
|
925 debug_backtrace() -- Wing.
|
|
926 -- Add C++ error-checking code to verify problems with GCPRO/UNGCPRO -- Wing.
|
|
927 -- Change the way gap arrays are allocated (for KKCC) -- Wing.
|
1307
|
928 -- Now lcrecords set the type of items sitting on the free list to
|
2930
|
929 lcrecord_type_free -- Wing.
|
1307
|
930 -- All lcrecord allocation functions now zero out the returned
|
2930
|
931 lcrecords -- Wing.
|
|
932 -- Additional asserts in FREE_FIXED_TYPE -- Wing.
|
|
933 -- Make bit vectors lcrecords, like vectors -- Wing.
|
|
934 -- MARKED_SLOT() call no longer includes semicolon -- Wing.
|
|
935 -- Factor out some code duplicated in KKCC and pdump -- Wing.
|
|
936 -- KKCC updates -- Wing.
|
|
937 -- Add a fifth field "flags" to memory_description -- Wing.
|
|
938 -- Add support for "description maps" -- Wing.
|
1307
|
939 -- Redo XD_UNION so it works inline and change format to provide info
|
2930
|
940 for pdump -- Wing.
|
2865
|
941 -- Textual changes:
|
2930
|
942 - lrecord_description -> memory_description -- Wing.
|
|
943 - struct_description -> sized_memory_description -- Wing.
|
|
944 -- Initialize protect_me field of popup_data in set_frame_menubar -- Sperber
|
|
945 -- GTK updates -- Sperber.
|
1307
|
946 -- Don't lead to a crash if dealing with a dead
|
2930
|
947 window/frame/device/console -- Sperber.
|
|
948 -- Prevent crash for combination windows -- Sperber.
|
|
949 -- Window fixes in Fdelete_window -- Sperber.
|
|
950 -- Module updates in emodules.h -- James.
|
|
951 -- Fprovide from 'vars_of_file_coding' not 'syms_of_file_coding' -- Turnbull.
|
|
952 -- Fix syntax of macro in 'mark_object_maybe_checking_free -- Turnbull.
|
|
953 -- Eliminate bogus require-prints-loading-message -- Wing.
|
|
954 -- Turn on `load-warn-when-source-newer' by default -- Wing.
|
1307
|
955 -- Fix up crashes when selecting menubar items due to lack of GCPROing
|
2930
|
956 -- Wing.
|
|
957 -- Implement tail-recursion in KKCC -- Wing.
|
|
958 -- Fix UTF-(8|16) detector -- Wing.
|
1307
|
959 -- Fix problems with reentrant calling of lwlib and associated crashes
|
2930
|
960 when selecting menu items -- Wing.
|
|
961 -- Improve redisplay handling of preemption -- Wing.
|
|
962 -- Return the parameter from strlvr, strupr, depend on !HAVE_STRUPR -- James.
|
|
963 -- In sysdll.c included lisp.h to define needed alloca_array -- Begel.
|
|
964 -- Pull GC_CHECK_NOT_FREE out of USE_KKCC -- Sperber.
|
|
965 -- Abort when any attempts to output a stream console are made -- Wing.
|
|
966 -- Formatting fixes in redisplay-output.c -- Wing.
|
|
967 -- Clean up redisplay a bit -- Wing.
|
|
968 -- Fix scrollbar code TTY devices don't have them -- Sperber.
|
|
969 -- Major reworking of profile code -- Wing.
|
|
970 -- Dramatically improve redisplay speed over slow X connections -- Buchholz.
|
|
971 -- Move syntax table description from buffer.c to syntax.c -- Wing.
|
|
972 -- Updates to char,mirror,syntax tables code -- Wing.
|
|
973 -- Niggly whitespace fixups -- Wing.
|
1307
|
974
|
|
975 Lisp API
|
|
976
|
2930
|
977 -- Updates to (japan|cryil)-util.el -- Turnbull.
|
|
978 -- Updates to how XEmacs computes various paths -- Sperber.
|
|
979 -- Window configuration fixes -- Sperber, Wing.
|
|
980 -- Make Info-insert-dir end n separator -- Buchholz.
|
|
981 -- Drastically reorganise autoload.el -- Turnbull.
|
|
982 -- Omit M-S-home/end from motion keys -- Wing.
|
|
983 -- Synch wid-edit to GNU/Emacs 21.3.50 -- Turnbull.
|
|
984 -- Updates to hyper-apropos -- Wing.
|
|
985 -- Reorganise Help -> Info submenu -- Wing.
|
|
986 -- Fix bug when end > start in text-props -- Wing.
|
|
987 -- Fix walk-windows -- Wing.
|
|
988 -- Fix for call to set-language-unicode-precedence-list -- Nyyss~nen.
|
|
989 -- Synch up byte-optimize.el -- Wing.
|
|
990 -- Include FUNLIST argument to generate-c-file-autoloads-1 -- Wing.
|
1307
|
991
|
|
992
|
1146
|
993 to 21.5.10 "burdock"
|
|
994
|
1187
|
995 Please accept my apologies for the very long wait between releases
|
|
996 this time around. My PC chose the 21.5.10 development cycle to go up
|
|
997 in a sickening cloud of smoke. :-( (Steve Youngs <youngs@xemacs.org>)
|
|
998
|
|
999 Lots of updates from Ben Wing (as always), also from Andy Piper, Mike
|
|
1000 Sperber, and Stephen Turnbull with lots of documentation updates and
|
|
1001 fixes. One new exciting addition in this release is that the LDAP and
|
|
1002 PostgreSQL code has been extracted out of the core C code and moved to
|
|
1003 DSO's. We have Jerry James to thank/blame/worship for that.
|
|
1004
|
|
1005 Build
|
|
1006
|
2930
|
1007 -- Reset sheap-adjustment to zero -- Piper.
|
|
1008 -- Make --pdump default to yes on Linux -- Turnbull.
|
|
1009 -- Only use -Wpacked in GCC v3 -- Wing.
|
|
1010 -- Remove LISP_FLOAT_TYPE definition. -- James.
|
|
1011 -- Temporarily disable DSO's under Cygwin -- Wing.
|
|
1012 -- Updates to DSO building code (Makefile.in, configure.in etc) -- Wing, James.
|
|
1013 -- Separate compiler warning flags from CFLAGS -- Wing.
|
|
1014 -- Delete auto-autoloads.e* & custom-load.e* on 'make clean' -- Turnbull.
|
|
1015 -- Disable detection of 'getaddrinfo' for HP-UX 11.XX -- Turnbull.
|
|
1016 -- Include modules directories in 'make tags' -- Youngs.
|
|
1017 -- Fix shadowing warnings in make-docfile.c -- Wing.
|
1187
|
1018 -- Move the common stuff from postgresql/ldap Makefile.in.in &
|
|
1019 configure.ac's into a "common" Makefile and configure script -
|
|
1020 Wing.
|
2930
|
1021 -- Major cleanup of ellcc -- Wing, James.
|
|
1022 -- Add Makefile var to pick up '--site-libraries' in DSO's -- Youngs.
|
1187
|
1023 -- Avoid unnecessary deviations from UNIX 'describe-installation' in
|
2930
|
1024 xemacs.mak -- Aichner.
|
|
1025 -- Don't confirm overwriting files in xemacs.mak -- Aichner.
|
|
1026 -- Support 'xemacs_extra_name' in xemacs.mak -- Aichner.
|
|
1027 -- Some gcc/g++ 3 fixes -- Wing.
|
|
1028 -- Warning fixes -- Wing.
|
|
1029 -- Fix some C++ errors -- Wing.
|
1187
|
1030 -- Allow for C needing volatile and C++ that can't have volatile,
|
2930
|
1031 remove previous volatile hacks -- Wing.
|
|
1032 -- Try for a working Cygwin build with old unexec -- Wing.
|
|
1033 -- Warning suppression -- Turnbull.
|
|
1034 -- New Mule character class regexp tests -- Turnbull, Ueno.
|
|
1035 -- Better handling of known bugs in tests -- Turnbull.
|
|
1036 -- Add test for stale subexpr match-data -- Turnbull.
|
|
1037 -- Update syntax-table tests -- Turnbull.
|
|
1038 -- Add word-boundary regexp tests -- Turnbull.
|
1187
|
1039
|
|
1040 Documentation
|
|
1041
|
|
1042 -- Updates to PROBLEMS file
|
2930
|
1043 Running/Linux - Lesstif 0.93.36 -- Turnbull
|
|
1044 Running/IRIX - Irix 6.5 coredumps -- Turnbull
|
|
1045 Running/Cygwin - "No cygXpm-noX" fatal error -- Turnbull
|
|
1046 Missing charsets - Remove ambiguity -- Turnbull
|
|
1047 Running, General - FontSet warnings -- Turnbull
|
|
1048 MacOS/X - Stack limitation -- Turnbull
|
|
1049 Digital Unix - Generalise -- Turnbull
|
|
1050 AIX - USE_KKCC lossage -- Turnbull.
|
|
1051 -- Update instructions in info/dir -- Wallington.
|
|
1052 -- Recommend TeXinfo 4.2 in INSTALL -- Turnbull.
|
|
1053 -- Add example in sample.Xdefaults -- Boffi.
|
|
1054 -- Typo fixes -- Yamaoka, Youngs, Turnbull, Wing.
|
|
1055 -- Docstring fixes -- Turnbull, Piper, Skyttä, Wing.
|
|
1056 -- Update description of XEmacs Patches and Design ML's -- Turnbull.
|
|
1057 -- Incorportate ChangeLog.X into ChangeLog -- Wing.
|
1187
|
1058 -- FAQ additions/amendments:
|
2930
|
1059 Debugging FAQ improvements -- Wing.
|
|
1060 Mention union type bugs -- Turnbull.
|
|
1061 Debugging HOWTO improvements -- Turnbull.
|
|
1062 Decoding Lisp objects in the debugger -- Turnbull.
|
|
1063 Fix location of FAQ on website -- Skyttä.
|
|
1064 Add missing menu entry for Q3.2.7 -- Verna.
|
|
1065 Displaying non-ASCII -- Turnbull.
|
|
1066 Mention bug report commands -- Turnbull.
|
|
1067 Revise Q1.3.[1-6] -- Turnbull.
|
|
1068 New FAQ for "no cygXpm-noX" fatal error -- Turnbull.
|
2865
|
1069 -- New TeXinfo nodes:
|
2930
|
1070 "Widget Internals" -- Turnbull.
|
|
1071 "Simple Specifier Usage" -- Turnbull.
|
|
1072 "Compilation Options" -- Turnbull.
|
|
1073 -- Document charset Unification and Tables -- Turnbull.
|
|
1074 -- Better short description of Mule in Mule submenu -- Turnbull.
|
|
1075 -- Regression Testing XEmacs design hints & rewrite -- Turnbull.
|
|
1076 -- Document 'face-frob-from-locale-first' -- Golubev.
|
|
1077 -- Document 'set-face-background-pixmap-file' -- Verna.
|
1187
|
1078 -- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level
|
2930
|
1079 Modules" -- Turnbull.
|
|
1080 -- Update "Available Packages" -- Skyttä.
|
|
1081 -- Document 'append' arg of 'add-to-list' -- Skyttä.
|
|
1082 -- Add optimisation hints in "Techniques for XEmacs Developers" -- Turnbull.
|
1187
|
1083
|
|
1084 Internals
|
|
1085
|
2930
|
1086 -- Add *menubar*FontSet and *popup*FontSet entries -- Turnbull, Skyttä.
|
|
1087 -- Extract ldap and postgresql code from core and put them into DSO's -- James.
|
1187
|
1088 -- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs
|
2930
|
1089 in Gnus) -- Wing.
|
|
1090 -- Inhibit GC in critical sections -- Wing.
|
|
1091 -- Fix calculation in 'report_sheap_usage' -- Piper.
|
|
1092 -- Implement and use new var 'garbage_collection_messages' -- Wallington.
|
|
1093 -- Fix 'open_database' for Berkeley DB 4.1.x -- Allen.
|
|
1094 -- Updates to frame code -- Sperber.
|
1187
|
1095 -- Change C debugger entrance: error message, then stack trace, then
|
2930
|
1096 exiting message, then force debugger -- Wing.
|
|
1097 -- Use EQ not EQUAL in 'mswindows_init_frame_1' -- Wing.
|
|
1098 -- Better redisplay-related asserts -- Wing.
|
|
1099 -- Don't generate large warning strings when they'll be discarded -- Wing.
|
|
1100 -- Implement 'debug-on-error' as documented -- Wing.
|
|
1101 -- Fix docs relating to QUIT which can't GC under any circumstances -- Wing.
|
|
1102 -- More robust package compilation and debugging -- Wing.
|
|
1103 -- Overhaul profile code -- Wing.
|
|
1104 -- Fix crashes due to incorrectly ported GNU/Emacs code -- Wing.
|
|
1105 -- Clean up realpath.c -- Wing.
|
|
1106 -- DdeCreateStringHandle needs to be manual due to new Cygwin bug -- Wing.
|
|
1107 -- Fix some Cygwin complaints -- Wing.
|
|
1108 -- Unconditionally use LISP_FLOAT_TYPE code -- James.
|
|
1109 -- Improve crash message in 'shut_down_emacs' -- Turnbull.
|
|
1110 -- Update NAS code for NAS 1.6 and later -- Toy.
|
|
1111 -- Fix "unused variable" warnings in mule-canna.c -- Turnbull.
|
|
1112 -- Prototype 'enqueue_focus_event' -- Turnbull.
|
|
1113 -- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' -- Piper.
|
|
1114 -- Add optional 'noerror' arg to 'Frequire' -- Wallington.
|
1187
|
1115 -- Only resize 'layout_query_geometry' dynamically if static sizes
|
2930
|
1116 haven't been set -- Piper.
|
|
1117 -- Fix infloop upon a gdm logout -- Sigelman.
|
|
1118 -- Fix scope of 'num_nonshy_regs' -- Turnbull.
|
|
1119 -- Fix "stale match data" bug -- Turnbull.
|
|
1120 -- Don't call 'XtDisplay' on a destroyed widget -- Golubev.
|
|
1121 -- Update specifier code -- Sperber.
|
|
1122 -- Update process code -- Sperber.
|
|
1123 -- Move ldap/postgresql code out to DSO's -- James.
|
1187
|
1124 -- Normalise Ffile_truename and drive spec on cygwing to win32 format
|
2930
|
1125 -- Piper.
|
|
1126 -- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' -- Alexander.
|
|
1127 -- Coding system updates -- Ikiuo.
|
1187
|
1128
|
|
1129 Lisp API
|
|
1130
|
2930
|
1131 -- Update window-xemacs.el to fix 'goto-line' -- Wing.
|
|
1132 -- Add garbage collection messages -- Wallington.
|
|
1133 -- Re-implement window configurations in Emacs Lisp -- Sperber.
|
|
1134 -- Enhance background-pixmap-file code -- Verna.
|
1187
|
1135 -- New macro 'save-window-excursion' to eventually replace bytecode
|
2930
|
1136 instruction -- Sperber.
|
|
1137 -- Move window.el et al up the order in dumped-lisp.el -- Sperber.
|
1187
|
1138 -- Don't use 'save-window-excursion' in
|
2930
|
1139 'shrink-window-if-larger-than-buffer' -- Sperber.
|
|
1140 -- Updates to pixel-size code in dialog.el -- Sperber.
|
|
1141 -- Remove nonworking 'breakpoint-on-error' -- Wing.
|
1187
|
1142 -- Extract out 'with-displaying-help-buffer' into a more general mechanism
|
2930
|
1143 -- Wing.
|
|
1144 -- Don't catch errors when noninteractive in startup.el -- Wing.
|
|
1145 -- Fix warnings in code-files.el, loadhist.el, & package-get.el -- Wing.
|
|
1146 -- Simplify code in '*-reset-device-font-menus' -- James.
|
|
1147 -- Synch font-menu.el to the 21.4 version -- Turnbull.
|
|
1148 -- Preserve return value from 'call-process' -- Sperber.
|
|
1149 -- New functions in replace.el that operate on regions -- Evans.
|
|
1150 -- Run 'delete-frame-hook' in general dialogs only -- Piper.
|
|
1151 -- Add a margin parameter in autoload.el for DSO autoloads -- James.
|
|
1152 -- Conditionalise autoloads for DSO's on the existence of the DSO -- James.
|
|
1153 -- Always set module directories/paths in dump-paths.el -- James.
|
|
1154 -- Bring list of package sites up to date -- Skyttä.
|
1187
|
1155 -- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' -
|
|
1156 Wallington
|
2930
|
1157 -- Fix 'view-lossage' interactive spec -- Wallington.
|
|
1158 -- Synch 'with-output-to-string' with GNU/Emacs 21 -- Wallington.
|
|
1159 -- Bind C-xrd to 'delete-rectangle' -- Yamaoka.
|
1187
|
1160 -- Move entries in 'auto-mode-alist' out to packages for the modes
|
2930
|
1161 that are in packages -- Skyttä
|
1187
|
1162 -- New compatible alias for 'lookup-syntax-properties'
|
2930
|
1163 ('parse-sexp-lookup-properties') -- Turnbull.
|
|
1164 -- Enable C autoloads for DSO's -- James.
|
|
1165 -- Update revert-buffer code -- Piper.
|
|
1166 -- Add new coding system 'utf-8-bom' -- Ikiuo.
|
1187
|
1167
|
|
1168
|
981
|
1169 to 21.5.9 "brussels sprouts"
|
|
1170
|
|
1171 The main thrust of this release is the new GC algorithms. If you want
|
|
1172 to test this out configure with '--use-kkcc'.
|
|
1173
|
|
1174 There are of course, the usual swag of bug fixes, typo fixes, and
|
|
1175 document updates.
|
|
1176
|
|
1177 -- Add an extra element to the version string that can be used to
|
2930
|
1178 include a date in the version string -- Youngs.
|
|
1179 -- Improve help string for --with-widgets configure option -- Skyttä.
|
981
|
1180 -- Define runtime & build problems, and rewrite "Hannibal Lecter"
|
2930
|
1181 stuff in PROBLEMS -- Turnbull.
|
|
1182 -- Add builtin and constant faces to font-lock-face-list -- Skyttä.
|
|
1183 -- Japanese language fixes -- Yamaoka.
|
981
|
1184 -- Fix find-library to allow Mule XEmacsen to find compressed
|
2930
|
1185 libraries -- Youngs.
|
|
1186 -- New alias for 'delete-indentation' (join-line) -- Wallington.
|
|
1187 -- Support docstring for define-derived-mode -- Turnbull
|
|
1188 -- Doc fix for keybindings in term.texi and misc.texi -- Skyttä.
|
|
1189 -- Bring package list up to date in packages.texi -- Skyttä.
|
|
1190 -- Document purecopy as a no-op -- Josefsson.
|
|
1191 -- New document chapter "Regression Testing XEmacs" -- Turnbull.
|
|
1192 -- Add "USE_KKCC" option to ./nt/xemacs.mak -- Aichner.
|
981
|
1193 -- New GC algorithms implemented (Turn them on with --use-kkcc
|
2930
|
1194 configure option) -- Sperber, Crestani, Kaltenbach, Bush.
|
|
1195 -- Define HAVE_WCHAR_H for native Win32 builds -- Harris.
|
|
1196 -- Fix x_locate_pixmap_file make sure path is not 0 -- MacLennan.
|
|
1197 -- Fix memory leak -- Verna.
|
981
|
1198 -- Add missing call to 'xfree (newname)' in 'make_coding_system_1
|
2930
|
1199 -- Verna.
|
|
1200 -- Fix --with-mule --with-gtk builds -- Barta.
|
|
1201 -- Make SEPCHAR a required arg to Fsplit_string_by_char -- Palmer.
|
981
|
1202 -- Make locate_file indicate success with nonnegative return if MODE
|
2930
|
1203 is nonnegative -- James.
|
|
1204 -- Fix splitting window horizontally not splitting evenly -- James.
|
|
1205 -- ORDINARY_LINK OK for Linux -- James.
|
981
|
1206 -- Don't bogusly reinitialise ascii_character property in
|
2930
|
1207 maybe_define_x_key_as_self_inserting_character -- Astapov.
|
981
|
1208 -- Add warning to SOE_DEBUG about not using until debugging functions
|
2930
|
1209 are rewritten -- Turnbull.
|
|
1210 -- Update 'do_autoload' to GCPRO both arguments -- Turnbull.
|
981
|
1211 -- Update automated tests so they don't barf if required packages
|
2930
|
1212 aren't present -- Turnbull.
|
|
1213 -- Organise NSIG setting code for SVR4 in a better way -- James.
|
|
1214 -- Various typo fixes -- Skyttä, Turnbull, James.
|
981
|
1215
|
|
1216
|
933
|
1217 to 21.5.8 "broccoli"
|
|
1218
|
|
1219 Lots of fixes and changes. This release is primarily been done to
|
|
1220 make way for the new GC stuff from Mike Sperber.
|
|
1221
|
|
1222 CHANGES now uses surnames as listed in the ChangeLogs to identify
|
|
1223 contributors. And I haven't sorted the changes into different
|
|
1224 categories. Maybe next release...
|
|
1225
|
|
1226 -- New configure option "--use-kkcc" for the upcoming new GC
|
2930
|
1227 algorithms -- Sperber.
|
933
|
1228 -- Identify "--with-modules" as an autodetected configure option -
|
2865
|
1229 James.
|
2930
|
1230 -- Add a couple of configuration questions to PROBLEMS -- Turnbull.
|
|
1231 -- Test for wchar.h in configure -- Sperber.
|
|
1232 -- Update package-index files -- Youngs.
|
|
1233 -- s/Xemacs/XEmacs/ doc fixes -- Aichner.
|
|
1234 -- Sync make-docfile.c with GNU -- James.
|
|
1235 -- Updates to gutter-items -- Palmieri.
|
|
1236 -- Sync setenv with GNU -- Wallington.
|
|
1237 -- Remove package-get's dependence on APEL -- Youngs.
|
|
1238 -- Fix case fold bug in replace-in-string -- Verna.
|
|
1239 -- Updates to code-process.el and process.el -- Alexander.
|
|
1240 -- Updates to mule/kinsoku.el -- Yamaoka.
|
|
1241 -- Updates to define-derived-mode -- Wallington.
|
|
1242 -- Printer fixes -- Piper.
|
|
1243 -- Updates to window-xemacs.el & frame.el -- James.
|
|
1244 -- Doc fix gutter-items.el -- Piper.
|
|
1245 -- Sync ":set-after" in custom with GNU -- Piper.
|
|
1246 -- Sort the lists in enabled-behavior-list -- Galibert
|
|
1247 -- Updates to lwlib-Xm.c -- Piper.
|
|
1248 -- Various doc fixes to the TeXinfo docs -- Aichner.
|
|
1249 -- GC fixes -- Sperber.
|
|
1250 -- Updates to lisp.h, symbols.c for DSO's -- James.
|
|
1251 -- Fix to mswindows_need_event -- Alexander.
|
|
1252 -- Declare Fcdr_safe to be callable from C -- Turnbull.
|
|
1253 -- Ffunctionp return nil for autoloaded macros & keymaps -- Niksic.
|
|
1254 -- Subwindow fixes -- Ueno.
|
|
1255 -- Include wchar.h only if available, define wclsen if not -- Sperber.
|
|
1256 -- Fixes to Fstart_process_internal -- Sperber.
|
|
1257 -- Fixes to init_ralloc for pdump -- Sperber.
|
|
1258 -- Remove duplicated definition of Lisp_Devmode -- Bush.
|
|
1259 -- Fixes to toolbar/redisplay -- Piper.
|
|
1260 -- Windows DDE fixes -- Moore.
|
933
|
1261 -- Fixes to 'query_string_geometry' and 'widget_logical_unit_height' -
|
|
1262 Piper.
|
|
1263 -- Fix problem with XEmacs freezing with certain virtual window
|
2930
|
1264 managers on Windows -- Rankin.
|
933
|
1265 -- Conditionalise calls to syms_of_dired_mswindows &
|
|
1266 vars_of_dired_mswindows on WIN32_NATIVE instead of HAVE_MSW_C_DIRED
|
2930
|
1267 -- Harris.
|
|
1268 -- Process related fixes -- Sperber.
|
|
1269 -- Fix #includes in input-method-motif.c -- Galibert.
|
|
1270 -- Fixes to automated tests -- Sperber.
|
933
|
1271
|
|
1272
|
891
|
1273 to 21.5.7 "broccoflower"
|
|
1274
|
|
1275 CHANGES now uses @xemacs.org alias to identify contributors. If the
|
|
1276 contributor doesn't have one (that I know about), the full name from
|
|
1277 the ChangeLog is used.
|
|
1278
|
|
1279 UI changes and runtime bugs
|
|
1280
|
|
1281 -- Add: ask "yes/no/diff" question when recovering; known problem: dialog
|
|
1282 is modal, so you can't scroll the diff -- ben
|
|
1283 -- Add: balloon help for package-ui -- youngs
|
|
1284 -- Add: global-abbrev-mode, defining-abbrev-turns-on-abbrev-mode -- ben
|
|
1285 -- Add: lots of new menubar items -- ben
|
|
1286 -- Add: new winclient for MS Windows -- acs
|
|
1287 -- Add: option kill-word-into-kill-ring controls whether words are "cut"
|
|
1288 into the kill ring, or "cleared" into nothingness -- ben
|
|
1289 -- Add: revert-buffer optimization for unchanged files -- andy
|
|
1290 -- Add: undo-all-changes back to the beginning -- ben
|
|
1291 -- Fix: M-C-backslash does indent-region-or-balanced-expression, S-Tab
|
|
1292 inserts a TAB char -- ben
|
|
1293 -- Fix: Cmds menu so that most used commands appear directly on the menu and
|
|
1294 less used commands appear in submenus -- ben
|
|
1295 -- Fix: NILP(lim) crash in search.c -- mike
|
|
1296 -- Fix: STACK_TRACE_EYE_CATCHER now visible in MS Windows traces -- jonathan
|
|
1297 -- Fix: XmProcessTraversal crash -- stephen
|
|
1298 -- Fix: avoid infinite loop in extent code -- ben
|
|
1299 -- Fix: crash due to errant xfree() -- ben
|
|
1300 -- Fix: crash in gtk_popup_menu -- wmperry
|
|
1301 -- Fix: crashes due to excessive alloca -- ben
|
|
1302 -- Fix: detection of metric units on MS Windows -- jonathan
|
|
1303 -- Fix: don't output bell as ^G in console-stream when not a TTY -- ben
|
|
1304 -- Fix: improve MS Windows printer support -- andy
|
|
1305 -- Fix: improve appearance for gutters and dialogs -- andy
|
|
1306 -- Fix: improve lisp-mode indentation handling -- ben
|
|
1307 -- Fix: interprogram cut functions now don't add selection twice -- stephen
|
|
1308 -- Fix: many netinstaller improvements -- andy
|
|
1309 -- Fix: popup dialogs on MS Windows -- andy
|
|
1310 -- Fix: recover-session only shows session files with recoverable files,
|
|
1311 and in chronological order -- ben
|
|
1312 -- Fix: save customized values MUCH faster and in alphabetic order,
|
|
1313 custom-save-pretty-print turns on/off pretty-printing values
|
|
1314 -- Nickolay Pakoulin
|
|
1315 -- Fix: semicolons inside strings are not comments in lisp-mode -- ben
|
|
1316 -- Fix: short filename handling on Windows -- Peter Arius
|
|
1317 -- Fix: some crashes in syntax code -- ben
|
|
1318 -- Fix: some crashes with multibyte text -- ben
|
|
1319 -- Fix: two frames displaying the buffer, in different places; in one,
|
|
1320 temporarily switch away to another buffer and then back, and your position
|
|
1321 has been reset to the other one in the other frame -- ben
|
|
1322 -- Fix: update installed.db after updating packages -- andy
|
|
1323
|
|
1324 Documentation
|
|
1325
|
|
1326 -- Add: New FAQs -- stephen, adrian
|
|
1327 -- Add: New or improved code and documentation in sample.init.el -- ben,
|
|
1328 stephen
|
|
1329 -- Add: PROBLEMS: Hannibal Lecter crash, EFS AUTH failure, mail locking
|
|
1330 -- stephen
|
|
1331 -- Add: etc/TUTORIAL.se -- Mats Lidell
|
|
1332 -- Add: new Internals manual nodes -- ben, stephen, darrylo
|
|
1333 -- Add: why modules don't use RTLD_GLOBAL -- james
|
|
1334 -- Fix: README.integral-types doc moved to Internals, code moved to
|
|
1335 README.global-renaming -- ben
|
|
1336 -- Fix: README.packages: info about --package-path -- ben
|
|
1337 -- Fix: improve docstrings and comments -- ben, stephen, adrian,
|
|
1338 John H. Palmieri
|
|
1339 -- Fix: typos, minor updates -- stephen, I. N. Golubev, Frank Schmitt,
|
|
1340 adrian, youngs
|
|
1341 -- Fix: update etc/BETA -- Jarl Friis
|
|
1342 -- Fix: update etc/package-index.LATEST.pgp -- youngs
|
|
1343 -- Fix: update photos -- hniksic
|
|
1344
|
|
1345 Lisp API
|
|
1346
|
|
1347 -- Add: functions: args-out-of-range, argument-in-range-p,
|
|
1348 check-argument-range, indent-balanced-expression-function,
|
|
1349 indent-balanced-expression, indent-region-or-balanced-expression,
|
|
1350 image-instance-instantiator, truncate-string-with-continuation-dots,
|
|
1351 get-user-response, unicode-precedence-list -- ben, stephen
|
|
1352 -- Fix: GNU synchs of frame-parameter, makehash, buffer-local-value,
|
|
1353 line-beginning-position, line-end-position, with-temp-message,
|
|
1354 bound-and-true-p, propertize, delete-and-extract-region, add-to-list,
|
|
1355 string-to-char-list, find-non-ascii-charset-region,
|
|
1356 find-non-ascii-charset-string, truncate-string-to-width, plist-to-alist,
|
897
|
1357 kill-ring-max, kill-new -- John Paul Wallington, youngs, ben, james, ville
|
|
1358 -- Add: set-frame-pixel-width, set-frame-pixel-size -- andy
|
891
|
1359 -- Add: args to map-specifier, various "heuristic" specifier functions -- ben
|
|
1360 -- Fix: call-process moves to Lisp -- ben
|
|
1361 -- allows a buffer to be specified for input and stderr output
|
|
1362 -- use it on all systems
|
|
1363 -- implement C-g as documented
|
|
1364 -- clean up and comment
|
|
1365 -- call-process-region uses new call-process facilities; no temp file.
|
|
1366 -- remove duplicate funs
|
|
1367 -- Add: compat.el, preliminary (not working) code -- ben
|
|
1368 -- Add: handle subprocess stderr separately (src/ChangeLog 2002-05-28) -- ben
|
|
1369 -- Add: new error trapping mechanism (src/ChangeLog 2002-05-28) -- ben
|
|
1370 -- Add: pixel-based sizing APIs: set-frame-pixel-height,
|
|
1371 -- Add: preliminary support for ELL autoloads -- james
|
|
1372 -- Add: toolbar face -- wmperry
|
|
1373 -- Add: widget "logical-unit" sizing APIs: widget-logical-to-character-width,
|
|
1374 widget-logical-to-character-height -- andy
|
|
1375 -- Fix: paths-find-architecture-directory searches in
|
|
1376 `system-configuration'/`base', not `base'`system-configuration' -- james
|
|
1377 -- Fix: default CRLF conversion of process output off -- ben
|
|
1378 -- Fix: default value of gethash to Qunbound -- ben
|
|
1379 -- Fix: face-handling code (superseded by ben's overhaul) -- jan, andy
|
|
1380 -- Fix: layout improvements -- andy
|
|
1381 -- Fix: major overhaul of face-handling code -- ben
|
|
1382 -- avoid truenaming fonts
|
|
1383 -- msw-faces.el APIs now accept names and font instances, return names
|
|
1384 -- rewrite frobbing functions in faces.el
|
|
1385 -- don't duplicatively set a global specification for the default font
|
|
1386 -- remove redundant face lists from x-faces.el and msw-faces.el
|
|
1387 -- call init-global-faces under MS Windows!
|
|
1388 -- correct weight names in font.el.
|
|
1389
|
|
1390 Internals
|
|
1391
|
|
1392 -- Add: new APIs -- ben
|
|
1393 -- macros to GCPRO arrays
|
|
1394 -- default argument for char tables
|
|
1395 -- signal extent changes
|
|
1396 -- internal_bind_*, check_specbind_stack_sanity
|
|
1397 -- partial support for 8-, 16-, and 32-bit fixed-width text
|
|
1398 -- new cons treatment (src/ChangeLog 2002-05-28)
|
|
1399 -- rename character types to Itext, Ibyte, Ichar (src/ChangeLog 2002-06-05)
|
|
1400 -- rename various identifiers for consistency
|
|
1401 -- Add: New GC preparation -- mike, Martin Köbele, Jens Müller
|
|
1402 -- Add: support for fastcall in MS Windows -- ben
|
|
1403 -- Fix: ELL APIs -- james
|
|
1404 -- load only once
|
|
1405 -- no longer use RTLD_GLOBAL
|
|
1406 -- Fix: ELLs now use RTLD_NOW instead of RTLD_LAZY -- Andrew Begel
|
|
1407 -- Fix: Many Mule changes -- ben
|
|
1408 -- Fix: call-process ensures that the argument to `symbol-value-in-buffer'
|
|
1409 is a buffer even if `buffer' is a string -- mike
|
|
1410 -- Fix: code that outputs into a buffer, use unwind protects, etc. -- ben
|
|
1411 -- Fix: complete implementation of some Unicode functions, S-caron test
|
|
1412 failure -- stephen
|
|
1413 -- Fix: conditionalize code depending on features like toolbar -- jonathan,
|
|
1414 Mike Alexander
|
|
1415 -- Fix: create new process-synchronize-point to avoid dynamic binding
|
|
1416 problems; fix bogosity in setting process sentinels -- ben, mike
|
|
1417 -- Fix: make a lot of code use common includes and implementations
|
2930
|
1418 -- see 2002-06-20 src/ChangeLog) -- ben
|
891
|
1419 -- Fix: move global-map to keydefs.el -- ben
|
|
1420 -- Fix: new signal/C-g handling (src/ChangeLog 2002-05-28) -- ben
|
|
1421 -- Fix: numerous problems with the case-table implementation -- ben
|
|
1422 -- Fix: quoting of native-coding-system in CJK files -- Daiki Ueno
|
|
1423 -- Fix: race condition in process handling -- Nix
|
|
1424 -- Fix: recover gracefully from internal XOpenDevice failure -- mike
|
|
1425 -- Fix: redo syntax cache code -- ben
|
|
1426 -- Fix: save-restriction now uses markers -- ben
|
|
1427 -- Fix: small bugs -- stephen, ben, andy, martin, Eric Gillespie Jr
|
|
1428
|
|
1429 Build
|
|
1430
|
|
1431 -- Add: basic support for handling ISO 2022 doc strings in make-docfile -- ben
|
|
1432 -- Add: tmpdir for install, allowing simultaneous run & build -- andy
|
|
1433 -- Fix: "Stop Build" in VC++ now works -- Ben
|
|
1434 -- Fix: #undef INTERNET_DOMAIN_SOCKETS build of gnuserv -- Greg Steuck
|
|
1435 -- Fix: --with-widgets autodetection -- jan
|
|
1436 -- Fix: 64-bit support -- Andreas Jaeger, Gregory Steuck
|
|
1437 -- Fix: MS Windows Makefile cleanups -- ben, jonathan
|
|
1438 -- Fix: MS Windows builds default to pdump -- ben
|
|
1439 -- Fix: assorted build breakage -- ben, mike, andy, Malcolm Purvis
|
|
1440 -- Fix: check for EOF in make-docfile -- ben
|
|
1441 -- Fix: config.h.in organization -- ben
|
|
1442 -- Fix: ensure combined X and windows build gets widgets -- andy
|
|
1443 -- Fix: implement configure option moduledir -- Mike Fabian
|
|
1444 -- Fix: spurious failures in tests -- ben, stephen
|
|
1445 -- Fix: test harness now outputs FAIL messages to stderr in batch mode -- ben
|
|
1446 -- Fix: test-harness.el now cleans up Check-Message and Check-Error-Message
|
|
1447 when done -- stephen
|
|
1448 -- Fix: typos and platform specific bugs in configure -- Malcolm Purvis,
|
|
1449 galibert, Paul Stodghill
|
|
1450 -- Fix: warnings -- ben, wmperry, stephen, didier
|
|
1451
|
803
|
1452 to 21.5.6 "bok choi"
|
|
1453
|
|
1454 UI changes and runtime bugs
|
|
1455
|
|
1456 -- Fix: process waiting on MS Windows -- Mike Alexander
|
|
1457 -- Fix: (maybe) GTK progress bar crashes at startup -- William M. Perry
|
|
1458 -- Fix: detect printer set up for metric units -- Jonathan Harris
|
|
1459 -- Fix: add_charsets_to_precedence_list -- IKEYAMA Tomonori
|
|
1460 -- Change: misc menubar -- John Paul Wallington
|
|
1461 -- Add: auto-mode-alist: GNUmakefile is a Makefile, "system default"
|
891
|
1462 Xdefaults and friends get xrdb-mode -- Ville Skyttä
|
803
|
1463 -- From Ben Wing <ben@xemacs.org>.
|
|
1464 -- Fix: init_process_io_handles obeys coding-system-for-{read,write}.
|
|
1465 -- Fix: bug in md5 handling.
|
|
1466 -- Fix: data corruption in print.c from print_depth becoming negative.
|
|
1467 -- Fix: "nil channel" in MS Windows magic events crashes.
|
|
1468 -- Fix: (tentative) redisplay crash freeing display line structures.
|
|
1469 -- Fix: (tentative) TTYs don't work.
|
|
1470 -- Fix: too-small SHEAP_ADJUSTMENT on Cygwin (can't run temacs).
|
|
1471 -- Fix: hscroll/truncation/continuation glyphs causing "jumping lines".
|
|
1472 -- Fix: problem with text files with no newlines ().
|
|
1473 -- Fix: errors when opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
|
|
1474 -- Fix: (partial) excess memory use in Unicode processing, esp. at startup
|
|
1475 -- Fix: sample.init.el (grep-all-files-in-current-directory-and-below):
|
|
1476 Missing argument.
|
|
1477 -- Fix: smoother scrolling on MS Windows.
|
|
1478 -- Change: Move the menubar frame commands from the View menu to
|
|
1479 the File menu, to be consistent with how most other programs do
|
|
1480 things. Move less-used revert/recover items to a submenu. Make
|
|
1481 "recover" not prompt for a file, but recover the current buffer.
|
|
1482 -- Change: implementation of matching font to charset.
|
|
1483 -- Change: default MS Windows font to Lucida Console, increase
|
|
1484 default frame size on Windows to 50 lines.
|
|
1485 -- Add: runtime flag -no-packages inhibits adding package lisp to load-path.
|
|
1486 -- Add: much functionality to behavior.el.
|
|
1487 -- Add: more Unicode translation files.
|
|
1488
|
|
1489 Documentation
|
|
1490
|
|
1491 -- Add: define STACK_TRACE_EYE_CATCHER for Windows -- Jonathan Harris
|
|
1492 -- Texinfo (internals): Add xref in emodules.texi -- Stephen J. Turnbull
|
|
1493 -- Texinfo (lispref): Unicode Support, Behaviors -- Stephen J. Turnbull
|
|
1494 -- Texinfo (user): Behaviors -- Stephen J. Turnbull
|
|
1495 -- Improve auto-mode-alist -- Simon Josefsson
|
|
1496 -- Docstrings: completion-ignored-extensions, file-name-all-completions --
|
|
1497 John H. Palmieri
|
|
1498 -- From Ben Wing <ben@xemacs.org>.
|
|
1499 -- New ChangeLog for ./etc/.
|
|
1500 -- Updated: NEWS.
|
|
1501 -- Improve docs (developers): tree layout, merging branch to trunk.
|
|
1502 -- Improve docs (lispref): CL loop, menu sorting, sound-default-alist
|
|
1503 -- Obsoleted Lisp: 'sref, char-bytes.
|
|
1504 -- Internals: Revamped the sound documentation.
|
|
1505 -- Typo fixes -- Adrian Aichner
|
|
1506
|
|
1507 Lisp API
|
|
1508
|
|
1509 -- From Ben Wing <ben@xemacs.org>.
|
|
1510 -- Fixed: bug in keymap iteration in cl-macs.el.
|
|
1511 -- Fix: bugs in language environments English and Ethiopic
|
|
1512 -- Change: lisp/mule/*.el -- convert to XEmacs style.
|
|
1513 -- Add (synch to GNU): get-window-with-predicate, ALL-FRAMES,
|
|
1514 some-window, count-windows, window-safely-shrinkable-p,
|
|
1515 count-screen-lines, shrink-window-if-larger-than-buffer
|
|
1516 -- Add (line-oriented mouse selection): New functions
|
|
1517 mouse-consolidated-yank mouse-yank, mouse-track,
|
|
1518 default-mouse-track-normalize-point,
|
|
1519 default-mouse-track-return-dragged-selection, mouse-track-by-lines,
|
|
1520 mouse-track-insert mouse-track-adjust-by-lines, mouse-track-insert-1,
|
|
1521 mouse-track-insert-by-lines, mouse-track-delete-and-insert-by-lines
|
|
1522 -- Add (warnings): Add a consistent way to execute code,
|
|
1523 catching all errors and displaying a warning, including a
|
|
1524 backtrace showing where the error occurred. New functions
|
|
1525 backtrace-in-condition-handler-eliminating-handler, with-trapping-errors,
|
|
1526 view-warnings. Integrate show-message-log with view-lossage.
|
|
1527 -- Add (debugging): New functions debug-print-1, debug-print,
|
|
1528 debug-backtrace.
|
|
1529 -- Add (misc utils): map-plist, show-memory-usage, compare-strings,
|
|
1530 truncate-string-to-width, variable require-prints-loading-message.
|
|
1531 -- Add many languages and charsets.
|
|
1532 -- Add (autoloads): Support defun*, defmacro*.
|
|
1533 -- Add (byte-compiler): with-boundp, if-boundp, when-boundp,
|
|
1534 and-boundp, declare-boundp, globally-declare-boundp, with-fboundp,
|
|
1535 if-fboundp, when-fboundp, and-fboundp, declare-fboundp,
|
|
1536 globally-declare-fboundp, with-byte-compiler-warnings-suppressed
|
|
1537 -- Warning fixes.
|
|
1538
|
|
1539 Internals
|
|
1540
|
|
1541 -- Add: Get & SetLocaleInfo from winnls.h -- Jonathan Harris
|
|
1542 -- Add: codepages latin-jisx0201, japanese-jisx0212, remove
|
|
1543 japanese-jisx0208-1978 -- IKEYAMA Tomonori
|
|
1544 -- Fix: Use wrap_emacs_*(), not wrap_*() for gtk_boxed, gtk_object, ffi --
|
|
1545 William M. Perry
|
|
1546 -- Fix: I18N APIs on windows -- Jonathan Harris
|
|
1547 -- Fix: typos causing GTK build errors -- Malcolm Purvis
|
|
1548 -- Warning fixes -- William M. Perry
|
|
1549 -- From Ben Wing <ben@xemacs.org>.
|
|
1550 -- Change: error-checking macros: ERROR_CHECK_TYPECHECK -> ERROR_CHECK_TYPES,
|
|
1551 ERROR_CHECK_CHARBPOS -> ERROR_CHECK_TEXT, add ERROR_CHECK_DISPLAY,
|
|
1552 ERROR_CHECK_STRUCTURES.
|
|
1553 -- Change: Redo print_*().
|
|
1554 -- Change: character-to-unicode char-to-unicode; also unicode-to-char{acter}.
|
|
1555 -- Change: Replace XSETFOO with wrap_foo().
|
|
1556 -- Change: symbol->name a Lisp_Object, not Lisp_String *. Eliminate latter.
|
|
1557 -- Change: rearrange init calls in emacs.c.
|
|
1558 -- Add: (partial) category API compatible with FSF.
|
|
1559 -- Add: (partial) GC triggering based on percentage of total memory
|
|
1560 usage. Not currently activated.
|
|
1561 -- Add: (partial) sledgehammer redisplay check.
|
|
1562 -- Add: error-behavior ERROR_ME_DEBUG_WARN.
|
|
1563 -- Add: more error checking on Dynarrs.
|
|
1564 -- Add: assert_at_line(), for use in asserts inside of inline functions.
|
|
1565 -- Add: resizing_buffer_to_lisp_string().
|
|
1566 -- Add: function get_charset_limits.
|
|
1567 -- Add: (tentative, may go away) foo_checking_assert_at_line() macros.
|
|
1568 -- Add: new event methods for printing, comparing, and hashing magic
|
|
1569 events, to avoid event-type-specific stuff.
|
|
1570 -- Fix eifree(). Use Eistrings in various places
|
|
1571 -- Fix: bugs in chartab implementation and doc strings.
|
|
1572
|
|
1573 Build
|
|
1574
|
|
1575 -- Fix: make-mswin-unicode.pl -- Ben Wing, Jonathan Harris
|
|
1576 -- Fix: .texi files for Cygwin makeinfo -- Jonathan Harris
|
|
1577 -- Fix: Perl quoting in Windows build -- Jonathan Harris, Ben Wing
|
|
1578 -- Fix: Generate more intermediate files in obj subdirectory -- Jonathan Harris
|
|
1579 -- From Ben Wing <ben@xemacs.org>.
|
|
1580 -- Fix: require errors in behavior.el
|
|
1581 -- Fix: compile error when TTY-only.
|
|
1582 -- Change: update check_cygwin_setup.sh for current Cygwin reality.
|
|
1583 -- Change: Makefile regenerates itself if out of date.
|
|
1584 -- Change: improve error-checking config for Windows
|
|
1585 -- Add: HAVE_SYS_TIMES_H config.h #define.
|
|
1586 -- Add: new error-checking types in configure.
|
|
1587 -- Add: .cvsignore
|
|
1588
|
762
|
1589 to 21.5.5 "beets"
|
|
1590
|
|
1591 Documentation
|
|
1592 -- new external-widget example node -- Stephen Turnbull
|
|
1593 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull
|
|
1594 -- new Swedish TUTORIAL -- Mats Lidell
|
|
1595 -- update etc/BETA -- Jarl Friis, Stephen Turnbull
|
|
1596 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull
|
769
|
1597 -- fixes for build-breaking typos in Info docs -- Jeff Miller, Darryl Okahata
|
|
1598 -- misc comment and docstring improvements -- Valdis Kletnieks
|
|
1599 Pretty much all the code fixers fixed docs too: keep up the good
|
|
1600 work, folks!
|
762
|
1601
|
|
1602 UI
|
|
1603 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner
|
|
1604 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string,
|
|
1605 overwrite-mode-line-string, auto-fill-mode-line-string,
|
|
1606 defining-kbd-macro-mode-line-string -- John Paul Wallington
|
|
1607 -- improve GTK clipboard handling -- Eric Gillespie, Jr.
|
|
1608 -- improve Info dir - generate file if non-existent -- Michael Sperber
|
891
|
1609 -- improve printer handling -- Adrian Aichner, Björn Torkelsson
|
762
|
1610 -- support GUI toolbar shadow thickness adjustment -- Bill Perry
|
|
1611 -- support ISO 8859/15 (Euro) -- Stephen Turnbull
|
|
1612 -- support Sieve in auto-mode-alist -- Simon Josefsson
|
|
1613 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno
|
|
1614
|
|
1615 Lisp API
|
|
1616 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler
|
|
1617
|
|
1618 Internals
|
|
1619 -- improve dead console handling in post-command code -- Ben Wing
|
|
1620 -- improve handling when XOpenDevice calls error handler -- Mike Sperber
|
|
1621 -- move disabled-command-loop to C -- Jan Vroonhof
|
|
1622
|
|
1623 Build
|
|
1624 -- improve Athena widgets detection -- Jan Vroonhof
|
|
1625
|
724
|
1626 to 21.5.4 "bamboo"
|
|
1627 -- auto-mode support .9 files as man pages -- Michael Sperber
|
|
1628 -- auto-mode support configure.ac as m4 -- Edward M. Lee
|
|
1629 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
|
|
1630 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
|
|
1631 -- David A. Panariti
|
|
1632 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
|
|
1633 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
|
|
1634 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
|
|
1635 -- mark buffer as modified when changing coding system -- Andy Piper
|
|
1636 -- minor mode mode-line-strings now customizable -- John Paul Wallington
|
|
1637 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
|
|
1638 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
|
|
1639 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
|
|
1640 -- support sub-expression replacement in replace-match -- Torsten Duwe
|
|
1641 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
|
|
1642 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
|
|
1643 -- use version-specific name for root testing -- Michael Sperber
|
|
1644 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
|
|
1645 but run-in-place XEmacs won't find installed packages.
|
|
1646
|
|
1647 -- HTML docs from Texinfo sources -- Adrian Aichner
|
|
1648 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
|
|
1649 -- improve package system documentation -- Stephen Turnbull
|
|
1650 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
|
|
1651 -- update developer personal info -- Jan Vroonhof, Michael Diers
|
|
1652 -- many doc fixes and improvements, sorry about the credits :-(
|
|
1653
|
|
1654 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
|
|
1655 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
|
|
1656 -- mark-paragraph - added optional argument -- John Paul Wallington
|
|
1657
|
|
1658 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
|
|
1659 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
|
|
1660 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
|
|
1661 -- omit -Wshadow when compiling with g++ -- Ben Wing
|
|
1662 -- use the ld reported by gcc, not gcc -- Andrew Begel
|
|
1663 -- work around lack of support for autoconf 2.5x -- Didier Verna
|
|
1664
|
|
1665 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
|
|
1666 -- fix "can't close last window" bug -- Adrian Aichner
|
|
1667 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
|
|
1668 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
|
|
1669 -- fix PGP signature handling in package UI -- Steve Youngs
|
|
1670 -- fix allocation of module-defined names in symbol table -- Andrew Begel
|
|
1671 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
|
|
1672 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
|
|
1673 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
|
|
1674 -- fix early dereference crash in decode_buffer -- Torsten Duwe
|
|
1675 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
|
|
1676 -- fix 'report-xemacs-bug' issues -- Steve Youngs
|
|
1677 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
|
|
1678 -- fix several package-get bugs -- Steve Youngs
|
|
1679 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
|
|
1680 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
1681 -- fix window_loop iteration across multiple devices -- Darryl Okahata
|
|
1682 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
|
|
1683 -- make sure installed.db gets updated after updating packages -- Andy Piper
|
|
1684
|
|
1685 -- GTK improvements/fixes -- Bill Perry
|
|
1686 -- add face mappings
|
|
1687 -- fix "can't shut up bell" bug
|
|
1688 -- fix some face initialization bugs
|
|
1689 -- fix subwindow handling
|
|
1690 -- fix yes-or-no-p lossage
|
|
1691 -- improve conformance to internal APIs
|
|
1692 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
|
|
1693 default GtkStyle
|
|
1694 -- remove useless XPM color symbol checks
|
|
1695
|
|
1696 -- MS Windows improvements/fixes -- Andy Piper
|
|
1697 -- better build portability
|
|
1698 -- change registry key to XEmacs.
|
|
1699 -- add/fix Cygwin handling of URLs and win32 paths
|
|
1700 -- fix focus and event handling in scrollbars
|
|
1701 -- fix get-popup-menu-response bug
|
|
1702 -- improve DDE support
|
|
1703 -- improve netinstaller, especially uninstall and shortcuts
|
|
1704 -- improve popup dialog handling
|
|
1705 -- new directory dialog support
|
|
1706 -- quit if the user cancels in directory dialog
|
|
1707 -- Cygwin nox-xpm detection -- Charles Wilson
|
|
1708 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
|
|
1709 -- fix file handle leak in pipes -- Mike Alexander
|
|
1710 -- initial VC.NET support -- Andrew Begel
|
|
1711
|
|
1712 -- Rename/redefine integral types -- Ben Wing
|
|
1713 -- See src/ChangeLog for details and rationale.
|
|
1714 -- All integral types that measure quantities of anything are signed.
|
|
1715 -- All quantity types boil down to EMACS_INT, except Hashcode,
|
|
1716 which is an unsigned value of the same size as EMACS_INT.
|
|
1717 -- Type names should be relatively short, with the first letter
|
|
1718 capitalized and no underscores if they can be avoided.
|
|
1719 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
|
|
1720 -- "*bpos" == one-based buffer position.
|
|
1721 -- "Char" refers to internal-format characters, not to the C type "char".
|
|
1722 -- CVS: improve .cvsignore files -- Adrian Aichner
|
|
1723 -- autoload handling improvements -- Didier Verna
|
|
1724 -- improve handling of face inheritance/fallback -- Jan Vroonhof
|
|
1725 -- condense repetitive window-system settings to 'win default' -- Bill Perry
|
|
1726 -- improve debugging in event-msw.c -- Adrian Aichner
|
|
1727 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
|
|
1728 -- Adrian Aichner
|
|
1729 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
|
|
1730 -- unify GUI pixmap handling -- Bill Perry
|
|
1731 -- unify toolbar handling across GUI platforms -- Bill Perry
|
|
1732
|
653
|
1733 to 21.5.3 "asparagus"
|
|
1734 -- Add missing XIM unregister callback on Motif -- Glynn Clements
|
|
1735 -- Improve debugging in event-msw.c, fix "can't close last window" bug
|
|
1736 -- Adrian Aichner
|
|
1737 -- Improve Info docs for widget.el -- Stephen J. Turnbull
|
|
1738 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull,
|
|
1739 Adrian Aichner
|
|
1740 -- Autoload handling improvements -- Didier Verna
|
|
1741 -- More 'report-xemacs-bug' updates -- Steve Youngs
|
|
1742 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
|
|
1743 -- Synch configure.usage options with configure -- Peter Brown
|
|
1744
|
529
|
1745 to 21.5.2 "artichoke"
|
640
|
1746 -- fixes and improvements -- Ben Wing
|
|
1747 -- etags.c synched to upstream
|
|
1748 -- lisp/term/*.el cleanup
|
|
1749 -- miscellaneous help improvements
|
|
1750 -- transpose-line-up/down maybe moves the region
|
|
1751 -- MS Windows init improvements
|
|
1752 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el
|
|
1753 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP
|
|
1754 -- font-lock-mode: fix problem with buffers starting with a space
|
|
1755 -- make find-library search patch configurable
|
|
1756 -- fix Dired problem with directories containing [] and code that
|
|
1757 destructively modifies an existing string
|
|
1758 -- stop mark_window_as_deleted from deleting information that needs to
|
|
1759 be accessed by set-window-configuration
|
|
1760 -- Lisp object structure rationalization
|
|
1761 -- fix two nasty bugs in the unwinding code
|
|
1762 -- fix mouse wheel/dead window crash under MS Windows
|
|
1763 -- mswindows_utime, close_file_data: fix off-by-one-indirection error
|
|
1764 -- control-G handling fixes for MS Windows
|
|
1765 -- debug-mswindows-events and related code introduced
|
|
1766 -- rearrange the signal-handling code to eliminate the former
|
|
1767 spaghetti logic paths in it; document; fix numerous bugs
|
|
1768 -- maintain the "iconified" state, to fix the "can't delete a frame" bug
|
|
1769 -- use CBufbyte instead of char for error/warning functions
|
|
1770 -- prepare to remove encapsulation
|
|
1771 -- make play_sound_data return an int, like all other such functions
|
|
1772 -- use EMACS_SIGNAL to avoid preprocessing games with signal()
|
|
1773 -- gc-in-window-procedure fixes
|
|
1774 -- Cygwin setitimer fixes
|
|
1775 -- windows shell fixes
|
|
1776 -- more structured errors
|
|
1777 -- MS Windows network stream data corruption fixes
|
|
1778 -- fix ~user file name handling
|
|
1779 -- rename MAX_PATH to standard PATH_MAX
|
|
1780 -- fix error compiling regexps with back-references in them
|
|
1781
|
|
1782 -- fixes and improvements -- Martin Buchholz
|
|
1783 -- byte optimizer fixes
|
|
1784 -- move alloca twiddling after the feature test definitions, but
|
|
1785 before the first "real" code
|
|
1786 -- internal DECIMAL_PRINT_SIZE macro
|
|
1787 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files
|
|
1788 -- avoid test failure if (temp-directory) is a symlink
|
|
1789 -- handle buggy Sun realloc()
|
|
1790
|
|
1791 -- GTK fixes -- Bill Perry
|
|
1792 -- GTK popup dialog fix
|
|
1793 -- GTK added to font-window system mappings
|
|
1794 -- gtk-marshal.el updated for new hash.c, and generator fixes,
|
|
1795 -- GTK scrollbar fixes
|
|
1796 -- buttons are now modifiers, so selection with the mouse works again
|
|
1797 -- fix the disappearing GTK scrollbar problem
|
|
1798
|
|
1799 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom
|
|
1800 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull
|
|
1801 -- new hooks for package installation and deletion -- Sean MacLennan
|
|
1802 -- locate-library completes and other package UI improvements -- Robert Pluim
|
|
1803 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber
|
|
1804 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand
|
|
1805 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno
|
|
1806 -- custom-display works on the GTK platform -- Karl Hegbloom
|
|
1807 -- mouse-track fixes -- Adrian Aichner, Ben Wing
|
|
1808 -- dragdrop fix for windowless events -- Mike Alexander
|
|
1809 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker
|
|
1810 -- gpmevent.c header inclusion fixes -- Bill Perry
|
|
1811 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry
|
|
1812 -- remove lisp_string_set_file_times() because set_file_times() now
|
|
1813 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing
|
|
1814 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson
|
|
1815 -- new, faster implementation of long_to_string -- Hrvoje Niksic
|
|
1816 -- Qccl_error: New error -- Yoshiki Hayashi
|
|
1817 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning
|
|
1818 -- fix crash with an unavailable network printer -- Mike Alexander
|
|
1819 -- add support for MacOS X -- Greg Parkin and Martin Buchholz
|
|
1820 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull
|
|
1821 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi
|
|
1822
|
|
1823 -- warning, style, and doc fixes and improvements
|
|
1824 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz
|
|
1825 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz
|
|
1826 -- code style corrections -- Ben Wing, Martin Buchholz
|
|
1827 -- build improvements -- Ben Wing, Martin Buchholz
|
|
1828 -- configure improvements and fixes -- Martin Buchholz, Ben Wing,
|
|
1829 Stephen J. Turnbull
|
|
1830 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve
|
|
1831 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul
|
|
1832 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill
|
|
1833 'Big K' Katsnelson
|
529
|
1834
|
478
|
1835 to 21.5.1 "anise"
|
514
|
1836 -- This release contains a huge pile of changes by Ben Wing, including
|
|
1837 both bug fixes and features. Highlights:
|
|
1838 -- Many changes to make printing work on Windows
|
|
1839 -- byte-compilation speed improvements
|
|
1840 -- New functions for cleanly eliminating byte-compiler warnings
|
|
1841 -- Remove core bytecompiler warnings
|
|
1842 -- Improve interactive help interface
|
|
1843 -- etags improvements
|
|
1844 -- Better "About XEmacs" page
|
|
1845 -- Windows configury changes
|
|
1846 -- Get QUIT working on Windows
|
|
1847 -- Fix shy group regexp code
|
|
1848 -- etc. etc.
|
|
1849
|
2865
|
1850 -- The `short-name' argument to make-charset now works correctly
|
521
|
1851 -- Yoshiaki Kasahara
|
514
|
1852 -- `custom' changes -- Didier Verna
|
|
1853 -- SET_FACE_PROPERTY bug fix -- Jerry James
|
|
1854 -- Unix tty configury changes -- Martin Buchholz
|
|
1855 -- Fix compile error with g++ on bsdi -- Martin Buchholz
|
|
1856 -- Fix crash with xlc -O3 -- Martin Buchholz
|
|
1857 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
|
521
|
1858 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
|
514
|
1859 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
|
|
1860 -- Make hash table mapping safe -- Martin Buchholz
|
477
|
1861
|
762
|
1862 Fork from 21.2: 21.5.0 "alfalfa"
|
|
1863 -- For changes up to 21.4.0, see etc/NEWS
|