aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-rw-r--r--NEWS22
-rw-r--r--doc/reference/tmpl/ephy-embed.sgml4
-rw-r--r--src/window-commands.c1
4 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce518e9b..7c5741ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2004-11-14 Christian Persch <chpe@cvs.gnome.org>
+ === Release 1.4.5 ===
+
+ * NEWS:
+
+ Updated for 1.4.5.
+
+ * doc/reference/tmpl/ephy-embed.sgml:
+
+ Updated.
+
+ * src/window-commands.c:
+
+ Fix includes.
+
+2004-11-14 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/Makefile.am:
diff --git a/NEWS b/NEWS
index e16c5bae2..0725808a2 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,32 @@ Changes
* Don't open all bookmarks in new tabs [#156843]
* When showing a modal alert put up by a web page,
switch the window to that tab
- * Emit ::tab-removed after the tab has been removed[ 151607]
+ * Emit ::tab-removed after the tab has been removed [#151607]
* Fix disconnect on node destroy [Peter Harvey]
* Fix node signal [dis]connection while signal emission is running
* Make sure there's only one properties diaogue per bookmark [#148398]
* Fix crash when removing bookmark with open properties dialogue [#155880]
* Fix toolbar activation [#155650]
+ * Check favicon urls with script sec manager and content policy
+ * Fix zoom control so that it shows tooltips again [#155826]
+ * Make the tooltip on the zoom control also work on Ctrl-F1
+ * When popping up the context menu with keyboard, select the first item [#154907]
+ * Sanitise the embed popup position [#157162]
+ * Fix button sensitivity setting in language editor not to first
+ * Fix history date filter to work correctly in time zones != UTC
+ * Better positioning for the context menu popup in a treeview (Crispin Flowerday)
+ * Fix opening content with external content handlers (Marco)
+ * Remove remaining time tooltip from tray icon [#145955]
+ * Fix hang after importing bookmarks from command line [#136170]
+ * Fix crash when no tool windows are open when the session manager
+ sends us the "die" signal
+ * Fix opening anchored links in new tabs [#156854]
+ * Adapted to Mozilla API changes
+ * Fix a freed memory read
+
+Documentation translations
+
+ * Add manual translation into Finnish, by Pauli Virtanen
Translation updates
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml
index b75a5da50..cdbdf65bf 100644
--- a/doc/reference/tmpl/ephy-embed.sgml
+++ b/doc/reference/tmpl/ephy-embed.sgml
@@ -177,6 +177,10 @@ be done by casting).
@:
@:
@:
+@:
+@:
+@:
+@:
@:
<!-- ##### SIGNAL EphyEmbed::ge-security-change ##### -->
diff --git a/src/window-commands.c b/src/window-commands.c
index 315ec92d7..58bf52e88 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -53,6 +53,7 @@
#include <libgnomevfs/gnome-vfs-uri.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#include <libgnomeui/gnome-stock-icons.h>
+#include <libgnomeui/gnome-about.h>
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
#include <gtk/gtkeditable.h>
#include <gtk/gtkmain.h>