From: Dan F. <dfa...@us...> - 2010-02-06 07:26:20
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18477 Modified Files: NEWS ChangeLog Log Message: Made the case of text output be more consistent. Now, tag titles have each word capitalized (like a title) and tag values are always lower case, except the first word which is capitalized (more like a sentence). Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -d -r1.68 -r1.69 --- NEWS 25 Jan 2010 21:58:50 -0000 1.68 +++ NEWS 6 Feb 2010 00:15:20 -0000 1.69 @@ -3,6 +3,7 @@ libexif-0.6.x: * Fixed some problems in the write-exif.c example program * Stop listing -lm as a required library for dynamic linking in libexif.pc * Turned on the --enable-silent-rules configure option + * Changed a lot of strings to make the case of the text more consistent libexif-0.6.19 (2009-11-12): Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.347 retrieving revision 1.348 diff -u -p -d -r1.347 -r1.348 --- ChangeLog 25 Jan 2010 21:58:50 -0000 1.347 +++ ChangeLog 6 Feb 2010 00:15:20 -0000 1.348 @@ -1,3 +1,10 @@ +2010-02-05 Dan Fandrich <da...@co...> + + * Made the case of text output be more consistent. Now, tag titles + have each word capitalized (like a title) and tag values + are always lower case, except the first word which is capitalized + (more like a sentence). + 2010-01-25 Dan Fandrich <da...@co...> * configure.ac: Turned on the --enable-silent-rules configure option |