272
|
1 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.0-beta34 is released.
|
|
4
|
|
5 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
6
|
|
7 * configure.in:
|
|
8 checking whether gettimeofday accepts one or two arguments... two
|
|
9
|
|
10 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
11
|
|
12 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
13
|
|
14 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
15
|
|
16 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
17
|
|
18 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
19
|
|
20 * tests/database.el (test-database): Temporary files (the databases
|
|
21 that were created) should be deleted.
|
|
22
|
|
23 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
24 (src/Makefile): src/Makefile depends on src/depend.
|
|
25
|
|
26 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
27
|
|
28 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
29 system linkers don't properly die when there are cascaded link
|
|
30 dependencies, so we can't rely on the linker for that. The only
|
|
31 downside is that we might link with an extra unneeded library. If
|
|
32 you really really care about this, you can go fix it.
|
|
33
|
|
34 * configure.in: Enhance PANIC msg to make it clear that
|
|
35 --with-FEATURE is going to die if FEATURE is not installed.
|
|
36
|
|
37 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
38
|
|
39 * configure.in: $debug was not properly dependent on $beta
|
|
40
|
|
41 * configure.in: Move offix configuration out of src/Makefile.in.in
|
|
42 into configure.in.
|
|
43
|
|
44 * configure.in: Reorganize xpm detection code.
|
|
45
|
|
46 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
|
47 found.
|
|
48
|
|
49 * configure.in: Keep auto-generated makefile dependencies out of
|
|
50 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
51
|
|
52 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
53
|
|
54 * configure.in: Fix up cflags handling. Specifically, configure
|
|
55 --cflags='' would fail to be recognized.
|
|
56
|
|
57 * configure.in: Fix up png detection. Link with png_read_image to
|
|
58 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
59
|
|
60 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
61
|
|
62 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
63 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
64
|
|
65 * configure.in: Make sure BSD always links in libz.a
|
|
66 BSD's stupid linker can't detect cascaded lib dependencies
|
|
67
|
|
68 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
69 Don't use motif-xim with lesstif, at least by default.
|
|
70
|
|
71 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
72
|
|
73 * version.sh: Add InfoDock version number variables.
|
|
74
|
|
75 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
76
|
|
77 * info/dir: Replaced string '20.5' with '21.0'
|
|
78
|
269
|
79 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
80
|
|
81 * XEmacs 21.0-beta33 is released.
|
|
82
|
|
83 1998-03-26 Didier Verna <verna@inf.enst.fr>
|
|
84
|
|
85 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
86 always want to propagate it.
|
|
87
|
|
88 * configure.usage: Synched with configure.in.
|
|
89
|
|
90 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
91
|
|
92 * configure.usage, INSTALL: Synched with the new path layout.
|
|
93
|
|
94 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
95 package_path to make configure happy.
|
|
96
|
|
97 * configure.in: Made default setting for packagepath conform to
|
|
98 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
99 before site-specific ones.
|
|
100 Added default setting for pkgdir.
|
|
101 Changed --packagepath back to --package-path.
|
|
102
|
267
|
103 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
104
|
|
105 * XEmacs 21.0-beta32 is released.
|
|
106
|
|
107 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
108
|
|
109 * configure.in: Extended package path by version-specific
|
|
110 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
111
|
|
112 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
113
|
|
114 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
115 have been linked into place.
|
|
116
|
|
117 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
118
|
|
119 * <Today>: The Big Path Searching Overhaul.
|
|
120
|
|
121 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
122 into the binary in a uniform way.
|
|
123
|
|
124 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
125
|
|
126 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
127 checker.
|
|
128 - Fix HP/UX dynamic linking flag.
|
|
129
|
|
130 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
131
|
|
132 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
133 error-checking test.
|
|
134 - fix bogus substitution.
|
|
135
|
|
136 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
137
|
|
138 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
139 Suggested by William M. Perry <wmperry@aventail.com>
|
|
140
|
265
|
141 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
142
|
|
143 * XEmacs 21.0 beta31 is released.
|
|
144
|
|
145 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
146
|
|
147 * configure.usage (Usage): Correct information about gif, tiff
|
|
148 and WNN entries
|
|
149
|
|
150 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
151
|
|
152 * configure.in: typo fix in sed command.
|
|
153 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
154
|
|
155 * configure.in (all_widgets): Check for snprintf().
|
|
156
|
|
157 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
158
|
|
159 * configure.in: New gif support
|
|
160
|
|
161 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
162
|
|
163 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
164
|
|
165 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
166
|
|
167 * configure.in: don't add libc to link list for dlopen ordinary
|
|
168 link takes care of this. check for dlfcn.h
|
|
169
|
|
170 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
171
|
|
172 * configure.in: Examine each directory of X11 include path for
|
|
173 inclusion into BITMAPDIR.
|
|
174
|
|
175 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
176
|
|
177 * aclocal.m4: Add legalese.
|
|
178
|
|
179 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
180
|
|
181 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
182 database support.
|
|
183
|
|
184 * configure.in: move msw checking after x checking so that
|
|
185 auto-detection works.
|
|
186
|
|
187 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
188
|
|
189 * configure.in: New DLL support.
|
|
190 * aclocal.m4: New file.
|
|
191 From William M. Perry <wmperry@aventail.com>
|
|
192
|
|
193 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
194
|
|
195 * configure.in (xemacs_betaname): Align messages for minimal
|
|
196 tagbits and indexed lrecords.
|
|
197 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
198
|
|
199 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
200
|
|
201 * etc/Emacs.ad: Example using leading dot resources to
|
|
202 initalize faces changes to use Emacs.foo since the
|
|
203 leading dot syntax doesn't work. Initialization of
|
|
204 text-cursor face moved to faces.el.
|
|
205
|
263
|
206 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
207
|
|
208 * XEmacs 20.5-beta30 is released.
|
|
209
|
|
210 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
211
|
|
212 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
213
|
|
214 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
215
|
|
216 * configure.in: add a --with-msw option. Make X and msw work
|
|
217 together if the user asks.
|
|
218
|
|
219 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
220
|
|
221 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
222
|
|
223 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
224
|
|
225 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
226 for special required linker flags for building DLL capable
|
|
227 binaries.
|
|
228
|
|
229 * etc/Emacs.ad: Remove explicit `Emacs' application resource
|
|
230 name.
|
|
231
|
261
|
232 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
233
|
|
234 * Makefile.in (top_distclean): Remove Installation.el.
|
|
235 (xemacs): New target. Formerly it was `all:'.
|
|
236 (all): New default, dist: is now superfluous.
|
|
237
|
|
238 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
239
|
|
240 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
241 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
242 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
243
|
|
244 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
245
|
|
246 * configure.in (with_ldap: Fix -lldap autodection.
|
|
247 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
248 (Installation): Only keep the last configuration.
|
|
249
|
259
|
250 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
251
|
|
252 * XEmacs 20.5-beta28 is released.
|
|
253
|
|
254 * configure.in (with_session): Fix reporting of the setting.
|
|
255 (with_database_gnudbm): Correctly report setting.
|
|
256
|
|
257 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
258
|
|
259 * configure.usage: Restore documentation of graphics library
|
|
260 flags.
|
|
261 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
262
|
|
263 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
264
|
|
265 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
266 console.
|
|
267
|
|
268 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
269
|
|
270 * XEmacs 20.4 is released to the beta testers.
|
|
271
|
|
272 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
273
|
|
274 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
|
275 to also test for Linux libc5.
|
|
276
|
255
|
277 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
278
|
257
|
279 * XEmacs 20.5-beta27 is released.
|
|
280 * XEmacs-20.4-pre4 is released.
|
|
281
|
|
282 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
283 (--with-gung): Implement it.
|
|
284
|
|
285 * configure.usage (--with-gung): Document. Turns on
|
|
286 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
287 (--with-term): Remove.
|
|
288
|
255
|
289 * XEmacs-20.5-beta26 is released.
|
|
290
|
|
291 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
292
|
|
293 * XEmacs-20.4-pre3 is released.
|
|
294
|
|
295 * Makefile.in: use better feedback while rebuilding finder database.
|
|
296 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
297
|
|
298 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
299
|
|
300 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
301 Malloc.
|
|
302
|
253
|
303 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
304
|
255
|
305 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
306 Suggested by Pekka Marjola <pema@iki.fi>
|
|
307
|
|
308 * XEmacs-20.4-pre2 is released.
|
253
|
309 * XEmacs-20.5-beta25 is released.
|
|
310
|
|
311 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
312
|
|
313 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
314
|
|
315 * README: Update for Microsoft Windows.
|
|
316
|
251
|
317 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
318
|
253
|
319 * XEmacs 20.4-pre1 is released.
|
251
|
320 * XEmacs 20.5-beta24 is released.
|
|
321
|
|
322 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
323
|
|
324 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
325 nothing uses it as yet. add gif objects to msw support. define
|
|
326 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
327 add -lshell32 for dnd support. check for a.out.h rather than
|
|
328 coff.h
|
|
329
|
|
330 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
331 remaining open calls. IMHO this should really include sysfile.h.
|
|
332
|
249
|
333 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
334
|
|
335 * XEmacs 20.5-beta23 is released.
|
|
336
|
|
337 1998-02-01 SL Baur <steve@altair.xemacs.org>
|
|
338
|
|
339 * etc/aliases.ksh: igrep from the shell command line.
|
|
340 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
341
|
|
342 1998-01-31 SL Baur <steve@altair.xemacs.org>
|
|
343
|
|
344 * etc/aliases.ksh: Add `mak' function to create beta.err for
|
|
345 build-report.
|
|
346 From Adrian Aichner <aichner@ecf.teradyne.com>
|
|
347 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
348
|
247
|
349 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
350
|
|
351 * XEmacs 20.5-beta22 is released.
|
|
352
|
|
353 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
354
|
|
355 * etc/aliases.ksh: New file. Start tracking useful Maintainer
|
|
356 XEmacs commands.
|
|
357
|
245
|
358 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
359
|
|
360 * XEmacs 20.5-beta21 is released.
|
|
361
|
|
362 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
363
|
|
364 * configure.in: check for coff.h
|
|
365
|
|
366 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
367
|
|
368 * configure.in: Added support for `--with-shlib'.
|
|
369
|
243
|
370 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
371
|
|
372 * XEmacs 20.5-beta20 is released.
|
|
373
|
|
374 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
375
|
|
376 * configure.usage:
|
|
377 * etc/NEWS:
|
|
378 Remove doc for configure-time INFOPATH, no longer used.
|
|
379
|
|
380 * etc/BETA: Update ftp addresses.
|
|
381 * etc/INSTALL: Update ftp addresses.
|
|
382 * etc/MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses.
|
|
383
|
|
384 * configure.in:
|
|
385 * src/config.h.in:
|
|
386 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
387
|
|
388 * lwlib/lwlib.h:
|
|
389 * lwlib/lwlib.c:
|
|
390 * lwlib/lwlib-config.c:
|
|
391 * lwlib/lwlib-Xm.c:
|
|
392 * lwlib/lwlib-Xaw.c:
|
|
393 * lwlib/lwlib-Xlw.c:
|
|
394 * lwlib/config.h.in:
|
|
395 * src/menubar-x.c:
|
|
396 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
397 Maintain only one set of variables.
|
|
398
|
|
399 * etc/xemacs.1: Update author list.
|
|
400
|
|
401 * Makefile.in (install-arch-dep): Simplify.
|
|
402 Replace construct `test -d $dir && foo' with
|
|
403 `if test -d $dir; then foo; fi'
|
|
404
|
|
405 * lwlib/xlwmenu.c:
|
|
406 * lwlib/xlwscrollbar.c:
|
|
407 * lwlib/lwlib-Xlw.c:
|
|
408 * lwlib/lwlib-Xm.c:
|
|
409 Always assume presence of limits.h (ANSI).
|
|
410
|
241
|
411 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
412
|
243
|
413 * INSTALL: Updated for recent Mule/package changes.
|
|
414
|
241
|
415 * XEmacs 20.5-beta19 is released.
|
|
416
|
|
417 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
418
|
|
419 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
420 --exec-prefix.
|
|
421
|
239
|
422 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
423
|
|
424 * XEmacs 20.5-beta18 is released.
|
|
425
|
|
426 * etc/FTP: Update address of what was formerly ftp.ibp.fr.
|
|
427
|
|
428 1998-01-08 Didier Verna <verna@inf.enst.fr>
|
|
429
|
|
430 * configure.in: Get rid of INFOPATH for configure time.
|
|
431 * configure.usage (Usage): Ditto.
|
|
432
|
|
433 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
434
|
|
435 * Makefine.in: Correct reported amount of disk savings from
|
|
436 compression.
|
|
437 From Markus Linnala <maage@cs.tut.fi>
|
|
438
|
|
439 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
440
|
|
441 * configure.in: detect and set scrollbars and menubars with
|
|
442 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
443 gnuserv.
|
|
444
|
|
445 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
446
|
|
447 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
448 naming.
|
|
449
|
|
450 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
451
|
|
452 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
453 inactive_button_gc for menu entries.
|
|
454 (remap_menubar): ignore the enabled status
|
|
455
|
237
|
456 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
457
|
|
458 * XEmacs 20.5-beta17 is released.
|
|
459
|
|
460 * Makefile.in (finder): Use -vanilla.
|
|
461 (lisp/finder-inf.el): Ditto.
|
|
462 (check-features): New target. Do a sanity check prior to
|
|
463 installation.
|
|
464
|
235
|
465 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
466
|
|
467 * XEmacs 20.5-beta16 is released.
|
|
468
|
233
|
469 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
470
|
|
471 * XEmacs 20.5-beta15 is released.
|
|
472
|
|
473 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
474
|
|
475 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
476
|
231
|
477 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
478
|
|
479 * XEmacs 20.5-beta14 is released.
|
|
480
|
|
481 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
482
|
|
483 * configure.in: support for *-pc-cygwin32 config
|
|
484
|
229
|
485 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
486
|
|
487 * XEmacs 20.5-beta13 is released.
|
|
488
|
|
489 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
490
|
|
491 * etc/BETA (Prerequisite): Add cookbook procedures for maintaining
|
|
492 package lisp directories.
|
|
493
|
227
|
494 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
495
|
|
496 * XEmacs 20.5-beta 12 is released.
|
|
497
|
|
498 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
499
|
|
500 * configure.in (bitmapdir): Reenable --with-session by default for
|
|
501 testing.
|
|
502
|
|
503 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
504
|
|
505 * etc/Emacs.ad: Don't specify a default toolbar specific
|
|
506 background color.
|
|
507
|
|
508 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
509
|
|
510 * etc/toolbar: Added support for foregroundToolBarColor
|
|
511 symbol to most icons.
|
|
512
|
|
513 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
514
|
|
515 * info/dir (File): Skk and Gnats are packaged.
|
|
516
|
|
517 * PROBLEMS (Note): Update version numbers.
|
|
518
|
|
519 * etc/BETA: Update version numbers.
|
|
520
|
|
521 * etc/NEWS: Update version number.
|
|
522
|
|
523 * info/dir (File): Update version number.
|
|
524
|
225
|
525 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
526
|
227
|
527 * XEmacs 20.5-beta11 is released.
|
225
|
528
|
|
529 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
530
|
|
531 * configure.in: Don't bypass graphics library detection
|
|
532 if the `--with-imagick' option is given to configure.
|
|
533 : Print autodetected graphics libraries to be linked with Imagick.
|
|
534
|
|
535 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
536
|
|
537 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
538
|
|
539 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
540
|
223
|
541 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
542
|
225
|
543 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
544
|
227
|
545 * XEmacs 20.5-beta10 is released.
|
223
|
546
|
|
547 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
548
|
|
549 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
550
|
|
551 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
552
|
|
553 * configure.in (autodetect ImageMagick): also look for
|
|
554 "X11/magick/magick.h", and if present, define
|
|
555 MAGICK_HEADERS_ARE_UNDER_X11
|
|
556
|
|
557 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
558
|
|
559 * configure.in (imagick_libs): Add autodetection for freetype
|
|
560 -lttf library.
|
|
561
|
221
|
562 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
563
|
227
|
564 * XEmacs 20.5-beta9 is released.
|
221
|
565
|
219
|
566 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
567
|
227
|
568 * XEmacs 20.5-beta8 is released.
|
219
|
569
|
|
570 * info/dir: update for further packaging.
|
|
571 * configure.in: remove `tree-x' from XEmacs build.
|
|
572
|
|
573 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
574
|
|
575 * configure.in: motif menubars need xlwmenu.o
|
|
576
|
|
577 * updated files in src/ to allow an XEmacs configured for
|
|
578 motif menubars to at least compile. Motif menubars are still
|
|
579 very broken.
|
|
580
|
|
581 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
582
|
|
583 * etc/refcard.tex: Updated for 20.3
|
|
584
|
|
585 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
586
|
|
587 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
588 properly with the information in the core.
|
|
589
|
|
590 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
591 the information in the core, and fixed a potental problem with
|
|
592 parentage.
|
|
593
|
|
594 1997-12-02 SL Baur <steve@altair.xemacs.org>
|
|
595
|
|
596 * etc/skk/SKK.tut.E (Hint): Fix typos.
|
|
597
|
|
598 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
599
|
|
600 * configure.in (with_session): Properly display flag in configure
|
|
601 status report.
|
|
602
|
|
603 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
604
|
|
605 * configure.usage: Remove documentation of obsolete option
|
|
606 --with-gif.
|
|
607
|
217
|
608 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
609
|
227
|
610 * XEmacs 20.5-beta7 is released.
|
217
|
611
|
|
612 * configure.in: When testing for -ltiff, fall back on the extra
|
|
613 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
614
|
|
615 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
616
|
|
617 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
618 From Glynn Clements <glynn@sensei.co.uk>
|
|
619
|
|
620 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
621
|
|
622 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
623 on.
|
|
624
|
|
625 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
626
|
|
627 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
628 and src. Configure.in modified. --with-energize is no longer a
|
|
629 valid configure option.
|
|
630
|
|
631 * lwlib/Makefile.in.in removed energize support
|
|
632 * lwlib/lwlib-Xm.c removed energize support
|
|
633 * lwlib/lwlib-config.c removed energize support
|
|
634
|
|
635 * lwlib/energize/* removed
|
|
636
|
|
637 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
638
|
|
639 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
640 lisp/finder-inf.el.
|
|
641
|
215
|
642 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
643
|
227
|
644 * XEmacs 20.5-beta6 is released.
|
215
|
645
|
|
646 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
647
|
|
648 * configure.usage: Use `--' convention in "usage:" line.
|
|
649
|
|
650 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
651
|
|
652 * configure.in: added `with_xfs' to list of boolean features.
|
|
653
|
|
654 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
655
|
217
|
656 * XEmacs 20.3 is released for binary kit building.
|
215
|
657
|
|
658 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
|
659
|
|
660 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
661 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
662
|
|
663 1997-11-19 SL Baur <steve@altair.xemacs.org>
|
|
664
|
|
665 * etc/xemacs.1: Document -no-packages, -vanilla.
|
|
666 Document -h.
|
|
667
|
|
668 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
669
|
|
670 * configure.usage: New file.
|
|
671
|
|
672 * configure.in: Use it instead of monster 10k shell variable.
|
|
673
|
|
674 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
675
|
|
676 * XEmacs 20.3-pre4 is released.
|
|
677
|
|
678 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
679
|
|
680 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
681 dirs.
|
|
682
|
|
683 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
684
|
|
685 * configure.in: Initialize infodir off of datadir.
|
|
686
|
|
687 * Makefile.in: Force LANG = C for building.
|
|
688
|
|
689 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
690
|
|
691 * XEmacs 20.3-pre3 is released.
|
227
|
692 * XEmacs 20.5-beta5 is released.
|
215
|
693
|
213
|
694 1997-11-13 Marc Paquette <marcpa@cam.org>
|
|
695
|
|
696 * nt/Todo: added a task for support of lisp packages through
|
|
697 the registry.
|
|
698
|
|
699 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
700
|
|
701 * Renamed files *w32* to *msw*
|
|
702
|
|
703 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
704 HAVE_MS_WINDOWS. Changed files:
|
|
705 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
706 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
707 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
708 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
709 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
710 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
|
711 redisplay.c, symsinit.h,
|
|
712
|
|
713 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
714
|
|
715 * Deleted w32 build directory since nt build directory now handles
|
|
716 X and native mswindows builds.
|
|
717
|
215
|
718 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
719
|
227
|
720 * XEmacs 20.5-beta4 is released.
|
215
|
721
|
211
|
722 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
723
|
|
724 * info/dir: remove packaged entries.
|
|
725 From Glynn Clements <glynn@sensei.co.uk>
|
|
726
|
|
727 * configure.in: Puke and die if NAS sound is selected without X.
|
|
728
|
209
|
729 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
730
|
227
|
731 * XEmacs 20.5-beta3 is released.
|
209
|
732 * XEmacs 20.3-pre2 is released.
|
|
733
|
|
734 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
735
|
|
736 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
737
|
|
738 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
739
|
|
740 * Files split from nt to new w32 directory:
|
|
741 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
742 xemacs.mak.
|
|
743
|
|
744 1997-11-05 Didier Verna <verna@inf.enst.fr>
|
|
745
|
|
746 * configure.in: Added the --site-prefixes options for the configure
|
|
747 script. You give a colon or space separated list of prefixes, and
|
|
748 subdirectories include/ and lib/ will be added with -I and -L.
|
|
749
|
|
750 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
751
|
|
752 * configure.in: AIX + gcc fixes.
|
|
753 - Don't wrap -B. aixflags changed to start_flags.
|
|
754
|
|
755 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
756
|
|
757 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
758 From Skip Montanaro <skip@calendar.com>
|
|
759
|
|
760 1997-11-04 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
761
|
|
762 * etc/TUTORIAL.de:
|
|
763 Updated copyright information. Translated most of the COPYING
|
|
764 section. Translated the <<.*>> didactic line.
|
|
765
|
|
766 1997-10-22 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
767
|
|
768 * etc/TUTORIAL.de: Fixed two issues reported by
|
|
769 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
|
|
770
|
|
771 * etc/TUTORIAL.de:
|
|
772 Manually applied rejected patch hunks from Marc Aurel's patch.
|
|
773 Some more fixes.
|
|
774
|
|
775 * etc/TUTORIAL.de:
|
|
776 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>.
|
|
777 They fix yet more typos and quite a few awkward sentences.
|
|
778
|
|
779 1997-10-21 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
780
|
|
781 * etc/TUTORIAL.de: Manually merged a few more corrections by
|
|
782 Carsten Leonhardt <leo@arioch.oche.de>
|
|
783
|
|
784 1997-10-20 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
785
|
|
786 * etc/TUTORIAL.de:
|
|
787 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
|
|
788 then merged them with 1.3 via ediff-buffers.
|
|
789 Andreas found some quite nasty typos still and added many missing commas.
|
|
790
|
|
791 * etc/TUTORIAL.de: Re-fill-ed paragraphs after patching.
|
|
792
|
|
793 * etc/TUTORIAL.de: Applied the excellent patches courtesy of
|
|
794 Carsten Leonhardt <leo@arioch.oche.de>.
|
|
795
|
|
796 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
797
|
|
798 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
799
|
|
800 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
801
|
|
802 * etc/TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO
|
|
803 639 (two letter language code).
|
|
804
|
|
805 * etc/TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO
|
|
806 639 (two letter language code).
|
|
807
|
|
808 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
809
|
|
810 * etc/CHARSETS: New file imported from Emacs 20.1.
|
|
811
|
|
812 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
813
|
|
814 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
815 window's coordinates and dimensions to center the
|
|
816 dialog box unless its mapped_when_managed property is
|
|
817 true. This should avoid the top level widget that the
|
|
818 HAVE_SESSION code creates, which is unmapped and
|
|
819 useless for this purpose.
|
|
820
|
|
821 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
822
|
|
823 * XEmacs 20.3-pre1 is released.
|
|
824
|
207
|
825 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
826
|
209
|
827 * XEmacs 19.16 is released.
|
|
828
|
|
829 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
830
|
227
|
831 * XEmacs 20.5-beta2 is released.
|
207
|
832
|
|
833 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
834
|
|
835 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
836 TIFF(broken) and replace with test for ImageMagick.
|
|
837
|
|
838 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
839
|
|
840 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
|
|
841 Added *XlwMenu*titleForeground entry.
|
|
842
|
|
843 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
844 titleForeground and highlightForeground properties.
|
|
845
|
|
846 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
847 highlight colors.
|
|
848
|
|
849 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
850 for the new titleForeground and highlightForeground
|
|
851 properties.
|
|
852
|
|
853 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
854
|
|
855 * etc/HELLO: Add Czech.
|
|
856
|
|
857 * etc/HELLO: Delete Amharic, Thai and Tigrigna.
|
|
858
|
|
859 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
860
|
|
861 * XEmacs 20.3-beta94 is released.
|
|
862
|
|
863 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
864
|
|
865 * configure.in: Correct last patch for berkdb.
|
|
866
|
|
867 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
868
|
|
869 * XEmacs 20.3-beta93 is released.
|
|
870
|
|
871 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
872
|
|
873 * lib-src/make-path.c:
|
|
874 * lib-src/digest-doc.c:
|
|
875 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
876 * configure.in: Improve AIX configure support
|
|
877 - NON_GNU_CC defaults to `xlc'
|
|
878 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
|
879 -qmaxmem=20000"
|
|
880 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
881 - Detect -li18n for use with Motif
|
|
882 - Move weird AIX static linking flags from s&m files to configure.in
|
|
883 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
884
|
|
885 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
886
|
|
887 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
888 XmRHorizontalDimension in shadowThickness resource
|
|
889 declaration.
|
|
890
|
|
891 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
892 color as the foreground for selected entries.
|
|
893
|
|
894 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
895 color as the foreground for selected entries.
|
|
896
|
|
897 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
898 height to be minimum of 2x the shadow thickness.
|
|
899
|
|
900 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
901
|
|
902 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
903
|
|
904 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
905
|
|
906 * XEmacs 20.3-beta92 is released.
|
|
907
|
|
908 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
909
|
|
910 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
911 it already exists (use `make finder' to force rebuild).
|
|
912
|
|
913 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
914
|
|
915 * XEmacs 20.3-beta91 is released.
|
|
916
|
|
917 1997-10-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
918
|
|
919 * etc/NEWS: document changed package load semantics.
|
|
920
|
|
921 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
922
|
|
923 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
924
|
|
925 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
926
|
|
927 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
928 and removed backquoted echo statement from the infopath report line.
|
|
929
|
|
930 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
931
|
|
932 * configure.in: Added detection of the declaration of the timezone
|
|
933 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
934
|
|
935
|
|
936 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
937
|
|
938 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
939 of the timezone variable in system headers.
|
|
940
|
|
941 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
942
|
|
943 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
944
|
|
945 * configure.in (all_widgets): Don't allow configuration of
|
|
946 --with-mule if Mule lisp hasn't been installed.
|
|
947
|
|
948 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
949
|
|
950 * configure.in: Remove `site-lisp' from list of directories to
|
|
951 make symbolic links for.
|
|
952
|
|
953 * XEmacs 20.3-beta90 is released.
|
|
954
|
|
955 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
956
|
|
957 * info/dir: Cosmetic changes to info/dir
|
|
958
|
|
959 1997-10-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
960
|
|
961 * etc/NEWS: Updates
|
|
962
|
205
|
963 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
964
|
227
|
965 * XEmacs 20.5-beta1 is released.
|
205
|
966
|
|
967 * XEmacs 19.16-pre9 is released.
|
|
968
|
|
969 * XEmacs 19.16-pre8 is released.
|
|
970
|
203
|
971 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
972
|
205
|
973 * XEmacs 20.3-beta28 is released.
|
|
974
|
203
|
975 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
976 (infopath): New shell variable.
|
|
977 (infopath_user_defined): Ditto.
|
|
978
|
|
979 * configure.in (infodir_user_defined): Spelling fixes.
|
|
980
|
|
981 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
982
|
|
983 * configure.in: added options and option help docs for infopath
|
|
984 and lockdir
|
|
985 * '' added a line to the report for infopath and lockdir
|
|
986
|
207
|
987 * etc/NEWS: Draft entry for the info changes.
|
203
|
988
|
|
989 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
990
|
|
991 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
992 DUMPENV.
|
|
993
|
|
994 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
995
|
|
996 * packages/info/localdir: New directory and file.
|
|
997
|
|
998 * packages/README: New directory & file.
|
|
999
|
|
1000 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
1001
|
|
1002 * Makefile.in: Add `make configure' target
|
|
1003
|
|
1004 * etc/BETA:
|
|
1005 - remove Chuck as contact name
|
|
1006 - random small improvements
|
|
1007 - remove I/me references - the message should be that XEmacs
|
|
1008 maintenance is an inclusive community effort.
|
|
1009
|
|
1010 1997-10-10 SL Baur <steve@altair.xemacs.org>
|
|
1011
|
|
1012 * etc/BETA (Prerequisite): Add further documentation for
|
|
1013 package installation.
|
|
1014
|
|
1015 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
1016
|
|
1017 * XEmacs 19.16-pre7 is released.
|
|
1018
|
|
1019 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
1020
|
|
1021 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
1022 commands for symlink'ing the system-independent bits into the
|
|
1023 system-dependent directory structure from "install-arch-indep" to
|
|
1024 "install-arch-dep".
|
|
1025
|
|
1026 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
1027
|
|
1028 * Makefile.in (blddir): variable from "configure".
|
|
1029 (finder): use it.
|
|
1030
|
|
1031 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
1032
|
|
1033 * Makefile.in (GENERATED_LISP): New variable.
|
|
1034 (all): Force dependency on finder-inf.el.
|
|
1035 (lisp/utils/finder-inf.el): new rule.
|
|
1036
|
|
1037 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
1038
|
|
1039 * XEmacs 19.16-pre6 is released.
|
|
1040
|
201
|
1041 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
1042
|
|
1043 * XEmacs 20.3-beta27 is released.
|
|
1044
|
|
1045 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
1046
|
|
1047 * Makefile.in (install-arch-indep): When --prefix !=
|
|
1048 --exec-prefix, symlink the system-independent bits into the
|
|
1049 system-dependent directory structure (rather than the other way
|
|
1050 around).
|
|
1051
|
|
1052 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
1053
|
|
1054 * lib-src/etags.c: etags 12.28 + prototypization
|
|
1055 * INSTALL: Better document --site-runtime-libraries
|
|
1056 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
|
1057 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
1058 left; scrollbar disappears; keyboard inoperative.
|
|
1059 * configure.in: Remove left-over references to *_switch_x_*
|
|
1060 - NAS libaudio is part of $libs_x, not $LIBS
|
|
1061
|
199
|
1062 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
1063
|
|
1064 * XEmacs 20.3-beta26 is released.
|
|
1065
|
197
|
1066 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
1067
|
|
1068 * XEmacs 20.3-beta25 is released.
|
|
1069
|
|
1070 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
1071 future reference.
|
|
1072
|
|
1073 * etc/BETA: Document existence of `Installation' file.
|
|
1074 - Document requirement of rebuilding finder-inf.el when building
|
|
1075 from the full tarball.
|
|
1076
|
|
1077 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
1078
|
|
1079 * configure.in (use_union_type): Default to "yes".
|
|
1080
|
|
1081 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
1082
|
|
1083 * configure.in: Add tiff autodetection
|
|
1084
|
|
1085 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
1086
|
|
1087 * lwlib/xlwmenu.c: Add bounds checking.
|
|
1088 Check error return on XmStringGetLtoR.
|
|
1089
|
195
|
1090 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
1091
|
|
1092 * XEmacs 20.3-beta24 is released.
|
|
1093
|
|
1094 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1095
|
|
1096 * Makefile.in (custom-loads): New target.
|
|
1097
|
|
1098 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
1099
|
|
1100 * etc/BETA (XEmacs 20.3 packages): Added explanation of package
|
|
1101 hierarchy.
|
|
1102
|
|
1103 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
1104
|
|
1105 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
1106 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1107
|
|
1108 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
1109
|
|
1110 * XEmacs 19.16-pre4 is released.
|
|
1111
|
193
|
1112 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
1113
|
|
1114 * XEmacs 20.3-beta23 is released.
|
|
1115
|
|
1116 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
1117
|
|
1118 * XEmacs 19.16-pre3 is released.
|
|
1119
|
|
1120 1997-09-18 Colin Rafferty <craffert@ml.com>
|
|
1121
|
|
1122 * etc/NEWS: Various spelling corrections and some grammar
|
|
1123 corrections (which/that).
|
|
1124
|
|
1125 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
1126
|
|
1127 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
1128 sequences (needs more testing).
|
|
1129 * */Makefile*:
|
|
1130 - Cleanup man/*/Makefile for consistency.
|
|
1131 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
1132 - Make combination --with-srcdir + Sun make work properly.
|
|
1133 - Change construct: test -d $${dir} || mkdir $${dir}
|
|
1134 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
1135 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
1136 re-mappings of Sun function keys.
|
|
1137 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
1138 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
1139
|
191
|
1140 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
1141
|
|
1142 * XEmacs 20.3-beta22 is released.
|
|
1143
|
189
|
1144 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
1145
|
|
1146 * XEmacs 20.3-beta21 is released.
|
|
1147
|
|
1148 * XEmacs 19.16-pre2 is released.
|
|
1149
|
187
|
1150 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
1151
|
|
1152 * XEmacs 20.3-beta20 is released.
|
|
1153
|
|
1154 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
1155
|
|
1156 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
1157 - Fix test for $PWD == `pwd`
|
|
1158 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
1159 systems can work. (untested)
|
|
1160
|
|
1161 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
1162 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
1163 being autoloaded - let's make them part of the core.
|
|
1164
|
|
1165 * lisp/x11/x-compose.el:
|
|
1166 * lisp/x11/x-init.el:
|
|
1167 * lisp/x11/x-win-sun.el:
|
|
1168 * lisp/x11/x-winxfree86.el:
|
|
1169 * src/device-x.c:
|
|
1170 * src/event-Xt.c:
|
|
1171 - Yet another rewrite of key handling (not the last, though)
|
|
1172 - x-keysym-on-keyboard-p is much faster.
|
|
1173 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
1174 - x-keysym-hashtable introduced.
|
|
1175 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
|
1176 - A better workaround for the bug that some Xlibs generate
|
|
1177 Multi_key a adiaeresis when pressing Multi_key a "
|
|
1178
|
|
1179 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
1180
|
|
1181 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
1182
|
|
1183 XEmacs 19.16-pre1 "Queens" is released.
|
|
1184
|
|
1185 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
1186
|
|
1187 * configure.in: Reverse package-path.
|
|
1188 From Colin Rafferty <craffert@ml.com>
|
|
1189
|
185
|
1190 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
1191
|
|
1192 * XEmacs 20.3-beta19 is released.
|
|
1193
|
|
1194 * Makefile.in (finder): New target.
|
|
1195
|
|
1196 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
1197
|
|
1198 * XEmacs 19.16-beta91 is released.
|
|
1199
|
|
1200 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1201
|
|
1202 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
1203 iso-2022-jp-2 is defined as coding-system.
|
|
1204
|
|
1205 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
1206 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
1207
|
|
1208 (iso-2022-jp-2): New coding system.
|
|
1209
|
|
1210 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1211
|
|
1212 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
1213 jka-compr.el.
|
|
1214
|
|
1215 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
1216
|
|
1217 * XEmacs 19.16-beta90 is released.
|
|
1218
|
183
|
1219 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
1220
|
|
1221 * XEmacs 20.3-beta18 is released.
|
|
1222
|
|
1223 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1224
|
|
1225 * etc/NEWS: add a section telling about the Info changes.
|
|
1226
|
181
|
1227 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
1228
|
|
1229 * XEmacs 20.3-beta17 is released.
|
|
1230
|
|
1231 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1232
|
|
1233 * etc/gnuserv.1: Described Hrvoje's mods in manpage
|
|
1234
|
|
1235 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
1236
|
|
1237 * configure.in:
|
|
1238 - use-system-malloc renamed to with-system-malloc.
|
|
1239 - config.el reimplemented for improved accuracy.
|
|
1240 - new variable `blddir' introduced for informational purposes.
|
|
1241 * lib-src/config.values.in: new config.el implementation
|
|
1242 * lib-src/config.values.sh: new config.el implementation
|
|
1243 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
|
1244 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
1245 * src/chartab.c: maintainability improvements.
|
|
1246 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
1247 coding systems results in extra CR's inserted into file on saving.
|
|
1248
|
|
1249 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
1250
|
|
1251 * configure.in: Crash & burn if db-2 is detected.
|
|
1252 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
1253
|
179
|
1254 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
1255
|
|
1256 * XEmacs 20.3-beta16 is released.
|
|
1257
|
|
1258 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
1259
|
|
1260 * configure.in: --with-x11=no --> --with-xface=no
|
|
1261 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
1262 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
1263 * event-Xt.c: Fix crashes when no input context available.
|
|
1264 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
1265 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
1266 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
1267 NOT_C_CODE
|
|
1268
|
|
1269 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
1270
|
|
1271 * etc/BETA: Update patching instructions.
|
|
1272
|
177
|
1273 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
1274
|
|
1275 * XEmacs 20.3-beta15 is released.
|
|
1276
|
|
1277 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
1278
|
|
1279 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
1280 * lwlib/xlwmenu.c: Ditto.
|
|
1281 * lwlib/lwlib-utils.h: Ditto.
|
|
1282
|
|
1283 * configure.in (null_string): Add --use-debug-malloc option.
|
|
1284
|
|
1285 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
1286
|
|
1287 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
1288
|
|
1289 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
1290
|
|
1291 * Makefile.in (install-arch-indep): Create required links when
|
|
1292 prefixdir != execdir.
|
|
1293
|
|
1294 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
1295
|
|
1296 * XEmacs 20.3-beta14 is released.
|
|
1297
|
|
1298 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
1299
|
177
|
1300 * src/fns.c (require): Print messages when loading a file as a
|
175
|
1301 result of require.
|
|
1302
|
|
1303 * configure.in:
|
|
1304 * lisp/utils/config.el:
|
|
1305 * lib-src/config.values:
|
|
1306 - new file created and installed by building.
|
|
1307 - Allow configuration time values to be queried by the lisp code.
|
|
1308
|
|
1309 * configure.in:
|
|
1310 - check for alloca in libPW on hpux.
|
|
1311 - Redo --with-clash-detection
|
|
1312 - need to check for termios and friends even if with-tty=no.
|
|
1313 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
1314 - better quoting for AIX_SMT_EXP (untested)
|
|
1315 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
1316
|
|
1317 * *.[ch]: more warning elimination
|
|
1318
|
|
1319 * src/input-method*.c:
|
|
1320 * src/s/freebsd.h:
|
|
1321 - remove freebsd ifdefs from C code.
|
|
1322
|
|
1323 * src/specifier.c:
|
|
1324 - fix Fdisplay-table-specifier-p
|
|
1325
|
173
|
1326 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1327
|
|
1328 * XEmacs 20.3-beta13 is released.
|
|
1329
|
|
1330 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
1331
|
|
1332 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1333
|
|
1334 * extents.c (print_extent): Print correctly.
|
|
1335
|
|
1336 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1337
|
|
1338 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
1339
|
|
1340 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
1341
|
|
1342 * *Makefile*: More cleanup.
|
|
1343 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
1344 - Nuke ld_call_shared from s&m files
|
|
1345 - Nuke src/s/*-static.h
|
|
1346 - Nuke Solaris and DEC OSF static build support.
|
|
1347 - Nuke SHORTNAMES
|
|
1348 - Nuke libmld
|
|
1349 - CLASH_DETECTION configurable, off by default.
|
|
1350
|
|
1351 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
1352 safeguarding.
|
|
1353
|
|
1354 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
1355
|
|
1356 * lib-src/etags.c: etags version 12.19.
|
|
1357
|
|
1358 * lisp/x11/x-select.el:
|
|
1359 * src/xselect.c: Try STRING if selection owner couldn't convert
|
|
1360 COMPOUND_TEXT.
|
|
1361
|
|
1362 * src/*.c: Change defalt to default_, and in general allow
|
|
1363 doc-snarfing functions to recognize and ignore trailing `_'
|
|
1364
|
|
1365 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
|
1366 convert source code to use them consistently.
|
|
1367
|
171
|
1368 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1369
|
|
1370 * XEmacs 20.3-beta12 is released.
|
|
1371
|
|
1372 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
1373
|
|
1374 * configure.in: Set options differently, depending on beta-ness of
|
|
1375 build tree.
|
|
1376 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
1377 distclean.
|
|
1378
|
|
1379 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1380
|
|
1381 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
1382 linker.
|
|
1383 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
1384
|
|
1385 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
1386
|
|
1387 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
1388
|
|
1389 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
1390
|
|
1391 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
1392 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
1393
|
|
1394 * XEmacs 20.3-beta11 is released.
|
|
1395
|
|
1396 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1397
|
|
1398 * lisp/language/english.el: Add quail-british for British.
|
|
1399
|
|
1400 * lisp/language/european.el: Register input-method for various non
|
|
1401 quail-latin-1 methods.
|
|
1402
|
169
|
1403 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
1404
|
|
1405 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
1406
|
|
1407 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
1408 - Autodetect ulimit.h
|
|
1409 - Remove broken SunOS4 kludge for libXmu
|
|
1410 - Autodetect usleep
|
|
1411
|
|
1412 * src/s/sol2.h: Support gcc on various Solaris releases.
|
|
1413
|
|
1414 * lib-src/*.c: Ansify prototypes.
|
|
1415
|
|
1416 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
1417
|
|
1418 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
1419 - `make install' now works.
|
|
1420 - dependencies updated.
|
|
1421
|
|
1422 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
1423 - Replace uses of XtVa* with non-varargs variants.
|
|
1424
|
|
1425 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1426
|
|
1427 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
1428 `change-major-mode-hook'.
|
|
1429
|
|
1430 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
1431
|
|
1432 * src/glyphs.c (make_string_from_file): must protect from
|
|
1433 `format-alist'.
|
|
1434
|
|
1435 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
1436
|
|
1437 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
1438 variable.
|
|
1439
|
167
|
1440 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
1441
|
169
|
1442 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
1443 should be `print-libgcc-file-name'
|
|
1444 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
1445
|
167
|
1446 * XEmacs 20.3-beta10 is released.
|
|
1447
|
|
1448 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1449
|
|
1450 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
1451 GB).
|
|
1452
|
|
1453 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
1454 11643 to be more detailed.
|
|
1455
|
|
1456 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
1457 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
1458 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
1459
|
|
1460 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
1461 detailed.
|
|
1462
|
|
1463 Use BOX DRAWINGS characters of JIS X0208.
|
|
1464
|
|
1465 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1466
|
|
1467 * lisp/apel/richtext.el: Add autoload comments for
|
|
1468 `richtext-encode' and `richtext-decode'.
|
|
1469
|
|
1470 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
1471
|
|
1472 * lisp/tl/chartblxmas.el: New file.
|
|
1473
|
|
1474 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
1475 table" for MULE menu.
|
|
1476
|
|
1477 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
1478
|
|
1479 * lisp/tl/char-table.el (view-charset): New command.
|
|
1480
|
|
1481 * lisp/tl/char-table.el: Rename some functions.
|
|
1482
|
|
1483 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
1484 `hexl-mode-exit-hook'.
|
|
1485
|
|
1486 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
1487 support" and "Set language environment" of mule menu.
|
|
1488
|
|
1489 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
1490 `add-path', `add-latest-path', `get-latest-path',
|
|
1491 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
1492 variable `exec-suffix-list'.
|
|
1493
|
|
1494 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
1495 image/png and image/x-xpm.
|
|
1496
|
|
1497 * lisp/modes/image-mode.el: New file.
|
|
1498
|
|
1499 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1500
|
|
1501 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
1502 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
1503
|
|
1504 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
1505
|
165
|
1506 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
1507
|
|
1508 * XEmacs 20.3-beta9 is released.
|
|
1509
|
|
1510 * Makefile.in (dist): Make `make dist' work for me.
|
|
1511
|
|
1512 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
1513
|
|
1514 * configure.in:
|
|
1515 - Change "t" to tabs in sed commands
|
|
1516 - Add /g to sed substitition commands when appropriate
|
|
1517 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
1518 - Make version variables into Lisp_Objects.
|
|
1519
|
|
1520 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
1521
|
|
1522 * src/config.h.in:
|
|
1523 * configure.in:
|
|
1524 - Autodetect X defines using xmkmf.
|
|
1525 - Compute rpath on *bsd* systems as well.
|
|
1526 - rewrite PRINT_VAR m4 macro.
|
|
1527 - detect sizes of void* and long long for future use by unex*.c
|
|
1528 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
1529
|
|
1530 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1531
|
|
1532 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
1533
|
|
1534 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
1535 `mh-folder-coding-system'.
|
|
1536
|
|
1537 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1538
|
|
1539 * lisp/language/ethio-util.el: imported from
|
|
1540 Emacs/mule-19.34.94-zeta.
|
|
1541
|
|
1542 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
1543 repair Arabic characters.
|
|
1544
|
|
1545 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1546
|
|
1547 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
1548
|
|
1549 * etc/HELLO: final byte for ethiopic was changed to sync with
|
|
1550 Emacs/mule-19.34.94-zeta.
|
|
1551
|
|
1552 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
1553 language environment" of Mule menu.
|
|
1554
|
|
1555 * lisp/language/visual-mode.el: moved from mule/.
|
|
1556
|
|
1557 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
1558
|
|
1559 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
1560 problem of setting for `language-info-alist' about koi8-r.
|
|
1561
|
|
1562 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
1563
|
|
1564 * lisp/mule/mule-util.el: New file (imported from
|
|
1565 Emacs/mule-19.34.94-zeta).
|
|
1566
|
|
1567 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
1568 moved to mule-util.el.
|
|
1569
|
|
1570 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
1571 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
1572 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
1573 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
1574 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
1575
|
|
1576 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
1577 emulate Emacs/mule-19.34.94-zeta function.
|
|
1578
|
|
1579 * lisp/mule/mule-cmds.el: modified to sync with
|
|
1580 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
1581
|
|
1582 (set-language-info): Add to "Describe Language Support" and "Set
|
|
1583 Language Environment" menu.
|
|
1584
|
|
1585 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
1586 `decompose-region' were moved to mule-util.el.
|
|
1587
|
|
1588 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
1589 Emacs/mule in ETL.
|
|
1590
|
|
1591 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
1592
|
|
1593 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
1594
|
|
1595 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
1596
|
|
1597 * etc/NEWS (Commands): Various updates by Hrvoje Niksic.
|
|
1598
|
163
|
1599 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1600
|
165
|
1601 * Makefile.in: Missing FRC.info.
|
|
1602 (install-arch-dep): Add missing backslash.
|
|
1603 From Glynn Clements <glynn@sensei.co.uk>
|
|
1604
|
163
|
1605 * XEmacs 20.3-beta8 is released.
|
|
1606
|
|
1607 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
1608
|
|
1609 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
1610 lwlib/lwlib.c: Make 64 bit clean.
|
|
1611
|
|
1612 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
1613
|
|
1614 * etc/gnuserv.1: Updates and cleanup.
|
|
1615 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1616
|
|
1617 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
1618
|
|
1619 * configure.in:
|
|
1620 - Autodetect X defines using xmkmf.
|
|
1621 - Compute rpath on *bsd* systems as well.
|
|
1622 - rewrite PRINT_VAR m4 macro.
|
|
1623 - detect sizes of void* and long long for future use by unex*.c
|
|
1624
|
|
1625 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
1626
|
|
1627 * */Makefile.in.in: Another rewrite
|
|
1628 Make makefiles immune from being mangled by various cpp
|
|
1629 implementations by quoting non-preprocessor directive lines.
|
|
1630 - random cleanup
|
|
1631 - Use $(RM) and $(pwd) macros consistently
|
|
1632 - Add dependencies for balloon-help source files
|
|
1633 - Use getcwd by default instead of getwd.
|
|
1634 * lwlib/config.h: Now includes src/config.h
|
|
1635 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
1636 * lib-src/*.c: Fix compiler warnings
|
|
1637 * lisp/version.el:
|
|
1638 - Put version information in version.sh instead of version.el
|
|
1639
|
|
1640 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1641
|
|
1642 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
1643 -I/usr/local/include.
|
|
1644
|
161
|
1645 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
1646
|
|
1647 * XEmacs 20.3-beta7 is released.
|
|
1648
|
|
1649 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
1650
|
|
1651 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
|
|
1652 XEmacs version.
|
|
1653
|
|
1654 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1655
|
|
1656 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
1657 regexp for horizontal smiley faces.
|
|
1658 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
1659
|
|
1660 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
1661 `string-to-vector' for XEmacs.
|
|
1662
|
|
1663 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
1664
|
|
1665 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
1666 previously commented out and normalized everything vis a vis
|
|
1667 'backspace and 'delete keysyms.
|
|
1668 * lisp/packages/*.el: Normalized all the "\177" bindings
|
|
1669 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
|
1670 which is a "smart" version of the cperl-electric-backspace
|
|
1671 function (it honors the desired delete direction). Bound it to
|
|
1672 'delete and the electric-backspace to 'backspace.
|
|
1673 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
|
1674 cperl-electric-delete to the 'supersede list.
|
|
1675
|
159
|
1676 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
1677
|
|
1678 * XEmacs 20.3-b6 is released.
|
|
1679
|
|
1680 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
1681 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
1682
|
|
1683 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
1684
|
|
1685 * src/Makefile.in:
|
|
1686 * lwlib/Makefile.in:
|
|
1687 * lib-src/Makefile.in:
|
|
1688 * Makefile.in: More Makefile cleanup
|
|
1689 - add .PHONY targets where necessary
|
|
1690 - remove most builtin rules using .SUFFIXES
|
|
1691 - -lXau only gets used for linking gnuserv binaries
|
|
1692 - No VPATH for root Makefile
|
|
1693 - remove gcc v1 support
|
|
1694 * configure.in:
|
|
1695 - A new test to autodetect need to define NARROWPROTO,
|
|
1696 needed by XFree86
|
|
1697 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
1698 - Immediately exit if SIZEOF_* tests fail.
|
|
1699 - Check for libPW
|
|
1700 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
1701 are in sync.
|
|
1702 * src/s/linux.h:
|
|
1703 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
1704
|
|
1705 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
1706
|
|
1707 * lib-src/pop.c: Correct incantation for pop.h.
|
|
1708 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1709
|
|
1710 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1711
|
|
1712 * configure.in (beta): Correct test looking for Beta number.
|
|
1713
|
|
1714 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1715
|
|
1716 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
1717 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
1718 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
1719 mule/ipa-hooks.el was deleted.
|
|
1720
|
|
1721 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1722
|
|
1723 * Use lisp/mule/language/thai-util.el instead of
|
|
1724 lisp/mule/thai.el.
|
|
1725
|
|
1726 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
1727
|
|
1728 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
1729 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
1730
|
|
1731 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
1732
|
|
1733 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1734
|
|
1735 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
1736 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
1737 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
1738 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
1739 instead of lisp/mule/chinese-hooks.el,
|
|
1740 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
1741 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
1742 lisp/mule/korean-hooks.el.
|
|
1743
|
|
1744 * lisp/mule/language/*.el was imported from
|
|
1745 Emacs/mule-19.34.94-zeta.
|
|
1746
|
|
1747 * Use lisp/mule/language/china-util.el instead of
|
|
1748 lisp/mule/chinese.el.
|
|
1749
|
|
1750 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1751
|
|
1752 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
1753 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
1754 were defined as coding-system.
|
|
1755
|
|
1756 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1757
|
|
1758 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
|
|
1759 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
|
|
1760 etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
|
|
1761
|
|
1762 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1763
|
|
1764 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
1765 smiley faces.
|
|
1766
|
163
|
1767 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1768
|
|
1769 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
1770 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
1771
|
|
1772 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1773
|
|
1774 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
1775 the `backward-or-forward-foo' functions.
|
|
1776 * lisp/prim/simple.el:
|
|
1777 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
1778 - Removed `backspace-or-delete-hook'
|
|
1779 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
1780 - Added functions: `backward-or-forward-kill-word'
|
|
1781 `backward-or-forward-kill-sentence'
|
|
1782 `backward-or-forward-kill-sexp'
|
|
1783 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
1784 began playing nicely with pending-del.
|
|
1785 * lisp/modes/cc-mode.el:
|
|
1786 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
1787 to use the new names.
|
|
1788
|
157
|
1789 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
1790
|
|
1791 * XEmacs 20.3-b5 is released.
|
|
1792
|
|
1793 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1794
|
|
1795 * etc/NEWS: Updates for early beta20.3 stuffs.
|
|
1796 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1797
|
155
|
1798 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
1799
|
|
1800 * XEmacs 20.3-b4 is released.
|
|
1801
|
|
1802 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
1803
|
|
1804 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
1805 with new Autoconf 2 mechanisms.
|
|
1806 * src/syswait.h:
|
|
1807 * src/sysdep.c:
|
|
1808 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
1809
|
|
1810 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
1811 old cruft that can be obtained from system header files.
|
|
1812 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
|
1813
|
|
1814 * lib-src/b2m.c:
|
|
1815 * src/gifalloc.c:
|
|
1816 * lib-src/gnuslib.c:
|
|
1817 * lib-src/profile.c:
|
|
1818 * lib-src/movemail.c: Fix compiler warnings
|
|
1819
|
|
1820 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
1821 - Fix up compile flags for new etags version
|
|
1822
|
|
1823 * etc/NEWS:
|
|
1824 * etc/etags.1:
|
|
1825 * man/xemacs/programs.texi:
|
|
1826 * lib-src/etags.c: Upgraded to etags 12.11
|
|
1827
|
|
1828 * src/config.h.in: Fix inline keyword support
|
|
1829
|
|
1830 * configure.in: Use a different mechanism for removing extra white
|
|
1831 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
1832 - new M4 macro XE_SPACE(var, words...)
|
|
1833 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
1834 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
1835 linking with losing Xpm implementations
|
|
1836 - Check for correct wnn4 lib symbols
|
|
1837 - Only link with inline.o when using gcc
|
|
1838 - Support inline keywords inline, __inline, __inline__
|
|
1839 - Ultrix now implies have_mmap=no
|
|
1840 - Sun sound in non-standard dirs now works
|
|
1841 - --native-sound-lib no longer ignored on HP & SGI
|
|
1842 - gpm configure tests moved after curses configure tests
|
163
|
1843
|
|
1844 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1845
|
|
1846 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
1847 desired delete direction in both normal and "hungry" modes.
|
|
1848 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
1849 honor the desired delete direction.
|
155
|
1850
|
|
1851 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
1852
|
|
1853 * configure.in: Automagically compute -R path for gcc
|
|
1854
|
163
|
1855 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1856
|
|
1857 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
1858 `vm-scroll-down'
|
|
1859
|
155
|
1860 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1861
|
|
1862 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
1863
|
|
1864 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
1865
|
|
1866 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
1867 Becker's replacement, hacked somewhat.
|
|
1868
|
163
|
1869 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1870
|
|
1871 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
1872 `backspace-or-delete-hook'
|
|
1873 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
1874 delete function.
|
|
1875 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
1876 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
1877 delete bindings.
|
|
1878 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
1879 use new delete bindings.
|
|
1880
|
155
|
1881 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1882
|
|
1883 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
1884
|
|
1885 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
1886 x11/x-menubar.el.
|
|
1887
|
|
1888 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1889
|
|
1890 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
1891 overlay.el.
|
|
1892
|
|
1893 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1894
|
|
1895 * lisp/leim/quail.el: to sync with quail.el of
|
|
1896 Emacs-19.34.94-zeta.
|
|
1897
|
|
1898 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
1899 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
1900 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
1901 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
1902 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
1903 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
1904 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
1905 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
1906 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
1907 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
1908 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
1909 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
1910 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
1911 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
1912 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
1913 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
1914 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
1915 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
1916 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
1917
|
|
1918 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1919
|
|
1920 * mule/korean.el was abolished because it seems not to be used.
|
|
1921
|
|
1922 * mule/japanese.el was abolished because it seems not to be used.
|
|
1923
|
|
1924 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1925
|
|
1926 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
1927 Gnus 5.4.
|
|
1928
|
|
1929 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
1930
|
|
1931 * lisp/tm/tm-view.el: updated to 7.83.
|
|
1932
|
|
1933 * lisp/leim/quail.el: modified for XEmacs.
|
|
1934
|
|
1935 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
1936 mule-process.el because it is not used.
|
|
1937
|
|
1938 * lisp/mule/european.el was abolished because it seems not to be
|
|
1939 used.
|
|
1940
|
|
1941 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
1942 language-environment.
|
|
1943
|
|
1944 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
1945
|
|
1946 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
1947 `toggle-input-method'.
|
|
1948
|
|
1949 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
1950 to mule-cmds.el).
|
|
1951
|
|
1952 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
1953 from mule-init.el).
|
|
1954
|
|
1955 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
1956
|
|
1957 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
1958
|
|
1959 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
1960
|
|
1961 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1962
|
|
1963 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
1964 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
1965
|
|
1966 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
1967
|
|
1968 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
1969
|
|
1970 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
1971 19.34.94-epsilon).
|
|
1972
|
|
1973 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
1974 XEmacs can not compile it.
|
|
1975
|
|
1976 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
1977 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
1978 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
1979 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
1980 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
1981 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
1982 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
1983 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
1984 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
1985 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
1986 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
1987 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
1988 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
1989 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
1990 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
1991 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
1992 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
1993 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
1994 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
1995 elisp files; old lisp/quail was abolished.
|
|
1996
|
|
1997 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
1998
|
|
1999 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
2000 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
2001 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
2002
|
|
2003 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
2004 from Emacs-19.34.94-epsilon.
|
|
2005
|
153
|
2006 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2007
|
|
2008 * XEmacs 20.3-beta3 is released.
|
|
2009
|
|
2010 * INSTALL: Delete documentation of mocklisp support.
|
|
2011
|
|
2012 * configure.in: Delete mocklisp support.
|
|
2013
|
|
2014 * etc/FTP: Update mirror info.
|
|
2015
|
|
2016 * etc/DISTRIB: Update mirror info.
|
|
2017
|
|
2018 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
2019
|
|
2020 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
2021 Becker's replacement, hacked somewhat.
|
|
2022
|
|
2023 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
2024
|
|
2025 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
2026
|
|
2027 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
2028
|
|
2029 * configure.in: Juggle link order of X libraries.
|
|
2030 Add support for using zsh to run configure.
|
|
2031 Document --with-tty=no.
|
|
2032 Fix -no-recursion option.
|
|
2033 Recognize and ignore --cache-file option.
|
|
2034 Recognize null values for preprocessor symbols converted to shell
|
|
2035 variables. This maybe fixes the "-ltermcap" problem.
|
|
2036 Remove spurious blanks from various SUBST-ituted variables.
|
|
2037 Fix conditional creation of gdbinit.
|
|
2038 Conditionally create .sbinit for Sunpro C.
|
|
2039
|
|
2040 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2041
|
|
2042 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
|
|
2043
|
|
2044 * etc/DISTRIB: Ditto.
|
|
2045
|
151
|
2046 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
2047
|
|
2048 * XEmacs 20.3-beta2 is released.
|
|
2049
|
|
2050 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2051
|
|
2052 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
2053 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
2054 extra-verbose now default on beta builds.
|
|
2055 extra-verbose now much more verbose.
|
|
2056 Don't set libs_termcap to " ".
|
|
2057 Detect -lXm AFTER detecting -lXpm.
|
|
2058 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
2059 depend on it.
|
|
2060 with-xim=motif only default on Solaris.
|
|
2061 realpath moved from s&m to configure.in.
|
|
2062 xemacs-version.h removed. main_1 now contains $canonical as well,
|
|
2063 for even more useful backtraces.
|
|
2064 termcap handling rewritten.
|
|
2065 Create .sbinit for Sun's source browser.
|
|
2066 Warn user if no XPM support present.
|
|
2067 Warn user if compiling in error checking.
|
|
2068
|
|
2069 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
|
2070 dynodump. Remove core when cleaning. Remove config.log.
|
|
2071 make distclean now functional.
|
|
2072
|
|
2073 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
2074
|
|
2075 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
2076
|
|
2077 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2078
|
|
2079 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
2080
|
|
2081 * Makefile.in (distclean): Remve config.log.
|
|
2082 remove broken dynodump stuffs.
|
|
2083
|
149
|
2084 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2085
|
|
2086 * XEmacs 20.3-b1 is released.
|
|
2087
|
|
2088 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2089
|
|
2090 * info/dir (Packages): Update minor version number.
|
|
2091
|
|
2092 * etc/README: Update minor version number.
|
|
2093
|
|
2094 * README: Update minor version number.
|
|
2095
|
146
|
2096 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2097
|
|
2098 * XEmacs-20.2 is released.
|
|
2099
|
144
|
2100 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2101
|
|
2102 * XEmacs 20.2-b6 is released.
|
|
2103
|
142
|
2104 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2105
|
|
2106 * XEmacs 20.2-b5 is released.
|
|
2107
|
140
|
2108 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2109
|
|
2110 * XEmacs 20.2-b4 is released.
|
|
2111
|
|
2112 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2113
|
|
2114 * configure.in (--with-xim): Don't default it to Motif since it
|
|
2115 causes crashes at startup on some systems.
|
|
2116
|
138
|
2117 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2118
|
|
2119 * XEmacs 20.2-b3 is released.
|
|
2120
|
136
|
2121 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2122
|
|
2123 * XEmacs 20.2-b2 is released.
|
|
2124
|
|
2125 * configure.in (beta): OPENWINHOME misspelled.
|
|
2126
|
|
2127 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2128
|
|
2129 * etc/BETA (writing): Update with information about how to create
|
|
2130 patches.
|
|
2131
|
134
|
2132 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2133
|
|
2134 * XEmacs 20.2-b1 is released.
|
|
2135
|
|
2136 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2137
|
|
2138 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
2139 uname.
|
|
2140
|
131
|
2141 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2142
|
|
2143 * XEmacs 20.1 is re-released.
|
|
2144
|
126
|
2145 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2146
|
|
2147 * XEmacs 20.1 is released.
|
|
2148
|
124
|
2149 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2150
|
|
2151 * XEmacs 20.1-b15 is released.
|
|
2152
|
|
2153 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2154 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
2155 1) changing it into sections -- there is now a section for building,
|
|
2156 running and compatibility problems
|
|
2157
|
|
2158 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
2159 to Emacs 18, etc. --> size is off by 20K
|
|
2160
|
|
2161 3) Rearranging the entries by relevance. I have tried to put the most
|
|
2162 relevant entries in front.
|
|
2163
|
122
|
2164 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2165
|
|
2166 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
2167
|
120
|
2168 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2169
|
|
2170 * XEmacs 20.1-b12 is released.
|
|
2171
|
|
2172 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
2173
|
|
2174 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
2175 Hesiod options.
|
|
2176
|
118
|
2177 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2178
|
|
2179 * XEmacs 20.1-b11 is released.
|
|
2180
|
|
2181 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2182
|
|
2183 * Makefile.in (install-only): New target. Functionality suggested
|
|
2184 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
2185 Thompson.
|
|
2186
|
|
2187 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
2188 Zawinski for SGI cc and Irix 6.
|
|
2189
|
|
2190 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2191
|
|
2192 * configure.in: Add configuration parameters for Emacs 19.34
|
|
2193 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
2194
|
|
2195 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2196
|
|
2197 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
2198 mispatch.
|
|
2199
|
116
|
2200 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2201
|
|
2202 * XEmacs 20.1-b10 is released.
|
|
2203
|
|
2204 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2205
|
|
2206 * Remove vms top-level directory.
|
|
2207
|
|
2208 * XEmacs 19.15 final released to beta testers.
|
|
2209
|
|
2210 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2211
|
|
2212 * XEmacs 19.15 prefinal released to beta testers.
|
|
2213
|
|
2214 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2215
|
|
2216 * configure.in (--debug): Correct documentation.
|
|
2217
|
|
2218 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2219
|
|
2220 * XEmacs 19.15-b104 is released.
|
|
2221
|
|
2222 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2223
|
|
2224 * etc/sgml/CATALOG: Default to html-3.2final.
|
|
2225
|
|
2226 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
2227
|
|
2228 * configure.in (beta): Add configure support for the -rpath flag
|
|
2229 for IRIX analogous to the Solaris "-R".
|
|
2230
|
|
2231 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2232
|
|
2233 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
2234
|
|
2235 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
2236
|
|
2237 * configure.in: Echo only current configuration using 'tee -a'.
|
|
2238
|
114
|
2239 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2240
|
|
2241 * XEmacs-19.15-b103 is released.
|
|
2242 * XEmacs-20.0-b9 is released.
|
|
2243
|
|
2244 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
2245 rule.
|
|
2246
|
|
2247 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
2248
|
|
2249 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
2250 update-autoloads.sh.
|
|
2251
|
|
2252 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2253
|
|
2254 * XEmacs-19.15-b102 is released.
|
|
2255
|
|
2256 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2257
|
|
2258 * XEmacs-19.15-b101 is released.
|
|
2259
|
112
|
2260 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2261
|
|
2262 * XEmacs-20.1-b8 is released.
|
|
2263 * XEmacs-19.15-b100 is released.
|
|
2264
|
110
|
2265 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2266
|
112
|
2267 * XEmacs-20.1-b7 is released.
|
|
2268 * XEmacs-19.15-b99 is released.
|
|
2269
|
110
|
2270 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
|
|
2271
|
|
2272 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2273
|
|
2274 * configure.in: Add sunos4-1-4 header files.
|
|
2275
|
|
2276 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2277
|
|
2278 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
2279
|
108
|
2280 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2281
|
|
2282 * XEmacs-20.1-b6 is released.
|
|
2283 * XEmacs-19.15-b98 is released.
|
|
2284
|
|
2285 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2286
|
|
2287 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
2288 (gzip-el): New targe for compressed installed lisp sources.
|
|
2289
|
|
2290 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2291
|
|
2292 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
2293 but before anything else. More flexible about finding an xemacs
|
|
2294 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
2295
|
106
|
2296 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2297
|
|
2298 * XEmacs 20.1-b5 is released.
|
|
2299
|
104
|
2300 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2301
|
|
2302 * XEmacs 20.1-b4 is released.
|
|
2303
|
|
2304 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2305
|
|
2306 * Makefile.in (distclean): Correct typos.
|
|
2307
|
|
2308 * XEmacs 19.15-b96 is released.
|
|
2309
|
|
2310 * configure.in: Symlink site-lisp when using --srcdir.
|
|
2311 Add special handling of lisp directory to allow for multiple
|
|
2312 site-packages files.
|
|
2313
|
|
2314 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2315
|
|
2316 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
2317 when they don't exist (after being pruned by CVS).
|
|
2318
|
|
2319 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2320
|
|
2321 * etc/sample.Xdefaults: Added customization of foreground and
|
|
2322 background colors for the `default' face.
|
|
2323
|
102
|
2324 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2325
|
|
2326 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
2327 distribution.
|
|
2328
|
|
2329 * XEmacs 20.1-b3 is released.
|
|
2330
|
100
|
2331 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2332
|
|
2333 * XEmacs 20.1-b2 is released.
|
|
2334
|
|
2335 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2336
|
|
2337 * XEmacs 19-15-b'95 is released.
|
|
2338
|
102
|
2339 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2340
|
|
2341 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel.
|
|
2342
|
|
2343 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
2344 - "knob" renamed to "slider"
|
|
2345 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
2346 pixel was.
|
|
2347 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
2348 - goobers on top of up-arrow removed.
|
|
2349 - up-arrow would not always be redrawn when necessary
|
|
2350 - slider drag would be `off' by size of up-arrow
|
|
2351 - horizontal and vertical scrollbars didn't use exactly the same
|
|
2352 dimensions.
|
|
2353 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
2354 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
2355
|
100
|
2356 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2357
|
|
2358 * configure.in (with_xauth): Attempted correction of test for
|
|
2359 libXmu on SunOS.
|
|
2360
|
98
|
2361 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2362
|
|
2363 * XEmacs 20.1-b1 is released.
|
|
2364 * XEmacs 19.15-b94 is released.
|
|
2365
|
|
2366 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2367
|
|
2368 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
2369
|
|
2370 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2371
|
|
2372 * XEmacs 19.15-b93 is released.
|
|
2373 XEmacs 20.0 is released to the 'net.
|
|
2374
|
96
|
2375 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2376
|
|
2377 * XEmacs 20.0try3 is released.
|
|
2378
|
94
|
2379 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2380
|
96
|
2381 * XEmacs 20.0try2 is released.
|
94
|
2382
|
96
|
2383 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
2384
|
|
2385 * XEmacs 19.15-b92 is released.
|
|
2386
|
88
|
2387 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2388
|
96
|
2389 * XEmacs 20.0try1 is released.
|
94
|
2390 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
2391
|
|
2392 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2393
|
|
2394 * PROBLEMS: Updated from beta test bug reports.
|
|
2395 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
2396
|
|
2397 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2398
|
|
2399 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
2400
|
84
|
2401 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2402
|
|
2403 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
2404
|
|
2405 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2406
|
|
2407 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
2408 char and pointer.
|
|
2409
|
|
2410 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2411
|
|
2412 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
2413
|
82
|
2414 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2415 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
2416
|
|
2417 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
2418 type.
|
|
2419
|
|
2420 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
2421 borderwidth.
|
|
2422 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
2423 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
2424 bottom of the buffer. :-(
|
|
2425
|
|
2426 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
2427
|
|
2428 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
2429 configurations that use both Motif and Athena.
|
|
2430
|
|
2431 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
|
|
2432
|
|
2433 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2434
|
|
2435 * info/dir (Gnus): Updated spelling and info.
|
|
2436
|
|
2437 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2438
|
|
2439 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
2440
|
|
2441 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2442
|
|
2443 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
2444 warnings for ccl-read-*
|
|
2445
|
80
|
2446 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
2447
|
|
2448 * etc/sample.emacs: Remove code snippet that wipes out the cycle
|
|
2449 buffer modeline feature.
|
|
2450
|
80
|
2451 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
2452 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
|
2453
|
|
2454 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2455
|
|
2456 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
2457
|
78
|
2458 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2459 * XEmacs 20.0 beta 34 is released.
|
|
2460 * XEmacs 19.15 beta 7 is released.
|
|
2461
|
177
|
2462 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
2463
|
|
2464 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
2465
|
80
|
2466 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2467
|
|
2468 * src/emacs.c: Make sure
|
|
2469 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
|
2470 works properly
|
|
2471
|
|
2472 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
2473 competitor to Purify.
|
|
2474
|
|
2475 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
2476 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
2477
|
|
2478 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
2479
|
|
2480 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
2481
|
|
2482 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2483
|
|
2484 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
2485 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
2486 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
2487 Errors during autoload generation are just that - errors.
|
|
2488
|
|
2489 Generated autoloads are now in a separate file of their own.
|
|
2490
|
|
2491 Reliability of autoload generation greatly increased.
|
|
2492
|
|
2493 Distribution smaller by about 100k.
|
|
2494
|
|
2495 `make autoloads' is still the preferred mechanism for update.
|
|
2496
|
|
2497 Autoloads are always regenerated completely from scratch. This
|
|
2498 avoids errors with obsolete or corrupted autoload entries.
|
|
2499
|
|
2500 Caching of autoload entries using timestamps has been eliminated.
|
|
2501
|
|
2502 Files that have no autoloads no longer have a comment placed into
|
|
2503 the generated autoloads file.
|
|
2504
|
|
2505 There was a bug where autoload entries would sometimes end up
|
|
2506 being inserted into the *middle* of other autoload entries,
|
|
2507 thereby corrupting them.
|
|
2508
|
|
2509 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
2510
|
|
2511 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2512
|
|
2513 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
2514 doesn't use the autoload facility to load `autoload';
|
|
2515 load it explicity instead.
|
|
2516
|
|
2517 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
2518
|
|
2519 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
2520
|
|
2521 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
2522
|
|
2523 * src/mule-charset.c: Use lower case for charset registry, to
|
|
2524 match XLFD.
|
|
2525
|
|
2526 * Makefile.in: replace list of info files with *.info* - one less
|
|
2527 maintenance headache
|
|
2528
|
|
2529 * etc/sample.emacs: Add sample code to highlight continuation glyph
|
|
2530
|
|
2531 * man/oo-browser.texi: Fix TeXability
|
|
2532
|
|
2533 * man/hyperbole.texi: Fix TeXability
|
|
2534
|
|
2535 * man/vhdl-mode.texi: Fix TeXability
|
|
2536
|
|
2537 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
2538 `make autoloads' should finally work.
|
|
2539
|
|
2540 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
2541
|
|
2542 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
2543
|
|
2544 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
2545 `special' directories without using the Makefiles
|
|
2546 designed for that purpose.
|
|
2547 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
2548
|
|
2549 * info/dir (Packages): Add Japanese TM info files
|
|
2550
|
|
2551 * src/inline.c: Allow compilation with `gcc -g'
|
|
2552
|
|
2553 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
2554
|
|
2555 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
2556 that various tools can recognize the filename as such.
|
|
2557
|
|
2558 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
|
2559 --with-xim=xlib and key event on window frame.
|
|
2560 Change return foo to return (foo) when return is a macro.
|
|
2561
|
|
2562 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
2563
|
|
2564 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
2565 This Makefile is no longer officially broken.
|
|
2566
|
|
2567 * info/dir: Add Japanese tm documents.
|
|
2568
|
|
2569 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
2570
|
|
2571 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
2572 xargs -i flag.
|
|
2573
|
|
2574 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
2575 the `binary' coding system is used for .gz and .Z extensions.
|
|
2576
|
|
2577 * man/viper.texi: Viper version 2.90
|
|
2578
|
|
2579 * man/ediff.texi: Ediff Version 2.62
|
|
2580
|
|
2581 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
2582 define-key, for compatibility with loaddefs.el
|
|
2583
|
|
2584 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
2585
|
|
2586 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
2587
|
|
2588 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
2589 files in dirs that have their own Makefiles.
|
|
2590
|
|
2591
|
|
2592
|
78
|
2593 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2594
|
|
2595 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
2596
|
|
2597 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
2598
|
|
2599 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
2600 installation.
|
|
2601
|
|
2602 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2603
|
|
2604 * XEmacs 20.0 beta 33 is released.
|
|
2605 * XEmacs 19.15 beta 6 is released.
|
|
2606
|
76
|
2607 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
2608
|
|
2609 * etc/yow.lines: 20k of new zippy quotes.
|
|
2610
|
|
2611 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2612
|
|
2613 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
2614 pages.
|
|
2615
|
|
2616 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2617 * XEmacs 20.0-b32 released.
|
|
2618
|
|
2619 * XEmacs 19.15-b5 released.
|
|
2620
|
74
|
2621 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2622
|
|
2623 * configure.in: Reformat. Fix shared include file rename
|
|
2624 problem.
|
|
2625
|
|
2626 * configure: Reformat. Fix shared include file rename problem.
|
|
2627
|
|
2628 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
2629
|
|
2630 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
2631
|
|
2632 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
2633 default.
|
|
2634
|
|
2635 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2636
|
|
2637 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
2638
|
72
|
2639 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
2640
|
|
2641 * info/vhdl-mode.info: New file.
|
|
2642
|
|
2643 * info/dir (Packages): Add vhdl-mode documentation.
|
|
2644
|
|
2645 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2646
|
|
2647 * configure: Make shared/dynamic flags work much more logically.
|
|
2648
|
|
2649 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
2650
|
|
2651 * configure.in (machine): Patch to make newly renamed shared
|
|
2652 link include files work.
|
|
2653
|
|
2654 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2655
|
|
2656 * configure.in: Configure for POSIX getcwd if available.
|
|
2657
|
|
2658 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
2659
|
|
2660 * etc/edt-user.doc (File): New file from Emacs 19.34.
|
|
2661
|
|
2662 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
2663
|
|
2664 * configure.in (LIBS): Fix typo in dialog box test.
|
|
2665
|
|
2666
|