diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-01-13 03:34:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-13 03:34:55 +0800 |
commit | 8c2d445123a8ea91c8e8f2750d3491354b85e765 (patch) | |
tree | cb9cd25638e9a53b2794f361035b49dd00d2cafd | |
parent | 139bf0350e817adcb7c277a1d3c0b11ce6318744 (diff) | |
download | gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar.gz gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar.bz2 gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar.lz gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar.xz gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.tar.zst gsoc2013-epiphany-8c2d445123a8ea91c8e8f2750d3491354b85e765.zip |
Updating NEWS
-rw-r--r-- | NEWS | 62 |
1 files changed, 62 insertions, 0 deletions
@@ -1,4 +1,66 @@ ============== +Epiphany 1.1.3 +============== + +Code changes + + * Add API to clear http auth cache (Christian) + * Fix compilation with mozilla 1.4 (Christian) + * Some API naming unification (Christian) + * Add API to get the EphyTab from its EphyEmbed (Christian) + * Better error checking in mozilla glue code (Christian) + * Track mozilla trunk API changes (Christian) + +New features + + * Set SOCKS host from GNOME global preferences (Christian) + * Check if there was input in forms before closing the tab/window, + and warn user if there are unsubmitted changes (Christian) + * More lockdown features (Christopher J. Lahey, Christian) + * Caret browsing (enabled/disabled with F7) (Christian) + * Add back "Download Link As..." to the context menu (Xan) + +Interface improvements + + * Always show "Copy" in the context menu when there is a selection + (Michael Terry) + * Add "Help" buttons to all dialogues (Piers Cornwell) + +Bugfixes + + * Fix some mem leaks (Christian) + * Fix the encoding menu in the case that the encoding is unknown to us + (Christian) + * Fix logic error in window position restoring (Dave Jones) + * Fix startup crash when lockdown enabled (Christopher J. Lahey) + * Fix gobject implementation error in notebook finalize (Christian) + +Documentation + + * Updated OMF file (Piers Cornwell) + +Translations + + * Arafat Medini (ar) + * Changwoo Ryu (ko) + * Christian Neumair (de) + * Christian Rose (sv) + * Danilo Segan (sr, sr@Latn) + * Duarte Loreto (pt) + * Francesco Marletta (it) + * Francisco Javier F. Serrador (es) + * Joao Emanuel (pt_BR) + * Michael Everson (ga) + * Miloslav Trmač (cs) + * Progga (bn) + * Robert Sedak (hr) + * Roozbeh Pournader (fa) + * Sanlig Badral (mn) + * Sebastien Bacher (fr) + * tunggul arif siswoyo (id) + + +============== Epiphany 1.1.2 ============== |