Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 6719134a07c2 |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
1 -*- indented-text -*- | 1 to 21.2.29 "Hestia" |
2 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28. | |
3 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems. | |
4 (but more work needed) | |
5 -- Allow non-symbols (anything compared with `eq') in object plists. | |
6 -- Cleanup of property frobbing code. | |
7 -- Various AIX 4 fixes, including port of PDUMP. | |
8 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED. | |
9 -- MS-Windows redisplay and font fixes from Jonathan Harris. | |
10 -- various fixes from Craig Lanning, Daiki Ueno. | |
11 -- Asynchronous widget updates from Andy Piper. | |
12 -- More widget fixes from Andy Piper. | |
13 -- Don't use rel_alloc on glibc systems, including Linux | |
14 -- Upgrade etags.c to version 13.44, Francesco Potorti | |
15 -- etags does a better job of finding the exact match first, Kyle Jones | |
16 -- Portable dumper now described in Internals manual, Olivier and Martin | |
17 -- Object Plist documentation in lispref updated, Martin Buchholz | |
18 -- Just use standard `const' everywhere, instead of CONST | |
19 -- More pdump changes, Olivier Galibert | |
20 | |
21 to 21.2.28 "Hermes" | |
22 -- Add configure support for NetWinders, Sean MacLennan | |
23 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson | |
24 -- Make --without-x work again. | |
25 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h> | |
26 -- Experimental Drag-N-Drop now defaults to "no" until there is again | |
27 active development. | |
28 -- SGI dumping fixes should make XEmacs work again on Irix 6. | |
29 -- More warning flags on by default when building with gcc. | |
30 -- process coding changes, Kirill Katsnelson | |
31 -- help now knows how to print macro arglists, Yoshiki Hayashi | |
32 -- Windows printing support, Kirill Katsnelson | |
33 -- Obscure crash fixes, Martin Buchholz | |
34 -- Memory leak fixes, Martin Buchholz | |
35 -- We now always use our own realpath(), never the system-provided one. | |
36 -- More gutter/tab widget changes, Andy Piper | |
37 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061) | |
38 -- Pdump stability fixes, Olivier Galibert | |
39 -- New coding system alias implementation, Ben Wing and Martin Buchholz | |
40 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz | |
41 -- IPv6 support, URA Hiroshi | |
42 -- Runtime Athena mismatch warnings added, Daniel Pittman | |
43 -- Removal of old MSDOS support, Kirill Katsnelson | |
44 -- Correctly define Latin-3 and Latin-4 character syntax as "w". | |
45 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1. | |
46 -- Workaround egcs-20000131 c++ compiler bug | |
47 -- Byte-optimize (length "foo") to 3. | |
48 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash. | |
49 -- Partially implement dontusethis-set-symbol-value-handler. | |
50 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth' | |
51 -- lib-src partially C++ized, Zack Weinberg. | |
52 | |
53 to 21.2.27 "Hera" | |
54 -- Dynamic layout for widgets from Andy Piper | |
55 -- Vertical tab widgets for MS-Windows from Andy Piper | |
56 -- pdump fixes for MS-Windows from Big K | |
57 -- config.sub, config.guess major upgrade, Marcus Thiessel | |
58 -- gdbinit renamed to .gdbinit | |
59 -- dbxrc renamed to .dbxrc | |
60 -- Mail locking overhaul, Michael Sperber | |
61 -- Info-visit-file can now be used non-interactively, Martin Buchholz | |
62 -- FAQ updates, Sandra Wambold | |
63 -- Document lisp-level error handling, Hrvoje Niksic | |
64 -- Windows changes, Kirill Katsnelson | |
65 -- Portable dumper ported to Windows, Kirill Katsnelson | |
66 -- idlwave-mode added, Carsten Dominik | |
67 -- Info changes, Yoshiki Hayashi and Didier Verna. | |
68 -- Again support BSD/OS 2.0 | |
69 -- minibuf.* changes, Yoshiki Hayashi | |
70 -- hyper-apropos changes, Yoshiki Hayashi | |
71 -- buffers tab has its own face, Andy Piper | |
72 -- modeline scrolling changes, Didier Verna | |
73 | |
74 to 21.2.26 "Millenium" | |
75 -- Fix unpredictable results, perhaps even crashes, if using the | |
76 `return from debugger feature' and errors in `eval' or `funcall'. | |
77 -- fix for Tab widgets causing X errors in XMapWindow(). | |
78 | |
79 to 21.2.25 "Hephaestus" | |
80 -- the LATEST.IS.* file has been renamed to LATEST-IS-*. | |
81 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'. | |
82 -- 3 crashes in mapcar1 have been fixed. | |
83 -- lwlib arg passing cleanup | |
84 -- yet more widget and tab fixes | |
85 -- yet another Tab sync | |
86 -- specifier copying fix for widgets | |
87 -- preparation for proper layouts | |
88 -- native widgets used for some custom widgets | |
89 -- (+ 1) is no longer incorrectly compiled | |
90 -- char-before no longer has performance penalty | |
91 -- xpm again works on Windows | |
92 -- native Windows fixes from Adrian Aichner | |
93 -- Mule fixes from Yoshiki Hayashi | |
94 -- properly detect Athena widgets headers and libs, preventing crashes | |
95 from misdetection and from libraries and headers that don't match, | |
96 from Daniel Pittman | |
97 | |
98 to 21.2.24 "Hecate" | |
99 -- Tabs fixes from Andy Piper | |
100 -- Widget leak fixes from Andy Piper | |
101 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU | |
102 -- configure support for ESD sound rewritte, Martin Buchholz | |
103 -- directory separator fix from Mike Alexander | |
104 -- Windows process support cleanup, Adrian Aichner | |
105 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner | |
106 | |
107 to 21.2.23 "Hebe" | |
108 -- MS-Windows selection fixes from Mike Alexander | |
109 -- MS-WIndows process handling fixes from Mike Alexander | |
110 -- Subwindow GC fix from Andy Piper | |
111 -- Various minor fixes from Andy Piper | |
112 -- Rewrite module configure support, Martin Buchholz | |
113 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper | |
114 -- HP native compiler compilation fixes, Martin Buchholz | |
115 -- Workarounds for Cygnus compiler bugs, Martin Buchholz | |
116 -- Workarounds for Cygwin broken header files, Martin Buchholz | |
117 -- itimers work again, Kyle Jones | |
118 -- random code cleanup, Martin Buchholz | |
119 -- various redisplay fixes, Andy Piper, Jan Vroonhof | |
120 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi | |
121 | |
122 to 21.2.22 "Mercedes" | |
123 -- ESD Sound support from Robert Bihlmeyer | |
124 -- 10% faster redisplay from Jan Vroonhof | |
125 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi | |
126 -- "If you've got problems, read PROBLEMS!" from Robert Pluim | |
127 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz | |
128 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz | |
129 -- Fix compile warnings and C++ compilation, Martin Buchholz | |
130 -- Fix detection of coding: cookie in -*- first line. | |
131 -- More xim-xlib work by Kazuyuki Ienaga | |
132 -- Fix crash in abbrev.c (abbrev_location), Eric Darve | |
133 | |
134 to 21.2.20 "Yoko" | |
135 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko | |
136 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller | |
137 -- glyph widget support under X/Athena from Andy Piper | |
138 -- tab widget support under X (all variants) from Andy Piper | |
139 -- many gutter, redisplay & widget fixes from Andy Piper | |
140 -- mswindows mousewheel support from Mike Woolley | |
141 -- combo box support under X/Motif from Andy Piper | |
142 -- buffer tab grouping from Andy Piper | |
143 -- layout widget support from Andy Piper | |
144 -- partial display line scrolling support from Andy Piper | |
145 -- cleanup patches from Gleb Arshinov | |
146 -- hash table FSF API sync from Martin Buchholz | |
147 -- widget cleanup from Martin Buchholz | |
148 -- process-environment fix for nt from Julian Back | |
149 -- widget to frame fix from Jan Vroonhof | |
150 -- animated glyph support from Andy Piper | |
151 -- glyph redisplay improvements from Andy Piper | |
152 -- color cells allocation fix from Lee Kindness | |
153 -- recover file fix for windows nt | |
154 -- mingw install fix from Craig Lanning | |
155 -- recognize keypad keys under MS-Windows from Jonathan Harris | |
156 -- Switch gui dialogs to native widgets from Andy Piper | |
157 -- fixes from Yoshiki Hayashi and Norbert Koch | |
158 | |
159 to 21.2.19 "Shinjuku" | |
160 -- various fixes from Gunnar Evermann | |
161 -- XIM fixes from Kazuyuki IENAGA | |
162 -- keymap fix from Katsumi Yamaoka | |
163 -- Microsoft build fixes from Adrian Aichner | |
164 -- documentation update from Adrian Aichner | |
165 -- rect.el rewrite from Didier Verna | |
166 -- custom comment fields from Didier Verna | |
167 -- various fixes from Karl Hegbloom | |
168 -- filling fix from Yoshiki Hayashi | |
169 -- miscellaneous changes from Jeff Miller and Didier Verna | |
170 -- configure hacking from Steve Baur | |
171 -- various fixes from Bob Weiner | |
172 -- Mule synching from MORIOKA Tomohiko | |
173 -- various fixes from Steve Baur | |
174 -- LDAP configure changes from Gregory Neil Shapiro | |
175 -- gutter implementation from Andy Piper | |
176 -- tab widgets in gutter from Andy Piper | |
177 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof | |
178 | |
179 to 21.2.18 "Toshima" | |
180 -- miscellaneous fixes from Steve Baur | |
181 -- miscellaneous fixes from Didier Verna | |
182 -- various bug fixes from Karl Hegbloom | |
183 -- miscellaneous fixes from Bob Weiner | |
184 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA | |
185 -- valid-image-instantiator-format-p tightened up by Andy Piper. | |
186 -- glyph widget support under X/Motif from Andy Piper | |
187 -- Make docdir configurable, update package searching rules from Michael | |
188 Sperber | |
189 -- Fix for Japanese word/character movements from MORIOKA Tomohiko | |
190 -- lrecord struct header size fix from Olivier Galibert | |
191 | |
192 to 21.2.17 "Chiyoda" | |
193 -- miscellaneous bug fixes from Steve Baur | |
194 -- font menu fix from Robert Pluim | |
195 -- ldap API update from Oscar Figueiredo | |
196 -- Fix thai-xtis charset width from MORIOKA Tomohiko | |
197 -- CCL engine fix from MORIOKA Tomohiko | |
198 -- mswindows build fixes from Norbert Koch | |
199 -- miscellaneous fixes from Andy Piper | |
200 -- automated tests for mswindows from Adrian Aichner | |
201 -- tree-view and tab-control widget glyph support from Andy Piper | |
202 | |
203 to 21.2.16 "Sumida" | |
204 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert | |
205 -- make selection more mswindows conformant. | |
206 -- Make customize use specifiers from Jan Vroonhof | |
207 -- Cyrillic CCL crash fix from MORIOKA Tomohiko | |
208 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur | |
209 -- raw-text coding system synch from MORIOKA Tomohiko | |
210 | |
211 to 21.2.15 "Sakuragawa" | |
212 -- new self tests from Oscar Figueiredo and Hrvoje Niksic | |
213 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI, | |
214 Hrvoje Niksic, MORIOKA Tomohiko | |
215 -- LDAP internationalization from Oscar Figueiredo | |
216 -- DEC OSF build fixes from Steve Baur | |
217 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann | |
218 -- Build fixes from Jan Vroonhof | |
219 -- Miscellaneous fixes from Hrvoje Niksic | |
220 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young | |
221 -- mule-charset.el synch with Mule from Steve Baur | |
222 -- miscellaneous build and cosmetic fixes from Steve Baur | |
223 -- font-menu for mswindows from Andy Piper | |
224 -- select rationalisation for window systems from Andy Piper | |
225 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper | |
226 | |
227 to 21.2.14 "Dionysos" | |
228 -- mingw32 port from Andy Piper | |
229 -- fix for Solaris build lossage from Hrvoje Niksic | |
230 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko | |
231 -- miscellaneous bug fixes from Gunnar Evermann | |
232 -- Internal purespace cleanup from Olivier Galibert | |
233 -- documentation updates from Hrvoje Niksic | |
234 -- dump time tuning from Hrvoje Niksic | |
235 -- miscellaneous bug fixes from Giacomo Boffi | |
236 -- font hacking from Jan Vroonhof | |
237 -- Czech language support from David Sauer | |
238 -- `delete-key-deletes-forward' now defaults to t | |
239 -- `locate-file' update from Hrvoje Niksic | |
240 -- MS Windows build fixes from Adrian Aichner | |
241 -- LDAP updates from Oscar Figueiredo | |
242 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl | |
243 -- disable display of images in buffers by file format | |
244 -- miscellaneous Mule fixes from Olivier Galibert | |
245 -- documentation updates from Albert Chin-A-Young | |
246 -- documentation updates from Gunnar Evermann and Stephen Turnbull | |
247 -- MS Windows build fix from Norbert Koch | |
248 -- miscellaneous MS Windows fixes from Andy Piper | |
249 -- redisplay bug fixes from Jan Vroonhof | |
250 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko | |
251 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier | |
252 Galibert | |
253 -- miscellaneous bug fixes from Martin Buchholz | |
254 -- Miscellaneous MS Windows fixes from Philip Aston | |
255 -- lots of new tests from Hrvoje Niksic | |
256 | |
2 to 21.2.13 "Demeter" | 257 to 21.2.13 "Demeter" |
3 -- Build fixes from Martin Buchholz | 258 -- Build fixes from Martin Buchholz |
4 -- experimental splash screen rewrite from Didier Verna | 259 -- experimental splash screen rewrite from Didier Verna |
5 -- Various patches from Jan Vroonhof and Andy Piper | 260 -- Various patches from Jan Vroonhof and Andy Piper |
6 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko | 261 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko |