From 58570b6bf53d483f43dcebffde3997d5887d3e88 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 11 Dec 2005 20:49:28 +0000 Subject: === Release 1.9.3 === 2005-12-11 Christian Persch === Release 1.9.3 === * NEWS: * configure.ac: --- ChangeLog | 7 +++++++ NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- doc/reference/tmpl/ephy-embed.sgml | 6 ++++++ 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 700052bec..a8b3a5411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-11 Christian Persch + + === Release 1.9.3 === + + * NEWS: + * configure.ac: + 2005-12-11 Christian Persch * src/Makefile.am: diff --git a/NEWS b/NEWS index e56e17970..6113c5585 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +============== +Epiphany 1.9.3 +============== + +Contributors to this release: Crispin Flowerday, Philip Langdale, +Robert Marcano, Christian Persch and Reinout van Schouwen. + +Updated translations: + + * Ales Nyakhaychyk (be) + * Rostislav "zbrox" Raykov (bg) + * Miloslav Trmac (cs) + * Nikos Charonitakis (el) + * Adam Weinberger (en_CA) + * Francisco Javier F. Serrador (es) + * Priit Laes (et) + * Ignacio Casal Quinteiro (gl) + * Ankit Patel (gu) + * Žygimantas Beručka (lt) + * Kjartan Maraas (nb) + * Åsmund Skjæveland (nn) + * Kjartan Maraas (no) + * Marcel Telka (sk) + * Theppitak Karoonboonyanan (th) + * Liu Songhe (zh_CN) + * Chao-Hsiung Liao (zh_TW) + + ============== Epiphany 1.9.2 ============== diff --git a/configure.ac b/configure.ac index 34886e01e..c7e39c72b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.9.2.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index c6f77d40e..e4937747d 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -300,6 +300,9 @@ be done by casting). @: @: @: +@: +@: +@: @: @@ -374,6 +377,9 @@ be done by casting). @show_page_certificate: @set_zoom: @get_zoom: +@scroll_lines: +@scroll_pages: +@scroll_pixels: @get_encoding: @has_automatic_encoding: @set_encoding: -- cgit