aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a8bbfc4b..0462c065b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-07-10 Christian Persch <chpe@gnome.org>
+ * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
+ (ephy_embed_shell_get_page_setup),
+ (ephy_embed_shell_set_print_settings),
+ (ephy_embed_shell_get_print_settings):
+ * lib/ephy-print-utils.c:
+ * lib/ephy-print-utils.h:
+
+ Use the new gtk functions to persist and load the print settings and
+ page setup. Migrate our old settings, if present.
+
+2007-07-10 Christian Persch <chpe@gnome.org>
+
* src/ephy-notebook.c: (sync_label):
Remove NULL-check here.