comparison ChangeLog @ 4453:29efd169efe7

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 11 May 2008 11:24:01 +0200
parents ac6231e0c1df
children 49f8ed034500
comparison
equal deleted inserted replaced
4452:82f8351e71c8 4453:29efd169efe7
1 2008-05-07 Aidan Kehoe <kehoea@parhasard.net>
2
3 * configure.ac (XE_EXPAND_VARIABLE): Call AC_SUBST on
4 SHEBANG_PATHNAME, as suggested by Michael Sperber in
5 y9ly7aj1wfc.fsf@deinprogramm.de.
6 * Makefile.in.in: Regenerate.
7 * configure: Ditto.
8
9 2008-01-20 Aidan Kehoe <kehoea@parhasard.net>
10
11 * Makefile.in.in (SHEBANG_PROGNAME):
12 New variable; a symbol link to the XEmacs binary to tell it it
13 should read a script from stdin.
14 * configure.ac (XE_EXPAND_VARIABLE):
15 Set SHEBANG_PROGNAME.
16 * configure:
17 Regenerate.
18
19 2008-04-01 Andreas Schwab <schwab@suse.de>
20
21 Thanks to Mike Fabian for posting a patch to the mainline, to Martin
22 Buchholz for writing the ChangeLog, and to Aidan Kehoe for finding
23 the 2003-01-27 ChangeLog. Tested against Xaw3d. -- stephen
24
25 * configure.ac (athena_3d):
26 AC_CHECK_LIB must always take a function as
27 argument, never a global variable. Some linkers can tell the
28 difference. So change:
29 threeDClassRec ==> XawSme3dComputeTopShadowRGB
30
31 2008-02-15 Marcus Crestani <crestani@xemacs.org>
32
33 * configure.ac: Look for all x86 machines to determine which write
34 barrier to use on MacOSX.
35 * configure : Rebuild.
36
37 2008-02-12 Jerry James <james@xemacs.org>
38
39 * install.sh: Rename to install-sh and update to latest FSF version.
40
41 2008-01-25 Stephen J. Turnbull <stephen@xemacs.org>
42
43 * configure.ac (--with-database): 'gnudbm' -> 'gdbm' in docstrings.
44
45 2008-01-25 Michael Sperber <mike@xemacs.org>
46
47 * Makefile.in.in:
48 * configure.ac:
49 * version.sh.in: Use Mercurial tip hash to identify version
50 instead of old CVS method.
51
52 2008-01-17 Aidan Kehoe <kehoea@parhasard.net>
53
54 * configure.ac:
55 If using a version of the gdbm library that sticks dbm_open in
56 libgdbm_compat.so, also link to that library.
57 Correct a thinko with DBM version 4 checks. Both from Hans de
58 Graaff, in
59 http://mid.gmane.org/20050812092756.6850.qmail@graaff.xs4all.nl
60 and
61 http://mid.gmane.org/pan.2007.06.24.10.10.57@gentoo.org; thank you
62 Hans!
63 * configure:
64 Regenerate.
65
66 2008-01-01 Stephen J. Turnbull <stephen@xemacs.org>
67
68 * Makefile.in.in (mkpkgdir): Fix incorrect comment convention.
69
70 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org>
71
72 * Makefile.in.in (mkpkgdir): Ensure only one late package directory.
73
74 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org>
75
76 * Makefile.in.in (check-available-packages): Say where to install.
77 (mkpkgdir):
78
1 2007-12-23 Stephen J. Turnbull <stephen@xemacs.org> 79 2007-12-23 Stephen J. Turnbull <stephen@xemacs.org>
2 80
3 * Makefile.in.in (mkpkgdir): 81 * Makefile.in.in (mkpkgdir):
4 (check-available-packages): 82 (check-available-packages):
5 (install-bootstrap-packages): 83 (install-bootstrap-packages):