From 56425967dcf43a4610b14b51486f713296641232 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 28 Aug 2005 14:59:13 +0000 Subject: === Release 1.7.6 === 2005-08-28 Christian Persch === Release 1.7.6 === * NEWS: * src/Makefile.am: --- ChangeLog | 7 +++++++ NEWS | 37 +++++++++++++++++++++++++++++++++++++ doc/reference/tmpl/ephy-embed.sgml | 2 ++ src/Makefile.am | 6 +++--- 4 files changed, 49 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b108f049b..6d80bf229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-28 Christian Persch + + === Release 1.7.6 === + + * NEWS: + * src/Makefile.am: + 2005-08-28 Christian Persch * src/window-commands.c: (window_cmd_help_about): diff --git a/NEWS b/NEWS index 71c434a0b..4696cedef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +============== +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). @: @: @: +@: +@: @: 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 = \ -- cgit v1.2.3