summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-27 16:04:44 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-27 16:04:44 +0000
commitd7d2d85d3158be06c09593b2e60bbd2003f58323 (patch)
tree151d5f4f4fccfd9b0fd6952dc2fc59278d6326c2 /ChangeLog
parentb20fa21426ef36e038a684fa077319c8e068d29e (diff)
downloadlibgpod-d7d2d85d3158be06c09593b2e60bbd2003f58323.tar.gz
libgpod-d7d2d85d3158be06c09593b2e60bbd2003f58323.tar.xz
libgpod-d7d2d85d3158be06c09593b2e60bbd2003f58323.zip
Namespace cleanup part II (python bindings and documentation).
structs: SPLPref -> Itdb_SPLPref SPLRules -> Itdb_SPLRules SPLRule -> Itdb_SPLRule SPL_* -> ITDB_SPL_* enums, #defines: LIMITTYPE_* -> ITDB_LIMITTYPE_* LIMITSORT_* -> ITDB_LIMITSORT_* SPLMATCH_* -> ITDB_SPLMATCH_* SPLACTION_* -> ITDB_SPLACTION_* SPLFIELD_* -> ITDB_SPLFIELD_* SPLDATE_IDENTIFIER -> ITDB_SPL_DATE_IDENTIFIER splft_* -> ITDB_SPLFT_* splat_* -> ITDB_SPLAT_* enum SPLAction -> ItdbSPLAction enum SPLActionType -> ItdbSPLActionType enum SPLField -> ItdbSPLField enum SPLFieldType -> ItdbSPLFieldType enum ItdbLimitType (new) enum ItdbLimitSort (new) enum ItdbSPLMatch (new) removed SPL_MAXSTRINGLENGTH (use ITDB_SPL_STRING_MAXLEN) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1419 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cb6895c..2ef91d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,16 @@
* src/itdb.h
src/itdb_itunesdb.c
src/itdb_playlist.c
- src/itdb_private.h: namespace cleanup. Applications supporting
- smart playlists will have to be adapted. The following changes
- were implemented to make sure all exported symbols start with
- ITDB or Itdb:
+ src/itdb_private.h
+ bindings/python/gpod.i.in
+ bindings/python/gpod_doc.i.in
+ docs/reference/libgpod-sections.txt
+ docs/reference/tmpl/libgpod-unused.sgml
+ docs/reference/tmpl/smart-playlists.sgml:
+
+ Namespace cleanup. Applications supporting smart playlists will
+ have to be adapted. The following changes were implemented to
+ make sure all exported symbols start with ITDB or Itdb:
structs:
SPLPref -> Itdb_SPLPref