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