From: Duncan C. <dun...@us...> - 2005-02-26 02:54:44
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17085 Modified Files: ChangeLog Makefile.am Log Message: Change the names of the two modules, GArrow and FileSel. Index: Makefile.am =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile.am,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- Makefile.am 26 Feb 2005 02:03:03 -0000 1.53 +++ Makefile.am 26 Feb 2005 02:54:34 -0000 1.54 @@ -365,7 +365,7 @@ gtk/Graphics/UI/Gtk/Misc/Calendar.chs.pp \ gtk/Graphics/UI/Gtk/Misc/DrawingArea.chs \ gtk/Graphics/UI/Gtk/Misc/EventBox.chs.pp \ - gtk/Graphics/UI/Gtk/Misc/GArrow.chs \ + gtk/Graphics/UI/Gtk/Misc/Arrow.chs \ gtk/Graphics/UI/Gtk/Misc/HandleBox.chs \ gtk/Graphics/UI/Gtk/Misc/SizeGroup.chs \ gtk/Graphics/UI/Gtk/Misc/Tooltips.chs.pp \ @@ -397,7 +397,7 @@ gtk/Graphics/UI/Gtk/TreeList/TreeStore.chs.pp \ gtk/Graphics/UI/Gtk/TreeList/TreeView.chs.pp \ gtk/Graphics/UI/Gtk/Windows/Dialog.chs \ - gtk/Graphics/UI/Gtk/Windows/FileSel.chs.pp \ + gtk/Graphics/UI/Gtk/Selectors/FileSelection.chs.pp \ gtk/Graphics/UI/Gtk/Windows/Window.chs.pp \ gtk/Graphics/UI/Gtk/Gdk/Drawable.chs.pp \ gtk/Graphics/UI/Gtk/Gdk/GC.chs \ Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.371 retrieving revision 1.372 diff -u -d -r1.371 -r1.372 --- ChangeLog 26 Feb 2005 02:17:26 -0000 1.371 +++ ChangeLog 26 Feb 2005 02:54:34 -0000 1.372 @@ -32,6 +32,9 @@ * Makefile.am: change names of the two modules, GArrow and FileSel. + * gtk/Graphics/UI/Gtk.hs: change the names of the two modules, GArrow + and FileSel. + 2005-02-25 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Abstract/Bin.chs, |