diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 13:22:11 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 13:22:11 +0000 |
| commit | 1e6147b63567fd2c0f424dda4a05323b21991f03 (patch) | |
| tree | d85a51229542eb10156c2880c307fff9ff4444ab /ChangeLog | |
| parent | 88f9ebce8c86fb6bb1c451973b47f045ce9fa079 (diff) | |
| download | libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.tar.gz libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.tar.xz libgpod-1e6147b63567fd2c0f424dda4a05323b21991f03.zip | |
* Makefile.am: added bindings/... to EXTRA_DIST
* src/itdb.h, src/itdb_playlist.h, src/itdb_private.h: made enum
ItdbPlType and enum ItdbPlFlag private and introduced
itdb_playlist_set_mpl/_podcast() in addition to the existing
itdb_playlist_is_mpl/_podcast() which make the public enums
unecessary.
* bumped to version 107
* src/ithumb-writer.c: itdb_write_ithumb_files (): commented out
g_print() statement as this produced an empty line in gtkpod's
warning window.
* src/Makefile.am: GDKPIXPUF dependency solved inside source files
-- db-artwork-writer-dummy.c no longer required. Now compiles
with and without gdkpixbuf.
* configure.ac: fixed error in AC_DEFINE_UNQUOTED(HAVE_GDKPIXBUF).
* tests/test-covers.c: attached Flavio Stanchina size-patch
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1112 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2005-10-02 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * Makefile.am: added bindings/... to EXTRA_DIST + + * src/itdb.h, src/itdb_playlist.h, src/itdb_private.h: made enum + ItdbPlType and enum ItdbPlFlag private and introduced + itdb_playlist_set_mpl/_podcast() in addition to the existing + itdb_playlist_is_mpl/_podcast() which make the public enums + unecessary. + + * bumped to version 107 + + * src/ithumb-writer.c: itdb_write_ithumb_files (): commented out + g_print() statement as this produced an empty line in gtkpod's + warning window. + + * src/Makefile.am: GDKPIXPUF dependency solved inside source files + -- db-artwork-writer-dummy.c no longer required. Now compiles + with and without gdkpixbuf. + + * configure.ac: fixed error in AC_DEFINE_UNQUOTED(HAVE_GDKPIXBUF). + * tests/test-covers.c: attached Flavio Stanchina size-patch + 2005-09-29 Jorg Schuler <jcsjcs at users.sourceforge.net> * applied Chrisophe's patch to make libgdk optional |
