summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-28 14:59:13 +0000
committerChristian Persch <chpe@src.gnome.org>2005-08-28 14:59:13 +0000
commit56425967dcf43a4610b14b51486f713296641232 (patch)
tree1649f9dbc291025e3fad89bc841a0f53678b7df2
parenta6cf61633beca074913653611db94794409178b2 (diff)
downloadepiphany-Release176.tar.gz
=== Release 1.7.6 ===Release176
2005-08-28 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.6 === * NEWS: * src/Makefile.am:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS37
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml2
-rw-r--r--src/Makefile.am6
4 files changed, 49 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b108f049b..6d80bf229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
+ === Release 1.7.6 ===
+
+ * NEWS:
+ * src/Makefile.am:
+
+2005-08-28 Christian Persch <chpe@cvs.gnome.org>
+
* src/window-commands.c: (window_cmd_help_about):
Update credits.
diff --git a/NEWS b/NEWS
index 71c434a0b..4696cedef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
==============
+Epiphany 1.7.6
+==============
+
+Changes
+
+ * Don't empty find entry on Ctrl-F
+ * Fix local file monitoring when loaded after a blank page
+ * Remove check for redirected URL [#313756]
+ * Fix configure check for gecko >= 1.8
+ * Disable keyword searches by default [#158486]
+ * Fix some compile warnings
+ * Configure and makefile fixes for broken gecko header layouts
+ * Define out the focus fix for gecko >= 1.8
+ * Fix pointer grab lockup when gecko pops up a dialogue while
+ reordering tabs with DND
+ * Don't create host node in ephy_history_get_host if not already existing
+ * Add an "add-page" signal to the EphyHistory object
+ * Set default prefs for warn-on-mixed-security pages [#309088]
+
+Contributors to this release: Crispin Flowerday, Christian Persch.
+
+Updated translations:
+
+ * Jordi Mallach (ca)
+ * Rhys Jones (cy)
+ * Ivar Smolin (et)
+ * Xavier Claessens (fr)
+ * Ankit Patel (gu)
+ * tunggul arif siswoyo (id)
+ * Reinout van Schouwen (nl)
+ * GNOME PL Team (pl)
+ * Afonso Celso Medina (pt_BR)
+ * Mugurel Tudor (ro)
+ * Clytie Siddall (vi)
+
+
+==============
Epiphany 1.7.5
==============
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml
index 3d9bfbeb4..d5110fa56 100644
--- a/doc/reference/tmpl/ephy-embed.sgml
+++ b/doc/reference/tmpl/ephy-embed.sgml
@@ -280,6 +280,8 @@ be done by casting).
@:
@:
@:
+@:
+@:
@:
<!-- ##### SIGNAL EphyEmbed::ge-search-key-press ##### -->
diff --git a/src/Makefile.am b/src/Makefile.am
index b32a7cc83..a1cb4c057 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -133,7 +133,7 @@ NOINST_H_FILES += \
ephy-python-extension.h \
ephy-python-loader.h
-PYPHANY_SOURCE = epiphany.c
+BUILT_PYPHANY_SOURCE = epiphany.c
libpyphany_la_SOURCES = \
ephy-python.c \
@@ -142,7 +142,7 @@ libpyphany_la_SOURCES = \
ephy-python-extension.h \
ephy-python-loader.c \
ephy-python-loader.h \
- $(PYPHANY_SOURCE) \
+ $(BUILT_PYPHANY_SOURCE) \
$(TYPES_SOURCE)
libpyphany_la_CPPFLAGS = \
@@ -241,7 +241,7 @@ TYPES_SOURCE = \
ephy-type-builtins.h
if ENABLE_PYTHON
-BUILT_SOURCES += $(PYPHANY_SOURCE)
+BUILT_SOURCES += $(BUILT_PYPHANY_SOURCE)
endif
stamp_files = \