From d0429e31320aa70661af3408171fcd4781c33f34 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 11 Oct 2017 15:59:01 +0200 Subject: release 1.19.2 --- NEWS | 59 ++++++++++++++++++++++++++++++++++++----------------------- configure.ac | 2 +- 2 files changed, 37 insertions(+), 24 deletions(-) diff --git a/NEWS b/NEWS index aef34cca..b686af29 100644 --- a/NEWS +++ b/NEWS @@ -1,29 +1,42 @@ +### caja 1.19.2 + + * Translations update + * View -> Visible Columns: fix vertical expand of dialog content + * reword Size on Disk column description a bit + * Fix: wrong behavior while renaming files + * icon-dnd: remove hardcoded highlight frame + * Fix: high cpu while loading background image + * list view: fix large icon margins on zooming out + * Revert "Adds columns autosizing" + * make sure scaling the desktop wallpaper works in all monitors + * remove weird +x attribute from a source file + ### caja 1.19.1 * Translations update - gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: - Adds columns autosizing - Refresh all rows on zoom change - Forces widget redraw on zoom - pathbar: enable mousewheel scrolling like it was with GTK+2 - libcaja-private: remove wrong link from internal README - private: Ensure we allow launching .desktop files from trusted symlinks - Fix: Scaling the desktop wallpaper doesn't work - open-with-dialog: set max-char-width for a label - Fix "Open With" dialog "Open" button's text misaligned - avoid deprecated gdk_screen_width/height - avoid deprecated gdk_screen_get_width/height - avoid deprecated gdk_screen_make_display_name - libegg: replace deprecated gtk_drag_begin - eggsmclient: fix a build warning because of -Wcomment - don't use deprecated gtk_show_uri - avoid deprecated gdk_screen_get_number - Fix browsing/autorun media on insertion - fix vertical Compact View scrolling in fm_icon_view_scroll_event() - property-browser: add style class frame to scrolledwindows" - Fix off-by-one error in caja-pathbar.c - Restore Polish translation credits from GNOME - added feature: present the size on disk of files as we present the size of the file. + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + * Adds columns autosizing + * Refresh all rows on zoom change + * Forces widget redraw on zoom + * pathbar: enable mousewheel scrolling like it was with GTK+2 + * libcaja-private: remove wrong link from internal README + * private: Ensure we allow launching .desktop files from trusted symlinks + * Fix: Scaling the desktop wallpaper doesn't work + * open-with-dialog: set max-char-width for a label + * Fix "Open With" dialog "Open" button's text misaligned + * avoid deprecated gdk_screen_width/height + * avoid deprecated gdk_screen_get_width/height + * avoid deprecated gdk_screen_make_display_name + * libegg: replace deprecated gtk_drag_begin + * eggsmclient: fix a build warning because of -Wcomment + * don't use deprecated gtk_show_uri + * avoid deprecated gdk_screen_get_number + * Fix browsing/autorun media on insertion + * fix vertical Compact View scrolling in fm_icon_view_scroll_event() + * property-browser: add style class frame to scrolledwindows" + * Fix off-by-one error in caja-pathbar.c + * Restore Polish translation credits from GNOME + * added feature: present the size on disk of files as we present the size of the file. ### caja 1.19.0 diff --git a/configure.ac b/configure.ac index 3cad9f0a..e6c50954 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.19.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.19.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1