summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-26 14:02:24 +0200
committerraveit65 <[email protected]>2017-08-26 14:02:24 +0200
commitb959b45afd4c131dc4b761f3c262227b22aa1734 (patch)
treed4cc8446c84a869eaf27da7af94b7edff24404e1
parentee0de1a5e74cbed5cf49517ea82a73e52dd6424a (diff)
downloadcaja-1.18.4.tar.bz2
caja-1.18.4.tar.xz
release 1.18.4v1.18.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc6c52ab..f8257185 100644
--- a/NEWS
+++ b/NEWS
@@ -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 ---------------------------------------------------------------------------