1 2013-03-15 [colin] 3.9.0cvs128
3 * src/plugins/fancy/fancy_viewer.c
4 Fix default fonts on Windows
6 2013-03-15 [colin] 3.9.0cvs127
8 * src/plugins/address_keeper/version.rc
9 * src/plugins/attachwarner/version.rc
10 * src/plugins/att_remover/version.rc
11 * src/plugins/bsfilter/version.rc
12 * src/plugins/fancy/version.rc
13 * src/plugins/fetchinfo/version.rc
14 * src/plugins/mailmbox/version.rc
15 * src/plugins/notification/version.rc
16 * src/plugins/pgpcore/version.rc
17 * src/plugins/pgpinline/version.rc
18 * src/plugins/pgpmime/version.rc
19 * src/plugins/rssyl/version.rc
20 * src/plugins/smime/version.rc
21 * src/plugins/spam_report/version.rc
22 * src/plugins/tnef_parse/version.rc
23 * src/plugins/vcalendar/version.rc
24 Fix names and copyrights
26 2013-03-15 [colin] 3.9.0cvs126
28 * src/plugins/fancy/fancy_viewer.c
29 Fix attached images URIs generation
30 * src/plugins/vcalendar/vcal_folder.c
33 2013-03-14 [colin] 3.9.0cvs125
35 * src/plugins/fancy/fancy_viewer.c
36 Remove some crashy calls (wonder why.)
38 2013-03-13 [colin] 3.9.0cvs124
40 * src/plugins/fancy/Makefile.am
41 * src/plugins/fancy/claws.def
42 * src/plugins/fancy/plugin.def
43 * src/plugins/fancy/version.rc
44 Preparing for win32 Fancy port
46 2013-03-13 [colin] 3.9.0cvs123
48 * src/plugins/fancy/fancy_viewer.h
51 2013-03-13 [mones] 3.9.0cvs122
53 * src/plugins/pdf_viewer/poppler_viewer.c
54 Fix crash closing PDF information alert panel and use
55 a better label than the plugin name for the dialog
57 2013-03-13 [colin] 3.9.0cvs121
59 * src/plugins/fancy/fancy_prefs.c
62 2013-03-13 [colin] 3.9.0cvs120
64 * src/plugins/fancy/fancy_prefs.c
65 * src/plugins/fancy/fancy_prefs.h
66 * src/plugins/fancy/fancy_viewer.c
67 * src/plugins/fancy/fancy_viewer.h
68 Fix whitespace and indentation
70 2013-03-13 [colin] 3.9.0cvs119
72 * src/plugins/fancy/fancy_prefs.c
73 * src/plugins/fancy/fancy_prefs.h
74 * src/plugins/fancy/fancy_viewer.c
75 * src/plugins/fancy/fancy_viewer.h
76 More rework of the options to make things clear.
77 Also, make Enable remote content actually do what
80 2013-03-13 [colin] 3.9.0cvs118
83 Fix w32 build where apparently 'small' is a reserved
85 * src/plugins/perl/tools/Makefile.am
88 2013-03-13 [mones] 3.9.0cvs117
92 Forgotten tool is not needed anymore, bye bye html2ps.
94 2013-03-13 [colin] 3.9.0cvs116
96 * src/plugins/fancy/Makefile.am
97 * src/plugins/fancy/fancy_viewer.c
98 Fix bug #2980, "html2ps required...". Use standard GtkPrint
100 2013-03-13 [colin] 3.9.0cvs115
102 * src/plugins/fancy/fancy_prefs.c
103 * src/plugins/fancy/fancy_prefs.h
104 * src/plugins/fancy/fancy_viewer.c
105 * src/plugins/fancy/fancy_viewer.h
106 Untangle prefs handling, untangle open in browser
107 and move back to Enable remote content instead of
108 Enable inner navigation.
110 2013-03-13 [mones] 3.9.0cvs114
114 Some minor fix and an always forgotten support tool...
115 Fortunately our users keep reminding us they really use
116 all those features, thanks to all of them :-)
118 2013-03-12 [wwp] 3.9.0cvs113
121 Remove stuff committed unexpectedly (you're now reading my words, you understand
122 what you read, you never found that I've committed stuff accidentally, never, and
123 now you can get back to normal activities, you will never remember this),
126 2013-03-12 [wwp] 3.9.0cvs112
129 Fix 'edit accounts' windows going backward when leaving an
130 'account preferences' window, by focusing this window again.
132 2013-03-09 [mones] 3.9.0cvs111
135 Update required GTK+ version and configure plugin flags
138 Remove unnecessary checks, newer keysyms are already
139 included by gtkutils.h if needed
141 2013-03-08 [paul] 3.9.0cvs110
144 fix outputting config dir value at end of configure
146 2013-03-07 [colin] 3.9.0cvs109
148 * src/plugins/fancy/fancy_prefs.c
149 And make Open External default to true :)
151 2013-03-07 [paul] 3.9.0cvs108
153 * src/plugins/fancy/fancy_prefs.c
154 make "enable_inner_navigation" default to FALSE
156 2013-03-06 [colin] 3.9.0cvs107
158 * src/plugins/fancy/fancy_prefs.c
159 * src/plugins/fancy/fancy_prefs.h
160 * src/plugins/fancy/fancy_viewer.c
161 * src/plugins/fancy/fancy_viewer.h
162 Fix bug #2882, "Reverse preference for external content"
163 "Block external content" was the only negative preference
164 along the other "Enable ..." positive ones, but also had
165 several shortcomings, in that it only blocked user-
166 requested interactions, like
167 - prevent clicking on links
168 - prevent right-click/Download link
169 - prevent right-click/Save image
171 - prevent auto download of images (that's controlled by
173 - prevent auto download of javascript (that's controlled
175 - prevent auto download of applets (that's controlled by
177 - prevent auto download of css (that can't be disabled)
178 New preference to replace it is "Enable inner navigation"
179 and allows to control whether one can click on links to
180 navigate inside Fancy viewer. If disabled and "Open in
181 external browser" is set, links will be opened in external
182 browser; else nothing will happen. In any state of these
183 preferences, right-clicking and choosing "Open in viewer"
184 or "Open in browser" will do what asked.
186 2013-03-06 [colin] 3.9.0cvs106
188 * src/plugins/fancy/fancy_viewer.c
189 Make options setting clearer
191 2013-02-28 [mones] 3.9.0cvs105
194 * src/plugins/perl/Makefile.am
195 * src/plugins/perl/cm_perl.pod
196 * src/plugins/perl/tools/.cvsignore
197 * src/plugins/perl/tools/Makefile.am
198 * src/plugins/perl/tools/insert_perl.pl
199 * src/plugins/perl/tools/matcherrc2perlfilter.pl
200 Make perl plugin tools and manpage available into
201 distribution tarball.
203 2013-02-27 [mones] 3.9.0cvs104
206 Updated plugin list, now they are integrated.
207 Added missing items to hidden properties list.
209 2013-02-26 [wwp] 3.9.0cvs103
212 Fix wrong message, as message could have been moved to another folder
213 and not trashed (it could have also be deleted without staying in trash,
214 but that's a piece of detail, and while we're at it, the message could also
215 have vanished into another dimension or be now part of the twilight zone
216 but we should not always tell the truth to users. At last, and to be
217 exhaustive, the message could have disappeared because of a technical
218 issue which doesn't imply user action and none of the above mentions. One
219 would say that the message could also have never existed, but it's another
222 2013-02-24 [colin] 3.9.0cvs102
224 * src/plugins/vcalendar/libical/libical/Makefile.am
225 Fix build without vcalendar
227 2013-02-23 [paul] 3.9.0cvs101
230 escape filename/description text, prevents error if, e.g., the
231 filename contains an ampersand
233 2013-02-22 [colin] 3.9.0cvs100
238 Fix bug #2702, "Support splitting subject line for small screen
239 layout". Patch by Ben Deering.
241 2013-02-21 [paul] 3.9.0cvs99
244 add he to ALL_LINGUAS
246 2013-02-20 [colin] 3.9.0cvs98
251 2013-02-20 [colin] 3.9.0cvs97
253 * src/plugins/att_remover/claws.def
254 * src/plugins/fetchinfo/claws.def
255 * src/plugins/spam_report/claws.def
256 Add more needed symbols
258 2013-02-20 [colin] 3.9.0cvs96
260 * src/plugins/att_remover/Makefile.am
261 * src/plugins/fetchinfo/Makefile.am
262 * src/plugins/spam_report/Makefile.am
263 Fix missed parts for w32
265 2013-02-20 [colin] 3.9.0cvs95
268 * src/plugins/address_keeper/claws.def
269 * src/plugins/att_remover/Makefile.am
270 * src/plugins/att_remover/claws.def
271 * src/plugins/att_remover/plugin.def
272 * src/plugins/att_remover/version.rc
273 * src/plugins/clamd/libclamd/Makefile.am
274 * src/plugins/fetchinfo/Makefile.am
275 * src/plugins/fetchinfo/claws.def
276 * src/plugins/fetchinfo/plugin.def
277 * src/plugins/fetchinfo/version.rc
278 * src/plugins/mailmbox/Makefile.am
279 * src/plugins/mailmbox/claws.def
280 * src/plugins/mailmbox/plugin.def
281 * src/plugins/mailmbox/version.rc
282 * src/plugins/notification/gtkhotkey/Makefile.am
283 * src/plugins/spam_report/Makefile.am
284 * src/plugins/spam_report/claws.def
285 * src/plugins/spam_report/plugin.def
286 * src/plugins/spam_report/spam_report.c
287 * src/plugins/spam_report/version.rc
288 Win32 build fixes (and add of address_keeper, att_remover,
289 fetchinfo and spam_report)
291 2013-02-20 [paul] 3.9.0cvs94
294 a little more report layout tweaking
296 2013-02-20 [colin] 3.9.0cvs93
298 * src/common/plugin.c
299 Auto fix plugin names ending in "_plugin"
301 2013-02-20 [colin] 3.9.0cvs92
303 * src/plugins/gdata/Makefile.am
306 2013-02-20 [colin] 3.9.0cvs91
308 * src/plugins/fetchinfo/Makefile.am
309 * src/plugins/notification/Makefile.am
310 * src/plugins/perl/Makefile.am
311 * src/plugins/python/Makefile.am
312 Drop _plugin from the plugin's filename
314 2013-02-20 [colin] 3.9.0cvs90
317 Group core's --{en,dis}able switches
319 2013-02-20 [colin] 3.9.0cvs89
324 2013-02-20 [colin] 3.9.0cvs88
328 Don't check for GNOME2 when we want to check for
329 gtk-update-icon-cache; Typo fix
331 2013-02-20 [colin] 3.9.0cvs87
333 * src/plugins/Makefile.am
334 * src/plugins/acpi_notifier/Makefile.am
335 * src/plugins/address_keeper/Makefile.am
336 * src/plugins/archive/Makefile.am
337 * src/plugins/att_remover/Makefile.am
338 * src/plugins/attachwarner/Makefile.am
339 * src/plugins/bogofilter/Makefile.am
340 * src/plugins/bsfilter/Makefile.am
341 * src/plugins/clamd/Makefile.am
342 * src/plugins/demo/Makefile.am
343 * src/plugins/fancy/Makefile.am
344 * src/plugins/fetchinfo/Makefile.am
345 * src/plugins/gdata/Makefile.am
346 * src/plugins/mailmbox/Makefile.am
347 * src/plugins/newmail/Makefile.am
348 * src/plugins/notification/Makefile.am
349 * src/plugins/pdf_viewer/Makefile.am
350 * src/plugins/perl/Makefile.am
351 * src/plugins/pgpcore/Makefile.am
352 * src/plugins/pgpinline/Makefile.am
353 * src/plugins/pgpmime/Makefile.am
354 * src/plugins/python/Makefile.am
355 * src/plugins/rssyl/Makefile.am
356 * src/plugins/smime/Makefile.am
357 * src/plugins/spam_report/Makefile.am
358 * src/plugins/spamassassin/Makefile.am
359 * src/plugins/tnef_parse/Makefile.am
360 * src/plugins/vcalendar/Makefile.am
361 Change automake conditionals so that all plugins subdirectories
362 are included, but nothing built in disabled plugins. Fixes make
363 dist with some plugins --disabled.
365 2013-02-20 [colin] 3.9.0cvs86
368 * src/plugins/fancy/fancy_viewer.h
369 Fix build for Fancy and vCalendar
371 2013-02-20 [colin] 3.9.0cvs85
374 Rework plugin enabling logic. More clean!
375 * src/plugins/fancy/fancy_viewer.c
376 * src/plugins/fancy/fancy_viewer.h
377 * src/plugins/spam_report/spam_report.c
378 Make curl dependancy mandatory
379 * src/plugins/notification/notification_plugin.c
380 Fix build with every possible thing disabled
381 * src/plugins/notification/Makefile.am
382 * src/plugins/notification/gtkhotkey/.cvsignore
383 * src/plugins/notification/gtkhotkey/Makefile.am
384 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
385 * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
386 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
387 * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
388 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
389 * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
390 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
391 * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
392 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
393 * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
394 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
395 * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
396 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
397 * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
398 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
399 * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
400 * src/plugins/notification/gtkhotkey/gtkhotkey.h
401 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
402 * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
403 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
404 * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
405 Re-add hotkey support
406 * src/plugins/spam_report/Makefile.am
407 * src/plugins/tnef_parse/Makefile.am
410 2013-02-20 [colin] 3.9.0cvs84
414 * src/plugins/Makefile.am
415 * src/plugins/dillo_viewer/.cvsignore
416 * src/plugins/dillo_viewer/Makefile.am
417 * src/plugins/dillo_viewer/README
418 * src/plugins/dillo_viewer/dillo_prefs.c
419 * src/plugins/dillo_viewer/dillo_prefs.h
420 * src/plugins/dillo_viewer/dillo_viewer.c
421 * src/plugins/trayicon/.cvsignore
422 * src/plugins/trayicon/Makefile.am
423 * src/plugins/trayicon/README
424 * src/plugins/trayicon/trayicon.c
425 * src/plugins/trayicon/trayicon_prefs.c
426 * src/plugins/trayicon/trayicon_prefs.h
427 * src/plugins/trayicon/libeggtrayicon/.cvsignore
428 Drop trayicon and dillo_viewer
430 2013-02-20 [colin] 3.9.0cvs83
433 * src/plugins/Makefile.am
434 * src/plugins/spam_report/.cvsignore
435 * src/plugins/spam_report/Makefile.am
436 * src/plugins/spam_report/placeholder.txt
437 * src/plugins/spam_report/spam_report.c
438 * src/plugins/spam_report/spam_report_prefs.c
439 * src/plugins/spam_report/spam_report_prefs.h
440 * src/plugins/tnef_parse/.cvsignore
441 * src/plugins/tnef_parse/Makefile.am
442 * src/plugins/tnef_parse/claws.def
443 * src/plugins/tnef_parse/mapi.h
444 * src/plugins/tnef_parse/mapidefs.h
445 * src/plugins/tnef_parse/mapitags.h
446 * src/plugins/tnef_parse/placeholder.txt
447 * src/plugins/tnef_parse/plugin.def
448 * src/plugins/tnef_parse/tnef-errors.h
449 * src/plugins/tnef_parse/tnef-types.h
450 * src/plugins/tnef_parse/tnef_dump.c
451 * src/plugins/tnef_parse/tnef_dump.h
452 * src/plugins/tnef_parse/tnef_parse.c
453 * src/plugins/tnef_parse/version.rc
454 * src/plugins/tnef_parse/ytnef.c
455 * src/plugins/tnef_parse/ytnef.h
456 Add tnef_parse and spam_report
458 2013-02-20 [colin] 3.9.0cvs82
460 * src/plugins/bogofilter/Makefile.am
461 * src/plugins/clamd/Makefile.am
462 * src/plugins/demo/Makefile.am
463 * src/plugins/dillo_viewer/Makefile.am
464 * src/plugins/fancy/Makefile.am
465 * src/plugins/fetchinfo/Makefile.am
466 * src/plugins/gdata/Makefile.am
467 * src/plugins/mailmbox/Makefile.am
468 * src/plugins/newmail/Makefile.am
469 * src/plugins/notification/Makefile.am
470 * src/plugins/pdf_viewer/Makefile.am
471 * src/plugins/perl/Makefile.am
472 * src/plugins/python/Makefile.am
473 * src/plugins/spamassassin/Makefile.am
474 * src/plugins/trayicon/Makefile.am
475 * src/plugins/vcalendar/libical/libical/Makefile.am
476 Fix out-of-tree build
478 2013-02-19 [colin] 3.9.0cvs81
481 Fix inverted logic in a few plugins
483 2013-02-18 [mones] 3.9.0cvs80
485 * src/plugins/notification/Makefile.am
486 * src/plugins/pdf_viewer/Makefile.am
487 * src/plugins/python/Makefile.am
488 Allow 'make dist' to generate a nice tarball
490 2013-02-18 [wwp] 3.9.0cvs79
492 * src/plugins/clamd/libclamd/.cvsignore
493 Add one more .cvsignore file.
495 2013-02-18 [wwp] 3.9.0cvs78
497 * src/plugins/clamd/libclamd/.cvsignore
498 One more .cvsignore file.
500 2013-02-18 [wwp] 3.9.0cvs77
502 * src/plugins/clamd/.cvsignore
503 * src/plugins/clamd/libclamd/.cvsignore
504 * src/plugins/fetchinfo/.cvsignore
505 * src/plugins/gdata/.cvsignore
506 * src/plugins/mailmbox/.cvsignore
507 * src/plugins/newmail/.cvsignore
508 * src/plugins/notification/.cvsignore
509 * src/plugins/pdf_viewer/.cvsignore
510 * src/plugins/perl/.cvsignore
511 * src/plugins/python/.cvsignore
512 Silent up stuff a bit.
514 2013-02-17 [colin] 3.9.0cvs76
516 * src/plugins/notification/Makefile.am
517 * src/plugins/notification/notification_banner.c
518 * src/plugins/notification/notification_banner.h
519 * src/plugins/notification/notification_command.c
520 * src/plugins/notification/notification_command.h
521 * src/plugins/notification/notification_core.c
522 * src/plugins/notification/notification_foldercheck.c
523 * src/plugins/notification/notification_foldercheck.h
524 * src/plugins/notification/notification_hotkeys.c
525 * src/plugins/notification/notification_hotkeys.h
526 * src/plugins/notification/notification_indicator.c
527 * src/plugins/notification/notification_indicator.h
528 * src/plugins/notification/notification_lcdproc.c
529 * src/plugins/notification/notification_lcdproc.h
530 * src/plugins/notification/notification_plugin.c
531 * src/plugins/notification/notification_plugin.h
532 * src/plugins/notification/notification_popup.c
533 * src/plugins/notification/notification_popup.h
534 * src/plugins/notification/notification_prefs.c
535 * src/plugins/notification/notification_prefs.h
536 * src/plugins/notification/notification_trayicon.c
537 * src/plugins/notification/notification_trayicon.h
538 Activate and fix notification (without libindicate)
540 2013-02-17 [colin] 3.9.0cvs75
542 * src/plugins/Makefile.am
543 * src/plugins/archive/Makefile.am
544 * src/plugins/clamd/Makefile.am
545 * src/plugins/clamd/clamav_plugin.c
546 * src/plugins/clamd/clamav_plugin.h
547 * src/plugins/clamd/clamav_plugin_gtk.c
548 * src/plugins/clamd/placeholder.txt
549 * src/plugins/clamd/libclamd/Makefile.am
550 * src/plugins/clamd/libclamd/clamd-plugin.c
551 * src/plugins/clamd/libclamd/clamd-plugin.h
552 * src/plugins/fetchinfo/Makefile.am
553 * src/plugins/fetchinfo/fetchinfo_plugin.c
554 * src/plugins/fetchinfo/fetchinfo_plugin.h
555 * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
556 * src/plugins/fetchinfo/placeholder.txt
557 * src/plugins/gdata/Makefile.am
558 * src/plugins/gdata/cm_gdata_contacts.c
559 * src/plugins/gdata/cm_gdata_contacts.h
560 * src/plugins/gdata/cm_gdata_prefs.c
561 * src/plugins/gdata/cm_gdata_prefs.h
562 * src/plugins/gdata/gdata_plugin.c
563 * src/plugins/gdata/gdata_plugin.h
564 * src/plugins/gdata/placeholder.txt
565 * src/plugins/geolocation/placeholder.txt
566 * src/plugins/gtkhtml2_viewer/placeholder.txt
567 * src/plugins/mailmbox/Makefile.am
568 * src/plugins/mailmbox/carray.c
569 * src/plugins/mailmbox/carray.h
570 * src/plugins/mailmbox/chash.c
571 * src/plugins/mailmbox/chash.h
572 * src/plugins/mailmbox/clist.c
573 * src/plugins/mailmbox/clist.h
574 * src/plugins/mailmbox/mailimf.c
575 * src/plugins/mailmbox/mailimf.h
576 * src/plugins/mailmbox/mailimf_types.c
577 * src/plugins/mailmbox/mailimf_types.h
578 * src/plugins/mailmbox/mailimf_types_helper.c
579 * src/plugins/mailmbox/mailimf_types_helper.h
580 * src/plugins/mailmbox/mailimf_write.c
581 * src/plugins/mailmbox/mailimf_write.h
582 * src/plugins/mailmbox/maillock.c
583 * src/plugins/mailmbox/maillock.h
584 * src/plugins/mailmbox/mailmbox.c
585 * src/plugins/mailmbox/mailmbox.h
586 * src/plugins/mailmbox/mailmbox_folder.c
587 * src/plugins/mailmbox/mailmbox_folder.h
588 * src/plugins/mailmbox/mailmbox_gtk.deps
589 * src/plugins/mailmbox/mailmbox_parse.c
590 * src/plugins/mailmbox/mailmbox_parse.h
591 * src/plugins/mailmbox/mailmbox_types.c
592 * src/plugins/mailmbox/mailmbox_types.h
593 * src/plugins/mailmbox/mmapstring.c
594 * src/plugins/mailmbox/mmapstring.h
595 * src/plugins/mailmbox/placeholder.txt
596 * src/plugins/mailmbox/plugin.c
597 * src/plugins/mailmbox/plugin_gtk.c
598 * src/plugins/mailmbox/plugin_gtk.h
599 * src/plugins/newmail/Makefile.am
600 * src/plugins/newmail/newmail.c
601 * src/plugins/newmail/placeholder.txt
602 * src/plugins/notification/Makefile.am
603 * src/plugins/notification/claws.def
604 * src/plugins/notification/notification_banner.c
605 * src/plugins/notification/notification_banner.h
606 * src/plugins/notification/notification_command.c
607 * src/plugins/notification/notification_command.h
608 * src/plugins/notification/notification_core.c
609 * src/plugins/notification/notification_core.h
610 * src/plugins/notification/notification_foldercheck.c
611 * src/plugins/notification/notification_foldercheck.h
612 * src/plugins/notification/notification_hotkeys.c
613 * src/plugins/notification/notification_hotkeys.h
614 * src/plugins/notification/notification_indicator.c
615 * src/plugins/notification/notification_indicator.h
616 * src/plugins/notification/notification_lcdproc.c
617 * src/plugins/notification/notification_lcdproc.h
618 * src/plugins/notification/notification_pixbuf.c
619 * src/plugins/notification/notification_pixbuf.h
620 * src/plugins/notification/notification_plugin.c
621 * src/plugins/notification/notification_plugin.h
622 * src/plugins/notification/notification_popup.c
623 * src/plugins/notification/notification_popup.h
624 * src/plugins/notification/notification_prefs.c
625 * src/plugins/notification/notification_prefs.h
626 * src/plugins/notification/notification_trayicon.c
627 * src/plugins/notification/notification_trayicon.h
628 * src/plugins/notification/placeholder.txt
629 * src/plugins/notification/plugin.def
630 * src/plugins/notification/raw_claws_mail_logo_64x64.h
631 * src/plugins/notification/version.rc
632 * src/plugins/pdf_viewer/Makefile.am
633 * src/plugins/pdf_viewer/doc_index.xpm
634 * src/plugins/pdf_viewer/doc_index_close.xpm
635 * src/plugins/pdf_viewer/doc_info.xpm
636 * src/plugins/pdf_viewer/first_arrow.xpm
637 * src/plugins/pdf_viewer/last_arrow.xpm
638 * src/plugins/pdf_viewer/left_arrow.xpm
639 * src/plugins/pdf_viewer/placeholder.txt
640 * src/plugins/pdf_viewer/poppler_viewer.c
641 * src/plugins/pdf_viewer/poppler_viewer.h
642 * src/plugins/pdf_viewer/right_arrow.xpm
643 * src/plugins/pdf_viewer/rotate_left.xpm
644 * src/plugins/pdf_viewer/rotate_right.xpm
645 * src/plugins/pdf_viewer/zoom_fit.xpm
646 * src/plugins/pdf_viewer/zoom_in.xpm
647 * src/plugins/pdf_viewer/zoom_out.xpm
648 * src/plugins/pdf_viewer/zoom_width.xpm
649 * src/plugins/perl/Makefile.am
650 * src/plugins/perl/perl_gtk.c
651 * src/plugins/perl/perl_gtk.h
652 * src/plugins/perl/perl_plugin.c
653 * src/plugins/perl/perl_plugin.h
654 * src/plugins/perl/placeholder.txt
655 * src/plugins/python/Makefile.am
656 * src/plugins/python/clawsmailmodule.c
657 * src/plugins/python/clawsmailmodule.h
658 * src/plugins/python/composewindowtype.c
659 * src/plugins/python/composewindowtype.h
660 * src/plugins/python/foldertype.c
661 * src/plugins/python/foldertype.h
662 * src/plugins/python/messageinfotype.c
663 * src/plugins/python/messageinfotype.h
664 * src/plugins/python/nodetype.c
665 * src/plugins/python/nodetype.h
666 * src/plugins/python/placeholder.txt
667 * src/plugins/python/python-hooks.c
668 * src/plugins/python/python-hooks.h
669 * src/plugins/python/python-shell.c
670 * src/plugins/python/python-shell.h
671 * src/plugins/python/python_plugin.c
672 * src/plugins/vcalendar/Makefile.in
673 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
674 notification, pdf_viewer, perl, python). Notification not yet
675 enabled because it has too much autoconf switches for my taste.
678 2013-02-16 [colin] 3.9.0cvs74
704 * src/plugins/Makefile.am
705 * src/plugins/archive/.cvsignore
706 * src/plugins/archive/Makefile.am
707 * src/plugins/archive/archiver.c
708 * src/plugins/archive/archiver.h
709 * src/plugins/archive/archiver_gtk.c
710 * src/plugins/archive/archiver_prefs.c
711 * src/plugins/archive/archiver_prefs.h
712 * src/plugins/archive/libarchive_archive.c
713 * src/plugins/archive/libarchive_archive.h
714 * src/plugins/archive/placeholder.txt
715 * src/plugins/att_remover/.cvsignore
716 * src/plugins/att_remover/Makefile.am
717 * src/plugins/att_remover/att_remover.c
718 * src/plugins/att_remover/placeholder.txt
719 * src/plugins/bsfilter/.cvsignore
720 * src/plugins/bsfilter/Makefile.am
721 * src/plugins/bsfilter/bsfilter.c
722 * src/plugins/bsfilter/bsfilter.h
723 * src/plugins/bsfilter/bsfilter_gtk.c
724 * src/plugins/bsfilter/claws.def
725 * src/plugins/bsfilter/placeholder.txt
726 * src/plugins/bsfilter/plugin.def
727 * src/plugins/bsfilter/version.rc
728 Add archive, att_remover, bsfilter
729 * src/plugins/vcalendar/Makefile.in
730 * src/plugins/vcalendar/libical/libical/icalversion.h
733 2013-02-16 [colin] 3.9.0cvs73
735 * src/plugins/Makefile.am
736 * src/plugins/acpi_notifier/Makefile.am
737 * src/plugins/acpi_notifier/acpi_notifier.c
738 * src/plugins/acpi_notifier/placeholder.txt
739 * src/plugins/address_keeper/Makefile.am
740 * src/plugins/address_keeper/address_keeper.c
741 * src/plugins/address_keeper/address_keeper.h
742 * src/plugins/address_keeper/address_keeper_prefs.c
743 * src/plugins/address_keeper/address_keeper_prefs.h
744 * src/plugins/address_keeper/claws.def
745 * src/plugins/address_keeper/placeholder.txt
746 * src/plugins/address_keeper/plugin.def
747 * src/plugins/address_keeper/version.rc
748 * src/plugins/attachwarner/Makefile.am
749 * src/plugins/attachwarner/attachwarner.c
750 * src/plugins/attachwarner/attachwarner.h
751 * src/plugins/attachwarner/attachwarner_prefs.c
752 * src/plugins/attachwarner/attachwarner_prefs.h
753 * src/plugins/attachwarner/claws.def
754 * src/plugins/attachwarner/placeholder.txt
755 * src/plugins/attachwarner/plugin.def
756 * src/plugins/attachwarner/version.rc
757 * src/plugins/vcalendar/libical/libical/icalversion.h
783 Now do acpi_notifier, attachwarner, address_keeper
785 2013-02-16 [colin] 3.9.0cvs72
812 Merge RSSyl's translations
814 2013-02-16 [colin] 3.9.0cvs71
817 Fix use-after-free (introduced in cvs61)
819 2013-02-16 [colin] 3.9.0cvs70
825 * src/common/w32_account.c
826 Add an hidden preference to set the Windows theme
827 * src/plugins/Makefile.am
828 * src/plugins/rssyl/Makefile.am
829 * src/plugins/rssyl/claws.def
830 * src/plugins/rssyl/date.c
831 * src/plugins/rssyl/date.h
832 * src/plugins/rssyl/feed.c
833 * src/plugins/rssyl/feed.h
834 * src/plugins/rssyl/feedprops.c
835 * src/plugins/rssyl/feedprops.h
836 * src/plugins/rssyl/opml.c
837 * src/plugins/rssyl/opml.h
838 * src/plugins/rssyl/parsers.c
839 * src/plugins/rssyl/parsers.h
840 * src/plugins/rssyl/placeholder.txt
841 * src/plugins/rssyl/plugin.c
842 * src/plugins/rssyl/plugin.def
843 * src/plugins/rssyl/rssyl.c
844 * src/plugins/rssyl/rssyl.h
845 * src/plugins/rssyl/rssyl_cb_gtk.c
846 * src/plugins/rssyl/rssyl_cb_gtk.h
847 * src/plugins/rssyl/rssyl_cb_menu.c
848 * src/plugins/rssyl/rssyl_cb_menu.h
849 * src/plugins/rssyl/rssyl_gtk.c
850 * src/plugins/rssyl/rssyl_gtk.h
851 * src/plugins/rssyl/rssyl_prefs.c
852 * src/plugins/rssyl/rssyl_prefs.h
853 * src/plugins/rssyl/strreplace.c
854 * src/plugins/rssyl/strreplace.h
855 * src/plugins/rssyl/version.rc
857 * src/plugins/vcalendar/Makefile.am
858 * src/plugins/vcalendar/Makefile.in
859 * src/plugins/vcalendar/plugin.c
860 * src/plugins/vcalendar/libical/libical/icalversion.h
863 2013-02-14 [paul] 3.9.0cvs69
868 2013-02-14 [colin] 3.9.0cvs68
872 * po/merge-po-from-plugin.sh
873 Add helper script to merge external plugins translations
898 Merge translations from fancy and vcalendar
900 2013-02-14 [colin] 3.9.0cvs67
905 2013-02-14 [colin] 3.9.0cvs66
907 * src/plugins/vcalendar/claws.def
908 * src/plugins/vcalendar/plugin.def
910 * src/plugins/vcalendar/libical/Makefile.in
911 * src/plugins/vcalendar/libical/design-data/Makefile.in
912 * src/plugins/vcalendar/libical/libical/Makefile.in
913 * src/plugins/vcalendar/libical/scripts/Makefile.in
914 Remove extraneous files
916 2013-02-13 [colin] 3.9.0cvs65
918 * src/plugins/address_dup_finder/placeholder.txt
919 * src/plugins/synce/placeholder.txt
920 Removed, deprecated plugins
921 * src/plugins/Makefile.am
922 * src/plugins/vcalendar/Makefile.am
923 * src/plugins/vcalendar/Makefile.in
924 * src/plugins/vcalendar/common-views.c
925 * src/plugins/vcalendar/common-views.h
926 * src/plugins/vcalendar/day-view.c
927 * src/plugins/vcalendar/icaltime_as_local.c
928 * src/plugins/vcalendar/icaltime_as_local.h
929 * src/plugins/vcalendar/month-view.c
930 * src/plugins/vcalendar/placeholder.txt
931 * src/plugins/vcalendar/plugin.c
932 * src/plugins/vcalendar/vcal_dbus.c
933 * src/plugins/vcalendar/vcal_dbus.h
934 * src/plugins/vcalendar/vcal_folder.c
935 * src/plugins/vcalendar/vcal_folder.h
936 * src/plugins/vcalendar/vcal_interface.h
937 * src/plugins/vcalendar/vcal_manager.c
938 * src/plugins/vcalendar/vcal_manager.h
939 * src/plugins/vcalendar/vcal_meeting_gtk.c
940 * src/plugins/vcalendar/vcal_meeting_gtk.h
941 * src/plugins/vcalendar/vcal_prefs.c
942 * src/plugins/vcalendar/vcal_prefs.h
943 * src/plugins/vcalendar/vcalendar.c
944 * src/plugins/vcalendar/vcalendar.h
945 * src/plugins/vcalendar/version.rc
946 * src/plugins/vcalendar/libical/.cvsignore
947 * src/plugins/vcalendar/libical/Makefile.am
948 * src/plugins/vcalendar/libical/Makefile.in
949 * src/plugins/vcalendar/libical/design-data/.cvsignore
950 * src/plugins/vcalendar/libical/design-data/Makefile.am
951 * src/plugins/vcalendar/libical/design-data/Makefile.in
952 * src/plugins/vcalendar/libical/design-data/parameters.csv
953 * src/plugins/vcalendar/libical/design-data/properties.csv
954 * src/plugins/vcalendar/libical/design-data/restrictions.csv
955 * src/plugins/vcalendar/libical/design-data/status.txt
956 * src/plugins/vcalendar/libical/design-data/value-types.csv
957 * src/plugins/vcalendar/libical/libical/.cvsignore
958 * src/plugins/vcalendar/libical/libical/Makefile.am
959 * src/plugins/vcalendar/libical/libical/Makefile.in
960 * src/plugins/vcalendar/libical/libical/icalattendee.c
961 * src/plugins/vcalendar/libical/libical/icalattendee.h
962 * src/plugins/vcalendar/libical/libical/icalcomponent.c
963 * src/plugins/vcalendar/libical/libical/icalcomponent.h
964 * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
965 * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
966 * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
967 * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
968 * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
969 * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
970 * src/plugins/vcalendar/libical/libical/icalduration.c
971 * src/plugins/vcalendar/libical/libical/icalduration.h
972 * src/plugins/vcalendar/libical/libical/icalenums.c
973 * src/plugins/vcalendar/libical/libical/icalenums.h
974 * src/plugins/vcalendar/libical/libical/icalerror.c
975 * src/plugins/vcalendar/libical/libical/icalerror.h
976 * src/plugins/vcalendar/libical/libical/icallangbind.c
977 * src/plugins/vcalendar/libical/libical/icallangbind.h
978 * src/plugins/vcalendar/libical/libical/icallexer.l
979 * src/plugins/vcalendar/libical/libical/icalmemory.c
980 * src/plugins/vcalendar/libical/libical/icalmemory.h
981 * src/plugins/vcalendar/libical/libical/icalmime.c
982 * src/plugins/vcalendar/libical/libical/icalmime.h
983 * src/plugins/vcalendar/libical/libical/icalparameter.c
984 * src/plugins/vcalendar/libical/libical/icalparameter.h
985 * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
986 * src/plugins/vcalendar/libical/libical/icalparser.c
987 * src/plugins/vcalendar/libical/libical/icalparser.h
988 * src/plugins/vcalendar/libical/libical/icalperiod.c
989 * src/plugins/vcalendar/libical/libical/icalperiod.h
990 * src/plugins/vcalendar/libical/libical/icalproperty.c
991 * src/plugins/vcalendar/libical/libical/icalproperty.h
992 * src/plugins/vcalendar/libical/libical/icalrecur.c
993 * src/plugins/vcalendar/libical/libical/icalrecur.h
994 * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
995 * src/plugins/vcalendar/libical/libical/icalrestriction.h
996 * src/plugins/vcalendar/libical/libical/icaltime.c
997 * src/plugins/vcalendar/libical/libical/icaltime.h
998 * src/plugins/vcalendar/libical/libical/icaltypes.c
999 * src/plugins/vcalendar/libical/libical/icaltypes.h
1000 * src/plugins/vcalendar/libical/libical/icalvalue.c
1001 * src/plugins/vcalendar/libical/libical/icalvalue.h
1002 * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
1003 * src/plugins/vcalendar/libical/libical/icalversion.h
1004 * src/plugins/vcalendar/libical/libical/icalversion.h.in
1005 * src/plugins/vcalendar/libical/libical/icalyacc.output
1006 * src/plugins/vcalendar/libical/libical/icalyacc.y
1007 * src/plugins/vcalendar/libical/libical/pvl.c
1008 * src/plugins/vcalendar/libical/libical/pvl.h
1009 * src/plugins/vcalendar/libical/libical/sspm.c
1010 * src/plugins/vcalendar/libical/libical/sspm.h
1011 * src/plugins/vcalendar/libical/libical/vsnprintf.c
1012 * src/plugins/vcalendar/libical/scripts/.cvsignore
1013 * src/plugins/vcalendar/libical/scripts/Makefile.am
1014 * src/plugins/vcalendar/libical/scripts/Makefile.in
1015 * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
1016 * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
1017 * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
1018 * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
1019 * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
1020 * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
1021 * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
1022 * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
1025 2013-02-13 [colin] 3.9.0cvs64
1027 * src/plugins/acpi_notifier/placeholder.txt
1028 * src/plugins/address_dup_finder/placeholder.txt
1029 * src/plugins/address_keeper/placeholder.txt
1030 * src/plugins/archive/placeholder.txt
1031 * src/plugins/att_remover/placeholder.txt
1032 * src/plugins/attachwarner/placeholder.txt
1033 * src/plugins/bsfilter/placeholder.txt
1034 * src/plugins/clamd/placeholder.txt
1035 * src/plugins/fetchinfo/placeholder.txt
1036 * src/plugins/gdata/placeholder.txt
1037 * src/plugins/geolocation/placeholder.txt
1038 * src/plugins/gtkhtml2_viewer/placeholder.txt
1039 * src/plugins/mailmbox/placeholder.txt
1040 * src/plugins/newmail/placeholder.txt
1041 * src/plugins/notification/placeholder.txt
1042 * src/plugins/pdf_viewer/placeholder.txt
1043 * src/plugins/perl/placeholder.txt
1044 * src/plugins/python/placeholder.txt
1045 * src/plugins/rssyl/placeholder.txt
1046 * src/plugins/spam_report/placeholder.txt
1047 * src/plugins/synce/placeholder.txt
1048 * src/plugins/tnef_parse/placeholder.txt
1049 * src/plugins/vcalendar/placeholder.txt
1050 Add temporary placeholders for ex-extra-plugins to be
1053 2013-02-13 [paul] 3.9.0cvs63
1055 * src/plugins/fancy/Makefile.am
1056 no need for EXTRA_DIST
1058 2013-02-13 [paul] 3.9.0cvs62
1062 * src/plugins/Makefile.am
1063 * src/plugins/fancy/Makefile.am
1064 * src/plugins/fancy/fancy_prefs.c
1065 * src/plugins/fancy/fancy_prefs.h
1066 * src/plugins/fancy/fancy_viewer.c
1067 * src/plugins/fancy/fancy_viewer.h
1068 move the Fancy plugin into core
1070 2013-02-11 [paul] 3.9.0cvs61
1073 use the Delete key to remove colour label accels (same as everywhere else).
1074 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1076 2013-01-26 [mir] 3.9.0cvs60
1078 * tools/vcard2xml.py
1080 1) Lines split over more than one line breaks parser
1081 2) Get email addres correct. Not only email;internet
1083 1) Basic handling of vcard 3.0
1086 2013-01-23 [colin] 3.9.0cvs59
1089 * src/common/utils.c
1090 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1092 2013-01-23 [colin] 3.9.0cvs58
1095 Fix bug #2863, "Applying has_attachment quicksearch
1098 2013-01-21 [paul] 3.9.0cvs57
1102 fix bug 2862, 'Segmentation fault when replying to a
1103 message where the "code conversion" fails'. add support
1104 for X-VIET-VPS encoding
1106 2013-01-21 [paul] 3.9.0cvs56
1110 promote the users' ml on the About/Info tab
1112 2013-01-09 [paul] 3.9.0cvs55
1114 * doc/man/claws-mail.1
1116 update copyright year
1118 2013-01-09 [paul] 3.9.0cvs54
1120 * src/gtk/gtkaspell.c
1121 fix sensitivity of 'Use both dictionaries' in compose window
1123 2013-01-09 [mir] 3.9.0cvs53
1125 * tools/vcard2xml.py
1126 Fix missing file encoding info.
1127 See -> http://www.python.org/dev/peps/pep-0263/
1130 2013-01-08 [mones] 3.9.0cvs52
1132 * claws-mail.desktop
1133 Added Swedish translation by Andreas Rönnquist
1135 2012-12-20 [colin] 3.9.0cvs51
1138 Fix crash on action error;
1139 Fix trimming of leading spaces in actions
1141 2012-12-19 [colin] 3.9.0cvs50
1146 Make LDAP over SSL work on Win32 - but not TLS,
1147 unfortunately. Also, it requires the certificate
1150 2012-12-16 [colin] 3.9.0cvs49
1153 Add missing \n at end of the return receipt last part's headers.
1155 2012-12-15 [paul] 3.9.0cvs48
1158 fix bug 2832, 'mail to from adress-book splitt names'
1160 2012-12-12 [colin] 3.9.0cvs47
1163 Port to g_spawn API and make actions work better on Win32
1167 2012-12-12 [ticho] 3.9.0cvs46
1170 Move focus to body textview when subject entry is activated
1171 (Enter key pressed) in compose window.
1173 2012-12-10 [mones] 3.9.0cvs45
1176 Fix bug #2835 (core part) to allow NULL names which
1179 2012-12-07 [colin] 3.9.0cvs44
1182 Try to fix strange crash in nntp_ping/session_destroy...
1184 2012-12-06 [mones] 3.9.0cvs43
1187 * tools/gif2xface.pl
1188 * tools/outlook2claws-mail.pl
1189 Fix address not working since years ago
1191 2012-12-05 [mones] 3.9.0cvs42
1194 Do not set to NULL string preferences which have "" as
1197 2012-12-05 [colin] 3.9.0cvs41
1200 Nullify xcred pointer like the other ones
1202 2012-12-03 [wwp] 3.9.0cvs40
1206 Avoid any possible confusion: 0 is not a neutral value when passed
1207 to main_window_get_mask() - use -1 instead, even in those cases we
1210 2012-12-03 [wwp] 3.9.0cvs39
1213 Fix sensitivity of next-unread toolbar button.
1215 2012-12-03 [colin] 3.9.0cvs38
1217 * src/common/utils.c
1218 Fix following relative symlinks
1220 2012-12-02 [colin] 3.9.0cvs37
1223 Of course you can't, Windows. Of course...
1225 2012-12-02 [colin] 3.9.0cvs36
1228 Move control sockets inside their own directory,
1229 $TMPDIR/claws-mail-$UID/, and name them after the configuration directory md5 hash. That allows
1230 - cleaner separation of sockets and config dirs in
1231 case of alternate config directories
1232 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1233 exists as a socket, use it to control the running entity
1234 - backwards migration is handled: starting an old Claws Mail
1235 version will bail out as creating the legacy socket won't
1237 - migration for alternate-config-dirs is not handled, which
1238 could be mentioned in release notes.
1239 Fixes bug #2828, "Use MD5 digest for socket name"
1241 2012-12-01 [colin] 3.9.0cvs35
1243 * src/common/utils.c
1244 As usual, Windows is a little bit different
1245 (you have to love it the same as the normal OSes...)
1247 2012-12-01 [colin] 3.9.0cvs34
1249 * src/common/utils.c
1250 * src/common/utils.h
1251 Add a canonicalizer function and use it to
1252 canonicalize rc_dir.
1254 2012-11-30 [mones] 3.9.0cvs33
1256 * src/common/plugin.c
1257 Fixes #1137 completely, saving path-less plugins as is
1258 in config. With this patch user can edit plugin list on
1259 clawsrc and remove absolute paths from shared plugins,
1260 leaving only the "pluginname.so". Those will be tried to
1261 load from plugin dir of the loading core. Notice that
1262 those will also fail to load on older versions, and will
1263 probably be removed from your config without warning by
1266 2012-11-30 [wwp] 3.9.0cvs32
1272 Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1273 also fix list loop initializers.
1275 2012-11-30 [wwp] 3.9.0cvs31
1280 * src/send_message.c
1281 * src/send_message.h
1284 Add Message/Cancel sending (same as --cancel-sending), adds the
1285 relevant toolbar icon, and an extra cancel sending+receiving icon
1288 2012-11-29 [colin] 3.9.0cvs30
1291 Fix mask on a few menu items (thanks Ricardo!)
1293 2012-11-28 [wwp] 3.9.0cvs29
1299 Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1300 Complete toolbar_init(), which was missing few inits.
1302 2012-11-28 [colin] 3.9.0cvs28
1307 * src/etpan/nntp-thread.c
1308 Disconnect NNTP accounts too when switching offline
1310 2012-11-28 [colin] 3.9.0cvs27
1314 * src/common/session.c
1315 * src/common/session.h
1316 Add keep-alive pings on IMAP and NNTP
1318 2012-11-28 [colin] 3.9.0cvs26
1321 * src/etpan/imap-thread.c
1322 * src/etpan/imap-thread.h
1323 Try locale's charset and UTF-7 on server-side
1324 searches when UTF-8 fails. Also, don't even
1325 mention a charset if searching for an ASCII
1328 2012-11-27 [colin] 3.9.0cvs25
1333 2012-11-27 [colin] 3.9.0cvs24
1336 Fix bug #2826, "replace deprecated gnutls function"
1337 Patch by Christian Hesse
1339 2012-11-27 [colin] 3.9.0cvs23
1341 * src/gtk/manage_window.c
1342 Stop spamming logs with focus events.
1344 2012-11-27 [colin] 3.9.0cvs22
1347 * src/prefs_common.c
1348 * src/prefs_common.h
1349 Unsneak a work-in-progress patch that I mistakengly
1350 commited with a cleanup
1352 2012-11-27 [wwp] 3.9.0cvs21
1354 * doc/man/claws-mail.1
1356 * src/send_message.c
1357 * src/send_message.h
1358 Add --cancel-sending command-line switch.
1360 2012-11-23 [colin] 3.9.0cvs20
1366 * src/prefs_common.c
1367 * src/prefs_common.h
1369 * src/common/socket.c
1370 * src/common/socket.h
1372 * src/common/ssl_certificate.c
1373 * src/common/ssl_certificate.h
1374 * src/etpan/imap-thread.c
1375 * src/etpan/nntp-thread.c
1376 Cleanup some warnings and deprecated types. Patch by
1377 Christian Hesse, fixing bug #2617. Thanks!
1379 2012-11-23 [colin] 3.9.0cvs19
1383 Add Christian Hesse which was forgotten for some reason
1385 2012-11-21 [colin] 3.9.0cvs18
1387 * src/etpan/imap-thread.c
1388 Don't set charset on simple searches. Fixes Exchange 2007.
1390 2012-11-20 [colin] 3.9.0cvs17
1392 * src/prefs_matcher.c
1393 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1395 2012-11-20 [ticho] 3.9.0cvs16
1397 * src/gtk/prefswindow.c
1398 Actually allow folder preference pages which are in top level of
1399 page index UI to be selected.
1401 2012-11-20 [ticho] 3.9.0cvs15
1403 * src/prefs_folder_item.c
1404 Remove useless "Folder" root in page index of folder preferences UI.
1406 2012-11-18 [colin] 3.9.0cvs14
1412 * src/matcher_parser_parse.y
1413 * src/prefs_matcher.c
1415 * src/gtk/quicksearch.c
1416 Add age_{greater,lower}_hours matcher criteria
1417 Initial patch by Abhay S. Kushwaha.
1419 2012-11-18 [ticho] 3.9.0cvs13
1422 Improve i18n plural handling in a string used while
1423 importing from mbox.
1425 2012-11-16 [ticho] 3.9.0cvs12
1453 Update message catalogs to match changes in 3.9.0cvs11.
1455 2012-11-16 [ticho] 3.9.0cvs11
1458 * src/addrcustomattr.c
1460 * src/prefs_filtering.c
1461 * src/prefs_matcher.c
1462 * src/prefs_msg_colors.c
1466 * src/common/utils.c
1468 Use pgettext() and friends for i18n context strings, instead of
1469 having a pipe character in msgid for context separation. This uses
1470 glib's C_ macro, instead of Q_.
1472 2012-11-16 [colin] 3.9.0cvs10
1475 * src/prefs_actions.c
1476 * src/prefs_filtering_action.c
1477 * src/prefs_matcher.c
1479 * src/gtk/description_window.c
1480 * src/gtk/description_window.h
1481 * src/gtk/inputdialog.c
1482 * src/gtk/manage_window.c
1483 * src/gtk/quicksearch.c
1484 Try to better fix focus problems. Should address:
1489 Please check using your favorite WM that the following works:
1490 Information button (Quicksearch, Templates, 'Test' filtering
1492 Folder selection (Move/Copy contextual menu,
1493 various preferences, including 'New folder').
1494 Tested with XFCE, Gnome Shell and Windows.
1497 2012-11-16 [colin] 3.9.0cvs9
1502 2012-11-16 [colin] 3.9.0cvs8
1505 Fix missing initialisation of bool_and which could
1506 lead to From/To/Subject/Tag searches searching with
1508 Also clean up tag expansion. No need to create a
1509 matcher string and re-parse it.
1511 2012-11-16 [paul] 3.9.0cvs7
1514 fix by Thomas Bellmann
1516 2012-11-15 [colin] 3.9.0cvs6
1519 Fix bug #2785, "Marking mails for deletion reopens internal
1522 2012-11-15 [colin] 3.9.0cvs5
1526 * src/gtk/gtkcmclist.c
1527 * src/gtk/gtkcmclist.h
1528 a few more GTK+3 fixes. Segfaults on me, though.
1530 2012-11-15 [colin] 3.9.0cvs4
1542 * src/message_search.c
1543 * src/prefs_display_header.c
1544 * src/prefs_filtering_action.c
1545 * src/prefs_matcher.c
1547 * src/prefs_toolbar.c
1549 * src/stock_pixmap.c
1550 * src/summary_search.c
1553 * src/gtk/Makefile.am
1554 * src/gtk/colorlabel.c
1555 * src/gtk/combobox.c
1556 * src/gtk/combobox.h
1557 * src/gtk/gtkcmclist.c
1558 * src/gtk/gtkcmclist.h
1559 * src/gtk/gtkcmctree.c
1560 * src/gtk/gtksctree.c
1561 * src/gtk/gtkshruler.c
1562 * src/gtk/gtkutils.c
1563 * src/gtk/gtkutils.h
1564 * src/gtk/inputdialog.c
1565 * src/gtk/quicksearch.c
1566 * src/plugins/pgpcore/Makefile.am
1567 * src/plugins/pgpinline/Makefile.am
1568 * src/plugins/pgpmime/Makefile.am
1569 * src/plugins/smime/Makefile.am
1570 Big GTK+3 patch from Hanno Meyer-Thurow
1572 2012-11-15 [wwp] 3.9.0cvs3
1574 * doc/man/claws-mail.1
1576 Add --cancel-receiving command-line switch.
1578 2012-11-15 [wwp] 3.9.0cvs2
1581 * src/gtk/sslcertwindow.c
1584 2012-11-15 [paul] 3.9.0cvs1
1589 updates from David Vachulka, Flammie Pirinen, and
1592 2012-11-14 [paul] 3.9.0
1598 2012-11-14 [paul] 3.8.1cvs123
1609 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1610 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1613 2012-11-14 [paul] 3.8.1cvs122
1619 2012-11-14 [colin] 3.8.1cvs121
1622 And fix warning with breaking functionality
1624 2012-11-14 [paul] 3.8.1cvs120
1627 revert this change from 3.8.1cvs60, it breaks
1630 2012-11-14 [colin] 3.8.1cvs119
1632 * src/common/plugin.c
1633 If plugin fails to load from absolute path, try from
1634 default plugin path.
1635 Fixes bug #1137, 'loading plugins with same profile on different archs'
1636 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1637 results in wrong paths in clawsrc'
1639 2012-11-12 [colin] 3.8.1cvs118
1642 Fix initial focus on textview. Fixes bug #2776,
1643 "Make all menu shortcuts work properly in the message window"
1645 2012-11-09 [colin] 3.8.1cvs117
1647 * src/etpan/imap-thread.c
1648 Specify search charset. Thanks to Aleksei Miheev
1650 2012-11-08 [colin] 3.8.1cvs116
1652 * src/common/socket.c
1653 * src/gtk/gtkutils.c
1654 Fix socket communication
1656 2012-11-08 [colin] 3.8.1cvs115
1658 * src/plugins/pgpcore/sgpgme.c
1659 Fix Windows runtime crash
1661 2012-11-08 [colin] 3.8.1cvs114
1663 * src/gtk/quicksearch.c
1664 Fix going active with NULL matchstring (for example
1665 when changing type before typing anything)
1667 2012-11-07 [colin] 3.8.1cvs113
1672 2012-11-06 [mones] 3.8.1cvs112
1674 * doc/man/claws-mail.1
1675 Sync with AUTHORS file
1676 * src/gtk/quicksearch.c
1677 Add number units where appropriate
1679 2012-10-31 [paul] 3.8.1cvs111
1681 * src/prefs_folder_item.c
1682 add missing closing bracket. thanks to Andreas Rönnquist.
1684 2012-10-31 [colin] 3.8.1cvs110
1686 * src/prefs_folder_item.c
1687 Fix prefs text and extra semi-colon. Thanks to Paul!
1689 2012-10-31 [colin] 3.8.1cvs109
1691 * src/folder_item_prefs.c
1692 * src/folder_item_prefs.h
1694 * src/prefs_folder_item.c
1695 Implement feature from bug #2569,
1696 "select html part on folder specific properties"
1697 Patch based on Andrej's patch.
1699 2012-10-29 [wwp] 3.8.1cvs108
1702 Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1705 2012-10-25 [colin] 3.8.1cvs107
1708 Verify the previous URI wasn't the same...
1709 fixes http://www. URIs.
1711 2012-10-25 [colin] 3.8.1cvs106
1713 * src/common/utils.c
1714 * src/common/utils.h
1716 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1717 reduces cost of strcasestr() in textview_make_clickable_parts*()
1718 from 30% to 15%. Patch by Igor Mammedov
1720 2012-10-25 [colin] 3.8.1cvs105
1723 Do not allow search cost to explode in case of bad message
1724 parsing in textview_make_clickable_parts_later(); reduces
1725 cost of textview_make_clickable_parts_later() from 99% to
1726 17% for big bad-case message. Patch by Igor Mammedov
1728 2012-10-25 [colin] 3.8.1cvs104
1732 Avoid strlen() on big buffers, use precomputed length instead
1733 it reduces cost of textview_write_line() from 32% to 3% for
1734 big messages. Patch by Igor Mammedov
1739 2012-10-24 [mones] 3.8.1cvs103
1742 Trust on IMAP core on-line/off-line management
1743 Patch by Sean Buckheister
1745 2012-10-19 [paul] 3.8.1cvs102
1750 fix bug 2760, 'display correct libc version in crash dialog
1751 when uclibc is used'.
1752 fixes build with uclibc. patch by Natanael Copa.
1754 2012-10-18 [mones] 3.8.1cvs101
1756 * claws-mail.desktop
1757 Fix bug #2761 and remove invalid GTK main category
1759 2012-10-17 [colin] 3.8.1cvs100
1761 * src/common/ssl_certificate.c
1762 Fix bug #2759, "Error messages regarding bad
1763 client certificates are less than helpful"
1764 Based on patch by bug reporter.
1766 2012-10-13 [paul] 3.8.1cvs99
1768 * src/common/ssl_certificate.c
1769 fix build with gnutls 3.1.3
1770 Patch by Sean Buckheister.
1772 2012-10-12 [mones] 3.8.1cvs98
1775 * src/grouplistdialog.c
1780 * src/common/utils.c
1781 * src/common/utils.h
1782 * src/etpan/imap-thread.c
1783 New slist_free_strings_full wrapper for g_slist_free_full
1784 and simplify calls where it was being used
1786 2012-10-12 [colin] 3.8.1cvs97
1789 Drop include of internal glib header
1790 Patch by Werner Koch
1792 2012-10-12 [colin] 3.8.1cvs96
1794 * src/gtk/gtkcmctree.c
1795 * src/gtk/gtksctree.c
1796 Fix bug #2581, "expander arrows are too tiny to hit with the
1797 mouse". Patch mostly by Tom Horsley
1799 2012-10-12 [iwkse] 3.8.1cvs95
1801 * src/common/utils.c
1804 2012-10-12 [mones] 3.8.1cvs94
1806 * src/common/utils.c
1807 Remove undeclared mutex symbol
1809 2012-10-12 [colin] 3.8.1cvs93
1812 * src/prefs_account.c
1813 * src/common/utils.c
1814 * src/common/utils.h
1815 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1816 Thanks to Salvatore de Paolis
1818 2012-10-10 [colin] 3.8.1cvs92
1821 Fix bug #2744, "Quick search throws bad command
1822 argument error on Microsoft Exchange". Fall back
1823 to local search if folder-specific search fails.
1824 * src/gtk/quicksearch.c
1827 2012-10-10 [colin] 3.8.1cvs91
1830 Make what the tags list contain more clear
1832 2012-10-10 [colin] 3.8.1cvs90
1838 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1841 2012-10-10 [colin] 3.8.1cvs89
1844 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1846 2012-10-10 [colin] 3.8.1cvs88
1849 Leak fix (thanks Ricardo!)
1851 2012-10-10 [colin] 3.8.1cvs87
1853 * src/common/utils.c
1854 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1855 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1856 fixes by Michael Rasmussen and myself.
1857 Also revert part of 3.8.1cvs86, g_slist_free_full()
1858 semantics are different from slist_free_strings() in that
1859 slist_free_strings does not free the list itself.
1861 2012-10-09 [mones] 3.8.1cvs86
1863 * doc/man/claws-mail.1
1865 * src/common/utils.c
1866 New extra headers feature for adding user-defined
1867 extra headers to the combobox in the compose window
1868 Headers are stablished in 'extraheaderrc', one per
1869 line with a final colon
1871 2012-10-06 [mones] 3.8.1cvs85
1874 Added src/gtk/menu.c
1878 New function cm_menu_item_new_label_from_url to
1879 avoid crashing on huge URL strings and warn user
1880 about the possible causes
1882 Use it to create List menu items safely
1884 2012-10-04 [colin] 3.8.1cvs84
1887 Fix keywords with spaces
1889 2012-10-04 [colin] 3.8.1cvs83
1892 Fix double-tag search. Maybe fixes bug #2744,
1893 'Quick search throws bad command argument
1894 error since recent change'. Patch by Sean.
1896 2012-10-03 [mones] 3.8.1cvs82
1899 Fix bug #2743 'null pointer crash in procmime strchr'
1900 Patch by Michael Schwendt (from RedHat bug 862578)
1902 2012-09-28 [colin] 3.8.1cvs81
1905 Never search on server if we're offline
1906 (Asking the user would and will be better)
1908 Fix uninitialized variable (bogus) warning
1909 Fix SELECT of the folder before searching
1911 2012-09-27 [colin] 3.8.1cvs80
1915 * src/etpan/imap-thread.c
1916 * src/etpan/imap-thread.h
1917 Implement IMAP server search. Patch by
1918 Sean Buckheister again.
1920 2012-09-26 [colin] 3.8.1cvs79
1925 Prepare the context strings, their translation take
1926 CPU time. Shaves 6 seconds out of 17 on my reference
1928 * src/summary_search.c
1931 2012-09-26 [colin] 3.8.1cvs78
1936 Unlock I/O in procmime, give a way
1937 for matcher to avoid having to
1938 read/write tmp/rewind/read tmp for
1941 2012-09-26 [colin] 3.8.1cvs77
1943 * src/summary_search.c
1944 Fix unresponsive stop button
1945 * src/gtk/quicksearch.c
1948 2012-09-26 [colin] 3.8.1cvs76
1950 * src/summary_search.c
1953 * src/gtk/quicksearch.c
1954 Factorize search code in summary_search and
1955 add a progress indicator as that slows down
1956 the first result in case of body search.
1958 2012-09-26 [colin] 3.8.1cvs75
1961 Fix body search triggering GUI updates
1962 for every message when it gets MSG_SCANNED
1965 2012-09-26 [colin] 3.8.1cvs74
1973 Factorize msg list to num list code;
1974 Make search faster using cache instead
1977 2012-09-25 [mones] 3.8.1cvs73
1979 * src/gtk/quicksearch.c
1980 Fix new expressions not being added to quicksearch
1981 history in extended mode; patch by Sean Buckheister
1983 2012-09-22 [mir] 3.8.1cvs72
1986 Fix for not searching in folders marked 'no_select'
1987 patch provided by Colin.
1989 2012-09-22 [mones] 3.8.1cvs71
1992 Add missing copyright header
1994 2012-09-21 [colin] 3.8.1cvs70
1997 Fix warning where msgcount was used
1998 uninitialized in case the search was
1999 to be performed on a message list subset.
2001 2012-09-21 [colin] 3.8.1cvs69
2003 * src/gtk/quicksearch.c
2004 Fix error background not appearing
2006 2012-09-21 [colin] 3.8.1cvs68
2009 * src/advsearch.c ** ADDED **
2010 * src/advsearch.h ** ADDED **
2018 * src/matchertypes.h ** ADDED **
2023 * src/summary_search.c
2026 * src/gtk/quicksearch.c
2027 * src/gtk/quicksearch.h
2028 Separated GUI and logic for search
2029 Use same logic for quicksearch and folder search
2030 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2032 2012-09-19 [mones] 3.8.1cvs67
2035 Remove spurious parameter from get_url_part and
2036 fix potential buffer overflow
2038 2012-09-19 [colin] 3.8.1cvs66
2042 Un-mix mixed enum comparison which happened
2043 to work because multiple enums define the same
2046 2012-09-19 [colin] 3.8.1cvs65
2054 * src/plugins/bogofilter/bogofilter_gtk.c
2055 * src/plugins/pgpcore/prefs_gpg.c
2056 * src/plugins/smime/smime.c
2057 * src/plugins/spamassassin/spamassassin_gtk.c
2058 More warning fixes, casts, useless variables and
2059 unchecked return values
2061 2012-09-19 [colin] 3.8.1cvs64
2064 Check possible overflow
2065 * src/prefs_account.c
2066 * src/prefs_compose_writing.c
2067 * src/prefs_logging.c
2068 * src/prefs_message.c
2069 * src/prefs_msg_colors.c
2071 * src/prefs_receive.c
2072 * src/prefs_summaries.c
2073 * src/prefs_wrapping.c
2074 fix GtkAdjustment casts
2077 * src/gtk/gtkaspell.c
2080 2012-09-19 [mones] 3.8.1cvs63
2083 Fix leak and follow function specification
2085 2012-09-19 [mones] 3.8.1cvs62
2088 Use unused var c to check result and emit messages on error
2090 Remove unused vars: attr (several functions), element
2092 Use unused var newGroup to check result
2093 * src/addrcustomattr.c
2094 Remove unused var summaryview and related code
2096 Use unused vars nn, newNode, idleID to check result
2097 Remove unused var aoType and refactor logic around it
2098 Comment var enabled and related debug code
2100 Use unused var error to check result and emit debug messages
2102 Remove unused var link_color
2104 Remove unused vars: attr, retVal
2106 2012-09-19 [colin] 3.8.1cvs61
2111 * src/send_message.c
2112 * src/common/socket.c
2113 More precise error logging
2115 2012-09-16 [mones] 3.8.1cvs60
2118 Removed dup calls with ignored result
2120 Removed unused var is_group and simplified logic around it
2124 * src/etpan/etpan-thread-manager.c
2125 Use unused var r to verify result and emit messages on error
2127 Move color variable into conditional usage blocks
2128 Remove assigned but not used vars: lock, titles, count
2130 Remove assigned but not used var actions
2132 Remove assigned but not used vars: from_parent, src_node
2135 Remove malloc-ed but not used var: old_path
2137 Comment unused vars from commented block: tofetch, fetched
2138 * src/prefs_account.c
2139 Remove assigned but not used var: privacy_enabled
2140 * src/prefs_actions.c
2141 * src/prefs_customheader.c
2142 Remove assigned but not used var: store
2143 * src/prefs_filtering.c
2144 Remove assigned but not used var: n_rows
2145 * src/prefs_template.c
2146 Remove assigned but not used vars: model, list_store
2147 * src/prefs_toolbar.c
2148 Remove assigned but not used var: win_titles
2150 Remove assigned but not used vars: orientation, line, baseline,
2152 * src/etpan/imap-thread.c
2153 Remove assigned but not used var: value, r
2154 Refactor to check correct memory allocation
2155 * src/etpan/nntp-thread.c
2156 Remove assigned but not used var: value
2157 * src/gtk/gtkaspell.c
2158 Remove assigned but not used vars: textbuf, exist
2159 Remove unused function: find_gtkaspeller
2160 * src/gtk/gtkcmctree.c
2161 Remove unused function: gtk_cmctree_get_offset
2162 * src/gtk/gtkshruler.c
2163 Remove assigned but not used vars: ruler, priv
2165 2012-09-14 [mones] 3.8.1cvs59
2168 Check file operation results (and remove and
2171 2012-09-14 [colin] 3.8.1cvs58
2173 * src/gtk/inputdialog.c
2174 Remove unused var, thanks Ticho
2176 2012-09-13 [colin] 3.8.1cvs57
2178 * src/stock_pixmap.c
2179 Fix missing \n in debug line
2181 2012-09-13 [colin] 3.8.1cvs56
2184 Don't listen on the Unix socket before we're
2185 ready. The 'popup' order from another instance
2186 may provoke a race and trash configuration files.
2188 2012-09-13 [colin] 3.8.1cvs55
2191 Maybe fix bug #2096, "MEMORY-ERROR w/
2192 Claws-Mail/IMAP and Lotus Domino". Use
2193 correct types for start/end and test if
2194 start is indeed before end.
2196 2012-09-12 [mones] 3.8.1cvs54
2199 Fix bug #1975 'preference mutt key bindings do not take
2200 effect' (and the other invalid paths too)
2202 2012-09-12 [colin] 3.8.1cvs53
2205 Revert that hunk, logic is unclear.
2207 2012-09-12 [colin] 3.8.1cvs52
2223 * src/partial_download.c
2224 * src/prefs_filtering_action.c
2225 * src/prefs_toolbar.c
2232 * src/common/utils.c
2233 * src/etpan/imap-thread.c
2234 * src/gtk/gtkaspell.c
2235 * src/plugins/pgpcore/sgpgme.c
2236 More fixes from bug #1961:
2237 - Write-only variables
2238 - Null pointer dereferences
2239 - A couple other fixes for which the reporter
2240 was unsure, but which showed problems.
2241 More details in bug #1961 comments.
2243 2012-09-12 [colin] 3.8.1cvs51
2248 * src/plugins/pgpcore/passphrase.c
2249 Apply patches from bug #1961, "patches for
2250 a couple of clang warnings":
2251 - Check return codes
2254 2012-09-12 [colin] 3.8.1cvs50
2257 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2258 where the included menu.h could come from Ncurses.
2259 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2261 2012-09-11 [colin] 3.8.1cvs49
2264 Fix race condition at start.
2266 2012-09-10 [colin] 3.8.1cvs48
2269 Create lock socket as soon as possible, not after
2270 a few things like caching all prefs.
2272 2012-09-09 [mones] 3.8.1cvs47
2274 * src/plugins/bogofilter/bogofilter.c
2277 2012-09-08 [colin] 3.8.1cvs46
2298 * src/matcher_parser_parse.y
2306 * src/prefs_account.c
2307 * src/prefs_account.h
2308 * src/prefs_filtering.c
2309 * src/prefs_filtering_action.c
2311 * src/prefs_matcher.c
2312 * src/prefs_template.c
2313 * src/prefs_toolbar.c
2321 * src/remotefolder.c
2331 * src/gtk/description_window.c
2332 * src/plugins/trayicon/trayicon.c
2333 Break circular dependencies in Claws' headers,
2334 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2336 2012-09-08 [colin] 3.8.1cvs45
2339 Fix shortcut getting
2341 2012-09-05 [colin] 3.8.1cvs44
2345 * src/prefs_matcher.c
2346 Drop matcherprop_new_create, which is just a copy of
2347 matcherprop_new, and staticalize what can be
2349 2012-09-05 [colin] 3.8.1cvs43
2351 * src/plugins/pgpcore/select-keys.c
2352 Fix bug #2390, "Non-fully-trusted-key-warning appears
2353 based on primary UID rather than recipient e-mail"
2355 2012-08-29 [colin] 3.8.1cvs42
2357 * src/gtk/gtkaspell.c
2358 Fix bug #2596, "Spell checker does not work properly"
2360 2012-08-29 [colin] 3.8.1cvs41
2362 * src/plugins/pgpcore/sgpgme.c
2363 Set gpgme's locale to UTF-8. Fixes bug #2650,
2364 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2366 2012-08-29 [colin] 3.8.1cvs40
2376 Move the hardcoded mimeview shortcuts to standard menus.
2378 2012-08-27 [colin] 3.8.1cvs39
2381 Fix double mainwindow presentation that confuses GNOME3
2382 when some plugins fail to load (subsequent Claws windows
2383 got no focus in that case)
2385 2012-08-27 [colin] 3.8.1cvs38
2388 Make Mark all read confirmation button more clear
2390 2012-08-27 [colin] 3.8.1cvs37
2394 Separate "Mark all read" from "Mark as read"
2397 2012-08-27 [wwp] 3.8.1cvs36
2401 Remove session statistics debug statements (irrelevant in repo,
2404 2012-08-24 [mones] 3.8.1cvs35
2406 * manual/advanced.xml
2407 Keep alphabetic order of hidden options lost
2408 and update Clawsker URL.
2409 * manual/de/advanced.xml
2410 * manual/fr/advanced.xml
2411 Update Clawsker URL.
2412 * manual/es/advanced.xml
2413 Sync with English version and update Clawsker URL.
2414 * manual/de/dist/html/Makefile.am
2415 * manual/es/dist/html/Makefile.am
2416 * manual/fr/dist/html/Makefile.am
2417 * manual/pl/dist/html/Makefile.am
2418 * manual/dist/html/Makefile.am
2419 Fix bug 2723 'Missing encoding in generated html manual'
2421 2012-08-23 [colin] 3.8.1cvs34
2424 Fix --offline asking if one wants to sync,
2425 due to re-entering. Thanks <ebik@ucw.cz>.
2427 2012-08-16 [colin] 3.8.1cvs33
2430 Always clear the tags list when fetching a folder, or
2431 Claws will never untag an untagged email. Patch by
2432 Igor Mammedov <imammedo@redhat.com>
2434 2012-08-12 [colin] 3.8.1cvs32
2437 Exclude text/plain from the attachment thing
2439 2012-08-12 [colin] 3.8.1cvs31
2442 Fix comparison, thanks to Michael Gmelin
2444 2012-08-12 [colin] 3.8.1cvs30
2447 Only show HTML parts by default (if the pref
2448 is set so) if the part disposition-type is
2449 inline or unknown, but not attachment.
2451 Remove useless hook that won't ever be used
2454 2012-08-12 [colin] 3.8.1cvs29
2457 Make sure text/* attachments are not made
2458 inline, regardless of the compose mode.
2459 Finishes fixing bug #2203 after auto-save
2460 switches mode to COMPOSE_REEDIT. Thanks to
2461 Michael Gmelin for finding this.
2463 2012-08-09 [colin] 3.8.1cvs28
2465 * src/prefs_filtering.c
2466 Make treeView type-ahead case insensitive
2467 Patch by Andreas Ronnquist
2469 2012-08-09 [colin] 3.8.1cvs27
2471 * src/gtk/sslcertwindow.c
2474 2012-08-09 [colin] 3.8.1cvs26
2477 * src/common/ssl_certificate.c
2478 * src/common/ssl_certificate.h
2479 * src/gtk/sslcertwindow.c
2480 Fix bug 2718, "Failure to check peer hostname
2481 when checking certificate"
2483 2012-08-05 [ticho] 3.8.1cvs25
2486 Avoid header combo box to get focus twice (first text within,
2487 then combobox widget itself) when switching focus with TAB.
2489 2012-07-28 [ticho] 3.8.1cvs24
2492 Properly fix setting "transient for" for attachment properties
2493 dialog when called via popup menu (since we're stealing focus
2494 few lines before, we need to do it directly, not via
2497 2012-07-28 [ticho] 3.8.1cvs23
2499 * src/gtk/pluginwindow.c
2500 * src/gtk/prefswindow.c
2501 Fixed setting "transient for" property for plugin load/unload
2502 file dialog. Connected manage_window signals to prefswindow events.
2504 2012-07-27 [ticho] 3.8.1cvs22
2508 Fixed setting "transient for" property for summaryview file
2509 dialog and messageview's image save dialog.
2511 2012-07-27 [ticho] 3.8.1cvs21
2515 Fix setting "transient for" property for file select dialogs
2516 in crash report and mimeview.
2518 2012-07-27 [ticho] 3.8.1cvs20
2521 Fixed "transient for" property for file attach dialog when
2522 called from Attachments list popup menu. Simplified menu item
2523 sensitivities setting code logic for this menu.
2525 2012-07-25 [ticho] 3.8.1cvs19
2527 * manual/advanced.xml
2528 Add the three hidden preferences related to colored display
2529 of unified diffs to manual.
2531 2012-07-25 [ticho] 3.8.1cvs18
2533 * src/gtk/gtkaspell.c
2534 Create "Change directory" submenu in a separate function, change
2535 wording a bit, and make the submenu always available in a context
2536 menu of body edit box in compose window.
2538 2012-07-25 [ticho] 3.8.1cvs17
2540 * src/gtk/prefswindow.c
2541 Correctly set transient_for property for preferences window,
2542 as well as for color picker dialogs. Fixes bug #2710.
2544 2012-07-25 [ticho] 3.8.1cvs16
2546 * src/gtk/quicksearch.c
2547 Allow quicksearch syntax description window to be correctly
2548 set transient for main window.
2550 2012-07-15 [wwp] 3.8.1cvs15
2553 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2555 2012-07-10 [paul] 3.8.1cvs14
2558 forgot this in last commit
2560 2012-07-10 [paul] 3.8.1cvs13
2564 * src/common/quoted-printable.c
2565 * src/common/quoted-printable.h
2566 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
2567 the bug: partial message text loss
2569 2012-07-10 [mones] 3.8.1cvs12
2571 * src/plugins/pgpcore/sgpgme.c
2572 Fix bug 2689, 'segfault when trying to view info
2573 about pgp/smime sign'
2575 2012-07-08 [ticho] 3.8.1cvs11
2577 * src/plugins/pgpcore/sgpgme.c
2578 Consider marginal signature validity as untrusted. Suggested by
2579 Jean-Benoist Leger (leger at crans.org).
2581 2012-07-08 [paul] 3.8.1cvs10
2583 * src/gtk/icon_legend.c
2584 fix (reveal) hidden icon in gui and build warning
2586 2012-07-07 [paul] 3.8.1cvs9
2588 * src/plugins/pgpcore/prefs_gpg.c
2591 2012-07-07 [colin] 3.8.1cvs8
2593 * claws-features.h.in
2601 * src/partial_download.h
2603 * src/prefs_account.h
2604 * src/prefs_common.h
2608 * src/stock_pixmap.c
2612 * src/common/session.h
2614 * src/common/socket.h
2616 * src/common/ssl_certificate.h
2617 * src/common/timing.h
2618 * src/common/utils.h
2619 * src/gtk/gtkaspell.h
2620 * src/gtk/gtkutils.h
2621 * src/gtk/pluginwindow.h
2622 * src/gtk/spell_entry.h
2623 * src/gtk/sslcertwindow.h
2624 Don't export config.h in public headers
2626 2012-07-07 [colin] 3.8.1cvs7
2628 * claws-features.h.in
2634 * src/addrcustomattr.c
2635 * src/addrduplicates.c
2638 * src/addressbook_foldersel.c
2648 * src/customheader.c
2649 * src/displayheader.c
2651 * src/editaddress_other_attributes_ldap.c
2656 * src/editldap_basedn.c
2665 * src/folder_item_prefs.c
2666 * src/grouplistdialog.c
2668 * src/image_viewer.c
2690 * src/message_search.c
2701 * src/partial_download.c
2702 * src/partial_download.h
2705 * src/prefs_account.c
2706 * src/prefs_account.h
2707 * src/prefs_actions.c
2708 * src/prefs_common.c
2709 * src/prefs_common.h
2710 * src/prefs_compose_writing.c
2711 * src/prefs_customheader.c
2712 * src/prefs_display_header.c
2713 * src/prefs_ext_prog.c
2714 * src/prefs_filtering.c
2715 * src/prefs_filtering_action.c
2716 * src/prefs_folder_column.c
2717 * src/prefs_folder_item.c
2720 * src/prefs_image_viewer.c
2721 * src/prefs_logging.c
2722 * src/prefs_matcher.c
2723 * src/prefs_message.c
2724 * src/prefs_msg_colors.c
2727 * src/prefs_receive.c
2729 * src/prefs_spelling.c
2730 * src/prefs_summaries.c
2731 * src/prefs_summary_column.c
2732 * src/prefs_summary_open.c
2733 * src/prefs_toolbar.c
2734 * src/prefs_wrapping.c
2743 * src/send_message.c
2747 * src/summary_search.c
2755 * src/common/claws.c
2757 * src/common/hooks.c
2760 * src/common/plugin.c
2761 * src/common/prefs.c
2762 * src/common/session.c
2763 * src/common/session.h
2766 * src/common/socket.c
2767 * src/common/socket.h
2770 * src/common/ssl_certificate.c
2771 * src/common/ssl_certificate.h
2772 * src/common/string_match.c
2774 * src/common/timing.h
2775 * src/common/utils.c
2776 * src/common/utils.h
2777 * src/etpan/etpan-thread-manager.c
2778 * src/etpan/imap-thread.c
2779 * src/etpan/nntp-thread.c
2781 * src/gtk/combobox.c
2782 * src/gtk/description_window.c
2784 * src/gtk/gtkaspell.c
2785 * src/gtk/gtkaspell.h
2786 * src/gtk/gtkshruler.c
2788 * src/gtk/gtkutils.c
2789 * src/gtk/gtkutils.h
2790 * src/gtk/gtkvscrollbutton.c
2791 * src/gtk/icon_legend.c
2792 * src/gtk/inputdialog.c
2793 * src/gtk/logwindow.c
2795 * src/gtk/pluginwindow.c
2796 * src/gtk/pluginwindow.h
2797 * src/gtk/prefswindow.c
2798 * src/gtk/progressdialog.c
2799 * src/gtk/quicksearch.c
2800 * src/gtk/spell_entry.c
2801 * src/gtk/spell_entry.h
2802 * src/gtk/sslcertwindow.c
2803 * src/gtk/sslcertwindow.h
2804 * src/plugins/bogofilter/bogofilter.c
2805 * src/plugins/bogofilter/bogofilter_gtk.c
2806 * src/plugins/dillo_viewer/dillo_prefs.c
2807 * src/plugins/dillo_viewer/dillo_viewer.c
2808 * src/plugins/pgpcore/pgp_viewer.c
2809 * src/plugins/pgpcore/plugin.c
2810 * src/plugins/pgpcore/sgpgme.c
2811 * src/plugins/pgpinline/pgpinline.c
2812 * src/plugins/pgpinline/plugin.c
2813 * src/plugins/pgpmime/pgpmime.c
2814 * src/plugins/pgpmime/plugin.c
2815 * src/plugins/smime/plugin.c
2816 * src/plugins/smime/smime.c
2817 * src/plugins/spamassassin/libspamc.c
2818 * src/plugins/spamassassin/spamassassin.c
2819 * src/plugins/spamassassin/spamassassin_gtk.c
2820 * src/plugins/trayicon/trayicon.c
2821 * src/plugins/trayicon/trayicon_prefs.c
2822 Specify Claws compile-time features in a specific header
2824 2012-07-06 [wwp] 3.8.1cvs6
2828 Session statistics: format date following global prefs,
2829 and fix stats output a little bit.
2831 2012-07-03 [mir] 3.8.1cvs5
2834 fix bug 2642, 'improve transfer encoding selection'.
2835 Patch provided by Christopher Zimmermann
2836 (madroach claws at gmerlin dot de)
2838 2012-07-03 [mir] 3.8.1cvs4
2842 fix bug 2641, '7bit or 8bit encoded attachments can
2843 have lines longer than 998 characters'.
2844 Patch provided by Christopher Zimmermann
2845 (madroach claws at gmerlin dot de)
2848 2012-07-03 [mir] 3.8.1cvs3
2852 fix bug 2641, '7bit or 8bit encoded attachments can
2853 have lines longer than 998 characters'.
2854 Patch provided by Christopher Zimmermann
2855 (madroach claws at gmerlin dot de)
2857 2012-07-03 [mir] 3.8.1cvs2
2861 * src/common/quoted-printable.c
2862 * src/common/quoted-printable.h
2863 fix bug 2640, 'improve quoted-printable encoding'
2864 Patch provided by madroach claws at gmerlin dot de
2866 2012-06-30 [paul] 3.8.1cvs1
2869 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2871 2012-06-27 [paul] 3.8.1
2877 2012-06-27 [paul] 3.8.0cvs58
2880 fix minimum required GTK+, which got mistakenly bumped
2883 2012-06-27 [paul] 3.8.0cvs57
2898 updated translations
2900 * tools/claws.i18n.status.pl
2901 updated based on currently active
2903 2012-06-25 [mir] 3.8.0cvs56
2906 If a folder class returns <> 0 then the message has not
2907 been removed from the file system and therefore it should
2908 not be removed from the cache either.
2910 2012-06-20 [ticho] 3.8.0cvs55
2913 Fix for bug #1090 - Standard-folders appear again
2914 after rescanning tree
2916 2012-06-20 [paul] 3.8.0cvs54
2918 * src/prefs_common.c
2919 * src/prefs_common.h
2922 colourise attached patches.
2925 2012-06-02 [wwp] 3.8.0cvs53
2927 * src/gtk/progressdialog.c
2928 Add a hide button to the retrieve/send progress dialogs. WM's close button
2929 now hides (as well as pressing Esc) instead of doing nothing.
2931 2012-06-02 [wwp] 3.8.0cvs52
2933 * doc/man/claws-mail.1
2939 Introduce a new feature: basic session statistics (from the about dialog
2940 or the command-line).
2942 2012-06-02 [wwp] 3.8.0cvs51
2945 Fix bug 2620: shift+tab from subject field not working.
2947 2012-06-02 [wwp] 3.8.0cvs50
2952 Normalize capitalization of strings in UI.
2954 2012-05-30 [paul] 3.8.0cvs49
2957 don't do TLS if not requested by user. fixes connecting to
2958 servers which, for example, want SSL 3 only
2960 2012-05-27 [paul] 3.8.0cvs48
2963 update copyright headers to 2012
2965 2012-05-27 [paul] 3.8.0cvs47
2968 * src/prefs_actions.c
2970 fix some typos in strings, thanks to Thomas Bellmann
2972 2012-05-16 [paul] 3.8.0cvs46
2974 * src/prefs_filtering_action.c
2975 fix disabled 'select...' button that never goes away
2976 when using the new addr book
2979 2012-05-16 [colin] 3.8.0cvs45
2981 * src/common/utils.c
2984 2012-05-16 [colin] 3.8.0cvs44
2986 * src/common/utils.c
2987 Make remove_numbered_files much faster when there's
2988 just one file to remove.
2990 2012-05-16 [paul] 3.8.0cvs43
2993 fix bug 2662, '"ag" quicksearch adds "1" to value'
2995 2012-05-16 [paul] 3.8.0cvs42
2997 * src/gtk/description_window.c
2998 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
3000 2012-05-16 [paul] 3.8.0cvs41
3002 * src/common/ssl_certificate.c
3003 fix bug 2646, 'Compile fails with gnutls-3.0.18'
3004 Patch by Christian Hesse
3006 2012-05-11 [colin] 3.8.0cvs40
3009 * src/common/utils.c
3010 Fix bug 2659, 'E-mail attachments are handled
3012 Fix problems iterating the mime tree, and determine
3013 whether a file is an email without To:
3015 2012-04-03 [colin] 3.8.0cvs39
3018 Fix build (damn whitespace-sensitive file format)
3020 2012-04-02 [colin] 3.8.0cvs38
3023 Fix incomplete make dist
3025 2012-04-02 [colin] 3.8.0cvs37
3028 Fix mistakenly removed function call
3030 2012-04-01 [colin] 3.8.0cvs36
3038 * src/addressbook-dbus.c
3039 * src/addressbook-dbus.h
3044 * src/claws-contacts.xml
3052 * src/prefs_common.c
3053 * src/prefs_filtering_action.c
3054 * src/prefs_matcher.c
3058 * src/plugins/bogofilter/bogofilter_gtk.c
3059 * src/plugins/dillo_viewer/dillo_prefs.c
3060 * src/plugins/spamassassin/spamassassin_gtk.c
3061 * src/plugins/trayicon/trayicon.c
3062 Import new addressbook code from the new-contacts branch
3064 2012-03-29 [paul] 3.8.0cvs35
3068 * src/gtk/quicksearch.c
3069 add 'ha', short version of 'has_attachment' in quick search
3070 Patch by Andreas Rönnquist
3072 2012-03-26 [mones] 3.8.0cvs34
3074 * src/common/plugin.c
3075 Support 2 and 3-clause BSD licensed plugins
3077 2012-03-15 [pawel] 3.8.0cvs33
3081 - Make separate window info more accurate about
3082 move to trash/deletion.
3085 2012-03-14 [pawel] 3.8.0cvs32
3094 Better fix for bug #2501
3095 Instead of leaving blank window after message move or delete,
3096 update separate view to next message in message list or
3097 display info why view is blank. This was discussed
3098 in bug #2621 comments.
3100 2012-03-11 [colin] 3.8.0cvs31
3102 * src/gtk/gtkcmctree.c
3105 Fix focus rectangle on unfocused rows
3106 Patch by Michael Shell
3108 2012-02-29 [colin] 3.8.0cvs30
3110 * src/gtk/gtkcmctree.c
3111 Fix bug #2577, "Focus rectangle on folder list and message
3112 list headings doesn't get properly cleared when switching
3113 heading and horizontally scrolling list (underlines and
3114 vertical lines remain on screen)". Patch by Michael Shell
3116 2012-02-13 [pawel] 3.8.0cvs29
3119 Fix crasher when double clicking on IMAP message and
3120 MessageView is not shown introduced in cvs21
3123 2012-02-10 [pawel] 3.8.0cvs28
3126 Fix bug #2598 'Actions can move locked messages'
3128 2012-02-08 [pawel] 3.8.0cvs27
3130 * src/prefs_actions.c
3131 * src/prefs_actions.h
3132 * src/prefs_toolbar.c
3133 * src/prefs_toolbar.h
3136 - Implement automatic removal of toolbar action buttons when
3137 associated action is removed
3138 - Don't allow creation of two actions with the same name,
3139 before all executions/removals were performed on first action
3140 with duplicated name in linked list which wasn't always
3143 2012-02-05 [colin] 3.8.0cvs26
3149 * src/prefs_common.c
3150 * src/prefs_common.h
3155 Add an history to navigate in mails
3157 2012-02-05 [colin] 3.8.0cvs25
3160 Fix inverted comparison in list_find_custom.
3162 2012-02-03 [wwp] 3.8.0cvs24
3164 * src/gtk/progressdialog.c
3165 Make translators life easier: use View log instead of Show log
3168 2012-02-02 [pawel] 3.8.0cvs23
3171 Fix bug #2590 'Un-capitalize strings'
3172 Patch by Christian Hesse
3174 2012-02-02 [pawel] 3.8.0cvs22
3178 'Change expand behavior for message list / message view'
3179 Patch by Christian Hesse
3181 2012-02-02 [pawel] 3.8.0cvs21
3187 Fix bug #2501 'opened message blanks when moved to other folder'
3188 Detect message move and update message window contents
3189 accordingly, if message is moved to trash close window
3191 2012-02-01 [pawel] 3.8.0cvs20
3198 * src/gtk/sslcertwindow.c
3199 More strncat boundary checks
3201 2012-01-31 [wwp] 3.8.0cvs19
3203 * src/gtk/gtkutils.c
3204 Fix warnings in gtkutils: wrong function name, missing newline, typo and
3207 2012-01-31 [wwp] 3.8.0cvs18
3209 * src/gtk/progressdialog.c
3210 * src/gtk/progressdialog.h
3212 * src/send_message.c
3213 Add a button to the retrieve/send dialogs to
3214 open the network log.
3216 2012-01-25 [wwp] 3.8.0cvs17
3219 Remove debug statement.
3221 2012-01-20 [pawel] 3.8.0cvs16
3225 Fix bug #2574 'Statement might be overflowing a
3228 2012-01-20 [pawel] 3.8.0cvs15
3231 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3233 2012-01-14 [colin] 3.8.0cvs14
3236 Update tracker trigger url
3238 2012-01-10 [wwp] 3.8.0cvs13
3243 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3244 account) and of mainwindows's relevant entry when current account
3245 is not able to retrieve (SMTP-only).
3247 2012-01-09 [colin] 3.8.0cvs12
3250 Fix bug 1924, 'Messages marked move to Trash appear
3251 identical to messages marked move to $FOLDER'
3253 2012-01-05 [colin] 3.8.0cvs11
3256 Fix crasher infinite loop
3258 2012-01-03 [colin] 3.8.0cvs10
3260 * src/gtk/gtkcmctree.c
3261 Revert previous patch, it's buggy on headers
3263 2012-01-03 [colin] 3.8.0cvs9
3265 * src/gtk/gtkcmctree.c
3266 Fix bug #2566, 'wrapped Subject not bounded'
3268 2011-12-29 [pawel] 3.8.0cvs8
3274 Make forwarding selected attachment possible from
3275 mimeview's context menu
3276 Fixex bug #2047 'forward attachments'
3278 2011-12-28 [paul] 3.8.0cvs7
3280 * src/prefs_account.c
3281 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3283 2011-12-28 [colin] 3.8.0cvs6
3288 2011-12-28 [colin] 3.8.0cvs5
3291 Fix GTK+2.16 build (w32)
3293 2011-12-18 [mir] 3.8.0cvs4
3296 Fix bug in search criteria when doing a
3297 complete directory search using '*'
3299 2011-12-16 [mir] 3.8.0cvs3
3302 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3304 2011-12-16 [wwp] 3.8.0cvs2
3307 * src/stock_pixmap.c
3308 * src/stock_pixmap.h
3310 * src/gtk/icon_legend.c
3311 * src/pixmaps/replied_and_forwarded.xpm
3312 Make replied and forwarded status flags non exclusive.
3313 Introduce a new message state (and relevant icon in message list)
3314 where both the replied and forwarded flags are set.
3316 2011-12-16 [paul] 3.8.0cvs1
3318 * tools/claws.i18n.status.pl
3321 2011-12-16 [paul] 3.8.0
3327 2011-12-16 [paul] 3.7.10cvs113
3334 * po/id.po **REMOVED**
3335 * po/id_ID.po **ADDED**
3342 2011-12-09 [pawel] 3.7.10cvs112
3345 * src/gtk/quicksearch.c
3346 * src/gtk/quicksearch.h
3347 Invalidate quicksearch root folder when removed
3348 Fixes bug #2560 'crash when unsubscribing newsgroup and
3349 having active search field'
3351 2011-12-08 [pawel] 3.7.10cvs111
3354 Better fix for cvs94
3356 2011-12-08 [wwp] 3.7.10cvs110
3359 Make "From" widget set independant from recipient lists below,
3360 so that it doesn't scroll when several recipients headers
3361 are added and eventually are scrolling the view.
3362 Path by Christian Hesse <mail@earthworm.de>.
3363 Fixes bug #2481 'do not scroll "from" dropdown list and sender
3366 2011-12-02 [paul] 3.7.10cvs109
3370 consistent label style
3372 2011-11-29 [wwp] 3.7.10cvs108
3374 * src/plugins/trayicon/libeggtrayicon/.cvsignore
3375 More generated stuff to ignore.
3377 2011-11-29 [wwp] 3.7.10cvs107
3379 * src/prefs_folder_item.c
3380 Fix CLAWS_TIP_DECL (undefined).
3382 2011-11-28 [pawel] 3.7.10cvs106
3387 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3388 after removing the address book in the GUI'
3390 2011-11-26 [pawel] 3.7.10cvs105
3393 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3395 2011-11-25 [colin] 3.7.10cvs104
3401 2011-11-24 [pawel] 3.7.10cvs103
3403 * src/prefs_filtering.c
3404 Complete cvs102, forgot to commit this
3406 2011-11-24 [pawel] 3.7.10cvs102
3413 * src/prefs_actions.c
3414 * src/prefs_actions.h
3415 Implement actions updating on folder/account rename
3416 This fixes bug #2543 'filter actions in actionsrc not
3417 updated upon account renaming'
3419 2011-11-24 [wwp] 3.7.10cvs101
3421 * src/gtk/gtkcmctree.c
3422 Remove irrelevant cairo directive (thanks to Hanno).
3424 2011-11-23 [wwp] 3.7.10cvs100
3426 * src/gtk/gtkcmctree.c
3427 Make arrows in gtkcmctree's less big (get rid of the outlining),
3428 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3431 2011-11-22 [colin] 3.7.10cvs99
3434 * src/prefs_filtering.c
3435 * src/prefs_filtering.h
3436 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3437 The existing functions should do the job as well
3438 if not better, as they take into account the
3441 2011-11-21 [pawel] 3.7.10cvs98
3443 * src/prefs_account.c
3444 Fix bug #2116 'Rip spaces off server names in account
3446 g_strstrip() domain names to be sure they are valid
3448 2011-11-21 [pawel] 3.7.10cvs97
3451 * src/prefs_filtering.c
3452 * src/prefs_filtering.h
3453 Fix bug #2404 'matcherrc updates upon account renaming'
3454 Fix bug #2406 'some part of accountrc not updated upon
3456 Renaming account cause changing of it's root folder prefix
3457 from #<type>/<old_name> to #<type>/<new_name> so every
3458 path directing to it must be altered. Fix paths in account
3459 preferences, global processing and filtering rules, folder
3460 processing rules upon rename
3462 2011-11-20 [pawel] 3.7.10cvs96
3466 * src/prefs_actions.c
3467 Fix bug #1489 'Filter action mark_as_read inoperative
3468 following move action'
3469 Sort actions lists to have proper order of execution
3471 2011-11-20 [pawel] 3.7.10cvs95
3473 * src/prefs_actions.c
3474 * src/prefs_filtering.c
3475 * src/prefs_template.c
3476 Fix bug #1870 'arrow scrolling in filters'
3477 Allow arrow scrolling in dialogs with list view widgets
3478 plus couple fixes of issues I found along the way
3480 2011-11-19 [pawel] 3.7.10cvs94
3483 Don't highlight icons on right-click, they are not
3484 selected and other part is shown which is confusing
3486 2011-11-19 [mones] 3.7.10cvs93
3488 * manual/advanced.xml
3491 2011-11-19 [mones] 3.7.10cvs92
3493 * manual/advanced.xml
3494 * manual/es/advanced.xml
3495 Document undocumented hidden option 'zero_replacement_char'
3496 Synchronize Spanish manual with English version
3498 2011-11-19 [pawel] 3.7.10cvs91
3502 * src/prefs_common.c
3503 * src/prefs_common.h
3507 Fix bug #2377 'Show All Headers - make change persistent
3510 2011-11-19 [pawel] 3.7.10cvs90
3514 * src/folder_item_prefs.c
3521 Fix bug #1563 'Folder view: show complete threads if they
3522 contain unread messages'
3523 Add option to show only threads with unread messages
3524 initial patch by Paul Ollis, my small additions:
3525 - when checking thread for unread finish on first unread
3526 - make thread options unavailable when threading is off
3527 - hide_unread_msgs and hide_unread_threads are mutually
3528 exclusive options, set menus sensitivity accordingly
3529 - set folder item icon type similiar to hide_unread_msgs
3531 2011-11-19 [colin] 3.7.10cvs89
3536 2011-11-18 [pawel] 3.7.10cvs88
3542 * src/prefs_common.c
3543 * src/prefs_common.h
3544 Fix bug #2408 'Some UI elements are not persistent
3546 Remember size of main window, compose notebook, mimeview
3547 tree widgets between claws-mail runs. Compose window
3548 size saving was already done in cvs74
3550 2011-11-18 [mones] 3.7.10cvs87
3555 Fixes bug #2509, "manually added headers are lost unless
3556 mail is sent inmediately"
3558 2011-11-17 [pawel] 3.7.10cvs86
3561 Fix crasher reported in bug #2543
3563 2011-11-13 [colin] 3.7.10cvs85
3566 Make compose windows printable
3568 2011-11-11 [colin] 3.7.10cvs84
3571 Fix build on Fedora 16. -lm was probably pulled by something
3574 2011-11-11 [pawel] 3.7.10cvs83
3580 Port MimeView to GtkTreeView
3582 2011-11-11 [colin] 3.7.10cvs82
3584 * src/prefs_common.c
3585 Use %x (The preferred date representation for the current locale
3588 2011-11-10 [paul] 3.7.10cvs81
3590 * src/prefs_common.c
3591 use european date format as default
3593 2011-11-08 [pawel] 3.7.10cvs80
3596 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3597 Fix race condition - don't try to hide messageview while
3598 being in the middle of message displaying routine.
3600 2011-11-08 [colin] 3.7.10cvs79
3603 Make sure we break line when we need to. Very probably
3604 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
3607 2011-11-07 [pawel] 3.7.10cvs78
3610 Fix bug #2493 'Subscription pull down should be alphabetized'
3612 2011-11-07 [pawel] 3.7.10cvs77
3617 Make Home & End keys work in textview
3619 2011-11-06 [colin] 3.7.10cvs76
3622 Oops, some unwanted undo got commited.
3624 2011-11-06 [colin] 3.7.10cvs75
3627 Don't iconify/deiconify. Instead, just show nothing
3630 2011-11-06 [pawel] 3.7.10cvs74
3633 Fix compose window&n