diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-01 05:33:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-01 05:33:54 +0800 |
commit | 8a2058e527f0d8311c05cec4f4487468cd167d14 (patch) | |
tree | 33166cdc0a76e013fe0237383392613df6f015c6 /mail/ChangeLog | |
parent | a640827879982297ad569419b88d5ec88e551fd0 (diff) | |
download | gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.gz gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.bz2 gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.lz gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.xz gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.zst gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.zip |
Use gnome-print to do a print preview.
* mail-ops.c (print_msg): Use gnome-print to do a print preview.
* folder-browser-factory.c: Hook up "Print" button.
svn path=/trunk/; revision=3835
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1313c25481..7da0ca383d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-06-30 Dan Winship <danw@helixcode.com> + * mail-ops.c (print_msg): Use gnome-print to do a print preview. + + * folder-browser-factory.c: Hook up "Print" button. + * message-list.c (message_list_foreach): New function, a wrapper around e_table_selected_row_foreach, which calls the callback function with UIDs rather than row numbers. |