diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-12 06:29:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-12 06:29:53 +0800 |
commit | 4835c20d70f0c40df02b40be66d7aff4b4076859 (patch) | |
tree | d6621a6ef1e57a1adbedfc1108e03cd363815860 | |
parent | 3e3e4a44700ad3b0fedcb18ea66cb1e5294c26c0 (diff) | |
download | gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar.gz gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar.bz2 gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar.lz gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar.xz gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.tar.zst gsoc2013-epiphany-4835c20d70f0c40df02b40be66d7aff4b4076859.zip |
=== Release 1.6.2 ===Release162
2005-04-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.6.2 ===
* NEWS:
* configure.ac:
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed-persist.sgml | 4 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
5 files changed, 32 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2005-04-12 Christian Persch <chpe@cvs.gnome.org> + + === Release 1.6.2 === + + * NEWS: + * configure.ac: + 2005-04-11 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: @@ -1,4 +1,24 @@ ============== +Epiphany 1.6.2 +============== + +Changes + + * Fix toolbar activation [#172694] + * Adapt to mozilla API change on trunk + +Translation updates + + * Francisco Javier F. Serrador (es) + * Pauli Virtanen (fi) + * tunggul arif siswoyo (id) + * Changwoo Ryu (ko) + * GNOME PL Team (pl) + * Laurent Dhima (sq) + * Данило Шеган (sr, sr@Latn) + + +============== Epiphany 1.6.1 ============== diff --git a/configure.ac b/configure.ac index 661e1b421..e2614e71c 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.6.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.6.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT diff --git a/doc/reference/tmpl/ephy-embed-persist.sgml b/doc/reference/tmpl/ephy-embed-persist.sgml index b4a48fa41..bee78f54a 100644 --- a/doc/reference/tmpl/ephy-embed-persist.sgml +++ b/doc/reference/tmpl/ephy-embed-persist.sgml @@ -111,9 +111,9 @@ save_page (EphyEmbed *embed, </para> @persist: -@Param2: -<!-- # Unused Parameters # --> @value: +<!-- # Unused Parameters # --> +@Param2: <!-- ##### FUNCTION ephy_embed_persist_set_persist_key ##### --> diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 75abf2835..c86b65f81 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -225,6 +225,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |