commit de9de20b47239f14db76b767b71e378488f2226c Author: Felix Riemann Date: Tue Dec 21 18:57:32 2010 +0100 Prepare for release 2.91.4 NEWS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit aa1ceac427d99e70bc2747b4503f6307f4f841e3 Author: Felix Riemann Date: Tue Dec 21 18:33:06 2010 +0100 Really fix build without libexif Add changes forgotten in commit ebb9e525. Fixes bug 637648. src/eog-image.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 72e3254ed7f88b4c3b09d0bf98f43482404e8450 Author: Ivar Smolin Date: Mon Dec 20 15:22:25 2010 +0200 [l10n] Updated Estonian translation po/et.po | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit ebb9e525a84fb169c79908ff646288550f7e480a Author: Felix Riemann Date: Sat Dec 18 15:35:15 2010 +0100 Fix build without libexif src/eog-image.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 796aae00058655d6f9e796f36fd7420991c657a7 Author: Marek Kašík Date: Sat Dec 18 15:19:14 2010 +0100 Use default page settings when opening print dialog the first time Use the default page setup the first time after application start. Then re-use the last used page setup for rest of the time. Fixes bug 549039. src/eog-window.c | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) commit 3cc45bdc35fbfd14627d266c0344f677d2037dcb Author: Felix Riemann Date: Sat Dec 18 13:52:04 2010 +0100 Define EogExifData type using G_DEFINE_BOXED_TYPE macro configure.ac | 2 +- src/eog-exif-util.c | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49 Author: Claudio Saavedra Date: Mon Aug 9 00:51:06 2010 +0300 Wrap ExifData in a EogExifData boxed type This is for better interaction with bindings https://bugzilla.gnome.org/show_bug.cgi?id=626257 plugins/statusbar-date/eog-statusbar-date-plugin.c | 10 +++---- src/eog-exif-util.c | 28 +++++++++++++++++++- src/eog-exif-util.h | 10 ++++++- src/eog-image.c | 4 +- src/eog-image.h | 3 +- src/eog-metadata-reader.c | 4 +- src/eog-metadata-reader.h | 4 +- src/eog-properties-dialog.c | 4 +- src/eog-thumb-view.c | 2 +- 9 files changed, 51 insertions(+), 18 deletions(-) commit 5f66a42b0f445b181b4612474af43b7304104684 Author: Claudio Saavedra Date: Mon Aug 9 00:48:08 2010 +0300 Rename EogDebugSection to EogDebug Also rename EOG_NO_DEBUG to EOG_DEBUG_NO_DEBUG for clarity in bindings. https://bugzilla.gnome.org/show_bug.cgi?id=626257 src/eog-debug.c | 10 +++++----- src/eog-debug.h | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) commit 9c10f508e0be7f2036d993eff6e6fbd40aefea76 Author: Chao-Hsiung Liao Date: Thu Dec 9 19:58:56 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 533 +++++++++++++++++++++++++++++++------------------------- po/zh_TW.po | 556 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 599 insertions(+), 490 deletions(-) commit 6a406bf93969a73159b67eefe125f700a1f82126 Author: Felix Riemann Date: Mon Dec 6 21:55:25 2010 +0100 Ignore drag&drop requests from a window onto itself Avoids accidential DnD of an image into the same window (e.g. while trying to scroll) and the resulting reload. Fixes bug 585069. src/eog-window.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 75301e4cce11e4b6a5d649f65329e317dc024ef2 Author: Lucian Adrian Grijincu Date: Fri Dec 3 05:40:41 2010 +0200 Updated Romanian translation po/ro.po | 612 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 340 insertions(+), 272 deletions(-) commit de2cfab8546071c63be52181bdfab9f144f38353 Author: Djavan Fagundes Date: Thu Dec 2 13:45:32 2010 -0200 Updated Brazilian Portuguese translation for manual help/pt_BR/pt_BR.po | 400 ++++++++++++++++++++++++++++----------------------- 1 files changed, 218 insertions(+), 182 deletions(-) commit 685ea8bd493b3832f9e245dd2da294ef9edf15c3 Author: Felix Riemann Date: Thu Dec 2 15:30:07 2010 +0100 Make toolbar editor expand vertically to fully use the dialog's space Editor only showed a single row of items due to the changed expand behaviour in GTK+-3 before. src/eog-window.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 596040f0ec1f3a7db6c888307ce9d521571f58a3 Author: Ivar Smolin Date: Wed Dec 1 20:27:27 2010 +0200 [l10n] Updated Estonian translation po/et.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit c5de0715e2607a4fa8f9681eeaf8c0d3d9dca9be Author: Felix Riemann Date: Mon Nov 29 22:54:44 2010 +0100 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)