Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4931:8a08cf0b7583
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 21 Jan 2010 00:46:37 -0600 |
parents | 9f04877ce07e 7822019c5d98 |
children | 8b63e21b0436 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 20 04:20:49 2010 -0600 +++ b/src/ChangeLog Thu Jan 21 00:46:37 2010 -0600 @@ -244,6 +244,35 @@ Declare some temporary pointer variables const to avoid compile errors under C++ and/or Visual Studio 6. +2010-01-17 Vin Shelton <acs@xemacs.org> + + * fileio.c (check_writable): Remove cast from 2010-01-14 + + * syswindows.h: Use consts in macros where appropriate in lieu of + cast in check_writable(). Patch from Ben Wing. + +2010-01-16 Aidan Kehoe <kehoea@parhasard.net> + + * config.h.in: + * floatfns.c (emacs_rint): + Don't look for rint in configure, always use our own + implementation that rounds to the even number in the case of + ambiguity, for consistency with the bignum code. + +2010-01-14 Vin Shelton <acs@xemacs.org> + + * fileio.c (check_writable): Fix compilation error under Visual + Studio 6. + + * sysfile.h: + Add conditional definition for EOVERFLOW, which isn't defined + under Visual Studio 6. + +2010-01-14 Didier Verna <didier@xemacs.org> + + * faces.c (complex_vars_of_faces): change X11 bgcolor fallback of + default face to match that of gui element face. + 2010-01-14 Ben Wing <ben@xemacs.org> * buffer.h: