diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-05 23:06:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-05 23:06:23 +0800 |
commit | a7d77f6d5eb0e0d73c1029dd751014efc21d95df (patch) | |
tree | 64314563f2a7321b6e11721605b07096accf3397 /ChangeLog | |
parent | 3fd222083b1d51093e6d736c8d657cfa9a43689f (diff) | |
download | gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar.gz gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar.bz2 gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar.lz gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar.xz gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.tar.zst gsoc2013-epiphany-a7d77f6d5eb0e0d73c1029dd751014efc21d95df.zip |
A lib/ephy-print-utils.c: A lib/ephy-print-utils.h:
2006-08-05 Christian Persch <chpe@cvs.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):
A lib/ephy-print-utils.c:
A lib/ephy-print-utils.h:
* lib/ephy-string.c: (ephy_string_flags_from_string),
(ephy_string_flags_to_string), (ephy_string_enum_from_string),
(ephy_string_enum_to_string):
* lib/ephy-string.h:
Persist print settings and page setup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-08-05 Christian Persch <chpe@cvs.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): + A lib/ephy-print-utils.c: + A lib/ephy-print-utils.h: + * lib/ephy-string.c: (ephy_string_flags_from_string), + (ephy_string_flags_to_string), (ephy_string_enum_from_string), + (ephy_string_enum_to_string): + * lib/ephy-string.h: + + Persist print settings and page setup. + 2006-07-26 Luca Ferretti <elle.uca@libero.it> * lib/ephy-stock-icons.c: |