aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-08-28 21:54:16 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-08-28 21:54:16 +0800
commit0cc4c6e62f10d78101be7831fc59075e6f686a29 (patch)
tree087177671d836f17238a3834e32bc5cb823aa62f /ChangeLog
parented45c4e754387009f261f46565da823837095f5b (diff)
downloadgsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.gz
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.bz2
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.lz
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.xz
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.tar.zst
gsoc2013-epiphany-0cc4c6e62f10d78101be7831fc59075e6f686a29.zip
Add an "add-page" signal to the EphyHistory object that can be used to
2005-08-28 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-history.c: (ephy_history_class_init), (internal_get_host), (ephy_history_get_host), (ephy_history_add_host), (ephy_history_add_page), (impl_add_page): * embed/ephy-history.h: * lib/ephy-marshal.list: Add an "add-page" signal to the EphyHistory object that can be used to block urls from appearing in the history. Also make the ephy_history_get_host() function not create the EphyNode if it doesn't already exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bc520e74..dde4e70a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-08-28 Crispin Flowerday <gnome@flowerday.cx>
+
+ * embed/ephy-history.c: (ephy_history_class_init),
+ (internal_get_host), (ephy_history_get_host),
+ (ephy_history_add_host), (ephy_history_add_page), (impl_add_page):
+ * embed/ephy-history.h:
+ * lib/ephy-marshal.list:
+
+ Add an "add-page" signal to the EphyHistory object that can be
+ used to block urls from appearing in the history.
+
+ Also make the ephy_history_get_host() function not create
+ the EphyNode if it doesn't already exist.
+
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (drag_stop), (grab_broken_event_cb),