aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6a3e9664..823b6d257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2003-06-23 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * embed/mozilla/GlobalHistory.cpp:
+
+ Remove some unused headers.
+
+ * embed/mozilla/mozilla-embed.cpp:
+
+ Dont asser when trying to print blank page.
+
+ * lib/Makefile.am:
+ * lib/ephy-autocompletion.c: (ephy_autocompletion_get_type):
+ * lib/widgets/ephy-autocompletion-window.c:
+ (ephy_autocompletion_window_get_type):
+ * lib/widgets/ephy-location-entry.c:
+ (ephy_location_entry_get_type):
+ * src/ephy-encoding-menu.c: (ephy_encoding_menu_get_type):
+
+ Get rid of the gobject macros.
+
+ * src/ephy-notebook.c: (move_tab), (move_tab_to_another_notebook),
+ (button_release_cb), (update_tabs_visibility),
+ (tabs_visibility_notifier), (ephy_notebook_init),
+ (ephy_notebook_finalize), (ephy_notebook_set_show_tabs):
+ * src/ephy-notebook.h:
+ * src/ephy-tabs-menu.c:
+ * src/ephy-window.c: (ephy_window_finalize),
+ (update_embed_dialogs), (ephy_window_get_find_dialog),
+ (print_dialog_preview_cb), (ephy_window_print):
+ * src/ephy-window.h:
+ * src/ppview-toolbar.c: (toolbar_cmd_ppv_close):
+ * src/window-commands.c: (window_cmd_file_print):
+
+ Make sure tabs are hidden when going in print preview mode.
+ Make print dialog transient.
+
2003-06-23 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: