blob: 5fab320dc83a0b576809ab5f331f6c26da0a2b1e (
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
57
58
59
60
61
62
63
64
65
66
67
|
2008-08-27 Sankar P <psankar@novell.com>
License Changes
* copy-tool.c:
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
dlls on Windows.
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-copy-tool.eplug.xml:
Cleanup.
Fixes part of #301149
2006-05-19 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fixes bug #322771
* copy-tool.c: Use GtkClipboard instead of GtkInvisible.
2005-11-30 Simon Zheng <Simon.Zheng@Sun.Com>
Fix for 322733.
* copy-tool.c: (ct_selection_get): Removed printf() statement
in order to avoid printing NULL point.
(org_gnome_copy_tool_copy_address): Removed printf() statement.
(ct_selection_clear_event): Removed printf() statement.
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: added built_sources/cleanfiles.
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-copy-tool.eplug.xml: s/.in/.xml/ & i18n.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-copy-tool.eplug.in: Added a . to the end of description.
2004-11-03 Not Zed <NotZed@Ximian.com>
* org-gnome-copy-tool.eplug.in: gave it a better name and fixed
the description and author tags.
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
2004-10-28 Not Zed <NotZed@Ximian.com>
* org-gnome-copy-tool.eplug.in: fix folderview popup hook id.
2004-10-21 JP Rosevear <jpr@novell.com>
* org-gnome-copy-tool.eplug.in: s/image/icon/
2004-10-20 Not Zed <NotZed@Ximian.com>
* implemented a copy-utils plugin.
|