Skip to content

Commit

Permalink
release 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Nov 17, 2018
1 parent 6dbdc90 commit b475e15
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 30 deletions.
87 changes: 58 additions & 29 deletions NEWS
@@ -1,34 +1,63 @@
### caja 1.21.3

* GSettings should init beforce use it
* update translations
* Fix case-insensitive comparison in running_in_mate
* monitor: fix crash on unmounting remote filesystems
* CajaFile: fix crash in modify_link_hash_table
* connect-server-dialog: Respect password save setting
* properties-window: fix checking inconsistent state
* monitor: watch for removal of non-native mounts on GVolumeMonitor
* Add 'Configurable' interface and add support to caja-file-management-properties
* caja-application.c: Remove redundant empty lines
* Update caja manpage with info about "--force-desktop" option
* Caja-icon-info: Optimize icon lookups by GIcon.
* fm-directory-view.c: Decrease minimum update interval.
* Remove dead code, fix a memory leak
* add option to open multiple uri in tabs at startup
* pathbar: Activate pane when changing location
* add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab]
* caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;]
* caja-desktop-directory: stop segfaults in directory_ready_callback
* caja-directory.c: fix build warning
* pathbar: increase reference count of path in update_button_types
* Fix some issues found by static analysis
* pathbar: Fix crash when accessing drive root
* libcaja-private: remove redundant prefs application to hash table
* [desktop-bg] Fix memory leak during background change events
* caja-location-bar: Fix: change background color based on activity state

### 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'
* update translations
* 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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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.2], [http://www.mate-desktop.org])
AC_INIT([caja], [1.21.3], [http://www.mate-desktop.org])

dnl ---------------------------------------------------------------------------

Expand Down

0 comments on commit b475e15

Please sign in to comment.