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