summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-02-15 19:25:37 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-02-15 19:25:37 +0000
commitee43878056ae1da0732b442c20d043177f55911f (patch)
treede98935505df05c633e11298a743f6db4e2bc331 /ChangeLog-20000414
parent57ec570570340bbe83d4251da95288c3fabeacde (diff)
downloadnautilus-ee43878056ae1da0732b442c20d043177f55911f.tar.gz
Added small icons to the Back and Forward context menus. Made window back and
forward lists store NautilusBookmark pointers instead of just char *.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041437
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 84f08c012..4d0db5ea2 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,3 +1,40 @@
+2000-02-15 John Sullivan <sullivan@eazel.com>
+
+ Right-click menus from Back and Forward buttons now include
+ small icons. To support this, window back/forward lists now
+ store NautilusBookmarks.
+
+ * src/nautilus-bookmarks-menu.c:
+ (bookmark_menu_item_new): Removed (moved to nautilus-bookmark.c/h,
+ and renamed nautilus_bookmark_menu_item_new).
+ (create_pixmap_widget_for_bookmark): Removed (moved to nautilus-bookmark.c/h)
+ (nautilus_bookmarks_menu_repopulate): updated caller to match name change.
+
+ * src/nautilus-bookmark.h:
+ (nautilus_bookmark_menu_item_new): New function.
+ * src/nautilus-bookmark.c:
+ (nautilus_bookmark_menu_item_new): New function, moved over from
+ nautilus-bookmarks-menu.c
+ (create_pixmap_widget_for_bookmark): New function, moved over from
+ nautilus-bookmarks-menu.c
+
+ * src/ntl-window.h:
+ Replaced uris_prev and uris_next with back_list and forward_list.
+ Added comment explaining that the data is now NautilusBookmark * and
+ not just char *.
+ * src/ntl-window-msgs.c:
+ (nautilus_window_update_internals): updated to use back_list and
+ forward_list.
+ * src/ntl-window.c:
+ (activate_back_or_forward_menu_item), (nautilus_window_destroy):
+ updated to use back_list and forward_list
+ (create_back_or_forward_menu): updated to use back_list and
+ forward_list; use nautilus_bookmark_menu_item_new to get icons.
+ (nautilus_window_back_or_forward): New function, consolidates
+ repeated code from nautilus_window_back and nautilus_window_forward.
+ (nautilus_window_back), (nautilus_window_fwd): Now call
+ nautilus_window_back_or_forward.
+
2000-02-15 Andy Hertzfeld <andy@eazel.com>
* src/nautilus-index-tabs/c: