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

    updated for version 3.0.0

M	NEWS
M	configure.ac

commit 2565eae4749e61bda7d6d25b582f537e0d4a2695
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-23

    do not clear the location_source before the location is loaded

    this makes the code more robust if a selection-changed signal
    is wrongly
    emitted by the folder tree.

M	gthumb/gth-browser.c

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

    browser: fixed error when the new location is an entry point

    Block selection-changed signals when collapsing the folder tree,
    to avoid
    to incorrectly open an automatically selected entry.

M	gthumb/gth-browser.c
M	gthumb/gth-folder-tree.c
M	gthumb/gth-folder-tree.h

commit 1ddb2daf17503ba93258e75e872aa996523e7be7
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-23

    do not call gth_file_source_monitor_directory if the location is NULL

M	gthumb/gth-browser.c
M	gthumb/gth-file-source.c

commit 184cac5375fba19ccb852b3b20f8f9aea5bdc73a
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-23

    fixed wrong sensitivity of the zoom buttons on the toolbar

    reset the fit mode before setting the zoom level

M	gthumb/gth-image-viewer.c

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

    GthImageViewer: add scroll events to the window event mask

M	gthumb/gth-image-viewer.c

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

    GthEmpyList: skip GtkScrolledWindow::unrealize when unrealizing

    as we skip GtkScrolledWindow::realize when realizing the widget as
    well.

M	gthumb/gth-empty-list.c

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

    do not load extensions with a different api version

M	extensions/23hq/23hq.extension.in.in
M	extensions/bookmarks/bookmarks.extension.in.in
M	extensions/burn_disc/burn_disc.extension.in.in
M	extensions/cairo_io/cairo_io.extension.in.in
M	extensions/catalogs/catalogs.extension.in.in
M	extensions/change_date/change_date.extension.in.in
M	extensions/comments/comments.extension.in.in
M	extensions/contact_sheet/contact_sheet.extension.in.in
M	extensions/convert_format/convert_format.extension.in.in
M	extensions/desktop_background/desktop_background.extension.in.in
M	extensions/edit_metadata/edit_metadata.extension.in.in
M	extensions/example/src/example.extension.in.in
M	extensions/exiv2_tools/exiv2_tools.extension.in.in
M	extensions/export_tools/export_tools.extension.in.in
M	extensions/facebook/facebook.extension.in.in
M	extensions/file_manager/file_manager.extension.in.in
M	extensions/file_tools/file_tools.extension.in.in
M	extensions/file_viewer/file_viewer.extension.in.in
M	extensions/find_duplicates/find_duplicates.extension.in.in
M	extensions/flicker/flicker.extension.in.in
M	extensions/flicker_utils/flicker_utils.extension.in.in
M	extensions/gstreamer_tools/gstreamer_tools.extension.in.in
M	extensions/gstreamer_utils/gstreamer_utils.extension.in.in
M	extensions/image_print/image_print.extension.in.in
M	extensions/image_rotation/image_rotation.extension.in.in
M	extensions/image_viewer/image_viewer.extension.in.in
M	extensions/importer/importer.extension.in.in
M	extensions/jpeg_utils/jpeg_utils.extension.in.in
M	extensions/list_tools/list_tools.extension.in.in
M	extensions/map_view/map_view.extension.in.in
M	extensions/oauth/oauth.extension.in.in
M	extensions/photo_importer/photo_importer.extension.in.in
M	extensions/photobucket/photobucket.extension.in.in
M	extensions/picasaweb/picasaweb.extension.in.in
M	extensions/pixbuf_savers/pixbuf_savers.extension.in.in
M	extensions/raw_files/raw_files.extension.in.in
M	extensions/red_eye_removal/red_eye_removal.extension.in.in
M	extensions/rename_series/rename_series.extension.in.in
M	extensions/resize_images/resize_images.extension.in.in
M	extensions/search/search.extension.in.in
M	extensions/selections/selections.extension.in.in
M	extensions/slideshow/slideshow.extension.in.in
M	extensions/webalbums/webalbums.extension.in.in
M	gthumb/gth-extensions.c
M	m4/gthumb.m4

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

    automatically set the api version as the first two numbers of
    the version

