diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-03 05:02:43 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-03 05:02:43 +0800 |
commit | a12ecadace83e0a7eb303237541e9160a5cb4420 (patch) | |
tree | b8879076c6cafdc76fbfb60b395f2c9f7cce52ab /NEWS | |
parent | 0f4e88950a10cd8760d5d7e2c974aabe8e0d8d57 (diff) | |
download | gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar.gz gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar.bz2 gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar.lz gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar.xz gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.tar.zst gsoc2013-epiphany-a12ecadace83e0a7eb303237541e9160a5cb4420.zip |
=== Release 1.8.1 ===
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.8.1 ===
* NEWS:
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -1,4 +1,53 @@ ============== +Epiphany 1.8.1 +============== + +Changes + + * Make Mozilla paper sizes work with gnome-print [#163255]. + * Require pygtk 2.8. Fixes [#314557]. + * Manually emit the "profile-change-net-teardown" notification; works + around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=292699 + * Don't focus the checkbox initially. Fixes [#163371]. + * If the search term is empty for a smart bookmark use the normal URL + instead of the smart url with the %s replaced by "" + * Don't use "cat >" as output command, it fails inpredicably. + If not using gecko 1.9, translate the paper name to the one + mozilla expects (https://bugzilla.mozilla.org/show_bug.cgi?id=307404). + * Use the tab label's outer hbox for the size calculation instead of + the label itself. Fixes size oscillations with the Tab States + extension. + * Back out the fix for [#158486] by re-enabling keyword: searches. + Fixes [#314974]. + * Don't spin unmapped spinners. Slightly decrease the frequency. + Might help with [#315232]. + * Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction + to an idle handler, to avoid crashes when tabs are closed from signal + handlers (blur, mousedown, keydown etc). + Fixes [#172878], [#172879], [#172882], [#303254], [#313425]. + * Schedule a GC in finalize of EphyTab and EphyWindow, to work around + [#317242]. + +Contributors to this release: Christian Persch, Jean-François Rameau, +Reinout van Schouwen and Raphaël Slinckx. + +New and updated translations: + + * Progga (bn) + * Hendrik Richter (de) + * Ivar Smolin (et) + * Iñaki Larrañaga Murgoitio (eu) + * Ignacio Casal Quinteiro (gl) + * Francesco Marletta (it) + * Young-Ho Cha (ko) + * Erdal Ronahi (ku) + * Данило Шеган (sr, sr@Latn) + * Christian Rose (sv) + * Erçin EKER (tr) + * Clytie Siddall (vi) + + +============== Epiphany 1.8.0 ============== |