File: ChangeLog

package info (click to toggle)
claws-mail-extra-plugins 3.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 47,352 kB
  • sloc: ansic: 100,073; sh: 20,031; makefile: 6,918; perl: 990; yacc: 219; lex: 168
file content (233 lines) | stat: -rw-r--r-- 4,375 bytes parent folder | download
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
2012-06-27 [paul]	0.4

	0.4 released

2012-06-27 [paul]	0.3cvs9

	* po/fr.po
	* po/lt.po
	* po/pt_BR.po
		fix broken translation files

2012-06-27 [paul]	0.3cvs8

	* configure.ac
	* po/cs.po
	* po/fr.po
	* po/hu.po
	* po/pt_BR.po
	* po/sk.po
		updates by David Vachulka, wwp, Pader Rezso,
		Frederico Goncalves Guimaraes, Slavko
	* po/lt.po
		new translation by Mindaugas Baranauskas

2012-02-13 [holger]	0.3cvs7

	* src/gettext.h
		Fix compile with --disable-nls

2012-01-04 [ticho]	0.3cvs6

	* po/Makevars
	* src/cm_gdata_contacts.c
	* src/cm_gdata_prefs.c
	* src/gettext.h
		Use "claws-mail" i18n domain for preference section path.
		Add comments for translators to help translating the string
		split in 0.3cvs4.

2012-01-04 [ticho]	0.3cvs5

	* src/cm_gdata_contacts.c
		Added multiple plurals support to the message split in
		previous commit.

2012-01-04 [ticho]	0.3cvs4

	* src/cm_gdata_contacts.c
		Split the "Added X of X contacts to the cache" message into
		two strings to allow more accurate translating.

2011-12-31 [holger]	0.3cvs3

	* src/cm_gdata_prefs.c
		Increase receive limit to G_MAXINT

2011-12-31 [holger]	0.3cvs2

	* configure.ac
		Also check for libgdata 0.9.1
	* src/cm_gdata_contacts.c
		When libgdata 0.9.1 is available, only fetch
		contacts in the "My Contacts" system group.

2011-12-18 [holger]	0.3cvs1

	* src/cm_gdata_contacts.c
	* src/gdata_plugin.c
		Spelling fixes, thanks to wwp

2011-12-16 [paul]	0.3

	0.3 released

2011-12-16 [paul]	0.2cvs13

	* configure.ac
	* po/cs.po
	* po/es.po
	* po/fr.po
	* po/hu.po
	* po/id_ID.po
	* po/pt_BR.po
	* po/sk.po
		all new, except hu which is updated

2011-10-16 [holger]	0.2cvs12

	* src/cm_gdata_contacts.c
		Preserve sort order. Report by Kim B. Heino.

2011-09-21 [holger]	0.2cvs11

	* configure.ac
	* src/cm_gdata_contacts.c
		Add support for libgdata 0.9
		Patch mostly by Andreas Bierfert

2011-09-03 [holger]	0.2cvs10

	* src/cm_gdata_contacts.c
		Another logging improvement

2011-09-02 [holger]	0.2cvs9

	* src/cm_gdata_contacts.c
		Yet another debug output

2011-08-31 [holger]	0.2cvs8

	* src/cm_gdata_prefs.c
	* src/gdata_plugin.c
		Start query when switching from offline to online mode

2011-08-31 [holger]	0.2cvs7

	* src/cm_gdata_contacts.c
		Log errors to network log instead of alert panel
	* src/cm_gdata_prefs.c
		Start a query when prefs page is saved

2011-08-30 [holger]	0.2cvs6

	* src/gdata_plugin.h
		New file that I forgot to add in the last commit

2011-08-29 [holger]	0.2cvs5

	* src/cm_gdata_contacts.c
		Fix a leak

2011-08-29 [holger]	0.2cvs4

	* src/cm_gdata_contacts.c
	* src/cm_gdata_contacts.h
	* src/gdata_plugin.c
		Save contacts cache for offline use

2011-08-28 [holger]	0.2cvs3

	* configure.ac
		I think after getting rid of GDateTime the requirements
		on glib can be relaxed
	* src/cm_gdata_contacts.c
		Log actions that require networking to the network log

2011-08-28 [holger]	0.2cvs2

	* src/Makefile.am
	* src/cm_gdata_contacts.c
	* src/cm_gdata_contacts.h
	* src/cm_gdata_prefs.c
	* src/gdata_plugin.c
		Query asynchronously on plugin load, re-query periodically

2011-08-28 [holger]	0.2cvs1

	* configure.ac
	* po/hu.po
		Add hungarian translation by Páder Rezső

2011-08-28 [paul]	0.2

	0.2 released

2011-08-27 [holger]	0.1cvs1

	* src/Makefile.am
		Add forgotten header files
	* src/cm_gdata_contacts.c
		Add debug output for received contacts
	* src/cm_gdata_prefs.c
		Default parameter change

2011-08-27 [paul]	0.1

	0.1 released

2011-08-22 [holger]	0.0cvs7

	* configure.ac
		Allow libgdata 0.8, API removal only
		took place in 0.9 / 0.10

2011-08-21 [holger]	0.0cvs6

	* src/cm_gdata_contacts.c
	* src/gdata_plugin.c
		Some cosmetic fixes

2011-08-20 [holger]	0.0cvs5

	* .cvsignore
		Use another ignore file

2011-08-20 [holger]	0.0cvs4

	* .cvsignore
		Ignore file

2011-08-20 [holger]	0.0cvs3

	* src/cm_gdata_prefs.c
		Make prefs dialog a tiny bit less ugly

2011-08-20 [holger]	0.0cvs2

	* AUTHORS
	* COPYING
	* ChangeLog
	* INSTALL
	* Makefile.am
	* NEWS
	* PATCHSETS
	* README
	* autogen.sh
	* commitHelper
	* configure.ac
	* config/Makefile.am
	* config/config.rpath
	* po/Makefile.in.in
	* po/Makevars
	* po/POTFILES.in
	* po/remove-potcdate.sin
	* src/Makefile.am
	* src/cm_gdata_contacts.c
	* src/cm_gdata_contacts.h
	* src/cm_gdata_prefs.c
	* src/cm_gdata_prefs.h
	* src/gdata_plugin.c
	* src/gettext.h
		Initial import