diff src/ChangeLog @ 2956:ee35a8fdcfcd

[xemacs-hg @ 2005-09-27 05:29:41 by ben] fix compilation warnings text.c, event-Xt.c, lisp.h, number-gmp.c, number-gmp.h: Fix compilation warnings. A couple of changes of new -> new_, 'foo -> `foo'.
author ben
date Tue, 27 Sep 2005 05:29:45 +0000
parents c7d4a681eb2c
children 5eb04c84c7ae
line wrap: on
line diff
--- a/src/ChangeLog	Mon Sep 26 22:19:05 2005 +0000
+++ b/src/ChangeLog	Tue Sep 27 05:29:45 2005 +0000
@@ -1,3 +1,16 @@
+2005-09-27  Ben Wing  <ben@xemacs.org>
+
+	* text.c (wcscmp_ascii):
+	* text.c (COPY_TEXT_BETWEEN_FORMATS):
+	* event-Xt.c (x_event_to_emacs_event):
+	* event-Xt.c (ShellVisualPatch):
+	* lisp.h:
+	* lisp.h (assert_with_message):
+	* number-gmp.c (bigfloat_to_string):
+	* number-gmp.h:
+	Fix compilation warnings.  A couple of changes of new -> new_,
+	'foo -> `foo'.
+
 2005-09-26  Ben Wing  <ben@xemacs.org>
 
 	* specifier.c: