diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-01-24 20:12:08 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-24 20:12:08 +0800 |
commit | 8fa39b31dec0263e9c5a669e8a074f55c32cf9ce (patch) | |
tree | fa2112249daac2d245f4d4acdbfda62b2c0f4970 /NEWS | |
parent | 5c9e26f898ab481887297ab2eed8348d41a74230 (diff) | |
download | gsoc2013-epiphany-8fa39b31dec0263e9c5a669e8a074f55c32cf9ce.tar.gz gsoc2013-epiphany-8fa39b31dec0263e9c5a669e8a074f55c32cf9ce.tar.zst gsoc2013-epiphany-8fa39b31dec0263e9c5a669e8a074f55c32cf9ce.zip |
Prepare for 1.1.4
2004-01-24 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
* configure.in:
Prepare for 1.1.4
* embed/mozilla/ContentHandler.cpp:
Fix Save As from download dialog
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,4 +1,60 @@ ============== +Epiphany 1.1.4 +============== + +Code changes + + * Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent (Christian) + * Api to get the page content into a string (Lee Willis) + * Use ngettext for number of downloads and remaining minutes display in + the tooltip of the tray icon. (Piers Cornwell) + * Allow to open glade files not inside epiphany dirs (Adam Hooper) + * Make Cancel safe against non active downloads (Xan) + * Allow passing the translation domain to ephy_dialog_construct, + to make extension's dialogues translatable. (Christian) + +Interface improvements + + * Allow to show/hide downloader clicking on tray icon (Xan) + * Show help for menu items in the statusbar (Christian) + * Use a Downloads folder on the desktop by default (Marco) + * Allow to disable automatic downloads (Marco) + * Re-enable fonts language font filtering (Christian) + * Better string for history disabling lockdown pref (Marco) + * Delete UTF-7 from our list of known encodings (Christian) + * Persist downloader position (Marco) + +Bugfixes + + * Fix crash closing windows/tabs (Christian) + * Actually save the file in downloads dir and then + open it (Marco) + * Create an epiphany temp dir in /tmp so that we can have + the right permissions on it (Christopher James Lahey) + * Work around a bug in mozilla where 0xa0 (NBSP) are + converted to spaces (Christian) + * Fix force reload (Christian) + * Do not use the same pref of 1.0 for the download dir, + they are different things (Marco) + * Do not use the downloader folder key to persist + Save As actions (Marco) + +Translations + + * Miloslav Trmac (cs) + * Christian Neumair (de) + * Nikos Charonitakis (el) + * Francisco Javier F. Serrador (es) + * Alastair McKinstry (ga) + * Changwoo Ryu (ko) + * Hasbullah Bin Pit (ms) + * Vincent van Adrighem (nl) + * Kjartan Maraas (no) + * Artur Flinta (pl) + * Danilo Ĺ egan (sr, sr@Latn) + * Laurent Dhima (sq) + +============== Epiphany 1.1.3 ============== |