diff options
author | raveit65 <[email protected]> | 2017-08-26 14:02:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-26 14:02:24 +0200 |
commit | b959b45afd4c131dc4b761f3c262227b22aa1734 (patch) | |
tree | d4cc8446c84a869eaf27da7af94b7edff24404e1 | |
parent | ee0de1a5e74cbed5cf49517ea82a73e52dd6424a (diff) | |
download | caja-b959b45afd4c131dc4b761f3c262227b22aa1734.tar.bz2 caja-b959b45afd4c131dc4b761f3c262227b22aa1734.tar.xz |
release 1.18.4v1.18.4
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### caja 1.18.4 + + Fix zoom in list-view + pathbar: enable mousewheel scrolling like it was with GTK+2 + open-with-dialog: set max-char-width for a label + Fix "Open With" dialog "Open" button's text misaligned + caja-pathbar: Fix off-by-one error + Fix browsing/autorun media on insertion + fix vertical Compact View scrolling in fm_icon_view_scroll_event() + ### caja 1.18.3 restore DBus interface initialization diff --git a/configure.ac b/configure.ac index 0246ffd9..67bdf7c8 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.18.3], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.18.4], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- |