diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-02-01 08:12:23 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-02-01 08:12:23 +0800 |
commit | 474973befb00b37b5b9808cfbd44a88e99750734 (patch) | |
tree | 65cc8a05e7ff0ef6e622268c011fac23506d97eb | |
parent | f19412df701e05389217a358ee5fa3569b2dd49e (diff) | |
download | gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar.gz gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar.bz2 gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar.lz gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar.xz gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.tar.zst gsoc2013-epiphany-474973befb00b37b5b9808cfbd44a88e99750734.zip |
Prepare for 1.1.6
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 60 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 68 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-01-31 Adam Hooper <adamh@cvs.gnome.org> + + * NEWS: + * configure.in: + + Prepare for 1.1.6 + 2004-01-30 Adam Hooper <adamh@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_class_init): @@ -1,4 +1,64 @@ ============== +Epiphany 1.1.6 +============== + +Code changes + + * Add default width/height to EphyDialogs (Marco) + * Add a way to get the downloads dir (Marco, Christian, Adam Hooper) + +Interface improvements + + * Use EPHY_STOCK_DOWNLOAD for download link icon (David Bordoley) + * Add a hidden "Tools" menu that extensions can use (David Bordoley) + +Bugfixes + + * ephy-tab LOAD_PROGRESS property typo fix (Adam Hooper) + * Fix many, many memory leaks in 28 functions (Christian) + * Fix property getter of favicon "icon" property (Christian) + * Fix encoding converstion of "Untitled" filename suggestion (Christian) + * Don't crash when reading RDF file fails on bookmark import (Christian) + * Use rdf:resource instead of rdf:about on bookmark export (Christian) + * Sync topic names in the bookmarks menu (Christian) + * Fix bookmarks options parsing (Christian) + * Fix linking with nautilus view enabled (Christian Persch) + * Don't initialize EphyBrowser multiple times (Marco) + * Fix download cancelling (Marco) + * Fix compilation with Mozilla 1.4 (Christian) + * Don't display accelerators in tab titles (Christian) + * Remove misleading comment for ephy_string_blank_chr (Adam Hooper) + * When checking forms for modifications, handle text entries with default value longer than maxlength (Christian) + +Documentation + + * Update documentation (Piers Cornwell) + * Correct a translator name (Marco) + * Update screenshot (David Bordoley) + * Update copyright date (Christian) + +Translations + + * Changwoo Ryu (ko) + * Kjartan Maraas (no) + * Hasbullah Bin Pit (ms) + * Francisco Javier F. Serrador (es) + * Miloslav Trmac (cs) + * Danilo Segan (sr) + * Danilo Segan (sr@Latn) + * Christophe Merlet (RedFox) (fr) + * GNOME PL Team (pl) + * Žygimantas Beručka (lt) + * Sanlig Badral (mn) + * Kostas Papadimas (el) + * Christian Neumair (de) + * Reinout van Schouwen (nl) + * Laurent Dhima (sq) + * Alastair McKinstry (ga) + * Duarte Loreto (pt) + * Christian Rose (sv) + +============== Epiphany 1.1.5 ============== diff --git a/configure.in b/configure.in index 9af90b4b5..af6f97431 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.1.5, +AC_INIT(epiphany, 1.1.6, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.1 |