From: Duncan C. <dun...@us...> - 2004-04-30 13:45:41
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13720 Modified Files: ChangeLog AUTHORS Log Message: add new widgets & demo contributed by Matthew Walton also add Bin abstract class (just for completeness - it's pretty pointless) Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -r1.135 -r1.136 --- ChangeLog 30 Apr 2004 13:12:55 -0000 1.135 +++ ChangeLog 30 Apr 2004 13:45:22 -0000 1.136 @@ -5,10 +5,18 @@ * glade/Glade.chs: fix lib prefix - * gtk/entry/EntryCompletion.chs, - * gtk/layout/Expander.chs, - * gtk/menuComboToolbar/ComboBoxEntry.chs, - * gtk/menuComboToolbar/ComboBox.chs: fix descriptions in headers + * gtk/entry/EntryCompletion.chs, gtk/layout/Expander.chs, + gtk/menuComboToolbar/ComboBoxEntry.chs, + gtk/menuComboToolbar/ComboBox.chs: fix descriptions in headers + + * gtk/abstract/ButtonBox.chs, gtk/layout/HButtonBox.chs, + gtk/layout/VButtonBox.chs, demo/buttonbox/Makefile, + demo/buttonbox/ButtonBox.hs, AUTHORS: new widgets and demo + contributed by Matthew Walton + + * gtk/abstract/Bin.chs: new (slightly pointless) abstract class + + * gtk/general/Gtk.hs: export new modules 2004-04-27 Duncan Coutts <du...@co...> @@ -18,10 +26,9 @@ * gtk/entry/Entry.chs: added new gtk 2.4 methods - * gtk/entry/EntryCompletion.chs, - * gtk/layout/Expander.chs, - * gtk/menuComboToolbar/ComboBox.chs, - * gtk/menuComboToolbar/ComboBoxEntry.chs: new gtk 2.4 modules + * gtk/entry/EntryCompletion.chs, gtk/layout/Expander.chs, + gtk/menuComboToolbar/ComboBox.chs, + gtk/menuComboToolbar/ComboBoxEntry.chs: new gtk 2.4 modules * gtk/general/Gtk.hs: export new gtk 2.4 modules Index: AUTHORS =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/AUTHORS,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- AUTHORS 7 Jan 2004 09:37:46 -0000 1.6 +++ AUTHORS 30 Apr 2004 13:45:31 -0000 1.7 @@ -9,9 +9,10 @@ (RPMs and tons of other stuff) Duncan Coutts <du...@co...> -(GtkSourceView) +(GtkSourceView, libglade) JP Bernardy <jy...@ya...> Jonas Svensson <d99...@dt...> Vincenzo Ciancia <ci...@cl...> +Matthew Walton <ma...@al...> |