comparison src/ChangeLog @ 4872:9873ea104ef6

Fix Cygwin module builds when --with-msw=no -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-15 Ben Wing <ben@xemacs.org> * Makefile.in.in: Build xemacs-export.o whenever we're on any Windows OS (WIN32_ANY) instead of only when we build support for the GUI portion of MS-Windows (HAVE_MS_WINDOWS). Cosmetic: Use WIN32_ANY in place of equivalent (WIN32_NATIVE or CYGWIN).
author Ben Wing <ben@xemacs.org>
date Fri, 15 Jan 2010 04:49:35 -0600
parents d8d92ad084b8
children 4c3f5e1ecbeb
comparison
equal deleted inserted replaced
4871:d8d92ad084b8 4872:9873ea104ef6
1 2010-01-15 Ben Wing <ben@xemacs.org>
2
3 * Makefile.in.in:
4 Build xemacs-export.o whenever we're on any Windows OS (WIN32_ANY)
5 instead of only when we build support for the GUI portion of
6 MS-Windows (HAVE_MS_WINDOWS).
7
8 Cosmetic: Use WIN32_ANY in place of equivalent
9 (WIN32_NATIVE or CYGWIN).
10
1 2010-01-15 Ben Wing <ben@xemacs.org> 11 2010-01-15 Ben Wing <ben@xemacs.org>
2 12
3 * emacs.c: 13 * emacs.c:
4 * emacs.c (debug_can_access_memory): 14 * emacs.c (debug_can_access_memory):
5 When checking for bad memory, we need to read all bytes from memory; 15 When checking for bad memory, we need to read all bytes from memory;