159
|
1 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * XEmacs 20.3-b6 is released.
|
|
4
|
|
5 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
6 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
7
|
|
8 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
9
|
|
10 * src/Makefile.in:
|
|
11 * lwlib/Makefile.in:
|
|
12 * lib-src/Makefile.in:
|
|
13 * Makefile.in: More Makefile cleanup
|
|
14 - add .PHONY targets where necessary
|
|
15 - remove most builtin rules using .SUFFIXES
|
|
16 - -lXau only gets used for linking gnuserv binaries
|
|
17 - No VPATH for root Makefile
|
|
18 - remove gcc v1 support
|
|
19 * configure.in:
|
|
20 - A new test to autodetect need to define NARROWPROTO,
|
|
21 needed by XFree86
|
|
22 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
23 - Immediately exit if SIZEOF_* tests fail.
|
|
24 - Check for libPW
|
|
25 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
26 are in sync.
|
|
27 * src/s/linux.h:
|
|
28 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
29
|
|
30 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
31
|
|
32 * lib-src/pop.c: Correct incantation for pop.h.
|
|
33 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
34
|
|
35 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
36
|
|
37 * configure.in (beta): Correct test looking for Beta number.
|
|
38
|
|
39 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
40
|
|
41 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
42 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
43 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
44 mule/ipa-hooks.el was deleted.
|
|
45
|
|
46 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
47
|
|
48 * Use lisp/mule/language/thai-util.el instead of
|
|
49 lisp/mule/thai.el.
|
|
50
|
|
51 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
52
|
|
53 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
54 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
55
|
|
56 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
57
|
|
58 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
59
|
|
60 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
61 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
62 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
63 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
64 instead of lisp/mule/chinese-hooks.el,
|
|
65 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
66 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
67 lisp/mule/korean-hooks.el.
|
|
68
|
|
69 * lisp/mule/language/*.el was imported from
|
|
70 Emacs/mule-19.34.94-zeta.
|
|
71
|
|
72 * Use lisp/mule/language/china-util.el instead of
|
|
73 lisp/mule/chinese.el.
|
|
74
|
|
75 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
76
|
|
77 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
78 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
79 were defined as coding-system.
|
|
80
|
|
81 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
82
|
|
83 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
|
|
84 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
|
|
85 etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
|
|
86
|
|
87 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
88
|
|
89 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
90 smiley faces.
|
|
91
|
157
|
92 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
93
|
|
94 * XEmacs 20.3-b5 is released.
|
|
95
|
|
96 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
97
|
|
98 * etc/NEWS: Updates for early beta20.3 stuffs.
|
|
99 From Hrvoje Niksic <hniksic@srce.hr>
|
|
100
|
155
|
101 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
102
|
|
103 * XEmacs 20.3-b4 is released.
|
|
104
|
|
105 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
106
|
|
107 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
108 with new Autoconf 2 mechanisms.
|
|
109 * src/syswait.h:
|
|
110 * src/sysdep.c:
|
|
111 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
112
|
|
113 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
114 old cruft that can be obtained from system header files.
|
|
115 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
|
116
|
|
117 * lib-src/b2m.c:
|
|
118 * src/gifalloc.c:
|
|
119 * lib-src/gnuslib.c:
|
|
120 * lib-src/profile.c:
|
|
121 * lib-src/movemail.c: Fix compiler warnings
|
|
122
|
|
123 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
124 - Fix up compile flags for new etags version
|
|
125
|
|
126 * etc/NEWS:
|
|
127 * etc/etags.1:
|
|
128 * man/xemacs/programs.texi:
|
|
129 * lib-src/etags.c: Upgraded to etags 12.11
|
|
130
|
|
131 * src/config.h.in: Fix inline keyword support
|
|
132
|
|
133 * configure.in: Use a different mechanism for removing extra white
|
|
134 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
135 - new M4 macro XE_SPACE(var, words...)
|
|
136 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
137 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
138 linking with losing Xpm implementations
|
|
139 - Check for correct wnn4 lib symbols
|
|
140 - Only link with inline.o when using gcc
|
|
141 - Support inline keywords inline, __inline, __inline__
|
|
142 - Ultrix now implies have_mmap=no
|
|
143 - Sun sound in non-standard dirs now works
|
|
144 - --native-sound-lib no longer ignored on HP & SGI
|
|
145 - gpm configure tests moved after curses configure tests
|
|
146
|
|
147 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
148
|
|
149 * configure.in: Automagically compute -R path for gcc
|
|
150
|
|
151 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
152
|
|
153 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
154
|
|
155 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
156
|
|
157 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
158 Becker's replacement, hacked somewhat.
|
|
159
|
|
160 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
161
|
|
162 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
163
|
|
164 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
165 x11/x-menubar.el.
|
|
166
|
|
167 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
168
|
|
169 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
170 overlay.el.
|
|
171
|
|
172 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
173
|
|
174 * lisp/leim/quail.el: to sync with quail.el of
|
|
175 Emacs-19.34.94-zeta.
|
|
176
|
|
177 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
178 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
179 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
180 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
181 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
182 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
183 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
184 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
185 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
186 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
187 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
188 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
189 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
190 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
191 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
192 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
193 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
194 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
195 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
196
|
|
197 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
198
|
|
199 * mule/korean.el was abolished because it seems not to be used.
|
|
200
|
|
201 * mule/japanese.el was abolished because it seems not to be used.
|
|
202
|
|
203 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
204
|
|
205 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
206 Gnus 5.4.
|
|
207
|
|
208 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
209
|
|
210 * lisp/tm/tm-view.el: updated to 7.83.
|
|
211
|
|
212 * lisp/leim/quail.el: modified for XEmacs.
|
|
213
|
|
214 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
215 mule-process.el because it is not used.
|
|
216
|
|
217 * lisp/mule/european.el was abolished because it seems not to be
|
|
218 used.
|
|
219
|
|
220 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
221 language-environment.
|
|
222
|
|
223 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
224
|
|
225 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
226 `toggle-input-method'.
|
|
227
|
|
228 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
229 to mule-cmds.el).
|
|
230
|
|
231 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
232 from mule-init.el).
|
|
233
|
|
234 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
235
|
|
236 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
237
|
|
238 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
239
|
|
240 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
241
|
|
242 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
243 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
244
|
|
245 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
246
|
|
247 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
248
|
|
249 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
250 19.34.94-epsilon).
|
|
251
|
|
252 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
253 XEmacs can not compile it.
|
|
254
|
|
255 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
256 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
257 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
258 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
259 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
260 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
261 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
262 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
263 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
264 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
265 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
266 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
267 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
268 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
269 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
270 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
271 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
272 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
273 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
274 elisp files; old lisp/quail was abolished.
|
|
275
|
|
276 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
277
|
|
278 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
279 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
280 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
281
|
|
282 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
283 from Emacs-19.34.94-epsilon.
|
|
284
|
153
|
285 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
286
|
|
287 * XEmacs 20.3-beta3 is released.
|
|
288
|
|
289 * INSTALL: Delete documentation of mocklisp support.
|
|
290
|
|
291 * configure.in: Delete mocklisp support.
|
|
292
|
|
293 * etc/FTP: Update mirror info.
|
|
294
|
|
295 * etc/DISTRIB: Update mirror info.
|
|
296
|
|
297 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
298
|
|
299 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
300 Becker's replacement, hacked somewhat.
|
|
301
|
|
302 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
303
|
|
304 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
305
|
|
306 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
307
|
|
308 * configure.in: Juggle link order of X libraries.
|
|
309 Add support for using zsh to run configure.
|
|
310 Document --with-tty=no.
|
|
311 Fix -no-recursion option.
|
|
312 Recognize and ignore --cache-file option.
|
|
313 Recognize null values for preprocessor symbols converted to shell
|
|
314 variables. This maybe fixes the "-ltermcap" problem.
|
|
315 Remove spurious blanks from various SUBST-ituted variables.
|
|
316 Fix conditional creation of gdbinit.
|
|
317 Conditionally create .sbinit for Sunpro C.
|
|
318
|
|
319 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
320
|
|
321 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
|
|
322
|
|
323 * etc/DISTRIB: Ditto.
|
|
324
|
151
|
325 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
326
|
|
327 * XEmacs 20.3-beta2 is released.
|
|
328
|
|
329 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
330
|
|
331 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
332 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
333 extra-verbose now default on beta builds.
|
|
334 extra-verbose now much more verbose.
|
|
335 Don't set libs_termcap to " ".
|
|
336 Detect -lXm AFTER detecting -lXpm.
|
|
337 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
338 depend on it.
|
|
339 with-xim=motif only default on Solaris.
|
|
340 realpath moved from s&m to configure.in.
|
|
341 xemacs-version.h removed. main_1 now contains $canonical as well,
|
|
342 for even more useful backtraces.
|
|
343 termcap handling rewritten.
|
|
344 Create .sbinit for Sun's source browser.
|
|
345 Warn user if no XPM support present.
|
|
346 Warn user if compiling in error checking.
|
|
347
|
|
348 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
|
349 dynodump. Remove core when cleaning. Remove config.log.
|
|
350 make distclean now functional.
|
|
351
|
|
352 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
353
|
|
354 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
355
|
|
356 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
357
|
|
358 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
359
|
|
360 * Makefile.in (distclean): Remve config.log.
|
|
361 remove broken dynodump stuffs.
|
|
362
|
149
|
363 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
364
|
|
365 * XEmacs 20.3-b1 is released.
|
|
366
|
|
367 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
368
|
|
369 * info/dir (Packages): Update minor version number.
|
|
370
|
|
371 * etc/README: Update minor version number.
|
|
372
|
|
373 * README: Update minor version number.
|
|
374
|
146
|
375 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
376
|
|
377 * XEmacs-20.2 is released.
|
|
378
|
144
|
379 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
380
|
|
381 * XEmacs 20.2-b6 is released.
|
|
382
|
142
|
383 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
384
|
|
385 * XEmacs 20.2-b5 is released.
|
|
386
|
140
|
387 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
388
|
|
389 * XEmacs 20.2-b4 is released.
|
|
390
|
|
391 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
392
|
|
393 * configure.in (--with-xim): Don't default it to Motif since it
|
|
394 causes crashes at startup on some systems.
|
|
395
|
138
|
396 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
397
|
|
398 * XEmacs 20.2-b3 is released.
|
|
399
|
136
|
400 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
401
|
|
402 * XEmacs 20.2-b2 is released.
|
|
403
|
|
404 * configure.in (beta): OPENWINHOME misspelled.
|
|
405
|
|
406 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
407
|
|
408 * etc/BETA (writing): Update with information about how to create
|
|
409 patches.
|
|
410
|
134
|
411 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
412
|
|
413 * XEmacs 20.2-b1 is released.
|
|
414
|
|
415 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
416
|
|
417 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
418 uname.
|
|
419
|
131
|
420 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
421
|
|
422 * XEmacs 20.1 is re-released.
|
|
423
|
126
|
424 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
425
|
|
426 * XEmacs 20.1 is released.
|
|
427
|
124
|
428 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
429
|
|
430 * XEmacs 20.1-b15 is released.
|
|
431
|
|
432 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
433 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
434 1) changing it into sections -- there is now a section for building,
|
|
435 running and compatibility problems
|
|
436
|
|
437 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
438 to Emacs 18, etc. --> size is off by 20K
|
|
439
|
|
440 3) Rearranging the entries by relevance. I have tried to put the most
|
|
441 relevant entries in front.
|
|
442
|
122
|
443 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
444
|
|
445 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
446
|
120
|
447 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
448
|
|
449 * XEmacs 20.1-b12 is released.
|
|
450
|
|
451 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
452
|
|
453 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
454 Hesiod options.
|
|
455
|
118
|
456 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
457
|
|
458 * XEmacs 20.1-b11 is released.
|
|
459
|
|
460 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
461
|
|
462 * Makefile.in (install-only): New target. Functionality suggested
|
|
463 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
464 Thompson.
|
|
465
|
|
466 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
467 Zawinski for SGI cc and Irix 6.
|
|
468
|
|
469 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
470
|
|
471 * configure.in: Add configuration parameters for Emacs 19.34
|
|
472 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
473
|
|
474 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
475
|
|
476 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
477 mispatch.
|
|
478
|
116
|
479 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
480
|
|
481 * XEmacs 20.1-b10 is released.
|
|
482
|
|
483 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
484
|
|
485 * Remove vms top-level directory.
|
|
486
|
|
487 * XEmacs 19.15 final released to beta testers.
|
|
488
|
|
489 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
490
|
|
491 * XEmacs 19.15 prefinal released to beta testers.
|
|
492
|
|
493 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
494
|
|
495 * configure.in (--debug): Correct documentation.
|
|
496
|
|
497 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
498
|
|
499 * XEmacs 19.15-b104 is released.
|
|
500
|
|
501 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
502
|
|
503 * etc/sgml/CATALOG: Default to html-3.2final.
|
|
504
|
|
505 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
506
|
|
507 * configure.in (beta): Add configure support for the -rpath flag
|
|
508 for IRIX analogous to the Solaris "-R".
|
|
509
|
|
510 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
511
|
|
512 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
513
|
|
514 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
515
|
|
516 * configure.in: Echo only current configuration using 'tee -a'.
|
|
517
|
114
|
518 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
519
|
|
520 * XEmacs-19.15-b103 is released.
|
|
521 * XEmacs-20.0-b9 is released.
|
|
522
|
|
523 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
524 rule.
|
|
525
|
|
526 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
527
|
|
528 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
529 update-autoloads.sh.
|
|
530
|
|
531 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
532
|
|
533 * XEmacs-19.15-b102 is released.
|
|
534
|
|
535 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
536
|
|
537 * XEmacs-19.15-b101 is released.
|
|
538
|
112
|
539 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
540
|
|
541 * XEmacs-20.1-b8 is released.
|
|
542 * XEmacs-19.15-b100 is released.
|
|
543
|
110
|
544 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
545
|
112
|
546 * XEmacs-20.1-b7 is released.
|
|
547 * XEmacs-19.15-b99 is released.
|
|
548
|
110
|
549 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
|
|
550
|
|
551 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
552
|
|
553 * configure.in: Add sunos4-1-4 header files.
|
|
554
|
|
555 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
556
|
|
557 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
558
|
108
|
559 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
560
|
|
561 * XEmacs-20.1-b6 is released.
|
|
562 * XEmacs-19.15-b98 is released.
|
|
563
|
|
564 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
565
|
|
566 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
567 (gzip-el): New targe for compressed installed lisp sources.
|
|
568
|
|
569 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
570
|
|
571 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
572 but before anything else. More flexible about finding an xemacs
|
|
573 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
574
|
106
|
575 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
576
|
|
577 * XEmacs 20.1-b5 is released.
|
|
578
|
104
|
579 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
580
|
|
581 * XEmacs 20.1-b4 is released.
|
|
582
|
|
583 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
584
|
|
585 * Makefile.in (distclean): Correct typos.
|
|
586
|
|
587 * XEmacs 19.15-b96 is released.
|
|
588
|
|
589 * configure.in: Symlink site-lisp when using --srcdir.
|
|
590 Add special handling of lisp directory to allow for multiple
|
|
591 site-packages files.
|
|
592
|
|
593 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
594
|
|
595 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
596 when they don't exist (after being pruned by CVS).
|
|
597
|
|
598 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
599
|
|
600 * etc/sample.Xdefaults: Added customization of foreground and
|
|
601 background colors for the `default' face.
|
|
602
|
102
|
603 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
604
|
|
605 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
606 distribution.
|
|
607
|
|
608 * XEmacs 20.1-b3 is released.
|
|
609
|
100
|
610 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
611
|
|
612 * XEmacs 20.1-b2 is released.
|
|
613
|
|
614 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
615
|
|
616 * XEmacs 19-15-b'95 is released.
|
|
617
|
102
|
618 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
619
|
|
620 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel.
|
|
621
|
|
622 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
623 - "knob" renamed to "slider"
|
|
624 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
625 pixel was.
|
|
626 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
627 - goobers on top of up-arrow removed.
|
|
628 - up-arrow would not always be redrawn when necessary
|
|
629 - slider drag would be `off' by size of up-arrow
|
|
630 - horizontal and vertical scrollbars didn't use exactly the same
|
|
631 dimensions.
|
|
632 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
633 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
634
|
100
|
635 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
636
|
|
637 * configure.in (with_xauth): Attempted correction of test for
|
|
638 libXmu on SunOS.
|
|
639
|
98
|
640 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
641
|
|
642 * XEmacs 20.1-b1 is released.
|
|
643 * XEmacs 19.15-b94 is released.
|
|
644
|
|
645 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
646
|
|
647 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
648
|
|
649 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
650
|
|
651 * XEmacs 19.15-b93 is released.
|
|
652 XEmacs 20.0 is released to the 'net.
|
|
653
|
96
|
654 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
655
|
|
656 * XEmacs 20.0try3 is released.
|
|
657
|
94
|
658 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
659
|
96
|
660 * XEmacs 20.0try2 is released.
|
94
|
661
|
96
|
662 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
663
|
|
664 * XEmacs 19.15-b92 is released.
|
|
665
|
88
|
666 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
667
|
96
|
668 * XEmacs 20.0try1 is released.
|
94
|
669 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
670
|
|
671 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
672
|
|
673 * PROBLEMS: Updated from beta test bug reports.
|
|
674 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
675
|
|
676 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
677
|
|
678 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
679
|
84
|
680 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
681
|
|
682 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
683
|
|
684 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
685
|
|
686 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
687 char and pointer.
|
|
688
|
|
689 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
690
|
|
691 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
692
|
82
|
693 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
694 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
695
|
|
696 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
697 type.
|
|
698
|
|
699 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
700 borderwidth.
|
|
701 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
702 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
703 bottom of the buffer. :-(
|
|
704
|
|
705 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
706
|
|
707 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
708 configurations that use both Motif and Athena.
|
|
709
|
|
710 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
|
|
711
|
|
712 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
713
|
|
714 * info/dir (Gnus): Updated spelling and info.
|
|
715
|
|
716 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
717
|
|
718 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
719
|
|
720 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
721
|
|
722 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
723 warnings for ccl-read-*
|
|
724
|
80
|
725 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
726
|
|
727 * etc/sample.emacs: Remove code snippet that wipes out the cycle
|
|
728 buffer modeline feature.
|
|
729
|
80
|
730 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
731 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
|
732
|
|
733 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
734
|
|
735 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
736
|
78
|
737 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
738 * XEmacs 20.0 beta 34 is released.
|
|
739 * XEmacs 19.15 beta 7 is released.
|
|
740
|
|
741 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@bay1.bayserve.net>
|
|
742
|
|
743 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
744
|
80
|
745 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
746
|
|
747 * src/emacs.c: Make sure
|
|
748 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
|
749 works properly
|
|
750
|
|
751 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
752 competitor to Purify.
|
|
753
|
|
754 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
755 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
756
|
|
757 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
758
|
|
759 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
760
|
|
761 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
762
|
|
763 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
764 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
765 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
766 Errors during autoload generation are just that - errors.
|
|
767
|
|
768 Generated autoloads are now in a separate file of their own.
|
|
769
|
|
770 Reliability of autoload generation greatly increased.
|
|
771
|
|
772 Distribution smaller by about 100k.
|
|
773
|
|
774 `make autoloads' is still the preferred mechanism for update.
|
|
775
|
|
776 Autoloads are always regenerated completely from scratch. This
|
|
777 avoids errors with obsolete or corrupted autoload entries.
|
|
778
|
|
779 Caching of autoload entries using timestamps has been eliminated.
|
|
780
|
|
781 Files that have no autoloads no longer have a comment placed into
|
|
782 the generated autoloads file.
|
|
783
|
|
784 There was a bug where autoload entries would sometimes end up
|
|
785 being inserted into the *middle* of other autoload entries,
|
|
786 thereby corrupting them.
|
|
787
|
|
788 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
789
|
|
790 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
791
|
|
792 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
793 doesn't use the autoload facility to load `autoload';
|
|
794 load it explicity instead.
|
|
795
|
|
796 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
797
|
|
798 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
799
|
|
800 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
801
|
|
802 * src/mule-charset.c: Use lower case for charset registry, to
|
|
803 match XLFD.
|
|
804
|
|
805 * Makefile.in: replace list of info files with *.info* - one less
|
|
806 maintenance headache
|
|
807
|
|
808 * etc/sample.emacs: Add sample code to highlight continuation glyph
|
|
809
|
|
810 * man/oo-browser.texi: Fix TeXability
|
|
811
|
|
812 * man/hyperbole.texi: Fix TeXability
|
|
813
|
|
814 * man/vhdl-mode.texi: Fix TeXability
|
|
815
|
|
816 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
817 `make autoloads' should finally work.
|
|
818
|
|
819 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
820
|
|
821 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
822
|
|
823 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
824 `special' directories without using the Makefiles
|
|
825 designed for that purpose.
|
|
826 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
827
|
|
828 * info/dir (Packages): Add Japanese TM info files
|
|
829
|
|
830 * src/inline.c: Allow compilation with `gcc -g'
|
|
831
|
|
832 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
833
|
|
834 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
835 that various tools can recognize the filename as such.
|
|
836
|
|
837 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
|
838 --with-xim=xlib and key event on window frame.
|
|
839 Change return foo to return (foo) when return is a macro.
|
|
840
|
|
841 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
842
|
|
843 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
844 This Makefile is no longer officially broken.
|
|
845
|
|
846 * info/dir: Add Japanese tm documents.
|
|
847
|
|
848 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
849
|
|
850 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
851 xargs -i flag.
|
|
852
|
|
853 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
854 the `binary' coding system is used for .gz and .Z extensions.
|
|
855
|
|
856 * man/viper.texi: Viper version 2.90
|
|
857
|
|
858 * man/ediff.texi: Ediff Version 2.62
|
|
859
|
|
860 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
861 define-key, for compatibility with loaddefs.el
|
|
862
|
|
863 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
864
|
|
865 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
866
|
|
867 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
868 files in dirs that have their own Makefiles.
|
|
869
|
|
870
|
|
871
|
78
|
872 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
873
|
|
874 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
875
|
|
876 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
877
|
|
878 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
879 installation.
|
|
880
|
|
881 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
882
|
|
883 * XEmacs 20.0 beta 33 is released.
|
|
884 * XEmacs 19.15 beta 6 is released.
|
|
885
|
76
|
886 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
887
|
|
888 * etc/yow.lines: 20k of new zippy quotes.
|
|
889
|
|
890 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
891
|
|
892 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
893 pages.
|
|
894
|
|
895 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
896 * XEmacs 20.0-b32 released.
|
|
897
|
|
898 * XEmacs 19.15-b5 released.
|
|
899
|
74
|
900 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
901
|
|
902 * configure.in: Reformat. Fix shared include file rename
|
|
903 problem.
|
|
904
|
|
905 * configure: Reformat. Fix shared include file rename problem.
|
|
906
|
|
907 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
908
|
|
909 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
910
|
|
911 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
912 default.
|
|
913
|
|
914 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
915
|
|
916 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
917
|
72
|
918 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
919
|
|
920 * info/vhdl-mode.info: New file.
|
|
921
|
|
922 * info/dir (Packages): Add vhdl-mode documentation.
|
|
923
|
|
924 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
925
|
|
926 * configure: Make shared/dynamic flags work much more logically.
|
|
927
|
|
928 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
929
|
|
930 * configure.in (machine): Patch to make newly renamed shared
|
|
931 link include files work.
|
|
932
|
|
933 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
934
|
|
935 * configure.in: Configure for POSIX getcwd if available.
|
|
936
|
|
937 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
938
|
|
939 * etc/edt-user.doc (File): New file from Emacs 19.34.
|
|
940
|
|
941 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
942
|
|
943 * configure.in (LIBS): Fix typo in dialog box test.
|
|
944
|
|
945
|