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