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