diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-04 20:47:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-04 20:47:28 +0800 |
commit | 1485c36f0bc23cfdd2455f8a04f0d0e06742151a (patch) | |
tree | 7a0ffd9f573d80d6d0c8564a7b5ee387751d5fda | |
parent | c6c856f0ddf974a28f6a285f1bc2bed43a76beef (diff) | |
download | gsoc2013-epiphany-Release164.tar gsoc2013-epiphany-Release164.tar.gz gsoc2013-epiphany-Release164.tar.bz2 gsoc2013-epiphany-Release164.tar.lz gsoc2013-epiphany-Release164.tar.xz gsoc2013-epiphany-Release164.tar.zst gsoc2013-epiphany-Release164.zip |
=== Release 1.6.4 ===Release164
2005-07-04 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.6.4 ===
* NEWS:
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
3 files changed, 41 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-07-04 Christian Persch <chpe@cvs.gnome.org> + === Release 1.6.4 === + + * NEWS: + +2005-07-04 Christian Persch <chpe@cvs.gnome.org> + * embed/downloader-view.c: (remove_download), (prepare_close_cb), (downloader_view_init), (downloader_view_finalize), (downloader_view_remove_download), (download_dialog_delete_cb): @@ -1,4 +1,39 @@ ============== +Epiphany 1.6.4 +============== + +Changes + + * Fix for mozilla API change on trunk + * Fix filepicker configure check + * Fix crash in toolbar editor with X composite extension [#159767] + * Don't use chrome URLs in the session [#301044] + * Update list of mime types + * Automatically detect whether we have a mozilla debug build + * Adapt to new DBUS API [#301153] + * Allow View Source for XML documents [#305788] + * Fix getting the trust setting from New CA dialogue + * Work around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=296002 by disallowing tabs moves to a different window [#303922] + * Fix more signed/unsigned problems with gcc 4 [#306169] + * Fix context menu on image maps [#152482] + * Fix crash on exit with only downloader open [#151037] + * Preserve session when shutting down while resuming the session + * Fix a refcount leak in the persist object + * Comply with gtk-button-images setting [#307818] + +Contributors to this release: Colin Gibbs, Martin Kretzschmar, +Thom May, Christian Persch, Jean-François Rameau, and Raphaël Slinckx. + +Updated translations: + + * Vladimir Petkov (bg) + * Ignacio Casal Quinteiro (gl) + * Afonso Celso Medina (pt_BR) + * Christian Rose (sv) + * Ching-Hung Lin (zh_TW) + + +============== Epiphany 1.6.3 ============== diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 600037c93..438dd546b 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -215,8 +215,6 @@ ephy_embed_shell_get_encodings (EphyEmbedShell *shell) void ephy_embed_shell_prepare_close (EphyEmbedShell *shell) { - EphyEmbedShellPrivate *priv = shell->priv; - g_signal_emit (shell, signals[PREPARE_CLOSE], 0); } |