diff src/ChangeLog @ 3452:551c008d3777

[xemacs-hg @ 2006-06-14 06:10:08 by aidan] Fix snprintf problems with the Win32 build.
author aidan
date Wed, 14 Jun 2006 06:10:10 +0000
parents d1754e7f0cea
children 78507f684253
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 13 21:50:52 2006 +0000
+++ b/src/ChangeLog	Wed Jun 14 06:10:10 2006 +0000
@@ -1,3 +1,12 @@
+2006-06-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* mule-ccl.c:
+	Don't declare ccl-program as a symbol here, leave that to
+	general-slots.h. 
+	* unicode.c (unicode_to_ichar):
+	Use qxesprintf, not snprintf, change some types to allow
+	complilation on Win32. 
+	
 2006-06-03  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* charset.h: