2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #355766 * plugins/print-message/print-message.c (org_gnome_print_preview): Call e_msg_composer_get_message_print(). * composer/e-msg-composer.[ch] (e_msg_composer_get_message_print): New function overrides composer flags for printing. Patch by Mayank Jain. svn path=/trunk/; revision=34099
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
2007-08-24 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #355766
|
|
|
|
* print-message.c (org_gnome_print_preview):
|
|
Call e_msg_composer_get_message_print().
|
|
|
|
2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr>
|
|
|
|
* print-message.c: fix prototypes,
|
|
fixes part of bug #437584.
|
|
|
|
2007-04-20 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* print-message.c:
|
|
Refactor the printing infrastructure. (#426816)
|
|
|
|
2007-02-12 Srinivasa Ragavan <sragavan@novell.com>
|
|
|
|
** Print migration updates from Ebby Wiselyn
|
|
|
|
* print-message.c: (print_response), (org_gnome_print_message),
|
|
(org_gnome_print_preview):
|
|
|
|
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
|
|
|
|
* Makefile.am: Fix make-clean issues.
|
|
|
|
2005-08-23 Not Zed <NotZed@Ximian.com>
|
|
|
|
* print-message.c: Add missing headers
|
|
(org_gnome_print_message): define before defining, remove c99isms.
|
|
(org_gnome_print_preview): define before defining.
|
|
|
|
2005-06-27 Tor Lillqvist <tml@novell.com>
|
|
|
|
* Makefile.am: Use NO_UNDEFINED. Link with more libraries.
|
|
|
|
2005-06-18 Tor Lillqvist <tml@novell.com>
|
|
|
|
* org-gnome-print-message.eplug.xml: Use SOEXT.
|
|
|
|
2005-06-08 Harish Krishnaswamy <kharish@novell.com>
|
|
|
|
* Makefile.am : Add the correct files to
|
|
EXTRA_DIST
|
|
|
|
2005-05-19 Vivek Jain <jvivek@novell.com>
|
|
|
|
Plugin to provide "print" option to composer. Files added:
|
|
|
|
* print-message.c
|
|
* Makefile.am
|
|
* org-gnome-print-message.eplug.xml
|
|
* org-gnome-print-message.xml
|
|
|