diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 04:55:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 04:55:51 +0800 |
commit | 51b03dbcdfdc984834867a04792781ad8f073f65 (patch) | |
tree | e7a1d41940ae89408eaad53b9f6e40650ebf6b4c /shell/ChangeLog | |
parent | d7ea6022c14604e845edef89e61c253804273cba (diff) | |
download | gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar.gz gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar.bz2 gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar.lz gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar.xz gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.tar.zst gsoc2013-evolution-51b03dbcdfdc984834867a04792781ad8f073f65.zip |
New helper function to remove all the matching URIs from the history.
* e-shell-view.c (remove_uri_from_history): New helper function to
remove all the matching URIs from the history.
(history_uri_matching_func): Compare function for using
e_history_remove_matching.
(storage_set_removed_folder_callback): Call
`remove_uri_from_history()'.
* e-history.c (e_history_remove_matching): New.
svn path=/trunk/; revision=15803
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index dbeb008ce4..88a3fb8f9e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2002-02-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (remove_uri_from_history): New helper function to + remove all the matching URIs from the history. + (history_uri_matching_func): Compare function for using + e_history_remove_matching. + (storage_set_removed_folder_callback): Call + `remove_uri_from_history()'. + + * e-history.c (e_history_remove_matching): New. + +2002-02-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (update_navigation_buttons): New. (display_uri): Call it before returning so the navigation buttons always have the right sensitivity. |