summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-13 18:24:23 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-13 18:24:23 +0000
commitb1aa23268d002d0bd854d3bd6640094f16001c1b (patch)
tree00112ee3baa2872facebc7fd04da6eaa649bbc42 /ChangeLog-20000414
parentd7f2206f66dbdd0e67144426ddfcc39ca14504fe (diff)
downloadnautilus-b1aa23268d002d0bd854d3bd6640094f16001c1b.tar.gz
Updated for new GNOME VFS.
* libnautilus/nautilus-directory.c (read_some_metafile_data), (metafile_read_start), (metafile_write_create_callback), (metafile_write_start), (nautilus_directory_monitor_files_ref): * libnautilus/gdk-pixbuf-extensions.c (nautilus_gdk_pixbuf_load_async): * src/ntl-uri-map.c (got_metadata_callback): * components/html/ntl-web-browser.c (browser_vfs_callback), (do_vfs_load): Update for the new GNOME VFS which doesn't return an immediate error code when doing an async. call.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041426
1 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 8891dc504..07f84d12b 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,12 +1,30 @@
+2000-04-13 Darin Adler <darin@eazel.com>
+
+ Updated for new GNOME VFS.
+
+ * libnautilus/nautilus-directory.c
+ (read_some_metafile_data), (metafile_read_start),
+ (metafile_write_create_callback), (metafile_write_start),
+ (nautilus_directory_monitor_files_ref):
+ * libnautilus/gdk-pixbuf-extensions.c
+ (nautilus_gdk_pixbuf_load_async):
+ * src/ntl-uri-map.c (got_metadata_callback):
+ * components/html/ntl-web-browser.c (browser_vfs_callback),
+ (do_vfs_load):
+ Update for the new GNOME VFS which doesn't return an immediate error
+ code when doing an async. call.
+
2000-04-12 Andy Hertzfeld <andy@eazel.com>
* src/ntl-window-msgs.c:
- improved the title of uri's not handled by gnome-vfs; instead of "Nautilus" use the text
- after the colon, if there is any
+ improved the title of uri's not handled by gnome-vfs; instead of
+ "Nautilus" use the text after the colon, if there is any
* components/services/startup/nautilus-service-startup-view.c:
- used Gene's escaping routine in gnome-vfs to escape http parameters as necessary
+ used Gene's escaping routine in gnome-vfs to escape http
+ parameters as necessary
* libnautilus/nautilus-directory.c:
- weakened assert in metadata callback to allow non-vfs uris to continue to work
+ weakened assert in metadata callback to allow non-vfs uris to
+ continue to work
2000-04-12 Andy Hertzfeld <andy@eazel.com>