diff options
-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); } |