1 2013-02-22 [colin] 3.9.0cvs100
6 Fix bug #2702, "Support splitting subject line for small screen
7 layout". Patch by Ben Deering.
9 2013-02-21 [paul] 3.9.0cvs99
14 2013-02-20 [colin] 3.9.0cvs98
19 2013-02-20 [colin] 3.9.0cvs97
21 * src/plugins/att_remover/claws.def
22 * src/plugins/fetchinfo/claws.def
23 * src/plugins/spam_report/claws.def
24 Add more needed symbols
26 2013-02-20 [colin] 3.9.0cvs96
28 * src/plugins/att_remover/Makefile.am
29 * src/plugins/fetchinfo/Makefile.am
30 * src/plugins/spam_report/Makefile.am
31 Fix missed parts for w32
33 2013-02-20 [colin] 3.9.0cvs95
36 * src/plugins/address_keeper/claws.def
37 * src/plugins/att_remover/Makefile.am
38 * src/plugins/att_remover/claws.def
39 * src/plugins/att_remover/plugin.def
40 * src/plugins/att_remover/version.rc
41 * src/plugins/clamd/libclamd/Makefile.am
42 * src/plugins/fetchinfo/Makefile.am
43 * src/plugins/fetchinfo/claws.def
44 * src/plugins/fetchinfo/plugin.def
45 * src/plugins/fetchinfo/version.rc
46 * src/plugins/mailmbox/Makefile.am
47 * src/plugins/mailmbox/claws.def
48 * src/plugins/mailmbox/plugin.def
49 * src/plugins/mailmbox/version.rc
50 * src/plugins/notification/gtkhotkey/Makefile.am
51 * src/plugins/spam_report/Makefile.am
52 * src/plugins/spam_report/claws.def
53 * src/plugins/spam_report/plugin.def
54 * src/plugins/spam_report/spam_report.c
55 * src/plugins/spam_report/version.rc
56 Win32 build fixes (and add of address_keeper, att_remover,
57 fetchinfo and spam_report)
59 2013-02-20 [paul] 3.9.0cvs94
62 a little more report layout tweaking
64 2013-02-20 [colin] 3.9.0cvs93
67 Auto fix plugin names ending in "_plugin"
69 2013-02-20 [colin] 3.9.0cvs92
71 * src/plugins/gdata/Makefile.am
74 2013-02-20 [colin] 3.9.0cvs91
76 * src/plugins/fetchinfo/Makefile.am
77 * src/plugins/notification/Makefile.am
78 * src/plugins/perl/Makefile.am
79 * src/plugins/python/Makefile.am
80 Drop _plugin from the plugin's filename
82 2013-02-20 [colin] 3.9.0cvs90
85 Group core's --{en,dis}able switches
87 2013-02-20 [colin] 3.9.0cvs89
92 2013-02-20 [colin] 3.9.0cvs88
96 Don't check for GNOME2 when we want to check for
97 gtk-update-icon-cache; Typo fix
99 2013-02-20 [colin] 3.9.0cvs87
101 * src/plugins/Makefile.am
102 * src/plugins/acpi_notifier/Makefile.am
103 * src/plugins/address_keeper/Makefile.am
104 * src/plugins/archive/Makefile.am
105 * src/plugins/att_remover/Makefile.am
106 * src/plugins/attachwarner/Makefile.am
107 * src/plugins/bogofilter/Makefile.am
108 * src/plugins/bsfilter/Makefile.am
109 * src/plugins/clamd/Makefile.am
110 * src/plugins/demo/Makefile.am
111 * src/plugins/fancy/Makefile.am
112 * src/plugins/fetchinfo/Makefile.am
113 * src/plugins/gdata/Makefile.am
114 * src/plugins/mailmbox/Makefile.am
115 * src/plugins/newmail/Makefile.am
116 * src/plugins/notification/Makefile.am
117 * src/plugins/pdf_viewer/Makefile.am
118 * src/plugins/perl/Makefile.am
119 * src/plugins/pgpcore/Makefile.am
120 * src/plugins/pgpinline/Makefile.am
121 * src/plugins/pgpmime/Makefile.am
122 * src/plugins/python/Makefile.am
123 * src/plugins/rssyl/Makefile.am
124 * src/plugins/smime/Makefile.am
125 * src/plugins/spam_report/Makefile.am
126 * src/plugins/spamassassin/Makefile.am
127 * src/plugins/tnef_parse/Makefile.am
128 * src/plugins/vcalendar/Makefile.am
129 Change automake conditionals so that all plugins subdirectories
130 are included, but nothing built in disabled plugins. Fixes make
131 dist with some plugins --disabled.
133 2013-02-20 [colin] 3.9.0cvs86
136 * src/plugins/fancy/fancy_viewer.h
137 Fix build for Fancy and vCalendar
139 2013-02-20 [colin] 3.9.0cvs85
142 Rework plugin enabling logic. More clean!
143 * src/plugins/fancy/fancy_viewer.c
144 * src/plugins/fancy/fancy_viewer.h
145 * src/plugins/spam_report/spam_report.c
146 Make curl dependancy mandatory
147 * src/plugins/notification/notification_plugin.c
148 Fix build with every possible thing disabled
149 * src/plugins/notification/Makefile.am
150 * src/plugins/notification/gtkhotkey/.cvsignore
151 * src/plugins/notification/gtkhotkey/Makefile.am
152 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
153 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
154 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
155 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
156 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
157 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
158 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
159 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
160 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
161 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
162 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
163 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
164 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
165 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
166 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
167 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
168 * src/plugins/notification/gtkhotkey/gtkhotkey.h
169 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
170 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
171 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
172 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
173 Re-add hotkey support
174 * src/plugins/spam_report/Makefile.am
175 * src/plugins/tnef_parse/Makefile.am
178 2013-02-20 [colin] 3.9.0cvs84
182 * src/plugins/Makefile.am
183 * src/plugins/dillo_viewer/.cvsignore
184 * src/plugins/dillo_viewer/Makefile.am
185 * src/plugins/dillo_viewer/README
186 * src/plugins/dillo_viewer/dillo_prefs.c
187 * src/plugins/dillo_viewer/dillo_prefs.h
188 * src/plugins/dillo_viewer/dillo_viewer.c
189 * src/plugins/trayicon/.cvsignore
190 * src/plugins/trayicon/Makefile.am
191 * src/plugins/trayicon/README
192 * src/plugins/trayicon/trayicon.c
193 * src/plugins/trayicon/trayicon_prefs.c
194 * src/plugins/trayicon/trayicon_prefs.h
195 * src/plugins/trayicon/libeggtrayicon/.cvsignore
196 Drop trayicon and dillo_viewer
198 2013-02-20 [colin] 3.9.0cvs83
201 * src/plugins/Makefile.am
202 * src/plugins/spam_report/.cvsignore
203 * src/plugins/spam_report/Makefile.am
204 * src/plugins/spam_report/placeholder.txt
205 * src/plugins/spam_report/spam_report.c
206 * src/plugins/spam_report/spam_report_prefs.c
207 * src/plugins/spam_report/spam_report_prefs.h
208 * src/plugins/tnef_parse/.cvsignore
209 * src/plugins/tnef_parse/Makefile.am
210 * src/plugins/tnef_parse/claws.def
211 * src/plugins/tnef_parse/mapi.h
212 * src/plugins/tnef_parse/mapidefs.h
213 * src/plugins/tnef_parse/mapitags.h
214 * src/plugins/tnef_parse/placeholder.txt
215 * src/plugins/tnef_parse/plugin.def
216 * src/plugins/tnef_parse/tnef-errors.h
217 * src/plugins/tnef_parse/tnef-types.h
218 * src/plugins/tnef_parse/tnef_dump.c
219 * src/plugins/tnef_parse/tnef_dump.h
220 * src/plugins/tnef_parse/tnef_parse.c
221 * src/plugins/tnef_parse/version.rc
222 * src/plugins/tnef_parse/ytnef.c
223 * src/plugins/tnef_parse/ytnef.h
224 Add tnef_parse and spam_report
226 2013-02-20 [colin] 3.9.0cvs82
228 * src/plugins/bogofilter/Makefile.am
229 * src/plugins/clamd/Makefile.am
230 * src/plugins/demo/Makefile.am
231 * src/plugins/dillo_viewer/Makefile.am
232 * src/plugins/fancy/Makefile.am
233 * src/plugins/fetchinfo/Makefile.am
234 * src/plugins/gdata/Makefile.am
235 * src/plugins/mailmbox/Makefile.am
236 * src/plugins/newmail/Makefile.am
237 * src/plugins/notification/Makefile.am
238 * src/plugins/pdf_viewer/Makefile.am
239 * src/plugins/perl/Makefile.am
240 * src/plugins/python/Makefile.am
241 * src/plugins/spamassassin/Makefile.am
242 * src/plugins/trayicon/Makefile.am
243 * src/plugins/vcalendar/libical/libical/Makefile.am
244 Fix out-of-tree build
246 2013-02-19 [colin] 3.9.0cvs81
249 Fix inverted logic in a few plugins
251 2013-02-18 [mones] 3.9.0cvs80
253 * src/plugins/notification/Makefile.am
254 * src/plugins/pdf_viewer/Makefile.am
255 * src/plugins/python/Makefile.am
256 Allow 'make dist' to generate a nice tarball
258 2013-02-18 [wwp] 3.9.0cvs79
260 * src/plugins/clamd/libclamd/.cvsignore
261 Add one more .cvsignore file.
263 2013-02-18 [wwp] 3.9.0cvs78
265 * src/plugins/clamd/libclamd/.cvsignore
266 One more .cvsignore file.
268 2013-02-18 [wwp] 3.9.0cvs77
270 * src/plugins/clamd/.cvsignore
271 * src/plugins/clamd/libclamd/.cvsignore
272 * src/plugins/fetchinfo/.cvsignore
273 * src/plugins/gdata/.cvsignore
274 * src/plugins/mailmbox/.cvsignore
275 * src/plugins/newmail/.cvsignore
276 * src/plugins/notification/.cvsignore
277 * src/plugins/pdf_viewer/.cvsignore
278 * src/plugins/perl/.cvsignore
279 * src/plugins/python/.cvsignore
280 Silent up stuff a bit.
282 2013-02-17 [colin] 3.9.0cvs76
284 * src/plugins/notification/Makefile.am
285 * src/plugins/notification/notification_banner.c
286 * src/plugins/notification/notification_banner.h
287 * src/plugins/notification/notification_command.c
288 * src/plugins/notification/notification_command.h
289 * src/plugins/notification/notification_core.c
290 * src/plugins/notification/notification_foldercheck.c
291 * src/plugins/notification/notification_foldercheck.h
292 * src/plugins/notification/notification_hotkeys.c
293 * src/plugins/notification/notification_hotkeys.h
294 * src/plugins/notification/notification_indicator.c
295 * src/plugins/notification/notification_indicator.h
296 * src/plugins/notification/notification_lcdproc.c
297 * src/plugins/notification/notification_lcdproc.h
298 * src/plugins/notification/notification_plugin.c
299 * src/plugins/notification/notification_plugin.h
300 * src/plugins/notification/notification_popup.c
301 * src/plugins/notification/notification_popup.h
302 * src/plugins/notification/notification_prefs.c
303 * src/plugins/notification/notification_prefs.h
304 * src/plugins/notification/notification_trayicon.c
305 * src/plugins/notification/notification_trayicon.h
306 Activate and fix notification (without libindicate)
308 2013-02-17 [colin] 3.9.0cvs75
310 * src/plugins/Makefile.am
311 * src/plugins/archive/Makefile.am
312 * src/plugins/clamd/Makefile.am
313 * src/plugins/clamd/clamav_plugin.c
314 * src/plugins/clamd/clamav_plugin.h
315 * src/plugins/clamd/clamav_plugin_gtk.c
316 * src/plugins/clamd/placeholder.txt
317 * src/plugins/clamd/libclamd/Makefile.am
318 * src/plugins/clamd/libclamd/clamd-plugin.c
319 * src/plugins/clamd/libclamd/clamd-plugin.h
320 * src/plugins/fetchinfo/Makefile.am
321 * src/plugins/fetchinfo/fetchinfo_plugin.c
322 * src/plugins/fetchinfo/fetchinfo_plugin.h
323 * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
324 * src/plugins/fetchinfo/placeholder.txt
325 * src/plugins/gdata/Makefile.am
326 * src/plugins/gdata/cm_gdata_contacts.c
327 * src/plugins/gdata/cm_gdata_contacts.h
328 * src/plugins/gdata/cm_gdata_prefs.c
329 * src/plugins/gdata/cm_gdata_prefs.h
330 * src/plugins/gdata/gdata_plugin.c
331 * src/plugins/gdata/gdata_plugin.h
332 * src/plugins/gdata/placeholder.txt
333 * src/plugins/geolocation/placeholder.txt
334 * src/plugins/gtkhtml2_viewer/placeholder.txt
335 * src/plugins/mailmbox/Makefile.am
336 * src/plugins/mailmbox/carray.c
337 * src/plugins/mailmbox/carray.h
338 * src/plugins/mailmbox/chash.c
339 * src/plugins/mailmbox/chash.h
340 * src/plugins/mailmbox/clist.c
341 * src/plugins/mailmbox/clist.h
342 * src/plugins/mailmbox/mailimf.c
343 * src/plugins/mailmbox/mailimf.h
344 * src/plugins/mailmbox/mailimf_types.c
345 * src/plugins/mailmbox/mailimf_types.h
346 * src/plugins/mailmbox/mailimf_types_helper.c
347 * src/plugins/mailmbox/mailimf_types_helper.h
348 * src/plugins/mailmbox/mailimf_write.c
349 * src/plugins/mailmbox/mailimf_write.h
350 * src/plugins/mailmbox/maillock.c
351 * src/plugins/mailmbox/maillock.h
352 * src/plugins/mailmbox/mailmbox.c
353 * src/plugins/mailmbox/mailmbox.h
354 * src/plugins/mailmbox/mailmbox_folder.c
355 * src/plugins/mailmbox/mailmbox_folder.h
356 * src/plugins/mailmbox/mailmbox_gtk.deps
357 * src/plugins/mailmbox/mailmbox_parse.c
358 * src/plugins/mailmbox/mailmbox_parse.h
359 * src/plugins/mailmbox/mailmbox_types.c
360 * src/plugins/mailmbox/mailmbox_types.h
361 * src/plugins/mailmbox/mmapstring.c
362 * src/plugins/mailmbox/mmapstring.h
363 * src/plugins/mailmbox/placeholder.txt
364 * src/plugins/mailmbox/plugin.c
365 * src/plugins/mailmbox/plugin_gtk.c
366 * src/plugins/mailmbox/plugin_gtk.h
367 * src/plugins/newmail/Makefile.am
368 * src/plugins/newmail/newmail.c
369 * src/plugins/newmail/placeholder.txt
370 * src/plugins/notification/Makefile.am
371 * src/plugins/notification/claws.def
372 * src/plugins/notification/notification_banner.c
373 * src/plugins/notification/notification_banner.h
374 * src/plugins/notification/notification_command.c
375 * src/plugins/notification/notification_command.h
376 * src/plugins/notification/notification_core.c
377 * src/plugins/notification/notification_core.h
378 * src/plugins/notification/notification_foldercheck.c
379 * src/plugins/notification/notification_foldercheck.h
380 * src/plugins/notification/notification_hotkeys.c
381 * src/plugins/notification/notification_hotkeys.h
382 * src/plugins/notification/notification_indicator.c
383 * src/plugins/notification/notification_indicator.h
384 * src/plugins/notification/notification_lcdproc.c
385 * src/plugins/notification/notification_lcdproc.h
386 * src/plugins/notification/notification_pixbuf.c
387 * src/plugins/notification/notification_pixbuf.h
388 * src/plugins/notification/notification_plugin.c
389 * src/plugins/notification/notification_plugin.h
390 * src/plugins/notification/notification_popup.c
391 * src/plugins/notification/notification_popup.h
392 * src/plugins/notification/notification_prefs.c
393 * src/plugins/notification/notification_prefs.h
394 * src/plugins/notification/notification_trayicon.c
395 * src/plugins/notification/notification_trayicon.h
396 * src/plugins/notification/placeholder.txt
397 * src/plugins/notification/plugin.def
398 * src/plugins/notification/raw_claws_mail_logo_64x64.h
399 * src/plugins/notification/version.rc
400 * src/plugins/pdf_viewer/Makefile.am
401 * src/plugins/pdf_viewer/doc_index.xpm
402 * src/plugins/pdf_viewer/doc_index_close.xpm
403 * src/plugins/pdf_viewer/doc_info.xpm
404 * src/plugins/pdf_viewer/first_arrow.xpm
405 * src/plugins/pdf_viewer/last_arrow.xpm
406 * src/plugins/pdf_viewer/left_arrow.xpm
407 * src/plugins/pdf_viewer/placeholder.txt
408 * src/plugins/pdf_viewer/poppler_viewer.c
409 * src/plugins/pdf_viewer/poppler_viewer.h
410 * src/plugins/pdf_viewer/right_arrow.xpm
411 * src/plugins/pdf_viewer/rotate_left.xpm
412 * src/plugins/pdf_viewer/rotate_right.xpm
413 * src/plugins/pdf_viewer/zoom_fit.xpm
414 * src/plugins/pdf_viewer/zoom_in.xpm
415 * src/plugins/pdf_viewer/zoom_out.xpm
416 * src/plugins/pdf_viewer/zoom_width.xpm
417 * src/plugins/perl/Makefile.am
418 * src/plugins/perl/perl_gtk.c
419 * src/plugins/perl/perl_gtk.h
420 * src/plugins/perl/perl_plugin.c
421 * src/plugins/perl/perl_plugin.h
422 * src/plugins/perl/placeholder.txt
423 * src/plugins/python/Makefile.am
424 * src/plugins/python/clawsmailmodule.c
425 * src/plugins/python/clawsmailmodule.h
426 * src/plugins/python/composewindowtype.c
427 * src/plugins/python/composewindowtype.h
428 * src/plugins/python/foldertype.c
429 * src/plugins/python/foldertype.h
430 * src/plugins/python/messageinfotype.c
431 * src/plugins/python/messageinfotype.h
432 * src/plugins/python/nodetype.c
433 * src/plugins/python/nodetype.h
434 * src/plugins/python/placeholder.txt
435 * src/plugins/python/python-hooks.c
436 * src/plugins/python/python-hooks.h
437 * src/plugins/python/python-shell.c
438 * src/plugins/python/python-shell.h
439 * src/plugins/python/python_plugin.c
440 * src/plugins/vcalendar/Makefile.in
441 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
442 notification, pdf_viewer, perl, python). Notification not yet
443 enabled because it has too much autoconf switches for my taste.
446 2013-02-16 [colin] 3.9.0cvs74
472 * src/plugins/Makefile.am
473 * src/plugins/archive/.cvsignore
474 * src/plugins/archive/Makefile.am
475 * src/plugins/archive/archiver.c
476 * src/plugins/archive/archiver.h
477 * src/plugins/archive/archiver_gtk.c
478 * src/plugins/archive/archiver_prefs.c
479 * src/plugins/archive/archiver_prefs.h
480 * src/plugins/archive/libarchive_archive.c
481 * src/plugins/archive/libarchive_archive.h
482 * src/plugins/archive/placeholder.txt
483 * src/plugins/att_remover/.cvsignore
484 * src/plugins/att_remover/Makefile.am
485 * src/plugins/att_remover/att_remover.c
486 * src/plugins/att_remover/placeholder.txt
487 * src/plugins/bsfilter/.cvsignore
488 * src/plugins/bsfilter/Makefile.am
489 * src/plugins/bsfilter/bsfilter.c
490 * src/plugins/bsfilter/bsfilter.h
491 * src/plugins/bsfilter/bsfilter_gtk.c
492 * src/plugins/bsfilter/claws.def
493 * src/plugins/bsfilter/placeholder.txt
494 * src/plugins/bsfilter/plugin.def
495 * src/plugins/bsfilter/version.rc
496 Add archive, att_remover, bsfilter
497 * src/plugins/vcalendar/Makefile.in
498 * src/plugins/vcalendar/libical/libical/icalversion.h
501 2013-02-16 [colin] 3.9.0cvs73
503 * src/plugins/Makefile.am
504 * src/plugins/acpi_notifier/Makefile.am
505 * src/plugins/acpi_notifier/acpi_notifier.c
506 * src/plugins/acpi_notifier/placeholder.txt
507 * src/plugins/address_keeper/Makefile.am
508 * src/plugins/address_keeper/address_keeper.c
509 * src/plugins/address_keeper/address_keeper.h
510 * src/plugins/address_keeper/address_keeper_prefs.c
511 * src/plugins/address_keeper/address_keeper_prefs.h
512 * src/plugins/address_keeper/claws.def
513 * src/plugins/address_keeper/placeholder.txt
514 * src/plugins/address_keeper/plugin.def
515 * src/plugins/address_keeper/version.rc
516 * src/plugins/attachwarner/Makefile.am
517 * src/plugins/attachwarner/attachwarner.c
518 * src/plugins/attachwarner/attachwarner.h
519 * src/plugins/attachwarner/attachwarner_prefs.c
520 * src/plugins/attachwarner/attachwarner_prefs.h
521 * src/plugins/attachwarner/claws.def
522 * src/plugins/attachwarner/placeholder.txt
523 * src/plugins/attachwarner/plugin.def
524 * src/plugins/attachwarner/version.rc
525 * src/plugins/vcalendar/libical/libical/icalversion.h
551 Now do acpi_notifier, attachwarner, address_keeper
553 2013-02-16 [colin] 3.9.0cvs72
580 Merge RSSyl's translations
582 2013-02-16 [colin] 3.9.0cvs71
585 Fix use-after-free (introduced in cvs61)
587 2013-02-16 [colin] 3.9.0cvs70
593 * src/common/w32_account.c
594 Add an hidden preference to set the Windows theme
595 * src/plugins/Makefile.am
596 * src/plugins/rssyl/Makefile.am
597 * src/plugins/rssyl/claws.def
598 * src/plugins/rssyl/date.c
599 * src/plugins/rssyl/date.h
600 * src/plugins/rssyl/feed.c
601 * src/plugins/rssyl/feed.h
602 * src/plugins/rssyl/feedprops.c
603 * src/plugins/rssyl/feedprops.h
604 * src/plugins/rssyl/opml.c
605 * src/plugins/rssyl/opml.h
606 * src/plugins/rssyl/parsers.c
607 * src/plugins/rssyl/parsers.h
608 * src/plugins/rssyl/placeholder.txt
609 * src/plugins/rssyl/plugin.c
610 * src/plugins/rssyl/plugin.def
611 * src/plugins/rssyl/rssyl.c
612 * src/plugins/rssyl/rssyl.h
613 * src/plugins/rssyl/rssyl_cb_gtk.c
614 * src/plugins/rssyl/rssyl_cb_gtk.h
615 * src/plugins/rssyl/rssyl_cb_menu.c
616 * src/plugins/rssyl/rssyl_cb_menu.h
617 * src/plugins/rssyl/rssyl_gtk.c
618 * src/plugins/rssyl/rssyl_gtk.h
619 * src/plugins/rssyl/rssyl_prefs.c
620 * src/plugins/rssyl/rssyl_prefs.h
621 * src/plugins/rssyl/strreplace.c
622 * src/plugins/rssyl/strreplace.h
623 * src/plugins/rssyl/version.rc
625 * src/plugins/vcalendar/Makefile.am
626 * src/plugins/vcalendar/Makefile.in
627 * src/plugins/vcalendar/plugin.c
628 * src/plugins/vcalendar/libical/libical/icalversion.h
631 2013-02-14 [paul] 3.9.0cvs69
636 2013-02-14 [colin] 3.9.0cvs68
640 * po/merge-po-from-plugin.sh
641 Add helper script to merge external plugins translations
666 Merge translations from fancy and vcalendar
668 2013-02-14 [colin] 3.9.0cvs67
673 2013-02-14 [colin] 3.9.0cvs66
675 * src/plugins/vcalendar/claws.def
676 * src/plugins/vcalendar/plugin.def
678 * src/plugins/vcalendar/libical/Makefile.in
679 * src/plugins/vcalendar/libical/design-data/Makefile.in
680 * src/plugins/vcalendar/libical/libical/Makefile.in
681 * src/plugins/vcalendar/libical/scripts/Makefile.in
682 Remove extraneous files
684 2013-02-13 [colin] 3.9.0cvs65
686 * src/plugins/address_dup_finder/placeholder.txt
687 * src/plugins/synce/placeholder.txt
688 Removed, deprecated plugins
689 * src/plugins/Makefile.am
690 * src/plugins/vcalendar/Makefile.am
691 * src/plugins/vcalendar/Makefile.in
692 * src/plugins/vcalendar/common-views.c
693 * src/plugins/vcalendar/common-views.h
694 * src/plugins/vcalendar/day-view.c
695 * src/plugins/vcalendar/icaltime_as_local.c
696 * src/plugins/vcalendar/icaltime_as_local.h
697 * src/plugins/vcalendar/month-view.c
698 * src/plugins/vcalendar/placeholder.txt
699 * src/plugins/vcalendar/plugin.c
700 * src/plugins/vcalendar/vcal_dbus.c
701 * src/plugins/vcalendar/vcal_dbus.h
702 * src/plugins/vcalendar/vcal_folder.c
703 * src/plugins/vcalendar/vcal_folder.h
704 * src/plugins/vcalendar/vcal_interface.h
705 * src/plugins/vcalendar/vcal_manager.c
706 * src/plugins/vcalendar/vcal_manager.h
707 * src/plugins/vcalendar/vcal_meeting_gtk.c
708 * src/plugins/vcalendar/vcal_meeting_gtk.h
709 * src/plugins/vcalendar/vcal_prefs.c
710 * src/plugins/vcalendar/vcal_prefs.h
711 * src/plugins/vcalendar/vcalendar.c
712 * src/plugins/vcalendar/vcalendar.h
713 * src/plugins/vcalendar/version.rc
714 * src/plugins/vcalendar/libical/.cvsignore
715 * src/plugins/vcalendar/libical/Makefile.am
716 * src/plugins/vcalendar/libical/Makefile.in
717 * src/plugins/vcalendar/libical/design-data/.cvsignore
718 * src/plugins/vcalendar/libical/design-data/Makefile.am
719 * src/plugins/vcalendar/libical/design-data/Makefile.in
720 * src/plugins/vcalendar/libical/design-data/parameters.csv
721 * src/plugins/vcalendar/libical/design-data/properties.csv
722 * src/plugins/vcalendar/libical/design-data/restrictions.csv
723 * src/plugins/vcalendar/libical/design-data/status.txt
724 * src/plugins/vcalendar/libical/design-data/value-types.csv
725 * src/plugins/vcalendar/libical/libical/.cvsignore
726 * src/plugins/vcalendar/libical/libical/Makefile.am
727 * src/plugins/vcalendar/libical/libical/Makefile.in
728 * src/plugins/vcalendar/libical/libical/icalattendee.c
729 * src/plugins/vcalendar/libical/libical/icalattendee.h
730 * src/plugins/vcalendar/libical/libical/icalcomponent.c
731 * src/plugins/vcalendar/libical/libical/icalcomponent.h
732 * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
733 * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
734 * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
735 * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
736 * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
737 * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
738 * src/plugins/vcalendar/libical/libical/icalduration.c
739 * src/plugins/vcalendar/libical/libical/icalduration.h
740 * src/plugins/vcalendar/libical/libical/icalenums.c
741 * src/plugins/vcalendar/libical/libical/icalenums.h
742 * src/plugins/vcalendar/libical/libical/icalerror.c
743 * src/plugins/vcalendar/libical/libical/icalerror.h
744 * src/plugins/vcalendar/libical/libical/icallangbind.c
745 * src/plugins/vcalendar/libical/libical/icallangbind.h
746 * src/plugins/vcalendar/libical/libical/icallexer.l
747 * src/plugins/vcalendar/libical/libical/icalmemory.c
748 * src/plugins/vcalendar/libical/libical/icalmemory.h
749 * src/plugins/vcalendar/libical/libical/icalmime.c
750 * src/plugins/vcalendar/libical/libical/icalmime.h
751 * src/plugins/vcalendar/libical/libical/icalparameter.c
752 * src/plugins/vcalendar/libical/libical/icalparameter.h
753 * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
754 * src/plugins/vcalendar/libical/libical/icalparser.c
755 * src/plugins/vcalendar/libical/libical/icalparser.h
756 * src/plugins/vcalendar/libical/libical/icalperiod.c
757 * src/plugins/vcalendar/libical/libical/icalperiod.h
758 * src/plugins/vcalendar/libical/libical/icalproperty.c
759 * src/plugins/vcalendar/libical/libical/icalproperty.h
760 * src/plugins/vcalendar/libical/libical/icalrecur.c
761 * src/plugins/vcalendar/libical/libical/icalrecur.h
762 * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
763 * src/plugins/vcalendar/libical/libical/icalrestriction.h
764 * src/plugins/vcalendar/libical/libical/icaltime.c
765 * src/plugins/vcalendar/libical/libical/icaltime.h
766 * src/plugins/vcalendar/libical/libical/icaltypes.c
767 * src/plugins/vcalendar/libical/libical/icaltypes.h
768 * src/plugins/vcalendar/libical/libical/icalvalue.c
769 * src/plugins/vcalendar/libical/libical/icalvalue.h
770 * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
771 * src/plugins/vcalendar/libical/libical/icalversion.h
772 * src/plugins/vcalendar/libical/libical/icalversion.h.in
773 * src/plugins/vcalendar/libical/libical/icalyacc.output
774 * src/plugins/vcalendar/libical/libical/icalyacc.y
775 * src/plugins/vcalendar/libical/libical/pvl.c
776 * src/plugins/vcalendar/libical/libical/pvl.h
777 * src/plugins/vcalendar/libical/libical/sspm.c
778 * src/plugins/vcalendar/libical/libical/sspm.h
779 * src/plugins/vcalendar/libical/libical/vsnprintf.c
780 * src/plugins/vcalendar/libical/scripts/.cvsignore
781 * src/plugins/vcalendar/libical/scripts/Makefile.am
782 * src/plugins/vcalendar/libical/scripts/Makefile.in
783 * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
784 * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
785 * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
786 * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
787 * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
788 * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
789 * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
790 * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
793 2013-02-13 [colin] 3.9.0cvs64
795 * src/plugins/acpi_notifier/placeholder.txt
796 * src/plugins/address_dup_finder/placeholder.txt
797 * src/plugins/address_keeper/placeholder.txt
798 * src/plugins/archive/placeholder.txt
799 * src/plugins/att_remover/placeholder.txt
800 * src/plugins/attachwarner/placeholder.txt
801 * src/plugins/bsfilter/placeholder.txt
802 * src/plugins/clamd/placeholder.txt
803 * src/plugins/fetchinfo/placeholder.txt
804 * src/plugins/gdata/placeholder.txt
805 * src/plugins/geolocation/placeholder.txt
806 * src/plugins/gtkhtml2_viewer/placeholder.txt
807 * src/plugins/mailmbox/placeholder.txt
808 * src/plugins/newmail/placeholder.txt
809 * src/plugins/notification/placeholder.txt
810 * src/plugins/pdf_viewer/placeholder.txt
811 * src/plugins/perl/placeholder.txt
812 * src/plugins/python/placeholder.txt
813 * src/plugins/rssyl/placeholder.txt
814 * src/plugins/spam_report/placeholder.txt
815 * src/plugins/synce/placeholder.txt
816 * src/plugins/tnef_parse/placeholder.txt
817 * src/plugins/vcalendar/placeholder.txt
818 Add temporary placeholders for ex-extra-plugins to be
821 2013-02-13 [paul] 3.9.0cvs63
823 * src/plugins/fancy/Makefile.am
824 no need for EXTRA_DIST
826 2013-02-13 [paul] 3.9.0cvs62
830 * src/plugins/Makefile.am
831 * src/plugins/fancy/Makefile.am
832 * src/plugins/fancy/fancy_prefs.c
833 * src/plugins/fancy/fancy_prefs.h
834 * src/plugins/fancy/fancy_viewer.c
835 * src/plugins/fancy/fancy_viewer.h
836 move the Fancy plugin into core
838 2013-02-11 [paul] 3.9.0cvs61
841 use the Delete key to remove colour label accels (same as everywhere else).
842 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
844 2013-01-26 [mir] 3.9.0cvs60
848 1) Lines split over more than one line breaks parser
849 2) Get email addres correct. Not only email;internet
851 1) Basic handling of vcard 3.0
854 2013-01-23 [colin] 3.9.0cvs59
858 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
860 2013-01-23 [colin] 3.9.0cvs58
863 Fix bug #2863, "Applying has_attachment quicksearch
866 2013-01-21 [paul] 3.9.0cvs57
870 fix bug 2862, 'Segmentation fault when replying to a
871 message where the "code conversion" fails'. add support
872 for X-VIET-VPS encoding
874 2013-01-21 [paul] 3.9.0cvs56
878 promote the users' ml on the About/Info tab
880 2013-01-09 [paul] 3.9.0cvs55
882 * doc/man/claws-mail.1
884 update copyright year
886 2013-01-09 [paul] 3.9.0cvs54
888 * src/gtk/gtkaspell.c
889 fix sensitivity of 'Use both dictionaries' in compose window
891 2013-01-09 [mir] 3.9.0cvs53
894 Fix missing file encoding info.
895 See -> http://www.python.org/dev/peps/pep-0263/
898 2013-01-08 [mones] 3.9.0cvs52
901 Added Swedish translation by Andreas Rönnquist
903 2012-12-20 [colin] 3.9.0cvs51
906 Fix crash on action error;
907 Fix trimming of leading spaces in actions
909 2012-12-19 [colin] 3.9.0cvs50
914 Make LDAP over SSL work on Win32 - but not TLS,
915 unfortunately. Also, it requires the certificate
918 2012-12-16 [colin] 3.9.0cvs49
921 Add missing \n at end of the return receipt last part's headers.
923 2012-12-15 [paul] 3.9.0cvs48
926 fix bug 2832, 'mail to from adress-book splitt names'
928 2012-12-12 [colin] 3.9.0cvs47
931 Port to g_spawn API and make actions work better on Win32
935 2012-12-12 [ticho] 3.9.0cvs46
938 Move focus to body textview when subject entry is activated
939 (Enter key pressed) in compose window.
941 2012-12-10 [mones] 3.9.0cvs45
944 Fix bug #2835 (core part) to allow NULL names which
947 2012-12-07 [colin] 3.9.0cvs44
950 Try to fix strange crash in nntp_ping/session_destroy...
952 2012-12-06 [mones] 3.9.0cvs43
956 * tools/outlook2claws-mail.pl
957 Fix address not working since years ago
959 2012-12-05 [mones] 3.9.0cvs42
962 Do not set to NULL string preferences which have "" as
965 2012-12-05 [colin] 3.9.0cvs41
968 Nullify xcred pointer like the other ones
970 2012-12-03 [wwp] 3.9.0cvs40
974 Avoid any possible confusion: 0 is not a neutral value when passed
975 to main_window_get_mask() - use -1 instead, even in those cases we
978 2012-12-03 [wwp] 3.9.0cvs39
981 Fix sensitivity of next-unread toolbar button.
983 2012-12-03 [colin] 3.9.0cvs38
986 Fix following relative symlinks
988 2012-12-02 [colin] 3.9.0cvs37
991 Of course you can't, Windows. Of course...
993 2012-12-02 [colin] 3.9.0cvs36
996 Move control sockets inside their own directory,
997 $TMPDIR/claws-mail-$UID/, and name them after the configuration directory md5 hash. That allows
998 - cleaner separation of sockets and config dirs in
999 case of alternate config directories
1000 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1001 exists as a socket, use it to control the running entity
1002 - backwards migration is handled: starting an old Claws Mail
1003 version will bail out as creating the legacy socket won't
1005 - migration for alternate-config-dirs is not handled, which
1006 could be mentioned in release notes.
1007 Fixes bug #2828, "Use MD5 digest for socket name"
1009 2012-12-01 [colin] 3.9.0cvs35
1011 * src/common/utils.c
1012 As usual, Windows is a little bit different
1013 (you have to love it the same as the normal OSes...)
1015 2012-12-01 [colin] 3.9.0cvs34
1017 * src/common/utils.c
1018 * src/common/utils.h
1019 Add a canonicalizer function and use it to
1020 canonicalize rc_dir.
1022 2012-11-30 [mones] 3.9.0cvs33
1024 * src/common/plugin.c
1025 Fixes #1137 completely, saving path-less plugins as is
1026 in config. With this patch user can edit plugin list on
1027 clawsrc and remove absolute paths from shared plugins,
1028 leaving only the "pluginname.so". Those will be tried to
1029 load from plugin dir of the loading core. Notice that
1030 those will also fail to load on older versions, and will
1031 probably be removed from your config without warning by
1034 2012-11-30 [wwp] 3.9.0cvs32
1040 Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1041 also fix list loop initializers.
1043 2012-11-30 [wwp] 3.9.0cvs31
1048 * src/send_message.c
1049 * src/send_message.h
1052 Add Message/Cancel sending (same as --cancel-sending), adds the
1053 relevant toolbar icon, and an extra cancel sending+receiving icon
1056 2012-11-29 [colin] 3.9.0cvs30
1059 Fix mask on a few menu items (thanks Ricardo!)
1061 2012-11-28 [wwp] 3.9.0cvs29
1067 Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1068 Complete toolbar_init(), which was missing few inits.
1070 2012-11-28 [colin] 3.9.0cvs28
1075 * src/etpan/nntp-thread.c
1076 Disconnect NNTP accounts too when switching offline
1078 2012-11-28 [colin] 3.9.0cvs27
1082 * src/common/session.c
1083 * src/common/session.h
1084 Add keep-alive pings on IMAP and NNTP
1086 2012-11-28 [colin] 3.9.0cvs26
1089 * src/etpan/imap-thread.c
1090 * src/etpan/imap-thread.h
1091 Try locale's charset and UTF-7 on server-side
1092 searches when UTF-8 fails. Also, don't even
1093 mention a charset if searching for an ASCII
1096 2012-11-27 [colin] 3.9.0cvs25
1101 2012-11-27 [colin] 3.9.0cvs24
1104 Fix bug #2826, "replace deprecated gnutls function"
1105 Patch by Christian Hesse
1107 2012-11-27 [colin] 3.9.0cvs23
1109 * src/gtk/manage_window.c
1110 Stop spamming logs with focus events.
1112 2012-11-27 [colin] 3.9.0cvs22
1115 * src/prefs_common.c
1116 * src/prefs_common.h
1117 Unsneak a work-in-progress patch that I mistakengly
1118 commited with a cleanup
1120 2012-11-27 [wwp] 3.9.0cvs21
1122 * doc/man/claws-mail.1
1124 * src/send_message.c
1125 * src/send_message.h
1126 Add --cancel-sending command-line switch.
1128 2012-11-23 [colin] 3.9.0cvs20
1134 * src/prefs_common.c
1135 * src/prefs_common.h
1137 * src/common/socket.c
1138 * src/common/socket.h
1140 * src/common/ssl_certificate.c
1141 * src/common/ssl_certificate.h
1142 * src/etpan/imap-thread.c
1143 * src/etpan/nntp-thread.c
1144 Cleanup some warnings and deprecated types. Patch by
1145 Christian Hesse, fixing bug #2617. Thanks!
1147 2012-11-23 [colin] 3.9.0cvs19
1151 Add Christian Hesse which was forgotten for some reason
1153 2012-11-21 [colin] 3.9.0cvs18
1155 * src/etpan/imap-thread.c
1156 Don't set charset on simple searches. Fixes Exchange 2007.
1158 2012-11-20 [colin] 3.9.0cvs17
1160 * src/prefs_matcher.c
1161 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1163 2012-11-20 [ticho] 3.9.0cvs16
1165 * src/gtk/prefswindow.c
1166 Actually allow folder preference pages which are in top level of
1167 page index UI to be selected.
1169 2012-11-20 [ticho] 3.9.0cvs15
1171 * src/prefs_folder_item.c
1172 Remove useless "Folder" root in page index of folder preferences UI.
1174 2012-11-18 [colin] 3.9.0cvs14
1180 * src/matcher_parser_parse.y
1181 * src/prefs_matcher.c
1183 * src/gtk/quicksearch.c
1184 Add age_{greater,lower}_hours matcher criteria
1185 Initial patch by Abhay S. Kushwaha.
1187 2012-11-18 [ticho] 3.9.0cvs13
1190 Improve i18n plural handling in a string used while
1191 importing from mbox.
1193 2012-11-16 [ticho] 3.9.0cvs12
1221 Update message catalogs to match changes in 3.9.0cvs11.
1223 2012-11-16 [ticho] 3.9.0cvs11
1226 * src/addrcustomattr.c
1228 * src/prefs_filtering.c
1229 * src/prefs_matcher.c
1230 * src/prefs_msg_colors.c
1234 * src/common/utils.c
1236 Use pgettext() and friends for i18n context strings, instead of
1237 having a pipe character in msgid for context separation. This uses
1238 glib's C_ macro, instead of Q_.
1240 2012-11-16 [colin] 3.9.0cvs10
1243 * src/prefs_actions.c
1244 * src/prefs_filtering_action.c
1245 * src/prefs_matcher.c
1247 * src/gtk/description_window.c
1248 * src/gtk/description_window.h
1249 * src/gtk/inputdialog.c
1250 * src/gtk/manage_window.c
1251 * src/gtk/quicksearch.c
1252 Try to better fix focus problems. Should address:
1257 Please check using your favorite WM that the following works:
1258 Information button (Quicksearch, Templates, 'Test' filtering
1260 Folder selection (Move/Copy contextual menu,
1261 various preferences, including 'New folder').
1262 Tested with XFCE, Gnome Shell and Windows.
1265 2012-11-16 [colin] 3.9.0cvs9
1270 2012-11-16 [colin] 3.9.0cvs8
1273 Fix missing initialisation of bool_and which could
1274 lead to From/To/Subject/Tag searches searching with
1276 Also clean up tag expansion. No need to create a
1277 matcher string and re-parse it.
1279 2012-11-16 [paul] 3.9.0cvs7
1282 fix by Thomas Bellmann
1284 2012-11-15 [colin] 3.9.0cvs6
1287 Fix bug #2785, "Marking mails for deletion reopens internal
1290 2012-11-15 [colin] 3.9.0cvs5
1294 * src/gtk/gtkcmclist.c
1295 * src/gtk/gtkcmclist.h
1296 a few more GTK+3 fixes. Segfaults on me, though.
1298 2012-11-15 [colin] 3.9.0cvs4
1310 * src/message_search.c
1311 * src/prefs_display_header.c
1312 * src/prefs_filtering_action.c
1313 * src/prefs_matcher.c
1315 * src/prefs_toolbar.c
1317 * src/stock_pixmap.c
1318 * src/summary_search.c
1321 * src/gtk/Makefile.am
1322 * src/gtk/colorlabel.c
1323 * src/gtk/combobox.c
1324 * src/gtk/combobox.h
1325 * src/gtk/gtkcmclist.c
1326 * src/gtk/gtkcmclist.h
1327 * src/gtk/gtkcmctree.c
1328 * src/gtk/gtksctree.c
1329 * src/gtk/gtkshruler.c
1330 * src/gtk/gtkutils.c
1331 * src/gtk/gtkutils.h
1332 * src/gtk/inputdialog.c
1333 * src/gtk/quicksearch.c
1334 * src/plugins/pgpcore/Makefile.am
1335 * src/plugins/pgpinline/Makefile.am
1336 * src/plugins/pgpmime/Makefile.am
1337 * src/plugins/smime/Makefile.am
1338 Big GTK+3 patch from Hanno Meyer-Thurow
1340 2012-11-15 [wwp] 3.9.0cvs3
1342 * doc/man/claws-mail.1
1344 Add --cancel-receiving command-line switch.
1346 2012-11-15 [wwp] 3.9.0cvs2
1349 * src/gtk/sslcertwindow.c
1352 2012-11-15 [paul] 3.9.0cvs1
1357 updates from David Vachulka, Flammie Pirinen, and
1360 2012-11-14 [paul] 3.9.0
1366 2012-11-14 [paul] 3.8.1cvs123
1377 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1378 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1381 2012-11-14 [paul] 3.8.1cvs122
1387 2012-11-14 [colin] 3.8.1cvs121
1390 And fix warning with breaking functionality
1392 2012-11-14 [paul] 3.8.1cvs120
1395 revert this change from 3.8.1cvs60, it breaks
1398 2012-11-14 [colin] 3.8.1cvs119
1400 * src/common/plugin.c
1401 If plugin fails to load from absolute path, try from
1402 default plugin path.
1403 Fixes bug #1137, 'loading plugins with same profile on different archs'
1404 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1405 results in wrong paths in clawsrc'
1407 2012-11-12 [colin] 3.8.1cvs118
1410 Fix initial focus on textview. Fixes bug #2776,
1411 "Make all menu shortcuts work properly in the message window"
1413 2012-11-09 [colin] 3.8.1cvs117
1415 * src/etpan/imap-thread.c
1416 Specify search charset. Thanks to Aleksei Miheev
1418 2012-11-08 [colin] 3.8.1cvs116
1420 * src/common/socket.c
1421 * src/gtk/gtkutils.c
1422 Fix socket communication
1424 2012-11-08 [colin] 3.8.1cvs115
1426 * src/plugins/pgpcore/sgpgme.c
1427 Fix Windows runtime crash
1429 2012-11-08 [colin] 3.8.1cvs114
1431 * src/gtk/quicksearch.c
1432 Fix going active with NULL matchstring (for example
1433 when changing type before typing anything)
1435 2012-11-07 [colin] 3.8.1cvs113
1440 2012-11-06 [mones] 3.8.1cvs112
1442 * doc/man/claws-mail.1
1443 Sync with AUTHORS file
1444 * src/gtk/quicksearch.c
1445 Add number units where appropriate
1447 2012-10-31 [paul] 3.8.1cvs111
1449 * src/prefs_folder_item.c
1450 add missing closing bracket. thanks to Andreas Rönnquist.
1452 2012-10-31 [colin] 3.8.1cvs110
1454 * src/prefs_folder_item.c
1455 Fix prefs text and extra semi-colon. Thanks to Paul!
1457 2012-10-31 [colin] 3.8.1cvs109
1459 * src/folder_item_prefs.c
1460 * src/folder_item_prefs.h
1462 * src/prefs_folder_item.c
1463 Implement feature from bug #2569,
1464 "select html part on folder specific properties"
1465 Patch based on Andrej's patch.
1467 2012-10-29 [wwp] 3.8.1cvs108
1470 Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1473 2012-10-25 [colin] 3.8.1cvs107
1476 Verify the previous URI wasn't the same...
1477 fixes http://www. URIs.
1479 2012-10-25 [colin] 3.8.1cvs106
1481 * src/common/utils.c
1482 * src/common/utils.h
1484 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1485 reduces cost of strcasestr() in textview_make_clickable_parts*()
1486 from 30% to 15%. Patch by Igor Mammedov
1488 2012-10-25 [colin] 3.8.1cvs105
1491 Do not allow search cost to explode in case of bad message
1492 parsing in textview_make_clickable_parts_later(); reduces
1493 cost of textview_make_clickable_parts_later() from 99% to
1494 17% for big bad-case message. Patch by Igor Mammedov
1496 2012-10-25 [colin] 3.8.1cvs104
1500 Avoid strlen() on big buffers, use precomputed length instead
1501 it reduces cost of textview_write_line() from 32% to 3% for
1502 big messages. Patch by Igor Mammedov
1507 2012-10-24 [mones] 3.8.1cvs103
1510 Trust on IMAP core on-line/off-line management
1511 Patch by Sean Buckheister
1513 2012-10-19 [paul] 3.8.1cvs102
1518 fix bug 2760, 'display correct libc version in crash dialog
1519 when uclibc is used'.
1520 fixes build with uclibc. patch by Natanael Copa.
1522 2012-10-18 [mones] 3.8.1cvs101
1524 * claws-mail.desktop
1525 Fix bug #2761 and remove invalid GTK main category
1527 2012-10-17 [colin] 3.8.1cvs100
1529 * src/common/ssl_certificate.c
1530 Fix bug #2759, "Error messages regarding bad
1531 client certificates are less than helpful"
1532 Based on patch by bug reporter.
1534 2012-10-13 [paul] 3.8.1cvs99
1536 * src/common/ssl_certificate.c
1537 fix build with gnutls 3.1.3
1538 Patch by Sean Buckheister.
1540 2012-10-12 [mones] 3.8.1cvs98
1543 * src/grouplistdialog.c
1548 * src/common/utils.c
1549 * src/common/utils.h
1550 * src/etpan/imap-thread.c
1551 New slist_free_strings_full wrapper for g_slist_free_full
1552 and simplify calls where it was being used
1554 2012-10-12 [colin] 3.8.1cvs97
1557 Drop include of internal glib header
1558 Patch by Werner Koch
1560 2012-10-12 [colin] 3.8.1cvs96
1562 * src/gtk/gtkcmctree.c
1563 * src/gtk/gtksctree.c
1564 Fix bug #2581, "expander arrows are too tiny to hit with the
1565 mouse". Patch mostly by Tom Horsley
1567 2012-10-12 [iwkse] 3.8.1cvs95
1569 * src/common/utils.c
1572 2012-10-12 [mones] 3.8.1cvs94
1574 * src/common/utils.c
1575 Remove undeclared mutex symbol
1577 2012-10-12 [colin] 3.8.1cvs93
1580 * src/prefs_account.c
1581 * src/common/utils.c
1582 * src/common/utils.h
1583 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1584 Thanks to Salvatore de Paolis
1586 2012-10-10 [colin] 3.8.1cvs92
1589 Fix bug #2744, "Quick search throws bad command
1590 argument error on Microsoft Exchange". Fall back
1591 to local search if folder-specific search fails.
1592 * src/gtk/quicksearch.c
1595 2012-10-10 [colin] 3.8.1cvs91
1598 Make what the tags list contain more clear
1600 2012-10-10 [colin] 3.8.1cvs90
1606 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1609 2012-10-10 [colin] 3.8.1cvs89
1612 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1614 2012-10-10 [colin] 3.8.1cvs88
1617 Leak fix (thanks Ricardo!)
1619 2012-10-10 [colin] 3.8.1cvs87
1621 * src/common/utils.c
1622 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1623 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1624 fixes by Michael Rasmussen and myself.
1625 Also revert part of 3.8.1cvs86, g_slist_free_full()
1626 semantics are different from slist_free_strings() in that
1627 slist_free_strings does not free the list itself.
1629 2012-10-09 [mones] 3.8.1cvs86
1631 * doc/man/claws-mail.1
1633 * src/common/utils.c
1634 New extra headers feature for adding user-defined
1635 extra headers to the combobox in the compose window
1636 Headers are stablished in 'extraheaderrc', one per
1637 line with a final colon
1639 2012-10-06 [mones] 3.8.1cvs85
1642 Added src/gtk/menu.c
1646 New function cm_menu_item_new_label_from_url to
1647 avoid crashing on huge URL strings and warn user
1648 about the possible causes
1650 Use it to create List menu items safely
1652 2012-10-04 [colin] 3.8.1cvs84
1655 Fix keywords with spaces
1657 2012-10-04 [colin] 3.8.1cvs83
1660 Fix double-tag search. Maybe fixes bug #2744,
1661 'Quick search throws bad command argument
1662 error since recent change'. Patch by Sean.
1664 2012-10-03 [mones] 3.8.1cvs82
1667 Fix bug #2743 'null pointer crash in procmime strchr'
1668 Patch by Michael Schwendt (from RedHat bug 862578)
1670 2012-09-28 [colin] 3.8.1cvs81
1673 Never search on server if we're offline
1674 (Asking the user would and will be better)
1676 Fix uninitialized variable (bogus) warning
1677 Fix SELECT of the folder before searching
1679 2012-09-27 [colin] 3.8.1cvs80
1683 * src/etpan/imap-thread.c
1684 * src/etpan/imap-thread.h
1685 Implement IMAP server search. Patch by
1686 Sean Buckheister again.
1688 2012-09-26 [colin] 3.8.1cvs79
1693 Prepare the context strings, their translation take
1694 CPU time. Shaves 6 seconds out of 17 on my reference
1696 * src/summary_search.c
1699 2012-09-26 [colin] 3.8.1cvs78
1704 Unlock I/O in procmime, give a way
1705 for matcher to avoid having to
1706 read/write tmp/rewind/read tmp for
1709 2012-09-26 [colin] 3.8.1cvs77
1711 * src/summary_search.c
1712 Fix unresponsive stop button
1713 * src/gtk/quicksearch.c
1716 2012-09-26 [colin] 3.8.1cvs76
1718 * src/summary_search.c
1721 * src/gtk/quicksearch.c
1722 Factorize search code in summary_search and
1723 add a progress indicator as that slows down
1724 the first result in case of body search.
1726 2012-09-26 [colin] 3.8.1cvs75
1729 Fix body search triggering GUI updates
1730 for every message when it gets MSG_SCANNED
1733 2012-09-26 [colin] 3.8.1cvs74
1741 Factorize msg list to num list code;
1742 Make search faster using cache instead
1745 2012-09-25 [mones] 3.8.1cvs73
1747 * src/gtk/quicksearch.c
1748 Fix new expressions not being added to quicksearch
1749 history in extended mode; patch by Sean Buckheister
1751 2012-09-22 [mir] 3.8.1cvs72
1754 Fix for not searching in folders marked 'no_select'
1755 patch provided by Colin.
1757 2012-09-22 [mones] 3.8.1cvs71
1760 Add missing copyright header
1762 2012-09-21 [colin] 3.8.1cvs70
1765 Fix warning where msgcount was used
1766 uninitialized in case the search was
1767 to be performed on a message list subset.
1769 2012-09-21 [colin] 3.8.1cvs69
1771 * src/gtk/quicksearch.c
1772 Fix error background not appearing
1774 2012-09-21 [colin] 3.8.1cvs68
1777 * src/advsearch.c ** ADDED **
1778 * src/advsearch.h ** ADDED **
1786 * src/matchertypes.h ** ADDED **
1791 * src/summary_search.c
1794 * src/gtk/quicksearch.c
1795 * src/gtk/quicksearch.h
1796 Separated GUI and logic for search
1797 Use same logic for quicksearch and folder search
1798 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1800 2012-09-19 [mones] 3.8.1cvs67
1803 Remove spurious parameter from get_url_part and
1804 fix potential buffer overflow
1806 2012-09-19 [colin] 3.8.1cvs66
1810 Un-mix mixed enum comparison which happened
1811 to work because multiple enums define the same
1814 2012-09-19 [colin] 3.8.1cvs65
1822 * src/plugins/bogofilter/bogofilter_gtk.c
1823 * src/plugins/pgpcore/prefs_gpg.c
1824 * src/plugins/smime/smime.c
1825 * src/plugins/spamassassin/spamassassin_gtk.c
1826 More warning fixes, casts, useless variables and
1827 unchecked return values
1829 2012-09-19 [colin] 3.8.1cvs64
1832 Check possible overflow
1833 * src/prefs_account.c
1834 * src/prefs_compose_writing.c
1835 * src/prefs_logging.c
1836 * src/prefs_message.c
1837 * src/prefs_msg_colors.c
1839 * src/prefs_receive.c
1840 * src/prefs_summaries.c
1841 * src/prefs_wrapping.c
1842 fix GtkAdjustment casts
1845 * src/gtk/gtkaspell.c
1848 2012-09-19 [mones] 3.8.1cvs63
1851 Fix leak and follow function specification
1853 2012-09-19 [mones] 3.8.1cvs62
1856 Use unused var c to check result and emit messages on error
1858 Remove unused vars: attr (several functions), element
1860 Use unused var newGroup to check result
1861 * src/addrcustomattr.c
1862 Remove unused var summaryview and related code
1864 Use unused vars nn, newNode, idleID to check result
1865 Remove unused var aoType and refactor logic around it
1866 Comment var enabled and related debug code
1868 Use unused var error to check result and emit debug messages
1870 Remove unused var link_color
1872 Remove unused vars: attr, retVal
1874 2012-09-19 [colin] 3.8.1cvs61
1879 * src/send_message.c
1880 * src/common/socket.c
1881 More precise error logging
1883 2012-09-16 [mones] 3.8.1cvs60
1886 Removed dup calls with ignored result
1888 Removed unused var is_group and simplified logic around it
1892 * src/etpan/etpan-thread-manager.c
1893 Use unused var r to verify result and emit messages on error
1895 Move color variable into conditional usage blocks
1896 Remove assigned but not used vars: lock, titles, count
1898 Remove assigned but not used var actions
1900 Remove assigned but not used vars: from_parent, src_node
1903 Remove malloc-ed but not used var: old_path
1905 Comment unused vars from commented block: tofetch, fetched
1906 * src/prefs_account.c
1907 Remove assigned but not used var: privacy_enabled
1908 * src/prefs_actions.c
1909 * src/prefs_customheader.c
1910 Remove assigned but not used var: store
1911 * src/prefs_filtering.c
1912 Remove assigned but not used var: n_rows
1913 * src/prefs_template.c
1914 Remove assigned but not used vars: model, list_store
1915 * src/prefs_toolbar.c
1916 Remove assigned but not used var: win_titles
1918 Remove assigned but not used vars: orientation, line, baseline,
1920 * src/etpan/imap-thread.c
1921 Remove assigned but not used var: value, r
1922 Refactor to check correct memory allocation
1923 * src/etpan/nntp-thread.c
1924 Remove assigned but not used var: value
1925 * src/gtk/gtkaspell.c
1926 Remove assigned but not used vars: textbuf, exist
1927 Remove unused function: find_gtkaspeller
1928 * src/gtk/gtkcmctree.c
1929 Remove unused function: gtk_cmctree_get_offset
1930 * src/gtk/gtkshruler.c
1931 Remove assigned but not used vars: ruler, priv
1933 2012-09-14 [mones] 3.8.1cvs59
1936 Check file operation results (and remove and
1939 2012-09-14 [colin] 3.8.1cvs58
1941 * src/gtk/inputdialog.c
1942 Remove unused var, thanks Ticho
1944 2012-09-13 [colin] 3.8.1cvs57
1946 * src/stock_pixmap.c
1947 Fix missing \n in debug line
1949 2012-09-13 [colin] 3.8.1cvs56
1952 Don't listen on the Unix socket before we're
1953 ready. The 'popup' order from another instance
1954 may provoke a race and trash configuration files.
1956 2012-09-13 [colin] 3.8.1cvs55
1959 Maybe fix bug #2096, "MEMORY-ERROR w/
1960 Claws-Mail/IMAP and Lotus Domino". Use
1961 correct types for start/end and test if
1962 start is indeed before end.
1964 2012-09-12 [mones] 3.8.1cvs54
1967 Fix bug #1975 'preference mutt key bindings do not take
1968 effect' (and the other invalid paths too)
1970 2012-09-12 [colin] 3.8.1cvs53
1973 Revert that hunk, logic is unclear.
1975 2012-09-12 [colin] 3.8.1cvs52
1991 * src/partial_download.c
1992 * src/prefs_filtering_action.c
1993 * src/prefs_toolbar.c
2000 * src/common/utils.c
2001 * src/etpan/imap-thread.c
2002 * src/gtk/gtkaspell.c
2003 * src/plugins/pgpcore/sgpgme.c
2004 More fixes from bug #1961:
2005 - Write-only variables
2006 - Null pointer dereferences
2007 - A couple other fixes for which the reporter
2008 was unsure, but which showed problems.
2009 More details in bug #1961 comments.
2011 2012-09-12 [colin] 3.8.1cvs51
2016 * src/plugins/pgpcore/passphrase.c
2017 Apply patches from bug #1961, "patches for
2018 a couple of clang warnings":
2019 - Check return codes
2022 2012-09-12 [colin] 3.8.1cvs50
2025 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2026 where the included menu.h could come from Ncurses.
2027 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2029 2012-09-11 [colin] 3.8.1cvs49
2032 Fix race condition at start.
2034 2012-09-10 [colin] 3.8.1cvs48
2037 Create lock socket as soon as possible, not after
2038 a few things like caching all prefs.
2040 2012-09-09 [mones] 3.8.1cvs47
2042 * src/plugins/bogofilter/bogofilter.c
2045 2012-09-08 [colin] 3.8.1cvs46
2066 * src/matcher_parser_parse.y
2074 * src/prefs_account.c
2075 * src/prefs_account.h
2076 * src/prefs_filtering.c
2077 * src/prefs_filtering_action.c
2079 * src/prefs_matcher.c
2080 * src/prefs_template.c
2081 * src/prefs_toolbar.c
2089 * src/remotefolder.c
2099 * src/gtk/description_window.c
2100 * src/plugins/trayicon/trayicon.c
2101 Break circular dependencies in Claws' headers,
2102 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2104 2012-09-08 [colin] 3.8.1cvs45
2107 Fix shortcut getting
2109 2012-09-05 [colin] 3.8.1cvs44
2113 * src/prefs_matcher.c
2114 Drop matcherprop_new_create, which is just a copy of
2115 matcherprop_new, and staticalize what can be
2117 2012-09-05 [colin] 3.8.1cvs43
2119 * src/plugins/pgpcore/select-keys.c
2120 Fix bug #2390, "Non-fully-trusted-key-warning appears
2121 based on primary UID rather than recipient e-mail"
2123 2012-08-29 [colin] 3.8.1cvs42
2125 * src/gtk/gtkaspell.c
2126 Fix bug #2596, "Spell checker does not work properly"
2128 2012-08-29 [colin] 3.8.1cvs41
2130 * src/plugins/pgpcore/sgpgme.c
2131 Set gpgme's locale to UTF-8. Fixes bug #2650,
2132 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2134 2012-08-29 [colin] 3.8.1cvs40
2144 Move the hardcoded mimeview shortcuts to standard menus.
2146 2012-08-27 [colin] 3.8.1cvs39
2149 Fix double mainwindow presentation that confuses GNOME3
2150 when some plugins fail to load (subsequent Claws windows
2151 got no focus in that case)
2153 2012-08-27 [colin] 3.8.1cvs38
2156 Make Mark all read confirmation button more clear
2158 2012-08-27 [colin] 3.8.1cvs37
2162 Separate "Mark all read" from "Mark as read"
2165 2012-08-27 [wwp] 3.8.1cvs36
2169 Remove session statistics debug statements (irrelevant in repo,
2172 2012-08-24 [mones] 3.8.1cvs35
2174 * manual/advanced.xml
2175 Keep alphabetic order of hidden options lost
2176 and update Clawsker URL.
2177 * manual/de/advanced.xml
2178 * manual/fr/advanced.xml
2179 Update Clawsker URL.
2180 * manual/es/advanced.xml
2181 Sync with English version and update Clawsker URL.
2182 * manual/de/dist/html/Makefile.am
2183 * manual/es/dist/html/Makefile.am
2184 * manual/fr/dist/html/Makefile.am
2185 * manual/pl/dist/html/Makefile.am
2186 * manual/dist/html/Makefile.am
2187 Fix bug 2723 'Missing encoding in generated html manual'
2189 2012-08-23 [colin] 3.8.1cvs34
2192 Fix --offline asking if one wants to sync,
2193 due to re-entering. Thanks <ebik@ucw.cz>.
2195 2012-08-16 [colin] 3.8.1cvs33
2198 Always clear the tags list when fetching a folder, or
2199 Claws will never untag an untagged email. Patch by
2200 Igor Mammedov <imammedo@redhat.com>
2202 2012-08-12 [colin] 3.8.1cvs32
2205 Exclude text/plain from the attachment thing
2207 2012-08-12 [colin] 3.8.1cvs31
2210 Fix comparison, thanks to Michael Gmelin
2212 2012-08-12 [colin] 3.8.1cvs30
2215 Only show HTML parts by default (if the pref
2216 is set so) if the part disposition-type is
2217 inline or unknown, but not attachment.
2219 Remove useless hook that won't ever be used
2222 2012-08-12 [colin] 3.8.1cvs29
2225 Make sure text/* attachments are not made
2226 inline, regardless of the compose mode.
2227 Finishes fixing bug #2203 after auto-save
2228 switches mode to COMPOSE_REEDIT. Thanks to
2229 Michael Gmelin for finding this.
2231 2012-08-09 [colin] 3.8.1cvs28
2233 * src/prefs_filtering.c
2234 Make treeView type-ahead case insensitive
2235 Patch by Andreas Ronnquist
2237 2012-08-09 [colin] 3.8.1cvs27
2239 * src/gtk/sslcertwindow.c
2242 2012-08-09 [colin] 3.8.1cvs26
2245 * src/common/ssl_certificate.c
2246 * src/common/ssl_certificate.h
2247 * src/gtk/sslcertwindow.c
2248 Fix bug 2718, "Failure to check peer hostname
2249 when checking certificate"
2251 2012-08-05 [ticho] 3.8.1cvs25
2254 Avoid header combo box to get focus twice (first text within,
2255 then combobox widget itself) when switching focus with TAB.
2257 2012-07-28 [ticho] 3.8.1cvs24
2260 Properly fix setting "transient for" for attachment properties
2261 dialog when called via popup menu (since we're stealing focus
2262 few lines before, we need to do it directly, not via
2265 2012-07-28 [ticho] 3.8.1cvs23
2267 * src/gtk/pluginwindow.c
2268 * src/gtk/prefswindow.c
2269 Fixed setting "transient for" property for plugin load/unload
2270 file dialog. Connected manage_window signals to prefswindow events.
2272 2012-07-27 [ticho] 3.8.1cvs22
2276 Fixed setting "transient for" property for summaryview file
2277 dialog and messageview's image save dialog.
2279 2012-07-27 [ticho] 3.8.1cvs21
2283 Fix setting "transient for" property for file select dialogs
2284 in crash report and mimeview.
2286 2012-07-27 [ticho] 3.8.1cvs20
2289 Fixed "transient for" property for file attach dialog when
2290 called from Attachments list popup menu. Simplified menu item
2291 sensitivities setting code logic for this menu.
2293 2012-07-25 [ticho] 3.8.1cvs19
2295 * manual/advanced.xml
2296 Add the three hidden preferences related to colored display
2297 of unified diffs to manual.
2299 2012-07-25 [ticho] 3.8.1cvs18
2301 * src/gtk/gtkaspell.c
2302 Create "Change directory" submenu in a separate function, change
2303 wording a bit, and make the submenu always available in a context
2304 menu of body edit box in compose window.
2306 2012-07-25 [ticho] 3.8.1cvs17
2308 * src/gtk/prefswindow.c
2309 Correctly set transient_for property for preferences window,
2310 as well as for color picker dialogs. Fixes bug #2710.
2312 2012-07-25 [ticho] 3.8.1cvs16
2314 * src/gtk/quicksearch.c
2315 Allow quicksearch syntax description window to be correctly
2316 set transient for main window.
2318 2012-07-15 [wwp] 3.8.1cvs15
2321 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2323 2012-07-10 [paul] 3.8.1cvs14
2326 forgot this in last commit
2328 2012-07-10 [paul] 3.8.1cvs13
2332 * src/common/quoted-printable.c
2333 * src/common/quoted-printable.h
2334 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
2335 the bug: partial message text loss
2337 2012-07-10 [mones] 3.8.1cvs12
2339 * src/plugins/pgpcore/sgpgme.c
2340 Fix bug 2689, 'segfault when trying to view info
2341 about pgp/smime sign'
2343 2012-07-08 [ticho] 3.8.1cvs11
2345 * src/plugins/pgpcore/sgpgme.c
2346 Consider marginal signature validity as untrusted. Suggested by
2347 Jean-Benoist Leger (leger at crans.org).
2349 2012-07-08 [paul] 3.8.1cvs10
2351 * src/gtk/icon_legend.c
2352 fix (reveal) hidden icon in gui and build warning
2354 2012-07-07 [paul] 3.8.1cvs9
2356 * src/plugins/pgpcore/prefs_gpg.c
2359 2012-07-07 [colin] 3.8.1cvs8
2361 * claws-features.h.in
2369 * src/partial_download.h
2371 * src/prefs_account.h
2372 * src/prefs_common.h
2376 * src/stock_pixmap.c
2380 * src/common/session.h
2382 * src/common/socket.h
2384 * src/common/ssl_certificate.h
2385 * src/common/timing.h
2386 * src/common/utils.h
2387 * src/gtk/gtkaspell.h
2388 * src/gtk/gtkutils.h
2389 * src/gtk/pluginwindow.h
2390 * src/gtk/spell_entry.h
2391 * src/gtk/sslcertwindow.h
2392 Don't export config.h in public headers
2394 2012-07-07 [colin] 3.8.1cvs7
2396 * claws-features.h.in
2402 * src/addrcustomattr.c
2403 * src/addrduplicates.c
2406 * src/addressbook_foldersel.c
2416 * src/customheader.c
2417 * src/displayheader.c
2419 * src/editaddress_other_attributes_ldap.c
2424 * src/editldap_basedn.c
2433 * src/folder_item_prefs.c
2434 * src/grouplistdialog.c
2436 * src/image_viewer.c
2458 * src/message_search.c
2469 * src/partial_download.c
2470 * src/partial_download.h
2473 * src/prefs_account.c
2474 * src/prefs_account.h
2475 * src/prefs_actions.c
2476 * src/prefs_common.c
2477 * src/prefs_common.h
2478 * src/prefs_compose_writing.c
2479 * src/prefs_customheader.c
2480 * src/prefs_display_header.c
2481 * src/prefs_ext_prog.c
2482 * src/prefs_filtering.c
2483 * src/prefs_filtering_action.c
2484 * src/prefs_folder_column.c
2485 * src/prefs_folder_item.c
2488 * src/prefs_image_viewer.c
2489 * src/prefs_logging.c
2490 * src/prefs_matcher.c
2491 * src/prefs_message.c
2492 * src/prefs_msg_colors.c
2495 * src/prefs_receive.c
2497 * src/prefs_spelling.c
2498 * src/prefs_summaries.c
2499 * src/prefs_summary_column.c
2500 * src/prefs_summary_open.c
2501 * src/prefs_toolbar.c
2502 * src/prefs_wrapping.c
2511 * src/send_message.c
2515 * src/summary_search.c
2523 * src/common/claws.c
2525 * src/common/hooks.c
2528 * src/common/plugin.c
2529 * src/common/prefs.c
2530 * src/common/session.c
2531 * src/common/session.h
2534 * src/common/socket.c
2535 * src/common/socket.h
2538 * src/common/ssl_certificate.c
2539 * src/common/ssl_certificate.h
2540 * src/common/string_match.c
2542 * src/common/timing.h
2543 * src/common/utils.c
2544 * src/common/utils.h
2545 * src/etpan/etpan-thread-manager.c
2546 * src/etpan/imap-thread.c
2547 * src/etpan/nntp-thread.c
2549 * src/gtk/combobox.c
2550 * src/gtk/description_window.c
2552 * src/gtk/gtkaspell.c
2553 * src/gtk/gtkaspell.h
2554 * src/gtk/gtkshruler.c
2556 * src/gtk/gtkutils.c
2557 * src/gtk/gtkutils.h
2558 * src/gtk/gtkvscrollbutton.c
2559 * src/gtk/icon_legend.c
2560 * src/gtk/inputdialog.c
2561 * src/gtk/logwindow.c
2563 * src/gtk/pluginwindow.c
2564 * src/gtk/pluginwindow.h
2565 * src/gtk/prefswindow.c
2566 * src/gtk/progressdialog.c
2567 * src/gtk/quicksearch.c
2568 * src/gtk/spell_entry.c
2569 * src/gtk/spell_entry.h
2570 * src/gtk/sslcertwindow.c
2571 * src/gtk/sslcertwindow.h
2572 * src/plugins/bogofilter/bogofilter.c
2573 * src/plugins/bogofilter/bogofilter_gtk.c
2574 * src/plugins/dillo_viewer/dillo_prefs.c
2575 * src/plugins/dillo_viewer/dillo_viewer.c
2576 * src/plugins/pgpcore/pgp_viewer.c
2577 * src/plugins/pgpcore/plugin.c
2578 * src/plugins/pgpcore/sgpgme.c
2579 * src/plugins/pgpinline/pgpinline.c
2580 * src/plugins/pgpinline/plugin.c
2581 * src/plugins/pgpmime/pgpmime.c
2582 * src/plugins/pgpmime/plugin.c
2583 * src/plugins/smime/plugin.c
2584 * src/plugins/smime/smime.c
2585 * src/plugins/spamassassin/libspamc.c
2586 * src/plugins/spamassassin/spamassassin.c
2587 * src/plugins/spamassassin/spamassassin_gtk.c
2588 * src/plugins/trayicon/trayicon.c
2589 * src/plugins/trayicon/trayicon_prefs.c
2590 Specify Claws compile-time features in a specific header
2592 2012-07-06 [wwp] 3.8.1cvs6
2596 Session statistics: format date following global prefs,
2597 and fix stats output a little bit.
2599 2012-07-03 [mir] 3.8.1cvs5
2602 fix bug 2642, 'improve transfer encoding selection'.
2603 Patch provided by Christopher Zimmermann
2604 (madroach claws at gmerlin dot de)
2606 2012-07-03 [mir] 3.8.1cvs4
2610 fix bug 2641, '7bit or 8bit encoded attachments can
2611 have lines longer than 998 characters'.
2612 Patch provided by Christopher Zimmermann
2613 (madroach claws at gmerlin dot de)
2616 2012-07-03 [mir] 3.8.1cvs3
2620 fix bug 2641, '7bit or 8bit encoded attachments can
2621 have lines longer than 998 characters'.
2622 Patch provided by Christopher Zimmermann
2623 (madroach claws at gmerlin dot de)
2625 2012-07-03 [mir] 3.8.1cvs2
2629 * src/common/quoted-printable.c
2630 * src/common/quoted-printable.h
2631 fix bug 2640, 'improve quoted-printable encoding'
2632 Patch provided by madroach claws at gmerlin dot de
2634 2012-06-30 [paul] 3.8.1cvs1
2637 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2639 2012-06-27 [paul] 3.8.1
2645 2012-06-27 [paul] 3.8.0cvs58
2648 fix minimum required GTK+, which got mistakenly bumped
2651 2012-06-27 [paul] 3.8.0cvs57
2666 updated translations
2668 * tools/claws.i18n.status.pl
2669 updated based on currently active
2671 2012-06-25 [mir] 3.8.0cvs56
2674 If a folder class returns <> 0 then the message has not
2675 been removed from the file system and therefore it should
2676 not be removed from the cache either.
2678 2012-06-20 [ticho] 3.8.0cvs55
2681 Fix for bug #1090 - Standard-folders appear again
2682 after rescanning tree
2684 2012-06-20 [paul] 3.8.0cvs54
2686 * src/prefs_common.c
2687 * src/prefs_common.h
2690 colourise attached patches.
2693 2012-06-02 [wwp] 3.8.0cvs53
2695 * src/gtk/progressdialog.c
2696 Add a hide button to the retrieve/send progress dialogs. WM's close button
2697 now hides (as well as pressing Esc) instead of doing nothing.
2699 2012-06-02 [wwp] 3.8.0cvs52
2701 * doc/man/claws-mail.1
2707 Introduce a new feature: basic session statistics (from the about dialog
2708 or the command-line).
2710 2012-06-02 [wwp] 3.8.0cvs51
2713 Fix bug 2620: shift+tab from subject field not working.
2715 2012-06-02 [wwp] 3.8.0cvs50
2720 Normalize capitalization of strings in UI.
2722 2012-05-30 [paul] 3.8.0cvs49
2725 don't do TLS if not requested by user. fixes connecting to
2726 servers which, for example, want SSL 3 only
2728 2012-05-27 [paul] 3.8.0cvs48
2731 update copyright headers to 2012
2733 2012-05-27 [paul] 3.8.0cvs47
2736 * src/prefs_actions.c
2738 fix some typos in strings, thanks to Thomas Bellmann
2740 2012-05-16 [paul] 3.8.0cvs46
2742 * src/prefs_filtering_action.c
2743 fix disabled 'select...' button that never goes away
2744 when using the new addr book
2747 2012-05-16 [colin] 3.8.0cvs45
2749 * src/common/utils.c
2752 2012-05-16 [colin] 3.8.0cvs44
2754 * src/common/utils.c
2755 Make remove_numbered_files much faster when there's
2756 just one file to remove.
2758 2012-05-16 [paul] 3.8.0cvs43
2761 fix bug 2662, '"ag" quicksearch adds "1" to value'
2763 2012-05-16 [paul] 3.8.0cvs42
2765 * src/gtk/description_window.c
2766 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2768 2012-05-16 [paul] 3.8.0cvs41
2770 * src/common/ssl_certificate.c
2771 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2772 Patch by Christian Hesse
2774 2012-05-11 [colin] 3.8.0cvs40
2777 * src/common/utils.c
2778 Fix bug 2659, 'E-mail attachments are handled
2780 Fix problems iterating the mime tree, and determine
2781 whether a file is an email without To:
2783 2012-04-03 [colin] 3.8.0cvs39
2786 Fix build (damn whitespace-sensitive file format)
2788 2012-04-02 [colin] 3.8.0cvs38
2791 Fix incomplete make dist
2793 2012-04-02 [colin] 3.8.0cvs37
2796 Fix mistakenly removed function call
2798 2012-04-01 [colin] 3.8.0cvs36
2806 * src/addressbook-dbus.c
2807 * src/addressbook-dbus.h
2812 * src/claws-contacts.xml
2820 * src/prefs_common.c
2821 * src/prefs_filtering_action.c
2822 * src/prefs_matcher.c
2826 * src/plugins/bogofilter/bogofilter_gtk.c
2827 * src/plugins/dillo_viewer/dillo_prefs.c
2828 * src/plugins/spamassassin/spamassassin_gtk.c
2829 * src/plugins/trayicon/trayicon.c
2830 Import new addressbook code from the new-contacts branch
2832 2012-03-29 [paul] 3.8.0cvs35
2836 * src/gtk/quicksearch.c
2837 add 'ha', short version of 'has_attachment' in quick search
2838 Patch by Andreas Rönnquist
2840 2012-03-26 [mones] 3.8.0cvs34
2842 * src/common/plugin.c
2843 Support 2 and 3-clause BSD licensed plugins
2845 2012-03-15 [pawel] 3.8.0cvs33
2849 - Make separate window info more accurate about
2850 move to trash/deletion.
2853 2012-03-14 [pawel] 3.8.0cvs32
2862 Better fix for bug #2501
2863 Instead of leaving blank window after message move or delete,
2864 update separate view to next message in message list or
2865 display info why view is blank. This was discussed
2866 in bug #2621 comments.
2868 2012-03-11 [colin] 3.8.0cvs31
2870 * src/gtk/gtkcmctree.c
2873 Fix focus rectangle on unfocused rows
2874 Patch by Michael Shell
2876 2012-02-29 [colin] 3.8.0cvs30
2878 * src/gtk/gtkcmctree.c
2879 Fix bug #2577, "Focus rectangle on folder list and message
2880 list headings doesn't get properly cleared when switching
2881 heading and horizontally scrolling list (underlines and
2882 vertical lines remain on screen)". Patch by Michael Shell
2884 2012-02-13 [pawel] 3.8.0cvs29
2887 Fix crasher when double clicking on IMAP message and
2888 MessageView is not shown introduced in cvs21
2891 2012-02-10 [pawel] 3.8.0cvs28
2894 Fix bug #2598 'Actions can move locked messages'
2896 2012-02-08 [pawel] 3.8.0cvs27
2898 * src/prefs_actions.c
2899 * src/prefs_actions.h
2900 * src/prefs_toolbar.c
2901 * src/prefs_toolbar.h
2904 - Implement automatic removal of toolbar action buttons when
2905 associated action is removed
2906 - Don't allow creation of two actions with the same name,
2907 before all executions/removals were performed on first action
2908 with duplicated name in linked list which wasn't always
2911 2012-02-05 [colin] 3.8.0cvs26
2917 * src/prefs_common.c
2918 * src/prefs_common.h
2923 Add an history to navigate in mails
2925 2012-02-05 [colin] 3.8.0cvs25
2928 Fix inverted comparison in list_find_custom.
2930 2012-02-03 [wwp] 3.8.0cvs24
2932 * src/gtk/progressdialog.c
2933 Make translators life easier: use View log instead of Show log
2936 2012-02-02 [pawel] 3.8.0cvs23
2939 Fix bug #2590 'Un-capitalize strings'
2940 Patch by Christian Hesse
2942 2012-02-02 [pawel] 3.8.0cvs22
2946 'Change expand behavior for message list / message view'
2947 Patch by Christian Hesse
2949 2012-02-02 [pawel] 3.8.0cvs21
2955 Fix bug #2501 'opened message blanks when moved to other folder'
2956 Detect message move and update message window contents
2957 accordingly, if message is moved to trash close window
2959 2012-02-01 [pawel] 3.8.0cvs20
2966 * src/gtk/sslcertwindow.c
2967 More strncat boundary checks
2969 2012-01-31 [wwp] 3.8.0cvs19
2971 * src/gtk/gtkutils.c
2972 Fix warnings in gtkutils: wrong function name, missing newline, typo and
2975 2012-01-31 [wwp] 3.8.0cvs18
2977 * src/gtk/progressdialog.c
2978 * src/gtk/progressdialog.h
2980 * src/send_message.c
2981 Add a button to the retrieve/send dialogs to
2982 open the network log.
2984 2012-01-25 [wwp] 3.8.0cvs17
2987 Remove debug statement.
2989 2012-01-20 [pawel] 3.8.0cvs16
2993 Fix bug #2574 'Statement might be overflowing a
2996 2012-01-20 [pawel] 3.8.0cvs15
2999 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3001 2012-01-14 [colin] 3.8.0cvs14
3004 Update tracker trigger url
3006 2012-01-10 [wwp] 3.8.0cvs13
3011 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3012 account) and of mainwindows's relevant entry when current account
3013 is not able to retrieve (SMTP-only).
3015 2012-01-09 [colin] 3.8.0cvs12
3018 Fix bug 1924, 'Messages marked move to Trash appear
3019 identical to messages marked move to $FOLDER'
3021 2012-01-05 [colin] 3.8.0cvs11
3024 Fix crasher infinite loop
3026 2012-01-03 [colin] 3.8.0cvs10
3028 * src/gtk/gtkcmctree.c
3029 Revert previous patch, it's buggy on headers
3031 2012-01-03 [colin] 3.8.0cvs9
3033 * src/gtk/gtkcmctree.c
3034 Fix bug #2566, 'wrapped Subject not bounded'
3036 2011-12-29 [pawel] 3.8.0cvs8
3042 Make forwarding selected attachment possible from
3043 mimeview's context menu
3044 Fixex bug #2047 'forward attachments'
3046 2011-12-28 [paul] 3.8.0cvs7
3048 * src/prefs_account.c
3049 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3051 2011-12-28 [colin] 3.8.0cvs6
3056 2011-12-28 [colin] 3.8.0cvs5
3059 Fix GTK+2.16 build (w32)
3061 2011-12-18 [mir] 3.8.0cvs4
3064 Fix bug in search criteria when doing a
3065 complete directory search using '*'
3067 2011-12-16 [mir] 3.8.0cvs3
3070 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3072 2011-12-16 [wwp] 3.8.0cvs2
3075 * src/stock_pixmap.c
3076 * src/stock_pixmap.h
3078 * src/gtk/icon_legend.c
3079 * src/pixmaps/replied_and_forwarded.xpm
3080 Make replied and forwarded status flags non exclusive.
3081 Introduce a new message state (and relevant icon in message list)
3082 where both the replied and forwarded flags are set.
3084 2011-12-16 [paul] 3.8.0cvs1
3086 * tools/claws.i18n.status.pl
3089 2011-12-16 [paul] 3.8.0
3095 2011-12-16 [paul] 3.7.10cvs113
3102 * po/id.po **REMOVED**
3103 * po/id_ID.po **ADDED**
3110 2011-12-09 [pawel] 3.7.10cvs112
3113 * src/gtk/quicksearch.c
3114 * src/gtk/quicksearch.h
3115 Invalidate quicksearch root folder when removed
3116 Fixes bug #2560 'crash when unsubscribing newsgroup and
3117 having active search field'
3119 2011-12-08 [pawel] 3.7.10cvs111
3122 Better fix for cvs94
3124 2011-12-08 [wwp] 3.7.10cvs110
3127 Make "From" widget set independant from recipient lists below,
3128 so that it doesn't scroll when several recipients headers
3129 are added and eventually are scrolling the view.
3130 Path by Christian Hesse <mail@earthworm.de>.
3131 Fixes bug #2481 'do not scroll "from" dropdown list and sender
3134 2011-12-02 [paul] 3.7.10cvs109
3138 consistent label style
3140 2011-11-29 [wwp] 3.7.10cvs108
3142 * src/plugins/trayicon/libeggtrayicon/.cvsignore
3143 More generated stuff to ignore.
3145 2011-11-29 [wwp] 3.7.10cvs107
3147 * src/prefs_folder_item.c
3148 Fix CLAWS_TIP_DECL (undefined).
3150 2011-11-28 [pawel] 3.7.10cvs106
3155 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3156 after removing the address book in the GUI'
3158 2011-11-26 [pawel] 3.7.10cvs105
3161 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3163 2011-11-25 [colin] 3.7.10cvs104
3169 2011-11-24 [pawel] 3.7.10cvs103
3171 * src/prefs_filtering.c
3172 Complete cvs102, forgot to commit this
3174 2011-11-24 [pawel] 3.7.10cvs102
3181 * src/prefs_actions.c
3182 * src/prefs_actions.h
3183 Implement actions updating on folder/account rename
3184 This fixes bug #2543 'filter actions in actionsrc not
3185 updated upon account renaming'
3187 2011-11-24 [wwp] 3.7.10cvs101
3189 * src/gtk/gtkcmctree.c
3190 Remove irrelevant cairo directive (thanks to Hanno).
3192 2011-11-23 [wwp] 3.7.10cvs100
3194 * src/gtk/gtkcmctree.c
3195 Make arrows in gtkcmctree's less big (get rid of the outlining),
3196 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3199 2011-11-22 [colin] 3.7.10cvs99
3202 * src/prefs_filtering.c
3203 * src/prefs_filtering.h
3204 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3205 The existing functions should do the job as well
3206 if not better, as they take into account the
3209 2011-11-21 [pawel] 3.7.10cvs98
3211 * src/prefs_account.c
3212 Fix bug #2116 'Rip spaces off server names in account
3214 g_strstrip() domain names to be sure they are valid
3216 2011-11-21 [pawel] 3.7.10cvs97
3219 * src/prefs_filtering.c
3220 * src/prefs_filtering.h
3221 Fix bug #2404 'matcherrc updates upon account renaming'
3222 Fix bug #2406 'some part of accountrc not updated upon
3224 Renaming account cause changing of it's root folder prefix
3225 from #<type>/<old_name> to #<type>/<new_name> so every
3226 path directing to it must be altered. Fix paths in account
3227 preferences, global processing and filtering rules, folder
3228 processing rules upon rename
3230 2011-11-20 [pawel] 3.7.10cvs96
3234 * src/prefs_actions.c
3235 Fix bug #1489 'Filter action mark_as_read inoperative
3236 following move action'
3237 Sort actions lists to have proper order of execution
3239 2011-11-20 [pawel] 3.7.10cvs95
3241 * src/prefs_actions.c
3242 * src/prefs_filtering.c
3243 * src/prefs_template.c
3244 Fix bug #1870 'arrow scrolling in filters'
3245 Allow arrow scrolling in dialogs with list view widgets
3246 plus couple fixes of issues I found along the way
3248 2011-11-19 [pawel] 3.7.10cvs94
3251 Don't highlight icons on right-click, they are not
3252 selected and other part is shown which is confusing
3254 2011-11-19 [mones] 3.7.10cvs93
3256 * manual/advanced.xml
3259 2011-11-19 [mones] 3.7.10cvs92
3261 * manual/advanced.xml
3262 * manual/es/advanced.xml
3263 Document undocumented hidden option 'zero_replacement_char'
3264 Synchronize Spanish manual with English version
3266 2011-11-19 [pawel] 3.7.10cvs91
3270 * src/prefs_common.c
3271 * src/prefs_common.h
3275 Fix bug #2377 'Show All Headers - make change persistent
3278 2011-11-19 [pawel] 3.7.10cvs90
3282 * src/folder_item_prefs.c
3289 Fix bug #1563 'Folder view: show complete threads if they
3290 contain unread messages'
3291 Add option to show only threads with unread messages
3292 initial patch by Paul Ollis, my small additions:
3293 - when checking thread for unread finish on first unread
3294 - make thread options unavailable when threading is off
3295 - hide_unread_msgs and hide_unread_threads are mutually
3296 exclusive options, set menus sensitivity accordingly
3297 - set folder item icon type similiar to hide_unread_msgs
3299 2011-11-19 [colin] 3.7.10cvs89
3304 2011-11-18 [pawel] 3.7.10cvs88
3310 * src/prefs_common.c
3311 * src/prefs_common.h
3312 Fix bug #2408 'Some UI elements are not persistent
3314 Remember size of main window, compose notebook, mimeview
3315 tree widgets between claws-mail runs. Compose window
3316 size saving was already done in cvs74
3318 2011-11-18 [mones] 3.7.10cvs87
3323 Fixes bug #2509, "manually added headers are lost unless
3324 mail is sent inmediately"
3326 2011-11-17 [pawel] 3.7.10cvs86
3329 Fix crasher reported in bug #2543
3331 2011-11-13 [colin] 3.7.10cvs85
3334 Make compose windows printable
3336 2011-11-11 [colin] 3.7.10cvs84
3339 Fix build on Fedora 16. -lm was probably pulled by something
3342 2011-11-11 [pawel] 3.7.10cvs83
3348 Port MimeView to GtkTreeView
3350 2011-11-11 [colin] 3.7.10cvs82
3352 * src/prefs_common.c
3353 Use %x (The preferred date representation for the current locale
3356 2011-11-10 [paul] 3.7.10cvs81
3358 * src/prefs_common.c
3359 use european date format as default
3361 2011-11-08 [pawel] 3.7.10cvs80
3364 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3365 Fix race condition - don't try to hide messageview while
3366 being in the middle of message displaying routine.
3368 2011-11-08 [colin] 3.7.10cvs79
3371 Make sure we break line when we need to. Very probably
3372 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
3375 2011-11-07 [pawel] 3.7.10cvs78
3378 Fix bug #2493 'Subscription pull down should be alphabetized'
3380 2011-11-07 [pawel] 3.7.10cvs77
3385 Make Home & End keys work in textview
3387 2011-11-06 [colin] 3.7.10cvs76
3390 Oops, some unwanted undo got commited.
3392 2011-11-06 [colin] 3.7.10cvs75
3395 Don't iconify/deiconify. Instead, just show nothing
3398 2011-11-06 [pawel] 3.7.10cvs74
3401 Fix compose window size saving / restoring
3403 2011-11-06 [pawel] 3.7.10cvs73
3407 Optimize message displaying, in some conditions parts were
3408 displayed twice causing flickering. For example first html
3409 source and then rendering output from html plugin of the
3412 2011-11-05 [wwp] 3.7.10cvs72
3414 * src/gtk/gtkaspell.c
3415 Fix compilation where 'null' is undefined (use NULL instead).
3417 2011-11-05 [colin] 3.7.10cvs71
3419 * src/gtk/gtkaspell.c
3420 No need to show a backtrace if gtkaspell is null
3422 2011-11-05 [pawel] 3.7.10cvs70
3424 * src/gtk/gtkaspell.c
3425 Fix crasher when spellchecking is not enabled
3427 2011-11-02 [mones] 3.7.10cvs69
3429 * doc/man/claws-mail.1
3430 fixed hyphens (patch from Debian packaging)
3431 fixed header to follow man style closely
3432 documented new option --compose-from-file
3433 removed INSTALLATION section, doesn't belong to manpage
3434 added ENVIRONMENT, COPYRIGHT and BUGS sections
3435 expanded FILES section to include certs and autofaces dirs
3436 expanded SEE ALSO section to include manual and plugins
3438 2011-11-01 [colin] 3.7.10cvs68
3440 * src/common/utils.c
3441 Fix wrong debug stuff commited.
3443 2011-11-01 [colin] 3.7.10cvs67
3447 * src/common/utils.c
3448 * src/gtk/gtkaspell.c
3449 * src/gtk/gtkaspell.h
3450 Fix huge slowness induced by spellcheck "while typing"
3451 during initial quote rewraps.
3453 2011-10-31 [pawel] 3.7.10cvs66
3459 Fix bug #2526 'When reading message in separate window,
3460 n and p keys do not work'
3461 - fix key event handling in messageview
3462 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3463 and prev-part actions)
3464 - instead add 'z' key for prev-part, we have 'a' key
3465 for next-part already
3467 2011-10-31 [colin] 3.7.10cvs65
3470 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3472 2011-10-31 [pawel] 3.7.10cvs64
3475 * src/gtk/gtkutils.c
3476 Fix bug #2303 'Next unread message enables message view'
3477 Don't show previously hidden message view in main window
3478 when user reads messages in external window
3480 2011-10-31 [paul] 3.7.10cvs63
3482 * src/prefs_template.c
3483 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3484 fit at 540 here, for those where they don't the dialogue can be made
3487 2011-10-31 [paul] 3.7.10cvs62
3490 revert 3.7.10cvs61, these entries _should_ be editable
3492 2011-10-30 [pawel] 3.7.10cvs61
3495 Those entries should not be editable
3497 2011-10-30 [pawel] 3.7.10cvs60
3499 * src/prefs_template.c
3500 - Dialog needs more height to fit all widgets
3501 - Clear template contents on delete
3503 2011-10-30 [pawel] 3.7.10cvs59
3505 * src/prefs_folder_item.c
3506 Update summaryview after changing folder prefs when needed
3508 2011-10-30 [pawel] 3.7.10cvs58
3511 Remove key-press-event blocking, it only
3512 emits GLib-GObject warnings
3514 2011-10-29 [colin] 3.7.10cvs57
3517 Fix focus of completion window with gnome shell
3518 Fixes bug #2525, "Address completion window does not get
3521 2011-10-29 [colin] 3.7.10cvs56
3524 Fix flicker on recursive quicksearch
3526 2011-10-28 [colin] 3.7.10cvs55
3530 Fix a bit the focus problem on Gnome shell
3532 2011-10-26 [mones] 3.7.10cvs54
3535 Add missing accelerator
3537 2011-10-25 [colin] 3.7.10cvs53
3539 * src/gtk/gtkcmclist.c
3540 * src/gtk/gtkcmctree.c
3541 Fix colors, fix warnings
3543 2011-10-25 [colin] 3.7.10cvs52
3545 * src/gtk/gtkcmclist.c
3546 * src/gtk/gtkcmctree.c
3549 2011-10-25 [colin] 3.7.10cvs51
3551 * src/stock_pixmap.c
3552 Fix build with gtk + 2.20
3554 2011-10-25 [colin] 3.7.10cvs50
3560 Fix locking when sending a single message
3562 2011-10-25 [colin] 3.7.10cvs49
3564 * src/gtk/colorlabel.c
3566 * src/gtk/gtkcmclist.c
3567 Make row height closer to what it was
3569 2011-10-25 [colin] 3.7.10cvs48
3571 * src/stock_pixmap.c
3572 Always use cairo to draw
3574 2011-10-25 [colin] 3.7.10cvs47
3577 Fix bug #2529, 'crash in mimeview_start_drag after
3578 deleting message'. Patch by Ricardo
3580 2011-10-23 [colin] 3.7.10cvs46
3582 * src/gtk/gtkcmclist.c
3583 * src/gtk/gtkcmclist.h
3584 * src/gtk/gtkcmctree.c
3585 Draw CMClist with cairo too.
3587 2011-10-23 [colin] 3.7.10cvs45
3589 * src/gtk/gtkcmclist.h
3590 Fix build (this was not meant to be commited)
3592 2011-10-23 [colin] 3.7.10cvs44
3596 * src/addressbook_foldersel.c
3600 * src/grouplistdialog.c
3601 * src/prefs_common.c
3602 * src/prefs_common.h
3604 * src/gtk/gtkcmclist.c
3605 * src/gtk/gtkcmclist.h
3606 * src/gtk/gtkcmctree.c
3607 * src/gtk/gtkcmctree.h
3608 * src/gtk/gtksctree.c
3609 Refactor some tree stuff (lots of code duplication there)
3610 and switch to cairo for tree rendering.
3612 2011-10-23 [holger] 3.7.10cvs43
3615 Don't issue a warning for designed behaviour of the stop rule.
3616 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3618 2011-10-22 [colin] 3.7.10cvs42
3621 * src/gtk/gtkshruler.c
3622 * src/gtk/gtkutils.h
3625 2011-10-22 [colin] 3.7.10cvs41
3634 * src/grouplistdialog.c
3641 * src/prefs_account.c
3642 * src/prefs_actions.c
3643 * src/prefs_ext_prog.c
3644 * src/prefs_filtering.c
3645 * src/prefs_folder_item.c
3646 * src/prefs_image_viewer.c
3647 * src/prefs_logging.c
3648 * src/prefs_msg_colors.c
3651 * src/prefs_spelling.c
3652 * src/prefs_summaries.c
3653 * src/prefs_template.c
3656 * src/send_message.c
3658 * src/summary_search.c
3661 * src/gtk/gtkcmclist.c
3662 * src/gtk/gtkcmctree.c
3663 * src/gtk/gtkcmoptionmenu.c
3664 * src/gtk/gtksctree.c
3665 * src/gtk/gtkutils.c
3666 * src/gtk/gtkutils.h
3667 * src/gtk/gtkvscrollbutton.c
3668 * src/gtk/inputdialog.c
3669 * src/gtk/pluginwindow.c
3670 * src/gtk/quicksearch.c
3671 * src/gtk/spell_entry.c
3672 * src/plugins/bogofilter/bogofilter_gtk.c
3673 * src/plugins/dillo_viewer/dillo_prefs.c
3674 * src/plugins/pgpcore/prefs_gpg.c
3675 * src/plugins/spamassassin/spamassassin_gtk.c
3676 * src/plugins/trayicon/trayicon.c
3677 * src/plugins/trayicon/trayicon_prefs.c
3678 Remove all possible #if GTK_CHECK_VERSION() checks,
3679 and make Claws build with GTK+2.16 (untested right
3680 now), as the Gpg4Win project uses GTK+2.16 currently.
3682 2011-10-22 [colin] 3.7.10cvs40
3684 * src/gtk/gtkutils.h
3686 Fix (hopefully) build with GTK+ 2.18.
3688 2011-10-20 [paul] 3.7.10cvs39
3693 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3694 Patch by Bodo Graumann <mail@bodograumann.de>
3696 2011-10-20 [mones] 3.7.10cvs38
3700 Fix references to old dotsrc mailing lists
3702 2011-10-19 [mones] 3.7.10cvs37
3704 * src/prefs_msg_colors.c
3705 Fix Ok/Cancel buttons in color selector of preferences
3707 2011-10-17 [colin] 3.7.10cvs36
3709 * src/gtk/gtkshruler.c
3710 (Probably) fix GTK+ <= 2.22
3712 2011-10-17 [colin] 3.7.10cvs35
3714 * src/gtk/gtkshruler.c
3717 2011-10-17 [mones] 3.7.10cvs34
3726 Fix potential out-of-buffer writes
3728 2011-10-17 [mones] 3.7.10cvs33
3731 Use just one g_print call per option; correct indentation
3733 2011-10-17 [colin] 3.7.10cvs32
3737 * src/gtk/Makefile.am
3738 * src/gtk/gtkshruler.c
3739 * src/gtk/gtkshruler.h
3742 Reimplement ruler using the GTK widgets. Thanks
3743 to Hanno for the initial patch.
3745 2011-10-17 [colin] 3.7.10cvs31
3749 * src/gtk/gtkutils.c
3750 * src/gtk/gtkutils.h
3751 Undeprecate GIO/GdkCondition
3753 2011-10-16 [mones] 3.7.10cvs30
3756 Add --compose-from-file option to open composition
3757 window with the headers and body from a file; based
3758 on Debian patch to fix http://bugs.debian.org/544868
3760 2011-10-15 [mones] 3.7.10cvs29
3762 * manual/advanced.xml
3763 Document new summary_from_show hidden preference
3765 2011-10-15 [paul] 3.7.10cvs28
3768 compose_create_tags() - fix misplaced 'int i'
3769 compose_entry_mark_default_to() - fix To field highlighting
3771 2011-10-09 [colin] 3.7.10cvs27
3774 Fix address completion
3776 2011-10-07 [colin] 3.7.10cvs26
3778 * src/prefs_filtering_action.c
3779 * src/gtk/gtkutils.h
3780 Fix build with GTK+2.20
3782 2011-10-07 [colin] 3.7.10cvs25
3784 * src/gtk/Makefile.am
3785 * src/gtk/gdkkeysyms-new.h
3786 * src/gtk/gtkutils.h
3787 Copy the new GDK_KEY_* definitions for older GTKs
3789 2011-10-07 [colin] 3.7.10cvs24
3792 Fix typos (thanks to Hanno)
3794 2011-10-07 [colin] 3.7.10cvs23
3797 * src/gtk/gtkshruler.c
3798 * src/gtk/gtkshruler.h
3799 Disable ruler starting from 2.24.
3801 2011-10-07 [colin] 3.7.10cvs22
3805 * src/gtk/Makefile.am
3808 2011-10-07 [colin] 3.7.10cvs21
3818 * src/message_search.c
3821 * src/prefs_account.c
3822 * src/prefs_compose_writing.c
3823 * src/prefs_filtering_action.c
3824 * src/prefs_folder_item.c
3825 * src/prefs_logging.c
3826 * src/prefs_matcher.c
3827 * src/prefs_message.c
3829 * src/prefs_receive.c
3830 * src/prefs_summaries.c
3831 * src/prefs_wrapping.c
3835 * src/stock_pixmap.c
3836 * src/summary_search.c
3838 * src/gtk/Makefile.am
3839 * src/gtk/colorlabel.c
3840 * src/gtk/gtkutils.c
3841 * src/gtk/gtkutils.h
3842 * src/gtk/logwindow.c
3845 * src/gtk/quicksearch.c
3846 * src/gtk/spell_entry.c
3847 * src/plugins/bogofilter/bogofilter_gtk.c
3848 * src/plugins/dillo_viewer/dillo_viewer.c
3849 * src/plugins/pgpcore/prefs_gpg.c
3850 * src/plugins/spamassassin/spamassassin_gtk.c
3851 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
3852 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
3853 ported (especially GtkCMOptionMenu)
3855 2011-10-07 [colin] 3.7.10cvs20
3860 * src/addrcustomattr.c
3861 * src/addrduplicates.c
3864 * src/addressbook_foldersel.c
3870 * src/editaddress_other_attributes_ldap.c
3875 * src/editldap_basedn.c
3883 * src/grouplistdialog.c
3889 * src/message_search.c
3892 * src/prefs_actions.c
3893 * src/prefs_customheader.c
3894 * src/prefs_display_header.c
3895 * src/prefs_filtering.c
3896 * src/prefs_filtering_action.c
3897 * src/prefs_folder_column.c
3898 * src/prefs_matcher.c
3899 * src/prefs_msg_colors.c
3901 * src/prefs_summaries.c
3902 * src/prefs_summary_column.c
3903 * src/prefs_summary_open.c
3904 * src/prefs_template.c
3905 * src/prefs_toolbar.c
3907 * src/sourcewindow.c
3909 * src/summary_search.c
3914 * src/gtk/colorsel.c
3915 * src/gtk/combobox.c
3916 * src/gtk/description_window.c
3917 * src/gtk/foldersort.c
3918 * src/gtk/gtkaspell.c
3919 * src/gtk/gtkcmclist.c
3920 * src/gtk/gtkcmctree.c
3921 * src/gtk/gtkcmoptionmenu.c
3922 * src/gtk/gtkutils.c
3923 * src/gtk/icon_legend.c
3924 * src/gtk/inputdialog.c
3925 * src/gtk/logwindow.c
3926 * src/gtk/pluginwindow.c
3927 * src/gtk/prefswindow.c
3928 * src/gtk/quicksearch.c
3929 * src/plugins/pgpcore/passphrase.c
3930 * src/plugins/pgpcore/select-keys.c
3931 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
3932 to replace GDK_* by GDK_KEY_*.
3934 2011-10-07 [colin] 3.7.10cvs19
3945 * src/grouplistdialog.c
3946 * src/image_viewer.c
3950 * src/prefs_filtering_action.c
3951 * src/prefs_folder_column.c
3952 * src/prefs_msg_colors.c
3953 * src/prefs_summary_column.c
3954 * src/prefs_toolbar.c
3956 * src/stock_pixmap.c
3963 * src/gtk/colorlabel.c
3964 * src/gtk/colorsel.c
3965 * src/gtk/gtkcmclist.c
3966 * src/gtk/gtkcmctree.c
3967 * src/gtk/gtkcmoptionmenu.c
3968 * src/gtk/gtksctree.c
3969 * src/gtk/gtkutils.c
3970 * src/gtk/gtkvscrollbutton.c
3971 * src/gtk/inputdialog.c
3972 * src/gtk/logwindow.c
3974 * src/gtk/prefswindow.c
3975 * src/gtk/progressdialog.c
3976 * src/plugins/pgpcore/passphrase.c
3977 * src/plugins/trayicon/trayicon.c
3978 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
3979 Patch by Hanno Thurow-Meyer, many thanks to him !
3981 2011-09-20 [colin] 3.7.10cvs18
3984 Fix bug #2502, 'gnutls_transport_set_lowat removed in
3987 2011-09-18 [colin] 3.7.10cvs17
3990 Fix segfault when connection fails
3992 2011-09-03 [colin] 3.7.10cvs16
3995 Use NORMAL instead of EXPORT priorities.
3997 2011-09-02 [colin] 3.7.10cvs15
4001 Linking against gcrypt explicitely in order to call
4002 gcry_control() for mutex setup isn't necessary anymore
4003 starting from gnuTLS 2.11.
4005 2011-08-31 [colin] 3.7.10cvs14
4007 * src/plugins/pgpinline/pgpinline.c
4008 * src/plugins/pgpmime/pgpmime.c
4009 Fix bug #2431, "Major memory leak in PGP message handling".
4011 2011-08-31 [colin] 3.7.10cvs13
4018 Apply Steve Rader's patch from bug #2388, "Add
4019 message view scrolling menu items"
4021 2011-08-30 [colin] 3.7.10cvs12
4023 * src/gtk/prefswindow.c
4024 Fix layout issues (i.e. on SSL page if changing account
4025 type prior to visiting it).
4027 2011-08-30 [colin] 3.7.10cvs11
4031 Don't use deprecated functions for GnuTLS priorities.
4032 Require GnuTLS 2.2 that is the first version with the
4035 2011-08-30 [colin] 3.7.10cvs10
4037 * src/common/socket.c
4039 Long-term fix for bug #2402, "GnuTLS change breaks socket
4040 communication", as per http://savannah.gnu.org/support/?107660
4042 2011-08-30 [colin] 3.7.10cvs9
4044 * src/etpan/imap-thread.c
4045 * src/etpan/nntp-thread.c
4046 Remove dead openSSL code
4048 2011-08-30 [colin] 3.7.10cvs8
4052 * src/common/ssl_certificate.c
4053 * src/common/ssl_certificate.h
4054 * src/etpan/imap-thread.c
4055 * src/etpan/nntp-thread.c
4056 Fix bug #2127, "SSL cert check uses canonical name instead of
4059 2011-08-29 [colin] 3.7.10cvs7
4061 * src/prefs_account.c
4062 Fix X-Mailer option not appearing on IMAP
4064 2011-08-29 [colin] 3.7.10cvs6
4066 * src/plugins/pgpcore/Makefile.am
4067 * src/plugins/pgpinline/Makefile.am
4068 * src/plugins/pgpmime/Makefile.am
4069 * src/plugins/smime/Makefile.am
4071 libtool: link: require no space between `-L' and `.'
4073 2011-08-29 [colin] 3.7.10cvs5
4077 * src/prefs_account.c
4078 * src/prefs_account.h
4079 Revert cvs4 which is rather illogical and instead
4080 use Fabian's patch from bug #2471
4082 2011-08-29 [colin] 3.7.10cvs4
4085 Don't insert custom headers that have empty values.
4086 Allows not inserting X-Mailer if it's set to nothing.
4087 Fixes bug #2471, "Make setting an X-Mailer header optional".
4089 2011-08-29 [colin] 3.7.10cvs3
4091 * src/image_viewer.c
4093 * src/gtk/gtkutils.c
4094 * src/gtk/gtkutils.h
4095 Handle EXIF orientation in images (both in textview's
4096 preview and image viewer)
4098 2011-08-28 [paul] 3.7.10cvs2
4100 * src/prefs_common.c
4101 * src/prefs_common.h
4103 add new hidden option to control the display in the From
4104 column in the Message List: 0 (default): show name,
4105 1: show address, 2: show name + address
4107 2011-08-27 [paul] 3.7.10cvs1
4110 * src/common/ssl_certificate.c
4111 * src/etpan/imap-thread.c
4112 * src/etpan/nntp-thread.c
4113 offer up some missing log_error() strings to translators
4115 2011-08-27 [paul] 3.7.10
4121 2011-08-27 [paul] 3.7.9cvs52
4129 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4130 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4132 2011-08-27 [mones] 3.7.9cvs51
4134 * claws-mail.desktop
4135 Include generic name and comment translations
4136 Thanks to all the people on the translators ML!
4138 2011-08-23 [paul] 3.7.9cvs50
4141 probable/possible fix/workaround for bug 2402,
4142 'can't download message from pop3 server'
4144 2011-08-18 [paul] 3.7.9cvs49
4146 * manual/handling.xml
4147 fix typos. thanks to vilpan
4149 2011-08-17 [paul] 3.7.9cvs48
4151 * tools/claws.i18n.status.pl
4152 add Mindaugas Baranauskas (Lithuanian)
4154 2011-08-14 [mir] 3.7.9cvs47
4157 * src/etpan/nntp-thread.c
4158 Fix bug 2418. Patch provided by Sébastien Bigaret with
4159 some minor contribution by me.
4161 2011-08-13 [mir] 3.7.9cvs46
4163 * src/etpan/nntp-thread.c
4164 Fix bug when NNTP server sends authentication warning
4165 as part of the connection session. Privously etpan would
4166 bail out for any return code other than NEWSNNTP_NO_ERROR
4167 but as early as the connection session a return code like
4168 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4169 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4170 be considered as an error.
4172 2011-08-12 [paul] 3.7.9cvs45
4175 3.7.9cvs43 mistakenly dropped off the info
4176 about the mime part from the tooltip
4178 2011-08-12 [wwp] 3.7.9cvs44
4180 * src/gtk/quicksearch.c
4181 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4183 2011-08-09 [paul] 3.7.9cvs43
4186 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4188 2011-08-06 [paul] 3.7.9cvs42
4191 fix cursor placement in Forward template
4193 2011-08-06 [paul] 3.7.9cvs41
4195 * src/gtk/description_window.c
4196 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4198 2011-08-05 [holger] 3.7.9cvs40
4200 * claws-mail.desktop
4201 Revert 3.7.9cvs35 for now, it may be problematic
4204 2011-08-05 [paul] 3.7.9cvs39
4208 use 'Collapse quotes' rather than 'Fold quotes' on
4209 labels, for consistency
4211 use 'Receive mail from account' rather than 'on account'
4213 2011-07-30 [mir] 3.7.9cvs38
4215 * src/etpan/Makefile.am
4216 * src/plugins/pgpcore/Makefile.am
4217 * src/plugins/pgpmime/Makefile.am
4218 * src/plugins/smime/Makefile.am
4219 Fix broken build on Debian Sid. enchant.h cannot be
4220 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4221 present in Makefile.am. Apparently enchant.h in older
4222 versions were placed in /usr/include which is always
4225 2011-07-21 [mones] 3.7.9cvs37
4227 * src/common/plugin.c
4228 * src/common/plugin.h
4229 Make licences allowed for plugins more explicit and also
4230 accept dual (or more) licences when properly formatted.
4231 Doesn't require any change on current plugins.
4233 2011-07-18 [mones] 3.7.9cvs36
4235 * manual/advanced.xml
4236 Document briefly tags feature.
4237 * manual/glossary.xml
4238 Fix definition to avoid confussion with tags.
4239 * manual/es/advanced.xml
4240 * manual/es/glossary.xml
4241 Synchronize Spanish translation with the above.
4243 2011-07-07 [holger] 3.7.9cvs35
4245 * claws-mail.desktop
4246 Add indicator stuff to the desktop file
4247 Taken from bug #2450
4249 2011-07-06 [paul] 3.7.9cvs34
4254 2011-07-06 [mones] 3.7.9cvs33
4257 Do not create an empty tag name row in panel and
4258 warn user about using a non-reserved tag instead
4260 2011-07-05 [mones] 3.7.9cvs32
4265 * src/etpan/imap-thread.c
4266 Make constants for reserved tags and use them
4267 Removed also duplicate comparison while at it
4269 2011-07-05 [paul] 3.7.9cvs31
4272 when using a Compose template, only place the cursor
4273 in the body when the cursor symbol, %cursor (%X), is used
4275 2011-07-03 [paul] 3.7.9cvs30
4278 do main_window_popup(mainwin); on plugin load error, or
4279 else the warning dialogue and mainwindow stays minimised
4282 2011-07-03 [paul] 3.7.9cvs29
4285 fix bug 2462, 'Building without GnuTLS support leads to a
4286 failure in wizard.c'
4288 2011-07-03 [paul] 3.7.9cvs28
4293 fix bug #2461, 'popup menu in message list displays
4294 'move to trash' and 'delete''.
4295 Add a new sensitivity condition 'M_NOT_TRASH' and
4296 remove the broken workaround for right-click in summaryview.c.
4297 Fix broken main menu sensitivity for "Menu/Message/Move" in
4300 2011-06-21 [paul] 3.7.9cvs27
4303 revert 3.7.9cvs2, it does no good
4305 2011-06-18 [mir] 3.7.9cvs26
4308 Fix autoconf warnings introduced in autoconf >= 2.64
4310 2011-06-05 [paul] 3.7.9cvs25
4320 fix strings where an informational message has been
4321 wrongly entered into the translated string
4323 enable 'Trash' and 'Sender' to be translated based on
4324 the context, e.g. as button text and as mail header
4326 fix english in Info tab
4328 2011-05-25 [colin] 3.7.9cvs24
4331 Fix bug #2439, "use bitwise operator for bitmask instead of
4332 logical operator". Thanks to Nicolas Kaiser for the patch.
4334 2011-05-18 [colin] 3.7.9cvs23
4337 Fix missing group selection before xover if the
4338 connection was reset before.
4340 2011-05-12 [colin] 3.7.9cvs22
4342 * src/common/utils.c
4343 Fix bug #2412, "Send account mail address in Message-ID
4344 wrongly implemented". Patch by Fabian Keil.
4346 2011-05-12 [mones] 3.7.9cvs21
4348 * src/etpan/nntp-thread.c
4349 Fix bug #2418 "NNTP authentication is broken"
4351 2011-05-09 [pawel] 3.7.9cvs20
4354 * src/prefs_folder_item.c
4357 2011-05-05 [colin] 3.7.9cvs19
4362 * src/send_message.c
4363 Fix bug #2184, "Add account name information inside network log".
4364 Initial patch by MSulchan Darmawan, expanded to other protocols.
4365 This stuff is too much copy-pasted.
4368 2011-04-30 [colin] 3.7.9cvs18
4371 Fix bug #2414, 'Claws segfaults on startup with
4372 notification plugin enabled". Thanks Christian
4373 Faulhammer for the patch.
4375 2011-04-27 [colin] 3.7.9cvs17
4378 Make Windows' encoding CP1251 for ru_RU locale
4379 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4381 2011-04-24 [paul] 3.7.9cvs16
4383 * manual/claws-mail-manual.xml
4384 * manual/de/claws-mail-manual.xml
4385 * manual/es/claws-mail-manual.xml
4386 * manual/fr/claws-mail-manual.xml
4387 * manual/it/claws-mail-manual.xml
4388 update copyright year
4390 2011-04-24 [paul] 3.7.9cvs15
4393 fix bug #2353, 'Right-clicking on spam in order to delete
4394 it causes it to show in message window'
4396 2011-04-24 [paul] 3.7.9cvs14
4399 * src/gtk/foldersort.c
4400 * src/gtk/foldersort.h
4401 fix labelling, 'change folder order' to 'change mailbox order'
4403 2011-04-23 [paul] 3.7.9cvs13
4406 fix bug #2409, 'Failed to compile under GCC 3.x : option
4407 -Wno-pointer-sign badly set in configure.ac'. mistakenly
4408 committed in 3.7.8cvs19
4410 2011-04-11 [paul] 3.7.9cvs12
4412 * src/plugins/trayicon/trayicon.c
4413 fix build bug: gtk_status_icon_set_title() is available
4414 since gtk 2.18.x not 2.14.x
4416 2011-04-11 [paul] 3.7.9cvs11
4419 updated by Páder Rezső
4421 2011-04-10 [colin] 3.7.9cvs10
4427 * src/editaddress_other_attributes_ldap.c
4429 * src/message_search.c
4430 * src/prefs_display_header.c
4431 * src/prefs_filtering_action.c
4432 * src/prefs_matcher.c
4434 * src/prefs_toolbar.c
4435 * src/summary_search.c
4436 * src/gtk/colorlabel.c
4437 * src/gtk/combobox.c
4438 * src/gtk/gtkcmoptionmenu.c
4439 * src/gtk/gtkshruler.c
4440 * src/gtk/gtkshruler.h
4441 * src/gtk/gtkutils.h
4442 * src/gtk/inputdialog.c
4443 * src/gtk/quicksearch.c
4444 Revert the whole pile of crap introduced in
4447 2011-04-10 [colin] 3.7.9cvs9
4451 * src/editaddress_other_attributes_ldap.c
4453 * src/message_search.c
4454 * src/prefs_display_header.c
4455 * src/prefs_matcher.c
4456 * src/prefs_toolbar.c
4457 * src/summary_search.c
4458 * src/gtk/combobox.c
4459 * src/gtk/gtkutils.h
4460 * src/gtk/inputdialog.c
4461 * src/gtk/quicksearch.c
4462 Finish fun with combo boxes. (hopefully)
4464 2011-04-10 [colin] 3.7.9cvs8
4467 * src/prefs_filtering_action.c
4468 * src/gtk/combobox.c
4469 * src/gtk/gtkshruler.c
4470 * src/gtk/gtkshruler.h
4471 More undeprecation. GTKSHRuler is #if'ed out. We can
4472 still decide to maintain the old GtkRuler widget in-tree
4473 if the lack of ruler in Compose window is too
4476 2011-04-10 [colin] 3.7.9cvs7
4481 * src/editaddress_other_attributes_ldap.c
4482 * src/message_search.c
4483 * src/prefs_display_header.c
4484 * src/prefs_filtering_action.c
4486 * src/prefs_toolbar.c
4487 * src/summary_search.c
4488 * src/gtk/colorlabel.c
4489 * src/gtk/combobox.c
4490 * src/gtk/gtkcmoptionmenu.c
4491 * src/gtk/gtkutils.h
4492 More comboboxtext undeprecation
4494 2011-04-10 [colin] 3.7.9cvs6
4499 2011-04-10 [colin] 3.7.9cvs5
4504 2011-04-10 [colin] 3.7.9cvs4
4507 * src/editaddress_other_attributes_ldap.c
4508 * src/message_search.c
4509 * src/prefs_display_header.c
4510 * src/prefs_filtering_action.c
4512 * src/prefs_toolbar.c
4513 * src/summary_search.c
4514 * src/gtk/combobox.c
4515 * src/gtk/gtkutils.h
4516 gtk_combo_box_*_text() is deprecated, and
4517 gtk_combo_box_text_*() is the new hotness.
4519 2011-04-10 [colin] 3.7.9cvs3
4527 * src/gtk/gtkvscrollbutton.c
4528 * src/gtk/gtkvscrollbutton.h
4529 s/GtkFunction/GSourceFunc
4531 2011-04-10 [colin] 3.7.9cvs2
4534 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4535 This is the patch from bug #2396, it should be innocuous even
4536 if that's useless to do deiconify + present window...
4538 2011-04-09 [paul] 3.7.9cvs1
4540 * src/prefs_summaries.c
4541 fix typo in string. (thanks, Brad!)