2680
|
1 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
|
|
2
|
|
3 * configure: Regenerate.
|
|
4 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
|
|
5 in various docstrings and error messages.
|
|
6
|
2667
|
7 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
8
|
|
9 * configure.ac (--with-cflags-optimization):
|
|
10 (--with-cflags-debugging):
|
|
11 If the user specifies them, use them, and don't make her beg.
|
|
12 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
|
|
13
|
|
14 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
|
|
15
|
|
16 * configure.ac: Fix problems with OpenBSD /bin/sh.
|
|
17
|
2663
|
18 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
|
|
19
|
|
20 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
|
|
21 working out whether to link against libossaudio.so on NetBSD.
|
|
22
|
2653
|
23 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
24
|
|
25 * XEmacs 21.5.20 "cilantro" is released.
|
|
26
|
2651
|
27 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
28
|
|
29 * .cvsignore: Added autom4te.cache.
|
|
30 * aclocal.m4: Changes to support autoconf 2.59
|
|
31 * config.guess:
|
|
32 * config.sub: Upgraded to the latest upstream version
|
|
33 * configure.ac: Rewritten for autoconf 2.59 support.
|
|
34
|
2648
|
35 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
|
|
36
|
|
37 * INSTALL:
|
|
38 * PROBLEMS: Change configure arguments to the new autoconf 2.5
|
|
39 style configure.
|
|
40
|
2625
|
41 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
|
|
42
|
2628
|
43 * configure: Regenerated.
|
2625
|
44 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
|
2628
|
45 XtRegisterDrawable.
|
2625
|
46
|
2609
|
47 2005-02-22 Adrian Aichner <adrian@xemacs.org>
|
|
48
|
|
49 * info/dir: Update to content generated by Info-rebuild-dir.
|
|
50
|
2602
|
51 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
52
|
|
53 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
|
|
54
|
|
55 * configure.in (XEMACS_RELEASE_DATE): Use it.
|
|
56
|
2594
|
57 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
58
|
|
59 * XEmacs 21.5.19 "chives" is released.
|
|
60
|
2593
|
61 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
62
|
|
63 * CHANGES-beta: Update.
|
|
64
|
2564
|
65 2005-02-03 Ben Wing <ben@xemacs.org>
|
|
66
|
|
67 * BUGS, README.packages: Delete, incorporate into FAQ.
|
|
68 * README: Incorporate into FAQ. Delete everything but text
|
|
69 pointing to FAQ.
|
|
70
|
2553
|
71 2005-02-03 Jerry James <james@xemacs.org>
|
|
72
|
|
73 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
|
|
74 -Wstrict-prototypes.
|
|
75
|
2536
|
76 2005-01-31 Ben Wing <ben@xemacs.org>
|
|
77
|
|
78 * GETTING.GNU.SOFTWARE: Delete.
|
|
79 * Makefile.in.in (SOURCES):
|
|
80 Delete GETTING.GNU.SOFTWARE from SOURCES.
|
|
81 * PROBLEMS:
|
|
82 Delete reference to check_cygwin_setup.sh.
|
|
83
|
2512
|
84 2005-01-26 Ben Wing <ben@xemacs.org>
|
|
85
|
|
86 * configure.in (AC_INIT_PARSE_ARGS):
|
|
87 * configure.in (CANONICALIZE_PATH):
|
|
88 * configure.in (TAB):
|
|
89 * configure.usage:
|
|
90 Add --with-optimization, cflags-optimization,
|
|
91 cflags-debugging. Separate out optimization and debugging arguments.
|
|
92 Document.
|
|
93
|
2491
|
94 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
|
|
95
|
|
96 * configure:
|
|
97 * configure.in (XE_COMPUTE_RUNPATH):
|
|
98 NetBSD can use Linux's sound API, but it needs an extra library at
|
|
99 link time to do so.
|
|
100
|
2427
|
101 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
|
|
102
|
|
103 * INSTALL: A POSIX compatible Make is no longer required for builds.
|
|
104 * Makefile.in.in (RECURSIVE_MAKE): Removed.
|
|
105 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
|
|
106 * configure.in (RECURSIVE_MAKE): Removed.
|
|
107 * configure.in (RECURSIVE_MAKE_ARGS): New.
|
|
108 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
|
|
109 other parameters. This allows -j to work in GNU Make while
|
|
110 removing need for POSIX compatible make on all systems.
|
|
111
|
2420
|
112 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
113
|
|
114 * README.packages:
|
|
115 Fix error in specifying standard package location.
|
|
116 Document --package-prefix.
|
|
117
|
2416
|
118 2004-12-05 Ben Wing <ben@xemacs.org>
|
|
119
|
|
120 * configure.usage:
|
|
121 * configure.in (AC_INIT_PARSE_ARGS):
|
|
122 * configure.in (TAB):
|
|
123 * configure.in (XE_COMPUTE_RUNPATH):
|
|
124 * configure:
|
|
125 Support --package-prefix and mmdf and pop arguments to --mail-locking.
|
|
126 Document in configure.usage.
|
|
127
|
2389
|
128 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
129
|
|
130 * configure:
|
|
131 * configure.in: Make pdump default for Cygwin.
|
|
132
|
2388
|
133 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
|
|
134
|
|
135 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
|
|
136
|
2367
|
137 2004-10-26 Ben Wing <ben@xemacs.org>
|
|
138
|
|
139 * configure.in (AC_INIT_NOTICE):
|
|
140 * configure.in (TAB):
|
|
141 * configure.in (XE_COMPUTE_RUNPATH):
|
|
142 Turn off -Winline and -Wchar-subscripts.
|
|
143 Use the right set of cflags when compiling modules.
|
|
144 Rewrite ldap configuration to separate the inclusion of lber
|
|
145 (needed in recent Cygwin) from the basic checks for the
|
|
146 needed libraries.
|
|
147 add a function for MAKE_JUNK_C; initially code was added to
|
|
148 generate xemacs.def using this, but it will need to be rewritten.
|
|
149 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
|
|
150 an existing file.
|
|
151 Sort list of auto-detected functions and eliminate unused checks for
|
|
152 stpcpy, setlocale and getwd.
|
|
153 Add autodetection of Cygwin scanf problems
|
|
154
|
2346
|
155 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
156
|
|
157 * XEmacs 21.5.18 "chestnut" is released.
|
|
158
|
2345
|
159 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
160
|
|
161 * CHANGES-beta: Update for release.
|
|
162
|
2315
|
163 2004-09-29 Jerry James <james@xemacs.org>
|
|
164
|
|
165 * configure.in: Don't use -Wunused-parameter with g++.
|
|
166
|
2300
|
167 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
|
|
168
|
|
169 * configure.in: Unused parameter and variables warnings are GCC 3
|
|
170 or greater.
|
|
171
|
2286
|
172 2004-09-14 Jerry James <james@xemacs.org>
|
|
173
|
|
174 * configure.in (TAB): Add unused parameter and variables warnings
|
|
175 to gcc CFLAGS.
|
|
176
|
2283
|
177 2004-09-20 Jerry James <james@xemacs.org>
|
|
178
|
|
179 * INSTALL: Update Canna description to reflect recent changes.
|
|
180
|
2263
|
181 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
|
|
182
|
|
183 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
|
|
184 and vlimit().
|
|
185
|
2259
|
186 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
|
|
187
|
|
188 * INSTALL: A POSIX compatible Make is required for builds.
|
|
189 * Makefile.in.in: Enable support for parallel builds.
|
|
190
|
2216
|
191 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
|
|
192
|
|
193 * config.guess: Identify PlayStation2.
|
|
194
|
2131
|
195 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
196
|
|
197 * configure.in: Character classes in globs don't work, die when
|
|
198 GTK is mixed with other toolkits, protect comma in quoted message.
|
|
199
|
2128
|
200 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
201
|
|
202 * configure.in (Autodetection of Gdk libraries and includes):
|
|
203 Don't allow mixing of GTK with other toolkits.
|
|
204
|
|
205 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
206
|
|
207 * configure.in: Improve style of WARNINGs.
|
|
208
|
|
209 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
210
|
|
211 * configure.in (HAVE_GPM): Die if GPM requested but not found.
|
|
212
|
2079
|
213 2004-05-10 Jerry James <james@xemacs.org>
|
|
214
|
|
215 * aclocal.m4: Typo fix.
|
|
216 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
|
|
217 LTDL; unify the OS-specific checks into a case statement.
|
|
218
|
2050
|
219 2004-04-30 Jerry James <james@xemacs.org>
|
|
220
|
|
221 * configure.in: Turn ICC warning 147 into an error to get a good
|
|
222 XRegisterIMInstantiateCallback prototype.
|
|
223
|
2048
|
224 2004-04-28 Jerry James <james@xemacs.org>
|
|
225
|
|
226 * configure.in: Get version information for both icc and icpc.
|
|
227
|
2029
|
228 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
229
|
|
230 * configure.in (GTK setup): Warn if other toolkits requested.
|
|
231
|
|
232 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
233
|
|
234 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
|
|
235 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
|
|
236
|
|
237 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
238
|
|
239 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
|
|
240
|
2016
|
241 2003-12-07 Olivier Galibert <galibert@pobox.com>
|
|
242
|
|
243 * Makefile.in.in: Don't install the dmp file when it's in the
|
|
244 executable.
|
|
245
|
2009
|
246 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
|
|
247
|
|
248 * configure.in: Check for libmp dependencies before checking for
|
|
249 the existence of the move function.
|
|
250
|
2006
|
251 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
252
|
|
253 * configure.in (src/Makefile): No longer include a special linker
|
|
254 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
|
|
255 this bug.
|
|
256
|
1998
|
257 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
258
|
|
259 * configure.in (Compiler-specific hacks): Restore warning flags
|
|
260 for XEMACS_CC if gcc. Report warning flags at compute time.
|
|
261
|
1997
|
262 2004-04-07 Jerry James <james@xemacs.org>
|
|
263
|
|
264 * configure.in: FreeBSD MP needs -lcrypto.
|
|
265
|
1989
|
266 2004-04-06 Jerry James <james@xemacs.org>
|
|
267
|
|
268 * configure.in: Change test -e to test -r for portability.
|
|
269
|
1985
|
270 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
271
|
|
272 * configure.in (use_number_lib): Accepts no to disable bignums.
|
|
273 * configure.usage: Document the "no" value.
|
|
274
|
1984
|
275 2004-04-05 Jerry James <james@xemacs.org>
|
|
276
|
|
277 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
|
|
278 * configure.in: Use it. Report it. Check for size of a double.
|
|
279 * configure.usage: Tell how to use use-number-lib.
|
|
280
|
1964
|
281 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
282
|
|
283 * XEmacs 21.5.17 "chayote" is released.
|
|
284
|
1955
|
285 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
286
|
|
287 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
|
|
288 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
|
|
289 500 since apparently we'll use it if available.
|
|
290
|
|
291 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
292
|
|
293 * configure.in (libc detection): Fix progress message.
|
|
294
|
1922
|
295 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
296
|
|
297 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
|
|
298 CFLAGS. Thanks to Jerry James for reporting the bug.
|
|
299
|
1916
|
300 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
301
|
|
302 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
|
1922
|
303 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
|
|
304 the more elegant fix.
|
1916
|
305
|
1889
|
306 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
307
|
|
308 * configure.in: Use XE_CFLAGS for XEMACS_CC.
|
|
309 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
|
|
310 Various comment fixups.
|
|
311 Delete dead code for finding srcdir.
|
|
312
|
|
313 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
|
|
314
|
|
315 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
316
|
|
317 * configure.in: Report cc and libc version info. Detection code
|
|
318 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
|
|
319
|
1871
|
320 2004-01-20 Jerry James <james@xemacs.org>
|
|
321
|
|
322 * configure.in: The icc compiler pretends to be gcc. It isn't.
|
|
323
|
1800
|
324 2003-11-18 Jerry James <james@xemacs.org>
|
|
325
|
|
326 * configure.in: Check for the typeof extension.
|
|
327
|
1756
|
328 2003-10-15 Jerry James <james@xemacs.org>
|
|
329
|
|
330 * aclocal.m4: Add icc (Intel compiler) support.
|
|
331 * configure.in: Ditto.
|
|
332
|
1740
|
333 2003-10-11 Jerry James <james@xemacs.org>
|
|
334
|
|
335 * configure.in: installexe.sh is under srcdir, not blddir.
|
|
336
|
1716
|
337 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
338
|
|
339 * XEmacs 21.5.16 "celeriac" is released.
|
|
340
|
1707
|
341 2003-09-21 Jerry James <james@xemacs.org>
|
|
342
|
|
343 * configure.in: Remove detection of GNU DLD.
|
|
344 * configure: Regenerate.
|
|
345
|
1697
|
346 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
|
|
347
|
|
348 * PROBLEMS: Propose bash as an alternative to buggy Solaris
|
|
349 /bin/sh.
|
|
350
|
1696
|
351 2003-09-20 Steve Youngs <youngs@xemacs.org>
|
|
352
|
|
353 * configure: Re-generate after Martin's configure.in patch.
|
|
354
|
|
355 2003-09-20 Martin Buchholz <martin@xemacs.org>
|
|
356
|
|
357 * configure.in: XEmacs failed to build on Solaris9.
|
|
358 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
|
|
359 therein.
|
|
360
|
1692
|
361 2003-09-18 Steve Youngs <youngs@xemacs.org>
|
|
362
|
|
363 * configure: Re-generate after Martin's configure.in patch.
|
|
364
|
|
365 2003-09-13 Martin Buchholz <martin@xemacs.org>
|
|
366
|
|
367 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
|
|
368 On current OSes produced by Sun, `uname -r' prints "5.9".
|
|
369 It seems likely that on future OSes, `uname -r' will print "5.10".
|
|
370 We need to accept multi-digit release numbers.
|
|
371
|
1678
|
372 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
373
|
|
374 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
|
|
375 ability to build shared libraries, but use -bundle_loader in
|
|
376 ellcc. Properly handle other flags for MacOS X.
|
|
377
|
1665
|
378 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
379
|
|
380 * XEmacs 21.5.15 "celery" is released.
|
|
381
|
1651
|
382 2003-08-28 Jerry James <james@xemacs.org>
|
|
383
|
|
384 * configure.in: Link modules with -lstdc++ if g++ is used.
|
|
385
|
1648
|
386 2003-08-28 Steve Youngs <youngs@xemacs.org>
|
|
387
|
|
388 * README.packages: Update.
|
|
389
|
1633
|
390 2003-08-18 Jerry James <james@xemacs.org>
|
|
391
|
|
392 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
|
|
393 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
|
|
394 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
|
|
395 * aclocal.m4 (cygwin_warn): Removed.
|
|
396 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
|
|
397
|
1617
|
398 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
399
|
|
400 * configure.usage (Window System): `lucid' option often means `Motif'.
|
|
401
|
1546
|
402 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
403
|
|
404 * configure.usage (--cflags-warning): Change underscore to hyphen.
|
|
405
|
1510
|
406 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
407
|
|
408 * XEmacs 21.5.14 "cassava" is released.
|
|
409
|
1491
|
410 2003-05-20 Jerry James <james@xemacs.org>
|
|
411
|
|
412 * configure.in: Add src to MAKE_SUBDIR early for module builds for
|
|
413 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
|
|
414 variables appropriately if --with-modules=no is specified.
|
|
415
|
|
416 * configure: Regenerate.
|
|
417
|
1473
|
418 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
419
|
|
420 * XEmacs 21.5.13 "cauliflower" is released.
|
|
421
|
1470
|
422 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
423
|
|
424 * Revert this patch:
|
|
425 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
426
|
|
427 * configure.in: Move module detection to after src/ is added to
|
|
428 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
429 already be built.
|
|
430 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
431 MacOS X.
|
|
432 It was stopping certain libs from making their way into the
|
|
433 Makefiles.
|
|
434
|
|
435 * configure: Regenerate.
|
|
436
|
1464
|
437 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
438
|
|
439 * configure.in: Revert Steve Youngs's patch, and set default for
|
|
440 ESD in the Defaults section. Improve comments.
|
|
441
|
|
442 * configure: Regenerate.
|
|
443
|
1462
|
444 2003-05-07 Steve Youngs <youngs@xemacs.org>
|
|
445
|
|
446 * configure.in: Default ESD sound to off.
|
|
447
|
|
448 * configure.usage (--with-sound): Document ESD defaulting to off.
|
|
449
|
|
450 * configure: Regenerate.
|
|
451
|
1457
|
452 2003-05-05 Steve Youngs <youngs@xemacs.org>
|
|
453
|
|
454 * CHANGES.beta: Update.
|
|
455
|
1454
|
456 2003-05-04 Steve Youngs <youngs@xemacs.org>
|
|
457
|
|
458 * configure: Regenerate.
|
|
459
|
|
460 2003-05-04 Martin Buchholz <martin@xemacs.org>
|
|
461
|
|
462 * configure.in: Don't look for Motif if it's already present in
|
|
463 $x_includes and $x_libraries.
|
|
464
|
1452
|
465 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
466
|
|
467 * configure.in: Move module detection to after src/ is added to
|
|
468 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
|
|
469 already be built.
|
|
470 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
|
|
471 MacOS X.
|
|
472
|
1442
|
473 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
474
|
|
475 * configure.in (darwin): Collect random kludges in one place.
|
|
476 (cygwin): Check for intptr_t in <sys/types.h>.
|
|
477 (Berkeley db): Handle 4.1 functions decorated with version info.
|
|
478
|
1441
|
479 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
480
|
|
481 * PROBLEMS (Windows): New: auxiliary programs for Windows.
|
|
482
|
|
483 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
484
|
|
485 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
|
|
486 Patch by Martin Buchholz <martin@xemacs.org>.
|
|
487 <15410.44105.753590.169241@gargle.gargle.HOWL>
|
|
488
|
1431
|
489 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
490
|
|
491 * XEmacs 21.5.12 "carrot" is released.
|
|
492
|
1427
|
493 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
494
|
|
495 * configure.in: Fix for building on openbsd.
|
|
496 From Gregory Steuck <greg@nest.cx>
|
|
497
|
|
498 * configure: Regenerate
|
|
499
|
1389
|
500 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
501
|
|
502 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
|
|
503
|
1384
|
504 2003-03-25 Jerry James <james@eecs.ku.edu>
|
|
505
|
|
506 * configure.in: Add Andrew Begel's shared library support for
|
|
507 MacOS X.
|
|
508
|
1375
|
509 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
510
|
|
511 * INSTALL: Give location of Darwin X11 downloads.
|
|
512
|
1349
|
513 2003-02-09 Ville Skyttä <scop@xemacs.org>
|
|
514
|
|
515 * configure: Remove pkgdir and all references to it (unused).
|
|
516 * configure.in: Ditto.
|
|
517 * Makefile.in.in: Ditto.
|
|
518
|
1338
|
519 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
520
|
|
521 * INSTALL: Reorganize, synch to configure.usage.
|
|
522
|
1332
|
523 2003-03-01 Ben Wing <ben@xemacs.org>
|
|
524
|
|
525 * PROBLEMS:
|
|
526 * PROBLEMS (Note):
|
|
527 * PROBLEMS (http):
|
|
528 * PROBLEMS (IMPORTANT):
|
|
529 Include nt/PROBLEMS and update. Add note about incremental
|
|
530 linking badness.
|
|
531
|
1330
|
532 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
533
|
|
534 * Makefile.in.in (mostlyclean):
|
|
535 * Makefile.in.in (clean):
|
|
536 * Makefile.in.in (top_distclean):
|
|
537 * Makefile.in.in (distclean):
|
|
538 Move src deletions to src/Makefile.in.in.
|
|
539
|
1318
|
540 2003-02-20 Ben Wing <ben@xemacs.org>
|
|
541
|
|
542 * PROBLEMS:
|
|
543 * PROBLEMS (event-stream.c): Removed.
|
|
544 * PROBLEMS (ABSTRACT):
|
|
545 * PROBLEMS (patch.):
|
|
546 * PROBLEMS (Note):
|
|
547 Add comment about Cygwin, unexec and sysmalloc.
|
|
548 Move some non-general stuff out of general.
|
|
549 Make a section for x86.
|
|
550
|
|
551 * configure.in (AC_INIT_NOTICE):
|
|
552 * configure.in (XE_COMPUTE_RUNPATH):
|
|
553 Add check for broken alloca in funcalls.
|
|
554
|
1314
|
555 2003-02-19 Ben Wing <ben@xemacs.org>
|
|
556
|
|
557 * Makefile.in.in:
|
|
558 * Makefile.in.in (GENERATED_HEADERS):
|
|
559 * Makefile.in.in (GENERATED_LISP): Removed.
|
|
560 * Makefile.in.in (.NO_PARALLEL):
|
|
561 * Makefile.in.in (beta):
|
|
562 * Makefile.in.in (dist):
|
|
563 * Makefile.in.in (batch): Removed.
|
|
564 * Makefile.in.in (batch_packages): Removed.
|
|
565 * Makefile.in.in (check): New.
|
|
566 * Makefile.in.in (finder): Removed.
|
|
567 * Makefile.in.in (check-features): New.
|
|
568 * Makefile.in.in (.PHONY):
|
|
569 * Makefile.in.in (install-only):
|
|
570 * Makefile.in.in (tagslisp):
|
|
571 * Makefile.in.in (info):
|
|
572 Major surgery. Move all stuff related to building anything in the
|
|
573 src/ directory into src/. Simplify the dependencies -- everything
|
|
574 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
|
|
575 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
|
|
576
|
1307
|
577 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
578
|
|
579 * XEmacs 21.5.11 "cabbage" is released.
|
|
580
|
1303
|
581 2003-02-15 Ben Wing <ben@xemacs.org>
|
|
582
|
|
583 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
|
|
584 to avoid multiple autoload-loading problem.
|
|
585 * configure.usage (--error-checking): Document quick-build better.
|
|
586
|
1294
|
587 2003-01-28 Martin Buchholz <martin@xemacs.org>
|
|
588
|
|
589 * configure.in (opsys): (AIX specific)
|
|
590 Use opsys=aix4-2 for AIX 5 and all future versions.
|
|
591
|
1283
|
592 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
593
|
|
594 * INSTALL: Recommend Mule, deprecate stripped binaries.
|
|
595
|
1259
|
596 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
597
|
|
598 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
|
|
599
|
|
600 * configure.in: Fix --srcdir processing.
|
|
601
|
1245
|
602 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
603
|
|
604 * PROBLEMS: Collect Motif information in one place.
|
|
605
|
1232
|
606 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
607
|
|
608 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
609 in lisp, lisp/mule, and modules.
|
|
610
|
1222
|
611 2003-01-14 Jerry James <james@xemacs.org>
|
|
612
|
|
613 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
|
|
614 module and --error-checking=all.
|
|
615
|
1214
|
616 2003-01-13 Ilya Golubev <golubev@xemacs.org>
|
|
617
|
|
618 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
|
|
619
|
1202
|
620 2003-01-12 Mike Sperber <mike@xemacs.org>
|
|
621
|
|
622 * configure.in: Check for strupr and strlwr.
|
|
623
|
|
624 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
625
|
|
626 * INSTALL (Rationale):
|
|
627 * configure.in (XE_COMPUTE_RUNPATH):
|
|
628 * configure.usage (Usage):
|
|
629 * configure.usage (--xemacs-compiler):
|
|
630 * configure.usage (--srcdir):
|
|
631 * configure.usage (--with-prefix):
|
|
632 * configure.usage (--bindir): New.
|
|
633 * configure.usage (--datadir): New.
|
|
634 * configure.usage (--statedir): New.
|
|
635 * configure.usage (--libdir): New.
|
|
636 * configure.usage (--infodir): New.
|
|
637 * configure.usage (--mandir): New.
|
|
638 * configure.usage (--lispdir): New.
|
|
639 * configure.usage (--sitelispdir): New.
|
|
640 * configure.usage (--etcdir): New.
|
|
641 * configure.usage (--lockdir): New.
|
|
642 * configure.usage (--archlibdir): New.
|
|
643 * configure.usage (--docdir): New.
|
|
644 * configure.usage (--moduledir): New.
|
|
645 * configure.usage (--with-site-lisp): New.
|
|
646 * configure.usage (--with-site-modules): New.
|
|
647 * configure.usage (--package-path): New.
|
|
648 * configure.usage (--infopath): New.
|
|
649 * configure.usage (--with-xmu):
|
|
650 * configure.usage (--with-tty):
|
|
651 * configure.usage (--with-gif):
|
|
652 * configure.usage (--native-sound-lib):
|
|
653 * configure.usage (--with-xim): New.
|
|
654 * configure.usage (--with-clash-detection): New.
|
|
655 * configure.usage (--with-database):
|
|
656 * configure.usage (--mail-locking):
|
|
657 * configure.usage (--with-ipv6-cname): Removed.
|
|
658 * configure.usage (--error-checking):
|
|
659 Redo usage message more logically, fix some problems. In configure,
|
|
660 when outputting the compilation options, put in a big ugly warning
|
|
661 about using union-type, since it's been known to trigger so many
|
|
662 compiler bugs, invariably leading to weird crashes.
|
|
663
|
1187
|
664 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
665
|
|
666 * XEmacs 21.5.10 "burdock" is released.
|
|
667
|
1157
|
668 2002-07-08 Andy Piper <andy@xemacs.org>
|
|
669
|
|
670 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
|
|
671 this anything other than zero was misguided.
|
|
672
|
1155
|
673 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
674
|
|
675 * configure.in: Make --pdump default per opsys; move Darwin's
|
|
676 setting and change Linux's default to yes.
|
|
677
|
1123
|
678 2002-11-27 Ben Wing <ben@xemacs.org>
|
|
679
|
|
680 * configure.in (CANONICALIZE_PATH):
|
|
681 * configure.in (TAB):
|
|
682 Check for GCC version and only use -Wpacked in v3.
|
|
683
|
1117
|
684 2002-10-14 Jerry James <james@xemacs.org>
|
|
685
|
|
686 * configure.in: Remove LISP_FLOAT_TYPE definition.
|
|
687
|
1111
|
688 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
689
|
|
690 * aclocal.m4 (cygwin_warn): New.
|
|
691 Disable shared library modules under Cygwin for the moment,
|
|
692 since we need some more tricky coding done and I don't have the
|
|
693 time right now.
|
|
694
|
|
695 * configure.in:
|
|
696 * configure.in (need_modules_common): New.
|
|
697 * configure.in (quoted_arguments):
|
|
698 * configure.in (stack_trace_eye_catcher):
|
|
699 * configure.in (CPP):
|
|
700 * configure.in (CFLAGS): New.
|
|
701 * configure.in (bitmapdir):
|
|
702 * configure.in (ldap_libs):
|
|
703 * configure.in (postgresql_libs):
|
|
704 * configure.in (all_widgets):
|
|
705 * configure.in (SUBDIR_MAKEFILES):
|
|
706 * configure.in (RECURSIVE_MAKE):
|
|
707 * configure.in (null_string):
|
|
708 * configure.in (Mail):
|
|
709 * configure.usage (--cflags):
|
|
710 * configure.usage (--cflags_warning): New.
|
|
711
|
|
712 Make sure we use the compiler in --xemacs-compiler to compile
|
|
713 the modules, too, or we will get link errors when trying to do
|
|
714 a C++ build.
|
|
715
|
|
716 Create a directory modules/common, in which is code common to all
|
|
717 the module Makefiles and configure.ac's. We create a separate
|
|
718 directory because we may be building in a separate source tree,
|
|
719 and need a way of accessing the common code (at least in the case
|
|
720 of the Makefile). Either we create symlinks for all necessary
|
|
721 files or one just for the directory -- the latter is more robust.
|
|
722
|
|
723 Add code to create the symlink for modules/common as necessary.
|
|
724 When creating the modules Makefiles, append the common code.
|
|
725
|
|
726 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
|
|
727 G++ v3.
|
|
728
|
|
729 Output correct compiler name in messages.
|
|
730
|
|
731 Separate warning flags from other C flags so that user-specified
|
|
732 --cflags doesn't disable warnings.
|
|
733
|
1100
|
734 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
735
|
|
736 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
|
|
737
|
|
738 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
|
1098
|
739
|
|
740 * PROBLEMS: Typo fix.
|
|
741
|
1092
|
742 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
|
|
743
|
|
744 * info/dir (File): button1 on a highlighted word doesn't
|
|
745 follow that cross-reference.
|
|
746
|
|
747 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
|
|
748
|
|
749 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
|
|
750
|
|
751 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
|
|
752
|
|
753 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
|
|
754 in lisp, lisp/mule, and modules.
|
|
755 ChangeLog: Fix my bogus email addresses.
|
|
756
|
1070
|
757 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
|
|
758
|
|
759 * configure.in (Check for POSIX functions): New section head.
|
|
760 getaddrinfo is detected on HP-UX 11.XX, but appears to be
|
|
761 non-functional. Disable it. Based on work by Darryl Okahata.
|
|
762
|
1092
|
763 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
|
1058
|
764
|
|
765 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
|
|
766
|
1092
|
767 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
|
1056
|
768
|
|
769 * PROBLEMS (Missing charsets): Remove ambiguity.
|
|
770
|
1045
|
771 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
772
|
|
773 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
|
|
774
|
1042
|
775 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
776
|
|
777 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
|
|
778
|
1036
|
779 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
780
|
|
781 * PROBLEMS (MacOS/X): Describe stack limitation.
|
|
782 (Digital Unix): Generalize to all regexp-using applications.
|
|
783 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
|
|
784 (PROBLEMS): Point to PROBLEMS file for build notes.
|
|
785 Thanks to Skip Montanaro for the report.
|
|
786
|
1011
|
787 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
788
|
|
789 * Makefile.in.in (TAGS tags): Descend into the modules directory
|
|
790 as well.
|
|
791
|
1009
|
792 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
793
|
|
794 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
|
|
795
|
997
|
796 2002-08-08 Jerry James <james@xemacs.org>
|
|
797
|
|
798 * Makefile.in.in (install-arch-dep): Install internal modules and
|
|
799 the corresponding autoload file.
|
|
800 * configure: Regenerate.
|
|
801 * configure.in: Detect module support early.
|
|
802 Define variables to be substituted in internal Makefiles.
|
|
803 Use ldap_libs instead of LIBS for LDAP libraries.
|
|
804 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
|
|
805 Introduce ld_libs_module for seamless module/no-module support.
|
|
806
|
981
|
807 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
808
|
|
809 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
810
|
975
|
811 2002-08-16 Steve Youngs <youngs@xemacs.org>
|
|
812
|
|
813 * version.sh (xemacs_extra_name): New var to identify XEmacs
|
|
814 version > release < next release. ie, release+cvs.
|
|
815
|
|
816 * configure.in: Test for xemacs_extra_name.
|
|
817
|
|
818 * configure: Re-generate.
|
|
819
|
974
|
820 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
821
|
|
822 * configure.usage: Reorder usage message to clarify what widgets
|
|
823 are supported and what aren't.
|
|
824
|
957
|
825 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
826
|
|
827 * PROBLEMS (General advice): Define runtime and build problems.
|
|
828
|
|
829 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
830
|
|
831 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
|
|
832
|
933
|
833 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
834
|
|
835 * XEmacs 21.5.8 "broccoli" is released.
|
|
836
|
925
|
837 2002-07-09 Mike Sperber <mike@xemacs.org>
|
|
838
|
|
839 * configure.usage:
|
|
840 * configure.in: Add --use-kkcc option for new GC algorithms.
|
|
841
|
917
|
842 2002-06-04 Jerry James <james@xemacs.org>
|
|
843
|
|
844 * configure.usage: Identify --with-modules as autodetecting.
|
|
845
|
915
|
846 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
847
|
|
848 * PROBLEMS: Add two basic configuration questions.
|
|
849
|
911
|
850 2002-07-08 Mike Sperber <mike@xemacs.org>
|
|
851
|
|
852 * configure.in: Test for wchar.h.
|
|
853
|
894
|
854 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
855
|
|
856 * XEmacs 21.5.7 "broccoflower" is released.
|
|
857
|
892
|
858 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
859
|
|
860 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
|
|
861
|
864
|
862 2002-05-22 Andy Piper <andy@xemacs.org>
|
|
863
|
|
864 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
|
|
865 xemacs can be running while we build a dist.
|
|
866
|
|
867 2002-05-07 Andy Piper <andy@xemacs.org>
|
|
868
|
|
869 * configure.in: undo autoconf 2.5x change.
|
|
870
|
|
871 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
872
|
|
873 * configure.in: make sure that a combined X and windows build gets
|
|
874 widgets.
|
|
875
|
|
876 2002-04-26 Andy Piper <andy@xemacs.org>
|
|
877
|
|
878 * configure.in: update to support autoconf 2.5x from Andreas
|
|
879 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
|
|
880
|
|
881 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
882
|
|
883 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
|
|
884
|
|
885 * etc/sample.init.el: Add description of initialization process,
|
|
886 the custom.el file, and code to load custom.el early instead of
|
|
887 late.
|
|
888
|
|
889 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
|
|
890
|
|
891 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
|
|
892
|
|
893 2002-04-25 Mike Fabian <mfabian@suse.de>
|
|
894
|
|
895 * configure.in: add option moduledir as mentioned in ./configure
|
|
896 --help
|
|
897
|
|
898 2001-04-21 Martin Buchholz <martin@xemacs.org>
|
|
899
|
|
900 * configure.in: Detect MacOS/X "Darwin".
|
|
901 Thanks to Greg Parker <gparker@cs.stanford.edu>.
|
|
902
|
|
903 2002-03-30 Steve Youngs <youngs@xemacs.org>
|
|
904
|
|
905 * etc/package-index.LATEST.pgp: Update to current reality.
|
|
906
|
|
907 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
908
|
|
909 * etc/TUTORIAL.se: New from Mats Lidell.
|
|
910
|
|
911 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
912
|
|
913 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
914 If "--with-widgets=yes" autodetect athena.
|
|
915
|
|
916 2001-12-29 Steve Youngs <youngs@xemacs.org>
|
|
917
|
|
918 * etc/package-index.LATEST.pgp: Update.
|
|
919
|
|
920 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
921
|
|
922 * configure.in (GTK): add -Wno-shadow.
|
|
923
|
|
924 2002-01-23 Jarl Friis <jarl@diku.dk>
|
|
925
|
|
926 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
|
|
927 note on patch etiquette.
|
|
928
|
853
|
929 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
930
|
|
931 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
932
|
846
|
933 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
934
|
|
935 * configure.in: Protect nocomboreloc linker arguments to avoid
|
|
936 problem on the ppc.
|
|
937
|
845
|
938 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
939
|
|
940 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
|
|
941 Linux runtime issues section.
|
|
942 * INSTALL: Improve description of mail locking.
|
|
943
|
835
|
944 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
945
|
|
946 * PROBLEMS (General): Decribe failed AUTH with EFS.
|
|
947
|
828
|
948 2002-04-23 Olivier Galibert <galibert@pobox.com>
|
|
949
|
|
950 * configure.in: Fix the "error checking" warning.
|
|
951
|
826
|
952 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
953
|
|
954 * README.packages: Update info about --package-path.
|
|
955
|
814
|
956 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
957
|
|
958 * TODO.ben-mule-21-5:
|
|
959 * TODO.ben-mule-21-5 (Priority): New.
|
|
960 Update.
|
|
961
|
808
|
962 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
963
|
|
964 * XEmacs 21.5.6 "bok choi" is released.
|
|
965
|
803
|
966 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
967
|
|
968 * CHANGES-beta: Update for release.
|
|
969
|
801
|
970 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
971
|
|
972 * Makefile.in.in (all):
|
|
973 * Makefile.in.in (finder):
|
|
974 * Makefile.in.in (Makefile):
|
|
975 * Makefile.in.in (SOURCES):
|
|
976 Try to make the Makefile notice if its source Makefile.in.in is
|
|
977 changed, and regenerate and run itself.
|
|
978
|
|
979 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
|
|
980 can't compile under Mule if a Lisp file has changed. (can't run
|
|
981 temacs)
|
|
982
|
|
983 * TODO.ben-mule-21-5 (bugs): update.
|
|
984
|
800
|
985 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
986
|
|
987 * TODO.ben-mule-21-5 (bugs): Update.
|
|
988
|
|
989 * configure.in (USAGE_ERROR):
|
|
990 * configure.in (CANONICALIZE_PATH):
|
|
991 * configure.in (XE_COMPUTE_RUNPATH):
|
|
992 Fix for new error-checking types.
|
|
993
|
793
|
994 2002-03-28 Ben Wing <ben@xemacs.org>
|
|
995
|
|
996 * etc/ChangeLog: New file.
|
|
997
|
|
998 Separated out all entries for etc/ into their own ChangeLog.
|
|
999 Includes entries for the following files:
|
|
1000
|
|
1001 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
|
|
1002 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
|
|
1003 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
|
|
1004 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
|
|
1005 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
|
|
1006 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
|
|
1007 etc/custom/example-themes/europe-theme.el,
|
|
1008 etc/custom/example-themes/ex-custom-file,
|
|
1009 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
|
|
1010 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
|
|
1011 etc/gnuserv.README, etc/package-index.LATEST.gpg,
|
|
1012 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
|
|
1013 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
|
|
1014 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
|
|
1015 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
|
|
1016 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
|
|
1017 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
|
|
1018 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
|
|
1019 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
|
|
1020 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
|
|
1021 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
|
|
1022
|
|
1023 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
1024
|
|
1025 * TODO.ben-mule-21-5 (bugs):
|
|
1026 * TODO.ben-mule-21-5 (Signaling): New.
|
|
1027 Add stuff from Frank Schmitt.
|
|
1028
|
788
|
1029 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
1030
|
|
1031 * TODO.ben-mule-21-5:
|
|
1032 * TODO.ben-mule-21-5 (bugs):
|
|
1033 Create bug list for latest problems.
|
|
1034
|
781
|
1035 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1036
|
|
1037 * README (http):
|
|
1038 Include a long, long description of the suggested directory layout
|
|
1039 for developing XEmacs. This should probably go as part of a
|
|
1040 larger document, a "Getting Started with Developing XEmacs". ####
|
|
1041 Does such a document exist?
|
|
1042
|
|
1043 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
1044
|
|
1045 * Some ChangeLog entries from stuff that got applied long ago
|
|
1046 never got checked in, due to the nasty SCCS "oops, i forgot again
|
|
1047 ..." bug.
|
|
1048
|
|
1049 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
1050
|
|
1051 * PROBLEMS:
|
|
1052 * PROBLEMS (Note):
|
|
1053 Correct general info about init file.
|
|
1054 Fix up Cygwin, Windows sections.
|
|
1055
|
777
|
1056 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1057
|
|
1058 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1059 check for sys/times.h.
|
|
1060
|
776
|
1061 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
1062
|
|
1063 * Makefile.in.in (batch):
|
|
1064 * Makefile.in.in (batch_packages):
|
|
1065 * Makefile.in.in (finder):
|
|
1066 * Makefile.in.in (check-features):
|
|
1067 * Makefile.in.in (install):
|
|
1068 Use -no-packages to avoid problems with package files shadowing
|
|
1069 core files (e.g. unicode.el in mule-ucs).
|
|
1070
|
774
|
1071 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
1072
|
776
|
1073 * The Great Mule Merge: See CHANGES-ben-mule.
|
774
|
1074
|
768
|
1075 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1076
|
|
1077 * XEmacs 21.5.5 "beets" is released.
|
|
1078
|
762
|
1079 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1080
|
|
1081 * CHANGES-beta: Prune pre-21.5 information.
|
|
1082
|
726
|
1083 2002-01-07 Jan Vroonhof <jan@xemacs.org>
|
|
1084
|
|
1085 * configure.in: Make explicit "--with-widgets" mean "=yes".
|
|
1086 If "--with-widgets=yes" autodetect athena.
|
|
1087
|
725
|
1088 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1089
|
|
1090 * XEmacs 21.5.4 "bamboo" is released.
|
|
1091
|
724
|
1092 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
1093
|
|
1094 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
|
|
1095
|
|
1096 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
|
|
1097
|
|
1098 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
|
|
1099
|
|
1100 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
|
|
1101
|
|
1102 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
|
|
1103
|
|
1104 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
1105
|
|
1106 * configure.in (option processing): with_widgets=m is ambiguous;
|
|
1107 don't allow it.
|
|
1108 (AC_CHECKING for the Athena widgets): Don't check for Athena when
|
|
1109 with_widgets=no.
|
|
1110
|
|
1111 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1112
|
|
1113 * configure.usage: Various documentation improvements.
|
|
1114
|
|
1115 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
|
|
1116 * configure.usage:
|
|
1117 * PROBLEMS (IPv6 CNAME lookup):
|
|
1118 Document it.
|
|
1119
|
721
|
1120 2002-01-02 Adrian Aichner <adrian@xemacs.org>
|
|
1121
|
|
1122 * info/dir (File): Reword entry for Emodules according to
|
|
1123 ../man/emodules.texi.
|
|
1124
|
705
|
1125 2001-12-18 Adrian Aichner <adrian@xemacs.org>
|
|
1126
|
|
1127 * info\.cvsignore: Correct pattern to match all info files.
|
|
1128
|
701
|
1129 2001-12-16 Adrian Aichner <adrian@xemacs.org>
|
|
1130
|
|
1131 * info\.cvsignore: Info files are generated, so let's ignore them
|
|
1132 all.
|
|
1133
|
699
|
1134 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
1135
|
|
1136 * info\dir (File): Update version to 21.5.
|
|
1137
|
668
|
1138 2001-08-29 Jered Floyd <jered@MIT.EDU>
|
|
1139
|
|
1140 * configure.in (moduledir,sitemoduledir,archlibdir):
|
|
1141 Place arch-specific files under ${libdir}, not under ${datadir}.
|
|
1142
|
667
|
1143 2001-09-25 Didier Verna <didier@xemacs.org>
|
|
1144
|
|
1145 * configure.ac: new. Autoconf 2.5x guard.
|
|
1146
|
708
|
1147 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
|
|
1148
|
|
1149 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
|
|
1150
|
|
1151 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1152
|
|
1153 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
|
|
1154 instead of -z combreloc, to avoid confusing Solaris.
|
|
1155
|
|
1156 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1157
|
|
1158 * configure.usage: Makefile.in -> Makefile.in.in.
|
|
1159
|
|
1160 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1161
|
|
1162 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
|
|
1163 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
|
|
1164
|
|
1165 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1166
|
|
1167 * configure.in: Fix typos in comments.
|
|
1168 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
|
|
1169 * (Installation): Suggest pdump instead of -z nocomboreloc.
|
|
1170 * configure.usage: Document --quick-build.
|
|
1171
|
|
1172 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1173
|
|
1174 * configure.in: Typo in reference to with_ipv6_cname.
|
|
1175
|
|
1176 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1177
|
|
1178 * configure.in: Initialize with_ipv6_cname=no.
|
|
1179 * configure.usage: Document it.
|
|
1180
|
|
1181 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1182
|
|
1183 * configure.in: Document that autoconf 2.5x is unsupported.
|
|
1184
|
664
|
1185 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
1186
|
|
1187 * configure.in (TAB):
|
|
1188 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1189 Don't use -Wshadow when compiling with g++ or you get buried in
|
|
1190 silly warnings. This patch was already applied but somehow got
|
|
1191 unapplied. Stephen?
|
|
1192
|
|
1193 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
1194
|
|
1195 * configure.in (TAB): Don't use -Wshadow when compiling with
|
|
1196 g++ or you get buried in silly warnings.
|
|
1197 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
|
|
1198 compiling --with-msw, --with-x=no, --with-tty=no.
|
|
1199
|
654
|
1200 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1201
|
|
1202 * XEmacs 21.5.3 "asparagus" is released.
|
|
1203
|
642
|
1204 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
|
|
1205
|
|
1206 * configure.usage (--with-dialogs): added lucid to list of options
|
|
1207 * configure.usage (--with-widgets): added lucid to list of options
|
|
1208 * configure.usage (--with-dragndrop): added GTK to list of protocols
|
|
1209 * configure.usage (--mail-locking): added `locking' or `mmdf' to
|
|
1210 list of options syncing options documentation with those in
|
|
1211 configure.in
|
|
1212
|
641
|
1213 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1214
|
|
1215 * XEmacs 21.5.2 "artichoke" is released.
|
|
1216
|
623
|
1217 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1218
|
|
1219 * README:
|
|
1220 * README (http):
|
|
1221 * README (ftp):
|
|
1222 Rewrite.
|
|
1223
|
598
|
1224 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1225
|
|
1226 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
|
|
1227 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
|
|
1228 properly integrated into the build system.
|
|
1229 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
|
|
1230
|
594
|
1231 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1232
|
|
1233 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1234 * configure.in (USAGE_ERROR):
|
|
1235 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1236 Fix problems detecting both native and Linux sound on Cygwin
|
|
1237 when compiled with --with-msw=no.
|
|
1238
|
|
1239 Rearrange file-coding handling a bit to avoid warning when
|
|
1240 compiling with Mule.
|
|
1241
|
|
1242 2001-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1243
|
|
1244 * configure.in (--xemacs-compiler): New.
|
|
1245 * configure.usage:
|
|
1246 * INSTALL:
|
|
1247 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
|
|
1248 Explain how to build xemacs using a C++ compiler.
|
|
1249
|
585
|
1250 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
1251
|
|
1252 * configure.in: Remove stray backslash.
|
|
1253
|
582
|
1254 2001-05-26 Ben Wing <ben@xemacs.org>
|
|
1255
|
|
1256 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1257 rewrite warning output so that it doesn't happen by default --
|
|
1258 you should only get warnings when something is actively wrong,
|
|
1259 not just because a feature is not present.
|
|
1260
|
567
|
1261 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
1262
|
|
1263 * configure.in: See if mkstemp is available for movemail.c
|
|
1264
|
559
|
1265 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
1266
|
|
1267 * configure.in (AC_INIT_PARSE_ARGS):
|
|
1268 * configure.in (TAB):
|
|
1269 * configure.in (XE_COMPUTE_RUNPATH):
|
|
1270 add some support for eventually turning on file coding by
|
|
1271 default. Fix numerous places where AC_MSG_WARN had quotes
|
|
1272 around its arg, which is bad. Replace with []. Same for
|
|
1273 AC_MSG_ERROR.
|
|
1274
|
|
1275 2001-05-15 Steve Youngs <youngs@xemacs.org>
|
667
|
1276 * configure.in:
|
557
|
1277 If no native dumper (UNEXEC) is defined, simply use pdump.
|
|
1278 If no SYSTEM_TYPE is defined, choose an appopriate default.
|
|
1279
|
554
|
1280 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1281
|
|
1282 * configure.in: Reverse the order of Windows and Linux sound tests
|
|
1283 so that Cygwin will find Windows first.
|
|
1284
|
559
|
1285 2001-05-14 Martin Buchholz <martin@xemacs.org>
|
|
1286
|
|
1287 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
|
541
|
1288
|
535
|
1289 2001-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1290
|
667
|
1291 * configure.in:
|
535
|
1292 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
|
|
1293
|
532
|
1294 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1295
|
|
1296 * Makefile.in.in (all):
|
|
1297 * Makefile.in.in (configure):
|
|
1298 * Makefile.in.in (finder):
|
|
1299 remove autoload targets.
|
|
1300
|
527
|
1301 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
|
|
1302
|
|
1303 * configure.in: Check gtk version validity only when gtk-config
|
|
1304 exists.
|
|
1305
|
522
|
1306 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1307
|
|
1308 * XEmacs 21.5.1 "anise" is released.
|
|
1309
|
505
|
1310 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1311
|
667
|
1312 * configure.in (opsys):
|
505
|
1313 Use lower-case `uname -s` as the default value for opsys.
|
|
1314 The previous code effectively did the non-sensical
|
|
1315 opsys=$canonical because [] magically disappear in configure.in.
|
|
1316
|
472
|
1317 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1318
|
|
1319 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1320
|
464
|
1321 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
1322
|
|
1323 * configure.in: Don't #define __STDC__ in confdefs.h
|
|
1324
|
|
1325 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1326
|
|
1327 * configure.usage: Document --with-file-coding.
|
|
1328
|
|
1329 * configure.in:
|
|
1330 * configure:
|
|
1331 Fix typo, add -Wsign-compare if GCC, run autoconf.
|
|
1332
|
|
1333 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1334
|
|
1335 * PROBLEMS (Problems with running XEmacs):
|
|
1336 Document TMPDIR lossage in gnuserv/gnuclient.
|
|
1337
|
462
|
1338 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1339
|
|
1340 * XEmacs 21.2.46 "Urania" is released.
|
|
1341
|
|
1342 2001-03-19 Andy Piper <andy@xemacs.org>
|
|
1343
|
|
1344 * configure.in: default rel-alloc to off under cygwin
|
|
1345
|
|
1346 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1347
|
|
1348 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
|
|
1349
|
|
1350 * CHANGES-beta:
|
|
1351 * configure.in:
|
|
1352 Fix gratuitous whitespace changes from GTK merge.
|
|
1353
|
|
1354 * configure.usage: Untabify --with-{gtk,gnome}.
|
|
1355
|
|
1356 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
1357
|
|
1358 * configure.in: only pick up mingw directory.
|
|
1359
|
|
1360 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
1361
|
|
1362 * info\dir: Update to 21.4; clean up descriptions of manuals;
|
|
1363 replace misnomer "Local Packages" with more correct "Other
|
|
1364 Documentation".
|
|
1365
|
|
1366 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
1367
|
|
1368 * CHANGES-beta:
|
|
1369 * configure.in:
|
|
1370 * configure.usage:
|
|
1371 The Great GTK Merge.
|
|
1372
|
|
1373 2001-02-23 Andy Piper <andy@xemacs.org>
|
|
1374
|
|
1375 * configure.usage (--with-netinstall): add docs.
|
|
1376
|
|
1377 * configure.in: with_netinstall is a new option. Default to off.
|
|
1378
|
460
|
1379 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1380
|
|
1381 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
1382
|
|
1383 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
1384
|
|
1385 * aclocal.m4: Fix module support for AIX cc.
|
|
1386 Support possible future OSes irix7, aix5, osf[56].
|
|
1387
|
|
1388 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
1389
|
|
1390 * configure.in: No need for NON_GNU_CPP on SCO.
|
|
1391
|
|
1392 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1393
|
|
1394 * configure.in: Prefer utime to utimes - it's more standard.
|
|
1395 Remove explicit checking for struct utimbuf.
|
|
1396 Remove explicit checking for <utime.h>.
|
|
1397 Combined into one simpler test for utime.
|
|
1398 Add explicit check for utimes, if utime not found.
|
|
1399
|
458
|
1400 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1401
|
|
1402 * XEmacs 21.2.44 "Thalia" is released.
|
|
1403
|
|
1404 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
1405
|
|
1406 * configure.in: Remove bogus path variable definitions.
|
|
1407 Reflect the fact that specifying --datadir also affects docdir and
|
|
1408 archlibdir.
|
|
1409
|
|
1410 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
1411
|
|
1412 * configure.in: Only use -Wpointer-arith on non-glibc systems.
|
|
1413
|
|
1414 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
1415
|
|
1416 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
|
|
1417 for the sake of gcc 2.97 fixincludes, which breaks it.
|
|
1418
|
|
1419 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
1420
|
|
1421 * configure.in: Check for util.h for NetBSD's openpty.
|
|
1422
|
|
1423 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
1424
|
|
1425 * config.sub: Upgrade to offical version 2001-01-12.
|
|
1426 * config.guess: Upgrade to offical version 2001-01-17.
|
|
1427
|
456
|
1428 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1429
|
|
1430 * XEmacs 21.2.43 "Terspichore" is released.
|
|
1431
|
|
1432 2001-01-21 Steve Youngs <youngs@xemacs.org>
|
|
1433
|
|
1434 * README.packages: Doc fix.
|
|
1435
|
|
1436 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
1437
|
|
1438 * README.packages: Update.
|
|
1439
|
454
|
1440 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1441
|
|
1442 * XEmacs 21.2.42 "Poseidon" is released.
|
|
1443
|
|
1444 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1445
|
|
1446 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
|
|
1447
|
|
1448 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1449
|
|
1450 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
|
|
1451 --with-ld=/usr/ccs/bin/ld
|
|
1452
|
|
1453 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
|
|
1454
|
|
1455 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
|
|
1456 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
|
|
1457
|
|
1458 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
1459
|
|
1460 * NEWS: document the modeline horizontal scrolling feature.
|
|
1461
|
452
|
1462 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1463
|
|
1464 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
1465
|
|
1466 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
1467
|
|
1468 * PROBLEMS: Document MIPSpro ICE problem workaround.
|
|
1469
|
|
1470 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
1471
|
|
1472 * configure.in: check for dlopen by linking program with
|
|
1473 <dlfcn.h>.
|
|
1474
|
|
1475 2001-01-08 Andy Piper <andy@xemacs.org>
|
|
1476
|
|
1477 * configure.in: add extra_includes and populate appropriately for
|
|
1478 cygwin and mingw.
|
|
1479
|
|
1480 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
1481
|
|
1482 * configure.in: allow --with-widgets=msw
|
|
1483
|
450
|
1484 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1485
|
|
1486 * XEmacs 21.2.40 is released.
|
|
1487
|
|
1488 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1489
|
|
1490 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
|
|
1491
|
|
1492 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1493
|
|
1494 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
|
|
1495 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
|
|
1496
|
|
1497 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
1498
|
|
1499 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
|
|
1500 of input-method-xfs.o.
|
|
1501
|
|
1502 * configure: ditto
|
|
1503
|
448
|
1504 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1505
|
|
1506 * XEmacs 21.2.39 is released.
|
|
1507
|
|
1508 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
1509
|
|
1510 * configure.in: Added check if the berkdb has db_create or not.
|
|
1511
|
|
1512 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1513
|
|
1514 * configure.in: Fix broken gcc detection for 2.7.2.
|
|
1515
|
|
1516 2000-12-11 Andy Piper <andy@xemacs.org>
|
|
1517
|
|
1518 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
|
|
1519
|
|
1520 * netinstall: new net installer for MS-Windows.
|
|
1521
|
446
|
1522 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1523
|
|
1524 * XEmacs 21.2.38 is released.
|
|
1525
|
454
|
1526 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
446
|
1527
|
|
1528 * configure.in: Only show message about DnD API if compiling with DnD
|
|
1529
|
|
1530 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
1531
|
|
1532 * configure.in: Autodetect elf.h.
|
|
1533
|
444
|
1534 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
1535
|
|
1536 * XEmacs 21.2.37 is released.
|
|
1537
|
|
1538 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1539
|
|
1540 * README.packages: Add "uninstalled package" FAQ.
|
|
1541
|
|
1542 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
1543
|
|
1544 * configure.in: Handle alloca with Compaq C on Alpha Linux.
|
|
1545
|
|
1546 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
1547
|
|
1548 * configure.in: Oops, _getpt ==> _getpty
|
|
1549
|
|
1550 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1551
|
|
1552 * Makefile.in.in: Remove lockdir related things.
|
|
1553
|
|
1554 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
1555
|
|
1556 * configure.in:
|
|
1557 Remove checking for XFree86. Use feature tests instead!
|
|
1558 Add check for XRegisterIMInstantiateCallback.
|
|
1559 Add check for XRegisterIMInstantiateCallback's prototype.
|
|
1560
|
|
1561 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
|
|
1562
|
|
1563 * configure.in: Typo - missing paren.
|
|
1564
|
|
1565 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
1566
|
454
|
1567 * configure.in:
|
444
|
1568 Use stropts.h, not sys/stropts.h.
|
|
1569 Use strtio.h, not sys/strtio.h.
|
|
1570
|
|
1571 2000-10-06 Martin Buchholz <martin@xemacs.org>
|
|
1572
|
|
1573 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
|
|
1574
|
442
|
1575 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
1576
|
|
1577 * XEmacs 21.2.36 is released.
|
|
1578
|
|
1579 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
1580
|
|
1581 * configure.in: Big signal/process handling overhaul.
|
|
1582 Autoconfiscate lots of functions and headers:
|
|
1583 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
|
|
1584 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
|
|
1585
|
|
1586 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
1587
|
|
1588 * *: Spelling mega-patch
|
|
1589
|
|
1590 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1591
|
|
1592 * configure.in: Remove strcasecmp.
|
|
1593
|
|
1594 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
1595
|
|
1596 * configure.in: Add -Kalloca to $c_switch_system when using
|
|
1597 Unixware native compiler (if necessary).
|
|
1598
|
|
1599 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
1600
|
|
1601 * configure.in: Prevent spurious "No" in configure output when not
|
|
1602 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
|
|
1603
|
|
1604 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
1605
|
|
1606 * configure.in: Save 2 sed process invocations per Makefile.
|
|
1607
|
|
1608 2000-08-22 SL Baur <steve@turbolinux.co.jp>
|
|
1609
|
|
1610 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
|
|
1611 to link path if compiling on Alpha/Linux.
|
|
1612
|
|
1613 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
1614
|
|
1615 * Makefile.in.in (depend): cd to the correct directory.
|
|
1616
|
|
1617 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
1618
|
|
1619 * configure.in: with_widgets is incompatible with X11 R4.
|
|
1620
|
|
1621 * configure.in: Make Balloon Help conditional on finding shape.h
|
|
1622
|
|
1623 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
1624
|
|
1625 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
|
|
1626 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
|
|
1627
|
|
1628 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1629
|
|
1630 * configure.usage: Remove lockdir document.
|
|
1631
|
|
1632 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
1633
|
|
1634 * configure.in:
|
|
1635 Make knowledge of machine and opsys optional.
|
|
1636 Make existence of s&m files optional.
|
|
1637 Rely on configure alone if s&m files not found.
|
|
1638
|
|
1639 * configure.in:
|
|
1640 Use only configure-time tests to detect getloadavg().
|
|
1641 Don't check for kstat.h if we have getloadavg().
|
|
1642 Check for sys/loadavg.h if we have getloadavg().
|
|
1643
|
|
1644 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
1645
|
|
1646 * Makefile.in.in (configure):
|
|
1647 all-elcs target now uses update-elc-2.el not update-elc.sh
|
|
1648
|
|
1649 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
1650
|
|
1651 * XEmacs 21.2.35 is released.
|
|
1652
|
|
1653 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
1654
|
|
1655 * configure.in: --with-menubars=yes should not be an error.
|
|
1656
|
|
1657 * configure.in: "compiling in support for Athena" message was
|
|
1658 sometimes lying.
|
|
1659
|
|
1660 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
1661
|
|
1662 * configure.in: Rewrite xmkmf symbol detection to avoid
|
|
1663 redefinition of symbols we've already defined.
|
|
1664 Also, handle xmkmf symbols with values other than 1.
|
|
1665
|
|
1666 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
1667
|
454
|
1668 * configure.in:
|
442
|
1669 Make sure Unix98 socklen_t is defined.
|
|
1670 Use ANSI C mode `-std1' with DEC C instead of `-std'.
|
|
1671
|
|
1672 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1673
|
454
|
1674 * configure.in:
|
442
|
1675 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
1676 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
1677
|
454
|
1678 * modules/zlib/Makefile:
|
|
1679 * modules/sample/Makefile:
|
|
1680 * modules/ldap/Makefile:
|
|
1681 * modules/base64/Makefile:
|
|
1682 * Makefile.in.in:
|
442
|
1683 rm -f ==> $(RM)
|
|
1684 define SHELL=/bin/sh
|
|
1685
|
|
1686 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1687
|
|
1688 * configure.in: PostgreSQL rewrite.
|
|
1689 - Don't look for postgreSQL in /usr/local.
|
|
1690 - Simplify detection code.
|
|
1691 - Don't use SMART_INCLUDE.
|
|
1692 - Don't autodetect if --with-postgresql=no.
|
|
1693
|
|
1694 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
1695
|
|
1696 * configure.usage: addl doc for graphics libs, with-msw.
|
|
1697
|
|
1698 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
1699
|
|
1700 * configure.in: sh builtin `test' uses `=', not `=='.
|
|
1701
|
|
1702 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
1703
|
|
1704 * configure.in: add -lcomdlg32 for cygwin.
|
454
|
1705
|
442
|
1706 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
1707
|
|
1708 * aclocal.m4 (can_build_shared):
|
|
1709 First pass at module support for cygwin and mingw.
|
454
|
1710
|
442
|
1711 * configure:
|
|
1712 * configure (xe_check_libs):
|
|
1713 * configure (acfindx):
|
|
1714 * configure (ac_x_includes):
|
|
1715 * configure (ac_x_libraries):
|
|
1716 * configure (ac_cv_lib_dnet_dnet_ntoa):
|
|
1717 * configure (xe_msg_checking):
|
|
1718 * configure (xe_runpath_dir):
|
|
1719 * configure (xetest):
|
|
1720 * configure (ac_err):
|
|
1721 * configure (ac_safe):
|
|
1722 * configure (with_xmu):
|
|
1723 * configure (bitmapdir):
|
|
1724 * configure (with_xauth):
|
|
1725 * configure (libs_xauth):
|
|
1726 * configure (with_cde):
|
|
1727 * configure (with_ldap):
|
|
1728 * configure (with_ldap_krbdes):
|
|
1729 * configure (save_c_switch_site):
|
|
1730 * configure (with_postgresql):
|
|
1731 * configure (with_xface):
|
|
1732 * configure (with_jpeg):
|
|
1733 * configure (with_png):
|
|
1734 * configure (with_tiff):
|
|
1735 * configure (athena_lib):
|
|
1736 * configure (have_motif):
|
|
1737 * configure (all_widgets):
|
|
1738 * configure (with_xim):
|
|
1739 * configure (with_xfs):
|
|
1740 * configure (with_wnn):
|
|
1741 * configure (with_canna):
|
|
1742 * configure (extra_objs):
|
|
1743 * configure (ac_cv_c_inline):
|
|
1744 * configure (have_esd_config):
|
|
1745 * configure (c_switch_site):
|
|
1746 * configure (with_ncurses):
|
|
1747 * configure (with_gpm):
|
|
1748 * configure (xealias):
|
|
1749 * configure (xehost_os):
|
|
1750 * configure (can_build_shared):
|
|
1751 * configure (xcldf):
|
|
1752 * configure (LTLD):
|
|
1753 * configure (ld_dynamic_link_flags):
|
|
1754 * configure (Mail):
|
|
1755 * configure.in:
|
|
1756 * configure.in (after_morecore_hook_exists):
|
|
1757 * configure.in (xetest):
|
|
1758 * configure.in (emacs_cv_localtime_cache):
|
|
1759 * configure.in (Mail):
|
|
1760 * configure.in:
|
|
1761 Clean up configure support for cygwin and mingw.
|
|
1762
|
|
1763 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
|
|
1764
|
|
1765 * PROBLEMS: Document broken native audio for recent patches and
|
|
1766 releases of HP-UX.
|
|
1767
|
|
1768 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
1769
|
|
1770 * Makefile.in.in (install-arch-dep):
|
|
1771 WINDOWSNT -> WIN32_NATIVE.
|
|
1772 __CYGWIN32__ -> CYGWIN.
|
|
1773
|
|
1774 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
1775
|
|
1776 * configure.in: Recognize s390.
|
|
1777
|
|
1778 * config.guess: New version from GNU config archive.
|
|
1779 * config.sub: Likewise.
|
|
1780
|
|
1781 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1782
|
|
1783 * XEmacs 21.2.34 is released.
|
|
1784
|
|
1785 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1786
|
|
1787 * configure.in:
|
|
1788 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
|
|
1789 Remove unused variable use_minimal_tagbits.
|
|
1790
|
|
1791 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1792
|
|
1793 * configure.in: Remove lockdir.
|
|
1794
|
|
1795 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
1796
|
|
1797 * XEmacs 21.2.33 is released.
|
|
1798
|
|
1799 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
1800
|
|
1801 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
|
|
1802 the value of LD.
|
|
1803
|
|
1804 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
1805
|
|
1806 * configure.in: add support for --quick-build. Remove --no-doc-file,
|
|
1807 subsumed.
|
|
1808
|
|
1809 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
1810
|
454
|
1811 * configure.in:
|
442
|
1812 * src/config.h.in:
|
|
1813 Rewrite SMART_INCLUDE implementation to actually work.
|
|
1814 Be paranoid - Avoid use of spaces in these macro definitions.
|
454
|
1815 Leave alloca() definition at start of compilation unit,
|
442
|
1816 as AIX requests.
|
|
1817 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
|
|
1818
|
|
1819 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1820
|
|
1821 * configure.in: Enable clash-detection by default.
|
|
1822 * configure.usage: Update documentation.
|
|
1823
|
|
1824 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
1825
|
|
1826 * configure.in: fix typo.
|
|
1827
|
|
1828 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1829
|
|
1830 * configure.in : Fix printing error check warning even if
|
|
1831 it is not compiled in.
|
|
1832
|
|
1833 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1834
|
|
1835 * xemacs/configure.in: Do a normal link when compiling with
|
|
1836 --pdump. Don't try compiling an unexec object file.
|
454
|
1837
|
442
|
1838 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
1839
|
|
1840 * configure.in: reorganize the output by topic.
|
|
1841 New configure test to define the proper SMART_INCLUDE macro.
|
|
1842
|
|
1843 * configure.usage: slightly rearanged some options.
|
|
1844
|
|
1845 2000-03-25 Didier Verna <didier@xemacs.org>
|
|
1846
|
|
1847 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
|
|
1848 representing real headers and not directories. This applies to
|
|
1849 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
|
|
1850 `soundcard_h_path'.
|
|
1851
|
|
1852 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
1853
|
|
1854 * configure.in: try to find postgresql headers at different places
|
|
1855 and define POSTGRES_H_PATH as appropriate.
|
|
1856
|
|
1857 2000-03-22 Andy Piper <andy@xemacs.org>
|
|
1858
|
|
1859 * config.h.in: add ERROR_CHECK_GLYPHS.
|
|
1860
|
|
1861 * configure.in: add error_check_glyphs.
|
|
1862
|
|
1863 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
1864
|
|
1865 * XEmacs 21.2.32 is released.
|
|
1866
|
|
1867 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
1868
|
|
1869 * configure.in: Add dumper.o object when pdumping.
|
|
1870
|
|
1871 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
1872
|
|
1873 * Makefile.in.in: Add pdump install support
|
|
1874
|
|
1875 * configure.in: Add EMACS_PROGNAME config.h variable.
|
|
1876
|
|
1877 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
1878
|
|
1879 * configure.usage: document --with-postgresql flag.
|
|
1880
|
|
1881 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
1882
|
|
1883 * configure.in: add autodetection of PostgreSQL runtime libraries
|
|
1884
|
|
1885 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1886
|
|
1887 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
|
|
1888 when C compiler can produce shared libraries.
|
|
1889
|
|
1890 2000-02-26 Martin Buchholz <martin@xemacs.org>
|
|
1891
|
|
1892 * configure.in: Unconditionally define SHELL, to allow working
|
|
1893 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
|
|
1894
|
|
1895 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1896
|
|
1897 * XEmacs 21.2.31 is released.
|
|
1898
|
|
1899 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
1900
|
|
1901 * XEmacs 21.2.30 is released.
|
|
1902
|
|
1903 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
1904
|
|
1905 * configure.in: Enforce use of autoconf version >= 2.13.
|
|
1906
|
|
1907 * configure.in: Fix OS release test on Solaris.
|
|
1908
|
|
1909 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
|
|
1910
|
|
1911 * PROBLEMS: Update email address. Describe more HP Motif errors.
|
|
1912
|
|
1913 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1914
|
|
1915 * configure.in: Split Solaris version test in two parts. In the
|
|
1916 Bourne shell the "-a" operator does NOT short-circuit.
|
|
1917
|
|
1918 1999-12-15 Jan Vroonhof <jan@xemacs.org>
|
|
1919
|
|
1920 * (configure.in): Autodetect broken gcc versions. Patch from WM
|
|
1921 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
|
|
1922
|
|
1923 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
1924
|
|
1925 * configure.in: Autodetect sys/param.h. Reorganize
|
|
1926 AC_CHECK_HEADERS call.
|
|
1927 * src/config.h.in: Add HAVE_SYS_PARAM_H.
|
|
1928
|
|
1929 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1930
|
|
1931 * configure.in: Test for arm simply using arm* instead of arm-*
|
|
1932
|
|
1933 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1934
|
|
1935 * XEmacs 21.2.29 is released.
|
|
1936
|
|
1937 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1938
|
|
1939 * configure.in: Don't use rel_alloc if malloc() calls mmap().
|
|
1940 Discover this by looking for M_MMAP_THRESHOLD.
|
|
1941
|
|
1942 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
|
|
1943 bugs in (at least) Solaris 2.5 headers.
|
|
1944
|
|
1945 2000-01-29 Craig Lanning <CraigL@DyCon.com>
|
|
1946
|
|
1947 * configure.in: Fix detection of XPM on systems without X11.
|
|
1948
|
|
1949 2000-02-11 Martin Buchholz <martin@xemacs.org>
|
|
1950
|
|
1951 * configure.in:
|
|
1952 * src/config.h.in:
|
|
1953 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
|
|
1954 but only on tested Operating systems - Linux && SunOS >= 5.5.
|
|
1955
|
|
1956 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
1957
|
|
1958 * aclocal.m4: Support dlls on aix[34].
|
|
1959
|
|
1960 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1961
|
|
1962 * .cvsignore: Ignore gmon.out
|
|
1963
|
|
1964 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1965
|
|
1966 * configure.in: Sync Berkeley db autodetection with src/database.c
|
|
1967
|
|
1968 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1969
|
|
1970 * configure.in: check for XConvertCase.
|
|
1971
|
440
|
1972 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1973
|
|
1974 * XEmacs 21.2.28 is released.
|
|
1975
|
|
1976 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
442
|
1977
|
440
|
1978 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
|
|
1979
|
|
1980 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1981
|
|
1982 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
|
|
1983
|
|
1984 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
1985
|
|
1986 * configure.in: Always use our own realpath(), not the system one.
|
|
1987
|
|
1988 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
1989
|
|
1990 * configure.in: Default Drag-N-Drop to "no"
|
|
1991
|
|
1992 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
1993
|
|
1994 * configure.in: add new machine type for IRIX 6.[2-5] to
|
|
1995 switch from using unexelf.o to unexelfsgi.o for just those
|
|
1996 versions of IRIX.
|
|
1997 In the ideal world it would be handled by the s/irix6-0.h but
|
|
1998 since machine config is included AFTER OS config, I had to add a
|
|
1999 new machine type.
|
|
2000
|
|
2001 2000-01-22 Andy Piper <andy@xemacs.org>
|
|
2002
|
|
2003 * configure.in: add winspool to windows libraries.
|
|
2004
|
|
2005 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
2006
|
|
2007 * configure.in: Add more warnings to default gcc flags.
|
|
2008
|
|
2009 2000-01-20 Daniel Pittman <daniel@danann.net>
|
|
2010
|
|
2011 * configure.in: Find Athena headers hidden in even more obscure
|
|
2012 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
|
|
2013
|
|
2014 2000-01-19 Martin Buchholz <martin@xemacs.org>
|
|
2015
|
|
2016 * configure.in: Add support for NetWinders.
|
|
2017 Patch by Sean MacLennan <seanm@netwinder.org>
|
|
2018
|
|
2019 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2020
|
|
2021 * configure.in: Use /etc/ld.so.conf at link-time, if available.
|
|
2022
|
438
|
2023 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2024
|
|
2025 * XEmacs 21.2.27 is released.
|
|
2026
|
|
2027 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
2028
|
|
2029 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
|
|
2030
|
|
2031 * configure.in: Add `tests' symlink to make it easier to find
|
|
2032 automated tests directory.
|
|
2033
|
|
2034 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
2035
|
|
2036 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
|
|
2037 before the cygwin headers.
|
|
2038
|
|
2039 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2040
|
442
|
2041 * configure.in:
|
438
|
2042 - Allow find-tag to work in the build directory.
|
|
2043 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
|
|
2044 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
|
|
2045
|
|
2046 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
|
|
2047
|
|
2048 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
|
|
2049 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
|
|
2050
|
|
2051 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2052
|
|
2053 * configure.usage (--mail-locking):
|
|
2054 * configure.in: Handle --mail-locking option correctly in
|
|
2055 preparation for the movemail locking overhaul.
|
|
2056
|
|
2057 2000-01-05 Daniel Pittman <daniel@danann.net>
|
|
2058
|
|
2059 * configure.in (Installation): Report which Athena header/library
|
|
2060 combo is being used.
|
|
2061
|
436
|
2062 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2063
|
|
2064 * XEmacs 21.2.26 is released.
|
|
2065
|
434
|
2066 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2067
|
|
2068 * XEmacs 21.2.25 is released.
|
|
2069
|
|
2070 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2071
|
|
2072 * README: Remove msdos part.
|
|
2073
|
|
2074 1999-12-17 Martin Buchholz <martin@xemacs.org>
|
|
2075
|
|
2076 * configure.in: Oops. xpm doesn't actually depend on X11.
|
|
2077 I got confused by the name (like others get confused by `xemacs'?)
|
|
2078
|
432
|
2079 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
2080
|
|
2081 * XEmacs 21.2.24 is released.
|
|
2082
|
|
2083 1999-12-13 Martin Buchholz <martin@xemacs.org>
|
|
2084
|
442
|
2085 * configure.in:
|
432
|
2086 * configure.usage:
|
|
2087 - Autodetect NAS. Change Docs accordingly.
|
|
2088
|
|
2089 * configure.in: Warn if configure --with-xpm --without-x11.
|
|
2090
|
|
2091 1999-12-09 Martin Buchholz <martin@xemacs.org>
|
|
2092
|
|
2093 * configure.in: Clean up sound support.
|
|
2094 - variable `old_nas' was used but never set.
|
|
2095 - change `with_esd' to `with_esd_sound' for consistency.
|
|
2096 - Don't trust the output of `esd-config --libs`; test it.
|
|
2097 - Add `esd-config --cflags` to c_switch_site.
|
|
2098 - Die if ESD sound requested, but not available.
|
|
2099 - ESD is not dependent on X, therefore use LIBS, not libs_x.
|
|
2100
|
|
2101 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2102
|
|
2103 * configure.in (--with-sound): Variable with_esd was mispelled.
|
|
2104
|
430
|
2105 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2106
|
|
2107 * XEmacs 21.2.23 is released.
|
|
2108
|
|
2109 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2110
|
|
2111 * configure.in: Fix module support.
|
|
2112 --with-modules=yes was completely broken.
|
|
2113 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
|
|
2114 Remove linking test for _dlopen - seems totally bogus.
|
|
2115 Die if --with-modules=yes but no module support found.
|
|
2116 Do nothing, not even msg, if --with-modules=no.
|
|
2117
|
|
2118 1999-11-17 Isaac Hollander <ysh@mindspring.com>
|
|
2119
|
|
2120 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
|
|
2121 symlinks instead of the actual files
|
|
2122
|
|
2123 1999-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2124
|
|
2125 * aclocal.m4: Shared library support for hpux >= version 11
|
|
2126
|
|
2127 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
2128
|
|
2129 * Makefile.in.in (beta): `make beta' should rebuild info.
|
|
2130
|
428
|
2131 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2132
|
|
2133 * XEmacs 21.2.22 is released
|
|
2134
|
426
|
2135 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
2136
|
|
2137 * XEmacs 21.2.21 is released.
|
|
2138
|
|
2139 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
2140
|
442
|
2141 * configure.in:
|
426
|
2142 Add configure support for Unix 98 type ssize_t.
|
|
2143
|
|
2144 1999-11-27 Martin Buchholz <martin@xemacs.org>
|
|
2145
|
|
2146 * Makefile.in.in:
|
|
2147 Make sure config.values.sh is up to date.
|
|
2148 Use $(SHELL) instead of sh or /bin/sh consistently.
|
|
2149 Delegate `depend' target to src/Makefile.in.in.
|
|
2150
|
|
2151 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2152
|
|
2153 * INSTALL: Update configure option.
|
|
2154
|
|
2155 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
442
|
2156
|
426
|
2157 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
|
|
2158 (LIBS): Check for libCsup.
|
|
2159
|
|
2160 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2161
|
|
2162 * config.h.in: define HAVE_ESD_SOUND
|
|
2163
|
|
2164 * configure.in: Add support for esd sound. --with-sound
|
|
2165 now accepts a list of options.
|
|
2166 * configure.usage (--native-sound-lib): ditto.
|
|
2167
|
|
2168 1999-11-17 Martin Buchholz <martin@xemacs.org>
|
|
2169
|
442
|
2170 * Makefile.in.in (install-arch-dep):
|
426
|
2171 Fix `make install' if prefix != exec_prefix.
|
|
2172
|
|
2173 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
2174
|
|
2175 * configure.in:
|
|
2176 - Accept --with-database=gdbm as an alias for
|
|
2177 --with-database=gnudbm.
|
|
2178 - rename with_database_gnudbm to with_database_gdbm.
|
|
2179
|
|
2180 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
|
|
2181 ld_dynamic_link_flags on Solaris. Else CC gives us:
|
|
2182 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
|
|
2183 /usr/ccs/bin/ld: illegal option -- W
|
|
2184
|
|
2185
|
424
|
2186 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2187
|
|
2188 * XEmacs 21.2.20 is released
|
|
2189
|
|
2190 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2191 * configure.in: Autodetect Unix98 PTY
|
|
2192
|
|
2193 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
2194
|
|
2195 * README.packages: Add description of package-get-provider
|
|
2196
|
|
2197 1999-10-22 Vin Shelton <acs@xemacs.org>
|
|
2198
|
|
2199 * INSTALL: Added more information about README.packages, and
|
|
2200 re-numbered some bullets.
|
|
2201
|
|
2202 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2203
|
|
2204 * INSTALL: Update disk requirements. Refer to README.packages
|
|
2205
|
|
2206 1999-10-21 Andy Piper <andy@xemacs.org>
|
|
2207
|
|
2208 * configure.in (all_widgets): Only use xaw3d if we really have it.
|
|
2209
|
|
2210 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
2211
|
|
2212 * Makefile.in.in: use WINDOWSNT for mingw install.
|
|
2213
|
|
2214 1999-09-25 Andy Piper <andy@xemacs.org>
|
|
2215
|
|
2216 * configure.in: check for Xaw3d and use in preference to Xaw
|
|
2217
|
|
2218 1999-09-21 Martin Buchholz <martin@xemacs.org>
|
|
2219
|
|
2220 * Makefile.in.in: All Makefiles should #include config.h
|
|
2221
|
|
2222 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2223
|
|
2224 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
|
442
|
2225 $canonical, so that installation paths and dynamic path setup will
|
424
|
2226 stay in synch.
|
|
2227
|
|
2228 1999-09-20 Andy Piper <andy@xemacs.org>
|
|
2229
|
|
2230 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
|
|
2231 installation linkage.
|
|
2232
|
|
2233 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2234
|
|
2235 * configure.in (machine): Recognize MIPS/Linux.
|
|
2236
|
|
2237 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2238
|
442
|
2239 * modules/zlib/Makefile (distclean):
|
|
2240 * modules/ldap/Makefile (distclean):
|
|
2241 * modules/sample/Makefile (distclean):
|
424
|
2242 * modules/base64/Makefile (distclean): new target
|
|
2243
|
|
2244 * Makefile.in.in (top_distclean): Add package directories
|
|
2245 (SUBDIR_DISTCLEAN): New variable, add module directories
|
|
2246
|
|
2247 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2248
|
|
2249 * configure.in: Warn, but otherwise ignore, obsolete arguments.
|
|
2250
|
|
2251 1999-08-20 Olivier Galibert <galibert@pobox.com>
|
442
|
2252
|
424
|
2253 * configure.in: Add --pdump option.
|
|
2254 * configure.usage: Ditto.
|
442
|
2255
|
424
|
2256 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
2257
|
|
2258 * configure.in: report widget usage correctly. beef up setting.
|
|
2259
|
|
2260 * Makefile.in.in: fix install-arch-dep for mingw32.
|
|
2261
|
|
2262 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2263
|
|
2264 * config.h.in: add new LWLIB defines.
|
|
2265
|
|
2266 * configure.in: fix definitions of widget defines with various
|
|
2267 toolkit options.
|
|
2268
|
422
|
2269 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2270
|
|
2271 * XEmacs 21.2.19 is released
|
|
2272
|
|
2273 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2274
|
|
2275 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
|
|
2276
|
|
2277 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2278
|
|
2279 * configure.in: Check for Kerberos and the need for the DES
|
|
2280 library before checking for LDAP in case LDAP requires these
|
|
2281 libraries.
|
|
2282
|
|
2283 1999-07-26 SL Baur <steve@miho>
|
|
2284
|
|
2285 * configure.in: Rename --with-shlib to --with-modules for
|
|
2286 consistency with the other two options that use that name.
|
|
2287
|
|
2288 * configure.usage (--with-modules): Document it.
|
|
2289
|
|
2290 1999-07-22 SL Baur <steve@beopen.com>
|
|
2291
|
|
2292 * configure.in: add sco7 support
|
|
2293 From Bob Weiner <weiner@beopen.com>
|
|
2294
|
|
2295 1999-07-22 SL Baur <steve@miho>
|
|
2296
|
|
2297 * Makefile.in.in (install-arch-dep): Install config.values into
|
|
2298 docdir.
|
|
2299 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
2300
|
|
2301 1999-07-21 SL Baur <steve@miho>
|
|
2302
|
|
2303 * Makefile.in.in (inststaticdir): New variable.
|
|
2304 (instvardir): Ditto.
|
|
2305 (install-arch-dep): Use them.
|
|
2306
|
|
2307 * configure.in (sitelispdir): Need to use ${PROGNAME}.
|
|
2308 (sitemoduledir): Ditto.
|
|
2309 (inststaticdir): New variable.
|
|
2310 (instvardir): Ditto.
|
|
2311 (infodir): Use them.
|
|
2312 (lispdir): Ditto.
|
|
2313 (moduledir): Ditto.
|
|
2314 (pkgdir): Ditto.
|
|
2315 (etcdir): Ditto.
|
|
2316 (lockdir): Ditto.
|
|
2317 (archlibdir): Ditto.
|
|
2318
|
|
2319 1999-07-14 SL Baur <steve@beopen.com>
|
|
2320
|
|
2321 * InfoDock 4.0.8 is released
|
|
2322
|
420
|
2323 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2324
|
|
2325 * XEmacs 21.2.18 is released
|
|
2326
|
|
2327 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
2328
|
|
2329 * config.guess (main): Synch with newer config.guess for HP
|
|
2330 support.
|
|
2331 From Marcus Thiessel <marcus@xemacs.org>
|
|
2332
|
|
2333 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2334
|
|
2335 * configure.in (with_prefix): Added --with-prefix, defaults to
|
442
|
2336 yes, to control whether the value of --prefix is compiled into the
|
420
|
2337 binary.
|
|
2338
|
|
2339 1999-07-03 Andy Piper <andy@xemacs.org>
|
|
2340
|
|
2341 * configure.usage (--with-widgets): add.
|
|
2342
|
|
2343 1999-07-02 Andy Piper <andy@xemacs.org>
|
|
2344
|
|
2345 * configure.in: Make sure we get motif in lwlib if we have widgets
|
|
2346 and motif.
|
|
2347
|
|
2348 1999-06-25 SL Baur <steve@miho.m17n.org>
|
|
2349
|
|
2350 * configure.in (version): Fix --with-infodock test.
|
|
2351
|
|
2352 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2353
|
|
2354 * configure.in: --prefix and --exec-prefix are now only compiled
|
|
2355 into the binary if user-defined.
|
|
2356
|
|
2357 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2358
|
|
2359 * configure.in: Made docdir configurable.
|
|
2360
|
|
2361 * Makefile.in (docdir): Added variable for custom DOC directory.
|
|
2362
|
418
|
2363 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2364
|
|
2365 * XEmacs 21.2.17 is released
|
|
2366
|
|
2367 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
|
|
2368
|
|
2369 * configure.in (with_ldap): Check libldap independently of liblber
|
|
2370 Do not test alternate library names such as libldap10
|
|
2371 Test the presence of a variety of LDAP API functions which were
|
|
2372 formerly assumed to be present according to dubious heuristics
|
|
2373
|
416
|
2374 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2375
|
|
2376 * XEmacs 21.2.16 is released
|
|
2377
|
|
2378 1999-06-04 SL Baur <steve@steve1.m17n.org>
|
|
2379
|
|
2380 * configure.in (CPP): Correct test for locating $site_prefix
|
|
2381 include directories.
|
|
2382
|
414
|
2383 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2384
|
|
2385 * XEmacs 21.2.15 is released
|
|
2386
|
|
2387 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2388
|
|
2389 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
|
|
2390 From: Eric Veldhuyzen <eric@terra.nu>
|
|
2391
|
|
2392 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
2393
|
|
2394 * configure.in: For non-beta's use x.y.z format for version strings.
|
|
2395
|
|
2396 1999-06-03 SL Baur <steve@xemacs.org>
|
|
2397
|
|
2398 * version.sh: add emacs_is_beta initialization
|
|
2399
|
|
2400 * configure.in: Implement patch levels in version number
|
|
2401 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2402
|
|
2403 * configure.in:
|
|
2404 * configure.usage:
|
|
2405 * config.h.in: Rename session option to wmcommand.
|
|
2406 From Oliver Graf <ograf@rhein-zeitung.de>
|
|
2407
|
|
2408 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
2409
|
|
2410 * info/dir: Add `emodules.info' entry to the top info dir.
|
|
2411
|
|
2412 1999-05-31 SL Baur <steve@steve1.m17n.org>
|
|
2413
|
|
2414 * configure.in (CPP): Don't check for include subdirectories in
|
442
|
2415 site-prefix directories. This check loses in valid configurations
|
414
|
2416 like /usr/jp in TurboLinux. Conditionally add include directory to
|
|
2417 site switches.
|
|
2418
|
|
2419 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2420
|
|
2421 * configure.in (quoted_arguments): Support
|
|
2422 --error-checking=byte-code.
|
|
2423
|
398
|
2424 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2425
|
|
2426 * XEmacs 21.2.14 is released
|
|
2427
|
|
2428 1999-05-11 SL Baur <steve@altair.xemacs.org>
|
|
2429
|
|
2430 * version.sh (infodock_build_version): Synch InfoDock version.
|
|
2431
|
|
2432 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
2433
|
442
|
2434 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
|
398
|
2435 for Solaris.
|
|
2436
|
|
2437 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2438
|
|
2439 * configure.in (xemacs_betaname): Don't generate Installation.el.
|
|
2440
|
|
2441 * Makefile.in.in (top_distclean): Don't remove Installation.el.
|
|
2442
|
|
2443 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
2444
|
|
2445 * configure.in: add mingw32 as a target platform. add nt process
|
|
2446 support options.
|
|
2447
|
|
2448 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2449
|
|
2450 * configure.in: Delete mule-coding.o.
|
|
2451
|
|
2452 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2453
|
|
2454 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
|
|
2455 calling XmStringGetLtoR
|
|
2456 (string_draw_u): ditto and check return value of XmStringGetLtoR()
|
|
2457
|
|
2458 1999-04-05 Olivier Galibert <galibert@pobox.com>
|
|
2459
|
|
2460 * Makefile.in.in (GENERATED_HEADERS): Don't generate
|
|
2461 puresize-adjust.h anymore
|
|
2462
|
|
2463 * configure.usage: Remove everything gung-ho or purespace related
|
|
2464
|
|
2465 * configure.in: Ditto
|
|
2466
|
|
2467 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2468
|
|
2469 * configure.in: Check for getloadavg().
|
|
2470
|
396
|
2471 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2472
|
|
2473 * XEmacs 21.2.13 is released
|
|
2474
|
|
2475 1999-03-09 SL Baur <steve@xemacs.org>
|
|
2476
|
|
2477 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
|
|
2478
|
394
|
2479 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2480
|
|
2481 * XEmacs 21.2.12 is released
|
|
2482
|
|
2483 1999-03-04 Martin Buchholz <martin@xemacs.org>
|
|
2484
|
|
2485 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
|
|
2486
|
|
2487 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
2488
|
|
2489 * configure.in:
|
|
2490 `uname -v` -> "`uname -v`":
|
|
2491 backquoted expressions need additional double
|
|
2492 quotes to be a single token.
|
|
2493 Use separate if's to avoid extra process invocations.
|
|
2494
|
|
2495 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2496
|
442
|
2497 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
|
394
|
2498
|
392
|
2499 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2500
|
|
2501 * XEmacs 21.2.11 is released
|
|
2502
|
|
2503 1999-02-16 Andy Piper <andy@xemacs.org>
|
|
2504
|
|
2505 * PROBLEMS: add entries for building under Cygwin.
|
|
2506
|
|
2507 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2508
|
|
2509 * README.packages: Clear up that mule-sumo packages is used _in
|
|
2510 addition_ to the normal sumo.
|
|
2511
|
|
2512 1999-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2513
|
|
2514 * configure.usage: Move quantify/purify into debug flags section
|
|
2515
|
|
2516 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2517
|
442
|
2518 * configure.in:
|
392
|
2519 - Fixup xfs comments and redundant option checking
|
|
2520
|
442
|
2521 * configure.in:
|
|
2522 * INSTALL:
|
392
|
2523 * lisp/paths.el:
|
|
2524 - improved automounter tmp directory support.
|
|
2525 - support 4 (!) empirically discovered automounter conventions
|
|
2526
|
|
2527 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2528
|
442
|
2529 * lwlib/lwlib.h:
|
|
2530 - redo CONST hacking to deal with X11 R4, which was
|
392
|
2531 broken in a previous patch.
|
|
2532
|
|
2533 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2534
|
442
|
2535 * configure.in:
|
392
|
2536 - irix uses -rpath
|
|
2537
|
|
2538 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2539
|
442
|
2540 * configure.in:
|
392
|
2541 - Check for XOpenIM before using xim=xlib
|
|
2542 - only use XmIm if $have_motif = yes
|
|
2543
|
|
2544 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
2545
|
|
2546 * configure.in. Port to BSDI BSD/OS 4.0.
|
|
2547
|
|
2548 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2549
|
|
2550 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
|
|
2551
|
390
|
2552 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2553
|
|
2554 * XEmacs 21.2.10 is released
|
|
2555
|
388
|
2556 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2557
|
|
2558 * XEmacs 21.2.9 is released
|
|
2559
|
|
2560 1999-01-21 Andy Piper <andy@xemacs.org>
|
|
2561
|
|
2562 * configure.in: make xface detection specifc to a window system in
|
|
2563 general rather than just X.
|
|
2564
|
|
2565 1999-18-10 Andy Piper <andy@xemacs.org>
|
|
2566
|
|
2567 * configure.in: remove -O3 prevention on cygwin - current versions
|
|
2568 cope ok now. remove dll prevention on cygwin - the new module
|
|
2569 code checks correctly.
|
442
|
2570
|
388
|
2571 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
2572
|
442
|
2573 * configure.in: Added moduledir as the path where loadable modules
|
388
|
2574 are stored. Added --with-site-modules and --moduledir options.
|
|
2575 - Ensure the SCO OpenServer compiles with --dynamic by default
|
|
2576 - Check for dlfcn.h for dynamic loader
|
|
2577 - Renamed dll.o to emodules.o and changed dynamic loader tests
|
|
2578 - Renabled code that deals with site-lisp so that it is handled
|
|
2579 correctly when a user specifies --with-site-lisp.
|
|
2580
|
|
2581 * aclocal.m4: Replaced entire file with more complete DLL tests
|
|
2582 by way of libtool.
|
|
2583
|
|
2584 * config.usage: Removed TAB characters which caused it to be
|
|
2585 displayed incorrectly on terminals where TAB != 8.
|
|
2586 - Added help text to describe --with-site-modules and --moduledir.
|
|
2587
|
|
2588 * INSTALL: Updated documentation to describe module directories
|
|
2589
|
|
2590 * Makefile.in.in: Added moduledir, sitemoduledir macros.
|
|
2591 - Make those directories at install time.
|
|
2592
|
386
|
2593 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
2594
|
|
2595 * XEmacs 21.2.8 is released.
|
|
2596
|
|
2597 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
2598
|
|
2599 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
|
|
2600
|
384
|
2601 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2602
|
|
2603 * XEmacs 21.2.7 is released.
|
|
2604
|
|
2605 1998-12-20 Martin Buchholz <martin@xemacs.org>
|
|
2606
|
|
2607 * configure.in: Redo DBM support
|
|
2608 - die if dbm support requested, but not provided.
|
|
2609 - properly check for libgdbm, then libc, then libdbm
|
|
2610 - properly check for ndbm.h
|
|
2611 - comments improved
|
|
2612 - XE_DIE should always prefix messages with Error: for clarity
|
|
2613
|
|
2614 1998-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2615
|
|
2616 * xemacs.mak (TEMACS_OBJS):
|
|
2617 (DOC_SRC4):
|
|
2618 - Remove pure.c, pure.obj
|
|
2619
|
|
2620 1998-12-06 Martin Buchholz <martin@xemacs.org>
|
|
2621
|
|
2622 * Makefile.in.in (distclean):
|
|
2623 * dynodump/Makefile.in.in (distclean):
|
|
2624 * src/Makefile.in.in (distclean):
|
|
2625 * lib-src/Makefile.in.in (distclean):
|
|
2626 * lwlib/Makefile.in.in (distclean):
|
|
2627 - Make sure GNUmakefile is deleted.
|
|
2628
|
|
2629 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
2630
|
|
2631 * configure.in (all_widgets): remove gui.o addition - its always
|
|
2632 in the makefile now.
|
|
2633
|
|
2634 * configure.in: add gui-msw.o to msw objects.
|
|
2635
|
382
|
2636 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
2637
|
|
2638 * XEmacs 21.2.6 is released
|
|
2639
|
380
|
2640 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2641
|
|
2642 * XEmacs 21.2.5 is released
|
|
2643
|
377
|
2644 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
2645
|
|
2646 * XEmacs 21.2-beta4 is released.
|
|
2647
|
|
2648 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
2649
|
|
2650 * configure.in: Linux/Arm Support.
|
|
2651 From James LewisMoss <dres@ioa.com>
|
|
2652
|
|
2653 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
2654
|
|
2655 * configure.in:
|
|
2656 Fix the realpath() problem of UnixWare2.1.3.
|
|
2657 Patches for NEC's sysv4.2 machine.
|
|
2658
|
|
2659 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2660
|
|
2661 * configure.in: Check if there's wnn4.2 or wnn6 specific library
|
|
2662 installed. The Wnn library will be checked if the --with-wnn
|
|
2663 and/or --with-wnn6 was specified compulsory.
|
|
2664
|
|
2665 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2666
|
|
2667 * configure.in (CPP): Too many spaces im run-patch flag detection.
|
|
2668
|
375
|
2669 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
2670
|
|
2671 * XEmacs 21.2-beta3 is released.
|
|
2672
|
|
2673 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
2674
|
|
2675 * configure.in: enable drag and drop support by default if mswindows is
|
|
2676 detected.
|
|
2677
|
|
2678 1998-10-09 Kevin Oberman <oberman@es.net>
|
|
2679
|
|
2680 * config.sub: Fix for Alpha architecture
|
|
2681
|
|
2682 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
2683
|
|
2684 * configure.in: don't enable shared lib support for cygwin unless
|
|
2685 explititly told to.
|
|
2686
|
373
|
2687 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
2688
|
|
2689 * XEmacs 21.2-beta2 is released.
|
|
2690
|
|
2691 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
2692
|
|
2693 * lwlib/xlwmenu.c:
|
|
2694 * lwlib/xlwscrollbar: fix for Motif >=2.0
|
|
2695 Patch provided by Glenn Barry <gtb@eng.sun.com>
|
|
2696
|
|
2697 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
|
|
2698
|
|
2699 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
2700
|
|
2701 * configure.in: check for cygwin32/version.h.
|
|
2702
|
|
2703 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2704
|
|
2705 * PROBLEMS: Added AIX 4.3 note.
|
|
2706
|
|
2707 * configure.in: Better detection of AIX 4.3.
|
|
2708 AIX xlc can do -g and -Ox at the same time.
|
|
2709
|
|
2710 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2711
|
|
2712 * configure.in: Alter configure so that it checks for mismatched PNG
|
|
2713 header/libs, screams a little louder on old/mismatched library
|
|
2714 conditions for both PNG and XPM, stop screaming if png is not found and
|
|
2715 no window-system is selected, and fixed a bug in the XPM checking.
|
|
2716
|
|
2717 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2718
|
|
2719 * configure.usage (--without-gif): Modify text to reflect status
|
|
2720 of GIF support
|
|
2721
|
|
2722 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
2723
|
|
2724 * configure.in: add back in the support for the in-core GIF
|
|
2725 code, change the required PNG library version to 1.0.2, and add
|
|
2726 a warning if PNG not found, since PNG images are now distributed
|
|
2727 as part of the core. Also minor wording changes in things reported
|
|
2728 to the user.
|
|
2729
|
|
2730 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
|
|
2731
|
|
2732 * BETA: Update mailing-list address for build-reports
|
|
2733
|
|
2734 1998-08-01 SL Baur <steve@altair.xemacs.org>
|
|
2735
|
|
2736 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
|
|
2737 can built that includes package lisp.
|
|
2738
|
|
2739 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
2740
|
|
2741 * configure.in:
|
|
2742 - support multiple flavors of alpha, (XEmacs treats them identically)
|
|
2743 - Fix AC_TRY_RUN so that actions have access to $?
|
|
2744 - Identify DEC C compilers. Add default optimization CFLAGS and
|
|
2745 always use -std.
|
|
2746 - Use an extensible method for adding support for future compilers.
|
|
2747 - Have SunPro C use that same extensible method.
|
|
2748 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
|
|
2749
|
304
|
2750 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
2751
|
371
|
2752 * XEmacs 21.2-beta1 is released.
|
304
|
2753
|
|
2754 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
2755
|
|
2756 * config.guess: Synched with latest FSF version.
|
|
2757
|
454
|
2758 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
304
|
2759
|
384
|
2760 * Makefile.in: added LDFLAGS.
|
304
|
2761
|
300
|
2762 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
2763
|
371
|
2764 * README: Bump version numbers.
|
|
2765 * info/dir: Ditto.
|
|
2766 * version.sh: Ditto.
|
|
2767
|
793
|
2768 * XEmacs 21.0-pre5 is released.
|
300
|
2769
|
|
2770 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
2771
|
|
2772 * configure.in (with_offix): Default --with-offix to off.
|
|
2773
|
298
|
2774 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
2775
|
300
|
2776 * configure.in: Handle multiple database libraries.
|
|
2777 From Gregory Neil Shapiro <gshapiro@sendmail.org>
|
|
2778
|
298
|
2779 * XEmacs 21.0-pre4 is released.
|
|
2780
|
|
2781 * configure.in: Fix test for InfoDock sources.
|
|
2782
|
|
2783 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
2784
|
|
2785 * configure.usage: added warning to --with-offix
|
|
2786
|
|
2787 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
2788
|
|
2789 * configure.in: Berkeley DB autodetection fixes
|
|
2790 From Martin Buchholz <martin@xemacs.org>
|
|
2791
|
296
|
2792 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
2793
|
|
2794 * XEmacs 21.0-pre3 is released.
|
|
2795
|
|
2796 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2797
|
|
2798 * configure.in: Added check if the berkdb has db_open or not.
|
|
2799 (With fixes from Martin Buchholz)
|
|
2800
|
294
|
2801 1998-06-19 SL Baur <steve@altair.xemacs.org>
|
|
2802
|
|
2803 * XEmacs 21.0-pre2 is released.
|
|
2804
|
|
2805 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2806
|
|
2807 * configure.in: Added -lC for static linking under AIX 4.2.
|
|
2808
|
292
|
2809 1998-06-14 SL Baur <steve@altair.xemacs.org>
|
|
2810
|
|
2811 * XEmacs 21.0-pre1 is released.
|
|
2812
|
290
|
2813 1998-06-11 SL Baur <steve@altair.xemacs.org>
|
|
2814
|
292
|
2815 * XEmacs 21.0-beta43 is released.
|
290
|
2816
|
|
2817 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
2818
|
|
2819 * tests/Dnd/README: a step-by-step test run
|
|
2820 * tests/Dnd/droptest.el: some clarifications
|
|
2821 * tests/Dnd/droptest.sh: created, creates test files
|
|
2822
|
|
2823 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
2824
|
|
2825 * configure.in (summary): added experimental to dragndrop option
|
|
2826 * configure.usage: added experimental note to --with-dragndrop
|
|
2827 * tests/Dnd/droptest.el: extra start-drag-region function
|
|
2828 changed the experimental- stuff
|
|
2829
|
|
2830 1998-06-07 SL Baur <steve@altair.xemacs.org>
|
|
2831
|
|
2832 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
|
|
2833
|
|
2834 1998-06-05 Colin Rafferty <colin@xemacs.org>
|
|
2835
|
|
2836 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
|
|
2837
|
288
|
2838 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
2839
|
|
2840 * XEmacs 21.0-beta42 is released.
|
|
2841
|
|
2842 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
2843
|
|
2844 * configure.in: don't use -O3 for cygwin.
|
|
2845
|
|
2846 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2847
|
|
2848 * configure.in: Switch from giflib to gifreader for
|
|
2849 our GIF image support (no other mods needed)
|
|
2850
|
290
|
2851 1998-05-28 Oliver Graf <ograf@fga.de>
|
288
|
2852
|
|
2853 * configure.in: only one DnD protocol, CDE has priority over OffiX
|
|
2854
|
|
2855 * tests/Dnd/README: some changes reflecting recent modifications
|
|
2856 * tests/Dnd/dragtest.el: removed
|
|
2857 * tests/Dnd/droptest.el: cosmetics and comments
|
|
2858
|
290
|
2859 1998-05-26 Oliver Graf <ograf@fga.de>
|
288
|
2860
|
|
2861 * tests/Dnd/droptest.el: adapted to CDE extensions
|
|
2862
|
290
|
2863 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
2864
|
|
2865 * configure.in:
|
|
2866 * config.sub: add initial OpenBSD support
|
|
2867
|
288
|
2868 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
2869
|
|
2870 * configure.in: check for msw dialogs.
|
|
2871
|
286
|
2872 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
2873
|
|
2874 * XEmacs 21.0-beta41 is released.
|
|
2875
|
|
2876 1998-05-17 SL Baur <steve@altair.xemacs.org>
|
|
2877
|
|
2878 * configure.in (CPP): Change -O2 to -O3.
|
|
2879 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
2880
|
284
|
2881 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
2882
|
|
2883 * XEmacs 21.0-beta40 is released.
|
|
2884
|
|
2885 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
2886
|
|
2887 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
|
|
2888 on the `unset CDPATH' if running as sh.
|
|
2889
|
|
2890 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
2891
|
|
2892 * tests/Dnd/droptest.el: some CDE adaptions (untested)
|
|
2893
|
|
2894 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
2895
|
|
2896 * configure.in:
|
|
2897 Add some more comments.
|
|
2898 If using bash, use Posix mode and unset CDPATH.
|
|
2899 Be more careful checking feature dependencies.
|
|
2900 Introduce XE_CHECK_FEATURE_DEPENDENCY.
|
|
2901 Undo the gross hack of multiple `echo >> $tempcname'
|
|
2902 by using here documents instead. (Might break mswindows, tho...)
|
|
2903 Be more careful autodetecting tooltalk.
|
|
2904
|
|
2905 * PROBLEMS:
|
|
2906 Document problems with Solaris 2.6 + XSUNTRANSPORT
|
|
2907
|
384
|
2908 * Makefile.in:
|
284
|
2909 * lwlib/Makefile.in.in:
|
|
2910 * modules/Makefile.in:
|
|
2911 - Adjust for luser's CDPATH being set to something weird.
|
|
2912 - Take into account bash 2.02's tendency to print the cwd when
|
|
2913 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
2914 - fix the run-temacs target to use $(DUMPENV)
|
|
2915 - fix the run-puremacs target to use $(DUMPENV)
|
|
2916 - fix the `depend' target to properly $(RM) the right files
|
|
2917 - Generate a better TAGS file for XEmacs' lisp code using
|
|
2918 hand-crafted regexps.
|
|
2919 - Use standard coding conventions for modules/Makefile.in
|
|
2920
|
|
2921 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2922
|
|
2923 * configure.in: some people claimed that they can't stop
|
|
2924 linking wnn6 library if they set --with-wnn6=no.
|
|
2925
|
|
2926 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
2927
|
|
2928 * tests/Dnd/droptest.el: adapted to new calling conventions
|
|
2929 also showing the new possibilities
|
|
2930 * tests/Dnd/README: changed to new protocol
|
|
2931
|
|
2932 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
2933
|
|
2934 * Fix for HAVE_MULTICAST check.
|
|
2935
|
282
|
2936 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
2937
|
|
2938 * XEmacs 21.0-beta39 is released.
|
|
2939
|
|
2940 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
2941
|
|
2942 * configure.in: added autodetection for the Drag'n'Drop API
|
|
2943 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
|
|
2944 and dragdrop.o is added to extra_objs
|
|
2945 * configure.usage: added with-dragndrop, added (*) to with-offix
|
|
2946 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
|
|
2947
|
|
2948 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
2949
|
|
2950 * tests/Dnd/droptest.el: changed to test new protocol
|
|
2951 * tests/Dnd/README.OffiX: removed
|
|
2952 * tests/Dnd/README: created, info about new protocol
|
|
2953 * tests/Dnd/dragtest.el: comment change
|
|
2954
|
280
|
2955 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
2956
|
|
2957 * XEmacs 21.0-beta38 is released.
|
|
2958
|
|
2959 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
2960
|
|
2961 * configure.in: Use `PROGNAME' for all generated paths.
|
|
2962
|
|
2963 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
|
|
2964
|
|
2965 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
2966
|
384
|
2967 * configure.in (progname): Parameterize program name on `progname'
|
280
|
2968 and add --with-infodock.
|
|
2969
|
|
2970 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
2971
|
|
2972 * Makefile.in: Religiously use ${progname} instead of hardcoded
|
|
2973 `xemacs'.
|
|
2974 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
|
|
2975 overridden by the empty one set in the toplevel Makefile.
|
|
2976
|
278
|
2977 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
2978
|
|
2979 * XEmacs-21.0-beta37 is released.
|
|
2980
|
|
2981 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2982
|
|
2983 * configure.in: Sychronized ..._USER_DEFINED variables with
|
|
2984 datadir setting.
|
|
2985
|
|
2986 * Makefile.in (mkdir): No longer create sitelispdir.
|
|
2987
|
|
2988 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2989
|
371
|
2990 * configure.in: make graphic libraries tests be dependant on a
|
278
|
2991 window system not X11 only.
|
|
2992
|
|
2993 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2994
|
|
2995 * configure.in: check for our special select in msw.
|
|
2996
|
|
2997 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
2998
|
|
2999 * PROBLEMS: add answers to some FAQ concerning hpux.
|
|
3000
|
|
3001 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3002
|
|
3003 * configure.in: enable checking for special mswindows select()
|
|
3004
|
|
3005 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
3006
|
|
3007 * configure.in: Isolate incomprehensible cma_open/pthreads checking
|
|
3008 to decosf*
|
|
3009
|
|
3010 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
|
|
3011
|
|
3012 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
|
|
3013 libs and includes.
|
|
3014
|
|
3015 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
3016
|
|
3017 * configure.in: check for xpm does not depend anymore on having X.
|
|
3018 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
|
|
3019
|
|
3020 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3021
|
|
3022 * info/dir: Fixed the explanatory notes for
|
|
3023 `Info-default-directory-list' removal and the new automatic dir
|
|
3024 rebuilding facility. Reindented the menu. Added an entry for
|
384
|
3025 term.info
|
278
|
3026
|
|
3027 1998-04-20 SL Baur <steve@altair.xemacs.org>
|
|
3028
|
|
3029 * configure.in (LISPDIR): Removed configuration option for
|
|
3030 site-lisp.
|
|
3031
|
|
3032 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
3033
|
|
3034 * configure.in (version): snarf InfoDock version number.
|
|
3035
|
276
|
3036 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
3037
|
|
3038 * XEmacs-21.0-beta36 is released.
|
|
3039
|
|
3040 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3041
|
|
3042 * configure.in: enable install pre-processing for mswindows
|
|
3043
|
|
3044 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3045
|
276
|
3046 * Makefile.in.in: add install_pp to install incantation.
|
|
3047
|
|
3048 * installexe.sh: new file. Add .exe to install targets if the
|
|
3049 result is executable.
|
|
3050
|
|
3051 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
384
|
3052
|
276
|
3053 * Makefile.in: add install_pp to install incantation.
|
|
3054
|
|
3055 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
3056
|
|
3057 * configure.in: Large echo split into a few smaller ones,
|
|
3058 so the cygnus sh.exe does not crash.
|
|
3059
|
|
3060 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3061
|
|
3062 * configure.in: enable toolbar checking for mswindows build
|
|
3063
|
|
3064 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3065
|
384
|
3066 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
|
276
|
3067 Used (at least) by RedHat 4.2.
|
|
3068
|
|
3069 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3070
|
|
3071 * configure.in: Re-instated src/paths.h generation from
|
|
3072 src/paths.h.in.
|
|
3073
|
|
3074 * Makefile.in (top_distclean): Remove site-lisp on `make
|
|
3075 distclean'.
|
|
3076
|
274
|
3077 1998-04-10 SL Baur <steve@altair.xemacs.org>
|
|
3078
|
|
3079 * XEmacs 21.0-beta35 is released.
|
|
3080
|
|
3081 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3082
|
|
3083 * configure.usage: Clarified --package-path documentation.
|
|
3084
|
|
3085 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3086
|
|
3087 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
|
|
3088 Removed defaults for infopath and package-path.
|
|
3089
|
|
3090 * Makefile.in (src/paths.h): ... is now generated from
|
|
3091 src/paths.h.in.in. Moved generation of paths.h to configure.
|
|
3092
|
|
3093 * paths.h.in: Removed.
|
|
3094
|
|
3095 * paths.h.in.in: Created.
|
|
3096
|
|
3097 1998-04-06 Martin Buchholz <martin@xemacs.org>
|
|
3098
|
|
3099 * configure.in: png was still being used if png_version < 0.96
|
|
3100
|
|
3101 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
|
|
3102
|
|
3103 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
3104
|
|
3105 * INSTALL (Rationale): Offix support comment is wrong. To disable,
|
|
3106 one must use --with-offix=no and not --without-offix
|
|
3107
|
|
3108 1998-04-05 SL Baur <steve@altair.xemacs.org>
|
|
3109
|
|
3110 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
|
|
3111
|
272
|
3112 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
3113
|
|
3114 * XEmacs 21.0-beta34 is released.
|
|
3115
|
|
3116 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
3117
|
|
3118 * configure.in:
|
|
3119 checking whether gettimeofday accepts one or two arguments... two
|
|
3120
|
|
3121 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3122
|
|
3123 * configure.in: Fixed magic to handle AIX and MIT X11R6.
|
|
3124
|
|
3125 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
3126
|
|
3127 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
|
|
3128
|
|
3129 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
3130
|
|
3131 * tests/database.el (test-database): Temporary files (the databases
|
|
3132 that were created) should be deleted.
|
|
3133
|
|
3134 * Makefile.in (testdir): Remove gnumake-specific syntax.
|
|
3135 (src/Makefile): src/Makefile depends on src/depend.
|
|
3136
|
|
3137 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
3138
|
|
3139 * configure.in: Check for -lz, -lgz unconditionally. Too many
|
|
3140 system linkers don't properly die when there are cascaded link
|
|
3141 dependencies, so we can't rely on the linker for that. The only
|
384
|
3142 downside is that we might link with an extra unneeded library. If
|
272
|
3143 you really really care about this, you can go fix it.
|
|
3144
|
|
3145 * configure.in: Enhance PANIC msg to make it clear that
|
|
3146 --with-FEATURE is going to die if FEATURE is not installed.
|
|
3147
|
|
3148 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
3149
|
|
3150 * configure.in: $debug was not properly dependent on $beta
|
384
|
3151
|
|
3152 * configure.in: Move offix configuration out of src/Makefile.in.in
|
272
|
3153 into configure.in.
|
|
3154
|
|
3155 * configure.in: Reorganize xpm detection code.
|
|
3156
|
384
|
3157 * configure.in: XIM default to ON if Motif which is not Lesstif is
|
272
|
3158 found.
|
|
3159
|
|
3160 * configure.in: Keep auto-generated makefile dependencies out of
|
|
3161 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
|
|
3162
|
|
3163 1998-03-26 Martin Buchholz <martin@xemacs.org>
|
|
3164
|
|
3165 * configure.in: Fix up cflags handling. Specifically, configure
|
|
3166 --cflags='' would fail to be recognized.
|
|
3167
|
|
3168 * configure.in: Fix up png detection. Link with png_read_image to
|
|
3169 make sure -lz is required. Test for png >- 0.96 via header file.
|
|
3170
|
|
3171 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
3172
|
|
3173 * configure.in (XE_GCC_WRAP_LDFLAGS)
|
|
3174 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
|
|
3175
|
|
3176 * configure.in: Make sure BSD always links in libz.a
|
|
3177 BSD's stupid linker can't detect cascaded lib dependencies
|
|
3178
|
|
3179 * configure.in: Autodetect lesstif. define have_lesstif.
|
|
3180 Don't use motif-xim with lesstif, at least by default.
|
|
3181
|
|
3182 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
3183
|
|
3184 * version.sh: Add InfoDock version number variables.
|
|
3185
|
|
3186 1998-03-30 Amir J. Katz <amir@ndsoft.com>
|
|
3187
|
|
3188 * info/dir: Replaced string '20.5' with '21.0'
|
|
3189
|
269
|
3190 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3191
|
|
3192 * XEmacs 21.0-beta33 is released.
|
|
3193
|
442
|
3194 1998-03-26 Didier Verna <didier@xemacs.org>
|
269
|
3195
|
|
3196 * configure.in, Makefile.in: Removed infopath_user_defined---we
|
|
3197 always want to propagate it.
|
|
3198
|
|
3199 * configure.usage: Synched with configure.in.
|
|
3200
|
|
3201 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3202
|
|
3203 * configure.usage, INSTALL: Synched with the new path layout.
|
|
3204
|
|
3205 * Makefile.in (src/paths.h): Replaced packagepath with
|
|
3206 package_path to make configure happy.
|
|
3207
|
|
3208 * configure.in: Made default setting for packagepath conform to
|
|
3209 what packages.el builds at run-time: XEmacs-version-specific paths
|
|
3210 before site-specific ones.
|
|
3211 Added default setting for pkgdir.
|
|
3212 Changed --packagepath back to --package-path.
|
|
3213
|
267
|
3214 1998-03-24 SL Baur <steve@altair.xemacs.org>
|
|
3215
|
|
3216 * XEmacs 21.0-beta32 is released.
|
|
3217
|
|
3218 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3219
|
|
3220 * configure.in: Extended package path by version-specific
|
|
3221 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
|
|
3222
|
|
3223 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
3224
|
|
3225 * Makefile.in (distclean): Remove packages and mule-packages if they
|
|
3226 have been linked into place.
|
|
3227
|
|
3228 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
3229
|
|
3230 * <Today>: The Big Path Searching Overhaul.
|
|
3231
|
|
3232 * Makefile.in, configure.in: Now pass all configure-specified paths
|
|
3233 into the binary in a uniform way.
|
|
3234
|
|
3235 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
3236
|
|
3237 * configure.in (have_libmcheck): Add test for glibc's malloc
|
|
3238 checker.
|
|
3239 - Fix HP/UX dynamic linking flag.
|
|
3240
|
|
3241 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
3242
|
|
3243 * configure.in (quoted_arguments): Fix unquoted variable in
|
|
3244 error-checking test.
|
|
3245 - fix bogus substitution.
|
384
|
3246
|
267
|
3247 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
3248
|
|
3249 * configure.in: In -lpng test, look for png_set_strip_alpha.
|
|
3250 Suggested by William M. Perry <wmperry@aventail.com>
|
|
3251
|
265
|
3252 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
3253
|
|
3254 * XEmacs 21.0 beta31 is released.
|
|
3255
|
|
3256 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3257
|
|
3258 * configure.usage (Usage): Correct information about gif, tiff
|
|
3259 and WNN entries
|
|
3260
|
|
3261 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
3262
|
|
3263 * configure.in: typo fix in sed command.
|
|
3264 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3265
|
|
3266 * configure.in (all_widgets): Check for snprintf().
|
|
3267
|
|
3268 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3269
|
|
3270 * configure.in: New gif support
|
|
3271
|
|
3272 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3273
|
|
3274 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
|
|
3275
|
|
3276 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3277
|
|
3278 * configure.in: don't add libc to link list for dlopen ordinary
|
|
3279 link takes care of this. check for dlfcn.h
|
|
3280
|
|
3281 1998-03-10 SL Baur <steve@altair.xemacs.org>
|
|
3282
|
|
3283 * configure.in: Examine each directory of X11 include path for
|
|
3284 inclusion into BITMAPDIR.
|
|
3285
|
|
3286 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3287
|
|
3288 * aclocal.m4: Add legalese.
|
|
3289
|
|
3290 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3291
|
|
3292 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
|
|
3293 database support.
|
|
3294
|
|
3295 * configure.in: move msw checking after x checking so that
|
|
3296 auto-detection works.
|
|
3297
|
|
3298 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
3299
|
|
3300 * configure.in: New DLL support.
|
|
3301 * aclocal.m4: New file.
|
|
3302 From William M. Perry <wmperry@aventail.com>
|
|
3303
|
|
3304 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
3305
|
|
3306 * configure.in (xemacs_betaname): Align messages for minimal
|
|
3307 tagbits and indexed lrecords.
|
|
3308 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3309
|
263
|
3310 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
3311
|
|
3312 * XEmacs 20.5-beta30 is released.
|
|
3313
|
|
3314 1998-03-05 SL Baur <steve@altair.xemacs.org>
|
|
3315
|
|
3316 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
|
|
3317
|
|
3318 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3319
|
|
3320 * configure.in: add a --with-msw option. Make X and msw work
|
|
3321 together if the user asks.
|
|
3322
|
|
3323 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
3324
|
|
3325 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
|
|
3326
|
|
3327 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
3328
|
|
3329 * configure.in: Add substitutable variable ld_dynamic_link_flags
|
|
3330 for special required linker flags for building DLL capable
|
|
3331 binaries.
|
|
3332
|
261
|
3333 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
3334
|
|
3335 * Makefile.in (top_distclean): Remove Installation.el.
|
|
3336 (xemacs): New target. Formerly it was `all:'.
|
|
3337 (all): New default, dist: is now superfluous.
|
|
3338
|
|
3339 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
3340
|
|
3341 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
|
|
3342 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
|
|
3343 (Installation): Add XEmacs version and generate `Installation.el'.
|
|
3344
|
|
3345 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
3346
|
|
3347 * configure.in (with_ldap: Fix -lldap autodection.
|
|
3348 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
3349 (Installation): Only keep the last configuration.
|
|
3350
|
259
|
3351 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
3352
|
|
3353 * XEmacs 20.5-beta28 is released.
|
|
3354
|
|
3355 * configure.in (with_session): Fix reporting of the setting.
|
|
3356 (with_database_gnudbm): Correctly report setting.
|
|
3357
|
|
3358 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3359
|
|
3360 * configure.usage: Restore documentation of graphics library
|
|
3361 flags.
|
|
3362 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3363
|
|
3364 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3365
|
|
3366 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
|
|
3367 console.
|
|
3368
|
|
3369 1998-02-23 SL Baur <steve@altair.xemacs.org>
|
|
3370
|
|
3371 * XEmacs 20.4 is released to the beta testers.
|
|
3372
|
|
3373 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
3374
|
384
|
3375 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
|
259
|
3376 to also test for Linux libc5.
|
|
3377
|
255
|
3378 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3379
|
257
|
3380 * XEmacs 20.5-beta27 is released.
|
|
3381 * XEmacs-20.4-pre4 is released.
|
|
3382
|
|
3383 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
|
|
3384 (--with-gung): Implement it.
|
|
3385
|
|
3386 * configure.usage (--with-gung): Document. Turns on
|
|
3387 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
3388 (--with-term): Remove.
|
384
|
3389
|
255
|
3390 * XEmacs-20.5-beta26 is released.
|
|
3391
|
|
3392 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3393
|
|
3394 * XEmacs-20.4-pre3 is released.
|
|
3395
|
|
3396 * Makefile.in: use better feedback while rebuilding finder database.
|
|
3397 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3398
|
|
3399 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
3400
|
|
3401 * configure.in (doug_lea_malloc): Add checking for Doug Lea
|
|
3402 Malloc.
|
|
3403
|
253
|
3404 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
3405
|
255
|
3406 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
|
|
3407 Suggested by Pekka Marjola <pema@iki.fi>
|
|
3408
|
|
3409 * XEmacs-20.4-pre2 is released.
|
253
|
3410 * XEmacs-20.5-beta25 is released.
|
|
3411
|
|
3412 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
3413
|
|
3414 * INSTALL: Update for Cygwin and Microsoft Windows.
|
|
3415
|
|
3416 * README: Update for Microsoft Windows.
|
|
3417
|
251
|
3418 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3419
|
253
|
3420 * XEmacs 20.4-pre1 is released.
|
251
|
3421 * XEmacs 20.5-beta24 is released.
|
|
3422
|
|
3423 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3424
|
|
3425 * configure.in: add mule-coding target which defines MULE_CODING,
|
|
3426 nothing uses it as yet. add gif objects to msw support. define
|
|
3427 const_is_losing=no for msw. make msw not selected if tty selected.
|
|
3428 add -lshell32 for dnd support. check for a.out.h rather than
|
|
3429 coff.h
|
|
3430
|
|
3431 * lib-src/make-docfile.c: add cygwin support and generalise the
|
|
3432 remaining open calls. IMHO this should really include sysfile.h.
|
|
3433
|
249
|
3434 1998-02-03 SL Baur <steve@altair.xemacs.org>
|
|
3435
|
|
3436 * XEmacs 20.5-beta23 is released.
|
|
3437
|
247
|
3438 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3439
|
|
3440 * XEmacs 20.5-beta22 is released.
|
|
3441
|
245
|
3442 1998-01-25 SL Baur <steve@altair.xemacs.org>
|
|
3443
|
|
3444 * XEmacs 20.5-beta21 is released.
|
|
3445
|
|
3446 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3447
|
|
3448 * configure.in: check for coff.h
|
|
3449
|
|
3450 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
3451
|
|
3452 * configure.in: Added support for `--with-shlib'.
|
|
3453
|
243
|
3454 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3455
|
|
3456 * XEmacs 20.5-beta20 is released.
|
|
3457
|
|
3458 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3459
|
384
|
3460 * configure.usage:
|
243
|
3461 Remove doc for configure-time INFOPATH, no longer used.
|
|
3462
|
|
3463 * configure.in:
|
|
3464 * src/config.h.in:
|
|
3465 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
3466
|
384
|
3467 * lwlib/lwlib.h:
|
|
3468 * lwlib/lwlib.c:
|
|
3469 * lwlib/lwlib-config.c:
|
|
3470 * lwlib/lwlib-Xm.c:
|
|
3471 * lwlib/lwlib-Xaw.c:
|
|
3472 * lwlib/lwlib-Xlw.c:
|
|
3473 * lwlib/config.h.in:
|
243
|
3474 * src/menubar-x.c:
|
|
3475 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
|
|
3476 Maintain only one set of variables.
|
|
3477
|
|
3478 * Makefile.in (install-arch-dep): Simplify.
|
384
|
3479 Replace construct `test -d $dir && foo' with
|
243
|
3480 `if test -d $dir; then foo; fi'
|
|
3481
|
384
|
3482 * lwlib/xlwmenu.c:
|
|
3483 * lwlib/xlwscrollbar.c:
|
|
3484 * lwlib/lwlib-Xlw.c:
|
|
3485 * lwlib/lwlib-Xm.c:
|
243
|
3486 Always assume presence of limits.h (ANSI).
|
|
3487
|
241
|
3488 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
3489
|
243
|
3490 * INSTALL: Updated for recent Mule/package changes.
|
|
3491
|
241
|
3492 * XEmacs 20.5-beta19 is released.
|
|
3493
|
|
3494 1998-01-12 Damon Lipparelli <lipp@primus.com>
|
|
3495
|
|
3496 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
|
|
3497 --exec-prefix.
|
|
3498
|
239
|
3499 1998-01-10 SL Baur <steve@altair.xemacs.org>
|
|
3500
|
|
3501 * XEmacs 20.5-beta18 is released.
|
|
3502
|
442
|
3503 1998-01-08 Didier Verna <didier@xemacs.org>
|
239
|
3504
|
|
3505 * configure.in: Get rid of INFOPATH for configure time.
|
|
3506 * configure.usage (Usage): Ditto.
|
|
3507
|
|
3508 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
3509
|
|
3510 * Makefine.in: Correct reported amount of disk savings from
|
|
3511 compression.
|
|
3512 From Markus Linnala <maage@cs.tut.fi>
|
|
3513
|
|
3514 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
|
|
3515
|
|
3516 * configure.in: detect and set scrollbars and menubars with
|
|
3517 MS-Windows more appropriately. Check for sys/un.h to use in
|
|
3518 gnuserv.
|
|
3519
|
|
3520 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
3521
|
|
3522 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
|
|
3523 naming.
|
|
3524
|
|
3525 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
|
|
3526
|
|
3527 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
|
|
3528 inactive_button_gc for menu entries.
|
|
3529 (remap_menubar): ignore the enabled status
|
|
3530
|
237
|
3531 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
3532
|
|
3533 * XEmacs 20.5-beta17 is released.
|
|
3534
|
|
3535 * Makefile.in (finder): Use -vanilla.
|
|
3536 (lisp/finder-inf.el): Ditto.
|
|
3537 (check-features): New target. Do a sanity check prior to
|
|
3538 installation.
|
|
3539
|
235
|
3540 1997-01-03 SL Baur <steve@altair.xemacs.org>
|
|
3541
|
|
3542 * XEmacs 20.5-beta16 is released.
|
|
3543
|
233
|
3544 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
3545
|
|
3546 * XEmacs 20.5-beta15 is released.
|
|
3547
|
|
3548 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
3549
|
|
3550 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
|
|
3551
|
231
|
3552 1997-12-27 SL Baur <steve@altair.xemacs.org>
|
|
3553
|
|
3554 * XEmacs 20.5-beta14 is released.
|
|
3555
|
|
3556 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
3557
|
|
3558 * configure.in: support for *-pc-cygwin32 config
|
|
3559
|
229
|
3560 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
3561
|
|
3562 * XEmacs 20.5-beta13 is released.
|
|
3563
|
227
|
3564 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
3565
|
|
3566 * XEmacs 20.5-beta 12 is released.
|
|
3567
|
|
3568 1997-12-19 SL Baur <steve@altair.xemacs.org>
|
|
3569
|
384
|
3570 * configure.in (bitmapdir): Reenable --with-session by default for
|
227
|
3571 testing.
|
|
3572
|
|
3573 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
3574
|
|
3575 * info/dir (File): Skk and Gnats are packaged.
|
|
3576
|
|
3577 * PROBLEMS (Note): Update version numbers.
|
|
3578
|
|
3579 * info/dir (File): Update version number.
|
|
3580
|
225
|
3581 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
3582
|
227
|
3583 * XEmacs 20.5-beta11 is released.
|
225
|
3584
|
|
3585 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
3586
|
|
3587 * configure.in: Don't bypass graphics library detection
|
|
3588 if the `--with-imagick' option is given to configure.
|
|
3589 : Print autodetected graphics libraries to be linked with Imagick.
|
|
3590
|
|
3591 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
|
|
3592
|
|
3593 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3594
|
|
3595 * Makefile.in (install-arch-indep): Build info files if needed.
|
|
3596
|
223
|
3597 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
3598
|
225
|
3599 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
|
|
3600
|
227
|
3601 * XEmacs 20.5-beta10 is released.
|
223
|
3602
|
|
3603 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
3604
|
|
3605 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
|
|
3606
|
|
3607 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3608
|
|
3609 * configure.in (autodetect ImageMagick): also look for
|
|
3610 "X11/magick/magick.h", and if present, define
|
|
3611 MAGICK_HEADERS_ARE_UNDER_X11
|
|
3612
|
|
3613 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
3614
|
|
3615 * configure.in (imagick_libs): Add autodetection for freetype
|
|
3616 -lttf library.
|
|
3617
|
221
|
3618 1997-12-09 SL Baur <steve@altair.xemacs.org>
|
|
3619
|
227
|
3620 * XEmacs 20.5-beta9 is released.
|
221
|
3621
|
219
|
3622 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
3623
|
227
|
3624 * XEmacs 20.5-beta8 is released.
|
219
|
3625
|
|
3626 * info/dir: update for further packaging.
|
|
3627 * configure.in: remove `tree-x' from XEmacs build.
|
|
3628
|
|
3629 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
3630
|
|
3631 * configure.in: motif menubars need xlwmenu.o
|
|
3632
|
|
3633 * updated files in src/ to allow an XEmacs configured for
|
|
3634 motif menubars to at least compile. Motif menubars are still
|
|
3635 very broken.
|
|
3636
|
|
3637 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
3638
|
|
3639 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
|
|
3640 properly with the information in the core.
|
|
3641
|
|
3642 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
|
|
3643 the information in the core, and fixed a potental problem with
|
|
3644 parentage.
|
|
3645
|
|
3646 1997-12-01 SL Baur <steve@altair.xemacs.org>
|
|
3647
|
|
3648 * configure.in (with_session): Properly display flag in configure
|
|
3649 status report.
|
|
3650
|
|
3651 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
3652
|
|
3653 * configure.usage: Remove documentation of obsolete option
|
|
3654 --with-gif.
|
|
3655
|
217
|
3656 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
3657
|
227
|
3658 * XEmacs 20.5-beta7 is released.
|
217
|
3659
|
|
3660 * configure.in: When testing for -ltiff, fall back on the extra
|
|
3661 libraries -ljpeg, and -lz since some -ltiff's need them.
|
|
3662
|
|
3663 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
3664
|
|
3665 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
|
|
3666 From Glynn Clements <glynn@sensei.co.uk>
|
|
3667
|
|
3668 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3669
|
|
3670 * configure.in: Improve auto detect of libraries ImageMagick rely
|
|
3671 on.
|
|
3672
|
|
3673 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
3674
|
|
3675 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
|
|
3676 and src. Configure.in modified. --with-energize is no longer a
|
|
3677 valid configure option.
|
|
3678
|
|
3679 * lwlib/Makefile.in.in removed energize support
|
|
3680 * lwlib/lwlib-Xm.c removed energize support
|
|
3681 * lwlib/lwlib-config.c removed energize support
|
|
3682
|
|
3683 * lwlib/energize/* removed
|
|
3684
|
|
3685 1997-11-23 SL Baur <steve@altair.xemacs.org>
|
|
3686
|
|
3687 * Makefile.in: Change references of lisp/utils/finder-inf.el to
|
|
3688 lisp/finder-inf.el.
|
|
3689
|
215
|
3690 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
3691
|
227
|
3692 * XEmacs 20.5-beta6 is released.
|
215
|
3693
|
|
3694 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3695
|
|
3696 * configure.usage: Use `--' convention in "usage:" line.
|
|
3697
|
|
3698 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3699
|
|
3700 * configure.in: added `with_xfs' to list of boolean features.
|
|
3701
|
|
3702 1997-11-20 SL Baur <steve@altair.xemacs.org>
|
|
3703
|
217
|
3704 * XEmacs 20.3 is released for binary kit building.
|
215
|
3705
|
|
3706 1997-11-19 Tor Arntsen <tor@spacetec.no>
|
|
3707
|
|
3708 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
|
|
3709 xemacs dumped on one machine on another. Problem was fixed by 20.3.
|
|
3710
|
|
3711 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
3712
|
|
3713 * configure.usage: New file.
|
|
3714
|
|
3715 * configure.in: Use it instead of monster 10k shell variable.
|
|
3716
|
|
3717 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
3718
|
|
3719 * XEmacs 20.3-pre4 is released.
|
|
3720
|
|
3721 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3722
|
|
3723 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
|
|
3724 dirs.
|
|
3725
|
|
3726 1997-11-17 SL Baur <steve@altair.xemacs.org>
|
|
3727
|
|
3728 * configure.in: Initialize infodir off of datadir.
|
|
3729
|
|
3730 * Makefile.in: Force LANG = C for building.
|
|
3731
|
|
3732 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
3733
|
|
3734 * XEmacs 20.3-pre3 is released.
|
227
|
3735 * XEmacs 20.5-beta5 is released.
|
215
|
3736
|
213
|
3737 1997-11-13 Marc Paquette <marcpa@cam.org>
|
|
3738
|
|
3739 * nt/Todo: added a task for support of lisp packages through
|
|
3740 the registry.
|
|
3741
|
|
3742 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3743
|
|
3744 * Renamed files *w32* to *msw*
|
|
3745
|
|
3746 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
|
|
3747 HAVE_MS_WINDOWS. Changed files:
|
|
3748 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
|
|
3749 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
|
|
3750 sysdep.el, console-msw.c, console-msw.h, console.c,
|
|
3751 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
|
|
3752 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
|
|
3753 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
|
384
|
3754 redisplay.c, symsinit.h,
|
213
|
3755
|
|
3756 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
|
|
3757
|
|
3758 * Deleted w32 build directory since nt build directory now handles
|
|
3759 X and native mswindows builds.
|
|
3760
|
215
|
3761 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
3762
|
227
|
3763 * XEmacs 20.5-beta4 is released.
|
215
|
3764
|
211
|
3765 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
3766
|
|
3767 * info/dir: remove packaged entries.
|
|
3768 From Glynn Clements <glynn@sensei.co.uk>
|
|
3769
|
|
3770 * configure.in: Puke and die if NAS sound is selected without X.
|
|
3771
|
209
|
3772 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
3773
|
227
|
3774 * XEmacs 20.5-beta3 is released.
|
209
|
3775 * XEmacs 20.3-pre2 is released.
|
|
3776
|
|
3777 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
3778
|
|
3779 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
|
|
3780
|
|
3781 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
3782
|
|
3783 * Files split from nt to new w32 directory:
|
|
3784 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
|
|
3785 xemacs.mak.
|
|
3786
|
442
|
3787 1997-11-05 Didier Verna <didier@xemacs.org>
|
209
|
3788
|
|
3789 * configure.in: Added the --site-prefixes options for the configure
|
384
|
3790 script. You give a colon or space separated list of prefixes, and
|
209
|
3791 subdirectories include/ and lib/ will be added with -I and -L.
|
|
3792
|
|
3793 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
3794
|
|
3795 * configure.in: AIX + gcc fixes.
|
|
3796 - Don't wrap -B. aixflags changed to start_flags.
|
|
3797
|
|
3798 1997-11-04 SL Baur <steve@altair.xemacs.org>
|
|
3799
|
|
3800 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
|
|
3801 From Skip Montanaro <skip@calendar.com>
|
|
3802
|
|
3803 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3804
|
|
3805 * Delete etc/TUTORIAL.th because Thai is not supported yet.
|
|
3806
|
|
3807 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3808
|
|
3809 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
|
|
3810 window's coordinates and dimensions to center the
|
|
3811 dialog box unless its mapped_when_managed property is
|
|
3812 true. This should avoid the top level widget that the
|
|
3813 HAVE_SESSION code creates, which is unmapped and
|
|
3814 useless for this purpose.
|
|
3815
|
|
3816 1997-11-01 SL Baur <steve@altair.xemacs.org>
|
|
3817
|
|
3818 * XEmacs 20.3-pre1 is released.
|
|
3819
|
207
|
3820 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
3821
|
209
|
3822 * XEmacs 19.16 is released.
|
|
3823
|
|
3824 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
3825
|
227
|
3826 * XEmacs 20.5-beta2 is released.
|
207
|
3827
|
|
3828 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
3829
|
|
3830 * configure.in (xetest): Eliminate tests for PNG, JPEG,
|
|
3831 TIFF(broken) and replace with test for ImageMagick.
|
|
3832
|
|
3833 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
384
|
3834
|
207
|
3835 * lwlib/xlwmenu.h: Added string macro declarations for
|
|
3836 titleForeground and highlightForeground properties.
|
|
3837
|
|
3838 * lwlib/xlwmenuP.h: Added struct fields for title and
|
|
3839 highlight colors.
|
|
3840
|
|
3841 * lwlib/xlwmenu.c: Added initialization and usage code
|
|
3842 for the new titleForeground and highlightForeground
|
|
3843 properties.
|
|
3844
|
|
3845 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
3846
|
|
3847 * XEmacs 20.3-beta94 is released.
|
|
3848
|
|
3849 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3850
|
|
3851 * configure.in: Correct last patch for berkdb.
|
|
3852
|
|
3853 1997-10-28 SL Baur <steve@altair.xemacs.org>
|
|
3854
|
|
3855 * XEmacs 20.3-beta93 is released.
|
|
3856
|
|
3857 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
3858
|
|
3859 * lib-src/make-path.c:
|
|
3860 * lib-src/digest-doc.c:
|
|
3861 * lib-src/gnuslib.c: Always include config.h before system headers
|
|
3862 * configure.in: Improve AIX configure support
|
|
3863 - NON_GNU_CC defaults to `xlc'
|
384
|
3864 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
|
207
|
3865 -qmaxmem=20000"
|
|
3866 - check for sin instead of sqrt in -lm to avoid xlc internal error
|
|
3867 - Detect -li18n for use with Motif
|
|
3868 - Move weird AIX static linking flags from s&m files to configure.in
|
|
3869 - use #pragma instead of -ma flag to avoid compiler warnings
|
|
3870
|
|
3871 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3872
|
|
3873 * lwlib/xlwmenu.c: Use XtRDimension in place of
|
|
3874 XmRHorizontalDimension in shadowThickness resource
|
|
3875 declaration.
|
|
3876
|
|
3877 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
|
|
3878 color as the foreground for selected entries.
|
|
3879
|
|
3880 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
|
|
3881 color as the foreground for selected entries.
|
|
3882
|
|
3883 * lwlib/xlwmenu.c (toggle_decoration_height): Force
|
|
3884 height to be minimum of 2x the shadow thickness.
|
|
3885
|
|
3886 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3887
|
|
3888 * configure.in: Don't choke on Berkeley DB 2.x.
|
|
3889
|
|
3890 1997-10-24 SL Baur <steve@altair.xemacs.org>
|
|
3891
|
|
3892 * XEmacs 20.3-beta92 is released.
|
|
3893
|
|
3894 1997-10-21 SL Baur <steve@altair.xemacs.org>
|
|
3895
|
|
3896 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
|
|
3897 it already exists (use `make finder' to force rebuild).
|
|
3898
|
|
3899 1997-10-18 SL Baur <steve@altair.xemacs.org>
|
|
3900
|
424
|
3901 * XEmacs 20.3-beta91 is released.
|
207
|
3902
|
|
3903 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3904
|
|
3905 * configure.in: Removed -Olimit=2000 from cc for IRIX.
|
|
3906
|
|
3907 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3908
|
|
3909 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
|
|
3910 and removed backquoted echo statement from the infopath report line.
|
|
3911
|
|
3912 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3913
|
|
3914 * configure.in: Added detection of the declaration of the timezone
|
|
3915 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
|
|
3916
|
|
3917
|
|
3918 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
3919
|
|
3920 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
|
|
3921 of the timezone variable in system headers.
|
|
3922
|
|
3923 * systime.h: Use HAVE_TIMEZONE_DECL.
|
|
3924
|
|
3925 1997-10-14 SL Baur <steve@altair.xemacs.org>
|
|
3926
|
|
3927 * configure.in (all_widgets): Don't allow configuration of
|
|
3928 --with-mule if Mule lisp hasn't been installed.
|
|
3929
|
|
3930 1997-10-13 SL Baur <steve@altair.xemacs.org>
|
|
3931
|
|
3932 * configure.in: Remove `site-lisp' from list of directories to
|
|
3933 make symbolic links for.
|
|
3934
|
|
3935 * XEmacs 20.3-beta90 is released.
|
|
3936
|
|
3937 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
|
|
3938
|
|
3939 * info/dir: Cosmetic changes to info/dir
|
|
3940
|
205
|
3941 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
3942
|
227
|
3943 * XEmacs 20.5-beta1 is released.
|
205
|
3944
|
|
3945 * XEmacs 19.16-pre9 is released.
|
|
3946
|
|
3947 * XEmacs 19.16-pre8 is released.
|
|
3948
|
203
|
3949 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
3950
|
205
|
3951 * XEmacs 20.3-beta28 is released.
|
|
3952
|
203
|
3953 * Makefile.in (src/paths.h): Update PATH_INFOPATH
|
|
3954 (infopath): New shell variable.
|
|
3955 (infopath_user_defined): Ditto.
|
|
3956
|
|
3957 * configure.in (infodir_user_defined): Spelling fixes.
|
|
3958
|
|
3959 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3960
|
|
3961 * configure.in: added options and option help docs for infopath
|
|
3962 and lockdir
|
|
3963 * '' added a line to the report for infopath and lockdir
|
|
3964
|
|
3965 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3966
|
|
3967 * Makefile.in.in (INFOPATH): Added variable and put it into
|
|
3968 DUMPENV.
|
|
3969
|
|
3970 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
3971
|
|
3972 * packages/info/localdir: New directory and file.
|
|
3973
|
|
3974 * packages/README: New directory & file.
|
|
3975
|
|
3976 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
3977
|
|
3978 * Makefile.in: Add `make configure' target
|
|
3979
|
|
3980 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
3981
|
|
3982 * XEmacs 19.16-pre7 is released.
|
|
3983
|
|
3984 1997-10-05 Damon Lipparelli <lipp@aa.net>
|
|
3985
|
|
3986 * Makefile.in (install-arch-dep, install-arch-indep): Move the
|
|
3987 commands for symlink'ing the system-independent bits into the
|
|
3988 system-dependent directory structure from "install-arch-indep" to
|
|
3989 "install-arch-dep".
|
|
3990
|
|
3991 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
3992
|
|
3993 * Makefile.in (blddir): variable from "configure".
|
|
3994 (finder): use it.
|
|
3995
|
|
3996 1997-10-05 SL Baur <steve@altair.xemacs.org>
|
|
3997
|
|
3998 * Makefile.in (GENERATED_LISP): New variable.
|
|
3999 (all): Force dependency on finder-inf.el.
|
|
4000 (lisp/utils/finder-inf.el): new rule.
|
|
4001
|
|
4002 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4003
|
|
4004 * XEmacs 19.16-pre6 is released.
|
|
4005
|
201
|
4006 1997-10-04 SL Baur <steve@altair.xemacs.org>
|
|
4007
|
|
4008 * XEmacs 20.3-beta27 is released.
|
|
4009
|
|
4010 1997-10-03 Damon Lipparelli <lipp@primus.com>
|
|
4011
|
|
4012 * Makefile.in (install-arch-indep): When --prefix !=
|
|
4013 --exec-prefix, symlink the system-independent bits into the
|
|
4014 system-dependent directory structure (rather than the other way
|
|
4015 around).
|
|
4016
|
|
4017 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
|
|
4018
|
|
4019 * lib-src/etags.c: etags 12.28 + prototypization
|
384
|
4020 * INSTALL: Better document --site-runtime-libraries
|
|
4021 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
|
201
|
4022 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
|
|
4023 left; scrollbar disappears; keyboard inoperative.
|
|
4024 * configure.in: Remove left-over references to *_switch_x_*
|
|
4025 - NAS libaudio is part of $libs_x, not $LIBS
|
|
4026
|
199
|
4027 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
4028
|
|
4029 * XEmacs 20.3-beta26 is released.
|
|
4030
|
197
|
4031 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
4032
|
|
4033 * XEmacs 20.3-beta25 is released.
|
|
4034
|
|
4035 * Makefile.in (install-arch-dep): Install the `Installation' for
|
|
4036 future reference.
|
|
4037
|
|
4038 * Makefile.in (top_distclean): Remove finder-inf.el*.
|
|
4039
|
|
4040 * configure.in (use_union_type): Default to "yes".
|
|
4041
|
|
4042 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4043
|
|
4044 * configure.in: Add tiff autodetection
|
|
4045
|
|
4046 1997-09-29 SL Baur <steve@altair.xemacs.org>
|
|
4047
|
|
4048 * lwlib/xlwmenu.c: Add bounds checking.
|
|
4049 Check error return on XmStringGetLtoR.
|
|
4050
|
195
|
4051 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
4052
|
|
4053 * XEmacs 20.3-beta24 is released.
|
|
4054
|
|
4055 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
4056
|
|
4057 * Makefile.in (custom-loads): New target.
|
|
4058
|
|
4059 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
4060
|
|
4061 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
|
|
4062 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
4063
|
|
4064 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
4065
|
|
4066 * XEmacs 19.16-pre4 is released.
|
|
4067
|
193
|
4068 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
4069
|
|
4070 * XEmacs 20.3-beta23 is released.
|
|
4071
|
|
4072 1997-09-19 SL Baur <steve@altair.xemacs.org>
|
|
4073
|
|
4074 * XEmacs 19.16-pre3 is released.
|
|
4075
|
|
4076 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4077
|
|
4078 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
|
|
4079 sequences (needs more testing).
|
384
|
4080 * */Makefile*:
|
193
|
4081 - Cleanup man/*/Makefile for consistency.
|
|
4082 - use $(MAKEFINFO), $(TEXI2DVI), etc...
|
|
4083 - Make combination --with-srcdir + Sun make work properly.
|
384
|
4084 - Change construct: test -d $${dir} || mkdir $${dir}
|
193
|
4085 --> if test ! -d $${dir}; then mkdir $${dir}; fi
|
|
4086 * lisp/x11/x-win-sun.el: Fix remaining glitches with
|
|
4087 re-mappings of Sun function keys.
|
|
4088 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
|
|
4089 * man/internals/internals.texi: Fix makeinfo compilation error.
|
|
4090
|
191
|
4091 1997-09-17 SL Baur <steve@altair.xemacs.org>
|
|
4092
|
|
4093 * XEmacs 20.3-beta22 is released.
|
|
4094
|
189
|
4095 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
4096
|
|
4097 * XEmacs 20.3-beta21 is released.
|
|
4098
|
|
4099 * XEmacs 19.16-pre2 is released.
|
|
4100
|
187
|
4101 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
4102
|
|
4103 * XEmacs 20.3-beta20 is released.
|
|
4104
|
|
4105 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4106
|
|
4107 * configure.in: Use `PATH' for options that take multiple dirs.
|
|
4108 - Fix test for $PWD == `pwd`
|
|
4109 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
|
|
4110 systems can work. (untested)
|
|
4111
|
|
4112 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
|
|
4113 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
|
|
4114 being autoloaded - let's make them part of the core.
|
|
4115
|
|
4116 * lisp/x11/x-compose.el:
|
|
4117 * lisp/x11/x-init.el:
|
|
4118 * lisp/x11/x-win-sun.el:
|
|
4119 * lisp/x11/x-winxfree86.el:
|
|
4120 * src/device-x.c:
|
|
4121 * src/event-Xt.c:
|
|
4122 - Yet another rewrite of key handling (not the last, though)
|
|
4123 - x-keysym-on-keyboard-p is much faster.
|
|
4124 - x-keysym-on-keyboard-sans-modifiers-p introduced.
|
|
4125 - x-keysym-hashtable introduced.
|
|
4126 - allow X11R4 libs to guess keysyms on X11R5 servers.
|
384
|
4127 - A better workaround for the bug that some Xlibs generate
|
187
|
4128 Multi_key a adiaeresis when pressing Multi_key a "
|
384
|
4129
|
187
|
4130 * src/dgif_lib.c: Make sure size_t is defined before using it.
|
|
4131
|
|
4132 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
4133
|
|
4134 XEmacs 19.16-pre1 "Queens" is released.
|
|
4135
|
|
4136 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
4137
|
|
4138 * configure.in: Reverse package-path.
|
|
4139 From Colin Rafferty <craffert@ml.com>
|
|
4140
|
185
|
4141 1997-09-02 SL Baur <steve@altair.xemacs.org>
|
|
4142
|
|
4143 * XEmacs 20.3-beta19 is released.
|
|
4144
|
|
4145 * Makefile.in (finder): New target.
|
|
4146
|
|
4147 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
4148
|
|
4149 * XEmacs 19.16-beta91 is released.
|
|
4150
|
|
4151 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4152
|
|
4153 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
4154 iso-2022-jp-2 is defined as coding-system.
|
|
4155
|
|
4156 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
4157 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
4158
|
|
4159 (iso-2022-jp-2): New coding system.
|
|
4160
|
|
4161 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4162
|
|
4163 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
|
|
4164 jka-compr.el.
|
|
4165
|
|
4166 1997-08-20 SL Baur <steve@altair.xemacs.org>
|
|
4167
|
|
4168 * XEmacs 19.16-beta90 is released.
|
|
4169
|
183
|
4170 1997-08-16 SL Baur <steve@altair.xemacs.org>
|
|
4171
|
|
4172 * XEmacs 20.3-beta18 is released.
|
|
4173
|
181
|
4174 1997-08-09 SL Baur <steve@altair.xemacs.org>
|
|
4175
|
|
4176 * XEmacs 20.3-beta17 is released.
|
|
4177
|
|
4178 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
|
|
4179
|
|
4180 * configure.in:
|
|
4181 - use-system-malloc renamed to with-system-malloc.
|
|
4182 - config.el reimplemented for improved accuracy.
|
|
4183 - new variable `blddir' introduced for informational purposes.
|
|
4184 * lib-src/config.values.in: new config.el implementation
|
|
4185 * lib-src/config.values.sh: new config.el implementation
|
384
|
4186 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
|
181
|
4187 (thanks to Espen Skoglund, pascal.el maintainer)
|
|
4188 * src/chartab.c: maintainability improvements.
|
|
4189 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
|
|
4190 coding systems results in extra CR's inserted into file on saving.
|
|
4191
|
|
4192 1997-08-06 SL Baur <steve@altair.xemacs.org>
|
|
4193
|
|
4194 * configure.in: Crash & burn if db-2 is detected.
|
|
4195 From Soren Dayton <csdayton@cs.uchicago.edu>
|
|
4196
|
179
|
4197 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
4198
|
|
4199 * XEmacs 20.3-beta16 is released.
|
|
4200
|
|
4201 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
|
|
4202
|
|
4203 * configure.in: --with-x11=no --> --with-xface=no
|
|
4204 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
|
|
4205 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
|
|
4206 * event-Xt.c: Fix crashes when no input context available.
|
|
4207 * src/mule-coding.c: Use enum eol_type instead of int consistently
|
|
4208 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
|
|
4209 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
|
|
4210 NOT_C_CODE
|
|
4211
|
177
|
4212 1997-07-26 SL Baur <steve@altair.xemacs.org>
|
|
4213
|
|
4214 * XEmacs 20.3-beta15 is released.
|
|
4215
|
|
4216 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
4217
|
|
4218 * lwlib/xlwscrollbar.c: Add debug malloc support.
|
|
4219 * lwlib/xlwmenu.c: Ditto.
|
|
4220 * lwlib/lwlib-utils.h: Ditto.
|
|
4221
|
|
4222 * configure.in (null_string): Add --use-debug-malloc option.
|
|
4223
|
|
4224 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
4225
|
|
4226 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
|
|
4227
|
|
4228 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
4229
|
|
4230 * Makefile.in (install-arch-indep): Create required links when
|
|
4231 prefixdir != execdir.
|
|
4232
|
|
4233 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
175
|
4234
|
|
4235 * XEmacs 20.3-beta14 is released.
|
|
4236
|
|
4237 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4238
|
177
|
4239 * src/fns.c (require): Print messages when loading a file as a
|
175
|
4240 result of require.
|
384
|
4241
|
175
|
4242 * configure.in:
|
|
4243 * lisp/utils/config.el:
|
384
|
4244 * lib-src/config.values:
|
175
|
4245 - new file created and installed by building.
|
|
4246 - Allow configuration time values to be queried by the lisp code.
|
|
4247
|
|
4248 * configure.in:
|
|
4249 - check for alloca in libPW on hpux.
|
|
4250 - Redo --with-clash-detection
|
|
4251 - need to check for termios and friends even if with-tty=no.
|
|
4252 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
|
|
4253 - better quoting for AIX_SMT_EXP (untested)
|
|
4254 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
|
|
4255
|
|
4256 * *.[ch]: more warning elimination
|
|
4257
|
|
4258 * src/input-method*.c:
|
|
4259 * src/s/freebsd.h:
|
|
4260 - remove freebsd ifdefs from C code.
|
|
4261
|
|
4262 * src/specifier.c:
|
|
4263 - fix Fdisplay-table-specifier-p
|
|
4264
|
173
|
4265 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4266
|
|
4267 * XEmacs 20.3-beta13 is released.
|
|
4268
|
|
4269 * info/dir (Packages): Integrate texinfo manual for PH.
|
|
4270
|
|
4271 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4272
|
|
4273 * extents.c (print_extent): Print correctly.
|
384
|
4274
|
173
|
4275 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
4276
|
|
4277 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
|
|
4278
|
|
4279 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4280
|
|
4281 * *Makefile*: More cleanup.
|
|
4282 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
|
|
4283 - Nuke ld_call_shared from s&m files
|
|
4284 - Nuke src/s/*-static.h
|
|
4285 - Nuke Solaris and DEC OSF static build support.
|
|
4286 - Nuke SHORTNAMES
|
|
4287 - Nuke libmld
|
|
4288 - CLASH_DETECTION configurable, off by default.
|
|
4289
|
|
4290 * *.[ch]: Warning elimination, code cleanup, some 64-bit
|
|
4291 safeguarding.
|
|
4292
|
|
4293 * sol2.h: More bullet-proofing for Sun bugs in header files.
|
|
4294
|
|
4295 * lib-src/etags.c: etags version 12.19.
|
|
4296
|
|
4297 * lisp/x11/x-select.el:
|
|
4298 * src/xselect.c: Try STRING if selection owner couldn't convert
|
384
|
4299 COMPOUND_TEXT.
|
173
|
4300
|
|
4301 * src/*.c: Change defalt to default_, and in general allow
|
|
4302 doc-snarfing functions to recognize and ignore trailing `_'
|
|
4303
|
384
|
4304 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
|
173
|
4305 convert source code to use them consistently.
|
|
4306
|
171
|
4307 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4308
|
|
4309 * XEmacs 20.3-beta12 is released.
|
|
4310
|
|
4311 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
|
|
4312
|
384
|
4313 * configure.in: Set options differently, depending on beta-ness of
|
171
|
4314 build tree.
|
|
4315 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
|
|
4316 distclean.
|
|
4317
|
|
4318 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
4319
|
|
4320 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
|
|
4321 linker.
|
|
4322 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4323
|
|
4324 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
4325
|
|
4326 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
|
|
4327
|
|
4328 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
4329
|
|
4330 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
|
|
4331 fix. Restoration of lossage from beta10->beta11 upgrade.
|
|
4332
|
|
4333 * XEmacs 20.3-beta11 is released.
|
|
4334
|
|
4335 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4336
|
|
4337 * lisp/language/english.el: Add quail-british for British.
|
|
4338
|
|
4339 * lisp/language/european.el: Register input-method for various non
|
|
4340 quail-latin-1 methods.
|
|
4341
|
169
|
4342 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
|
|
4343
|
|
4344 * lib-src/getopt*.c: Don't redefine const - let configure do that.
|
|
4345
|
|
4346 * configure.in: Better behavior for `configure --with-gcc=no'
|
|
4347 - Autodetect ulimit.h
|
|
4348 - Remove broken SunOS4 kludge for libXmu
|
|
4349 - Autodetect usleep
|
|
4350
|
|
4351 * src/s/sol2.h: Support gcc on various Solaris releases.
|
384
|
4352
|
169
|
4353 * lib-src/*.c: Ansify prototypes.
|
|
4354
|
|
4355 * lisp/prim/files.el: Optimize auto-mode-alist.
|
|
4356
|
|
4357 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
|
|
4358 - `make install' now works.
|
|
4359 - dependencies updated.
|
|
4360
|
|
4361 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
|
|
4362 - Replace uses of XtVa* with non-varargs variants.
|
|
4363
|
|
4364 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4365
|
|
4366 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
|
|
4367 `change-major-mode-hook'.
|
|
4368
|
|
4369 * lisp/modes/image-mode.el (image-maybe-restore): New function.
|
|
4370
|
|
4371 * src/glyphs.c (make_string_from_file): must protect from
|
|
4372 `format-alist'.
|
|
4373
|
|
4374 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
4375
|
|
4376 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
|
|
4377 variable.
|
|
4378
|
167
|
4379 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
4380
|
169
|
4381 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
|
|
4382 should be `print-libgcc-file-name'
|
|
4383 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
384
|
4384
|
167
|
4385 * XEmacs 20.3-beta10 is released.
|
|
4386
|
|
4387 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4388
|
|
4389 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
|
|
4390 GB).
|
|
4391
|
|
4392 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
|
|
4393 11643 to be more detailed.
|
|
4394
|
|
4395 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
|
|
4396 `arabic-2' to `arabic-digit', `arabic-1-column' and
|
|
4397 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
|
|
4398
|
|
4399 * src/mule-charset.c: Modify charset DOC-strings to be more
|
|
4400 detailed.
|
|
4401
|
|
4402 Use BOX DRAWINGS characters of JIS X0208.
|
|
4403
|
|
4404 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4405
|
|
4406 * lisp/apel/richtext.el: Add autoload comments for
|
|
4407 `richtext-encode' and `richtext-decode'.
|
|
4408
|
|
4409 * lisp/prim/format.el (format-alist): Add `text/richtext'.
|
|
4410
|
|
4411 * lisp/tl/chartblxmas.el: New file.
|
|
4412
|
|
4413 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
|
|
4414 table" for MULE menu.
|
|
4415
|
|
4416 * lisp/apel/emu.el: Check richtext.el is bundled.
|
|
4417
|
|
4418 * lisp/tl/char-table.el (view-charset): New command.
|
|
4419
|
|
4420 * lisp/tl/char-table.el: Rename some functions.
|
|
4421
|
|
4422 * lisp/packages/hexl.el (hexl-mode-exit): Run
|
|
4423 `hexl-mode-exit-hook'.
|
|
4424
|
|
4425 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
4426 support" and "Set language environment" of mule menu.
|
|
4427
|
|
4428 * lisp/apel/file-detect.el: Add autoload comments for function
|
|
4429 `add-path', `add-latest-path', `get-latest-path',
|
|
4430 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
4431 variable `exec-suffix-list'.
|
|
4432
|
|
4433 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
4434 image/png and image/x-xpm.
|
|
4435
|
|
4436 * lisp/modes/image-mode.el: New file.
|
|
4437
|
|
4438 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4439
|
|
4440 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
|
|
4441 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
4442
|
|
4443 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
4444
|
165
|
4445 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
4446
|
|
4447 * XEmacs 20.3-beta9 is released.
|
|
4448
|
|
4449 * Makefile.in (dist): Make `make dist' work for me.
|
|
4450
|
|
4451 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
|
|
4452
|
|
4453 * configure.in:
|
|
4454 - Change "t" to tabs in sed commands
|
|
4455 - Add /g to sed substitition commands when appropriate
|
|
4456 - Change XtVa[SG]etValue to Xt[SG]etValue
|
|
4457 - Make version variables into Lisp_Objects.
|
|
4458
|
|
4459 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4460
|
|
4461 * src/config.h.in:
|
|
4462 * configure.in:
|
|
4463 - Autodetect X defines using xmkmf.
|
|
4464 - Compute rpath on *bsd* systems as well.
|
|
4465 - rewrite PRINT_VAR m4 macro.
|
|
4466 - detect sizes of void* and long long for future use by unex*.c
|
|
4467 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
4468
|
|
4469 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4470
|
|
4471 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
|
|
4472
|
|
4473 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
4474 `mh-folder-coding-system'.
|
|
4475
|
|
4476 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4477
|
|
4478 * lisp/language/ethio-util.el: imported from
|
|
4479 Emacs/mule-19.34.94-zeta.
|
|
4480
|
|
4481 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
|
|
4482 repair Arabic characters.
|
|
4483
|
|
4484 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4485
|
|
4486 * lib-src/update-autoloads.sh: Search lisp/mule/.
|
|
4487
|
|
4488 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
4489 language environment" of Mule menu.
|
|
4490
|
|
4491 * lisp/language/visual-mode.el: moved from mule/.
|
|
4492
|
|
4493 * lisp/language/ethiopic.el: Modify for XEmacs.
|
|
4494
|
|
4495 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
|
|
4496 problem of setting for `language-info-alist' about koi8-r.
|
|
4497
|
|
4498 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
4499
|
|
4500 * lisp/mule/mule-util.el: New file (imported from
|
|
4501 Emacs/mule-19.34.94-zeta).
|
|
4502
|
|
4503 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
|
|
4504 moved to mule-util.el.
|
|
4505
|
|
4506 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
|
|
4507 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
|
|
4508 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
|
|
4509 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
|
|
4510 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
|
|
4511
|
|
4512 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
|
|
4513 emulate Emacs/mule-19.34.94-zeta function.
|
|
4514
|
|
4515 * lisp/mule/mule-cmds.el: modified to sync with
|
|
4516 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
4517
|
|
4518 (set-language-info): Add to "Describe Language Support" and "Set
|
|
4519 Language Environment" menu.
|
|
4520
|
|
4521 * lisp/mule/mule-charset.el: Function `compose-region' and
|
|
4522 `decompose-region' were moved to mule-util.el.
|
|
4523
|
|
4524 * lisp/leim/quail.el: modify to sync with latest quail.el of
|
|
4525 Emacs/mule in ETL.
|
|
4526
|
|
4527 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
4528
|
|
4529 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
4530
|
163
|
4531 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
4532
|
165
|
4533 * Makefile.in: Missing FRC.info.
|
|
4534 (install-arch-dep): Add missing backslash.
|
|
4535 From Glynn Clements <glynn@sensei.co.uk>
|
|
4536
|
163
|
4537 * XEmacs 20.3-beta8 is released.
|
|
4538
|
|
4539 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
4540
|
|
4541 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
|
|
4542 lwlib/lwlib.c: Make 64 bit clean.
|
384
|
4543
|
163
|
4544 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
4545
|
|
4546 * configure.in:
|
|
4547 - Autodetect X defines using xmkmf.
|
|
4548 - Compute rpath on *bsd* systems as well.
|
|
4549 - rewrite PRINT_VAR m4 macro.
|
|
4550 - detect sizes of void* and long long for future use by unex*.c
|
|
4551
|
|
4552 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
4553
|
|
4554 * */Makefile.in.in: Another rewrite
|
|
4555 Make makefiles immune from being mangled by various cpp
|
384
|
4556 implementations by quoting non-preprocessor directive lines.
|
163
|
4557 - random cleanup
|
|
4558 - Use $(RM) and $(pwd) macros consistently
|
|
4559 - Add dependencies for balloon-help source files
|
|
4560 - Use getcwd by default instead of getwd.
|
|
4561 * lwlib/config.h: Now includes src/config.h
|
|
4562 * lwlib/*.c: Use config.h, but DON'T use Xos.h
|
|
4563 * lib-src/*.c: Fix compiler warnings
|
|
4564 * lisp/version.el:
|
|
4565 - Put version information in version.sh instead of version.el
|
|
4566
|
|
4567 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4568
|
|
4569 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
|
|
4570 -I/usr/local/include.
|
|
4571
|
161
|
4572 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
4573
|
|
4574 * XEmacs 20.3-beta7 is released.
|
|
4575
|
|
4576 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4577
|
|
4578 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
|
|
4579 regexp for horizontal smiley faces.
|
|
4580 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
4581
|
|
4582 * lisp/leim/quail.el (quail-get-translation): Don't use
|
|
4583 `string-to-vector' for XEmacs.
|
|
4584
|
|
4585 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
4586
|
|
4587 * lisp/modes/*.el: Removed all "\177" bindings that were
|
|
4588 previously commented out and normalized everything vis a vis
|
|
4589 'backspace and 'delete keysyms.
|
|
4590 * lisp/packages/*.el: Normalized all the "\177" bindings
|
384
|
4591 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
|
161
|
4592 which is a "smart" version of the cperl-electric-backspace
|
|
4593 function (it honors the desired delete direction). Bound it to
|
|
4594 'delete and the electric-backspace to 'backspace.
|
384
|
4595 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
|
161
|
4596 cperl-electric-delete to the 'supersede list.
|
|
4597
|
159
|
4598 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
4599
|
|
4600 * XEmacs 20.3-b6 is released.
|
|
4601
|
|
4602 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
|
|
4603 Suggested by Martin Buchholz <mrb@eng.sun.com>
|
|
4604
|
|
4605 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
|
|
4606
|
384
|
4607 * src/Makefile.in:
|
|
4608 * lwlib/Makefile.in:
|
|
4609 * lib-src/Makefile.in:
|
159
|
4610 * Makefile.in: More Makefile cleanup
|
|
4611 - add .PHONY targets where necessary
|
|
4612 - remove most builtin rules using .SUFFIXES
|
|
4613 - -lXau only gets used for linking gnuserv binaries
|
|
4614 - No VPATH for root Makefile
|
|
4615 - remove gcc v1 support
|
384
|
4616 * configure.in:
|
159
|
4617 - A new test to autodetect need to define NARROWPROTO,
|
|
4618 needed by XFree86
|
|
4619 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
|
|
4620 - Immediately exit if SIZEOF_* tests fail.
|
|
4621 - Check for libPW
|
|
4622 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
|
|
4623 are in sync.
|
384
|
4624 * src/s/linux.h:
|
159
|
4625 * src/m/intel386.h: Yet another attempt to clean up linux defines.
|
|
4626
|
|
4627 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
4628
|
|
4629 * lib-src/pop.c: Correct incantation for pop.h.
|
|
4630 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
4631
|
|
4632 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4633
|
|
4634 * configure.in (beta): Correct test looking for Beta number.
|
|
4635
|
|
4636 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4637
|
|
4638 * src/Makefile.in.in, mule/language/misc-lang.el,
|
|
4639 mule/mule-load.el, mule/ipa-hooks.el: Use
|
|
4640 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
|
|
4641 mule/ipa-hooks.el was deleted.
|
|
4642
|
|
4643 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4644
|
|
4645 * Use lisp/mule/language/thai-util.el instead of
|
|
4646 lisp/mule/thai.el.
|
|
4647
|
|
4648 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
4649
|
|
4650 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
|
|
4651 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
|
|
4652
|
|
4653 * lisp/mule/language/thai.el: modified for XEmacs.
|
|
4654
|
|
4655 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4656
|
|
4657 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
|
|
4658 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
|
|
4659 lisp/mule/language/european.el, lisp/mule/language/greek.el,
|
|
4660 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
|
|
4661 instead of lisp/mule/chinese-hooks.el,
|
|
4662 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
|
|
4663 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
|
|
4664 lisp/mule/korean-hooks.el.
|
|
4665
|
|
4666 * lisp/mule/language/*.el was imported from
|
|
4667 Emacs/mule-19.34.94-zeta.
|
|
4668
|
|
4669 * Use lisp/mule/language/china-util.el instead of
|
|
4670 lisp/mule/chinese.el.
|
|
4671
|
|
4672 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4673
|
|
4674 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
4675 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
|
|
4676 were defined as coding-system.
|
|
4677
|
|
4678 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4679
|
|
4680 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
|
|
4681 smiley faces.
|
|
4682
|
163
|
4683 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
384
|
4684
|
163
|
4685 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
4686 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
4687
|
|
4688 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4689
|
|
4690 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
4691 the `backward-or-forward-foo' functions.
|
|
4692 * lisp/prim/simple.el:
|
|
4693 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
4694 - Removed `backspace-or-delete-hook'
|
|
4695 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
4696 - Added functions: `backward-or-forward-kill-word'
|
|
4697 `backward-or-forward-kill-sentence'
|
|
4698 `backward-or-forward-kill-sexp'
|
|
4699 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
4700 began playing nicely with pending-del.
|
|
4701 * lisp/modes/cc-mode.el:
|
|
4702 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
4703 to use the new names.
|
384
|
4704
|
157
|
4705 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
4706
|
|
4707 * XEmacs 20.3-b5 is released.
|
|
4708
|
155
|
4709 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
4710
|
|
4711 * XEmacs 20.3-b4 is released.
|
|
4712
|
|
4713 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
|
|
4714
|
|
4715 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
|
|
4716 with new Autoconf 2 mechanisms.
|
|
4717 * src/syswait.h:
|
|
4718 * src/sysdep.c:
|
|
4719 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
|
|
4720
|
|
4721 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
|
|
4722 old cruft that can be obtained from system header files.
|
|
4723 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
|
384
|
4724
|
|
4725 * lib-src/b2m.c:
|
|
4726 * src/gifalloc.c:
|
|
4727 * lib-src/gnuslib.c:
|
|
4728 * lib-src/profile.c:
|
155
|
4729 * lib-src/movemail.c: Fix compiler warnings
|
384
|
4730
|
155
|
4731 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
|
|
4732 - Fix up compile flags for new etags version
|
|
4733
|
384
|
4734 * man/xemacs/programs.texi:
|
155
|
4735 * lib-src/etags.c: Upgraded to etags 12.11
|
|
4736
|
|
4737 * src/config.h.in: Fix inline keyword support
|
384
|
4738
|
|
4739 * configure.in: Use a different mechanism for removing extra white
|
155
|
4740 space. Avoid using foo=`echo $bar`, which loses with various echos.
|
|
4741 - new M4 macro XE_SPACE(var, words...)
|
|
4742 - Use autoconf 2's AC_HEADER_SYS_WAIT
|
|
4743 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
|
|
4744 linking with losing Xpm implementations
|
|
4745 - Check for correct wnn4 lib symbols
|
|
4746 - Only link with inline.o when using gcc
|
|
4747 - Support inline keywords inline, __inline, __inline__
|
|
4748 - Ultrix now implies have_mmap=no
|
|
4749 - Sun sound in non-standard dirs now works
|
|
4750 - --native-sound-lib no longer ignored on HP & SGI
|
|
4751 - gpm configure tests moved after curses configure tests
|
163
|
4752
|
|
4753 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4754
|
384
|
4755 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
163
|
4756 desired delete direction in both normal and "hungry" modes.
|
384
|
4757 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
4758 honor the desired delete direction.
|
384
|
4759
|
155
|
4760 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
|
|
4761
|
|
4762 * configure.in: Automagically compute -R path for gcc
|
|
4763
|
163
|
4764 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4765
|
|
4766 * lisp/vm/vm-vars.el: Fixed delete key binding to call
|
|
4767 `vm-scroll-down'
|
384
|
4768
|
155
|
4769 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4770
|
|
4771 * configure.in: Add support for Solaris2.6 -z ignore linker flags
|
|
4772
|
|
4773 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4774
|
|
4775 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
4776 Becker's replacement, hacked somewhat.
|
|
4777
|
163
|
4778 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4779
|
|
4780 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
4781 `backspace-or-delete-hook'
|
|
4782 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
4783 delete function.
|
|
4784 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
4785 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
4786 delete bindings.
|
384
|
4787 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
163
|
4788 use new delete bindings.
|
384
|
4789
|
155
|
4790 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4791
|
|
4792 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
4793
|
|
4794 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
4795 x11/x-menubar.el.
|
|
4796
|
|
4797 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4798
|
|
4799 * lisp/leim/quail.el: to avoid compiling warnings about
|
|
4800 overlay.el.
|
|
4801
|
|
4802 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4803
|
|
4804 * lisp/leim/quail.el: to sync with quail.el of
|
|
4805 Emacs-19.34.94-zeta.
|
|
4806
|
|
4807 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
|
|
4808 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
|
|
4809 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
|
|
4810 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
|
|
4811 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
|
|
4812 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
|
|
4813 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
|
|
4814 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
|
|
4815 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
|
|
4816 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
|
|
4817 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
|
|
4818 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
|
|
4819 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
|
|
4820 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
|
|
4821 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
4822 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
|
|
4823 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
|
|
4824 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
|
|
4825 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
|
|
4826
|
|
4827 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4828
|
|
4829 * mule/korean.el was abolished because it seems not to be used.
|
|
4830
|
|
4831 * mule/japanese.el was abolished because it seems not to be used.
|
|
4832
|
|
4833 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4834
|
|
4835 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
|
|
4836 Gnus 5.4.
|
|
4837
|
|
4838 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
4839
|
|
4840 * lisp/tm/tm-view.el: updated to 7.83.
|
|
4841
|
|
4842 * lisp/leim/quail.el: modified for XEmacs.
|
|
4843
|
|
4844 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
4845 mule-process.el because it is not used.
|
|
4846
|
|
4847 * lisp/mule/european.el was abolished because it seems not to be
|
|
4848 used.
|
|
4849
|
|
4850 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
4851 language-environment.
|
|
4852
|
|
4853 * lisp/mule/european-hooks.el: Modified for LEIM.
|
|
4854
|
|
4855 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
4856 `toggle-input-method'.
|
|
4857
|
|
4858 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
|
|
4859 to mule-cmds.el).
|
|
4860
|
|
4861 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
|
|
4862 from mule-init.el).
|
|
4863
|
|
4864 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
4865
|
|
4866 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
4867
|
|
4868 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
4869
|
|
4870 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
4871
|
|
4872 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
4873 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
|
|
4874
|
|
4875 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
4876
|
|
4877 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
|
|
4878
|
|
4879 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
4880 19.34.94-epsilon).
|
|
4881
|
|
4882 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
|
|
4883 XEmacs can not compile it.
|
|
4884
|
|
4885 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
|
|
4886 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
|
|
4887 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
|
|
4888 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
|
|
4889 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
|
|
4890 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
|
|
4891 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
|
|
4892 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
|
|
4893 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
|
|
4894 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
|
|
4895 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
|
|
4896 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
|
|
4897 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
|
|
4898 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
|
|
4899 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
|
|
4900 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
|
|
4901 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
|
|
4902 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
|
|
4903 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
|
|
4904 elisp files; old lisp/quail was abolished.
|
|
4905
|
|
4906 * src/Makefile.in.in: Add mule-cmds.elc.
|
|
4907
|
|
4908 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
|
|
4909 (imported from Emacs-19.34.94-epsilon and comment out a lot to
|
|
4910 avoid conflict with mule-init.el or other XEmacs/mule files).
|
|
4911
|
|
4912 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
4913 from Emacs-19.34.94-epsilon.
|
|
4914
|
153
|
4915 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
4916
|
|
4917 * XEmacs 20.3-beta3 is released.
|
|
4918
|
|
4919 * INSTALL: Delete documentation of mocklisp support.
|
|
4920
|
|
4921 * configure.in: Delete mocklisp support.
|
|
4922
|
|
4923 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
|
|
4924
|
|
4925 * configure.in: Replace standard Autoconf MMAP test with Neal
|
|
4926 Becker's replacement, hacked somewhat.
|
|
4927
|
|
4928 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
|
|
4929
|
|
4930 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
|
|
4931
|
|
4932 * lib-src/etags.c: Version 12.7 from Francesco.
|
|
4933
|
|
4934 * configure.in: Juggle link order of X libraries.
|
|
4935 Add support for using zsh to run configure.
|
|
4936 Document --with-tty=no.
|
|
4937 Fix -no-recursion option.
|
|
4938 Recognize and ignore --cache-file option.
|
|
4939 Recognize null values for preprocessor symbols converted to shell
|
|
4940 variables. This maybe fixes the "-ltermcap" problem.
|
|
4941 Remove spurious blanks from various SUBST-ituted variables.
|
|
4942 Fix conditional creation of gdbinit.
|
|
4943 Conditionally create .sbinit for Sunpro C.
|
|
4944
|
151
|
4945 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
4946
|
|
4947 * XEmacs 20.3-beta2 is released.
|
|
4948
|
|
4949 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4950
|
|
4951 * configure.in: Try to fix all reported bugs with 20.3-b1.
|
|
4952 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
|
|
4953 extra-verbose now default on beta builds.
|
|
4954 extra-verbose now much more verbose.
|
|
4955 Don't set libs_termcap to " ".
|
|
4956 Detect -lXm AFTER detecting -lXpm.
|
|
4957 Use runtime paths before running tests, since AC_TRY_RUN may
|
|
4958 depend on it.
|
|
4959 with-xim=motif only default on Solaris.
|
|
4960 realpath moved from s&m to configure.in.
|
384
|
4961 xemacs-version.h removed. main_1 now contains $canonical as well,
|
151
|
4962 for even more useful backtraces.
|
|
4963 termcap handling rewritten.
|
|
4964 Create .sbinit for Sun's source browser.
|
|
4965 Warn user if no XPM support present.
|
|
4966 Warn user if compiling in error checking.
|
|
4967
|
384
|
4968 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
|
151
|
4969 dynodump. Remove core when cleaning. Remove config.log.
|
|
4970 make distclean now functional.
|
|
4971
|
|
4972 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4973
|
|
4974 * lwlib/Makefile.in.in (distclean): Clean up config.h.
|
|
4975
|
|
4976 * Makefile.in (distclean): Remve config.log.
|
|
4977 remove broken dynodump stuffs.
|
|
4978
|
149
|
4979 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4980
|
|
4981 * XEmacs 20.3-b1 is released.
|
|
4982
|
|
4983 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4984
|
|
4985 * info/dir (Packages): Update minor version number.
|
|
4986
|
|
4987 * README: Update minor version number.
|
|
4988
|
146
|
4989 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4990
|
|
4991 * XEmacs-20.2 is released.
|
|
4992
|
144
|
4993 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4994
|
|
4995 * XEmacs 20.2-b6 is released.
|
|
4996
|
142
|
4997 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4998
|
|
4999 * XEmacs 20.2-b5 is released.
|
|
5000
|
140
|
5001 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5002
|
|
5003 * XEmacs 20.2-b4 is released.
|
|
5004
|
|
5005 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5006
|
|
5007 * configure.in (--with-xim): Don't default it to Motif since it
|
|
5008 causes crashes at startup on some systems.
|
|
5009
|
138
|
5010 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5011
|
|
5012 * XEmacs 20.2-b3 is released.
|
|
5013
|
136
|
5014 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5015
|
|
5016 * XEmacs 20.2-b2 is released.
|
|
5017
|
|
5018 * configure.in (beta): OPENWINHOME misspelled.
|
|
5019
|
134
|
5020 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5021
|
|
5022 * XEmacs 20.2-b1 is released.
|
|
5023
|
|
5024 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5025
|
|
5026 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
|
|
5027 uname.
|
|
5028
|
131
|
5029 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5030
|
|
5031 * XEmacs 20.1 is re-released.
|
|
5032
|
126
|
5033 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5034
|
|
5035 * XEmacs 20.1 is released.
|
|
5036
|
124
|
5037 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5038
|
|
5039 * XEmacs 20.1-b15 is released.
|
|
5040
|
|
5041 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
5042 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
|
|
5043 1) changing it into sections -- there is now a section for building,
|
|
5044 running and compatibility problems
|
|
5045
|
|
5046 2) removing some obviously obsolete entries -- e.g. those pertaining
|
|
5047 to Emacs 18, etc. --> size is off by 20K
|
|
5048
|
|
5049 3) Rearranging the entries by relevance. I have tried to put the most
|
|
5050 relevant entries in front.
|
384
|
5051
|
122
|
5052 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5053
|
|
5054 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
|
|
5055
|
120
|
5056 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5057
|
|
5058 * XEmacs 20.1-b12 is released.
|
|
5059
|
|
5060 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
|
|
5061
|
|
5062 * configure.in: Cosmetic change to summary print of POP/Kerberos/
|
|
5063 Hesiod options.
|
|
5064
|
118
|
5065 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5066
|
|
5067 * XEmacs 20.1-b11 is released.
|
|
5068
|
|
5069 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5070
|
384
|
5071 * Makefile.in (install-only): New target. Functionality suggested
|
118
|
5072 by Larry Schwimmer, correct way of doing it suggested by Chuck
|
|
5073 Thompson.
|
|
5074
|
|
5075 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
|
|
5076 Zawinski for SGI cc and Irix 6.
|
|
5077
|
|
5078 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5079
|
|
5080 * configure.in: Add configuration parameters for Emacs 19.34
|
|
5081 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
|
|
5082
|
|
5083 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5084
|
|
5085 * configure.in: Remove garbage if [ ... ] constructs and a
|
|
5086 mispatch.
|
|
5087
|
116
|
5088 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5089
|
|
5090 * XEmacs 20.1-b10 is released.
|
|
5091
|
|
5092 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5093
|
|
5094 * Remove vms top-level directory.
|
384
|
5095
|
116
|
5096 * XEmacs 19.15 final released to beta testers.
|
|
5097
|
|
5098 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5099
|
|
5100 * XEmacs 19.15 prefinal released to beta testers.
|
|
5101
|
|
5102 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5103
|
|
5104 * configure.in (--debug): Correct documentation.
|
|
5105
|
|
5106 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5107
|
|
5108 * XEmacs 19.15-b104 is released.
|
|
5109
|
|
5110 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5111
|
|
5112 * configure.in (beta): Add configure support for the -rpath flag
|
|
5113 for IRIX analogous to the Solaris "-R".
|
|
5114
|
|
5115 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5116
|
|
5117 * info/dir (Packages): Add HM-HTML-Mode to menu.
|
|
5118
|
|
5119 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
5120
|
424
|
5121 * configure.in: Echo only current configuration using 'tee -a'.
|
116
|
5122
|
114
|
5123 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5124
|
|
5125 * XEmacs-19.15-b103 is released.
|
|
5126 * XEmacs-20.0-b9 is released.
|
|
5127
|
|
5128 * Makefile.in (top_distclean): Add `Installation' to distclean
|
|
5129 rule.
|
|
5130
|
|
5131 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
5132
|
|
5133 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
|
|
5134 update-autoloads.sh.
|
|
5135
|
|
5136 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5137
|
|
5138 * XEmacs-19.15-b102 is released.
|
|
5139
|
|
5140 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5141
|
|
5142 * XEmacs-19.15-b101 is released.
|
|
5143
|
112
|
5144 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5145
|
|
5146 * XEmacs-20.1-b8 is released.
|
|
5147 * XEmacs-19.15-b100 is released.
|
|
5148
|
110
|
5149 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5150
|
112
|
5151 * XEmacs-20.1-b7 is released.
|
|
5152 * XEmacs-19.15-b99 is released.
|
|
5153
|
110
|
5154 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5155
|
|
5156 * configure.in: Add sunos4-1-4 header files.
|
|
5157
|
|
5158 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5159
|
|
5160 * configure.in: Use new file bsdos3.h with BSDI 3.0.
|
|
5161
|
108
|
5162 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5163
|
|
5164 * XEmacs-20.1-b6 is released.
|
|
5165 * XEmacs-19.15-b98 is released.
|
|
5166
|
|
5167 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5168
|
|
5169 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
|
|
5170 (gzip-el): New targe for compressed installed lisp sources.
|
|
5171
|
|
5172 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5173
|
|
5174 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
|
|
5175 but before anything else. More flexible about finding an xemacs
|
|
5176 to use for byte-compilation (default src/xemacs). Other minor fixes.
|
|
5177
|
106
|
5178 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5179
|
|
5180 * XEmacs 20.1-b5 is released.
|
|
5181
|
104
|
5182 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5183
|
|
5184 * XEmacs 20.1-b4 is released.
|
|
5185
|
|
5186 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5187
|
|
5188 * Makefile.in (distclean): Correct typos.
|
|
5189
|
|
5190 * XEmacs 19.15-b96 is released.
|
|
5191
|
|
5192 * configure.in: Symlink site-lisp when using --srcdir.
|
|
5193 Add special handling of lisp directory to allow for multiple
|
|
5194 site-packages files.
|
|
5195
|
|
5196 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5197
|
|
5198 * Makefile.in (distclean): Create lock and site-lisp directories
|
|
5199 when they don't exist (after being pruned by CVS).
|
|
5200
|
102
|
5201 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5202
|
|
5203 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
|
|
5204 distribution.
|
|
5205
|
|
5206 * XEmacs 20.1-b3 is released.
|
|
5207
|
100
|
5208 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5209
|
|
5210 * XEmacs 20.1-b2 is released.
|
|
5211
|
|
5212 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5213
|
|
5214 * XEmacs 19-15-b'95 is released.
|
|
5215
|
102
|
5216 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5217
|
|
5218 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
|
|
5219 - "knob" renamed to "slider"
|
|
5220 - leftmost pixel wasn't sensitive to button clicks, while righmost
|
|
5221 pixel was.
|
|
5222 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
|
|
5223 - goobers on top of up-arrow removed.
|
|
5224 - up-arrow would not always be redrawn when necessary
|
|
5225 - slider drag would be `off' by size of up-arrow
|
|
5226 - horizontal and vertical scrollbars didn't use exactly the same
|
|
5227 dimensions.
|
|
5228 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
|
|
5229 - Now up- and down-arrows actually work near beginning/end of buffer!
|
|
5230
|
100
|
5231 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5232
|
|
5233 * configure.in (with_xauth): Attempted correction of test for
|
|
5234 libXmu on SunOS.
|
|
5235
|
98
|
5236 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5237
|
|
5238 * XEmacs 20.1-b1 is released.
|
|
5239 * XEmacs 19.15-b94 is released.
|
|
5240
|
|
5241 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5242
|
|
5243 * README: ``This directory tree holds version 19.13 ...'' ???
|
|
5244
|
|
5245 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5246
|
|
5247 * XEmacs 19.15-b93 is released.
|
|
5248 XEmacs 20.0 is released to the 'net.
|
|
5249
|
96
|
5250 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5251
|
|
5252 * XEmacs 20.0try3 is released.
|
|
5253
|
94
|
5254 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5255
|
96
|
5256 * XEmacs 20.0try2 is released.
|
94
|
5257
|
96
|
5258 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
94
|
5259
|
|
5260 * XEmacs 19.15-b92 is released.
|
|
5261
|
88
|
5262 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5263
|
96
|
5264 * XEmacs 20.0try1 is released.
|
94
|
5265 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
|
88
|
5266
|
|
5267 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5268
|
|
5269 * PROBLEMS: Updated from beta test bug reports.
|
|
5270 Put in outline-mode/outl-mouse-minor-mode by default.
|
|
5271
|
|
5272 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5273
|
|
5274 * CHANGES-beta: XEmacs 20.0-b93 is released.
|
|
5275
|
84
|
5276 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5277
|
|
5278 * CHANGES-beta: XEmacs 20.0-b92 is released.
|
|
5279
|
|
5280 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5281
|
|
5282 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
|
|
5283 char and pointer.
|
|
5284
|
|
5285 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5286
|
|
5287 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
|
|
5288
|
82
|
5289 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5290 * XEmacs 20.0-b91 (prerelease 2) is released.
|
|
5291
|
|
5292 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
|
|
5293 type.
|
|
5294
|
|
5295 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
|
|
5296 borderwidth.
|
|
5297 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
|
|
5298 SCROLLBAR_LINE_DOWN since that's current the only to get to the
|
|
5299 bottom of the buffer. :-(
|
|
5300
|
|
5301 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
5302
|
|
5303 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
|
|
5304 configurations that use both Motif and Athena.
|
|
5305
|
|
5306 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5307
|
|
5308 * info/dir (Gnus): Updated spelling and info.
|
|
5309
|
|
5310 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5311
|
|
5312 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
|
|
5313
|
|
5314 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5315
|
|
5316 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
|
|
5317 warnings for ccl-read-*
|
|
5318
|
80
|
5319 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
82
|
5320
|
80
|
5321 * XEmacs 20.0 beta90 (prerelease 1) is released.
|
|
5322 * XEmacs 19.15 beta90 (prerelease 1) is released.
|
384
|
5323
|
80
|
5324 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5325
|
|
5326 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
|
|
5327
|
78
|
5328 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
5329 * XEmacs 20.0 beta 34 is released.
|
|
5330 * XEmacs 19.15 beta 7 is released.
|
|
5331
|
177
|
5332 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
|
78
|
5333
|
|
5334 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
|
|
5335
|
80
|
5336 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
5337
|
384
|
5338 * src/emacs.c: Make sure
|
|
5339 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
|
80
|
5340 works properly
|
|
5341
|
|
5342 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
|
|
5343 competitor to Purify.
|
|
5344
|
|
5345 * man/lispref/symbols.texi: Fix up bit vector documentation
|
|
5346 * man/lispref/sequences.texi: Fix up bit vector documentation
|
|
5347
|
|
5348 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
|
|
5349
|
|
5350 * lisp/prim/update-elc.el: Don't rely on autoloads.
|
|
5351
|
|
5352 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5353
|
|
5354 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
|
|
5355 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
|
|
5356 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
|
|
5357 Errors during autoload generation are just that - errors.
|
384
|
5358
|
80
|
5359 Generated autoloads are now in a separate file of their own.
|
384
|
5360
|
80
|
5361 Reliability of autoload generation greatly increased.
|
384
|
5362
|
80
|
5363 Distribution smaller by about 100k.
|
384
|
5364
|
80
|
5365 `make autoloads' is still the preferred mechanism for update.
|
384
|
5366
|
80
|
5367 Autoloads are always regenerated completely from scratch. This
|
|
5368 avoids errors with obsolete or corrupted autoload entries.
|
|
5369
|
|
5370 Caching of autoload entries using timestamps has been eliminated.
|
384
|
5371
|
80
|
5372 Files that have no autoloads no longer have a comment placed into
|
|
5373 the generated autoloads file.
|
|
5374
|
|
5375 There was a bug where autoload entries would sometimes end up
|
|
5376 being inserted into the *middle* of other autoload entries,
|
|
5377 thereby corrupting them.
|
|
5378
|
|
5379 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
|
|
5380
|
|
5381 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5382
|
|
5383 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
|
|
5384 doesn't use the autoload facility to load `autoload';
|
|
5385 load it explicity instead.
|
|
5386
|
|
5387 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
|
|
5388
|
|
5389 * man/Makefile: Reinstate hyperbole & oo-browser manuals
|
|
5390
|
|
5391 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
|
|
5392
|
|
5393 * src/mule-charset.c: Use lower case for charset registry, to
|
|
5394 match XLFD.
|
|
5395
|
|
5396 * Makefile.in: replace list of info files with *.info* - one less
|
|
5397 maintenance headache
|
|
5398
|
|
5399 * man/oo-browser.texi: Fix TeXability
|
|
5400
|
|
5401 * man/hyperbole.texi: Fix TeXability
|
|
5402
|
|
5403 * man/vhdl-mode.texi: Fix TeXability
|
|
5404
|
|
5405 * lisp/prim/loaddefs.el: Wholesale housecleaning
|
|
5406 `make autoloads' should finally work.
|
|
5407
|
|
5408 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
|
|
5409
|
|
5410 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
|
|
5411
|
|
5412 * lib-src/update-elc.sh: `make all-elc' was updating files in
|
|
5413 `special' directories without using the Makefiles
|
|
5414 designed for that purpose.
|
|
5415 - make sure ilisp isn't remade every time through `make all-elc'.
|
|
5416
|
|
5417 * info/dir (Packages): Add Japanese TM info files
|
|
5418
|
|
5419 * src/inline.c: Allow compilation with `gcc -g'
|
|
5420
|
|
5421 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
|
|
5422
|
|
5423 * src/lread.c: Don't put `...' immediately after a filename, so
|
|
5424 that various tools can recognize the filename as such.
|
|
5425
|
|
5426 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
|
384
|
5427 --with-xim=xlib and key event on window frame.
|
80
|
5428 Change return foo to return (foo) when return is a macro.
|
|
5429
|
|
5430 * src/editfns.c (Ffollowing_char): docstring fixes.
|
|
5431
|
|
5432 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
|
|
5433 This Makefile is no longer officially broken.
|
|
5434
|
|
5435 * info/dir: Add Japanese tm documents.
|
|
5436
|
|
5437 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
|
|
5438
|
|
5439 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
|
|
5440 xargs -i flag.
|
|
5441
|
|
5442 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
|
|
5443 the `binary' coding system is used for .gz and .Z extensions.
|
|
5444
|
|
5445 * man/viper.texi: Viper version 2.90
|
|
5446
|
|
5447 * man/ediff.texi: Ediff Version 2.62
|
|
5448
|
|
5449 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
|
|
5450 define-key, for compatibility with loaddefs.el
|
|
5451
|
|
5452 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
|
|
5453
|
|
5454 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
|
|
5455
|
|
5456 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
|
|
5457 files in dirs that have their own Makefiles.
|
|
5458
|
78
|
5459 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5460
|
|
5461 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
|
|
5462
|
|
5463 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
|
|
5464
|
|
5465 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
|
|
5466 installation.
|
|
5467
|
|
5468 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5469
|
|
5470 * XEmacs 20.0 beta 33 is released.
|
|
5471 * XEmacs 19.15 beta 6 is released.
|
|
5472
|
76
|
5473 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5474
|
|
5475 * Makefile.in (install-arch-indep): Simplify installation of info
|
|
5476 pages.
|
|
5477
|
|
5478 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5479 * XEmacs 20.0-b32 released.
|
|
5480
|
|
5481 * XEmacs 19.15-b5 released.
|
|
5482
|
74
|
5483 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
5484
|
|
5485 * configure.in: Reformat. Fix shared include file rename
|
|
5486 problem.
|
|
5487
|
|
5488 * configure: Reformat. Fix shared include file rename problem.
|
|
5489
|
|
5490 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
|
|
5491
|
|
5492 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
5493
|
|
5494 * Makefile.in (install-arch-indep): Install infofiles gzipped by
|
|
5495 default.
|
|
5496
|
|
5497 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
5498
|
|
5499 * CHANGES-beta: XEmacs 20.0-b31 is released.
|
|
5500
|
72
|
5501 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
5502
|
|
5503 * info/vhdl-mode.info: New file.
|
|
5504
|
|
5505 * info/dir (Packages): Add vhdl-mode documentation.
|
|
5506
|
|
5507 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5508
|
|
5509 * configure: Make shared/dynamic flags work much more logically.
|
|
5510
|
|
5511 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
|
|
5512
|
|
5513 * configure.in (machine): Patch to make newly renamed shared
|
|
5514 link include files work.
|
|
5515
|
|
5516 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5517
|
|
5518 * configure.in: Configure for POSIX getcwd if available.
|
|
5519
|
|
5520 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
5521
|
|
5522 * configure.in (LIBS): Fix typo in dialog box test.
|