Codebase list guile-gnome-platform / HEAD libglade / ChangeLog.pre-2.16
HEAD

Tree @HEAD (Download .tar.gz)

ChangeLog.pre-2.16 @HEADraw · history · blame

2008-05-01  Andy Wingo  <wingo@pobox.com>

	* doc/overview.texi (Overview): Add overview with example.

	* doc/overrides.texi: Add some overrides, yay.

	* doc/defuns-glade-xml.xml.texi: Regenerate.

2008-04-25  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.98 ==

2008-04-25  Andy Wingo  <wingo@pobox.com>

	* examples/test.scm: Update example to use gnome-2.

	* doc/*.texi: Update docs.

2008-04-10  Andy Wingo  <wingo@unquote>

	* == Released guile-gnome-platform version 2.15.97 ==

2008-04-10  Andy Wingo  <wingo@unquote>

	* NEWS: Update NEWS.

2008-04-08  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c (connect_one): Remove needless cast.
	(guile_glade_custom_handler): Use the two-arg
	scm_c_scm_to_gtype_instance_typed.

2007-12-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.96 ==

2007-12-08  Andy Wingo  <wingo@pobox.com>

	* examples/test.scm: Mark as scheme mode. Import (oop goops) so
	the crack creation_function code works.

2007-12-06  Andy Wingo  <wingo@pobox.com>

	* tests/wrapset.api: Regenerate.

	* doc/defuns-*.texi: Regenerated.

	* doc/guile-gnome-libglade.texi (Top): 
	* doc/undocumented.texi: New section for undocumented exports.

2007-11-30  Andy Wingo  <wingo@pobox.com>

	* doc/guile-gnome-libglade.texi (Top): Add type index.

2007-11-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.95 ==

2007-11-10  Andy Wingo  <wingo@pobox.com>

	* tests/Makefile.am:
	* tests/wrapset.api:
	* tests/wrapset.scm: Add API regression test suite.

2007-11-01  Andy Wingo  <wingo@pobox.com>

	* Makefile.am:
	* doc/: Add documentation, generated from upstream gtk-doc.

2007-09-25  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.94 ==

2007-09-25  Andy Wingo  <wingo@pobox.com>

	* NEWS: Updated.

2007-06-15  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.93 ==

2007-05-24  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.92 ==

2007-05-24  Andy Wingo  <wingo@pobox.com>

	* gnome/overrides/libglade.defs: Update for autogenerated libglade
	defs.

2007-05-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.91 ==

2007-02-02  Andy Wingo  <wingo@pobox.com>

	* gnome/overrides/libglade.defs (signal_connect)
	(signal_autoconnect): Don't leave guile mode for these functions.

2006-12-15  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.90 ==

2006-11-05  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/libglade-spec.scm: Use (gnome gw support g-wrap), the
	g-wrap compatibility wrapper.

2005-04-10  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/gw/glade-support.c: Use new SCM<->gpointer conversion
	macros.

2005-03-06  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.7.99 ==

2005-01-11  Andy Wingo  <wingo@pobox.com>

	* == Released platform version 2.7.98 ==

2004-12-06  Andy Wingo  <wingo@pobox.com>

	* == Released platform version 2.7.97 ==

2004-11-15  Andy Wingo  <wingo@pobox.com>

	* package.ac: Add record_check.

2004-10-28  Andy Wingo  <wingo@pobox.com>

	* gtk-checks.ac: 
	* glib-checks.ac: 
	* defs-checks.ac: Versioned pkg-config check.

	* examples/test.scm: Use "exec guile-gnome-0 ..."

2004-10-26  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am (guilegnomelib_LTLIBRARIES): Install to
	versioned directory.

2004-09-27  Andy Wingo  <wingo@pobox.com>

	* gnome/glade.scm: Avoid deprecated modules.

	* examples/test.scm: Add license block.

2004-09-19  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am (libgw_guile_gnome_libglade_la_LIBADD): Not
	G_WRAP_LINK_ARGS, it's G_WRAP_LIBS.

2004-09-16  Andy Wingo  <wingo@pobox.com>

	* Makefile.am (SUBDIRS): Dist fixes.

	* README: Added.

	* NEWS: Added.

	* AUTHORS: Added.

	* gtk-checks.ac: Check the right package.

	* glib-checks.ac: Check the right package.

2004-09-12  Andy Wingo  <wingo@pobox.com>

	* defs-checks.ac: New file.

	* gnome/gw/Makefile.am (libgw_guile_gnome_libglade_la_SOURCES):
	Don't dist the g-wrap generated C file.

	* Makefile.am (EXTRA_DIST): Add the .ac files to the dist.

	* gnome/overrides/Makefile.am, gnome/overrides/libglade.defs: Add
	overrides to the libglade module.

	* gnome/Makefile.am: Fix for overrides, dist stuff.

	* gnome/gw/libglade-spec.scm (initialize): Use
	load-defs-with-overrides, new module locations.

2004-08-06  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/Makefile.am: Distribute and install glade.scm.

	* examples/test.scm: Use (gnome glade) instead of 
	(gnome gw libglade).

2004-07-01  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/libglade-spec.scm (initializations-cg): Fix module
	stuff.

	* gnome/glade.scm (gnome): Fix name.

	* gnome/gw/libglade-spec.scm (initialize): Fix for depends-on!.

	* gnome/glade.scm: New file.

	* gnome/gw/glade-support.[ch]: Evaluate expressions in the (gnome
	gw libglade) module, scm_module_gobject isn't exported any more.

	* ChangeLog: Merged all ChangeLogs into this one, and elided
	entries that didn't deal with glade.

	* gtk-checks.ac: New file.

2004-05-22  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c: Evaluate expressions in the (gnome gw
	glade) module.

	* ChangeLog: Merged all ChangeLogs into this one, and elided
	entries that didn't deal with glade.

2004-01-14  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c (handle_read_error): New function.
	(connect_many): Use scm_internal_catch with handle_read_error
	around scm_c_read_string.

2004-01-14  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c (handle_read_error): New function.
	(connect_many): Use scm_internal_catch with handle_read_error
	around scm_c_read_string.

2003-11-25  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/gw/gw-glade-spec.scm: Use gw-standard instead of
	guile-gnome-gw-standard.

2003-11-25  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/gw/gw-glade-spec.scm: Use gw-standard instead of
	guile-gnome-gw-standard.

2003-10-29  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c (guile_glade_custom_handler): Don't expect a
	procedure from the widget handler, only a widget. So if you want
	to call a procedure, put it in parentheses.

2003-10-29  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.c (guile_glade_custom_handler): Don't expect a
	procedure from the widget handler, only a widget. So if you want
	to call a procedure, put it in parentheses.

2003-10-26  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/gw-glade-spec.scm: Set the custom handler on library init.

	* gnome/gw/glade-support.c (connect_many): Use scm_c_eval_str instead of
	scm_c_lookup; this allows lambda expressions, etc.
	(guile_glade_custom_handler): New function, handles glade's custom
	widget facility.

2003-10-26  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/gw-glade-spec.scm: Set the custom handler on library init.

	* gnome/gw/glade-support.c (connect_many): Use scm_c_eval_str instead of
	scm_c_lookup; this allows lambda expressions, etc.
	(guile_glade_custom_handler): New function, handles glade's custom
	widget facility.

2003-10-01  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.[ch]: New files. Contains custom wrappers for
	glade_xml_new_from_buffer, glade_xml_signal_connect, and
	glade_xml_signal_autoconnect.
	* gnome/gw/Makefile.am: Support the glade build.
	* gnome/gw/generics.scm: Remove functions->methods-public.
	* gnome/gw/gw-glade-spec.scm: New file.

2003-10-01  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/glade-support.[ch]: New files. Contains custom wrappers for
	glade_xml_new_from_buffer, glade_xml_signal_connect, and
	glade_xml_signal_autoconnect.
	
	* gnome/gw/Makefile.am: Support the glade build.
	
	* gnome/gw/gw-glade-spec.scm: New file.
	
	* configure.in: Check to see if glade is installed.