From 9732e759a0a248bf880963b5850e5d958c5b17ec Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 15 Mar 2004 15:51:31 +0000 Subject: *** empty log message *** --- ChangeLog | 11 +++++++++++ NEWS | 23 +++++++++++++++++++++++ configure.in | 4 ++-- embed/mozilla/mozilla-download.cpp | 2 ++ 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe281ed79..81672dccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-03-15 Marco Pesenti Gritti + + * NEWS + * configure.in: + + Update for 1.2.0. + + * embed/mozilla/mozilla-download.cpp: + + Register the private structure. + 2004-03-14 Marco Pesenti Gritti * lib/egg/egg-editable-toolbar.c: (drag_data_received_cb), diff --git a/NEWS b/NEWS index 5164f9fc7..304e4f721 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +=============== +Epiphany 1.2.0 +=============== + +Bug fixes: + * Fix a crash when dragging an url from an external application to + epiphany (Marco) + * Fix crash when downloading a link on Freebsd (Joe Marcus Clarke) + +Translations: + + * Åsmund Skjæveland (nn) + * Gustavo Maciel Dias Vieira (pt_BR) + * John C Barstow (mi) + * Ma SivaKumar (ta) + * Miloslav Trmac (cs) + * Priit Laes (et) + * Progga (bn) + * Roozbeh Pournader (fa) + * Takeshi AIHANA (ja) + * tunggul arif siswoyo (id) + * Vladimir Petkov (bg) + =============== Epiphany 1.1.12 =============== diff --git a/configure.in b/configure.in index 5b1202959..96f1978eb 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.1.12, +AC_INIT(epiphany, 1.2.0, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) -EPIPHANY_MAJOR=1.1 +EPIPHANY_MAJOR=1.2 AC_SUBST(EPIPHANY_MAJOR) AM_CONFIG_HEADER(config.h) diff --git a/embed/mozilla/mozilla-download.cpp b/embed/mozilla/mozilla-download.cpp index 8405ba29d..136d05491 100644 --- a/embed/mozilla/mozilla-download.cpp +++ b/embed/mozilla/mozilla-download.cpp @@ -264,6 +264,8 @@ mozilla_download_class_init (MozillaDownloadClass *klass) download_class->pause = impl_pause; download_class->resume = impl_resume; + g_type_class_add_private (klass, sizeof (MozillaDownloadPrivate)); + g_object_class_install_property (object_class, PROP_MOZDOWNLOAD, g_param_spec_pointer ("mozilla-download", -- cgit v1.2.3