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 size saving / restoring
3635 2011-11-06 [pawel] 3.7.10cvs73
3639 Optimize message displaying, in some conditions parts were
3640 displayed twice causing flickering. For example first html
3641 source and then rendering output from html plugin of the
3644 2011-11-05 [wwp] 3.7.10cvs72
3646 * src/gtk/gtkaspell.c
3647 Fix compilation where 'null' is undefined (use NULL instead).
3649 2011-11-05 [colin] 3.7.10cvs71
3651 * src/gtk/gtkaspell.c
3652 No need to show a backtrace if gtkaspell is null
3654 2011-11-05 [pawel] 3.7.10cvs70
3656 * src/gtk/gtkaspell.c
3657 Fix crasher when spellchecking is not enabled
3659 2011-11-02 [mones] 3.7.10cvs69
3661 * doc/man/claws-mail.1
3662 fixed hyphens (patch from Debian packaging)
3663 fixed header to follow man style closely
3664 documented new option --compose-from-file
3665 removed INSTALLATION section, doesn't belong to manpage
3666 added ENVIRONMENT, COPYRIGHT and BUGS sections
3667 expanded FILES section to include certs and autofaces dirs
3668 expanded SEE ALSO section to include manual and plugins
3670 2011-11-01 [colin] 3.7.10cvs68
3672 * src/common/utils.c
3673 Fix wrong debug stuff commited.
3675 2011-11-01 [colin] 3.7.10cvs67
3679 * src/common/utils.c
3680 * src/gtk/gtkaspell.c
3681 * src/gtk/gtkaspell.h
3682 Fix huge slowness induced by spellcheck "while typing"
3683 during initial quote rewraps.
3685 2011-10-31 [pawel] 3.7.10cvs66
3691 Fix bug #2526 'When reading message in separate window,
3692 n and p keys do not work'
3693 - fix key event handling in messageview
3694 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3695 and prev-part actions)
3696 - instead add 'z' key for prev-part, we have 'a' key
3697 for next-part already
3699 2011-10-31 [colin] 3.7.10cvs65
3702 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3704 2011-10-31 [pawel] 3.7.10cvs64
3707 * src/gtk/gtkutils.c
3708 Fix bug #2303 'Next unread message enables message view'
3709 Don't show previously hidden message view in main window
3710 when user reads messages in external window
3712 2011-10-31 [paul] 3.7.10cvs63
3714 * src/prefs_template.c
3715 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3716 fit at 540 here, for those where they don't the dialogue can be made
3719 2011-10-31 [paul] 3.7.10cvs62
3722 revert 3.7.10cvs61, these entries _should_ be editable
3724 2011-10-30 [pawel] 3.7.10cvs61
3727 Those entries should not be editable
3729 2011-10-30 [pawel] 3.7.10cvs60
3731 * src/prefs_template.c
3732 - Dialog needs more height to fit all widgets
3733 - Clear template contents on delete
3735 2011-10-30 [pawel] 3.7.10cvs59
3737 * src/prefs_folder_item.c
3738 Update summaryview after changing folder prefs when needed
3740 2011-10-30 [pawel] 3.7.10cvs58
3743 Remove key-press-event blocking, it only
3744 emits GLib-GObject warnings
3746 2011-10-29 [colin] 3.7.10cvs57
3749 Fix focus of completion window with gnome shell
3750 Fixes bug #2525, "Address completion window does not get
3753 2011-10-29 [colin] 3.7.10cvs56
3756 Fix flicker on recursive quicksearch
3758 2011-10-28 [colin] 3.7.10cvs55
3762 Fix a bit the focus problem on Gnome shell
3764 2011-10-26 [mones] 3.7.10cvs54
3767 Add missing accelerator
3769 2011-10-25 [colin] 3.7.10cvs53
3771 * src/gtk/gtkcmclist.c
3772 * src/gtk/gtkcmctree.c
3773 Fix colors, fix warnings
3775 2011-10-25 [colin] 3.7.10cvs52
3777 * src/gtk/gtkcmclist.c
3778 * src/gtk/gtkcmctree.c
3781 2011-10-25 [colin] 3.7.10cvs51
3783 * src/stock_pixmap.c
3784 Fix build with gtk + 2.20
3786 2011-10-25 [colin] 3.7.10cvs50
3792 Fix locking when sending a single message
3794 2011-10-25 [colin] 3.7.10cvs49
3796 * src/gtk/colorlabel.c
3798 * src/gtk/gtkcmclist.c
3799 Make row height closer to what it was
3801 2011-10-25 [colin] 3.7.10cvs48
3803 * src/stock_pixmap.c
3804 Always use cairo to draw
3806 2011-10-25 [colin] 3.7.10cvs47
3809 Fix bug #2529, 'crash in mimeview_start_drag after
3810 deleting message'. Patch by Ricardo
3812 2011-10-23 [colin] 3.7.10cvs46
3814 * src/gtk/gtkcmclist.c
3815 * src/gtk/gtkcmclist.h
3816 * src/gtk/gtkcmctree.c
3817 Draw CMClist with cairo too.
3819 2011-10-23 [colin] 3.7.10cvs45
3821 * src/gtk/gtkcmclist.h
3822 Fix build (this was not meant to be commited)
3824 2011-10-23 [colin] 3.7.10cvs44
3828 * src/addressbook_foldersel.c
3832 * src/grouplistdialog.c
3833 * src/prefs_common.c
3834 * src/prefs_common.h
3836 * src/gtk/gtkcmclist.c
3837 * src/gtk/gtkcmclist.h
3838 * src/gtk/gtkcmctree.c
3839 * src/gtk/gtkcmctree.h
3840 * src/gtk/gtksctree.c
3841 Refactor some tree stuff (lots of code duplication there)
3842 and switch to cairo for tree rendering.
3844 2011-10-23 [holger] 3.7.10cvs43
3847 Don't issue a warning for designed behaviour of the stop rule.
3848 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3850 2011-10-22 [colin] 3.7.10cvs42
3853 * src/gtk/gtkshruler.c
3854 * src/gtk/gtkutils.h
3857 2011-10-22 [colin] 3.7.10cvs41
3866 * src/grouplistdialog.c
3873 * src/prefs_account.c
3874 * src/prefs_actions.c
3875 * src/prefs_ext_prog.c
3876 * src/prefs_filtering.c
3877 * src/prefs_folder_item.c
3878 * src/prefs_image_viewer.c
3879 * src/prefs_logging.c
3880 * src/prefs_msg_colors.c
3883 * src/prefs_spelling.c
3884 * src/prefs_summaries.c
3885 * src/prefs_template.c
3888 * src/send_message.c
3890 * src/summary_search.c
3893 * src/gtk/gtkcmclist.c
3894 * src/gtk/gtkcmctree.c
3895 * src/gtk/gtkcmoptionmenu.c
3896 * src/gtk/gtksctree.c
3897 * src/gtk/gtkutils.c
3898 * src/gtk/gtkutils.h
3899 * src/gtk/gtkvscrollbutton.c
3900 * src/gtk/inputdialog.c
3901 * src/gtk/pluginwindow.c
3902 * src/gtk/quicksearch.c
3903 * src/gtk/spell_entry.c
3904 * src/plugins/bogofilter/bogofilter_gtk.c
3905 * src/plugins/dillo_viewer/dillo_prefs.c
3906 * src/plugins/pgpcore/prefs_gpg.c
3907 * src/plugins/spamassassin/spamassassin_gtk.c
3908 * src/plugins/trayicon/trayicon.c
3909 * src/plugins/trayicon/trayicon_prefs.c
3910 Remove all possible #if GTK_CHECK_VERSION() checks,
3911 and make Claws build with GTK+2.16 (untested right
3912 now), as the Gpg4Win project uses GTK+2.16 currently.
3914 2011-10-22 [colin] 3.7.10cvs40
3916 * src/gtk/gtkutils.h
3918 Fix (hopefully) build with GTK+ 2.18.
3920 2011-10-20 [paul] 3.7.10cvs39
3925 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3926 Patch by Bodo Graumann <mail@bodograumann.de>
3928 2011-10-20 [mones] 3.7.10cvs38
3932 Fix references to old dotsrc mailing lists
3934 2011-10-19 [mones] 3.7.10cvs37
3936 * src/prefs_msg_colors.c
3937 Fix Ok/Cancel buttons in color selector of preferences
3939 2011-10-17 [colin] 3.7.10cvs36
3941 * src/gtk/gtkshruler.c
3942 (Probably) fix GTK+ <= 2.22
3944 2011-10-17 [colin] 3.7.10cvs35
3946 * src/gtk/gtkshruler.c
3949 2011-10-17 [mones] 3.7.10cvs34
3958 Fix potential out-of-buffer writes
3960 2011-10-17 [mones] 3.7.10cvs33
3963 Use just one g_print call per option; correct indentation
3965 2011-10-17 [colin] 3.7.10cvs32
3969 * src/gtk/Makefile.am
3970 * src/gtk/gtkshruler.c
3971 * src/gtk/gtkshruler.h
3974 Reimplement ruler using the GTK widgets. Thanks
3975 to Hanno for the initial patch.
3977 2011-10-17 [colin] 3.7.10cvs31
3981 * src/gtk/gtkutils.c
3982 * src/gtk/gtkutils.h
3983 Undeprecate GIO/GdkCondition
3985 2011-10-16 [mones] 3.7.10cvs30
3988 Add --compose-from-file option to open composition
3989 window with the headers and body from a file; based
3990 on Debian patch to fix http://bugs.debian.org/544868
3992 2011-10-15 [mones] 3.7.10cvs29
3994 * manual/advanced.xml
3995 Document new summary_from_show hidden preference
3997 2011-10-15 [paul] 3.7.10cvs28
4000 compose_create_tags() - fix misplaced 'int i'
4001 compose_entry_mark_default_to() - fix To field highlighting
4003 2011-10-09 [colin] 3.7.10cvs27
4006 Fix address completion
4008 2011-10-07 [colin] 3.7.10cvs26
4010 * src/prefs_filtering_action.c
4011 * src/gtk/gtkutils.h
4012 Fix build with GTK+2.20
4014 2011-10-07 [colin] 3.7.10cvs25
4016 * src/gtk/Makefile.am
4017 * src/gtk/gdkkeysyms-new.h
4018 * src/gtk/gtkutils.h
4019 Copy the new GDK_KEY_* definitions for older GTKs
4021 2011-10-07 [colin] 3.7.10cvs24
4024 Fix typos (thanks to Hanno)
4026 2011-10-07 [colin] 3.7.10cvs23
4029 * src/gtk/gtkshruler.c
4030 * src/gtk/gtkshruler.h
4031 Disable ruler starting from 2.24.
4033 2011-10-07 [colin] 3.7.10cvs22
4037 * src/gtk/Makefile.am
4040 2011-10-07 [colin] 3.7.10cvs21
4050 * src/message_search.c
4053 * src/prefs_account.c
4054 * src/prefs_compose_writing.c
4055 * src/prefs_filtering_action.c
4056 * src/prefs_folder_item.c
4057 * src/prefs_logging.c
4058 * src/prefs_matcher.c
4059 * src/prefs_message.c
4061 * src/prefs_receive.c
4062 * src/prefs_summaries.c
4063 * src/prefs_wrapping.c
4067 * src/stock_pixmap.c
4068 * src/summary_search.c
4070 * src/gtk/Makefile.am
4071 * src/gtk/colorlabel.c
4072 * src/gtk/gtkutils.c
4073 * src/gtk/gtkutils.h
4074 * src/gtk/logwindow.c
4077 * src/gtk/quicksearch.c
4078 * src/gtk/spell_entry.c
4079 * src/plugins/bogofilter/bogofilter_gtk.c
4080 * src/plugins/dillo_viewer/dillo_viewer.c
4081 * src/plugins/pgpcore/prefs_gpg.c
4082 * src/plugins/spamassassin/spamassassin_gtk.c
4083 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4084 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4085 ported (especially GtkCMOptionMenu)
4087 2011-10-07 [colin] 3.7.10cvs20
4092 * src/addrcustomattr.c
4093 * src/addrduplicates.c
4096 * src/addressbook_foldersel.c
4102 * src/editaddress_other_attributes_ldap.c
4107 * src/editldap_basedn.c
4115 * src/grouplistdialog.c
4121 * src/message_search.c
4124 * src/prefs_actions.c
4125 * src/prefs_customheader.c
4126 * src/prefs_display_header.c
4127 * src/prefs_filtering.c
4128 * src/prefs_filtering_action.c
4129 * src/prefs_folder_column.c
4130 * src/prefs_matcher.c
4131 * src/prefs_msg_colors.c
4133 * src/prefs_summaries.c
4134 * src/prefs_summary_column.c
4135 * src/prefs_summary_open.c
4136 * src/prefs_template.c
4137 * src/prefs_toolbar.c
4139 * src/sourcewindow.c
4141 * src/summary_search.c
4146 * src/gtk/colorsel.c
4147 * src/gtk/combobox.c
4148 * src/gtk/description_window.c
4149 * src/gtk/foldersort.c
4150 * src/gtk/gtkaspell.c
4151 * src/gtk/gtkcmclist.c
4152 * src/gtk/gtkcmctree.c
4153 * src/gtk/gtkcmoptionmenu.c
4154 * src/gtk/gtkutils.c
4155 * src/gtk/icon_legend.c
4156 * src/gtk/inputdialog.c
4157 * src/gtk/logwindow.c
4158 * src/gtk/pluginwindow.c
4159 * src/gtk/prefswindow.c
4160 * src/gtk/quicksearch.c
4161 * src/plugins/pgpcore/passphrase.c
4162 * src/plugins/pgpcore/select-keys.c
4163 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4164 to replace GDK_* by GDK_KEY_*.
4166 2011-10-07 [colin] 3.7.10cvs19
4177 * src/grouplistdialog.c
4178 * src/image_viewer.c
4182 * src/prefs_filtering_action.c
4183 * src/prefs_folder_column.c
4184 * src/prefs_msg_colors.c
4185 * src/prefs_summary_column.c
4186 * src/prefs_toolbar.c
4188 * src/stock_pixmap.c
4195 * src/gtk/colorlabel.c
4196 * src/gtk/colorsel.c
4197 * src/gtk/gtkcmclist.c
4198 * src/gtk/gtkcmctree.c
4199 * src/gtk/gtkcmoptionmenu.c
4200 * src/gtk/gtksctree.c
4201 * src/gtk/gtkutils.c
4202 * src/gtk/gtkvscrollbutton.c
4203 * src/gtk/inputdialog.c
4204 * src/gtk/logwindow.c
4206 * src/gtk/prefswindow.c
4207 * src/gtk/progressdialog.c
4208 * src/plugins/pgpcore/passphrase.c
4209 * src/plugins/trayicon/trayicon.c
4210 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4211 Patch by Hanno Thurow-Meyer, many thanks to him !
4213 2011-09-20 [colin] 3.7.10cvs18
4216 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4219 2011-09-18 [colin] 3.7.10cvs17
4222 Fix segfault when connection fails
4224 2011-09-03 [colin] 3.7.10cvs16
4227 Use NORMAL instead of EXPORT priorities.
4229 2011-09-02 [colin] 3.7.10cvs15
4233 Linking against gcrypt explicitely in order to call
4234 gcry_control() for mutex setup isn't necessary anymore
4235 starting from gnuTLS 2.11.
4237 2011-08-31 [colin] 3.7.10cvs14
4239 * src/plugins/pgpinline/pgpinline.c
4240 * src/plugins/pgpmime/pgpmime.c
4241 Fix bug #2431, "Major memory leak in PGP message handling".
4243 2011-08-31 [colin] 3.7.10cvs13
4250 Apply Steve Rader's patch from bug #2388, "Add
4251 message view scrolling menu items"
4253 2011-08-30 [colin] 3.7.10cvs12
4255 * src/gtk/prefswindow.c
4256 Fix layout issues (i.e. on SSL page if changing account
4257 type prior to visiting it).
4259 2011-08-30 [colin] 3.7.10cvs11
4263 Don't use deprecated functions for GnuTLS priorities.
4264 Require GnuTLS 2.2 that is the first version with the
4267 2011-08-30 [colin] 3.7.10cvs10
4269 * src/common/socket.c
4271 Long-term fix for bug #2402, "GnuTLS change breaks socket
4272 communication", as per http://savannah.gnu.org/support/?107660
4274 2011-08-30 [colin] 3.7.10cvs9
4276 * src/etpan/imap-thread.c
4277 * src/etpan/nntp-thread.c
4278 Remove dead openSSL code
4280 2011-08-30 [colin] 3.7.10cvs8
4284 * src/common/ssl_certificate.c
4285 * src/common/ssl_certificate.h
4286 * src/etpan/imap-thread.c
4287 * src/etpan/nntp-thread.c
4288 Fix bug #2127, "SSL cert check uses canonical name instead of
4291 2011-08-29 [colin] 3.7.10cvs7
4293 * src/prefs_account.c
4294 Fix X-Mailer option not appearing on IMAP
4296 2011-08-29 [colin] 3.7.10cvs6
4298 * src/plugins/pgpcore/Makefile.am
4299 * src/plugins/pgpinline/Makefile.am
4300 * src/plugins/pgpmime/Makefile.am
4301 * src/plugins/smime/Makefile.am
4303 libtool: link: require no space between `-L' and `.'
4305 2011-08-29 [colin] 3.7.10cvs5
4309 * src/prefs_account.c
4310 * src/prefs_account.h
4311 Revert cvs4 which is rather illogical and instead
4312 use Fabian's patch from bug #2471
4314 2011-08-29 [colin] 3.7.10cvs4
4317 Don't insert custom headers that have empty values.
4318 Allows not inserting X-Mailer if it's set to nothing.
4319 Fixes bug #2471, "Make setting an X-Mailer header optional".
4321 2011-08-29 [colin] 3.7.10cvs3
4323 * src/image_viewer.c
4325 * src/gtk/gtkutils.c
4326 * src/gtk/gtkutils.h
4327 Handle EXIF orientation in images (both in textview's
4328 preview and image viewer)
4330 2011-08-28 [paul] 3.7.10cvs2
4332 * src/prefs_common.c
4333 * src/prefs_common.h
4335 add new hidden option to control the display in the From
4336 column in the Message List: 0 (default): show name,
4337 1: show address, 2: show name + address
4339 2011-08-27 [paul] 3.7.10cvs1
4342 * src/common/ssl_certificate.c
4343 * src/etpan/imap-thread.c
4344 * src/etpan/nntp-thread.c
4345 offer up some missing log_error() strings to translators
4347 2011-08-27 [paul] 3.7.10
4353 2011-08-27 [paul] 3.7.9cvs52
4361 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4362 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4364 2011-08-27 [mones] 3.7.9cvs51
4366 * claws-mail.desktop
4367 Include generic name and comment translations
4368 Thanks to all the people on the translators ML!
4370 2011-08-23 [paul] 3.7.9cvs50
4373 probable/possible fix/workaround for bug 2402,
4374 'can't download message from pop3 server'
4376 2011-08-18 [paul] 3.7.9cvs49
4378 * manual/handling.xml
4379 fix typos. thanks to vilpan
4381 2011-08-17 [paul] 3.7.9cvs48
4383 * tools/claws.i18n.status.pl
4384 add Mindaugas Baranauskas (Lithuanian)
4386 2011-08-14 [mir] 3.7.9cvs47
4389 * src/etpan/nntp-thread.c
4390 Fix bug 2418. Patch provided by Sébastien Bigaret with
4391 some minor contribution by me.
4393 2011-08-13 [mir] 3.7.9cvs46
4395 * src/etpan/nntp-thread.c
4396 Fix bug when NNTP server sends authentication warning
4397 as part of the connection session. Privously etpan would
4398 bail out for any return code other than NEWSNNTP_NO_ERROR
4399 but as early as the connection session a return code like
4400 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4401 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4402 be considered as an error.
4404 2011-08-12 [paul] 3.7.9cvs45
4407 3.7.9cvs43 mistakenly dropped off the info
4408 about the mime part from the tooltip
4410 2011-08-12 [wwp] 3.7.9cvs44
4412 * src/gtk/quicksearch.c
4413 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4415 2011-08-09 [paul] 3.7.9cvs43
4418 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4420 2011-08-06 [paul] 3.7.9cvs42
4423 fix cursor placement in Forward template
4425 2011-08-06 [paul] 3.7.9cvs41
4427 * src/gtk/description_window.c
4428 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4430 2011-08-05 [holger] 3.7.9cvs40
4432 * claws-mail.desktop
4433 Revert 3.7.9cvs35 for now, it may be problematic
4436 2011-08-05 [paul] 3.7.9cvs39
4440 use 'Collapse quotes' rather than 'Fold quotes' on
4441 labels, for consistency
4443 use 'Receive mail from account' rather than 'on account'
4445 2011-07-30 [mir] 3.7.9cvs38
4447 * src/etpan/Makefile.am
4448 * src/plugins/pgpcore/Makefile.am
4449 * src/plugins/pgpmime/Makefile.am
4450 * src/plugins/smime/Makefile.am
4451 Fix broken build on Debian Sid. enchant.h cannot be
4452 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4453 present in Makefile.am. Apparently enchant.h in older
4454 versions were placed in /usr/include which is always
4457 2011-07-21 [mones] 3.7.9cvs37
4459 * src/common/plugin.c
4460 * src/common/plugin.h
4461 Make licences allowed for plugins more explicit and also
4462 accept dual (or more) licences when properly formatted.
4463 Doesn't require any change on current plugins.
4465 2011-07-18 [mones] 3.7.9cvs36
4467 * manual/advanced.xml
4468 Document briefly tags feature.
4469 * manual/glossary.xml
4470 Fix definition to avoid confussion with tags.
4471 * manual/es/advanced.xml
4472 * manual/es/glossary.xml
4473 Synchronize Spanish translation with the above.
4475 2011-07-07 [holger] 3.7.9cvs35
4477 * claws-mail.desktop
4478 Add indicator stuff to the desktop file
4479 Taken from bug #2450
4481 2011-07-06 [paul] 3.7.9cvs34
4486 2011-07-06 [mones] 3.7.9cvs33
4489 Do not create an empty tag name row in panel and
4490 warn user about using a non-reserved tag instead
4492 2011-07-05 [mones] 3.7.9cvs32
4497 * src/etpan/imap-thread.c
4498 Make constants for reserved tags and use them
4499 Removed also duplicate comparison while at it
4501 2011-07-05 [paul] 3.7.9cvs31
4504 when using a Compose template, only place the cursor
4505 in the body when the cursor symbol, %cursor (%X), is used
4507 2011-07-03 [paul] 3.7.9cvs30
4510 do main_window_popup(mainwin); on plugin load error, or
4511 else the warning dialogue and mainwindow stays minimised
4514 2011-07-03 [paul] 3.7.9cvs29
4517 fix bug 2462, 'Building without GnuTLS support leads to a
4518 failure in wizard.c'
4520 2011-07-03 [paul] 3.7.9cvs28
4525 fix bug #2461, 'popup menu in message list displays
4526 'move to trash' and 'delete''.
4527 Add a new sensitivity condition 'M_NOT_TRASH' and
4528 remove the broken workaround for right-click in summaryview.c.
4529 Fix broken main menu sensitivity for "Menu/Message/Move" in
4532 2011-06-21 [paul] 3.7.9cvs27
4535 revert 3.7.9cvs2, it does no good
4537 2011-06-18 [mir] 3.7.9cvs26
4540 Fix autoconf warnings introduced in autoconf >= 2.64
4542 2011-06-05 [paul] 3.7.9cvs25
4552 fix strings where an informational message has been
4553 wrongly entered into the translated string
4555 enable 'Trash' and 'Sender' to be translated based on
4556 the context, e.g. as button text and as mail header
4558 fix english in Info tab
4560 2011-05-25 [colin] 3.7.9cvs24
4563 Fix bug #2439, "use bitwise operator for bitmask instead of
4564 logical operator". Thanks to Nicolas Kaiser for the patch.
4566 2011-05-18 [colin] 3.7.9cvs23
4569 Fix missing group selection before xover if the
4570 connection was reset before.
4572 2011-05-12 [colin] 3.7.9cvs22
4574 * src/common/utils.c
4575 Fix bug #2412, "Send account mail address in Message-ID
4576 wrongly implemented". Patch by Fabian Keil.
4578 2011-05-12 [mones] 3.7.9cvs21
4580 * src/etpan/nntp-thread.c
4581 Fix bug #2418 "NNTP authentication is broken"
4583 2011-05-09 [pawel] 3.7.9cvs20
4586 * src/prefs_folder_item.c
4589 2011-05-05 [colin] 3.7.9cvs19
4594 * src/send_message.c
4595 Fix bug #2184, "Add account name information inside network log".
4596 Initial patch by MSulchan Darmawan, expanded to other protocols.
4597 This stuff is too much copy-pasted.
4600 2011-04-30 [colin] 3.7.9cvs18
4603 Fix bug #2414, 'Claws segfaults on startup with
4604 notification plugin enabled". Thanks Christian
4605 Faulhammer for the patch.
4607 2011-04-27 [colin] 3.7.9cvs17
4610 Make Windows' encoding CP1251 for ru_RU locale
4611 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4613 2011-04-24 [paul] 3.7.9cvs16
4615 * manual/claws-mail-manual.xml
4616 * manual/de/claws-mail-manual.xml
4617 * manual/es/claws-mail-manual.xml
4618 * manual/fr/claws-mail-manual.xml
4619 * manual/it/claws-mail-manual.xml
4620 update copyright year
4622 2011-04-24 [paul] 3.7.9cvs15
4625 fix bug #2353, 'Right-clicking on spam in order to delete
4626 it causes it to show in message window'
4628 2011-04-24 [paul] 3.7.9cvs14
4631 * src/gtk/foldersort.c
4632 * src/gtk/foldersort.h
4633 fix labelling, 'change folder order' to 'change mailbox order'
4635 2011-04-23 [paul] 3.7.9cvs13
4638 fix bug #2409, 'Failed to compile under GCC 3.x : option
4639 -Wno-pointer-sign badly set in configure.ac'. mistakenly
4640 committed in 3.7.8cvs19
4642 2011-04-11 [paul] 3.7.9cvs12
4644 * src/plugins/trayicon/trayicon.c
4645 fix build bug: gtk_status_icon_set_title() is available
4646 since gtk 2.18.x not 2.14.x
4648 2011-04-11 [paul] 3.7.9cvs11
4651 updated by Páder Rezső
4653 2011-04-10 [colin] 3.7.9cvs10
4659 * src/editaddress_other_attributes_ldap.c
4661 * src/message_search.c
4662 * src/prefs_display_header.c
4663 * src/prefs_filtering_action.c
4664 * src/prefs_matcher.c
4666 * src/prefs_toolbar.c
4667 * src/summary_search.c
4668 * src/gtk/colorlabel.c
4669 * src/gtk/combobox.c
4670 * src/gtk/gtkcmoptionmenu.c
4671 * src/gtk/gtkshruler.c
4672 * src/gtk/gtkshruler.h
4673 * src/gtk/gtkutils.h
4674 * src/gtk/inputdialog.c
4675 * src/gtk/quicksearch.c
4676 Revert the whole pile of crap introduced in
4679 2011-04-10 [colin] 3.7.9cvs9
4683 * src/editaddress_other_attributes_ldap.c
4685 * src/message_search.c
4686 * src/prefs_display_header.c
4687 * src/prefs_matcher.c
4688 * src/prefs_toolbar.c
4689 * src/summary_search.c
4690 * src/gtk/combobox.c
4691 * src/gtk/gtkutils.h
4692 * src/gtk/inputdialog.c
4693 * src/gtk/quicksearch.c
4694 Finish fun with combo boxes. (hopefully)
4696 2011-04-10 [colin] 3.7.9cvs8
4699 * src/prefs_filtering_action.c
4700 * src/gtk/combobox.c
4701 * src/gtk/gtkshruler.c
4702 * src/gtk/gtkshruler.h
4703 More undeprecation. GTKSHRuler is #if'ed out. We can
4704 still decide to maintain the old GtkRuler widget in-tree
4705 if the lack of ruler in Compose window is too
4708 2011-04-10 [colin] 3.7.9cvs7
4713 * src/editaddress_other_attributes_ldap.c
4714 * src/message_search.c
4715 * src/prefs_display_header.c
4716 * src/prefs_filtering_action.c
4718 * src/prefs_toolbar.c
4719 * src/summary_search.c
4720 * src/gtk/colorlabel.c
4721 * src/gtk/combobox.c
4722 * src/gtk/gtkcmoptionmenu.c
4723 * src/gtk/gtkutils.h
4724 More comboboxtext undeprecation
4726 2011-04-10 [colin] 3.7.9cvs6
4731 2011-04-10 [colin] 3.7.9cvs5
4736 2011-04-10 [colin] 3.7.9cvs4
4739 * src/editaddress_other_attributes_ldap.c
4740 * src/message_search.c
4741 * src/prefs_display_header.c
4742 * src/prefs_filtering_action.c
4744 * src/prefs_toolbar.c
4745 * src/summary_search.c
4746 * src/gtk/combobox.c
4747 * src/gtk/gtkutils.h
4748 gtk_combo_box_*_text() is deprecated, and
4749 gtk_combo_box_text_*() is the new hotness.
4751 2011-04-10 [colin] 3.7.9cvs3
4759 * src/gtk/gtkvscrollbutton.c
4760 * src/gtk/gtkvscrollbutton.h
4761 s/GtkFunction/GSourceFunc
4763 2011-04-10 [colin] 3.7.9cvs2
4766 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4767 This is the patch from bug #2396, it should be innocuous even
4768 if that's useless to do deiconify + present window...
4770 2011-04-09 [paul] 3.7.9cvs1
4772 * src/prefs_summaries.c
4773 fix typo in string. (thanks, Brad!)
4775 2011-04-09 [paul] 3.7.9
4781 2011-04-09 [paul] 3.7.8cvs78
4791 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4792 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4795 2011-04-09 [colin] 3.7.8cvs77
4798 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4799 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4800 encoding filename. Hooray for stupid.
4802 2011-04-08 [colin] 3.7.8cvs76
4805 Fix action Stop: if child does not react to SIGTERM, it'll
4806 probably start behaving when it'll get a SIGKILL on the user's
4807 second press on Stop.
4808 Fixes bug #2237, "User action makes Claws unresponsive".
4810 2011-04-08 [colin] 3.7.8cvs75
4815 * src/folder_item_prefs.c
4816 * src/folder_item_prefs.h
4817 * src/prefs_account.c
4818 Fix bug #2382, "folderitemrc not updated when account
4819 name is changed". Indeed, this wasn't done.
4821 2011-04-08 [wwp] 3.7.8cvs74
4824 Add support for quoted values (*="value").
4825 This commonly fixes a trailing quote appearing to filenames
4826 sent by iphone Mail (not sure if it's culprit at all, though).
4828 2011-04-08 [colin] 3.7.8cvs73
4831 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
4832 caused by attachments with extended chars in the file name". Patch
4833 derived from a patch bt Fabien Keil
4835 2011-04-05 [wwp] 3.7.8cvs72
4838 A debug string not to translate.
4840 2011-04-03 [colin] 3.7.8cvs71
4842 * src/common/utils.h
4843 Fix bug #2394, "backtrace() crashes on FreeBSD"
4844 That's not the first bug-report where internal
4845 debug-only backtrace() crashes on FreeBSD.
4847 2011-04-03 [colin] 3.7.8cvs70
4850 Fix bug #2365 again, "Crash when auto-scrolling headers in
4852 Batch-mode compose windows (from filtering actions) shouldn't
4853 try to access stuff after flushing events...
4855 2011-03-31 [paul] 3.7.8cvs69
4858 update as gtk >= 2.10 now required
4859 (because I'll never remember to do this later)
4861 2011-03-26 [paul] 3.7.8cvs68
4864 fix separators in Go To menu
4866 2011-03-20 [colin] 3.7.8cvs67
4869 Drop the *_DISABLE_DEPRECATED. We'll put them back
4870 when we'll have time to handle them
4872 2011-03-18 [paul] 3.7.8cvs66
4875 make user-facing message more accurate -
4876 'Network Log' not 'View Log'
4878 2011-03-17 [wwp] 3.7.8cvs65
4881 Fix a typo around plural form, as reported by
4884 2011-03-15 [colin] 3.7.8cvs64
4889 Fix bug #2381, "Support for NetworkManager 0.9".
4890 Patch by Mikhail Efremov
4892 2011-03-04 [colin] 3.7.8cvs63
4896 Fix segfault on Windows
4898 * src/common/utils.c
4899 * src/common/w32_unistd.c
4900 * src/common/w32lib.h
4901 Rationalize use of time_r() funcs (pthread do define them)
4903 2011-03-02 [pawel] 3.7.8cvs62
4906 Re-implement widgets aligning, switch from GtkSizeGroup
4907 to GtkTable - this should fix disappearing labels
4909 2011-03-01 [pawel] 3.7.8cvs61
4912 Wizard GUI cleanups. Make it look and behave more
4913 like account preferences.
4915 2011-02-23 [colin] 3.7.8cvs60
4917 * src/common/Makefile.am
4920 2011-02-23 [colin] 3.7.8cvs59
4924 * src/common/Makefile.am
4925 * src/common/plugin.c
4926 * src/common/valgrind.h
4927 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4928 Use valgrind's own header.
4930 2011-02-22 [colin] 3.7.8cvs58
4932 * src/prefs_account.c
4933 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4934 signed message" upon new installation. This is disturbing when PGP
4935 plugins are loaded by default.
4937 2011-02-16 [paul] 3.7.8cvs57
4940 update copyright headers throughout
4942 2011-02-16 [paul] 3.7.8cvs56
4945 use gettext plural form for "item selected"/"items selected"
4947 2011-02-13 [colin] 3.7.8cvs55
4951 Fix bug #2361, "Claws crashes after PGP Check in separate
4952 msg view". Don't let the cancel thread lie around after
4953 the verification ended.
4955 2011-02-13 [paul] 3.7.8cvs54
4958 updated by Mindaugas Baranauskas
4960 2011-02-11 [mones] 3.7.8cvs53
4962 * manual/es/advanced.xml
4963 Sync with English manual
4965 Fix remaining mismatched alloc/free from cppcheck
4967 2011-02-10 [pawel] 3.7.8cvs52
4972 2011-02-10 [pawel] 3.7.8cvs51
4974 * src/prefs_toolbar.c
4975 - set menus sensitivity in item type combo depending on
4976 availability of actions / plugin hooks
4977 - style fixes, spaces instead of tabs mostly
4979 2011-02-10 [paul] 3.7.8cvs50
4981 * src/prefs_account.c
4982 move the 'send acc mail addr in msg-id" option to
4985 2011-02-10 [paul] 3.7.8cvs49
4987 * src/prefs_account.c
4988 move the 'expunge immediately' option to a more
4991 2011-02-05 [pawel] 3.7.8cvs48
4993 * manual/advanced.xml
4994 Document new hidden pref
4996 Dont treat mimeparts referenced by others as
4999 * src/prefs_common.c
5000 * src/prefs_common.h
5001 Add ability to hide inline attachments referenced
5002 by other mimeparts in MimeView. To enable this
5003 feature set show_inline_attachments=0 in your clawsrc
5005 2011-01-25 [colin] 3.7.8cvs47
5008 Fix matcher body parsing: decode mails with our
5009 MIME parser. This speeds up body search a bit as
5010 binary attachments are not searched anymore, slows
5011 down a bit full message searches, but not awfully.
5012 * src/summary_search.c
5013 Use matcher API to search, in all cases (advanced search or
5014 not). Also, fix little logic bugs related to combos history
5015 * src/common/utils.c
5016 * src/common/utils.h
5019 Remove dead code, export functions needed by matcher.c
5021 2011-01-25 [colin] 3.7.8cvs46
5024 * src/prefs_common.c
5026 * src/common/ssl_certificate.c
5027 Fix mismatched alloc/free (thanks to cppcheck)
5029 2011-01-25 [colin] 3.7.8cvs45
5032 Fix leak on error path
5034 2011-01-23 [mones] 3.7.8cvs44
5036 * manual/es/advanced.xml
5037 Sync with English manual
5039 2011-01-23 [paul] 3.7.8cvs43
5042 it's 2011, update copyright line
5044 2011-01-23 [paul] 3.7.8cvs42
5046 * manual/advanced.xml
5047 * src/prefs_common.c
5048 * src/prefs_common.h
5050 fix bug #2350, 'Make displaying localized date/time in
5051 message view optional'.
5052 This introduces a new hidden option (why do more?),
5053 'msgview_date_format', which defaults to OFF, maintaining
5054 the current and expected behaviour.
5056 2011-01-21 [colin] 3.7.8cvs41
5059 Fix bug #2050, Clawsmail sends return receipt every seconds
5060 We forgot to close the file when parsing
5061 disposition-notification fields, which made unlinking of the
5062 corresponding emails in tempfolder/processing impossible in
5063 Windows. Causing them to be re-fetched every time.
5065 2011-01-21 [colin] 3.7.8cvs40
5067 * claws-mail.desktop
5068 Fix again bug #2346: We should have a %u parameter.
5070 2011-01-21 [colin] 3.7.8cvs39
5072 * src/plugins/spamassassin/spamassassin.c
5073 Fix sa-learn when offline (its command line parsing is
5074 space-dependant). Patch by Wolfgang Lorenz
5076 2011-01-19 [pawel] 3.7.8cvs38
5078 * claws-mail.desktop
5079 Fix Bug 2346 'Please register x-handler-scheme
5080 in .desktop file' patch by Laurent Bigonville
5081 While I'm here update things to current
5082 standards, fix desktop-file-validate warnings/errors
5084 2011-01-18 [colin] 3.7.8cvs37
5087 Fix logic on SMTP AUTH: If the selected method isn't
5088 available, say so instead of supposing it'll work.
5089 Fixes bug #2039, 'SMTP AUTHENTICATION'
5091 2011-01-15 [pawel] 3.7.8cvs36
5093 * src/prefs_folder_item.c
5094 Rework subject regexp simplify gui a bit, this give us better
5095 options page layout (window with min width was too short to
5096 show all contents and thigs were unwieldy) and better preview
5097 of regexp working/not working
5099 2011-01-14 [pawel] 3.7.8cvs35
5102 strncpy2() NULLify strings just fine, no need to be
5105 2011-01-14 [pawel] 3.7.8cvs34
5108 Fix Bug #2165 'The date not localized in the message view'
5109 Display Date header in messageview in the same way as in
5110 summaryview by respecting date format set in preferences.
5112 2011-01-06 [pawel] 3.7.8cvs33
5114 * src/prefs_account.c
5115 * src/prefs_folder_item.c
5118 Make quote templates widgets more compact
5120 2011-01-06 [pawel] 3.7.8cvs32
5122 * src/plugins/trayicon/trayicon.c
5123 - fix logic bug which caused icon to be
5124 always set no-mail status on plugin load
5125 - force icon hide on plugin_done(), without
5126 it empty space(?!) is left in tray under KDE3 and KDE4
5128 2011-01-06 [colin] 3.7.8cvs31
5139 Unmime headers differently whether they're addresses or not:
5140 It's useless to quote things containing commas if it's in
5141 subject, for example. (introduced in 3.7.8cvs26)
5143 2011-01-06 [colin] 3.7.8cvs30
5145 * src/gtk/gtkaspell.c
5146 Complete previous patch
5148 * src/plugins/pgpinline/pgpinline.c
5151 2011-01-06 [paul] 3.7.8cvs29
5157 add Lithuanian translation (approx. 65% complete)
5158 submitted by Mindaugas Baranauskas
5160 2011-01-06 [pawel] 3.7.8cvs28
5165 * src/prefs_actions.c
5167 * src/gtk/gtkaspell.c
5168 * src/plugins/pgpinline/pgpinline.c
5169 * src/plugins/pgpmime/pgpmime.c
5170 * src/plugins/smime/smime.c
5171 Fix memory/file descriptors leaks
5173 2011-01-06 [paul] 3.7.8cvs27
5175 * src/plugins/pgpcore/sgpgme.c
5176 fix bug #2322, 'GPG Full info: showing subkey
5177 ID instead of primary key fingerprint'
5178 Patch by Sébastien Bigaret.
5180 2011-01-03 [colin] 3.7.8cvs26
5183 Better quote-checking when unmim-ing headers
5184 that may have comas.
5186 2011-01-03 [colin] 3.7.8cvs25
5189 Fix bug #2299, "Incorrect handling of quoted printable coma
5190 in headers". As this is really painful to fix by switching
5191 the whole stuff to a list of headers tokens, we workaround
5192 the problem by adding quotes around the encoded-word (making
5193 it a quoted-string which continuity is already handled).
5195 2011-01-03 [colin] 3.7.8cvs24
5200 2010-12-23 [colin] 3.7.8cvs23
5203 Finish fixing bug #2203: When forwarding (inline) and there
5204 are some text/* parts with no name, set them a name and
5205 set their disposition to attachment, so that recipients with
5206 MUAs preferring HTML parts don't show them by default.
5208 2010-12-22 [paul] 3.7.8cvs22
5211 fix missing file in 3.7.8cvs20
5213 2010-12-22 [colin] 3.7.8cvs21
5217 Implement a nicer scroll when drag and dropping
5219 2010-12-22 [colin] 3.7.8cvs20
5222 Store charset if available when attaching text/* parts
5223 Fixes bug #2203, 'Problems in forwarding multipart/
5224 alternative messages with HTML part'
5226 2010-12-22 [colin] 3.7.8cvs19
5231 2010-12-21 [colin] 3.7.8cvs18
5234 * src/send_message.c
5235 * src/common/session.c
5236 * src/common/session.h
5237 Differentiate between running sessions and connected
5238 sessions. Fixes bug #2332, "Crash when hitting cancel
5239 on the SMTP status window"
5241 2010-12-21 [colin] 3.7.8cvs17
5243 * src/etpan/etpan-thread-manager.c
5246 2010-12-21 [colin] 3.7.8cvs16
5249 Check whether we should continue loading the
5250 current textview after inserting a possibly
5253 2010-12-20 [colin] 3.7.8cvs15
5257 Removed. Dead code since ages!
5259 * src/gtk/gtkcmclist.c
5260 * src/gtk/gtkcmctree.c
5261 * src/gtk/gtksctree.c
5262 undefine *_DISABLE_DEPRECATED in the files that
5263 use deprecated interfaces. Implicit declarations
5264 can lead to crashes as prototypes are unknown, as
5265 evidenced by bug #2315.
5267 2010-12-20 [colin] 3.7.8cvs14
5270 Don't flush events when adding an header entry. This
5271 can mess up the keypresses in the previous header.
5272 Instead, make the scroll happen later (doing it on the
5273 spot without flushing events doesn't work as the new
5274 requisitions aren't set yet).
5276 2010-12-20 [colin] 3.7.8cvs13
5279 Don't iconify at start on w32. This un-iconifies in the
5282 2010-12-20 [colin] 3.7.8cvs12
5284 * src/common/base64.c
5285 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5286 Patch by pochini at shiny.it
5288 2010-12-19 [colin] 3.7.8cvs11
5293 2010-12-18 [colin] 3.7.8cvs10
5296 Fix bug #2148, "Attachment content-transfer-encoding
5297 incorrectly set when signing emails". The RFC 2045
5298 states that message/* and multipart/* encoding must
5299 be either 7-bit, 8-bit or binary.
5301 2010-12-18 [mones] 3.7.8cvs9
5304 Fix crash when searching or adding a LDAP server
5306 2010-12-17 [colin] 3.7.8cvs8
5315 Better error logging. Disable LDAP SSL/TLS on
5316 Windows, it's crashy/non-worky.
5318 2010-12-17 [colin] 3.7.8cvs7
5321 Fix bug #2325, "messages remains in folder cache after moving
5322 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5324 2010-12-17 [colin] 3.7.8cvs6
5336 Windows build fixes (w32 LDAP completely untested!)
5338 2010-12-16 [colin] 3.7.8cvs5
5348 Try to rationalize a bit LDAP connections
5350 2010-12-16 [colin] 3.7.8cvs4
5352 * src/prefs_spelling.c
5354 Add a button to get dictionaries (win32)
5356 2010-12-16 [colin] 3.7.8cvs3
5358 * src/prefs_matcher.c
5359 Fix bug #2279, "crash when clicking 'define' in filter
5360 configuring". Thanks to Theodor Ciobanu for the hint at
5363 2010-12-14 [colin] 3.7.8cvs2
5365 * src/gtk/gtkaspell.c
5366 Add missing guard for sys/wait.h
5368 2010-12-05 [colin] 3.7.8cvs1
5370 * tools/make.themes.project
5371 Seems wget has changed naming of targets downloaded.
5372 Fix it by always providing our own name.
5373 [Pushing mones' patch again after messing with CVSROOT]
5375 2010-12-04 [paul] 3.7.8
5381 2010-12-03 [paul] 3.7.7cvs11
5384 * manual/xml2pdf ** REMOVED **
5385 * manual/dist/pdf/Makefile.am
5386 * manual/es/dist/pdf/Makefile.am
5387 * manual/fr/dist/pdf/Makefile.am
5388 * manual/pl/dist/pdf/Makefile.am
5389 simplify check for tools needed for manual building,
5390 remove xml2pdf and use docbook2pdf instead
5392 2010-12-03 [mir] 3.7.7cvs10
5395 Fix bug so that configure option --disable-manual
5396 actually disable building the manuals
5398 2010-12-01 [pawel] 3.7.7cvs9
5401 One more GTK+ 2.22 build fix
5403 2010-11-30 [colin] 3.7.7cvs8
5406 Fix bug #2317, 'Action results in "Bad file descriptor"'
5407 Introduced in 3.7.6cvs57. In fact the error has been there
5408 since ages, and only new thing is the verification of the
5409 various functions return code. Let the stuff work as it
5410 does, as it seems to do the right thing since ages.
5412 2010-11-28 [colin] 3.7.7cvs7
5414 * src/gtk/quicksearch.c
5415 Fix bug #2313, 'CLI quicksearch sometimes returns
5416 the same messages twice'. Patch by Sebastien Bigaret
5418 2010-11-25 [paul] 3.7.7cvs6
5420 * src/prefs_common.c
5421 make "gtk_can_change_accels" FALSE by default.
5422 fixes bug #2309, 'Shortcuts should not be modifiable
5425 2010-11-24 [mones] 3.7.7cvs5
5428 Add missing shortcuts for marking as spam and ham
5429 Fixes Debian bug #599547
5431 2010-11-22 [colin] 3.7.7cvs4
5434 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5435 five patches were needed to fix a corner case
5436 is a good indicator that is was bound to break
5439 2010-11-21 [colin] 3.7.7cvs3
5441 * src/plugins/pgpcore/claws.def
5444 2010-11-20 [wwp] 3.7.7cvs2
5447 Fix either a typo or an irrelevant iff word there.
5448 IMO type and recursive possible values should be changed to
5449 smth simple and neat here, and help strings be really
5452 2010-11-20 [colin] 3.7.7cvs1
5455 Damn, forgot to commit this file twice.
5457 2010-11-19 [paul] 3.7.7
5463 2010-11-19 [paul] 3.7.6cvs66
5476 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5477 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5478 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5480 2010-11-17 [colin] 3.7.6cvs65
5482 * src/common/utils.c
5483 Separate email address from timestamp with a dot.
5486 2010-11-17 [colin] 3.7.6cvs64
5488 * src/common/utils.c
5489 Fix multiple @ in generated message-ids.
5490 That's not allowed in RFC 2822.
5492 2010-11-16 [mones] 3.7.6cvs63
5494 * manual/es/advanced.xml
5495 Synchronise with English version
5497 2010-11-04 [wwp] 3.7.6cvs62
5500 Fix bug 2293, "filtering: simplify expression", as simplifying
5501 this expression doesn't make it less easy to understand and we
5502 gain few cycles by making the logical expression more simple
5503 by applying. Patch by Nicolas Kaiser.
5505 2010-11-03 [colin] 3.7.6cvs61
5508 Fix bug 2294, "addrindex.c: address index conversion always
5509 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5511 2010-11-02 [wwp] 3.7.6cvs60
5516 Enlarge the progress bar (main window) a bit when compiling
5517 for UMPCs like maemo: this solves truncated text that might
5518 appear in the progress bar while processing messages.
5519 Also use a more compact string format when displaying
5520 progress like 'number/total', still for UMPCs, this fixes
5521 a previous inconsistency with these format strings where
5522 no space around the / were used sometimes.
5524 2010-10-26 [ticho] 3.7.6cvs59
5527 Recreate NNTP session if server port setting has changed. Fixes
5530 2010-10-26 [colin] 3.7.6cvs58
5534 Fix copy-paste error, thanks to David Relson
5537 2010-10-18 [colin] 3.7.6cvs57
5544 * src/prefs_themes.c
5547 * src/gtk/gtkutils.c
5548 * src/gtk/quicksearch.c
5549 * src/gtk/quicksearch.h
5550 * src/plugins/pgpcore/passphrase.c
5551 * src/plugins/spamassassin/libspamc.c
5554 2010-10-17 [colin] 3.7.6cvs56
5556 * src/prefs_themes.c
5557 * src/gtk/gtkaspell.c
5558 * src/gtk/gtkutils.c
5559 * src/gtk/gtkutils.h
5560 * src/gtk/inputdialog.c
5561 * src/gtk/progressdialog.c
5562 Undeprecate a few things
5564 2010-10-17 [colin] 3.7.6cvs55
5568 * src/gtk/quicksearch.c
5569 * src/gtk/quicksearch.h
5570 Add ability to search from the command-line.
5571 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5572 Patch by Sebastien Bigarret.
5574 2010-10-04 [mones] 3.7.6cvs54
5576 * manual/dist/pdf/Makefile.am
5577 Fix build of English PDF manual
5578 (sh: Can't open ../../../xml2pdf)
5580 2010-10-03 [colin] 3.7.6cvs53
5587 Get rid of GRelation which were, mostly, used as
5588 GHashTables. Probably fixes bug #2277, 'Segfault when
5589 loading inbox for the first time'
5591 2010-10-03 [mir] 3.7.6cvs52
5593 * manual/de/dist/html/Makefile.am
5594 * manual/de/dist/pdf/Makefile.am
5595 * manual/de/dist/ps/Makefile.am
5596 * manual/de/dist/txt/Makefile.am
5597 * manual/dist/html/Makefile.am
5598 * manual/dist/pdf/Makefile.am
5599 * manual/dist/ps/Makefile.am
5600 * manual/dist/txt/Makefile.am
5601 * manual/es/dist/html/Makefile.am
5602 * manual/es/dist/pdf/Makefile.am
5603 * manual/es/dist/ps/Makefile.am
5604 * manual/es/dist/txt/Makefile.am
5605 * manual/fr/dist/html/Makefile.am
5606 * manual/fr/dist/pdf/Makefile.am
5607 * manual/fr/dist/ps/Makefile.am
5608 * manual/fr/dist/txt/Makefile.am
5609 * manual/pl/dist/html/Makefile.am
5610 * manual/pl/dist/pdf/Makefile.am
5611 * manual/pl/dist/ps/Makefile.am
5612 * manual/pl/dist/txt/Makefile.am
5613 Missing Makefile.am's for 3.7.6cvs49
5616 2010-10-03 [colin] 3.7.6cvs51
5621 2010-10-02 [mir] 3.7.6cvs50
5623 * manual/de/dist/html/Makefile.am
5624 * manual/de/dist/pdf/Makefile.am
5625 * manual/de/dist/ps/Makefile.am
5626 * manual/de/dist/txt/Makefile.am
5627 * manual/dist/html/Makefile.am
5628 * manual/dist/pdf/Makefile.am
5629 * manual/dist/ps/Makefile.am
5630 * manual/dist/txt/Makefile.am
5631 * manual/es/dist/html/Makefile.am
5632 * manual/es/dist/pdf/Makefile.am
5633 * manual/es/dist/ps/Makefile.am
5634 * manual/es/dist/txt/Makefile.am
5635 * manual/fr/dist/html/Makefile.am
5636 * manual/fr/dist/pdf/Makefile.am
5637 * manual/fr/dist/ps/Makefile.am
5638 * manual/fr/dist/txt/Makefile.am
5639 * manual/pl/dist/html/Makefile.am
5640 * manual/pl/dist/pdf/Makefile.am
5641 * manual/pl/dist/ps/Makefile.am
5642 * manual/pl/dist/txt/Makefile.am
5643 Part 2 of last commit which broke due to a permission error
5644 Avoid claws trying to build manuals if the required
5645 tools are not present.
5647 2010-10-02 [mir] 3.7.6cvs49
5650 * manual/de/dist/html/Makefile.am
5651 * manual/de/dist/pdf/Makefile.am
5652 * manual/de/dist/ps/Makefile.am
5653 * manual/de/dist/txt/Makefile.am
5654 * manual/dist/html/Makefile.am
5655 * manual/dist/pdf/Makefile.am
5656 * manual/dist/ps/Makefile.am
5657 * manual/dist/txt/Makefile.am
5658 * manual/es/dist/html/Makefile.am
5659 * manual/es/dist/pdf/Makefile.am
5660 * manual/es/dist/ps/Makefile.am
5661 * manual/es/dist/txt/Makefile.am
5662 * manual/fr/dist/html/Makefile.am
5663 * manual/fr/dist/pdf/Makefile.am
5664 * manual/fr/dist/ps/Makefile.am
5665 * manual/fr/dist/txt/Makefile.am
5666 * manual/pl/dist/html/Makefile.am
5667 * manual/pl/dist/pdf/Makefile.am
5668 * manual/pl/dist/ps/Makefile.am
5669 * manual/pl/dist/txt/Makefile.am
5670 1) Downgrade autoconf requirements to 2.59 to allow
5671 building on oldest supported Linux distributions.
5672 2) Only try to build manuals if the needed software
5675 2010-10-02 [colin] 3.7.6cvs48
5677 * src/plugins/trayicon/trayicon.c
5678 And fix theme updating.
5680 2010-10-02 [colin] 3.7.6cvs47
5682 * src/plugins/trayicon/trayicon.c
5683 Got burnt by wrong indentation!
5685 2010-10-02 [colin] 3.7.6cvs46
5688 Forgot to remove the directory from top-level
5690 2010-10-02 [colin] 3.7.6cvs45
5692 * src/plugins/trayicon/Makefile.am
5693 * src/plugins/trayicon/trayicon.c
5694 * src/plugins/trayicon/libeggtrayicon/.cvsignore
5695 * src/plugins/trayicon/libeggtrayicon/Makefile.am
5696 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5697 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5698 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5699 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5700 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5701 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5702 * src/plugins/trayicon/libeggtrayicon/xembed.h
5703 Finally get rid of Eggtrayicon, use GtkStatusIcon
5704 instead (which can be done safely now that we
5707 2010-10-02 [colin] 3.7.6cvs44
5715 * src/editaddress_other_attributes_ldap.c
5718 * src/grouplistdialog.c
5720 * src/image_viewer.c
5724 * src/message_search.c
5726 * src/prefs_themes.c
5727 * src/summary_search.c
5730 * src/etpan/imap-thread.c
5732 * src/gtk/gtkcmclist.c
5733 * src/gtk/gtkcmoptionmenu.c
5734 * src/gtk/gtkutils.c
5735 * src/gtk/gtkutils.h
5736 * src/gtk/gtkvscrollbutton.c
5737 * src/plugins/pgpcore/select-keys.c
5738 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5739 Undeprecate for GTK+2.22. Patch by Reed Loden.
5740 Fixes bug #2276, 'Compile in maintainer mode
5741 fails on GTK+ 2.22'.
5743 2010-10-02 [colin] 3.7.6cvs43
5746 It's now time to remove the temporary enable-openssl
5747 option that was used when we removed OpenSSL. See
5748 bug #2276 comment #14.
5750 2010-09-30 [wwp] 3.7.6cvs42
5752 * src/prefs_account.c
5753 * src/prefs_filtering_action.c
5754 * src/prefs_matcher.c
5755 Fix bug #2274, wrong color label index range
5756 used w/ gtk_cmoption_menu (behaviour change
5757 has been introduced w/ 3.5.0cvs49 apparently),
5758 now it must be 1..N so let's use colorlabel value
5762 2010-09-20 [pawel] 3.7.6cvs41
5769 2010-09-19 [pawel] 3.7.6cvs40
5774 Set ML menus sensitivity accordingly to
5775 possibility of reply to ML
5777 2010-09-19 [colin] 3.7.6cvs39
5780 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5781 to newsgroups, and NNTP accounts *can* send email. We
5782 should not force an email account when replying to_ml or
5785 2010-09-19 [colin] 3.7.6cvs38
5788 Revert previous commit (which breaks Reply to newsgroups)
5790 2010-09-17 [pawel] 3.7.6cvs37
5793 Respect reply_account_autosel when changing compose
5794 account to email one while replying to NNTP post
5796 2010-09-17 [wwp] 3.7.6cvs36
5798 * doc/man/claws-mail.1
5799 Update --compose documentation in `man claws-mail`.
5801 2010-09-12 [pawel] 3.7.6cvs35
5804 Add forgotten bit to previous commit,
5805 select email account when replying to ML
5807 2010-09-12 [pawel] 3.7.6cvs34
5810 Fix bug #2247 "nntp reply-to-all broken?"
5811 Make reply-to-all and reply-to-ml work as expected in
5812 mailing list through NNTP case
5814 2010-09-11 [pawel] 3.7.6cvs33
5819 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5820 fixes build with GTK+ < 2.18
5822 2010-09-10 [pawel] 3.7.6cvs32
5827 Make Tab key switch between FolderView, MsgView and
5828 SummaryView only, other widgets have/can have their own
5831 2010-08-25 [colin] 3.7.6cvs31
5836 * src/common/base64.c
5837 * src/common/base64.h
5838 Fix bug #2245, "base64 decoding fails with line breaks"
5839 Patch by Yotam Medini
5841 2010-08-25 [colin] 3.7.6cvs30
5844 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5846 2010-08-23 [pawel] 3.7.6cvs29
5849 * src/send_message.c
5852 Hide progressbar on statusbar when not needed
5854 2010-08-17 [colin] 3.7.6cvs28
5857 Fix previous patch (our own tmp dir is inside
5860 2010-08-16 [colin] 3.7.6cvs27
5863 Use temp dir to store logs in Windows. Avoids doing
5864 get_rc_dir() early, which prevents set_rc_dir()
5867 2010-07-31 [holger] 3.7.6cvs26
5869 * src/gtk/gtkshruler.c
5870 Yet more GdkGC to Cairo porting
5872 2010-07-30 [holger] 3.7.6cvs25
5874 * src/stock_pixmap.c
5875 More GdkGC to Cairo porting
5877 2010-07-30 [holger] 3.7.6cvs24
5879 * src/gtk/colorlabel.c
5880 One GdkGC usage less
5882 2010-07-29 [holger] 3.7.6cvs23
5885 Replace some gdk drawing with cairo, as the former
5886 is going towards deprecation.
5888 2010-07-25 [colin] 3.7.6cvs22
5890 * src/common/utils.c
5891 And now for a real fix. g_list_remove() doesn't, of
5892 course, free the data. But we have to have a solid
5893 pointer to it in order to free it ourselves instead
5894 of relying on the old freed list pointer.
5895 Maybe that's the last patch on the subject now ? :)
5897 2010-07-25 [colin] 3.7.6cvs21
5899 * src/common/utils.c
5900 Remove stupid and extraneous g_free() of elements
5901 which have just been freed by g_list_remove(). (see
5902 GList documentation). I don't know how it worked before
5904 2010-07-25 [colin] 3.7.6cvs20
5906 * src/common/utils.c
5907 Reverse free/use with more logical and safe
5908 use/free. Thanks to Michael Rasmussen !
5910 2010-07-24 [colin] 3.7.6cvs19
5912 * src/gtk/quicksearch.c
5913 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5914 'freeze when using quick search'
5916 2010-07-11 [iwkse] 3.7.6cvs18
5918 * src/gtk/quicksearch.c
5919 Add SMALL_LAYOUT to quicksearch_relayout
5921 2010-07-10 [iwkse] 3.7.6cvs17
5924 Remove forgotten variable from
5925 the last bugfix #2224
5927 2010-07-10 [colin] 3.7.6cvs16
5930 * src/gtk/quicksearch.c
5931 Clean fix for bug #2224: don't mess with GTK settings when
5932 handling the layout ourselves is enough
5934 2010-07-09 [iwkse] 3.7.6cvs15
5938 Better fix for Bug #2224
5940 2010-07-09 [iwkse] 3.7.6cvs14
5944 Always use stock icons on buttons
5946 2010-07-08 [colin] 3.7.6cvs13
5949 Fix bug 2223, 'Compilation fails with GTK+
5950 2.21.3'. Thanks to Jan Psota !
5952 2010-06-29 [pawel] 3.7.6cvs12
5955 Revert 3.7.5cvs41, it breaks templates that use %X
5957 2010-06-23 [wwp] 3.7.6cvs11
5959 * src/gtk/colorlabel.c
5960 Silent up a warning by avoiding possible confusion
5961 in logical expression evaluation, thanks to TuxCM.
5963 2010-06-21 [iwkse] 3.7.6cvs10
5965 * src/gtk/quicksearch.c
5966 Do not add into quicksearch history
5967 matching rules with bad syntax
5969 2010-05-26 [holger] 3.7.6cvs9
5973 Add function to select rows given a list of messages,
5974 complementary to summary_get_selected_msg_list()
5976 2010-05-22 [mir] 3.7.6cvs8
5979 Fix bug 2208. Encode encrypted password to qouted
5980 printable to avoid making invalid XML. Encoding
5981 will be activated the first time the password is
5984 2010-05-22 [paul] 3.7.6cvs7
5986 * manual/advanced.xml
5988 * src/prefs_common.c
5989 * src/prefs_common.h
5990 after using the compose margin for several days
5991 I wanted the old style back - add a new hidden
5992 pref 'show_compose_margin' to restore the old
5993 behaviour (defaults to FALSE)
5995 2010-05-14 [paul] 3.7.6cvs6
5998 add a margin to the compose window text that matches
5999 the margin in textview
6001 2010-05-14 [colin] 3.7.6cvs5
6003 * src/gtk/sslcertwindow.c
6004 Fix dangling pointer. Thanks to Michael R!
6006 2010-05-14 [colin] 3.7.6cvs4
6008 * src/gtk/sslcertwindow.c
6009 Fix bug 1993, 'Cannot send mail when SSL certificate is
6010 expired but certificate check is skipped' and maybe
6011 bug 2200, 'SSL is not working with POP3'
6013 2010-05-14 [colin] 3.7.6cvs3
6015 * src/plugins/pgpinline/pgpinline.c
6016 Fix bug 2205, 'PGPInline: segfault on malformed mails'
6018 2010-05-04 [iwkse] 3.7.6cvs2
6020 * src/prefs_message.c
6021 Get a generic name as 'Quotation' for
6024 2010-05-04 [iwkse] 3.7.6cvs1
6026 * src/prefs_message.c
6027 * src/prefs_common.h
6028 * src/prefs_common.c
6031 Option for collapsing via double-click
6033 2010-05-01 [paul] 3.7.6
6039 2010-05-01 [paul] 3.7.5cvs55
6041 * tools/claws.i18n.status.pl
6044 2010-05-01 [paul] 3.7.5cvs54
6047 add YUP, new Ukrainian translator
6049 2010-04-30 [paul] 3.7.5cvs53
6053 add Ukrainian translation, submitted by YUP
6062 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6063 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
6064 Tiago Faria, and Slavko
6066 2010-04-26 [wwp] 3.7.5cvs52
6071 2010-04-26 [mones] 3.7.5cvs51
6076 2010-04-22 [pawel] 3.7.5cvs50
6081 first NULL check pointer, then use it
6083 2010-04-22 [colin] 3.7.5cvs49
6086 Fix error message when session isn't established
6088 Update translation and fix a typo in it
6090 2010-04-15 [pawel] 3.7.5cvs48
6092 * src/prefs_account.c
6093 Fix Bug 2144 'When creating an account with IMAP4+SSL,
6094 the port isn't configured properly'
6095 When using SSL/TLS tunneling automatically use default
6096 ports for encrypted connections: smtps, pop3s, imaps, nntps
6098 2010-04-15 [pawel] 3.7.5cvs47
6101 Fix crasher in actions using '%f' argument
6102 on multiple files with external scripts which
6103 don't return any output.
6105 2010-04-14 [colin] 3.7.5cvs46
6108 Fix hand cursor after error symbol appears
6110 2010-04-12 [colin] 3.7.5cvs45
6113 Fix bug 2162, 'configure check for libetpan
6114 fails with libetpan 1.0'
6117 2010-04-09 [mones] 3.7.5cvs44
6119 * manual/de/glossary.xml
6120 Fix encoding to match main document's
6121 Also fixes make dist with Debian's openjade
6123 2010-03-29 [pawel] 3.7.5cvs43
6125 * src/matcher_parser.h
6126 * src/matcher_parser_parse.y
6127 * src/gtk/quicksearch.c
6128 Disable matcher warnings when populating quicksearch
6129 completion lists on startup
6131 2010-03-27 [colin] 3.7.5cvs42
6133 * src/gtk/quicksearch.c
6134 Fix double-free later in code. Optimize
6137 2010-03-27 [pawel] 3.7.5cvs41
6140 Make sure that quote ends with new line char
6142 2010-03-26 [pawel] 3.7.5cvs40
6147 Fix Bug 1928 Add "reply to this address" pop menu
6149 - Set composing account to email one when creating/replying
6150 from NNTP folder by clicking link or choosing option
6154 2010-03-25 [paul] 3.7.5cvs39
6156 * src/gtk/gtkcmclist.c
6157 Fix build with GTK+ 2.20
6159 2010-03-24 [pawel] 3.7.5cvs38
6164 * src/grouplistdialog.c
6168 * src/prefs_account.c
6169 * src/gtk/gtkcmclist.c
6170 * src/gtk/gtkcmctree.c
6171 * src/gtk/gtkcmoptionmenu.c
6172 * src/gtk/gtksctree.c
6173 * src/gtk/gtkshruler.c
6174 * src/gtk/gtkutils.c
6175 * src/gtk/gtkutils.h
6176 * src/gtk/gtkvscrollbutton.c
6177 * src/gtk/inputdialog.c
6178 * src/gtk/spell_entry.c
6179 * src/plugins/trayicon/trayicon.c
6180 * src/plugins/trayicon/libeggtrayicon/Makefile.am
6181 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6182 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6183 Fix build with GTK+ 2.19
6185 2010-03-23 [pawel] 3.7.5cvs37
6189 Respect view->show_col_headers option
6190 * src/gtk/gtkcmctree.c
6191 Fix GtkCmcTree column width calculation when it has
6192 auto_resize set and new node is added
6194 2010-03-22 [pawel] 3.7.5cvs36
6196 * src/grouplistdialog.c
6197 * src/prefs_common.c
6198 * src/prefs_common.h
6199 - remember newsgroups list dialog size
6200 - respect use_dotted_lines hidden pref
6201 - respect use_stripes_everywhere hidden pref
6203 2010-03-21 [pawel] 3.7.5cvs35
6206 Remove superfluous gtk_widget_show_all()
6209 * src/common/utils.c
6212 2010-03-21 [pawel] 3.7.5cvs34
6215 * src/gtk/quicksearch.c
6216 * src/gtk/quicksearch.h
6217 Implement separate search phrase completion for
6218 normal/extended quicksearch
6220 2010-03-11 [paul] 3.7.5cvs33
6223 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6224 submitted by Yuwei Yu
6226 2010-03-09 [colin] 3.7.5cvs32
6228 * manual/de/glossary.xml
6231 2010-03-02 [colin] 3.7.5cvs31
6233 * manual/de/glossary.xml
6234 Sort alphabetically. Done by Volker Ribbert.
6236 2010-03-02 [mones] 3.7.5cvs30
6239 Fix mailing list archives location
6240 Remove currently unavailable CVS webview
6242 2010-03-01 [iwkse] 3.7.5cvs29
6244 * src/common/plugin.c
6245 Other indentation issues
6247 2010-03-01 [iwkse] 3.7.5cvs28
6249 * src/common/plugin.c
6250 Fix indentation of the previous commit
6252 2010-03-01 [iwkse] 3.7.5cvs27
6254 * src/common/plugin.h
6255 * src/common/plugin.c
6256 Add API for getting a loaded Plugin from the
6257 plugin's name, plugin_get_loaded_by_name (const gchar *name)
6258 Thanks to Colin, Michael
6260 2010-02-27 [colin] 3.7.5cvs26
6265 * manual/Makefile.am
6266 * manual/de/Makefile.am
6267 * manual/de/account.xml
6269 * manual/de/addrbook.xml
6270 * manual/de/advanced.xml
6271 * manual/de/claws-mail-manual.xml
6273 * manual/de/glossary.xml
6275 * manual/de/handling.xml
6276 * manual/de/intro.xml
6277 * manual/de/keyboard.xml
6278 * manual/de/plugins.xml
6279 * manual/de/starting.xml
6280 * manual/de/dist/.cvsignore
6281 * manual/de/dist/Makefile.am
6282 * manual/de/dist/html/.cvsignore
6283 * manual/de/dist/html/Makefile.am
6284 * manual/de/dist/pdf/.cvsignore
6285 * manual/de/dist/pdf/Makefile.am
6286 * manual/de/dist/ps/.cvsignore
6287 * manual/de/dist/ps/Makefile.am
6288 * manual/de/dist/txt/.cvsignore
6289 * manual/de/dist/txt/Makefile.am
6290 Add the german translation of the manual, done by
6291 Volker Ribbert <thoraki@arcor.de>.
6293 2010-02-27 [holger] 3.7.5cvs25
6295 * src/prefs_toolbar.c
6296 Don't make toolbar item description for
6297 plugin registered items editable
6299 2010-02-26 [colin] 3.7.5cvs24
6302 Don't translate empty description
6304 2010-02-22 [colin] 3.7.5cvs23
6307 Don't make In-Reply-To visible when reediting
6308 a draft or sent mail.
6310 2010-02-20 [colin] 3.7.5cvs22
6316 * src/etpan/imap-thread.c
6317 * src/etpan/imap-thread.h
6318 * src/etpan/nntp-thread.c
6319 * src/etpan/nntp-thread.h
6320 When going offline from NetworkManager, just
6321 delete IMAP connections. That'll avoid timeouts
6322 when coming back online in certain cases when
6323 the TCP socket will have timed out.
6325 2010-02-20 [holger] 3.7.5cvs21
6328 More files to ignore
6330 2010-02-17 [ticho] 3.7.5cvs20
6337 2010-02-16 [ticho] 3.7.5cvs19
6342 Removed unused argument from summary_open_row().
6344 2010-02-10 [pawel] 3.7.5cvs18
6347 - fix headers filtering when prefs_common.trans_hdr is on
6348 - fix headers setting when changing composing account
6350 * src/prefs_template.c
6351 Re-add template's name for translation
6353 2010-02-10 [colin] 3.7.5cvs17
6355 * src/prefs_matcher.c
6356 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6357 Condition>Define>Header>Name combo box'. Patch by
6360 2010-02-10 [colin] 3.7.5cvs16
6370 Add the GB18030 Chinese charset, which is a superset
6371 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6373 2010-02-09 [holger] 3.7.5cvs15
6376 GTK+ 2.10 related cleanup
6378 2010-02-09 [pawel] 3.7.5cvs14
6380 * src/prefs_account.c
6381 * src/prefs_folder_item.c
6382 * src/prefs_template.c
6384 Respect prefs_common.trans_hdr in couple more places to avoid
6385 confusion with translated/non-translated header names
6387 2010-02-09 [colin] 3.7.5cvs13
6392 2010-02-09 [colin] 3.7.5cvs12
6395 And fix 2.10 build :)
6397 2010-02-09 [colin] 3.7.5cvs11
6400 Bump up GTK+ requirement to 2.10
6409 * src/prefs_actions.c
6410 * src/prefs_common.c
6411 * src/prefs_common.h
6412 * src/prefs_ext_prog.c
6413 * src/prefs_filtering_action.c
6415 * src/prefs_image_viewer.c
6416 * src/prefs_matcher.c
6417 * src/prefs_msg_colors.c
6418 * src/prefs_summaries.c
6419 * src/prefs_template.c
6425 * src/gtk/Makefile.am
6427 * src/gtk/gtkcmclist.c
6428 * src/gtk/gtkcmctree.c
6429 * src/gtk/gtkutils.c
6430 * src/gtk/quicksearch.c
6431 Remove all compile-time conditionals depending on
6435 * src/gtk/gtksourceprintjob.c
6436 * src/gtk/gtksourceprintjob.h
6437 Remove libgnomeprint-based printing system (and
6438 command-line-based printing system) as GTK+ 2.10
6439 ships with print support.
6441 2010-02-08 [mir] 3.7.5cvs10
6444 Avoid displaying Bcc headers in message sent
6445 to NNTP servers. Thanks to Henning Mersch.
6448 2010-02-08 [pawel] 3.7.5cvs9
6451 Make tooltips less cryptic
6452 * src/gtk/description_window.c
6453 Improve window size calculation
6455 2010-02-08 [pawel] 3.7.5cvs8
6459 * src/common/utils.c
6460 * src/common/utils.h
6462 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6463 Patch by Laurent Bigonville with slight modifications
6465 2010-02-03 [pawel] 3.7.5cvs7
6468 Add some libtool files to ignore
6470 2010-02-03 [pawel] 3.7.5cvs6
6472 * src/plugins/trayicon/trayicon.c
6473 Save and then restore focus when closing/minimizing to tray
6475 2010-02-03 [mir] 3.7.5cvs5
6483 Save LDAP password encrypted. See bug 2113.
6486 2010-02-03 [colin] 3.7.5cvs4
6489 Fix again decoding of encrypted parts. The
6490 reverting of the patch was wrong, as the
6491 double-decoding was fixed in smime itself.
6492 Thanks to Matthias Drochner again...
6494 2010-02-02 [colin] 3.7.5cvs3
6496 * src/plugins/smime/smime.c
6498 Revert 3.7.4cvs2 and make a better patch for bug
6499 2059 and 2076. Patch by Matthias Drochner
6501 2010-01-31 [pawel] 3.7.5cvs2
6504 Fix hungarian translator's name
6506 2010-01-31 [pawel] 3.7.5cvs1
6510 Fix Bug 2107 - Arrow keys don't work in message view window
6512 2010-01-31 [paul] 3.7.5
6519 2010-01-23 [pawel] 3.7.4cvs10
6522 Fix button sensitivity in compose mode
6524 2010-01-23 [pawel] 3.7.4cvs9
6527 * tools/kdeservicemenu/install.sh
6528 * tools/make.themes.project
6529 * tools/nautilus2claws-mail.sh
6530 * tools/popfile-link.sh
6531 * tools/textviewer.sh
6532 Not all systems have bash installed in /bin, use env(1) to find
6535 2010-01-22 [pawel] 3.7.4cvs8
6537 * src/prefs_account.c
6538 * src/prefs_filtering.c
6540 * src/gtk/colorlabel.c
6541 Add some separators in combos
6543 2010-01-22 [pawel] 3.7.4cvs7
6546 --disable-aspell -> --disable-enchant
6548 Fix options spacing in configure --help
6550 Make wizard's window centered on the screen
6552 2010-01-19 [holger] 3.7.4cvs6
6556 Introduce folder_get_item_from_identifier().
6557 In contrast to folder_find_item_from_identifier(), this
6558 function recursively creates the FolderItems in the id path.
6559 Useful for programmatically creating folders (e.g. by plugins)
6561 2010-01-17 [pawel] 3.7.4cvs5
6566 2010-01-16 [colin] 3.7.4cvs4
6568 * src/plugins/pgpcore/sgpgme.c
6569 Probably fix bug 2098, 'claws-mails crashes frequently
6570 with pgpcore'. Fix double-free.
6572 2010-01-16 [holger] 3.7.4cvs3
6574 * src/prefs_toolbar.h
6577 2010-01-15 [colin] 3.7.4cvs2
6580 Decode mimeinfo before decrypting it. Probably
6581 fixes bug 2059 'gpgme >=1.1.8 not compatible
6582 with S/MIME encryption' and bug 2076 'having
6583 worked 2 times properly CLAWS ceased to
6584 decrypt incoming PGP mails -displays base64
6585 instead - sucks completely'
6586 Let's hope complete suckage ends here!
6587 Thanks to Matthias Drochner.
6589 2010-01-08 [paul] 3.7.4cvs1
6591 * tools/claws.i18n.status.pl
6594 2010-01-08 [paul] 3.7.4
6601 2010-01-08 [paul] 3.7.3cvs57
6615 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6616 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6617 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6620 2010-01-08 [paul] 3.7.3cvs56
6622 * src/common/utils.c
6623 fix bug 2089, 'URLs ending with an underscore ('_')
6624 are not correctly parsed'. thanks to Johan
6626 2010-01-05 [colin] 3.7.3cvs55
6629 Update french translation
6631 2010-01-04 [mones] 3.7.3cvs54
6634 Update Spanish translation
6636 2010-01-04 [mones] 3.7.3cvs53
6638 * manual/plugins.xml
6640 * manual/es/claws-mail-manual.xml
6641 * manual/es/intro.xml
6642 * manual/es/plugins.xml
6643 Synchronise with English version
6645 2010-01-03 [paul] 3.7.3cvs52
6650 update TEAM_LIST, fix encoding
6652 2010-01-03 [mir] 3.7.3cvs51
6655 When composing to a NNTP list TO: will always be preset
6656 to the NNTP list unless user has chosen some other default
6657 in which case we will handle this the normal way. Therefore
6658 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6660 2010-01-01 [paul] 3.7.3cvs50
6663 bump copyright year whilst it's in mind
6665 2009-12-31 [paul] 3.7.3cvs49
6667 * manual/claws-mail-manual.xml
6669 * manual/plugins.xml
6670 fix links so that they make sense in the context of the
6671 text version of the manual
6673 2009-12-31 [paul] 3.7.3cvs48
6676 * manual/plugins.xml
6677 updates, improvements, corrections, additions
6679 2009-12-29 [pawel] 3.7.3cvs47
6681 * src/prefs_filtering_action.c
6682 Fix Bug 2082 'Wrong color rectangle position when replacing
6683 "color" processing rule'
6685 2009-12-29 [colin] 3.7.3cvs46
6688 Fix bug 2074, 'Remember sending account
6691 2009-12-20 [holger] 3.7.3cvs45
6694 Delay CREATED_HOOKLIST invokation until
6695 after the modifications to the compose window
6696 are done, to allow hooks to further modify the
6697 window without getting overridden again
6699 2009-12-20 [holger] 3.7.3cvs44
6701 * src/prefs_toolbar.h
6704 2009-12-20 [holger] 3.7.3cvs43
6706 * src/prefs_toolbar.c
6707 * src/prefs_toolbar.h
6709 Pass window struct to caller
6711 2009-12-20 [holger] 3.7.3cvs42
6715 Add hooklist after creation of a compose window
6717 2009-12-19 [holger] 3.7.3cvs41
6719 * src/prefs_toolbar.c
6720 * src/prefs_toolbar.h
6722 Allow plugins to choose to which toolbar they want
6723 to add actions (main window, compose window, or message view)
6725 2009-12-19 [paul] 3.7.3cvs40
6728 fix statusbar in GTK+ 2.19.1
6730 2009-12-10 [pawel] 3.7.3cvs39
6733 Better fix for cvs28 regression
6735 2009-12-10 [iwkse] 3.7.3cvs38
6738 Fix some indentation
6740 2009-12-10 [iwkse] 3.7.3cvs37
6743 Add missing checks for gtkaspell: avoid
6744 crashing in some cases when Enchant is
6745 enabled but the spell checker is disabled
6748 2009-12-09 [colin] 3.7.3cvs36
6751 Fix leak and unchecked accesses.
6753 2009-12-09 [mir] 3.7.3cvs35
6756 Fix Bug 2072 "template at folder properties is not working"
6757 introduced in cvs24.
6759 2009-12-08 [pawel] 3.7.3cvs34
6762 When 'Reply All' remove current compose address from
6763 Cc/Bcc list - fix for regression introduced in cvs28
6765 2009-12-05 [pawel] 3.7.3cvs33
6768 Fix memory management, duh!
6770 2009-12-04 [pawel] 3.7.3cvs32
6773 Use case insensitive comparison in search for
6776 Refresh scrollbars on every window open
6778 2009-12-04 [pawel] 3.7.3cvs31
6781 Highlight misspelled words when applying template and
6782 check_while_typing option is on
6784 2009-12-03 [pawel] 3.7.3cvs30
6787 Highlight misspelled words in text inserted from file(s)
6788 or pasted to message body when check_while_typing
6791 2009-12-02 [pawel] 3.7.3cvs29
6794 Revert first part of previous commit
6796 2009-12-02 [pawel] 3.7.3cvs28
6799 Fix Bug 2055 "duplicate mailing list reply if
6800 List-Post + Reply-To present"
6801 - Ignore Reply-To if answering to ML
6802 - Improve parsing of List-Post header
6804 2009-12-02 [pawel] 3.7.3cvs27
6808 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6809 email had user in "From" and "CC"
6810 Don't allow duplicate addresses in compose window headers
6812 2009-12-02 [mones] 3.7.3cvs26
6815 * manual/es/intro.xml
6816 * manual/fr/intro.xml
6817 * manual/it/intro.xml
6818 * manual/pl/intro.xml
6819 Make URL to point current site
6821 2009-12-01 [holger] 3.7.3cvs25
6825 Introduce new drag type "claws-mail/msg-path-list" for
6826 drag'n'drop of a message selection from the summaryview
6827 into other applications. The drag data gets set to the
6828 folder-item-id followed by message ids, separated by newlines.
6829 This enables other applications to back-link to Claws Mail
6830 via a "claws-mail --select" call after they received a drop.
6832 2009-11-30 [mir] 3.7.3cvs24
6835 Place cursor in compose window according to provided input
6836 If to: is present place cursor in subject field and if both
6837 to: and subject: is present place cursor in body. If body: is
6838 present insert a new line after text and place cursor there.
6840 2009-11-27 [mones] 3.7.3cvs23
6842 * src/gtk/quicksearch.c
6843 Allow viewing longer expressions if there's space
6845 2009-11-25 [holger] 3.7.3cvs22
6848 * src/common/Makefile.am
6849 * src/common/utils.c
6850 * src/common/utils.h
6851 Add a function to query the
6852 filepath of the .desktop file
6854 2009-11-25 [colin] 3.7.3cvs21
6857 Fix bug 2063, 'glib assertion in GRelation use in
6860 2009-11-24 [pawel] 3.7.3cvs20
6862 * src/common/utils.c
6863 Fix Bug 2053 'Inconsistent application of Coloration
6865 Don't allow '<' character between quotation marks
6867 2009-11-21 [holger] 3.7.3cvs19
6870 Modify cairo clip handling in preview windows,
6871 to prevent print preview windows from being blank
6872 with GTK+ 2.18. Follow recommendation of the GTK+
6873 documentation (section "Migrating to client side windows")
6874 and create a new cairo context for each expose event.
6876 2009-11-19 [pawel] 3.7.3cvs18
6879 complete 3.7.3cvs15 so install is DESTDIR safe
6880 remove icons with changed names on uninstall
6882 2009-11-18 [pawel] 3.7.3cvs17
6885 remove unneeded and code-duplicating function
6887 2009-11-18 [pawel] 3.7.3cvs16
6890 Fix Bug 2057 'Claws mail does not keep renamed names
6891 of nntp-subscribed groups'
6892 Check for already subscribed group using item->path for group
6893 comparision as folders item->path != item->name may be truth
6894 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6896 2009-11-17 [pawel] 3.7.3cvs15
6899 Fix Bug 2049 'some icons not copied?'
6900 Install additional 64x64 and 128x128 icons
6902 2009-11-17 [holger] 3.7.3cvs14
6904 * src/prefs_toolbar.c
6905 * src/prefs_toolbar.h
6908 Allow plugins to register toolbar items
6910 2009-11-11 [pawel] 3.7.3cvs13
6916 Fix Bug 1867 Changing account does not change BCC address
6917 Set account specific headers when changing account
6920 2009-11-07 [colin] 3.7.3cvs12
6922 * src/gtk/prefswindow.c
6923 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6926 2009-11-07 [colin] 3.7.3cvs11
6928 * src/gtk/spell_entry.c
6929 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6930 Patch by Pawel Pekala
6932 2009-10-27 [colin] 3.7.3cvs10
6935 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6936 Don't try to check whether the folder is up-to-date if
6937 the folder class doesn't implement set_mtime, as we don't
6938 care in this case. This code exists since a long time, but
6939 the bug was triggered by more scanning of queue folders
6940 since recently (when we added \Deleted handling).
6942 2009-10-27 [colin] 3.7.3cvs9
6945 Try to fix registering as default client
6948 2009-10-21 [wwp] 3.7.3cvs8
6950 * src/common/utils.c
6951 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6953 2009-10-21 [wwp] 3.7.3cvs7
6955 * src/common/utils.c
6956 Don't core dump when attempting to insert a non-existing
6957 file using a mailto: uri (g_error does core dump).
6959 2009-10-20 [colin] 3.7.3cvs6
6961 * src/common/utils.c
6962 Don't g_error on normal warnings...
6964 2009-10-20 [colin] 3.7.3cvs5
6966 * src/plugins/pgpcore/sgpgme.c
6967 Fix bug 1996, 'S/MIME key not selected'
6968 Check for S/MIME certs too
6970 2009-10-20 [colin] 3.7.3cvs4
6972 * src/common/w32lib.h
6973 Fix win32 build on latest mingw32
6975 2009-10-20 [colin] 3.7.3cvs3
6980 Fix LDIF export. Patch by Michael Rasmussen
6982 2009-10-18 [paul] 3.7.3cvs2
6984 * tools/claws.i18n.status.pl
6985 increase the value of $transolddays since we're relasing less
6987 rework the en_GB.po hack so that en_GB is always 100% translated
6988 and recently updated
6990 2009-10-17 [paul] 3.7.3cvs1
6992 * src/prefs_account.c
6993 * src/prefs_compose_writing.c
6994 * src/prefs_receive.c
6995 * src/prefs_summaries.c
6996 * src/prefs_wrapping.c
6997 reword a few labels. (this incorporates everything
6998 that seemed worthwhile from bug 2020)
6999 * src/prefs_customheader.c
7000 use a 'Browse' button instead of button with
7001 label 'From file...'
7005 * CVS repository change
7007 2009-10-09 [paul[ 3.7.3
7009 version 3.7.3 unleashed!!
7011 2009-10-07 [paul] 3.7.2cvs49
7016 fix Bug 1994 - Changing colors required restart.
7017 in the process rename folderview_reflect_prefs_pixmap_theme() to the
7018 more accurate folderview_reinit_fonts()
7020 2009-10-07 [paul] 3.7.2cvs48
7023 * src/prefs_common.c
7024 * src/prefs_common.h
7025 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
7026 patch by Pawel Pekala
7028 2009-10-07 [paul] 3.7.2cvs47
7036 updated by David Vachulka, Stephan Sachse and Marc Arens,
7037 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
7040 2009-10-06 [colin] 3.7.2cvs46
7043 French translation update
7045 2009-10-05 [paul] 3.7.2cvs45
7048 enable Page Size and Orientation in the print dialog,
7049 GTK+ >= 2.18.x only. Patch by Mark__T
7051 2009-10-05 [paul] 3.7.2cvs44
7053 * src/prefs_summaries.c
7054 fix label, startup --> start-up, to match other uses of the
7057 2009-10-05 [paul] 3.7.2cvs43
7060 updated by Emilian Nowak
7062 2009-10-03 [colin] 3.7.2cvs42
7066 * src/gtk/gtkcmclist.c
7067 * src/gtk/gtkvscrollbutton.c
7068 * src/gtk/logwindow.c
7070 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7071 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7072 Fix warning at start
7074 2009-09-28 [colin] 3.7.2cvs41
7078 * src/prefs_folder_item.c
7079 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7081 2009-09-28 [colin] 3.7.2cvs40
7083 * src/prefs_summaries.c
7084 * src/gtk/sslcertwindow.c
7085 Fix bug 2006, 'Non-utf8 strftime(3) date strings
7086 shows up garbled in GUI'. Patch by Pawel Pekala
7088 2009-09-24 [iwkse] 3.7.2cvs39
7091 That's only for statistics, of course :)
7093 2009-09-24 [iwkse] 3.7.2cvs38
7098 2009-09-24 [iwkse] 3.7.2cvs37
7101 Revert unwanted change
7103 2009-09-24 [iwkse] 3.7.2cvs36
7106 Fix issue with filtering actions and
7109 2009-09-20 [mones] 3.7.2cvs35
7111 * tools/convert_mbox.pl
7112 Add -R flag to support recursive conversions
7113 of arbitrary Evolution mail folders, based on
7114 bash script by Daniel Dickinson (fixes debian
7116 * tools/popfile-link.sh
7117 Set required shell for script (fixes debian
7120 2009-09-16 [colin] 3.7.2cvs34
7123 Go grab files in /etc/skel if they exist
7126 2009-09-15 [colin] 3.7.2cvs33
7129 Complete 3.7.1cvs42: only output directly to
7130 final file if we get NULL byes at the start.
7131 Still fixes saving UTF16 files, but also
7132 fixes displaying Base64 parts with decoding
7133 errors (parts without errors get displayed)
7135 2009-09-14 [colin] 3.7.2cvs32
7139 * src/matcher_parser_parse.y
7140 * src/prefs_matcher.c
7141 Add 'has_attachment' and 'signed' matcher
7142 expressions. Patch by Aleksei Miheev, fixes
7145 2009-09-14 [colin] 3.7.2cvs31
7147 * src/common/utils.c
7148 Add "Re :" prefix from french Yahoo mail.
7149 Patch by Didier Barvaux, fixes bug 1999
7151 2009-09-10 [mones] 3.7.2cvs30
7153 * manual/plugins.xml
7154 Fix sites supported by SpamReport
7155 * manual/es/plugins.xml
7156 Synchronise Spanish manual
7158 2009-09-07 [holger] 3.7.2cvs29
7161 Also update the icon cache on uninstall.
7162 This prevents possible problems when Claws Mail was
7163 uninstalled and installed again into a different location,
7164 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7165 and the blog post linked therein
7167 2009-09-07 [paul] 3.7.2cvs28
7169 * src/prefs_toolbar.c
7170 when updating the main toolbar icons just update
7171 the main toolbar (and consequently fix a bug where
7172 folderview icons would disappear)
7174 2009-08-30 [holger] 3.7.2cvs27
7177 Do case-insensitive comparison against
7178 header names when extracting recipients
7181 2009-08-23 [colin] 3.7.2cvs26
7184 Probably fix RH bug 512024, " folder.c:3543
7185 Condition msglist != NULL failed"
7187 2009-08-23 [colin] 3.7.2cvs25
7189 * src/prefs_compose_writing.c
7190 Make the maximum size warning bigger. Patch
7191 by Didier Barvaux on bug 1986.
7193 2009-08-21 [colin] 3.7.2cvs24
7196 Previous commit: move the function into compose_insert_file
7197 so that it's also used on drag-n-drop
7199 2009-08-21 [colin] 3.7.2cvs23
7202 Fix scrolling when adding an header
7204 2009-08-21 [colin] 3.7.2cvs22
7207 * src/prefs_common.c
7208 * src/prefs_common.h
7209 * src/prefs_compose_writing.c
7210 * src/common/utils.c
7211 Fix bug 1986, "New feature: warn user when inserting
7212 a large file in the message body". Patch by Didier
7215 2009-08-21 [colin] 3.7.2cvs21
7219 * src/common/utils.c
7220 Fix bug 1984: Add R�f. : reply prefix (french
7221 Lotus Notes); patch by Didier Barvaux
7223 2009-08-21 [colin] 3.7.2cvs20
7227 Fix bug 1969, 'Bad guess for outgoing encoding'
7228 Make sure the specific converters (japanese in
7229 this case) can return success/error in strict
7230 mode, instead of silently failing back to
7233 2009-08-20 [holger] 3.7.2cvs19
7237 Make it possible for code outside
7238 compose (e.g. plugins) to attach files
7240 2009-08-20 [colin] 3.7.2cvs18
7243 Fix crash when accessing IMAP soon
7245 2009-08-18 [colin] 3.7.2cvs17
7248 Maybe fix crash on non-existent LDAP server
7250 2009-08-04 [colin] 3.7.2cvs16
7253 Fix toolbar's spacing that breaks dark
7254 themes (patch from http://blogs.igalia.com/aperez/
7255 2009/07/making-claws-mail-look-better/)
7257 2009-07-28 [colin] 3.7.2cvs15
7260 * src/addrcustomattr.c
7262 * src/addressbook_foldersel.c
7270 * src/editldap_basedn.c
7281 * src/prefs_actions.c
7282 * src/prefs_customheader.c
7283 * src/prefs_display_header.c
7284 * src/prefs_filtering.c
7285 * src/prefs_folder_column.c
7286 * src/prefs_matcher.c
7287 * src/prefs_summary_column.c
7288 * src/prefs_summary_open.c
7289 * src/prefs_template.c
7292 Fix bug 1950, 'Program freeze up during folder selection'
7293 Don't leave hidden windows modal
7295 2009-07-28 [colin] 3.7.2cvs14
7298 Fix bug 1957, 'LDAP errs out after searching too
7301 2009-07-28 [colin] 3.7.2cvs13
7304 Fix bug 1966, '"Collapse all threads" slower than
7305 "Expand all threads"'
7307 2009-07-28 [colin] 3.7.2cvs12
7309 * src/common/session.c
7310 Fix bug 1967, 'Claws gets stuck after accepting
7311 a certificate warning dialog'
7313 2009-07-19 [paul] 3.7.2cvs11
7315 * manual/plugins.xml
7316 a few small changes to the English
7318 2009-07-18 [mones] 3.7.2cvs10
7320 * manual/plugins.xml
7321 Add new bsfilter and fancy plugins to the docs
7322 and a note about dealing with plugins of the same class
7323 * src/prefs_account.c
7324 Fix extra space at the end typo
7326 2009-07-16 [colin] 3.7.2cvs9
7329 Fix wrong return without unlocking; thanks
7332 2009-07-14 [colin] 3.7.2cvs8
7335 Fix bug 1954, 'Segfault on reading wrong STATUS'
7337 2009-07-10 [colin] 3.7.2cvs7
7339 * src/plugins/pgpcore/plugin.def
7340 * src/common/utils.h
7343 2009-07-10 [colin] 3.7.2cvs6
7345 * src/prefs_display_header.c
7346 Fix bug 1951, 'C-Mail dumps core when editing
7347 displayed headers'. Patch by Alexey Rusakov
7349 2009-07-10 [colin] 3.7.2cvs5
7352 Fix bug 1952, 'Deleted mails in Queue folder
7355 2009-07-09 [colin] 3.7.2cvs4
7357 * src/gtk/spell_entry.c
7358 Fix bug 1949, 'Spell checker doesn't recognise
7359 certain word in Subject header, but does in
7360 message body'. Patch by Pawel Pekala.
7362 2009-07-09 [paul] 3.7.2cvs3
7365 use pkgconfig to check for the minimum required
7368 2009-07-06 [colin] 3.7.2cvs2
7370 * src/prefs_customheader.c
7373 2009-07-04 [paul] 3.7.2cvs1
7375 * tools/claws.i18n.status.pl
7378 2009-07-03 [paul] 3.7.2
7385 2009-07-03 [paul] 3.7.1cvs85
7392 added new translations by Tiago Faria and Slavko
7405 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7406 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7407 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7408 Goncalves Guimaraes, Aleksei Miheev
7410 2009-07-01 [colin] 3.7.1cvs84
7412 * src/prefs_common.c
7413 Fix bug 1940, 'Doesn't open links in
7414 user's default browser'. Turn the preference
7415 to TRUE by default; that will only change the
7416 behaviour for new users.
7418 2009-06-29 [colin] 3.7.1cvs83
7422 * src/prefs_filtering_action.c
7423 Fix bug 1935, 'problems with very long filtering actions':
7424 Use a dynamic buffer in action to string, and a bigger
7425 buffer in string to action
7427 2009-06-29 [colin] 3.7.1cvs82
7429 * src/matcher_parser_lex.l
7430 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7432 2009-06-29 [colin] 3.7.1cvs81
7437 Fix crash (out-of-bounds tree column)
7438 * src/gtk/gtkcmctree.c
7439 * src/gtk/gtksctree.c
7440 Prevent using an out-of-bounds tree column
7442 2009-06-29 [colin] 3.7.1cvs80
7446 Leak fixes; patch by Pawel Pekala.
7448 2009-06-26 [colin] 3.7.1cvs79
7451 Sort by msgnum if dates are equal
7453 2009-06-24 [paul] 3.7.1cvs78
7456 make some (forgotten) strings translatable
7458 2009-06-19 [colin] 3.7.1cvs77
7461 Fix menu sensitiveness
7463 2009-06-18 [colin] 3.7.1cvs76
7466 * src/plugins/pgpcore/sgpgme.c
7467 * src/plugins/pgpcore/sgpgme.h
7468 * src/plugins/pgpmime/mypgpcore.def
7469 * src/plugins/pgpmime/pgpmime.c
7470 * src/plugins/smime/mypgpcore.def
7471 * src/plugins/smime/smime.c
7472 Use largefile support (and stop using our old GPGME
7473 hack on gpgme_data_seek/rewind)
7474 (See 1.9.12cvs44 to 46 - if this breaks things we
7477 2009-06-13 [colin] 3.7.1cvs75
7479 * src/gtk/spell_entry.c
7480 Fix assertion. We can put a NULL gtkaspell to
7481 an entry; it just means it won't be spell-checked.
7483 2009-06-12 [mones] 3.7.1cvs74
7487 * src/prefs_account.c
7488 * src/prefs_account.h
7489 * src/common/utils.c
7490 * src/common/utils.h
7491 Added preference to use account address in generated
7492 Message-Id. Fixes Debian bug #531052
7494 2009-06-12 [colin] 3.7.1cvs73
7497 Better fix, API-compatible with libgnutls13
7499 2009-06-12 [colin] 3.7.1cvs72
7502 Use compatibility mode in GnuTLS, and avoid problems with
7503 servers that don't comply 100% with the spec, but still
7506 2009-06-06 [iwkse] 3.7.1cvs71
7509 Ops..revert a mix with another patch
7511 2009-06-06 [iwkse] 3.7.1cvs70
7514 A better fix for the previous commit's issue
7516 2009-06-06 [iwkse] 3.7.1cvs69
7519 Fix shutting down of Claws Mail while a GTK_Return keypress
7520 event is sent to the Attach property window
7522 2009-06-05 [colin] 3.7.1cvs68
7525 Fix build on GTK+ 2.6
7527 2009-06-03 [mones] 3.7.1cvs67
7529 * tools/make.themes.project
7530 Oops! fix header, sorry Paul ;-)
7532 2009-06-03 [mones] 3.7.1cvs66
7534 * tools/make.themes.project
7535 Add support for PNG themes and other
7536 fixes i don't remember now... :)
7538 2009-06-02 [colin] 3.7.1cvs65
7541 * src/prefs_template.c
7543 Fix error messages in templates, and fix their
7546 2009-05-22 [colin] 3.7.1cvs64
7551 2009-05-22 [colin] 3.7.1cvs63
7554 Fix phantom button behind entry when
7555 changing fields via Tools/Reply mode.
7557 2009-05-22 [colin] 3.7.1cvs62
7562 2009-05-21 [mones] 3.7.1cvs61
7566 Add button to empty header lines with one click
7568 2009-05-21 [paul] 3.7.1cvs60
7572 * src/plugins/trayicon/trayicon.c
7573 when quitting from the trayicon, honour
7574 prefs_common.clean_on_exit
7576 2009-05-21 [paul] 3.7.1cvs59
7578 * src/gtk/Makefile.am
7579 remove duplicate entry
7580 thanks to Charles A Edwards
7582 2009-05-19 [paul] 3.7.1cvs58
7584 * src/send_message.c
7585 clear progressbar in the statusbar on 'Cancel'
7587 2009-05-16 [colin] 3.7.1cvs57
7593 2009-05-16 [colin] 3.7.1cvs56
7596 Remove msgnum>0 condition for removing messages
7597 from caches. There's no such condition on add.
7598 Fixes bug 1913, 'Allow to remove phantom
7599 messages from the cache'; patch by Fabian
7600 Keil <fk at fabiankeil.de>
7602 2009-05-12 [holger] 3.7.1cvs55
7606 Introduce hook after showing of the message view
7608 2009-05-11 [colin] 3.7.1cvs54
7611 Fix bug 1872, 'A: Cc: CCi: selector should
7612 default on same as preceding contact'
7614 2009-05-10 [holger] 3.7.1cvs53
7618 Add a hook to make it possible for plugins to
7619 modify the address completion list
7621 2009-05-06 [paul] 3.7.1cvs52
7625 fix bug 1915, 'Mails signed with smime.p7s
7626 display both signed and attachment icon.'
7628 2009-05-05 [colin] 3.7.1cvs51
7630 * src/common/utils.c
7633 2009-05-05 [colin] 3.7.1cvs50
7635 * src/common/utils.c
7636 Fix bug 1895, '(imap) cache issues when cache dir is on a
7637 different mountpoint than tempdir'
7639 2009-05-04 [colin] 3.7.1cvs49
7642 Probably fix bug 1914, 'Crash reading
7643 corrupted tags file'
7645 2009-04-26 [paul] 3.7.1cvs48
7648 * src/gtk/gtkaspell.h
7649 fix bug 1904, 'build mechanism looks for
7650 'enchant.h' in a wrong place'
7652 2009-04-25 [paul] 3.7.1cvs47
7655 gah! fix coding style!
7657 2009-04-25 [paul] 3.7.1cvs46
7661 if building with GTK+ >= 2.16 use
7662 gtk_orientable_set_orientation() instead of now
7663 deprecated gtk_toolbar_set_orientation()
7665 2009-04-24 [colin] 3.7.1cvs45
7668 Ask before sending if an attached file has
7671 2009-04-19 [paul] 3.7.1cvs44
7673 * src/prefs_common.c
7674 * src/prefs_common.h
7676 save About window size.
7677 patch by Pawel Pekala
7679 2009-04-12 [paul] 3.7.1cvs43
7681 * tools/csv2addressbook.pl
7682 add extra CSV fields that are now appended
7683 by thunderbird (version 2.0.0.21)
7685 2009-04-08 [colin] 3.7.1cvs42
7688 fix saving (but not displaying) of UTF-16
7691 2009-04-08 [colin] 3.7.1cvs41
7693 * src/gtk/manage_window.c
7694 Disable transient windows on win32 - seems to
7695 fix most focusing issues
7697 2009-04-05 [colin] 3.7.1cvs40
7700 Don't ask whether we want to send deleted mails in queue
7701 folders; also, don't send deleted mails when flushing
7704 2009-04-04 [paul] 3.7.1cvs39
7710 * tools/claws.i18n.status.pl
7711 add new Indonesian translation, by
7714 2009-04-03 [paul] 3.7.1cvs38
7720 2009-04-03 [colin] 3.7.1cvs37
7724 Fix bug 1891, 'Add support for gopher:// links'
7725 Patch by Jacob Head <clawsmail at jacob-head.com>
7726 Let's go back to the roots!
7728 2009-04-03 [paul] 3.7.1cvs36
7733 2009-04-03 [paul] 3.7.1cvs35
7736 add AC_CONFIG_MACRO_DIR([m4])
7737 remove CLAWS_ACLOCAL_INCLUDE(m4)
7738 * m4/aclocal-include.m4
7739 removed this now unneeded file
7741 2009-04-02 [colin] 3.7.1cvs34
7743 * src/common/utils.h
7744 Fix previous (thanks to Marcus :)
7746 2009-04-02 [colin] 3.7.1cvs33
7748 * src/common/utils.h
7749 * src/etpan/etpan-thread-manager.c
7750 pipe() was a macro from GLib on win32 until
7751 glib 2.13.2. It's undefined after that.
7752 Thanks to Marcus Brinkmann for the heads-up!
7754 2009-03-31 [colin] 3.7.1cvs32
7756 * src/folder_item_prefs.c
7757 Copy folder settings with prefs
7759 2009-03-31 [colin] 3.7.1cvs31
7761 * src/prefs_account.c
7762 Don't use un-sensitive checkboxes in Privacy tab
7763 when privacy system in None (makes unchecking
7764 painful when no privacy plugin is loaded)
7766 2009-03-30 [colin] 3.7.1cvs30
7773 * src/prefs_account.c
7774 * src/prefs_account.h
7777 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7778 Add an option on the Receive page of IMAP account preferences:
7779 "Move deleted mails to trash and expunge immediately". This
7780 option defaults to TRUE to avoid changing the existing behaviour.
7781 Setting it to FALSE prevents automatic expunging.
7782 Also, add Tools/Expunge and View/Hide deleted messages menu items
7783 (View/Hide deleted message being a per-folder setting, and behaving,
7784 like View/Hide read messages).
7786 2009-03-30 [colin] 3.7.1cvs29
7789 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7790 ask for IMAP password when using GSSAPI auth
7792 2009-03-27 [colin] 3.7.1cvs28
7795 Fix cvs14, make sure we mark non-existent caches dirty
7796 (or they never get written)
7798 2009-03-27 [colin] 3.7.1cvs27
7801 Fix tag update when all tags are removed
7804 2009-03-25 [colin] 3.7.1cvs26
7807 Fix configure.ac, thanks to Pawel
7809 2009-03-25 [colin] 3.7.1cvs25
7812 * src/etpan/nntp-thread.c
7813 Fix header fetching (NG/To/Cc). Fixes
7814 bug 1883, 'Message processing fails to
7815 act on Newsgroups: field'
7817 2009-03-23 [colin] 3.7.1cvs24
7820 Fix internal headers visible in queue/sent
7822 2009-03-23 [colin] 3.7.1cvs23
7825 Fix check for RC (resource compiler) used
7826 on win32 (AC_LIBTOOL_RC used to call it
7827 implicitely but stopped)
7829 2009-03-19 [colin] 3.7.1cvs22
7832 Put spam button in default toolbar even if
7833 bogofilter and spamassassin are not built.
7834 Other anti-spam plugin could exist! :)
7835 * src/common/utils.c
7836 Fix exit status fetch on win32
7838 2009-03-18 [paul] 3.7.1cvs21
7840 * src/gtk/spell_entry.c
7841 fix "[BUG] Wrong word replaced in 'Subject:'
7842 when spell-checking correction used"
7843 Patch by Pawel Pekala
7845 2009-03-17 [colin] 3.7.1cvs20
7847 * src/common/utils.c
7848 Fix win32 build (from cvs12)
7850 2009-03-17 [colin] 3.7.1cvs19
7853 Fix bug 1735, 'Change To: and Newsgroups:
7854 recipient field according account type'
7857 2009-03-17 [colin] 3.7.1cvs18
7860 * src/prefs_common.c
7861 * src/prefs_common.h
7863 * src/common/prefs.c
7864 Add preference for fsyncing metadata
7866 2009-03-16 [paul] 3.7.1cvs17
7868 * src/prefs_customheader.c
7869 add forgotten #if HAVE_LIBCOMPFACE
7871 2009-03-16 [paul] 3.7.1cvs16
7873 * src/prefs_customheader.c
7874 put the (X-)Face preview image below the up/down
7875 buttons so they don't jump around.
7876 make the list reorderable by drag'n'drop
7878 2009-03-16 [colin] 3.7.1cvs15
7880 * src/prefs_customheader.c
7881 Add a (X-)Face preview. Patch by iwkse.
7883 2009-03-16 [colin] 3.7.1cvs14
7889 * src/common/prefs.c
7890 Add fsync calls to make sure we don't
7891 lose data on system crashes. (to do:
7892 add a pref to allow people choosing raw
7895 2009-03-15 [colin] 3.7.1cvs13
7897 * src/gtk/gtkaspell.c
7898 Fix empty menu when there are no
7899 suggestions (using the Spelling menu)
7901 2009-03-14 [colin] 3.7.1cvs12
7903 * src/common/utils.c
7904 Win32: fix subject prefix length
7906 2009-03-11 [mones] 3.7.1cvs11
7909 fix encoding declared in header
7910 update translation now we're at it
7912 2009-03-10 [colin] 3.7.1cvs10
7915 Fix "wrong mime" message printed out multiple
7918 2009-03-10 [colin] 3.7.1cvs9
7920 * src/prefs_folder_item.c
7923 2009-03-09 [paul] 3.7.1cvs8
7925 * src/prefs_folder_item.c
7926 * src/send_message.c
7927 fixes to english text
7929 2009-03-08 [paul] 3.7.1cvs7
7932 correct errors in header
7934 2009-03-08 [paul] 3.7.1cvs6
7940 * tools/claws.i18n.status.pl
7941 add Japanese translation, submitted by kazken3
7943 2009-03-07 [colin] 3.7.1cvs5
7946 Don't let the invalid MIME warning hide
7947 other noticeview (Partial receive or
7950 2009-03-07 [colin] 3.7.1cvs4
7955 2009-03-07 [colin] 3.7.1cvs3
7960 Handle mimeparts that lack an end boundary.
7961 They're invalid but it's too annoying for
7962 normal users to fix.
7964 2009-03-06 [wwp] 3.7.1cvs2
7967 * src/folder_item_prefs.c
7968 * src/folder_item_prefs.h
7969 * src/prefs_folder_item.c
7970 Add per-folder default cc, bcc and reply-to.
7972 2009-03-06 [colin] 3.7.1cvs1
7975 * src/gtk/gtksourceprintjob.c
7976 Fix build with old print interface
7978 2009-03-06 [paul] 3.7.1
7985 2009-03-06 [paul] 3.7.0cvs78
7996 updated by David Vachulka, Stephan Sachse, Flammie
7997 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7998 Frederico Goncalves Guimaraes, Lars Persson Fink,
8001 2009-03-03 [colin] 3.7.0cvs77
8003 * src/prefs_filtering.c
8004 Win32: Fix bug 1865, 'IMAP account name changes
8005 are not followed at filter actions'
8007 2009-03-02 [colin] 3.7.0cvs76
8010 Fix Launchpad bug 335571: 'claws-mail crashed
8011 with SIGSEGV in strlen() while deleting
8012 large amount of e-mails on IMAP account
8014 2009-02-27 [mones] 3.7.0cvs75
8016 * manual/es/account.xml
8018 * manual/es/addrbook.xml
8019 * manual/es/advanced.xml
8020 * manual/es/claws-mail-manual.xml
8022 * manual/es/glossary.xml
8024 * manual/es/handling.xml
8025 * manual/es/intro.xml
8026 * manual/es/keyboard.xml
8027 * manual/es/plugins.xml
8028 * manual/es/starting.xml
8029 Sync with English version, fix some typos
8030 Changed encoding to UTF-8
8032 Update for release, changed encoding to UTF-8
8034 2009-02-24 [colin] 3.7.0cvs74
8037 Don't print separation line if there
8040 2009-02-23 [cleroy] 3.7.0cvs73
8049 * src/addrduplicates.c
8052 * src/addressbook_foldersel.c
8060 * src/customheader.c
8062 * src/editaddress_other_attributes_ldap.c
8100 * src/prefs_account.c
8101 * src/prefs_actions.c
8102 * src/prefs_common.c
8103 * src/prefs_filtering.c
8104 * src/prefs_filtering_action.c
8105 * src/prefs_folder_column.c
8106 * src/prefs_folder_item.c
8108 * src/prefs_matcher.c
8111 * src/prefs_summaries.c
8112 * src/prefs_summary_column.c
8113 * src/prefs_template.c
8114 * src/prefs_themes.c
8115 * src/prefs_toolbar.c
8122 * src/remotefolder.c
8123 * src/send_message.c
8124 * src/sourcewindow.c
8126 * src/stock_pixmap.c
8127 * src/summary_search.c
8134 * src/common/base64.c
8135 * src/common/claws.c
8136 * src/common/hooks.c
8137 * src/common/plugin.c
8138 * src/common/prefs.c
8139 * src/common/session.c
8141 * src/common/socket.c
8142 * src/common/string_match.c
8143 * src/common/stringtable.c
8144 * src/common/utils.c
8145 * src/common/utils.h
8147 * src/common/xmlprops.c
8148 * src/gtk/colorlabel.c
8149 * src/gtk/combobox.c
8150 * src/gtk/foldersort.c
8151 * src/gtk/gtkaspell.c
8152 * src/gtk/gtkcmclist.c
8153 * src/gtk/gtkcmctree.c
8154 * src/gtk/gtkcmoptionmenu.c
8155 * src/gtk/gtksctree.c
8156 * src/gtk/gtkshruler.c
8157 * src/gtk/gtksourceprintjob.c
8158 * src/gtk/gtkutils.c
8159 * src/gtk/gtkvscrollbutton.c
8160 * src/gtk/logwindow.c
8162 * src/gtk/pluginwindow.c
8163 * src/gtk/prefswindow.c
8164 * src/gtk/quicksearch.c
8165 * src/gtk/spell_entry.c
8166 * src/plugins/pgpcore/select-keys.c
8167 * src/plugins/pgpinline/pgpinline.c
8168 * src/plugins/pgpmime/pgpmime.c
8169 * src/plugins/smime/smime.c
8170 * src/plugins/spamassassin/spamassassin_gtk.c
8171 Mass commit changing g_return_* to cm_return_*
8172 and making these more interesting
8174 2009-02-23 [colin] 3.7.0cvs72
8177 Always initialise error code to no error
8179 2009-02-23 [colin] 3.7.0cvs71
8182 Fix separator substitution
8184 2009-02-23 [colin] 3.7.0cvs70
8186 * src/stock_pixmap.c
8187 * src/gtk/colorlabel.c
8188 don't use g_return on normal checks
8190 2009-02-22 [colin] 3.7.0cvs69
8196 2009-02-22 [colin] 3.7.0cvs68
8198 * src/addrduplicates.c
8214 * src/prefs_common.c
8215 * src/prefs_filtering.c
8226 * src/common/socket.c
8227 * src/common/template.c
8228 * src/etpan/imap-thread.c
8229 * src/gtk/gtkaspell.c
8230 * src/gtk/gtkcmctree.c
8231 * src/gtk/gtksctree.c
8232 * src/gtk/inputdialog.c
8233 * src/plugins/pgpcore/sgpgme.c
8234 * src/plugins/pgpmime/pgpmime.c
8235 * src/plugins/smime/smime.c
8236 * src/plugins/spamassassin/spamassassin.c
8237 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8238 uninitialised accesses
8240 2009-02-17 [colin] 3.7.0cvs67
8243 Disable controls during queuing
8245 2009-02-15 [colin] 3.7.0cvs66
8248 * src/plugins/pgpcore/select-keys.c
8249 * src/plugins/pgpcore/sgpgme.c
8250 Disable use of disabled keys
8252 2009-02-15 [colin] 3.7.0cvs65
8256 Fix font updating after changing
8257 prefs_common.derive_from_normal_font
8259 2009-02-12 [paul] 3.7.0cvs64
8265 * src/common/version.h.in
8269 more copyright header fixes
8271 2009-02-12 [paul] 3.7.0cvs63
8273 * src/gtk/progressdialog.c
8274 * src/gtk/progressdialog.h
8275 fix copyright header
8277 2009-02-12 [paul] 3.7.0cvs62
8279 * src/gtk/spell_entry.c
8280 * src/gtk/spell_entry.h
8281 better, more standard copyright header
8283 2009-02-12 [paul] 3.7.0cvs61
8285 * src/gtk/spell_entry.c
8286 * src/gtk/spell_entry.h
8287 changes to copyright header
8289 2009-02-12 [paul] 3.7.0cvs60
8291 * src/gtk/spell_entry.c
8292 * src/gtk/spell_entry.h
8295 2009-02-11 [colin] 3.7.0cvs59
8297 * src/gtk/spell_entry.c
8298 * src/gtk/spell_entry.h
8301 2009-02-11 [colin] 3.7.0cvs58
8304 * src/gtk/Makefile.am
8305 * src/gtk/gtkaspell.c
8306 * src/gtk/gtkaspell.h
8307 Add spellcheck to subject. Patch by
8310 2009-02-10 [holger] 3.7.0cvs57
8314 Move filename define for printing page setup cache to defs.h
8316 2009-02-08 [mones] 3.7.0cvs56
8319 Fix build for bison 2.4.1
8321 2009-02-06 [holger] 3.7.0cvs55
8323 * src/prefs_common.c
8324 * src/prefs_common.h
8326 Fix restoring of custom page setups for printing by
8327 temporarily caching the settings.
8328 This is a workaround for Gnome Bug #39018, and fixes
8329 Claws Mail Bug #1840.
8331 2009-02-06 [colin] 3.7.0cvs54
8334 Fix hardcoded Shift-Q quits. Fixes
8335 bug 1838, 'Claws-Mail sometimes quits
8336 when attempting to type a capital Q'
8338 2009-01-31 [paul] 3.7.0cvs53
8341 revert 3.7.0cvs49, until there is time to find out
8342 why it causes a nasty crash!
8344 2009-01-31 [paul] 3.7.0cvs52
8347 1 string that was forgotten for translation
8349 2009-01-31 [paul] 3.7.0cvs51
8352 2 strings that were forgotten for translation
8354 2009-01-31 [paul] 3.7.0cvs50
8356 * src/gtk/prefswindow.c
8357 build prefs tree in a slightly smarter way -
8358 fix bug where if path[0] had same name as
8359 path[1], (like in the de translation), path[1]
8360 was lost and not shown in the window
8362 2009-01-31 [paul] 3.7.0cvs49
8365 fix bug 1836, 'Quoted text still blue after
8366 removal of quote-character'
8367 comment out some debug_print's that needlessly
8370 comment out a debug_print that needlessly slows
8373 2009-01-31 [paul] 3.7.0cvs48
8376 fix bug 1834, '"semi"-selection when collapsing thread'
8378 2009-01-31 [paul] 3.7.0cvs47
8380 * src/prefs_compose_writing.c
8381 * src/prefs_message.c
8382 move 'quote_chars' pref to where it should be
8384 2009-01-30 [paul] 3.7.0cvs46
8387 fix updating of popup menu sensitivity
8389 2009-01-28 [paul] 3.7.0cvs45
8391 * tools/filter_conv_new.pl
8392 move 'move' and 'delete' to end of @actions
8393 so that they are always final actions in the
8394 generated filtering rule
8396 2009-01-27 [paul] 3.7.0cvs44
8399 always select text/calendar mimepart if suitable
8400 plugin (i.e. vCalendar) is available
8402 2009-01-27 [paul] 3.7.0cvs43
8405 fix crash when right-clicking in summaryview when
8406 processing is active
8408 2009-01-22 [colin] 3.7.0cvs42
8413 When replying to signed/encrypted mail and the
8414 preference to sign/encrypt in this case is set,
8415 choose the original mail's privacy system (if
8418 2009-01-21 [colin] 3.7.0cvs41
8421 Fix warning (on-the-fly theming of
8422 addressbook isn't complete yet)
8424 2009-01-21 [colin] 3.7.0cvs40
8428 Win32: Fix window placement
8430 2009-01-21 [paul] 3.7.0cvs39
8433 update timeout log msg
8435 2009-01-17 [colin] 3.7.0cvs38
8440 * src/common/utils.c
8441 * src/etpan/imap-thread.c
8442 Fix g_open calls (which don't ignore mode)
8444 2009-01-17 [colin] 3.7.0cvs37
8453 * src/common/ssl_certificate.c
8455 * src/common/utils.c
8456 * src/etpan/imap-thread.c
8457 * src/plugins/bogofilter/bogofilter.c
8458 * src/plugins/pgpinline/pgpinline.c
8459 * src/plugins/smime/smime.c
8460 Probably fix bug 1825, 'Unable to fetch messages from
8461 IMAP folders named with non-ASCII string'
8462 Change remaining occurences of fopen and open with
8465 2009-01-17 [paul] 3.7.0cvs36
8468 update an old, outdated piece of info
8470 2009-01-17 [paul] 3.7.0cvs35
8472 * src/prefs_folder_item.c
8473 fix bug where saving Folder Properties of a
8474 sub-folder of outbox, queue, draft or trash
8475 would change its parent's folder type to normal
8477 2009-01-12 [mones] 3.7.0cvs34
8482 2009-01-12 [wwp] 3.7.0cvs33
8485 * tools/popfile-link.sh
8486 * tools/textviewer.sh
8487 Fix bashisms and other portability glitches (thanks to
8488 Steven M. Bellovin).
8490 2009-01-11 [paul] 3.7.0cvs32
8493 clean up some build warnings
8495 2009-01-11 [colin] 3.7.0cvs31
8498 Revert part of patch 3.7.0cvs29
8499 This function is used when jpilot
8502 2009-01-11 [colin] 3.7.0cvs30
8505 folder_find_child_item_by_name():
8506 actually use name, not path's basename
8508 2009-01-11 [paul] 3.7.0cvs29
8515 * src/prefs_folder_item.c
8516 clean up some build warnings
8518 2009-01-11 [paul] 3.7.0cvs28
8521 don't even mention printing support, assume its
8522 presence, unless building with GTK+ < 2.10.0
8524 2009-01-10 [colin] 3.7.0cvs27
8527 Fix bug 1811, '[mime] Crash when there's no
8528 room for filename's start on the same line'
8529 When the mimetype of the attachment is very
8530 long, there's no room at all to start the
8531 name=... parameter on the same line. This
8532 caused an infinite loop as 0 characters of
8533 the filename could be appended.
8534 In such cases, insert linebreak before the
8537 2009-01-09 [colin] 3.7.0cvs26
8541 * src/common/utils.c
8542 Win32: Fix bug 1815, 'Drag-n-Drop of files on
8543 Compose Window does not attach'
8545 2009-01-09 [colin] 3.7.0cvs25
8548 Fix bug 1817, 'Changing Themes does not
8549 update the pixmaps in "Select folder"
8552 2009-01-09 [colin] 3.7.0cvs24
8555 Win32: Fix bug 1816, 'Attaching files with
8556 command-line generates error after attaching'
8558 2009-01-09 [paul] 3.7.0cvs23
8561 forgot this '2009' in last commit
8563 2009-01-09 [paul] 3.7.0cvs22
8567 update copyright headers
8569 2009-01-09 [paul] 3.7.0cvs21
8571 * doc/man/claws-mail.1
8574 2009-01-09 [colin] 3.7.0cvs20
8577 Fix bug 1814, 'Windows' WM badly places
8580 2009-01-09 [colin] 3.7.0cvs19
8582 * src/prefs_themes.c
8583 * src/stock_pixmap.c
8584 * src/stock_pixmap.h
8585 * src/common/utils.c
8586 * src/common/utils.h
8587 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8589 2009-01-08 [colin] 3.7.0cvs18
8592 Win32: Fix bug 1810, 'Pressing 'o' key
8595 2009-01-07 [colin] 3.7.0cvs17
8598 Fix bug 1432, '& not escaped in links (HTML
8601 2009-01-06 [colin] 3.7.0cvs16
8603 * src/plugins/pgpcore/select-keys.c
8604 Warn translators the usual way about
8607 2009-01-06 [colin] 3.7.0cvs15
8610 Fix synchronisation dialog that shouldn't
8611 appear when network goes down (Network
8615 Fix save as when attach_save_dir isn't set
8616 fixes bug 1804, 'attach_save_directory does
8617 not default to $HOME'
8618 * src/plugins/pgpcore/select-keys.c
8619 Add mnemonics to buttons - warn translators!
8621 2009-01-06 [wwp] 3.7.0cvs14
8623 * src/common/utils.c
8624 Fix cvs13, thanks to Colin.
8626 2009-01-06 [wwp] 3.7.0cvs13
8628 * src/common/utils.c
8629 Better support for Spanish Outlook replies (RES).
8631 2009-01-02 [colin] 3.7.0cvs12
8634 Fix (+) sign after collapsed folder names that
8635 have quicksearch-matching children.
8636 Fixes bug 1506, 'Recursive search in collapsed
8639 2009-01-02 [colin] 3.7.0cvs11
8641 * src/stock_pixmap.c
8642 * src/stock_pixmap.h
8643 Remove now-unused stock_pixmap_gdk
8645 2009-01-02 [colin] 3.7.0cvs10
8647 * src/gtk/gtkutils.c
8648 * src/pixmaps/claws-mail_icon.xpm
8649 Use pixbuf for app icon, and make the app icon
8652 2009-01-02 [colin] 3.7.0cvs9
8655 Show both link title and URI if possible
8657 2009-01-02 [colin] 3.7.0cvs8
8661 * src/addressbook_foldersel.c
8664 * src/grouplistdialog.c
8668 * src/gtk/gtkcmclist.c
8669 * src/gtk/gtkcmclist.h
8670 * src/gtk/gtkcmctree.c
8671 * src/gtk/gtkcmctree.h
8672 * src/gtk/gtksctree.c
8673 * src/gtk/gtksctree.h
8674 Implement pixbuf rendering in tree widgets
8676 * src/plugins/trayicon/trayicon.c
8678 * src/prefs_themes.c
8679 Use pixbuf rendering here too
8681 2008-12-30 [paul] 3.7.0cvs7
8684 no need to prematurely trim the uri in the statusbar
8686 2008-12-29 [paul] 3.7.0cvs6
8689 prefer List-Id header to X-* headers when creating
8690 filter rule automatically
8692 2008-12-28 [colin] 3.7.0cvs5
8695 Set minimum height to 440 instead of 480
8697 2008-12-22 [colin] 3.7.0cvs4
8700 Fix bug 1799, '"Discard message" deletes manually
8701 saved draft'. Switch rmode to REEDIT after
8704 2008-12-21 [paul] 3.7.0cvs3
8706 * tools/claws.i18n.status.pl
8709 2008-12-21 [paul] 3.7.0cvs2
8715 2008-12-21 [paul] 3.7.0cvs1
8721 2008-12-19 [paul] 3.7.0
8728 2008-12-19 [paul] 3.6.1cvs80
8731 remove unmaintained sk and sr from ALL_LINGUAS
8732 add newly maintained cs to ALL_LINGUAS
8743 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8744 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8745 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8748 2008-12-16 [colin] 3.6.1cvs79
8750 * src/plugins/pgpcore/sgpgme.c
8753 2008-12-15 [colin] 3.6.1cvs78
8758 * src/plugins/pgpcore/sgpgme.c
8759 * src/plugins/pgpcore/sgpgme.h
8760 * src/plugins/pgpinline/pgpinline.c
8761 * src/plugins/pgpmime/pgpmime.c
8762 * src/plugins/smime/smime.c
8763 Fix bug 1796, 'PGP/MIME setting: "select key by your
8764 email address" doesn't work'. Use custom from address
8767 2008-12-15 [colin] 3.6.1cvs77
8769 * src/common/utils.c
8770 Fix bug 1746, 'Makes a mailto link from several
8773 2008-12-15 [paul] 3.6.1cvs76
8775 * m4/spamassassin.m4
8776 fix warnings thrown up by autoconf-2.63
8778 2008-12-13 [colin] 3.6.1cvs75
8783 * src/common/utils.c
8784 * src/common/utils.h
8786 Finish previous patch
8788 2008-12-13 [colin] 3.6.1cvs74
8791 Only install certs on windows
8793 2008-12-13 [colin] 3.6.1cvs73
8796 * tools/ca-certificates.crt
8797 * src/common/Makefile.am
8799 First try to ship SSL certificates in Windows
8802 2008-12-12 [colin] 3.6.1cvs72
8805 * src/plugins/pgpinline/claws.def
8808 2008-12-12 [paul] 3.6.1cvs71
8812 * src/partial_download.c
8814 * src/common/claws.c
8815 * src/common/prefs.c
8816 * src/common/utils.c
8817 win32: fix unlinking, renaming and bug with
8821 2008-12-11 [colin] 3.6.1cvs70
8824 * manual/fr/advanced.xml
8825 Update french translations
8827 2008-12-10 [colin] 3.6.1cvs69
8830 Correct bug submission guidelines
8832 2008-12-10 [colin] 3.6.1cvs68
8834 * src/plugins/pgpcore/pgp_viewer.c
8835 Fix bug 1736, 'Key import does not work'
8836 Kill the correct pid (and not the parent
8837 shell), and increase the timeout a bit.
8839 2008-12-09 [paul] 3.6.1cvs67
8842 ensure that any stray noticeview buttons are hidden,
8843 as clicking them causes segfaults!
8845 2008-12-09 [colin] 3.6.1cvs66
8849 * src/folder_item_prefs.h
8850 * src/prefs_common.c
8851 * src/prefs_common.h
8853 Fix bug 1792, '"Save Message to" should
8854 retain list of recently selected folders'
8855 Also, make Enchant-related prefs stick
8856 even if the build doesn't enable enchant
8858 2008-12-09 [paul] 3.6.1cvs65
8861 fix bug 1787, 'Prevent automatic PGP inline
8862 decryption attempts' use the noticeview to display
8863 decryption failure messages instead of the irritating
8866 2008-12-09 [colin] 3.6.1cvs64
8868 * src/prefs_filtering.c
8869 Fix bug 1789, 'filtering account selection
8870 (regression)'. Filtering on sending-only
8871 accounts can be a little useful when using
8872 filtering via Tools menu.
8874 2008-12-07 [paul] 3.6.1cvs63
8876 * src/prefs_actions.c
8877 don't auto-select first entry (same as other
8879 * src/gtk/pluginwindow.c
8880 these parents don't have children so don't look
8883 2008-12-07 [paul] 3.6.1cvs62
8885 * src/prefs_account.c
8886 * src/gtk/pluginwindow.c
8887 * src/gtk/prefswindow.c
8888 * src/gtk/prefswindow.h
8889 auto-select first page
8891 2008-12-05 [colin] 3.6.1cvs61
8895 Fix bug 1788, 'CM crashes re-encoding
8896 encoded parameters' (introduced in cvs40)
8898 2008-12-05 [paul] 3.6.1cvs60
8900 * src/prefs_common.h
8901 remove gpg prefs that are no longer needed here
8903 2008-12-03 [colin] 3.6.1cvs59
8906 Speed up cache reading (about 10% gain)
8908 * src/gtk/gtksctree.c
8909 Speed up expand/collapse all threads
8912 2008-12-03 [paul] 3.6.1cvs58
8915 eradicate gcc4's signedness warnings
8916 fix building with gnuTLS on (Open)Solaris
8918 2008-12-01 [colin] 3.6.1cvs57
8920 * src/gtk/gtkcmclist.c
8923 2008-12-01 [colin] 3.6.1cvs56
8925 * src/plugins/pgpinline/pgpinline.c
8926 Fix bug 1779, 'PGP Inline badly handles
8927 multipart'. Properly dump the current part
8928 instead of running around with scissors
8930 2008-11-30 [paul] 3.6.1cvs55
8932 * manual/advanced.xml
8933 * manual/plugins.xml
8934 * src/prefs_toolbar.c
8935 remove the verb from the page title and
8936 update references in the manual
8938 2008-11-30 [paul] 3.6.1cvs54
8941 move Other/ page to Other/Miscellaneous
8942 * src/gtk/prefswindow.c
8943 make parent page unselectable
8945 2008-11-29 [paul] 3.6.1cvs53
8948 add the new 'primary_paste_unselects' hidden
8949 option, add missing 'log_[...]_color' options,
8950 and reformat the text
8951 * manual/advanced.xml
8952 add the new 'primary_paste_unselects' hidden
8953 option, add missing 'log_[...]_color' options
8955 2008-11-28 [colin] 3.6.1cvs52
8960 2008-11-28 [colin] 3.6.1cvs51
8965 2008-11-28 [colin] 3.6.1cvs50
8968 Fix account selection in Mailing list
8971 2008-11-28 [paul] 3.6.1cvs49
8974 automatically remove obsolete strings
8976 2008-11-28 [colin] 3.6.1cvs48
8978 * src/plugins/pgpcore/sgpgme.c
8979 Fix error message when key isn't available.
8981 2008-11-27 [colin] 3.6.1cvs47
8987 2008-11-26 [colin] 3.6.1cvs46
8992 2008-11-26 [colin] 3.6.1cvs45
8994 * src/plugins/pgpcore/select-keys.c
8995 * src/plugins/pgpcore/sgpgme.c
8996 Fix bug 1591, 'S/MIME: better key
8997 handling/selection dialog'
8998 Really ignore revoked/expired keys
9000 2008-11-26 [colin] 3.6.1cvs44
9003 * src/common/claws.c
9005 Make sure libgcrypt's threading is initialised
9006 before gnutls. See also old bug 1539.
9008 2008-11-26 [colin] 3.6.1cvs43
9012 * src/etpan/imap-thread.c
9013 Fix possible crashes due to clist_begin()
9014 not checking for NULLs (it should!)
9016 2008-11-25 [colin] 3.6.1cvs42
9019 Fix line length in MIME parameters
9021 2008-11-22 [paul] 3.6.1cvs41
9024 grab Return key press in attachments Properties
9027 2008-11-21 [colin] 3.6.1cvs40
9031 Fix bug 1776, 'use encoded name parameters
9032 for attachments instead of ascii'.
9033 Break the RFC 2047 by using B-encoded
9034 filename parameter, like everyone does,
9035 following advice from the RFC author.
9037 2008-11-21 [colin] 3.6.1cvs39
9039 * src/common/socket.c
9040 Rehandshake if server asks to
9042 2008-11-21 [colin] 3.6.1cvs38
9046 * src/common/session.h
9048 Move conditional-compilation members to
9051 2008-11-19 [wwp] 3.6.1cvs37
9053 * src/prefs_actions.c
9054 Fixed wrong behaviour when pressing Escape (was not cancelling
9057 2008-11-19 [wwp] 3.6.1cvs36
9063 * src/prefs_actions.c
9064 * src/prefs_filtering_action.c
9068 * src/common/utils.c
9069 Replace occurrences of "command line" with "command-line" everywhere.
9070 Enforce code style (mostly indentation) in prefs_actions.c.
9072 2008-11-19 [colin] 3.6.1cvs35
9075 * src/prefs_common.c
9076 * src/prefs_common.h
9077 Add primary_paste_unselects hidden preference
9078 to change how middle-click pasting changes
9079 the selection and insert point; defaults to
9082 2008-11-19 [colin] 3.6.1cvs34
9085 Always give focus to summaryview, even if
9086 the folder is empty, in small screen layout.
9087 Allows to go back to folderlist using the
9090 2008-11-18 [colin] 3.6.1cvs33
9093 Put back conditional at the end of struct
9095 2008-11-18 [colin] 3.6.1cvs32
9098 * src/common/w32_reg.c
9099 Fix crash on win32 when browsing to a
9102 2008-11-15 [colin] 3.6.1cvs31
9105 After a mid-click paste, deselect selection
9106 and go to end of paste.
9108 2008-11-15 [colin] 3.6.1cvs30
9111 Auto-save draft after external editor quits
9113 2008-11-15 [colin] 3.6.1cvs29
9115 * src/plugins/pgpcore/sgpgme.c
9116 Fix wrong error display, thanks to
9119 2008-11-14 [colin] 3.6.1cvs28
9121 * src/prefs_actions.c
9122 Comment out bogus (IMO) warning
9124 2008-11-14 [colin] 3.6.1cvs27
9131 Share summaryview's context menu actions with
9132 the equivalent menu items of the main menu;
9133 this allows to share accelerators and de-
9136 2008-11-14 [colin] 3.6.1cvs26
9138 * src/plugins/pgpcore/sgpgme.c
9139 Fix bug 1768, 'claws-mail crashes while
9140 checking smime bad signature'
9142 2008-11-13 [colin] 3.6.1cvs25
9146 Fix redefinition of PREFSBUFSIZE
9148 2008-11-13 [wwp] 3.6.1cvs24
9150 * tools/popfile-link.sh
9151 Add support for reusing existing POPFile session ID.
9153 2008-11-12 [colin] 3.6.1cvs23
9156 Fix bug 1771, 'Folder template gets
9157 truncated when exiting the application'
9158 Use a 32k buffer for string preferences
9160 2008-11-11 [colin] 3.6.1cvs22
9163 Fix "display sender using addressbook" when
9164 prefs_common.swap_from is in use. Patch by
9167 2008-11-11 [colin] 3.6.1cvs21
9172 Make a few functions static
9174 2008-11-07 [colin] 3.6.1cvs20
9178 Fix crash when rebuilding colorlabel
9182 * src/prefs_account.c
9183 * src/prefs_compose_writing.c
9184 * src/prefs_logging.c
9185 * src/prefs_message.c
9187 * src/prefs_receive.c
9188 * src/prefs_summaries.c
9189 * src/prefs_wrapping.c
9190 * src/plugins/bogofilter/bogofilter_gtk.c
9191 * src/plugins/pgpcore/prefs_gpg.c
9192 * src/plugins/spamassassin/spamassassin_gtk.c
9193 Fix deprecated use of page_size in
9194 gtkspinbutton adjustments
9196 2008-11-06 [mones] 3.6.1cvs19
9199 Fix missing "About" in Help menu
9200 * tools/claws.i18n.status.pl
9203 2008-11-05 [colin] 3.6.1cvs18
9208 * src/common/socket.c
9209 * src/common/socket.h
9210 * src/gtk/gtkutils.c
9211 * src/gtk/gtkutils.h
9212 w32: Implement single launch (lock
9213 socket); always put debug log to
9214 the rc_dir; fix Start menu update
9215 after registering as default Mail
9218 2008-11-05 [colin] 3.6.1cvs17
9221 Setting the Mail start menu item in HKCU
9222 confuses the Internet Options dialog. Do
9223 it in HKLM as this dialog does.
9225 2008-11-04 [colin] 3.6.1cvs16
9227 * src/common/w32_reg.c
9230 2008-11-04 [colin] 3.6.1cvs15
9233 w32: Fix getting content-type
9235 * src/prefs_common.c
9236 * src/prefs_common.h
9237 * src/prefs_ext_prog.c
9239 w32: better integration (use the
9240 standard file associations instead
9241 of our platform-unadapted open
9244 * src/common/utils.c
9245 * src/common/w32_reg.c
9246 * src/common/w32lib.h
9247 w32: better integration (allow
9248 setting Claws as default MUA)
9250 2008-11-01 [colin] 3.6.1cvs14
9253 Fix wrongly converted non-ascii characters
9254 when locale's charset is US-ASCII (strict-mode
9255 was failing in this case)
9257 2008-10-30 [colin] 3.6.1cvs13
9263 Use one UI Manager per mimeview, instead of
9264 the global one -- else user_data pointer gets
9265 broken if opening and closing another message-
9266 view, then using right-click on a mimeview's
9267 mimepart. Probably fixes bug 1711, 'Save-as
9270 2008-10-24 [paul] 3.6.1cvs12
9273 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9274 * tools/kdeservicemenu/install.sh
9275 another, possibly the final?, attempt on getting this
9278 2008-10-24 [paul] 3.6.1cvs11
9280 * tools/kdeservicemenu/install.sh
9281 fix servicemenu installation directory on kde4
9283 2008-10-24 [paul] 3.6.1cvs10
9285 * tools/kdeservicemenu/README
9286 * tools/kdeservicemenu/install.sh
9287 add support for kde4 in addition to kde3.
9288 a rework involving checking for kde4-config, then
9289 kde-config, finally prompting the user for the
9290 location of either if they cannot be found
9293 2008-10-18 [paul] 3.6.1cvs9
9295 * tools/claws.i18n.status.pl
9296 updated with latest translator info.
9297 only print for languages defined in %langname
9299 2008-10-17 [paul] 3.6.1cvs8
9301 * src/plugins/pgpcore/sgpgme.c
9302 when listing the uid's, show the uid validity
9304 2008-10-16 [paul] 3.6.1cvs7
9309 2008-10-13 [wwp] 3.6.1cvs6
9312 Updated French translation.
9314 2008-10-11 [colin] 3.6.1cvs5
9317 Fix bug 1756, "Outdated translators list in About
9318 dialogue". Patch by Aleksei Miheev.
9320 2008-10-11 [colin] 3.6.1cvs4
9330 * src/prefs_account.c
9331 * src/send_message.c
9332 * src/send_message.h
9336 * src/common/claws.c
9338 * src/common/session.c
9339 * src/common/session.h
9342 * src/common/socket.c
9343 * src/common/socket.h
9346 * src/common/ssl_certificate.c
9347 * src/common/ssl_certificate.h
9349 * src/gtk/sslcertwindow.c
9350 * src/gtk/sslcertwindow.h
9353 2008-10-11 [colin] 3.6.1cvs3
9355 * src/common/ssl_certificate.c
9356 Make local function static
9358 2008-10-10 [colin] 3.6.1cvs2
9361 * src/common/ssl_certificate.c
9362 * src/gtk/sslcertwindow.c
9363 Add offline certificate verification,
9364 thanks to Nikos Mavrogiannopoulos for the
9367 2008-10-10 [colin] 3.6.1cvs1
9369 * src/common/ssl_certificate.c
9370 * src/gtk/sslcertwindow.c
9373 2008-10-10 [paul] 3.6.1
9375 * m4/spamassassin.m4
9376 remove openssl dross
9383 2008-10-10 [colin] 3.6.0cvs25
9386 Tell libetpan it doesn't need to init
9389 2008-10-10 [colin] 3.6.0cvs24
9392 Remove references to openssl
9394 2008-10-09 [colin] 3.6.0cvs23
9399 2008-10-09 [colin] 3.6.0cvs22
9402 Error out when building against openssl
9404 2008-10-09 [colin] 3.6.0cvs21
9411 Disable OpenSSL due to requirement of
9412 OpenSSL exception. Code not removed yet,
9413 just in case, but disabled.
9415 2008-10-09 [colin] 3.6.0cvs20
9425 * src/prefs_ext_prog.c
9427 * src/prefs_image_viewer.c
9431 * src/gtk/Makefile.am
9433 * src/gtk/gtksourceprintjob.c
9434 * src/gtk/gtksourceprintjob.h
9435 Revert previous patch. It'd be better to remove
9436 OpenSSL instead, as GnuTLS works as well.
9438 2008-10-09 [colin] 3.6.0cvs19
9448 * src/prefs_ext_prog.c
9450 * src/prefs_image_viewer.c
9454 * src/gtk/Makefile.am
9456 * src/gtk/gtksourceprintjob.c
9457 * src/gtk/gtksourceprintjob.h
9458 Remove the libgnomeprint interface (deprecated,
9459 and fixes Debian's #501570, 'Copyright confusion')
9461 2008-10-09 [colin] 3.6.0cvs18
9464 Require libetpan 0.57 (important fixes)
9466 2008-10-08 [paul] 3.6.0cvs17
9468 * src/prefs_filtering_action.c
9469 * src/prefs_matcher.c
9470 enable re-ordering of the filtering/processing
9471 condition and actions lists by drag'n'drop
9473 2008-10-08 [colin] 3.6.0cvs16
9476 Fix wrong menu title
9478 2008-10-07 [colin] 3.6.0cvs15
9481 After thinking, revert this. It's only a minor
9482 annoyance to GSSAPI users, and I can't test this
9483 right now. Postponed until after next good release.
9485 2008-10-07 [colin] 3.6.0cvs14
9488 Don't ask for a password when using GSSAPI
9490 2008-10-07 [colin] 3.6.0cvs13
9493 Fix build with GTK+ < 2.14
9495 2008-10-07 [colin] 3.6.0cvs12
9499 * src/prefs_common.c
9500 * src/prefs_common.h
9502 * src/gtk/colorlabel.c
9503 Fix bug 1749, 'Shortcut keys for color labels
9505 Make fullscreen a setting remembered between
9508 2008-10-07 [colin] 3.6.0cvs11
9511 Fix bug 1747, 'Wanderlust keybindings no longer
9512 working (regression)'
9514 2008-10-07 [colin] 3.6.0cvs10
9517 Make fullscreen a real menu item
9519 2008-10-07 [colin] 3.6.0cvs9
9522 Make sure we won't save size when
9525 2008-10-06 [colin] 3.6.0cvs8
9529 Handle fullscreen via F11. Patch by
9532 2008-10-06 [colin] 3.6.0cvs7
9535 Fix return value when setting client cert
9537 2008-10-04 [colin] 3.6.0cvs6
9540 Fix bug 1742, 'Attachment list contents not
9543 2008-10-04 [paul] 3.6.0cvs5
9546 fix failure of Hide toolbar option on restart
9548 2008-10-04 [colin] 3.6.0cvs4
9555 Maemo: Fix bug 1737, Crashes upon opening
9557 2008-10-04 [paul] 3.6.0cvs3
9560 submitted (just a little late) by Frederico
9563 2008-10-03 [wwp] 3.6.0cvs2
9566 Many fixes, mostly in menus and accelerators.
9568 2008-10-03 [colin] 3.6.0cvs1
9571 Allow network mounts with new GTKs: they're
9572 available via FUSE mounts and we don't need
9575 2008-10-03 [paul] 3.6.0
9582 2008-10-03 [paul] 3.5.0cvs145
9589 new translations. added by Yasen Pramatarov,
9590 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9599 updated translations. submitted by Miquel Oliete,
9600 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9601 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9603 2008-10-02 [colin] 3.5.0cvs144
9605 * src/common/session.c
9606 Fix crash when connection fails on windows
9608 2008-10-01 [colin] 3.5.0cvs143
9611 Real fix for FS-unsafe chars on win32
9613 2008-10-01 [colin] 3.5.0cvs142
9616 Encode prohibited filenames on win32
9618 2008-09-30 [mones] 3.5.0cvs141
9622 * src/prefs_themes.c
9624 Fix output of some debug messages
9626 2008-09-30 [colin] 3.5.0cvs140
9633 * src/prefs_themes.c
9637 * src/common/utils.c
9638 * src/gtk/sslcertwindow.c
9639 Win32: Fix time usage; use g_stat
9641 2008-09-29 [colin] 3.5.0cvs139
9643 * src/common/utils.c
9644 Fix case-sensitive match of subject
9647 2008-09-29 [colin] 3.5.0cvs138
9649 * src/folder_item_prefs.c
9650 * src/folder_item_prefs.h
9652 * src/prefs_folder_item.c
9653 * src/prefs_matcher.c
9655 * src/common/string_match.c
9656 * src/common/utils.c
9657 Fix a huge leak (dozens of megs per folder
9658 change) on Windows: disable regexps
9660 2008-09-28 [paul] 3.5.0cvs137
9665 2008-09-27 [colin] 3.5.0cvs136
9669 Add accessor for cur_account
9671 2008-09-27 [colin] 3.5.0cvs135
9674 Fix crash when error happen on session establishment
9676 2008-09-26 [mones] 3.5.0cvs134
9681 2008-09-26 [colin] 3.5.0cvs133
9683 * src/plugins/pgpcore/claws.def
9686 2008-09-26 [colin] 3.5.0cvs132
9688 * src/prefs_common.c
9689 * src/prefs_common.h
9690 * src/plugins/pgpcore/pgp_viewer.c
9691 Add an accessor to prefs_common for plugins
9694 2008-09-25 [colin] 3.5.0cvs131
9697 Fix bug 1725, 'useless lines in clawsrc'
9698 * src/plugins/smime/mypgpcore.def
9699 Add a missing symbol
9701 2008-09-25 [paul] 3.5.0cvs130
9703 * src/plugins/smime/mypgpcore.def
9704 * src/plugins/smime/plugin.def
9705 * src/plugins/smime/version.rc
9706 add these windows-specific files
9709 2008-09-25 [colin] 3.5.0cvs129
9712 Load standard plugins only on first run
9714 2008-09-25 [colin] 3.5.0cvs128
9719 2008-09-24 [colin] 3.5.0cvs127
9722 Add nb_NO's charset (iso-8859-1)
9724 2008-09-24 [colin] 3.5.0cvs126
9726 * src/common/utils.c
9727 Fix get_mail_base_dir() on windows
9728 (was synced from main ages ago)
9730 2008-09-24 [colin] 3.5.0cvs125
9734 Integrate better with Windows' style
9736 2008-09-23 [paul] 3.5.0cvs124
9741 offer these strings to translators too
9743 2008-09-23 [colin] 3.5.0cvs123
9746 Add a --disable-dbus flag in case we want
9747 no DBUS even if headers are available (like
9748 for building gpg4win)
9751 * src/prefs_logging.c
9752 * src/common/utils.c
9753 * src/plugins/pgpcore/sgpgme.c
9754 * src/plugins/smime/claws.def
9756 - disable filtering log (it's crashy for
9758 - fix gmtime_r when time is -1 (before 01/01/70)
9759 - add symbols for smime
9761 2008-09-22 [colin] 3.5.0cvs122
9763 * src/common/utils.c
9767 Fix cursor position after changing account
9771 Fix absolute path detection
9773 2008-09-21 [colin] 3.5.0cvs121
9775 * src/gtk/gtkaspell.c
9776 Don't try to use empty dictionaries
9778 2008-09-20 [colin] 3.5.0cvs120
9781 Add the new files to the translations
9783 2008-09-20 [colin] 3.5.0cvs119
9786 * src/plugins/Makefile.am
9787 * src/plugins/smime/Makefile.am
9788 * src/plugins/smime/plugin.c
9789 * src/plugins/smime/smime.c
9790 * src/plugins/smime/smime.deps
9791 * src/plugins/smime/smime.h
9792 Include S/Mime plugin in the main plugins
9793 Will ease the Gpg4win team's work
9795 2008-09-20 [colin] 3.5.0cvs118
9802 * src/common/socket.c
9803 * src/gtk/gtkutils.c
9804 * src/plugins/pgpcore/claws.def
9805 Windows: more fixes, thanks to wwp and
9808 2008-09-20 [colin] 3.5.0cvs117
9811 Tell on which server errors happened
9813 2008-09-20 [colin] 3.5.0cvs116
9815 * src/etpan/etpan-thread-manager.c
9816 * src/etpan/imap-thread.c
9817 * src/etpan/nntp-thread.c
9818 Windows: Fix hang on IMAP/NNTP
9820 2008-09-20 [colin] 3.5.0cvs115
9822 * src/common/utils.c
9823 Fix bug 1723, "Buffer overflow crash caused by
9824 preview in 'Date format help' dialog box"
9825 Also, optimise fast_strftime a bit :)
9827 2008-09-18 [colin] 3.5.0cvs114
9831 Check for NULLs before str* functions
9833 2008-09-18 [colin] 3.5.0cvs113
9838 Handle html parts in multipart/related
9839 Decode ISO-8859-1 as Windows-1252 (the former
9840 is a subset of the latter) in order to
9841 workaround Outlook mails misencoding
9842 * src/gtk/logwindow.c
9843 * src/gtk/logwindow.h
9844 Clear mainwindow's error pixmap when the
9845 error scrolls out of the log
9847 2008-09-17 [colin] 3.5.0cvs112
9849 * src/image_viewer.c
9850 Fix image loading (multiple childs added to
9851 scrolledwindow, break of the resize functionality)
9853 * src/prefs_folder_item.c
9854 * src/prefs_spelling.c
9855 * src/gtk/gtkaspell.c
9856 Better fix problems with dictionaries updates
9858 2008-09-17 [colin] 3.5.0cvs111
9860 * src/common/utils.c
9861 Fix double-opening (fixes multiple signatures when
9864 2008-09-16 [colin] 3.5.0cvs110
9866 * src/prefs_account.c
9867 * src/prefs_folder_item.c
9868 * src/prefs_spelling.c
9869 * src/gtk/gtkaspell.c
9870 Better stripping of aspell dictionaries names
9874 * 3.6.0-rc1 released
9876 2008-09-16 [colin] 3.5.0cvs109
9881 * src/prefs_account.h
9883 * src/send_message.c
9884 * src/gtk/inputdialog.c
9885 Don't add a pref to allow remembering passwords
9886 (Just not checking the checkbox is enough)
9888 2008-09-16 [colin] 3.5.0cvs108
9891 Require libetpan 0.56 as 0.55 is crashy
9894 * src/gtk/inputdialog.c
9895 * src/gtk/inputdialog.h
9898 2008-09-16 [wwp] 3.5.0cvs107
9901 Complete 3.5.0cvs106 by removing a function that got
9902 moved to account.[ch].
9904 2008-09-16 [wwp] 3.5.0cvs106
9910 * src/quote_fmt_lex.l
9911 * src/quote_fmt_parse.y
9912 Add account signature (path and value string) manipulation
9913 keywords to the template processor. It's now possible in
9914 all templates to insert the account signature to an
9915 arbitrary location or to pass it to a external script for
9919 2008-09-16 [mones] 3.5.0cvs105
9926 * src/prefs_account.h
9927 * src/prefs_common.c
9928 * src/prefs_common.h
9930 * src/send_message.c
9931 * src/gtk/inputdialog.c
9932 * src/gtk/inputdialog.h
9933 Implement session passwords: unsaved passwords for receiving
9934 or sending of accounts can be remembered while running to
9935 avoid repetitive typing.
9936 As keeping passwords in memory is unsafe a new preference
9937 in Other page is added to activate or not such capability.
9939 2008-09-14 [colin] 3.5.0cvs104
9943 Make conv_iconv_strdup static
9945 2008-09-12 [colin] 3.5.0cvs103
9952 * src/folder_item_prefs.c
9953 * src/folder_item_prefs.h
9955 * src/prefs_account.c
9956 * src/prefs_common.c
9957 * src/prefs_common.h
9958 * src/prefs_folder_item.c
9959 * src/prefs_spelling.c
9960 * src/prefs_template.c
9962 * src/quote_fmt_parse.y
9965 * src/gtk/Makefile.am
9968 * src/gtk/gtkaspell.c
9969 * src/gtk/gtkaspell.h
9970 * src/plugins/bogofilter/Makefile.am
9971 * src/plugins/dillo_viewer/Makefile.am
9972 * src/plugins/spamassassin/Makefile.am
9973 * src/plugins/trayicon/Makefile.am
9974 Switch spellchecker to Enchant
9976 2008-09-12 [paul] 3.5.0cvs102
9979 * tools/csv2addressbook.pl
9980 add support for Fox Mail
9982 2008-09-12 [paul] 3.5.0cvs101
9985 * src/prefs_wrapping.c
9988 2008-09-12 [paul] 3.5.0cvs100
9991 revert cvs99's libenchant commit error
9993 2008-09-12 [colin] 3.5.0cvs99
9996 Only go to inbox if there are new mails
9997 (and fetch was manual)
9999 2008-09-10 [colin] 3.5.0cvs98
10002 * src/summaryview.c
10003 * src/common/session.c
10004 Use g_timeout_add_seconds instead of g_timeout_add
10005 on glib >= 2.14 when we don't need precision on the
10006 delay. This helps reducing power consumption:
10007 http://mjg59.livejournal.com/74651.html
10009 2008-09-10 [colin] 3.5.0cvs97
10012 Don't save window size and position when
10013 compose is hidden (filtering action)
10015 2008-09-09 [colin] 3.5.0cvs96
10020 * src/addressbook.h
10021 * src/addressbook_foldersel.c
10022 * src/addressitem.h
10026 * src/editaddress.c
10027 * src/editaddress_other_attributes_ldap.h
10031 * src/editldap_basedn.c
10038 * src/gedit-print.c
10039 * src/gedit-print.h
10040 * src/grouplistdialog.c
10043 * src/image_viewer.c
10051 * src/messageview.c
10052 * src/messageview.h
10054 * src/prefs_actions.c
10055 * src/prefs_filtering.c
10056 * src/prefs_folder_column.c
10058 * src/prefs_summary_column.c
10059 * src/prefs_toolbar.c
10060 * src/send_message.c
10062 * src/sourcewindow.c
10063 * src/sourcewindow.h
10064 * src/ssl_manager.c
10067 * src/stock_pixmap.c
10068 * src/stock_pixmap.h
10069 * src/summaryview.c
10077 * src/common/utils.c
10079 * src/gtk/colorlabel.c
10080 * src/gtk/colorlabel.h
10081 * src/gtk/combobox.h
10082 * src/gtk/description_window.c
10083 * src/gtk/filesel.c
10084 * src/gtk/gtkaspell.c
10085 * src/gtk/gtkaspell.h
10086 * src/gtk/gtkcmclist.c
10087 * src/gtk/gtkcmclist.h
10088 * src/gtk/gtkcmctree.c
10089 * src/gtk/gtkcmctree.h
10090 * src/gtk/gtkcmoptionmenu.h
10091 * src/gtk/gtksctree.c
10092 * src/gtk/gtksctree.h
10093 * src/gtk/gtkshruler.c
10094 * src/gtk/gtkshruler.h
10095 * src/gtk/gtksourceprintjob.c
10096 * src/gtk/gtksourceprintjob.h
10097 * src/gtk/gtkutils.c
10098 * src/gtk/gtkutils.h
10099 * src/gtk/gtkvscrollbutton.c
10100 * src/gtk/gtkvscrollbutton.h
10101 * src/gtk/icon_legend.c
10102 * src/gtk/inputdialog.c
10103 * src/gtk/logwindow.c
10104 * src/gtk/logwindow.h
10105 * src/gtk/manage_window.c
10106 * src/gtk/manage_window.h
10108 * src/gtk/prefswindow.c
10109 * src/gtk/progressdialog.c
10110 * src/gtk/progressdialog.h
10111 * src/plugins/bogofilter/bogofilter_gtk.c
10112 * src/plugins/pgpcore/passphrase.c
10113 * src/plugins/spamassassin/spamassassin_gtk.c
10114 * src/plugins/trayicon/trayicon.c
10115 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10116 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10117 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10118 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10119 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10120 Complete GTK+ 2.14 undeprecation
10121 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10123 2008-09-09 [colin] 3.5.0cvs95
10125 * src/gtk/gtkcmclist.h
10126 Fix build on GTK+ 2.14
10128 2008-09-08 [colin] 3.5.0cvs94
10132 Remove GtkSignalFunc
10134 2008-09-07 [colin] 3.5.0cvs93
10137 * src/addressbook_foldersel.c
10138 * src/gtk/gtkcmclist.c
10139 * src/gtk/gtkcmclist.h
10140 * src/gtk/gtkcmctree.c
10141 * src/gtk/gtkcmctree.h
10142 * src/gtk/gtksctree.c
10143 * src/gtk/prefswindow.c
10144 * src/gtk/prefswindow.h
10145 Use GDestroyNotify instead of GtkDestroyNotify
10146 (deprecated in GTK+ 2.14)
10148 2008-09-07 [colin] 3.5.0cvs92
10151 Fix bug 1712, 'invalid "Phishing attempt warning"
10152 when linked text ends with spaces'
10154 2008-09-05 [colin] 3.5.0cvs91
10157 Maybe fix bug 1711, 'Save-as attachment crashes'
10158 Possibly wrong free() due to pointer shifting
10160 2008-09-05 [colin] 3.5.0cvs90
10163 Fix bug 1710, 'User misreads "Discard Message"
10164 as "Discard Changes"'. Propose to save or discard
10165 only the latest changes when closing an existing
10166 draft. Autosave may still have saved parts of the
10169 2008-09-04 [colin] 3.5.0cvs89
10171 * src/summaryview.c
10172 Fix bug 1707, 'Segfault when sorting on non-visible column'
10174 2008-09-01 [colin] 3.5.0cvs88
10177 * src/summaryview.c
10178 * src/common/tags.c
10179 * src/etpan/imap-thread.c
10180 * src/etpan/imap-thread.h
10181 Store spam flag on IMAP (Junk/NonJunk, as
10182 ThunderBird does - this is nonstandard)
10184 2008-08-31 [wwp] 3.5.0cvs87
10187 Fix globish edition^Wediting.
10189 2008-08-31 [wwp] 3.5.0cvs86
10191 * src/addressbook.c
10192 Don't break nickname editing for non-LDAP books (nickname
10193 value was overwritten when editing existing contact, this
10194 came from 3.0.2cvs109).
10196 2008-08-30 [colin] 3.5.0cvs85
10199 * src/summaryview.c
10200 Fix "Apply tags..." key shortcut
10202 2008-08-29 [iwkse] 3.5.0cvs84
10204 * src/summaryview.c
10207 2008-08-29 [iwkse] 3.5.0cvs83
10209 * src/summaryview.c
10210 Disable "Move to trash" action if
10211 we are in a trash-like folder.
10214 2008-08-29 [paul] 3.5.0cvs82
10217 bump up libetpan version requirement since
10218 0.55 is released now
10220 2008-08-28 [wwp] 3.5.0cvs81
10224 * src/prefs_account.c
10225 * src/prefs_account.h
10226 Add finer granularity to the POP3's remove-after delay (now in
10227 hours in addition to in days), patch by Paul Rolland.
10229 2008-08-28 [wwp] 3.5.0cvs80
10231 * src/gtk/combobox.c
10232 Fix a typo in a comment.
10234 2008-08-28 [iwkse] 3.5.0cvs79
10237 * src/prefs_actions.c
10238 * src/prefs_filtering.c
10239 * src/prefs_template.c
10240 Add search feature to the account,
10241 template and action dialog.
10242 It's turned on selecting one row
10243 of the list and typing some random
10244 letter. Thanks to wwp, colinl
10246 2008-08-28 [colin] 3.5.0cvs78
10251 * src/prefs_account.c
10252 * src/prefs_account.h
10256 * src/stock_pixmap.c
10257 * src/stock_pixmap.h
10258 * src/summaryview.c
10259 * src/pixmaps/key_gpg_signed.xpm
10260 Fix bug 1412, "Sign reply, if mail was signed"
10261 Add an account preference to sign replies to signed mails
10263 2008-08-28 [iwkse] 3.5.0cvs77
10265 * src/prefs_filtering.c
10266 Making the search more useful,
10267 jumping directly to the relative rule.
10269 2008-08-27 [colin] 3.5.0cvs76
10274 2008-08-27 [colin] 3.5.0cvs75
10276 * src/gtk/gtkcmctree.c
10279 2008-08-26 [colin] 3.5.0cvs74
10281 * src/gtk/gtkcmctree.c
10282 Fix missing inits on old glib
10284 2008-08-26 [wwp] 3.5.0cvs73
10286 * src/common/utils.c
10287 Added 'Fwd' to the list of known common subject prefixes.
10289 2008-08-25 [iwkse] 3.5.0cvs72
10291 * src/image_viewer.c
10292 Add animated gif support to the
10295 2008-08-25 [colin] 3.5.0cvs71
10297 * src/gtk/gtkcmctree.c
10298 Make sure work isn't null
10300 2008-08-24 [colin] 3.5.0cvs70
10303 Fix typo on SSL_CERT_DIR
10305 2008-08-23 [holger] 3.5.0cvs69
10308 Fix bug 1699 'Separator line mis-placed when
10309 printing some e-mails'. The number of header lines
10310 was not correctly calculated when Pango inserts
10313 2008-08-23 [colin] 3.5.0cvs68
10316 Fix the account selector button; thanks
10319 2008-08-21 [colin] 3.5.0cvs67
10323 Add a compose preference for auto-indent
10325 * src/summaryview.c
10326 Make colorlabel accels a bit less hacky
10328 2008-08-21 [colin] 3.5.0cvs66
10331 * src/prefs_common.c
10332 * src/prefs_common.h
10333 * src/prefs_wrapping.c
10334 Add a preference for autoindent; fix no_join tag
10335 being applied to whole lines instead of just \n when
10338 2008-08-21 [colin] 3.5.0cvs65
10341 Add support for auto-indentation
10343 2008-08-19 [colin] 3.5.0cvs64
10346 Save Autowrap status in drafts/queued mails
10348 2008-08-19 [colin] 3.5.0cvs63
10351 Fix a comment (in reality, test commit on
10352 the new CVS server)
10354 2008-08-17 [colin] 3.5.0cvs62
10356 * src/prefs_actions.c
10359 * src/common/socket.h
10360 * src/gtk/gtkcmctree.c
10363 2008-08-16 [colin] 3.5.0cvs61
10365 * src/editaddress_other_attributes_ldap.h
10366 Add 'l' field (localityName)
10368 2008-08-16 [colin] 3.5.0cvs60
10371 * src/gtk/gtkcmclist.c
10372 * src/gtk/gtkcmclist.h
10373 * src/gtk/gtkcmctree.c
10374 * src/gtk/gtksctree.c
10375 * src/gtk/gtkutils.c
10376 * src/gtk/gtkvscrollbutton.c
10377 Fix Maemo build (OS2007)
10379 2008-08-14 [colin] 3.5.0cvs59
10382 Don't crash if parent is null when creating
10384 * src/gtk/pluginwindow.c
10385 Don't crash on race when closing window while
10386 a plugin is loading and does gtk_iterations
10388 2008-08-13 [colin] 3.5.0cvs58
10390 * src/messageview.c
10391 * src/messageview.h
10393 Fix bug 1696, 'Viewing binary attachements
10394 as text over 1 MB' (various buglets)
10396 2008-08-10 [colin] 3.5.0cvs57
10398 * src/summaryview.c
10399 * src/gtk/gtkcmclist.c
10400 Continue fixing GTK < 2.12 build, thanks to
10403 2008-08-10 [colin] 3.5.0cvs56
10405 * src/gtk/gtksctree.c
10406 Fix build on GTK < 2.12
10408 2008-08-09 [colin] 3.5.0cvs55
10411 Fix untranslatable strings, thanks to
10414 2008-08-07 [colin] 3.5.0cvs54
10417 * src/editaddress.c
10420 * src/message_search.c
10423 * src/prefs_account.c
10424 * src/prefs_common.c
10425 * src/prefs_customheader.c
10426 * src/prefs_ext_prog.c
10427 * src/prefs_filtering_action.c
10429 * src/prefs_logging.c
10430 * src/prefs_matcher.c
10431 * src/prefs_msg_colors.c
10433 * src/summary_search.c
10434 * src/summaryview.c
10436 * src/gtk/colorsel.c
10437 * src/gtk/gtkaspell.c
10438 * src/gtk/gtkutils.c
10439 * src/gtk/gtkutils.h
10440 * src/gtk/inputdialog.c
10441 * src/gtk/pluginwindow.c
10442 * src/gtk/quicksearch.c
10443 * src/plugins/bogofilter/bogofilter_gtk.c
10444 * src/plugins/dillo_viewer/dillo_prefs.c
10445 * src/plugins/spamassassin/spamassassin_gtk.c
10446 - Fix Ctrl-Space shortcut
10447 - Fix mime-parsing bug in procmime (cvs52)
10448 - Fix double-free in procmime (cvs52)
10449 - Use gtk_bin_get_child instead of GTK_BIN()->child
10450 - Fix Goto menu in mainwindow
10452 2008-08-07 [mones] 3.5.0cvs53
10455 Updated translation (lots of changes!)
10457 Add missing accelerator key
10459 Restored 'v' key function (thanks Colin!)
10461 2008-08-06 [colin] 3.5.0cvs52
10465 * src/addrduplicates.c
10466 * src/addrharvest.c
10476 Fix my use of g_utf8_strdown (it returns
10477 a newly allocated string and doesn't
10478 change the parameter)
10480 2008-08-06 [colin] 3.5.0cvs51
10483 Fix bug 1690, 'Copy/Paste in edit window may
10484 break Undo'; middle-click pastes aren't
10485 REPLACE_INSERT but just INSERT.
10486 Also, fix privacy menu selection
10488 2008-08-05 [colin] 3.5.0cvs50
10494 * src/addrduplicates.c
10495 * src/addrharvest.c
10506 * src/common/socket.c
10507 * src/gtk/gtkutils.c
10508 * src/gtk/gtkutils.h
10510 * src/plugins/spamassassin/spamassassin.c
10511 More undeprecation (Glib)
10513 2008-08-05 [colin] 3.5.0cvs49
10515 * src/prefs_account.c
10516 * src/prefs_filtering_action.c
10517 * src/prefs_matcher.c
10518 * src/gtk/Makefile.am
10519 * src/gtk/claws-marshal.list
10520 * src/gtk/colorlabel.c
10521 * src/gtk/colorsel.c
10522 * src/gtk/foldersort.c
10523 * src/gtk/gtkaspell.c
10524 * src/gtk/gtkcmclist.c
10525 * src/gtk/gtkcmclist.h
10526 * src/gtk/gtkcmctree.c
10527 * src/gtk/gtkcmctree.h
10528 * src/gtk/gtkcmoptionmenu.c
10529 * src/gtk/gtkcmoptionmenu.h
10530 * src/gtk/gtksctree.c
10531 * src/gtk/gtksctree.h
10532 * src/gtk/gtkutils.c
10533 * src/gtk/gtkutils.h
10534 * src/gtk/gtkvscrollbutton.c
10537 * src/gtk/quicksearch.c
10538 * src/plugins/dillo_viewer/dillo_viewer.c
10539 * src/plugins/pgpcore/select-keys.c
10540 Try to finish yesterday's commit
10542 2008-08-04 [colin] 3.5.0cvs48
10545 * src/addressbook.c
10546 * src/addressbook_foldersel.c
10547 * src/addressitem.h
10552 * src/editaddress.c
10553 * src/editaddress_other_attributes_ldap.c
10555 * src/editldap_basedn.c
10558 * src/grouplistdialog.c
10559 * src/image_viewer.c
10564 * src/message_search.c
10570 * src/prefs_account.c
10571 * src/prefs_filtering_action.c
10572 * src/prefs_matcher.c
10573 * src/prefs_msg_colors.c
10574 * src/prefs_summaries.c
10576 * src/stock_pixmap.c
10577 * src/summary_search.c
10578 * src/summaryview.c
10579 * src/summaryview.h
10582 * src/gtk/Makefile.am
10583 * src/gtk/claws-marshal.list
10584 * src/gtk/colorsel.c
10585 * src/gtk/foldersort.c
10586 * src/gtk/gtkaspell.c
10587 * src/gtk/gtkcmclist.c
10588 * src/gtk/gtkcmclist.h
10589 * src/gtk/gtkcmctree.c
10590 * src/gtk/gtkcmctree.h
10591 * src/gtk/gtksctree.c
10592 * src/gtk/gtksctree.h
10593 * src/gtk/gtkutils.c
10594 * src/gtk/gtkutils.h
10595 * src/gtk/gtkvscrollbutton.c
10598 * src/gtk/quicksearch.c
10599 * src/plugins/dillo_viewer/dillo_viewer.c
10600 * src/plugins/pgpcore/select-keys.c
10601 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10602 Undeprecate their implementation (GtkArg, GtkType, ...)
10603 Undeprecate a few other things here and there
10604 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10605 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10606 still have work to do
10608 2008-08-04 [colin] 3.5.0cvs47
10614 * src/stock_pixmap.c
10619 * src/image_viewer.c
10620 * src/gtk/gtkaspell.c
10621 * src/gtk/gtkvscrollbutton.c
10622 * src/plugins/dillo_viewer/dillo_viewer.c
10623 Undeprecate more things
10625 2008-08-02 [colin] 3.5.0cvs46
10628 Fix toggle menu activation state
10629 (thanks to cvs45 ;)
10631 2008-08-02 [paul] 3.5.0cvs45
10635 /View/Show or hide/Message View
10637 2008-08-01 [paul] 3.5.0cvs44
10639 * src/common/utils.c
10640 * src/plugins/pgpcore/claws.def
10641 * src/plugins/pgpinline/claws.def
10642 fix compilation problems on mingw32,
10643 (bug 1688) Patch by Marcus Brinkmann
10645 2008-08-01 [colin] 3.5.0cvs43
10647 * src/gtk/gtkutils.c
10648 * src/gtk/gtkvscrollbutton.c
10651 2008-08-01 [colin] 3.5.0cvs42
10656 * src/prefs_account.c
10657 * src/prefs_folder_item.c
10658 * src/prefs_quote.c
10659 * src/summaryview.c
10660 * src/gtk/gtkaspell.c
10661 * src/gtk/gtkutils.c
10662 * src/gtk/gtkvscrollbutton.c
10663 Replace a few deprecated function calls
10665 2008-08-01 [paul] 3.5.0cvs41
10668 fix crash that occurs because of recent GtkUIManager
10669 changes. Thanks to Colin
10671 2008-07-31 [colin] 3.5.0cvs40
10673 * src/addressbook.c
10676 * src/messageview.c
10680 Remove deprecated helper funcs
10682 2008-07-30 [colin] 3.5.0cvs39
10689 Move the folderview popup menu to GtkUIManager
10691 2008-07-29 [colin] 3.5.0cvs38
10697 * src/addressitem.h
10703 * src/summaryview.c
10706 Switch the main menu to GtkUIManager
10709 2008-07-29 [colin] 3.5.0cvs37
10712 Fix bug 1684, 'view news messages with large
10713 attachements segfaults'
10715 2008-07-29 [colin] 3.5.0cvs36
10719 * src/addressbook.c
10720 * src/addressitem.h
10723 * src/messageview.c
10724 * src/messageview.h
10725 * src/summaryview.c
10728 More switches to GtkUIManager
10730 2008-07-26 [colin] 3.5.0cvs35
10736 2008-07-25 [colin] 3.5.0cvs34
10738 * src/addrcustomattr.c
10739 * src/addressbook.c
10741 * src/editaddress.c
10742 * src/editaddress_other_attributes_ldap.h
10746 * src/prefs_actions.c
10747 * src/prefs_filtering.c
10748 * src/prefs_template.c
10749 * src/summaryview.c
10756 * src/plugins/trayicon/trayicon.c
10757 More changes from GtkItemFactory to GtkUIManager
10759 2008-07-25 [colin] 3.5.0cvs33
10762 Add a macro to remove menu items
10763 Make the gui_manager variable useless
10765 2008-07-24 [colin] 3.5.0cvs32
10768 Fix a gtk warning on clear
10770 * src/summaryview.c
10771 * src/summaryview.h
10772 Switch the message list popup menu to
10775 2008-07-23 [colin] 3.5.0cvs31
10777 * src/plugins/pgpcore/pgp_viewer.c
10778 * src/plugins/pgpcore/sgpgme.c
10779 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10780 Patch by Thomas Wiegner <wiegner@gmx.de>
10782 2008-07-20 [paul] 3.5.0cvs30
10784 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10785 remove redundant GTK version check
10787 2008-07-20 [ticho] 3.5.0cvs29
10792 Moved sensitivity setting for "Download messages" for IMAP and
10793 news folders from folderview.c to imap_gtk.c and news_gtk.c
10794 respectively for better code readability.
10795 Fixed indentation in news' set_sensitivity().
10797 2008-07-20 [paul] 3.5.0cvs28
10800 remove more redundant code following cvs27
10802 2008-07-20 [paul] 3.5.0cvs27
10805 remove now redundant code
10808 fix bug 1673, 'Tools/Harvest adresses is
10809 grayed out if folder is empty'
10811 2008-07-19 [ticho] 3.5.0cvs26
10817 * src/gtk/gtkutils.c
10818 * src/gtk/gtkutils.h
10821 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10822 instead of deprecated GtkItemFactory.
10824 2008-07-19 [colin] 3.5.0cvs25
10836 * src/prefs_account.c
10837 * src/prefs_actions.c
10838 * src/prefs_ext_prog.c
10839 * src/prefs_filtering.c
10840 * src/prefs_folder_item.c
10841 * src/prefs_image_viewer.c
10842 * src/prefs_logging.c
10843 * src/prefs_msg_colors.c
10844 * src/prefs_other.c
10846 * src/prefs_spelling.c
10847 * src/prefs_summaries.c
10848 * src/prefs_template.c
10851 * src/summary_search.c
10852 * src/summaryview.c
10855 * src/common/Makefile.am
10856 * src/gtk/gtksctree.c
10857 * src/gtk/gtkutils.h
10858 * src/gtk/pluginwindow.c
10859 * src/gtk/quicksearch.c
10860 * src/plugins/bogofilter/bogofilter_gtk.c
10861 * src/plugins/dillo_viewer/dillo_prefs.c
10862 * src/plugins/pgpcore/prefs_gpg.c
10863 * src/plugins/spamassassin/spamassassin_gtk.c
10864 * src/plugins/trayicon/trayicon.c
10865 * src/plugins/trayicon/trayicon_prefs.c
10866 Use the shiny new GTK tooltips API when possible (GTK+ 2.12
10867 or greater). Use the old deprecated one on GTK+ < 2.12.
10868 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10871 2008-07-16 [colin] 3.5.0cvs24
10874 Fix folderview's scrolbar when starting minimised
10875 to tray, and popping up the mainwindow by calling
10876 claws-mail from the command line
10878 2008-07-08 [colin] 3.5.0cvs23
10881 Possibly fix po-headers appearing on empty
10884 2008-07-08 [colin] 3.5.0cvs22
10887 * src/summaryview.c
10888 Finish the always_open tristate patch, by Jonathan
10891 2008-07-07 [paul] 3.5.0cvs21
10894 fix typo (missing ")
10896 2008-07-07 [paul] 3.5.0cvs20
10899 fit the menu style a bit better
10901 2008-07-07 [colin] 3.5.0cvs19
10903 * src/prefs_themes.c
10904 Make upgrading themes easier
10906 2008-07-07 [colin] 3.5.0cvs18
10909 * src/prefs_toolbar.c
10910 * src/stock_pixmap.c
10911 Finish fixing bug 1609, 'Icon issues'
10913 2008-07-07 [colin] 3.5.0cvs17
10915 * src/prefs_common.c
10916 Fix the default value
10918 2008-07-07 [colin] 3.5.0cvs16
10920 * src/prefs_summaries.c
10921 Revert my fix to the string, the correct term
10922 is indeed Message View
10924 2008-07-07 [colin] 3.5.0cvs15
10927 * src/gtk/authors.h
10928 * src/prefs_common.c
10929 * src/prefs_common.h
10930 * src/prefs_summaries.c
10931 * src/summaryview.c
10932 * src/gtk/authors.h
10933 Change "Always open message when selected" to
10934 a tristate (Never/Always/When preview is visible)
10935 Patch by Jonathan Corbet <corbet@lwn.net>.
10937 2008-07-06 [paul] 3.5.0cvs14
10940 improve the layout of the dialogue
10941 improve the English
10943 fix some of the nasty coding style
10945 improve the English
10946 add some missing mnemonics
10948 2008-07-05 [paul] 3.5.0cvs13
10952 fix bug 1398, '"Change current account" is
10953 available even when there's only one account'
10954 * src/plugins/pgpcore/prefs_gpg.c
10955 put back a needed include, removed in error
10957 2008-07-05 [colin] 3.5.0cvs12
10960 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10962 2008-07-05 [colin] 3.5.0cvs11
10966 Provide ability to rename newsgroups. Closes
10967 bug 1444, 'Add GUI option for renaming
10968 newsgroups'. Patch by Pawel Pekala
10970 2008-07-05 [colin] 3.5.0cvs10
10972 * src/plugins/pgpcore/passphrase.c
10973 * src/plugins/pgpcore/prefs_gpg.c
10974 * src/plugins/pgpcore/select-keys.c
10975 Simplify GTK includes (with the advantage
10976 of compiling against GTK+2.13); patch by
10979 2008-07-05 [colin] 3.5.0cvs9
10982 Add SSL client certificates
10984 2008-07-05 [colin] 3.5.0cvs8
10986 * src/prefs_account.c
10987 * src/common/session.h
10990 Add one path for certs
10992 2008-07-05 [colin] 3.5.0cvs7
10994 * src/prefs_account.c
10997 2008-07-04 [colin] 3.5.0cvs6
11001 * src/common/ssl_certificate.c
11002 Workaround distro bugs and fix certificate checking
11005 2008-07-04 [colin] 3.5.0cvs5
11008 * src/common/ssl_certificate.c
11009 * src/common/ssl_certificate.h
11010 * src/etpan/imap-thread.c
11011 * src/etpan/nntp-thread.c
11012 Fix some leaks, thanks to Martin Zwickel
11013 Rename gnutls functions that do the same
11014 as OpenSSL ones, to avoid symbol clashing
11015 when Claws is built against GnuTLS and
11016 libetpan against OpenSSL
11018 2008-07-04 [paul] 3.5.0cvs4
11020 * src/prefs_account.c
11021 remove 1 forgotten '.'
11023 2008-07-04 [paul] 3.5.0cvs3
11025 * src/prefs_account.c
11026 layout/engrish fixes to the 'Client
11027 certificates' frame
11029 2008-07-03 [colin] 3.5.0cvs2
11034 * src/prefs_account.c
11035 * src/prefs_account.h
11036 * src/prefs_common.c
11037 * src/send_message.c
11038 * src/common/session.c
11039 * src/common/session.h
11040 * src/common/smtp.c
11041 * src/common/smtp.h
11042 * src/common/socket.h
11045 * src/common/ssl_certificate.c
11046 * src/common/ssl_certificate.h
11047 * src/etpan/imap-thread.c
11048 * src/etpan/nntp-thread.c
11049 * src/gtk/inputdialog.c
11050 Add support for SSL client certificates (either PEM files
11051 with certificate and private key, either PKCS12 files)
11053 2008-06-28 [colin] 3.5.0cvs1
11056 Fix compilation with older GTKs
11058 2008-06-27 [paul] 3.5.0
11065 2008-06-27 [paul] 3.4.0cvs116
11067 * src/gtk/authors.h
11070 2008-06-27 [paul] 3.4.0cvs115
11073 * src/gtk/authors.h
11074 no longer build unmaintained translations
11076 2008-06-27 [paul] 3.4.0cvs114
11081 updated by Stephan Sachse, Flammie Pirinen, and
11082 Frederico Goncalves Guimaraes
11084 2008-06-26 [wwp] 3.4.0cvs113
11086 * manual/fr/advanced.xml
11087 Update French version of the manual (AutoFaces documentation).
11089 2008-06-26 [wwp] 3.4.0cvs112
11091 * manual/fr/advanced.xml
11092 * manual/fr/plugins.xml
11093 Updated French version of the manual (completed
11094 hidden options list, added note about Clawsker
11095 and new mail archiver plugin).
11097 2008-06-25 [colin] 3.4.0cvs111
11099 * src/gtk/gtkaspell.c
11100 Fix non-UTF8 in the replace with dialog
11101 * src/prefs_actions.c
11102 Fix possible crasher
11105 2008-06-24 [mones] 3.4.0cvs110
11108 Fix non-warning message, downgraded to debug info
11110 2008-06-24 [colin] 3.4.0cvs109
11112 * src/summaryview.c
11113 Fix bug 1650, Message line too small after
11114 changing columns in "three columns" layout
11116 2008-06-24 [colin] 3.4.0cvs108
11118 * src/messageview.c
11119 Fix Spam button sensitivity in newsgroups
11121 2008-06-23 [wwp] 3.4.0cvs107
11124 Updated French translation.
11126 2008-06-23 [mones] 3.4.0cvs106
11129 Updated translation for release
11131 2008-06-22 [mones] 3.4.0cvs105
11133 * manual/es/plugins.xml
11134 Synced new entry for Mail Archiver plugin
11136 2008-06-22 [colin] 3.4.0cvs104
11139 Fix initial cursor position
11141 2008-06-21 [paul] 3.4.0cvs103
11143 * manual/plugins.xml
11144 add an entry for the new Mail Archiver plugin
11146 2008-06-21 [paul] 3.4.0cvs102
11149 we're in 'string freeze', put back the
11150 < > symbols for now
11152 2008-06-21 [paul] 3.4.0cvs101
11154 * manual/advanced.xml
11155 * manual/es/advanced.xml
11156 fix build warning: <emphasis> cannot be contained
11159 fix non-clickable link on License page and drop
11160 the containing < > symbols to match other links
11162 2008-06-20 [mones] 3.4.0cvs100
11164 * manual/advanced.xml
11165 Added autofaces documentation, note about clawsker in hidden
11166 preferences, minor markup fix. Thanks Paul for proofreading
11167 * manual/es/advanced.xml
11168 Synchronised Spanish manual
11170 2008-06-16 [colin] 3.4.0cvs99
11173 Fix cursor placing on signature change
11175 2008-06-16 [paul] 3.4.0cvs98
11179 * src/gtk/inputdialog.c
11180 really fussy coding style fixes
11182 2008-06-16 [paul] 3.4.0cvs97
11185 keep the alphabetical order
11187 2008-06-13 [mones] 3.4.0cvs96
11191 * src/prefs_filtering_action.c
11192 Fixed cosmetic bug, processing also displays "Filtering"
11194 2008-06-13 [mones] 3.4.0cvs95
11197 * src/autofaces.c ** NEW FILE **
11198 * src/autofaces.h ** NEW FILE **
11200 Allow setting Faces and X-Faces globally and per-account
11201 from configuration files under ~/.claws-mail/autofaces
11203 2008-06-13 [holger] 3.4.0cvs94
11206 More files to ignore
11207 * src/gtk/inputdialog.c
11208 * src/gtk/inputdialog.h
11209 Make input dialog more generic so that a checkbox
11210 with custom text can be used in addition to the
11211 "remember this" checkbox
11214 * src/prefs_common.c
11215 * src/prefs_common.h
11216 Allow new folders to inherit the properties of the
11217 parent folder during folder creation
11219 2008-06-13 [wwp] 3.4.0cvs93
11221 * src/addressbook.c
11222 a better fix for this string, won't break up translations,
11223 and is conform to other similar ones.
11225 2008-06-13 [wwp] 3.4.0cvs92
11227 * src/addrduplicates.c
11229 * src/addressbook.c
11230 * src/addressbook_foldersel.c
11232 use tree decorations everywhere AB folders are used (AB tree pane,
11233 add address to AB, select AB folder, edit group, custom attr, find dup
11234 results), in order to match global style
11235 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11236 double clicking on groups in tree pane does open the group edit dialog
11237 double clicking on other items in tree pane does expand/collapse
11238 fix a missing space in AB's delete-folder dialog
11239 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11242 make foldersel dialog show dotted lines according to global (hidden) prefs
11244 2008-06-12 [colin] 3.4.0cvs91
11248 Fix bug 1635, 'Last character of message is truncated
11249 when changing accounts w/ sigs'
11251 Fix bug 1636, 'Can't select "properties" on "folders
11254 2008-06-11 [colin] 3.4.0cvs90
11257 Maybe fix bug 1623, 'exits with segfault when
11258 logging in to certain imap-servers'
11260 2008-06-10 [mones] 3.4.0cvs89
11263 * tools/Makefile.am
11265 * tools/convert_mbox.sh
11266 Undo cvs86 and cvs87, it really should be a patch to
11269 2008-06-10 [wwp] 3.4.0cvs88
11272 Updated French translation.
11274 2008-06-10 [mones] 3.4.0cvs87
11276 * tools/Makefile.am
11277 Oops, forgot to add previous script for distribution
11279 2008-06-10 [mones] 3.4.0cvs86
11283 * tools/convert_mbox.sh
11284 Added script to convert Evolution mail folders contributed
11285 by Daniel Dickinson <cshore@fionavar.ca>
11286 Fixes debian bug 461435
11288 2008-06-09 [colin] 3.4.0cvs85
11291 Integrate AWN information bubble if dbus is
11294 Fix crash when calling scan_required() on
11295 folder classes that don't implement them
11296 * src/common/session.c
11299 2008-06-09 [colin] 3.4.0cvs84
11302 Fix bug 1447, 'If user tries to close while starting
11303 up, it will not close ever.'
11305 2008-06-09 [colin] 3.4.0cvs83
11308 Fix bug 1628, 'Claws Mail crashes when
11309 filtering selected messages'
11311 2008-06-04 [colin] 3.4.0cvs82
11313 * src/messageview.c
11314 Complete handling of html parts in multipart/alternative
11317 2008-06-03 [paul] 3.4.0cvs81
11319 * src/prefs_message.c
11320 make always the english good
11322 2008-06-03 [colin] 3.4.0cvs80
11326 Fix bug 1624, '[PATCH] Quick search should be
11327 disabled for folder view'; based on a patch by
11330 2008-06-03 [iwkse] 3.4.0cvs79
11332 * src/addressbook.c
11333 Fix little gui bug on button sensitivity
11334 * src/messageview.c
11335 * src/prefs_common.c
11336 * src/prefs_common.h
11337 * src/prefs_message.c
11338 Allow by default to show html in multipart/alternative
11340 2008-06-02 [colin] 3.4.0cvs78
11342 * src/prefs_actions.c
11343 GUI rework, patch by Pawel
11345 2008-06-02 [colin] 3.4.0cvs77
11348 Fix sensitivity/alignment, patch from
11351 2008-05-31 [colin] 3.4.0cvs76
11354 Fix login issue introduced in cvs75.
11356 2008-05-31 [colin] 3.4.0cvs75
11359 Fix more possible double-frees. Also, fix the root cause
11360 of these double-frees by just noting the Session is to
11361 be destroyed instead of destroying it in flight
11363 2008-05-29 [paul] 3.4.0cvs74
11365 * manual/keyboard.xml
11366 'Makes' these entries like the others
11368 2008-05-29 [colin] 3.4.0cvs73
11371 Include utils.h in case we
11372 need to pull goffset definition
11374 2008-05-29 [colin] 3.4.0cvs72
11376 * src/common/utils.h
11377 Workaround a stupid Glib issue, where
11378 goffset happens to be undefined.
11380 2008-05-28 [colin] 3.4.0cvs71
11384 * src/grouplistdialog.c
11385 * src/image_viewer.c
11390 * src/messageview.c
11392 * src/prefs_themes.c
11394 * src/summaryview.c
11395 * src/summaryview.h
11397 * src/common/smtp.c
11398 * src/common/utils.c
11399 * src/common/utils.h
11400 Use goffset instead of off_t for MsgInfo's size
11401 Allows using MsgInfo structure from plugins
11402 compiled with largefile support
11404 2008-05-26 [colin] 3.4.0cvs70
11408 Define THEME_CHANGED_HOOKLIST and invoke
11410 * src/plugins/trayicon/trayicon.c
11411 Listen to THEME_CHANGED_HOOKLIST and
11414 2008-05-26 [paul] 3.4.0cvs69
11417 plug a leak in mimeview_save_all()
11419 2008-05-24 [colin] 3.4.0cvs68
11421 * src/common/utils.h
11422 Fix wrong define on old glibs
11424 2008-05-24 [paul] 3.4.0cvs67
11427 * src/stock_pixmap.c
11428 * src/stock_pixmap.h
11430 * src/pixmaps/cancel.xpm
11431 * src/pixmaps/close.xpm
11432 add a specific icon for A_CANCEL_INC (addresses
11433 point 1 of bug 1609 'Icon issues')
11434 replace close.xpm with an icon of the standard
11437 2008-05-24 [paul] 3.4.0cvs66
11439 * src/pixmaps/insert_file.xpm
11442 2008-05-23 [paul] 3.4.0cvs65
11446 add the possibility to check md5 on binary files,
11449 2008-05-23 [colin] 3.4.0cvs64
11452 * src/summaryview.c
11453 Fix bug 1610, 'claws crash after opening/closing
11454 preferences and window update'
11456 2008-05-22 [colin] 3.4.0cvs63
11458 * src/prefs_filtering_action.c
11459 * src/gtk/combobox.c
11460 * src/gtk/combobox.h
11461 Fix reselecting of Tags actions in
11462 filtering actions dialog
11464 2008-05-22 [colin] 3.4.0cvs62
11467 * src/prefs_toolbar.c
11468 * src/stock_pixmap.c
11469 * src/stock_pixmap.h
11471 * src/pixmaps/delete_btn.xpm
11472 * src/pixmaps/insert_file.xpm
11473 * src/pixmaps/mail_reply_to_list.xpm
11474 Fix more of bug 1609:
11475 - Add a Delete button icon
11476 - Add a Reply to list button icon
11477 - Fix Insert file button icon
11478 Artwork by Ciprian Popovici.
11480 2008-05-21 [colin] 3.4.0cvs61
11482 * src/common/utils.c
11485 2008-05-21 [wwp] 3.4.0cvs60
11487 * src/prefs_filtering.c
11488 Don't show SMTP-only accounts in accounts list, as they are
11489 irrelevant for filtering incoming messages.
11491 2008-05-21 [colin] 3.4.0cvs59
11494 Don't put SMTP-only accounts in receive menus
11496 2008-05-21 [colin] 3.4.0cvs58
11499 Fix cvs56 (brain fart)
11501 2008-05-21 [colin] 3.4.0cvs57
11503 * src/common/utils.c
11504 Fix bug 1615, 'hang on FIFO when the other end's not
11507 2008-05-21 [colin] 3.4.0cvs56
11512 2008-05-19 [colin] 3.4.0cvs55
11514 * src/plugins/pgpcore/sgpgme.c
11515 Maybe fix debian bug 481856, 'Segmentation fault
11516 when verifying a GPG signature'. Although it
11517 looks like a race condition...
11519 2008-05-19 [colin] 3.4.0cvs54
11521 * src/prefs_filtering_action.c
11522 * src/prefs_matcher.c
11523 * src/common/tags.c
11524 * src/common/tags.h
11525 * src/gtk/combobox.c
11526 * src/gtk/combobox.h
11527 Patch by Pawel: disabled Tags menus in filtering dialogs
11529 2008-05-19 [colin] 3.4.0cvs53
11531 * src/prefs_account.c
11532 GUI patch by Pawel: align ports entries
11534 2008-05-19 [colin] 3.4.0cvs52
11537 Fix bug 1616, 'strange question while emptying trash'
11539 2008-05-18 [colin] 3.4.0cvs51
11541 * src/common/plugin.c
11542 * src/etpan/imap-thread.c
11543 * src/etpan/nntp-thread.c
11544 * src/gtk/gtksctree.c
11545 Fix bug 1613, 'Various memory leaks';
11546 based on a patch by Didier Barvaux.
11548 2008-05-18 [colin] 3.4.0cvs50
11554 * src/plugins/pgpcore/sgpgme.c
11555 Fix more parts of bug 1609:
11556 - Make use of specific Expired privacy icon
11557 - Use CLOSE instead of NOTICE_ERROR for cancel
11559 - Allow a Preferences button in the main toolbar
11561 2008-05-18 [colin] 3.4.0cvs49
11563 * src/stock_pixmap.c
11564 Fix bug with non-updating icons after theme change:
11565 If fetching pixbuf for a given icon after a theme
11566 change, the next pixmap fetch would return the old
11567 cached one, as the theme change was forgotten at
11568 this time. (and vice-versa). This was mostly
11569 visible on open folder icons
11571 2008-05-17 [colin] 3.4.0cvs48
11573 * src/prefs_summaries.c
11574 * src/summaryview.c
11575 Fix bug 1608, 'Inconsistent behaviour of mark as read
11576 options'. Patch by Pawel
11578 2008-05-16 [colin] 3.4.0cvs47
11581 Fix another possible crash (on fatal errors
11582 at login, like stream error).
11584 2008-05-16 [paul] 3.4.0cvs46
11586 * tools/thunderbird-filters-convertor.pl
11588 fix reading a tb rule that contains something
11589 like that: \"Sender\"
11591 2008-05-16 [paul] 3.4.0cvs45
11594 * tools/csv2addressbook.pl
11595 add support for gmail exported csv address book
11597 2008-05-16 [colin] 3.4.0cvs44
11601 Fix ldap deprecated calls. Patch by
11604 2008-05-16 [paul] 3.4.0cvs43
11606 * manual/de/account.xml
11607 * manual/it/account.xml
11608 * manual/it/ack.xml
11609 * manual/it/addrbook.xml
11610 * manual/it/claws-mail-manual.xml
11611 * manual/it/gpl.xml
11612 * manual/it/intro.xml
11613 * manual/it/starting.xml
11614 add pages towards German and Italian manuals.
11615 (just for storage, they are not built yet, due
11616 to being incomplete.) submitted by Speckmade
11617 <Speckmade@gmx.net> and Salvatore De Paolis
11618 <iwkse@claws-mail.org>
11620 2008-05-16 [colin] 3.4.0cvs42
11622 * src/gtk/sslcertwindow.c
11623 Fix SHA1 fingerprint with GnuTLS
11625 2008-05-15 [colin] 3.4.0cvs41
11627 * src/gtk/sslcertwindow.c
11628 Print SHA1 fingerprint too
11630 2008-05-15 [colin] 3.4.0cvs40
11633 Fix certificate port on TLS. It was
11634 previously always 0.
11635 **IMPORTANT INFORMATION**: this will trigger
11636 one wrong "New certificate" warning at the
11637 first connection with this fix, if using STARTTLS
11639 * src/gtk/sslcertwindow.c
11640 Make labels selectable
11642 2008-05-15 [colin] 3.4.0cvs39
11645 Fix double free when STARTTLS fails (for
11646 example due to refusing the certificate)
11648 2008-05-15 [paul] 3.4.0cvs38
11650 * manual/advanced.xml
11653 2008-05-15 [paul] 3.4.0cvs37
11655 * manual/advanced.xml
11657 make outgoing_fallback_to_ascii a hidden pref
11659 2008-05-14 [colin] 3.4.0cvs36
11664 Make it possible to cancel quit when Claws
11665 ask whether to empty trash.
11667 2008-05-14 [colin] 3.4.0cvs35
11670 * src/prefs_common.c
11671 * src/prefs_common.h
11673 Add a preference to be able to specify an
11674 outgoing charset/encoding but still fallback
11675 to 7bit US-ASCII when possible (default TRUE,
11676 same behavior as pre-cvs34)
11678 2008-05-14 [colin] 3.4.0cvs34
11681 Always use the specified encoding and charset if it is
11682 specified, even if the mail is ASCII.
11684 2008-05-13 [paul] 3.4.0cvs33
11687 fix the build warnings the easy way for now
11689 2008-05-13 [colin] 3.4.0cvs32
11691 * src/prefs_themes.c
11692 Count .png files as icons too (fixes part
11693 of bug 1609, 'Icon issues')
11695 2008-05-13 [wwp] 3.4.0cvs31
11697 * src/addressbook_foldersel.c
11698 Fix wrong check (completes 3.4.0.cvs30).
11700 2008-05-12 [wwp] 3.4.0cvs30
11702 * src/addressbook.c
11703 * src/addressbook_foldersel.c
11706 * src/prefs_matcher.c
11707 * src/plugins/bogofilter/bogofilter.c
11708 * src/plugins/bogofilter/bogofilter_gtk.c
11709 * src/plugins/dillo_viewer/dillo_prefs.c
11710 * src/plugins/spamassassin/spamassassin.c
11711 * src/plugins/spamassassin/spamassassin_gtk.c
11712 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11713 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11714 translated string "Any" in plugins (whitelisting) and
11717 2008-05-07 [colin] 3.4.0cvs29
11720 Fix --enable-maemo (assume --enable-generic-umpc)
11722 2008-05-07 [colin] 3.4.0cvs28
11728 * src/editaddress.c
11731 * src/messageview.c
11733 * src/prefs_account.c
11734 * src/prefs_common.c
11735 * src/prefs_display_header.c
11736 * src/prefs_filtering.c
11737 * src/prefs_summaries.c
11738 * src/prefs_template.c
11739 * src/prefs_toolbar.c
11740 * src/stock_pixmap.c
11741 * src/summaryview.c
11742 * src/summaryview.h
11746 * src/gtk/gtksctree.c
11748 * src/gtk/prefswindow.c
11749 * src/gtk/sslcertwindow.c
11750 Separate generic UMPC code (layouts, ...) from
11751 MAEMO code (Hildon, ...)
11753 2008-05-06 [paul] 3.4.0cvs27
11755 * tools/claws.i18n.status.pl
11758 2008-05-06 [colin] 3.4.0cvs26
11760 * src/common/utils.c
11761 Maybe fix crash on FreeBSD
11763 2008-05-05 [colin] 3.4.0cvs25
11765 * src/messageview.c
11766 Fix bug 1602, 'Crash when sending return receipt for
11767 messages with no subject'
11769 2008-05-05 [colin] 3.4.0cvs24
11772 Don't overwrite temporary files with same
11773 name when drag and dropping. Fixes bug 1599,
11774 'attach multiple files with the same name from
11775 one mail to another'
11777 2008-05-04 [paul] 3.4.0cvs23
11780 * src/prefs_common.c
11781 fix bug 1587 'can not replay with quote'
11783 2008-05-03 [colin] 3.4.0cvs22
11786 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11788 2008-05-03 [colin] 3.4.0cvs21
11791 Fix bug 1597, 'In news folders, "Move Message to Wastebin"
11792 icon isn't grayed although ineffective'
11794 2008-05-02 [wwp] 3.4.0cvs20
11799 * src/prefs_folder_item.c
11800 Add missing notice in folder properties (templates) when
11801 folder is a root node.
11803 2008-04-30 [colin] 3.4.0cvs19
11805 * src/prefs_toolbar.c
11806 Add Trash and Delete icons to the icon chooser
11808 2008-04-30 [colin] 3.4.0cvs18
11811 Remove "Delete entire line" which was a noop
11812 and should be the same as "Delete line" :)
11814 2008-04-30 [colin] 3.4.0cvs17
11817 Fix 'Delete line' and 'Delete to end of line'
11818 on the last line. Patch by <seelenhirt@gmx.net>
11820 2008-04-28 [colin] 3.4.0cvs16
11823 Fix bug 1589, 'tagsdb file not removed when
11825 * src/common/utils.c
11826 Make sure claws_unlink accepts NULL arg.
11828 2008-04-25 [colin] 3.4.0cvs15
11831 Fix/simplify previous commit
11833 2008-04-25 [colin] 3.4.0cvs14
11836 * src/common/ssl_certificate.c
11837 Patch by Marcus: Fix Win32 build
11839 Fix build with GnuTLS/no pthread, thanks
11842 2008-04-25 [colin] 3.4.0cvs13
11844 * src/summaryview.c
11845 Fix bug 1586, '3-pane vertical layout now and then
11846 still shows sender column'
11848 2008-04-25 [colin] 3.4.0cvs12
11852 * src/w32-resource.rc
11853 Patch from Marcus Brinkmann to set an icon on w32.
11855 2008-04-24 [colin] 3.4.0cvs11
11862 Fix bug 1581, 'Bad File Format during Import LDIF':
11863 Use dynamically allocated buffers; also, allow
11864 importing contacts with no email address
11866 2008-04-24 [colin] 3.4.0cvs10
11868 * src/prefs_common.c
11869 Increment the timeout a bit on OpenBSD, 75 isn't enough
11871 2008-04-23 [colin] 3.4.0cvs9
11874 * src/prefs_folder_item.c
11875 * src/prefs_template.c
11877 Fix bug 1576: Fix unescaping of templates when testing them
11878 I think it breaks nothing. (wwp, you're welcome to double-check)
11880 2008-04-23 [paul] 3.4.0cvs8
11882 * manual/advanced.xml
11883 add info about the "two_line_vertical" hidden
11886 2008-04-22 [paul] 3.4.0cvs7
11888 * src/prefs_common.c
11889 * src/prefs_common.h
11890 * src/summaryview.c
11891 make the 2-line view in summaryview when in three
11892 columns mode configurable. hidden pref: "two_line_vertical"
11894 2008-04-22 [colin] 3.4.0cvs6
11897 Fix missing inc_unlock()
11898 * src/prefs_matcher.c
11899 * src/send_message.c
11902 2008-04-22 [colin] 3.4.0cvs5
11904 * src/etpan/imap-thread.c
11905 Use g_(un)setenv instead of (un)setenv which
11906 doesn't exist on IRIX 6.5
11908 2008-04-22 [colin] 3.4.0cvs4
11911 * src/prefs_common.c
11912 * src/send_message.c
11913 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11914 Set the default timeout to 75 seconds
11916 2008-04-20 [colin] 3.4.0cvs3
11918 * src/pixmaps/tray_newmail.offline.xpm
11919 * src/pixmaps/tray_newmail.xpm
11920 * src/pixmaps/tray_newmarkedmail.offline.xpm
11921 * src/pixmaps/tray_newmarkedmail.xpm
11922 * src/pixmaps/tray_nomail.offline.xpm
11923 * src/pixmaps/tray_nomail.xpm
11924 * src/pixmaps/tray_unreadmail.offline.xpm
11925 * src/pixmaps/tray_unreadmail.xpm
11926 * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11927 * src/pixmaps/tray_unreadmarkedmail.xpm
11928 Make the tray icons a bit nicer. Would be
11929 nice to get really nice icons from someone
11930 who's good at Gimp :)
11932 2008-04-18 [colin] 3.4.0cvs2
11935 Forgot one g_unlink
11937 lease complete the changelog entry below
11938 2008-04-18 [colin] 3.4.0cvs1
11940 * src/addrduplicates.c
11941 * src/addressbook.c
11944 * src/editaddress.c
11946 * src/image_viewer.c
11951 * src/messageview.c
11955 * src/partial_download.c
11957 * src/prefs_common.c
11958 * src/prefs_common.h
11959 * src/prefs_other.c
11960 * src/prefs_themes.c
11966 * src/common/prefs.c
11967 * src/common/ssl_certificate.c
11968 * src/common/template.c
11969 * src/common/utils.c
11970 * src/common/utils.h
11971 * src/etpan/imap-thread.c
11972 * src/plugins/dillo_viewer/dillo_viewer.c
11973 * src/plugins/pgpcore/sgpgme.c
11974 * src/plugins/pgpinline/pgpinline.c
11975 Add an option to shred temporary files and messages
11976 instead of just removing them. Slows deletions down!
11978 2008-04-18 [paul] 3.4.0
11986 2008-04-18 [paul] 3.3.1cvs61
11992 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11993 and Frederico Goncalves Guimaraes
11995 updated on the last minute by a lazy Ricardo Mones
11997 2008-04-18 [colin] 3.3.1cvs60
12000 Update translation (Fabien Vantard)
12002 2008-04-17 [colin] 3.3.1cvs59
12005 Fix debian bug 474712, 'claws seg faults when IMAP
12006 connection breaks after an IMAP protocol error
12007 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
12008 * src/summaryview.c
12011 2008-04-17 [colin] 3.3.1cvs58
12014 Fix log size getting out of control (claws-mail
12015 getting SIGXFSZ): rotate if every 10MB
12017 2008-04-10 [paul] 3.3.1cvs57
12019 * src/prefs_other.c
12020 improvements to english usage
12022 2008-04-10 [paul] 3.3.1cvs56
12024 * src/prefs_receive.c
12025 add an accurate description
12027 2008-04-08 [colin] 3.3.1cvs55
12030 Probably fix corruption, introduced in cvs53
12032 2008-04-04 [iwkse] 3.3.1cvs54
12035 undo should works properly again
12037 2008-04-04 [iwkse] 3.3.1cvs53
12040 Fix a segfault but breaks undo
12041 on a specific case (eg. double paste with
12042 middle-mouse button)
12044 2008-04-04 [iwkse] 3.3.1cvs52
12046 * src/prefs_filtering.c
12047 Fix previous Tab mess
12049 2008-04-03 [iwkse] 3.3.1cvs51
12051 * src/prefs_filtering.c
12052 Add search in filtering rules list
12054 2008-04-02 [colin] 3.3.1cvs50
12057 Revert part of the previous patch: we do
12058 want to parse ~/.claws-mail/gtkrc-2.0 if it
12061 2008-04-02 [colin] 3.3.1cvs49
12064 Fix bug 1562, 'Claws-Mail does not completely
12065 respect settings in GTK2_RC_FILES environment'
12066 Remove manual parsing of .gtkrc-2.0 and
12067 .gtk/gtkrc-2.0. GTK does it itself these days.
12069 2008-04-01 [colin] 3.3.1cvs48
12072 Fix bug 1561, 'Crashes leaving unsubscribed folder after
12073 ticking "Show only subscribed"'
12075 2008-03-31 [colin] 3.3.1cvs47
12078 Fix bug 1553, 'File lock not respected'
12079 Regression due to the implementation of
12082 2008-03-31 [colin] 3.3.1cvs46
12085 Fix tags menu update, thanks to Paul
12087 2008-03-29 [wwp] 3.3.1cvs45
12089 * src/prefs_account.c
12090 * src/prefs_common.c
12091 * src/prefs_folder_item.c
12092 * src/prefs_quote.c
12095 Fix compose template formats (in global preferences)
12096 being translated under specific conditions.
12097 Add a button to restore factory defaults for current
12100 2008-03-27 [colin] 3.3.1cvs44
12102 * src/common/prefs.c
12103 * src/common/xmlprops.c
12104 Fix RedHat bug 431735, 'segfault if /home is full'
12105 (when starting): Fix double fclose() in prefs.c
12106 and potentially xmlprops.c
12108 2008-03-27 [colin] 3.3.1cvs43
12110 * src/addressbook.c
12111 Fix bug 1559, 'Claws Mail crashed deleting all
12114 2008-03-27 [wwp] 3.3.1cvs42
12116 * src/addressbook.c
12119 2008-03-27 [wwp] 3.3.1cvs41
12121 * src/addressbook.c
12122 Prevent list flickering when deleting addresses.
12124 2008-03-26 [colin] 3.3.1cvs40
12127 Clean up session disconnection. Possibly
12128 fix Ubuntu bug #204290
12130 2008-03-26 [colin] 3.3.1cvs39
12133 Fix bug 1555: current folder wasn't used when
12134 right-clicking on an email address
12136 2008-03-25 [colin] 3.3.1cvs38
12138 * src/plugins/bogofilter/bogofilter.c
12139 * src/plugins/bogofilter/bogofilter.h
12140 * src/plugins/bogofilter/bogofilter_gtk.c
12141 Add a "learn from whitelist" preference
12142 Whitelist Unsure mails too.
12144 2008-03-24 [paul] 3.3.1cvs37
12146 * src/prefs_account.c
12147 If no MH mailbox and no account exists, when
12148 creating a POP/Local account, just create and
12149 use the default one instead of bailing with a
12150 "Mailbox doesn't exist" error
12152 2008-03-21 [colin] 3.3.1cvs36
12155 strstrip mime subtype
12157 2008-03-21 [paul] 3.3.1cvs35
12159 * manual/advanced.xml
12160 correct and update the info about Actions
12162 2008-03-20 [colin] 3.3.1cvs34
12164 * src/messageview.c
12165 * src/messageview.h
12167 Show at max 1MB of text, add a noticeview to
12168 show everything optionally.
12170 2008-03-20 [colin] 3.3.1cvs33
12172 * src/stock_pixmap.c
12173 Add support for png themes
12175 2008-03-19 [wwp] 3.3.1cvs32
12180 2008-03-18 [colin] 3.3.1cvs31
12182 * src/common/utils.c
12183 * src/common/utils.h
12184 Handle size_t instead of off_t in to_human_readable
12186 2008-03-18 [colin] 3.3.1cvs30
12191 2008-03-16 [colin] 3.3.1cvs29
12193 * src/summaryview.c
12194 Fix build on GTK < 2.12
12196 2008-03-16 [colin] 3.3.1cvs28
12199 Refresh non-list widget when switching
12202 2008-03-16 [colin] 3.3.1cvs27
12205 Revert cvs25: This wasn't a typo :) :
12206 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12209 2008-03-16 [colin] 3.3.1cvs26
12211 * src/summaryview.c
12212 * src/gtk/gtksctree.c
12213 * src/gtk/gtksctree.h
12214 Implement 2-lines items in Summaryview when in
12217 2008-03-16 [paul] 3.3.1cvs25
12222 2008-03-14 [colin] 3.3.1cvs24
12224 * src/prefs_filtering_action.c
12225 Fix buglet on setting recipient when
12226 reediting forward rules.
12228 2008-03-12 [colin] 3.3.1cvs23
12230 * src/summaryview.c
12231 Fix a new unused variable warning
12232 * src/plugins/trayicon/trayicon.c
12233 Fix folderview's scrollbar at startup
12236 2008-03-12 [colin] 3.3.1cvs22
12239 * src/summaryview.c
12240 Use item_opened at the beginning of showing
12241 a folder instead of the end. Fixes flicker.
12243 2008-03-12 [paul] 3.3.1cvs21
12249 * src/summaryview.c
12250 * src/plugins/trayicon/trayicon.c
12251 add tooltip with extended folder stats
12253 2008-03-10 [colin] 3.3.1cvs20
12258 2008-03-07 [colin] 3.3.1cvs19
12261 Fix blinking of the taskbar entry
12263 2008-03-07 [colin] 3.3.1cvs18
12266 MAEMO: Fix bug 1494, 'Trayicon
12267 plugin breaks UI...'
12269 2008-03-07 [paul] 3.3.1cvs17
12271 * src/gtk/authors.h
12272 reflect reality a bit more closely
12274 2008-03-06 [colin] 3.3.1cvs16
12278 * src/summaryview.c
12279 * src/summaryview.h
12281 Integrate things better wrt the new
12282 summaryview extensibility.
12284 2008-03-06 [wwp] 3.3.1cvs15
12287 Fix some gcc warnings.
12289 2008-03-06 [wwp] 3.3.1cvs14
12291 * src/prefs_account.c
12292 * src/prefs_folder_item.c
12294 * src/prefs_template.c
12295 * src/gtk/prefswindow.c
12296 * src/gtk/prefswindow.h
12297 prefs_templates: fix missing unregistering of addr_completion widgets
12298 and and ending of addr_completion service.
12299 prefs_folder_item: fix missing registering/unregistering of widgets,
12300 and rework the way add_completion service is started and stopped.
12301 Plus few prefswindow API changes (opening).
12303 2008-03-06 [wwp] 3.3.1cvs13
12305 * src/folder_item_prefs.c
12306 * src/prefs_template.c
12307 * src/prefs_template.h
12309 * src/common/template.c
12310 Complete 3.3.1cvs12, thanks to Colin.
12312 2008-03-06 [wwp] 3.3.1cvs12
12315 * src/folder_item_prefs.c
12316 * src/folder_item_prefs.h
12317 * src/prefs_account.c
12318 * src/prefs_folder_item.c
12319 * src/prefs_quote.c
12320 * src/prefs_template.c
12323 * src/common/template.c
12324 * src/common/template.h
12325 Global and per-folder templates can now override the from name (this
12326 doesn't change the account being used).
12328 "My other name" <%account_email> (just changes the name)
12329 my.faked.email@address.org (overrides the address too)
12331 2008-03-05 [colin] 3.3.1cvs11
12333 * src/summaryview.c
12334 * src/summaryview.h
12335 Replace that hbox with a notebook
12337 2008-03-05 [colin] 3.3.1cvs10
12341 Add klass functions for notification of folder
12342 opening/closing via the GUI
12343 * src/summaryview.c
12344 * src/summaryview.h
12345 Add a specific container for the scrolledwin
12347 2008-03-05 [colin] 3.3.1cvs9
12351 Add klass functions for notification of folder
12352 opening/closing via the GUI
12353 * src/summaryview.c
12354 * src/summaryview.h
12355 Add a specific container for the scrolledwin
12357 2008-03-02 [colin] 3.3.1cvs8
12359 * src/messageview.c
12360 MAEMO: Fix bug 1541, 'Deleting message from within
12361 read window displays next message then closes.'
12363 2008-03-02 [colin] 3.3.1cvs7
12366 Probably fix bug 1539, 'Program crashes':
12367 Setup Gcrypt's thread functions when built
12370 2008-03-01 [colin] 3.3.1cvs6
12374 Get rid of stale folders with no account
12376 2008-02-28 [colin] 3.3.1cvs5
12379 Fix bug 1534, 'Segmentation fault when doing
12380 some draft saving and then throwing away'
12382 Fix bug 1533, 'Claws is unable to mark messages
12383 as "read" in IMAP shared folders'
12384 * src/etpan/imap-thread.c
12385 Fix bug 1515, 'large messages crash claws when
12386 syncing for offline mode'. This is rather a
12387 workaround, and mails > 64MB will still be
12388 problematic if there's less than 64MB available
12389 on the dataroot volume.
12390 * src/messageview.c
12391 MAEMO: Add information when fetching big messages
12393 2008-02-26 [colin] 3.3.1cvs4
12396 fix bug 1532, '"login refused" message insufficiently
12399 2008-02-26 [paul] 3.3.1cvs3
12403 remove mentions of ClamAV and a few other
12404 old bits of information
12406 2008-02-23 [colin] 3.3.1cvs2
12409 Fix log output (missing \n)
12411 2008-02-23 [colin] 3.3.1cvs1
12414 Bump version number for stable release
12416 2008-02-23 [paul] 3.3.0cvs21
12421 2008-02-21 [colin] 3.3.0cvs20
12424 Fix bug 1527, 'filtering is case sensitive when it
12427 2008-02-20 [colin] 3.3.0cvs19
12430 Fix file attachments from older Thunar
12432 2008-02-19 [colin] 3.3.0cvs18
12434 * manual/plugins.xml
12435 * manual/es/plugins.xml
12436 * manual/fr/plugins.xml
12437 * manual/pl/plugins.xml
12440 2008-02-19 [paul] 3.3.0cvs17
12443 * tools/csv2addressbook.pl
12444 add support for Kmail/Kaddressbook
12446 2008-02-18 [colin] 3.3.0cvs16
12449 Unset folder's session before creating a
12452 * src/prefs_common.c
12453 * src/prefs_common.h
12454 * manual/advanced.xml
12455 Add an hidden use_networkmanager pref, to
12456 disable NetworkManager handling. Also,
12457 consider UNKNOWN state to be CONNECTED.
12459 2008-02-18 [wwp] 3.3.0cvs15
12462 Fix Engrish and make 'not' more visible in filtering debug logs.
12464 2008-02-15 [colin] 3.3.0cvs14
12467 Revert cvs10 for now, it breaks the feature
12469 2008-02-15 [colin] 3.3.0cvs13
12472 Always focus folder tree at startup
12474 Fix bug 1521, 'Cannot close compose window after
12475 replying to a non-existent news message'
12477 2008-02-13 [colin] 3.3.0cvs12
12480 Fix important warnings
12482 2008-02-12 [colin] 3.3.0cvs11
12485 * src/etpan/imap-thread.c
12486 * src/etpan/imap-thread.h
12487 Fix handling of $Forwarded flag on Exchange:
12488 check for the existence or creatability of a
12489 flag before using it.
12491 2008-02-12 [colin] 3.3.0cvs10
12494 Optimise matching on Found in addressbook if
12495 the matched header is in cache (From, etc)
12497 2008-02-12 [colin] 3.3.0cvs9
12500 Fix crashy stuff when changing displayed
12503 2008-02-12 [wwp] 3.3.0cvs8
12506 Remove duplicate func declaration and restore the one
12509 2008-02-12 [wwp] 3.3.0cvs7
12520 * src/messageview.c
12522 * src/prefs_account.c
12523 * src/prefs_filtering_action.c
12524 * src/summaryview.c
12525 * src/plugins/bogofilter/bogofilter_gtk.c
12526 * src/plugins/spamassassin/spamassassin_gtk.c
12527 Allow moving/copying folders to root folders when using
12528 the folder selection dialog (it was not possible to
12529 maemo users to reparent a subfolder to a root folder
12532 2008-02-12 [fabien] 3.3.0cvs6
12535 a few days late for i18n fr update. Sorry.
12537 2008-02-11 [colin] 3.3.0cvs5
12540 Implement support for future /dev/mem_notify.
12541 This Linux kernel feature will allow applications
12542 to be notified that memory has to be freed
12543 before getting OOM-killed. For more information:
12544 http://lwn.net/Articles/267013/
12546 2008-02-10 [paul] 3.3.0cvs4
12550 * src/prefs_toolbar.c
12551 * src/stock_pixmap.c
12552 * src/stock_pixmap.h
12553 * src/pixmaps/mime_text_patch.xpm
12554 add an icon for attached patches
12556 2008-02-09 [paul] 3.3.0cvs3
12561 2008-02-09 [wwp] 3.3.0cvs2
12564 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12566 2008-02-08 [colin] 3.3.0cvs1
12568 * src/common/utils.c
12569 Forbid attaching anything containing "../" or ".ssh/"
12572 2008-02-08 [paul] 3.3.0
12579 2008-02-08 [paul] 3.2.0cvs77
12582 updated with new translators
12584 added he to ALL_LINGUAS
12593 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12594 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12595 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12598 new Hebrew translation by Ofer <oc666@netvision.net.il>
12600 updated with new translators and bumped (c) year
12601 * src/gtk/authors.h
12602 updated with new translators
12604 2008-02-05 [colin] 3.2.0cvs76
12606 * src/messageview.c
12609 Special case text/calendar parts: if there's one in
12610 the mail, and a plugin handling text/calendar is
12611 loaded, show that part. That'll avoid rendering
12612 meetings as plain text, which just looks broken to
12615 2008-02-04 [colin] 3.2.0cvs75
12618 Maemo: Fix LED handling on OS 2008
12620 2008-02-01 [colin] 3.2.0cvs74
12623 Possibly fix the annoying and hard-to reproduce bug
12630 2008-02-01 [paul] 3.2.0cvs73
12632 * src/common/utils.c
12633 fix bug 1502, 'Plus signs are stripped from
12634 email addresses when calling from command line'
12637 2008-01-31 [colin] 3.2.0cvs72
12641 * src/summaryview.c
12642 Fix building of URIs from filenames
12644 2008-01-31 [wwp] 3.2.0cvs71
12647 Fixes debug output of compiled-in features list
12648 (completes 3.2.0cvs60).
12650 2008-01-31 [colin] 3.2.0cvs70
12655 * src/plugins/Makefile.am
12656 * src/plugins/clamav/.cvsignore
12657 * src/plugins/clamav/Makefile.am
12658 * src/plugins/clamav/README
12659 * src/plugins/clamav/clamav_plugin.c
12660 * src/plugins/clamav/clamav_plugin.h
12661 * src/plugins/clamav/clamav_plugin_gtk.c
12662 * src/plugins/clamav/clamav_plugin_gtk.deps
12663 Remove the Clamav plugin from the core
12665 2008-01-28 [wwp] 3.2.0cvs69
12668 * src/prefs_template.c
12669 * src/prefs_template.h
12672 * src/quote_fmt_lex.l
12673 * src/quote_fmt_parse.y
12674 Fix for bug #1493: count lines (\n chars) according to the way
12675 format body is passed (i.e. \-escaped or not).
12677 2008-01-27 [paul] 3.2.0cvs68
12681 * src/prefs_actions.c
12682 * src/prefs_filtering.c
12683 * src/prefs_folder_item.c
12684 * src/prefs_template.c
12686 some minor changes to the English
12688 2008-01-24 [colin] 3.2.0cvs67
12690 * src/etpan/imap-thread.c
12691 * src/etpan/nntp-thread.c
12692 Fix bug 1348, 'Hang ups at exit time with
12693 pgp plugin since 3.0.2'
12695 2008-01-23 [colin] 3.2.0cvs66
12698 Fix translation of something that shouldn't be
12700 2008-01-23 [colin] 3.2.0cvs65
12703 Fix bug 1486, 'Re: Incorrect content when replying'
12704 Revert to full scan if short scan found only 0-length
12707 2008-01-23 [paul] 3.2.0cvs64
12709 * src/prefs_folder_item.c
12710 fix bug 1485, 'selecting a folder's default
12711 account if name contains '&''
12713 2008-01-23 [colin] 3.2.0cvs63
12719 Fix bug 1480, 'should be able to display mail file
12720 from command line'. Let 'claws-mail --select' accept
12721 absolute paths in addition to folder identifiers.
12723 2008-01-22 [wwp] 3.2.0cvs62
12728 * src/messageview.c
12729 * src/summaryview.c
12730 * src/common/utils.c
12731 * src/common/utils.h
12732 Allow from=address in mailto sequence:
12733 --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12734 The 'from' will try to select the first account matching in accounts list,
12735 otherwise will use the usual account selection mechanism but override with
12736 this 'from' address.
12737 Allow mailto with NNTP accounts
12738 mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12739 is the default one or if a NNTP account address is used with 'from'.
12740 This is more or less a bugfix as it was possible to use mailto with a NNTP
12741 default account but the complete mailto sequence was put in To.
12743 2008-01-22 [wwp] 3.2.0cvs61
12745 * doc/man/claws-mail.1
12746 Updated the man page: status of few features, command-line
12747 usage (--version-full) and completed list of config files
12750 2008-01-22 [wwp] 3.2.0cvs60
12753 Added --version-full to display version and compiled-in
12754 features list (for later use by Clawsker for instance).
12756 2008-01-22 [holger] 3.2.0cvs59
12758 * src/addrduplicates.c
12759 Fix scrolling in addressbook duplicate
12760 finder result dialog
12762 2008-01-21 [colin] 3.2.0cvs58
12764 * src/summaryview.c
12765 Fix bug 1457, 'sorting messages on, say, from,
12766 should subsort on previous sort choice'. Subsort
12767 by date when sort is Subject, From, To, Tags.
12769 2008-01-21 [colin] 3.2.0cvs57
12775 * src/gtk/authors.h
12776 Fix bug 1478, 'Wrong pthread_create calls all
12777 over the place'. Patch by Christian Cornelssen
12779 2008-01-20 [colin] 3.2.0cvs56
12782 * src/etpan/imap-thread.c
12783 * src/etpan/imap-thread.h
12784 Fix bug 1468, 'Use IMAP keyword to
12785 store "forwarded" flag'
12787 2008-01-20 [colin] 3.2.0cvs55
12789 * src/folderutils.c
12790 Make list operations faster
12792 2008-01-20 [colin] 3.2.0cvs54
12795 Fix bug 1353, 'on startup with small screen
12796 layout, keyboard input gets lost'
12798 2008-01-20 [colin] 3.2.0cvs53
12801 Complete 3.2.0cvs49, and fixes bug 1477,
12802 'Claws Mail crashes when view PGP-encrypted
12805 2008-01-20 [colin] 3.2.0cvs52
12808 Fix privacy menu update when replying to
12809 encrypted mail and no default privacy
12812 2008-01-19 [colin] 3.2.0cvs51
12816 * src/plugins/bogofilter/bogofilter.c
12817 * src/plugins/clamav/clamav_plugin.c
12818 * src/plugins/spamassassin/spamassassin.c
12819 Batch filtering deletions too (and save 4 bytes
12820 per MsgInfo in the process :)
12822 2008-01-19 [colin] 3.2.0cvs50
12825 Make cache update after copies much faster
12828 2008-01-19 [colin] 3.2.0cvs49
12831 Check g_fopen() success
12833 2008-01-17 [wwp] 3.2.0cvs48
12836 * manual/es/faq.xml
12837 * manual/fr/faq.xml
12838 * manual/pl/faq.xml
12839 Sylpheed? No idea what this means.
12841 2008-01-17 [colin] 3.2.0cvs47
12843 * src/gtk/gtksctree.c
12844 Make dnd threshold higher on Maemo
12846 2008-01-16 [colin] 3.2.0cvs46
12848 * src/common/passcrypt.c
12849 Fix build on FreeBSD, thanks to Pawel
12851 2008-01-15 [colin] 3.2.0cvs45
12854 Fix bug 1472, 'Keyboard "Menu" key doesn't call
12855 spell check of actuall word'
12856 * src/summaryview.c
12857 Temporarily disable immediate execution when learning
12858 spam *only* if the summaryview isn't locked
12860 2008-01-15 [wwp] 3.2.0cvs44
12862 * src/prefs_filtering.c
12863 Fix filtering prefs layout (Maemo port), moving page up/down
12864 from buttons to context menu.
12866 2008-01-15 [colin] 3.2.0cvs43
12869 Fix bug 1465, 'First line in new message does not mark URLs'
12871 2008-01-15 [colin] 3.2.0cvs42
12873 * src/common/passcrypt.c
12874 Fix bug 1461, 'several components #define
12875 _XOPEN_SOURCE improperly'
12877 2008-01-15 [colin] 3.2.0cvs41
12879 * src/summaryview.c
12880 Fix bug 1469, 'Column width adjustments on message
12883 2008-01-14 [holger] 3.2.0cvs40
12886 Add tests for dbus, dbus glib bindings,
12887 and NetworkManager. All is optional. Add new
12888 --(en|dis)able-networkmanager-support switch.
12896 Add optional NetworkManager support, so Claws Mail
12897 can try to do the right thing when the network connection
12898 status changes. NetworkManager support is active by
12899 default if above requirements were met.
12901 2008-01-12 [colin] 3.2.0cvs39
12903 * src/summaryview.c
12904 Advertise the click-on-reply feature in the tooltip
12906 2008-01-12 [colin] 3.2.0cvs38
12909 * src/stock_pixmap.c
12910 * src/stock_pixmap.h
12911 * src/pixmaps/tray_newmail.offline.xpm
12912 * src/pixmaps/tray_newmail.xpm
12913 * src/pixmaps/tray_newmarkedmail.offline.xpm
12914 * src/pixmaps/tray_newmarkedmail.xpm
12915 * src/pixmaps/tray_nomail.offline.xpm
12916 * src/pixmaps/tray_nomail.xpm
12917 * src/pixmaps/tray_unreadmail.offline.xpm
12918 * src/pixmaps/tray_unreadmail.xpm
12919 * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12920 * src/pixmaps/tray_unreadmarkedmail.xpm
12921 * src/plugins/trayicon/Makefile.am
12922 * src/plugins/trayicon/newmail.offline.xpm
12923 * src/plugins/trayicon/newmail.xpm
12924 * src/plugins/trayicon/newmarkedmail.offline.xpm
12925 * src/plugins/trayicon/newmarkedmail.xpm
12926 * src/plugins/trayicon/nomail.offline.xpm
12927 * src/plugins/trayicon/nomail.xpm
12928 * src/plugins/trayicon/trayicon.c
12929 * src/plugins/trayicon/unreadmail.offline.xpm
12930 * src/plugins/trayicon/unreadmail.xpm
12931 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12932 * src/plugins/trayicon/unreadmarkedmail.xpm
12933 Make the Trayicon plugin icons themable
12935 2008-01-12 [wwp] 3.2.0cvs37
12937 * src/prefs_display_header.c
12938 Fix extra leading hyphen visible in the display
12939 header configuration combo list (maemo).
12941 2008-01-11 [colin] 3.2.0cvs36
12944 Set timeout to 1 before disconnecting all -
12945 for when one switches to offline and has
12947 * src/messageview.c
12948 Fix bug 1454, 'error message shows parts and
12949 signature of previous messages'
12950 * src/prefs_common.c
12951 Maemo: Hide Send dialog by default
12953 2008-01-10 [colin] 3.2.0cvs35
12957 * src/prefs_account.c
12959 * src/gtk/inputdialog.c
12960 * src/plugins/pgpcore/passphrase.c
12961 Maemo: Fix bug 1455, 'Password enters leading letter
12962 incorrectly as uppercase'
12964 2008-01-09 [colin] 3.2.0cvs34
12967 Fix bug 1446, 'SC crashes frequently when staying
12968 in background'. Format string error in Polish
12970 * src/gtk/description_window.c
12971 * src/prefs_template.c
12972 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12977 2008-01-08 [colin] 3.2.0cvs33
12980 Maemo: connect HW status change signal for shutdown
12982 Maemo: Fix hardware space key
12984 Maemo: name mmc1 and 2 a better name
12986 2008-01-08 [wwp] 3.2.0cvs32
12989 * src/folder_item_prefs.c
12990 * src/folder_item_prefs.h
12991 * src/prefs_folder_item.c
12992 It's now possible to disable processing rules when
12993 entering a folder (this adds a new option to the
12994 folder properties dialog).
12996 2008-01-08 [wwp] 3.2.0cvs31
12998 * src/common/utils.c
12999 Mailto: now supports 'insert' (stands for 'insert file'), this
13000 adds the ability to create a new message from the command-line,
13001 with body set from an existing file contents.
13003 2008-01-08 [colin] 3.2.0cvs30
13005 * src/summaryview.c
13006 Maybe fix bug 1452, 'crash while drag'n'droping
13007 emails to an IMAP folder'
13009 2008-01-07 [wwp] 3.2.0cvs29
13011 * src/prefs_filtering.c
13012 Static-alize a function, thanks to Colin.
13014 2008-01-07 [colin] 3.2.0cvs28
13017 Fix scrolling to bottom when drag and dropping
13018 * src/summaryview.c
13019 Fix bug 1445, 'Display sender using addressbook: fails
13020 when From: isn't an email address'
13022 2008-01-07 [wwp] 3.2.0cvs27
13024 * src/prefs_actions.c
13025 * src/prefs_filtering.c
13026 * src/prefs_template.c
13027 Add tooltips to most buttons in the templates, actions and
13028 filtering/processing dialogs.
13030 2008-01-07 [wwp] 3.2.0cvs26
13032 * src/prefs_filtering.c
13033 - add a clear button to clear dialog input fields
13034 - add page up and page down buttons to move selected rule up and down
13035 - in rules list popup-menu: added Delete, Delete all and Duplicate
13036 - popup-menu items are greyed out either if the list is empty (not counting the
13037 (New) row or if there is no selected item
13038 - clear store when closing dialog
13040 * src/prefs_actions.c
13041 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13042 clear button, popup-menu
13043 - clear store when closing dialog
13045 * src/prefs_template.c
13046 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13047 clear button, popup-menu
13049 * src/addrcustomattr.c
13050 - renamed popup-menu item Clear list to Delete all
13051 - grey out popup-menu items is there is no selected item or if list is empty
13052 - clear store when closing dialog
13055 - added popup-menu item Delete all
13056 - grey out popup-menu items is there is no selected item or if list is empty
13057 - clear store when closing dialog
13059 2008-01-06 [wwp] 3.2.0cvs25
13062 One more layout fix by Pawel (completes 3.2.0cvs24).
13064 2008-01-05 [colin] 3.2.0cvs24
13067 Little GUI fixes, patch by Pawel
13069 2007-12-29 [wwp] 3.2.0cvs23
13072 Fix for bug #1443, and strip possible whitespaces around
13073 custom header names.
13075 2007-12-29 [mones] 3.2.0cvs22
13078 Updated translation, corrected a term based
13079 on suggestion from Israel Saeta P�rez,
13080 reverted awful X-Mailer translation
13082 Complete cvs20 for FreeBSD, patch by Pawel
13084 2007-12-29 [colin] 3.2.0cvs21
13087 Fix bug 1442, 'Tags are repeated in
13088 encapsulated messages'
13090 2007-12-28 [colin] 3.2.0cvs20
13093 Fix path to mime/globs. Patch by Marten King.
13095 2007-12-27 [colin] 3.2.0cvs19
13097 * src/plugins/pgpcore/Makefile.am
13098 * src/plugins/pgpinline/Makefile.am
13099 * src/plugins/pgpmime/Makefile.am
13100 Add missing flags to build pgp plugins on maemo
13102 2007-12-27 [colin] 3.2.0cvs18
13105 Maximise before showing to avoid probable flickering
13108 2007-12-27 [colin] 3.2.0cvs17
13112 * src/prefs_common.c
13113 * src/prefs_common.h
13114 Fix bug 1439, 'Claws Mail does not remember window size
13115 state when restarted'. Save maximised state and force
13116 maximisation at startup if applicable.
13118 2007-12-23 [paul] 3.2.0cvs16
13120 * src/prefs_matcher.c
13121 fix bug 1436, 'Filter condition dialog doesn't
13122 load header name from current rules'
13124 2007-12-22 [paul] 3.2.0cvs15
13127 fix bug 1435, 'Reply doesn't take into account
13130 2007-12-21 [paul] 3.2.0cvs14
13132 * src/common/ssl_certificate.c
13133 fix FreeBSD build with IPV6 support
13135 2007-12-20 [colin] 3.2.0cvs13
13140 2007-12-20 [colin] 3.2.0cvs12
13144 * src/prefs_account.c
13145 Add DIGEST-MD5 support for IMAP authentication
13147 2007-12-19 [mones] 3.2.0cvs11
13149 * doc/man/claws-mail.1
13150 Better ordering of sections, updated options
13154 2007-12-19 [paul] 3.2.0cvs10
13156 * src/prefs_account.c
13157 use a spinbutton instead of an entry for
13158 "POP authentication timeout" also
13160 2007-12-19 [colin] 3.2.0cvs9
13162 * src/prefs_filtering_action.c
13163 * src/prefs_matcher.c
13164 * src/gtk/description_window.c
13165 Destroy info windows with their parents
13168 2007-12-19 [colin] 3.2.0cvs8
13170 * src/prefs_account.c
13171 Use spinbuttons instead of entries where needed
13174 2007-12-18 [paul] 3.2.0cvs7
13176 * src/prefs_matcher.c
13177 add missing i18n for a few strings
13178 Patch by Stephan Sachse
13180 2007-12-18 [paul] 3.2.0cvs6
13182 * src/prefs_logging.c
13183 use 'disk' instead of 'disc'
13185 2007-12-18 [paul] 3.2.0cvs5
13189 * src/addrcustomattr.c
13190 * src/editaddress.c
13191 fixes to the ingleesh
13192 * src/prefs_filtering_action.c
13193 fix copyright header
13194 fix untranslated strings
13195 * src/prefs_filtering_action.h
13196 fix copyright header
13198 2007-12-18 [wwp] 3.2.0cvs4
13202 * src/prefs_common.c
13203 * src/prefs_common.h
13204 * src/prefs_fonts.c
13205 * src/summaryview.c
13208 * src/common/defs.h
13209 * src/gtk/gtkutils.c
13210 Added prefs to set custom small and bold fonts
13211 (might matter on some desktops, according to
13212 DPI and font settings).
13214 2007-12-18 [colin] 3.2.0cvs3
13216 * src/prefs_logging.c
13217 Rework GUI, patch by Pawel
13219 2007-12-18 [colin] 3.2.0cvs2
13221 * src/prefs_filtering_action.c
13222 Rework GUI, patch by Pawel
13224 2007-12-18 [colin] 3.2.0cvs1
13226 * src/editaddress.c
13227 Fix build on old GCC
13228 Fix inverted buttons
13230 2007-12-17 [paul] 3.2.0
13237 2007-12-17 [paul] 3.1.0cvs79
13244 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13245 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13247 2007-12-17 [mones] 3.1.0cvs78
13250 Updated Spanish translation for 3.2.0 release
13252 2007-12-16 [colin] 3.1.0cvs77
13254 * src/addrcustomattr.c
13255 Fix translations, patch by Fabien
13257 2007-12-15 [paul] 3.1.0cvs76
13260 fix compiler warning
13262 2007-12-14 [colin] 3.1.0cvs75
13267 2007-12-12 [wwp] 3.1.0cvs74
13270 * src/gtk/authors.h
13271 Added Marius Glauser to the hall of fame.
13273 2007-12-12 [wwp] 3.1.0cvs73
13275 * src/gtk/gtkutils.c
13276 Improve the way we show results of searches
13277 in message bodies: selected text now get centered
13278 vertically in the message window.
13279 Patch by Marius Glauser <seelenhirt@gmx.net>.
13281 2007-12-10 [colin] 3.1.0cvs72
13284 Don't crash when setting batch mode on no folder
13286 2007-12-10 [colin] 3.1.0cvs71
13288 * src/common/utils.c
13289 Fix potential buffer overrun (thanks to
13292 2007-12-08 [paul] 3.1.0cvs70
13294 * src/prefs_receive.c
13295 small change to the English
13297 2007-12-08 [colin] 3.1.0cvs69
13302 2007-12-07 [colin] 3.1.0cvs68
13305 * src/summaryview.c
13306 * src/summaryview.h
13307 Free simplify_subject_preg at exit
13309 2007-12-07 [colin] 3.1.0cvs67
13312 * src/summaryview.c
13313 * src/common/utils.c
13314 * src/common/utils.h
13315 We have to free reused regexps from time to
13316 time, or they get huge
13318 2007-12-07 [colin] 3.1.0cvs66
13321 Fix QP decoding (and UTF8)
13323 2007-12-07 [colin] 3.1.0cvs65
13325 * src/addrcustomattr.c
13326 Update list of default custom attributes
13327 now (will be needed for a feature patch
13330 2007-12-07 [colin] 3.1.0cvs64
13333 Batch on destination folder when copying - fixes
13334 slowness when moving unread mails to trash on IMAP
13336 2007-12-06 [colin] 3.1.0cvs63
13338 * src/common/w32_time.c
13339 * src/common/w32lib.h
13340 * src/etpan/etpan-thread-manager.c
13341 * src/etpan/imap-thread.c
13342 * src/etpan/nntp-thread.c
13343 * src/gtk/Makefile.am
13344 Fix win32 build with libetpan. Thanks to
13347 2007-12-06 [colin] 3.1.0cvs62
13351 * src/prefs_account.c
13352 * src/prefs_account.h
13353 * src/etpan/imap-thread.c
13354 * src/etpan/imap-thread.h
13355 Disable connection via command line on WIN32
13356 Disable mmap use on WIN32 - use normal strings
13357 * src/addressbook.c
13358 * src/addressbook.h
13359 * src/addressbook_foldersel.c
13360 * src/addressbook_foldersel.h
13361 * src/prefs_filtering_action.c
13362 * src/prefs_matcher.c
13363 * src/plugins/bogofilter/bogofilter_gtk.c
13364 * src/plugins/dillo_viewer/dillo_prefs.c
13365 * src/plugins/spamassassin/spamassassin_gtk.c
13366 Fix leak, rework function logics to be more
13367 natural - thanks to Holger
13368 * src/common/utils.c
13371 2007-12-06 [colin] 3.1.0cvs61
13374 * src/common/utils.c
13375 * src/common/utils.h
13376 Fix posting, and fix UTF-8 being sent when encoding
13379 2007-12-05 [colin] 3.1.0cvs60
13382 Fix debian bug #453157, 'Fails to post usenet
13383 articles after NNTP connection has been
13384 interrupted". Fix return value to prevent deletion
13385 on failure, and issue MODE READER in case posting
13388 2007-12-05 [colin] 3.1.0cvs59
13390 * src/messageview.c
13392 Improvements to the List URIs dialog
13395 2007-12-05 [colin] 3.1.0cvs58
13397 * src/prefs_other.c
13398 * src/gtk/gtksctree.h
13401 2007-12-04 [colin] 3.1.0cvs57
13403 * src/etpan/imap-thread.c
13404 Fix bug 1378, 'Claws exits on IMAP alert message'
13405 Don't do GTK calls directly from Etpan thread
13407 2007-12-04 [colin] 3.1.0cvs56
13410 * src/gtk/gtksctree.c
13411 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13412 Make all the left of column zero an hotspot for
13415 2007-12-04 [colin] 3.1.0cvs55
13419 * src/prefs_common.c
13420 * src/prefs_common.h
13421 * src/prefs_receive.c
13422 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13424 2007-12-04 [wwp] 3.1.0cvs54
13426 * src/prefs_other.c
13429 2007-12-04 [holger] 3.1.0cvs53
13431 * src/addrduplicates.c
13432 * src/addrduplicates.h
13433 Export addressbook entry deletion
13435 2007-12-04 [colin] 3.1.0cvs52
13437 * tools/Makefile.am
13438 * tools/README.sylprint
13439 * tools/sylprint.pl
13440 * tools/sylprint.rc
13441 Fix debian bug #454089 (symlink attack in TMP directory)
13442 http://secwatch.org/advisories/1019661/ :
13443 Remove the buggy script, which was unmaintained anyway
13446 Store things in our private tmp directory.
13448 2007-12-03 [colin] 3.1.0cvs51
13455 Fix update problem when getting remote tags
13456 * src/prefs_matcher.c
13457 Rework GUI to make it better. Patch by Pawel
13460 2007-12-03 [colin] 3.1.0cvs50
13462 * src/etpan/imap-thread.c
13463 * src/etpan/nntp-thread.c
13464 Fix bug 1417, 'Network log doesn't reveal
13465 enough NNTP errors'
13467 2007-12-02 [iwkse] 3.1.0cvs49
13469 * src/plugins/dillo_viewer/dillo_prefs.c
13470 Insert dillo under the Plugins menu
13472 2007-12-01 [paul] 3.1.0cvs48
13475 add these variant forms
13478 2007-12-01 [paul] 3.1.0cvs47
13483 2007-12-01 [paul] 3.1.0cvs46
13486 add the new addrcustomattr.c file
13488 2007-11-29 [colin] 3.1.0cvs45
13490 * src/common/ssl_certificate.c
13491 Use the more modern getaddrinfo instead of
13492 gethostbyname when possible
13494 2007-11-28 [colin] 3.1.0cvs44
13496 * src/summaryview.c
13497 Maybe fix bug 1410 and other crash reports
13498 in summaryview since cvs38.
13500 2007-11-28 [wwp] 3.1.0cvs43
13502 * src/prefs_summary_open.c
13503 Guard against an empty list of actions to perform
13504 when opening a folder (or migration defaults could
13505 be introduced, confusing).
13507 2007-11-28 [colin] 3.1.0cvs42
13510 Fix mark all read from folder's contextual menu
13512 2007-11-27 [colin] 3.1.0cvs41
13517 * src/prefs_account.c
13518 * src/etpan/imap-thread.c
13519 A few fixes to the IMAP flags handling: Optimisations,
13520 two crashers, mention that Bandwitdh-efficient mode
13521 prevents tag fetching.
13522 Fix M-UTF7 in subscription dialog.
13524 2007-11-27 [colin] 3.1.0cvs40
13528 * src/summaryview.c
13529 Make filtering faster on flags change: Batch original
13530 folderitem, where we'll do flags/tags changes.
13532 2007-11-27 [colin] 3.1.0cvs39
13535 Fix bug 1407, 'After a copy action, further rules apply
13536 to both original and copy'
13538 2007-11-27 [colin] 3.1.0cvs38
13541 * src/summaryview.c
13542 Fixes races when doing a long operation and user
13543 asks for another one (Mark all read/unread on a
13544 big folder on IMAP for example)
13546 2007-11-27 [wwp] 3.1.0cvs37
13548 * src/addressbook.c
13549 * src/prefs_common.c
13550 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13551 and 3.1.0cvs35 (addressbook.c).
13553 2007-11-27 [holger] 3.1.0cvs36
13556 Add a line separating header and body
13559 2007-11-27 [wwp] 3.1.0cvs35
13561 * src/addressbook.c
13562 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13563 (thanks to Colin) and revert disabling of cut/copy
13564 context menu entries upon selected groups.
13566 2007-11-27 [holger] 3.1.0cvs34
13569 Add weights to the list of supported text attributes
13572 2007-11-27 [wwp] 3.1.0cvs33
13575 * src/addrcustomattr.c
13576 * src/addrcustomattr.h
13577 * src/addressbook.c
13578 * src/editaddress.c
13579 * src/editaddress.h
13580 * src/prefs_common.c
13581 * src/prefs_common.h
13582 * src/common/defs.h
13583 Provide a (customizable) list of preset attribute names
13584 for editing contacts (closes bug #1391).
13586 2007-11-27 [wwp] 3.1.0cvs32
13589 * src/addressbook.c
13591 Various fixes in the address book:
13592 - made copy/move of a folder to itself or its subtree
13593 impossible (-> error)
13594 - errors messages don't show in the status bar anymore,
13595 use alertpanels instead
13596 - simple click on group doesn't open group edit dialog
13597 anymore when in contact edit embedded mode (was too itchy)
13598 - fixed disabling of edit button and and menu entry when
13599 in contact edit embedded mode (was done in a bad and
13601 - fix menu cut/paste sensitivity in treelist context
13602 menu (conflicting enabling was done by different functions)
13603 - fix some menu item sensitivity in address list context menu
13604 - don't allow cut/copy of groups, it's useless as they won't
13605 be copied w/ their contents
13606 - fix missing copy of the picture file when copying (bug #1402),
13607 fix picture attribute (internal) value when moving or copying
13610 2007-11-27 [colin] 3.1.0cvs31
13614 Fix tags loss on move, fix space encoding
13616 2007-11-26 [colin] 3.1.0cvs30
13622 * src/messageview.c
13625 * src/summaryview.c
13626 * src/common/utils.c
13627 * src/common/utils.h
13628 * src/etpan/imap-thread.c
13629 * src/etpan/imap-thread.h
13630 Add IMAP tags support
13632 2007-11-26 [colin] 3.1.0cvs29
13635 Fix bug 1405, 'imap auto auth method doesn't
13638 2007-11-26 [colin] 3.1.0cvs28
13640 * src/messageview.c
13642 Handle broken disposition-notifications from Evolution
13643 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13645 2007-11-25 [paul] 3.1.0cvs27
13647 * src/folder_item_prefs.c
13648 * src/folder_item_prefs.h
13651 2007-11-23 [wwp] 3.1.0cvs26
13655 * src/matcher_parser_parse.y
13656 * src/prefs_matcher.c
13657 Fix irrelevant case folding when adding matcher condition 'test',
13660 2007-11-23 [wwp] 3.1.0cvs25
13662 * src/prefs_common.c
13663 * src/prefs_common.h
13664 * src/prefs_summary_open.c
13665 * src/prefs_summary_open.h
13666 * src/summaryview.c
13667 Add "select first email in list" to the list of possible selections
13668 when opening a folder.
13670 2007-11-23 [paul] 3.1.0cvs24
13673 a fix by Stephan Sachse, plus remove all
13674 old strings from the end of the file
13676 2007-11-23 [wwp] 3.1.0cvs23
13678 * src/prefs_msg_colors.c
13679 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13680 with little changes.
13682 2007-11-23 [paul] 3.1.0cvs22
13684 * src/prefs_logging.c
13685 eliminate wasted horizontal space
13687 2007-11-23 [paul] 3.1.0cvs21
13689 * src/prefs_summaries.c
13690 don't wrap the label or put linebreaks
13692 2007-11-22 [colin] 3.1.0cvs20
13694 * src/plugins/pgpinline/pgpinline.c
13697 2007-11-22 [wwp] 3.1.0cvs19
13699 * src/prefs_themes.c
13700 Yet another misuse of get_rc_dir(), still related
13701 to user themes. Completes 3.1.0cvs18.
13703 2007-11-22 [wwp] 3.1.0cvs18
13705 * src/stock_pixmap.c
13706 Fix a misuse of get_rc_dir(), user themes dir was
13707 not set properly and some themes might have disappeared
13708 from themes list in prefs.
13710 2007-11-22 [wwp] 3.1.0cvs17
13714 * src/common/tags.c
13715 * src/common/tags.h
13716 Correct copyright for these claws-mail-only brand new
13719 2007-11-22 [paul] 3.1.0cvs16
13722 fix bug 1400, 'Drag and drop of URLs does not work'
13725 2007-11-22 [paul] 3.1.0cvs15
13727 * src/prefs_common.c
13728 make "cmds_use_system_default" default to FALSE
13729 so as not to disrupt current settings
13730 * src/summaryview.c
13731 increase the size of the GdkRectangle, tooltips
13732 didn't show for me otherwise
13734 2007-11-21 [colin] 3.1.0cvs14
13742 * src/prefs_account.c
13743 * src/prefs_common.c
13744 * src/prefs_common.h
13745 * src/prefs_ext_prog.c
13749 * src/gtk/gtkutils.c
13750 Use xdg-open as a way to find default browser,
13753 2007-11-21 [colin] 3.1.0cvs13
13755 * src/messageview.c
13758 Send better return receipts (useful ones)
13759 Handle incoming return receipts
13761 2007-11-20 [colin] 3.1.0cvs12
13765 Add getter/setter for settings, and getter
13768 2007-11-20 [colin] 3.1.0cvs11
13773 Fix bug 1396, 'Crash on disabling a filter
13774 while it is processing'
13776 2007-11-20 [paul] 3.1.0cvs10
13779 fix bug 1395, 'Crash on checking for new mails
13780 while filter is running'
13783 2007-11-20 [paul] 3.1.0cvs9
13786 make this string easier for translators
13788 2007-11-19 [colin] 3.1.0cvs8
13790 * src/prefs_summaries.c
13791 * src/summaryview.c
13792 Don't enable more tooltips on Maemo
13794 2007-11-19 [colin] 3.1.0cvs7
13796 * src/prefs_common.c
13797 * src/prefs_common.h
13798 * src/prefs_summaries.c
13799 * src/summaryview.c
13800 Fix bug 1388, 'message list tool tips'
13801 Add (optional) tooltips in summaryview.
13802 This only works with GTK+ >= 2.12
13804 2007-11-19 [colin] 3.1.0cvs6
13807 Make strings a bit better when attaching
13810 2007-11-19 [colin] 3.1.0cvs5
13812 * src/common/utils.c
13813 Fix bug 1392, 'Top level domain .EU is
13814 not recognised as valid'
13816 2007-11-19 [wwp] 3.1.0cvs4
13820 Revert changes to compose.c made in 3.1.0cvs2.
13822 2007-11-19 [wwp] 3.1.0cvs3
13824 * src/addressbook.c
13825 * src/addressbook.h
13826 * src/editaddress.c
13828 * src/addrduplicates.c
13829 Minor improvements in the address book:
13830 always accept new contacts provided that some
13831 detail is set (instead of rejecting silently).
13832 Better guessing of contact name from incomplete
13833 name information. Better display of contacts with
13834 no name, in contact lists, group contents, find
13838 2007-11-19 [wwp] 3.1.0cvs2
13842 * src/prefs_logging.c
13843 * src/prefs_summaries.c
13844 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13845 wrap some long label in prefs/summaries, layout checkboxes
13846 in a more compact form in prefs/loggin, make account and
13847 header's combos have the same size/spacing in compose
13850 2007-11-19 [wwp] 3.1.0cvs1
13853 Fix a tiny leak and duplicate variable.
13855 2007-11-19 [paul] 3.1.0
13862 2007-11-19 [paul] 3.0.2cvs145
13873 updated by Stephan Sachse, Flammie Pirinen,
13874 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13875 Emil Nowak, Frederico Goncalves Guimaraes,
13876 Andrej Kacian, and Ralph Young
13878 2007-11-18 [mones] 3.0.2cvs144
13881 Updated Spanish translation
13883 2007-11-18 [colin] 3.0.2cvs143
13886 Prevent empty tag after edit, thanks to wwp
13888 2007-11-18 [colin] 3.0.2cvs142
13890 * src/editaddress.c
13891 Fix possible "(null)" %s - thanks to wwp
13893 2007-11-16 [wwp] 3.0.2cvs141
13895 * src/common/utils.c
13896 Fix for 3.0.2cvs140, prevents from crashing when opening
13899 2007-11-16 [colin] 3.0.2cvs140
13902 * src/common/claws.c
13903 Output a bit more useful info at startup
13906 2007-11-16 [colin] 3.0.2cvs139
13909 * src/common/utils.c
13910 * src/common/utils.h
13911 Fix bug 1387, 'Request for --compose to
13912 support multiple attachments'
13914 2007-11-16 [colin] 3.0.2cvs138
13917 Fix bug 1390, 'NNTP fails after server
13920 2007-11-16 [colin] 3.0.2cvs137
13922 * src/prefs_display_header.c
13923 Fix bug 1389, 'Changing 'Display headers
13924 in message view' breaks dispheaderrc'
13926 2007-11-14 [colin] 3.0.2cvs136
13928 * src/summaryview.c
13929 * src/gtk/quicksearch.c
13930 * src/gtk/quicksearch.h
13931 Fix resetting the quicksearch when in non-sticky
13932 mode, but Recursive is set: reset only when going
13933 out of the root search folder.
13935 2007-11-14 [colin] 3.0.2cvs135
13938 Don't set new flag back when doing "Mark as unread"
13941 2007-11-12 [paul] 3.0.2cvs134
13943 * src/plugins/dillo_viewer/dillo_viewer.c
13944 don't offer the mime type for translation
13950 2007-11-11 [colin] 3.0.2cvs133
13954 Use markup-escaped strings in dialogs
13956 2007-11-11 [colin] 3.0.2cvs132
13959 Better IMAP-UTF7/UTF8 conversion
13961 2007-11-10 [colin] 3.0.2cvs131
13964 Fix debian bug 450698, 'nntp auth behavior changed
13967 2007-11-10 [colin] 3.0.2cvs130
13975 * src/common/utils.c
13976 * src/etpan/Makefile.am
13977 * src/gtk/filesel.c
13978 * src/gtk/gtkutils.h
13980 * src/plugins/bogofilter/Makefile.am
13981 * src/plugins/clamav/Makefile.am
13982 * src/plugins/dillo_viewer/Makefile.am
13983 * src/plugins/pgpcore/Makefile.am
13984 * src/plugins/spamassassin/Makefile.am
13985 * src/plugins/trayicon/Makefile.am
13986 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13988 2007-11-09 [colin] 3.0.2cvs129
13990 * src/addressbook.c
13992 fix bug 1375, 'Impossible to modify e-mail
13993 in LDAP addressbook twice'; Try two. update
13994 externalID, don't make display lag, and
13995 fix the cases where dn is not mail.
13997 2007-11-08 [paul] 3.0.2cvs128
14001 * src/messageview.c
14002 * src/prefs_account.c
14003 * src/prefs_account.h
14004 reinstate 'Generate Message-ID' option as an
14005 account preference. (hidden on IMAP)
14008 2007-11-08 [paul] 3.0.2cvs127
14011 MAEMO: fix failure of loading images inline
14012 MAEMO: fix bug 1349, 'Emails still skip to end
14013 when opened (in certain circumstances)...'
14015 2007-11-07 [colin] 3.0.2cvs126
14018 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
14020 2007-11-07 [colin] 3.0.2cvs125
14023 Re-change the string occurence of A_CLAWS_ACTIONS
14024 to A_SYL_ACTIONS, to prevent parse errors of the
14025 toolbar_*.xml files
14027 2007-11-07 [colin] 3.0.2cvs124
14030 * src/prefs_common.c
14031 * src/prefs_common.h
14032 * manual/advanced.xml
14033 Add an hidden pref, 'save_parts_readwrite';
14034 completes 3.0.2cvs35
14036 2007-11-07 [paul] 3.0.2cvs123
14038 * src/prefs_toolbar.c
14041 rename ToolbarSylpheedActions to ToolbarClawsActions
14042 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
14044 2007-11-07 [paul] 3.0.2cvs122
14047 MAEMO: remove tooltips
14049 2007-11-07 [colin] 3.0.2cvs121
14051 * src/plugins/pgpinline/pgpinline.c
14052 Fix bug 1377, 'unspecific errors on
14053 signature checking'. Fix trimming of
14056 2007-11-06 [iwkse] 3.0.2cvs120
14058 * src/prefs_summary_open.c
14059 yet a string change
14061 2007-11-06 [paul] 3.0.2cvs119
14063 * tools/Makefile.am
14065 * tools/csv2addressbook.pl
14066 add a new script that imports a CSV formatted
14067 address book. Becky and Thunderbird address
14068 book are currently supported.
14070 2007-11-05 [colin] 3.0.2cvs118
14075 2007-11-05 [iwkse] 3.0.2cvs117
14077 * src/prefs_summary_open.c
14080 2007-11-04 [paul] 3.0.2cvs116
14082 * src/addressbook_foldersel.c
14083 fix gtk critical warning
14084 Patch by Pawel Pekala
14086 2007-11-04 [paul] 3.0.2cvs115
14089 * tools/claws-mail-compose-insert-files.pl
14090 add --bcc and uri_escape() everything
14092 2007-11-04 [paul] 3.0.2cvs114
14094 * src/gtk/gtkutils.c
14095 gtkut_stock_with_text_button_set_create(): set
14096 GTK_CAN_DEFAULT on buttons 2 and 3
14098 2007-11-03 [paul] 3.0.2cvs113
14100 * src/common/utils.c
14101 fix debian bug #448814, 'mailto: URI decoding
14102 desn't decode the destination address field'
14103 Patch by Federico Heinz <fheinz@vialibre.org.ar>
14105 2007-11-03 [paul] 3.0.2cvs112
14109 * src/gtk/authors.h
14110 allow Bcc in commandline URIs
14111 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14113 2007-11-02 [colin] 3.0.2cvs111
14115 * src/addressbook.c
14116 Maybe fix bug 1376, 'crash on
14117 addressbook manipulation'
14119 2007-10-31 [paul] 3.0.2cvs110
14122 fix bug 1375, 'Impossible to modify e-mail
14123 in LDAP addressbook twice'
14124 Patch by Michael Rasmussen
14126 2007-10-30 [paul] 3.0.2cvs109
14129 enable GnuTLS support with --enable-gnutls which
14130 will disable openssl support. if the user has
14131 gtk >= 2.10.x don't allow gnomeprint even if the
14138 2007-10-30 [paul] 3.0.2cvs108
14141 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14143 2007-10-30 [paul] 3.0.2cvs107
14146 * src/prefs_account.c
14147 * src/prefs_folder_item.c
14148 * src/prefs_spelling.c
14149 * src/prefs_themes.c
14151 * src/gtk/gtkaspell.c
14152 * src/gtk/gtkaspell.h
14153 * src/plugins/spamassassin/spamassassin_gtk.c
14154 replace deprecated gtk_option_menu...
14155 patch by Pawel Pekala
14157 2007-10-29 [colin] 3.0.2cvs106
14159 * src/plugins/dillo_viewer/dillo_prefs.c
14160 Fix forgotten signal connect
14162 2007-10-28 [colin] 3.0.2cvs105
14164 * src/plugins/dillo_viewer/dillo_prefs.c
14165 * src/plugins/dillo_viewer/dillo_prefs.h
14166 * src/plugins/dillo_viewer/dillo_viewer.c
14167 Implement addressbook-based whitelisting for loading
14168 remote images. Fixed missing destroy of the embedded
14169 browser that made a Dillo window pop up on exit, if
14170 an HTML part was displayed.
14172 2007-10-26 [colin] 3.0.2cvs104
14177 2007-10-25 [colin] 3.0.2cvs103
14179 * src/editaddress.c
14180 Add tap-and-hold on the picture, for Maemo
14185 * src/summaryview.c
14187 Unify tag interfaces.
14189 2007-10-25 [colin] 3.0.2cvs102
14192 * src/etpan/imap-thread.h
14193 Much better error handling. We'll need to be really
14194 clear to users about where errors come from, with
14195 the apparition of Gmail's IMAP server.
14197 2007-10-24 [colin] 3.0.2cvs101
14201 * src/summaryview.c
14203 Add tags sorting (alphabetical); allow deletion of
14204 tags from the Apply Tags window
14206 2007-10-24 [colin] 3.0.2cvs100
14208 * src/editaddress.c
14209 * src/editaddress_other_attributes_ldap.c
14210 * src/editaddress_other_attributes_ldap.h
14214 Fix LDAP writing (got broken in cvs39)
14215 Add read-only support for jpegPhoto LDAP field
14217 2007-10-23 [colin] 3.0.2cvs99
14220 Fix crash in some cases
14222 2007-10-22 [colin] 3.0.2cvs98
14224 * src/common/socket.h
14226 Fix big leak in GnuTLS code
14228 2007-10-22 [colin] 3.0.2cvs97
14231 Fix bug 1368, 'SIGSEGV in NNTP code'
14233 2007-10-22 [colin] 3.0.2cvs96
14235 * src/prefs_customheader.c
14236 Catch compface warnings when generating X-Faces
14238 2007-10-22 [wwp] 3.0.2cvs95
14240 * src/quote_fmt_parse.y
14241 Remove accidentally committed debug traces.
14244 2007-10-22 [colin] 3.0.2cvs94
14246 * src/etpan/nntp-thread.c
14249 2007-10-19 [wwp] 3.0.2cvs93
14251 * src/common/ssl_certificate.c
14252 Add missing include (Windows).
14254 2007-10-19 [colin] 3.0.2cvs92
14259 * src/gtk/inputdialog.c
14260 * src/gtk/inputdialog.h
14261 Remove the last old combo; patch by
14264 2007-10-19 [colin] 3.0.2cvs91
14267 Fix interop problem with GnuTLS and some crappy
14268 servers that have very little keys.
14270 2007-10-19 [colin] 3.0.2cvs90
14273 Fix return value check on GnuTLS, and
14276 2007-10-18 [colin] 3.0.2cvs89
14278 * src/common/ssl_certificate.c
14279 Fix missing initialisations
14281 2007-10-18 [wwp] 3.0.2cvs88
14284 Fix linking against GNUTLS (matters if --enable-gnutls only).
14286 2007-10-18 [colin] 3.0.2cvs87
14291 2007-10-18 [mones] 3.0.2cvs86
14295 * src/prefs_account.c
14296 * src/prefs_receive.c
14298 * src/plugins/bogofilter/bogofilter_gtk.c
14299 * src/plugins/spamassassin/spamassassin_gtk.c
14300 More capitalisation micro-fixes
14302 2007-10-18 [paul] 3.0.2cvs85
14305 add info about NNTP support via libetpan
14306 change the configure output ending msg a little
14308 similar changes to above
14310 2007-10-18 [colin] 3.0.2cvs84
14314 Fix missing symbol for S/MIME
14316 2007-10-18 [colin] 3.0.2cvs83
14318 * src/prefs_filtering_action.c
14319 Fix crash in tags (introduced in cvs78)
14321 2007-10-18 [colin] 3.0.2cvs82
14323 * src/common/Makefile.am
14324 * src/common/nntp.c
14325 * src/common/nntp.h
14326 * src/etpan/Makefile.am
14327 * src/etpan/etpan-thread-manager-types.h
14328 * src/etpan/etpan-thread-manager.c
14329 * src/etpan/imap-thread.c
14330 * src/etpan/nntp-thread.c
14331 * src/etpan/nntp-thread.h
14334 Rewrite the nntp implementation
14335 to use libetpan. Non-blocking NNTP!
14344 * src/prefs_account.c
14347 * src/send_message.c
14348 * src/send_message.h
14349 * src/ssl_manager.c
14350 * src/ssl_manager.h
14352 * src/common/claws.c
14353 * src/common/session.c
14354 * src/common/session.h
14355 * src/common/smtp.c
14356 * src/common/smtp.h
14357 * src/common/socket.c
14358 * src/common/socket.h
14361 * src/common/ssl_certificate.c
14362 * src/common/ssl_certificate.h
14364 * src/gtk/sslcertwindow.c
14365 * src/gtk/sslcertwindow.h
14366 Implement GnuTLS support. GnuTLS support
14367 will be used if OpenSSL isn't available, or
14368 specified explicitely. (the reason is that
14369 GnuTLS cerficate checking is a bit less
14370 practical than OpenSSL's)
14372 2007-10-18 [paul] 3.0.2cvs81
14374 * src/gtk/inputdialog.c
14375 * src/gtk/inputdialog.h
14376 fix copyright header
14378 2007-10-17 [colin] 3.0.2cvs80
14380 * src/plugins/pgpcore/select-keys.c
14381 Fix bug which prevented encryption key
14382 auto-selection when two or more matched the
14383 email address, but only one isn't revoked
14386 2007-10-17 [wwp] 3.0.2cvs79
14391 * src/quote_fmt_lex.l
14392 * src/quote_fmt_parse.y
14393 Templates can now attach files using |attach{filename}.
14395 2007-10-17 [wwp] 3.0.2cvs78
14397 * src/prefs_customheader.c
14398 * src/prefs_ext_prog.c
14399 * src/prefs_filtering_action.c
14400 * src/prefs_matcher.c
14401 * src/prefs_other.c
14402 * src/prefs_toolbar.c
14403 * src/gtk/combobox.c
14404 * src/gtk/combobox.h
14405 * src/gtk/gtkutils.c
14406 * src/gtk/gtkutils.h
14407 * src/plugins/bogofilter/bogofilter_gtk.c
14408 * src/plugins/spamassassin/spamassassin_gtk.c
14409 Removed almost all remaining instances of GtkCombo
14410 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14411 few visual and code cleanup from Colin.
14413 2007-10-16 [wwp] 3.0.2cvs77
14414 * src/gtk/pluginwindow.c
14415 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14417 2007-10-15 [colin] 3.0.2cvs76
14426 * src/messageview.c
14427 * src/messageview.h
14432 * src/prefs_common.c
14433 * src/prefs_common.h
14434 * src/prefs_customheader.c
14435 * src/prefs_customheader.h
14436 * src/prefs_display_header.c
14437 * src/prefs_display_header.h
14438 * src/prefs_filtering_action.c
14439 * src/prefs_filtering_action.h
14440 * src/prefs_folder_column.c
14441 * src/prefs_folder_column.h
14442 * src/prefs_folder_item.c
14443 * src/prefs_folder_item.h
14446 * src/prefs_logging.h
14447 * src/prefs_matcher.c
14448 * src/prefs_matcher.h
14449 * src/prefs_summary_column.c
14450 * src/prefs_summary_column.h
14451 * src/prefs_summary_open.c
14458 * src/sourcewindow.c
14459 * src/sourcewindow.h
14460 * src/summaryview.c
14461 * src/summaryview.h
14466 * src/common/mgutils.c
14467 * src/common/mgutils.h
14468 * src/common/nntp.c
14469 * src/common/nntp.h
14470 * src/common/prefs.c
14471 * src/common/prefs.h
14472 * src/common/socket.c
14473 * src/common/socket.h
14474 * src/common/stringtable.c
14475 * src/common/stringtable.h
14476 * src/common/template.c
14477 * src/common/template.h
14478 * src/common/uuencode.c
14479 * src/common/uuencode.h
14480 * src/gtk/gtkshruler.c
14481 * src/gtk/gtkshruler.h
14484 * src/gtk/progressdialog.c
14485 * src/gtk/progressdialog.h
14486 Remove/staticalize, the return of the revenge
14488 2007-10-15 [colin] 3.0.2cvs75
14491 Fix redirections in filtering's tests
14493 2007-10-15 [colin] 3.0.2cvs74
14496 Don't build imap_synchronise at all when
14497 building without libetpan
14499 2007-10-14 [colin] 3.0.2cvs73
14504 * src/gtk/manage_window.c
14505 * src/gtk/manage_window.h
14506 Remove more unused code
14508 2007-10-14 [colin] 3.0.2cvs72
14518 * src/common/xmlprops.c
14519 * src/common/xmlprops.h
14520 Remove more unused code
14522 2007-10-14 [colin] 3.0.2cvs71
14524 * src/common/utils.c
14525 Remove unused function
14527 2007-10-13 [colin] 3.0.2cvs70
14533 * src/gtk/gtkutils.c
14534 * src/gtk/gtkutils.h
14535 Staticalise/Remove more code
14537 2007-10-13 [colin] 3.0.2cvs69
14539 * src/common/utils.c
14540 * src/common/utils.h
14541 Remove dead code, unused for ages
14543 2007-10-13 [colin] 3.0.2cvs68
14547 Maemo: define hildon_program in main.c,
14548 make it accessible in the .h with extern
14550 2007-10-13 [paul] 3.0.2cvs67
14553 fix a bunch of runtime warnings on maemo
14555 2007-10-13 [paul] 3.0.2cvs66
14559 * src/gtk/gtkutils.c
14560 * src/gtk/gtkutils.h
14561 fix a bunch of compiler warnings on maemo
14563 2007-10-12 [colin] 3.0.2cvs65
14572 * src/common/utils.c
14573 * src/common/utils.h
14574 Remove unused code, staticalise some functions
14576 2007-10-12 [paul] 3.0.2cvs64
14582 * src/messageview.c
14583 * src/summary_search.c
14584 * src/summaryview.c
14587 * src/common/utils.c
14588 * src/gtk/prefswindow.c
14589 fix a bunch of compiler warnings on maemo
14591 2007-10-11 [colin] 3.0.2cvs63
14593 * src/editaddress.c
14594 Make static function static
14596 2007-10-11 [mones] 3.0.2cvs62
14598 * src/addrduplicates.c
14599 * src/addressbook.c
14603 * src/messageview.c
14605 * src/prefs_customheader.c
14607 * src/prefs_themes.c
14608 * src/common/plugin.c
14609 * src/gtk/pluginwindow.c
14610 * src/gtk/quicksearch.c
14611 Fix several typos and capitalisation issues
14613 2007-10-11 [wwp] 3.0.2cvs61
14615 * src/editaddress.c
14616 Fix a warning about possible use of uninitialized
14619 2007-10-11 [wwp] 3.0.2cvs60
14621 * src/editaddress.c
14622 Disable "Unset picture" menu item when there's
14623 no picture to clear. Fix an extraneous g_unref_object,
14624 add missing initializers.
14626 2007-10-11 [wwp] 3.0.2cvs59
14628 * src/pixmaps/anonymous.xpm
14629 * src/editaddress.c
14631 * src/stock_pixmap.c
14632 * src/stock_pixmap.h
14633 Fix a leak, gettext-ize the photo label.
14634 Don't clear the existing picture if loading
14635 a new one fails. Use a default 'anonymous'
14636 picture (this new xpm has been added to the
14637 internal stock_pixmap API). Add a
14638 "Set picture" context menu entry.
14640 2007-10-11 [colin] 3.0.2cvs58
14642 * src/messageview.c
14643 Make shift-shortcuts work
14644 * src/prefs_actions.c
14645 Don't ask if we really want to close when
14646 choosing OK and only the list is changed
14647 * src/prefs_template.c
14648 Don't ask if we really want to close when
14649 choosing OK and only the list is changed
14650 * src/common/plugin.c
14651 Fix writing of second [Plugins_*] block
14652 * src/common/template.c
14653 Remove unused files (fixes deletion)
14655 2007-10-10 [paul] 3.0.2cvs57
14657 * src/prefs_template.c
14658 put the whole thing in a scrolled window
14659 so that half the page is no longer inaccessible
14661 make the gtk_text_view smaller on maemo
14663 2007-10-10 [colin] 3.0.2cvs56
14666 Fix updating of Attachments number in some
14667 cases (reedit, attach from command-line, ...)
14669 2007-10-10 [colin] 3.0.2cvs55
14671 * src/editaddress.c
14672 Initialise error correctly
14674 2007-10-10 [paul] 3.0.2cvs54
14676 * src/prefs_filtering_action.c
14677 * src/gtk/description_window.c
14678 * src/gtk/foldersort.c
14679 * src/gtk/quicksearch.c
14680 get rid of some pointless new lines and
14681 make the descripton labels wrap better
14683 2007-10-10 [colin] 3.0.2cvs53
14686 * src/editaddress.c
14689 More error handling on saving pictures
14691 2007-10-10 [colin] 3.0.2cvs52
14695 Generalize a bit printing, so we can factorize
14698 2007-10-10 [paul] 3.0.2cvs51
14700 * src/addrduplicates.c
14702 use GTK_STOCK... buttons
14704 2007-10-10 [paul] 3.0.2cvs50
14708 * src/editaddress.c
14712 2007-10-10 [paul] 3.0.2cvs49
14714 * src/summaryview.c
14715 * src/messageview.c
14716 Fix crash on Add sender to addressbook when
14720 * src/editaddress.c
14721 * src/editaddress_other_attributes_ldap.h
14723 Rename images to .png in addrbook/
14726 Fix Face/X-Face being used if adding another
14727 address than sender to addressbook
14730 2007-10-10 [holger] 3.0.2cvs48
14732 * src/addrduplicates.c
14733 * src/editaddress.c
14734 Improvements to the addressbook duplicate finder
14736 - add an edit button to the button bar
14737 - display the whole bookname (with iface) and
14738 use this for same-book checking
14739 - after editing, try to keep selections if the
14740 entries are still present
14741 - sort the email column alphabetically
14742 - put results in a scrolled window
14743 - support embedded editing
14744 - make columns in detail view resizable
14745 - add keyboard shortcuts
14747 2007-10-10 [wwp] 3.0.2cvs47
14750 Fix a crash when there's no From: in email, thanks to Colin.
14752 2007-10-09 [paul] 3.0.2cvs46
14754 * src/messageview.c
14755 * src/summaryview.c
14757 fix building without compface support
14759 2007-10-09 [colin] 3.0.2cvs45
14761 * src/editaddress.c
14766 2007-10-09 [colin] 3.0.2cvs44
14768 * src/addrduplicates.c
14771 * src/addressbook.c
14772 * src/addressbook.h
14778 * src/editaddress.c
14779 * src/editaddress_other_attributes_ldap.h
14781 * src/messageview.c
14783 * src/summaryview.c
14785 * src/gtk/gtkutils.c
14786 Automatically set contacts' pictures from Face
14787 or X-Face if they have no picture
14788 Display the contact picture in textview or
14789 headerview for mails sent by people in the
14790 addressbook, that have no Face or X-Face
14791 Fix a few details in the Person edition dialog
14792 (ability to unset picture)
14793 Remove picture file when deleting contacts
14795 2007-10-09 [iwkse] 3.0.2cvs43
14798 center the about window
14800 2007-10-09 [paul] 3.0.2cvs42
14802 * src/prefs_toolbar.c
14803 fix icon selector window on maemo
14805 2007-10-09 [paul] 3.0.2cvs41
14807 * src/messageview.c
14808 add 'go to' menu to separate msgview
14810 2007-10-09 [colin] 3.0.2cvs40
14812 * src/common/defs.h
14815 2007-10-09 [iwkse] 3.0.2cvs39
14818 * src/addressbook.c
14821 * src/editaddress.c
14822 * src/editaddress_other_attributes_ldap.h
14825 set a photo in the Addressbook
14827 2007-10-08 [colin] 3.0.2cvs38
14829 * src/prefs_toolbar.c
14830 Make height 320 to remove the scrollbar
14831 (with current number of icons)
14833 2007-10-08 [colin] 3.0.2cvs37
14835 * src/prefs_toolbar.c
14836 Transform the treeview to a GtkIconView.
14838 In addition, transform the window so that
14839 it looks like a popup menu. Patch by me
14841 2007-10-08 [colin] 3.0.2cvs36
14845 Beautify the GUI a bit; in particular, show the
14846 number of attachments in the tab's title.
14849 2007-10-08 [paul] 3.0.2cvs35
14852 Save users from themselves: save temporary
14853 files used for Open/Open with as read-only.
14856 2007-10-08 [paul] 3.0.2cvs34
14858 * tools/Makefile.am
14859 forgot this in cvs33
14861 2007-10-08 [paul] 3.0.2cvs33
14863 * tools/kdeservicemenu/README
14864 * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14865 * tools/kdeservicemenu/install.sh
14866 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14867 renamed template* to *template so as not to confuse
14870 2007-10-08 [paul] 3.0.2cvs32
14872 * src/prefs_themes.c
14873 * src/stock_pixmap.c
14874 replace 2 direct uses of RC_DIR
14876 2007-10-07 [colin] 3.0.2cvs31
14878 * src/addrduplicates.c
14879 * src/addrduplicates.h
14880 * src/addressbook.c
14881 * src/addressbook.h
14884 Implement deletion in duplicate finder.
14887 2007-10-07 [colin] 3.0.2cvs30
14891 * src/common/utils.c
14892 Better fix for Solaris, thanks to Nicolas Doualot
14894 2007-10-07 [colin] 3.0.2cvs29
14897 * src/gtk/authors.h
14900 2007-10-07 [colin] 3.0.2cvs28
14903 Fix HTML export to make it more compliant
14904 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14906 2007-10-07 [colin] 3.0.2cvs27
14908 * src/prefs_toolbar.c
14909 Only use icons that wouldn't look stupid in the toolbar
14912 2007-10-07 [colin] 3.0.2cvs26
14914 * src/prefs_toolbar.c
14915 Fix old icon being used when none is selected
14917 2007-10-07 [colin] 3.0.2cvs25
14920 Fix copy/paste error
14922 2007-10-07 [colin] 3.0.2cvs24
14924 * src/prefs_toolbar.c
14927 Update icon to default one when changing event
14928 Make the icon chooser nicer (handle Esc, Enter,
14931 2007-10-06 [colin] 3.0.2cvs23
14933 * src/prefs_toolbar.c
14934 Fix text reset; patch by Pawel
14936 2007-10-06 [colin] 3.0.2cvs22
14939 Complete previous commit
14941 2007-10-06 [colin] 3.0.2cvs21
14943 * src/prefs_toolbar.c
14945 Set toolbar text automatically to the default
14946 when changing Event executed on click
14948 2007-10-06 [colin] 3.0.2cvs20
14950 * src/prefs_toolbar.c
14951 Invert Text and Event fields
14953 2007-10-06 [colin] 3.0.2cvs19
14955 * src/prefs_toolbar.c
14957 Make toolbar prefs look much better
14958 Patch by Pawel Pekala
14960 2007-10-06 [paul] 3.0.2cvs18
14963 * src/prefs_filtering.c
14964 fix checkbuttons in gtktreeview on maemo by
14965 setting maemo's "allow-checkbox-mode" to FALSE
14967 2007-10-06 [colin] 3.0.2cvs17
14970 Export -DSOLARIS in CFLAGS for all
14971 Solaris (not just 2.8) and OpenSolaris
14973 2007-10-06 [paul] 3.0.2cvs16
14978 * src/gtk/authors.h
14979 fix build on solaris where ctime_r takes
14980 3 arguments rather than 2.
14981 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14983 2007-10-05 [colin] 3.0.2cvs15
14985 * src/etpan/imap-thread.c
14986 Fix wrong error codepath
14988 2007-10-05 [wwp] 3.0.2cvs14
14991 Fix unexpected logging of quicksearches:
14992 debug_filtering_session flag was never reset to FALSE, causing
14993 matcher functions to log when called from a quicksearch
14994 (if a filtering session happened before).
14996 2007-10-05 [paul] 3.0.2cvs13
14998 * src/prefs_actions.c
14999 * src/prefs_filtering.c
15000 * src/prefs_template.c
15001 fix bug 1343, 'Filtering..'s close button
15002 silently discards new filter'
15005 2007-10-05 [paul] 3.0.2cvs12
15009 fix bug 1347, '-Wno-unused-function, optional'
15011 2007-10-05 [colin] 3.0.2cvs11
15014 * src/common/mgutils.c
15017 2007-10-05 [mones] 3.0.2cvs10
15019 * manual/advanced.xml
15021 * manual/es/advanced.xml
15022 Synchronise translation
15024 2007-10-04 [colin] 3.0.2cvs9
15036 * src/messageview.c
15039 * src/partial_download.c
15045 * src/common/mgutils.c
15046 * src/common/plugin.c
15047 * src/common/utils.c
15050 * src/common/xmlprops.c
15051 * src/common/xmlprops.h
15052 * src/plugins/bogofilter/bogofilter.c
15053 * src/plugins/clamav/clamav_plugin.c
15054 * src/plugins/dillo_viewer/dillo_prefs.c
15055 * src/plugins/pgpcore/prefs_gpg.c
15056 * src/plugins/pgpinline/pgpinline.c
15057 * src/plugins/pgpmime/pgpmime.c
15058 * src/plugins/spamassassin/spamassassin.c
15059 * src/plugins/trayicon/trayicon_prefs.c
15060 Verify success on writes. Will fix possible strange
15061 failure on disk full.
15063 2007-10-04 [paul] 3.0.2cvs8
15065 * manual/advanced.xml
15066 add further info about Actions
15067 Patch by Emmanuel Briot <briot@adacore.com>
15069 2007-10-04 [paul] 3.0.2cvs7
15072 remove the D column, instead indicate the
15073 default account by use of bold text
15075 2007-10-03 [colin] 3.0.2cvs6
15077 * src/common/template.c
15078 Fix templates writing (was prone to disk full problems)
15080 2007-10-03 [colin] 3.0.2cvs5
15083 * src/addrduplicates.c
15084 * src/addrduplicates.h
15085 * src/addressbook.c
15086 Add duplicate deletion. Patch by Holger
15088 2007-10-03 [colin] 3.0.2cvs4
15091 * src/gtk/quicksearch.c
15092 Fix bug 1340, 'Case insensitive searches with
15093 non-ascii alphabets fail'.
15095 2007-10-03 [colin] 3.0.2cvs3
15098 * src/common/utils.c
15099 * src/common/utils.h
15100 Implement run-time alternative config directories
15102 2007-10-03 [colin] 3.0.2cvs2
15105 Prevent opening folder item while folder
15106 is scanned in a better way
15108 2007-10-02 [paul] 3.0.2cvs1
15114 bump up version number following stable release
15116 2007-09-30 [colin] 3.0.1cvs49
15119 Refresh session if needed
15121 2007-09-30 [colin] 3.0.1cvs48
15124 Reset folder's session to NULL
15125 before destroying it
15127 2007-09-30 [mones] 3.0.1cvs47
15129 * manual/handling.xml
15130 Use markup quotes instead hardcoded quotes
15131 * manual/es/handling.xml
15132 Added new synced section (IMAP subscriptions)
15134 2007-09-29 [colin] 3.0.1cvs46
15137 Notice disconnections faster
15139 2007-09-28 [colin] 3.0.1cvs45
15141 * src/addressbook.c
15145 2007-09-28 [paul] 3.0.1cvs44
15150 2007-09-28 [paul] 3.0.1cvs43
15153 use gtk_widget_set_size_request() on the label
15154 so that wrapping works better. get rid of the
15155 (partially deprecated) hbutton_box.
15156 these changes should prevent buttons overlapping
15159 2007-09-28 [colin] 3.0.1cvs42
15164 2007-09-28 [colin] 3.0.1cvs41
15170 * src/etpan/imap-thread.c
15171 64bits-related warning fixes
15173 2007-09-28 [colin] 3.0.1cvs40
15175 * src/folder_item_prefs.c
15179 * src/common/tags.c
15182 2007-09-28 [colin] 3.0.1cvs39
15184 * src/plugins/spamassassin/spamassassin.c
15185 * src/plugins/spamassassin/spamassassin.h
15186 * src/plugins/spamassassin/spamassassin_gtk.c
15187 Add addressbook-based whitelisting
15189 2007-09-28 [colin] 3.0.1cvs38
15192 Fix bug 1337, 'crash on pressing Send button'
15194 2007-09-28 [paul] 3.0.1cvs37
15196 * src/prefs_folder_item.c
15197 give the orphans a parent. makes all prefs
15198 pages visible on maemo
15200 2007-09-28 [colin] 3.0.1cvs36
15202 * src/prefs_folder_column.c
15203 * src/prefs_summary_column.c
15206 2007-09-27 [colin] 3.0.1cvs35
15208 * src/gtk/quicksearch.c
15209 Fix bug 1336, 'Segfault if empty space before search-string'
15211 2007-09-26 [mones] 3.0.1cvs34
15213 * manual/account.xml
15214 * manual/plugins.xml
15215 Fixed irc channel name, added some docbook markup.
15216 Changed text markup to docbook markup.
15217 Added spamcop as supported in SpamReport description.
15218 * manual/fr/plugins.xml
15219 Fixed irc channel name.
15220 * manual/es/account.xml
15221 * manual/es/advanced.xml
15222 * manual/es/claws-mail-manual.xml
15223 * manual/es/glossary.xml
15224 * manual/es/gpl.xml
15225 * manual/es/keyboard.xml
15226 * manual/es/plugins.xml
15227 Synced with English version, fixed a couple of typos.
15229 2007-09-26 [colin] 3.0.1cvs33
15232 Explain why "Libgnomeprint: no" on GTK+ 2.10
15234 2007-09-26 [colin] 3.0.1cvs32
15236 * src/messageview.c
15239 Optimisation: avoid fetching mail 3 times locally
15242 2007-09-26 [colin] 3.0.1cvs31
15247 2007-09-26 [colin] 3.0.1cvs30
15253 Fix MH mtime hack - make it a folder class function
15255 2007-09-26 [colin] 3.0.1cvs29
15258 Fix bug 1334, 'user defined mail incorporation
15261 2007-09-25 [colin] 3.0.1cvs28
15264 Optimisation: shortcut conv_codeset_strdup
15265 when src_code and dest_code are the same
15268 Optimisation: shortcut code conversions when
15269 files are in UTF-8; faster list walking by
15270 using prepend/reverse.
15272 2007-09-25 [holger] 3.0.1cvs27
15275 Replace button bar of the preview window
15276 with a real toolbar (patch by Colin)
15277 Add zooming to the preview window
15279 2007-09-24 [paul] 3.0.1cvs26
15282 compact the character set menu, adding some
15283 missing encodings. Patch by Pawel Pekala
15285 2007-09-23 [paul] 3.0.1cvs25
15287 * src/prefs_account.c
15288 * src/prefs_folder_item.c
15289 * src/prefs_quote.c
15292 remove unnecessary frame from Templates options
15293 and improve the English of the check button label
15295 2007-09-22 [colin] 3.0.1cvs24
15297 * src/gtk/quicksearch.c
15298 Fix bug 1329, 'error in quicksearch.c'
15299 Fix return with value in function returning void
15301 2007-09-22 [colin] 3.0.1cvs23
15305 * src/common/utils.c
15306 * src/common/utils.h
15307 * src/etpan/imap-thread.c
15308 Optimise fetching IMAP cached emails *a lot*
15309 (remember whether mail is fully cached and \r's
15310 are already stripped)
15312 2007-09-22 [colin] 3.0.1cvs22
15316 * src/prefs_folder_item.c
15317 Add a button to allow users to drop local caches.
15319 2007-09-21 [colin] 3.0.1cvs21
15321 * src/summaryview.c
15322 Remove unnecessary error when cancelling export to mbox.
15325 2007-09-21 [paul] 3.0.1cvs20
15327 * src/gtk/prefswindow.c
15328 remove unnecessary frames from the prefs
15329 pages. Patch by Pawel Pekala
15331 2007-09-21 [paul] 3.0.1cvs19
15333 * src/prefs_account.c
15334 * src/prefs_folder_item.c
15335 * src/prefs_quote.c
15337 put the Templates options into a tabbed
15338 layout. Patch by Pawel Pekala
15340 2007-09-21 [paul] 3.0.1cvs18
15343 group together the character set menu items
15344 move the /View/Show or hide/Message view below
15345 .../Toolbar menu item
15346 Patch by Pawel Pekala
15348 2007-09-21 [mones] 3.0.1cvs17
15351 Fix for bug 1327, 'segfault when replying to a non-existent
15352 news message', thanks to Colin.
15354 2007-09-21 [colin] 3.0.1cvs16
15357 Complete 3.0.1cvs15
15359 2007-09-20 [colin] 3.0.1cvs15
15363 Maybe fix bug 1324, 'Corrupted IMAP cache'
15365 2007-09-20 [colin] 3.0.1cvs14
15370 2007-09-20 [holger] 3.0.1cvs13
15373 Add page layout to print preview.
15374 Make the close-button in the toolbar
15377 2007-09-20 [paul] 3.0.1cvs12
15380 updated by Pavlo Bohmat
15382 2007-09-19 [colin] 3.0.1cvs11
15384 * src/common/utils.c
15385 Prevent unquoted mime boundaries, by always
15388 2007-09-19 [colin] 3.0.1cvs10
15391 Fix drawing area size, fix DPI change that
15392 can cause total number of lines to decrease
15394 2007-09-19 [colin] 3.0.1cvs9
15398 Make print preview more efficient and nicer.
15399 Patch mostly by Holger Berndt <hb@claws-mail.org>
15401 2007-09-19 [colin] 3.0.1cvs8
15403 * src/prefs_common.c
15404 * src/prefs_common.h
15406 Add scrolledwindow, default allocation and
15407 size saving to the print preview window.
15409 2007-09-18 [colin] 3.0.1cvs7
15411 * src/prefs_common.c
15412 * src/prefs_common.h
15413 * src/prefs_image_viewer.c
15416 - add image printing support
15417 - add option to print images
15418 - add preview widget
15419 - add saving of a few Page Setup parameters
15421 2007-09-18 [colin] 3.0.1cvs6
15424 * src/gtk/authors.h
15425 Add Guillaume Chazarain
15427 2007-09-18 [colin] 3.0.1cvs5
15429 * src/common/utils.c
15430 Fix bug 1321, 'access before allocation
15431 when scanning for uris'. Patch by
15432 Guillaume Chazarain <guichaz@yahoo.fr>
15434 2007-09-18 [colin] 3.0.1cvs4
15437 Fix bug 1320, 'Memory leak caused by
15438 gtk_container_get_children'. Patch by
15439 Guillaume Chazarain <guichaz@yahoo.fr>
15441 2007-09-18 [colin] 3.0.1cvs3
15445 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15447 2007-09-18 [colin] 3.0.1cvs2
15451 * src/messageview.c
15452 * src/messageview.h
15453 * src/prefs_ext_prog.c
15454 * src/prefs_fonts.c
15457 * src/summaryview.c
15458 Use GtkPrintOperation by default on GTK+ >= 2.10
15459 Patch by Holger Berndt <hb@claws-mail.org>
15461 2007-09-18 [paul] 3.0.1cvs1
15467 bump up version number following stable release
15469 2007-09-16 [colin] 3.0.0cvs18
15472 Fix possible memleak
15474 2007-09-16 [colin] 3.0.0cvs17
15477 Fix bug 1311, 'Wrong arrow position
15478 while moving message into folder when
15479 column headers hidden'
15480 * src/image_viewer.c
15481 Show error in the GUI if image can't
15484 Fix spurious output
15485 * src/messageview.c
15486 Allow setting domain in msgid
15487 * src/common/plugin.c
15488 Add timing information
15490 2007-09-16 [colin] 3.0.0cvs16
15494 * src/prefs_account.c
15495 * src/prefs_account.h
15496 * src/common/utils.c
15497 Remove Generate Message-ID option. We need
15498 this on some IMAP servers.
15499 * src/prefs_template.c
15502 2007-09-16 [colin] 3.0.0cvs15
15504 * src/prefs_filtering.c
15505 * src/prefs_filtering.h
15506 * src/prefs_filtering_action.c
15507 * src/common/tags.c
15508 Fix tags issues: tags with spaces, renaming
15511 2007-09-16 [colin] 3.0.0cvs14
15516 Fix bug 1308, 'Claws deletes folderlist.xml after
15517 fetching mail short after start-up'
15519 2007-09-16 [colin] 3.0.0cvs13
15522 Fix scrolling to cursor
15524 2007-09-16 [paul] 3.0.0cvs12
15527 updated by Aleksandar Urosevic
15529 2007-09-16 [paul] 3.0.0cvs11
15532 do not allow locked msgs to be deleted,
15533 even by filtering/processing
15535 2007-09-07 [paul] 3.0.0cvs10
15537 * src/prefs_folder_column.c
15538 * src/prefs_summary_column.c
15539 implement button sensitivity
15540 patch by Pawel Pekala
15542 2007-09-06 [wwp] 3.0.0cvs9
15545 Add a missing linefeed to a debug message.
15547 2007-09-05 [colin] 3.0.0cvs8
15550 Fix statusbar/window mismatch on Maemo
15552 2007-09-05 [colin] 3.0.0cvs7
15555 Fix build without USE_LDAP_TLS
15557 2007-09-05 [colin] 3.0.0cvs6
15563 * src/send_message.c
15566 Maemo: distinguish various statusbar messages,
15567 in order to display only the most important.
15569 2007-09-04 [wwp] 3.0.0cvs5
15572 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15573 Show protocol "SMTP" and the appropriate server for send-only
15574 accounts, show "-" instead of "" when no value is relevant.
15576 2007-09-03 [ticho] 3.0.0cvs4
15578 * src/summaryview.c
15579 Handle plural form better in delete confirmation dialog.
15581 2007-09-03 [wwp] 3.0.0cvs3
15584 Warn differently when sending or sending later (queueing).
15586 2007-09-03 [colin] 3.0.0cvs2
15590 * src/common/plugin.c
15591 * src/common/plugin.h
15592 Add a new plugin API, MimeParser. It allows
15593 plugins to scan email MIME parts and optionally,
15596 2007-09-03 [mones] 3.0.0cvs1
15599 Updated translation
15600 * src/common/defs.h
15601 While a better solution is made double history sizes
15603 2007-09-03 [paul] 3.0.0
15610 [For previous entries, see ChangeLog.2.0.0-3.0.0]