Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 580:55e998c311f5
[xemacs-hg @ 2001-05-26 12:24:50 by ben]
buffer.c, data.c: move text-conversion-error into data.c, along with other errors.
xemacs.mak: fix use of targets so that config.h doesn't end up being passed
to the C compiler as an input file; that creates warnings.
put back config.inc into depend-file targets; removed previously
in a wrong attempt to fix this same problem.
configure.in: rewrite warning output so that it doesn't happen by default --
you should only get warnings when something is actively wrong,
not just because a feature is not present.
author | ben |
---|---|
date | Sat, 26 May 2001 12:24:55 +0000 |
parents | 0e1f61d4b978 |
children | b5b4308a001d |
comparison
equal
deleted
inserted
replaced
579:0e1f61d4b978 | 580:55e998c311f5 |
---|---|
1 2001-05-26 Ben Wing <ben@xemacs.org> | |
2 | |
3 * buffer.c: | |
4 * buffer.c (syms_of_buffer): | |
5 * data.c: | |
6 * data.c (init_errors_once_early): | |
7 move text-conversion-error into data.c, along with other errors. | |
8 | |
1 2001-05-26 Martin Buchholz <martin@xemacs.org> | 9 2001-05-26 Martin Buchholz <martin@xemacs.org> |
2 | 10 |
3 * print.c (print_internal): Fix compile error. | 11 * print.c (print_internal): Fix compile error. |
4 | 12 |
5 2001-05-25 Ben Wing <ben@xemacs.org> | 13 2001-05-25 Ben Wing <ben@xemacs.org> |