diff options
author | Darin Adler <darin@src.gnome.org> | 2000-04-14 01:19:53 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-04-14 01:19:53 +0000 |
commit | 74748cdc3ad20aef46b180cac6db45060576c174 (patch) | |
tree | c94d8faca73e9ffe27fc9d8b65c908698408c2b7 /ChangeLog-20000414 | |
parent | 779efc103459ce2144fcc4974ab7365f8e54d580 (diff) | |
download | nautilus-74748cdc3ad20aef46b180cac6db45060576c174.tar.gz |
Fixed a bug my changes to GNOME VFS exposed. The callback couldn't handle
* components/html/ntl-web-browser.c: (browser_vfs_read_callback):
Fixed a bug my changes to GNOME VFS exposed. The callback couldn't
handle a "bytes_read" of 0.
* libnautilus/nautilus-directory-private.h:
* libnautilus/nautilus-directory.c:
* libnautilus/nautilus-directory.h:
* src/file-manager/fm-directory-view.c:
Added a new interface for monitoring files and directories.
Also fixed the self-check code that was failing since the
async. changes.
* libnautilus/nautilus-file.h:
Added the interface for monitoring single files, but it isn't
implemented yet.
* libnautilus/nautilus-icon-canvas-item.c:
* libnautilus/nautilus-icon-canvas-item.h:
* libnautilus/nautilus-icon-container.c:
* libnautilus/nautilus-icon-container.h:
* libnautilus/nautilus-icon-dnd.c:
* libnautilus/nautilus-icon-dnd.h:
* libnautilus/nautilus-icon-private.h:
Restructured Andy's modifier changes so the canvas item doesn't
have to know about modifiers. This makes the canvas item private
again. Users of NautilusIconContainer shouldn't have to know
about the canvas item.
* src/file-manager/fm-icon-view.c:
Reformatting.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 3450c4f14..7aef154ab 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,17 +1,50 @@ -2000-04-13 Andy Hertzfeld <andy@eazel.com> +2000-04-13 Darin Adler <darin@eazel.com> + + * components/html/ntl-web-browser.c: (browser_vfs_read_callback): + Fixed a bug my changes to GNOME VFS exposed. The callback couldn't + handle a "bytes_read" of 0. + + * libnautilus/nautilus-directory-private.h: + * libnautilus/nautilus-directory.c: + * libnautilus/nautilus-directory.h: + * src/file-manager/fm-directory-view.c: + Added a new interface for monitoring files and directories. + Also fixed the self-check code that was failing since the + async. changes. + + * libnautilus/nautilus-file.h: + Added the interface for monitoring single files, but it isn't + implemented yet. + + * libnautilus/nautilus-icon-canvas-item.c: + * libnautilus/nautilus-icon-canvas-item.h: + * libnautilus/nautilus-icon-container.c: + * libnautilus/nautilus-icon-container.h: + * libnautilus/nautilus-icon-dnd.c: + * libnautilus/nautilus-icon-dnd.h: + * libnautilus/nautilus-icon-private.h: + Restructured Andy's modifier changes so the canvas item doesn't + have to know about modifiers. This makes the canvas item private + again. Users of NautilusIconContainer shouldn't have to know + about the canvas item. + + * src/file-manager/fm-icon-view.c: + Reformatting. + +2000-04-13 Andy Hertzfeld <andy@eazel.com> * components/services/startup/nautilus-service-startup-view.c: made configuration upload work again by adding a "Content-Type" header, which is now required by Jonathan's script -2000-04-13 Andy Hertzfeld <andy@eazel.com> +2000-04-13 Andy Hertzfeld <andy@eazel.com> * components/services/startup/nautilus-service-startup-view.c: fixed problems with the url escaping by unescaping the token return by the service before re-escaping it * components/services/startup/eazel-register.c: - added periodic call to gtk_main_iteration during configuration gather - to get feedback displayed + added periodic call to gtk_main_iteration during configuration + gather to get feedback displayed 2000-04-13 Andy Hertzfeld <andy@eazel.com> |