From: Dan F. <dfa...@us...> - 2013-03-15 20:56:35
|
Update of /cvsroot/libexif/gexif In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5788 Modified Files: ChangeLog NEWS Log Message: * Fixed display of text strings from libexif in locales that don't use UTF-8 (bug #712169) Index: NEWS =================================================================== RCS file: /cvsroot/libexif/gexif/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NEWS 14 Mar 2013 20:06:45 -0000 1.4 +++ NEWS 15 Mar 2013 20:56:31 -0000 1.5 @@ -8,3 +8,4 @@ * warning message "Implement!" replaced by 'about' dialog box * de, es, fr, pl, sv translations completed * fixed bug 1599611: gexif is not localized (remark: no change of AM_GNU_GETTEXT) + * fixed bug 712169: fixed text strings in locales that don't use UTF-8 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/gexif/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ChangeLog 15 Mar 2013 20:33:38 -0000 1.19 +++ ChangeLog 15 Mar 2013 20:56:31 -0000 1.20 @@ -1,3 +1,8 @@ +2013-03-15 Dan Fandrich <da...@co...> + + * Fixed display of text strings from libexif in locales that don't use + UTF-8 (bug #712169) + 2013-03-14 Dan Fandrich <da...@co...> * Converted remaining files to UTF-8 |