diff options
author | raveit65 <[email protected]> | 2017-10-11 15:59:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-10-11 15:59:01 +0200 |
commit | d0429e31320aa70661af3408171fcd4781c33f34 (patch) | |
tree | 5ac2f1cb2175388162b3929330bf9e0f458f0651 | |
parent | 44ed4a55f4b0df13908c71fe577e5ae343c4eccf (diff) | |
download | caja-d0429e31320aa70661af3408171fcd4781c33f34.tar.bz2 caja-d0429e31320aa70661af3408171fcd4781c33f34.tar.xz |
release 1.19.2v1.19.2
-rw-r--r-- | NEWS | 59 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 37 insertions, 24 deletions
@@ -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 <Shift+Del> 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 --------------------------------------------------------------------------- |