diff options
author | raveit65 <[email protected]> | 2018-07-03 17:04:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-03 17:04:57 +0200 |
commit | 6b2d8e530828f3597ef9b815a3ef1d1fa27ddb65 (patch) | |
tree | a103c704f69f1a8f6baa92169cb585e92ae6bd9d | |
parent | 970cda6fb9cfbadc5e16c4eb7874365c185bc7cd (diff) | |
download | caja-6b2d8e530828f3597ef9b815a3ef1d1fa27ddb65.tar.bz2 caja-6b2d8e530828f3597ef9b815a3ef1d1fa27ddb65.tar.xz |
release 1.21.2v1.21.2
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 33 insertions, 1 deletions
@@ -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 --------------------------------------------------------------------------- |