diff src/ChangeLog @ 4740:ff037e1dc33c

automatic merge
author Stephen J. Turnbull <stephen@xemacs.org>
date Thu, 12 Nov 2009 00:00:11 +0900
parents a6f27e2b3d84 d261888e5069
children 17f7e9191c0b
line wrap: on
line diff
--- a/src/ChangeLog	Wed Nov 11 23:52:58 2009 +0900
+++ b/src/ChangeLog	Thu Nov 12 00:00:11 2009 +0900
@@ -1,9 +1,21 @@
 2009-11-11  Stephen Turnbull  <stephen@xemacs.org>
 
 	* darwin.h: Remove.  Functionality implemented in configure.ac.
-
 	* config.h.in (USE_PARAM_H): New.  Used by Darwin to #define BSD.
 
+2009-11-09  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* sysfile.h (DEFAULT_DIRECTORY_FALLBACK): 
+	Move the WIN32_NATIVE definition inside the #ifdef emacs
+	conditional, clear up the comment after #else; thanks for the
+	build failure report, Vin!
+	Cast DEFAULT_DIRECTORY_FALLBACK to (const CIbyte *) by default,
+	which better reflects its contents.
+	* editfns.c (get_home_directory): 
+	* buffer.c (init_initial_directory): 
+	Cast DEFAULT_DIRECTORY_FALLBACK to (Ibyte *) with functions that
+	take that type, now that is necessary. 
+
 2009-11-09  Jerry James  <james@xemacs.org>
 
 	* Makefile.in.in: Remove support for malloc.c ("old" GNU malloc).  Do