aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-01-16 00:47:39 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-01-16 00:47:39 +0800
commit984bb65c96c5f310313557eca924e9ba73adb8b9 (patch)
tree747ec7df39db2c7a04b49f286e9160ff71da0af8 /ChangeLog
parentbfb0471ca2ed4decec07d4cefe1498ccd397dbea (diff)
downloadgsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar.gz
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar.bz2
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar.lz
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar.xz
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.tar.zst
gsoc2013-epiphany-984bb65c96c5f310313557eca924e9ba73adb8b9.zip
Add a function to get the default ephy_shell, this makes it easier for
2005-01-15 Crispin Flowerday <gnome@flowerday.cx> * src/ephy-shell.c (ephy_shell_get_default): * src/ephy-shell.h: Add a function to get the default ephy_shell, this makes it easier for bindings to get it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92cbe440d..64d0a78aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-15 Crispin Flowerday <gnome@flowerday.cx>
+
+ * src/ephy-shell.c (ephy_shell_get_default):
+ * src/ephy-shell.h:
+
+ Add a function to get the default ephy_shell, this makes
+ it easier for bindings to get it.
+
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-cookie-manager.c: (ephy_cookie_copy):