From d2885b57c68a96673c40489665a8c0170616bdd8 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 25 Feb 2007 11:43:07 +0000 Subject: [PATCH] Minor doc updates --- doc/ChangeLog | 17 +++++++++-------- src/doxygen.hpp | 2 +- src/exiv2.1 | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 714ea4cb..4598b8d3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -18,11 +18,11 @@ Changes from version 0.12 to 0.13 (Suggested by Will Stokes) - 0000461: [miscellaneous] Add i18n support. Requires gettext. (Gilles Caulier) - The currently available translations are (work in progress): - de.po, es.po, fr.po, pl.po by Gilles Caulier ported from libexif - fi.po by Mikael Lammentausta - fr.po by Olivier Tilloy - ru.po by Alexandre Prokoudine + The currently available translations are still work in progress: + German, Spanish, Polish by Gilles Caulier, ported from libexif + Finnish by Mikael Lammentausta + French by Gilles Caulier (ported from libexif) and Olivier Tilloy + Russian by Alexandre Prokoudine - 0000460: [exif] Exiv2 should support to decode/encode Windows tags Exif.Image.0x9c9b-0x9c9f. Requires libiconv. (Suggested by Jose Oliver) @@ -30,9 +30,10 @@ Changes from version 0.12 to 0.13 - [exif] Updated Nikon lens info to v2.15 of Robert Rottmerhusen's lens database. - [exif] Added read-support for Fujifilm RAF images. - - [exif] Image now has containers and provides default - implementations for most methods. Improved consistency of handling - unsupported functions across Image subclasses. + - [exif] Image class hierarchy refactored: Image now has containers + and provides default implementations for most methods. Calling + an unsupported method of any Image subclass now results in an + exception. * MSVC related - [exivsimple] Added get and set thumbnail functions. diff --git a/src/doxygen.hpp b/src/doxygen.hpp index 8e7f7d1b..bd7b4290 100644 --- a/src/doxygen.hpp +++ b/src/doxygen.hpp @@ -54,7 +54,7 @@ - JPEG - Canon CRW - - TIFF and related RAW formats (Canon CR2, Nikon NEF, Pentax PEF, Sony SR2, Sony ARW, Adobe DNG, and Minolta MRW), read-only + - TIFF and related RAW formats (Adobe DNG, Canon CR2, Fujifilm RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2), read-only - PNG, read-only @section supp Support diff --git a/src/exiv2.1 b/src/exiv2.1 index dab15497..a8838c59 100644 --- a/src/exiv2.1 +++ b/src/exiv2.1 @@ -3,7 +3,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH EXIV2 1 "January 30th, 2007" +.TH EXIV2 1 "February 25th, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -31,8 +31,8 @@ exiv2 \- Exif/IPTC metadata manipulation tool is a program to read and write Exif and IPTC image metadata and image comments. Supported image formats are JPEG, Canon CRW and Canon THM. Read-only support is currently available for PNG and TIFF format and -includes TIFF-based RAW formats such as Nikon NEF, Canon CR2, Sony -SR2, Sony ARW, Pentax PEF, Adobe DNG and Minolta MRW. +includes TIFF-based RAW formats such as Adobe DNG, Canon CR2, Fujifilm +RAF, Minolta MRW, Nikon NEF, Pentax PEF, Sony ARW and Sony SR2. .SH ACTIONS The \fIaction\fP argument is only required if it is not clear from the \fIoptions\fP which action is implied.