summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-23 20:44:08 +0000
committerChristian Persch <chpe@src.gnome.org>2005-10-23 20:44:08 +0000
commit004baead00deb6c241356344056f61d87af81156 (patch)
treebc100140b909d57071fa41a3fef239ea7850c713
parent550feb81682f3413b35f0e002b8f549fa4f36498 (diff)
downloadepiphany-Release191.tar.gz
=== Release 1.9.1 ===Release191
2005-10-23 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.1 === * NEWS: * configure.ac: * doc/reference/tmpl/EphySingle.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * src/Makefile.am:
-rw-r--r--ChangeLog12
-rw-r--r--NEWS95
-rw-r--r--configure.ac2
-rw-r--r--doc/reference/tmpl/EphySingle.sgml10
-rw-r--r--doc/reference/tmpl/ephy-embed-single.sgml11
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml13
-rw-r--r--doc/reference/tmpl/epiphany-unused.sgml18
-rw-r--r--src/Makefile.am2
8 files changed, 140 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d9f7e95..887056e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-10-23 Christian Persch <chpe@cvs.gnome.org>
+
+ === Release 1.9.1 ===
+
+ * NEWS:
+ * configure.ac:
+ * doc/reference/tmpl/EphySingle.sgml:
+ * doc/reference/tmpl/ephy-embed-single.sgml:
+ * doc/reference/tmpl/ephy-embed.sgml:
+ * doc/reference/tmpl/epiphany-unused.sgml:
+ * src/Makefile.am:
+
2005-10-22 Jean-François Rameau <jframeau@cvs.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp: (impl_list_passwords):
diff --git a/NEWS b/NEWS
index e10cd3c57..2cc7c8572 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,99 @@
==============
+Epiphany 1.9.1
+==============
+
+New features:
+
+ * Add a way to view stored password [#316821]
+ * Peter Harvey's bookmarks patch
+ * Copy the session history to new tabs
+ * Improved context menu
+ * Handle drags of .desktop link files from nautilus
+
+UI changes:
+
+ * Use a GtkFileChooserButton for the download path selector [#135738]
+ * Use lock and background colour in the location entry for secure sites
+ * Hide the filters combo if there's only the "All" filter
+ * Back out the fix for bug #158486 by re-enabling keyword: searches [#314974]
+
+Code changes:
+
+ * Point main menu UI at toolbar actions
+ * Expose the extension description keyfile directly to the loaders
+ * Remove fullscreen and leave-fullscreen stock icons; they're available in gtk+ 2.8
+ * Adapt folder import to new menu code
+ * Update python API to the new bookmark headers
+ * Fix the check-python-binding makefile target to work properly
+ * Remove extension description .xml parsing code and use XSLT instead
+ * Extend the EphyLinkAction to handle middle-click in one place
+ * Enable favicons for https: sites when using gecko 1.8
+ * Adapt to changed and new mozilla APIs
+ * Add configure switch to disable zeroconf bookmarks
+ * Make spinner multihead safe
+ * Add a tiny spinner test program
+ * Don't spin unmapped spinners. Slightly decrease the frequency [#315232]
+ * Add GDK_ISO_Enter to recognised keyvals
+ * Reset the IM context before activating the entry
+ * Add a function to get the tab's real title [#317418]
+ * Unify background image and image code (contex menu, conext event) [#154887]
+ * Add disable_quit to lockdown gconf schema [#316499]
+ * Add autoconf macro packages for use in extensions
+ * Handle 'contentEncodingError' error in our error pages implementation
+ * Allow loading extensions from home dir
+ * New extensions description format based on GKeyFile
+ * Use the filechooser's stock confirm-overwrite checking
+ * Make the methods to unset/release the context event semi-public
+ * Don't focus the checkbox in cert dialogues [#163371]
+ * Only listen for trusted events
+ * Better message on the enter-secure warning.
+
+Bug fixes:
+
+ * Fix logging
+ * Fix profiling in builddir != srcdir builds
+ * Ensure the images are loaded before starting to spin
+ * Fix some memory leaks
+ * Schedule a GC in finalize of EphyTab and EphyWindow [#317242]
+ * Make sure we don't unref NULL objects
+ * Fix crash on window close from JS [#172878, #172879, #172882, #303254, #313425]
+ * Return error on failure
+ * Don't free const strings
+ * Fix size oscillations with the Tab States extension
+ * Remove unused function.
+ * Fix compile warnings.
+ * Repair the previous b0rkage, see previous log
+ * Mozilla printing code is braindead [#163255]
+ * Depend on pygtk 2.8 [#314557]
+ * Check for execinfo.h [#314776]
+
+Contributors to this release:
+Jorn Baayen, Crispin Flowerday, Peter Harvey, Philip Langdale,
+Christian Persch, Jean François Rameau and Raphael Slinckx.
+
+New and updated translations:
+
+ * Progga (bn)
+ * Nikos Charonitakis (el)
+ * Adam Weinberger (en_CA)
+ * Ivar Smolin (et)
+ * Iñaki Larrañaga Murgoitio (eu)
+ * Roozbeh Pournader (fa)
+ * Ignacio Casal Quinteiro (gl)
+ * Gil Osher (he)
+ * Takeshi AIHANA (ja)
+ * Žygimantas Beručka (lt)
+ * Reinout van Schouwen (nl)
+ * Afonso Celso Medina (pt_BR)
+ * Nickolay V. Shmyrev (ru)
+ * Marcel Telka (sk)
+ * Данило Шеган (sr, sr@Latn)
+ * Christian Rose (sv)
+ * Liu Songhe (zh_CN)
+ * Woodman Tuen (zh_TW)
+
+
+==============
Epiphany 1.7.6
==============
diff --git a/configure.ac b/configure.ac
index 0e9064854..61262b952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with this program; if not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([GNOME Web Browser],[1.9.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[1.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
GNOME_COMMON_INIT
diff --git a/doc/reference/tmpl/EphySingle.sgml b/doc/reference/tmpl/EphySingle.sgml
index c08d9d9a1..5ecfb7239 100644
--- a/doc/reference/tmpl/EphySingle.sgml
+++ b/doc/reference/tmpl/EphySingle.sgml
@@ -34,16 +34,6 @@ EphySingle
@Returns:
-<!-- ##### FUNCTION EmitCookieNotification ##### -->
-<para>
-
-</para>
-
-@name:
-@aSubject:
-@Returns:
-
-
<!-- ##### FUNCTION EmitPermissionNotification ##### -->
<para>
diff --git a/doc/reference/tmpl/ephy-embed-single.sgml b/doc/reference/tmpl/ephy-embed-single.sgml
index edeb7f204..e76692999 100644
--- a/doc/reference/tmpl/ephy-embed-single.sgml
+++ b/doc/reference/tmpl/ephy-embed-single.sgml
@@ -58,17 +58,6 @@ is used to perform browser-related actions which do not refer to an individual
@shell:
-<!-- ##### FUNCTION ephy_embed_single_set_offline_mode ##### -->
-<para>
-
-</para>
-
-@single:
-@offline:
-<!-- # Unused Parameters # -->
-@shell:
-
-
<!-- ##### FUNCTION ephy_embed_single_get_font_list ##### -->
<para>
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml
index d5110fa56..063548e5b 100644
--- a/doc/reference/tmpl/ephy-embed.sgml
+++ b/doc/reference/tmpl/ephy-embed.sgml
@@ -45,6 +45,14 @@ be done by casting).
</para>
+<!-- ##### SIGNAL EphyEmbed::close-request ##### -->
+<para>
+
+</para>
+
+@ephyembed: the object which received the signal.
+@Returns:
+
<!-- ##### SIGNAL EphyEmbed::dom-content-loaded ##### -->
<para>
@@ -282,6 +290,8 @@ be done by casting).
@:
@:
@:
+@:
+@:
@:
<!-- ##### SIGNAL EphyEmbed::ge-search-key-press ##### -->
@@ -332,6 +342,7 @@ be done by casting).
@document_type:
@new_window:
@search_key_press:
+@close_request:
@load_url:
@stop_load:
@reload:
@@ -350,6 +361,7 @@ be done by casting).
@shistory_get_nth:
@shistory_get_pos:
@shistory_go_nth:
+@shistory_copy:
@get_security_level:
@show_page_certificate:
@set_zoom:
@@ -362,6 +374,7 @@ be done by casting).
@print_preview_n_pages:
@print_preview_navigate:
@has_modified_forms:
+@close:
<!-- ##### ENUM EphyEmbedChrome ##### -->
<para>
diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml
index 1fd156867..8a864ea77 100644
--- a/doc/reference/tmpl/epiphany-unused.sgml
+++ b/doc/reference/tmpl/epiphany-unused.sgml
@@ -113,6 +113,15 @@ Represents the state of an #EphyEmbed with regards to networking negotiations.
@EMBED_STATE_IS_NETWORK:
@EMBED_STATE_IS_WINDOW:
+<!-- ##### FUNCTION EmitCookieNotification ##### -->
+<para>
+
+</para>
+
+@name:
+@aSubject:
+@Returns:
+
<!-- ##### ENUM EphyCookieP3PPolicy ##### -->
<para>
@@ -257,6 +266,15 @@ Represents the state of an #EphyEmbed with regards to networking negotiations.
@url:
@shell:
+<!-- ##### FUNCTION ephy_embed_single_set_offline_mode ##### -->
+<para>
+
+</para>
+
+@single:
+@offline:
+@shell:
+
<!-- ##### FUNCTION ephy_extensions_manager_add ##### -->
<para>
diff --git a/src/Makefile.am b/src/Makefile.am
index 19976b314..a4d36a42b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -465,6 +465,6 @@ check-python-binding:
@echo "$(BINDING_HEADERS_ALL_UNKNOWN)"
@test -z "$(BINDING_HEADERS_ALL_UNKNOWN)"
-check-local: check-python-binding
+#check-local: check-python-binding
endif