summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-03-29 01:56:03 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-03-29 01:56:03 +0000
commit66d503d189f7c5dd581abe325471d11d0107dfb6 (patch)
tree01f1eb7ef05feb0148c7c28af492ab652351cd77 /ChangeLog-20000414
parent5da770ab1cefbe286274e4013c927601f9b8bd99 (diff)
downloadnautilus-66d503d189f7c5dd581abe325471d11d0107dfb6.tar.gz
Removed notify_title_change call and removed initial_title parameter of
notify_location_change call.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041429
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 14d9abec7..f843667c7 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,5 +1,34 @@
2000-03-28 John Sullivan <sullivan@eazel.com>
+ Maciej, Darin and I discussed the notify_title_change
+ design and decided that we didn't need it now and that
+ we should keep the API simpler by removing it, along
+ with the initial_title parameter I added to
+ notify_location_change. So out they come.
+
+ * components/help/hyperbola-nav-tree.c,
+ * components/history/ntl-history-view.c,
+ * components/html/ntl-web-browser.c,
+ * components/music/nautilus-music-view.c,
+ * components/notes/ntl-notes.c,
+ * components/sample/nautilus-sample-content-view.c,
+ * components/websearch/ntl-web-search.c,
+ * idl/nautilus.idl,
+ * libnautilus/ntl-view-frame.c,
+ * libnautilus/ntl-view-frame.h,
+ * src/ntl-view-bonobo-control.c,
+ * src/ntl-view-bonobo-subdoc.c,
+ * src/ntl-view-nautilus.c,
+ * src/ntl-view-private.h,
+ * src/ntl-view.c,
+ * src/ntl-view.h,
+ * src/ntl-window-msgs.c,
+ * src/file-manager/fm-directory-view.c: Removed notify_title_change
+ and the initial_title parameter to notify_location_change wherever
+ they reared their ugly heads.
+
+2000-03-28 John Sullivan <sullivan@eazel.com>
+
* libnautilus/nautilus-icon-container.c:
(keyboard_move_to): The behavior of the Control key got
accidentally reversed in a recent cleanup.