summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2008-06-02 22:37:27 +0000
committerChristian Neumair <cneumair@src.gnome.org>2008-06-02 22:37:27 +0000
commit3feef42516584ccaabf6df134da1b5c8821ed8cd (patch)
treee67fb7bfe909d00165b7238d281c54f3de1701b6
parent47d0a7e4f348ba23350f65e6a061ee41d6fd7982 (diff)
downloadnautilus-3feef42516584ccaabf6df134da1b5c8821ed8cd.tar.gz
Update for release.NAUTILUS_2_23_3
2008-06-03 Christian Neumair <cneumair@gnome.org> * NEWS: Update for release. * configure.in: Require eel 2.23.2. svn path=/trunk/; revision=14225
-rw-r--r--ChangeLog8
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b32db2a..a927e4502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-03 Christian Neumair <cneumair@gnome.org>
+
+ * NEWS:
+ Update for release.
+
+ * configure.in:
+ Require eel 2.23.2.
+
Sun Jun 1 19:30:58 2008 Søren Sandmann <sandmann@redhat.com>
* libnautilus-private/nautilus-directory-background.c
diff --git a/NEWS b/NEWS
index 8e1914c5d..6b26c5075 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Major changes in 2.23.3 are:
+* Use bilinear interpolation instead of hyperbolic. Massively speeds up thumbnailing.
+* Fix thumbnail frame size calculation
+* Rework properties dialog
+ * Remove "Launcher" tab, and move all the launcher properties to "Basic"
+ * Hide useless file info widgets from "Basic" tab for special locations like "computer:///".
+* Support adding files to archives via file-roller
+* Add location popup context menu to all path bar buttons
+* Fix location popup context menu separators
+* Add "Paste Into" item to location popup context menu
+* Do not count the same inode twice when calculating directory sizes
+* Never copy to "trash:///", never move to "burn:///"
+* Never maximize windows opened from shell if a custom geometry has been specified
+* Properly close windows displaying the media root location when ejecting a medium
+* Empty the clipboard when copying/moving with DND to a container
+* Remove libbackground
+* Require eel 2.23.2 due to directory background API changes.
+
Major changes in 2.23.2 are:
* Increase default thumbnailing size limit
* Various fixes to keyboard handling in icon and list view
diff --git a/configure.in b/configure.in
index 5ae2833f7..384db72bf 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl ===========================================================================
m4_define(bonobo_activation_minver, 2.1.0)
m4_define(bonobo_minver, 2.1.0)
-m4_define(eel_minver, 2.21.90)
+m4_define(eel_minver, 2.23.2)
m4_define(glib_minver, 2.15.6)
m4_define(gnome_desktop_minver, 2.9.91)
m4_define(gnome_minver, 2.14.0)