Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 640:191dd517b9d5
[xemacs-hg @ 2001-07-28 07:38:35 by stephent]
21.5.2 prerelease cleanups and documentation
author | stephent |
---|---|
date | Sat, 28 Jul 2001 07:38:49 +0000 |
parents | 3a1e2338cd81 |
children | 8779cda24ee7 |
comparison
equal
deleted
inserted
replaced
639:4b7d425dd3c2 | 640:191dd517b9d5 |
---|---|
1 to 21.5.2 "artichoke" | 1 to 21.5.2 "artichoke" |
2 -- fixes and improvements -- Ben Wing | |
3 -- etags.c synched to upstream | |
4 -- lisp/term/*.el cleanup | |
5 -- miscellaneous help improvements | |
6 -- transpose-line-up/down maybe moves the region | |
7 -- MS Windows init improvements | |
8 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el | |
9 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP | |
10 -- font-lock-mode: fix problem with buffers starting with a space | |
11 -- make find-library search patch configurable | |
12 -- fix Dired problem with directories containing [] and code that | |
13 destructively modifies an existing string | |
14 -- stop mark_window_as_deleted from deleting information that needs to | |
15 be accessed by set-window-configuration | |
16 -- Lisp object structure rationalization | |
17 -- fix two nasty bugs in the unwinding code | |
18 -- fix mouse wheel/dead window crash under MS Windows | |
19 -- mswindows_utime, close_file_data: fix off-by-one-indirection error | |
20 -- control-G handling fixes for MS Windows | |
21 -- debug-mswindows-events and related code introduced | |
22 -- rearrange the signal-handling code to eliminate the former | |
23 spaghetti logic paths in it; document; fix numerous bugs | |
24 -- maintain the "iconified" state, to fix the "can't delete a frame" bug | |
25 -- use CBufbyte instead of char for error/warning functions | |
26 -- prepare to remove encapsulation | |
27 -- make play_sound_data return an int, like all other such functions | |
28 -- use EMACS_SIGNAL to avoid preprocessing games with signal() | |
29 -- gc-in-window-procedure fixes | |
30 -- Cygwin setitimer fixes | |
31 -- windows shell fixes | |
32 -- more structured errors | |
33 -- MS Windows network stream data corruption fixes | |
34 -- fix ~user file name handling | |
35 -- rename MAX_PATH to standard PATH_MAX | |
36 -- fix error compiling regexps with back-references in them | |
37 | |
38 -- fixes and improvements -- Martin Buchholz | |
39 -- byte optimizer fixes | |
40 -- move alloca twiddling after the feature test definitions, but | |
41 before the first "real" code | |
42 -- internal DECIMAL_PRINT_SIZE macro | |
43 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files | |
44 -- avoid test failure if (temp-directory) is a symlink | |
45 -- handle buggy Sun realloc() | |
46 | |
47 -- GTK fixes -- Bill Perry | |
48 -- GTK popup dialog fix | |
49 -- GTK added to font-window system mappings | |
50 -- gtk-marshal.el updated for new hash.c, and generator fixes, | |
51 -- GTK scrollbar fixes | |
52 -- buttons are now modifiers, so selection with the mouse works again | |
53 -- fix the disappearing GTK scrollbar problem | |
54 | |
55 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom | |
56 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull | |
57 -- new hooks for package installation and deletion -- Sean MacLennan | |
58 -- locate-library completes and other package UI improvements -- Robert Pluim | |
59 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber | |
60 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand | |
61 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno | |
62 -- custom-display works on the GTK platform -- Karl Hegbloom | |
63 -- mouse-track fixes -- Adrian Aichner, Ben Wing | |
64 -- dragdrop fix for windowless events -- Mike Alexander | |
65 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker | |
66 -- gpmevent.c header inclusion fixes -- Bill Perry | |
67 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry | |
68 -- remove lisp_string_set_file_times() because set_file_times() now | |
69 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing | |
70 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson | |
71 -- new, faster implementation of long_to_string -- Hrvoje Niksic | |
72 -- Qccl_error: New error -- Yoshiki Hayashi | |
73 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning | |
74 -- fix crash with an unavailable network printer -- Mike Alexander | |
75 -- add support for MacOS X -- Greg Parkin and Martin Buchholz | |
76 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull | |
77 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi | |
78 | |
79 -- warning, style, and doc fixes and improvements | |
80 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz | |
81 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz | |
82 -- code style corrections -- Ben Wing, Martin Buchholz | |
83 -- build improvements -- Ben Wing, Martin Buchholz | |
84 -- configure improvements and fixes -- Martin Buchholz, Ben Wing, | |
85 Stephen J. Turnbull | |
86 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve | |
87 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul | |
88 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill | |
89 'Big K' Katsnelson | |
2 | 90 |
3 to 21.5.1 "anise" | 91 to 21.5.1 "anise" |
4 -- This release contains a huge pile of changes by Ben Wing, including | 92 -- This release contains a huge pile of changes by Ben Wing, including |
5 both bug fixes and features. Highlights: | 93 both bug fixes and features. Highlights: |
6 -- Many changes to make printing work on Windows | 94 -- Many changes to make printing work on Windows |