aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-20 03:12:14 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-20 03:12:14 +0800
commitb59fc10752cd7d6e7c0affb262d441081dd9b587 (patch)
treec18f582cc1be011598113f9bcd80d831f1662988 /ChangeLog
parent6e2a790eeb65a5aba6dfa000f9161f99bf27262c (diff)
downloadgsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.gz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.bz2
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.lz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.xz
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.zst
gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.zip
Complete docs base implementation. Should work more or less.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/.cvsignore: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/config.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: Complete docs base implementation. Should work more or less. * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: Cleanup a bit libs build and use a static lib also for the src/ code so that we can use it for documents. * src/ephy-nautilus-view.c: Bad chpe forgot to modify func signature.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6c5881d2..2a5f6e0fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2003-11-19 Marco Pesenti Gritti <marco@gnome.org>
+
+ * doc/reference/.cvsignore:
+ * doc/reference/Makefile.am:
+ * doc/reference/epiphany-docs.sgml:
+ * doc/reference/epiphany.types:
+ * doc/reference/tmpl/config.sgml:
+ * doc/reference/tmpl/ephy-session.sgml:
+ * doc/reference/tmpl/ephy-shell.sgml:
+
+ Complete docs base implementation. Should work
+ more or less.
+
+ * embed/Makefile.am:
+ * lib/Makefile.am:
+ * src/Makefile.am:
+
+ Cleanup a bit libs build and use a static lib
+ also for the src/ code so that we can use it
+ for documents.
+
+ * src/ephy-nautilus-view.c:
+
+ Bad chpe forgot to modify func signature.
+
2003-11-19 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c: