diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-09 04:37:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-09 04:37:34 +0800 |
commit | 668a6b57cd197237a4df0ac4f06a5ce723f8d581 (patch) | |
tree | 7cdcf8f9595072d511dab12492155517bc88491c | |
parent | 0d888e59877f4c584ac5f1ea534d911f0272398f (diff) | |
download | gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar.gz gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar.bz2 gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar.lz gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar.xz gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.tar.zst gsoc2013-epiphany-668a6b57cd197237a4df0ac4f06a5ce723f8d581.zip |
=== Release 1.7.4 ===
2005-08-08 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.7.4 ===
* NEWS:
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 58 |
2 files changed, 64 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-08-08 Christian Persch <chpe@cvs.gnome.org> + === Release 1.7.4 === + + * NEWS: + +2005-08-08 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-toolbar.c: (ephy_toolbar_set_window): @@ -1,4 +1,62 @@ ============== +Epiphany 1.7.4 +============== + +Changes + * Only show the leaf name on bookmarksbar for hierarchical topics + * Don't put the archive links on the unknownSocketType error message + * Fix google search URL to include www prefix + * Fix proxy server settings string + * Work around gtkmozembed focus bug [#105153] + * For empty pages, put focus in address bar + * Be careful not to leave a GC scheduled when terminating python + * Realise the embed first before grabbing focus on it + * Implement ::grab-focus and remove ephy_embed_activate + * Update the python bindings + * String fixes [#172230, #167448] + * Fix setting homepage to current page [#311962] + * ALlow EPHY_DEBUG_BREAK even in non-debug builds + * Fallback to favicon.ico [#116678] + * Disable favicons from non-http URLs [#312291] + * Fix location entry favicon updating + * Fix crash on "window.get_toolbar()" [#170105] + * Fix gcc 4.0 warnings + * Fix crash when getting context event, [#310910] + * Fix session saving on recovery with offline network [#147840] + * Fix drawing of location entry with new default GNOME theme (Clearlooks) + * Change the text on the 'unknown issuer' dialog [#151519] + * Also clear favicon cache when clearing the cache + * Make donwload dialog wording clearer + +Contributors to this release: Crispin Flowerday, Christian Persch, +Jean-François Rameau and Raphael Slinckx. + +Updated translations: + + * Rostislav \"zbrox\" Raykov (bg) + * Miloslav Trmac (cs) + * Nikos Charonitakis (el) + * Adam Weinberger (en_CA) + * <unknown> (es) + * Priit Laes (et) + * Ilkka Tuohela (fi) + * Ankit Patel (gu) + * Gabor Kelemen (hu) + * Takeshi AIHANA (ja) + * Terance Edward Sola (nb) + * Reinout van Schouwen (nl) + * Terance Edward Sola (no) + * GNOME PL Team (pl) + * Afonso Celso Medina (pt_BR) + * Marcel Telka (sk) + * Laurent Dhima (sq) + * Prajasakti Localisation Team (te) + * Theppitak Karoonboonyanan (th) + * Clytie Siddall (vi) + * Liu Songhe (zh_CN) + + +============== Epiphany 1.7.3 ============== |