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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
2001-03-01 Not Zed <NotZed@Ximian.com>
* Makefile.am: Added searches.xml to default user data.
2001-01-25 Christopher James Lahey <clahey@helixcode.com>
* local/Contacts/Makefile.am (defaultcalendar_DATA): Added
create-initial.
* local/Contacts/create-initial: New empty file to trigger the
contact manager to add the initial Hello contact.
2001-01-08 Damon Chaplin <damon@helixcode.com>
* local/Makefile.am (SUBDIRS): added Tasks subdir.
* local/Tasks/Makefile.am:
* local/Tasks/folder-metadata.xml: new files for the default Tasks
folder.
* shortcuts.xml: added Tasks folder shortcut.
2000-12-29 Chris Toshok <toshok@helixcode.com>
* ldap-servers.xml, addressbook-sources.xml: down with
ldap-servers.xml, up with addressbook-sources.xml.
* Makefile.am (default_DATA): same.
2000-10-25 Iain Holmes <iain@helixcode.com>
* local/Makefile.am: Added executive-summary again.
* shortcurts.xml: In out, in out and shake it all about
The executive summary is back in.
2000-10-12 Iain Holmes <iain@helixcode.com>
* local/Makefile.am: And removed it again.
* shortcuts.xml: Commented out the Exec-summary.
2000-10-10 Iain Holmes <iain@helixcode.com>
* local/Makefile.am: Added the Executive-Summary dir.
2000-10-05 Iain Holmes <iain@helixcode.com>
* local/Makefile: Added Executive-Summary.
* shortcuts.xml: Added the Executive-Summary
* local/Executive-Summary/*: Added.
2000-09-22 Chris Toshok <toshok@helixcode.com>
* ldapservers.xml: added yahoo, whowhere, and infospace servers.
2000-09-19 Dan Winship <danw@helixcode.com>
* Makefile.am (defaultdir): Use $(datadir), not $(prefix)/share
2000-09-13 JP Rosevear <jpr@helixcode.com>
* local/Sent/Makefile.am (defaultcalendardir): Install the Sent
dir in Sent, not Sentbox
2000-09-12 Dan Winship <danw@helixcode.com>
* local/Makefile.am: Renamed Sentbox to Sent
* local/{Sent\ Mail,Sentbox}/*: removed
* local/Sent/*: created
2000-09-03 Jeffrey Stedfast <fejj@helixcode.com>
Reversed my last change, folders with spaces in the name breaks
configure
2000-09-03 Jeffrey Stedfast <fejj@helixcode.com>
* local/Makefile.am: Renamed Sentbox to Sent\ Mail
* local/Sent\ Mail/*: Updated
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com>
* local/Makefile.am: Added Sentbox
* local/Sentbox/*: New folder for storing sent messages
2000-07-12 Chris Toshok <toshok@helixcode.com>
(install-data-hook): ignore error on mkdir.
2000-07-12 Chris Toshok <toshok@helixcode.com>
* Makefile.am (install-data-hook): create an empty news directory
in $(defaultdir).
2000-07-06 Chris Toshok <toshok@helixcode.com>
* ldapservers.xml: break up the uri into it's component pieces. -
don't store the uri in this file.
2000-07-05 Chris Toshok <toshok@helixcode.com>
* shortcuts.xml: remove the Internet Directories group.
* Makefile.am (default_DATA): add ldapservers.xml.
* local/Makefile.am (SUBDIRS): remove Directories.
* ldapservers.xml: new ldap metadata.
* local/Directories/*: remove directories.
2000-06-01 Ettore Perazzoli <ettore@helixcode.com>
* local/Inbox/mbox: Removed `<blockquote>' from the main text so
that the welcome mail is all visible when loaded into Evolution at
startup.
2000-05-10 Matt Loper <matt@helixcode.com>
* local/Inbox/mbox: Commented out currently unimplemented shortcut
items.
2000-05-10 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am, local/Calendar/Makefile.am,
local/Contacts/Makefile.am, local/Directories/Makefile.am,
local/Directories/subfolders/Bigfoot/Makefile.am,
local/Directories/subfolders/Netcenter/Makefile.am,
local/Drafts/Makefile.am, local/Inbox/Makefile.am,
local/Outbox/Makefile.am, local/Trash/Makefile.am: Created a
proper EXTRA_DIST section.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* local/Directories/subfolders/Bigfoot/.cvsignore: New .cvsignore
file.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* local/Contacts/Makefile.am, local/Contacts/addressbook.db:
Removed addressbook.db since this is now handled by the pas.
2000-05-08 Matt Loper <matt@helixcode.com>
* shortcuts.xml: Removed unused shortcuts which point to
unimplemented folders.
2000-05-08 Christopher James Lahey <clahey@helixcode.com>
* local/Contacts/Makefile.am: Install `addressbook.db'.
000-05-06 Ettore Perazzoli <ettore@helixcode.com>
* default_user/local/Inbox/Makefile.am: Install `mbox'.
|