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