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