Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
1 to 21.2.28 "Hermes" | |
2 -- Add configure support for NetWinders, Sean MacLennan | |
3 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson | |
4 -- Make --without-x work again. | |
5 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h> | |
6 -- Experimental Drag-N-Drop now defaults to "no" until there is again | |
7 active development. | |
8 -- SGI dumping fixes should make XEmacs work again on Irix 6. | |
9 -- More warning flags on by default when building with gcc. | |
10 -- process coding changes, Kirill Katsnelson | |
11 -- help now knows how to print macro arglists, Yoshiki Hayashi | |
12 -- Windows printing support, Kirill Katsnelson | |
13 -- Obscure crash fixes, Martin Buchholz | |
14 -- Memory leak fixes, Martin Buchholz | |
15 -- We now always use our own realpath(), never the system-provided one. | |
16 -- More gutter/tab widget changes, Andy Piper | |
17 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061) | |
18 -- Pdump stability fixes, Olivier Galibert | |
19 -- New coding system alias implementation, Ben Wing and Martin Buchholz | |
20 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz | |
21 -- IPv6 support, URA Hiroshi | |
22 -- Runtime Athena mismatch warnings added, Daniel Pittman | |
23 -- Removal of old MSDOS support, Kirill Katsnelson | |
24 -- Correctly define Latin-3 and Latin-4 character syntax as "w". | |
25 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1. | |
26 -- Workaround egcs-20000131 c++ compiler bug | |
27 -- Byte-optimize (length "foo") to 3. | |
28 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash. | |
29 -- Partially implement dontusethis-set-symbol-value-handler. | |
30 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth' | |
31 -- lib-src partially C++ized, Zack Weinberg. | |
32 | |
1 to 21.2.27 "Hera" | 33 to 21.2.27 "Hera" |
2 -- Dynamic layout for widgets from Andy Piper | 34 -- Dynamic layout for widgets from Andy Piper |
3 -- config.sub, config.guess major upgrade, Marcus Thiessel | 35 -- config.sub, config.guess major upgrade, Marcus Thiessel |
4 -- gdbinit renamed to .gdbinit | 36 -- gdbinit renamed to .gdbinit |
5 -- dbxrc renamed to .dbxrc | 37 -- dbxrc renamed to .dbxrc |