diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-01 19:26:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-01 19:26:01 +0800 |
commit | 4330ae18c4193936ac6f3ab8a3475a4e5b5908d5 (patch) | |
tree | a8de2d50b543d9c2dd6a2ee70bc55d352db89746 | |
parent | dc4161878bb9b0300f2a1eddeb3077befe7632e1 (diff) | |
download | gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar.gz gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar.bz2 gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar.lz gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar.xz gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.tar.zst gsoc2013-epiphany-4330ae18c4193936ac6f3ab8a3475a4e5b5908d5.zip |
Updated for 1.2.7.
2004-08-01 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
Updated for 1.2.7.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 31 |
2 files changed, 37 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2004-08-01 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + + Updated for 1.2.7. + 2004-07-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_exit_fullscreen_popup_position), @@ -132,7 +138,7 @@ * configure.in: - Depend on libgnomeui >= 2.6.0. + Depend on libgnomeui >= 2.6.0. Fixes bug #145776. 2004-07-07 Christian Persch <chpe@cvs.gnome.org> @@ -2,11 +2,39 @@ Epiphany 1.2.7 ============== + +Code changes + + * Adapt to mozilla API changes (Christian) + * Use nsIDOMWindow2 to get the root event target on + mozilla >= 1.7rc3 (Christian) + Bug fixes * Work around mozilla bug #246392 which causes reloads of framed pages to go back to original URI (backported from HEAD) (Christian) [#115800] + * Escape markup in string in the duplicate bookmarks dialogue + and topics menu (Christian) * Escape markup in strings in the NSS dialogues (Crispin Flowerday) + * Work aroung mozilla bug #246392 which causes reload of framed pages to go + back to initial frameset (Christian, Crispin Flowerday) [#115800] + * Don't show redirected and non-toplevel pages in history (Christian) [#142143] + * Allow importing of Epiphany bookmarks format too (Christian) [#144699] + * Fix crash with corrupted toolbars file (Christian) [#144698] + * Fix prefs persistence with non-existent or bogus initial values (Christian) + * Unescape mailto: addresses (Christian) [#144462] + * Fix filename encoding for print-to-file (Christian) + * Depend on libgnomeui >= 2.6.0 (Christian) [#145776] + * Make print and print setup go trough nsIPrintingPromptService (Christian, + backported from HEAD) + * Fix print-to-file filechooser modality (Christian) [#147628] + * Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon) + * Gracefully handle failure to create downloads directory (Marco) [#146902] + * Fix single observer ownership and reference counting (Christian) [#146873, #146461] + * Fix downloader crash on shutdown (Marco) [#141928] + * Fix build with old mozilla versions (1.4.x, 1.5) (Christian) + * Use nsACString instead of nsCString in a few places in EphyWrapper (Christian) + * Fix crash on screen size change after using fullscreen (Christian) New translations @@ -15,8 +43,9 @@ New translations Updated translations * Владимир Петков (bg) + * Xavier Conde Rueda (ca) * Trịnh Minh Thanh (vi) - + ============== Epiphany 1.2.6 |