summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-30 14:45:20 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-30 14:45:20 +0000
commita2e45c9c9f9580b76ecd270b0bcea59c72043180 (patch)
tree645b42b9bf84869ad81b4cb9750e04a893c59ef1
parentcb80c65901da6af0c384a89b33ed6477307f8e00 (diff)
downloadlibgpod-a2e45c9c9f9580b76ecd270b0bcea59c72043180.tar.gz
libgpod-a2e45c9c9f9580b76ecd270b0bcea59c72043180.tar.xz
libgpod-a2e45c9c9f9580b76ecd270b0bcea59c72043180.zip
Rephrased my last CVS commit log.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1510 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b999a27..1316444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
2007-05-30 Todd Zullinger <tmzullinger at users.sourceforge.net>
- * bindings/python/tests/resources/iTunes/iTunesDB.ext
- docs/reference/libgpod-docs.xml
- docs/reference/tmpl/photodb.sgml
- m4/python.m4:
- change CVS references and links to SVN
+ * bindings/python/tests/resources/iTunes/iTunesDB.ext
+ docs/reference/libgpod-docs.xml
+ docs/reference/tmpl/photodb.sgml
+ m4/python.m4:
+ change CVS references and links to SVN
2007-05-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
@@ -19,9 +19,9 @@
itdb_time_time_t_to_mac() and itdb_time_mac_to_time_t() were
renamed to device_*() and take a pointer to an Itdb_Device
instead of a pointer to an Itdb_iTunesDB structure as the latter
- does not exist in case of photo databases. The functions are
- moved from itdb_itunesdb.c to itdb_device.c and all references
- to these two functions were changed accordingly.
+ does not exist in case of photo databases. All references to
+ those two functions were changed accordingly and the functions
+ themselves were moved from itdb_itunesdb.c to itdb_device.c.
2007-05-23 Todd Zullinger <tmzullinger at users.sourceforge.net>