Mercurial > hg > xemacs-beta
comparison ChangeLog @ 4541:0c410b5b387a
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 29 Dec 2008 14:07:32 +0000 |
parents | 7ca6d57ce12d |
children | 9b3f398ebfb7 |
comparison
equal
deleted
inserted
replaced
4540:7e01763ea656 | 4541:0c410b5b387a |
---|---|
1 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * configure.ac: Vladimir Ivanovic's change of 2008-09-17 was | |
4 effective, but not correct. The original issue was that m4 | |
5 stripped [], so "char *v[]" in configure.ac became "char *v" in | |
6 configure. His change to configure.ac rendered the declaration | |
7 "char **v[]", which is effective but confusing; this change | |
8 renders it "char **v". | |
9 * configure: Regenerate. | |
10 | |
1 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> | 11 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * INSTALL: Give better pointers to package documentation. | 13 * INSTALL: Give better pointers to package documentation. |
4 | 14 |
5 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> | 15 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
6 | 16 |
7 * configure.ac (xemacs_cc_cc_mismatch): Improve g++ detection. | 17 * configure.ac (xemacs_cc_cc_mismatch): Improve g++ detection. |
18 | |
19 2008-09-17 Vladimir G. Ivanovic <vladimir@acm.org> | |
20 | |
21 * configure: Fixed two typos in args of main: char *v -> char **v | |
22 * configure.ac: Fixed two typos in args of main: char *v -> char **v | |
8 | 23 |
9 2008-08-03 Mats Lidell <matsl@xemacs.org> | 24 2008-08-03 Mats Lidell <matsl@xemacs.org> |
10 | 25 |
11 * configure.ac: Fix typo xft_gauge to xft_gauges | 26 * configure.ac: Fix typo xft_gauge to xft_gauges |
12 | 27 |