aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-28 06:11:06 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-28 06:11:06 +0800
commitcdd65cfdc2c9644884ecb638c3526973d2b689a7 (patch)
tree1c2f4c8d91f8f77439dbf16b7893716c315e1524
parent11a67a6cfea95f39ad8bb37c05559462a2054c18 (diff)
downloadgsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar.gz
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar.bz2
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar.lz
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar.xz
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.tar.zst
gsoc2013-epiphany-cdd65cfdc2c9644884ecb638c3526973d2b689a7.zip
=== Release 1.8.3 ===Release183
2005-11-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.8.3 === * Makefile.am: * NEWS: * embed/print-dialog.c: (ephy_print_setup_dialog_help_button_cb): * src/languages.h:
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am1
-rw-r--r--NEWS26
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml12
-rwxr-xr-xembed/print-dialog.c2
-rw-r--r--src/languages.h1
6 files changed, 49 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 61f868122..bb3f035ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-27 Christian Persch <chpe@cvs.gnome.org>
+
+ === Release 1.8.3 ===
+
+ * Makefile.am:
+ * NEWS:
+ * embed/print-dialog.c: (ephy_print_setup_dialog_help_button_cb):
+ * src/languages.h:
+
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyContentPolicy.cpp:
diff --git a/Makefile.am b/Makefile.am
index 804cdd93f..d34d22149 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,6 @@ EXTRA_DIST = \
intltool-merge.in \
intltool-update.in \
intltool-extract.in \
- po/LINGUAS \
gnome-doc-utils.make \
COPYING.README \
HACKING \
diff --git a/NEWS b/NEWS
index 9ef56e2da..220014690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
==============
+Epiphany 1.8.3
+==============
+
+Changes
+
+ * Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
+ * Use gtk stock icons for fullscreen
+ * Add more mime types to the list of known types
+ * Use the history window as parent for the new-bookmark dialogue [#320329]
+ * Scroll the view so the selected cert is visible [#320758]
+ * Allow compilation against xulrunner
+ * Don't put the prefs/pdm dialogue over all windows
+ * Vastly improve PDM dialogue opening time
+ * Delay reloads when we get many change notifications in a short time [#319993]
+ * Fix HTML forms and scrollbars in lockdown mode [#316498]
+
+Contributors to this release:
+Robert O'Callahan.
+
+Updated translations:
+
+ * Ivar Smolin (et)
+ * Clytie Siddall (vi)
+ * Liu Songhe (zh_CN)
+
+==============
Epiphany 1.8.2
==============
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml
index d5110fa56..1fe8da866 100644
--- a/doc/reference/tmpl/ephy-embed.sgml
+++ b/doc/reference/tmpl/ephy-embed.sgml
@@ -45,6 +45,14 @@ be done by casting).
</para>
+<!-- ##### SIGNAL EphyEmbed::close-request ##### -->
+<para>
+
+</para>
+
+@ephyembed: the object which received the signal.
+@Returns:
+
<!-- ##### SIGNAL EphyEmbed::dom-content-loaded ##### -->
<para>
@@ -282,6 +290,8 @@ be done by casting).
@:
@:
@:
+@:
+@:
@:
<!-- ##### SIGNAL EphyEmbed::ge-search-key-press ##### -->
@@ -332,6 +342,7 @@ be done by casting).
@document_type:
@new_window:
@search_key_press:
+@close_request:
@load_url:
@stop_load:
@reload:
@@ -362,6 +373,7 @@ be done by casting).
@print_preview_n_pages:
@print_preview_navigate:
@has_modified_forms:
+@close:
<!-- ##### ENUM EphyEmbedChrome ##### -->
<para>
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 05b93749e..78ed4da04 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -357,7 +357,7 @@ void
ephy_print_setup_dialog_help_button_cb (GtkWidget *widget,
EphyDialog *dialog)
{
- ephy_gui_help (GTK_WINDOW (dialog), "epiphany", "using-print-setup");
+ ephy_gui_help (gtk_widget_get_toplevel (widget), "epiphany", "using-print-setup");
}
static GtkWidget *
diff --git a/src/languages.h b/src/languages.h
index d1c17b851..242cb47b8 100644
--- a/src/languages.h
+++ b/src/languages.h
@@ -494,6 +494,7 @@ static const char languages[][7] =
"tr-cy",
"tr-tr",
"ts",
+"tt",
"tvl",
"uk",
"ur",