annotate CHANGES-beta @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 5a2589c672dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1 to 21.2.30 "Hygeia"
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
2 -- Make (find-tag-other-window) always use other window,
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3 even if tag is found in buffer of current window, Samuel Mikes
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
5 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
6 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
7 -- arm configure support fixed.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
8 -- non-ASCII string handling performance boost, Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
9 -- Garbage collector performance boost, Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
10 -- Lisp engine performance boost, Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
11 -- New ldap API (Oscar Figueiredo)
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
12 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
13 -- More gutter tabs fixes, Andy Piper
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
14
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
15 to 21.2.29 "Hestia"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
16 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
17 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
18 (but more work needed)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
19 -- Allow non-symbols (anything compared with `eq') in object plists.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
20 -- Cleanup of property frobbing code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
21 -- Various AIX 4 fixes, including port of PDUMP.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
22 -- Unconditionally define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
23 -- MS-Windows redisplay and font fixes from Jonathan Harris.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
24 -- various fixes from Craig Lanning, Daiki Ueno.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
25 -- Asynchronous widget updates from Andy Piper.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
26 -- More widget fixes from Andy Piper.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
27 -- Don't use rel_alloc on glibc systems, including Linux
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
28 -- Upgrade etags.c to version 13.44, Francesco Potorti
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
29 -- etags does a better job of finding the exact match first, Kyle Jones
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
30 -- Portable dumper now described in Internals manual, Olivier and Martin
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
31 -- Object Plist documentation in lispref updated, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
32 -- Just use standard `const' everywhere, instead of CONST
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
33 -- More pdump changes, Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
34
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
35 to 21.2.28 "Hermes"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
36 -- Add configure support for NetWinders, Sean MacLennan
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
37 -- Make the "Load .emacs" menu item work again, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
38 -- Make --without-x work again.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
39 -- Detect Xaw3d and friends using #include <Xaw3d/FOO.h>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
40 -- Experimental Drag-N-Drop now defaults to "no" until there is again
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
41 active development.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
42 -- SGI dumping fixes should make XEmacs work again on Irix 6.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
43 -- More warning flags on by default when building with gcc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
44 -- process coding changes, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
45 -- help now knows how to print macro arglists, Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
46 -- Windows printing support, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
47 -- Obscure crash fixes, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
48 -- Memory leak fixes, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
49 -- We now always use our own realpath(), never the system-provided one.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
50 -- More gutter/tab widget changes, Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
51 -- Crash fix when using dead processes, Gunnar Evermann (fix PR#1061)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
52 -- Pdump stability fixes, Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
53 -- New coding system alias implementation, Ben Wing and Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
54 -- New internal data conversion infrastructure, Ben Wing and Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
55 -- IPv6 support, URA Hiroshi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
56 -- Runtime Athena mismatch warnings added, Daniel Pittman
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
57 -- Removal of old MSDOS support, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
58 -- Correctly define Latin-3 and Latin-4 character syntax as "w".
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
59 -- Auto-define all X-defined keysyms as self-inserting, not just Latin-1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
60 -- Workaround egcs-20000131 c++ compiler bug
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
61 -- Byte-optimize (length "foo") to 3.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
62 -- (define-key ctl-x-4-map "p" global-map) no longer causes stack overflow crash.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
63 -- Partially implement dontusethis-set-symbol-value-handler.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
64 -- Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
65 -- lib-src partially C++ized, Zack Weinberg.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
66
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
67 to 21.2.27 "Hera"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
68 -- Dynamic layout for widgets from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
69 -- Vertical tab widgets for MS-Windows from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
70 -- pdump fixes for MS-Windows from Big K
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
71 -- config.sub, config.guess major upgrade, Marcus Thiessel
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
72 -- gdbinit renamed to .gdbinit
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
73 -- dbxrc renamed to .dbxrc
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
74 -- Mail locking overhaul, Michael Sperber
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
75 -- Info-visit-file can now be used non-interactively, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
76 -- FAQ updates, Sandra Wambold
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
77 -- Document lisp-level error handling, Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
78 -- Windows changes, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
79 -- Portable dumper ported to Windows, Kirill Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
80 -- idlwave-mode added, Carsten Dominik
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
81 -- Info changes, Yoshiki Hayashi and Didier Verna.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
82 -- Again support BSD/OS 2.0
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
83 -- minibuf.* changes, Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
84 -- hyper-apropos changes, Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
85 -- buffers tab has its own face, Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
86 -- modeline scrolling changes, Didier Verna
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
87
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
88 to 21.2.26 "Millenium"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
89 -- Fix unpredictable results, perhaps even crashes, if using the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
90 `return from debugger feature' and errors in `eval' or `funcall'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
91 -- fix for Tab widgets causing X errors in XMapWindow().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
92
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
93 to 21.2.25 "Hephaestus"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
94 -- the LATEST.IS.* file has been renamed to LATEST-IS-*.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
95 -- the CVS tag to checkout the latest tarball is `r21-2-latest-beta'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
96 -- 3 crashes in mapcar1 have been fixed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
97 -- lwlib arg passing cleanup
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
98 -- yet more widget and tab fixes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
99 -- yet another Tab sync
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
100 -- specifier copying fix for widgets
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
101 -- preparation for proper layouts
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
102 -- native widgets used for some custom widgets
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
103 -- (+ 1) is no longer incorrectly compiled
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
104 -- char-before no longer has performance penalty
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
105 -- xpm again works on Windows
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
106 -- native Windows fixes from Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
107 -- Mule fixes from Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
108 -- properly detect Athena widgets headers and libs, preventing crashes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
109 from misdetection and from libraries and headers that don't match,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
110 from Daniel Pittman
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
111
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
112 to 21.2.24 "Hecate"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
113 -- Tabs fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
114 -- Widget leak fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
115 -- (coding-system-list) deals properly with coding system aliases, Shenghuo ZHU
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
116 -- configure support for ESD sound rewritte, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
117 -- directory separator fix from Mike Alexander
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
118 -- Windows process support cleanup, Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
119 -- NT now encapsulates fstat to get correct file mod time, Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
120
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
121 to 21.2.23 "Hebe"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
122 -- MS-Windows selection fixes from Mike Alexander
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
123 -- MS-WIndows process handling fixes from Mike Alexander
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
124 -- Subwindow GC fix from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
125 -- Various minor fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
126 -- Rewrite module configure support, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
127 -- Various Windows fixes, Martin Buchholz, Adrian Aichner, Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
128 -- HP native compiler compilation fixes, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
129 -- Workarounds for Cygnus compiler bugs, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
130 -- Workarounds for Cygwin broken header files, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
131 -- itimers work again, Kyle Jones
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
132 -- random code cleanup, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
133 -- various redisplay fixes, Andy Piper, Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
134 -- various fixes from Hrvoje Niksic, Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
135
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
136 to 21.2.22 "Mercedes"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
137 -- ESD Sound support from Robert Bihlmeyer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
138 -- 10% faster redisplay from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
139 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
140 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
141 -- Completely revamped GPM support from William Perry
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
142 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
143 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
144 -- Fix compile warnings and C++ compilation, Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
145 -- Fix detection of coding: cookie in -*- first line.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
146 -- More xim-xlib work by Kazuyuki Ienaga
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
147 -- Fix crash in abbrev.c (abbrev_location), Eric Darve
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
148
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
149 to 21.2.20 "Yoko"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
150 -- UTF-8 & file-coding magic cookie fix from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
151 -- bug fixes from Adrian Aichner, Sean MacLennan, and Jeff Miller
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
152 -- glyph widget support under X/Athena from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
153 -- tab widget support under X (all variants) from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
154 -- many gutter, redisplay & widget fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
155 -- mswindows mousewheel support from Mike Woolley
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
156 -- combo box support under X/Motif from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
157 -- buffer tab grouping from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
158 -- layout widget support from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
159 -- partial display line scrolling support from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
160 -- cleanup patches from Gleb Arshinov
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
161 -- hash table FSF API sync from Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
162 -- widget cleanup from Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
163 -- process-environment fix for nt from Julian Back
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
164 -- widget to frame fix from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
165 -- animated glyph support from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
166 -- glyph redisplay improvements from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
167 -- color cells allocation fix from Lee Kindness
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
168 -- recover file fix for windows nt
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
169 -- mingw install fix from Craig Lanning
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
170 -- recognize keypad keys under MS-Windows from Jonathan Harris
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
171 -- Switch gui dialogs to native widgets from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
172 -- fixes from Yoshiki Hayashi and Norbert Koch
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
173
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
174 to 21.2.19 "Shinjuku"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
175 -- various fixes from Gunnar Evermann
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
176 -- XIM fixes from Kazuyuki IENAGA
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
177 -- keymap fix from Katsumi Yamaoka
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
178 -- Microsoft build fixes from Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
179 -- documentation update from Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
180 -- rect.el rewrite from Didier Verna
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
181 -- custom comment fields from Didier Verna
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
182 -- various fixes from Karl Hegbloom
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
183 -- filling fix from Yoshiki Hayashi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
184 -- miscellaneous changes from Jeff Miller and Didier Verna
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
185 -- configure hacking from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
186 -- various fixes from Bob Weiner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
187 -- Mule synching from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
188 -- various fixes from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
189 -- LDAP configure changes from Gregory Neil Shapiro
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
190 -- gutter implementation from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
191 -- tab widgets in gutter from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
192 -- Custom themes, API part. See etc/custom/theme-examples from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
193
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
194 to 21.2.18 "Toshima"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
195 -- miscellaneous fixes from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
196 -- miscellaneous fixes from Didier Verna
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
197 -- various bug fixes from Karl Hegbloom
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
198 -- miscellaneous fixes from Bob Weiner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
199 -- fix for XIM server crashing and taking down XEmacs from Kazuyuki IENAGA
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
200 -- valid-image-instantiator-format-p tightened up by Andy Piper.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
201 -- glyph widget support under X/Motif from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
202 -- Make docdir configurable, update package searching rules from Michael
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
203 Sperber
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
204 -- Fix for Japanese word/character movements from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
205 -- lrecord struct header size fix from Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
206
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
207 to 21.2.17 "Chiyoda"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
208 -- miscellaneous bug fixes from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
209 -- font menu fix from Robert Pluim
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
210 -- ldap API update from Oscar Figueiredo
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
211 -- Fix thai-xtis charset width from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
212 -- CCL engine fix from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
213 -- mswindows build fixes from Norbert Koch
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
214 -- miscellaneous fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
215 -- automated tests for mswindows from Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
216 -- tree-view and tab-control widget glyph support from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
217
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
218 to 21.2.16 "Sumida"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
219 -- miscellaneous fixes from Hrvoje Niksic and Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
220 -- make selection more mswindows conformant.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
221 -- Make customize use specifiers from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
222 -- Cyrillic CCL crash fix from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
223 -- DEC OSF Build fix and miscellaneous Lisp fix from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
224 -- raw-text coding system synch from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
225
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
226 to 21.2.15 "Sakuragawa"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
227 -- new self tests from Oscar Figueiredo and Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
228 -- Miscellaneous bug fixes from Yoshiki Hayashi, Jerry James, Hirokazu FUKUI,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
229 Hrvoje Niksic, MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
230 -- LDAP internationalization from Oscar Figueiredo
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
231 -- DEC OSF build fixes from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
232 -- Documentation fixes from Mike McEwan, Vin Shelton and Gunnar Evermann
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
233 -- Build fixes from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
234 -- Miscellaneous fixes from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
235 -- Documentation updates from Hrvoje Niksic and Albert Chin-A-Young
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
236 -- mule-charset.el synch with Mule from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
237 -- miscellaneous build and cosmetic fixes from Steve Baur
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
238 -- font-menu for mswindows from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
239 -- select rationalisation for window systems from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
240 -- reinstate sheap adjustment + mingw32 fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
242 to 21.2.14 "Dionysos"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
243 -- mingw32 port from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
244 -- fix for Solaris build lossage from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
245 -- THAI/Cyrillic-KOI8, Vietnamese, Ethiopic support from MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
246 -- miscellaneous bug fixes from Gunnar Evermann
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
247 -- Internal purespace cleanup from Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
248 -- documentation updates from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
249 -- dump time tuning from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
250 -- miscellaneous bug fixes from Giacomo Boffi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
251 -- font hacking from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
252 -- Czech language support from David Sauer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
253 -- `delete-key-deletes-forward' now defaults to t
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
254 -- `locate-file' update from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
255 -- MS Windows build fixes from Adrian Aichner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
256 -- LDAP updates from Oscar Figueiredo
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
257 -- miscellaneous bug fixes from Colin Rafferty and Kai Haberzettl
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
258 -- disable display of images in buffers by file format
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
259 -- miscellaneous Mule fixes from Olivier Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
260 -- documentation updates from Albert Chin-A-Young
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
261 -- documentation updates from Gunnar Evermann and Stephen Turnbull
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
262 -- MS Windows build fix from Norbert Koch
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
263 -- miscellaneous MS Windows fixes from Andy Piper
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
264 -- redisplay bug fixes from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
265 -- miscellaneous bug fixes from Robert Pluim, MORIOKA Tomohiko
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
266 -- many, many bug fixes and enhancements from Hrvoje Niksic and Olivier
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
267 Galibert
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
268 -- miscellaneous bug fixes from Martin Buchholz
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
269 -- Miscellaneous MS Windows fixes from Philip Aston
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
270 -- lots of new tests from Hrvoje Niksic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
271
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
272 to 21.2.13 "Demeter"
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
273 -- Build fixes from Martin Buchholz
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
274 -- experimental splash screen rewrite from Didier Verna
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
275 -- Various patches from Jan Vroonhof and Andy Piper
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
276 -- alist.el synched up with APEL 9.13 from MORIOKA Tomohiko
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
277 -- MS Window build fixes from Jonathan Harris
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
278 -- UCS-4/UTF-8 support from MORIOKA Tomohiko
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
279
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
280 to 21.2.12 "Clio"
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
281 -- event-stream unification for MS Windows from Andy Piper
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
282 -- Determine best visual to use to avoid flashing from IENAGA Kazuyuki
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
283 -- Fix for new Berkeley DB library from Paul Keusemann/Gregory Neil Shapiro
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
284 -- Various package-ui fixes from Jan Vroonhof
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
285 -- Fix for doubled font-locking during buffer reversion
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
286 -- KFM browsing support from Neal Becker
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
287 -- info fix from Didier Verna
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
288 -- Build bug fixes from Martin Buchholz
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
289 -- Various Documentation updates
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
290 -- X-Face support for MS Windows native build from Gleb Arshinov
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
291
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
292 to 21.2 beta11 "Calliope"
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
293 -- Dialog box fix from Jan Vroonhof
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
294 -- unified mswindows and tty event loops from Andy Piper
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
295 -- miscellaneous patches from Gleb Arshinov
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
296 -- miscellaneous patches from Charles Waldman and Adrian Aichner
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
297 -- Mule dump time files remerged from mule-base package
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
298 -- Documentation fixes from Jan Vroonhof
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
299 -- 24bit color image fix from Kazuo OISHI
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
300 -- various build fixes from Martin Buchholz
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
301
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
302 to 21.2 beta10 "Boreas"
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
303 -- package UI fix from Jan Vroonhof
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
304 -- MS Windows NT process fix from Gleb Arshinov
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
305
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
306 to 21.2 beta9 "Athena"
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
307 -- parameterize replace-match function from Didier Verna
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
308 -- X-Face support under mswindows from Andy Piper
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
309 -- doc fixes from Adrian Aichner
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
310 -- about patchlet from Marcus Thiessel
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
311 -- isearch doc fixes from Didier Verna
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
312 -- interlaced gif fix from Gunnar Evermann
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
313 -- isearch improvements from Didier Verna
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
314 -- eldap connection fix from William Perry
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
315 -- package-get site fix from Robert Pluim
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
316 -- loadable modules fix from Damon Lipparelli
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
317 -- ldap fixes from Oscar Figueiredo
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
318 -- loadable modules from J. Kean Johnston
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
319 -- runwhatever from Charles Wilson
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
320 -- redisplay fixes for glyphs from Andy Piper
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
321 -- progress gauge widgets implentation from Andy Piper
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
322 -- W3 works again due to font.el being fixed
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
323 -- Another mule xemacs crash fixed
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
324 -- Images in widgets, warning fixes and gui_item cleanup from Andy Piper
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
325 -- package admin fixes under mswindows from Charles Waldman
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
326 -- miscellaneous mswindows build fixes from Jonathan Harris
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
327 -- help-echo fix from Hrvoje Niksic
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
328 -- x font path support from Jim Radford
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
329 -- MSVC compile fixes from Damon Lipparelli
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
330
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
331 to 21.2 beta8 "Artemis"
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
332 -- A bunch of Mule fixes from Martin Buchholz
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
333
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
334 to 21.2 beta7 "Ares"
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
335 -- mswindows modeline crash fix from Jonathan Harris
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
336 -- picon glyph fix from Gunnar Evermann
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
337 -- widgets-in-buffers and subwindow support from Andy Piper
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
338 -- movemail pop support under mswindows from Fabrice Popineau
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
339 -- ldap fixes from Oscar Figueiredo
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
340 -- fns cleanup from Hrvoje Niksic
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
341 -- menubar fixes from Didier Verna
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
342 -- mswindows accelerator fix from Jonathan Harris
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
343 -- dired mule fix from Didier Verna
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
344 -- sound doc cleanup from Charles Waldman
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
345 -- new display table functionality from Hrvoje Niksic
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
346 -- minor cleanups
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
347 -- package fixes from Jan Vroonhof
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
348 -- subwindow support fixes from Martin Buchholz
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
349
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
350 to 21.2 beta6 "Apollo"
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
351 -- mswindows compile fixes from Martin Buchholz, Andy Piper, Greg
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
352 Klanderman and Adrian Aichner
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
353 -- Synch with XEmacs 21.0.60
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
354 -- mega-patch fixes from Martin Buchholz
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
355 -- md5 fixes and testsuite from Hrvoje Niksic
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
356 -- database fix from Hrvoje Niksic
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
357
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
358 to 21.2 beta5 "Aphrodite"
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
359 -- synch with XEmacs 21.0.58
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
360 -- bytecode interpreter rewritten
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
361 -- byte compiler fixes
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
362 -- hash table implementation rewritten
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
363 -- basic lisp functions rewritten
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
364 -- spelling fixes
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
365 -- garbage collector tuned a little
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
366 -- various global code changes for consistency
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
367 -- automated test suite
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
368 -- major internals manual updates
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
369 -- lisp reference updates
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
370
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
371 to 21.2 beta4 "Aglaophonos"
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
372 -- isearch keymap fix from Katsumi Yamaoka
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
373 -- directory_files cleanup from Hrvoje Niksic
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
374 -- C implementation of base64 from Hrvoje Niksic
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
375 -- C implementation of `buffer-substring-no-properties' from Hrvoje Niksic
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
376 -- Experimental fix for spurious `file has changed on disk' message from
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
377 Charles Waldman
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
378 -- Fix for etags.el hook calling from Malcolm Box
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
379 -- User-name-completion fix for MS Windows NT from Greg Klanderman
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
380
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
381 to 21.2 beta3 "Aglaia"
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
382 -- case sensitiveness improvements from Didier Verna
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
383 -- Bug fixes from 21.0
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
384 -- Word selection on mouse click on quotes from Hrvoje Niksic
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
385 -- WAVE support for NAS from Raymond Toy
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
386
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
387 to 21.2 beta2 "Aether"
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
388 -- Synched with 21.0-pre14 "Poitou"
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
389 -- isearch improvements from Hrvoje Niksic
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
390 -- bytecompiler fix from Martin Buccholz
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
391 -- shadow.el speedup from Martin Buchholz
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
392 -- clash detection update from Jan Vroonhof
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
393 -- Indirect buffers from Hrvoje Niksic
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
394 -- ~user completion cleanup from Greg Klanderman
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
395 -- New face property from Didier Verna
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
396 -- ~user completion and fixes from Greg Klanderman
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
397 -- casefiddle.c speedup from Martin Buchholz
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
398
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 345
diff changeset
399 to 21.2 beta1 "Aeolus"
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 345
diff changeset
400 -- Synch with 21.0-pre6
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 345
diff changeset
401 -- Removal of ancient obsolete symbols courtesy of Altrasoft
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 345
diff changeset
402 -- Fix version numbers
335
54f7aa390f4f Import from CVS: tag r21-0-65
cvs
parents: 333
diff changeset
403
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 345
diff changeset
404 Fork at 21.0 pre5 "Zhong Wei"