diff lisp/ChangeLog @ 591:ec73ae6e772b

[xemacs-hg @ 2001-05-31 02:05:16 by wmperry] Fix GTK auto-generation elisp files...
author wmperry
date Thu, 31 May 2001 02:05:18 +0000
parents e62e90435c57
children 5fd7ba8b56e7
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 31 02:01:47 2001 +0000
+++ b/lisp/ChangeLog	Thu May 31 02:05:18 2001 +0000
@@ -1,3 +1,17 @@
+2001-05-30  William M. Perry  <wmperry@gnu.org>
+
+	* gtk-marshal.el: Make sure that we use 'const' instead of 'CONST'
+	in the generated file.  Put in a comment at the top of the
+	generated file that it _IS_ auto-generated, and should not be
+	edited by hand.
+	
+
+	* gtk-widget-accessors.el (define-widget-accessors): Use
+	wtaerror() instead of signal_simple_error.
+	(import-widget-accessors): Put in a comment at the top of the
+	generated file that it _IS_ auto-generated, and should not be
+	edited by hand.
+
 2001-05-10   Daiki Ueno  <ueno@unixuser.org>
 
 	* font-lock.el (font-lock-compile-keywords): Rewrite as a side