aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-31 03:17:37 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-31 03:17:37 +0800
commit87e9353728c1115e7f60b1f7bb63e79723888907 (patch)
tree2c4ada4084c0a194dd6d00b83331890081cf3375 /ChangeLog
parentc14d9b05d8aa0d3cff28d74376804036485646bd (diff)
downloadgsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.gz
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.bz2
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.lz
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.xz
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.tar.zst
gsoc2013-epiphany-87e9353728c1115e7f60b1f7bb63e79723888907.zip
Don't use BIND_LAZY when enabling debugging. That way we can find missing
2005-10-30 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-module.c: (ephy_module_load): Don't use BIND_LAZY when enabling debugging. That way we can find missing symbols in extensions more easily.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1dbb2109..3a835f1c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-30 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/ephy-module.c: (ephy_module_load):
+
+ Don't use BIND_LAZY when enabling debugging. That way we can find
+ missing symbols in extensions more easily.
+
2005-10-30 Emmanuele Bassi <ebassi@cvs.gnome.org>
* lib/ephy-glade.c: (glade_signal_connect_func):