summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-05-17 13:37:42 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-05-17 13:37:42 +0000
commitfe40ccb4a070ae40c511685ae4ee935da791c641 (patch)
tree681ac2a89d2a2da3c9e4e9b57866036884fb3a00
parentddecd2b71582dcf126744e4414bc5c12161f8953 (diff)
downloadnautilus-fe40ccb4a070ae40c511685ae4ee935da791c641.tar.gz
Require eel 2.11.1
2005-05-17 Alexander Larsson <alexl@redhat.com> * configure.in: Require eel 2.11.1 * NEWS: Update for 2.11.1
-rw-r--r--ChangeLog8
-rw-r--r--NEWS26
-rw-r--r--configure.in2
3 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index adb2f5ff2..94411e37b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-05-17 Alexander Larsson <alexl@redhat.com>
+ * configure.in:
+ Require eel 2.11.1
+
+ * NEWS:
+ Update for 2.11.1
+
+2005-05-17 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/nautilus-view.[ch]:
Add nautilus_view_pop_up_location_context_menu
diff --git a/NEWS b/NEWS
index 2b1bca64f..88982243a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Major changes in 2.11.1 are:
+* Use authentication in external connect to server app
+* UI polish
+* Allow DnD of location button icon.
+* Context menus on location button and location label in browser
+* Fix memory leaks
+* Fix crashes
+* Speed up delete in list view
+* Fix rename in list view breaking when there was a file change
+* Removed "new terminal" from desktop context menu
+ If you want this, install the nautilus-open-terminal extension,
+ its much better than this feature ever was.
+* Don't thumbnail files constantly if they're changing
+* Fixed a loop that could happen on remote locations when removing
+ a directory.
+* Add properties of the current folder menu item to background
+ context menu
+* Use --no-desktop in default folder handler to avoid taking over
+ the desktop if you don't run gnome.
+
+Major changes in 2.10.1 are:
+* Use less memory for desktop background
+* Make authentication work for the external connect-to-server dialog
+* Fix leaks
+* Redraw less in the list view when deleting
+
Major changes in 2.10.0 are:
* Some fixes for startup notification to avoid focus-stealing
* Center the file management prefs dialog
diff --git a/configure.in b/configure.in
index c953ee5f4..6674ffe0c 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl ===========================================================================
m4_define(art_minver, 2.3.10)
m4_define(bonobo_activation_minver, 2.1.0)
m4_define(bonobo_minver, 2.1.0)
-m4_define(eel_minver, 2.10.1)
+m4_define(eel_minver, 2.11.1)
m4_define(esound_minver, 0.2.27)
m4_define(glib_minver, 2.6.0)
m4_define(gnome_desktop_minver, 2.9.91)