From 6b2d8e530828f3597ef9b815a3ef1d1fa27ddb65 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 Jul 2018 17:04:57 +0200 Subject: release 1.21.2 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b2fdc0d0..a4acbc71 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +### caja 1.21.2 + + sync with transifex + eel-gtk-extensions: show icons in right-click menus only if "menus-have-icons" set + caja-sidebar-title: Fix: images broken in sidebar + caja-progress-info.c: show notifications in begin/end of progress + caja-progress-info.c: avoid deprecated 'gtk_status_icon_get_visible' + caja-sidebar-title: fix [-Wmaybe-uninitialized] warning + desktop window: Add is-desktop AtkObject attribute + caja-desktop-window.c: Fix: caja crashes unexpectedly + avoid deprecated 'gtk_widget_override_font' + avoid deprecated 'gtk_window_set_wmclass' + caja-bookmark.c: drop unused variable + caja-bookmark.c: Fix icons in bookmarks + icon-container: avoid deprecated 'gtk_style_context_get_border_color' + avoid deprecated 'gtk_dialog_get_action_area' + Pathbar button: fix poor response to right-click + editable-label: avoid deprecated 'gtk_im_multicontext_append_menuitems' + zoom-control: use NULL instead of uninitialized variable + remove unused function + use NULL instead of uninitialized variable + eel-editable-label.c: avoid deprecated 'gdk_keymap_get_default' + eel-editable-label: avoid deprecated gtk_style_context_set_background + eel-gtk-extensions: replace deprecated gtk_menu_popup function + zoom-control: don't use eel_pop_up_context_menu function + Replace deprecated gtk_menu_popup + libcaja-private: replace deprecated gdk_error_trap functions + fm-desktop-icon-view: replace deprecated gdk_error_trap_push/pop functions + replace deprecated gdk_flush + libcaja-private: fix -Wlogical-not-parentheses build warning + avoid deprecated 'gtk_style_context_get_background_color' + ### caja 1.21.1 * Translations update diff --git a/configure.ac b/configure.ac index 6c7d70d4..403d7233 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.21.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.21.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1