blob: 017a5d71ef2e5b9f35651b1f093e050e6760024b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
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
|