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