comparison src/ChangeLog @ 797:776fcda0ee36

[xemacs-hg @ 2002-03-29 13:51:37 by wmperry] Use wrap_emacs_* instead of wrap_* for gtk_boxed, gtk_object, and ffi LispObjects.
author wmperry
date Fri, 29 Mar 2002 13:51:50 +0000
parents e38acbeb1cae
children 1f5108485fe7
comparison
equal deleted inserted replaced
796:7a6013500383 797:776fcda0ee36
1 2002-03-29 William M. Perry <wmperry@gnu.org>
2
3 * ui-gtk.c (Fgtk_import_function_internal):
4 (emacs_gtk_object_finalizer):
5 (build_gtk_object):
6 (build_gtk_boxed): Use wrap_emacs_*() instead of wrap_*()
7 for gtk_boxed, gtk_object, ffi
8
1 2002-03-24 Ben Wing <ben@xemacs.org> 9 2002-03-24 Ben Wing <ben@xemacs.org>
2 10
3 * Makefile.in.in (gui_objs): 11 * Makefile.in.in (gui_objs):
4 * Makefile.in.in (objs): 12 * Makefile.in.in (objs):
5 Always include gui.c, to fix compile error when TTY-only. 13 Always include gui.c, to fix compile error when TTY-only.