aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-02-23 02:47:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-02-23 02:47:40 +0800
commit2dd28d3e915503f147dfd65b1d1627cb781e1dfa (patch)
tree1af8ddc5c1d420eec7736b41569fe52d2346b34e /shell/ChangeLog
parent377b087df21d972af184734d57f1ad63772759fd (diff)
downloadgsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.gz
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.bz2
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.lz
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.xz
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.zst
gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.zip
[First cut at navigation (i.e. back/forward) buttons.]
* e-shell-view.c: New member `history' in `EShellViewPrivate'. (init): Initialize. (destroy): Unref. (e_shell_view_display_uri): Make it a no-op if the URI is the same as the current one. Also, moved code into `display_uri' and use it. (back_clicked_callback): New, callback for the back button on the folder title bar. (forward_clicked_callback): Likewise for the forward button. * e-history.c: New. * e-history.h: New. svn path=/trunk/; revision=15798
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index dd8a9384c1..eeef21d1c9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,20 @@
2002-02-22 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c: New member `history' in `EShellViewPrivate'.
+ (init): Initialize.
+ (destroy): Unref.
+ (e_shell_view_display_uri): Make it a no-op if the URI is the same
+ as the current one. Also, moved code into `display_uri' and use
+ it.
+ (back_clicked_callback): New, callback for the back button on the
+ folder title bar.
+ (forward_clicked_callback): Likewise for the forward button.
+
+ * e-history.c: New.
+ * e-history.h: New.
+
+2002-02-22 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (e_shell_view_show_folder_bar):
`e_shell_folder_title_bar_set_title_clickable()', not
`e_shell_folder_title_bar_set_clickable()'.