commit 2492a6ef62bf2a78e83e7b1d92cf1770aa6b19af
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:   2012-05-14

    updated for version 3.0.1

M	NEWS
M	configure.ac

commit 8c78e07c6fc8f283749dbe875fcb5a106e9a7959
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-14

    distribute the man page as well

M	data/Makefile.am

commit 5bf055be042d083e8887d6a2a9a4e91eca356a34
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-13

    fixed loading of thumbnails after re-enabling thumbnails again

M	gthumb/gth-file-list.c

commit b028c3e54db23e5ddc5205cdd3bfbea8d51b9ef9
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-06

    resize images: correctly restore the last used width and height

    [bug #675498]

M	extensions/resize_images/dlg-resize-images.c

commit e1651d595212f5a228414b4ff5ba67228b7b1eda
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-06

    make the current file visible after changing the filter

M	gthumb/gth-browser.c

commit f91f281c77df4cd948f09b3a7b6333f5bffbd5ca
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-05

    grid view: fixed re-layout after a file is added or removed

    reverse only the new_lines list instead of the whole list of lines.

M	gthumb/gth-grid-view.c

commit 69d06aa9e015694c772288fbf2d9073b79e125b6
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:	2012-05-05

    Updated German translation

M	po/de.po

commit ae90a2c1867243f6b151a00bc69a76d4ad35dd10
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-03

    removed unused variable

M	gthumb/gth-string-list.c

commit f73d5cfe7eac7e99e5d287113e071f7b7da627ec
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-05-01

    return TRUE after pressing f to activate fullscreen mode

M	gthumb/gth-browser.c

commit 21f0d4da2424d52bbe4f8a64d737c3a27ad3552a
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-29

    exiv2: preserve the Xmp lists read from the sidecars as well

M	extensions/exiv2_tools/exiv2-utils.cpp

commit deea1194e32709e59c35ba5883a36a9320bca968
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-28

    always use a GthMetadata object for attributes

    some objects (keyword attributes) were  GthStringList, now it's always
    used the GthMetadata object, that can contain a GthStringList value
    as well,
    in order to make the code more consistent.

M	extensions/catalogs/gth-organize-task.c
M	extensions/comments/gth-comment.c
M	extensions/comments/gth-metadata-provider-comment.c
M	extensions/edit_metadata/gth-edit-general-page.c
M	extensions/edit_metadata/gth-edit-tags-dialog.c
M	extensions/edit_metadata/gth-tag-task.c
M	extensions/edit_metadata/utils.c
M	extensions/exiv2_tools/exiv2-utils.cpp
M	extensions/flicker_utils/flickr-service.c
M	extensions/importer/gth-import-task.c
M	extensions/picasaweb/picasa-web-service.c
M	gthumb/gth-file-data.c
M	gthumb/gth-metadata.c
M	gthumb/gth-metadata.h
M	gthumb/gth-string-list.c
M	gthumb/gth-string-list.h
M	gthumb/gth-test-category.c

commit e933a216ca6053164cc6891cb67589025b1cb6ee
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-28

    gThumb destroys metadata by flattening XMP lists

    save XmpBag and XmpSeq data types as string lists, and
    recreate the lists before saving to file.

    [bug #674908]

M	extensions/exiv2_tools/exiv2-utils.cpp

commit 2e7ec5bfa95820c991806f923a480e54682e29d2
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-28

    removed wrong use of the & operator

M	gthumb/gth-metadata.c

commit 29341c8e107a179943238259ddfb3515f5944c03
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-28

    metadata: added the ability to save a list of strings

M	gthumb/gth-metadata.c
M	gthumb/gth-metadata.h

commit 8221721b938d835368f53941291a59f941a91bab
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	2012-04-29

    Fixed Russian translation

M	po/ru.po

commit 6ab0230f7e8366e23bb56479c0bb764f547fd761
Author: Bruno Brouard <annoa.b@gmail.com>
Date:	2012-04-25

    Updated French translation

M	po/fr.po

commit 232794832c62b48ace6e131fcfb5fba50f7fbc02
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-25

    fixed mouse wheel navigation with the video viewer again

    it worked only when going forward

M	gthumb/gth-browser.c
M	gthumb/gth-grid-view.c

commit 857293491369cbaaeaf974f43bf8eb04d1b53737
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-25

    explictly add a dependency to gsettings-desktop-schemas

    Actually it's more a run-time dependency then a compile-time
    dependency,
    but this is useful to make it clear to packagers that
    gsettings-desktop-schemas is required by gthumb.

M	configure.ac

commit 9a6ef293db91c87f6a72b42df9686710e30d1e41
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-24

    Fixed mouse wheel navigation with other viewers as well

M	extensions/file_viewer/gth-file-viewer-page.c
M	extensions/gstreamer_tools/gth-media-viewer-page.c