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