diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-15 03:09:17 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-15 03:09:17 +0000 |
commit | 892ab8ad5c52cbc00afd0a04f98d56c5b29d228a (patch) | |
tree | b4a54c5ebce9716cc6d359acef462b64a3a220d1 | |
parent | b08eebd07f576898d6dd732ce7a699961ff805f9 (diff) | |
download | libgpod-892ab8ad5c52cbc00afd0a04f98d56c5b29d228a.tar.gz libgpod-892ab8ad5c52cbc00afd0a04f98d56c5b29d228a.tar.xz libgpod-892ab8ad5c52cbc00afd0a04f98d56c5b29d228a.zip |
add some of Nick's recent work on the python bindings
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1375 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2007-01-15 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * Makefile.am + bindings/python/Makefile.am + bindings/python/__init__.py + bindings/python/gpod.i.in + bindings/python/gpod_doc.i.in + bindings/python/gtkdoc-to-swig.xsl + bindings/python/gtkpod.py + bindings/python/ipod.py: add builtin documentation to the python + bindings using the gtk-docs for all of the wrapped libgpod + functions (with much help from Nicolas Piper) + + * bindings/python/gtkpod.py: fix encoding issue in + write_pair() (Nicolas Piper) + handle gtkpod extended info files with either md5_hash or + sha1_hash fields (Nicolas Piper) + + * bindings/python/ipod.py: ensure the db object doesn't get + garbage collected at the wrong time (Nicolas Piper) + 2007-01-15 Jorg Schuler <jcsjcs at users.sourceforge.net> * po/sv.po: updated Swedish catalog -- thanks to Stefan Asserhall |