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