aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-11-26 03:01:26 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-11-26 03:01:26 +0800
commite692c755dbce0092e8a012ec0555325934be5c78 (patch)
treea30943c171959b503371e6fe25f6e1f179f2110e /ChangeLog
parente0b14f264936aa2b060abb8190d47e68fe265ba3 (diff)
downloadgsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar.gz
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar.bz2
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar.lz
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar.xz
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.tar.zst
gsoc2013-epiphany-e692c755dbce0092e8a012ec0555325934be5c78.zip
reviewed by: Christian Persch <chpe@cvs.gnome.org>
2004-11-25 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix build out of src directory. * src/window-commands.c: (editor_open_uri), (window_cmd_view_page_source): Rework the code to not use deprecated API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b28936b0..9c6d8a7fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-11-25 Marco Pesenti Gritti <marco@gnome.org>
+
+ reviewed by: Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/Makefile.am:
+ * lib/widgets/Makefile.am:
+ * src/Makefile.am:
+ * src/bookmarks/Makefile.am:
+
+ Fix build out of src directory.
+
+ * src/window-commands.c: (editor_open_uri),
+ (window_cmd_view_page_source):
+
+ Rework the code to not use deprecated API.
+
2004-11-25 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c: (create_language_section):