Mercurial > hg > xemacs-beta
comparison ChangeLog @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | b2472a1930f2 |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
1 1998-04-04 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.0-beta34 is released. | |
4 | |
5 1998-04-03 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * configure.in: | |
8 checking whether gettimeofday accepts one or two arguments... two | |
9 | |
10 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
11 | |
12 * configure.in: Fixed magic to handle AIX and MIT X11R6. | |
13 | |
14 1998-04-02 Martin Buchholz <martin@xemacs.org> | |
15 | |
16 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc | |
17 | |
18 1998-04-01 Martin Buchholz <martin@xemacs.org> | |
19 | |
20 * tests/database.el (test-database): Temporary files (the databases | |
21 that were created) should be deleted. | |
22 | |
23 * Makefile.in (testdir): Remove gnumake-specific syntax. | |
24 (src/Makefile): src/Makefile depends on src/depend. | |
25 | |
26 1998-03-29 Martin Buchholz <martin@xemacs.org> | |
27 | |
28 * configure.in: Check for -lz, -lgz unconditionally. Too many | |
29 system linkers don't properly die when there are cascaded link | |
30 dependencies, so we can't rely on the linker for that. The only | |
31 downside is that we might link with an extra unneeded library. If | |
32 you really really care about this, you can go fix it. | |
33 | |
34 * configure.in: Enhance PANIC msg to make it clear that | |
35 --with-FEATURE is going to die if FEATURE is not installed. | |
36 | |
37 1998-03-27 Martin Buchholz <martin@xemacs.org> | |
38 | |
39 * configure.in: $debug was not properly dependent on $beta | |
40 | |
41 * configure.in: Move offix configuration out of src/Makefile.in.in | |
42 into configure.in. | |
43 | |
44 * configure.in: Reorganize xpm detection code. | |
45 | |
46 * configure.in: XIM default to ON if Motif which is not Lesstif is | |
47 found. | |
48 | |
49 * configure.in: Keep auto-generated makefile dependencies out of | |
50 src/Makefile.in.in by using AC_OUTPUT file concatenation support. | |
51 | |
52 1998-03-26 Martin Buchholz <martin@xemacs.org> | |
53 | |
54 * configure.in: Fix up cflags handling. Specifically, configure | |
55 --cflags='' would fail to be recognized. | |
56 | |
57 * configure.in: Fix up png detection. Link with png_read_image to | |
58 make sure -lz is required. Test for png >- 0.96 via header file. | |
59 | |
60 1998-03-21 Martin Buchholz <martin@xemacs.org> | |
61 | |
62 * configure.in (XE_GCC_WRAP_LDFLAGS) | |
63 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite. | |
64 | |
65 * configure.in: Make sure BSD always links in libz.a | |
66 BSD's stupid linker can't detect cascaded lib dependencies | |
67 | |
68 * configure.in: Autodetect lesstif. define have_lesstif. | |
69 Don't use motif-xim with lesstif, at least by default. | |
70 | |
71 1998-03-30 SL Baur <steve@altair.xemacs.org> | |
72 | |
73 * version.sh: Add InfoDock version number variables. | |
74 | |
75 1998-03-30 Amir J. Katz <amir@ndsoft.com> | |
76 | |
77 * info/dir: Replaced string '20.5' with '21.0' | |
78 | |
1 1998-03-24 SL Baur <steve@altair.xemacs.org> | 79 1998-03-24 SL Baur <steve@altair.xemacs.org> |
2 | 80 |
3 * XEmacs 21.0-beta33 is released. | 81 * XEmacs 21.0-beta33 is released. |
4 | 82 |
5 1998-03-26 Didier Verna <verna@inf.enst.fr> | 83 1998-03-26 Didier Verna <verna@inf.enst.fr> |