summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>