M	configure.ac

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

    do not compile the extensions that require jpeg_utils if jpeg_tools
    is not enabled

M	extensions/contact_sheet/Makefile.am
M	extensions/image_rotation/Makefile.am
M	extensions/importer/Makefile.am
M	extensions/jpeg_utils/Makefile.am
M	extensions/photo_importer/Makefile.am
M	extensions/pixbuf_savers/Makefile.am
M	extensions/webalbums/Makefile.am

commit 6fec3fc95e4ae89a141023f797843f23e09ba09d
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-20

    browser: perfoem some actions only when the location changed

    no need to make the current file visible, to update the sensitivity
    and other actions after listing the children of a folder tree item.

M	gthumb/gth-browser.c

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

    tree view: do not scroll to the location when listing the children

    this is annoying and unexpected from the user

M	gthumb/gth-browser.c

commit 69897a69d78b7a5eb24ce77e5068fcb525c326c3
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-20

    browser: set the location source only if the location was changed

M	gthumb/gth-browser.c

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

    catalogs: hide the QuickAddToCatalog action correctly

    use gtk_action_set_visible instead of hiding the related widgets

M	extensions/catalogs/callbacks.c

commit 3b09b0afba4eb55bbfe9dc53e632c4c46ccb9ba8
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-20

    removed GTH_ACTION_GO_INTO

    it is unused.

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

commit ba9cef6e300f1aafbfb21f40fd7e3eb5250485dc
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:	2012-04-17

    [l10n] Update Japanese translation

    http://mail.gnome.gr.jp/ml/gnome-translation/201204/msg00238.html

M	po/ja.po

commit 321039e4a4b711a001b447eb10c7e0591bc6570c
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:	2012-04-17

    [l10n] Update Japanese translation

    Fix a typo

M	po/ja.po

commit 6407c884f4e3467597893dd813a21642ed24bccf
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:	2012-04-15

    [l10n] Update Japanese translation

    Remove extra white spaces

M	po/ja.po

commit 0845b52a8bf2d38cfe6cbcec01680a8a12b2292d
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:	2012-04-15

    [l10n] Update Japanese translation

    Fix a typo

M	po/ja.po

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

    make git ignore patches

M	Makefile.am

commit 533762f76a883cd3d56bdae99d81fd175fb96b69
Author: Ritsuko Sato <satoritsu@gmail.com>
Date:	2012-04-14

    [l10n] Update Japanese translation

M	po/ja.po

commit 3ac33b7ddf21b9d6d71504aab2b0910f9612e0e8
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:	2012-04-13

    metadata category names WON'T show translated strings

    [bug #674033]

M	extensions/rename_series/gth-template-selector.c
M	gthumb/gth-file-properties.c

commit 0fab5bb0276ce26c221fe6170908e73cba0f8530
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-04-13

    fixed focusing of the thumbnail list

    do not focus the grid view if it is not realized yet

M	gthumb/gth-browser.c
M	gthumb/gth-dumb-notebook.c
M	gthumb/gth-empty-list.c
M	gthumb/gth-file-list.c

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

    selections: fixed keyboard shortcuts for some keyboard layouts

    Fixed the keyboard shortcuts for French keyboards (and maybe
    others as well) where the number keys are shifted.

    [bug #673872]

M	extensions/selections/actions.c
M	extensions/selections/actions.h
M	extensions/selections/callbacks.c
M	gthumb/gth-empty-list.c

commit f264c1e4da741e74fe54281eaad79c387d016b42
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-04-12

    Updated Norwegian bokmål translation

M	po/nb.po

commit a8f1cd18cf14d186216548fa6d6bfc98314b7e46
Author: Marek Černocký <marek@manet.cz>
Date:	2012-04-10

    Updated Czech translation

M	po/cs.po