Skip to content

Commit

Permalink
release 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jul 3, 2018
1 parent 970cda6 commit 6b2d8e5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------------------

Expand Down

0 comments on commit 6b2d8e5

Please sign in to comment.