From 474973befb00b37b5b9808cfbd44a88e99750734 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Sun, 1 Feb 2004 00:12:23 +0000 Subject: Prepare for 1.1.6 --- ChangeLog | 7 +++++++ NEWS | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 68 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1c811ea37..506f02da6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-01-31 Adam Hooper + + * NEWS: + * configure.in: + + Prepare for 1.1.6 + 2004-01-30 Adam Hooper * src/ephy-tab.c: (ephy_tab_class_init): diff --git a/NEWS b/NEWS index 4804ec04a..06a916cc6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,63 @@ +============== +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 -- cgit v1.2.3