From: Matthieu C. <ma...@us...> - 2003-08-28 15:44:34
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv23705 Modified Files: ChangeLog Log Message: Canon bugfixe Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libmnote/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChangeLog 26 Aug 2003 20:51:33 -0000 1.12 +++ ChangeLog 28 Aug 2003 15:43:50 -0000 1.13 @@ -1,7 +1,18 @@ +2003-08-28 Matthieu Castet <ma...@us...> + + * libmnote/mnote-data.c: Better detection of canon maker note + if we have EXIF data. + * libmnote/test/test-mnote.c: if USE_EXIF_DATA is define, + handles EXIF data. + * libmnote/canon/mnote-canon-data.c: Works also if we don't + have EXIF data. + * Add Changelog for 2003-08-26. + 2003-08-26 Lutz Mueller <lu...@us...> * libmnote/canon/*: Lots of improvements from matthieu - <ma...@if...> (without ChangeLog entry). + <ma...@if...> Canon Maker note works (at less + the tags describe at http://www.burren.cx/david/canon.html). 2003-08-25 Lutz Mueller <lu...@us...> |