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