blob: 4ac3bcfce9e012015704b43bb92d3b3d15e363d6 (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
2009-04-24 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #381132
* org-gnome-evolution-startup-wizard.eplug.xml:
* startup-wizard.c: (startup_wizard_timezone_page),
(startup_wizard_commit), (startup_wizard_abort):
Do not setup timezone, set a system timezone instead.
2009-01-21 Milan Crha <mcrha@redhat.com>
* Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS.
2008-09-19 Sankar P <psankar@novell.com>
License Changes
* startup-wizard.c:
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529460
* org-gnome-evolution-startup-wizard.eplug.xml:
Change "Startup Wizard" to "Setup Assistant". Also make the
plugin description less lame.
2008-06-02 Jacob Brown <jeblinux@gmail.com>
** Fix for bug #529464
* org-gnome-evolution-startup-wizard.eplug.xml: Do not use "handle"
2007-08-20 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am: Fix a distcheck error.
2007-03-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #360240
* startup-wizard.c (startup_wizard_timezone_page):
Remove unused variable.
2007-01-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* startup-wizard.c: (startup_wizard_timezone_page),
(startup_wizard_importer_page):
mark strings as translatable. See bug #399381 for details.
2006-06-14 Srinivasa Ragavan <sragavan@novell.com>
* startup-wizard.c: (startup_wizard_timezone_page): Pass the default
timezone as NULL, so that it picks up from the local timezone.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml:
Fixing several typos and harmonizing
capital/small letters. Partially fixes bug 306117.
2005-07-13 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : remove the reference to
shell/importer/libevolution-importer.la
2005-07-13 Not Zed <NotZed@Ximian.com>
* startup-wizard.c (startup_wizard_importer_page)
(startup_wizard_commit): re-write the importer stuff to use the
eplugin stuff.
2005-07-12 Not Zed <NotZed@Ximian.com>
* startup-wizard.c: removed all the importer stuff. fixed the
copyright.
2005-07-06 Frederic Crozat <fcrozat@mandriva.com>
* startup-wizard.c: (startup_wizard_delete), (startup_wizard):
Exit evolution when closing wizard using window manager
control ; don't set hint or wmclass, it is too late, window is already
realized.
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-evolution-startup-wizard.eplug.xml: Use SOEXT.
2005-05-12 Not Zed <NotZed@Ximian.com>
* Makefile.am: added built_sources/cleanfiles
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-evolution-startup-wizard.eplug.xml: s/.in/.xml/ & i18n.
2005-02-21 JP Rosevear <jpr@novell.com>
* startup-wizard.c: A plugin the does the startup wizard
|