84
|
1 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
4
|
|
5 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6
|
|
7 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
8 char and pointer.
|
|
9
|
|
10 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
11
|
|
12 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
13
|
82
|
14 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
15 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
16
|
|
17 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
18 type.
|
|
19
|
|
20 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
21 borderwidth.
|
|
22 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
23 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
24 bottom of the buffer. :-(
|
|
25
|
|
26 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
27
|
|
28 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
29 configurations that use both Motif and Athena.
|
|
30
|
|
31 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
|
|
32
|
|
33 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
34
|
|
35 * info/dir (Gnus): Updated spelling and info.
|
|
36
|
|
37 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
38
|
|
39 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
40
|
|
41 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
42
|
|
43 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
44 warnings for ccl-read-*
|
|
45
|
80
|
46 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
47
|
|
48 * etc/sample.emacs: Remove code snippet that wipes out the cycle
|
|
49 buffer modeline feature.
|
|
50
|
80
|
51 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
52 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
|
53
|
|
54 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
55
|
|
56 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
57
|
78
|
58 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
59 * XEmacs 20.0 beta 34 is released.
|
|
60 * XEmacs 19.15 beta 7 is released.
|
|
61
|
|
62 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@bay1.bayserve.net>
|
|
63
|
|
64 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
65
|
80
|
66 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
67
|
|
68 * src/emacs.c: Make sure
|
|
69 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
|
70 works properly
|
|
71
|
|
72 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
73 competitor to Purify.
|
|
74
|
|
75 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
76 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
77
|
|
78 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
79
|
|
80 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
81
|
|
82 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
83
|
|
84 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
85 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
86 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
87 Errors during autoload generation are just that - errors.
|
|
88
|
|
89 Generated autoloads are now in a separate file of their own.
|
|
90
|
|
91 Reliability of autoload generation greatly increased.
|
|
92
|
|
93 Distribution smaller by about 100k.
|
|
94
|
|
95 `make autoloads' is still the preferred mechanism for update.
|
|
96
|
|
97 Autoloads are always regenerated completely from scratch. This
|
|
98 avoids errors with obsolete or corrupted autoload entries.
|
|
99
|
|
100 Caching of autoload entries using timestamps has been eliminated.
|
|
101
|
|
102 Files that have no autoloads no longer have a comment placed into
|
|
103 the generated autoloads file.
|
|
104
|
|
105 There was a bug where autoload entries would sometimes end up
|
|
106 being inserted into the *middle* of other autoload entries,
|
|
107 thereby corrupting them.
|
|
108
|
|
109 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
110
|
|
111 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
112
|
|
113 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
114 doesn't use the autoload facility to load `autoload';
|
|
115 load it explicity instead.
|
|
116
|
|
117 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
118
|
|
119 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
120
|
|
121 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
122
|
|
123 * src/mule-charset.c: Use lower case for charset registry, to
|
|
124 match XLFD.
|
|
125
|
|
126 * Makefile.in: replace list of info files with *.info* - one less
|
|
127 maintenance headache
|
|
128
|
|
129 * etc/sample.emacs: Add sample code to highlight continuation glyph
|
|
130
|
|
131 * man/oo-browser.texi: Fix TeXability
|
|
132
|
|
133 * man/hyperbole.texi: Fix TeXability
|
|
134
|
|
135 * man/vhdl-mode.texi: Fix TeXability
|
|
136
|
|
137 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
138 `make autoloads' should finally work.
|
|
139
|
|
140 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
141
|
|
142 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
143
|
|
144 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
145 `special' directories without using the Makefiles
|
|
146 designed for that purpose.
|
|
147 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
148
|
|
149 * info/dir (Packages): Add Japanese TM info files
|
|
150
|
|
151 * src/inline.c: Allow compilation with `gcc -g'
|
|
152
|
|
153 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
154
|
|
155 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
156 that various tools can recognize the filename as such.
|
|
157
|
|
158 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
|
159 --with-xim=xlib and key event on window frame.
|
|
160 Change return foo to return (foo) when return is a macro.
|
|
161
|
|
162 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
163
|
|
164 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
165 This Makefile is no longer officially broken.
|
|
166
|
|
167 * info/dir: Add Japanese tm documents.
|
|
168
|
|
169 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
170
|
|
171 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
172 xargs -i flag.
|
|
173
|
|
174 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
175 the `binary' coding system is used for .gz and .Z extensions.
|
|
176
|
|
177 * man/viper.texi: Viper version 2.90
|
|
178
|
|
179 * man/ediff.texi: Ediff Version 2.62
|
|
180
|
|
181 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
182 define-key, for compatibility with loaddefs.el
|
|
183
|
|
184 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
185
|
|
186 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
187
|
|
188 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
189 files in dirs that have their own Makefiles.
|
|
190
|
|
191
|
|
192
|
78
|
193 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
194
|
|
195 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
196
|
|
197 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
198
|
|
199 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
200 installation.
|
|
201
|
|
202 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
203
|
|
204 * XEmacs 20.0 beta 33 is released.
|
|
205 * XEmacs 19.15 beta 6 is released.
|
|
206
|
76
|
207 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
208
|
|
209 * etc/yow.lines: 20k of new zippy quotes.
|
|
210
|
|
211 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
212
|
|
213 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
214 pages.
|
|
215
|
|
216 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
217 * XEmacs 20.0-b32 released.
|
|
218
|
|
219 * XEmacs 19.15-b5 released.
|
|
220
|
74
|
221 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
222
|
|
223 * configure.in: Reformat. Fix shared include file rename
|
|
224 problem.
|
|
225
|
|
226 * configure: Reformat. Fix shared include file rename problem.
|
|
227
|
|
228 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
229
|
|
230 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
231
|
|
232 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
233 default.
|
|
234
|
|
235 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
236
|
|
237 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
238
|
72
|
239 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
240
|
|
241 * info/vhdl-mode.info: New file.
|
|
242
|
|
243 * info/dir (Packages): Add vhdl-mode documentation.
|
|
244
|
|
245 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
246
|
|
247 * configure: Make shared/dynamic flags work much more logically.
|
|
248
|
|
249 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
250
|
|
251 * configure.in (machine): Patch to make newly renamed shared
|
|
252 link include files work.
|
|
253
|
|
254 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
255
|
|
256 * configure.in: Configure for POSIX getcwd if available.
|
|
257
|
|
258 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
259
|
|
260 * etc/edt-user.doc (File): New file from Emacs 19.34.
|
|
261
|
|
262 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
263
|
|
264 * configure.in (LIBS): Fix typo in dialog box test.
|
|
265
|
|
266
|