annotate ChangeLog @ 4539:061e030e3270

Fix some bugs in load-history construction, built-in symbol file names. lib-src/ChangeLog addition: 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> * make-docfile.c (main): Allow more than one -d argument, followed by a directory to change to. (put_filename): Don't strip directory information; with previous change, allows retrieval of Lisp function and variable origin files from #'built-in-symbol-file relative to lisp-directory. (scan_lisp_file): Don't add an extraneous newline after the file name, put_filename has added the newline already. lisp/ChangeLog addition: 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> * loadup.el (load-history): Add the contents of current-load-list to load-history before clearing it. Move the variable declarations earlier in the file to a format understood by make-docfile.c. * custom.el (custom-declare-variable): Add the variable's symbol to the current file's load history entry correctly, don't use a cons. Eliminate a comment that we don't need to worry about, we don't need to check the `initialized' C variable in Lisp. * bytecomp.el (byte-compile-output-file-form): Merge Andreas Schwab's pre-GPLv3 GNU change of 19970831 here; treat #'custom-declare-variable correctly, generating the docstrings in a format understood by make-docfile.c. * loadhist.el (symbol-file): Correct behaviour for checking autoloaded macros and functions when supplied with a TYPE argument. Accept fully-qualified paths from #'built-in-symbol-file; if a path is not fully-qualified, return it relative to lisp-directory if the filename corresponds to a Lisp file, and relative to (concat source-directory "/src/") otherwise. * make-docfile.el (preloaded-file-list): Rationalise some let bindings a little. Use the "-d" argument to make-docfile.c to supply Lisp paths relative to lisp-directory, not absolutely. Add in loadup.el explicitly to the list of files to be processed by make-docfile.c--it doesn't make sense to add it to preloaded-file-list, since that is used for purposes of byte-compilation too. src/ChangeLog addition: 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> * doc.c (Fbuilt_in_symbol_file): Return a subr's filename immediately if we've found it. Check for compiled function and compiled macro docstrings in DOC too, and return them if they exist. The branch of the if statement focused on functions may have executed, but we may still want to check variable bindings; an else clause isn't appropriate.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 27 Dec 2008 14:05:50 +0000
parents e8a9d6a10efa
children 0ed907d0f1e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4513
51fa2a054060 Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4475
diff changeset
1 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org>
51fa2a054060 Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4475
diff changeset
2
51fa2a054060 Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4475
diff changeset
3 * INSTALL: Give better pointers to package documentation.
51fa2a054060 Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4475
diff changeset
4
4510
bd1fbed783dd Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 3975
diff changeset
5 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org>
bd1fbed783dd Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 3975
diff changeset
6
bd1fbed783dd Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 3975
diff changeset
7 * configure.ac (xemacs_cc_cc_mismatch): Improve g++ detection.
bd1fbed783dd Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 3975
diff changeset
8
4496
772c80e0e180 with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents: 4475
diff changeset
9 2008-08-03 Mats Lidell <matsl@xemacs.org>
772c80e0e180 with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents: 4475
diff changeset
10
4497
f863b2ee146f Rename xft_gauge to xft_gauges.
Mats Lidell <matsl@xemacs.org>
parents: 4496
diff changeset
11 * configure.ac: Fix typo xft_gauge to xft_gauges
f863b2ee146f Rename xft_gauge to xft_gauges.
Mats Lidell <matsl@xemacs.org>
parents: 4496
diff changeset
12
4496
772c80e0e180 with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents: 4475
diff changeset
13 * configure.ac (XE_COMPLEX_ARG): Use different defaults for
772c80e0e180 with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents: 4475
diff changeset
14 with-xft and without-xft.
772c80e0e180 with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents: 4475
diff changeset
15
4475
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
16 2008-07-06 Ville Skyttä <scop@xemacs.org>
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
17
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
18 * configure.ac (xe_fst):
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
19 New, to replace m4_fst which disappeared in autoconf 2.62 (#370).
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
20 (XE_EXPAND_COMPLEX_OPTIONS): Use xe_fst.
86283c809984 autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents: 4455
diff changeset
21
4455
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
22 2008-05-12 Michael Sperber <mike@xemacs.org>
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
23
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
24 * configure.ac:
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
25 A number of the checks that tried to determine whether an explicit
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
26 path was specified were wrong.
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
27 Also, add an AC_SUBST for INFOPATH.
49f8ed034500 Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents: 4450
diff changeset
28
4449
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
29 2008-05-07 Aidan Kehoe <kehoea@parhasard.net>
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
30
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
31 * configure.ac (XE_EXPAND_VARIABLE): Call AC_SUBST on
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
32 SHEBANG_PATHNAME, as suggested by Michael Sperber in
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
33 y9ly7aj1wfc.fsf@deinprogramm.de.
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
34 * Makefile.in.in: Regenerate.
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
35 * configure: Ditto.
13ce402e1736 Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4448
diff changeset
36
4448
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
37 2008-01-20 Aidan Kehoe <kehoea@parhasard.net>
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
38
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
39 * Makefile.in.in (SHEBANG_PROGNAME):
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
40 New variable; a symbol link to the XEmacs binary to tell it it
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
41 should read a script from stdin.
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
42 * configure.ac (XE_EXPAND_VARIABLE):
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
43 Set SHEBANG_PROGNAME.
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
44 * configure:
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
45 Regenerate.
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4401
diff changeset
46
4440
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
47 2008-04-01 Andreas Schwab <schwab@suse.de>
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
48
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
49 Thanks to Mike Fabian for posting a patch to the mainline, to Martin
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
50 Buchholz for writing the ChangeLog, and to Aidan Kehoe for finding
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
51 the 2003-01-27 ChangeLog. Tested against Xaw3d. -- stephen
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
52
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
53 * configure.ac (athena_3d):
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
54 AC_CHECK_LIB must always take a function as
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
55 argument, never a global variable. Some linkers can tell the
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
56 difference. So change:
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
57 threeDClassRec ==> XawSme3dComputeTopShadowRGB
e4225b6d9389 AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4424
diff changeset
58
4424
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
59 2008-02-15 Marcus Crestani <crestani@xemacs.org>
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
60
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
61 * configure.ac: Look for all x86 machines to determine which write
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
62 barrier to use on MacOSX.
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
63 * configure : Rebuild.
42711a251efd Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents: 4420
diff changeset
64
4420
6ed8c4ccc17e Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents: 4419
diff changeset
65 2008-02-12 Jerry James <james@xemacs.org>
6ed8c4ccc17e Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents: 4419
diff changeset
66
6ed8c4ccc17e Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents: 4419
diff changeset
67 * install.sh: Rename to install-sh and update to latest FSF version.
6ed8c4ccc17e Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents: 4419
diff changeset
68
4412
2f000e022a8b Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4401
diff changeset
69 2008-01-25 Stephen J. Turnbull <stephen@xemacs.org>
2f000e022a8b Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4401
diff changeset
70
2f000e022a8b Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4401
diff changeset
71 * configure.ac (--with-database): 'gnudbm' -> 'gdbm' in docstrings.
2f000e022a8b Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4401
diff changeset
72
4419
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
73 2008-01-25 Michael Sperber <mike@xemacs.org>
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
74
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
75 * Makefile.in.in:
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
76 * configure.ac:
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
77 * version.sh.in: Use Mercurial tip hash to identify version
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
78 instead of old CVS method.
eb82fbb675ea Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents: 4412
diff changeset
79
4401
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
80 2008-01-17 Aidan Kehoe <kehoea@parhasard.net>
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
81
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
82 * configure.ac:
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
83 If using a version of the gdbm library that sticks dbm_open in
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
84 libgdbm_compat.so, also link to that library.
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
85 Correct a thinko with DBM version 4 checks. Both from Hans de
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
86 Graaff, in
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
87 http://mid.gmane.org/20050812092756.6850.qmail@graaff.xs4all.nl
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
88 and
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
89 http://mid.gmane.org/pan.2007.06.24.10.10.57@gentoo.org; thank you
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
90 Hans!
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
91 * configure:
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
92 Regenerate.
01970033faa6 Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4374
diff changeset
93
4374
4939bde48d12 Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4361
diff changeset
94 2008-01-01 Stephen J. Turnbull <stephen@xemacs.org>
4939bde48d12 Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4361
diff changeset
95
4939bde48d12 Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4361
diff changeset
96 * Makefile.in.in (mkpkgdir): Fix incorrect comment convention.
4939bde48d12 Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4361
diff changeset
97
4361
146742e30f05 Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4357
diff changeset
98 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org>
146742e30f05 Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4357
diff changeset
99
146742e30f05 Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4357
diff changeset
100 * Makefile.in.in (mkpkgdir): Ensure only one late package directory.
146742e30f05 Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4357
diff changeset
101
4357
3af63264d320 Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4354
diff changeset
102 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org>
3af63264d320 Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4354
diff changeset
103
3af63264d320 Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4354
diff changeset
104 * Makefile.in.in (check-available-packages): Say where to install.
4361
146742e30f05 Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4357
diff changeset
105 (mkpkgdir):
4357
3af63264d320 Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4354
diff changeset
106
4354
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
107 2007-12-23 Stephen J. Turnbull <stephen@xemacs.org>
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
108
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
109 * Makefile.in.in (mkpkgdir):
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
110 (check-available-packages):
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
111 (install-bootstrap-packages):
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
112 (install-nonmule-packages):
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
113 (install-all-packages):
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
114 New targets supporting bundled packages.
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
115
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
116 * .hgignore: Ignore tarballs in etc/bundled-packages/.
232d873b9705 Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4338
diff changeset
117
4338
528c4d906843 Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents: 4328
diff changeset
118 2007-12-08 Jerry James <james@xemacs.org>
528c4d906843 Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents: 4328
diff changeset
119
528c4d906843 Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents: 4328
diff changeset
120 * config.guess:
528c4d906843 Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents: 4328
diff changeset
121 * config.sub: Sync with the latest upstream versions.
528c4d906843 Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents: 4328
diff changeset
122
4328
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
123 2007-12-12 Aidan Kehoe <kehoea@parhasard.net>
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
124
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
125 * configure.ac :
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
126 Check for FcConfigGetRescanInterval, FcConfigSetRescanInterval.
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
127 * configure :
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
128 Rebuild.
dfd878799ef0 Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4152
diff changeset
129
4152
80b3f12490a3 [xemacs-hg @ 2007-08-29 06:19:44 by michaels]
michaels
parents: 4118
diff changeset
130 2007-08-27 Mike Sperber <mike@xemacs.org>
80b3f12490a3 [xemacs-hg @ 2007-08-29 06:19:44 by michaels]
michaels
parents: 4118
diff changeset
131
80b3f12490a3 [xemacs-hg @ 2007-08-29 06:19:44 by michaels]
michaels
parents: 4118
diff changeset
132 * configure.ac: Try to use pkg-config for finding Xft includes and
80b3f12490a3 [xemacs-hg @ 2007-08-29 06:19:44 by michaels]
michaels
parents: 4118
diff changeset
133 libraries. If that fails, search also in /usr/local.
80b3f12490a3 [xemacs-hg @ 2007-08-29 06:19:44 by michaels]
michaels
parents: 4118
diff changeset
134
4118
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
135 2007-08-12 Mike Sperber <mike@xemacs.org>
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
136
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
137 * Makefile.in.in (datarootdir): Add.
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
138 * configure.ac (infodir): Now in terms of $(datarootdir).
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
139 (mandir): Ditto, making it usually point to $(prefix)/share/man,
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
140 conformant with the GNU Coding Standards.
9aa33376bb5e [xemacs-hg @ 2007-08-15 12:28:06 by michaels]
michaels
parents: 4092
diff changeset
141
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 4011
diff changeset
142 2007-07-31 Mike Sperber <mike@xemacs.org>
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 4011
diff changeset
143
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 4011
diff changeset
144 * configure.ac: Don't divert `share' to `lib' for datadir.
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 4011
diff changeset
145 Also, define AC_DATAROOTDIR_CHECKED to shut up autoconf.
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 4011
diff changeset
146
3975
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3961
diff changeset
147 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org>
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3961
diff changeset
148
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3961
diff changeset
149 * XEmacs 21.5.28 "fuki" is released.
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3961
diff changeset
150
3961
51a9ffce4b37 [xemacs-hg @ 2007-05-18 13:57:39 by stephent]
stephent
parents: 3959
diff changeset
151 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org>
51a9ffce4b37 [xemacs-hg @ 2007-05-18 13:57:39 by stephent]
stephent
parents: 3959
diff changeset
152
51a9ffce4b37 [xemacs-hg @ 2007-05-18 13:57:39 by stephent]
stephent
parents: 3959
diff changeset
153 * configure.ac (error-checking): Move comma misplaced by sorting.
51a9ffce4b37 [xemacs-hg @ 2007-05-18 13:57:39 by stephent]
stephent
parents: 3959
diff changeset
154 * configure: Regenerate.
51a9ffce4b37 [xemacs-hg @ 2007-05-18 13:57:39 by stephent]
stephent
parents: 3959
diff changeset
155
3959
8fe2dec941b3 [xemacs-hg @ 2007-05-17 15:42:10 by stephent]
stephent
parents: 3863
diff changeset
156 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org>
8fe2dec941b3 [xemacs-hg @ 2007-05-17 15:42:10 by stephent]
stephent
parents: 3863
diff changeset
157
8fe2dec941b3 [xemacs-hg @ 2007-05-17 15:42:10 by stephent]
stephent
parents: 3863
diff changeset
158 * configure.ac (error-checking): Reorder arguments and sync doctring.
8fe2dec941b3 [xemacs-hg @ 2007-05-17 15:42:10 by stephent]
stephent
parents: 3863
diff changeset
159
3863
d37bff6f2096 [xemacs-hg @ 2007-03-13 17:27:20 by stephent]
stephent
parents: 3862
diff changeset
160 2007-03-14 Stephen J. Turnbull <stephen@xemacs.org>
d37bff6f2096 [xemacs-hg @ 2007-03-13 17:27:20 by stephent]
stephent
parents: 3862
diff changeset
161
d37bff6f2096 [xemacs-hg @ 2007-03-13 17:27:20 by stephent]
stephent
parents: 3862
diff changeset
162 * PROBLEMS: describe crash when inserting or displaying a TAB.
d37bff6f2096 [xemacs-hg @ 2007-03-13 17:27:20 by stephent]
stephent
parents: 3862
diff changeset
163 Thanks to Aidan Kehoe for the diagnosis.
d37bff6f2096 [xemacs-hg @ 2007-03-13 17:27:20 by stephent]
stephent
parents: 3862
diff changeset
164
3862
cfc59907fb1e [xemacs-hg @ 2007-03-13 16:48:37 by stephent]
stephent
parents: 3830
diff changeset
165 2006-12-24 Stephen J. Turnbull <stephen@xemacs.org>
cfc59907fb1e [xemacs-hg @ 2007-03-13 16:48:37 by stephent]
stephent
parents: 3830
diff changeset
166
cfc59907fb1e [xemacs-hg @ 2007-03-13 16:48:37 by stephent]
stephent
parents: 3830
diff changeset
167 * configure.ac (ar): Sun has it but hides it; check for it.
cfc59907fb1e [xemacs-hg @ 2007-03-13 16:48:37 by stephent]
stephent
parents: 3830
diff changeset
168 (ssize_t): Use the modern check and document todo.
cfc59907fb1e [xemacs-hg @ 2007-03-13 16:48:37 by stephent]
stephent
parents: 3830
diff changeset
169
3830
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
170 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org>
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
171
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
172 * configure.ac (canna):
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
173 Move #define of CANNA_NEW_WCHAR_AWARE to config.h.
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
174 Use -DCANNA_NEW_WCHAR_AWARE since check for RK.h fails otherwise.
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
175 Refactor into loops over orthogonal tweaks (prefix and define).
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
176 Use have_canna to track detection success, not with_canna.
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
177 Add AC_MSG_WARNs documenting autoconf's bogosity (ours, too).
e58f4b9ab1ad [xemacs-hg @ 2007-02-15 16:11:52 by stephent]
stephent
parents: 3828
diff changeset
178
3773
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3765
diff changeset
179 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org>
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3765
diff changeset
180
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3765
diff changeset
181 * aclocal.m4 (XE_SHLIB_STUFF): Use $EGREP instead of egrep.
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3765
diff changeset
182
3765
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
183 2006-12-28 Malcolm Purvis <malcolmp@xemacs.org>
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
184
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
185 * configure.ac: Ensure ac_configure_args contains a leading space
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
186 to work around problems with 'config.status --recheck' under
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
187 autoconf 2.60 and 2.61.
e1dc2edc2719 [xemacs-hg @ 2006-12-28 12:56:00 by malcolmp]
malcolmp
parents: 3764
diff changeset
188
3764
995ea1223b4d [xemacs-hg @ 2006-12-28 12:23:57 by malcolmp]
malcolmp
parents: 3752
diff changeset
189 2006-12-27 Malcolm Purvis <malcolmp@xemacs.org>
995ea1223b4d [xemacs-hg @ 2006-12-28 12:23:57 by malcolmp]
malcolmp
parents: 3752
diff changeset
190
995ea1223b4d [xemacs-hg @ 2006-12-28 12:23:57 by malcolmp]
malcolmp
parents: 3752
diff changeset
191 * configure.ac (XE_MERGED_ARG): Register --enable and --with forms
995ea1223b4d [xemacs-hg @ 2006-12-28 12:23:57 by malcolmp]
malcolmp
parents: 3752
diff changeset
192 with the option checking list.
995ea1223b4d [xemacs-hg @ 2006-12-28 12:23:57 by malcolmp]
malcolmp
parents: 3752
diff changeset
193
3752
7da03bc36069 [xemacs-hg @ 2006-12-19 15:24:13 by stephent]
stephent
parents: 3739
diff changeset
194 2006-12-19 Stephen J. Turnbull <stephen@xemacs.org>
7da03bc36069 [xemacs-hg @ 2006-12-19 15:24:13 by stephent]
stephent
parents: 3739
diff changeset
195
7da03bc36069 [xemacs-hg @ 2006-12-19 15:24:13 by stephent]
stephent
parents: 3739
diff changeset
196 * Makefile.in.in (${srcdir}/configure): Generated from configure.ac.
7da03bc36069 [xemacs-hg @ 2006-12-19 15:24:13 by stephent]
stephent
parents: 3739
diff changeset
197
3739
6d4dc9ec7240 [xemacs-hg @ 2006-12-11 19:43:57 by aidan]
aidan
parents: 3738
diff changeset
198 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com>
6d4dc9ec7240 [xemacs-hg @ 2006-12-11 19:43:57 by aidan]
aidan
parents: 3738
diff changeset
199
6d4dc9ec7240 [xemacs-hg @ 2006-12-11 19:43:57 by aidan]
aidan
parents: 3738
diff changeset
200 * configure.ac: Check for u_int*_t typedefs.
6d4dc9ec7240 [xemacs-hg @ 2006-12-11 19:43:57 by aidan]
aidan
parents: 3738
diff changeset
201
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
202 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com>
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
203
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
204 * configure.ac: Avoid using Motif for cygwin.
3738
23dd32cedb6a [xemacs-hg @ 2006-12-11 13:32:40 by aidan]
aidan
parents: 3729
diff changeset
205
3729
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
206 2006-11-23 Mike Sperber <mike@xemacs.org>
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
207
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
208 * configure.ac (XE_EXPAND_VARIABLE): Fully expand the various
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
209 directories before comparing them for figuring out which of them
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
210 are user-defined. Use XE_EPXAND_VARIABLE macro created for this
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
211 purpose where applicable.
96cba27916dd [xemacs-hg @ 2006-12-08 07:39:22 by michaels]
michaels
parents: 3727
diff changeset
212
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
213 2006-12-07 Rick Rankin <rick.rankin@yahoo.com>
3727
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
214
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
215 * configure.ac: Add new library name for cygwin's xpm.
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
216
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
217 2006-12-07 Rick Rankin <rick.rankin@yahoo.com>
3727
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
218
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
219 * configure.ac: Add new library name for cygwin's xpm.
3246cf3e564d [xemacs-hg @ 2006-12-08 02:17:15 by vins]
vins
parents: 3683
diff changeset
220
3683
72e6cbbc65e0 [xemacs-hg @ 2006-11-16 11:22:25 by malcolmp]
malcolmp
parents: 3653
diff changeset
221 2006-10-30 Malcolm Purvis <malcolmp@xemacs.org>
72e6cbbc65e0 [xemacs-hg @ 2006-11-16 11:22:25 by malcolmp]
malcolmp
parents: 3653
diff changeset
222 * configure.ac (XE_CDR): m4_cdr differs in autoconf 2.59 and 2.60.
72e6cbbc65e0 [xemacs-hg @ 2006-11-16 11:22:25 by malcolmp]
malcolmp
parents: 3653
diff changeset
223 (XE_EXPAND_COMPLEX_OPTIONS): Use XE_CDR, not m4_cdr.
72e6cbbc65e0 [xemacs-hg @ 2006-11-16 11:22:25 by malcolmp]
malcolmp
parents: 3653
diff changeset
224
3520
833d460acd43 [xemacs-hg @ 2006-07-19 19:35:20 by crestani]
crestani
parents: 3518
diff changeset
225 2006-07-18 Marcus Crestani <crestani@xemacs.org>
833d460acd43 [xemacs-hg @ 2006-07-19 19:35:20 by crestani]
crestani
parents: 3518
diff changeset
226
833d460acd43 [xemacs-hg @ 2006-07-19 19:35:20 by crestani]
crestani
parents: 3518
diff changeset
227 * configure.ac: Intel-based Macs can use POSIX-style write
833d460acd43 [xemacs-hg @ 2006-07-19 19:35:20 by crestani]
crestani
parents: 3518
diff changeset
228 barrier. Use $machine to determine this.
833d460acd43 [xemacs-hg @ 2006-07-19 19:35:20 by crestani]
crestani
parents: 3518
diff changeset
229
3518
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
230 2006-07-20 Stephen J. Turnbull <stephen@xemacs.org>
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
231
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
232 * configure.ac (system-packages,legacy-packages): Fix help strings.
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
233
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
234 * configure.in: cvs remove.
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
235 * configure.usage: cvs remove.
3cb3c306cce9 [xemacs-hg @ 2006-07-19 16:36:30 by stephent]
stephent
parents: 3494
diff changeset
236
3494
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
237 2006-06-20 Jerry James <james@xemacs.org>
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
238
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
239 * configure.ac: When gcc is used, capture the values of __GNUC__
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
240 and __GNUC_MINOR__. Use them to conditionally add warning flags
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
241 that are not supported by all versions of gcc.
f5e111f9411d [xemacs-hg @ 2006-07-07 20:07:44 by james]
james
parents: 3481
diff changeset
242
3481
71532ccbd8e3 [xemacs-hg @ 2006-06-29 14:51:59 by stephent]
stephent
parents: 3443
diff changeset
243 2006-06-23 Stephen J. Turnbull <stephen@xemacs.org>
71532ccbd8e3 [xemacs-hg @ 2006-06-29 14:51:59 by stephent]
stephent
parents: 3443
diff changeset
244
71532ccbd8e3 [xemacs-hg @ 2006-06-29 14:51:59 by stephent]
stephent
parents: 3443
diff changeset
245 * configure.ac (Build Makefile.in's from Makefile.in.in's):
71532ccbd8e3 [xemacs-hg @ 2006-06-29 14:51:59 by stephent]
stephent
parents: 3443
diff changeset
246 Create $srcdir/src/depend if it's missing.
71532ccbd8e3 [xemacs-hg @ 2006-06-29 14:51:59 by stephent]
stephent
parents: 3443
diff changeset
247
3443
bf3ba03cef15 [xemacs-hg @ 2006-06-06 00:18:28 by james]
james
parents: 3418
diff changeset
248 2006-06-05 Jerry James <james@xemacs.org>
bf3ba03cef15 [xemacs-hg @ 2006-06-06 00:18:28 by james]
james
parents: 3418
diff changeset
249
bf3ba03cef15 [xemacs-hg @ 2006-06-06 00:18:28 by james]
james
parents: 3418
diff changeset
250 * configure.ac: Change "if -z" to "if test -z".
bf3ba03cef15 [xemacs-hg @ 2006-06-06 00:18:28 by james]
james
parents: 3418
diff changeset
251
3418
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
252 2006-05-23 Stephen J. Turnbull <stephen@xemacs.org>
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
253
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
254 * configure.ac: Look for debugger init file templates in etc/, not
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
255 src/. Debugger init files depend on config.h; recreate on every
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
256 configure. Support XCOMM convention. Update FSF copyright.
a1e20876b806 [xemacs-hg @ 2006-05-23 13:18:50 by stephent]
stephent
parents: 3406
diff changeset
257
3406
e20f099668a6 [xemacs-hg @ 2006-05-17 06:18:45 by malcolmp]
malcolmp
parents: 3404
diff changeset
258 2006-05-17 Malcolm Purvis <malcolmp@xemacs.org>
e20f099668a6 [xemacs-hg @ 2006-05-17 06:18:45 by malcolmp]
malcolmp
parents: 3404
diff changeset
259
e20f099668a6 [xemacs-hg @ 2006-05-17 06:18:45 by malcolmp]
malcolmp
parents: 3404
diff changeset
260 * PROBLEMS: Add entry concerning X errors when using ssh.
e20f099668a6 [xemacs-hg @ 2006-05-17 06:18:45 by malcolmp]
malcolmp
parents: 3404
diff changeset
261
3404
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
262 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org>
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
263
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
264 * PROBLEMS: X11R7 loses x11/bitmaps/gray.
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
265
3402
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3395
diff changeset
266 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org>
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3395
diff changeset
267
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3395
diff changeset
268 * XEmacs 21.5.27 "fiddleheads" is released.
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3395
diff changeset
269
3395
82f276f9ad7c [xemacs-hg @ 2006-05-11 15:07:19 by james]
james
parents: 3354
diff changeset
270 2006-04-06 Jerry James <james@xemacs.org>
82f276f9ad7c [xemacs-hg @ 2006-05-11 15:07:19 by james]
james
parents: 3354
diff changeset
271
82f276f9ad7c [xemacs-hg @ 2006-05-11 15:07:19 by james]
james
parents: 3354
diff changeset
272 * COPYING: Update to latest upstream version.
82f276f9ad7c [xemacs-hg @ 2006-05-11 15:07:19 by james]
james
parents: 3354
diff changeset
273
3354
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
274 2006-04-15 Stephen J. Turnbull <stephen@xemacs.org>
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
275
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
276 * configure.ac: Add stubs for fontconfig configuration.
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
277
3323
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
278 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
279
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
280 * XEmacs 21.5.26 "endive" is released.
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
281
3322
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
282 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
283
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
284 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw,
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
285 TODO.ben-mule-21-5, README.ben-mule-21-5, and
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
286 README.ben-separate-stderr to Internals Manual.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
287
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
288 * CHANGES-msw: Removed.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
289 * TODO.ben-mule-21-5: Removed.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
290 * README.ben-mule-21-5: Removed.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
291 * README.ben-separate-stderr: Removed.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
292
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
293 2006-03-29 Stephen J. Turnbull <stephen@xemacs.org>
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
294
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
295 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
296 Internals Manual.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
297
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
298 * CHANGES-ben-mule: Removed.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
299
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
300 * ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
301 * lib-src/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
302 * lisp/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
303 * lwlib/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
304 * man/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
305 * man/internals/internals.texi:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
306 * modules/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
307 * netinstall/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
308 * nt/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
309 * nt/installer/Wise/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
310 * src/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
311 * tests/ChangeLog:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
312 Update the Great Mule Merge placeholders to point to Internals
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
313 Manual node "The Great Mule Merge of March 2002".
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
314 N.B. Self-referencing log entries were *not* added to other logs.
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
315
3317
83ea3a38afe7 [xemacs-hg @ 2006-03-30 18:11:17 by james]
james
parents: 3316
diff changeset
316 2006-03-30 Jerry James <james@xemacs.org>
83ea3a38afe7 [xemacs-hg @ 2006-03-30 18:11:17 by james]
james
parents: 3316
diff changeset
317
83ea3a38afe7 [xemacs-hg @ 2006-03-30 18:11:17 by james]
james
parents: 3316
diff changeset
318 * configure.ac: Fix for -Kalloca detection, also broken by the
83ea3a38afe7 [xemacs-hg @ 2006-03-30 18:11:17 by james]
james
parents: 3316
diff changeset
319 recent autoconf updates. Thanks to Ilya Golubev.
83ea3a38afe7 [xemacs-hg @ 2006-03-30 18:11:17 by james]
james
parents: 3316
diff changeset
320
3316
d45de99b5d79 [xemacs-hg @ 2006-03-30 16:22:26 by james]
james
parents: 3312
diff changeset
321 2006-03-30 Jerry James <james@xemacs.org>
d45de99b5d79 [xemacs-hg @ 2006-03-30 16:22:26 by james]
james
parents: 3312
diff changeset
322
d45de99b5d79 [xemacs-hg @ 2006-03-30 16:22:26 by james]
james
parents: 3312
diff changeset
323 * configure.ac: Fix FOR_MSW XPM test, broken by previous update.
d45de99b5d79 [xemacs-hg @ 2006-03-30 16:22:26 by james]
james
parents: 3312
diff changeset
324
3312
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
325 2006-03-27 Jerry James <james@xemacs.org>
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
326
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
327 * aclocal.m4: Updates for autoconf 2.59.
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
328 * configure.ac: Ditto. Also, don't bother checking for inttypes.h
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
329 and unistd.h explicitly, since AC_HEADER_STDC does that.
b145b32294ff [xemacs-hg @ 2006-03-28 15:55:48 by james]
james
parents: 3309
diff changeset
330
3309
ad7894a4ab41 [xemacs-hg @ 2006-03-27 21:00:01 by james]
james
parents: 3308
diff changeset
331 2006-03-27 Jerry James <james@xemacs.org>
ad7894a4ab41 [xemacs-hg @ 2006-03-27 21:00:01 by james]
james
parents: 3308
diff changeset
332
ad7894a4ab41 [xemacs-hg @ 2006-03-27 21:00:01 by james]
james
parents: 3308
diff changeset
333 * configure.ac: Repair ALSA detection.
ad7894a4ab41 [xemacs-hg @ 2006-03-27 21:00:01 by james]
james
parents: 3308
diff changeset
334
3308
34cfe24248f6 [xemacs-hg @ 2006-03-27 17:40:45 by james]
james
parents: 3263
diff changeset
335 2006-03-24 Jerry James <james@xemacs.org>
34cfe24248f6 [xemacs-hg @ 2006-03-27 17:40:45 by james]
james
parents: 3263
diff changeset
336
34cfe24248f6 [xemacs-hg @ 2006-03-27 17:40:45 by james]
james
parents: 3263
diff changeset
337 * configure.ac: Autodetect ALSA support and report it if detected.
34cfe24248f6 [xemacs-hg @ 2006-03-27 17:40:45 by james]
james
parents: 3263
diff changeset
338
3263
d674024a8674 [xemacs-hg @ 2006-02-27 16:29:00 by crestani]
crestani
parents: 3259
diff changeset
339 2006-02-22 Marcus Crestani <crestani@xemacs.org>
d674024a8674 [xemacs-hg @ 2006-02-27 16:29:00 by crestani]
crestani
parents: 3259
diff changeset
340
d674024a8674 [xemacs-hg @ 2006-02-27 16:29:00 by crestani]
crestani
parents: 3259
diff changeset
341 * configure.ac: Remove mc-alloc, replace it with newgc, adjust
d674024a8674 [xemacs-hg @ 2006-02-27 16:29:00 by crestani]
crestani
parents: 3259
diff changeset
342 output and comments.
d674024a8674 [xemacs-hg @ 2006-02-27 16:29:00 by crestani]
crestani
parents: 3259
diff changeset
343
3259
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3248
diff changeset
344 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org>
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3248
diff changeset
345
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3248
diff changeset
346 * XEmacs 21.5.25 "eggplant" is released.
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3248
diff changeset
347
3248
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
348 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
349
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
350 * configure.ac (Mule): Mark broken test with ####.
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
351
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
352 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org>
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
353
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
354 * configure.ac (Mule): Remove obsolete comment on XIM.
8d7c2461057a [xemacs-hg @ 2006-02-20 15:58:23 by stephent]
stephent
parents: 3228
diff changeset
355
3228
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
356 2006-01-30 Vin Shelton <acs@xemacs.org>
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
357
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
358 * configure.ac: Simplify cygwin include and no-X Xpm handling.
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
359 As of cygwin-1.5.19 (if you're using /bin/gcc),
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
360 'gcc -print-file-name=libc.a' (effectively) returns '/lib'
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
361 instead of '/usr/lib', so we'll use 'gcc -print-search-dirs'
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
362 instead.
80361b938eaa [xemacs-hg @ 2006-02-04 02:25:47 by vins]
vins
parents: 3186
diff changeset
363
3186
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
364 2005-12-29 Mike Sperber <mike@xemacs.org>
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
365
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
366 * Makefile.in.in (top-distclean-noconfig): Don't delete
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
367 site-packages xemacs-packages mule-packages site-lisp---those are
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
368 supposed to stick around.
9a0af1444f54 [xemacs-hg @ 2005-12-31 12:41:23 by michaels]
michaels
parents: 3179
diff changeset
369
3179
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
370 2005-11-25 Mike Sperber <mike@xemacs.org>
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
371
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
372 * CHANGES-beta:
3179
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
373 * configure.ac: Zap --with-package-prefix; instead, add
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
374 --with-user-packages/--with-early-packages,
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
375 --with-system-packages/--with-late-packages, and
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
376 --with-legacy-packages/--with-last-packages.
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
377
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
378 2005-12-13 Mike Sperber <mike@xemacs.org>
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
379
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
380 * configure.ac: Move the checks for the Xft-associated library out
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
381 of a conditional.
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3166
diff changeset
382
3166
483af4dd065b [xemacs-hg @ 2005-12-23 15:11:41 by stephent]
stephent
parents: 3161
diff changeset
383 2005-12-23 Stephen J. Turnbull <stephen@xemacs.org>
483af4dd065b [xemacs-hg @ 2005-12-23 15:11:41 by stephent]
stephent
parents: 3161
diff changeset
384
483af4dd065b [xemacs-hg @ 2005-12-23 15:11:41 by stephent]
stephent
parents: 3161
diff changeset
385 * configure.ac (Xft): Fix typo preventing report of Xft buffers.
483af4dd065b [xemacs-hg @ 2005-12-23 15:11:41 by stephent]
stephent
parents: 3161
diff changeset
386 Remove now-irrelevant comments.
483af4dd065b [xemacs-hg @ 2005-12-23 15:11:41 by stephent]
stephent
parents: 3161
diff changeset
387
3161
78cf83b934a0 [xemacs-hg @ 2005-12-23 11:33:38 by stephent]
stephent
parents: 3158
diff changeset
388 2005-12-22 Stephen J. Turnbull <stephen@xemacs.org>
78cf83b934a0 [xemacs-hg @ 2005-12-23 11:33:38 by stephent]
stephent
parents: 3158
diff changeset
389
78cf83b934a0 [xemacs-hg @ 2005-12-23 11:33:38 by stephent]
stephent
parents: 3158
diff changeset
390 * configure.ac: Three typos fixed.
78cf83b934a0 [xemacs-hg @ 2005-12-23 11:33:38 by stephent]
stephent
parents: 3158
diff changeset
391
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
392 2005-12-13 Mike Sperber <mike@xemacs.org>
3158
a61bf7b32988 [xemacs-hg @ 2005-12-22 17:10:07 by michaels]
michaels
parents: 3150
diff changeset
393
a61bf7b32988 [xemacs-hg @ 2005-12-22 17:10:07 by michaels]
michaels
parents: 3150
diff changeset
394 * configure.ac: Move the checks for the Xft-associated
a61bf7b32988 [xemacs-hg @ 2005-12-22 17:10:07 by michaels]
michaels
parents: 3150
diff changeset
395 library out of a conditional.
a61bf7b32988 [xemacs-hg @ 2005-12-22 17:10:07 by michaels]
michaels
parents: 3150
diff changeset
396
3150
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3149
diff changeset
397 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org>
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3149
diff changeset
398
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3149
diff changeset
399 * XEmacs 21.5.24 "dandelion" is released.
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3149
diff changeset
400
3149
71959ba52b08 [xemacs-hg @ 2005-12-18 17:58:50 by stephent]
stephent
parents: 3147
diff changeset
401 2005-12-19 Stephen J. Turnbull <stephen@xemacs.org>
71959ba52b08 [xemacs-hg @ 2005-12-18 17:58:50 by stephent]
stephent
parents: 3147
diff changeset
402
71959ba52b08 [xemacs-hg @ 2005-12-18 17:58:50 by stephent]
stephent
parents: 3147
diff changeset
403 * configure.ac (XE_COMPLEX_ARG): Substitute '_' for '-' in default
71959ba52b08 [xemacs-hg @ 2005-12-18 17:58:50 by stephent]
stephent
parents: 3147
diff changeset
404 variable names.
71959ba52b08 [xemacs-hg @ 2005-12-18 17:58:50 by stephent]
stephent
parents: 3147
diff changeset
405
3147
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
406 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org>
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
407
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
408 * configure.ac (XE_EXPAND_COMPLEX_OPTION):
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
409 * configure.ac (XE_INIT_COMPLEX_OPTION):
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
410 * configure.ac (XE_PARSE_COMPLEX_OPTION):
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
411 * configure.ac (XE_COMPLEX_ARG):
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
412 With the help of Stephen Turnbull rewrote the option processing to
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
413 give more consistent under the various combinations of all, none,
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
414 no, yes, --without, --with, etc that can occur.
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3120
diff changeset
415
3102
a05d78a1685f [xemacs-hg @ 2005-11-28 09:50:16 by crestani]
crestani
parents: 3098
diff changeset
416 2005-11-27 Marcus Crestani <crestani@xemacs.org>
a05d78a1685f [xemacs-hg @ 2005-11-28 09:50:16 by crestani]
crestani
parents: 3098
diff changeset
417
a05d78a1685f [xemacs-hg @ 2005-11-28 09:50:16 by crestani]
crestani
parents: 3098
diff changeset
418 * configure.ac: Remove vdb-fake warning, die if POSIX checks fail.
a05d78a1685f [xemacs-hg @ 2005-11-28 09:50:16 by crestani]
crestani
parents: 3098
diff changeset
419
3098
ceb34344c827 [xemacs-hg @ 2005-11-26 18:49:06 by stephent]
stephent
parents: 3097
diff changeset
420 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
ceb34344c827 [xemacs-hg @ 2005-11-26 18:49:06 by stephent]
stephent
parents: 3097
diff changeset
421
ceb34344c827 [xemacs-hg @ 2005-11-26 18:49:06 by stephent]
stephent
parents: 3097
diff changeset
422 * configure.ac (XE_COMPLEX_ARG[xft]): Default everything off;
ceb34344c827 [xemacs-hg @ 2005-11-26 18:49:06 by stephent]
stephent
parents: 3097
diff changeset
423 change doc.
ceb34344c827 [xemacs-hg @ 2005-11-26 18:49:06 by stephent]
stephent
parents: 3097
diff changeset
424
3097
859a2346db99 [xemacs-hg @ 2005-11-26 18:24:51 by stephent]
stephent
parents: 3094
diff changeset
425 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org>
859a2346db99 [xemacs-hg @ 2005-11-26 18:24:51 by stephent]
stephent
parents: 3094
diff changeset
426
859a2346db99 [xemacs-hg @ 2005-11-26 18:24:51 by stephent]
stephent
parents: 3094
diff changeset
427 * configure.ac (XE_COMPLEX_ARG[xft]): Remove merge detritus and
859a2346db99 [xemacs-hg @ 2005-11-26 18:24:51 by stephent]
stephent
parents: 3094
diff changeset
428 regenerate configure to fix syntax error.
859a2346db99 [xemacs-hg @ 2005-11-26 18:24:51 by stephent]
stephent
parents: 3094
diff changeset
429
3094
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
430 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
431
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
432 Merge Xft.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
433
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
434 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
435
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
436 * configure.ac: Correct the filename of the old copy of configure.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
437
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
438 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
439
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
440 * config.guess:
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
441 * config.sub: Sync with the latest upstream versions.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
442 * configure.ac: Use --verbose for --extra-verbose. Better
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
443 quoting of arguments. Internal shell vars statr with '_' to avoid
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
444 name clashes. Pick up the latest changes to configure.in.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
445 Improve the testing of Athena 3d widgets.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
446
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
447 2005-02-20 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
448
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
449 * configure.ac (athena): Spells as 3d, not xaw3d, in declaration.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
450 (sound): quickfix: AC_DEFINE, not AC_DEFINE_UNQUOTED, at top level.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
451
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
452 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
453
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
454 * configure.ac (XE_EXPAND_COMPLEX_OPTION): Use same name in comment.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
455 (XEmacs keyword option support):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
456 (XEmacs complex option support):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
457 Move long header comments to internals.texi(The configure Script).
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
458
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
459 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
460
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
461 * configure.ac: Trap --with-style flags, now --enable.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
462
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
463 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
464
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
465 * configure.ac (Autodetect native sound):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
466 Handle NetBSD per Aidan's patch.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
467
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
468 2005-02-11 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
469
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
470 * configure.ac: Added keyword option support. Converted database,
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
471 sound, athena, xim, bignum, error-checking, menubars, scrollbars,
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
472 dialogs and widgets command line arguments to use keyword option
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
473 and complex option macros.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
474
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
475 2005-02-09 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
476
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
477 * configure.ac (XE_COMPLEX_OPTION):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
478 * configure.ac (XE_COMPLEX_OPTION_HELP_STRING):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
479 * configure.ac (XE_COMPLEX_ARG_WITH):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
480 * configure.ac (XE_COMPLEX_ARG_ENABLE):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
481 Rewritten complex option support with a simpler API and support
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
482 for --enable as well a --with.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
483
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
484 2005-02-02 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
485
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
486 * configure.ac Align with the current mainline version of
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
487 configure.in.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
488
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
489 2005-02-01 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
490
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
491 * configure.ac (Xrender, fontconfig, and Xft):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
492 Check /usr/include/freetype2.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
493
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
494 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
495
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
496 * configure.ac (AC_COPYRIGHT): Update.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
497 (progname): Restore and improve documentation.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
498
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
499 (XE_INIT_COMPLEX_OPTION):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
500 (XE_APPEND_COMPLEX_OPTION_DEFAULT):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
501 (XE_PARSE_COMPLEX_OPTION):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
502 (XE_CLEANUP_COMPLEX_OPTION):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
503 (XE_COMPLEX_OPTION_HELP_STRING): Support complex options.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
504 (--with-xft): Add Xft support using the complex option support.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
505
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
506 (--with-xface):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
507 (--with-zlib):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
508 (--with-xmu):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
509 (--with-purify):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
510 (--with-quantify):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
511 (--with-toolbars):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
512 (--with-tty):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
513 (--with-xfs):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
514 (--with-canna):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
515 (--with-wnn):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
516 (--with-wnn6):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
517 (--with-ldap):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
518 (--with-postgresql):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
519 (--with-infodock):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
520 (--with-native-sound-lib):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
521 (--with-netinstall):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
522 (--with-site-includes):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
523 (--with-site-libraries):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
524 (--with-site-prefixes):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
525 (--with-package-prefix):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
526 (--with-package-path):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
527 (--enable-external-widget):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
528 (--enable-kkcc):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
529 (--enable-union-type):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
530 (--enable-pdump):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
531 (--enable-debug):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
532 (--enable-memory-usage-stats):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
533 (--enable-error-checking):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
534 (--with-rel-alloc):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
535 (--with-dlmalloc):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
536 (--with-debug-malloc):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
537 (--with-system-malloc):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
538 Improve (including add) help strings.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
539
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
540 (--with-athena):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
541 (--with-xim):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
542 (--with-mail-locking):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
543 (--enable-bignum):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
544 (--enable-menubars):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
545 (--enable-scrollbars):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
546 (--enable-dialogs):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
547 (--enable-widgets):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
548 Fix `eval "$FEATURE=\"$val\"" bug.
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
549
3094
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
550 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
551
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
552 * INSTALL (CONFIGURATION OPTIONS):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
553 Insert Malcolm's notes on autoconf 2.59 support.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
554
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
555 2005-01-04 Malcolm Purvis <malcolmp@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
556
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
557 * aclocal.m4: Changes to support autoconf 2.59
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
558 * config.guess:
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
559 * config.sub: Upgraded to the version in from automake 1.9
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
560 * configure.ac: Rewritten for autoconf 2.59 support.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
561
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
562 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
563
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
564 * configure.usage: Various minor improvements.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
565
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
566 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
567
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
568 * configure.in: Update FSF's copyright. Support --with-xft=LIST
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
569 syntax. Try to find a directory containing freetype/ftheader.h.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
570
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
571 * configure.usage (--with-xft): Update.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
572
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
573 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
574
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
575 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
576 Mathias Neuebaur, and other contributors.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
577
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
578 * configure.in:
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
579 * configure.usage:
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
580 Implement and document switches for configuring Xft.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
581
3092
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
582 2005-11-21 Marcus Crestani <crestani@xemacs.org>
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
583
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
584 Incremental Garbage Collector
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
585
3092
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
586 * configure.ac: Add newgc option; if newgc, turn on kkcc and
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
587 mc-alloc. Add checks for write barrier, determine which write
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
588 barrier to use. Add vdb option to override write barrier
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
589 auto-detection. Generate .gdbinit and .dbxrc.
141c2920ea48 [xemacs-hg @ 2005-11-25 01:41:31 by crestani]
crestani
parents: 3083
diff changeset
590
3083
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
591 2005-11-22 Ben Wing <ben@xemacs.org>
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
592
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
593 * dynodump/Makefile.in.in (mostlyclean):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
594 Ignore errors from rm during clean.
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
595
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
596 2005-11-22 Ben Wing <ben@xemacs.org>
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
597
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
598 * Makefile.in.in (top-mostlyclean):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
599 * Makefile.in.in (top-clean):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
600 * Makefile.in.in (top-distclean-noconfig):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
601 * Makefile.in.in (top-distclean):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
602 * Makefile.in.in (top-realclean-noconfig):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
603 * Makefile.in.in (top-extraclean-noconfig):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
604 * Makefile.in.in (TAGS tags):
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
605 Ignore errors from rm during clean, to prevent problems trying to
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
606 remove lock/CVS.
193188e494b2 [xemacs-hg @ 2005-11-22 07:14:37 by ben]
ben
parents: 3074
diff changeset
607
3074
0f411920c8db [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
malcolmp
parents: 3073
diff changeset
608 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
0f411920c8db [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
malcolmp
parents: 3073
diff changeset
609
0f411920c8db [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
malcolmp
parents: 3073
diff changeset
610 * Makefile.in.in: Install PROBLEMS into .../etc
0f411920c8db [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
malcolmp
parents: 3073
diff changeset
611 * PROBLEMS: Update description of MacOS X stack size limit.
0f411920c8db [xemacs-hg @ 2005-11-16 12:12:57 by malcolmp]
malcolmp
parents: 3073
diff changeset
612
3073
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3072
diff changeset
613 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3072
diff changeset
614
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3072
diff changeset
615 * configure.ac : Reorganised the option list so that the help
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3072
diff changeset
616 output looks like configure.usage from 21.4
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3072
diff changeset
617
3072
4c038e89d563 [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
stephent
parents: 3062
diff changeset
618 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org>
4c038e89d563 [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
stephent
parents: 3062
diff changeset
619
4c038e89d563 [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
stephent
parents: 3062
diff changeset
620 * configure.ac (checks for typedefs): TODO comment.
4c038e89d563 [xemacs-hg @ 2005-11-16 07:22:37 by stephent]
stephent
parents: 3062
diff changeset
621
3062
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
622 2005-11-13 Ben Wing <ben@xemacs.org>
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
623
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
624 * dynodump/Makefile.in.in:
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
625 * dynodump/Makefile.in.in (.PHONY):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
626 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
627 Do some refactoring for cleanliness.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
628
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
629 2005-11-13 Ben Wing <ben@xemacs.org>
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
630
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
631 * Makefile.in.in:
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
632 * Makefile.in.in (beta):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
633 * Makefile.in.in (FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.extraclean FRC.tags):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
634 * Makefile.in.in (.PHONY):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
635 * Makefile.in.in (top-mostlyclean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
636 * Makefile.in.in (mostlyclean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
637 * Makefile.in.in (top-clean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
638 * Makefile.in.in (clean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
639 * Makefile.in.in (distclean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
640 * Makefile.in.in (realclean):
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
641 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
642 *-noconfig targets are like the base targets they're based off of, but
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
643 don't delete Makefiles and certain other files needed to rebuild the
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
644 Makefiles as necessary. Refactor things to be more consistent.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
645 Top-level `elcclean' is an alias for `realclean-noconfig' and is used
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
646 by target `beta'. `realclean-noconfig' (and, by extension, `realclean'
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
647 and `extraclean') remove the .elc files.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3060
diff changeset
648
3060
7679bfa253c2 [xemacs-hg @ 2005-11-13 07:31:55 by ben]
ben
parents: 3050
diff changeset
649 2005-11-13 Ben Wing <ben@xemacs.org>
7679bfa253c2 [xemacs-hg @ 2005-11-13 07:31:55 by ben]
ben
parents: 3050
diff changeset
650
7679bfa253c2 [xemacs-hg @ 2005-11-13 07:31:55 by ben]
ben
parents: 3050
diff changeset
651 * configure.ac (win32 native sound):
7679bfa253c2 [xemacs-hg @ 2005-11-13 07:31:55 by ben]
ben
parents: 3050
diff changeset
652 Dependent on operating system, not on window system.
7679bfa253c2 [xemacs-hg @ 2005-11-13 07:31:55 by ben]
ben
parents: 3050
diff changeset
653
3050
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
654 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
655
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
656 * configure.ac (AC_INIT): Use it correctly.
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
657
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
658 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
659
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
660 * configure.ac (PostgreSQL): Check for link against SSL+crypto.
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
661
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
662 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
663
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
664 * INSTALL: Add map from old options as appendix.
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
665
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
666 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org>
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
667
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
668 * INSTALL: Various minor improvements.
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
669
3031
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3019
diff changeset
670 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3019
diff changeset
671
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3019
diff changeset
672 * XEmacs 21.5.23 "daikon" is released.
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3019
diff changeset
673
3019
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
674 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org>
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
675
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
676 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
677 21.4.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
678 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
679 Fix broken --with-<complex>=no.
e4c2385012ba [xemacs-hg @ 2005-10-24 21:01:02 by malcolmp]
malcolmp
parents: 3018
diff changeset
680
3018
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
681 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
682
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
683 * INSTALL: Reflect changes in the configure options. Update MacOS
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
684 X X11 installation instructions to reflect the changes in recent
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
685 OS releases.
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
686
3003
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
687 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
688
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
689 * configure.ac: Added XE_MERGED_ARG to alias all local --enable
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
690 and --with options. Configure can only be built with autoconf
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
691 2.59. Prevent many unwanted blank lines from appearing in
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
692 configure.
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2992
diff changeset
693
2992
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
694 2005-10-13 Ben Wing <ben@xemacs.org>
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
695
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
696 * configure.ac (XE_COMPLEX_ARG_ENABLE):
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
697 Break lines.
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
698 * configure.ac (TAB):
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
699 Rewrite optimization help to be accurate. Setting
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
700 `--with-cflags-optimization=""' will now unilaterally turn off
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
701 optimization; setting it to something non-null unilaterally turns it
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
702 on.
fd7c5f4f2983 [xemacs-hg @ 2005-10-14 01:00:44 by ben]
ben
parents: 2973
diff changeset
703
2973
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
704 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
705
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
706 * configure.ac (Canna): Configure as module if appropriate.
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
707
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
708 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc).
414a64af46c9 [xemacs-hg @ 2005-10-04 17:51:13 by stephent]
stephent
parents: 2940
diff changeset
709
2940
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
710 2005-09-18 Mike Alexander <mta@arbortext.com>
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
711
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
712 * configure.ac: Fix the cygwin, non-X build by adding XPM header
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
713 and library files to XE_CFLAGS. Patch from Rick Rankin.
3ee1c468b215 [xemacs-hg @ 2005-09-19 00:36:01 by mta]
mta
parents: 2938
diff changeset
714
2938
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
715 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org>
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
716
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
717 * configure.in: Replace with warning to use autoconf 2.59.
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
718 * configure.ac: Removed warning about the use of autoconf 2.59.
ff857b8541b7 [xemacs-hg @ 2005-09-18 13:01:03 by malcolmp]
malcolmp
parents: 2931
diff changeset
719
2931
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
720 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
721
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
722 * XEmacs 21.5.22 "cucumber" is released.
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
723
2867
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
724 2005-07-20 Didier Verna <didier@xemacs.org>
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
725
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
726 * CHANGES-beta: Remove the face aliasing feature announcement.
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
727
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
728 2005-07-19 Didier Verna <didier@xemacs.org>
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
729
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
730 * CHANGES-beta: Announce the face aliasing feature.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
731
2791
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
732 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
733
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
734 * XEmacs 21.5.21 "corn" is released.
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2790
diff changeset
735
2790
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
736 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
737
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
738 * configure.ac: Explain how to turn off KKCC, too.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
739
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
740 2005-05-19 Marcus Crestani <crestani@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
741
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
742 * configure:
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
743 * configure.ac: Enable new allocator and KKCC by default.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
744
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
745 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org>
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
746
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
747 * CHANGES-beta: Update for release.
ac63ab256048 [xemacs-hg @ 2005-05-28 04:51:22 by stephent]
stephent
parents: 2741
diff changeset
748
2741
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
749 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org>
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
750
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
751 * configure.ac: Make srcdir absolute before calling
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
752 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h,
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
753 terminate checking lines when testing for dynamic libraries.
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
754 * configure: Regenerated.
d5863780dbef [xemacs-hg @ 2005-04-22 12:45:22 by malcolmp]
malcolmp
parents: 2720
diff changeset
755
2720
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
756 2005-04-01 Marcus Crestani <crestani@xemacs.org>
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
757
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
758 The new allocator.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
759
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
760 New configure flag: `MC_ALLOC':
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
761
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
762 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
763 a new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
764 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
765 configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
766 * configure.usage: Add description for `mc-alloc'.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
767
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
768 DUMP_IN_EXEC:
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
769
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
770 * Makefile.in.in: Condition the installation of a separate dump
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
771 file on !DUMP_ON_EXEC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
772 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
773 `--enable-dump-in-exec' as a new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
774 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
775 not default for MC_ALLOC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
776 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
777 new configure flag.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
778 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
779 not default for MC_ALLOC.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
780 * configure.usage: Add description for `dump-in-exec'.
6fa9919a9a0b [xemacs-hg @ 2005-04-08 23:10:01 by crestani]
crestani
parents: 2705
diff changeset
781
2705
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
782 2005-03-31 Jerry James <james@xemacs.org>
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
783
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
784 * configure.ac: Aidan's 2005-03-30 patch, but against
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
785 configure.ac.
2b621542ba7a [xemacs-hg @ 2005-03-31 17:11:11 by james]
james
parents: 2701
diff changeset
786
2701
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
787 2005-03-30 Aidan Kehoe <kehoea@parhasard.net>
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
788
355d304fdc78 [xemacs-hg @ 2005-03-30 19:51:27 by aidan]
aidan
parents: 2694
diff changeset
789 * configure: #include <X11/Intrinsic.h.> -> #include
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
790 <X11/Intrinsic.h>, thank you Robert Delius Royar.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
791
2694
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
792 2005-03-15 Jerry James <james@xemacs.org>
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
793
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
794 * configure.ac: Include <X11/Intrinsic.h> when checking for
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
795 <Xaw/XawInit.h> usability.
296a5cd2a686 [xemacs-hg @ 2005-03-27 04:21:07 by james]
james
parents: 2692
diff changeset
796
2692
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
797 2005-03-23 Vin Shelton <acs@xemacs.org>
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
798
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
799 * configure.in: Remove -fno-gnu-linker option from Solaris
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
800 dynodump builds; it doesn't do anything.
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
801
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
802 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
803 platforms.
7be4146ed65e [xemacs-hg @ 2005-03-26 17:22:29 by vins]
vins
parents: 2680
diff changeset
804
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
805 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
806
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
807 * configure: Regenerate.
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
808 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
809 in various docstrings and error messages.
2680
b26d8b5d0d30 [xemacs-hg @ 2005-03-24 00:27:37 by aidan]
aidan
parents: 2667
diff changeset
810
2667
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
811 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
812
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
813 * configure.ac (--with-cflags-optimization):
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
814 (--with-cflags-debugging):
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
815 If the user specifies them, use them, and don't make her beg.
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
816 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB.
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
817
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
818 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org>
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
819
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
820 * configure.ac: Fix problems with OpenBSD /bin/sh.
2667
4f72b178ae35 [xemacs-hg @ 2005-03-15 12:37:07 by malcolmp]
malcolmp
parents: 2663
diff changeset
821
2663
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
822 2005-03-13 Aidan Kehoe <kehoea@parhasard.net>
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
823
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
824 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
825 working out whether to link against libossaudio.so on NetBSD.
d5a00a8fb31a [xemacs-hg @ 2005-03-14 12:22:16 by malcolmp]
malcolmp
parents: 2653
diff changeset
826
2653
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
827 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
828
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
829 * XEmacs 21.5.20 "cilantro" is released.
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2651
diff changeset
830
2651
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
831 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org>
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
832
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
833 * .cvsignore: Added autom4te.cache.
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
834 * aclocal.m4: Changes to support autoconf 2.59
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
835 * config.guess:
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
836 * config.sub: Upgraded to the latest upstream version
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
837 * configure.ac: Rewritten for autoconf 2.59 support.
3580ae2ce979 [xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
malcolmp
parents: 2648
diff changeset
838
2648
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
839 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org>
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
840
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
841 * INSTALL:
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
842 * PROBLEMS: Change configure arguments to the new autoconf 2.5
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
843 style configure.
68a5da07c189 [xemacs-hg @ 2005-03-10 11:49:00 by malcolmp]
malcolmp
parents: 2628
diff changeset
844
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
845 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
846
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
847 * configure: Regenerated.
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
848 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of
2628
63a49b9b070c [xemacs-hg @ 2005-03-02 17:55:25 by aidan]
aidan
parents: 2625
diff changeset
849 XtRegisterDrawable.
2625
f2bd34928a0f [xemacs-hg @ 2005-03-01 22:43:31 by aidan]
aidan
parents: 2609
diff changeset
850
2609
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
851 2005-02-22 Adrian Aichner <adrian@xemacs.org>
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
852
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
853 * info/dir: Update to content generated by Info-rebuild-dir.
c2580215c222 [xemacs-hg @ 2005-02-23 18:56:41 by adrian]
adrian
parents: 2602
diff changeset
854
2602
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
855 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org>
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
856
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
857 * version.sh (XEMACS_RELEASE_DATE): New version info variable.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
858
3094
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
859 * configure.in (XEMACS_RELEASE_DATE):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
860 * configure.ac (XEMACS_RELEASE_DATE):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
861 Use it.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
862
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
863 * configure.ac (sound):
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3092
diff changeset
864 AC_DEFINE_UNQUOTED seems OK, if it's not m4-quoted.
2602
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2594
diff changeset
865
2594
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
866 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
867
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
868 * XEmacs 21.5.19 "chives" is released.
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2593
diff changeset
869
2593
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
870 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org>
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
871
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
872 * CHANGES-beta: Update.
f152e0bc4ff6 [xemacs-hg @ 2005-02-18 04:53:55 by stephent]
stephent
parents: 2564
diff changeset
873
2564
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
874 2005-02-03 Ben Wing <ben@xemacs.org>
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
875
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
876 * BUGS, README.packages: Delete, incorporate into FAQ.
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
877 * README: Incorporate into FAQ. Delete everything but text
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
878 pointing to FAQ.
d96db265d893 [xemacs-hg @ 2005-02-04 03:04:04 by ben]
ben
parents: 2553
diff changeset
879
2553
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
880 2005-02-03 Jerry James <james@xemacs.org>
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
881
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
882 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
883 -Wstrict-prototypes.
b880fa9b5d8a [xemacs-hg @ 2005-02-03 17:33:50 by james]
james
parents: 2536
diff changeset
884
2536
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
885 2005-01-31 Ben Wing <ben@xemacs.org>
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
886
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
887 * GETTING.GNU.SOFTWARE: Delete.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
888 * Makefile.in.in (SOURCES):
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
889 Delete GETTING.GNU.SOFTWARE from SOURCES.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
890 * PROBLEMS:
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
891 Delete reference to check_cygwin_setup.sh.
7edc33019aa4 [xemacs-hg @ 2005-01-31 20:01:49 by ben]
ben
parents: 2512
diff changeset
892
2512
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
893 2005-01-26 Ben Wing <ben@xemacs.org>
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
894
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
895 * configure.in (AC_INIT_PARSE_ARGS):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
896 * configure.in (CANONICALIZE_PATH):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
897 * configure.in (TAB):
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
898 * configure.usage:
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
899 Add --with-optimization, cflags-optimization,
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
900 cflags-debugging. Separate out optimization and debugging arguments.
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
901 Document.
38caebdefb55 [xemacs-hg @ 2005-01-26 10:02:12 by ben]
ben
parents: 2491
diff changeset
902
2491
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
903 2005-01-21 Aidan Kehoe <kehoea@parhasard.net>
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
904
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
905 * configure:
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
906 * configure.in (XE_COMPUTE_RUNPATH):
2491
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
907 NetBSD can use Linux's sound API, but it needs an extra library at
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
908 link time to do so.
876c400e58d7 [xemacs-hg @ 2005-01-21 09:30:46 by aidan]
aidan
parents: 2427
diff changeset
909
2427
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
910 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
911
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
912 * INSTALL: A POSIX compatible Make is no longer required for builds.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
913 * Makefile.in.in (RECURSIVE_MAKE): Removed.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
914 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
915 * configure.in (RECURSIVE_MAKE): Removed.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
916 * configure.in (RECURSIVE_MAKE_ARGS): New.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
917 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
918 other parameters. This allows -j to work in GNU Make while
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
919 removing need for POSIX compatible make on all systems.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2420
diff changeset
920
2420
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
921 2004-12-05 Ben Wing <ben@xemacs.org>
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
922
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
923 * README.packages:
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
924 Fix error in specifying standard package location.
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
925 Document --package-prefix.
ad56e5a6d09f [xemacs-hg @ 2004-12-06 03:46:06 by ben]
ben
parents: 2416
diff changeset
926
2416
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
927 2004-12-05 Ben Wing <ben@xemacs.org>
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
928
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
929 * configure.usage:
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
930 * configure.in (AC_INIT_PARSE_ARGS):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
931 * configure.in (TAB):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
932 * configure.in (XE_COMPUTE_RUNPATH):
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
933 * configure:
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
934 Support --package-prefix and mmdf and pop arguments to --mail-locking.
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
935 Document in configure.usage.
515786aa760a [xemacs-hg @ 2004-12-05 08:06:41 by ben]
ben
parents: 2389
diff changeset
936
2389
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
937 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
938
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
939 * configure:
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
940 * configure.in: Make pdump default for Cygwin.
df0455455d17 [xemacs-hg @ 2004-11-14 12:31:09 by crestani]
crestani
parents: 2388
diff changeset
941
2388
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
942 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
943
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
944 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin.
cfff883d4990 [xemacs-hg @ 2004-11-14 12:19:55 by crestani]
crestani
parents: 2367
diff changeset
945
2367
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
946 2004-10-26 Ben Wing <ben@xemacs.org>
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
947
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
948 * configure.in (AC_INIT_NOTICE):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
949 * configure.in (TAB):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
950 * configure.in (XE_COMPUTE_RUNPATH):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
951 Turn off -Winline and -Wchar-subscripts.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
952 Use the right set of cflags when compiling modules.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
953 Rewrite ldap configuration to separate the inclusion of lber
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
954 (needed in recent Cygwin) from the basic checks for the
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
955 needed libraries.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
956 add a function for MAKE_JUNK_C; initially code was added to
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
957 generate xemacs.def using this, but it will need to be rewritten.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
958 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
959 an existing file.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
960 Sort list of auto-detected functions and eliminate unused checks for
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
961 stpcpy, setlocale and getwd.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
962 Add autodetection of Cygwin scanf problems
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2346
diff changeset
963
2346
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
964 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
965
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
966 * XEmacs 21.5.18 "chestnut" is released.
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2345
diff changeset
967
2345
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
968 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
969
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
970 * CHANGES-beta: Update for release.
c9a4a450d9e2 [xemacs-hg @ 2004-10-22 02:14:13 by stephent]
stephent
parents: 2315
diff changeset
971
2315
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
972 2004-09-29 Jerry James <james@xemacs.org>
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
973
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
974 * configure.in: Don't use -Wunused-parameter with g++.
e219f63b9c24 [xemacs-hg @ 2004-09-29 15:38:30 by james]
james
parents: 2300
diff changeset
975
2300
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
976 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org>
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
977
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
978 * configure.in: Unused parameter and variables warnings are GCC 3
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
979 or greater.
e2fdc9035c5b [xemacs-hg @ 2004-09-22 11:40:40 by malcolmp]
malcolmp
parents: 2286
diff changeset
980
2286
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
981 2004-09-14 Jerry James <james@xemacs.org>
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
982
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
983 * configure.in (TAB): Add unused parameter and variables warnings
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
984 to gcc CFLAGS.
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2283
diff changeset
985
2283
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
986 2004-09-20 Jerry James <james@xemacs.org>
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
987
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
988 * INSTALL: Update Canna description to reflect recent changes.
f512fee90bfb [xemacs-hg @ 2004-09-20 18:00:38 by james]
james
parents: 2263
diff changeset
989
2263
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
990 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org>
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
991
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
992 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit()
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
993 and vlimit().
702b5727498a [xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
malcolmp
parents: 2259
diff changeset
994
2259
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
995 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org>
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
996
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
997 * INSTALL: A POSIX compatible Make is required for builds.
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
998 * Makefile.in.in: Enable support for parallel builds.
e77c2aea9fd8 [xemacs-hg @ 2004-09-10 11:58:06 by malcolmp]
malcolmp
parents: 2216
diff changeset
999
2216
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
1000 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net>
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
1001
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
1002 * config.guess: Identify PlayStation2.
352d35ff1c82 [xemacs-hg @ 2004-08-13 20:55:31 by adrian]
adrian
parents: 2131
diff changeset
1003
2131
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
1004 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org>
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
1005
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
1006 * configure.in: Character classes in globs don't work, die when
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
1007 GTK is mixed with other toolkits, protect comma in quoted message.
646a9dd3e204 [xemacs-hg @ 2004-06-16 10:32:57 by stephent]
stephent
parents: 2128
diff changeset
1008
2128
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1009 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1010
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1011 * configure.in (Autodetection of Gdk libraries and includes):
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1012 Don't allow mixing of GTK with other toolkits.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1013
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1014 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1015
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1016 * configure.in: Improve style of WARNINGs.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1017
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1018 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org>
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1019
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1020 * configure.in (HAVE_GPM): Die if GPM requested but not found.
3c2d928e17ad [xemacs-hg @ 2004-06-14 11:01:20 by stephent]
stephent
parents: 2079
diff changeset
1021
2079
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1022 2004-05-10 Jerry James <james@xemacs.org>
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1023
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1024 * aclocal.m4: Typo fix.
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1025 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1026 LTDL; unify the OS-specific checks into a case statement.
9402c85dcf6f [xemacs-hg @ 2004-05-14 15:35:28 by james]
james
parents: 2050
diff changeset
1027
2050
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
1028 2004-04-30 Jerry James <james@xemacs.org>
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
1029
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
1030 * configure.in: Turn ICC warning 147 into an error to get a good
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
1031 XRegisterIMInstantiateCallback prototype.
a741f294362b [xemacs-hg @ 2004-04-30 14:59:15 by james]
james
parents: 2048
diff changeset
1032
2048
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
1033 2004-04-28 Jerry James <james@xemacs.org>
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
1034
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
1035 * configure.in: Get version information for both icc and icpc.
193e76abdf0f [xemacs-hg @ 2004-04-29 03:04:56 by james]
james
parents: 2029
diff changeset
1036
2029
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1037 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1038
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1039 * configure.in (GTK setup): Warn if other toolkits requested.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1040
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1041 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1042
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1043 * configure.in (Compiler feature macros): Kaarthik Sivakumar says
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1044 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1045
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1046 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org>
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1047
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1048 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB.
7a9919388e87 [xemacs-hg @ 2004-04-19 08:16:33 by stephent]
stephent
parents: 2016
diff changeset
1049
2016
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
1050 2003-12-07 Olivier Galibert <galibert@pobox.com>
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
1051
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
1052 * Makefile.in.in: Don't install the dmp file when it's in the
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
1053 executable.
6aa2e57a873e [xemacs-hg @ 2004-04-15 20:59:24 by olivierg]
olivierg
parents: 2009
diff changeset
1054
2009
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
1055 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net>
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
1056
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
1057 * configure.in: Check for libmp dependencies before checking for
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
1058 the existence of the move function.
1388c8b3e663 [xemacs-hg @ 2004-04-13 04:23:49 by james]
james
parents: 2006
diff changeset
1059
2006
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1060 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au>
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1061
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1062 * configure.in (src/Makefile): No longer include a special linker
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1063 script for PowerPC Linux. Thanks to Stefan Bruda for reporting
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1064 this bug.
1ea9c87af805 [xemacs-hg @ 2004-04-12 10:11:47 by stephent]
stephent
parents: 1998
diff changeset
1065
1998
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
1066 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org>
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
1067
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
1068 * configure.in (Compiler-specific hacks): Restore warning flags
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
1069 for XEMACS_CC if gcc. Report warning flags at compute time.
1d23b62cc251 [xemacs-hg @ 2004-04-07 17:43:31 by stephent]
stephent
parents: 1997
diff changeset
1070
1997
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
1071 2004-04-07 Jerry James <james@xemacs.org>
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
1072
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
1073 * configure.in: FreeBSD MP needs -lcrypto.
f02e47602886 [xemacs-hg @ 2004-04-07 16:23:49 by james]
james
parents: 1989
diff changeset
1074
1989
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
1075 2004-04-06 Jerry James <james@xemacs.org>
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
1076
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
1077 * configure.in: Change test -e to test -r for portability.
55bab11c30e8 [xemacs-hg @ 2004-04-06 20:50:39 by james]
james
parents: 1985
diff changeset
1078
1985
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
1079 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
1080
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
1081 * configure.in (use_number_lib): Accepts no to disable bignums.
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
1082 * configure.usage: Document the "no" value.
a8b463c4984a [xemacs-hg @ 2004-04-06 12:13:54 by stephent]
stephent
parents: 1984
diff changeset
1083
1984
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1084 2004-04-05 Jerry James <james@xemacs.org>
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1085
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1086 * configure.in (use_number_lib): New. Values are "gmp" or "mp".
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1087 * configure.in: Use it. Report it. Check for size of a double.
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1088 * configure.usage: Tell how to use use-number-lib.
36760cdcb631 [xemacs-hg @ 2004-04-05 22:50:44 by james]
james
parents: 1964
diff changeset
1089
1964
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
1090 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
1091
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
1092 * XEmacs 21.5.17 "chayote" is released.
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1955
diff changeset
1093
1955
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1094 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1095
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1096 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1097 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1098 500 since apparently we'll use it if available.
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1099
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1100 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org>
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1101
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1102 * configure.in (libc detection): Fix progress message.
02446ca6a05d [xemacs-hg @ 2004-03-18 09:57:08 by stephent]
stephent
parents: 1922
diff changeset
1103
1922
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1104 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org>
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1105
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1106 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1107 CFLAGS. Thanks to Jerry James for reporting the bug.
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1108
1916
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
1109 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org>
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
1110
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
1111 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'.
1922
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1112 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for
569139be45f6 [xemacs-hg @ 2004-02-21 07:53:59 by stephent]
stephent
parents: 1916
diff changeset
1113 the more elegant fix.
1916
84785da441f9 [xemacs-hg @ 2004-02-18 12:14:30 by stephent]
stephent
parents: 1889
diff changeset
1114
1889
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1115 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1116
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1117 * configure.in: Use XE_CFLAGS for XEMACS_CC.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1118 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only).
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1119 Various comment fixups.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1120 Delete dead code for finding srcdir.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1121
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1122 * Makefile.in.in (clean): Force deletion of generated Lisp load files.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1123
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1124 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org>
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1125
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1126 * configure.in: Report cc and libc version info. Detection code
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1127 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian.
bf8be6575eae [xemacs-hg @ 2004-01-28 11:20:34 by stephent]
stephent
parents: 1871
diff changeset
1128
1871
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
1129 2004-01-20 Jerry James <james@xemacs.org>
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
1130
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
1131 * configure.in: The icc compiler pretends to be gcc. It isn't.
b37a2b08a901 [xemacs-hg @ 2004-01-21 16:26:02 by james]
james
parents: 1800
diff changeset
1132
1800
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
1133 2003-11-18 Jerry James <james@xemacs.org>
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
1134
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
1135 * configure.in: Check for the typeof extension.
6c853dd06f0d [xemacs-hg @ 2003-11-20 16:06:00 by james]
james
parents: 1756
diff changeset
1136
1756
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
1137 2003-10-15 Jerry James <james@xemacs.org>
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
1138
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
1139 * aclocal.m4: Add icc (Intel compiler) support.
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
1140 * configure.in: Ditto.
b5db5c9230b1 [xemacs-hg @ 2003-10-16 19:44:34 by james]
james
parents: 1740
diff changeset
1141
1740
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
1142 2003-10-11 Jerry James <james@xemacs.org>
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
1143
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
1144 * configure.in: installexe.sh is under srcdir, not blddir.
cf42e3b47b41 [xemacs-hg @ 2003-10-12 02:29:25 by james]
james
parents: 1716
diff changeset
1145
1716
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
1146 2003-09-26 Steve Youngs <youngs@xemacs.org>
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
1147
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
1148 * XEmacs 21.5.16 "celeriac" is released.
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1707
diff changeset
1149
1707
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
1150 2003-09-21 Jerry James <james@xemacs.org>
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
1151
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
1152 * configure.in: Remove detection of GNU DLD.
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
1153 * configure: Regenerate.
fca75a427ae3 [xemacs-hg @ 2003-09-22 03:22:14 by james]
james
parents: 1697
diff changeset
1154
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
1155 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu>
1697
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
1156
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
1157 * PROBLEMS: Propose bash as an alternative to buggy Solaris
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
1158 /bin/sh.
20d5b69d37a1 [xemacs-hg @ 2003-09-19 16:24:33 by youngs]
youngs
parents: 1696
diff changeset
1159
1696
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1160 2003-09-20 Steve Youngs <youngs@xemacs.org>
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1161
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1162 * configure: Re-generate after Martin's configure.in patch.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1163
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1164 2003-09-20 Martin Buchholz <martin@xemacs.org>
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1165
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1166 * configure.in: XEmacs failed to build on Solaris9.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1167 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1168 therein.
7032283c28db [xemacs-hg @ 2003-09-19 15:56:52 by youngs]
youngs
parents: 1692
diff changeset
1169
1692
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1170 2003-09-18 Steve Youngs <youngs@xemacs.org>
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1171
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1172 * configure: Re-generate after Martin's configure.in patch.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1173
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1174 2003-09-13 Martin Buchholz <martin@xemacs.org>
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1175
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1176 * configure.in (OS_RELEASE): Add support for SunOS 5.10.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1177 On current OSes produced by Sun, `uname -r' prints "5.9".
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1178 It seems likely that on future OSes, `uname -r' will print "5.10".
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1179 We need to accept multi-digit release numbers.
6265c9c31f53 [xemacs-hg @ 2003-09-18 05:13:54 by youngs]
youngs
parents: 1678
diff changeset
1180
1678
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
1181 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU>
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
1182
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
1183 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
1184 ability to build shared libraries, but use -bundle_loader in
2422c1cd1afd [xemacs-hg @ 2003-09-12 02:02:06 by james]
james
parents: 1665
diff changeset
1185 ellcc. Properly handle other flags for MacOS X.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1186
1665
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
1187 2003-09-03 Steve Youngs <youngs@xemacs.org>
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
1188
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
1189 * XEmacs 21.5.15 "celery" is released.
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1651
diff changeset
1190
1651
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
1191 2003-08-28 Jerry James <james@xemacs.org>
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
1192
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
1193 * configure.in: Link modules with -lstdc++ if g++ is used.
d3af5b868526 [xemacs-hg @ 2003-08-28 15:45:20 by james]
james
parents: 1648
diff changeset
1194
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
1195 2003-08-28 Steve Youngs <youngs@xemacs.org>
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
1196
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
1197 * README.packages: Update.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1633
diff changeset
1198
1633
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1199 2003-08-18 Jerry James <james@xemacs.org>
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1200
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1201 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1202 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1203 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1204 * aclocal.m4 (cygwin_warn): Removed.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1205 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in.
baca156a450b [xemacs-hg @ 2003-08-19 02:11:46 by james]
james
parents: 1617
diff changeset
1206
1617
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
1207 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
1208
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
1209 * configure.usage (Window System): `lucid' option often means `Motif'.
000fb15e7f54 [xemacs-hg @ 2003-08-12 06:36:38 by stephent]
stephent
parents: 1546
diff changeset
1210
1546
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
1211 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org>
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
1212
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
1213 * configure.usage (--cflags-warning): Change underscore to hyphen.
204e0afae501 [xemacs-hg @ 2003-06-30 09:10:26 by stephent]
stephent
parents: 1510
diff changeset
1214
1510
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
1215 2003-06-01 Steve Youngs <youngs@xemacs.org>
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
1216
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
1217 * XEmacs 21.5.14 "cassava" is released.
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1491
diff changeset
1218
1491
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1219 2003-05-20 Jerry James <james@xemacs.org>
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1220
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1221 * configure.in: Add src to MAKE_SUBDIR early for module builds for
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1222 MacOSX and Windows; thanks to Andrew Begel. Set module makefile
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1223 variables appropriately if --with-modules=no is specified.
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1224
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1225 * configure: Regenerate.
d968d4073031 [xemacs-hg @ 2003-05-20 18:57:50 by james]
james
parents: 1473
diff changeset
1226
1473
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
1227 2003-05-10 Steve Youngs <youngs@xemacs.org>
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
1228
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
1229 * XEmacs 21.5.13 "cauliflower" is released.
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1470
diff changeset
1230
1470
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1231 2003-05-10 Steve Youngs <youngs@xemacs.org>
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1232
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1233 * Revert this patch:
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1234 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1235
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1236 * configure.in: Move module detection to after src/ is added to
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1237 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1238 already be built.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1239 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1240 MacOS X.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1241 It was stopping certain libs from making their way into the
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1242 Makefiles.
1470
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1243
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1244 * configure: Regenerate.
1364f9716d7b [xemacs-hg @ 2003-05-10 02:57:05 by youngs]
youngs
parents: 1464
diff changeset
1245
1464
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1246 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1247
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1248 * configure.in: Revert Steve Youngs's patch, and set default for
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1249 ESD in the Defaults section. Improve comments.
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1250
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1251 * configure: Regenerate.
b02bdcffb55f [xemacs-hg @ 2003-05-08 16:06:15 by stephent]
stephent
parents: 1462
diff changeset
1252
1462
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1253 2003-05-07 Steve Youngs <youngs@xemacs.org>
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1254
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1255 * configure.in: Default ESD sound to off.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1256
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1257 * configure.usage (--with-sound): Document ESD defaulting to off.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1258
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1259 * configure: Regenerate.
c5da5c66fea7 [xemacs-hg @ 2003-05-07 08:34:08 by youngs]
youngs
parents: 1457
diff changeset
1260
1457
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
1261 2003-05-05 Steve Youngs <youngs@xemacs.org>
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
1262
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
1263 * CHANGES.beta: Update.
b627cfd39e8a [xemacs-hg @ 2003-05-04 22:31:06 by youngs]
youngs
parents: 1454
diff changeset
1264
1454
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1265 2003-05-04 Steve Youngs <youngs@xemacs.org>
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1266
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1267 * configure: Regenerate.
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1268
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1269 2003-05-04 Martin Buchholz <martin@xemacs.org>
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1270
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1271 * configure.in: Don't look for Motif if it's already present in
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1272 $x_includes and $x_libraries.
38d0f093d818 [xemacs-hg @ 2003-05-04 01:04:36 by youngs]
youngs
parents: 1452
diff changeset
1273
1452
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1274 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU>
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1275
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1276 * configure.in: Move module detection to after src/ is added to
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1277 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1278 already be built.
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1279 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1280 MacOS X.
dd63b61df78c [xemacs-hg @ 2003-05-03 22:47:10 by youngs]
youngs
parents: 1442
diff changeset
1281
1442
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1282 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org>
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1283
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1284 * configure.in (darwin): Collect random kludges in one place.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1285 (cygwin): Check for intptr_t in <sys/types.h>.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1286 (Berkeley db): Handle 4.1 functions decorated with version info.
5142be485095 [xemacs-hg @ 2003-05-02 06:15:54 by stephent]
stephent
parents: 1441
diff changeset
1287
1441
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1288 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1289
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1290 * PROBLEMS (Windows): New: auxiliary programs for Windows.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1291
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1292 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1293
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1294 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1295 Patch by Martin Buchholz <martin@xemacs.org>.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1296 <15410.44105.753590.169241@gargle.gargle.HOWL>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
1297
1431
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
1298 2003-04-24 Steve Youngs <youngs@xemacs.org>
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
1299
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
1300 * XEmacs 21.5.12 "carrot" is released.
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1427
diff changeset
1301
1427
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1302 2003-04-24 Steve Youngs <youngs@xemacs.org>
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1303
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1304 * configure.in: Fix for building on openbsd.
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1305 From Gregory Steuck <greg@nest.cx>
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1306
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1307 * configure: Regenerate
5d62849e7275 [xemacs-hg @ 2003-04-24 05:26:40 by youngs]
youngs
parents: 1389
diff changeset
1308
1389
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
1309 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
1310
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
1311 * PROBLEMS: Global substitution of .Xresources for .Xdefaults.
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1384
diff changeset
1312
1384
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
1313 2003-03-25 Jerry James <james@eecs.ku.edu>
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
1314
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
1315 * configure.in: Add Andrew Begel's shared library support for
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
1316 MacOS X.
72bc4b7c2480 [xemacs-hg @ 2003-03-26 04:32:18 by james]
james
parents: 1375
diff changeset
1317
1375
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
1318 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
1319
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
1320 * INSTALL: Give location of Darwin X11 downloads.
0b6d70f7d49c [xemacs-hg @ 2003-03-24 14:13:40 by stephent]
stephent
parents: 1349
diff changeset
1321
1349
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1322 2003-02-09 Ville Skyttä <scop@xemacs.org>
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1323
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1324 * configure: Remove pkgdir and all references to it (unused).
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1325 * configure.in: Ditto.
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1326 * Makefile.in.in: Ditto.
2e6e691f6649 [xemacs-hg @ 2003-03-09 17:23:50 by scop]
scop
parents: 1338
diff changeset
1327
1338
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
1328 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org>
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
1329
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
1330 * INSTALL: Reorganize, synch to configure.usage.
314c4e18dda0 [xemacs-hg @ 2003-03-03 10:35:29 by stephent]
stephent
parents: 1332
diff changeset
1331
1332
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1332 2003-03-01 Ben Wing <ben@xemacs.org>
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1333
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1334 * PROBLEMS:
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1335 * PROBLEMS (Note):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1336 * PROBLEMS (http):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1337 * PROBLEMS (IMPORTANT):
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1338 Include nt/PROBLEMS and update. Add note about incremental
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1339 linking badness.
6aa23bb3da6b [xemacs-hg @ 2003-03-02 02:18:05 by ben]
ben
parents: 1330
diff changeset
1340
1330
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1341 2003-02-28 Ben Wing <ben@xemacs.org>
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1342
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1343 * Makefile.in.in (mostlyclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1344 * Makefile.in.in (clean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1345 * Makefile.in.in (top_distclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1346 * Makefile.in.in (distclean):
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1347 Move src deletions to src/Makefile.in.in.
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1318
diff changeset
1348
1318
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1349 2003-02-20 Ben Wing <ben@xemacs.org>
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1350
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1351 * PROBLEMS:
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1352 * PROBLEMS (event-stream.c): Removed.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1353 * PROBLEMS (ABSTRACT):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1354 * PROBLEMS (patch.):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1355 * PROBLEMS (Note):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1356 Add comment about Cygwin, unexec and sysmalloc.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1357 Move some non-general stuff out of general.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1358 Make a section for x86.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1359
1318
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1360 * configure.in (AC_INIT_NOTICE):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1361 * configure.in (XE_COMPUTE_RUNPATH):
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1362 Add check for broken alloca in funcalls.
b531bf8658e9 [xemacs-hg @ 2003-02-21 06:56:46 by ben]
ben
parents: 1314
diff changeset
1363
1314
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1364 2003-02-19 Ben Wing <ben@xemacs.org>
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1365
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1366 * Makefile.in.in:
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1367 * Makefile.in.in (GENERATED_HEADERS):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1368 * Makefile.in.in (GENERATED_LISP): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1369 * Makefile.in.in (.NO_PARALLEL):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1370 * Makefile.in.in (beta):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1371 * Makefile.in.in (dist):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1372 * Makefile.in.in (batch): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1373 * Makefile.in.in (batch_packages): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1374 * Makefile.in.in (check): New.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1375 * Makefile.in.in (finder): Removed.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1376 * Makefile.in.in (check-features): New.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1377 * Makefile.in.in (.PHONY):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1378 * Makefile.in.in (install-only):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1379 * Makefile.in.in (tagslisp):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1380 * Makefile.in.in (info):
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1381 Major surgery. Move all stuff related to building anything in the
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1382 src/ directory into src/. Simplify the dependencies -- everything
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1383 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1384 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
15a91d7ae2d1 [xemacs-hg @ 2003-02-20 08:16:21 by ben]
ben
parents: 1307
diff changeset
1385
1307
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
1386 2003-02-16 Steve Youngs <youngs@xemacs.org>
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
1387
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
1388 * XEmacs 21.5.11 "cabbage" is released.
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1303
diff changeset
1389
1303
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1390 2003-02-15 Ben Wing <ben@xemacs.org>
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1391
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1392 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1393 to avoid multiple autoload-loading problem.
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1394 * configure.usage (--error-checking): Document quick-build better.
f99d3d25df86 [xemacs-hg @ 2003-02-15 10:15:54 by ben]
ben
parents: 1294
diff changeset
1395
1294
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
1396 2003-01-28 Martin Buchholz <martin@xemacs.org>
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
1397
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
1398 * configure.in (opsys): (AIX specific)
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
1399 Use opsys=aix4-2 for AIX 5 and all future versions.
8c5cf108f035 [xemacs-hg @ 2003-02-14 07:38:22 by stephent]
stephent
parents: 1283
diff changeset
1400
1283
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
1401 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
1402
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
1403 * INSTALL: Recommend Mule, deprecate stripped binaries.
32bc2bab419c [xemacs-hg @ 2003-02-10 14:28:09 by stephent]
stephent
parents: 1259
diff changeset
1404
1259
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1405 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1406
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1407 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1408
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1409 * configure.in: Fix --srcdir processing.
d9c553868a01 [xemacs-hg @ 2003-02-05 10:07:26 by stephent]
stephent
parents: 1245
diff changeset
1410
1245
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
1411 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
1412
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
1413 * PROBLEMS: Collect Motif information in one place.
6981ff72175a [xemacs-hg @ 2003-01-31 12:14:00 by stephent]
stephent
parents: 1232
diff changeset
1414
1232
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
1415 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
1416
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
1417 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
1418 in lisp, lisp/mule, and modules.
c08a6fa181d1 [xemacs-hg @ 2003-01-23 11:38:56 by stephent]
stephent
parents: 1222
diff changeset
1419
1222
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
1420 2003-01-14 Jerry James <james@xemacs.org>
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
1421
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
1422 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
1423 module and --error-checking=all.
0350fea81e65 [xemacs-hg @ 2003-01-18 04:48:18 by james]
james
parents: 1214
diff changeset
1424
1214
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
1425 2003-01-13 Ilya Golubev <golubev@xemacs.org>
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
1426
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
1427 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
4be1d80f2abd [xemacs-hg @ 2003-01-15 15:03:08 by gin]
gin
parents: 1202
diff changeset
1428
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
1429 2003-01-12 Mike Sperber <mike@xemacs.org>
1202
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1430
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1431 * configure.in: Check for strupr and strlwr.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1432
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1433 2002-12-16 Ben Wing <ben@xemacs.org>
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1434
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1435 * INSTALL (Rationale):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1436 * configure.in (XE_COMPUTE_RUNPATH):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1437 * configure.usage (Usage):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1438 * configure.usage (--xemacs-compiler):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1439 * configure.usage (--srcdir):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1440 * configure.usage (--with-prefix):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1441 * configure.usage (--bindir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1442 * configure.usage (--datadir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1443 * configure.usage (--statedir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1444 * configure.usage (--libdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1445 * configure.usage (--infodir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1446 * configure.usage (--mandir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1447 * configure.usage (--lispdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1448 * configure.usage (--sitelispdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1449 * configure.usage (--etcdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1450 * configure.usage (--lockdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1451 * configure.usage (--archlibdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1452 * configure.usage (--docdir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1453 * configure.usage (--moduledir): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1454 * configure.usage (--with-site-lisp): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1455 * configure.usage (--with-site-modules): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1456 * configure.usage (--package-path): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1457 * configure.usage (--infopath): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1458 * configure.usage (--with-xmu):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1459 * configure.usage (--with-tty):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1460 * configure.usage (--with-gif):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1461 * configure.usage (--native-sound-lib):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1462 * configure.usage (--with-xim): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1463 * configure.usage (--with-clash-detection): New.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1464 * configure.usage (--with-database):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1465 * configure.usage (--mail-locking):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1466 * configure.usage (--with-ipv6-cname): Removed.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1467 * configure.usage (--error-checking):
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1468 Redo usage message more logically, fix some problems. In configure,
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1469 when outputting the compilation options, put in a big ugly warning
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1470 about using union-type, since it's been known to trigger so many
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1471 compiler bugs, invariably leading to weird crashes.
6041a741b6d6 [xemacs-hg @ 2003-01-12 11:03:13 by michaels]
michaels
parents: 1187
diff changeset
1472
1187
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
1473 2003-01-04 Steve Youngs <youngs@xemacs.org>
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
1474
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
1475 * XEmacs 21.5.10 "burdock" is released.
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1157
diff changeset
1476
1157
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
1477 2002-07-08 Andy Piper <andy@xemacs.org>
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
1478
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
1479 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
1480 this anything other than zero was misguided.
6af03f821bbe [xemacs-hg @ 2002-12-13 04:29:06 by andyp]
andyp
parents: 1155
diff changeset
1481
1155
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
1482 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
1483
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
1484 * configure.in: Make --pdump default per opsys; move Darwin's
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
1485 setting and change Linux's default to yes.
2e45c3beb9dc [xemacs-hg @ 2002-12-12 03:22:50 by stephent]
stephent
parents: 1123
diff changeset
1486
1123
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1487 2002-11-27 Ben Wing <ben@xemacs.org>
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1488
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1489 * configure.in (CANONICALIZE_PATH):
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1490 * configure.in (TAB):
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1491 Check for GCC version and only use -Wpacked in v3.
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 1117
diff changeset
1492
1117
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
1493 2002-10-14 Jerry James <james@xemacs.org>
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
1494
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
1495 * configure.in: Remove LISP_FLOAT_TYPE definition.
b3fcaf7cb856 [xemacs-hg @ 2002-11-22 16:23:52 by james]
james
parents: 1111
diff changeset
1496
1111
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1497 2002-11-17 Ben Wing <ben@xemacs.org>
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1498
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1499 * aclocal.m4 (cygwin_warn): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1500 Disable shared library modules under Cygwin for the moment,
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1501 since we need some more tricky coding done and I don't have the
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1502 time right now.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1503
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1504 * configure.in:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1505 * configure.in (need_modules_common): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1506 * configure.in (quoted_arguments):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1507 * configure.in (stack_trace_eye_catcher):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1508 * configure.in (CPP):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1509 * configure.in (CFLAGS): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1510 * configure.in (bitmapdir):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1511 * configure.in (ldap_libs):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1512 * configure.in (postgresql_libs):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1513 * configure.in (all_widgets):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1514 * configure.in (SUBDIR_MAKEFILES):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1515 * configure.in (RECURSIVE_MAKE):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1516 * configure.in (null_string):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1517 * configure.in (Mail):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1518 * configure.usage (--cflags):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1519 * configure.usage (--cflags_warning): New.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1520
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1521 Make sure we use the compiler in --xemacs-compiler to compile
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1522 the modules, too, or we will get link errors when trying to do
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1523 a C++ build.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1524
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1525 Create a directory modules/common, in which is code common to all
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1526 the module Makefiles and configure.ac's. We create a separate
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1527 directory because we may be building in a separate source tree,
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1528 and need a way of accessing the common code (at least in the case
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1529 of the Makefile). Either we create symlinks for all necessary
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1530 files or one just for the directory -- the latter is more robust.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1531
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1532 Add code to create the symlink for modules/common as necessary.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1533 When creating the modules Makefiles, append the common code.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1534
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1535 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1536 G++ v3.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1537
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1538 Output correct compiler name in messages.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1539
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1540 Separate warning flags from other C flags so that user-specified
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1541 --cflags doesn't disable warnings.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1100
diff changeset
1542
1100
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
1543 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
1544
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
1545 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
1546
d50ab2546522 [xemacs-hg @ 2002-11-11 18:52:57 by stephent]
stephent
parents: 1099
diff changeset
1547 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
1098
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
1548
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
1549 * PROBLEMS: Typo fix.
25f567f6ab2a [xemacs-hg @ 2002-11-11 16:13:28 by stephent]
stephent
parents: 1093
diff changeset
1550
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1551 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1552
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1553 * info/dir (File): button1 on a highlighted word doesn't
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1554 follow that cross-reference.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1555
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1556 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1557
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1558 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1559
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1560 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1561
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1562 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1563 in lisp, lisp/mule, and modules.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1564 ChangeLog: Fix my bogus email addresses.
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1565
1070
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
1566 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
1567
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
1568 * configure.in (Check for POSIX functions): New section head.
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
1569 getaddrinfo is detected on HP-UX 11.XX, but appears to be
989ddde6705d [xemacs-hg @ 2002-10-24 16:19:39 by youngs]
youngs
parents: 1058
diff changeset
1570 non-functional. Disable it. Based on work by Darryl Okahata.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1571
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1572 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
1573
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
1574 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1056
diff changeset
1575
1092
f5d8712231af [xemacs-hg @ 2002-11-11 14:19:07 by stephent]
stephent
parents: 1070
diff changeset
1576 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
1056
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
1577
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
1578 * PROBLEMS (Missing charsets): Remove ambiguity.
c2acbc874bf1 [xemacs-hg @ 2002-10-17 14:12:14 by stephent]
stephent
parents: 1045
diff changeset
1579
1045
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
1580 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
1581
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
1582 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
ae9378e1cde3 [xemacs-hg @ 2002-10-10 14:47:21 by stephent]
stephent
parents: 1044
diff changeset
1583
1042
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
1584 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
1585
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
1586 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
aea3ce44b888 [xemacs-hg @ 2002-10-08 06:06:48 by youngs]
youngs
parents: 1036
diff changeset
1587
1036
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1588 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1589
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1590 * PROBLEMS (MacOS/X): Describe stack limitation.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1591 (Digital Unix): Generalize to all regexp-using applications.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1592 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1593 (PROBLEMS): Point to PROBLEMS file for build notes.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1594 Thanks to Skip Montanaro for the report.
b33a835c21cc [xemacs-hg @ 2002-10-08 03:11:48 by stephent]
stephent
parents: 1024
diff changeset
1595
1011
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
1596 2002-09-20 Steve Youngs <youngs@xemacs.org>
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
1597
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
1598 * Makefile.in.in (TAGS tags): Descend into the modules directory
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
1599 as well.
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 1009
diff changeset
1600
1009
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
1601 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
1602
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
1603 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
c7a849296cb4 [xemacs-hg @ 2002-09-20 11:32:42 by stephent]
stephent
parents: 997
diff changeset
1604
997
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1605 2002-08-08 Jerry James <james@xemacs.org>
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1606
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1607 * Makefile.in.in (install-arch-dep): Install internal modules and
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1608 the corresponding autoload file.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1609 * configure: Regenerate.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1610 * configure.in: Detect module support early.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1611 Define variables to be substituted in internal Makefiles.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1612 Use ldap_libs instead of LIBS for LDAP libraries.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1613 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1614 Introduce ld_libs_module for seamless module/no-module support.
89cca5f594bd [xemacs-hg @ 2002-09-10 15:37:48 by james]
james
parents: 981
diff changeset
1615
981
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
1616 2002-08-30 Steve Youngs <youngs@xemacs.org>
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
1617
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
1618 * XEmacs 21.5.9 "brussels sprouts" is released.
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 975
diff changeset
1619
975
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1620 2002-08-16 Steve Youngs <youngs@xemacs.org>
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1621
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1622 * version.sh (xemacs_extra_name): New var to identify XEmacs
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1623 version > release < next release. ie, release+cvs.
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1624
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1625 * configure.in: Test for xemacs_extra_name.
975
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1626
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1627 * configure: Re-generate.
151d438d2d55 [xemacs-hg @ 2002-08-28 05:36:20 by youngs]
youngs
parents: 974
diff changeset
1628
974
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
1629 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org>
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
1630
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
1631 * configure.usage: Reorder usage message to clarify what widgets
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
1632 are supported and what aren't.
fce478afd5b4 [xemacs-hg @ 2002-08-24 10:23:48 by scop]
scop
parents: 957
diff changeset
1633
957
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1634 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1635
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1636 * PROBLEMS (General advice): Define runtime and build problems.
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1637
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1638 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1639
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1640 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
c017b187b1ec [xemacs-hg @ 2002-08-10 06:37:37 by stephent]
stephent
parents: 933
diff changeset
1641
933
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
1642 2002-07-27 Steve Youngs <youngs@xemacs.org>
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
1643
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
1644 * XEmacs 21.5.8 "broccoli" is released.
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 925
diff changeset
1645
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
1646 2002-07-09 Mike Sperber <mike@xemacs.org>
925
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
1647
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1648 * configure.usage:
925
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
1649 * configure.in: Add --use-kkcc option for new GC algorithms.
c4937d1216b6 [xemacs-hg @ 2002-07-16 08:26:38 by michaels]
michaels
parents: 917
diff changeset
1650
917
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
1651 2002-06-04 Jerry James <james@xemacs.org>
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
1652
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
1653 * configure.usage: Identify --with-modules as autodetecting.
259c80d93e3b [xemacs-hg @ 2002-07-11 18:41:26 by stephent]
stephent
parents: 915
diff changeset
1654
915
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
1655 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
1656
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
1657 * PROBLEMS: Add two basic configuration questions.
31b3496cb402 [xemacs-hg @ 2002-07-10 06:23:36 by stephent]
stephent
parents: 911
diff changeset
1658
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
1659 2002-07-08 Mike Sperber <mike@xemacs.org>
911
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
1660
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
1661 * configure.in: Test for wchar.h.
428608d46017 [xemacs-hg @ 2002-07-09 11:57:41 by michaels]
michaels
parents: 894
diff changeset
1662
894
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
1663 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
1664
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
1665 * XEmacs 21.5.7 "broccoflower" is released.
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
1666
892
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
1667 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
1668
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
1669 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 864
diff changeset
1670
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1671 2002-05-22 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1672
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1673 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1674 xemacs can be running while we build a dist.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1675
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1676 2002-05-07 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1677
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1678 * configure.in: undo autoconf 2.5x change.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1679
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1680 2002-04-26 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1681
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1682 * configure.in: make sure that a combined X and windows build gets
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1683 widgets.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1684
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1685 2002-04-26 Andy Piper <andy@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1686
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1687 * configure.in: update to support autoconf 2.5x from Andreas
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1688 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1689
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1690 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1691
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1692 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1693
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1694 * etc/sample.init.el: Add description of initialization process,
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1695 the custom.el file, and code to load custom.el early instead of
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1696 late.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1697
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1698 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1699
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1700 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1701
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1702 2002-04-25 Mike Fabian <mfabian@suse.de>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1703
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1704 * configure.in: add option moduledir as mentioned in ./configure
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1705 --help
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1706
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1707 2001-04-21 Martin Buchholz <martin@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1708
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1709 * configure.in: Detect MacOS/X "Darwin".
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1710 Thanks to Greg Parker <gparker@cs.stanford.edu>.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1711
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1712 2002-03-30 Steve Youngs <youngs@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1713
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1714 * etc/package-index.LATEST.pgp: Update to current reality.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1715
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1716 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1717
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1718 * etc/TUTORIAL.se: New from Mats Lidell.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1719
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1720 2002-01-07 Jan Vroonhof <jan@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1721
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1722 * configure.in: Make explicit "--with-widgets" mean "=yes".
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1723 If "--with-widgets=yes" autodetect athena.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1724
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1725 2001-12-29 Steve Youngs <youngs@xemacs.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1726
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1727 * etc/package-index.LATEST.pgp: Update.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1728
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1729 2001-12-13 William M. Perry <wmperry@gnu.org>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1730
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1731 * configure.in (GTK): add -Wno-shadow.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1732
864
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1733 2002-01-23 Jarl Friis <jarl@diku.dk>
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1734
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1735 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1736 note on patch etiquette.
5b3cf2203477 [xemacs-hg @ 2002-06-04 06:09:51 by andyp]
andyp
parents: 853
diff changeset
1737
853
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1738 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1739
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1740 * configure.in: Don't #define __STDC__ in confdefs.h
2b6fa2618f76 [xemacs-hg @ 2002-05-28 08:44:22 by ben]
ben
parents: 846
diff changeset
1741
846
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1742 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1743
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1744 * configure.in: Protect nocomboreloc linker arguments to avoid
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1745 problem on the ppc.
7b263c3f9ec9 [xemacs-hg @ 2002-05-16 15:24:20 by stephent]
stephent
parents: 845
diff changeset
1746
845
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1747 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1748
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1749 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1750 Linux runtime issues section.
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1751 * INSTALL: Improve description of mail locking.
77624ff6e2da [xemacs-hg @ 2002-05-16 15:11:22 by stephent]
stephent
parents: 835
diff changeset
1752
835
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1753 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1754
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1755 * PROBLEMS (General): Decribe failed AUTH with EFS.
e7ad6587a7a0 [xemacs-hg @ 2002-05-11 09:32:08 by adrian]
adrian
parents: 828
diff changeset
1756
828
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1757 2002-04-23 Olivier Galibert <galibert@pobox.com>
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1758
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1759 * configure.in: Fix the "error checking" warning.
4ead1e0842f0 [xemacs-hg @ 2002-05-07 15:30:14 by stephent]
stephent
parents: 826
diff changeset
1760
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1761 2002-05-05 Ben Wing <ben@xemacs.org>
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1762
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1763 * README.packages: Update info about --package-path.
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 823
diff changeset
1764
814
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1765 2002-04-14 Ben Wing <ben@xemacs.org>
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1766
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1767 * TODO.ben-mule-21-5:
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1768 * TODO.ben-mule-21-5 (Priority): New.
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1769 Update.
a634e3b7acc8 [xemacs-hg @ 2002-04-14 12:41:59 by ben]
ben
parents: 808
diff changeset
1770
808
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1771 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1772
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1773 * XEmacs 21.5.6 "bok choi" is released.
aa9a0cd78930 [xemacs-hg @ 2002-04-05 12:30:45 by stephent]
stephent
parents: 803
diff changeset
1774
803
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1775 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1776
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1777 * CHANGES-beta: Update for release.
9b6b28d87550 [xemacs-hg @ 2002-04-05 07:36:18 by stephent]
stephent
parents: 801
diff changeset
1778
801
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1779 2002-03-31 Ben Wing <ben@xemacs.org>
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1780
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1781 * Makefile.in.in (all):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1782 * Makefile.in.in (finder):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1783 * Makefile.in.in (Makefile):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1784 * Makefile.in.in (SOURCES):
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1785 Try to make the Makefile notice if its source Makefile.in.in is
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1786 changed, and regenerate and run itself.
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1787
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1788 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1789 can't compile under Mule if a Lisp file has changed. (can't run
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1790 temacs)
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1791
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1792 * TODO.ben-mule-21-5 (bugs): update.
2b676dc88c66 [xemacs-hg @ 2002-04-01 03:58:02 by ben]
ben
parents: 800
diff changeset
1793
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1794 2002-03-31 Ben Wing <ben@xemacs.org>
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1795
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1796 * TODO.ben-mule-21-5 (bugs): Update.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2791
diff changeset
1797
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1798 * configure.in (USAGE_ERROR):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1799 * configure.in (CANONICALIZE_PATH):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1800 * configure.in (XE_COMPUTE_RUNPATH):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1801 Fix for new error-checking types.
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 793
diff changeset
1802
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1803 2002-03-28 Ben Wing <ben@xemacs.org>
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1804
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1805 * etc/ChangeLog: New file.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1806
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1807 Separated out all entries for etc/ into their own ChangeLog.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1808 Includes entries for the following files:
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1809
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1810 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1811 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1812 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1813 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1814 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1815 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1816 etc/custom/example-themes/europe-theme.el,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1817 etc/custom/example-themes/ex-custom-file,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1818 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1819 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1820 etc/gnuserv.README, etc/package-index.LATEST.gpg,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1821 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1822 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1823 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1824 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1825 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1826 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1827 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1828 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1829 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1830 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1831
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1832 2002-03-24 Ben Wing <ben@xemacs.org>
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1833
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1834 * TODO.ben-mule-21-5 (bugs):
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1835 * TODO.ben-mule-21-5 (Signaling): New.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1836 Add stuff from Frank Schmitt.
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
1837
788
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1838 2002-03-20 Ben Wing <ben@xemacs.org>
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1839
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1840 * TODO.ben-mule-21-5:
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1841 * TODO.ben-mule-21-5 (bugs):
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1842 Create bug list for latest problems.
026c5bf9c134 [xemacs-hg @ 2002-03-21 07:29:57 by ben]
ben
parents: 781
diff changeset
1843
781
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1844 2002-03-18 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1845
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1846 * README (http):
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1847 Include a long, long description of the suggested directory layout
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1848 for developing XEmacs. This should probably go as part of a
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1849 larger document, a "Getting Started with Developing XEmacs". ####
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1850 Does such a document exist?
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1851
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1852 2002-03-18 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1853
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1854 * Some ChangeLog entries from stuff that got applied long ago
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1855 never got checked in, due to the nasty SCCS "oops, i forgot again
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1856 ..." bug.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1857
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1858 2001-05-04 Ben Wing <ben@xemacs.org>
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1859
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1860 * PROBLEMS:
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1861 * PROBLEMS (Note):
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1862 Correct general info about init file.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1863 Fix up Cygwin, Windows sections.
eba92770173a [xemacs-hg @ 2002-03-18 10:13:39 by ben]
ben
parents: 777
diff changeset
1864
777
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1865 2002-03-15 Ben Wing <ben@xemacs.org>
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1866
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1867 * configure.in (XE_COMPUTE_RUNPATH):
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1868 check for sys/times.h.
e65d9cf16707 [xemacs-hg @ 2002-03-15 11:00:28 by ben]
ben
parents: 776
diff changeset
1869
776
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1870 2002-03-15 Ben Wing <ben@xemacs.org>
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1871
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1872 * Makefile.in.in (batch):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1873 * Makefile.in.in (batch_packages):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1874 * Makefile.in.in (finder):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1875 * Makefile.in.in (check-features):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1876 * Makefile.in.in (install):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1877 Use -no-packages to avoid problems with package files shadowing
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1878 core files (e.g. unicode.el in mule-ucs).
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 774
diff changeset
1879
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1880 2002-03-12 Ben Wing <ben@xemacs.org>
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1881
3322
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
1882 * The Great Mule Merge of March 2002:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3317
diff changeset
1883 see node by that name in the Internals Manual.
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 771
diff changeset
1884
768
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1885 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1886
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1887 * XEmacs 21.5.5 "beets" is released.
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 762
diff changeset
1888
762
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1889 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1890
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1891 * CHANGES-beta: Prune pre-21.5 information.
177fa09febec [xemacs-hg @ 2002-03-05 12:44:45 by stephent]
stephent
parents: 760
diff changeset
1892
726
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1893 2002-01-07 Jan Vroonhof <jan@xemacs.org>
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1894
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1895 * configure.in: Make explicit "--with-widgets" mean "=yes".
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1896 If "--with-widgets=yes" autodetect athena.
1f525cb38373 [xemacs-hg @ 2002-01-09 18:58:56 by janv]
janv
parents: 725
diff changeset
1897
725
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1898 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1899
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1900 * XEmacs 21.5.4 "bamboo" is released.
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
1901
724
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1902 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1903
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1904 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1905
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1906 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1907
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1908 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1909
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1910 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1911
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1912 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1913
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1914 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1915
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1916 * configure.in (option processing): with_widgets=m is ambiguous;
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1917 don't allow it.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1918 (AC_CHECKING for the Athena widgets): Don't check for Athena when
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1919 with_widgets=no.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1920
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1921 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1922
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1923 * configure.usage: Various documentation improvements.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1924
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1925 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1926 * configure.usage:
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1927 * PROBLEMS (IPv6 CNAME lookup):
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1928 Document it.
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
1929
721
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1930 2002-01-02 Adrian Aichner <adrian@xemacs.org>
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1931
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1932 * info/dir (File): Reword entry for Emodules according to
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1933 ../man/emodules.texi.
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 719
diff changeset
1934
705
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1935 2001-12-18 Adrian Aichner <adrian@xemacs.org>
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1936
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1937 * info\.cvsignore: Correct pattern to match all info files.
47f5192d44c9 [xemacs-hg @ 2001-12-18 22:55:29 by adrian]
adrian
parents: 703
diff changeset
1938
701
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1939 2001-12-16 Adrian Aichner <adrian@xemacs.org>
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1940
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1941 * info\.cvsignore: Info files are generated, so let's ignore them
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1942 all.
886e83363116 [xemacs-hg @ 2001-12-17 15:58:18 by adrian]
adrian
parents: 699
diff changeset
1943
699
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1944 2001-12-15 Adrian Aichner <adrian@xemacs.org>
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1945
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1946 * info\dir (File): Update version to 21.5.
1f799c0f4c7e [xemacs-hg @ 2001-12-16 17:39:53 by adrian]
adrian
parents: 686
diff changeset
1947
668
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1948 2001-08-29 Jered Floyd <jered@MIT.EDU>
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1949
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1950 * configure.in (moduledir,sitemoduledir,archlibdir):
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1951 Place arch-specific files under ${libdir}, not under ${datadir}.
91da4ecd9da0 [xemacs-hg @ 2001-09-26 14:38:17 by stephent]
stephent
parents: 667
diff changeset
1952
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1953 2001-09-25 Didier Verna <didier@xemacs.org>
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1954
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1955 * configure.ac: new. Autoconf 2.5x guard.
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
1956
708
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1957 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1958
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1959 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1960
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1961 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1962
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1963 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1964 instead of -z combreloc, to avoid confusing Solaris.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1965
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1966 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1967
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1968 * configure.usage: Makefile.in -> Makefile.in.in.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1969
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1970 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1971
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1972 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1973 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1974
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1975 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1976
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1977 * configure.in: Fix typos in comments.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1978 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1979 * (Installation): Suggest pdump instead of -z nocomboreloc.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1980 * configure.usage: Document --quick-build.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1981
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1982 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1983
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1984 * configure.in: Typo in reference to with_ipv6_cname.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1985
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1986 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1987
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1988 * configure.in: Initialize with_ipv6_cname=no.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1989 * configure.usage: Document it.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1990
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1991 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1992
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1993 * configure.in: Document that autoconf 2.5x is unsupported.
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 705
diff changeset
1994
664
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1995 2001-09-17 Ben Wing <ben@xemacs.org>
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1996
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1997 * configure.in (TAB):
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1998 * configure.in (XE_COMPUTE_RUNPATH):
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
1999 Don't use -Wshadow when compiling with g++ or you get buried in
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2000 silly warnings. This patch was already applied but somehow got
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2001 unapplied. Stephen?
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2002
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2003 2001-06-24 Ben Wing <ben@xemacs.org>
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2004
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2005 * configure.in (TAB): Don't use -Wshadow when compiling with
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2006 g++ or you get buried in silly warnings.
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2007 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2008 compiling --with-msw, --with-x=no, --with-tty=no.
6e99cc8c6ca5 [xemacs-hg @ 2001-09-18 05:04:26 by ben]
ben
parents: 655
diff changeset
2009
654
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
2010 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
2011
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
2012 * XEmacs 21.5.3 "asparagus" is released.
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 642
diff changeset
2013
642
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2014 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2015
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2016 * configure.usage (--with-dialogs): added lucid to list of options
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2017 * configure.usage (--with-widgets): added lucid to list of options
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2018 * configure.usage (--with-dragndrop): added GTK to list of protocols
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2019 * configure.usage (--mail-locking): added `locking' or `mmdf' to
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2020 list of options syncing options documentation with those in
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2021 configure.in
277f059a321b [xemacs-hg @ 2001-08-01 18:59:04 by adrian]
adrian
parents: 641
diff changeset
2022
641
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
2023 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
2024
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
2025 * XEmacs 21.5.2 "artichoke" is released.
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 636
diff changeset
2026
623
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2027 2001-06-21 Ben Wing <ben@xemacs.org>
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2028
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2029 * README:
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2030 * README (http):
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2031 * README (ftp):
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2032 Rewrite.
3e13cd716cff [xemacs-hg @ 2001-06-22 01:51:40 by ben]
ben
parents: 598
diff changeset
2033
598
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2034 2001-05-29 Martin Buchholz <martin@xemacs.org>
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2035
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2036 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2037 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2038 properly integrated into the build system.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2039 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
6452bb72f5b9 [xemacs-hg @ 2001-06-01 05:07:19 by martinb]
martinb
parents: 594
diff changeset
2040
594
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2041 2001-05-30 Ben Wing <ben@xemacs.org>
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2042
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2043 * configure.in (AC_INIT_PARSE_ARGS):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2044 * configure.in (USAGE_ERROR):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2045 * configure.in (XE_COMPUTE_RUNPATH):
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2046 Fix problems detecting both native and Linux sound on Cygwin
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2047 when compiled with --with-msw=no.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2048
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2049 Rearrange file-coding handling a bit to avoid warning when
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2050 compiling with Mule.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2051
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2052 2001-05-28 Martin Buchholz <martin@xemacs.org>
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2053
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2054 * configure.in (--xemacs-compiler): New.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2055 * configure.usage:
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2056 * INSTALL:
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2057 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2058 Explain how to build xemacs using a C++ compiler.
fd49b88b9f06 [xemacs-hg @ 2001-05-31 12:47:21 by ben]
ben
parents: 585
diff changeset
2059
585
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
2060 2001-05-29 Martin Buchholz <martin@xemacs.org>
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
2061
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
2062 * configure.in: Remove stray backslash.
5ce8d1ac7bde [xemacs-hg @ 2001-05-29 04:21:30 by martinb]
martinb
parents: 582
diff changeset
2063
582
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2064 2001-05-26 Ben Wing <ben@xemacs.org>
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2065
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2066 * configure.in (XE_COMPUTE_RUNPATH):
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2067 rewrite warning output so that it doesn't happen by default --
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2068 you should only get warnings when something is actively wrong,
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2069 not just because a feature is not present.
0dcc097685c7 [xemacs-hg @ 2001-05-27 01:50:52 by ben]
ben
parents: 567
diff changeset
2070
567
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
2071 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
2072
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
2073 * configure.in: See if mkstemp is available for movemail.c
4a2749e56f92 [xemacs-hg @ 2001-05-24 11:21:32 by yoshiki]
yoshiki
parents: 562
diff changeset
2074
559
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2075 2001-05-23 Ben Wing <ben@xemacs.org>
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2076
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2077 * configure.in (AC_INIT_PARSE_ARGS):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2078 * configure.in (TAB):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2079 * configure.in (XE_COMPUTE_RUNPATH):
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2080 add some support for eventually turning on file coding by
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2081 default. Fix numerous places where AC_MSG_WARN had quotes
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2082 around its arg, which is bad. Replace with []. Same for
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2083 AC_MSG_ERROR.
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2084
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2085 2001-05-15 Steve Youngs <youngs@xemacs.org>
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
2086 * configure.in:
557
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
2087 If no native dumper (UNEXEC) is defined, simply use pdump.
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
2088 If no SYSTEM_TYPE is defined, choose an appopriate default.
f486da5f1a3b [xemacs-hg @ 2001-05-22 06:49:12 by martinb]
martinb
parents: 554
diff changeset
2089
554
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
2090 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
2091
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
2092 * configure.in: Reverse the order of Windows and Linux sound tests
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
2093 so that Cygwin will find Windows first.
bc4355ec8a32 [xemacs-hg @ 2001-05-21 08:04:35 by yoshiki]
yoshiki
parents: 551
diff changeset
2094
559
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2095 2001-05-14 Martin Buchholz <martin@xemacs.org>
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2096
5101772788b2 [xemacs-hg @ 2001-05-23 10:02:02 by ben]
ben
parents: 557
diff changeset
2097 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
541
02261edd09de [xemacs-hg @ 2001-05-15 06:58:27 by youngs]
youngs
parents: 537
diff changeset
2098
535
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
2099 2001-05-11 Martin Buchholz <martin@xemacs.org>
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
2100
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
2101 * configure.in:
535
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
2102 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 532
diff changeset
2103
532
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2104 2001-05-10 Ben Wing <ben@xemacs.org>
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2105
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2106 * Makefile.in.in (all):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2107 * Makefile.in.in (configure):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2108 * Makefile.in.in (finder):
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2109 remove autoload targets.
1cb1000b6813 [xemacs-hg @ 2001-05-12 11:31:37 by ben]
ben
parents: 527
diff changeset
2110
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2111 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
527
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
2112
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
2113 * configure.in: Check gtk version validity only when gtk-config
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
2114 exists.
7b35ad872326 [xemacs-hg @ 2001-05-10 08:09:13 by yoshiki]
yoshiki
parents: 522
diff changeset
2115
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2116 2001-05-09 Martin Buchholz <martin@xemacs.org>
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
2117
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
2118 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 515
diff changeset
2119
505
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2120 2001-05-04 Martin Buchholz <martin@xemacs.org>
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2121
667
046f73d312c5 [xemacs-hg @ 2001-09-25 10:20:11 by didierv]
didierv
parents: 665
diff changeset
2122 * configure.in (opsys):
505
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2123 Use lower-case `uname -s` as the default value for opsys.
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2124 The previous code effectively did the non-sensical
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2125 opsys=$canonical because [] magically disappear in configure.in.
6495d35ba9df [xemacs-hg @ 2001-05-05 08:26:03 by martinb]
martinb
parents: 472
diff changeset
2126
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
2127 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
2128
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
2129 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
2130
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2131 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2132
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2133 * configure.in: Don't #define __STDC__ in confdefs.h
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2134
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2135 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2136
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2137 * configure.usage: Document --with-file-coding.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2138
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2139 * configure.in:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2140 * configure:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2141 Fix typo, add -Wsign-compare if GCC, run autoconf.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2142
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2143 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2144
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2145 * PROBLEMS (Problems with running XEmacs):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2146 Document TMPDIR lossage in gnuserv/gnuclient.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
2147
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2148 2001-03-21 Martin Buchholz <martin@xemacs.org>
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2149
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2150 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2151
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2152 2001-03-19 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2153
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2154 * configure.in: default rel-alloc to off under cygwin
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2155
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2156 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2157
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2158 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2159
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2160 * CHANGES-beta:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2161 * configure.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2162 Fix gratuitous whitespace changes from GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2163
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2164 * configure.usage: Untabify --with-{gtk,gnome}.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2165
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2166 2001-03-12 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2167
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2168 * configure.in: only pick up mingw directory.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2169
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2170 2001-03-02 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2171
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2172 * info\dir: Update to 21.4; clean up descriptions of manuals;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2173 replace misnomer "Local Packages" with more correct "Other
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2174 Documentation".
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2175
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2176 2001-03-09 William M. Perry <wmperry@aventail.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2177
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2178 * CHANGES-beta:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2179 * configure.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2180 * configure.usage:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2181 The Great GTK Merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2182
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2183 2001-02-23 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2184
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2185 * configure.usage (--with-netinstall): add docs.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2186
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2187 * configure.in: with_netinstall is a new option. Default to off.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
2188
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2189 2001-02-23 Martin Buchholz <martin@xemacs.org>
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2190
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2191 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2192
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2193 2001-02-13 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2194
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2195 * aclocal.m4: Fix module support for AIX cc.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2196 Support possible future OSes irix7, aix5, osf[56].
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2197
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2198 2001-02-12 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2199
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2200 * configure.in: No need for NON_GNU_CPP on SCO.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2201
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2202 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2203
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2204 * configure.in: Prefer utime to utimes - it's more standard.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2205 Remove explicit checking for struct utimbuf.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2206 Remove explicit checking for <utime.h>.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2207 Combined into one simpler test for utime.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2208 Add explicit check for utimes, if utime not found.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
2209
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2210 2001-02-08 Martin Buchholz <martin@xemacs.org>
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2211
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2212 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2213
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2214 2001-01-16 Mike Sperber <mike@xemacs.org>
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2215
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2216 * configure.in: Remove bogus path variable definitions.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2217 Reflect the fact that specifying --datadir also affects docdir and
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2218 archlibdir.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2219
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2220 2001-02-06 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2221
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2222 * configure.in: Only use -Wpointer-arith on non-glibc systems.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2223
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2224 2001-02-02 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2225
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2226 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2227 for the sake of gcc 2.97 fixincludes, which breaks it.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2228
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2229 2001-01-27 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2230
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2231 * configure.in: Check for util.h for NetBSD's openpty.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2232
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2233 2001-01-28 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2234
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2235 * config.sub: Upgrade to offical version 2001-01-12.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2236 * config.guess: Upgrade to offical version 2001-01-17.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
2237
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2238 2001-01-26 Martin Buchholz <martin@xemacs.org>
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2239
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2240 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2241
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2242 2001-01-21 Steve Youngs <youngs@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2243
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2244 * README.packages: Doc fix.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2245
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2246 2001-01-17 Steve Youngs <youngs@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2247
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2248 * README.packages: Update.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
2249
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2250 2001-01-20 Martin Buchholz <martin@xemacs.org>
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2251
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2252 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2253
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2254 2001-01-18 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2255
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2256 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2257
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2258 2001-01-17 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2259
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2260 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2261 --with-ld=/usr/ccs/bin/ld
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2262
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2263 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2264
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2265 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2266 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2267
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2268 2001-01-16 Didier Verna <didier@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2269
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2270 * NEWS: document the modeline horizontal scrolling feature.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2271
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2272 2001-01-17 Martin Buchholz <martin@xemacs.org>
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2273
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2274 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2275
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2276 2001-01-16 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2277
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2278 * PROBLEMS: Document MIPSpro ICE problem workaround.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2279
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2280 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2281
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2282 * configure.in: check for dlopen by linking program with
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2283 <dlfcn.h>.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2284
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2285 2001-01-08 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2286
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2287 * configure.in: add extra_includes and populate appropriately for
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2288 cygwin and mingw.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2289
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2290 2000-12-28 Andy Piper <andy@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2291
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2292 * configure.in: allow --with-widgets=msw
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
2293
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2294 2001-01-08 Martin Buchholz <martin@xemacs.org>
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2295
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2296 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2297
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2298 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2299
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2300 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2301
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2302 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2303
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2304 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2305 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2306
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2307 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2308
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2309 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2310 of input-method-xfs.o.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2311
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2312 * configure: ditto
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
2313
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2314 2000-12-31 Martin Buchholz <martin@xemacs.org>
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2315
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2316 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2317
4011
05aef5833219 [xemacs-hg @ 2007-06-12 14:42:14 by adrian]
adrian
parents: 4010
diff changeset
2318 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2319
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2320 * configure.in: Added check if the berkdb has db_create or not.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2321
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2322 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2323
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2324 * configure.in: Fix broken gcc detection for 2.7.2.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2325
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2326 2000-12-11 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2327
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2328 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2329
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2330 * netinstall: new net installer for MS-Windows.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
2331
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2332 2000-12-05 Martin Buchholz <martin@xemacs.org>
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2333
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2334 * XEmacs 21.2.38 is released.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2335
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2336 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2337
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2338 * configure.in: Only show message about DnD API if compiling with DnD
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2339
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2340 2000-11-09 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2341
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2342 * configure.in: Autodetect elf.h.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2343
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2344 2000-11-14 Martin Buchholz <martin@xemacs.org>
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2345
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2346 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2347
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2348 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2349
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2350 * README.packages: Add "uninstalled package" FAQ.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2351
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2352 2000-11-01 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2353
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2354 * configure.in: Handle alloca with Compaq C on Alpha Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2355
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2356 2000-10-27 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2357
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2358 * configure.in: Oops, _getpt ==> _getpty
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2359
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2360 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2361
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2362 * Makefile.in.in: Remove lockdir related things.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2363
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2364 2000-10-11 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2365
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2366 * configure.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2367 Remove checking for XFree86. Use feature tests instead!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2368 Add check for XRegisterIMInstantiateCallback.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2369 Add check for XRegisterIMInstantiateCallback's prototype.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2370
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2371 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2372
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2373 * configure.in: Typo - missing paren.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2374
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2375 2000-10-10 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2376
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2377 * configure.in:
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2378 Use stropts.h, not sys/stropts.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2379 Use strtio.h, not sys/strtio.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2380
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2381 2000-10-06 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2382
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2383 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2384
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2385 2000-10-04 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2386
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2387 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2388
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2389 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2390
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2391 * configure.in: Big signal/process handling overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2392 Autoconfiscate lots of functions and headers:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2393 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2394 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2395
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2396 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2397
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2398 * *: Spelling mega-patch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2399
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2400 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2401
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2402 * configure.in: Remove strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2403
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2404 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2405
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2406 * configure.in: Add -Kalloca to $c_switch_system when using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2407 Unixware native compiler (if necessary).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2408
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2409 2000-09-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2410
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2411 * configure.in: Prevent spurious "No" in configure output when not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2412 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2413
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2414 2000-09-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2415
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2416 * configure.in: Save 2 sed process invocations per Makefile.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2417
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2418 2000-08-22 SL Baur <steve@turbolinux.co.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2419
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2420 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2421 to link path if compiling on Alpha/Linux.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2422
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2423 2000-09-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2424
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2425 * Makefile.in.in (depend): cd to the correct directory.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2426
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2427 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2428
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2429 * configure.in: with_widgets is incompatible with X11 R4.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2430
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2431 * configure.in: Make Balloon Help conditional on finding shape.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2432
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2433 2000-08-09 Vin Shelton <acs@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2434
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2435 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2436 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2438 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2439
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2440 * configure.usage: Remove lockdir document.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2441
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2442 2000-07-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2443
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2444 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2445 Make knowledge of machine and opsys optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2446 Make existence of s&m files optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2447 Rely on configure alone if s&m files not found.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2449 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2450 Use only configure-time tests to detect getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2451 Don't check for kstat.h if we have getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2452 Check for sys/loadavg.h if we have getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2453
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2454 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2455
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2456 * Makefile.in.in (configure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2457 all-elcs target now uses update-elc-2.el not update-elc.sh
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2458
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2459 2000-07-19 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2460
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2461 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2463 2000-07-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2464
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2465 * configure.in: --with-menubars=yes should not be an error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2467 * configure.in: "compiling in support for Athena" message was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2468 sometimes lying.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2469
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2470 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2471
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2472 * configure.in: Rewrite xmkmf symbol detection to avoid
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2473 redefinition of symbols we've already defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2474 Also, handle xmkmf symbols with values other than 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2475
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2476 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2477
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2478 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2479 Make sure Unix98 socklen_t is defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2480 Use ANSI C mode `-std1' with DEC C instead of `-std'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2481
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2482 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2483
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2484 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2485 Replace SMART_INCLUDE with a dumber, but more reliable method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2486 2000-07-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2487
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2488 * modules/zlib/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2489 * modules/sample/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2490 * modules/ldap/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2491 * modules/base64/Makefile:
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2492 * Makefile.in.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2493 rm -f ==> $(RM)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2494 define SHELL=/bin/sh
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2495
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2496 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2497
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2498 * configure.in: PostgreSQL rewrite.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2499 - Don't look for postgreSQL in /usr/local.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2500 - Simplify detection code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2501 - Don't use SMART_INCLUDE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2502 - Don't autodetect if --with-postgresql=no.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2504 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2505
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2506 * configure.usage: addl doc for graphics libs, with-msw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2507
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2508 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2509
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2510 * configure.in: sh builtin `test' uses `=', not `=='.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2511
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2512 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2513
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2514 * configure.in: add -lcomdlg32 for cygwin.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2515
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2516 2000-07-05 Craig Lanning <lanning@scra.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2517
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2518 * aclocal.m4 (can_build_shared):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2519 First pass at module support for cygwin and mingw.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2520
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2521 * configure:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2522 * configure (xe_check_libs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2523 * configure (acfindx):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2524 * configure (ac_x_includes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2525 * configure (ac_x_libraries):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2526 * configure (ac_cv_lib_dnet_dnet_ntoa):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2527 * configure (xe_msg_checking):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2528 * configure (xe_runpath_dir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2529 * configure (xetest):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2530 * configure (ac_err):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2531 * configure (ac_safe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2532 * configure (with_xmu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2533 * configure (bitmapdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2534 * configure (with_xauth):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2535 * configure (libs_xauth):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2536 * configure (with_cde):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2537 * configure (with_ldap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2538 * configure (with_ldap_krbdes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2539 * configure (save_c_switch_site):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2540 * configure (with_postgresql):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2541 * configure (with_xface):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2542 * configure (with_jpeg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2543 * configure (with_png):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2544 * configure (with_tiff):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2545 * configure (athena_lib):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2546 * configure (have_motif):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2547 * configure (all_widgets):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2548 * configure (with_xim):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2549 * configure (with_xfs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2550 * configure (with_wnn):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2551 * configure (with_canna):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2552 * configure (extra_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2553 * configure (ac_cv_c_inline):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2554 * configure (have_esd_config):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2555 * configure (c_switch_site):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2556 * configure (with_ncurses):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2557 * configure (with_gpm):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2558 * configure (xealias):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2559 * configure (xehost_os):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2560 * configure (can_build_shared):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2561 * configure (xcldf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2562 * configure (LTLD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2563 * configure (ld_dynamic_link_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2564 * configure (Mail):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2565 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2566 * configure.in (after_morecore_hook_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2567 * configure.in (xetest):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2568 * configure.in (emacs_cv_localtime_cache):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2569 * configure.in (Mail):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2570 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2571 Clean up configure support for cygwin and mingw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2572
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2573 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2574
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2575 * PROBLEMS: Document broken native audio for recent patches and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2576 releases of HP-UX.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2577
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2578 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2579
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2580 * Makefile.in.in (install-arch-dep):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2581 WINDOWSNT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2582 __CYGWIN32__ -> CYGWIN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2583
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2584 2000-06-01 Andreas Jaeger <aj@suse.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2585
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2586 * configure.in: Recognize s390.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2587
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2588 * config.guess: New version from GNU config archive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2589 * config.sub: Likewise.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2590
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2591 2000-05-28 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2592
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2593 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2594
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2595 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2596
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2597 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2598 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2599 Remove unused variable use_minimal_tagbits.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2600
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2601 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2602
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2603 * configure.in: Remove lockdir.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2604
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2605 2000-05-01 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2606
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2607 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2608
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2609 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2610
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2611 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2612 the value of LD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2613
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2614 2000-04-26 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2615
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2616 * configure.in: add support for --quick-build. Remove --no-doc-file,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2617 subsumed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2618
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2619 2000-04-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2620
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2621 * configure.in:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2622 * src/config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2623 Rewrite SMART_INCLUDE implementation to actually work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2624 Be paranoid - Avoid use of spaces in these macro definitions.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2625 Leave alloca() definition at start of compilation unit,
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2626 as AIX requests.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2627 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2628
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2629 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2630
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2631 * configure.in: Enable clash-detection by default.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2632 * configure.usage: Update documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2633
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2634 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2635
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2636 * configure.in: fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2637
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2638 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2639
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2640 * configure.in : Fix printing error check warning even if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2641 it is not compiled in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2642
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2643 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2644
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2645 * xemacs/configure.in: Do a normal link when compiling with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2646 --pdump. Don't try compiling an unexec object file.
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
2647
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2648 2000-03-27 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2650 * configure.in: reorganize the output by topic.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2651 New configure test to define the proper SMART_INCLUDE macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2652
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2653 * configure.usage: slightly rearanged some options.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2654
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2655 2000-03-25 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2656
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2657 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2658 representing real headers and not directories. This applies to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2659 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2660 `soundcard_h_path'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2662 2000-03-21 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2663
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2664 * configure.in: try to find postgresql headers at different places
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2665 and define POSTGRES_H_PATH as appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2666
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2667 2000-03-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2668
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2669 * config.h.in: add ERROR_CHECK_GLYPHS.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2671 * configure.in: add error_check_glyphs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2672
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2673 2000-03-20 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2674
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2675 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2677 2000-03-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2678
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2679 * configure.in: Add dumper.o object when pdumping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2680
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2681 2000-02-20 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2682
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2683 * Makefile.in.in: Add pdump install support
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2685 * configure.in: Add EMACS_PROGNAME config.h variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2686
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2687 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2688
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2689 * configure.usage: document --with-postgresql flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2690
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2691 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2692
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2693 * configure.in: add autodetection of PostgreSQL runtime libraries
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2694
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2695 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2697 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2698 when C compiler can produce shared libraries.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2699
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2700 2000-02-26 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2701
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2702 * configure.in: Unconditionally define SHELL, to allow working
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2703 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2704
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2705 2000-02-23 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2707 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2708
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2709 2000-02-21 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2710
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2711 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2712
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2713 2000-02-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2714
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2715 * configure.in: Enforce use of autoconf version >= 2.13.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2716
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2717 * configure.in: Fix OS release test on Solaris.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2719 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2720
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2721 * PROBLEMS: Update email address. Describe more HP Motif errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2723 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2725 * configure.in: Split Solaris version test in two parts. In the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2726 Bourne shell the "-a" operator does NOT short-circuit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2727
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2728 1999-12-15 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2729
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2730 * (configure.in): Autodetect broken gcc versions. Patch from WM
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2731 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2732
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2733 2000-02-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2734
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2735 * configure.in: Autodetect sys/param.h. Reorganize
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2736 AC_CHECK_HEADERS call.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2737 * src/config.h.in: Add HAVE_SYS_PARAM_H.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2739 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2740
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2741 * configure.in: Test for arm simply using arm* instead of arm-*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2742
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2743 2000-02-16 Martin Buchholz <martin@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2744
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2745 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2746
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2747 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2748
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2749 * configure.in: Don't use rel_alloc if malloc() calls mmap().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2750 Discover this by looking for M_MMAP_THRESHOLD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2752 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2753 bugs in (at least) Solaris 2.5 headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2754
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2755 2000-01-29 Craig Lanning <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2757 * configure.in: Fix detection of XPM on systems without X11.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2759 2000-02-11 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2760
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2761 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2762 * src/config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2763 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2764 but only on tested Operating systems - Linux && SunOS >= 5.5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2765
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2766 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2767
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2768 * aclocal.m4: Support dlls on aix[34].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2769
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2770 2000-02-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2771
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2772 * .cvsignore: Ignore gmon.out
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2773
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2774 2000-02-08 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2775
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2776 * configure.in: Sync Berkeley db autodetection with src/database.c
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2777
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2778 2000-02-07 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2780 * configure.in: check for XConvertCase.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2781
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2782 2000-02-07 Martin Buchholz <martin@xemacs.org>
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2783
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2784 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2785
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2786 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2787
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2788 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2789
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2790 2000-01-26 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2791
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2792 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2793
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2794 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2795
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2796 * configure.in: Always use our own realpath(), not the system one.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2797
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2798 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2799
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2800 * configure.in: Default Drag-N-Drop to "no"
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2801
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2802 1999-12-28 Max Matveev <max@melbourne.sgi.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2803
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2804 * configure.in: add new machine type for IRIX 6.[2-5] to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2805 switch from using unexelf.o to unexelfsgi.o for just those
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2806 versions of IRIX.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2807 In the ideal world it would be handled by the s/irix6-0.h but
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2808 since machine config is included AFTER OS config, I had to add a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2809 new machine type.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2810
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2811 2000-01-22 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2812
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2813 * configure.in: add winspool to windows libraries.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2814
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2815 2000-01-22 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2816
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2817 * configure.in: Add more warnings to default gcc flags.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2818
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2819 2000-01-20 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2820
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2821 * configure.in: Find Athena headers hidden in even more obscure
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2822 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2823
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2824 2000-01-19 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2825
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2826 * configure.in: Add support for NetWinders.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2827 Patch by Sean MacLennan <seanm@netwinder.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2828
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2829 2000-01-18 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2830
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2831 * configure.in: Use /etc/ld.so.conf at link-time, if available.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
2832
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2833 2000-01-18 Martin Buchholz <martin@xemacs.org>
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2834
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2835 * XEmacs 21.2.27 is released.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2836
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2837 2000-01-14 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2838
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2839 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2840
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2841 * configure.in: Add `tests' symlink to make it easier to find
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2842 automated tests directory.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2843
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2844 2000-01-14 Andy Piper <andy@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2845
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2846 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2847 before the cygwin headers.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2848
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2849 2000-01-08 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2850
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2851 * configure.in:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2852 - Allow find-tag to work in the build directory.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2853 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2854 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2855
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2856 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2857
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2858 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2859 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2860
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2861 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2862
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2863 * configure.usage (--mail-locking):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2864 * configure.in: Handle --mail-locking option correctly in
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2865 preparation for the movemail locking overhaul.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2866
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2867 2000-01-05 Daniel Pittman <daniel@danann.net>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2868
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2869 * configure.in (Installation): Report which Athena header/library
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2870 combo is being used.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
2871
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2872 1999-12-31 Martin Buchholz <martin@xemacs.org>
436
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2873
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2874 * XEmacs 21.2.26 is released.
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
2875
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2876 1999-12-24 Martin Buchholz <martin@xemacs.org>
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2877
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2878 * XEmacs 21.2.25 is released.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2879
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2880 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2881
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2882 * README: Remove msdos part.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2883
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2884 1999-12-17 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2885
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2886 * configure.in: Oops. xpm doesn't actually depend on X11.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2887 I got confused by the name (like others get confused by `xemacs'?)
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
2888
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2889 1999-12-14 Martin Buchholz <martin@xemacs.org>
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2890
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2891 * XEmacs 21.2.24 is released.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2892
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2893 1999-12-13 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2894
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2895 * configure.in:
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2896 * configure.usage:
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2897 - Autodetect NAS. Change Docs accordingly.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2898
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2899 * configure.in: Warn if configure --with-xpm --without-x11.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2900
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2901 1999-12-09 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2902
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2903 * configure.in: Clean up sound support.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2904 - variable `old_nas' was used but never set.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2905 - change `with_esd' to `with_esd_sound' for consistency.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2906 - Don't trust the output of `esd-config --libs`; test it.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2907 - Add `esd-config --cflags` to c_switch_site.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2908 - Die if ESD sound requested, but not available.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2909 - ESD is not dependent on X, therefore use LIBS, not libs_x.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2910
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2911 1999-12-07 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2912
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2913 * configure.in (--with-sound): Variable with_esd was mispelled.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
2914
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2915 1999-12-07 Martin Buchholz <martin@xemacs.org>
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2916
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2917 * XEmacs 21.2.23 is released.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2918
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2919 1999-11-30 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2920
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2921 * configure.in: Fix module support.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2922 --with-modules=yes was completely broken.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2923 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2924 Remove linking test for _dlopen - seems totally bogus.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2925 Die if --with-modules=yes but no module support found.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2926 Do nothing, not even msg, if --with-modules=no.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2927
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2928 1999-11-17 Isaac Hollander <ysh@mindspring.com>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2929
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2930 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2931 symlinks instead of the actual files
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2932
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2933 1999-11-30 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2934
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2935 * aclocal.m4: Shared library support for hpux >= version 11
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2936
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2937 1999-11-29 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2938
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2939 * Makefile.in.in (beta): `make beta' should rebuild info.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
2940
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2941 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2942
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2943 * XEmacs 21.2.22 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents: 426
diff changeset
2944
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2945 1999-11-28 Martin Buchholz <martin@xemacs.org>
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2946
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2947 * XEmacs 21.2.21 is released.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2948
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2949 1999-11-26 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2950
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2951 * configure.in:
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2952 Add configure support for Unix 98 type ssize_t.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2953
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2954 1999-11-27 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2955
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2956 * Makefile.in.in:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2957 Make sure config.values.sh is up to date.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2958 Use $(SHELL) instead of sh or /bin/sh consistently.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2959 Delegate `depend' target to src/Makefile.in.in.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2960
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2961 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2962
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2963 * INSTALL: Update configure option.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2964
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2965 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2966
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2967 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2968 (LIBS): Check for libCsup.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2969
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2970 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2971
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2972 * config.h.in: define HAVE_ESD_SOUND
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2973
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2974 * configure.in: Add support for esd sound. --with-sound
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2975 now accepts a list of options.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2976 * configure.usage (--native-sound-lib): ditto.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2977
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2978 1999-11-17 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2979
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2980 * Makefile.in.in (install-arch-dep):
426
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2981 Fix `make install' if prefix != exec_prefix.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2982
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2983 1999-11-15 Martin Buchholz <martin@xemacs.org>
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2984
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2985 * configure.in:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2986 - Accept --with-database=gdbm as an alias for
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2987 --with-database=gnudbm.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2988 - rename with_database_gnudbm to with_database_gdbm.
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2989
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2990 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2991 ld_dynamic_link_flags on Solaris. Else CC gives us:
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2992 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2993 /usr/ccs/bin/ld: illegal option -- W
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2994
43177a4f3daf Import from CVS: tag r21-2-21
cvs
parents: 424
diff changeset
2995
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
2996 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2997
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2998 * XEmacs 21.2.20 is released
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2999
4011
05aef5833219 [xemacs-hg @ 2007-06-12 14:42:14 by adrian]
adrian
parents: 4010
diff changeset
3000 1999-09-21 Martin Buchholz <martin@xemacs.org>
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3001 * configure.in: Autodetect Unix98 PTY
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3002
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3003 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3004
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3005 * README.packages: Add description of package-get-provider
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3006
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3007 1999-10-22 Vin Shelton <acs@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3008
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3009 * INSTALL: Added more information about README.packages, and
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3010 re-numbered some bullets.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3011
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3012 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3013
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3014 * INSTALL: Update disk requirements. Refer to README.packages
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3015
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3016 1999-10-21 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3017
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3018 * configure.in (all_widgets): Only use xaw3d if we really have it.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3019
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3020 1999-10-06 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3021
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3022 * Makefile.in.in: use WINDOWSNT for mingw install.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3023
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3024 1999-09-25 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3025
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3026 * configure.in: check for Xaw3d and use in preference to Xaw
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3027
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3028 1999-09-21 Martin Buchholz <martin@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3029
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3030 * Makefile.in.in: All Makefiles should #include config.h
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3031
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3032 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3033
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3034 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3035 $canonical, so that installation paths and dynamic path setup will
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3036 stay in synch.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3037
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3038 1999-09-20 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3039
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3040 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3041 installation linkage.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3042
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3043 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3044
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3045 * configure.in (machine): Recognize MIPS/Linux.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3046
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3047 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3048
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3049 * modules/zlib/Makefile (distclean):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3050 * modules/ldap/Makefile (distclean):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3051 * modules/sample/Makefile (distclean):
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3052 * modules/base64/Makefile (distclean): new target
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3053
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3054 * Makefile.in.in (top_distclean): Add package directories
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3055 (SUBDIR_DISTCLEAN): New variable, add module directories
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3056
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3057 1999-09-01 Martin Buchholz <martin@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3058
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3059 * configure.in: Warn, but otherwise ignore, obsolete arguments.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3060
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3061 1999-08-20 Olivier Galibert <galibert@pobox.com>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3062
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3063 * configure.in: Add --pdump option.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3064 * configure.usage: Ditto.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3065
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3066 1999-08-04 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3067
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3068 * configure.in: report widget usage correctly. beef up setting.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3069
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3070 * Makefile.in.in: fix install-arch-dep for mingw32.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3071
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3072 1999-07-28 Andy Piper <andy@xemacs.org>
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3073
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3074 * config.h.in: add new LWLIB defines.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3075
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3076 * configure.in: fix definitions of widget defines with various
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3077 toolkit options.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
3078
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3079 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3080
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3081 * XEmacs 21.2.19 is released
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3082
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3083 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3084
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3085 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3086
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3087 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3088
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3089 * configure.in: Check for Kerberos and the need for the DES
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3090 library before checking for LDAP in case LDAP requires these
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3091 libraries.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3092
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3093 1999-07-26 SL Baur <steve@xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3094
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3095 * configure.in: Rename --with-shlib to --with-modules for
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3096 consistency with the other two options that use that name.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3097
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3098 * configure.usage (--with-modules): Document it.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3099
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3100 1999-07-22 SL Baur <steve@xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3101
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3102 * configure.in: add sco7 support
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3103 From Bob Weiner <weiner@beopen.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3104
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3105 1999-07-22 SL Baur <steve@xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3106
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3107 * Makefile.in.in (install-arch-dep): Install config.values into
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3108 docdir.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3109 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3110
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3111 1999-07-21 SL Baur <steve@xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3112
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3113 * Makefile.in.in (inststaticdir): New variable.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3114 (instvardir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3115 (install-arch-dep): Use them.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3116
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3117 * configure.in (sitelispdir): Need to use ${PROGNAME}.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3118 (sitemoduledir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3119 (inststaticdir): New variable.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3120 (instvardir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3121 (infodir): Use them.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3122 (lispdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3123 (moduledir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3124 (pkgdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3125 (etcdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3126 (lockdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3127 (archlibdir): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3128
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3129 1999-07-14 SL Baur <steve@xemacs.org>
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3130
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3131 * InfoDock 4.0.8 is released
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3132
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3133 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3134
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3135 * XEmacs 21.2.18 is released
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3136
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3137 1999-07-06 SL Baur <steve@xemacs.org>
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3138
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3139 * config.guess (main): Synch with newer config.guess for HP
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3140 support.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3141 From Marcus Thiessel <marcus@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3142
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3143 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3144
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3145 * configure.in (with_prefix): Added --with-prefix, defaults to
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3146 yes, to control whether the value of --prefix is compiled into the
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3147 binary.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3148
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3149 1999-07-03 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3150
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3151 * configure.usage (--with-widgets): add.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3152
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3153 1999-07-02 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3154
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3155 * configure.in: Make sure we get motif in lwlib if we have widgets
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3156 and motif.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3157
3828
ef728c613966 [xemacs-hg @ 2007-02-14 07:35:07 by stephent]
stephent
parents: 3773
diff changeset
3158 1999-06-25 SL Baur <steve@xemacs.org>
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3159
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3160 * configure.in (version): Fix --with-infodock test.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3161
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3162 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3163
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3164 * configure.in: --prefix and --exec-prefix are now only compiled
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3165 into the binary if user-defined.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3166
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3167 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3168
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3169 * configure.in: Made docdir configurable.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3170
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3171 * Makefile.in (docdir): Added variable for custom DOC directory.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
3172
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3173 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3174
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3175 * XEmacs 21.2.17 is released
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3176
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3177 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3178
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3179 * configure.in (with_ldap): Check libldap independently of liblber
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3180 Do not test alternate library names such as libldap10
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3181 Test the presence of a variety of LDAP API functions which were
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3182 formerly assumed to be present according to dubious heuristics
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
3183
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3184 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
416
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3185
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3186 * XEmacs 21.2.16 is released
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3187
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3188 1999-06-04 SL Baur <steve@steve1.m17n.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3189
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3190 * configure.in (CPP): Correct test for locating $site_prefix
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3191 include directories.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
3192
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3193 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3194
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3195 * XEmacs 21.2.15 is released
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3196
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3197 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3198
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3199 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3200 From: Eric Veldhuyzen <eric@terra.nu>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3201
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3202 1999-05-25 Jan Vroonhof <jan@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3203
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3204 * configure.in: For non-beta's use x.y.z format for version strings.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3205
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3206 1999-06-03 SL Baur <steve@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3207
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3208 * version.sh: add emacs_is_beta initialization
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3209
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3210 * configure.in: Implement patch levels in version number
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3211 From Jan Vroonhof <vroonhof@math.ethz.ch>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3212
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3213 * configure.in:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3214 * configure.usage:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3215 * config.h.in: Rename session option to wmcommand.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3216 From Oliver Graf <ograf@rhein-zeitung.de>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3217
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3218 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3219
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3220 * info/dir: Add `emodules.info' entry to the top info dir.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3221
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3222 1999-05-31 SL Baur <steve@steve1.m17n.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3223
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3224 * configure.in (CPP): Don't check for include subdirectories in
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3225 site-prefix directories. This check loses in valid configurations
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3226 like /usr/jp in TurboLinux. Conditionally add include directory to
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3227 site switches.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3228
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3229 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3230
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3231 * configure.in (quoted_arguments): Support
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3232 --error-checking=byte-code.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
3233
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3234 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3235
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3236 * XEmacs 21.2.14 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3237
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3238 1999-05-11 SL Baur <steve@altair.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3239
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3240 * version.sh (infodock_build_version): Synch InfoDock version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3242 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3243
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3244 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3245 for Solaris.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3246
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3247 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3248
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3249 * configure.in (xemacs_betaname): Don't generate Installation.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3250
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3251 * Makefile.in.in (top_distclean): Don't remove Installation.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3252
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3253 1999-04-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3254
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3255 * configure.in: add mingw32 as a target platform. add nt process
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3256 support options.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3257
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3258 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3259
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3260 * configure.in: Delete mule-coding.o.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3261
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3262 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3263
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3264 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3265 calling XmStringGetLtoR
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3266 (string_draw_u): ditto and check return value of XmStringGetLtoR()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3267
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3268 1999-04-05 Olivier Galibert <galibert@pobox.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3269
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3270 * Makefile.in.in (GENERATED_HEADERS): Don't generate
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3271 puresize-adjust.h anymore
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3272
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3273 * configure.usage: Remove everything gung-ho or purespace related
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3274
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3275 * configure.in: Ditto
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3276
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3277 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3278
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3279 * configure.in: Check for getloadavg().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3280
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3281 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3282
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3283 * XEmacs 21.2.13 is released
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3284
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3285 1999-03-09 SL Baur <steve@xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3286
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3287 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3288
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3289 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3290
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3291 * XEmacs 21.2.12 is released
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3292
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3293 1999-03-04 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3294
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3295 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3296
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3297 1999-03-03 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3298
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3299 * configure.in:
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3300 `uname -v` -> "`uname -v`":
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3301 backquoted expressions need additional double
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3302 quotes to be a single token.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3303 Use separate if's to avoid extra process invocations.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3304
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3305 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3306
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3307 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3308
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3309 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3310
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3311 * XEmacs 21.2.11 is released
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3312
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3313 1999-02-16 Andy Piper <andy@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3314
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3315 * PROBLEMS: add entries for building under Cygwin.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3316
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3317 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3318
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3319 * README.packages: Clear up that mule-sumo packages is used _in
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3320 addition_ to the normal sumo.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3321
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3322 1999-02-16 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3323
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3324 * configure.usage: Move quantify/purify into debug flags section
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3325
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3326 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3327
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3328 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3329 - Fixup xfs comments and redundant option checking
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3330
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3331 * configure.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3332 * INSTALL:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3333 * lisp/paths.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3334 - improved automounter tmp directory support.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3335 - support 4 (!) empirically discovered automounter conventions
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3336
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3337 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3338
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3339 * lwlib/lwlib.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3340 - redo CONST hacking to deal with X11 R4, which was
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3341 broken in a previous patch.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3342
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3343 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3344
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3345 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3346 - irix uses -rpath
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3347
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3348 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3349
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3350 * configure.in:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3351 - Check for XOpenIM before using xim=xlib
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3352 - only use XmIm if $have_motif = yes
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3353
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3354 1999-02-10 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3355
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3356 * configure.in. Port to BSDI BSD/OS 4.0.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3357
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3358 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3359
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3360 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3361
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3362 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3363
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3364 * XEmacs 21.2.10 is released
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3365
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3366 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3367
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3368 * XEmacs 21.2.9 is released
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3369
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3370 1999-01-21 Andy Piper <andy@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3371
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3372 * configure.in: make xface detection specifc to a window system in
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3373 general rather than just X.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3374
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3375 1999-18-10 Andy Piper <andy@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3376
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3377 * configure.in: remove -O3 prevention on cygwin - current versions
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3378 cope ok now. remove dll prevention on cygwin - the new module
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3379 code checks correctly.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3380
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3381 1999-01-10 J. Kean Johnston <jkj@sco.com>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3382
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3383 * configure.in: Added moduledir as the path where loadable modules
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3384 are stored. Added --with-site-modules and --moduledir options.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3385 - Ensure the SCO OpenServer compiles with --dynamic by default
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3386 - Check for dlfcn.h for dynamic loader
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3387 - Renamed dll.o to emodules.o and changed dynamic loader tests
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3388 - Renabled code that deals with site-lisp so that it is handled
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3389 correctly when a user specifies --with-site-lisp.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3390
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3391 * aclocal.m4: Replaced entire file with more complete DLL tests
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3392 by way of libtool.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3393
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3394 * config.usage: Removed TAB characters which caused it to be
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3395 displayed incorrectly on terminals where TAB != 8.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3396 - Added help text to describe --with-site-modules and --moduledir.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3397
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3398 * INSTALL: Updated documentation to describe module directories
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3399
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3400 * Makefile.in.in: Added moduledir, sitemoduledir macros.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3401 - Make those directories at install time.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3402
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3403 1998-12-28 Martin Buchholz <martin@xemacs.org>
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3404
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3405 * XEmacs 21.2.8 is released.
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3406
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3407 1998-12-28 Martin Buchholz <martin@xemacs.org>
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3408
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3409 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3410
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3411 1998-12-24 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3412
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3413 * XEmacs 21.2.7 is released.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3414
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3415 1998-12-20 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3416
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3417 * configure.in: Redo DBM support
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3418 - die if dbm support requested, but not provided.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3419 - properly check for libgdbm, then libc, then libdbm
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3420 - properly check for ndbm.h
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3421 - comments improved
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3422 - XE_DIE should always prefix messages with Error: for clarity
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3423
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3424 1998-12-07 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3425
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3426 * xemacs.mak (TEMACS_OBJS):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3427 (DOC_SRC4):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3428 - Remove pure.c, pure.obj
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3429
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3430 1998-12-06 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3431
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3432 * Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3433 * dynodump/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3434 * src/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3435 * lib-src/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3436 * lwlib/Makefile.in.in (distclean):
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3437 - Make sure GNUmakefile is deleted.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3438
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3439 1998-12-17 Andy Piper <andy@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3440
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3441 * configure.in (all_widgets): remove gui.o addition - its always
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3442 in the makefile now.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3443
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3444 * configure.in: add gui-msw.o to msw objects.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3445
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3446 1998-12-16 Andy Piper <andy@xemacs.org>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3447
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3448 * XEmacs 21.2.6 is released
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3449
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3450 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3451
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3452 * XEmacs 21.2.5 is released
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3453
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3454 1998-11-28 SL Baur <steve@altair.xemacs.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3455
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3456 * XEmacs 21.2-beta4 is released.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3457
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3458 1998-11-27 SL Baur <steve@altair.xemacs.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3459
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3460 * configure.in: Linux/Arm Support.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3461 From James LewisMoss <dres@ioa.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3462
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3463 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3464
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3465 * configure.in:
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3466 Fix the realpath() problem of UnixWare2.1.3.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3467 Patches for NEC's sysv4.2 machine.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3468
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3469 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3470
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3471 * configure.in: Check if there's wnn4.2 or wnn6 specific library
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3472 installed. The Wnn library will be checked if the --with-wnn
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3473 and/or --with-wnn6 was specified compulsory.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3474
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3475 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3476
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3477 * configure.in (CPP): Too many spaces im run-patch flag detection.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3478
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3479 1998-10-15 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3480
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3481 * XEmacs 21.2-beta3 is released.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3482
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3483 1998-10-13 Andy Piper <andyp@parallax.co.uk>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3484
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3485 * configure.in: enable drag and drop support by default if mswindows is
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3486 detected.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3487
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3488 1998-10-09 Kevin Oberman <oberman@es.net>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3489
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3490 * config.sub: Fix for Alpha architecture
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3491
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3492 1998-10-05 Andy Piper <andyp@parallax.co.uk>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3493
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3494 * configure.in: don't enable shared lib support for cygwin unless
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3495 explititly told to.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
3496
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3497 1998-09-29 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3498
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3499 * XEmacs 21.2-beta2 is released.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3500
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3501 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3502
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3503 * lwlib/xlwmenu.c:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3504 * lwlib/xlwscrollbar: fix for Motif >=2.0
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3505 Patch provided by Glenn Barry <gtb@eng.sun.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3506
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3507 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3508
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3509 1998-09-02 Andy Piper <andyp@parallax.co.uk>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3510
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3511 * configure.in: check for cygwin32/version.h.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3512
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3513 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3514
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3515 * PROBLEMS: Added AIX 4.3 note.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3516
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3517 * configure.in: Better detection of AIX 4.3.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3518 AIX xlc can do -g and -Ox at the same time.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3519
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3520 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3521
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3522 * configure.in: Alter configure so that it checks for mismatched PNG
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3523 header/libs, screams a little louder on old/mismatched library
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3524 conditions for both PNG and XPM, stop screaming if png is not found and
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3525 no window-system is selected, and fixed a bug in the XPM checking.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3526
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3527 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3528
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3529 * configure.usage (--without-gif): Modify text to reflect status
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3530 of GIF support
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3531
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3532 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3533
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3534 * configure.in: add back in the support for the in-core GIF
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3535 code, change the required PNG library version to 1.0.2, and add
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3536 a warning if PNG not found, since PNG images are now distributed
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3537 as part of the core. Also minor wording changes in things reported
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3538 to the user.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3539
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3540 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3541
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3542 * BETA: Update mailing-list address for build-reports
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3543
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3544 1998-08-01 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3545
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3546 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3547 can built that includes package lisp.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3548
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3549 1998-07-23 Martin Buchholz <martin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3550
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3551 * configure.in:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3552 - support multiple flavors of alpha, (XEmacs treats them identically)
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3553 - Fix AC_TRY_RUN so that actions have access to $?
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3554 - Identify DEC C compilers. Add default optimization CFLAGS and
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3555 always use -std.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3556 - Use an extensible method for adding support for future compilers.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3557 - Have SunPro C use that same extensible method.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3558 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
3559
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3560 1998-07-19 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3561
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3562 * XEmacs 21.2-beta1 is released.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3563
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3564 1998-07-18 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3565
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3566 * config.guess: Synched with latest FSF version.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3567
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
3568 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3569
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3570 * Makefile.in: added LDFLAGS.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
3571
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3572 1998-07-12 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3573
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3574 * README: Bump version numbers.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3575 * info/dir: Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3576 * version.sh: Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3577
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 788
diff changeset
3578 * XEmacs 21.0-pre5 is released.
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3579
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3580 1998-07-10 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3581
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3582 * configure.in (with_offix): Default --with-offix to off.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3583
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3584 1998-07-09 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3585
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3586 * configure.in: Handle multiple database libraries.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3587 From Gregory Neil Shapiro <gshapiro@sendmail.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
3588
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3589 * XEmacs 21.0-pre4 is released.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3590
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3591 * configure.in: Fix test for InfoDock sources.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3592
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3593 1998-07-09 Oliver Graf <ograf@fga.de>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3594
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3595 * configure.usage: added warning to --with-offix
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3596
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3597 1998-06-28 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3598
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3599 * configure.in: Berkeley DB autodetection fixes
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3600 From Martin Buchholz <martin@xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
3601
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3602 1998-06-19 SL Baur <steve@altair.xemacs.org>
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3603
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3604 * XEmacs 21.0-pre3 is released.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3605
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3606 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3607
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3608 * configure.in: Added check if the berkdb has db_open or not.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3609 (With fixes from Martin Buchholz)
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
3610
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3611 1998-06-19 SL Baur <steve@altair.xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3612
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3613 * XEmacs 21.0-pre2 is released.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3614
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3615 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3616
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3617 * configure.in: Added -lC for static linking under AIX 4.2.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
3618
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
3619 1998-06-14 SL Baur <steve@altair.xemacs.org>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
3620
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
3621 * XEmacs 21.0-pre1 is released.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
3622
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3623 1998-06-11 SL Baur <steve@altair.xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3624
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
3625 * XEmacs 21.0-beta43 is released.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3626
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3627 1998-06-04 Oliver Graf <ograf@fga.de>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3628
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3629 * tests/Dnd/README: a step-by-step test run
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3630 * tests/Dnd/droptest.el: some clarifications
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3631 * tests/Dnd/droptest.sh: created, creates test files
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3632
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3633 1998-06-01 Oliver Graf <ograf@fga.de>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3634
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3635 * configure.in (summary): added experimental to dragndrop option
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3636 * configure.usage: added experimental note to --with-dragndrop
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3637 * tests/Dnd/droptest.el: extra start-drag-region function
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3638 changed the experimental- stuff
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3639
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3640 1998-06-07 SL Baur <steve@altair.xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3641
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3642 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3643
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3644 1998-06-05 Colin Rafferty <colin@xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3645
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3646 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3647
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3648 1998-06-01 SL Baur <steve@altair.xemacs.org>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3649
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3650 * XEmacs 21.0-beta42 is released.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3651
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3652 1998-05-29 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3653
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3654 * configure.in: don't use -O3 for cygwin.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3655
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3656 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3657
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3658 * configure.in: Switch from giflib to gifreader for
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3659 our GIF image support (no other mods needed)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3660
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3661 1998-05-28 Oliver Graf <ograf@fga.de>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3662
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3663 * configure.in: only one DnD protocol, CDE has priority over OffiX
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3664
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3665 * tests/Dnd/README: some changes reflecting recent modifications
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3666 * tests/Dnd/dragtest.el: removed
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3667 * tests/Dnd/droptest.el: cosmetics and comments
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3668
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3669 1998-05-26 Oliver Graf <ograf@fga.de>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3670
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3671 * tests/Dnd/droptest.el: adapted to CDE extensions
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3672
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3673 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3674
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3675 * configure.in:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3676 * config.sub: add initial OpenBSD support
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
3677
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3678 1998-05-21 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3679
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3680 * configure.in: check for msw dialogs.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
3681
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3682 1998-05-23 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3683
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3684 * XEmacs 21.0-beta41 is released.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3685
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3686 1998-05-17 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3687
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3688 * configure.in (CPP): Change -O2 to -O3.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3689 Suggested by Martin Buchholz <martin@xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
3690
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3691 1998-05-15 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3692
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3693 * XEmacs 21.0-beta40 is released.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3694
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3695 1998-05-13 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3696
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3697 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3698 on the `unset CDPATH' if running as sh.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3699
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3700 1998-05-12 Oliver Graf <ograf@fga.de>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3701
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3702 * tests/Dnd/droptest.el: some CDE adaptions (untested)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3703
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3704 1998-05-11 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3705
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3706 * configure.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3707 Add some more comments.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3708 If using bash, use Posix mode and unset CDPATH.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3709 Be more careful checking feature dependencies.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3710 Introduce XE_CHECK_FEATURE_DEPENDENCY.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3711 Undo the gross hack of multiple `echo >> $tempcname'
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3712 by using here documents instead. (Might break mswindows, tho...)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3713 Be more careful autodetecting tooltalk.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3714
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3715 * PROBLEMS:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3716 Document problems with Solaris 2.6 + XSUNTRANSPORT
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3717
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3718 * Makefile.in:
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3719 * lwlib/Makefile.in.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3720 * modules/Makefile.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3721 - Adjust for luser's CDPATH being set to something weird.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3722 - Take into account bash 2.02's tendency to print the cwd when
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3723 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3724 - fix the run-temacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3725 - fix the run-puremacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3726 - fix the `depend' target to properly $(RM) the right files
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3727 - Generate a better TAGS file for XEmacs' lisp code using
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3728 hand-crafted regexps.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3729 - Use standard coding conventions for modules/Makefile.in
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3730
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3731 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3732
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3733 * configure.in: some people claimed that they can't stop
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3734 linking wnn6 library if they set --with-wnn6=no.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3735
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3736 1998-05-11 Oliver Graf <ograf@fga.de>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3737
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3738 * tests/Dnd/droptest.el: adapted to new calling conventions
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3739 also showing the new possibilities
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3740 * tests/Dnd/README: changed to new protocol
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3741
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3742 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3743
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3744 * Fix for HAVE_MULTICAST check.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3745
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3746 1998-05-09 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3747
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3748 * XEmacs 21.0-beta39 is released.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3749
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3750 1998-05-06 Oliver Graf <ograf@fga.de>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3751
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3752 * configure.in: added autodetection for the Drag'n'Drop API
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3753 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3754 and dragdrop.o is added to extra_objs
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3755 * configure.usage: added with-dragndrop, added (*) to with-offix
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3756 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3757
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3758 1998-05-04 Oliver Graf <ograf@fga.de>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3759
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3760 * tests/Dnd/droptest.el: changed to test new protocol
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3761 * tests/Dnd/README.OffiX: removed
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3762 * tests/Dnd/README: created, info about new protocol
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3763 * tests/Dnd/dragtest.el: comment change
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
3764
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3765 1998-05-02 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3766
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3767 * XEmacs 21.0-beta38 is released.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3768
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3769 1998-04-29 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3770
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3771 * configure.in: Use `PROGNAME' for all generated paths.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3772
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3773 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3774
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3775 1998-04-27 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3776
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3777 * configure.in (progname): Parameterize program name on `progname'
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3778 and add --with-infodock.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3779
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3780 1998-04-26 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3781
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3782 * Makefile.in: Religiously use ${progname} instead of hardcoded
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3783 `xemacs'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3784 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3785 overridden by the empty one set in the toplevel Makefile.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
3786
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3787 1998-04-25 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3788
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3789 * XEmacs-21.0-beta37 is released.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3790
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3791 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3792
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3793 * configure.in: Sychronized ..._USER_DEFINED variables with
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3794 datadir setting.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3795
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3796 * Makefile.in (mkdir): No longer create sitelispdir.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3797
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3798 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3799
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
3800 * configure.in: make graphic libraries tests be dependant on a
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3801 window system not X11 only.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3802
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3803 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3804
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3805 * configure.in: check for our special select in msw.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3806
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3807 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3808
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3809 * PROBLEMS: add answers to some FAQ concerning hpux.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3810
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3811 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3812
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3813 * configure.in: enable checking for special mswindows select()
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3814
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3815 1998-04-21 Martin Buchholz <martin@xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3816
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3817 * configure.in: Isolate incomprehensible cma_open/pthreads checking
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3818 to decosf*
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3819
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3820 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3821
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3822 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3823 libs and includes.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3824
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3825 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3826
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3827 * configure.in: check for xpm does not depend anymore on having X.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3828 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3829
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3830 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3831
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3832 * info/dir: Fixed the explanatory notes for
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3833 `Info-default-directory-list' removal and the new automatic dir
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3834 rebuilding facility. Reindented the menu. Added an entry for
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3835 term.info
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3836
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3837 1998-04-20 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3838
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3839 * configure.in (LISPDIR): Removed configuration option for
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3840 site-lisp.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3841
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3842 1998-04-19 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3843
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3844 * configure.in (version): snarf InfoDock version number.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
3845
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3846 1998-04-18 SL Baur <steve@altair.xemacs.org>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3847
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3848 * XEmacs-21.0-beta36 is released.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3849
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3850 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3851
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3852 * configure.in: enable install pre-processing for mswindows
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3853
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3854 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3855
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3856 * Makefile.in.in: add install_pp to install incantation.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3857
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3858 * installexe.sh: new file. Add .exe to install targets if the
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3859 result is executable.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3860
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3861 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3862
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3863 * Makefile.in: add install_pp to install incantation.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3864
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
3865 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3866
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3867 * configure.in: Large echo split into a few smaller ones,
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3868 so the cygnus sh.exe does not crash.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3869
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3870 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3871
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3872 * configure.in: enable toolbar checking for mswindows build
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3873
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3874 1998-04-06 Martin Buchholz <martin@xemacs.org>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3875
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3876 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3877 Used (at least) by RedHat 4.2.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3878
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3879 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3880
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3881 * configure.in: Re-instated src/paths.h generation from
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3882 src/paths.h.in.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3883
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3884 * Makefile.in (top_distclean): Remove site-lisp on `make
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3885 distclean'.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
3886
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3887 1998-04-10 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3888
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3889 * XEmacs 21.0-beta35 is released.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3890
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3891 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3892
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3893 * configure.usage: Clarified --package-path documentation.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3894
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3895 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3896
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3897 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3898 Removed defaults for infopath and package-path.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3899
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3900 * Makefile.in (src/paths.h): ... is now generated from
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3901 src/paths.h.in.in. Moved generation of paths.h to configure.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3902
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3903 * paths.h.in: Removed.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3904
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3905 * paths.h.in.in: Created.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3906
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3907 1998-04-06 Martin Buchholz <martin@xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3908
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3909 * configure.in: png was still being used if png_version < 0.96
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3910
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3911 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3912
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3913 1998-04-05 Amir J. Katz <amir@ndsoft.com>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3914
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3915 * INSTALL (Rationale): Offix support comment is wrong. To disable,
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3916 one must use --with-offix=no and not --without-offix
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3917
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3918 1998-04-05 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3919
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3920 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
3921
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3922 1998-04-04 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3923
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3924 * XEmacs 21.0-beta34 is released.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3925
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3926 1998-04-03 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3927
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3928 * configure.in:
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3929 checking whether gettimeofday accepts one or two arguments... two
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3930
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3931 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3932
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3933 * configure.in: Fixed magic to handle AIX and MIT X11R6.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3934
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3935 1998-04-02 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3936
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3937 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3938
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3939 1998-04-01 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3940
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3941 * tests/database.el (test-database): Temporary files (the databases
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3942 that were created) should be deleted.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3943
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3944 * Makefile.in (testdir): Remove gnumake-specific syntax.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3945 (src/Makefile): src/Makefile depends on src/depend.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3946
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3947 1998-03-29 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3948
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3949 * configure.in: Check for -lz, -lgz unconditionally. Too many
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3950 system linkers don't properly die when there are cascaded link
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3951 dependencies, so we can't rely on the linker for that. The only
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3952 downside is that we might link with an extra unneeded library. If
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3953 you really really care about this, you can go fix it.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3954
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3955 * configure.in: Enhance PANIC msg to make it clear that
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3956 --with-FEATURE is going to die if FEATURE is not installed.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3957
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3958 1998-03-27 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3959
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3960 * configure.in: $debug was not properly dependent on $beta
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3961
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3962 * configure.in: Move offix configuration out of src/Makefile.in.in
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3963 into configure.in.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3964
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3965 * configure.in: Reorganize xpm detection code.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3966
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3967 * configure.in: XIM default to ON if Motif which is not Lesstif is
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3968 found.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3969
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3970 * configure.in: Keep auto-generated makefile dependencies out of
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3971 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3972
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3973 1998-03-26 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3974
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3975 * configure.in: Fix up cflags handling. Specifically, configure
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3976 --cflags='' would fail to be recognized.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3977
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3978 * configure.in: Fix up png detection. Link with png_read_image to
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3979 make sure -lz is required. Test for png >- 0.96 via header file.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3980
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3981 1998-03-21 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3982
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3983 * configure.in (XE_GCC_WRAP_LDFLAGS)
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3984 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3985
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3986 * configure.in: Make sure BSD always links in libz.a
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3987 BSD's stupid linker can't detect cascaded lib dependencies
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3988
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3989 * configure.in: Autodetect lesstif. define have_lesstif.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3990 Don't use motif-xim with lesstif, at least by default.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3991
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3992 1998-03-30 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3993
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3994 * version.sh: Add InfoDock version number variables.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3995
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3996 1998-03-30 Amir J. Katz <amir@ndsoft.com>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3997
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3998 * info/dir: Replaced string '20.5' with '21.0'
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
3999
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4000 1998-03-24 SL Baur <steve@altair.xemacs.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4001
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4002 * XEmacs 21.0-beta33 is released.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4003
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4004 1998-03-26 Didier Verna <didier@xemacs.org>
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4005
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4006 * configure.in, Makefile.in: Removed infopath_user_defined---we
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4007 always want to propagate it.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4008
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4009 * configure.usage: Synched with configure.in.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4010
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4011 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4012
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4013 * configure.usage, INSTALL: Synched with the new path layout.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4014
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4015 * Makefile.in (src/paths.h): Replaced packagepath with
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4016 package_path to make configure happy.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4017
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4018 * configure.in: Made default setting for packagepath conform to
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4019 what packages.el builds at run-time: XEmacs-version-specific paths
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4020 before site-specific ones.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4021 Added default setting for pkgdir.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4022 Changed --packagepath back to --package-path.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
4023
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4024 1998-03-24 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4025
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4026 * XEmacs 21.0-beta32 is released.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4027
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4028 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4029
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4030 * configure.in: Extended package path by version-specific
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4031 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4032
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4033 1998-03-22 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4034
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4035 * Makefile.in (distclean): Remove packages and mule-packages if they
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4036 have been linked into place.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4037
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4038 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4039
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4040 * <Today>: The Big Path Searching Overhaul.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4041
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4042 * Makefile.in, configure.in: Now pass all configure-specified paths
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4043 into the binary in a uniform way.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4044
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4045 1998-03-20 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4046
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4047 * configure.in (have_libmcheck): Add test for glibc's malloc
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4048 checker.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4049 - Fix HP/UX dynamic linking flag.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4050
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4051 1998-03-19 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4052
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4053 * configure.in (quoted_arguments): Fix unquoted variable in
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4054 error-checking test.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4055 - fix bogus substitution.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4056
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4057 1998-03-17 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4058
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4059 * configure.in: In -lpng test, look for png_set_strip_alpha.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4060 Suggested by William M. Perry <wmperry@aventail.com>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
4061
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4062 1998-03-16 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4063
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4064 * XEmacs 21.0 beta31 is released.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4065
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4066 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4067
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4068 * configure.usage (Usage): Correct information about gif, tiff
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4069 and WNN entries
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4070
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4071 1998-03-13 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4072
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4073 * configure.in: typo fix in sed command.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4074 From P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4075
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4076 * configure.in (all_widgets): Check for snprintf().
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4077
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4078 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4079
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4080 * configure.in: New gif support
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4081
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4082 1998-03-10 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4083
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4084 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4085
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4086 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4087
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4088 * configure.in: don't add libc to link list for dlopen ordinary
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4089 link takes care of this. check for dlfcn.h
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4090
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4091 1998-03-10 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4092
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4093 * configure.in: Examine each directory of X11 include path for
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4094 inclusion into BITMAPDIR.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4095
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4096 1998-03-09 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4097
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4098 * aclocal.m4: Add legalese.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4099
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4100 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4101
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4102 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4103 database support.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4104
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4105 * configure.in: move msw checking after x checking so that
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4106 auto-detection works.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4107
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4108 1998-03-09 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4109
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4110 * configure.in: New DLL support.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4111 * aclocal.m4: New file.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4112 From William M. Perry <wmperry@aventail.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4113
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4114 1998-03-08 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4115
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4116 * configure.in (xemacs_betaname): Align messages for minimal
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4117 tagbits and indexed lrecords.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4118 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
4119
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4120 1998-03-07 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4121
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4122 * XEmacs 20.5-beta30 is released.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4123
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4124 1998-03-05 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4125
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4126 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4127
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4128 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4129
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4130 * configure.in: add a --with-msw option. Make X and msw work
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4131 together if the user asks.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4132
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4133 1998-03-02 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4134
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4135 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4136
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4137 1998-03-01 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4138
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4139 * configure.in: Add substitutable variable ld_dynamic_link_flags
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4140 for special required linker flags for building DLL capable
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4141 binaries.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
4142
261
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4143 1998-02-28 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4144
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4145 * Makefile.in (top_distclean): Remove Installation.el.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4146 (xemacs): New target. Formerly it was `all:'.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4147 (all): New default, dist: is now superfluous.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4148
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4149 1998-02-27 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4150
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4151 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4152 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4153 (Installation): Add XEmacs version and generate `Installation.el'.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4154
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4155 1998-02-26 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4156
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4157 * configure.in (with_ldap: Fix -lldap autodection.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4158 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4159 (Installation): Only keep the last configuration.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
4160
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4161 1998-02-25 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4162
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4163 * XEmacs 20.5-beta28 is released.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4164
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4165 * configure.in (with_session): Fix reporting of the setting.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4166 (with_database_gnudbm): Correctly report setting.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4167
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4168 1998-02-24 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4169
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4170 * configure.usage: Restore documentation of graphics library
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4171 flags.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4172 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4173
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4174 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4175
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4176 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4177 console.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4178
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4179 1998-02-23 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4180
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4181 * XEmacs 20.4 is released to the beta testers.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4182
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4183 1998-02-21 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4184
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4185 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4186 to also test for Linux libc5.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
4187
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4188 1998-02-19 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4189
257
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4190 * XEmacs 20.5-beta27 is released.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4191 * XEmacs-20.4-pre4 is released.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4192
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4193 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4194 (--with-gung): Implement it.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4195
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4196 * configure.usage (--with-gung): Document. Turns on
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4197 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
4198 (--with-term): Remove.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4199
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4200 * XEmacs-20.5-beta26 is released.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4201
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4202 1998-02-18 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4203
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4204 * XEmacs-20.4-pre3 is released.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4205
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4206 * Makefile.in: use better feedback while rebuilding finder database.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4207 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4208
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4209 1998-02-15 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4210
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4211 * configure.in (doug_lea_malloc): Add checking for Doug Lea
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4212 Malloc.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4213
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4214 1998-02-14 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4215
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4216 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4217 Suggested by Pekka Marjola <pema@iki.fi>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4218
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
4219 * XEmacs-20.4-pre2 is released.
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4220 * XEmacs-20.5-beta25 is released.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4221
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4222 1998-02-13 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4223
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4224 * INSTALL: Update for Cygwin and Microsoft Windows.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4225
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4226 * README: Update for Microsoft Windows.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4227
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4228 1998-02-09 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4229
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
4230 * XEmacs 20.4-pre1 is released.
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4231 * XEmacs 20.5-beta24 is released.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4232
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4233 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4234
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4235 * configure.in: add mule-coding target which defines MULE_CODING,
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4236 nothing uses it as yet. add gif objects to msw support. define
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4237 const_is_losing=no for msw. make msw not selected if tty selected.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4238 add -lshell32 for dnd support. check for a.out.h rather than
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4239 coff.h
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4240
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4241 * lib-src/make-docfile.c: add cygwin support and generalise the
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4242 remaining open calls. IMHO this should really include sysfile.h.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
4243
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
4244 1998-02-03 SL Baur <steve@altair.xemacs.org>
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
4245
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
4246 * XEmacs 20.5-beta23 is released.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
4247
247
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
4248 1998-01-27 SL Baur <steve@altair.xemacs.org>
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
4249
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
4250 * XEmacs 20.5-beta22 is released.
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
4251
245
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4252 1998-01-25 SL Baur <steve@altair.xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4253
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4254 * XEmacs 20.5-beta21 is released.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4255
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4256 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4257
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4258 * configure.in: check for coff.h
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4259
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4260 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4261
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4262 * configure.in: Added support for `--with-shlib'.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4263
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4264 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4265
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4266 * XEmacs 20.5-beta20 is released.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4267
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4268 1998-01-13 Martin Buchholz <martin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4269
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4270 * configure.usage:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4271 Remove doc for configure-time INFOPATH, no longer used.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4272
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4273 * configure.in:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4274 * src/config.h.in:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4275 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4276
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4277 * lwlib/lwlib.h:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4278 * lwlib/lwlib.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4279 * lwlib/lwlib-config.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4280 * lwlib/lwlib-Xm.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4281 * lwlib/lwlib-Xaw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4282 * lwlib/lwlib-Xlw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4283 * lwlib/config.h.in:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4284 * src/menubar-x.c:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4285 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4286 Maintain only one set of variables.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4287
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4288 * Makefile.in (install-arch-dep): Simplify.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4289 Replace construct `test -d $dir && foo' with
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4290 `if test -d $dir; then foo; fi'
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4291
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4292 * lwlib/xlwmenu.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4293 * lwlib/xlwscrollbar.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4294 * lwlib/lwlib-Xlw.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4295 * lwlib/lwlib-Xm.c:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4296 Always assume presence of limits.h (ANSI).
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4297
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4298 1998-01-12 SL Baur <steve@altair.xemacs.org>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4299
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4300 * INSTALL: Updated for recent Mule/package changes.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4301
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4302 * XEmacs 20.5-beta19 is released.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4303
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4304 1998-01-12 Damon Lipparelli <lipp@primus.com>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4305
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4306 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4307 --exec-prefix.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
4308
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4309 1998-01-10 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4310
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4311 * XEmacs 20.5-beta18 is released.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4312
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4313 1998-01-08 Didier Verna <didier@xemacs.org>
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4314
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4315 * configure.in: Get rid of INFOPATH for configure time.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4316 * configure.usage (Usage): Ditto.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4317
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4318 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4319
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4320 * Makefine.in: Correct reported amount of disk savings from
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4321 compression.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4322 From Markus Linnala <maage@cs.tut.fi>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4323
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4324 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4325
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4326 * configure.in: detect and set scrollbars and menubars with
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4327 MS-Windows more appropriately. Check for sys/un.h to use in
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4328 gnuserv.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4329
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4330 1998-01-07 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4331
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4332 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4333 naming.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4334
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4335 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4336
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4337 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4338 inactive_button_gc for menu entries.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4339 (remap_menubar): ignore the enabled status
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
4340
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4341 1998-01-04 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4342
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4343 * XEmacs 20.5-beta17 is released.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4344
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4345 * Makefile.in (finder): Use -vanilla.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4346 (lisp/finder-inf.el): Ditto.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4347 (check-features): New target. Do a sanity check prior to
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4348 installation.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
4349
235
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
4350 1997-01-03 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
4351
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
4352 * XEmacs 20.5-beta16 is released.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
4353
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4354 1997-12-30 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4355
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4356 * XEmacs 20.5-beta15 is released.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4357
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4358 1997-12-29 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4359
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4360 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
4361
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4362 1997-12-27 SL Baur <steve@altair.xemacs.org>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4363
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4364 * XEmacs 20.5-beta14 is released.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4365
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4366 1997-12-23 Andy Piper <andyp@parallax.co.uk>
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4367
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4368 * configure.in: support for *-pc-cygwin32 config
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
4369
229
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
4370 1997-12-25 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
4371
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
4372 * XEmacs 20.5-beta13 is released.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
4373
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4374 1997-12-20 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4375
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4376 * XEmacs 20.5-beta 12 is released.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4377
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4378 1997-12-19 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4379
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4380 * configure.in (bitmapdir): Reenable --with-session by default for
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4381 testing.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4382
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4383 1997-12-17 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4384
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4385 * info/dir (File): Skk and Gnats are packaged.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4386
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4387 * PROBLEMS (Note): Update version numbers.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4388
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4389 * info/dir (File): Update version number.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4390
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4391 1997-12-16 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4392
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4393 * XEmacs 20.5-beta11 is released.
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4394
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4395 1997-12-14 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4396
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4397 * configure.in: Don't bypass graphics library detection
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4398 if the `--with-imagick' option is given to configure.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4399 : Print autodetected graphics libraries to be linked with Imagick.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4400
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4401 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4402
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4403 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4404
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4405 * Makefile.in (install-arch-indep): Build info files if needed.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4406
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4407 1997-12-13 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4408
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4409 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
4410
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4411 * XEmacs 20.5-beta10 is released.
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4412
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4413 1997-12-12 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4414
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4415 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4416
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4417 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4418
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4419 * configure.in (autodetect ImageMagick): also look for
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4420 "X11/magick/magick.h", and if present, define
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4421 MAGICK_HEADERS_ARE_UNDER_X11
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4422
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4423 1997-12-11 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4424
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4425 * configure.in (imagick_libs): Add autodetection for freetype
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4426 -lttf library.
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
4427
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4428 1997-12-09 SL Baur <steve@altair.xemacs.org>
221
6c0ae1f9357f Import from CVS: tag r20-4b9
cvs
parents: 219
diff changeset
4429
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4430 * XEmacs 20.5-beta9 is released.
221
6c0ae1f9357f Import from CVS: tag r20-4b9
cvs
parents: 219
diff changeset
4431
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4432 1997-12-06 SL Baur <steve@altair.xemacs.org>
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4433
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4434 * XEmacs 20.5-beta8 is released.
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4435
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4436 * info/dir: update for further packaging.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4437 * configure.in: remove `tree-x' from XEmacs build.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4438
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4439 1997-11-29 Jeff Miller <jmiller@smart.net>
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4440
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4441 * configure.in: motif menubars need xlwmenu.o
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4442
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4443 * updated files in src/ to allow an XEmacs configured for
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4444 motif menubars to at least compile. Motif menubars are still
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4445 very broken.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4446
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4447 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4448
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4449 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4450 properly with the information in the core.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4451
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4452 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4453 the information in the core, and fixed a potental problem with
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4454 parentage.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4455
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4456 1997-12-01 SL Baur <steve@altair.xemacs.org>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4457
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4458 * configure.in (with_session): Properly display flag in configure
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4459 status report.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4460
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4461 1997-11-29 SL Baur <steve@altair.xemacs.org>
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4462
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4463 * configure.usage: Remove documentation of obsolete option
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4464 --with-gif.
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
4465
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4466 1997-11-27 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4467
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4468 * XEmacs 20.5-beta7 is released.
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4469
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4470 * configure.in: When testing for -ltiff, fall back on the extra
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4471 libraries -ljpeg, and -lz since some -ltiff's need them.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4472
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4473 1997-11-26 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4474
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4475 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4476 From Glynn Clements <glynn@sensei.co.uk>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4477
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4478 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4479
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4480 * configure.in: Improve auto detect of libraries ImageMagick rely
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4481 on.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4482
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4483 1997-11-23 Jeff Miller <jmiller@smart.net>
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4484
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4485 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4486 and src. Configure.in modified. --with-energize is no longer a
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4487 valid configure option.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4488
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4489 * lwlib/Makefile.in.in removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4490 * lwlib/lwlib-Xm.c removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4491 * lwlib/lwlib-config.c removed energize support
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4492
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4493 * lwlib/energize/* removed
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4494
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4495 1997-11-23 SL Baur <steve@altair.xemacs.org>
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4496
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4497 * Makefile.in: Change references of lisp/utils/finder-inf.el to
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4498 lisp/finder-inf.el.
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4499
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4500 1997-11-20 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4501
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4502 * XEmacs 20.5-beta6 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4503
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4504 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4505
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4506 * configure.usage: Use `--' convention in "usage:" line.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4507
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4508 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4509
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4510 * configure.in: added `with_xfs' to list of boolean features.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4511
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4512 1997-11-20 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4513
217
d44af0c54775 Import from CVS: tag r20-4b7
cvs
parents: 215
diff changeset
4514 * XEmacs 20.3 is released for binary kit building.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4515
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4516 1997-11-19 Tor Arntsen <tor@spacetec.no>
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4517
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4518 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4519 xemacs dumped on one machine on another. Problem was fixed by 20.3.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4520
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4521 1997-11-18 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4522
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4523 * configure.usage: New file.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4524
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4525 * configure.in: Use it instead of monster 10k shell variable.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4526
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4527 1997-11-17 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4528
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4529 * XEmacs 20.3-pre4 is released.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4530
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4531 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4532
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4533 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4534 dirs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4535
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4536 1997-11-17 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4537
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4538 * configure.in: Initialize infodir off of datadir.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4539
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4540 * Makefile.in: Force LANG = C for building.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4541
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4542 1997-11-15 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4543
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4544 * XEmacs 20.3-pre3 is released.
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4545 * XEmacs 20.5-beta5 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4546
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4547 1997-11-13 Marc Paquette <marcpa@cam.org>
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4548
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4549 * nt/Todo: added a task for support of lisp packages through
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4550 the registry.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4551
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4552 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4553
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4554 * Renamed files *w32* to *msw*
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4555
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4556 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4557 HAVE_MS_WINDOWS. Changed files:
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4558 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4559 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4560 sysdep.el, console-msw.c, console-msw.h, console.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4561 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4562 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4563 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4564 redisplay.c, symsinit.h,
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4565
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4566 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4567
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4568 * Deleted w32 build directory since nt build directory now handles
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4569 X and native mswindows builds.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 211
diff changeset
4570
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4571 1997-11-11 SL Baur <steve@altair.xemacs.org>
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4572
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4573 * XEmacs 20.5-beta4 is released.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
4574
211
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4575 1997-11-10 SL Baur <steve@altair.xemacs.org>
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4576
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4577 * info/dir: remove packaged entries.
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4578 From Glynn Clements <glynn@sensei.co.uk>
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4579
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4580 * configure.in: Puke and die if NAS sound is selected without X.
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
4581
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4582 1997-11-08 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4583
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4584 * XEmacs 20.5-beta3 is released.
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4585 * XEmacs 20.3-pre2 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4586
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4587 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4588
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4589 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4590
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4591 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4592
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4593 * Files split from nt to new w32 directory:
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4594 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4595 xemacs.mak.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4596
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4597 1997-11-05 Didier Verna <didier@xemacs.org>
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4598
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4599 * configure.in: Added the --site-prefixes options for the configure
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4600 script. You give a colon or space separated list of prefixes, and
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4601 subdirectories include/ and lib/ will be added with -I and -L.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4602
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4603 1997-11-05 Martin Buchholz <martin@xemacs.org>
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4604
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4605 * configure.in: AIX + gcc fixes.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4606 - Don't wrap -B. aixflags changed to start_flags.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4607
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4608 1997-11-04 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4609
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4610 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4611 From Skip Montanaro <skip@calendar.com>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4612
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4613 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4614
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4615 * Delete etc/TUTORIAL.th because Thai is not supported yet.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4616
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4617 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4618
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4619 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4620 window's coordinates and dimensions to center the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4621 dialog box unless its mapped_when_managed property is
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4622 true. This should avoid the top level widget that the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4623 HAVE_SESSION code creates, which is unmapped and
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4624 useless for this purpose.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4625
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4626 1997-11-01 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4627
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4628 * XEmacs 20.3-pre1 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4629
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4630 1997-10-31 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4631
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4632 * XEmacs 19.16 is released.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4633
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4634 1997-10-31 SL Baur <steve@altair.xemacs.org>
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
4635
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4636 * XEmacs 20.5-beta2 is released.
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4637
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4638 1997-10-30 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4639
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4640 * configure.in (xetest): Eliminate tests for PNG, JPEG,
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4641 TIFF(broken) and replace with test for ImageMagick.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4642
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4643 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4644
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4645 * lwlib/xlwmenu.h: Added string macro declarations for
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4646 titleForeground and highlightForeground properties.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4647
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4648 * lwlib/xlwmenuP.h: Added struct fields for title and
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4649 highlight colors.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4650
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4651 * lwlib/xlwmenu.c: Added initialization and usage code
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4652 for the new titleForeground and highlightForeground
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4653 properties.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4654
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4655 1997-10-28 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4656
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4657 * XEmacs 20.3-beta94 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4658
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4659 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4660
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4661 * configure.in: Correct last patch for berkdb.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4662
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4663 1997-10-28 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4664
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4665 * XEmacs 20.3-beta93 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4666
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4667 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4668
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4669 * lib-src/make-path.c:
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4670 * lib-src/digest-doc.c:
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4671 * lib-src/gnuslib.c: Always include config.h before system headers
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4672 * configure.in: Improve AIX configure support
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4673 - NON_GNU_CC defaults to `xlc'
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4674 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4675 -qmaxmem=20000"
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4676 - check for sin instead of sqrt in -lm to avoid xlc internal error
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4677 - Detect -li18n for use with Motif
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4678 - Move weird AIX static linking flags from s&m files to configure.in
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4679 - use #pragma instead of -ma flag to avoid compiler warnings
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4680
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4681 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4682
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4683 * lwlib/xlwmenu.c: Use XtRDimension in place of
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4684 XmRHorizontalDimension in shadowThickness resource
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4685 declaration.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4686
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4687 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4688 color as the foreground for selected entries.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4689
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4690 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4691 color as the foreground for selected entries.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4692
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4693 * lwlib/xlwmenu.c (toggle_decoration_height): Force
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4694 height to be minimum of 2x the shadow thickness.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4695
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4696 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4697
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4698 * configure.in: Don't choke on Berkeley DB 2.x.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4699
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4700 1997-10-24 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4701
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4702 * XEmacs 20.3-beta92 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4703
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4704 1997-10-21 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4705
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4706 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4707 it already exists (use `make finder' to force rebuild).
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4708
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4709 1997-10-18 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4710
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
4711 * XEmacs 20.3-beta91 is released.
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4712
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4713 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4714
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4715 * configure.in: Removed -Olimit=2000 from cc for IRIX.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4716
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4717 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4718
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4719 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4720 and removed backquoted echo statement from the infopath report line.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4721
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4722 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4723
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4724 * configure.in: Added detection of the declaration of the timezone
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4725 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4726
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4727
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4728 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4729
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4730 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4731 of the timezone variable in system headers.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4732
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4733 * systime.h: Use HAVE_TIMEZONE_DECL.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4734
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4735 1997-10-14 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4736
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4737 * configure.in (all_widgets): Don't allow configuration of
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4738 --with-mule if Mule lisp hasn't been installed.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4739
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4740 1997-10-13 SL Baur <steve@altair.xemacs.org>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4741
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4742 * configure.in: Remove `site-lisp' from list of directories to
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4743 make symbolic links for.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4744
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4745 * XEmacs 20.3-beta90 is released.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4746
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4747 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4748
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4749 * info/dir: Cosmetic changes to info/dir
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 205
diff changeset
4750
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4751 1997-10-12 SL Baur <steve@altair.xemacs.org>
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4752
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
4753 * XEmacs 20.5-beta1 is released.
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4754
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4755 * XEmacs 19.16-pre9 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4756
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4757 * XEmacs 19.16-pre8 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4758
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4759 1997-10-11 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4760
205
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4761 * XEmacs 20.3-beta28 is released.
92f8ad5d0d3f Import from CVS: tag r20-4b1
cvs
parents: 203
diff changeset
4762
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4763 * Makefile.in (src/paths.h): Update PATH_INFOPATH
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4764 (infopath): New shell variable.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4765 (infopath_user_defined): Ditto.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4766
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4767 * configure.in (infodir_user_defined): Spelling fixes.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4768
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4769 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4770
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4771 * configure.in: added options and option help docs for infopath
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4772 and lockdir
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4773 * '' added a line to the report for infopath and lockdir
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4774
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4775 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4776
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4777 * Makefile.in.in (INFOPATH): Added variable and put it into
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4778 DUMPENV.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4779
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4780 1997-10-11 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4781
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4782 * packages/info/localdir: New directory and file.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4783
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4784 * packages/README: New directory & file.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4785
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4786 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4787
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4788 * Makefile.in: Add `make configure' target
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4789
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4790 1997-10-07 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4791
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4792 * XEmacs 19.16-pre7 is released.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4793
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4794 1997-10-05 Damon Lipparelli <lipp@aa.net>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4795
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4796 * Makefile.in (install-arch-dep, install-arch-indep): Move the
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4797 commands for symlink'ing the system-independent bits into the
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4798 system-dependent directory structure from "install-arch-indep" to
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4799 "install-arch-dep".
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4800
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4801 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4802
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4803 * Makefile.in (blddir): variable from "configure".
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4804 (finder): use it.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4805
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4806 1997-10-05 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4807
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4808 * Makefile.in (GENERATED_LISP): New variable.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4809 (all): Force dependency on finder-inf.el.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4810 (lisp/utils/finder-inf.el): new rule.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4811
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4812 1997-10-04 SL Baur <steve@altair.xemacs.org>
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4813
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4814 * XEmacs 19.16-pre6 is released.
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
4815
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4816 1997-10-04 SL Baur <steve@altair.xemacs.org>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4817
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4818 * XEmacs 20.3-beta27 is released.
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4819
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4820 1997-10-03 Damon Lipparelli <lipp@primus.com>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4821
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4822 * Makefile.in (install-arch-indep): When --prefix !=
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4823 --exec-prefix, symlink the system-independent bits into the
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4824 system-dependent directory structure (rather than the other way
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4825 around).
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4826
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4827 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4828
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4829 * lib-src/etags.c: etags 12.28 + prototypization
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4830 * INSTALL: Better document --site-runtime-libraries
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4831 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4832 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4833 left; scrollbar disappears; keyboard inoperative.
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4834 * configure.in: Remove left-over references to *_switch_x_*
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4835 - NAS libaudio is part of $libs_x, not $LIBS
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
4836
199
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4837 1997-10-02 SL Baur <steve@altair.xemacs.org>
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4838
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4839 * XEmacs 20.3-beta26 is released.
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
4840
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4841 1997-09-30 SL Baur <steve@altair.xemacs.org>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4842
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4843 * XEmacs 20.3-beta25 is released.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4844
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4845 * Makefile.in (install-arch-dep): Install the `Installation' for
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4846 future reference.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4847
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4848 * Makefile.in (top_distclean): Remove finder-inf.el*.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4849
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4850 * configure.in (use_union_type): Default to "yes".
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4851
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4852 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4853
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4854 * configure.in: Add tiff autodetection
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4855
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4856 1997-09-29 SL Baur <steve@altair.xemacs.org>
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4857
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4858 * lwlib/xlwmenu.c: Add bounds checking.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4859 Check error return on XmStringGetLtoR.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
4860
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4861 1997-09-27 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4862
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4863 * XEmacs 20.3-beta24 is released.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4864
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4865 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4866
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4867 * Makefile.in (custom-loads): New target.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4868
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4869 1997-09-23 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4870
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4871 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4872 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4873
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4874 1997-09-22 SL Baur <steve@altair.xemacs.org>
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4875
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4876 * XEmacs 19.16-pre4 is released.
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 193
diff changeset
4877
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4878 1997-09-20 SL Baur <steve@altair.xemacs.org>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4879
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4880 * XEmacs 20.3-beta23 is released.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4881
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
4882 1997-09-19 SL Baur <steve@altair.xemacs.org>
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4883
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4884 * XEmacs 19.16-pre3 is released.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4885
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4886 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4887
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4888 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4889 sequences (needs more testing).
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4890 * */Makefile*:
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4891 - Cleanup man/*/Makefile for consistency.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4892 - use $(MAKEFINFO), $(TEXI2DVI), etc...
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4893 - Make combination --with-srcdir + Sun make work properly.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4894 - Change construct: test -d $${dir} || mkdir $${dir}
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4895 --> if test ! -d $${dir}; then mkdir $${dir}; fi
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4896 * lisp/x11/x-win-sun.el: Fix remaining glitches with
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4897 re-mappings of Sun function keys.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4898 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4899 * man/internals/internals.texi: Fix makeinfo compilation error.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 191
diff changeset
4900
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4901 1997-09-17 SL Baur <steve@altair.xemacs.org>
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4902
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4903 * XEmacs 20.3-beta22 is released.
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
4904
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4905 1997-09-16 SL Baur <steve@altair.xemacs.org>
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4906
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4907 * XEmacs 20.3-beta21 is released.
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4908
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4909 * XEmacs 19.16-pre2 is released.
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4910
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4911 1997-09-13 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4912
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4913 * XEmacs 20.3-beta20 is released.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4914
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4915 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4916
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4917 * configure.in: Use `PATH' for options that take multiple dirs.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4918 - Fix test for $PWD == `pwd`
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4919 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4920 systems can work. (untested)
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4921
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4922 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4923 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4924 being autoloaded - let's make them part of the core.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4925
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4926 * lisp/x11/x-compose.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4927 * lisp/x11/x-init.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4928 * lisp/x11/x-win-sun.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4929 * lisp/x11/x-winxfree86.el:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4930 * src/device-x.c:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4931 * src/event-Xt.c:
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4932 - Yet another rewrite of key handling (not the last, though)
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4933 - x-keysym-on-keyboard-p is much faster.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4934 - x-keysym-on-keyboard-sans-modifiers-p introduced.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4935 - x-keysym-hashtable introduced.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4936 - allow X11R4 libs to guess keysyms on X11R5 servers.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4937 - A better workaround for the bug that some Xlibs generate
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4938 Multi_key a adiaeresis when pressing Multi_key a "
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4939
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4940 * src/dgif_lib.c: Make sure size_t is defined before using it.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4941
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4942 1997-09-12 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4943
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4944 XEmacs 19.16-pre1 "Queens" is released.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4945
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4946 1997-09-08 SL Baur <steve@altair.xemacs.org>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4947
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4948 * configure.in: Reverse package-path.
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4949 From Colin Rafferty <craffert@ml.com>
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
4950
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4951 1997-09-02 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4952
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4953 * XEmacs 20.3-beta19 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4954
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4955 * Makefile.in (finder): New target.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4956
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4957 1997-08-29 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4958
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4959 * XEmacs 19.16-beta91 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4960
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4961 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4962
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4963 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4964 iso-2022-jp-2 is defined as coding-system.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4965
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4966 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4967 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4968
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4969 (iso-2022-jp-2): New coding system.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4970
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4971 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4972
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4973 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4974 jka-compr.el.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4975
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4976 1997-08-20 SL Baur <steve@altair.xemacs.org>
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4977
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4978 * XEmacs 19.16-beta90 is released.
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
4979
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4980 1997-08-16 SL Baur <steve@altair.xemacs.org>
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4981
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4982 * XEmacs 20.3-beta18 is released.
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 181
diff changeset
4983
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4984 1997-08-09 SL Baur <steve@altair.xemacs.org>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4985
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4986 * XEmacs 20.3-beta17 is released.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4987
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4988 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4989
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4990 * configure.in:
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4991 - use-system-malloc renamed to with-system-malloc.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4992 - config.el reimplemented for improved accuracy.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4993 - new variable `blddir' introduced for informational purposes.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4994 * lib-src/config.values.in: new config.el implementation
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4995 * lib-src/config.values.sh: new config.el implementation
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4996 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4997 (thanks to Espen Skoglund, pascal.el maintainer)
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4998 * src/chartab.c: maintainability improvements.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
4999 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5000 coding systems results in extra CR's inserted into file on saving.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5001
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5002 1997-08-06 SL Baur <steve@altair.xemacs.org>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5003
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5004 * configure.in: Crash & burn if db-2 is detected.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5005 From Soren Dayton <csdayton@cs.uchicago.edu>
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 179
diff changeset
5006
179
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5007 1997-07-31 SL Baur <steve@altair.xemacs.org>
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5008
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5009 * XEmacs 20.3-beta16 is released.
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5010
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5011 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5012
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5013 * configure.in: --with-x11=no --> --with-xface=no
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5014 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5015 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5016 * event-Xt.c: Fix crashes when no input context available.
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5017 * src/mule-coding.c: Use enum eol_type instead of int consistently
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5018 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5019 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5020 NOT_C_CODE
9ad43877534d Import from CVS: tag r20-3b16
cvs
parents: 177
diff changeset
5021
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5022 1997-07-26 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5023
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5024 * XEmacs 20.3-beta15 is released.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5025
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5026 1997-07-25 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5027
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5028 * lwlib/xlwscrollbar.c: Add debug malloc support.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5029 * lwlib/xlwmenu.c: Ditto.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5030 * lwlib/lwlib-utils.h: Ditto.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5031
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5032 * configure.in (null_string): Add --use-debug-malloc option.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5033
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5034 1997-07-21 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5035
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5036 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5037
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5038 1997-07-20 SL Baur <steve@altair.xemacs.org>
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5039
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5040 * Makefile.in (install-arch-indep): Create required links when
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5041 prefixdir != execdir.
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5042
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5043 1997-07-19 SL Baur <steve@altair.xemacs.org>
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5044
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5045 * XEmacs 20.3-beta14 is released.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5046
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5047 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5048
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5049 * src/fns.c (require): Print messages when loading a file as a
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5050 result of require.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5051
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5052 * configure.in:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5053 * lisp/utils/config.el:
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5054 * lib-src/config.values:
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5055 - new file created and installed by building.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5056 - Allow configuration time values to be queried by the lisp code.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5057
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5058 * configure.in:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5059 - check for alloca in libPW on hpux.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5060 - Redo --with-clash-detection
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5061 - need to check for termios and friends even if with-tty=no.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5062 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5063 - better quoting for AIX_SMT_EXP (untested)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5064 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5065
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5066 * *.[ch]: more warning elimination
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5067
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5068 * src/input-method*.c:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5069 * src/s/freebsd.h:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5070 - remove freebsd ifdefs from C code.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5071
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5072 * src/specifier.c:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5073 - fix Fdisplay-table-specifier-p
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
5074
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5075 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5076
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5077 * XEmacs 20.3-beta13 is released.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5078
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5079 * info/dir (Packages): Integrate texinfo manual for PH.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5080
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5081 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5082
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5083 * extents.c (print_extent): Print correctly.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5084
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5085 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5086
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5087 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5088
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5089 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5090
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5091 * *Makefile*: More cleanup.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5092 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5093 - Nuke ld_call_shared from s&m files
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5094 - Nuke src/s/*-static.h
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5095 - Nuke Solaris and DEC OSF static build support.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5096 - Nuke SHORTNAMES
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5097 - Nuke libmld
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5098 - CLASH_DETECTION configurable, off by default.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5099
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5100 * *.[ch]: Warning elimination, code cleanup, some 64-bit
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5101 safeguarding.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5102
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5103 * sol2.h: More bullet-proofing for Sun bugs in header files.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5104
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5105 * lib-src/etags.c: etags version 12.19.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5106
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5107 * lisp/x11/x-select.el:
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5108 * src/xselect.c: Try STRING if selection owner couldn't convert
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5109 COMPOUND_TEXT.
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5110
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5111 * src/*.c: Change defalt to default_, and in general allow
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5112 doc-snarfing functions to recognize and ignore trailing `_'
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5113
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5114 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5115 convert source code to use them consistently.
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 171
diff changeset
5116
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5117 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5118
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5119 * XEmacs 20.3-beta12 is released.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5120
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5121 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5122
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5123 * configure.in: Set options differently, depending on beta-ness of
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5124 build tree.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5125 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5126 distclean.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5127
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5128 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5129
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5130 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5131 linker.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5132 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5133
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5134 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5135
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5136 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5137
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5138 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5139
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5140 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5141 fix. Restoration of lossage from beta10->beta11 upgrade.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5142
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5143 * XEmacs 20.3-beta11 is released.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5144
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5145 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5146
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5147 * lisp/language/english.el: Add quail-british for British.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5148
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5149 * lisp/language/european.el: Register input-method for various non
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5150 quail-latin-1 methods.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5151
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5152 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5153
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5154 * lib-src/getopt*.c: Don't redefine const - let configure do that.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5155
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5156 * configure.in: Better behavior for `configure --with-gcc=no'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5157 - Autodetect ulimit.h
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5158 - Remove broken SunOS4 kludge for libXmu
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5159 - Autodetect usleep
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5160
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5161 * src/s/sol2.h: Support gcc on various Solaris releases.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5162
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5163 * lib-src/*.c: Ansify prototypes.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5164
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5165 * lisp/prim/files.el: Optimize auto-mode-alist.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5166
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5167 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5168 - `make install' now works.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5169 - dependencies updated.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5170
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5171 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5172 - Replace uses of XtVa* with non-varargs variants.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5173
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5174 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5175
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5176 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5177 `change-major-mode-hook'.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5178
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5179 * lisp/modes/image-mode.el (image-maybe-restore): New function.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5180
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5181 * src/glyphs.c (make_string_from_file): must protect from
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5182 `format-alist'.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5183
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5184 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5185
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5186 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5187 variable.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5188
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5189 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5190
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5191 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5192 should be `print-libgcc-file-name'
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5193 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5194
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5195 * XEmacs 20.3-beta10 is released.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5196
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5197 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5198
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5199 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5200 GB).
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5201
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5202 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5203 11643 to be more detailed.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5204
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5205 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5206 `arabic-2' to `arabic-digit', `arabic-1-column' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5207 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5208
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5209 * src/mule-charset.c: Modify charset DOC-strings to be more
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5210 detailed.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5211
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5212 Use BOX DRAWINGS characters of JIS X0208.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5213
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5214 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5215
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5216 * lisp/apel/richtext.el: Add autoload comments for
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5217 `richtext-encode' and `richtext-decode'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5218
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5219 * lisp/prim/format.el (format-alist): Add `text/richtext'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5220
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5221 * lisp/tl/chartblxmas.el: New file.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5222
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5223 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5224 table" for MULE menu.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5225
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5226 * lisp/apel/emu.el: Check richtext.el is bundled.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5227
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5228 * lisp/tl/char-table.el (view-charset): New command.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5229
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5230 * lisp/tl/char-table.el: Rename some functions.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5231
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5232 * lisp/packages/hexl.el (hexl-mode-exit): Run
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5233 `hexl-mode-exit-hook'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5234
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5235 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5236 support" and "Set language environment" of mule menu.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5237
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5238 * lisp/apel/file-detect.el: Add autoload comments for function
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5239 `add-path', `add-latest-path', `get-latest-path',
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5240 `file-installed-p', `exec-installed-p', `module-installed-p' and
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5241 variable `exec-suffix-list'.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5242
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5243 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5244 image/png and image/x-xpm.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5245
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5246 * lisp/modes/image-mode.el: New file.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5247
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5248 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5249
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5250 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5251 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5252
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5253 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
5254
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5255 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5256
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5257 * XEmacs 20.3-beta9 is released.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5258
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5259 * Makefile.in (dist): Make `make dist' work for me.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5260
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5261 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5262
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5263 * configure.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5264 - Change "t" to tabs in sed commands
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5265 - Add /g to sed substitition commands when appropriate
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5266 - Change XtVa[SG]etValue to Xt[SG]etValue
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5267 - Make version variables into Lisp_Objects.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5268
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5269 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5270
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5271 * src/config.h.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5272 * configure.in:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5273 - Autodetect X defines using xmkmf.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5274 - Compute rpath on *bsd* systems as well.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5275 - rewrite PRINT_VAR m4 macro.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5276 - detect sizes of void* and long long for future use by unex*.c
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5277 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5278
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5279 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5280
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5281 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5282
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5283 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5284 `mh-folder-coding-system'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5285
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5286 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5287
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5288 * lisp/language/ethio-util.el: imported from
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5289 Emacs/mule-19.34.94-zeta.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5290
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5291 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5292 repair Arabic characters.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5293
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5294 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5295
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5296 * lib-src/update-autoloads.sh: Search lisp/mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5297
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5298 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5299 language environment" of Mule menu.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5300
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5301 * lisp/language/visual-mode.el: moved from mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5302
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5303 * lisp/language/ethiopic.el: Modify for XEmacs.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5304
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5305 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5306 problem of setting for `language-info-alist' about koi8-r.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5307
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5308 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5309
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5310 * lisp/mule/mule-util.el: New file (imported from
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5311 Emacs/mule-19.34.94-zeta).
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5312
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5313 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5314 moved to mule-util.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5315
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5316 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5317 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5318 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5319 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5320 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5321
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5322 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5323 emulate Emacs/mule-19.34.94-zeta function.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5324
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5325 * lisp/mule/mule-cmds.el: modified to sync with
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5326 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5327
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5328 (set-language-info): Add to "Describe Language Support" and "Set
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5329 Language Environment" menu.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5330
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5331 * lisp/mule/mule-charset.el: Function `compose-region' and
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5332 `decompose-region' were moved to mule-util.el.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5333
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5334 * lisp/leim/quail.el: modify to sync with latest quail.el of
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5335 Emacs/mule in ETL.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5336
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5337 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5338
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5339 (quail-map-p): Use `characterp' instead of `integerp'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5340
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5341 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5342
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5343 * Makefile.in: Missing FRC.info.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5344 (install-arch-dep): Add missing backslash.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5345 From Glynn Clements <glynn@sensei.co.uk>
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
5346
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5347 * XEmacs 20.3-beta8 is released.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5348
4010
9f82475ea0c9 [xemacs-hg @ 2007-06-12 14:31:59 by adrian]
adrian
parents: 3975
diff changeset
5349 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5350
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5351 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5352 lwlib/lwlib.c: Make 64 bit clean.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5353
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5354 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5355
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5356 * configure.in:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5357 - Autodetect X defines using xmkmf.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5358 - Compute rpath on *bsd* systems as well.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5359 - rewrite PRINT_VAR m4 macro.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5360 - detect sizes of void* and long long for future use by unex*.c
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5361
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5362 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5363
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5364 * */Makefile.in.in: Another rewrite
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5365 Make makefiles immune from being mangled by various cpp
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5366 implementations by quoting non-preprocessor directive lines.
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5367 - random cleanup
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5368 - Use $(RM) and $(pwd) macros consistently
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5369 - Add dependencies for balloon-help source files
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5370 - Use getcwd by default instead of getwd.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5371 * lwlib/config.h: Now includes src/config.h
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5372 * lwlib/*.c: Use config.h, but DON'T use Xos.h
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5373 * lib-src/*.c: Fix compiler warnings
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5374 * lisp/version.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5375 - Put version information in version.sh instead of version.el
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5376
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5377 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5378
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5379 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5380 -I/usr/local/include.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5381
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5382 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5383
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5384 * XEmacs 20.3-beta7 is released.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5385
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5386 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5387
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5388 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5389 regexp for horizontal smiley faces.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5390 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5391
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5392 * lisp/leim/quail.el (quail-get-translation): Don't use
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5393 `string-to-vector' for XEmacs.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5394
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5395 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5396
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5397 * lisp/modes/*.el: Removed all "\177" bindings that were
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5398 previously commented out and normalized everything vis a vis
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5399 'backspace and 'delete keysyms.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5400 * lisp/packages/*.el: Normalized all the "\177" bindings
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5401 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5402 which is a "smart" version of the cperl-electric-backspace
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5403 function (it honors the desired delete direction). Bound it to
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5404 'delete and the electric-backspace to 'backspace.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5405 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
161
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5406 cperl-electric-delete to the 'supersede list.
28f395d8dc7a Import from CVS: tag r20-3b7
cvs
parents: 159
diff changeset
5407
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5408 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5409
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5410 * XEmacs 20.3-b6 is released.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5411
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5412 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5413 Suggested by Martin Buchholz <mrb@eng.sun.com>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5414
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5415 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5416
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5417 * src/Makefile.in:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5418 * lwlib/Makefile.in:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5419 * lib-src/Makefile.in:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5420 * Makefile.in: More Makefile cleanup
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5421 - add .PHONY targets where necessary
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5422 - remove most builtin rules using .SUFFIXES
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5423 - -lXau only gets used for linking gnuserv binaries
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5424 - No VPATH for root Makefile
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5425 - remove gcc v1 support
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5426 * configure.in:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5427 - A new test to autodetect need to define NARROWPROTO,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5428 needed by XFree86
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5429 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5430 - Immediately exit if SIZEOF_* tests fail.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5431 - Check for libPW
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5432 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5433 are in sync.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5434 * src/s/linux.h:
159
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5435 * src/m/intel386.h: Yet another attempt to clean up linux defines.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5436
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5437 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5438
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5439 * lib-src/pop.c: Correct incantation for pop.h.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5440 From Martin Buchholz <mrb@Eng.Sun.COM>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5441
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5442 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5443
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5444 * configure.in (beta): Correct test looking for Beta number.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5445
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5446 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5447
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5448 * src/Makefile.in.in, mule/language/misc-lang.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5449 mule/mule-load.el, mule/ipa-hooks.el: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5450 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5451 mule/ipa-hooks.el was deleted.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5452
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5453 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5454
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5455 * Use lisp/mule/language/thai-util.el instead of
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5456 lisp/mule/thai.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5457
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5458 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5459
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5460 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5461 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5462
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5463 * lisp/mule/language/thai.el: modified for XEmacs.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5464
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5465 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5466
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5467 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5468 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5469 lisp/mule/language/european.el, lisp/mule/language/greek.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5470 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5471 instead of lisp/mule/chinese-hooks.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5472 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5473 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5474 lisp/mule/korean-hooks.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5475
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5476 * lisp/mule/language/*.el was imported from
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5477 Emacs/mule-19.34.94-zeta.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5478
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5479 * Use lisp/mule/language/china-util.el instead of
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5480 lisp/mule/chinese.el.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5481
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5482 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5483
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5484 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5485 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5486 were defined as coding-system.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5487
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5488 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5489
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5490 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5491 smiley faces.
3bb7ccffb0c0 Import from CVS: tag r20-3b6
cvs
parents: 157
diff changeset
5492
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5493 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5494
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5495 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5496 * lisp/modes/help.el: Changed \177 bindings to 'delete
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5497
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5498 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5499
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5500 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5501 the `backward-or-forward-foo' functions.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5502 * lisp/prim/simple.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5503 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5504 - Removed `backspace-or-delete-hook'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5505 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5506 - Added functions: `backward-or-forward-kill-word'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5507 `backward-or-forward-kill-sentence'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5508 `backward-or-forward-kill-sexp'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5509 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5510 began playing nicely with pending-del.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5511 * lisp/modes/cc-mode.el:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5512 * lisp/modes/cperl-mode.el: Fixed references to delete functions
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5513 to use the new names.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5514
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
5515 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
5516
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
5517 * XEmacs 20.3-b5 is released.
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 155
diff changeset
5518
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5519 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5520
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5521 * XEmacs 20.3-b4 is released.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5522
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5523 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5524
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5525 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5526 with new Autoconf 2 mechanisms.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5527 * src/syswait.h:
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5528 * src/sysdep.c:
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5529 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5530
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5531 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5532 old cruft that can be obtained from system header files.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5533 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5534
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5535 * lib-src/b2m.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5536 * src/gifalloc.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5537 * lib-src/gnuslib.c:
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5538 * lib-src/profile.c:
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5539 * lib-src/movemail.c: Fix compiler warnings
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5540
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5541 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5542 - Fix up compile flags for new etags version
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5543
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5544 * man/xemacs/programs.texi:
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5545 * lib-src/etags.c: Upgraded to etags 12.11
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5546
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5547 * src/config.h.in: Fix inline keyword support
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5548
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5549 * configure.in: Use a different mechanism for removing extra white
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5550 space. Avoid using foo=`echo $bar`, which loses with various echos.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5551 - new M4 macro XE_SPACE(var, words...)
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5552 - Use autoconf 2's AC_HEADER_SYS_WAIT
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5553 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5554 linking with losing Xpm implementations
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5555 - Check for correct wnn4 lib symbols
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5556 - Only link with inline.o when using gcc
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5557 - Support inline keywords inline, __inline, __inline__
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5558 - Ultrix now implies have_mmap=no
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5559 - Sun sound in non-standard dirs now works
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5560 - --native-sound-lib no longer ignored on HP & SGI
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5561 - gpm configure tests moved after curses configure tests
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5562
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5563 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5564
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5565 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5566 desired delete direction in both normal and "hungry" modes.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5567 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5568 honor the desired delete direction.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5569
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5570 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5571
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5572 * configure.in: Automagically compute -R path for gcc
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5573
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5574 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5575
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5576 * lisp/vm/vm-vars.el: Fixed delete key binding to call
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5577 `vm-scroll-down'
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5578
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5579 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5580
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5581 * configure.in: Add support for Solaris2.6 -z ignore linker flags
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5582
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5583 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5584
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5585 * configure.in: Replace standard Autoconf MMAP test with Neal
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5586 Becker's replacement, hacked somewhat.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5587
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5588 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5589
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5590 * lisp/prim/simple.el: Created `backspace-or-delete' function and
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5591 `backspace-or-delete-hook'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5592 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5593 delete function.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5594 * lisp/modes/*.el: Removed conflicting \177 bindings.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5595 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5596 delete bindings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5597 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
5598 use new delete bindings.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5599
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5600 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5601
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5602 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5603
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5604 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5605 x11/x-menubar.el.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5606
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5607 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5608
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5609 * lisp/leim/quail.el: to avoid compiling warnings about
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5610 overlay.el.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5611
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5612 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5613
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5614 * lisp/leim/quail.el: to sync with quail.el of
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5615 Emacs-19.34.94-zeta.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5616
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5617 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5618 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5619 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5620 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5621 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5622 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5623 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5624 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5625 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5626 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5627 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5628 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5629 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5630 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5631 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5632 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5633 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5634 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5635 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5636
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5637 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5638
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5639 * mule/korean.el was abolished because it seems not to be used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5640
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5641 * mule/japanese.el was abolished because it seems not to be used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5642
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5643 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5644
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5645 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5646 Gnus 5.4.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5647
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5648 * lisp/tm/tm-edit.el: updated to 7.108.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5649
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5650 * lisp/tm/tm-view.el: updated to 7.83.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5651
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5652 * lisp/leim/quail.el: modified for XEmacs.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5653
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5654 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5655 mule-process.el because it is not used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5656
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5657 * lisp/mule/european.el was abolished because it seems not to be
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5658 used.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5659
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5660 * lisp/mule/mule-load.el: must load mule-cmds before setting for
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5661 language-environment.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5662
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5663 * lisp/mule/european-hooks.el: Modified for LEIM.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5664
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5665 * lisp/mule/mule-cmds.el: Uncomment key definition for
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5666 `toggle-input-method'.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5667
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5668 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5669 to mule-cmds.el).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5670
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5671 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5672 from mule-init.el).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5673
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5674 * lisp/tl/tl-atype.el: Don't require tl-str.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5675
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5676 * lisp/tl/tl-atype.el: Use atype.el of APEL.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5677
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5678 * lisp/tl/tl-list.el: Use alist.el of APEL.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5679
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5680 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5681
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5682 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5683 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5684
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5685 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5686
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5687 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5688
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5689 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5690 19.34.94-epsilon).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5691
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5692 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5693 XEmacs can not compile it.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5694
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5695 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5696 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5697 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5698 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5699 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5700 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5701 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5702 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5703 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5704 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5705 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5706 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5707 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5708 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5709 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5710 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5711 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5712 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5713 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5714 elisp files; old lisp/quail was abolished.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5715
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5716 * src/Makefile.in.in: Add mule-cmds.elc.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5717
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5718 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5719 (imported from Emacs-19.34.94-epsilon and comment out a lot to
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5720 avoid conflict with mule-init.el or other XEmacs/mule files).
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5721
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5722 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5723 from Emacs-19.34.94-epsilon.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
5724
153
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5725 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5726
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5727 * XEmacs 20.3-beta3 is released.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5728
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5729 * INSTALL: Delete documentation of mocklisp support.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5730
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5731 * configure.in: Delete mocklisp support.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5732
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5733 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5734
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5735 * configure.in: Replace standard Autoconf MMAP test with Neal
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5736 Becker's replacement, hacked somewhat.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5737
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5738 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5739
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5740 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5741
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5742 * lib-src/etags.c: Version 12.7 from Francesco.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5743
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5744 * configure.in: Juggle link order of X libraries.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5745 Add support for using zsh to run configure.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5746 Document --with-tty=no.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5747 Fix -no-recursion option.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5748 Recognize and ignore --cache-file option.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5749 Recognize null values for preprocessor symbols converted to shell
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5750 variables. This maybe fixes the "-ltermcap" problem.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5751 Remove spurious blanks from various SUBST-ituted variables.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5752 Fix conditional creation of gdbinit.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5753 Conditionally create .sbinit for Sunpro C.
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
5754
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5755 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5756
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5757 * XEmacs 20.3-beta2 is released.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5758
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5759 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5760
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5761 * configure.in: Try to fix all reported bugs with 20.3-b1.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5762 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5763 extra-verbose now default on beta builds.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5764 extra-verbose now much more verbose.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5765 Don't set libs_termcap to " ".
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5766 Detect -lXm AFTER detecting -lXpm.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5767 Use runtime paths before running tests, since AC_TRY_RUN may
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5768 depend on it.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5769 with-xim=motif only default on Solaris.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5770 realpath moved from s&m to configure.in.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5771 xemacs-version.h removed. main_1 now contains $canonical as well,
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5772 for even more useful backtraces.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5773 termcap handling rewritten.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5774 Create .sbinit for Sun's source browser.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5775 Warn user if no XPM support present.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5776 Warn user if compiling in error checking.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5777
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5778 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5779 dynodump. Remove core when cleaning. Remove config.log.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5780 make distclean now functional.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5781
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5782 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5783
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5784 * lwlib/Makefile.in.in (distclean): Clean up config.h.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5785
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5786 * Makefile.in (distclean): Remve config.log.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5787 remove broken dynodump stuffs.
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
5788
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5789 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5790
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5791 * XEmacs 20.3-b1 is released.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5792
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5793 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5794
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5795 * info/dir (Packages): Update minor version number.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5796
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5797 * README: Update minor version number.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
5798
146
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5799 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5800
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5801 * XEmacs-20.2 is released.
2af401a6ecca Import from CVS: tag r20-2p1
cvs
parents: 144
diff changeset
5802
144
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5803 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5804
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5805 * XEmacs 20.2-b6 is released.
318232e2a3f0 Import from CVS: tag r20-2b6
cvs
parents: 142
diff changeset
5806
142
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5807 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5808
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5809 * XEmacs 20.2-b5 is released.
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
5810
140
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5811 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5812
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5813 * XEmacs 20.2-b4 is released.
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5814
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5815 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5816
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5817 * configure.in (--with-xim): Don't default it to Motif since it
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5818 causes crashes at startup on some systems.
585fb297b004 Import from CVS: tag r20-2b4
cvs
parents: 138
diff changeset
5819
138
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5820 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5821
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5822 * XEmacs 20.2-b3 is released.
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 136
diff changeset
5823
136
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5824 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5825
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5826 * XEmacs 20.2-b2 is released.
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5827
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5828 * configure.in (beta): OPENWINHOME misspelled.
b980b6286996 Import from CVS: tag r20-2b2
cvs
parents: 134
diff changeset
5829
134
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5830 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5831
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5832 * XEmacs 20.2-b1 is released.
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5833
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5834 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5835
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5836 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5837 uname.
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 131
diff changeset
5838
131
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5839 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5840
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5841 * XEmacs 20.1 is re-released.
869e1851236b Import from CVS: tag xemacs-20-1p4
cvs
parents: 126
diff changeset
5842
126
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5843 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5844
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5845 * XEmacs 20.1 is released.
1370575f1259 Import from CVS: tag xemacs-20-1p1
cvs
parents: 124
diff changeset
5846
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5847 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5848
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5849 * XEmacs 20.1-b15 is released.
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5850
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5851 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5852 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5853 1) changing it into sections -- there is now a section for building,
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5854 running and compatibility problems
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5855
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5856 2) removing some obviously obsolete entries -- e.g. those pertaining
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5857 to Emacs 18, etc. --> size is off by 20K
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5858
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5859 3) Rearranging the entries by relevance. I have tried to put the most
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 122
diff changeset
5860 relevant entries in front.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5861
122
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5862 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5863
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5864 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 120
diff changeset
5865
120
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5866 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5867
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5868 * XEmacs 20.1-b12 is released.
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5869
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5870 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5871
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5872 * configure.in: Cosmetic change to summary print of POP/Kerberos/
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5873 Hesiod options.
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 118
diff changeset
5874
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5875 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5876
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5877 * XEmacs 20.1-b11 is released.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5878
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5879 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5880
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5881 * Makefile.in (install-only): New target. Functionality suggested
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5882 by Larry Schwimmer, correct way of doing it suggested by Chuck
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5883 Thompson.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5884
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5885 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5886 Zawinski for SGI cc and Irix 6.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5887
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5888 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5889
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5890 * configure.in: Add configuration parameters for Emacs 19.34
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5891 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5892
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5893 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5894
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5895 * configure.in: Remove garbage if [ ... ] constructs and a
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5896 mispatch.
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 116
diff changeset
5897
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5898 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5899
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5900 * XEmacs 20.1-b10 is released.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5901
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5902 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5903
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5904 * Remove vms top-level directory.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5905
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5906 * XEmacs 19.15 final released to beta testers.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5907
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5908 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5909
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5910 * XEmacs 19.15 prefinal released to beta testers.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5911
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5912 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5913
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5914 * configure.in (--debug): Correct documentation.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5915
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5916 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5917
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5918 * XEmacs 19.15-b104 is released.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5919
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5920 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5921
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5922 * configure.in (beta): Add configure support for the -rpath flag
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5923 for IRIX analogous to the Solaris "-R".
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5924
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5925 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5926
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5927 * info/dir (Packages): Add HM-HTML-Mode to menu.
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5928
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5929 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5930
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
5931 * configure.in: Echo only current configuration using 'tee -a'.
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
5932
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5933 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5934
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5935 * XEmacs-19.15-b103 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5936 * XEmacs-20.0-b9 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5937
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5938 * Makefile.in (top_distclean): Add `Installation' to distclean
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5939 rule.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5940
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5941 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5942
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5943 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5944 update-autoloads.sh.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5945
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5946 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5947
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5948 * XEmacs-19.15-b102 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5949
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5950 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5951
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5952 * XEmacs-19.15-b101 is released.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 112
diff changeset
5953
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5954 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5955
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5956 * XEmacs-20.1-b8 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5957 * XEmacs-19.15-b100 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5958
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5959 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5960
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5961 * XEmacs-20.1-b7 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5962 * XEmacs-19.15-b99 is released.
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
5963
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5964 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5965
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5966 * configure.in: Add sunos4-1-4 header files.
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5967
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5968 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5969
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5970 * configure.in: Use new file bsdos3.h with BSDI 3.0.
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
5971
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5972 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5973
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5974 * XEmacs-20.1-b6 is released.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5975 * XEmacs-19.15-b98 is released.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5976
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5977 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5978
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5979 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5980 (gzip-el): New targe for compressed installed lisp sources.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5981
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5982 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5983
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5984 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5985 but before anything else. More flexible about finding an xemacs
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5986 to use for byte-compilation (default src/xemacs). Other minor fixes.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
5987
106
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5988 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5989
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5990 * XEmacs 20.1-b5 is released.
8ff55ebd4be9 Import from CVS: tag r20-1b5
cvs
parents: 104
diff changeset
5991
104
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5992 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5993
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5994 * XEmacs 20.1-b4 is released.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5995
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5996 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5997
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5998 * Makefile.in (distclean): Correct typos.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
5999
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6000 * XEmacs 19.15-b96 is released.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6001
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6002 * configure.in: Symlink site-lisp when using --srcdir.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6003 Add special handling of lisp directory to allow for multiple
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6004 site-packages files.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6005
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6006 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6007
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6008 * Makefile.in (distclean): Create lock and site-lisp directories
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6009 when they don't exist (after being pruned by CVS).
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
6010
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6011 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6012
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6013 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6014 distribution.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6015
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6016 * XEmacs 20.1-b3 is released.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6017
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6018 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6019
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6020 * XEmacs 20.1-b2 is released.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6021
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6022 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6023
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6024 * XEmacs 19-15-b'95 is released.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6025
102
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6026 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6027
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6028 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6029 - "knob" renamed to "slider"
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6030 - leftmost pixel wasn't sensitive to button clicks, while righmost
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6031 pixel was.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6032 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6033 - goobers on top of up-arrow removed.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6034 - up-arrow would not always be redrawn when necessary
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6035 - slider drag would be `off' by size of up-arrow
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6036 - horizontal and vertical scrollbars didn't use exactly the same
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6037 dimensions.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6038 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6039 - Now up- and down-arrows actually work near beginning/end of buffer!
a145efe76779 Import from CVS: tag r20-1b3
cvs
parents: 100
diff changeset
6040
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6041 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6042
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6043 * configure.in (with_xauth): Attempted correction of test for
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6044 libXmu on SunOS.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
6045
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6046 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6047
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6048 * XEmacs 20.1-b1 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6049 * XEmacs 19.15-b94 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6050
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6051 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6052
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6053 * README: ``This directory tree holds version 19.13 ...'' ???
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6054
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6055 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6056
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6057 * XEmacs 19.15-b93 is released.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6058 XEmacs 20.0 is released to the 'net.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 96
diff changeset
6059
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6060 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6061
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6062 * XEmacs 20.0try3 is released.
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6063
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6064 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6065
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6066 * XEmacs 20.0try2 is released.
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6067
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6068 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6069
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6070 * XEmacs 19.15-b92 is released.
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6071
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6072 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6073
96
dbb370e3c29e Import from CVS: tag r20-0final
cvs
parents: 94
diff changeset
6074 * XEmacs 20.0try1 is released.
94
1040fe1366ac Import from CVS: tag xemacs-20-0f2
cvs
parents: 88
diff changeset
6075 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6076
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6077 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6078
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6079 * PROBLEMS: Updated from beta test bug reports.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6080 Put in outline-mode/outl-mouse-minor-mode by default.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6081
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6082 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6083
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6084 * CHANGES-beta: XEmacs 20.0-b93 is released.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 84
diff changeset
6085
84
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6086 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6087
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6088 * CHANGES-beta: XEmacs 20.0-b92 is released.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6089
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6090 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6091
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6092 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6093 char and pointer.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6094
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6095 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6096
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6097 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
ac0620f6398e Import from CVS: tag r20-0b92
cvs
parents: 82
diff changeset
6098
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6099 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6100 * XEmacs 20.0-b91 (prerelease 2) is released.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6101
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6102 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6103 type.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6104
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6105 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6106 borderwidth.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6107 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6108 SCROLLBAR_LINE_DOWN since that's current the only to get to the
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6109 bottom of the buffer. :-(
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6110
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6111 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6112
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6113 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6114 configurations that use both Motif and Athena.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6115
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6116 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6117
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6118 * info/dir (Gnus): Updated spelling and info.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6119
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6120 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6121
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6122 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6123
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6124 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6125
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6126 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6127 warnings for ccl-read-*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6128
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6129 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
6130
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6131 * XEmacs 20.0 beta90 (prerelease 1) is released.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6132 * XEmacs 19.15 beta90 (prerelease 1) is released.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6133
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6134 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6135
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6136 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6137
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6138 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6139 * XEmacs 20.0 beta 34 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6140 * XEmacs 19.15 beta 7 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6141
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
6142 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6143
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6144 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6145
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6146 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6147
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6148 * src/emacs.c: Make sure
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6149 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6150 works properly
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6151
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6152 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6153 competitor to Purify.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6154
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6155 * man/lispref/symbols.texi: Fix up bit vector documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6156 * man/lispref/sequences.texi: Fix up bit vector documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6157
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6158 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6159
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6160 * lisp/prim/update-elc.el: Don't rely on autoloads.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6161
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6162 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6163
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6164 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6165 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6166 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6167 Errors during autoload generation are just that - errors.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6168
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6169 Generated autoloads are now in a separate file of their own.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6170
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6171 Reliability of autoload generation greatly increased.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6172
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6173 Distribution smaller by about 100k.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6174
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6175 `make autoloads' is still the preferred mechanism for update.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6176
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6177 Autoloads are always regenerated completely from scratch. This
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6178 avoids errors with obsolete or corrupted autoload entries.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6179
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6180 Caching of autoload entries using timestamps has been eliminated.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6181
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6182 Files that have no autoloads no longer have a comment placed into
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6183 the generated autoloads file.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6184
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6185 There was a bug where autoload entries would sometimes end up
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6186 being inserted into the *middle* of other autoload entries,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6187 thereby corrupting them.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6188
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6189 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6190
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6191 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6192
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6193 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6194 doesn't use the autoload facility to load `autoload';
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6195 load it explicity instead.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6196
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6197 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6198
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6199 * man/Makefile: Reinstate hyperbole & oo-browser manuals
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6200
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6201 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6202
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6203 * src/mule-charset.c: Use lower case for charset registry, to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6204 match XLFD.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6205
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6206 * Makefile.in: replace list of info files with *.info* - one less
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6207 maintenance headache
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6208
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6209 * man/oo-browser.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6210
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6211 * man/hyperbole.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6212
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6213 * man/vhdl-mode.texi: Fix TeXability
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6214
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6215 * lisp/prim/loaddefs.el: Wholesale housecleaning
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6216 `make autoloads' should finally work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6217
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6218 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6219
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6220 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6221
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6222 * lib-src/update-elc.sh: `make all-elc' was updating files in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6223 `special' directories without using the Makefiles
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6224 designed for that purpose.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6225 - make sure ilisp isn't remade every time through `make all-elc'.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6226
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6227 * info/dir (Packages): Add Japanese TM info files
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6228
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6229 * src/inline.c: Allow compilation with `gcc -g'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6230
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6231 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6232
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6233 * src/lread.c: Don't put `...' immediately after a filename, so
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6234 that various tools can recognize the filename as such.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6235
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6236 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
6237 --with-xim=xlib and key event on window frame.
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6238 Change return foo to return (foo) when return is a macro.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6239
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6240 * src/editfns.c (Ffollowing_char): docstring fixes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6241
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6242 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6243 This Makefile is no longer officially broken.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6244
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6245 * info/dir: Add Japanese tm documents.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6246
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6247 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6248
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6249 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6250 xargs -i flag.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6251
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6252 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6253 the `binary' coding system is used for .gz and .Z extensions.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6254
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6255 * man/viper.texi: Viper version 2.90
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6256
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6257 * man/ediff.texi: Ediff Version 2.62
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6258
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6259 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6260 define-key, for compatibility with loaddefs.el
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6261
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6262 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6263
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6264 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6265
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6266 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6267 files in dirs that have their own Makefiles.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
6268
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6269 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6270
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6271 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6272
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6273 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6274
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6275 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6276 installation.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6277
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6278 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6279
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6280 * XEmacs 20.0 beta 33 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6281 * XEmacs 19.15 beta 6 is released.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 76
diff changeset
6282
76
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6283 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6284
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6285 * Makefile.in (install-arch-indep): Simplify installation of info
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6286 pages.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6287
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6288 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6289 * XEmacs 20.0-b32 released.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6290
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6291 * XEmacs 19.15-b5 released.
c0c698873ce1 Import from CVS: tag r20-0b33
cvs
parents: 74
diff changeset
6292
74
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6293 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6294
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6295 * configure.in: Reformat. Fix shared include file rename
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6296 problem.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6297
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6298 * configure: Reformat. Fix shared include file rename problem.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6299
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6300 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6301
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6302 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6303
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6304 * Makefile.in (install-arch-indep): Install infofiles gzipped by
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6305 default.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6306
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6307 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6308
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6309 * CHANGES-beta: XEmacs 20.0-b31 is released.
54cc21c15cbb Import from CVS: tag r20-0b32
cvs
parents: 72
diff changeset
6310
72
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6311 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6312
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6313 * info/vhdl-mode.info: New file.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6314
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6315 * info/dir (Packages): Add vhdl-mode documentation.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6316
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6317 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6318
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6319 * configure: Make shared/dynamic flags work much more logically.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6320
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6321 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6322
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6323 * configure.in (machine): Patch to make newly renamed shared
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6324 link include files work.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6325
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6326 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6327
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6328 * configure.in: Configure for POSIX getcwd if available.
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6329
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6330 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6331
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents:
diff changeset
6332 * configure.in (LIBS): Fix typo in dialog box test.