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