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