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