summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-12 00:25:14 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-12 00:25:14 +0000
commit08d18d6542781094de5dc2914fa292eea9bc1f4c (patch)
tree02ec79171537ddc633ac5f0c34e151824b2c7069 /ChangeLog-20000414
parentf96591d2e3e9f84e5463749324afc77853095660 (diff)
downloadnautilus-08d18d6542781094de5dc2914fa292eea9bc1f4c.tar.gz
Handle case where directory is NULL which is needed for URIs that
Nautilus understands but GNOME VFS does not.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041430
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 62a5b6a77..ae864bf25 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,3 +1,11 @@
+2000-04-11 Darin Adler <darin@eazel.com>
+
+ * libnautilus/nautilus-directory.c
+ (nautilus_directory_call_when_ready),
+ (nautilus_directory_call_when_ready_internal): Handle case where
+ directory is NULL which is needed for URIs that Nautilus
+ understand but GNOME VFS does not.
+
2000-04-11 John Sullivan <sullivan@eazel.com>
Addressed most of task 148 (Better type-as-string for
@@ -37,6 +45,28 @@
beneath icons (in addition to just plain "type", which is
the human-language one).
+2000-04-11 Gene Z. Ragan <gzr@eazel.com>
+
+ Requires new Bonobo.
+
+ * components/sample/nautilus-sample-content-view.c
+ Added icon data to BonoboUiHandler. This is GdkPixbuf
+ data and demonstrates the pixbuf data features
+ added to bonobo ui handlers.
+
+ * libnautilus/nautilus-bookmark.c
+ bonobo_ui_handler_menu_new_item modified to take advantage
+ of new bonobo ui handler pixbuf functionality. Components and
+ menu items can now display pixbuf data.
+ Added nautilus_bookmark_get_pixbuf() routine.
+
+ * libnautilus/nautilus-bookmark.h
+ Added nautilus_bookmark_get_pixbuf() routine.
+
+ * src/nautilus-window-menus.c
+ bonobo_ui_handler_menu_new_item modified to take advantage
+ of new bonobo ui handler pixbuf functionality.
+
2000-04-11 Darin Adler <darin@eazel.com>
Finished task 226 (Read metadata asynchronously instead of