Mercurial > hg > xemacs-beta
comparison src/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 | ce0b3f2eff35 |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
663:ebdebdbf3f84 | 664:6e99cc8c6ca5 |
---|---|
1 2001-09-17 Ben Wing <ben@xemacs.org> | |
2 | |
3 * fileio.c (normalize_filename): | |
4 * fileio.c (Fexpand_file_name): | |
5 Fix various C++ compile errors in Andy's recent code. | |
6 | |
7 * callint.c (Fcall_interactively): | |
8 * editfns.c (Ftemp_directory): | |
9 * editfns.c (Fuser_full_name): | |
10 * emacs.c (argmatch): | |
11 * lread.c (locate_file_map_suffixes): | |
12 * redisplay-x.c (x_ring_bell): | |
13 Fix sign-compare warnings. | |
14 | |
15 * scrollbar-msw.c: | |
16 * scrollbar-msw.c (mswindows_handle_scrollbar_event): | |
17 Fix crash under MS Windows. See comment around line 223 for | |
18 explanation. | |
19 | |
1 2001-09-08 Andy Piper <andy@xemacs.org> | 20 2001-09-08 Andy Piper <andy@xemacs.org> |
2 | 21 |
3 * device-msw.c (mswindows_finish_init_device): remove dde | 22 * device-msw.c (mswindows_finish_init_device): remove dde |
4 initialization. | 23 initialization. |
5 * device-msw.c (mswindows_init_dde): factor out from | 24 * device-msw.c (mswindows_init_dde): factor out from |