Mercurial > hg > xemacs-beta
comparison ChangeLog @ 664:6e99cc8c6ca5
[xemacs-hg @ 2001-09-18 05:04:26 by ben]
fileio.c: Fix various C++ compile errors in Andy's recent code.
callint.c, editfns.c, emacs.c, lread.c, redisplay-x.c: Fix sign-compare warnings.
scrollbar-msw.c: Fix crash under MS Windows. See comment around line 223 for
explanation.
font-lock.el: fix problem when you insert a comment on the line before a line of
code: if we use the following char, then when you hit backspace,
the following line of code turns the comment color.
configure.in: Don't use -Wshadow when compiling with g++ or you get buried in
silly warnings. This patch was already applied but somehow got
unapplied. Stephen?
author | ben |
---|---|
date | Tue, 18 Sep 2001 05:06:57 +0000 |
parents | 53ebbbe68740 |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
663:ebdebdbf3f84 | 664:6e99cc8c6ca5 |
---|---|
1 2001-09-17 Ben Wing <ben@xemacs.org> | |
2 | |
3 * configure.in (TAB): | |
4 * configure.in (XE_COMPUTE_RUNPATH): | |
5 Don't use -Wshadow when compiling with g++ or you get buried in | |
6 silly warnings. This patch was already applied but somehow got | |
7 unapplied. Stephen? | |
8 | |
9 2001-06-24 Ben Wing <ben@xemacs.org> | |
10 | |
11 * configure.in (TAB): Don't use -Wshadow when compiling with | |
12 g++ or you get buried in silly warnings. | |
13 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when | |
14 compiling --with-msw, --with-x=no, --with-tty=no. | |
15 | |
1 2001-08-21 Adrian Aichner <adrian@xemacs.org> | 16 2001-08-21 Adrian Aichner <adrian@xemacs.org> |
2 | 17 |
3 * etc\BETA (writing): Advertise use of build-report. | 18 * etc\BETA (writing): Advertise use of build-report. |
4 | 19 |
5 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> | 20 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |