diff options
author | Reinout van Schouwen <reinout@cs.vu.nl> | 2006-02-14 06:52:52 +0800 |
---|---|---|
committer | Reinout van Schouwen <reinouts@src.gnome.org> | 2006-02-14 06:52:52 +0800 |
commit | 6a26e601c499f07ef80c69e72dd902490a019a59 (patch) | |
tree | a02452ef260ebe62754acc57fc2a46440de1251b | |
parent | 2b6f3e6271329cbf6865a563e33ec685713efc3c (diff) | |
download | gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar.gz gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar.bz2 gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar.lz gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar.xz gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.tar.zst gsoc2013-epiphany-6a26e601c499f07ef80c69e72dd902490a019a59.zip |
1.9.7
2006-02-13 Reinout van Schouwen <reinout@cs.vu.nl>
* NEWS: 1.9.7
-rw-r--r-- | NEWS | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,4 +1,36 @@ ============== +Epiphany 1.9.7 +============== + +Changes: + * Show the backend in the about box. + * Disable blink tags + * Reversed some regressions: Add tooltips to toolitems again, + Restore the 'Show on Toolbar' functionality. + * Topic chooser: Add enter-to-auto-complete when there is just one + possible match. Will close dialog if no current key. Will do nothing + otherwise. + +Bug fixes: + * Warn the user on logout when there are unfinished downloads. + Bug #128048. + * Fix removing zeroconf bookmarks when the service disappears, + and updating them when they reappear. Bugs #329637, #330883. + * Block popup with NULL url (javascript:window.open() for instance) + but don't show them when unblocking. Bug #155009. + * Fix opening of local files. Bug #330104. + * Push a null JS context on the stack when we run a recursive mainloop. + Fixes the epiphany equivalent of camino bug + https://bugzilla.mozilla.org/show_bug.cgi?id=179307. + * Fix some memory leaks. + * Queue commands received from the main and remote instances, + and process them after autoresume has completed. Bug #328286. + * Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438. + +Contributors to this release: Christian Persch, Jean-François Rameau, Peter +Harvey and Crispin Flowerday. + +============== Epiphany 1.9.6 ============== |