From 2dd28d3e915503f147dfd65b1d1627cb781e1dfa Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 22 Feb 2002 18:47:40 +0000 Subject: [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 --- shell/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index dd8a9384c1..eeef21d1c9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2002-02-22 Ettore Perazzoli + + * 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 * e-shell-view.c (e_shell_view_show_folder_bar): -- cgit v1.2.3