aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-12 09:24:41 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-12 09:24:41 +0800
commitdcccb22acc252879837bb08a7f6eaaea91005860 (patch)
tree82895a801f6dfbb70ecbc07adfdce0327911f226 /ChangeLog
parent594097cc0181cfea7e8205448a7b6e315e311a36 (diff)
downloadgsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar.gz
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar.bz2
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar.lz
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar.xz
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.tar.zst
gsoc2013-epiphany-dcccb22acc252879837bb08a7f6eaaea91005860.zip
Move root nodes ids to ephy-types. Simple logging facility:
2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/ephy-history.c: * lib/Makefile.am: * lib/ephy-types.h: * src/bookmarks/ephy-bookmarks.c: * src/ephy-shell.c: (ephy_shell_init): Move root nodes ids to ephy-types. Simple logging facility: EPHY_DEBUG_MODULES= all | filename will enable it. Need to provide a way to disable it and to get rid of the old per file crap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c0413ed9..f85f31849 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * configure.in:
+ * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download):
+ * embed/ephy-history.c:
+ * lib/Makefile.am:
+ * lib/ephy-types.h:
+ * src/bookmarks/ephy-bookmarks.c:
+ * src/ephy-shell.c: (ephy_shell_init):
+
+ Move root nodes ids to ephy-types.
+ Simple logging facility:
+ EPHY_DEBUG_MODULES= all | filename
+ will enable it.
+ Need to provide a way to disable it and to get rid
+ of the old per file crap.
+
2003-01-11 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/Makefile.am: