summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-11-13 11:30:53 +0100
committerraveit65 <[email protected]>2017-11-13 11:30:53 +0100
commit645f14c58d5e04b90fb2480d8a0eaaeced28dfc2 (patch)
treec0dd5ca6d2d28b2b33e3ea6cedae5ed96c171744
parent188233e09c64f73238d165e90c72e3e658c547ce (diff)
downloadcaja-645f14c58d5e04b90fb2480d8a0eaaeced28dfc2.tar.bz2
caja-645f14c58d5e04b90fb2480d8a0eaaeced28dfc2.tar.xz
release 1.18.5v1.18.5
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8257185..023bb403 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### caja 1.18.5
+
+ Fix: wrong behavior with key "enter" while renaming files in list view
+ open folder in new window: [ctrl] + [shift] + [w]
+ zoom-control: change zoom with mousewheel scroll over button
+ View -> Visible Columns: fix vertical expand of dialog content
+ Fix: wrong <Shift+Del> behavior while renaming files
+ Fix: high cpu while loading background image
+ icon-dnd: remove hardcoded highlight frame
+ list view: fix large icon margins on zooming out
+ remove weird +x attribute from a source file
+
### caja 1.18.4
Fix zoom in list-view
diff --git a/configure.ac b/configure.ac
index 67bdf7c8..cc9edb8e 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.4], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.18.5], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------