From: Duncan C. <dun...@us...> - 2005-01-26 12:05:18
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14670 Modified Files: ChangeLog Log Message: Several marshaling improvements. Extract enums from the api file. Produce a list of objects and enums and use it when deciding how to marshal types. Marshal floats and doubles, flags and enums. Distinguish between GObjects and GtkObjects. Extract documentation of properties. Initial go at producing property definitions. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.328 retrieving revision 1.329 diff -u -d -r1.328 -r1.329 --- ChangeLog 25 Jan 2005 18:19:35 -0000 1.328 +++ ChangeLog 26 Jan 2005 12:05:08 -0000 1.329 @@ -1,3 +1,12 @@ +2005-01-26 Duncan Coutts <du...@co...> + + * tools/apiGen/ApiGen.hs: Several marshaling improvements. Extract + enums from the api file. Produce a list of objects and enums and use + it when deciding how to marshal types. Marshal floats and doubles, + flags and enums. Distinguish between GObjects and GtkObjects. Extract + documentation of properties. Initial go at producing property + definitions. + 2005-01-25 Duncan Coutts <du...@co...> * tools/apiGen/format-docs.xsl: deal with another kind of list and |