2003-10-26 Lutz Mueller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Sun, 26 Oct 2003 10:06:17 +0000 (11:06 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Sun, 26 Oct 2003 10:06:17 +0000 (11:06 +0100)
commitf2cc306190df10a128556fca764b6b7a86e2381a
treebeaddd5f1dc7ba5e3f4b52e08bc17b42a6c6d59d
parent46100bfb51ec8df4531886621414647099532db8
2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>

* libexif/olympus
* libexif/canon
* libexif/pentax: Merge libmnote with libexif. The code compiles but
  is completely untested.
33 files changed:
ChangeLog
README
configure.in
libexif/Makefile.am
libexif/canon/.gitignore [new file with mode: 0644]
libexif/canon/Makefile.am [new file with mode: 0644]
libexif/canon/exif-mnote-data-canon.c [new file with mode: 0644]
libexif/canon/exif-mnote-data-canon.h [new file with mode: 0644]
libexif/canon/mnote-canon-entry.c [new file with mode: 0644]
libexif/canon/mnote-canon-entry.h [new file with mode: 0644]
libexif/canon/mnote-canon-tag.c [new file with mode: 0644]
libexif/canon/mnote-canon-tag.h [new file with mode: 0644]
libexif/exif-data.c
libexif/exif-data.h
libexif/exif-mnote-data-priv.h [new file with mode: 0644]
libexif/exif-mnote-data.c [new file with mode: 0644]
libexif/exif-mnote-data.h [new file with mode: 0644]
libexif/olympus/.gitignore [new file with mode: 0644]
libexif/olympus/Makefile.am [new file with mode: 0644]
libexif/olympus/exif-mnote-data-olympus.c [new file with mode: 0644]
libexif/olympus/exif-mnote-data-olympus.h [new file with mode: 0644]
libexif/olympus/mnote-olympus-entry.c [new file with mode: 0644]
libexif/olympus/mnote-olympus-entry.h [new file with mode: 0644]
libexif/olympus/mnote-olympus-tag.c [new file with mode: 0644]
libexif/olympus/mnote-olympus-tag.h [new file with mode: 0644]
libexif/pentax/.gitignore [new file with mode: 0644]
libexif/pentax/Makefile.am [new file with mode: 0644]
libexif/pentax/exif-mnote-data-pentax.c [new file with mode: 0644]
libexif/pentax/exif-mnote-data-pentax.h [new file with mode: 0644]
libexif/pentax/mnote-pentax-entry.c [new file with mode: 0644]
libexif/pentax/mnote-pentax-entry.h [new file with mode: 0644]
libexif/pentax/mnote-pentax-tag.c [new file with mode: 0644]
libexif/pentax/mnote-pentax-tag.h [new file with mode: 0644]