From: Lutz M. <lu...@us...> - 2005-08-22 22:17:38
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10193 Modified Files: ChangeLog configure.ac Log Message: 2005-08-23 Lutz Mueller <lu...@us...> Some work on canon maker notes. Entries that contain several different values now expand to different entries. Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- configure.ac 20 Jun 2005 23:59:07 -0000 1.9 +++ configure.ac 22 Aug 2005 22:17:30 -0000 1.10 @@ -99,7 +99,7 @@ GP_CHECK_DOXYGEN # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT}], [Lutz Müller and others]) -ALL_LINGUAS="de es fr" +ALL_LINGUAS="de es fr pl" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.223 retrieving revision 1.224 diff -u -p -d -r1.223 -r1.224 --- ChangeLog 15 Aug 2005 20:29:14 -0000 1.223 +++ ChangeLog 22 Aug 2005 22:17:29 -0000 1.224 @@ -1,3 +1,8 @@ +2005-08-23 Lutz Mueller <lu...@us...> + + Some work on canon maker notes. Entries that contain several different + values now expand to different entries. + 2005-08-15 Lutz Mueller <lu...@us...> Patch by Jakub Bogusz <qb...@pl...>, related to translation. |