comparison 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
comparison
equal deleted inserted replaced
4930:9f04877ce07e 4931:8a08cf0b7583
241 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): 241 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
242 * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): 242 * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN):
243 * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT): 243 * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT):
244 Declare some temporary pointer variables const to avoid compile 244 Declare some temporary pointer variables const to avoid compile
245 errors under C++ and/or Visual Studio 6. 245 errors under C++ and/or Visual Studio 6.
246
247 2010-01-17 Vin Shelton <acs@xemacs.org>
248
249 * fileio.c (check_writable): Remove cast from 2010-01-14
250
251 * syswindows.h: Use consts in macros where appropriate in lieu of
252 cast in check_writable(). Patch from Ben Wing.
253
254 2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
255
256 * config.h.in:
257 * floatfns.c (emacs_rint):
258 Don't look for rint in configure, always use our own
259 implementation that rounds to the even number in the case of
260 ambiguity, for consistency with the bignum code.
261
262 2010-01-14 Vin Shelton <acs@xemacs.org>
263
264 * fileio.c (check_writable): Fix compilation error under Visual
265 Studio 6.
266
267 * sysfile.h:
268 Add conditional definition for EOVERFLOW, which isn't defined
269 under Visual Studio 6.
270
271 2010-01-14 Didier Verna <didier@xemacs.org>
272
273 * faces.c (complex_vars_of_faces): change X11 bgcolor fallback of
274 default face to match that of gui element face.
246 275
247 2010-01-14 Ben Wing <ben@xemacs.org> 276 2010-01-14 Ben Wing <ben@xemacs.org>
248 277
249 * buffer.h: 278 * buffer.h:
250 * compiler.h: 279 * compiler.h: