diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-11 15:11:34 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-11 15:11:34 +0000 |
commit | 099a3eead27b2b63747e778aaf55565dd7ad698c (patch) | |
tree | 2a830141fb714df0d2fc5dfdcfe3deda5ce1d7b1 | |
parent | 17757d663fba6555c4c285ed86c47aa5b801add3 (diff) | |
download | emacs-099a3eead27b2b63747e778aaf55565dd7ad698c.tar.gz |
*** empty log message ***
-rw-r--r-- | nt/ChangeLog | 6 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index f07d0e1e8f3..66e1ea15438 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,5 +1,9 @@ 2005-06-11 Eli Zaretskii <eliz@gnu.org> + * configure.bat: If their fc.exe returns a meaningful exit status, + don't overwrite src/config.h and src/epaths.h with identical + copies. + * INSTALL: Warn about using "cvs up -kb" if one intends to commit changes. Add a pointer to another site with detailed configure and build instructions. Suggest to look at config.log when @@ -9,7 +13,7 @@ * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686". - * configure1.bat: Update copyright years. + * configure.bat: Update copyright years. Delete config.log before doing anything else. Write additional diagnostics to config.log in case of failures to compile test programs, including the failed test program itself. diff --git a/src/ChangeLog b/src/ChangeLog index 34c19326c98..0232aea8b48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-06-11 Eli Zaretskii <eliz@gnu.org> + + * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in + the call to CreateDIBSection, to avoid a compiler warning. + 2005-06-11 Jason Rumney <jasonr@gnu.org> * w32fns.c (Fx_file_dialog): Unblock input before falling back to |