597634e76f939285290a3a1423c3ad3080410f2e
[claws.git] / ChangeLog
1 2012-12-05 [colin]      3.9.0cvs41
2
3         * src/common/ssl.c
4                 Nullify xcred pointer like the other ones
5
6 2012-12-03 [wwp]        3.9.0cvs40
7
8         * src/summaryview.c
9         * src/mainwindow.c
10         Avoid any possible confusion: 0 is not a neutral value when passed
11         to main_window_get_mask() - use -1 instead, even in those cases we
12         don't care.
13
14 2012-12-03 [wwp]        3.9.0cvs39
15
16         * src/toolbar.c
17         Fix sensitivity of next-unread toolbar button.
18
19 2012-12-03 [colin]      3.9.0cvs38
20
21         * src/common/utils.c
22                 Fix following relative symlinks
23
24 2012-12-02 [colin]      3.9.0cvs37
25
26         * src/main.c
27                 Of course you can't, Windows. Of course...
28
29 2012-12-02 [colin]      3.9.0cvs36
30
31         * src/main.c
32                 Move control sockets inside their own directory,
33                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
34                 - cleaner separation of sockets and config dirs in
35                   case of alternate config directories
36                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
37                   exists as a socket, use it to control the running entity
38                 - backwards migration is handled: starting an old Claws Mail
39                   version will bail out as creating the legacy socket won't
40                   be possible.
41                 - migration for alternate-config-dirs is not handled, which
42                   could be mentioned in release notes.
43                 Fixes bug #2828, "Use MD5 digest for socket name"
44
45 2012-12-01 [colin]      3.9.0cvs35
46
47         * src/common/utils.c
48                 As usual, Windows is a little bit different
49                 (you have to love it the same as the normal OSes...)
50
51 2012-12-01 [colin]      3.9.0cvs34
52
53         * src/common/utils.c
54         * src/common/utils.h
55                 Add a canonicalizer function and use it to
56                 canonicalize rc_dir.
57
58 2012-11-30 [mones]      3.9.0cvs33
59
60         * src/common/plugin.c
61                 Fixes #1137 completely, saving path-less plugins as is
62                 in config. With this patch user can edit plugin list on
63                 clawsrc and remove absolute paths from shared plugins,
64                 leaving only the "pluginname.so". Those will be tried to
65                 load from plugin dir of the loading core. Notice that
66                 those will also fail to load on older versions, and will
67                 probably be removed from your config without warning by
68                 the older version.
69
70 2012-11-30 [wwp]        3.9.0cvs32
71
72         * src/mainwindow.c
73         * src/mainwindow.h
74         * src/summaryview.c
75         * src/toolbar.c
76         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
77         also fix list loop initializers.
78
79 2012-11-30 [wwp]        3.9.0cvs31
80
81         * src/mainwindow.c
82         * src/mainwindow.h
83         * src/procmsg.c
84         * src/send_message.c
85         * src/send_message.h
86         * src/toolbar.c
87         * src/toolbar.h
88         Add Message/Cancel sending (same as --cancel-sending), adds the
89         relevant toolbar icon, and an extra cancel sending+receiving icon
90         for convenience.
91
92 2012-11-29 [colin]      3.9.0cvs30
93
94         * src/mainwindow.c
95                 Fix mask on a few menu items (thanks Ricardo!)
96
97 2012-11-28 [wwp]        3.9.0cvs29
98
99         * src/mainwindow.c
100         * src/mainwindow.h
101         * src/summaryview.c
102         * src/toolbar.c
103         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
104         Complete toolbar_init(), which was missing few inits.
105
106 2012-11-28 [colin]      3.9.0cvs28
107
108         * src/mainwindow.c
109         * src/news.c
110         * src/news.h
111         * src/etpan/nntp-thread.c
112                 Disconnect NNTP accounts too when switching offline
113
114 2012-11-28 [colin]      3.9.0cvs27
115
116         * src/imap.c
117         * src/news.c
118         * src/common/session.c
119         * src/common/session.h
120                 Add keep-alive pings on IMAP and NNTP
121
122 2012-11-28 [colin]      3.9.0cvs26
123
124         * src/imap.c
125         * src/etpan/imap-thread.c
126         * src/etpan/imap-thread.h
127                 Try locale's charset and UTF-7 on server-side
128                 searches when UTF-8 fails. Also, don't even
129                 mention a charset if searching for an ASCII
130                 string.
131
132 2012-11-27 [colin]      3.9.0cvs25
133
134         * src/main.c
135                 Unbreak the build.
136
137 2012-11-27 [colin]      3.9.0cvs24
138
139         * src/common/ssl.c
140                 Fix bug #2826, "replace deprecated gnutls function"
141                 Patch by Christian Hesse
142
143 2012-11-27 [colin]      3.9.0cvs23
144
145         * src/gtk/manage_window.c
146                 Stop spamming logs with focus events.
147
148 2012-11-27 [colin]      3.9.0cvs22
149
150         * src/mainwindow.c
151         * src/prefs_common.c
152         * src/prefs_common.h
153                 Unsneak a work-in-progress patch that I mistakengly
154                 commited with a cleanup
155
156 2012-11-27 [wwp]        3.9.0cvs21
157
158         * doc/man/claws-mail.1
159         * src/main.c
160         * src/send_message.c
161         * src/send_message.h
162                 Add --cancel-sending command-line switch.
163
164 2012-11-23 [colin]      3.9.0cvs20
165
166         * src/jpilot.c
167         * src/main.c
168         * src/mainwindow.c
169         * src/matcher.c
170         * src/prefs_common.c
171         * src/prefs_common.h
172         * src/procmsg.c
173         * src/common/socket.c
174         * src/common/socket.h
175         * src/common/ssl.c
176         * src/common/ssl_certificate.c
177         * src/common/ssl_certificate.h
178         * src/etpan/imap-thread.c
179         * src/etpan/nntp-thread.c
180                 Cleanup some warnings and deprecated types. Patch by
181                 Christian Hesse, fixing bug #2617. Thanks!
182
183 2012-11-23 [colin]      3.9.0cvs19
184
185         * AUTHORS
186         * src/gtk/authors.h
187                 Add Christian Hesse which was forgotten for some reason
188
189 2012-11-21 [colin]      3.9.0cvs18
190
191         * src/etpan/imap-thread.c
192                 Don't set charset on simple searches. Fixes Exchange 2007.
193
194 2012-11-20 [colin]      3.9.0cvs17
195
196         * src/prefs_matcher.c
197                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
198
199 2012-11-20 [ticho]      3.9.0cvs16
200
201         * src/gtk/prefswindow.c
202                 Actually allow folder preference pages which are in top level of
203                 page index UI to be selected.
204
205 2012-11-20 [ticho]      3.9.0cvs15
206
207         * src/prefs_folder_item.c
208                 Remove useless "Folder" root in page index of folder preferences UI.
209
210 2012-11-18 [colin]      3.9.0cvs14
211
212         * AUTHORS
213         * src/advsearch.c
214         * src/matcher.c
215         * src/matcher.h
216         * src/matcher_parser_parse.y
217         * src/prefs_matcher.c
218         * src/gtk/authors.h
219         * src/gtk/quicksearch.c
220                 Add age_{greater,lower}_hours matcher criteria
221                 Initial patch by Abhay S. Kushwaha.
222
223 2012-11-18 [ticho]      3.9.0cvs13
224
225         * src/mbox.c
226                 Improve i18n plural handling in a string used while
227                 importing from mbox.
228
229 2012-11-16 [ticho]      3.9.0cvs12
230
231         * po/bg.po
232         * po/ca.po
233         * po/cs.po
234         * po/de.po
235         * po/en_GB.po
236         * po/es.po
237         * po/fi.po
238         * po/fr.po
239         * po/he.po
240         * po/hu.po
241         * po/id_ID.po
242         * po/it.po
243         * po/ja.po
244         * po/lt.po
245         * po/nl.po
246         * po/pl.po
247         * po/pt_BR.po
248         * po/pt_PT.po
249         * po/ru.po
250         * po/sk.po
251         * po/sr.po
252         * po/sv.po
253         * po/uk.po
254         * po/zh_CN.po
255         * po/zh_TW.po
256         * po/Makevars
257                 Update message catalogs to match changes in 3.9.0cvs11.
258
259 2012-11-16 [ticho]      3.9.0cvs11
260
261         * src/account.c
262         * src/addrcustomattr.c
263         * src/edittags.c
264         * src/prefs_filtering.c
265         * src/prefs_matcher.c
266         * src/prefs_msg_colors.c
267         * src/toolbar.c
268         * src/uri_opener.c
269         * src/wizard.c
270         * src/common/utils.c
271         * src/gtk/about.c
272                 Use pgettext() and friends for i18n context strings, instead of
273                 having a pipe character in msgid for context separation. This uses
274                 glib's C_ macro, instead of Q_.
275
276 2012-11-16 [colin]      3.9.0cvs10
277
278         * src/foldersel.c
279         * src/prefs_actions.c
280         * src/prefs_filtering_action.c
281         * src/prefs_matcher.c
282         * src/quote_fmt.c
283         * src/gtk/description_window.c
284         * src/gtk/description_window.h
285         * src/gtk/inputdialog.c
286         * src/gtk/manage_window.c
287         * src/gtk/quicksearch.c
288                 Try to better fix focus problems. Should address:
289                 Bug #2774
290                 Bug #2624
291                 Bug #1963
292                 Bug #2780
293                 Please check using your favorite WM that the following works:
294                 Information button (Quicksearch, Templates, 'Test' filtering 
295                 condition)
296                 Folder selection (Move/Copy contextual menu,
297                 various preferences, including 'New folder').
298                 Tested with XFCE, Gnome Shell and Windows.
299                 
300
301 2012-11-16 [colin]      3.9.0cvs9
302
303         * src/advsearch.c
304                 Init is_fast too
305
306 2012-11-16 [colin]      3.9.0cvs8
307
308         * src/advsearch.c
309                 Fix missing initialisation of bool_and which could
310                 lead to From/To/Subject/Tag searches searching with
311                 binary and.
312                 Also clean up tag expansion. No need to create a
313                 matcher string and re-parse it.
314
315 2012-11-16 [paul]       3.9.0cvs7
316
317         * po/de.po
318                 fix by Thomas Bellmann
319
320 2012-11-15 [colin]      3.9.0cvs6
321
322         * src/summaryview.c
323                 Fix bug #2785, "Marking mails for deletion reopens internal 
324                 message view"
325
326 2012-11-15 [colin]      3.9.0cvs5
327
328         * src/main.c
329         * src/statusbar.c
330         * src/gtk/gtkcmclist.c
331         * src/gtk/gtkcmclist.h
332                 a few more GTK+3 fixes. Segfaults on me, though.
333
334 2012-11-15 [colin]      3.9.0cvs4
335
336         * src/Makefile.am
337         * src/action.c
338         * src/addr_compl.c
339         * src/addressbook.c
340         * src/addrgather.c
341         * src/compose.c
342         * src/editaddress.c
343         * src/editgroup.c
344         * src/main.c
345         * src/mainwindow.c
346         * src/message_search.c
347         * src/prefs_display_header.c
348         * src/prefs_filtering_action.c
349         * src/prefs_matcher.c
350         * src/prefs_other.c
351         * src/prefs_toolbar.c
352         * src/printing.c
353         * src/stock_pixmap.c
354         * src/summary_search.c
355         * src/summaryview.c
356         * src/textview.c
357         * src/gtk/Makefile.am
358         * src/gtk/colorlabel.c
359         * src/gtk/combobox.c
360         * src/gtk/combobox.h
361         * src/gtk/gtkcmclist.c
362         * src/gtk/gtkcmclist.h
363         * src/gtk/gtkcmctree.c
364         * src/gtk/gtksctree.c
365         * src/gtk/gtkshruler.c
366         * src/gtk/gtkutils.c
367         * src/gtk/gtkutils.h
368         * src/gtk/inputdialog.c
369         * src/gtk/quicksearch.c
370         * src/plugins/pgpcore/Makefile.am
371         * src/plugins/pgpinline/Makefile.am
372         * src/plugins/pgpmime/Makefile.am
373         * src/plugins/smime/Makefile.am
374                 Big GTK+3 patch from Hanno Meyer-Thurow
375
376 2012-11-15 [wwp]        3.9.0cvs3
377
378         * doc/man/claws-mail.1
379         * src/main.c
380                 Add --cancel-receiving command-line switch.
381
382 2012-11-15 [wwp]        3.9.0cvs2
383
384         * src/ssl_manager.c
385         * src/gtk/sslcertwindow.c
386                 Fix Capitalization.
387
388 2012-11-15 [paul]       3.9.0cvs1
389
390         * po/cs.po
391         * po/fi.po
392         * po/sk.po
393                 updates from David Vachulka, Flammie Pirinen, and
394                 Slavko
395
396 2012-11-14 [paul]       3.9.0
397         * NEWS
398         * README
399         * RELEASE_NOTES 
400                 3.9.0 unleashed!
401
402 2012-11-14 [paul]       3.8.1cvs123
403
404         * po/de.po
405         * po/es.po
406         * po/fi.po
407         * po/fr.po
408         * po/hu.po
409         * po/pt_BR.po
410         * po/sv.po
411         * po/uk.po
412         * po/zh_TW.po
413                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
414                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
415                 YUP, Wei-Lun Chao
416
417 2012-11-14 [paul]       3.8.1cvs122
418
419         * tools/README
420         * tools/fix_date.sh
421                 improvements by wwp
422
423 2012-11-14 [colin]      3.8.1cvs121
424
425         * src/action.c
426                 And fix warning with breaking functionality
427
428 2012-11-14 [paul]       3.8.1cvs120
429
430         * src/action.c
431                 revert this change from 3.8.1cvs60, it breaks
432                 actions with a pipe
433
434 2012-11-14 [colin]      3.8.1cvs119
435
436         * src/common/plugin.c
437                 If plugin fails to load from absolute path, try from
438                 default plugin path. 
439                 Fixes bug #1137, 'loading plugins with same profile on different archs'
440                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
441                 results in wrong paths in clawsrc'
442
443 2012-11-12 [colin]      3.8.1cvs118
444
445         * src/messageview.c
446                 Fix initial focus on textview. Fixes bug #2776,
447                 "Make all menu shortcuts work properly in the message window"
448
449 2012-11-09 [colin]      3.8.1cvs117
450
451         * src/etpan/imap-thread.c
452                 Specify search charset. Thanks to Aleksei Miheev
453
454 2012-11-08 [colin]      3.8.1cvs116
455
456         * src/common/socket.c
457         * src/gtk/gtkutils.c
458                 Fix socket communication
459
460 2012-11-08 [colin]      3.8.1cvs115
461
462         * src/plugins/pgpcore/sgpgme.c
463                 Fix Windows runtime crash
464
465 2012-11-08 [colin]      3.8.1cvs114
466
467         * src/gtk/quicksearch.c
468                 Fix going active with NULL matchstring (for example
469                 when changing type before typing anything)
470
471 2012-11-07 [colin]      3.8.1cvs113
472
473         * src/mbox.c
474                 Fix Windows build
475
476 2012-11-06 [mones]      3.8.1cvs112
477
478         * doc/man/claws-mail.1
479                 Sync with AUTHORS file
480         * src/gtk/quicksearch.c
481                 Add number units where appropriate
482
483 2012-10-31 [paul]       3.8.1cvs111
484
485         * src/prefs_folder_item.c
486                 add missing closing bracket. thanks to Andreas Rönnquist.
487
488 2012-10-31 [colin]      3.8.1cvs110
489
490         * src/prefs_folder_item.c
491                 Fix prefs text and extra semi-colon. Thanks to Paul!
492
493 2012-10-31 [colin]      3.8.1cvs109
494
495         * src/folder_item_prefs.c
496         * src/folder_item_prefs.h
497         * src/messageview.c
498         * src/prefs_folder_item.c
499                 Implement feature from bug #2569, 
500                 "select html part on folder specific properties"
501                 Patch based on Andrej's patch.
502
503 2012-10-29 [wwp]        3.8.1cvs108
504
505         * src/textview.c
506         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
507         broken URL parsing.
508
509 2012-10-25 [colin]      3.8.1cvs107
510
511         * src/textview.c
512                 Verify the previous URI wasn't the same...
513                 fixes http://www. URIs.
514
515 2012-10-25 [colin]      3.8.1cvs106
516
517         * src/common/utils.c
518         * src/common/utils.h
519         * src/textview.c
520                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
521                 reduces cost of strcasestr() in textview_make_clickable_parts*()
522                 from 30% to 15%. Patch by Igor Mammedov
523
524 2012-10-25 [colin]      3.8.1cvs105
525
526         * src/textview.c
527                 Do not allow search cost to explode in case of bad message
528                 parsing in textview_make_clickable_parts_later(); reduces
529                 cost of textview_make_clickable_parts_later() from 99% to
530                 17% for big bad-case message. Patch by Igor Mammedov
531
532 2012-10-25 [colin]      3.8.1cvs104
533
534         * src/textview.c
535         * src/textview.h
536                 Avoid strlen() on big buffers, use precomputed length instead
537                 it reduces cost of textview_write_line() from 32% to 3% for
538                 big messages. Patch by Igor Mammedov
539         * AUTHORS
540         * src/gtk/authors.h
541                 Add Igor
542
543 2012-10-24 [mones]      3.8.1cvs103
544
545         * src/advsearch.c
546                 Trust on IMAP core on-line/off-line management
547                 Patch by Sean Buckheister
548
549 2012-10-19 [paul]       3.8.1cvs102
550
551         * AUTHORS
552         * src/crash.c
553         * src/gtk/authors.h
554                 fix bug 2760, 'display correct libc version in crash dialog 
555                 when uclibc is used'.
556                 fixes build with uclibc. patch by Natanael Copa.
557
558 2012-10-18 [mones]      3.8.1cvs101
559
560         * claws-mail.desktop
561                 Fix bug #2761 and remove invalid GTK main category
562
563 2012-10-17 [colin]      3.8.1cvs100
564
565         * src/common/ssl_certificate.c
566                 Fix bug #2759, "Error messages regarding bad
567                 client certificates are less than helpful"
568                 Based on patch by bug reporter.
569
570 2012-10-13 [paul]       3.8.1cvs99
571
572         * src/common/ssl_certificate.c
573                 fix build with gnutls 3.1.3
574                 Patch by Sean Buckheister.
575
576 2012-10-12 [mones]      3.8.1cvs98
577
578         * src/compose.c
579         * src/grouplistdialog.c
580         * src/imap.c
581         * src/news_gtk.c
582         * src/procmime.c
583         * src/procmsg.c
584         * src/common/utils.c
585         * src/common/utils.h
586         * src/etpan/imap-thread.c
587                 New slist_free_strings_full wrapper for g_slist_free_full
588                 and simplify calls where it was being used
589
590 2012-10-12 [colin]      3.8.1cvs97
591
592         * src/common/defs.h
593                 Drop include of internal glib header
594                 Patch by Werner Koch
595
596 2012-10-12 [colin]      3.8.1cvs96
597
598         * src/gtk/gtkcmctree.c
599         * src/gtk/gtksctree.c
600                 Fix bug #2581, "expander arrows are too tiny to hit with the 
601                 mouse". Patch mostly by Tom Horsley
602
603 2012-10-12 [iwkse]      3.8.1cvs95
604
605         * src/common/utils.c
606                         g_free *mutex
607
608 2012-10-12 [mones]      3.8.1cvs94
609
610         * src/common/utils.c
611                 Remove undeclared mutex symbol
612
613 2012-10-12 [colin]      3.8.1cvs93
614
615         * src/compose.c
616         * src/prefs_account.c
617         * src/common/utils.c
618         * src/common/utils.h
619                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
620                 Thanks to Salvatore de Paolis
621
622 2012-10-10 [colin]      3.8.1cvs92
623
624         * src/folder.c
625                 Fix bug #2744, "Quick search throws bad command 
626                 argument error on Microsoft Exchange". Fall back
627                 to local search if folder-specific search fails.
628         * src/gtk/quicksearch.c
629                 Typo fix.
630
631 2012-10-10 [colin]      3.8.1cvs91
632
633         * src/procmsg.h
634                 Make what the tags list contain more clear
635
636 2012-10-10 [colin]      3.8.1cvs90
637
638         * src/inc.c
639         * src/mbox.c
640         * src/common/smtp.c
641         * src/common/smtp.h
642                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
643                 Patch by "madroach"
644
645 2012-10-10 [colin]      3.8.1cvs89
646
647         * autogen.sh
648                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
649
650 2012-10-10 [colin]      3.8.1cvs88
651
652         * src/compose.c
653                 Leak fix (thanks Ricardo!)
654
655 2012-10-10 [colin]      3.8.1cvs87
656
657         * src/common/utils.c
658                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
659                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
660                 fixes by Michael Rasmussen and myself.
661                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
662                 semantics are different from slist_free_strings() in that
663                 slist_free_strings does not free the list itself.
664
665 2012-10-09 [mones]      3.8.1cvs86
666
667         * doc/man/claws-mail.1
668         * src/compose.c
669         * src/common/utils.c
670                 New extra headers feature for adding user-defined
671                 extra headers to the combobox in the compose window
672                 Headers are stablished in 'extraheaderrc', one per
673                 line with a final colon
674
675 2012-10-06 [mones]      3.8.1cvs85
676
677         * po/POTFILES.in
678                 Added src/gtk/menu.c
679         * src/common/defs.h
680         * src/gtk/menu.c
681         * src/gtk/menu.h
682                 New function cm_menu_item_new_label_from_url to
683                 avoid crashing on huge URL strings and warn user
684                 about the possible causes
685         * src/mainwindow.c
686                 Use it to create List menu items safely
687
688 2012-10-04 [colin]      3.8.1cvs84
689
690         * src/imap.c
691                 Fix keywords with spaces
692
693 2012-10-04 [colin]      3.8.1cvs83
694
695         * src/advsearch.c
696                 Fix double-tag search. Maybe fixes bug #2744,
697                 'Quick search throws bad command argument 
698                 error since recent change'. Patch by Sean.
699
700 2012-10-03 [mones]      3.8.1cvs82
701
702         * src/procmime.c
703                 Fix bug #2743 'null pointer crash in procmime strchr'
704                 Patch by Michael Schwendt (from RedHat bug 862578) 
705
706 2012-09-28 [colin]      3.8.1cvs81
707
708         * src/advsearch.c
709                 Never search on server if we're offline
710                 (Asking the user would and will be better)
711         * src/imap.c
712                 Fix uninitialized variable (bogus) warning
713                 Fix SELECT of the folder before searching
714
715 2012-09-27 [colin]      3.8.1cvs80
716
717         * src/advsearch.c
718         * src/imap.c
719         * src/etpan/imap-thread.c
720         * src/etpan/imap-thread.h
721                 Implement IMAP server search. Patch by
722                 Sean Buckheister again.
723
724 2012-09-26 [colin]      3.8.1cvs79
725
726         * src/main.c
727         * src/matcher.c
728         * src/matcher.h
729                 Prepare the context strings, their translation take
730                 CPU time. Shaves 6 seconds out of 17 on my reference
731                 folder body search.
732         * src/summary_search.c
733                 Fix a warning
734
735 2012-09-26 [colin]      3.8.1cvs78
736
737         * src/matcher.c
738         * src/procmime.c
739         * src/procmime.h
740                 Unlock I/O in procmime, give a way
741                 for matcher to avoid having to
742                 read/write tmp/rewind/read tmp for
743                 body matches.
744
745 2012-09-26 [colin]      3.8.1cvs77
746
747         * src/summary_search.c
748                 Fix unresponsive stop button
749         * src/gtk/quicksearch.c
750                 Fix busy cursor
751
752 2012-09-26 [colin]      3.8.1cvs76
753
754         * src/summary_search.c
755         * src/summaryview.c
756         * src/summaryview.h
757         * src/gtk/quicksearch.c
758                 Factorize search code in summary_search and
759                 add a progress indicator as that slows down
760                 the first result in case of body search.
761
762 2012-09-26 [colin]      3.8.1cvs75
763
764         * src/folder.c
765                 Fix body search triggering GUI updates
766                 for every message when it gets MSG_SCANNED
767                 set.
768
769 2012-09-26 [colin]      3.8.1cvs74
770
771         * src/folder.c
772         * src/folder.h
773         * src/imap.c
774         * src/procmsg.c
775         * src/procmsg.h
776         * src/summaryview.c
777                 Factorize msg list to num list code;
778                 Make search faster using cache instead
779                 of network I/O
780
781 2012-09-25 [mones]      3.8.1cvs73
782
783         * src/gtk/quicksearch.c
784                 Fix new expressions not being added to quicksearch
785                 history in extended mode; patch by Sean Buckheister
786
787 2012-09-22 [mir]        3.8.1cvs72
788
789         * src/advsearch.c
790                 Fix for not searching in folders marked 'no_select'
791                 patch provided by Colin.
792
793 2012-09-22 [mones]      3.8.1cvs71
794
795         * src/advsearch.c
796                 Add missing copyright header
797
798 2012-09-21 [colin]      3.8.1cvs70
799
800         * src/folder.c
801                 Fix warning where msgcount was used
802                 uninitialized in case the search was
803                 to be performed on a message list subset.
804
805 2012-09-21 [colin]      3.8.1cvs69
806
807         * src/gtk/quicksearch.c
808                 Fix error background not appearing
809
810 2012-09-21 [colin]      3.8.1cvs68
811
812         * src/Makefile.am
813         * src/advsearch.c ** ADDED **
814         * src/advsearch.h ** ADDED **
815         * src/folder.c
816         * src/folder.h
817         * src/folderview.c
818         * src/imap.c
819         * src/main.c
820         * src/matcher.c
821         * src/matcher.h
822         * src/matchertypes.h ** ADDED **
823         * src/mh.c
824         * src/mimeview.c
825         * src/news.c
826         * src/proctypes.h
827         * src/summary_search.c
828         * src/summaryview.c
829         * src/summaryview.h
830         * src/gtk/quicksearch.c
831         * src/gtk/quicksearch.h
832                 Separated GUI and logic for search
833                 Use same logic for quicksearch and folder search
834                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
835
836 2012-09-19 [mones]      3.8.1cvs67
837
838         * src/mainwindow.c
839                 Remove spurious parameter from get_url_part and
840                 fix potential buffer overflow
841
842 2012-09-19 [colin]      3.8.1cvs66
843
844         * src/addressbook.c
845         * src/addrselect.c
846                 Un-mix mixed enum comparison which happened
847                 to work because multiple enums define the same
848                 values.
849
850 2012-09-19 [colin]      3.8.1cvs65
851
852         * src/addrindex.c
853         * src/editaddress.c
854         * src/editldap.c
855         * src/exporthtml.c
856         * src/jpilot.c
857         * src/procmime.c
858         * src/plugins/bogofilter/bogofilter_gtk.c
859         * src/plugins/pgpcore/prefs_gpg.c
860         * src/plugins/smime/smime.c
861         * src/plugins/spamassassin/spamassassin_gtk.c
862                 More warning fixes, casts, useless variables and
863                 unchecked return values
864
865 2012-09-19 [colin]      3.8.1cvs64
866
867         * src/mainwindow.c
868                 Check possible overflow
869         * src/prefs_account.c
870         * src/prefs_compose_writing.c
871         * src/prefs_logging.c
872         * src/prefs_message.c
873         * src/prefs_msg_colors.c
874         * src/prefs_other.c
875         * src/prefs_receive.c
876         * src/prefs_summaries.c
877         * src/prefs_wrapping.c
878                 fix GtkAdjustment casts
879         * src/common/ssl.c
880                 fix warnings
881         * src/gtk/gtkaspell.c
882                 fix warnings
883
884 2012-09-19 [mones]      3.8.1cvs63
885
886         * src/addritem.c
887                 Fix leak and follow function specification
888
889 2012-09-19 [mones]      3.8.1cvs62
890
891         * src/action.c
892                 Use unused var c to check result and emit messages on error
893         * src/addrbook.c
894                 Remove unused vars: attr (several functions), element
895         * src/addrclip.c
896                 Use unused var newGroup to check result
897         * src/addrcustomattr.c
898                 Remove unused var summaryview and related code
899         * src/addressbook.c
900                 Use unused vars nn, newNode, idleID to check result
901                 Remove unused var aoType and refactor logic around it
902                 Comment var enabled and related debug code
903         * src/msgcache.c
904                 Use unused var error to check result and emit debug messages
905         * src/textview.c
906                 Remove unused var link_color
907         * src/toolbar.c
908                 Remove unused vars: attr, retVal
909
910 2012-09-19 [colin]      3.8.1cvs61
911
912         * src/imap.c
913         * src/inc.c
914         * src/news.c
915         * src/send_message.c
916         * src/common/socket.c
917                 More precise error logging
918
919 2012-09-16 [mones]      3.8.1cvs60
920
921         * src/action.c                                                          
922                 Removed dup calls with ignored result
923         * src/addr_compl.c                                                    
924                 Removed unused var is_group and simplified logic around it      
925         * src/addrharvest.c                                                  
926         * src/matcher.c
927         * src/procmsg.c                                                  
928         * src/etpan/etpan-thread-manager.c                                    
929                 Use unused var r to verify result and emit messages on error
930         * src/compose.c                                                  
931                 Move color variable into conditional usage blocks
932                 Remove assigned but not used vars: lock, titles, count    
933         * src/edittags.c
934                 Remove assigned but not used var actions                        
935         * src/folderview.c
936                 Remove assigned but not used vars: from_parent, src_node        
937         * src/imap_gtk.c
938         * src/mh_gtk.c                                                    
939                 Remove malloc-ed but not used var: old_path                  
940         * src/news.c
941                 Comment unused vars from commented block: tofetch, fetched      
942         * src/prefs_account.c
943                 Remove assigned but not used var: privacy_enabled
944         * src/prefs_actions.c
945         * src/prefs_customheader.c
946                 Remove assigned but not used var: store
947         * src/prefs_filtering.c
948                 Remove assigned but not used var: n_rows
949         * src/prefs_template.c
950                 Remove assigned but not used vars: model, list_store
951         * src/prefs_toolbar.c
952                 Remove assigned but not used var: win_titles
953         * src/printing.c
954                 Remove assigned but not used vars: orientation, line, baseline,
955                 off_chars 
956         * src/etpan/imap-thread.c
957                 Remove assigned but not used var: value, r
958                 Refactor to check correct memory allocation
959         * src/etpan/nntp-thread.c
960                 Remove assigned but not used var: value
961         * src/gtk/gtkaspell.c
962                 Remove assigned but not used vars: textbuf, exist
963                 Remove unused function: find_gtkaspeller
964         * src/gtk/gtkcmctree.c
965                 Remove unused function: gtk_cmctree_get_offset
966         * src/gtk/gtkshruler.c
967                 Remove assigned but not used vars: ruler, priv
968
969 2012-09-14 [mones]      3.8.1cvs59
970
971         * src/common/log.c
972                 Check file operation results (and remove and
973                 unused var warning)
974
975 2012-09-14 [colin]      3.8.1cvs58
976
977         * src/gtk/inputdialog.c
978                 Remove unused var, thanks Ticho
979
980 2012-09-13 [colin]      3.8.1cvs57
981
982         * src/stock_pixmap.c
983                 Fix missing \n in debug line
984
985 2012-09-13 [colin]      3.8.1cvs56
986
987         * src/main.c
988                 Don't listen on the Unix socket before we're
989                 ready. The 'popup' order from another instance
990                 may provoke a race and trash configuration files.
991
992 2012-09-13 [colin]      3.8.1cvs55
993
994         * src/imap.c
995                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
996                 Claws-Mail/IMAP and Lotus Domino". Use
997                 correct types for start/end and test if
998                 start is indeed before end.
999
1000 2012-09-12 [mones]      3.8.1cvs54
1001
1002         * src/prefs_other.c
1003                 Fix bug #1975 'preference mutt key bindings do not take
1004                 effect' (and the other invalid paths too)
1005
1006 2012-09-12 [colin]      3.8.1cvs53
1007
1008         * src/procmsg.c
1009                 Revert that hunk, logic is unclear.
1010
1011 2012-09-12 [colin]      3.8.1cvs52
1012
1013         * src/addressbook.c
1014         * src/addrharvest.c
1015         * src/addrindex.c
1016         * src/addritem.c
1017         * src/compose.c
1018         * src/edittags.c
1019         * src/folder.c
1020         * src/imap.c
1021         * src/inc.c
1022         * src/ldif.c
1023         * src/mainwindow.c
1024         * src/mbox.c
1025         * src/mimeview.c
1026         * src/mutt.c
1027         * src/partial_download.c
1028         * src/prefs_filtering_action.c
1029         * src/prefs_toolbar.c
1030         * src/printing.c
1031         * src/procheader.c
1032         * src/procmime.c
1033         * src/procmsg.c
1034         * src/summaryview.c
1035         * src/textview.c
1036         * src/common/utils.c
1037         * src/etpan/imap-thread.c
1038         * src/gtk/gtkaspell.c
1039         * src/plugins/pgpcore/sgpgme.c
1040                 More fixes from bug #1961:
1041                 - Write-only variables
1042                 - Null pointer dereferences
1043                 - A couple other fixes for which the reporter
1044                   was unsure, but which showed problems.
1045                 More details in bug #1961 comments.
1046
1047 2012-09-12 [colin]      3.8.1cvs51
1048
1049         * src/compose.c
1050         * src/mh.c
1051         * src/common/ssl.c
1052         * src/plugins/pgpcore/passphrase.c
1053                 Apply patches from bug #1961, "patches for
1054                 a couple of clang warnings":
1055                 - Check return codes
1056                 - Remove dead code
1057
1058 2012-09-12 [colin]      3.8.1cvs50
1059
1060         * claws-mail.pc.in
1061                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
1062                 where the included menu.h could come from Ncurses.
1063                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
1064
1065 2012-09-11 [colin]      3.8.1cvs49
1066
1067         * src/main.c
1068                 Fix race condition at start.
1069
1070 2012-09-10 [colin]      3.8.1cvs48
1071
1072         * src/main.c
1073                 Create lock socket as soon as possible, not after
1074                 a few things like caching all prefs.
1075
1076 2012-09-09 [mones]      3.8.1cvs47
1077
1078         * src/plugins/bogofilter/bogofilter.c
1079                 Add missing include
1080
1081 2012-09-08 [colin]      3.8.1cvs46
1082
1083         * AUTHORS
1084         * src/Makefile.am
1085         * src/action.c
1086         * src/addr_compl.c
1087         * src/addrbook.c
1088         * src/compose.c
1089         * src/compose.h
1090         * src/editaddress.c
1091         * src/filtering.c
1092         * src/folder.c
1093         * src/folder.h
1094         * src/folderview.h
1095         * src/headerview.h
1096         * src/imap_gtk.c
1097         * src/localfolder.c
1098         * src/main.c
1099         * src/mainwindow.c
1100         * src/mainwindow.h
1101         * src/matcher.c
1102         * src/matcher_parser_parse.y
1103         * src/messageview.c
1104         * src/messageview.h
1105         * src/mh.c
1106         * src/mh_gtk.c
1107         * src/mimeview.c
1108         * src/mimeview.h
1109         * src/noticeview.h
1110         * src/prefs_account.c
1111         * src/prefs_account.h
1112         * src/prefs_filtering.c
1113         * src/prefs_filtering_action.c
1114         * src/prefs_gtk.h
1115         * src/prefs_matcher.c
1116         * src/prefs_template.c
1117         * src/prefs_toolbar.c
1118         * src/privacy.c
1119         * src/procheader.h
1120         * src/procmime.c
1121         * src/procmime.h
1122         * src/procmsg.c
1123         * src/procmsg.h
1124         * src/proctypes.h
1125         * src/remotefolder.c
1126         * src/summaryview.c
1127         * src/summaryview.h
1128         * src/textview.c
1129         * src/textview.h
1130         * src/toolbar.c
1131         * src/uri_opener.c
1132         * src/viewtypes.h
1133         * src/common/defs.h
1134         * src/gtk/authors.h
1135         * src/gtk/description_window.c
1136         * src/plugins/trayicon/trayicon.c
1137                 Break circular dependencies in Claws' headers,
1138                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1139
1140 2012-09-08 [colin]      3.8.1cvs45
1141
1142         * src/textview.c
1143                 Fix shortcut getting
1144
1145 2012-09-05 [colin]      3.8.1cvs44
1146
1147         * src/matcher.c
1148         * src/matcher.h
1149         * src/prefs_matcher.c
1150                 Drop matcherprop_new_create, which is just a copy of
1151                 matcherprop_new, and staticalize what can be
1152
1153 2012-09-05 [colin]      3.8.1cvs43
1154
1155         * src/plugins/pgpcore/select-keys.c
1156                 Fix bug #2390, "Non-fully-trusted-key-warning appears
1157                 based on primary UID rather than recipient e-mail"
1158
1159 2012-08-29 [colin]      3.8.1cvs42
1160
1161         * src/gtk/gtkaspell.c
1162                 Fix bug #2596, "Spell checker does not work properly"
1163
1164 2012-08-29 [colin]      3.8.1cvs41
1165
1166         * src/plugins/pgpcore/sgpgme.c
1167                 Set gpgme's locale to UTF-8. Fixes bug #2650,
1168                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
1169
1170 2012-08-29 [colin]      3.8.1cvs40
1171
1172         * src/mainwindow.c
1173         * src/messageview.c
1174         * src/mimeview.c
1175         * src/mimeview.h
1176         * src/summaryview.c
1177         * src/textview.c
1178         * src/gtk/menu.c
1179         * src/gtk/menu.h
1180                 Move the hardcoded mimeview shortcuts to standard menus.
1181
1182 2012-08-27 [colin]      3.8.1cvs39
1183
1184         * src/main.c
1185                 Fix double mainwindow presentation that confuses GNOME3
1186                 when some plugins fail to load (subsequent Claws windows
1187                 got no focus in that case)
1188
1189 2012-08-27 [colin]      3.8.1cvs38
1190
1191         * src/summaryview.c
1192                 Make Mark all read confirmation button more clear
1193
1194 2012-08-27 [colin]      3.8.1cvs37
1195
1196         * src/mainwindow.c
1197         * src/summaryview.c
1198                 Separate "Mark all read" from "Mark as read"
1199                 and "Ignore thread"
1200
1201 2012-08-27 [wwp]        3.8.1cvs36
1202
1203         * src/inc.c
1204         * src/procmsg.c
1205                 Remove session statistics debug statements (irrelevant in repo,
1206                 that's dev stuff).
1207
1208 2012-08-24 [mones]      3.8.1cvs35
1209
1210         * manual/advanced.xml
1211                 Keep alphabetic order of hidden options lost
1212                 and update Clawsker URL.
1213         * manual/de/advanced.xml
1214         * manual/fr/advanced.xml
1215                 Update Clawsker URL.
1216         * manual/es/advanced.xml
1217                 Sync with English version and update Clawsker URL.
1218         * manual/de/dist/html/Makefile.am
1219         * manual/es/dist/html/Makefile.am
1220         * manual/fr/dist/html/Makefile.am
1221         * manual/pl/dist/html/Makefile.am
1222         * manual/dist/html/Makefile.am
1223                 Fix bug 2723 'Missing encoding in generated html manual'
1224
1225 2012-08-23 [colin]      3.8.1cvs34
1226
1227         * src/mainwindow.c
1228                 Fix --offline asking if one wants to sync,
1229                 due to re-entering. Thanks <ebik@ucw.cz>.
1230
1231 2012-08-16 [colin]      3.8.1cvs33
1232
1233         * src/imap.c
1234                 Always clear the tags list when fetching a folder, or
1235                 Claws will never untag an untagged email. Patch by
1236                 Igor Mammedov <imammedo@redhat.com>
1237
1238 2012-08-12 [colin]      3.8.1cvs32
1239
1240         * src/compose.c
1241                 Exclude text/plain from the attachment thing
1242
1243 2012-08-12 [colin]      3.8.1cvs31
1244
1245         * src/messageview.c
1246                 Fix comparison, thanks to Michael Gmelin
1247
1248 2012-08-12 [colin]      3.8.1cvs30
1249
1250         * src/messageview.c
1251                 Only show HTML parts by default (if the pref
1252                 is set so) if the part disposition-type is
1253                 inline or unknown, but not attachment.
1254         * src/common/ssl.c
1255                 Remove useless hook that won't ever be used
1256                 on windows
1257
1258 2012-08-12 [colin]      3.8.1cvs29
1259
1260         * src/compose.c
1261                 Make sure text/* attachments are not made
1262                 inline, regardless of the compose mode.
1263                 Finishes fixing bug #2203 after auto-save
1264                 switches mode to COMPOSE_REEDIT. Thanks to
1265                 Michael Gmelin for finding this.
1266
1267 2012-08-09 [colin]      3.8.1cvs28
1268
1269         * src/prefs_filtering.c
1270                 Make treeView type-ahead case insensitive
1271                 Patch by Andreas Ronnquist
1272
1273 2012-08-09 [colin]      3.8.1cvs27
1274
1275         * src/gtk/sslcertwindow.c
1276                 Fix leak
1277
1278 2012-08-09 [colin]      3.8.1cvs26
1279
1280         * src/common/ssl.c
1281         * src/common/ssl_certificate.c
1282         * src/common/ssl_certificate.h
1283         * src/gtk/sslcertwindow.c
1284                 Fix bug 2718, "Failure to check peer hostname
1285                 when checking certificate"
1286
1287 2012-08-05 [ticho]      3.8.1cvs25
1288
1289         * src/compose.c
1290                 Avoid header combo box to get focus twice (first text within,
1291                 then combobox widget itself) when switching focus with TAB.
1292
1293 2012-07-28 [ticho]      3.8.1cvs24
1294
1295         * src/compose.c
1296                 Properly fix setting "transient for" for attachment properties
1297                 dialog when called via popup menu (since we're stealing focus
1298                 few lines before, we need to do it directly, not via
1299                 manage_window_*).
1300
1301 2012-07-28 [ticho]      3.8.1cvs23
1302
1303         * src/gtk/pluginwindow.c
1304         * src/gtk/prefswindow.c
1305                 Fixed setting "transient for" property for plugin load/unload
1306                 file dialog. Connected manage_window signals to prefswindow events.
1307
1308 2012-07-27 [ticho]      3.8.1cvs22
1309
1310         * src/summaryview.c
1311         * src/textview.c
1312                 Fixed setting "transient for" property for summaryview file
1313                 dialog and messageview's image save dialog.
1314
1315 2012-07-27 [ticho]      3.8.1cvs21
1316
1317         * src/crash.c
1318         * src/mimeview.c
1319                 Fix setting "transient for" property for file select dialogs
1320                 in crash report and mimeview.
1321
1322 2012-07-27 [ticho]      3.8.1cvs20
1323
1324         * src/compose.c
1325                 Fixed "transient for" property for file attach dialog when
1326                 called from Attachments list popup menu. Simplified menu item
1327                 sensitivities setting code logic for this menu.
1328
1329 2012-07-25 [ticho]      3.8.1cvs19
1330
1331         * manual/advanced.xml
1332                 Add the three hidden preferences related to colored display
1333                 of unified diffs to manual.
1334
1335 2012-07-25 [ticho]      3.8.1cvs18
1336
1337         * src/gtk/gtkaspell.c
1338                 Create "Change directory" submenu in a separate function, change
1339                 wording a bit, and make the submenu always available in a context
1340                 menu of body edit box in compose window.
1341
1342 2012-07-25 [ticho]      3.8.1cvs17
1343
1344         * src/gtk/prefswindow.c
1345                 Correctly set transient_for property for preferences window,
1346                 as well as for color picker dialogs. Fixes bug #2710.
1347
1348 2012-07-25 [ticho]      3.8.1cvs16
1349
1350         * src/gtk/quicksearch.c
1351                 Allow quicksearch syntax description window to be correctly
1352                 set transient for main window.
1353
1354 2012-07-15 [wwp]        3.8.1cvs15
1355
1356         * src/procmime.c
1357                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
1358
1359 2012-07-10 [paul]       3.8.1cvs14
1360
1361         * src/procmime.c
1362                 forgot this in last commit
1363
1364 2012-07-10 [paul]       3.8.1cvs13
1365
1366         * src/messageview.c
1367         * src/common/defs.h
1368         * src/common/quoted-printable.c
1369         * src/common/quoted-printable.h
1370                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
1371                 the bug: partial message text loss
1372
1373 2012-07-10 [mones]      3.8.1cvs12
1374
1375         * src/plugins/pgpcore/sgpgme.c
1376                 Fix bug 2689, 'segfault when trying to view info
1377                 about pgp/smime sign'
1378
1379 2012-07-08 [ticho]      3.8.1cvs11
1380
1381         * src/plugins/pgpcore/sgpgme.c
1382                 Consider marginal signature validity as untrusted. Suggested by
1383                 Jean-Benoist Leger (leger at crans.org).
1384
1385 2012-07-08 [paul]       3.8.1cvs10
1386
1387         * src/gtk/icon_legend.c
1388                 fix (reveal) hidden icon in gui and build warning
1389
1390 2012-07-07 [paul]       3.8.1cvs9
1391
1392         * src/plugins/pgpcore/prefs_gpg.c
1393                 fix build
1394
1395 2012-07-07 [colin]      3.8.1cvs8
1396
1397         * claws-features.h.in
1398         * src/codeconv.h
1399         * src/imap_gtk.h
1400         * src/inc.h
1401         * src/jpilot.h
1402         * src/messageview.h
1403         * src/msgcache.h
1404         * src/news_gtk.h
1405         * src/partial_download.h
1406         * src/pop.h
1407         * src/prefs_account.h
1408         * src/prefs_common.h
1409         * src/printing.h
1410         * src/procmime.h
1411         * src/procmsg.h
1412         * src/stock_pixmap.c
1413         * src/textview.h
1414         * src/common/defs.h
1415         * src/common/log.h
1416         * src/common/session.h
1417         * src/common/smtp.h
1418         * src/common/socket.h
1419         * src/common/ssl.h
1420         * src/common/ssl_certificate.h
1421         * src/common/timing.h
1422         * src/common/utils.h
1423         * src/gtk/gtkaspell.h
1424         * src/gtk/gtkutils.h
1425         * src/gtk/pluginwindow.h
1426         * src/gtk/spell_entry.h
1427         * src/gtk/sslcertwindow.h
1428                 Don't export config.h in public headers
1429
1430 2012-07-07 [colin]      3.8.1cvs7
1431
1432         * claws-features.h.in
1433         * configure.ac
1434         * Makefile.am
1435         * src/account.c
1436         * src/action.c
1437         * src/addr_compl.c
1438         * src/addrcustomattr.c
1439         * src/addrduplicates.c
1440         * src/addressadd.c
1441         * src/addressbook.c
1442         * src/addressbook_foldersel.c
1443         * src/addrgather.c
1444         * src/addrindex.c
1445         * src/alertpanel.c
1446         * src/autofaces.c
1447         * src/browseldap.c
1448         * src/codeconv.c
1449         * src/codeconv.h
1450         * src/compose.c
1451         * src/crash.c
1452         * src/customheader.c
1453         * src/displayheader.c
1454         * src/editaddress.c
1455         * src/editaddress_other_attributes_ldap.c
1456         * src/editbook.c
1457         * src/editgroup.c
1458         * src/editjpilot.c
1459         * src/editldap.c
1460         * src/editldap_basedn.c
1461         * src/edittags.c
1462         * src/editvcard.c
1463         * src/exphtmldlg.c
1464         * src/expldifdlg.c
1465         * src/export.c
1466         * src/exporthtml.c
1467         * src/exportldif.c
1468         * src/folder.c
1469         * src/folder_item_prefs.c
1470         * src/grouplistdialog.c
1471         * src/headerview.c
1472         * src/image_viewer.c
1473         * src/imap.c
1474         * src/imap_gtk.c
1475         * src/imap_gtk.h
1476         * src/import.c
1477         * src/importldif.c
1478         * src/importmutt.c
1479         * src/importpine.c
1480         * src/inc.c
1481         * src/inc.h
1482         * src/jpilot.c
1483         * src/jpilot.h
1484         * src/ldapctrl.c
1485         * src/ldaplocate.c
1486         * src/ldapquery.c
1487         * src/ldapserver.c
1488         * src/ldapupdate.c
1489         * src/ldaputil.c
1490         * src/main.c
1491         * src/manual.c
1492         * src/matcher.c
1493         * src/mbox.c
1494         * src/message_search.c
1495         * src/messageview.h
1496         * src/mh.c
1497         * src/mh_gtk.c
1498         * src/mimeview.c
1499         * src/msgcache.c
1500         * src/msgcache.h
1501         * src/news.c
1502         * src/news_gtk.c
1503         * src/news_gtk.h
1504         * src/noticeview.c
1505         * src/partial_download.c
1506         * src/partial_download.h
1507         * src/pop.c
1508         * src/pop.h
1509         * src/prefs_account.c
1510         * src/prefs_account.h
1511         * src/prefs_actions.c
1512         * src/prefs_common.c
1513         * src/prefs_common.h
1514         * src/prefs_compose_writing.c
1515         * src/prefs_customheader.c
1516         * src/prefs_display_header.c
1517         * src/prefs_ext_prog.c
1518         * src/prefs_filtering.c
1519         * src/prefs_filtering_action.c
1520         * src/prefs_folder_column.c
1521         * src/prefs_folder_item.c
1522         * src/prefs_fonts.c
1523         * src/prefs_gtk.c
1524         * src/prefs_image_viewer.c
1525         * src/prefs_logging.c
1526         * src/prefs_matcher.c
1527         * src/prefs_message.c
1528         * src/prefs_msg_colors.c
1529         * src/prefs_other.c
1530         * src/prefs_quote.c
1531         * src/prefs_receive.c
1532         * src/prefs_send.c
1533         * src/prefs_spelling.c
1534         * src/prefs_summaries.c
1535         * src/prefs_summary_column.c
1536         * src/prefs_summary_open.c
1537         * src/prefs_toolbar.c
1538         * src/prefs_wrapping.c
1539         * src/printing.c
1540         * src/printing.h
1541         * src/procheader.c
1542         * src/procmime.c
1543         * src/procmime.h
1544         * src/procmsg.h
1545         * src/quote_fmt.c
1546         * src/recv.c
1547         * src/send_message.c
1548         * src/setup.c
1549         * src/ssl_manager.c
1550         * src/statusbar.c
1551         * src/summary_search.c
1552         * src/textview.c
1553         * src/textview.h
1554         * src/toolbar.c
1555         * src/undo.c
1556         * src/unmime.c
1557         * src/uri_opener.c
1558         * src/wizard.c
1559         * src/common/claws.c
1560         * src/common/defs.h
1561         * src/common/hooks.c
1562         * src/common/log.c
1563         * src/common/log.h
1564         * src/common/plugin.c
1565         * src/common/prefs.c
1566         * src/common/session.c
1567         * src/common/session.h
1568         * src/common/smtp.c
1569         * src/common/smtp.h
1570         * src/common/socket.c
1571         * src/common/socket.h
1572         * src/common/ssl.c
1573         * src/common/ssl.h
1574         * src/common/ssl_certificate.c
1575         * src/common/ssl_certificate.h
1576         * src/common/string_match.c
1577         * src/common/tags.c
1578         * src/common/timing.h
1579         * src/common/utils.c
1580         * src/common/utils.h
1581         * src/etpan/etpan-thread-manager.c
1582         * src/etpan/imap-thread.c
1583         * src/etpan/nntp-thread.c
1584         * src/gtk/about.c
1585         * src/gtk/combobox.c
1586         * src/gtk/description_window.c
1587         * src/gtk/filesel.c
1588         * src/gtk/gtkaspell.c
1589         * src/gtk/gtkaspell.h
1590         * src/gtk/gtkshruler.c
1591         * src/gtk/gtkunit.c
1592         * src/gtk/gtkutils.c
1593         * src/gtk/gtkutils.h
1594         * src/gtk/gtkvscrollbutton.c
1595         * src/gtk/icon_legend.c
1596         * src/gtk/inputdialog.c
1597         * src/gtk/logwindow.c
1598         * src/gtk/menu.c
1599         * src/gtk/pluginwindow.c
1600         * src/gtk/pluginwindow.h
1601         * src/gtk/prefswindow.c
1602         * src/gtk/progressdialog.c
1603         * src/gtk/quicksearch.c
1604         * src/gtk/spell_entry.c
1605         * src/gtk/spell_entry.h
1606         * src/gtk/sslcertwindow.c
1607         * src/gtk/sslcertwindow.h
1608         * src/plugins/bogofilter/bogofilter.c
1609         * src/plugins/bogofilter/bogofilter_gtk.c
1610         * src/plugins/dillo_viewer/dillo_prefs.c
1611         * src/plugins/dillo_viewer/dillo_viewer.c
1612         * src/plugins/pgpcore/pgp_viewer.c
1613         * src/plugins/pgpcore/plugin.c
1614         * src/plugins/pgpcore/sgpgme.c
1615         * src/plugins/pgpinline/pgpinline.c
1616         * src/plugins/pgpinline/plugin.c
1617         * src/plugins/pgpmime/pgpmime.c
1618         * src/plugins/pgpmime/plugin.c
1619         * src/plugins/smime/plugin.c
1620         * src/plugins/smime/smime.c
1621         * src/plugins/spamassassin/libspamc.c
1622         * src/plugins/spamassassin/spamassassin.c
1623         * src/plugins/spamassassin/spamassassin_gtk.c
1624         * src/plugins/trayicon/trayicon.c
1625         * src/plugins/trayicon/trayicon_prefs.c
1626                 Specify Claws compile-time features in a specific header
1627
1628 2012-07-06 [wwp]        3.8.1cvs6
1629
1630         * src/main.c
1631         * src/gtk/about.c
1632                 Session statistics: format date following global prefs,
1633                 and fix stats output a little bit.
1634
1635 2012-07-03 [mir]        3.8.1cvs5
1636
1637         * src/procmime.c
1638             fix bug 2642, 'improve transfer encoding selection'.
1639             Patch provided by Christopher Zimmermann
1640             (madroach claws at gmerlin dot de)
1641
1642 2012-07-03 [mir]        3.8.1cvs4
1643
1644         * src/procmime.c
1645         * src/common/defs.h
1646             fix bug 2641, '7bit or 8bit encoded attachments can
1647             have lines longer than 998 characters'.
1648             Patch provided by Christopher Zimmermann
1649             (madroach claws at gmerlin dot de)
1650
1651
1652 2012-07-03 [mir]        3.8.1cvs3
1653
1654         * src/procmime.c
1655         * src/common/defs.h
1656             fix bug 2641, '7bit or 8bit encoded attachments can
1657             have lines longer than 998 characters'.
1658             Patch provided by Christopher Zimmermann
1659             (madroach claws at gmerlin dot de)
1660
1661 2012-07-03 [mir]        3.8.1cvs2
1662
1663         * src/messageview.c
1664         * src/procmime.c
1665         * src/common/quoted-printable.c
1666         * src/common/quoted-printable.h
1667             fix bug 2640, 'improve quoted-printable encoding'
1668             Patch provided by madroach claws at gmerlin dot de
1669
1670 2012-06-30 [paul]       3.8.1cvs1
1671
1672         * Makefile.am
1673                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1674
1675 2012-06-27 [paul]       3.8.1
1676         * NEWS
1677         * README
1678         * RELEASE_NOTES 
1679                 3.8.1 unleashed!
1680                 
1681 2012-06-27 [paul]       3.8.0cvs58
1682
1683         * configure.ac
1684                 fix minimum required GTK+, which got mistakenly bumped
1685                 in 3.8.0cvs36
1686
1687 2012-06-27 [paul]       3.8.0cvs57
1688
1689         * configure.ac
1690         * po/cs.po
1691         * po/de.po
1692         * po/es.po
1693         * po/fr.po
1694         * po/hu.po
1695         * po/id_ID.po
1696         * po/lt.po
1697         * po/pt_BR.po
1698         * po/sk.po
1699         * po/sv.po
1700         * po/zh_CN.po
1701         * po/zh_TW.po
1702                 updated translations
1703         * src/gtk/authors.h
1704         * tools/claws.i18n.status.pl
1705                 updated based on currently active
1706
1707 2012-06-25 [mir]        3.8.0cvs56
1708
1709         * src/folder.c
1710             If a folder class returns <> 0 then the message has not
1711             been removed from the file system and therefore it should
1712             not be removed from the cache either.
1713
1714 2012-06-20 [ticho]      3.8.0cvs55
1715
1716         * src/mh.c
1717                 Fix for bug #1090 - Standard-folders appear again
1718                 after rescanning tree
1719
1720 2012-06-20 [paul]       3.8.0cvs54
1721
1722         * src/prefs_common.c
1723         * src/prefs_common.h
1724         * src/textview.c
1725         * src/textview.h
1726                 colourise attached patches.
1727                 Patch by Ticho
1728
1729 2012-06-02 [wwp]        3.8.0cvs53
1730
1731         * src/gtk/progressdialog.c
1732                 Add a hide button to the retrieve/send progress dialogs. WM's close button
1733                 now hides (as well as pressing Esc) instead of doing nothing.
1734
1735 2012-06-02 [wwp]        3.8.0cvs52
1736
1737         * doc/man/claws-mail.1
1738         * src/main.c
1739         * src/main.h
1740         * src/inc.c
1741         * src/procmsg.c
1742         * src/gtk/about.c
1743                 Introduce a new feature: basic session statistics (from the about dialog
1744                 or the command-line).
1745
1746 2012-06-02 [wwp]        3.8.0cvs51
1747
1748         * src/compose.c
1749                 Fix bug 2620: shift+tab from subject field not working.
1750
1751 2012-06-02 [wwp]        3.8.0cvs50
1752
1753         * src/compose.c
1754         * src/mainwindow.c
1755         * src/messageview.c
1756                 Normalize capitalization of strings in UI.
1757
1758 2012-05-30 [paul]       3.8.0cvs49
1759
1760         * src/common/ssl.c
1761                 don't do TLS if not requested by user. fixes connecting to
1762                 servers which, for example, want SSL 3 only
1763
1764 2012-05-27 [paul]       3.8.0cvs48
1765
1766         * *
1767                 update copyright headers to 2012
1768
1769 2012-05-27 [paul]       3.8.0cvs47
1770
1771         * src/editldap.c
1772         * src/prefs_actions.c
1773         * src/gtk/about.c
1774                 fix some typos in strings, thanks to Thomas Bellmann
1775
1776 2012-05-16 [paul]       3.8.0cvs46
1777
1778         * src/prefs_filtering_action.c
1779                 fix disabled 'select...' button that never goes away
1780                 when using the new addr book
1781                 
1782
1783 2012-05-16 [colin]      3.8.0cvs45
1784
1785         * src/common/utils.c
1786                 And fix leak
1787
1788 2012-05-16 [colin]      3.8.0cvs44
1789
1790         * src/common/utils.c
1791                 Make remove_numbered_files much faster when there's
1792                 just one file to remove.
1793
1794 2012-05-16 [paul]       3.8.0cvs43
1795
1796         * src/matcher.c
1797                 fix bug 2662, '"ag" quicksearch adds "1" to value'
1798
1799 2012-05-16 [paul]       3.8.0cvs42
1800
1801         * src/gtk/description_window.c
1802                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1803
1804 2012-05-16 [paul]       3.8.0cvs41
1805
1806         * src/common/ssl_certificate.c
1807                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1808                 Patch by Christian Hesse
1809
1810 2012-05-11 [colin]      3.8.0cvs40
1811
1812         * src/mimeview.c
1813         * src/common/utils.c
1814                 Fix bug 2659, 'E-mail attachments are handled
1815                 inconsistently'
1816                 Fix problems iterating the mime tree, and determine
1817                 whether a file is an email without To:
1818
1819 2012-04-03 [colin]      3.8.0cvs39
1820
1821         * src/Makefile.am
1822                 Fix build (damn whitespace-sensitive file format)
1823
1824 2012-04-02 [colin]      3.8.0cvs38
1825
1826         * src/Makefile.am
1827                 Fix incomplete make dist
1828
1829 2012-04-02 [colin]      3.8.0cvs37
1830
1831         * src/compose.c
1832                 Fix mistakenly removed function call
1833
1834 2012-04-01 [colin]      3.8.0cvs36
1835
1836         * configure.ac
1837         * src/.cvsignore
1838         * src/Makefile.am
1839         * src/addr_compl.c
1840         * src/addressadd.c
1841         * src/addressadd.h
1842         * src/addressbook-dbus.c
1843         * src/addressbook-dbus.h
1844         * src/addrgather.c
1845         * src/addrgather.h
1846         * src/addrharvest.c
1847         * src/addrharvest.h
1848         * src/claws-contacts.xml
1849         * src/compose.c
1850         * src/compose.h
1851         * src/filtering.c
1852         * src/headerview.c
1853         * src/main.c
1854         * src/mainwindow.c
1855         * src/messageview.c
1856         * src/prefs_common.c
1857         * src/prefs_filtering_action.c
1858         * src/prefs_matcher.c
1859         * src/summaryview.c
1860         * src/textview.c
1861         * src/toolbar.c
1862         * src/plugins/bogofilter/bogofilter_gtk.c
1863         * src/plugins/dillo_viewer/dillo_prefs.c
1864         * src/plugins/spamassassin/spamassassin_gtk.c
1865         * src/plugins/trayicon/trayicon.c
1866                 Import new addressbook code from the new-contacts branch
1867
1868 2012-03-29 [paul]       3.8.0cvs35
1869
1870         * AUTHORS
1871         * src/gtk/authors.h
1872         * src/gtk/quicksearch.c
1873                 add 'ha', short version of 'has_attachment' in quick search
1874                 Patch by Andreas Rönnquist
1875
1876 2012-03-26 [mones]      3.8.0cvs34
1877
1878         * src/common/plugin.c
1879                 Support 2 and 3-clause BSD licensed plugins
1880
1881 2012-03-15 [pawel]      3.8.0cvs33
1882
1883         * src/messageview.c
1884         * src/textview.c
1885                 - Make separate window info more accurate about
1886                 move to trash/deletion.
1887                 - Fix busy cursor
1888
1889 2012-03-14 [pawel]      3.8.0cvs32
1890
1891         * src/folder.c
1892         * src/messageview.c
1893         * src/messageview.h
1894         * src/procmsg.h
1895         * src/summaryview.c
1896         * src/textview.c
1897         * src/textview.h
1898                 Better fix for bug #2501
1899                 Instead of leaving blank window after message move or delete,
1900                 update separate view to next message in message list or
1901                 display info why view is blank. This was discussed
1902                 in bug #2621 comments.
1903
1904 2012-03-11 [colin]      3.8.0cvs31
1905
1906         * src/gtk/gtkcmctree.c
1907         * src/gtk/authors.h
1908         * AUTHORS
1909                 Fix focus rectangle on unfocused rows
1910                 Patch by Michael Shell
1911
1912 2012-02-29 [colin]      3.8.0cvs30
1913
1914         * src/gtk/gtkcmctree.c
1915                 Fix bug #2577, "Focus rectangle on folder list and message 
1916                 list headings doesn't get properly cleared when switching 
1917                 heading and horizontally scrolling list (underlines and 
1918                 vertical lines remain on screen)". Patch by Michael Shell
1919
1920 2012-02-13 [pawel]      3.8.0cvs29
1921
1922         * src/messageview.c
1923                 Fix crasher when double clicking on IMAP message and
1924                 MessageView is not shown introduced in cvs21
1925                 Patch by mones
1926
1927 2012-02-10 [pawel]      3.8.0cvs28
1928
1929         * src/filtering.c
1930                 Fix bug #2598 'Actions can move locked messages'
1931
1932 2012-02-08 [pawel]      3.8.0cvs27
1933
1934         * src/prefs_actions.c
1935         * src/prefs_actions.h
1936         * src/prefs_toolbar.c
1937         * src/prefs_toolbar.h
1938         * src/toolbar.c
1939         * src/toolbar.h
1940                 - Implement automatic removal of toolbar action buttons when
1941                   associated action is removed
1942                 - Don't allow creation of two actions with the same name,
1943                   before all executions/removals were performed on first action
1944                   with duplicated name in linked list which wasn't always
1945                   correct behaviour
1946
1947 2012-02-05 [colin]      3.8.0cvs26
1948
1949         * src/main.c
1950         * src/mainwindow.c
1951         * src/messageview.c
1952         * src/messageview.h
1953         * src/prefs_common.c
1954         * src/prefs_common.h
1955         * src/procmsg.c
1956         * src/procmsg.h
1957         * src/summaryview.c
1958         * src/summaryview.h
1959                 Add an history to navigate in mails
1960
1961 2012-02-05 [colin]      3.8.0cvs25
1962
1963         * src/procmime.c
1964                 Fix inverted comparison in list_find_custom.
1965
1966 2012-02-03 [wwp]        3.8.0cvs24
1967
1968         * src/gtk/progressdialog.c
1969         Make translators life easier: use View log instead of Show log
1970         (thanks, gusnan!).
1971
1972 2012-02-02 [pawel]      3.8.0cvs23
1973
1974         * src/folderview.c
1975                 Fix bug #2590 'Un-capitalize strings'
1976                 Patch by Christian Hesse
1977
1978 2012-02-02 [pawel]      3.8.0cvs22
1979
1980         * src/mainwindow.c
1981                 Fix bug #2595 
1982                 'Change expand behavior for message list / message view'
1983                 Patch by Christian Hesse
1984
1985 2012-02-02 [pawel]      3.8.0cvs21
1986
1987         * src/folder.c
1988         * src/messageview.c
1989         * src/messageview.h
1990         * src/procmsg.h
1991                 Fix bug #2501 'opened message blanks when moved to other folder'
1992                 Detect message move and update message window contents 
1993                 accordingly, if message is moved to trash close window
1994
1995 2012-02-01 [pawel]      3.8.0cvs20
1996
1997         * src/jpilot.c
1998         * src/mutt.c
1999         * src/pine.c
2000         * src/procmsg.c
2001         * src/vcard.c
2002         * src/gtk/sslcertwindow.c
2003                 More strncat boundary checks
2004
2005 2012-01-31 [wwp]        3.8.0cvs19
2006
2007         * src/gtk/gtkutils.c
2008         Fix warnings in gtkutils: wrong function name, missing newline, typo and
2009         long line wrapping.
2010
2011 2012-01-31 [wwp]        3.8.0cvs18
2012
2013         * src/gtk/progressdialog.c
2014         * src/gtk/progressdialog.h
2015         * src/inc.c
2016         * src/send_message.c
2017         Add a button to the retrieve/send dialogs to
2018         open the network log.
2019
2020 2012-01-25 [wwp]        3.8.0cvs17
2021
2022         * src/addr_compl.c
2023         Remove debug statement.
2024
2025 2012-01-20 [pawel]      3.8.0cvs16
2026
2027         * src/addrbook.c
2028         * src/exportldif.c
2029                 Fix bug #2574 'Statement might be overflowing a
2030                 buffer in strncat'
2031
2032 2012-01-20 [pawel]      3.8.0cvs15
2033
2034         * src/mimeview.c
2035                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
2036
2037 2012-01-14 [colin]      3.8.0cvs14
2038
2039         * commitHelper
2040                 Update tracker trigger url
2041
2042 2012-01-10 [wwp]        3.8.0cvs13
2043
2044         * src/mainwindow.c
2045         * src/mainwindow.h
2046         * src/toolbar.c
2047                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
2048                 account) and of mainwindows's relevant entry when current account
2049                 is not able to retrieve (SMTP-only).
2050
2051 2012-01-09 [colin]      3.8.0cvs12
2052
2053         * src/summaryview.c
2054                 Fix bug 1924, 'Messages marked move to Trash appear 
2055                 identical to messages marked move to $FOLDER'
2056
2057 2012-01-05 [colin]      3.8.0cvs11
2058
2059         * src/main.c
2060                 Fix crasher infinite loop
2061
2062 2012-01-03 [colin]      3.8.0cvs10
2063
2064         * src/gtk/gtkcmctree.c
2065                 Revert previous patch, it's buggy on headers
2066
2067 2012-01-03 [colin]      3.8.0cvs9
2068
2069         * src/gtk/gtkcmctree.c
2070                 Fix bug #2566, 'wrapped Subject not bounded'
2071
2072 2011-12-29 [pawel]      3.8.0cvs8
2073
2074         * src/compose.c
2075         * src/compose.h
2076         * src/main.c
2077         * src/mimeview.c
2078                 Make forwarding selected attachment possible from
2079                 mimeview's context menu
2080                 Fixex bug #2047 'forward attachments'
2081
2082 2011-12-28 [paul]       3.8.0cvs7
2083
2084         * src/prefs_account.c
2085                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
2086
2087 2011-12-28 [colin]      3.8.0cvs6
2088
2089         * src/mimeview.c
2090                 Fix fix
2091
2092 2011-12-28 [colin]      3.8.0cvs5
2093
2094         * src/mimeview.c
2095                 Fix GTK+2.16 build (w32)
2096
2097 2011-12-18 [mir]        3.8.0cvs4
2098
2099         * src/ldapctrl.c
2100             Fix bug in search criteria when doing a
2101             complete directory search using '*'
2102
2103 2011-12-16 [mir]        3.8.0cvs3
2104
2105         * src/Makefile.am
2106             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
2107
2108 2011-12-16 [wwp]        3.8.0cvs2
2109
2110         * src/procmsg.c
2111         * src/stock_pixmap.c
2112         * src/stock_pixmap.h
2113         * src/summaryview.c
2114         * src/gtk/icon_legend.c
2115         * src/pixmaps/replied_and_forwarded.xpm
2116           Make replied and forwarded status flags non exclusive.
2117           Introduce a new message state (and relevant icon in message list)
2118           where both the replied and forwarded flags are set.
2119
2120 2011-12-16 [paul]       3.8.0cvs1
2121
2122         * tools/claws.i18n.status.pl
2123                 update id to id_ID
2124
2125 2011-12-16 [paul]       3.8.0
2126         * NEWS
2127         * README
2128         * RELEASE_NOTES 
2129                 3.8.0 unleashed!                
2130
2131 2011-12-16 [paul]       3.7.10cvs113
2132
2133         * configure.ac
2134         * po/cs.po
2135         * po/es.po
2136         * po/fr.po
2137         * po/hu.po
2138         * po/id.po **REMOVED**
2139         * po/id_ID.po **ADDED**
2140         * po/pt_BR.po
2141         * po/ru.po
2142         * po/sk.po
2143         * po/uk.po
2144                 updates
2145
2146 2011-12-09 [pawel]      3.7.10cvs112
2147
2148         * src/summaryview.c
2149         * src/gtk/quicksearch.c
2150         * src/gtk/quicksearch.h
2151                 Invalidate quicksearch root folder when removed
2152                 Fixes bug #2560 'crash when unsubscribing newsgroup and
2153                 having active search field'
2154
2155 2011-12-08 [pawel]      3.7.10cvs111
2156
2157         * src/mimeview.c
2158                 Better fix for cvs94
2159
2160 2011-12-08 [wwp]        3.7.10cvs110
2161
2162         * src/compose.c
2163         Make "From" widget set independant from recipient lists below,
2164         so that it doesn't scroll when several recipients headers
2165         are added and eventually are scrolling the view.
2166         Path by Christian Hesse <mail@earthworm.de>.
2167         Fixes bug #2481 'do not scroll "from" dropdown list and sender
2168         address'.
2169
2170 2011-12-02 [paul]       3.7.10cvs109
2171
2172         * src/mainwindow.c
2173         * src/messageview.c
2174                 consistent label style
2175
2176 2011-11-29 [wwp]        3.7.10cvs108
2177
2178         * src/plugins/trayicon/libeggtrayicon/.cvsignore
2179         More generated stuff to ignore.
2180
2181 2011-11-29 [wwp]        3.7.10cvs107
2182
2183         * src/prefs_folder_item.c
2184         Fix CLAWS_TIP_DECL (undefined).
2185
2186 2011-11-28 [pawel]      3.7.10cvs106
2187
2188         * src/addrbook.c
2189         * src/addrbook.h
2190         * src/addressbook.c
2191                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
2192                 after removing the address book in the GUI'
2193
2194 2011-11-26 [pawel]      3.7.10cvs105
2195
2196         * src/folder.c
2197                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
2198
2199 2011-11-25 [colin]      3.7.10cvs104
2200
2201         * src/imap_gtk.c
2202         * src/mh_gtk.c
2203                 Warning fixes
2204
2205 2011-11-24 [pawel]      3.7.10cvs103
2206
2207         * src/prefs_filtering.c
2208                 Complete cvs102, forgot to commit this
2209
2210 2011-11-24 [pawel]      3.7.10cvs102
2211
2212         * src/account.c
2213         * src/filtering.c
2214         * src/filtering.h
2215         * src/imap_gtk.c
2216         * src/mh_gtk.c
2217         * src/prefs_actions.c
2218         * src/prefs_actions.h
2219                 Implement actions updating on folder/account rename
2220                 This fixes bug #2543 'filter actions in actionsrc not
2221                 updated upon account renaming'
2222
2223 2011-11-24 [wwp]        3.7.10cvs101
2224
2225         * src/gtk/gtkcmctree.c
2226                 Remove irrelevant cairo directive (thanks to Hanno).
2227
2228 2011-11-23 [wwp]        3.7.10cvs100
2229
2230         * src/gtk/gtkcmctree.c
2231                 Make arrows in gtkcmctree's less big (get rid of the outlining),
2232                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
2233                 calculation.
2234
2235 2011-11-22 [colin]      3.7.10cvs99
2236
2237         * src/account.c
2238         * src/prefs_filtering.c
2239         * src/prefs_filtering.h
2240                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
2241                 The existing functions should do the job as well
2242                 if not better, as they take into account the
2243                 separator.
2244
2245 2011-11-21 [pawel]      3.7.10cvs98
2246
2247         * src/prefs_account.c
2248                 Fix bug #2116 'Rip spaces off server names in account
2249                 configuration'
2250                 g_strstrip() domain names to be sure they are valid
2251
2252 2011-11-21 [pawel]      3.7.10cvs97
2253
2254         * src/account.c
2255         * src/prefs_filtering.c
2256         * src/prefs_filtering.h
2257                 Fix bug #2404 'matcherrc updates upon account renaming'
2258                 Fix bug #2406 'some part of accountrc not updated upon
2259                 account rename'
2260                 Renaming account cause changing of it's root folder prefix
2261                 from #<type>/<old_name> to #<type>/<new_name> so every
2262                 path directing to it must be altered. Fix paths in account
2263                 preferences, global processing and filtering rules, folder
2264                 processing rules upon rename
2265
2266 2011-11-20 [pawel]      3.7.10cvs96
2267
2268         * src/filtering.c
2269         * src/filtering.h
2270         * src/prefs_actions.c
2271                 Fix bug #1489 'Filter action mark_as_read inoperative
2272                 following move action'
2273                 Sort actions lists to have proper order of execution
2274
2275 2011-11-20 [pawel]      3.7.10cvs95
2276
2277         * src/prefs_actions.c
2278         * src/prefs_filtering.c
2279         * src/prefs_template.c
2280                 Fix bug #1870 'arrow scrolling in filters'
2281                 Allow arrow scrolling in dialogs with list view widgets
2282                 plus couple fixes of issues I found along the way
2283
2284 2011-11-19 [pawel]      3.7.10cvs94
2285
2286         * src/mimeview.c
2287                 Don't highlight icons on right-click, they are not
2288                 selected and other part is shown which is confusing
2289
2290 2011-11-19 [mones]      3.7.10cvs93
2291
2292         * manual/advanced.xml
2293                 Fix manual build
2294
2295 2011-11-19 [mones]      3.7.10cvs92
2296
2297         * manual/advanced.xml
2298         * manual/es/advanced.xml
2299                 Document undocumented hidden option 'zero_replacement_char'
2300                 Synchronize Spanish manual with English version
2301
2302 2011-11-19 [pawel]      3.7.10cvs91
2303
2304         * src/mainwindow.c
2305         * src/messageview.c
2306         * src/prefs_common.c
2307         * src/prefs_common.h
2308         * src/summaryview.c
2309         * src/textview.c
2310         * src/textview.h
2311                 Fix bug #2377 'Show All Headers - make change persistent
2312                 between sessions'
2313
2314 2011-11-19 [pawel]      3.7.10cvs90
2315
2316         * src/folder.c
2317         * src/folder.h
2318         * src/folder_item_prefs.c
2319         * src/folderview.c
2320         * src/mainwindow.c
2321         * src/mainwindow.h
2322         * src/summaryview.c
2323         * src/summaryview.h
2324         * src/gtk/authors.h
2325                 Fix bug #1563 'Folder view: show complete threads if they
2326                 contain unread messages'
2327                 Add option to show only threads with unread messages
2328                 initial patch by Paul Ollis, my small additions:
2329                 - when checking thread for unread finish on first unread
2330                 - make thread options unavailable when threading is off
2331                 - hide_unread_msgs and hide_unread_threads are mutually
2332                   exclusive options, set menus sensitivity accordingly
2333                 - set folder item icon type similiar to hide_unread_msgs
2334
2335 2011-11-19 [colin]      3.7.10cvs89
2336
2337         * src/procheader.c
2338                 Constness fix
2339
2340 2011-11-18 [pawel]      3.7.10cvs88
2341
2342         * src/compose.c
2343         * src/mainwindow.c
2344         * src/mimeview.c
2345         * src/mimeview.h
2346         * src/prefs_common.c
2347         * src/prefs_common.h
2348                 Fix bug #2408 'Some UI elements are not persistent
2349                 between sessions'
2350                 Remember size of main window, compose notebook, mimeview
2351                 tree widgets between claws-mail runs. Compose window
2352                 size saving was already done in cvs74
2353
2354 2011-11-18 [mones]      3.7.10cvs87
2355
2356         * src/compose.c
2357         * src/procheader.c
2358         * src/procheader.h
2359                 Fixes bug #2509, "manually added headers are lost unless
2360                 mail is sent inmediately"
2361
2362 2011-11-17 [pawel]      3.7.10cvs86
2363
2364         * src/mimeview.c
2365                 Fix crasher reported in bug #2543
2366
2367 2011-11-13 [colin]      3.7.10cvs85
2368
2369         * src/compose.c
2370                 Make compose windows printable
2371
2372 2011-11-11 [colin]      3.7.10cvs84
2373
2374         * configure.ac
2375                 Fix build on Fedora 16. -lm was probably pulled by something
2376                 else previously.
2377
2378 2011-11-11 [pawel]      3.7.10cvs83
2379
2380         * src/mainwindow.c
2381         * src/mimeview.c
2382         * src/mimeview.h
2383         * src/summaryview.c
2384                 Port MimeView to GtkTreeView
2385
2386 2011-11-11 [colin]      3.7.10cvs82
2387
2388         * src/prefs_common.c
2389                 Use %x (The preferred date representation for the current locale
2390                 without the time)
2391
2392 2011-11-10 [paul]       3.7.10cvs81
2393
2394         * src/prefs_common.c
2395                 use european date format as default
2396
2397 2011-11-08 [pawel]      3.7.10cvs80
2398
2399         * src/summaryview.c
2400                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
2401                 Fix race condition - don't try to hide messageview while
2402                 being in the middle of message displaying routine.
2403
2404 2011-11-08 [colin]      3.7.10cvs79
2405
2406         * src/codeconv.c
2407                 Make sure we break line when we need to. Very probably
2408                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
2409                 particular mail"
2410
2411 2011-11-07 [pawel]      3.7.10cvs78
2412
2413         * src/imap_gtk.c
2414                 Fix bug #2493 'Subscription pull down should be alphabetized'
2415
2416 2011-11-07 [pawel]      3.7.10cvs77
2417
2418         * src/mimeview.c
2419         * src/textview.c
2420         * src/textview.h
2421                 Make Home & End keys work in textview
2422
2423 2011-11-06 [colin]      3.7.10cvs76
2424
2425         * src/mainwindow.c
2426                 Oops, some unwanted undo got commited.
2427
2428 2011-11-06 [colin]      3.7.10cvs75
2429
2430         * src/mainwindow.c
2431                 Don't iconify/deiconify. Instead, just show nothing
2432                 before asked to.
2433
2434 2011-11-06 [pawel]      3.7.10cvs74
2435
2436         * src/compose.c
2437                 Fix compose window size saving / restoring
2438
2439 2011-11-06 [pawel]      3.7.10cvs73
2440
2441         * src/mimeview.c
2442         * src/messageview.c
2443                 Optimize message displaying, in some conditions parts were
2444                 displayed twice causing flickering. For example first html
2445                 source and then rendering output from html plugin of the
2446                 same part.
2447
2448 2011-11-05 [wwp]        3.7.10cvs72
2449
2450         * src/gtk/gtkaspell.c
2451                 Fix compilation where 'null' is undefined (use NULL instead).
2452
2453 2011-11-05 [colin]      3.7.10cvs71
2454
2455         * src/gtk/gtkaspell.c
2456                 No need to show a backtrace if gtkaspell is null
2457
2458 2011-11-05 [pawel]      3.7.10cvs70
2459
2460         * src/gtk/gtkaspell.c
2461                 Fix crasher when spellchecking is not enabled
2462
2463 2011-11-02 [mones]      3.7.10cvs69
2464
2465         * doc/man/claws-mail.1
2466                 fixed hyphens (patch from Debian packaging)
2467                 fixed header to follow man style closely 
2468                 documented new option --compose-from-file
2469                 removed INSTALLATION section, doesn't belong to manpage
2470                 added ENVIRONMENT, COPYRIGHT and BUGS sections
2471                 expanded FILES section to include certs and autofaces dirs
2472                 expanded SEE ALSO section to include manual and plugins
2473
2474 2011-11-01 [colin]      3.7.10cvs68
2475
2476         * src/common/utils.c
2477                 Fix wrong debug stuff commited.
2478
2479 2011-11-01 [colin]      3.7.10cvs67
2480
2481         * src/compose.c
2482         * src/main.c
2483         * src/common/utils.c
2484         * src/gtk/gtkaspell.c
2485         * src/gtk/gtkaspell.h
2486                 Fix huge slowness induced by spellcheck "while typing"
2487                 during initial quote rewraps.
2488
2489 2011-10-31 [pawel]      3.7.10cvs66
2490
2491         * src/messageview.c
2492         * src/mimeview.c
2493         * src/mimeview.h
2494         * src/summaryview.c
2495                 Fix bug #2526 'When reading message in separate window,
2496                 n and p keys do not work'
2497                 - fix key event handling in messageview
2498                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
2499                   and prev-part actions)
2500                 - instead add 'z' key for prev-part, we have 'a' key 
2501                   for next-part already
2502
2503 2011-10-31 [colin]      3.7.10cvs65
2504
2505         * src/common/defs.h
2506                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
2507
2508 2011-10-31 [pawel]      3.7.10cvs64
2509
2510         * src/summaryview.c
2511         * src/gtk/gtkutils.c
2512                 Fix bug #2303 'Next unread message enables message view'
2513                 Don't show previously hidden message view in main window
2514                 when user reads messages in external window
2515
2516 2011-10-31 [paul]       3.7.10cvs63
2517
2518         * src/prefs_template.c
2519                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
2520                 fit at 540 here, for those where they don't the dialogue can be made
2521                 larger by the user
2522
2523 2011-10-31 [paul]       3.7.10cvs62
2524
2525         * src/compose.c
2526                 revert 3.7.10cvs61, these entries _should_ be editable
2527
2528 2011-10-30 [pawel]      3.7.10cvs61
2529
2530         * src/compose.c
2531                 Those entries should not be editable
2532
2533 2011-10-30 [pawel]      3.7.10cvs60
2534
2535         * src/prefs_template.c
2536                 - Dialog needs more height to fit all widgets
2537                 - Clear template contents on delete
2538
2539 2011-10-30 [pawel]      3.7.10cvs59
2540
2541         * src/prefs_folder_item.c
2542                 Update summaryview after changing folder prefs when needed
2543
2544 2011-10-30 [pawel]      3.7.10cvs58
2545
2546         * src/mimeview.c
2547                 Remove key-press-event blocking, it only
2548                 emits GLib-GObject warnings
2549
2550 2011-10-29 [colin]      3.7.10cvs57
2551
2552         * src/addr_compl.c
2553                 Fix focus of completion window with gnome shell
2554                 Fixes bug #2525, "Address completion window does not get
2555                 keyboard focus"
2556
2557 2011-10-29 [colin]      3.7.10cvs56
2558
2559         * src/folderview.c
2560                 Fix flicker on recursive quicksearch
2561
2562 2011-10-28 [colin]      3.7.10cvs55
2563
2564         * src/alertpanel.c
2565         * src/mainwindow.c
2566                 Fix a bit the focus problem on Gnome shell
2567
2568 2011-10-26 [mones]      3.7.10cvs54
2569
2570         * src/compose.c
2571                 Add missing accelerator
2572
2573 2011-10-25 [colin]      3.7.10cvs53
2574
2575         * src/gtk/gtkcmclist.c
2576         * src/gtk/gtkcmctree.c
2577                 Fix colors, fix warnings
2578
2579 2011-10-25 [colin]      3.7.10cvs52
2580
2581         * src/gtk/gtkcmclist.c
2582         * src/gtk/gtkcmctree.c
2583                 Fix focus things.
2584
2585 2011-10-25 [colin]      3.7.10cvs51
2586
2587         * src/stock_pixmap.c
2588                 Fix build with gtk + 2.20
2589
2590 2011-10-25 [colin]      3.7.10cvs50
2591
2592         * src/compose.c
2593         * src/messageview.c
2594         * src/procmsg.c
2595         * src/procmsg.h
2596                 Fix locking when sending a single message
2597
2598 2011-10-25 [colin]      3.7.10cvs49
2599
2600         * src/gtk/colorlabel.c
2601                 GDK_ => GDK_KEY
2602         * src/gtk/gtkcmclist.c
2603                 Make row height closer to what it was
2604
2605 2011-10-25 [colin]      3.7.10cvs48
2606
2607         * src/stock_pixmap.c
2608                 Always use cairo to draw
2609
2610 2011-10-25 [colin]      3.7.10cvs47
2611
2612         * src/mimeview.c
2613                 Fix bug #2529, 'crash in mimeview_start_drag after
2614                 deleting message'. Patch by Ricardo
2615
2616 2011-10-23 [colin]      3.7.10cvs46
2617
2618         * src/gtk/gtkcmclist.c
2619         * src/gtk/gtkcmclist.h
2620         * src/gtk/gtkcmctree.c
2621                 Draw CMClist with cairo too.
2622
2623 2011-10-23 [colin]      3.7.10cvs45
2624
2625         * src/gtk/gtkcmclist.h
2626                 Fix build (this was not meant to be commited)
2627
2628 2011-10-23 [colin]      3.7.10cvs44
2629
2630         * src/addressadd.c
2631         * src/addressbook.c
2632         * src/addressbook_foldersel.c
2633         * src/editgroup.c
2634         * src/foldersel.c
2635         * src/folderview.c
2636         * src/grouplistdialog.c
2637         * src/prefs_common.c
2638         * src/prefs_common.h
2639         * src/summaryview.c
2640         * src/gtk/gtkcmclist.c
2641         * src/gtk/gtkcmclist.h
2642         * src/gtk/gtkcmctree.c
2643         * src/gtk/gtkcmctree.h
2644         * src/gtk/gtksctree.c
2645                 Refactor some tree stuff (lots of code duplication there)
2646                 and switch to cairo for tree rendering.
2647
2648 2011-10-23 [holger]     3.7.10cvs43
2649
2650         * src/filtering.c
2651                 Don't issue a warning for designed behaviour of the stop rule.
2652                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2653
2654 2011-10-22 [colin]      3.7.10cvs42
2655
2656         * src/printing.c
2657         * src/gtk/gtkshruler.c
2658         * src/gtk/gtkutils.h
2659                 Fix GTK+2.16 build
2660
2661 2011-10-22 [colin]      3.7.10cvs41
2662
2663         * src/account.c
2664         * src/addr_compl.c
2665         * src/addrgather.c
2666         * src/compose.c
2667         * src/editldap.c
2668         * src/expldifdlg.c
2669         * src/folderview.c
2670         * src/grouplistdialog.c
2671         * src/headerview.c
2672         * src/importldif.c
2673         * src/main.c
2674         * src/mainwindow.c
2675         * src/mimeview.c
2676         * src/noticeview.c
2677         * src/prefs_account.c
2678         * src/prefs_actions.c
2679         * src/prefs_ext_prog.c
2680         * src/prefs_filtering.c
2681         * src/prefs_folder_item.c
2682         * src/prefs_image_viewer.c
2683         * src/prefs_logging.c
2684         * src/prefs_msg_colors.c
2685         * src/prefs_other.c
2686         * src/prefs_send.c
2687         * src/prefs_spelling.c
2688         * src/prefs_summaries.c
2689         * src/prefs_template.c
2690         * src/printing.c
2691         * src/quote_fmt.c
2692         * src/send_message.c
2693         * src/statusbar.c
2694         * src/summary_search.c
2695         * src/summaryview.c
2696         * src/wizard.c
2697         * src/gtk/gtkcmclist.c
2698         * src/gtk/gtkcmctree.c
2699         * src/gtk/gtkcmoptionmenu.c
2700         * src/gtk/gtksctree.c
2701         * src/gtk/gtkutils.c
2702         * src/gtk/gtkutils.h
2703         * src/gtk/gtkvscrollbutton.c
2704         * src/gtk/inputdialog.c
2705         * src/gtk/pluginwindow.c
2706         * src/gtk/quicksearch.c
2707         * src/gtk/spell_entry.c
2708         * src/plugins/bogofilter/bogofilter_gtk.c
2709         * src/plugins/dillo_viewer/dillo_prefs.c
2710         * src/plugins/pgpcore/prefs_gpg.c
2711         * src/plugins/spamassassin/spamassassin_gtk.c
2712         * src/plugins/trayicon/trayicon.c
2713         * src/plugins/trayicon/trayicon_prefs.c
2714                 Remove all possible #if GTK_CHECK_VERSION() checks,
2715                 and make Claws build with GTK+2.16 (untested right
2716                 now), as the Gpg4Win project uses GTK+2.16 currently.
2717
2718 2011-10-22 [colin]      3.7.10cvs40
2719
2720         * src/gtk/gtkutils.h
2721         * configure.ac
2722                 Fix (hopefully) build with GTK+ 2.18.
2723
2724 2011-10-20 [paul]       3.7.10cvs39
2725
2726         * AUTHORS
2727         * src/ldif.c
2728         * src/gtk/authors.h
2729                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2730                 Patch by Bodo Graumann <mail@bodograumann.de>
2731
2732 2011-10-20 [mones]      3.7.10cvs38
2733
2734         * po/fr.po
2735         * src/common/defs.h
2736                 Fix references to old dotsrc mailing lists
2737
2738 2011-10-19 [mones]      3.7.10cvs37
2739
2740         * src/prefs_msg_colors.c
2741                 Fix Ok/Cancel buttons in color selector of preferences
2742
2743 2011-10-17 [colin]      3.7.10cvs36
2744
2745         * src/gtk/gtkshruler.c
2746                 (Probably) fix GTK+ <= 2.22
2747
2748 2011-10-17 [colin]      3.7.10cvs35
2749
2750         * src/gtk/gtkshruler.c
2751                 Fix GTK+2.22 build
2752
2753 2011-10-17 [mones]      3.7.10cvs34
2754
2755         * src/addrbook.c
2756         * src/exportldif.c
2757         * src/jpilot.c
2758         * src/mutt.c
2759         * src/pine.c
2760         * src/procmsg.c
2761         * src/vcard.c
2762                 Fix potential out-of-buffer writes
2763
2764 2011-10-17 [mones]      3.7.10cvs33
2765
2766         * src/main.c
2767                 Use just one g_print call per option; correct indentation
2768
2769 2011-10-17 [colin]      3.7.10cvs32
2770
2771         * src/compose.c
2772         * src/compose.h
2773         * src/gtk/Makefile.am
2774         * src/gtk/gtkshruler.c
2775         * src/gtk/gtkshruler.h
2776         * src/gtk/gtkunit.c
2777         * src/gtk/gtkunit.h
2778                 Reimplement ruler using the GTK widgets. Thanks
2779                 to Hanno for the initial patch.
2780
2781 2011-10-17 [colin]      3.7.10cvs31
2782
2783         * src/action.c
2784         * src/main.c
2785         * src/gtk/gtkutils.c
2786         * src/gtk/gtkutils.h
2787                 Undeprecate GIO/GdkCondition
2788
2789 2011-10-16 [mones]      3.7.10cvs30
2790
2791         * src/main.c
2792                 Add --compose-from-file option to open composition
2793                 window with the headers and body from a file; based
2794                 on Debian patch to fix http://bugs.debian.org/544868
2795
2796 2011-10-15 [mones]      3.7.10cvs29
2797
2798         * manual/advanced.xml
2799                 Document new summary_from_show hidden preference
2800
2801 2011-10-15 [paul]       3.7.10cvs28
2802
2803         * src/compose.c
2804                 compose_create_tags() - fix misplaced 'int i'
2805                 compose_entry_mark_default_to() - fix To field highlighting
2806
2807 2011-10-09 [colin]      3.7.10cvs27
2808
2809         * src/addr_compl.c
2810                 Fix address completion
2811
2812 2011-10-07 [colin]      3.7.10cvs26
2813
2814         * src/prefs_filtering_action.c
2815         * src/gtk/gtkutils.h
2816                 Fix build with GTK+2.20
2817
2818 2011-10-07 [colin]      3.7.10cvs25
2819
2820         * src/gtk/Makefile.am
2821         * src/gtk/gdkkeysyms-new.h
2822         * src/gtk/gtkutils.h
2823                 Copy the new GDK_KEY_* definitions for older GTKs
2824
2825 2011-10-07 [colin]      3.7.10cvs24
2826
2827         * configure.ac
2828                 Fix typos (thanks to Hanno)
2829
2830 2011-10-07 [colin]      3.7.10cvs23
2831
2832         * src/compose.c
2833         * src/gtk/gtkshruler.c
2834         * src/gtk/gtkshruler.h
2835                 Disable ruler starting from 2.24.
2836
2837 2011-10-07 [colin]      3.7.10cvs22
2838
2839         * configure.ac
2840         * src/messageview.c
2841         * src/gtk/Makefile.am
2842                 GTK2 build fix
2843
2844 2011-10-07 [colin]      3.7.10cvs21
2845
2846         * configure.ac
2847         * src/action.c
2848         * src/addr_compl.c
2849         * src/addrgather.c
2850         * src/compose.c
2851         * src/compose.h
2852         * src/editldap.c
2853         * src/mainwindow.c
2854         * src/message_search.c
2855         * src/mimeview.c
2856         * src/mimeview.h
2857         * src/prefs_account.c
2858         * src/prefs_compose_writing.c
2859         * src/prefs_filtering_action.c
2860         * src/prefs_folder_item.c
2861         * src/prefs_logging.c
2862         * src/prefs_matcher.c
2863         * src/prefs_message.c
2864         * src/prefs_other.c
2865         * src/prefs_receive.c
2866         * src/prefs_summaries.c
2867         * src/prefs_wrapping.c
2868         * src/printing.c
2869         * src/ssl_manager.c
2870         * src/statusbar.c
2871         * src/stock_pixmap.c
2872         * src/summary_search.c
2873         * src/textview.c
2874         * src/gtk/Makefile.am
2875         * src/gtk/colorlabel.c
2876         * src/gtk/gtkutils.c
2877         * src/gtk/gtkutils.h
2878         * src/gtk/logwindow.c
2879         * src/gtk/menu.c
2880         * src/gtk/menu.h
2881         * src/gtk/quicksearch.c
2882         * src/gtk/spell_entry.c
2883         * src/plugins/bogofilter/bogofilter_gtk.c
2884         * src/plugins/dillo_viewer/dillo_viewer.c
2885         * src/plugins/pgpcore/prefs_gpg.c
2886         * src/plugins/spamassassin/spamassassin_gtk.c
2887                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2888                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2889                 ported (especially GtkCMOptionMenu)
2890
2891 2011-10-07 [colin]      3.7.10cvs20
2892
2893         * src/account.c
2894         * src/action.c
2895         * src/addr_compl.c
2896         * src/addrcustomattr.c
2897         * src/addrduplicates.c
2898         * src/addressadd.c
2899         * src/addressbook.c
2900         * src/addressbook_foldersel.c
2901         * src/addrgather.c
2902         * src/alertpanel.c
2903         * src/browseldap.c
2904         * src/compose.c
2905         * src/editaddress.c
2906         * src/editaddress_other_attributes_ldap.c
2907         * src/editbook.c
2908         * src/editgroup.c
2909         * src/editjpilot.c
2910         * src/editldap.c
2911         * src/editldap_basedn.c
2912         * src/edittags.c
2913         * src/editvcard.c
2914         * src/exphtmldlg.c
2915         * src/expldifdlg.c
2916         * src/export.c
2917         * src/foldersel.c
2918         * src/folderview.c
2919         * src/grouplistdialog.c
2920         * src/import.c
2921         * src/importldif.c
2922         * src/importmutt.c
2923         * src/importpine.c
2924         * src/mainwindow.c
2925         * src/message_search.c
2926         * src/messageview.c
2927         * src/mimeview.c
2928         * src/prefs_actions.c
2929         * src/prefs_customheader.c
2930         * src/prefs_display_header.c
2931         * src/prefs_filtering.c
2932         * src/prefs_filtering_action.c
2933         * src/prefs_folder_column.c
2934         * src/prefs_matcher.c
2935         * src/prefs_msg_colors.c
2936         * src/prefs_other.c
2937         * src/prefs_summaries.c
2938         * src/prefs_summary_column.c
2939         * src/prefs_summary_open.c
2940         * src/prefs_template.c
2941         * src/prefs_toolbar.c
2942         * src/printing.c
2943         * src/sourcewindow.c
2944         * src/ssl_manager.c
2945         * src/summary_search.c
2946         * src/summaryview.c
2947         * src/textview.c
2948         * src/uri_opener.c
2949         * src/gtk/about.c
2950         * src/gtk/colorsel.c
2951         * src/gtk/combobox.c
2952         * src/gtk/description_window.c
2953         * src/gtk/foldersort.c
2954         * src/gtk/gtkaspell.c
2955         * src/gtk/gtkcmclist.c
2956         * src/gtk/gtkcmctree.c
2957         * src/gtk/gtkcmoptionmenu.c
2958         * src/gtk/gtkutils.c
2959         * src/gtk/icon_legend.c
2960         * src/gtk/inputdialog.c
2961         * src/gtk/logwindow.c
2962         * src/gtk/pluginwindow.c
2963         * src/gtk/prefswindow.c
2964         * src/gtk/quicksearch.c
2965         * src/plugins/pgpcore/passphrase.c
2966         * src/plugins/pgpcore/select-keys.c
2967                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
2968                 to replace GDK_* by GDK_KEY_*.
2969
2970 2011-10-07 [colin]      3.7.10cvs19
2971
2972         * AUTHORS
2973         * src/account.c
2974         * src/action.c
2975         * src/addr_compl.c
2976         * src/addressbook.c
2977         * src/alertpanel.c
2978         * src/compose.c
2979         * src/edittags.c
2980         * src/folderview.c
2981         * src/grouplistdialog.c
2982         * src/image_viewer.c
2983         * src/mainwindow.c
2984         * src/mimeview.c
2985         * src/noticeview.c
2986         * src/prefs_filtering_action.c
2987         * src/prefs_folder_column.c
2988         * src/prefs_msg_colors.c
2989         * src/prefs_summary_column.c
2990         * src/prefs_toolbar.c
2991         * src/printing.c
2992         * src/stock_pixmap.c
2993         * src/summaryview.c
2994         * src/textview.c
2995         * src/undo.c
2996         * src/wizard.c
2997         * src/gtk/about.c
2998         * src/gtk/authors.h
2999         * src/gtk/colorlabel.c
3000         * src/gtk/colorsel.c
3001         * src/gtk/gtkcmclist.c
3002         * src/gtk/gtkcmctree.c
3003         * src/gtk/gtkcmoptionmenu.c
3004         * src/gtk/gtksctree.c
3005         * src/gtk/gtkutils.c
3006         * src/gtk/gtkvscrollbutton.c
3007         * src/gtk/inputdialog.c
3008         * src/gtk/logwindow.c
3009         * src/gtk/menu.c
3010         * src/gtk/prefswindow.c
3011         * src/gtk/progressdialog.c
3012         * src/plugins/pgpcore/passphrase.c
3013         * src/plugins/trayicon/trayicon.c
3014                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
3015                 Patch by Hanno Thurow-Meyer, many thanks to him !
3016
3017 2011-09-20 [colin]      3.7.10cvs18
3018
3019         * src/common/ssl.c
3020                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
3021                 gnutls 3.0.3'
3022
3023 2011-09-18 [colin]      3.7.10cvs17
3024
3025         * src/news.c
3026                 Fix segfault when connection fails
3027
3028 2011-09-03 [colin]      3.7.10cvs16
3029
3030         * src/common/ssl.c
3031                 Use NORMAL instead of EXPORT priorities.
3032
3033 2011-09-02 [colin]      3.7.10cvs15
3034
3035         * configure.ac
3036         * src/common/ssl.c
3037                 Linking against gcrypt explicitely in order to call
3038                 gcry_control() for mutex setup isn't necessary anymore
3039                 starting from gnuTLS 2.11.
3040
3041 2011-08-31 [colin]      3.7.10cvs14
3042
3043         * src/plugins/pgpinline/pgpinline.c
3044         * src/plugins/pgpmime/pgpmime.c
3045                 Fix bug #2431, "Major memory leak in PGP message handling".
3046
3047 2011-08-31 [colin]      3.7.10cvs13
3048
3049         * AUTHORS
3050         * src/gtk/authors.h
3051         * src/mainwindow.c
3052         * src/messageview.c
3053         * src/gtk/authors.h
3054                 Apply Steve Rader's patch from bug #2388, "Add 
3055                 message view scrolling menu items"
3056
3057 2011-08-30 [colin]      3.7.10cvs12
3058
3059         * src/gtk/prefswindow.c
3060                 Fix layout issues (i.e. on SSL page if changing account
3061                 type prior to visiting it).
3062
3063 2011-08-30 [colin]      3.7.10cvs11
3064
3065         * configure.ac
3066         * src/common/ssl.c
3067                 Don't use deprecated functions for GnuTLS priorities.
3068                 Require GnuTLS 2.2 that is the first version with the
3069                 new function.
3070
3071 2011-08-30 [colin]      3.7.10cvs10
3072
3073         * src/common/socket.c
3074         * src/common/ssl.c
3075                 Long-term fix for bug #2402, "GnuTLS change breaks socket
3076                 communication", as per http://savannah.gnu.org/support/?107660
3077
3078 2011-08-30 [colin]      3.7.10cvs9
3079
3080         * src/etpan/imap-thread.c
3081         * src/etpan/nntp-thread.c
3082                 Remove dead openSSL code
3083
3084 2011-08-30 [colin]      3.7.10cvs8
3085
3086         * src/ssl_manager.c
3087         * src/common/ssl.c
3088         * src/common/ssl_certificate.c
3089         * src/common/ssl_certificate.h
3090         * src/etpan/imap-thread.c
3091         * src/etpan/nntp-thread.c
3092                 Fix bug #2127, "SSL cert check uses canonical name instead of
3093                 specified name"
3094
3095 2011-08-29 [colin]      3.7.10cvs7
3096
3097         * src/prefs_account.c
3098                 Fix X-Mailer option not appearing on IMAP
3099
3100 2011-08-29 [colin]      3.7.10cvs6
3101
3102         * src/plugins/pgpcore/Makefile.am
3103         * src/plugins/pgpinline/Makefile.am
3104         * src/plugins/pgpmime/Makefile.am
3105         * src/plugins/smime/Makefile.am
3106                 Windows build fix:
3107                 libtool: link: require no space between `-L' and `.'
3108
3109 2011-08-29 [colin]      3.7.10cvs5
3110
3111         * src/account.c
3112         * src/compose.c
3113         * src/prefs_account.c
3114         * src/prefs_account.h
3115                 Revert cvs4 which is rather illogical and instead
3116                 use Fabian's patch from bug #2471
3117
3118 2011-08-29 [colin]      3.7.10cvs4
3119
3120         * src/compose.c
3121                 Don't insert custom headers that have empty values.
3122                 Allows not inserting X-Mailer if it's set to nothing.
3123                 Fixes bug #2471, "Make setting an X-Mailer header optional".
3124
3125 2011-08-29 [colin]      3.7.10cvs3
3126
3127         * src/image_viewer.c
3128         * src/textview.c
3129         * src/gtk/gtkutils.c
3130         * src/gtk/gtkutils.h
3131                 Handle EXIF orientation in images (both in textview's
3132                 preview and image viewer)
3133
3134 2011-08-28 [paul]       3.7.10cvs2
3135
3136         * src/prefs_common.c
3137         * src/prefs_common.h
3138         * src/summaryview.c
3139                 add new hidden option to control the display in the From
3140                 column in the Message List: 0 (default): show name,
3141                 1: show address, 2: show name + address
3142
3143 2011-08-27 [paul]       3.7.10cvs1
3144
3145         * po/POTFILES.in
3146         * src/common/ssl_certificate.c
3147         * src/etpan/imap-thread.c
3148         * src/etpan/nntp-thread.c
3149                 offer up some missing log_error() strings to translators
3150
3151 2011-08-27 [paul]       3.7.10
3152         * NEWS
3153         * README
3154         * RELEASE_NOTES 
3155                 3.7.10 unleashed!               
3156
3157 2011-08-27 [paul]       3.7.9cvs52
3158
3159         * po/cs.po
3160         * po/fr.po
3161         * po/hu.po
3162         * po/lt.po
3163         * po/pt_BR.po
3164         * po/sk.po
3165                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
3166                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
3167
3168 2011-08-27 [mones]      3.7.9cvs51
3169
3170         * claws-mail.desktop
3171                 Include generic name and comment translations
3172                 Thanks to all the people on the translators ML!
3173
3174 2011-08-23 [paul]       3.7.9cvs50
3175
3176         * src/common/ssl.c
3177                 probable/possible fix/workaround for bug 2402,
3178                 'can't download message from pop3 server'
3179
3180 2011-08-18 [paul]       3.7.9cvs49
3181
3182         * manual/handling.xml
3183                 fix typos. thanks to vilpan
3184
3185 2011-08-17 [paul]       3.7.9cvs48
3186
3187         * tools/claws.i18n.status.pl
3188                 add Mindaugas Baranauskas (Lithuanian)
3189
3190 2011-08-14 [mir]        3.7.9cvs47
3191
3192         * src/news.c
3193         * src/etpan/nntp-thread.c
3194                 Fix bug 2418. Patch provided by Sébastien Bigaret with
3195                 some minor contribution by me.
3196
3197 2011-08-13 [mir]        3.7.9cvs46
3198
3199         * src/etpan/nntp-thread.c
3200                 Fix bug when NNTP server sends authentication warning
3201                 as part of the connection session. Privously etpan would
3202                 bail out for any return code other than NEWSNNTP_NO_ERROR
3203                 but as early as the connection session a return code like
3204                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
3205                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
3206                 be considered as an error.
3207
3208 2011-08-12 [paul]       3.7.9cvs45
3209
3210         * src/mimeview.c
3211                 3.7.9cvs43 mistakenly dropped off the info
3212                 about the mime part from the tooltip
3213
3214 2011-08-12 [wwp]        3.7.9cvs44
3215
3216         * src/gtk/quicksearch.c
3217          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
3218
3219 2011-08-09 [paul]       3.7.9cvs43
3220
3221         * src/mimeview.c
3222                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
3223
3224 2011-08-06 [paul]       3.7.9cvs42
3225
3226         * src/compose.c
3227                 fix cursor placement in Forward template
3228
3229 2011-08-06 [paul]       3.7.9cvs41
3230
3231         * src/gtk/description_window.c
3232                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
3233
3234 2011-08-05 [holger]     3.7.9cvs40
3235
3236         * claws-mail.desktop
3237                 Revert 3.7.9cvs35 for now, it may be problematic
3238                 (see bug #2450)
3239
3240 2011-08-05 [paul]       3.7.9cvs39
3241
3242         * src/mainwindow.c
3243         * src/messageview.c
3244                 use 'Collapse quotes' rather than 'Fold quotes' on
3245                 labels, for consistency
3246         * src/toolbar.c
3247                 use 'Receive mail from account' rather than 'on account'
3248
3249 2011-07-30 [mir]        3.7.9cvs38
3250
3251         * src/etpan/Makefile.am
3252         * src/plugins/pgpcore/Makefile.am
3253         * src/plugins/pgpmime/Makefile.am
3254         * src/plugins/smime/Makefile.am
3255                 Fix broken build on Debian Sid. enchant.h cannot be
3256                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
3257                 present in Makefile.am. Apparently enchant.h in older
3258                 versions were placed in /usr/include which is always
3259                 scanned be default.
3260
3261 2011-07-21 [mones]      3.7.9cvs37
3262
3263         * src/common/plugin.c
3264         * src/common/plugin.h
3265                 Make licences allowed for plugins more explicit and also
3266                 accept dual (or more) licences when properly formatted.
3267                 Doesn't require any change on current plugins.
3268
3269 2011-07-18 [mones]      3.7.9cvs36
3270
3271         * manual/advanced.xml
3272                 Document briefly tags feature.
3273         * manual/glossary.xml
3274                 Fix definition to avoid confussion with tags.
3275         * manual/es/advanced.xml
3276         * manual/es/glossary.xml
3277                 Synchronize Spanish translation with the above.
3278
3279 2011-07-07 [holger]     3.7.9cvs35
3280
3281         * claws-mail.desktop
3282                 Add indicator stuff to the desktop file
3283                 Taken from bug #2450
3284
3285 2011-07-06 [paul]       3.7.9cvs34
3286
3287         * src/edittags.c
3288                 fix English usage
3289
3290 2011-07-06 [mones]      3.7.9cvs33
3291
3292         * src/edittags.c
3293                 Do not create an empty tag name row in panel and
3294                 warn user about using a non-reserved tag instead
3295
3296 2011-07-05 [mones]      3.7.9cvs32
3297
3298         * src/imap.c
3299         * src/common/tags.c
3300         * src/common/tags.h
3301         * src/etpan/imap-thread.c
3302                 Make constants for reserved tags and use them
3303                 Removed also duplicate comparison while at it
3304
3305 2011-07-05 [paul]       3.7.9cvs31
3306
3307         * src/compose.c
3308                 when using a Compose template, only place the cursor
3309                 in the body when the cursor symbol, %cursor (%X), is used
3310
3311 2011-07-03 [paul]       3.7.9cvs30
3312
3313         * src/main.c
3314                 do main_window_popup(mainwin); on plugin load error, or
3315                 else the warning dialogue and mainwindow stays minimised
3316                 and hidden
3317
3318 2011-07-03 [paul]       3.7.9cvs29
3319
3320         * src/wizard.c
3321                 fix bug 2462, 'Building without GnuTLS support leads to a
3322                 failure in wizard.c'
3323
3324 2011-07-03 [paul]       3.7.9cvs28
3325
3326         * src/mainwindow.c
3327         * src/mainwindow.h
3328         * src/summaryview.c
3329                 fix bug #2461, 'popup menu in message list displays
3330                 'move to trash' and 'delete''.
3331                 Add a new sensitivity condition 'M_NOT_TRASH' and
3332                 remove the broken workaround for right-click in summaryview.c.
3333                 Fix broken main menu sensitivity for "Menu/Message/Move" in
3334                 News folder.
3335
3336 2011-06-21 [paul]       3.7.9cvs27
3337
3338         * src/mainwindow.c
3339                 revert 3.7.9cvs2, it does no good
3340
3341 2011-06-18 [mir]        3.7.9cvs26
3342
3343         * configure.ac
3344                 Fix autoconf warnings introduced in autoconf >= 2.64
3345
3346 2011-06-05 [paul]       3.7.9cvs25
3347
3348         * po/ca.po
3349         * po/cs.po
3350         * po/de.po
3351         * po/it.po
3352         * po/ja.po
3353         * po/pt_PT.po
3354         * po/sk.po
3355         * po/uk.po
3356                 fix strings where an informational message has been
3357                 wrongly entered into the translated string
3358         * src/toolbar.c
3359                 enable 'Trash' and 'Sender' to be translated based on
3360                 the context, e.g. as button text and as mail header
3361         * src/gtk/about.c
3362                 fix english in Info tab
3363
3364 2011-05-25 [colin]      3.7.9cvs24
3365
3366         * src/action.c
3367                 Fix bug #2439, "use bitwise operator for bitmask instead of
3368                 logical operator". Thanks to Nicolas Kaiser for the patch.
3369
3370 2011-05-18 [colin]      3.7.9cvs23
3371
3372         * src/news.c
3373                 Fix missing group selection before xover if the
3374                 connection was reset before.
3375
3376 2011-05-12 [colin]      3.7.9cvs22
3377
3378         * src/common/utils.c
3379                 Fix bug #2412, "Send account mail address in Message-ID
3380                 wrongly implemented". Patch by Fabian Keil.
3381
3382 2011-05-12 [mones]      3.7.9cvs21
3383
3384         * src/etpan/nntp-thread.c
3385                 Fix bug #2418 "NNTP authentication is broken"
3386
3387 2011-05-09 [pawel]      3.7.9cvs20
3388
3389         * src/mainwindow.c
3390         * src/prefs_folder_item.c
3391                 Small UI fixes
3392
3393 2011-05-05 [colin]      3.7.9cvs19
3394
3395         * src/imap.c
3396         * src/inc.c
3397         * src/news.c
3398         * src/send_message.c
3399                 Fix bug #2184, "Add account name information inside network log".
3400                 Initial patch by MSulchan Darmawan, expanded to other protocols.
3401                 This stuff is too much copy-pasted.
3402
3403
3404 2011-04-30 [colin]      3.7.9cvs18
3405
3406         * src/main.c
3407                 Fix bug #2414, 'Claws segfaults on startup with
3408                 notification plugin enabled". Thanks Christian
3409                 Faulhammer for the patch.
3410
3411 2011-04-27 [colin]      3.7.9cvs17
3412
3413         * src/codeconv.c
3414                 Make Windows' encoding CP1251 for ru_RU locale
3415                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
3416
3417 2011-04-24 [paul]       3.7.9cvs16
3418
3419         * manual/claws-mail-manual.xml
3420         * manual/de/claws-mail-manual.xml
3421         * manual/es/claws-mail-manual.xml
3422         * manual/fr/claws-mail-manual.xml
3423         * manual/it/claws-mail-manual.xml
3424                 update copyright year
3425
3426 2011-04-24 [paul]       3.7.9cvs15
3427
3428         * src/summaryview.c
3429                 fix bug #2353, 'Right-clicking on spam in order to delete
3430                 it causes it to show in message window'
3431
3432 2011-04-24 [paul]       3.7.9cvs14
3433
3434         * src/mainwindow.c
3435         * src/gtk/foldersort.c
3436         * src/gtk/foldersort.h
3437                 fix labelling, 'change folder order' to 'change mailbox order'
3438
3439 2011-04-23 [paul]       3.7.9cvs13
3440
3441         * configure.ac
3442                 fix bug #2409, 'Failed to compile under GCC 3.x : option
3443                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
3444                 committed in 3.7.8cvs19 
3445
3446 2011-04-11 [paul]       3.7.9cvs12
3447
3448         * src/plugins/trayicon/trayicon.c
3449                 fix build bug: gtk_status_icon_set_title() is available
3450                 since gtk 2.18.x not 2.14.x
3451
3452 2011-04-11 [paul]       3.7.9cvs11
3453
3454         * po/hu.po
3455                 updated by Páder RezsÅ‘
3456
3457 2011-04-10 [colin]      3.7.9cvs10
3458
3459         * src/addr_compl.c
3460         * src/addressbook.c
3461         * src/compose.c
3462         * src/editaddress.c
3463         * src/editaddress_other_attributes_ldap.c
3464         * src/main.c
3465         * src/message_search.c
3466         * src/prefs_display_header.c
3467         * src/prefs_filtering_action.c
3468         * src/prefs_matcher.c
3469         * src/prefs_other.c
3470         * src/prefs_toolbar.c
3471         * src/summary_search.c
3472         * src/gtk/colorlabel.c
3473         * src/gtk/combobox.c
3474         * src/gtk/gtkcmoptionmenu.c
3475         * src/gtk/gtkshruler.c
3476         * src/gtk/gtkshruler.h
3477         * src/gtk/gtkutils.h
3478         * src/gtk/inputdialog.c
3479         * src/gtk/quicksearch.c
3480                 Revert the whole pile of crap introduced in
3481                 cvs9,8,7,4.
3482
3483 2011-04-10 [colin]      3.7.9cvs9
3484
3485         * src/compose.c
3486         * src/editaddress.c
3487         * src/editaddress_other_attributes_ldap.c
3488         * src/main.c
3489         * src/message_search.c
3490         * src/prefs_display_header.c
3491         * src/prefs_matcher.c
3492         * src/prefs_toolbar.c
3493         * src/summary_search.c
3494         * src/gtk/combobox.c
3495         * src/gtk/gtkutils.h
3496         * src/gtk/inputdialog.c
3497         * src/gtk/quicksearch.c
3498                 Finish fun with combo boxes. (hopefully)
3499
3500 2011-04-10 [colin]      3.7.9cvs8
3501
3502         * src/compose.c
3503         * src/prefs_filtering_action.c
3504         * src/gtk/combobox.c
3505         * src/gtk/gtkshruler.c
3506         * src/gtk/gtkshruler.h
3507                 More undeprecation. GTKSHRuler is #if'ed out. We can
3508                 still decide to maintain the old GtkRuler widget in-tree
3509                 if the lack of ruler in Compose window is too
3510                 annoying.
3511
3512 2011-04-10 [colin]      3.7.9cvs7
3513
3514         * src/addr_compl.c
3515         * src/addressbook.c
3516         * src/compose.c
3517         * src/editaddress_other_attributes_ldap.c
3518         * src/message_search.c
3519         * src/prefs_display_header.c
3520         * src/prefs_filtering_action.c
3521         * src/prefs_other.c
3522         * src/prefs_toolbar.c
3523         * src/summary_search.c
3524         * src/gtk/colorlabel.c
3525         * src/gtk/combobox.c
3526         * src/gtk/gtkcmoptionmenu.c
3527         * src/gtk/gtkutils.h
3528                 More comboboxtext undeprecation
3529
3530 2011-04-10 [colin]      3.7.9cvs6
3531
3532         * src/messageview.c
3533                 Fix it better.
3534
3535 2011-04-10 [colin]      3.7.9cvs5
3536
3537         * src/messageview.c
3538                 Fix age-old typo.
3539
3540 2011-04-10 [colin]      3.7.9cvs4
3541
3542         * src/compose.c
3543         * src/editaddress_other_attributes_ldap.c
3544         * src/message_search.c
3545         * src/prefs_display_header.c
3546         * src/prefs_filtering_action.c
3547         * src/prefs_other.c
3548         * src/prefs_toolbar.c
3549         * src/summary_search.c
3550         * src/gtk/combobox.c
3551         * src/gtk/gtkutils.h
3552                 gtk_combo_box_*_text() is deprecated, and
3553                 gtk_combo_box_text_*() is the new hotness.
3554
3555 2011-04-10 [colin]      3.7.9cvs3
3556
3557         * src/addr_compl.c
3558         * src/addressbook.c
3559         * src/browseldap.c
3560         * src/compose.c
3561         * src/folder.c
3562         * src/folderview.c
3563         * src/gtk/gtkvscrollbutton.c
3564         * src/gtk/gtkvscrollbutton.h
3565                 s/GtkFunction/GSourceFunc
3566
3567 2011-04-10 [colin]      3.7.9cvs2
3568
3569         * src/mainwindow.c
3570                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3571                 This is the patch from bug #2396, it should be innocuous even
3572                 if that's useless to do deiconify + present window...
3573
3574 2011-04-09 [paul]       3.7.9cvs1
3575
3576         * src/prefs_summaries.c
3577                 fix typo in string. (thanks, Brad!)
3578
3579 2011-04-09 [paul]       3.7.9
3580         * NEWS
3581         * README
3582         * RELEASE_NOTES 
3583                 3.7.9 unleashed!        
3584
3585 2011-04-09 [paul]       3.7.8cvs78
3586
3587         * po/cs.po
3588         * po/es.po
3589         * po/fi.po
3590         * po/fr.po
3591         * po/lt.po
3592         * po/pt_BR.po
3593         * po/sk.po
3594         * po/uk.po
3595                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3596                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3597                 Slavko, and Yarema
3598
3599 2011-04-09 [colin]      3.7.8cvs77
3600
3601         * src/gtk/filesel.c
3602                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3603                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3604                 encoding filename. Hooray for stupid.
3605
3606 2011-04-08 [colin]      3.7.8cvs76
3607
3608         * src/action.c
3609                 Fix action Stop: if child does not react to SIGTERM, it'll
3610                 probably start behaving when it'll get a SIGKILL on the user's
3611                 second press on Stop.
3612                 Fixes bug #2237, "User action makes Claws unresponsive".
3613
3614 2011-04-08 [colin]      3.7.8cvs75
3615
3616         * src/account.c
3617         * src/folder.c
3618         * src/folder.h
3619         * src/folder_item_prefs.c
3620         * src/folder_item_prefs.h
3621         * src/prefs_account.c
3622                 Fix bug #2382, "folderitemrc not updated when account
3623                 name is changed". Indeed, this wasn't done.
3624
3625 2011-04-08 [wwp]        3.7.8cvs74
3626
3627         * src/procmime.c
3628         Add support for quoted values (*="value").
3629         This commonly fixes a trailing quote appearing to filenames
3630         sent by iphone Mail (not sure if it's culprit at all, though).
3631
3632 2011-04-08 [colin]      3.7.8cvs73
3633
3634         * src/gtk/filesel.c
3635                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
3636                 caused by attachments with extended chars in the file name". Patch
3637                 derived from a patch bt Fabien Keil
3638
3639 2011-04-05 [wwp]        3.7.8cvs72
3640
3641         * src/compose.c
3642                 A debug string not to translate.
3643
3644 2011-04-03 [colin]      3.7.8cvs71
3645
3646         * src/common/utils.h
3647                 Fix bug #2394, "backtrace() crashes on FreeBSD"
3648                 That's not the first bug-report where internal
3649                 debug-only backtrace() crashes on FreeBSD.
3650
3651 2011-04-03 [colin]      3.7.8cvs70
3652
3653         * src/compose.c
3654                 Fix bug #2365 again, "Crash when auto-scrolling headers in
3655                 compose window".
3656                 Batch-mode compose windows (from filtering actions) shouldn't
3657                 try to access stuff after flushing events...
3658
3659 2011-03-31 [paul]       3.7.8cvs69
3660
3661         * INSTALL
3662                 update as gtk >= 2.10 now required
3663                 (because I'll never remember to do this later)
3664
3665 2011-03-26 [paul]       3.7.8cvs68
3666
3667         * src/messageview.c
3668                 fix separators in Go To menu
3669
3670 2011-03-20 [colin]      3.7.8cvs67
3671
3672         * configure.ac
3673                 Drop the *_DISABLE_DEPRECATED. We'll put them back
3674                 when we'll have time to handle them
3675
3676 2011-03-18 [paul]       3.7.8cvs66
3677
3678         * src/textview.c
3679                 make user-facing message more accurate -
3680                 'Network Log' not 'View Log'
3681
3682 2011-03-17 [wwp]        3.7.8cvs65
3683
3684         * po/fr.po
3685                 Fix a typo around plural form, as reported by
3686                 Yannick Palanque.
3687
3688 2011-03-15 [colin]      3.7.8cvs64
3689
3690         * AUTHORS
3691         * src/gtk/authors.h
3692         * src/main.c
3693                 Fix bug #2381, "Support for NetworkManager 0.9".
3694                 Patch by Mikhail Efremov
3695
3696 2011-03-04 [colin]      3.7.8cvs63
3697
3698         * src/mimeview.c
3699         * src/mimeview.h
3700                 Fix segfault on Windows
3701         * src/exporthtml.c
3702         * src/common/utils.c
3703         * src/common/w32_unistd.c
3704         * src/common/w32lib.h
3705                 Rationalize use of time_r() funcs (pthread do define them)
3706
3707 2011-03-02 [pawel]      3.7.8cvs62
3708
3709         * src/wizard.c
3710                 Re-implement widgets aligning, switch from GtkSizeGroup
3711                 to GtkTable - this should fix disappearing labels
3712
3713 2011-03-01 [pawel]      3.7.8cvs61
3714
3715         * src/wizard.c
3716                 Wizard GUI cleanups. Make it look and behave more
3717                 like account preferences.
3718
3719 2011-02-23 [colin]      3.7.8cvs60
3720
3721         * src/common/Makefile.am
3722                 Fix make dist
3723
3724 2011-02-23 [colin]      3.7.8cvs59
3725
3726         * src/Makefile.am
3727         * src/main.c
3728         * src/common/Makefile.am
3729         * src/common/plugin.c
3730         * src/common/valgrind.h
3731                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
3732                 Use valgrind's own header.
3733
3734 2011-02-22 [colin]      3.7.8cvs58
3735
3736         * src/prefs_account.c
3737                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
3738                 signed message" upon new installation. This is disturbing when PGP
3739                 plugins are loaded by default.
3740
3741 2011-02-16 [paul]       3.7.8cvs57
3742
3743         * src/*
3744                 update copyright headers throughout
3745
3746 2011-02-16 [paul]       3.7.8cvs56
3747
3748         * src/summaryview.c
3749                 use gettext plural form for "item selected"/"items selected"
3750
3751 2011-02-13 [colin]      3.7.8cvs55
3752
3753         * src/mimeview.c
3754         * src/mimeview.h
3755                 Fix bug #2361, "Claws crashes after PGP Check in separate
3756                 msg view". Don't let the cancel thread lie around after
3757                 the verification ended.
3758
3759 2011-02-13 [paul]       3.7.8cvs54
3760
3761         * po/lt.po
3762                 updated by Mindaugas Baranauskas
3763
3764 2011-02-11 [mones]      3.7.8cvs53
3765
3766         * manual/es/advanced.xml
3767                 Sync with English manual
3768         * src/imap.c
3769                 Fix remaining mismatched alloc/free from cppcheck
3770
3771 2011-02-10 [pawel]      3.7.8cvs52
3772
3773         * src/ldapupdate.c
3774                 Fix memleaks
3775
3776 2011-02-10 [pawel]      3.7.8cvs51
3777
3778         * src/prefs_toolbar.c
3779                 - set menus sensitivity in item type combo depending on
3780                   availability of actions / plugin hooks
3781                 - style fixes, spaces instead of tabs mostly
3782
3783 2011-02-10 [paul]       3.7.8cvs50
3784
3785         * src/prefs_account.c
3786                 move the 'send acc mail addr in msg-id" option to
3787                 the send page
3788
3789 2011-02-10 [paul]       3.7.8cvs49
3790
3791         * src/prefs_account.c
3792                 move the 'expunge immediately' option to a more
3793                 suitable page
3794
3795 2011-02-05 [pawel]      3.7.8cvs48
3796
3797         * manual/advanced.xml
3798                 Document new hidden pref
3799         * src/folder.c
3800                 Dont treat mimeparts referenced by others as
3801                 real attachments
3802         * src/mimeview.c
3803         * src/prefs_common.c
3804         * src/prefs_common.h
3805                 Add ability to hide inline attachments referenced
3806                 by other mimeparts in MimeView. To enable this
3807                 feature set show_inline_attachments=0 in your clawsrc
3808
3809 2011-01-25 [colin]      3.7.8cvs47
3810
3811         * src/matcher.c
3812                 Fix matcher body parsing: decode mails with our
3813                 MIME parser. This speeds up body search a bit as
3814                 binary attachments are not searched anymore, slows
3815                 down a bit full message searches, but not awfully.
3816         * src/summary_search.c
3817                 Use matcher API to search, in all cases (advanced search or
3818                 not). Also, fix little logic bugs related to combos history
3819         * src/common/utils.c
3820         * src/common/utils.h
3821         * src/procmime.c
3822         * src/procmime.h
3823                 Remove dead code, export functions needed by matcher.c
3824
3825 2011-01-25 [colin]      3.7.8cvs46
3826
3827         * src/compose.c
3828         * src/prefs_common.c
3829         * src/common/md5.c
3830         * src/common/ssl_certificate.c
3831                 Fix mismatched alloc/free (thanks to cppcheck)
3832
3833 2011-01-25 [colin]      3.7.8cvs45
3834
3835         * src/pop.c
3836                 Fix leak on error path
3837
3838 2011-01-23 [mones]      3.7.8cvs44
3839
3840         * manual/es/advanced.xml
3841                 Sync with English manual
3842
3843 2011-01-23 [paul]       3.7.8cvs43
3844
3845         * src/gtk/about.c
3846                 it's 2011, update copyright line
3847
3848 2011-01-23 [paul]       3.7.8cvs42
3849
3850         * manual/advanced.xml
3851         * src/prefs_common.c
3852         * src/prefs_common.h
3853         * src/textview.c
3854                 fix bug #2350, 'Make displaying localized date/time in
3855                 message view optional'.
3856                 This introduces a new hidden option (why do more?),
3857                 'msgview_date_format', which defaults to OFF, maintaining
3858                 the current and expected behaviour.
3859
3860 2011-01-21 [colin]      3.7.8cvs41
3861
3862         * src/procmime.c
3863                 Fix bug #2050, Clawsmail sends return receipt every seconds
3864                 We forgot to close the file when parsing 
3865                 disposition-notification fields, which made unlinking of the
3866                 corresponding emails in tempfolder/processing impossible in
3867                 Windows. Causing them to be re-fetched every time.
3868
3869 2011-01-21 [colin]      3.7.8cvs40
3870
3871         * claws-mail.desktop
3872                 Fix again bug #2346: We should have a %u parameter.
3873
3874 2011-01-21 [colin]      3.7.8cvs39
3875
3876         * src/plugins/spamassassin/spamassassin.c
3877                 Fix sa-learn when offline (its command line parsing is
3878                 space-dependant). Patch by Wolfgang Lorenz
3879
3880 2011-01-19 [pawel]      3.7.8cvs38
3881
3882         * claws-mail.desktop
3883                 Fix Bug 2346 'Please register x-handler-scheme
3884                  in .desktop file' patch by Laurent Bigonville
3885                 While I'm here update things to current
3886                 standards, fix desktop-file-validate warnings/errors
3887
3888 2011-01-18 [colin]      3.7.8cvs37
3889
3890         * src/common/smtp.c
3891                 Fix logic on SMTP AUTH: If the selected method isn't
3892                 available, say so instead of supposing it'll work.
3893                 Fixes bug #2039, 'SMTP AUTHENTICATION'
3894
3895 2011-01-15 [pawel]      3.7.8cvs36
3896
3897         * src/prefs_folder_item.c
3898                 Rework subject regexp simplify gui a bit, this give us better
3899                 options page layout (window with min width was too short to 
3900                 show all contents and thigs were unwieldy) and better preview
3901                 of regexp working/not working
3902
3903 2011-01-14 [pawel]      3.7.8cvs35
3904
3905         * src/textview.c
3906                 strncpy2() NULLify strings just fine, no need to be
3907                 extra "clever"
3908
3909 2011-01-14 [pawel]      3.7.8cvs34
3910
3911         * src/textview.c
3912                 Fix Bug #2165 'The date not localized in the message view'
3913                 Display Date header in messageview in the same way as in
3914                 summaryview by respecting date format set in preferences.
3915
3916 2011-01-06 [pawel]      3.7.8cvs33
3917
3918         * src/prefs_account.c
3919         * src/prefs_folder_item.c
3920         * src/prefs_quote.c
3921         * src/quote_fmt.c
3922                 Make quote templates widgets more compact
3923
3924 2011-01-06 [pawel]      3.7.8cvs32
3925
3926         * src/plugins/trayicon/trayicon.c
3927                 - fix logic bug which caused icon to be
3928                   always set no-mail status on plugin load
3929                 - force icon hide on plugin_done(), without
3930                   it empty space(?!) is left in tray under KDE3 and KDE4
3931
3932 2011-01-06 [colin]      3.7.8cvs31
3933
3934         * src/addrharvest.c
3935         * src/codeconv.c
3936         * src/codeconv.h
3937         * src/compose.c
3938         * src/news.c
3939         * src/procheader.c
3940         * src/procmime.c
3941         * src/unmime.c
3942         * src/unmime.h
3943                 Unmime headers differently whether they're addresses or not:
3944                 It's useless to quote things containing commas if it's in
3945                 subject, for example. (introduced in 3.7.8cvs26)
3946
3947 2011-01-06 [colin]      3.7.8cvs30
3948
3949         * src/gtk/gtkaspell.c
3950                 Complete previous patch
3951         * src/messageview.c
3952         * src/plugins/pgpinline/pgpinline.c
3953                 Coding style
3954
3955 2011-01-06 [paul]       3.7.8cvs29
3956
3957         * AUTHORS
3958         * configure.ac
3959         * po/lt.po
3960         * src/gtk/authors.h
3961                 add Lithuanian translation (approx. 65% complete)
3962                 submitted by Mindaugas Baranauskas
3963
3964 2011-01-06 [pawel]      3.7.8cvs28
3965
3966         * src/export.c
3967         * src/import.c
3968         * src/messageview.c
3969         * src/prefs_actions.c
3970         * src/procmime.c
3971         * src/gtk/gtkaspell.c
3972         * src/plugins/pgpinline/pgpinline.c
3973         * src/plugins/pgpmime/pgpmime.c
3974         * src/plugins/smime/smime.c
3975                 Fix memory/file descriptors leaks
3976
3977 2011-01-06 [paul]       3.7.8cvs27
3978
3979         * src/plugins/pgpcore/sgpgme.c
3980                 fix bug #2322, 'GPG Full info: showing subkey
3981                 ID instead of primary key fingerprint'
3982                 Patch by Sébastien Bigaret.
3983
3984 2011-01-03 [colin]      3.7.8cvs26
3985
3986         * src/unmime.c
3987                 Better quote-checking when unmim-ing headers
3988                 that may have comas.
3989
3990 2011-01-03 [colin]      3.7.8cvs25
3991
3992         * src/unmime.c
3993                 Fix bug #2299, "Incorrect handling of quoted printable coma
3994                 in headers". As this is really painful to fix by switching
3995                 the whole stuff to a list of headers tokens, we workaround
3996                 the problem by adding quotes around the encoded-word (making
3997                 it a quoted-string which continuity is already handled).
3998
3999 2011-01-03 [colin]      3.7.8cvs24
4000
4001         * src/procheader.c
4002                 Remove dead code
4003
4004 2010-12-23 [colin]      3.7.8cvs23
4005
4006         * src/compose.c
4007                 Finish fixing bug #2203: When forwarding (inline) and there
4008                 are some text/* parts with no name, set them a name and
4009                 set their disposition to attachment, so that recipients with
4010                 MUAs preferring HTML parts don't show them by default.
4011
4012 2010-12-22 [paul]       3.7.8cvs22
4013
4014         * src/compose.h
4015                 fix missing file in 3.7.8cvs20
4016
4017 2010-12-22 [colin]      3.7.8cvs21
4018
4019         * src/folderview.c
4020         * src/folderview.h
4021                 Implement a nicer scroll when drag and dropping
4022
4023 2010-12-22 [colin]      3.7.8cvs20
4024
4025         * src/compose.c
4026                 Store charset if available when attaching text/* parts
4027                 Fixes bug #2203, 'Problems in forwarding multipart/
4028                 alternative messages with HTML part'
4029
4030 2010-12-22 [colin]      3.7.8cvs19
4031
4032         * src/textview.c
4033                 Fix wrong free
4034
4035 2010-12-21 [colin]      3.7.8cvs18
4036
4037         * src/inc.c
4038         * src/send_message.c
4039         * src/common/session.c
4040         * src/common/session.h
4041                 Differentiate between running sessions and connected
4042                 sessions. Fixes bug #2332, "Crash when hitting cancel
4043                 on the SMTP status window"
4044
4045 2010-12-21 [colin]      3.7.8cvs17
4046
4047         * src/etpan/etpan-thread-manager.c
4048                 Dead code removal
4049
4050 2010-12-21 [colin]      3.7.8cvs16
4051
4052         * src/textview.c
4053                 Check whether we should continue loading the
4054                 current textview after inserting a possibly
4055                 big image.
4056
4057 2010-12-20 [colin]      3.7.8cvs15
4058
4059         * src/addrcindex.c
4060         * src/addrcindex.h
4061                 Removed. Dead code since ages!
4062         * src/addr_compl.c
4063         * src/gtk/gtkcmclist.c
4064         * src/gtk/gtkcmctree.c
4065         * src/gtk/gtksctree.c
4066                 undefine *_DISABLE_DEPRECATED in the files that
4067                 use deprecated interfaces. Implicit declarations
4068                 can lead to crashes as prototypes are unknown, as
4069                 evidenced by bug #2315.
4070
4071 2010-12-20 [colin]      3.7.8cvs14
4072
4073         * src/compose.c
4074                 Don't flush events when adding an header entry. This
4075                 can mess up the keypresses in the previous header.
4076                 Instead, make the scroll happen later (doing it on the
4077                 spot without flushing events doesn't work as the new
4078                 requisitions aren't set yet).
4079
4080 2010-12-20 [colin]      3.7.8cvs13
4081
4082         * src/mainwindow.c
4083                 Don't iconify at start on w32. This un-iconifies in the
4084                 background.
4085
4086 2010-12-20 [colin]      3.7.8cvs12
4087
4088         * src/common/base64.c
4089                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
4090                 Patch by pochini at shiny.it
4091
4092 2010-12-19 [colin]      3.7.8cvs11
4093
4094         * src/ldapserver.c
4095                 Better debug.
4096
4097 2010-12-18 [colin]      3.7.8cvs10
4098
4099         * src/compose.c
4100                 Fix bug #2148, "Attachment content-transfer-encoding 
4101                 incorrectly set when signing emails". The RFC 2045
4102                 states that message/* and multipart/* encoding must
4103                 be either 7-bit, 8-bit or binary.
4104
4105 2010-12-18 [mones]      3.7.8cvs9
4106
4107         * src/ldaputil.c
4108                 Fix crash when searching or adding a LDAP server
4109
4110 2010-12-17 [colin]      3.7.8cvs8
4111
4112         * configure.ac
4113         * src/editldap.c
4114         * src/ldapquery.c
4115         * src/ldapserver.c
4116         * src/ldapupdate.c
4117         * src/ldaputil.c
4118         * src/ldaputil.h
4119                 Better error logging. Disable LDAP SSL/TLS on
4120                 Windows, it's crashy/non-worky.
4121
4122 2010-12-17 [colin]      3.7.8cvs7
4123
4124         * src/folder.c
4125                 Fix bug #2325, "messages remains in folder cache after moving
4126                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
4127
4128 2010-12-17 [colin]      3.7.8cvs6
4129
4130         * src/addressadd.c
4131         * src/addressbook.c
4132         * src/addrindex.c
4133         * src/ldapquery.c
4134         * src/ldapquery.h
4135         * src/ldapserver.c
4136         * src/ldapserver.h
4137         * src/ldapupdate.c
4138         * src/ldaputil.c
4139         * src/ldaputil.h
4140                 Windows build fixes (w32 LDAP completely untested!)
4141
4142 2010-12-16 [colin]      3.7.8cvs5
4143
4144         * src/addrindex.c
4145         * src/editldap.c
4146         * src/ldapctrl.c
4147         * src/ldapquery.c
4148         * src/ldapserver.c
4149         * src/ldapserver.h
4150         * src/ldapupdate.c
4151         * src/ldaputil.c
4152                 Try to rationalize a bit LDAP connections
4153
4154 2010-12-16 [colin]      3.7.8cvs4
4155
4156         * src/prefs_spelling.c
4157         * src/common/defs.h
4158                 Add a button to get dictionaries (win32)
4159
4160 2010-12-16 [colin]      3.7.8cvs3
4161
4162         * src/prefs_matcher.c
4163                 Fix bug #2279, "crash when clicking 'define' in filter
4164                 configuring". Thanks to Theodor Ciobanu for the hint at
4165                 the problem.
4166
4167 2010-12-14 [colin]      3.7.8cvs2
4168
4169         * src/gtk/gtkaspell.c
4170                 Add missing guard for sys/wait.h
4171
4172 2010-12-05 [colin]      3.7.8cvs1
4173
4174         * tools/make.themes.project
4175                 Seems wget has changed naming of targets downloaded.
4176                 Fix it by always providing our own name.
4177                 [Pushing mones' patch again after messing with CVSROOT]
4178
4179 2010-12-04 [paul]       3.7.8
4180         * NEWS
4181         * README
4182         * RELEASE_NOTES 
4183                 3.7.8 unleashed!
4184
4185 2010-12-03 [paul]       3.7.7cvs11
4186
4187         * configure.ac
4188         * manual/xml2pdf ** REMOVED **
4189         * manual/dist/pdf/Makefile.am
4190         * manual/es/dist/pdf/Makefile.am
4191         * manual/fr/dist/pdf/Makefile.am
4192         * manual/pl/dist/pdf/Makefile.am
4193                 simplify check for tools needed for manual building,
4194                 remove xml2pdf and use docbook2pdf instead
4195
4196 2010-12-03 [mir]        3.7.7cvs10
4197
4198         * configure.ac
4199                 Fix bug so that configure option --disable-manual
4200                 actually disable building the manuals
4201
4202 2010-12-01 [pawel]      3.7.7cvs9
4203
4204         * src/crash.c
4205                 One more GTK+ 2.22 build fix
4206
4207 2010-11-30 [colin]      3.7.7cvs8
4208
4209         * src/action.c
4210                 Fix bug #2317, 'Action results in "Bad file descriptor"'
4211                 Introduced in 3.7.6cvs57. In fact the error has been there
4212                 since ages, and only new thing is the verification of the
4213                 various functions return code. Let the stuff work as it
4214                 does, as it seems to do the right thing since ages.
4215
4216 2010-11-28 [colin]      3.7.7cvs7
4217
4218         * src/gtk/quicksearch.c
4219                 Fix bug #2313, 'CLI quicksearch sometimes returns 
4220                 the same messages twice'. Patch by Sebastien Bigaret
4221
4222 2010-11-25 [paul]       3.7.7cvs6
4223
4224         * src/prefs_common.c
4225                 make "gtk_can_change_accels" FALSE by default.
4226                 fixes bug #2309, 'Shortcuts should not be modifiable
4227                 by default' (RFE)
4228
4229 2010-11-24 [mones]      3.7.7cvs5
4230
4231         * src/mainwindow.c
4232                 Add missing shortcuts for marking as spam and ham
4233                 Fixes Debian bug #599547
4234
4235 2010-11-22 [colin]      3.7.7cvs4
4236
4237         * src/compose.c
4238                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
4239                 five patches were needed to fix a corner case
4240                 is a good indicator that is was bound to break
4241                 something.
4242
4243 2010-11-21 [colin]      3.7.7cvs3
4244
4245         * src/plugins/pgpcore/claws.def
4246                 Win32 build fix
4247
4248 2010-11-20 [wwp]        3.7.7cvs2
4249
4250         * src/main.c
4251           Fix either a typo or an irrelevant iff word there.
4252           IMO type and recursive possible values should be changed to
4253           smth simple and neat here, and help strings be really
4254           translatable.
4255
4256 2010-11-20 [colin]      3.7.7cvs1
4257
4258         * AUTHORS
4259                 Damn, forgot to commit this file twice.
4260
4261 2010-11-19 [paul]       3.7.7
4262         * NEWS
4263         * README
4264         * RELEASE_NOTES 
4265                 3.7.7 unleashed!
4266
4267 2010-11-19 [paul]       3.7.6cvs66
4268
4269         * po/ca.po
4270         * po/cs.po
4271         * po/de.po
4272         * po/es.po
4273         * po/fi.po
4274         * po/fr.po
4275         * po/hu.po
4276         * po/id.po
4277         * po/pt_BR.po
4278         * po/sk.po
4279         * po/uk.po
4280                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
4281                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
4282                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
4283
4284 2010-11-17 [colin]      3.7.6cvs65
4285
4286         * src/common/utils.c
4287                 Separate email address from timestamp with a dot.
4288                 Fix coding style.
4289
4290 2010-11-17 [colin]      3.7.6cvs64
4291
4292         * src/common/utils.c
4293                 Fix multiple @ in generated message-ids.
4294                 That's not allowed in RFC 2822.
4295
4296 2010-11-16 [mones]      3.7.6cvs63
4297
4298         * manual/es/advanced.xml
4299                 Synchronise with English version
4300
4301 2010-11-04 [wwp]        3.7.6cvs62
4302
4303         * src/filtering.c
4304                 Fix bug 2293, "filtering: simplify expression", as simplifying
4305                 this expression doesn't make it less easy to understand and we
4306                 gain few cycles by making the logical expression more simple
4307                 by applying. Patch by Nicolas Kaiser.
4308
4309 2010-11-03 [colin]      3.7.6cvs61
4310
4311         * src/addrindex.c
4312                 Fix bug 2294, "addrindex.c: address index conversion always
4313                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
4314
4315 2010-11-02 [wwp]        3.7.6cvs60
4316
4317         * src/action.c
4318         * src/statusbar.c
4319         * src/toolbar.c
4320                 Enlarge the progress bar (main window) a bit when compiling
4321                 for UMPCs like maemo: this solves truncated text that might
4322                 appear in the progress bar while processing messages.
4323                 Also use a more compact string format when displaying
4324                 progress like 'number/total', still for UMPCs, this fixes
4325                 a previous inconsistency with these format strings where
4326                 no space around the / were used sometimes.
4327
4328 2010-10-26 [ticho]      3.7.6cvs59
4329
4330         * src/news.c
4331                 Recreate NNTP session if server port setting has changed. Fixes
4332                 bug #2092.
4333
4334 2010-10-26 [colin]      3.7.6cvs58
4335
4336         * src/imap_gtk.c
4337         * src/mh_gtk.c
4338                 Fix copy-paste error, thanks to David Relson
4339                 for spotting it.
4340
4341 2010-10-18 [colin]      3.7.6cvs57
4342
4343         * src/action.c
4344         * src/addrharvest.c
4345         * src/alertpanel.c
4346         * src/filtering.c
4347         * src/jpilot.c
4348         * src/prefs_themes.c
4349         * src/procmime.c
4350         * src/textview.c
4351         * src/gtk/gtkutils.c
4352         * src/gtk/quicksearch.c
4353         * src/gtk/quicksearch.h
4354         * src/plugins/pgpcore/passphrase.c
4355         * src/plugins/spamassassin/libspamc.c
4356                 Fix warnings
4357
4358 2010-10-17 [colin]      3.7.6cvs56
4359
4360         * src/prefs_themes.c
4361         * src/gtk/gtkaspell.c
4362         * src/gtk/gtkutils.c
4363         * src/gtk/gtkutils.h
4364         * src/gtk/inputdialog.c
4365         * src/gtk/progressdialog.c
4366                 Undeprecate a few things
4367
4368 2010-10-17 [colin]      3.7.6cvs55
4369
4370         * src/main.c
4371         * src/gtk/authors.h
4372         * src/gtk/quicksearch.c
4373         * src/gtk/quicksearch.h
4374                 Add ability to search from the command-line.
4375                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
4376                 Patch by Sebastien Bigarret.
4377
4378 2010-10-04 [mones]      3.7.6cvs54
4379
4380         * manual/dist/pdf/Makefile.am
4381                 Fix build of English PDF manual
4382                 (sh: Can't open ../../../xml2pdf)
4383
4384 2010-10-03 [colin]      3.7.6cvs53
4385
4386         * src/folder.c
4387         * src/folder.h
4388         * src/imap.c
4389         * src/mh.c
4390         * src/procmsg.c
4391                 Get rid of GRelation which were, mostly, used as
4392                 GHashTables. Probably fixes bug #2277, 'Segfault when
4393                 loading inbox for the first time'
4394
4395 2010-10-03 [mir]        3.7.6cvs52
4396
4397         * manual/de/dist/html/Makefile.am
4398         * manual/de/dist/pdf/Makefile.am
4399         * manual/de/dist/ps/Makefile.am
4400         * manual/de/dist/txt/Makefile.am
4401         * manual/dist/html/Makefile.am
4402         * manual/dist/pdf/Makefile.am
4403         * manual/dist/ps/Makefile.am
4404         * manual/dist/txt/Makefile.am
4405         * manual/es/dist/html/Makefile.am
4406         * manual/es/dist/pdf/Makefile.am
4407         * manual/es/dist/ps/Makefile.am
4408         * manual/es/dist/txt/Makefile.am
4409         * manual/fr/dist/html/Makefile.am
4410         * manual/fr/dist/pdf/Makefile.am
4411         * manual/fr/dist/ps/Makefile.am
4412         * manual/fr/dist/txt/Makefile.am
4413         * manual/pl/dist/html/Makefile.am
4414         * manual/pl/dist/pdf/Makefile.am
4415         * manual/pl/dist/ps/Makefile.am
4416         * manual/pl/dist/txt/Makefile.am
4417             Missing Makefile.am's for 3.7.6cvs49
4418
4419
4420 2010-10-03 [colin]      3.7.6cvs51
4421
4422         * po/POTFILES.in
4423                 Fix build
4424
4425 2010-10-02 [mir]        3.7.6cvs50
4426
4427         * manual/de/dist/html/Makefile.am
4428         * manual/de/dist/pdf/Makefile.am
4429         * manual/de/dist/ps/Makefile.am
4430         * manual/de/dist/txt/Makefile.am
4431         * manual/dist/html/Makefile.am
4432         * manual/dist/pdf/Makefile.am
4433         * manual/dist/ps/Makefile.am
4434         * manual/dist/txt/Makefile.am
4435         * manual/es/dist/html/Makefile.am
4436         * manual/es/dist/pdf/Makefile.am
4437         * manual/es/dist/ps/Makefile.am
4438         * manual/es/dist/txt/Makefile.am
4439         * manual/fr/dist/html/Makefile.am
4440         * manual/fr/dist/pdf/Makefile.am
4441         * manual/fr/dist/ps/Makefile.am
4442         * manual/fr/dist/txt/Makefile.am
4443         * manual/pl/dist/html/Makefile.am
4444         * manual/pl/dist/pdf/Makefile.am
4445         * manual/pl/dist/ps/Makefile.am
4446         * manual/pl/dist/txt/Makefile.am
4447             Part 2 of last commit which broke due to a permission error
4448             Avoid claws trying to build manuals if the required
4449             tools are not present.
4450
4451 2010-10-02 [mir]        3.7.6cvs49
4452
4453         * configure.ac
4454         * manual/de/dist/html/Makefile.am
4455         * manual/de/dist/pdf/Makefile.am
4456         * manual/de/dist/ps/Makefile.am
4457         * manual/de/dist/txt/Makefile.am
4458         * manual/dist/html/Makefile.am
4459         * manual/dist/pdf/Makefile.am
4460         * manual/dist/ps/Makefile.am
4461         * manual/dist/txt/Makefile.am
4462         * manual/es/dist/html/Makefile.am
4463         * manual/es/dist/pdf/Makefile.am
4464         * manual/es/dist/ps/Makefile.am
4465         * manual/es/dist/txt/Makefile.am
4466         * manual/fr/dist/html/Makefile.am
4467         * manual/fr/dist/pdf/Makefile.am
4468         * manual/fr/dist/ps/Makefile.am
4469         * manual/fr/dist/txt/Makefile.am
4470         * manual/pl/dist/html/Makefile.am
4471         * manual/pl/dist/pdf/Makefile.am
4472         * manual/pl/dist/ps/Makefile.am
4473         * manual/pl/dist/txt/Makefile.am
4474             1) Downgrade autoconf requirements to 2.59 to allow
4475             building on oldest supported Linux distributions.
4476             2) Only try to build manuals if the needed software
4477             is present.
4478
4479 2010-10-02 [colin]      3.7.6cvs48
4480
4481         * src/plugins/trayicon/trayicon.c
4482                 And fix theme updating.
4483
4484 2010-10-02 [colin]      3.7.6cvs47
4485
4486         * src/plugins/trayicon/trayicon.c
4487                 Got burnt by wrong indentation!
4488
4489 2010-10-02 [colin]      3.7.6cvs46
4490
4491         * configure.ac
4492                 Forgot to remove the directory from top-level
4493
4494 2010-10-02 [colin]      3.7.6cvs45
4495
4496         * src/plugins/trayicon/Makefile.am
4497         * src/plugins/trayicon/trayicon.c
4498         * src/plugins/trayicon/libeggtrayicon/.cvsignore
4499         * src/plugins/trayicon/libeggtrayicon/Makefile.am
4500         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4501         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4502         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4503         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
4504         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4505         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4506         * src/plugins/trayicon/libeggtrayicon/xembed.h
4507                 Finally get rid of Eggtrayicon, use GtkStatusIcon
4508                 instead (which can be done safely now that we 
4509                 require GTK+ 2.10).
4510
4511 2010-10-02 [colin]      3.7.6cvs44
4512
4513         * src/action.c
4514         * src/addr_compl.c
4515         * src/addressbook.c
4516         * src/addrgather.c
4517         * src/alertpanel.c
4518         * src/editaddress.c
4519         * src/editaddress_other_attributes_ldap.c
4520         * src/editgroup.c
4521         * src/folderview.c
4522         * src/grouplistdialog.c
4523         * src/headerview.c
4524         * src/image_viewer.c
4525         * src/importldif.c
4526         * src/main.c
4527         * src/mainwindow.c
4528         * src/message_search.c
4529         * src/mimeview.c
4530         * src/prefs_themes.c
4531         * src/summary_search.c
4532         * src/summaryview.c
4533         * src/toolbar.c
4534         * src/etpan/imap-thread.c
4535         * src/gtk/authors.h
4536         * src/gtk/gtkcmclist.c
4537         * src/gtk/gtkcmoptionmenu.c
4538         * src/gtk/gtkutils.c
4539         * src/gtk/gtkutils.h
4540         * src/gtk/gtkvscrollbutton.c
4541         * src/plugins/pgpcore/select-keys.c
4542         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4543                 Undeprecate for GTK+2.22. Patch by Reed Loden.
4544                 Fixes bug #2276, 'Compile in maintainer mode
4545                 fails on GTK+ 2.22'.
4546
4547 2010-10-02 [colin]      3.7.6cvs43
4548
4549         * configure.ac
4550                 It's now time to remove the temporary enable-openssl
4551                 option that was used when we removed OpenSSL. See 
4552                 bug #2276 comment #14.
4553
4554 2010-09-30 [wwp]        3.7.6cvs42
4555
4556         * src/prefs_account.c
4557         * src/prefs_filtering_action.c
4558         * src/prefs_matcher.c
4559                         Fix bug #2274, wrong color label index range
4560                         used w/ gtk_cmoption_menu (behaviour change
4561                         has been introduced w/ 3.5.0cvs49 apparently),
4562                         now it must be 1..N so let's use colorlabel value
4563                         (0..N) + 1.
4564                         
4565
4566 2010-09-20 [pawel]      3.7.6cvs41
4567
4568         * src/compose.c
4569         * src/mainwindow.c
4570         * src/summaryview.c
4571                 revert last patch
4572
4573 2010-09-19 [pawel]      3.7.6cvs40
4574
4575         * src/compose.c
4576         * src/mainwindow.c
4577         * src/summaryview.c
4578                 Set ML menus sensitivity accordingly to
4579                 possibility of reply to ML
4580
4581 2010-09-19 [colin]      3.7.6cvs39
4582
4583         * src/compose.c
4584                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
4585                 to newsgroups, and NNTP accounts *can* send email. We 
4586                 should not force an email account when replying to_ml or
4587                 anything...
4588
4589 2010-09-19 [colin]      3.7.6cvs38
4590
4591         * src/compose.c
4592                 Revert previous commit (which breaks Reply to newsgroups)
4593
4594 2010-09-17 [pawel]      3.7.6cvs37
4595
4596         * src/compose.c
4597                 Respect reply_account_autosel when changing compose
4598                 account to email one while replying to NNTP post
4599
4600 2010-09-17 [wwp]        3.7.6cvs36
4601
4602         * doc/man/claws-mail.1
4603         Update --compose documentation in `man claws-mail`.
4604
4605 2010-09-12 [pawel]      3.7.6cvs35
4606
4607         * src/compose.c
4608                 Add forgotten bit to previous commit,
4609                 select email account when replying to ML
4610
4611 2010-09-12 [pawel]      3.7.6cvs34
4612
4613         * src/compose.c
4614                 Fix bug #2247 "nntp reply-to-all broken?"
4615                 Make reply-to-all and reply-to-ml work as expected in
4616                 mailing list through NNTP case
4617
4618 2010-09-11 [pawel]      3.7.6cvs33
4619
4620         * src/mainwindow.c
4621         * src/summaryview.c
4622         * src/toolbar.c
4623                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
4624                 fixes build with GTK+ < 2.18
4625
4626 2010-09-10 [pawel]      3.7.6cvs32
4627
4628         * src/mainwindow.c
4629         * src/summaryview.c
4630         * src/toolbar.c
4631                 Make Tab key switch between FolderView, MsgView and
4632                 SummaryView only, other widgets have/can have their own
4633                 keybindings anyway
4634
4635 2010-08-25 [colin]      3.7.6cvs31
4636
4637         * src/procmime.c
4638         * AUTHORS
4639         * src/gtk/authors.h
4640         * src/common/base64.c
4641         * src/common/base64.h
4642                 Fix bug #2245, "base64 decoding fails with line breaks"
4643                 Patch by Yotam Medini
4644
4645 2010-08-25 [colin]      3.7.6cvs30
4646
4647         * src/main.c
4648                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
4649
4650 2010-08-23 [pawel]      3.7.6cvs29
4651
4652         * src/inc.c
4653         * src/send_message.c
4654         * src/statusbar.c
4655         * src/toolbar.c
4656                 Hide progressbar on statusbar when not needed
4657
4658 2010-08-17 [colin]      3.7.6cvs28
4659
4660         * src/main.c
4661                 Fix previous patch (our own tmp dir is inside
4662                 our rc dir)
4663
4664 2010-08-16 [colin]      3.7.6cvs27
4665
4666         * src/main.c
4667                 Use temp dir to store logs in Windows. Avoids doing
4668                 get_rc_dir() early, which prevents set_rc_dir()
4669                 working correctly.
4670
4671 2010-07-31 [holger]     3.7.6cvs26
4672
4673         * src/gtk/gtkshruler.c
4674                 Yet more GdkGC to Cairo porting
4675
4676 2010-07-30 [holger]     3.7.6cvs25
4677
4678         * src/stock_pixmap.c
4679                 More GdkGC to Cairo porting
4680
4681 2010-07-30 [holger]     3.7.6cvs24
4682
4683         * src/gtk/colorlabel.c
4684                 One GdkGC usage less
4685
4686 2010-07-29 [holger]     3.7.6cvs23
4687
4688         * src/printing.c
4689                 Replace some gdk drawing with cairo, as the former
4690                 is going towards deprecation.
4691
4692 2010-07-25 [colin]      3.7.6cvs22
4693
4694         * src/common/utils.c
4695                 And now for a real fix. g_list_remove() doesn't, of
4696                 course, free the data. But we have to have a solid
4697                 pointer to it in order to free it ourselves instead
4698                 of relying on the old freed list pointer.
4699                 Maybe that's the last patch on the subject now ? :)
4700
4701 2010-07-25 [colin]      3.7.6cvs21
4702
4703         * src/common/utils.c
4704                 Remove stupid and extraneous g_free() of elements
4705                 which have just been freed by g_list_remove(). (see
4706                 GList documentation). I don't know how it worked before
4707
4708 2010-07-25 [colin]      3.7.6cvs20
4709
4710         * src/common/utils.c
4711                 Reverse free/use with more logical and safe
4712                 use/free. Thanks to Michael Rasmussen !
4713
4714 2010-07-24 [colin]      3.7.6cvs19
4715
4716         * src/gtk/quicksearch.c
4717                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
4718                 'freeze when using quick search'
4719
4720 2010-07-11 [iwkse]      3.7.6cvs18
4721
4722         * src/gtk/quicksearch.c
4723                 Add SMALL_LAYOUT to quicksearch_relayout
4724
4725 2010-07-10 [iwkse]      3.7.6cvs17
4726
4727         * src/mainwindow.h
4728                         Remove forgotten variable from
4729                         the last bugfix #2224
4730
4731 2010-07-10 [colin]      3.7.6cvs16
4732
4733         * src/mainwindow.c
4734         * src/gtk/quicksearch.c
4735                 Clean fix for bug #2224: don't mess with GTK settings when
4736                 handling the layout ourselves is enough
4737
4738 2010-07-09 [iwkse]      3.7.6cvs15
4739
4740         * src/mainwindow.h
4741         * src/mainwindow.c
4742                         Better fix for Bug #2224
4743
4744 2010-07-09 [iwkse]      3.7.6cvs14
4745
4746         * src/mainwindow.c
4747                         Bug #2224
4748                         Always use stock icons on buttons
4749
4750 2010-07-08 [colin]      3.7.6cvs13
4751
4752         * src/gtk/filesel.c
4753                 Fix bug 2223, 'Compilation fails with GTK+
4754                 2.21.3'. Thanks to Jan Psota !
4755
4756 2010-06-29 [pawel]      3.7.6cvs12
4757
4758         * src/compose.c
4759                 Revert 3.7.5cvs41, it breaks templates that use %X
4760
4761 2010-06-23 [wwp]        3.7.6cvs11
4762
4763         * src/gtk/colorlabel.c
4764                 Silent up a warning by avoiding possible confusion
4765                 in logical expression evaluation, thanks to TuxCM.
4766
4767 2010-06-21 [iwkse]      3.7.6cvs10
4768
4769         * src/gtk/quicksearch.c
4770                 Do not add into quicksearch history
4771                 matching rules with bad syntax
4772
4773 2010-05-26 [holger]     3.7.6cvs9
4774
4775         * src/summaryview.c
4776         * src/summaryview.h
4777                 Add function to select rows given a list of messages,
4778                 complementary to summary_get_selected_msg_list()
4779
4780 2010-05-22 [mir]        3.7.6cvs8
4781
4782         * src/ldapctrl.c
4783                 Fix bug 2208. Encode encrypted password to qouted
4784                 printable to avoid making invalid XML. Encoding
4785                 will be activated the first time the password is
4786                 changed.
4787
4788 2010-05-22 [paul]       3.7.6cvs7
4789
4790         * manual/advanced.xml
4791         * src/compose.c
4792         * src/prefs_common.c
4793         * src/prefs_common.h
4794                 after using the compose margin for several days
4795                 I wanted the old style back - add a new hidden
4796                 pref 'show_compose_margin' to restore the old
4797                 behaviour (defaults to FALSE)
4798
4799 2010-05-14 [paul]       3.7.6cvs6
4800
4801         * src/compose.c
4802                 add a margin to the compose window text that matches
4803                 the margin in textview
4804
4805 2010-05-14 [colin]      3.7.6cvs5
4806
4807         * src/gtk/sslcertwindow.c
4808                 Fix dangling pointer. Thanks to Michael R!
4809
4810 2010-05-14 [colin]      3.7.6cvs4
4811
4812         * src/gtk/sslcertwindow.c
4813                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
4814                 expired but certificate check is skipped' and maybe
4815                 bug 2200, 'SSL is not working with POP3'
4816
4817 2010-05-14 [colin]      3.7.6cvs3
4818
4819         * src/plugins/pgpinline/pgpinline.c
4820                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
4821
4822 2010-05-04 [iwkse]      3.7.6cvs2
4823
4824         * src/prefs_message.c
4825                         Get a generic name as 'Quotation' for
4826                         the frame
4827
4828 2010-05-04 [iwkse]      3.7.6cvs1
4829
4830         * src/prefs_message.c
4831         * src/prefs_common.h
4832         * src/prefs_common.c
4833         * src/textview.c
4834                         Fix #2188
4835                         Option for collapsing via double-click
4836
4837 2010-05-01 [paul]       3.7.6
4838         * NEWS
4839         * README
4840         * RELEASE_NOTES 
4841                 3.7.6 unleashed!
4842
4843 2010-05-01 [paul]       3.7.5cvs55
4844
4845         * tools/claws.i18n.status.pl
4846                 add Ukrainian stat
4847
4848 2010-05-01 [paul]       3.7.5cvs54
4849
4850         * src/gtk/authors.h
4851                 add YUP, new Ukrainian translator
4852
4853 2010-04-30 [paul]       3.7.5cvs53
4854
4855         * configure.ac
4856         * po/uk.po
4857                 add Ukrainian translation, submitted by YUP
4858         * po/cs.po
4859         * po/de.po
4860         * po/fi.po
4861         * po/hu.po
4862         * po/nl.po
4863         * po/pt_BR.po
4864         * po/pt_PT.po
4865         * po/sk.po
4866                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
4867                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
4868                 Tiago Faria, and Slavko
4869
4870 2010-04-26 [wwp]        3.7.5cvs52
4871
4872         * po/fr.po
4873                 Fix capitalization.
4874
4875 2010-04-26 [mones]      3.7.5cvs51
4876
4877         * po/es.po
4878                 Updated for release
4879
4880 2010-04-22 [pawel]      3.7.5cvs50
4881
4882         * src/addressbook.c
4883                 fix compile warning
4884         * src/vcard.c
4885                 first NULL check pointer, then use it
4886
4887 2010-04-22 [colin]      3.7.5cvs49
4888
4889         * src/imap.c
4890                 Fix error message when session isn't established
4891         * po/fr.po
4892                 Update translation and fix a typo in it
4893
4894 2010-04-15 [pawel]      3.7.5cvs48
4895
4896         * src/prefs_account.c
4897                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
4898                                 the port isn't configured properly'
4899                 When using SSL/TLS tunneling automatically use default
4900                 ports for encrypted connections: smtps, pop3s, imaps, nntps
4901
4902 2010-04-15 [pawel]      3.7.5cvs47
4903
4904         * src/action.c
4905                 Fix crasher in actions using '%f' argument
4906                 on multiple files with external scripts which
4907                 don't return any output.
4908
4909 2010-04-14 [colin]      3.7.5cvs46
4910
4911         * src/mainwindow.c
4912                 Fix hand cursor after error symbol appears
4913
4914 2010-04-12 [colin]      3.7.5cvs45
4915
4916         * configure.ac
4917                 Fix bug 2162, 'configure check for libetpan 
4918                 fails with libetpan 1.0'
4919
4920
4921 2010-04-09 [mones]      3.7.5cvs44
4922
4923         * manual/de/glossary.xml
4924                 Fix encoding to match main document's
4925                 Also fixes make dist with Debian's openjade
4926
4927 2010-03-29 [pawel]      3.7.5cvs43
4928
4929         * src/matcher_parser.h
4930         * src/matcher_parser_parse.y
4931         * src/gtk/quicksearch.c
4932                 Disable matcher warnings when populating quicksearch
4933                 completion lists on startup
4934
4935 2010-03-27 [colin]      3.7.5cvs42
4936
4937         * src/gtk/quicksearch.c
4938                 Fix double-free later in code. Optimize
4939                 list creation
4940
4941 2010-03-27 [pawel]      3.7.5cvs41
4942
4943         * src/compose.c
4944                 Make sure that quote ends with new line char
4945
4946 2010-03-26 [pawel]      3.7.5cvs40
4947
4948         * src/compose.c
4949         * src/compose.h
4950         * src/textview.c
4951                 Fix Bug 1928 Add "reply to this address" pop menu 
4952                              on Message View
4953                 - Set composing account to email one when creating/replying
4954                   from NNTP folder by clicking link or choosing option
4955                   from popup menu
4956                 - Factorize code
4957
4958 2010-03-25 [paul]       3.7.5cvs39
4959
4960         * src/gtk/gtkcmclist.c
4961                 Fix build with GTK+ 2.20
4962
4963 2010-03-24 [pawel]      3.7.5cvs38
4964
4965         * src/addr_compl.c
4966         * src/compose.c
4967         * src/folderview.c
4968         * src/grouplistdialog.c
4969         * src/headerview.c
4970         * src/mainwindow.c
4971         * src/mimeview.c
4972         * src/prefs_account.c
4973         * src/gtk/gtkcmclist.c
4974         * src/gtk/gtkcmctree.c
4975         * src/gtk/gtkcmoptionmenu.c
4976         * src/gtk/gtksctree.c
4977         * src/gtk/gtkshruler.c
4978         * src/gtk/gtkutils.c
4979         * src/gtk/gtkutils.h
4980         * src/gtk/gtkvscrollbutton.c
4981         * src/gtk/inputdialog.c
4982         * src/gtk/spell_entry.c
4983         * src/plugins/trayicon/trayicon.c
4984         * src/plugins/trayicon/libeggtrayicon/Makefile.am
4985         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4986         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4987                 Fix build with GTK+ 2.19
4988
4989 2010-03-23 [pawel]      3.7.5cvs37
4990
4991         * src/mainwindow.c
4992         * src/mimeview.c
4993                 Respect view->show_col_headers option
4994         * src/gtk/gtkcmctree.c
4995                 Fix GtkCmcTree column width calculation when it has
4996                 auto_resize set and new node is added
4997
4998 2010-03-22 [pawel]      3.7.5cvs36
4999
5000         * src/grouplistdialog.c
5001         * src/prefs_common.c
5002         * src/prefs_common.h
5003                 - remember newsgroups list dialog size
5004                 - respect use_dotted_lines hidden pref
5005                 - respect use_stripes_everywhere hidden pref
5006
5007 2010-03-21 [pawel]      3.7.5cvs35
5008
5009         * src/addrgather.c
5010                 Remove superfluous gtk_widget_show_all()
5011         * src/mimeview.c
5012                 Add forgotten colon
5013         * src/common/utils.c
5014                 Return correct type
5015
5016 2010-03-21 [pawel]      3.7.5cvs34
5017
5018         * src/main.c
5019         * src/gtk/quicksearch.c
5020         * src/gtk/quicksearch.h
5021                 Implement separate search phrase completion for
5022                 normal/extended quicksearch
5023
5024 2010-03-11 [paul]       3.7.5cvs33
5025
5026         * po/zh_CN.po
5027                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
5028                 submitted by Yuwei Yu
5029
5030 2010-03-09 [colin]      3.7.5cvs32
5031
5032         * manual/de/glossary.xml
5033                 Fix build
5034
5035 2010-03-02 [colin]      3.7.5cvs31
5036
5037         * manual/de/glossary.xml
5038                 Sort alphabetically. Done by Volker Ribbert.
5039
5040 2010-03-02 [mones]      3.7.5cvs30
5041
5042         * README
5043                 Fix mailing list archives location
5044                 Remove currently unavailable CVS webview
5045
5046 2010-03-01 [iwkse]      3.7.5cvs29
5047
5048         * src/common/plugin.c
5049                         Other indentation issues
5050
5051 2010-03-01 [iwkse]      3.7.5cvs28
5052
5053         * src/common/plugin.c
5054                         Fix indentation of the previous commit
5055
5056 2010-03-01 [iwkse]      3.7.5cvs27
5057
5058         * src/common/plugin.h
5059         * src/common/plugin.c
5060                         Add API for getting a loaded Plugin from the
5061                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
5062                         Thanks to Colin, Michael
5063
5064 2010-02-27 [colin]      3.7.5cvs26
5065
5066         * configure.ac
5067         * AUTHORS
5068         * src/gtk/authors.h
5069         * manual/Makefile.am
5070         * manual/de/Makefile.am
5071         * manual/de/account.xml
5072         * manual/de/ack.xml
5073         * manual/de/addrbook.xml
5074         * manual/de/advanced.xml
5075         * manual/de/claws-mail-manual.xml
5076         * manual/de/faq.xml
5077         * manual/de/glossary.xml
5078         * manual/de/gpl.xml
5079         * manual/de/handling.xml
5080         * manual/de/intro.xml
5081         * manual/de/keyboard.xml
5082         * manual/de/plugins.xml
5083         * manual/de/starting.xml
5084         * manual/de/dist/.cvsignore
5085         * manual/de/dist/Makefile.am
5086         * manual/de/dist/html/.cvsignore
5087         * manual/de/dist/html/Makefile.am
5088         * manual/de/dist/pdf/.cvsignore
5089         * manual/de/dist/pdf/Makefile.am
5090         * manual/de/dist/ps/.cvsignore
5091         * manual/de/dist/ps/Makefile.am
5092         * manual/de/dist/txt/.cvsignore
5093         * manual/de/dist/txt/Makefile.am
5094                 Add the german translation of the manual, done by
5095                 Volker Ribbert <thoraki@arcor.de>.
5096
5097 2010-02-27 [holger]     3.7.5cvs25
5098
5099         * src/prefs_toolbar.c
5100                 Don't make toolbar item description for
5101                 plugin registered items editable
5102
5103 2010-02-26 [colin]      3.7.5cvs24
5104
5105         * src/toolbar.c
5106                 Don't translate empty description
5107
5108 2010-02-22 [colin]      3.7.5cvs23
5109
5110         * src/compose.c
5111                 Don't make In-Reply-To visible when reediting
5112                 a draft or sent mail.
5113
5114 2010-02-20 [colin]      3.7.5cvs22
5115
5116         * src/imap.c
5117         * src/imap.h
5118         * src/main.c
5119         * src/mainwindow.c
5120         * src/etpan/imap-thread.c
5121         * src/etpan/imap-thread.h
5122         * src/etpan/nntp-thread.c
5123         * src/etpan/nntp-thread.h
5124                 When going offline from NetworkManager, just
5125                 delete IMAP connections. That'll avoid timeouts
5126                 when coming back online in certain cases when
5127                 the TCP socket will have timed out.
5128
5129 2010-02-20 [holger]     3.7.5cvs21
5130
5131         * .cvsignore
5132                 More files to ignore
5133
5134 2010-02-17 [ticho]      3.7.5cvs20
5135
5136         * src/summaryview.c
5137         * src/summaryview.h
5138         * src/toolbar.c
5139                 Revert 3.7.5cvs19.
5140
5141 2010-02-16 [ticho]      3.7.5cvs19
5142
5143         * src/summaryview.c
5144         * src/summaryview.h
5145         * src/toolbar.c
5146                 Removed unused argument from summary_open_row().
5147
5148 2010-02-10 [pawel]      3.7.5cvs18
5149
5150         * src/compose.c
5151                 - fix headers filtering when prefs_common.trans_hdr is on
5152                 - fix headers setting when changing composing account 
5153                 - plug memleak
5154         * src/prefs_template.c
5155                 Re-add template's name for translation
5156
5157 2010-02-10 [colin]      3.7.5cvs17
5158
5159         * src/prefs_matcher.c
5160                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
5161                 Condition>Define>Header>Name combo box'. Patch by
5162                 Francois Cami
5163
5164 2010-02-10 [colin]      3.7.5cvs16
5165
5166         * src/codeconv.c
5167         * src/codeconv.h
5168         * src/compose.c
5169         * src/mainwindow.c
5170         * src/messageview.c
5171         * src/prefs_send.c
5172         * src/procmime.c
5173         * src/textview.c
5174                 Add the GB18030 Chinese charset, which is a superset
5175                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
5176
5177 2010-02-09 [holger]     3.7.5cvs15
5178
5179         * configure.ac
5180                 GTK+ 2.10 related cleanup
5181
5182 2010-02-09 [pawel]      3.7.5cvs14
5183
5184         * src/prefs_account.c
5185         * src/prefs_folder_item.c
5186         * src/prefs_template.c
5187         * src/quote_fmt.c
5188                 Respect prefs_common.trans_hdr in couple more places to avoid
5189                 confusion with translated/non-translated header names
5190
5191 2010-02-09 [colin]      3.7.5cvs13
5192
5193         * po/POTFILES.in
5194                 Fix make dist
5195
5196 2010-02-09 [colin]      3.7.5cvs12
5197
5198         * src/mimeview.c
5199                 And fix 2.10 build :)
5200
5201 2010-02-09 [colin]      3.7.5cvs11
5202
5203         * configure.ac
5204                 Bump up GTK+ requirement to 2.10
5205         * src/Makefile.am
5206         * src/compose.c
5207         * src/crash.c
5208         * src/foldersel.c
5209         * src/main.c
5210         * src/mainwindow.c
5211         * src/messageview.c
5212         * src/messageview.h
5213         * src/prefs_actions.c
5214         * src/prefs_common.c
5215         * src/prefs_common.h
5216         * src/prefs_ext_prog.c
5217         * src/prefs_filtering_action.c
5218         * src/prefs_fonts.c
5219         * src/prefs_image_viewer.c
5220         * src/prefs_matcher.c
5221         * src/prefs_msg_colors.c
5222         * src/prefs_summaries.c
5223         * src/prefs_template.c
5224         * src/printing.c
5225         * src/printing.h
5226         * src/quote_fmt.c
5227         * src/summaryview.c
5228         * src/textview.c
5229         * src/gtk/Makefile.am
5230         * src/gtk/about.c
5231         * src/gtk/gtkcmclist.c
5232         * src/gtk/gtkcmctree.c
5233         * src/gtk/gtkutils.c
5234         * src/gtk/quicksearch.c
5235                 Remove all compile-time conditionals depending on
5236                 GTK+ < 2.10
5237         * src/gedit-print.c
5238         * src/gedit-print.h
5239         * src/gtk/gtksourceprintjob.c
5240         * src/gtk/gtksourceprintjob.h
5241                 Remove libgnomeprint-based printing system (and
5242                 command-line-based printing system) as GTK+ 2.10
5243                 ships with print support.
5244
5245 2010-02-08 [mir]        3.7.5cvs10
5246
5247         * src/compose.c
5248             Avoid displaying Bcc headers in message sent
5249             to NNTP servers. Thanks to Henning Mersch.
5250
5251
5252 2010-02-08 [pawel]      3.7.5cvs9
5253
5254         * src/mimeview.c
5255                 Make tooltips less cryptic
5256         * src/gtk/description_window.c
5257                 Improve window size calculation
5258
5259 2010-02-08 [pawel]      3.7.5cvs8
5260
5261         * src/compose.c
5262         * src/compose.h
5263         * src/common/utils.c
5264         * src/common/utils.h
5265         * src/gtk/authors.h
5266                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
5267                 Patch by Laurent Bigonville with slight modifications
5268
5269 2010-02-03 [pawel]      3.7.5cvs7
5270
5271         * m4/.cvsignore
5272                 Add some libtool files to ignore
5273
5274 2010-02-03 [pawel]      3.7.5cvs6
5275
5276         * src/plugins/trayicon/trayicon.c
5277                 Save and then restore focus when closing/minimizing to tray
5278
5279 2010-02-03 [mir]        3.7.5cvs5
5280
5281         * src/addrindex.c
5282         * src/editldap.c
5283         * src/ldapctrl.c
5284         * src/ldapctrl.h
5285         * src/ldapquery.c
5286         * src/ldapupdate.c
5287             Save LDAP password encrypted. See bug 2113.
5288
5289
5290 2010-02-03 [colin]      3.7.5cvs4
5291
5292         * src/privacy.c
5293                 Fix again decoding of encrypted parts. The
5294                 reverting of the patch was wrong, as the
5295                 double-decoding was fixed in smime itself.
5296                 Thanks to Matthias Drochner again...
5297
5298 2010-02-02 [colin]      3.7.5cvs3
5299
5300         * src/plugins/smime/smime.c
5301         * src/privacy.c
5302                 Revert 3.7.4cvs2 and make a better patch for bug
5303                 2059 and 2076. Patch by Matthias Drochner
5304
5305 2010-01-31 [pawel]      3.7.5cvs2
5306
5307         * src/gtk/authors.h
5308                 Fix hungarian translator's name
5309
5310 2010-01-31 [pawel]      3.7.5cvs1
5311
5312         * src/messageview.c
5313         * src/mimeview.c
5314                 Fix Bug 2107 - Arrow keys don't work in message view window
5315
5316 2010-01-31 [paul]       3.7.5
5317
5318         * NEWS
5319         * README
5320         * RELEASE_NOTES 
5321                 3.7.5 released!
5322
5323 2010-01-23 [pawel]      3.7.4cvs10
5324
5325         * src/addressbook.c
5326                 Fix button sensitivity in compose mode
5327
5328 2010-01-23 [pawel]      3.7.4cvs9
5329
5330         * commitHelper
5331         * tools/kdeservicemenu/install.sh
5332         * tools/make.themes.project
5333         * tools/nautilus2claws-mail.sh
5334         * tools/popfile-link.sh
5335         * tools/textviewer.sh
5336                 Not all systems have bash installed in /bin, use env(1) to find
5337                 it`s location
5338
5339 2010-01-22 [pawel]      3.7.4cvs8
5340
5341         * src/prefs_account.c
5342         * src/prefs_filtering.c
5343         * src/prefs_send.c
5344         * src/gtk/colorlabel.c
5345                 Add some separators in combos
5346
5347 2010-01-22 [pawel]      3.7.4cvs7
5348
5349         * autogen.sh
5350                 --disable-aspell -> --disable-enchant
5351         * configure.ac
5352                 Fix options spacing in configure --help
5353         * src/wizard.c
5354                 Make wizard's window centered on the screen
5355
5356 2010-01-19 [holger]     3.7.4cvs6
5357
5358         * src/folder.c
5359         * src/folder.h
5360                 Introduce folder_get_item_from_identifier().
5361                 In contrast to folder_find_item_from_identifier(), this
5362                 function recursively creates the FolderItems in the id path.
5363                 Useful for programmatically creating folders (e.g. by plugins)
5364
5365 2010-01-17 [pawel]      3.7.4cvs5
5366
5367         * src/gtk/authors.h
5368                 Fix my lastname
5369
5370 2010-01-16 [colin]      3.7.4cvs4
5371
5372         * src/plugins/pgpcore/sgpgme.c
5373                 Probably fix bug 2098, 'claws-mails crashes frequently 
5374                 with pgpcore'. Fix double-free.
5375
5376 2010-01-16 [holger]     3.7.4cvs3
5377
5378         * src/prefs_toolbar.h
5379                 Forgotten header
5380
5381 2010-01-15 [colin]      3.7.4cvs2
5382
5383         * src/privacy.c
5384                 Decode mimeinfo before decrypting it. Probably
5385                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
5386                 with S/MIME encryption' and bug 2076 'having 
5387                 worked 2 times properly CLAWS ceased to 
5388                 decrypt incoming PGP mails -displays base64 
5389                 instead - sucks completely'
5390                 Let's hope complete suckage ends here!
5391                 Thanks to Matthias Drochner.
5392
5393 2010-01-08 [paul]       3.7.4cvs1
5394
5395         * tools/claws.i18n.status.pl
5396                 fix typos
5397
5398 2010-01-08 [paul]       3.7.4
5399
5400         * NEWS
5401         * README
5402         * RELEASE_NOTES 
5403                 3.7.4 released!
5404
5405 2010-01-08 [paul]       3.7.3cvs57
5406
5407         * po/ca.po
5408         * po/cs.po
5409         * po/de.po
5410         * po/fi.po
5411         * po/hu.po
5412         * po/id.po
5413         * po/ja.po
5414         * po/nl.po
5415         * po/pt_BR.po
5416         * po/pt_PT.po
5417         * po/ru.po
5418         * po/sk.po
5419                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
5420                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
5421                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
5422                 Slavko
5423
5424 2010-01-08 [paul]       3.7.3cvs56
5425
5426         * src/common/utils.c
5427                 fix bug 2089, 'URLs ending with an underscore ('_')
5428                 are not correctly parsed'. thanks to Johan
5429
5430 2010-01-05 [colin]      3.7.3cvs55
5431
5432         * po/fr.po
5433                 Update french translation
5434
5435 2010-01-04 [mones]      3.7.3cvs54
5436
5437         * po/es.po
5438                 Update Spanish translation
5439
5440 2010-01-04 [mones]      3.7.3cvs53
5441
5442         * manual/plugins.xml
5443                 Some format
5444         * manual/es/claws-mail-manual.xml
5445         * manual/es/intro.xml
5446         * manual/es/plugins.xml
5447                 Synchronise with English version
5448
5449 2010-01-03 [paul]       3.7.3cvs52
5450
5451         * ChangeLog
5452                 fix format
5453         * src/gtk/authors.h
5454                 update TEAM_LIST, fix encoding
5455
5456 2010-01-03 [mir]        3.7.3cvs51
5457
5458         * src/compose.c
5459                 When composing to a NNTP list TO: will always be preset
5460                 to the NNTP list unless user has chosen some other default
5461                 in which case we will handle this the normal way. Therefore
5462                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
5463
5464 2010-01-01 [paul]       3.7.3cvs50
5465
5466         * src/gtk/about.c
5467                 bump copyright year whilst it's in mind
5468
5469 2009-12-31 [paul]       3.7.3cvs49
5470
5471         * manual/claws-mail-manual.xml
5472         * manual/intro.xml
5473         * manual/plugins.xml
5474                 fix links so that they make sense in the context of the
5475                 text version of the manual
5476
5477 2009-12-31 [paul]       3.7.3cvs48
5478
5479         * manual/intro.xml
5480         * manual/plugins.xml
5481                 updates, improvements, corrections, additions
5482
5483 2009-12-29 [pawel]      3.7.3cvs47
5484
5485         * src/prefs_filtering_action.c
5486                 Fix Bug 2082 'Wrong color rectangle position when replacing
5487                 "color" processing rule'
5488
5489 2009-12-29 [colin]      3.7.3cvs46
5490
5491         * src/compose.c
5492                 Fix bug 2074, 'Remember sending account 
5493                 for sent messages'
5494
5495 2009-12-20 [holger]     3.7.3cvs45
5496
5497         * src/compose.c
5498                 Delay CREATED_HOOKLIST invokation until
5499                 after the modifications to the compose window
5500                 are done, to allow hooks to further modify the
5501                 window without getting overridden again
5502
5503 2009-12-20 [holger]     3.7.3cvs44
5504
5505         * src/prefs_toolbar.h
5506                 Fix last commit
5507
5508 2009-12-20 [holger]     3.7.3cvs43
5509
5510         * src/prefs_toolbar.c
5511         * src/prefs_toolbar.h
5512         * src/toolbar.c
5513                 Pass window struct to caller
5514
5515 2009-12-20 [holger]     3.7.3cvs42
5516
5517         * src/compose.c
5518         * src/compose.h
5519                 Add hooklist after creation of a compose window
5520
5521 2009-12-19 [holger]     3.7.3cvs41
5522
5523         * src/prefs_toolbar.c
5524         * src/prefs_toolbar.h
5525         * src/toolbar.c
5526                 Allow plugins to choose to which toolbar they want
5527                 to add actions (main window, compose window, or message view)
5528
5529 2009-12-19 [paul]       3.7.3cvs40
5530
5531         * src/statusbar.c
5532                 fix statusbar in GTK+ 2.19.1
5533
5534 2009-12-10 [pawel]      3.7.3cvs39
5535
5536         * src/compose.c
5537                 Better fix for cvs28 regression
5538
5539 2009-12-10 [iwkse]      3.7.3cvs38
5540
5541         * src/compose.c
5542             Fix some indentation
5543
5544 2009-12-10 [iwkse]      3.7.3cvs37
5545
5546         * src/compose.c
5547             Add missing checks for gtkaspell: avoid
5548             crashing in some cases when Enchant is 
5549             enabled but the spell checker is disabled 
5550             in preferences.
5551
5552 2009-12-09 [colin]      3.7.3cvs36
5553
5554         * src/compose.c
5555                 Fix leak and unchecked accesses.
5556
5557 2009-12-09 [mir]        3.7.3cvs35
5558
5559         * src/compose.c
5560         Fix Bug 2072 "template at folder properties is not working"
5561         introduced in cvs24.
5562
5563 2009-12-08 [pawel]      3.7.3cvs34
5564
5565         * src/compose.c
5566                 When 'Reply All' remove current compose address from
5567                 Cc/Bcc list - fix for regression introduced in cvs28
5568
5569 2009-12-05 [pawel]      3.7.3cvs33
5570
5571         * src/messageview.c
5572                 Fix memory management, duh!
5573
5574 2009-12-04 [pawel]      3.7.3cvs32
5575
5576         * src/messageview.c
5577                 Use case insensitive comparison in search for
5578                 duplicate urls
5579         * src/uri_opener.c
5580                 Refresh scrollbars on every window open
5581
5582 2009-12-04 [pawel]      3.7.3cvs31
5583
5584         * src/compose.c
5585                 Highlight misspelled words when applying template and
5586                 check_while_typing option is on
5587
5588 2009-12-03 [pawel]      3.7.3cvs30
5589
5590         * src/compose.c
5591                 Highlight misspelled words in text inserted from file(s)
5592                 or pasted to message body when check_while_typing
5593                 options is on
5594
5595 2009-12-02 [pawel]      3.7.3cvs29
5596
5597         * src/compose.c
5598                 Revert first part of previous commit
5599
5600 2009-12-02 [pawel]      3.7.3cvs28
5601
5602         * src/compose.c
5603                 Fix Bug 2055 "duplicate mailing list reply if
5604                 List-Post + Reply-To present"
5605                 - Ignore Reply-To if answering to ML
5606                 - Improve parsing of List-Post header
5607
5608 2009-12-02 [pawel]      3.7.3cvs27
5609
5610         * src/compose.c
5611         * src/compose.h
5612                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
5613                 email had user in "From" and "CC"
5614                 Don't allow duplicate addresses in compose window headers
5615
5616 2009-12-02 [mones]      3.7.3cvs26
5617
5618         * manual/intro.xml
5619         * manual/es/intro.xml
5620         * manual/fr/intro.xml
5621         * manual/it/intro.xml
5622         * manual/pl/intro.xml
5623                 Make URL to point current site
5624
5625 2009-12-01 [holger]     3.7.3cvs25
5626
5627         * src/summaryview.c
5628         * src/summaryview.h
5629                 Introduce new drag type "claws-mail/msg-path-list" for
5630                 drag'n'drop of a message selection from the summaryview
5631                 into other applications. The drag data gets set to the
5632                 folder-item-id followed by message ids, separated by newlines.
5633                 This enables other applications to back-link to Claws Mail
5634                 via a "claws-mail --select" call after they received a drop.
5635
5636 2009-11-30 [mir]        3.7.3cvs24
5637
5638         * src/compose.c
5639            Place cursor in compose window according to provided input
5640            If to: is present place cursor in subject field and if both
5641            to: and subject: is present place cursor in body. If body: is
5642            present insert a new line after text and place cursor there.
5643
5644 2009-11-27 [mones]      3.7.3cvs23
5645
5646         * src/gtk/quicksearch.c
5647                 Allow viewing longer expressions if there's space
5648
5649 2009-11-25 [holger]     3.7.3cvs22
5650
5651         * Makefile.am
5652         * src/common/Makefile.am
5653         * src/common/utils.c
5654         * src/common/utils.h
5655                 Add a function to query the
5656                 filepath of the .desktop file
5657
5658 2009-11-25 [colin]      3.7.3cvs21
5659
5660         * src/imap.c
5661                 Fix bug 2063, 'glib assertion in GRelation use in 
5662                 imap.c'
5663
5664 2009-11-24 [pawel]      3.7.3cvs20
5665
5666         * src/common/utils.c
5667                 Fix Bug 2053 'Inconsistent application of Coloration 
5668                 of Message text'
5669                 Don't allow '<' character between quotation marks
5670
5671 2009-11-21 [holger]     3.7.3cvs19
5672
5673         * src/printing.c
5674                 Modify cairo clip handling in preview windows,
5675                 to prevent print preview windows from being blank
5676                 with GTK+ 2.18. Follow recommendation of the GTK+
5677                 documentation (section "Migrating to client side windows")
5678                 and create a new cairo context for each expose event.
5679
5680 2009-11-19 [pawel]      3.7.3cvs18
5681
5682         * Makefile.am
5683                 complete 3.7.3cvs15 so install is DESTDIR safe
5684                 remove icons with changed names on uninstall
5685
5686 2009-11-18 [pawel]      3.7.3cvs17
5687
5688         * src/news_gtk.c
5689                 remove unneeded and code-duplicating function
5690
5691 2009-11-18 [pawel]      3.7.3cvs16
5692
5693         * src/news_gtk.c
5694                 Fix Bug 2057 'Claws mail does not keep renamed names
5695                 of nntp-subscribed groups'
5696                 Check for already subscribed group using item->path for group
5697                 comparision as folders item->path != item->name may be truth 
5698                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
5699
5700 2009-11-17 [pawel]      3.7.3cvs15
5701
5702         * Makefile.am
5703                 Fix Bug 2049 'some icons not copied?'
5704                 Install additional 64x64 and 128x128 icons
5705
5706 2009-11-17 [holger]     3.7.3cvs14
5707
5708         * src/prefs_toolbar.c
5709         * src/prefs_toolbar.h
5710         * src/toolbar.c
5711         * src/toolbar.h
5712                 Allow plugins to register toolbar items
5713
5714 2009-11-11 [pawel]      3.7.3cvs13
5715
5716         * src/addressbook.c
5717         * src/compose.c
5718         * src/compose.h
5719         * src/filtering.c
5720                 Fix Bug 1867 Changing account does not change BCC address
5721                 Set account specific headers when changing account
5722                 in compose window.
5723
5724 2009-11-07 [colin]      3.7.3cvs12
5725
5726         * src/gtk/prefswindow.c
5727                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
5728                 Patch by Pawel
5729
5730 2009-11-07 [colin]      3.7.3cvs11
5731
5732         * src/gtk/spell_entry.c
5733                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
5734                 Patch by Pawel Pekala
5735
5736 2009-10-27 [colin]      3.7.3cvs10
5737
5738         * src/folder.c
5739                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
5740                 Don't try to check whether the folder is up-to-date if
5741                 the folder class doesn't implement set_mtime, as we don't
5742                 care in this case. This code exists since a long time, but
5743                 the bug was triggered by more scanning of queue folders 
5744                 since recently (when we added \Deleted handling).
5745
5746 2009-10-27 [colin]      3.7.3cvs9
5747
5748         * src/mainwindow.c
5749                 Try to fix registering as default client
5750                 on windows 7
5751
5752 2009-10-21 [wwp]        3.7.3cvs8
5753
5754         * src/common/utils.c
5755                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
5756
5757 2009-10-21 [wwp]        3.7.3cvs7
5758
5759         * src/common/utils.c
5760                 Don't core dump when attempting to insert a non-existing
5761                 file using a mailto: uri (g_error does core dump).
5762
5763 2009-10-20 [colin]      3.7.3cvs6
5764
5765         * src/common/utils.c
5766                 Don't g_error on normal warnings...
5767
5768 2009-10-20 [colin]      3.7.3cvs5
5769
5770         * src/plugins/pgpcore/sgpgme.c
5771                 Fix bug 1996, 'S/MIME key not selected'
5772                 Check for S/MIME certs too
5773
5774 2009-10-20 [colin]      3.7.3cvs4
5775
5776         * src/common/w32lib.h
5777                 Fix win32 build on latest mingw32
5778
5779 2009-10-20 [colin]      3.7.3cvs3
5780
5781         * src/exportldif.c
5782         * src/ldif.c
5783         * src/ldif.h
5784                 Fix LDIF export. Patch by Michael Rasmussen
5785
5786 2009-10-18 [paul]       3.7.3cvs2
5787
5788         * tools/claws.i18n.status.pl
5789                 increase the value of $transolddays since we're relasing less
5790                 often now.
5791                 rework the en_GB.po hack so that en_GB is always 100% translated
5792                 and recently updated
5793
5794 2009-10-17 [paul]       3.7.3cvs1
5795
5796         * src/prefs_account.c
5797         * src/prefs_compose_writing.c
5798         * src/prefs_receive.c
5799         * src/prefs_summaries.c
5800         * src/prefs_wrapping.c
5801                 reword a few labels. (this incorporates everything
5802                 that seemed worthwhile from bug 2020)
5803         * src/prefs_customheader.c
5804                 use a 'Browse' button instead of button with
5805                 label 'From file...'
5806
5807 2009-10-12 [colin]
5808
5809         * CVS repository change
5810
5811 2009-10-09 [paul[       3.7.3
5812
5813         version 3.7.3 unleashed!!
5814
5815 2009-10-07 [paul]       3.7.2cvs49
5816
5817         * src/folderview.c
5818         * src/folderview.h
5819         * src/mainwindow.c
5820                 fix  Bug 1994 -  Changing colors required restart.
5821                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
5822                 more accurate folderview_reinit_fonts()
5823
5824 2009-10-07 [paul]       3.7.2cvs48
5825
5826         * src/addrgather.c
5827         * src/prefs_common.c
5828         * src/prefs_common.h
5829                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
5830                 patch by Pawel Pekala
5831
5832 2009-10-07 [paul]       3.7.2cvs47
5833
5834         * po/cs.po
5835         * po/de.po
5836         * po/hu.po
5837         * po/id.po
5838         * po/ja.po
5839         * po/pt_BR.po
5840                 updated by David Vachulka, Stephan Sachse and Marc Arens,
5841                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
5842                 Goncalves Guimaraes
5843
5844 2009-10-06 [colin]      3.7.2cvs46
5845
5846         * po/fr.po
5847                 French translation update
5848
5849 2009-10-05 [paul]       3.7.2cvs45
5850
5851         * src/printing.c
5852                 enable Page Size and Orientation in the print dialog,
5853                 GTK+ >= 2.18.x only. Patch by Mark__T
5854
5855 2009-10-05 [paul]       3.7.2cvs44
5856
5857         * src/prefs_summaries.c
5858                 fix label, startup --> start-up, to match other uses of the
5859                 term
5860
5861 2009-10-05 [paul]       3.7.2cvs43
5862
5863         * po/pl.po
5864                 updated by Emilian Nowak
5865
5866 2009-10-03 [colin]      3.7.2cvs42
5867
5868         * src/mimeview.c
5869         * src/noticeview.c
5870         * src/gtk/gtkcmclist.c
5871         * src/gtk/gtkvscrollbutton.c
5872         * src/gtk/logwindow.c
5873                 GTK+ 2.18 fixes:
5874                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
5875                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
5876                 Fix warning at start
5877
5878 2009-09-28 [colin]      3.7.2cvs41
5879
5880         * src/matcher.c
5881         * src/mimeview.c
5882         * src/prefs_folder_item.c
5883                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
5884
5885 2009-09-28 [colin]      3.7.2cvs40
5886
5887         * src/prefs_summaries.c
5888         * src/gtk/sslcertwindow.c
5889                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
5890                 shows up garbled in GUI'. Patch by Pawel Pekala
5891
5892 2009-09-24 [iwkse]      3.7.2cvs39
5893
5894         * configure.ac
5895             That's only for statistics, of course :)
5896
5897 2009-09-24 [iwkse]      3.7.2cvs38
5898
5899         * configure.ac
5900             ...
5901
5902 2009-09-24 [iwkse]      3.7.2cvs37
5903
5904         * configure.ac
5905             Revert unwanted change
5906
5907 2009-09-24 [iwkse]      3.7.2cvs36
5908
5909         * src/action.c
5910             Fix issue with filtering actions and 
5911             parsed parameters
5912
5913 2009-09-20 [mones]      3.7.2cvs35
5914
5915         * tools/convert_mbox.pl
5916                 Add -R flag to support recursive conversions
5917                 of arbitrary Evolution mail folders, based on
5918                 bash script by Daniel Dickinson (fixes debian 
5919                 bug #461435) 
5920         * tools/popfile-link.sh
5921                 Set required shell for script (fixes debian 
5922                 bug #530057)
5923
5924 2009-09-16 [colin]      3.7.2cvs34
5925
5926         * src/main.c
5927                 Go grab files in /etc/skel if they exist
5928                 at first startup 
5929
5930 2009-09-15 [colin]      3.7.2cvs33
5931
5932         * src/procmime.c
5933                 Complete 3.7.1cvs42: only output directly to
5934                 final file if we get NULL byes at the start.
5935                 Still fixes saving UTF16 files, but also
5936                 fixes displaying Base64 parts with decoding
5937                 errors (parts without errors get displayed)
5938
5939 2009-09-14 [colin]      3.7.2cvs32
5940
5941         * src/matcher.c
5942         * src/matcher.h
5943         * src/matcher_parser_parse.y
5944         * src/prefs_matcher.c
5945                 Add 'has_attachment' and 'signed' matcher
5946                 expressions. Patch by Aleksei Miheev, fixes
5947                 bug 1997. 
5948
5949 2009-09-14 [colin]      3.7.2cvs31
5950
5951         * src/common/utils.c
5952                 Add "Re :" prefix from french Yahoo mail.
5953                 Patch by Didier Barvaux, fixes bug 1999
5954
5955 2009-09-10 [mones]      3.7.2cvs30
5956
5957         * manual/plugins.xml
5958                 Fix sites supported by SpamReport
5959         * manual/es/plugins.xml
5960                 Synchronise Spanish manual
5961
5962 2009-09-07 [holger]     3.7.2cvs29
5963
5964         * Makefile.am
5965                 Also update the icon cache on uninstall.
5966                 This prevents possible problems when Claws Mail was
5967                 uninstalled and installed again into a different location,
5968                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
5969                 and the blog post linked therein
5970
5971 2009-09-07 [paul]       3.7.2cvs28
5972
5973         * src/prefs_toolbar.c
5974                 when updating the main toolbar icons just update
5975                 the main toolbar (and consequently fix a bug where
5976                 folderview icons would disappear)
5977
5978 2009-08-30 [holger]     3.7.2cvs27
5979
5980         * src/compose.c
5981                 Do case-insensitive comparison against
5982                 header names when extracting recipients
5983                 from composed mails
5984
5985 2009-08-23 [colin]      3.7.2cvs26
5986
5987         * src/mbox.c
5988                 Probably fix RH bug 512024, " folder.c:3543 
5989                 Condition msglist != NULL failed"
5990
5991 2009-08-23 [colin]      3.7.2cvs25
5992
5993         * src/prefs_compose_writing.c
5994                 Make the maximum size warning bigger. Patch
5995                 by Didier Barvaux on bug 1986.
5996
5997 2009-08-21 [colin]      3.7.2cvs24
5998
5999         * src/compose.c
6000                 Previous commit: move the function into compose_insert_file
6001                 so that it's also used on drag-n-drop
6002
6003 2009-08-21 [colin]      3.7.2cvs23
6004
6005         * src/compose.c
6006                 Fix scrolling when adding an header
6007
6008 2009-08-21 [colin]      3.7.2cvs22
6009
6010         * src/compose.c
6011         * src/prefs_common.c
6012         * src/prefs_common.h
6013         * src/prefs_compose_writing.c
6014         * src/common/utils.c
6015                 Fix bug 1986, "New feature: warn user when inserting 
6016                 a large file in the message body". Patch by Didier
6017                 Barvaux
6018
6019 2009-08-21 [colin]      3.7.2cvs21
6020
6021         * AUTHORS
6022         * src/gtk/authors.h
6023         * src/common/utils.c
6024                 Fix bug 1984: Add R�f. : reply prefix (french 
6025                 Lotus Notes); patch by Didier Barvaux
6026
6027 2009-08-21 [colin]      3.7.2cvs20
6028
6029         * src/codeconv.c
6030         * src/codeconv.h
6031                 Fix bug 1969, 'Bad guess for outgoing encoding'
6032                 Make sure the specific converters (japanese in
6033                 this case) can return success/error in strict
6034                 mode, instead of silently failing back to 
6035                 strncpy
6036
6037 2009-08-20 [holger]     3.7.2cvs19
6038
6039         * src/compose.c
6040         * src/compose.h
6041                 Make it possible for code outside
6042                 compose (e.g. plugins) to attach files
6043
6044 2009-08-20 [colin]      3.7.2cvs18
6045
6046         * src/main.c
6047                 Fix crash when accessing IMAP soon
6048
6049 2009-08-18 [colin]      3.7.2cvs17
6050
6051         * src/ldapquery.c
6052                 Maybe fix crash on non-existent LDAP server
6053
6054 2009-08-04 [colin]      3.7.2cvs16
6055
6056         * src/toolbar.c
6057                 Fix toolbar's spacing that breaks dark
6058                 themes (patch from http://blogs.igalia.com/aperez/
6059                 2009/07/making-claws-mail-look-better/)
6060
6061 2009-07-28 [colin]      3.7.2cvs15
6062
6063         * src/account.c
6064         * src/addrcustomattr.c
6065         * src/addressadd.c
6066         * src/addressbook_foldersel.c
6067         * src/addrgather.c
6068         * src/browseldap.c
6069         * src/compose.c
6070         * src/editbook.c
6071         * src/editgroup.c
6072         * src/editjpilot.c
6073         * src/editldap.c
6074         * src/editldap_basedn.c
6075         * src/edittags.c
6076         * src/editvcard.c
6077         * src/exphtmldlg.c
6078         * src/expldifdlg.c
6079         * src/export.c
6080         * src/foldersel.c
6081         * src/import.c
6082         * src/importldif.c
6083         * src/importmutt.c
6084         * src/importpine.c
6085         * src/prefs_actions.c
6086         * src/prefs_customheader.c
6087         * src/prefs_display_header.c
6088         * src/prefs_filtering.c
6089         * src/prefs_folder_column.c
6090         * src/prefs_matcher.c
6091         * src/prefs_summary_column.c
6092         * src/prefs_summary_open.c
6093         * src/prefs_template.c
6094         * src/textview.c
6095         * src/uri_opener.c
6096                 Fix bug 1950, 'Program freeze up during folder selection'
6097                 Don't leave hidden windows modal
6098
6099 2009-07-28 [colin]      3.7.2cvs14
6100
6101         * src/ldapquery.c
6102                 Fix bug 1957, 'LDAP errs out after searching too 
6103                 many search bases'
6104
6105 2009-07-28 [colin]      3.7.2cvs13
6106
6107         * src/summaryview.c
6108                 Fix bug 1966, '"Collapse all threads" slower than 
6109                 "Expand all threads"'
6110
6111 2009-07-28 [colin]      3.7.2cvs12
6112
6113         * src/common/session.c
6114                 Fix bug 1967, 'Claws gets stuck after accepting 
6115                 a certificate warning dialog'
6116
6117 2009-07-19 [paul]       3.7.2cvs11
6118
6119         * manual/plugins.xml
6120                 a few small changes to the English
6121
6122 2009-07-18 [mones]      3.7.2cvs10
6123
6124         * manual/plugins.xml
6125                 Add new bsfilter and fancy plugins to the docs
6126                 and a note about dealing with plugins of the same class
6127         * src/prefs_account.c
6128                 Fix extra space at the end typo
6129
6130 2009-07-16 [colin]      3.7.2cvs9
6131
6132         * src/summaryview.c
6133                 Fix wrong return without unlocking; thanks
6134                 to mupuf_
6135
6136 2009-07-14 [colin]      3.7.2cvs8
6137
6138         * src/imap.c
6139                 Fix bug 1954, 'Segfault on reading wrong STATUS'
6140
6141 2009-07-10 [colin]      3.7.2cvs7
6142
6143         * src/plugins/pgpcore/plugin.def
6144         * src/common/utils.h
6145                 Fix windows port
6146
6147 2009-07-10 [colin]      3.7.2cvs6
6148
6149         * src/prefs_display_header.c
6150                 Fix bug 1951, 'C-Mail dumps core when editing 
6151                 displayed headers'. Patch by Alexey Rusakov
6152
6153 2009-07-10 [colin]      3.7.2cvs5
6154
6155         * src/folderview.c
6156                 Fix bug 1952, 'Deleted mails in Queue folder 
6157                 highlight it'.
6158
6159 2009-07-09 [colin]      3.7.2cvs4
6160
6161         * src/gtk/spell_entry.c
6162                 Fix bug 1949, 'Spell checker doesn't recognise 
6163                 certain word in Subject header, but does in 
6164                 message body'. Patch by Pawel Pekala.
6165
6166 2009-07-09 [paul]       3.7.2cvs3
6167
6168         * configure.ac
6169                 use pkgconfig to check for the minimum required
6170                 version of GnuTLS
6171
6172 2009-07-06 [colin]      3.7.2cvs2
6173
6174         * src/prefs_customheader.c
6175                 Fix build failure
6176
6177 2009-07-04 [paul]       3.7.2cvs1
6178
6179         * tools/claws.i18n.status.pl
6180                 updated
6181
6182 2009-07-03 [paul]       3.7.2
6183
6184         * NEWS
6185         * README
6186         * RELEASE_NOTES 
6187                 3.7.2 released!
6188
6189 2009-07-03 [paul]       3.7.1cvs85
6190
6191         * AUTHORS
6192         * configure.ac
6193         * po/pt_PT.po
6194         * po/sk.po
6195         * src/gtk/authors.h
6196                 added new translations by Tiago Faria and Slavko
6197         * po/bg.po
6198         * po/cs.po
6199         * po/de.po
6200         * po/es.po
6201         * po/fi.po
6202         * po/fr.po
6203         * po/hu.po
6204         * po/id.po
6205         * po/it.po
6206         * po/ja.po
6207         * po/pt_BR.po
6208         * po/ru.po
6209                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
6210                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
6211                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
6212                 Goncalves Guimaraes, Aleksei Miheev
6213
6214 2009-07-01 [colin]      3.7.1cvs84
6215
6216         * src/prefs_common.c
6217                 Fix bug 1940, 'Doesn't open links in 
6218                 user's default browser'. Turn the preference
6219                 to TRUE by default; that will only change the
6220                 behaviour for new users.
6221
6222 2009-06-29 [colin]      3.7.1cvs83
6223
6224         * src/filtering.c
6225         * src/filtering.h
6226         * src/prefs_filtering_action.c
6227                 Fix bug 1935, 'problems with very long filtering actions':
6228                 Use a dynamic buffer in action to string, and a bigger
6229                 buffer in string to action
6230
6231 2009-06-29 [colin]      3.7.1cvs82
6232
6233         * src/matcher_parser_lex.l
6234                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
6235
6236 2009-06-29 [colin]      3.7.1cvs81
6237
6238         * src/addressbook.c
6239                 Fix warnings
6240         * src/editgroup.c
6241                 Fix crash (out-of-bounds tree column)
6242         * src/gtk/gtkcmctree.c
6243         * src/gtk/gtksctree.c
6244                 Prevent using an out-of-bounds tree column
6245
6246 2009-06-29 [colin]      3.7.1cvs80
6247
6248         * src/ldapupdate.c
6249         * src/ldif.c
6250                 Leak fixes; patch by Pawel Pekala.
6251
6252 2009-06-26 [colin]      3.7.1cvs79
6253
6254         * src/summaryview.c
6255                 Sort by msgnum if dates are equal
6256
6257 2009-06-24 [paul]       3.7.1cvs78
6258
6259         * src/summaryview.c
6260                 make some (forgotten) strings translatable
6261
6262 2009-06-19 [colin]      3.7.1cvs77
6263
6264         * src/summaryview.c
6265                 Fix menu sensitiveness
6266
6267 2009-06-18 [colin]      3.7.1cvs76
6268
6269         * configure.ac
6270         * src/plugins/pgpcore/sgpgme.c
6271         * src/plugins/pgpcore/sgpgme.h
6272         * src/plugins/pgpmime/mypgpcore.def
6273         * src/plugins/pgpmime/pgpmime.c
6274         * src/plugins/smime/mypgpcore.def
6275         * src/plugins/smime/smime.c
6276                 Use largefile support (and stop using our old GPGME
6277                 hack on gpgme_data_seek/rewind)
6278                 (See 1.9.12cvs44 to 46 - if this breaks things we 
6279                 should soon know :)
6280
6281 2009-06-13 [colin]      3.7.1cvs75
6282
6283         * src/gtk/spell_entry.c
6284                 Fix assertion. We can put a NULL gtkaspell to
6285                 an entry; it just means it won't be spell-checked.
6286
6287 2009-06-12 [mones]      3.7.1cvs74
6288
6289         * src/compose.c
6290         * src/messageview.c
6291         * src/prefs_account.c
6292         * src/prefs_account.h
6293         * src/common/utils.c
6294         * src/common/utils.h
6295                 Added preference to use account address in generated
6296                 Message-Id. Fixes Debian bug #531052
6297
6298 2009-06-12 [colin]      3.7.1cvs73
6299
6300         * src/common/ssl.c
6301                 Better fix, API-compatible with libgnutls13
6302
6303 2009-06-12 [colin]      3.7.1cvs72
6304
6305         * src/common/ssl.c
6306                 Use compatibility mode in GnuTLS, and avoid problems with 
6307                 servers that don't comply 100% with the spec, but still
6308                 exist.
6309
6310 2009-06-06 [iwkse]      3.7.1cvs71
6311
6312         * src/compose.c
6313                 Ops..revert a mix with another patch
6314
6315 2009-06-06 [iwkse]      3.7.1cvs70
6316
6317         * src/compose.c
6318                 A better fix for the previous commit's issue
6319
6320 2009-06-06 [iwkse]      3.7.1cvs69
6321
6322         * src/compose.c
6323                 Fix shutting down of Claws Mail while a GTK_Return keypress 
6324                 event is sent to the Attach property window
6325
6326 2009-06-05 [colin]      3.7.1cvs68
6327
6328         * src/compose.c
6329                 Fix build on GTK+ 2.6
6330
6331 2009-06-03 [mones]      3.7.1cvs67
6332
6333         * tools/make.themes.project
6334                 Oops! fix header, sorry Paul ;-)
6335
6336 2009-06-03 [mones]      3.7.1cvs66
6337
6338         * tools/make.themes.project
6339                 Add support for PNG themes and other
6340                 fixes i don't remember now... :)
6341
6342 2009-06-02 [colin]      3.7.1cvs65
6343
6344         * src/compose.c
6345         * src/prefs_template.c
6346         * src/quote_fmt.c
6347                 Fix error messages in templates, and fix their
6348                 checking
6349
6350 2009-05-22 [colin]      3.7.1cvs64
6351
6352         * src/compose.c
6353                 And remove hbox too
6354
6355 2009-05-22 [colin]      3.7.1cvs63
6356
6357         * src/compose.c
6358                 Fix phantom button behind entry when
6359                 changing fields via Tools/Reply mode.
6360
6361 2009-05-22 [colin]      3.7.1cvs62
6362
6363         * src/compose.c
6364                 Fix icon size
6365
6366 2009-05-21 [mones]      3.7.1cvs61
6367
6368         * src/compose.c
6369         * src/compose.h
6370                 Add button to empty header lines with one click
6371
6372 2009-05-21 [paul]       3.7.1cvs60
6373
6374         * src/mainwindow.c
6375         * src/mainwindow.h
6376         * src/plugins/trayicon/trayicon.c
6377                 when quitting from the trayicon, honour
6378                 prefs_common.clean_on_exit
6379
6380 2009-05-21 [paul]       3.7.1cvs59
6381
6382         * src/gtk/Makefile.am
6383                 remove duplicate entry
6384                 thanks to Charles A Edwards
6385
6386 2009-05-19 [paul]       3.7.1cvs58
6387
6388         * src/send_message.c
6389                 clear progressbar in the statusbar on 'Cancel'
6390
6391 2009-05-16 [colin]      3.7.1cvs57
6392
6393         * AUTHORS
6394         * src/gtk/authors.h
6395                 Add Fabian
6396
6397 2009-05-16 [colin]      3.7.1cvs56
6398
6399         * src/msgcache.c
6400                 Remove msgnum>0 condition for removing messages
6401                 from caches. There's no such condition on add.
6402                 Fixes bug 1913, 'Allow to remove phantom 
6403                 messages from the cache'; patch by Fabian
6404                 Keil <fk at fabiankeil.de>
6405
6406 2009-05-12 [holger]     3.7.1cvs55
6407
6408         * src/messageview.c
6409         * src/messageview.h
6410                 Introduce hook after showing of the message view
6411
6412 2009-05-11 [colin]      3.7.1cvs54
6413
6414         * src/compose.c
6415                 Fix bug 1872, 'A: Cc: CCi: selector should 
6416                 default on same as preceding contact'
6417
6418 2009-05-10 [holger]     3.7.1cvs53
6419
6420         * src/addr_compl.c
6421         * src/addr_compl.h
6422                 Add a hook to make it possible for plugins to
6423                 modify the address completion list
6424
6425 2009-05-06 [paul]       3.7.1cvs52
6426
6427         * src/folder.c
6428         * src/mimeview.c
6429                 fix bug 1915, 'Mails signed with smime.p7s
6430                 display both signed and attachment icon.'
6431
6432 2009-05-05 [colin]      3.7.1cvs51
6433
6434         * src/common/utils.c
6435                 Fix patch :)
6436
6437 2009-05-05 [colin]      3.7.1cvs50
6438
6439         * src/common/utils.c
6440                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
6441                 different mountpoint than tempdir'
6442
6443 2009-05-04 [colin]      3.7.1cvs49
6444
6445         * src/msgcache.c
6446                 Probably fix bug 1914, 'Crash reading
6447                 corrupted tags file'
6448
6449 2009-04-26 [paul]       3.7.1cvs48
6450
6451         * configure.ac
6452         * src/gtk/gtkaspell.h
6453                 fix bug 1904, 'build mechanism looks for
6454                 'enchant.h' in a wrong place'
6455
6456 2009-04-25 [paul]       3.7.1cvs47
6457
6458         * src/printing.c
6459                 gah! fix coding style!
6460
6461 2009-04-25 [paul]       3.7.1cvs46
6462
6463         * src/printing.c
6464         * src/toolbar.c
6465                 if building with GTK+ >= 2.16 use
6466                 gtk_orientable_set_orientation() instead of now
6467                 deprecated gtk_toolbar_set_orientation()
6468
6469 2009-04-24 [colin]      3.7.1cvs45
6470
6471         * src/compose.c
6472                 Ask before sending if an attached file has
6473                 disappeared.
6474
6475 2009-04-19 [paul]       3.7.1cvs44
6476
6477         * src/prefs_common.c
6478         * src/prefs_common.h
6479         * src/gtk/about.c
6480                 save About window size.
6481                 patch by Pawel Pekala
6482
6483 2009-04-12 [paul]       3.7.1cvs43
6484
6485         * tools/csv2addressbook.pl
6486                 add extra CSV fields that are now appended
6487                 by thunderbird (version 2.0.0.21)
6488
6489 2009-04-08 [colin]      3.7.1cvs42
6490
6491         * src/procmime.c
6492                 fix saving (but not displaying) of UTF-16
6493                 files
6494
6495 2009-04-08 [colin]      3.7.1cvs41
6496
6497         * src/gtk/manage_window.c
6498                 Disable transient windows on win32 - seems to
6499                 fix most focusing issues
6500
6501 2009-04-05 [colin]      3.7.1cvs40
6502
6503         * src/procmsg.c
6504                 Don't ask whether we want to send deleted mails in queue
6505                 folders; also, don't send deleted mails when flushing
6506                 queues
6507
6508 2009-04-04 [paul]       3.7.1cvs39
6509
6510         * AUTHORS
6511         * configure.ac
6512         * po/id.po
6513         * src/gtk/authors.h
6514         * tools/claws.i18n.status.pl
6515                 add new Indonesian translation, by
6516                 MSulchan Darmawan
6517
6518 2009-04-03 [paul]       3.7.1cvs38
6519
6520         * AUTHORS
6521         * src/gtk/authors.h
6522                 credit due
6523
6524 2009-04-03 [colin]      3.7.1cvs37
6525
6526         * src/compose.c
6527         * src/textview.c
6528                 Fix bug 1891, 'Add support for gopher:// links'
6529                 Patch by Jacob Head <clawsmail at jacob-head.com>
6530                 Let's go back to the roots! 
6531
6532 2009-04-03 [paul]       3.7.1cvs36
6533
6534         * m4/Makefile.am
6535                 complete cvs35
6536
6537 2009-04-03 [paul]       3.7.1cvs35
6538
6539         * configure.ac
6540                 add AC_CONFIG_MACRO_DIR([m4])
6541                 remove CLAWS_ACLOCAL_INCLUDE(m4)
6542         * m4/aclocal-include.m4
6543                 removed this now unneeded file
6544
6545 2009-04-02 [colin]      3.7.1cvs34
6546
6547         * src/common/utils.h
6548                 Fix previous (thanks to Marcus :)
6549
6550 2009-04-02 [colin]      3.7.1cvs33
6551
6552         * src/common/utils.h
6553         * src/etpan/etpan-thread-manager.c
6554                 pipe() was a macro from GLib on win32 until
6555                 glib 2.13.2. It's undefined after that.
6556                 Thanks to Marcus Brinkmann for the heads-up!
6557
6558 2009-03-31 [colin]      3.7.1cvs32
6559
6560         * src/folder_item_prefs.c
6561                 Copy folder settings with prefs
6562
6563 2009-03-31 [colin]      3.7.1cvs31
6564
6565         * src/prefs_account.c
6566                 Don't use un-sensitive checkboxes in Privacy tab
6567                 when privacy system in None (makes unchecking 
6568                 painful when no privacy plugin is loaded)
6569
6570 2009-03-30 [colin]      3.7.1cvs30
6571
6572         * src/folder.c
6573         * src/folder.h
6574         * src/imap.c
6575         * src/mainwindow.c
6576         * src/mainwindow.h
6577         * src/prefs_account.c
6578         * src/prefs_account.h
6579         * src/summaryview.c
6580         * src/summaryview.h
6581                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
6582                 Add an option on the Receive page of IMAP account preferences:
6583                 "Move deleted mails to trash and expunge immediately". This
6584                 option defaults to TRUE to avoid changing the existing behaviour.
6585                 Setting it to FALSE prevents automatic expunging. 
6586                 Also, add Tools/Expunge and View/Hide deleted messages menu items
6587                 (View/Hide deleted message being a per-folder setting, and behaving,
6588                 like View/Hide read messages).
6589
6590 2009-03-30 [colin]      3.7.1cvs29
6591
6592         * src/imap.c
6593                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
6594                 ask for IMAP password when using GSSAPI auth
6595
6596 2009-03-27 [colin]      3.7.1cvs28
6597
6598         * src/folder.c
6599                 Fix cvs14, make sure we mark non-existent caches dirty
6600                 (or they never get written)
6601
6602 2009-03-27 [colin]      3.7.1cvs27
6603
6604         * src/imap.c
6605                 Fix tag update when all tags are removed 
6606                 from another client
6607
6608 2009-03-25 [colin]      3.7.1cvs26
6609
6610         * configure.ac
6611                 Fix configure.ac, thanks to Pawel
6612
6613 2009-03-25 [colin]      3.7.1cvs25
6614
6615         * src/news.c
6616         * src/etpan/nntp-thread.c
6617                 Fix header fetching (NG/To/Cc). Fixes 
6618                 bug 1883, 'Message processing fails to 
6619                 act on Newsgroups: field'
6620
6621 2009-03-23 [colin]      3.7.1cvs24
6622
6623         * src/textview.c
6624                 Fix internal headers visible in queue/sent
6625
6626 2009-03-23 [colin]      3.7.1cvs23
6627
6628         * configure.ac
6629                 Fix check for RC (resource compiler) used
6630                 on win32 (AC_LIBTOOL_RC used to call it 
6631                 implicitely but stopped)
6632
6633 2009-03-19 [colin]      3.7.1cvs22
6634
6635         * src/toolbar.c
6636                 Put spam button in default toolbar even if
6637                 bogofilter and spamassassin are not built.
6638                 Other anti-spam plugin could exist! :)
6639         * src/common/utils.c
6640                 Fix exit status fetch on win32
6641
6642 2009-03-18 [paul]       3.7.1cvs21
6643
6644         * src/gtk/spell_entry.c
6645                 fix "[BUG] Wrong word replaced in 'Subject:'
6646                 when spell-checking correction used"
6647                 Patch by Pawel Pekala
6648
6649 2009-03-17 [colin]      3.7.1cvs20
6650
6651         * src/common/utils.c
6652                 Fix win32 build (from cvs12)
6653
6654 2009-03-17 [colin]      3.7.1cvs19
6655
6656         * src/compose.c
6657                 Fix bug 1735, 'Change To: and Newsgroups: 
6658                 recipient field according account type'
6659                 Patch by Pawel
6660
6661 2009-03-17 [colin]      3.7.1cvs18
6662
6663         * src/msgcache.c
6664         * src/prefs_common.c
6665         * src/prefs_common.h
6666         * src/prefs_other.c
6667         * src/common/prefs.c
6668                 Add preference for fsyncing metadata
6669
6670 2009-03-16 [paul]       3.7.1cvs17
6671
6672         * src/prefs_customheader.c
6673                 add forgotten #if HAVE_LIBCOMPFACE
6674
6675 2009-03-16 [paul]       3.7.1cvs16
6676
6677         * src/prefs_customheader.c
6678                 put the (X-)Face preview image below the up/down
6679                 buttons so they don't jump around.
6680                 make the list reorderable by drag'n'drop
6681
6682 2009-03-16 [colin]      3.7.1cvs15
6683
6684         * src/prefs_customheader.c
6685                 Add a (X-)Face preview. Patch by iwkse.
6686
6687 2009-03-16 [colin]      3.7.1cvs14
6688
6689         * src/compose.c
6690         * src/folder.c
6691         * src/folder.h
6692         * src/msgcache.c
6693         * src/common/prefs.c
6694                 Add fsync calls to make sure we don't
6695                 lose data on system crashes. (to do:
6696                 add a pref to allow people choosing raw
6697                 speed)
6698
6699 2009-03-15 [colin]      3.7.1cvs13
6700
6701         * src/gtk/gtkaspell.c
6702                 Fix empty menu when there are no
6703                 suggestions (using the Spelling menu)
6704
6705 2009-03-14 [colin]      3.7.1cvs12
6706
6707         * src/common/utils.c
6708                 Win32: fix subject prefix length
6709
6710 2009-03-11 [mones]      3.7.1cvs11
6711
6712         * po/es.po
6713                 fix encoding declared in header
6714                 update translation now we're at it
6715
6716 2009-03-10 [colin]      3.7.1cvs10
6717
6718         * src/messageview.c
6719                 Fix "wrong mime" message printed out multiple
6720                 times
6721
6722 2009-03-10 [colin]      3.7.1cvs9
6723
6724         * src/prefs_folder_item.c
6725                 Fix build
6726
6727 2009-03-09 [paul]       3.7.1cvs8
6728
6729         * src/prefs_folder_item.c
6730         * src/send_message.c
6731                 fixes to english text
6732
6733 2009-03-08 [paul]       3.7.1cvs7
6734
6735         * po/ja.po
6736                 correct errors in header
6737
6738 2009-03-08 [paul]       3.7.1cvs6
6739
6740         * AUTHORS
6741         * configure.ac
6742         * po/ja.po
6743         * src/gtk/authors.h
6744         * tools/claws.i18n.status.pl
6745                 add Japanese translation, submitted by kazken3
6746
6747 2009-03-07 [colin]      3.7.1cvs5
6748
6749         * src/messageview.c
6750                 Don't let the invalid MIME warning hide
6751                 other noticeview (Partial receive or 
6752                 return receipt).
6753
6754 2009-03-07 [colin]      3.7.1cvs4
6755
6756         * src/procmime.c
6757                 Fix build
6758
6759 2009-03-07 [colin]      3.7.1cvs3
6760
6761         * src/messageview.c
6762         * src/procmime.c
6763         * src/procmime.h
6764                 Handle mimeparts that lack an end boundary.
6765                 They're invalid but it's too annoying for
6766                 normal users to fix.
6767
6768 2009-03-06 [wwp]        3.7.1cvs2
6769
6770         * src/compose.c
6771         * src/folder_item_prefs.c
6772         * src/folder_item_prefs.h
6773         * src/prefs_folder_item.c
6774                 Add per-folder default cc, bcc and reply-to.
6775
6776 2009-03-06 [colin]      3.7.1cvs1
6777
6778         * src/gedit-print.c
6779         * src/gtk/gtksourceprintjob.c
6780                 Fix build with old print interface
6781
6782 2009-03-06 [paul]       3.7.1
6783
6784         * NEWS
6785         * README
6786         * RELEASE_NOTES 
6787                 3.7.1 released!
6788
6789 2009-03-06 [paul]       3.7.0cvs78
6790
6791         * po/cs.po
6792         * po/de.po
6793         * po/fi.po
6794         * po/fr.po
6795         * po/hu.po
6796         * po/nl.po
6797         * po/pt_BR.po
6798         * po/sv.po
6799         * po/zh_CN.po
6800                 updated by David Vachulka, Stephan Sachse, Flammie
6801                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
6802                 Frederico Goncalves Guimaraes, Lars Persson Fink,
6803                 and Ralph Young
6804
6805 2009-03-03 [colin]      3.7.0cvs77
6806
6807         * src/prefs_filtering.c
6808                 Win32: Fix bug 1865, 'IMAP account name changes 
6809                 are not followed at filter actions'
6810
6811 2009-03-02 [colin]      3.7.0cvs76
6812
6813         * src/imap.c
6814                 Fix Launchpad bug 335571: 'claws-mail crashed 
6815                 with SIGSEGV in strlen() while deleting 
6816                 large amount of e-mails on IMAP account
6817
6818 2009-02-27 [mones]      3.7.0cvs75
6819
6820         * manual/es/account.xml
6821         * manual/es/ack.xml
6822         * manual/es/addrbook.xml
6823         * manual/es/advanced.xml
6824         * manual/es/claws-mail-manual.xml
6825         * manual/es/faq.xml
6826         * manual/es/glossary.xml
6827         * manual/es/gpl.xml
6828         * manual/es/handling.xml
6829         * manual/es/intro.xml
6830         * manual/es/keyboard.xml
6831         * manual/es/plugins.xml
6832         * manual/es/starting.xml
6833                 Sync with English version, fix some typos
6834                 Changed encoding to UTF-8
6835         * po/es.po
6836                 Update for release, changed encoding to UTF-8
6837
6838 2009-02-24 [colin]      3.7.0cvs74
6839
6840         * src/printing.c
6841                 Don't print separation line if there
6842                 are no headers
6843
6844 2009-02-23 [cleroy]     3.7.0cvs73
6845
6846         * src/account.c
6847         * src/action.c
6848         * src/addr_compl.c
6849         * src/addrbook.c
6850         * src/addrcache.c
6851         * src/addrcindex.c
6852         * src/addrclip.c
6853         * src/addrduplicates.c
6854         * src/addressadd.c
6855         * src/addressbook.c
6856         * src/addressbook_foldersel.c
6857         * src/addrharvest.c
6858         * src/addrindex.c
6859         * src/addritem.c
6860         * src/addrquery.c
6861         * src/addrselect.c
6862         * src/codeconv.c
6863         * src/compose.c
6864         * src/customheader.c
6865         * src/editaddress.c
6866         * src/editaddress_other_attributes_ldap.c
6867         * src/editgroup.c
6868         * src/editldap.c
6869         * src/enriched.c
6870         * src/exporthtml.c
6871         * src/exportldif.c
6872         * src/filtering.c
6873         * src/folder.c
6874         * src/foldersel.c
6875         * src/folderutils.c
6876         * src/folderview.c
6877         * src/gedit-print.c
6878         * src/html.c
6879         * src/imap.c
6880         * src/imap_gtk.c
6881         * src/inc.c
6882         * src/jpilot.c
6883         * src/ldapctrl.c
6884         * src/ldapquery.c
6885         * src/ldapserver.c
6886         * src/ldapupdate.c
6887         * src/ldif.c
6888         * src/localfolder.c
6889         * src/main.c
6890         * src/mainwindow.c
6891         * src/matcher.c
6892         * src/mbox.c
6893         * src/messageview.c
6894         * src/mh.c
6895         * src/mh_gtk.c
6896         * src/mimeview.c
6897         * src/msgcache.c
6898         * src/mutt.c
6899         * src/news.c
6900         * src/news_gtk.c
6901         * src/noticeview.c
6902         * src/pine.c
6903         * src/pop.c
6904         * src/prefs_account.c
6905         * src/prefs_actions.c
6906         * src/prefs_common.c
6907         * src/prefs_filtering.c
6908         * src/prefs_filtering_action.c
6909         * src/prefs_folder_column.c
6910         * src/prefs_folder_item.c
6911         * src/prefs_gtk.c
6912         * src/prefs_matcher.c
6913         * src/prefs_quote.c
6914         * src/prefs_send.c
6915         * src/prefs_summaries.c
6916         * src/prefs_summary_column.c
6917         * src/prefs_template.c
6918         * src/prefs_themes.c
6919         * src/prefs_toolbar.c
6920         * src/printing.c
6921         * src/privacy.c
6922         * src/procheader.c
6923         * src/procmime.c
6924         * src/procmsg.c
6925         * src/quote_fmt.c
6926         * src/remotefolder.c
6927         * src/send_message.c
6928         * src/sourcewindow.c
6929         * src/statusbar.c
6930         * src/stock_pixmap.c
6931         * src/summary_search.c
6932         * src/summaryview.c
6933         * src/textview.c
6934         * src/toolbar.c
6935         * src/undo.c
6936         * src/uri_opener.c
6937         * src/vcard.c
6938         * src/common/base64.c
6939         * src/common/claws.c
6940         * src/common/hooks.c
6941         * src/common/plugin.c
6942         * src/common/prefs.c
6943         * src/common/session.c
6944         * src/common/smtp.c
6945         * src/common/socket.c
6946         * src/common/string_match.c
6947         * src/common/stringtable.c
6948         * src/common/utils.c
6949         * src/common/utils.h
6950         * src/common/xml.c
6951         * src/common/xmlprops.c
6952         * src/gtk/colorlabel.c
6953         * src/gtk/combobox.c
6954         * src/gtk/foldersort.c
6955         * src/gtk/gtkaspell.c
6956         * src/gtk/gtkcmclist.c
6957         * src/gtk/gtkcmctree.c
6958         * src/gtk/gtkcmoptionmenu.c
6959         * src/gtk/gtksctree.c
6960         * src/gtk/gtkshruler.c
6961         * src/gtk/gtksourceprintjob.c
6962         * src/gtk/gtkutils.c
6963         * src/gtk/gtkvscrollbutton.c
6964         * src/gtk/logwindow.c
6965         * src/gtk/menu.c
6966         * src/gtk/pluginwindow.c
6967         * src/gtk/prefswindow.c
6968         * src/gtk/quicksearch.c
6969         * src/gtk/spell_entry.c
6970         * src/plugins/pgpcore/select-keys.c
6971         * src/plugins/pgpinline/pgpinline.c
6972         * src/plugins/pgpmime/pgpmime.c
6973         * src/plugins/smime/smime.c
6974         * src/plugins/spamassassin/spamassassin_gtk.c
6975                 Mass commit changing g_return_* to cm_return_*
6976                 and making these more interesting
6977
6978 2009-02-23 [colin]      3.7.0cvs72
6979
6980         * src/imap.c
6981                 Always initialise error code to no error
6982
6983 2009-02-23 [colin]      3.7.0cvs71
6984
6985         * src/imap.c
6986                 Fix separator substitution
6987
6988 2009-02-23 [colin]      3.7.0cvs70
6989
6990         * src/stock_pixmap.c
6991         * src/gtk/colorlabel.c
6992                 don't use g_return on normal checks
6993
6994 2009-02-22 [colin]      3.7.0cvs69
6995
6996         * src/addressbook.c
6997         * src/procmime.c
6998                 More fixes
6999
7000 2009-02-22 [colin]      3.7.0cvs68
7001
7002         * src/addrduplicates.c
7003         * src/addressbook.c
7004         * src/addrharvest.c
7005         * src/codeconv.c
7006         * src/compose.c
7007         * src/filtering.c
7008         * src/folder.c
7009         * src/imap.c
7010         * src/imap_gtk.c
7011         * src/importldif.c
7012         * src/jpilot.c
7013         * src/mainwindow.c
7014         * src/matcher.c
7015         * src/mbox.c
7016         * src/messageview.c
7017         * src/mh_gtk.c
7018         * src/prefs_common.c
7019         * src/prefs_filtering.c
7020         * src/prefs_gtk.c
7021         * src/printing.c
7022         * src/privacy.c
7023         * src/procmime.c
7024         * src/procmsg.c
7025         * src/summaryview.c
7026         * src/textview.c
7027         * src/undo.c
7028         * src/wizard.c
7029         * src/common/md5.c
7030         * src/common/socket.c
7031         * src/common/template.c
7032         * src/etpan/imap-thread.c
7033         * src/gtk/gtkaspell.c
7034         * src/gtk/gtkcmctree.c
7035         * src/gtk/gtksctree.c
7036         * src/gtk/inputdialog.c
7037         * src/plugins/pgpcore/sgpgme.c
7038         * src/plugins/pgpmime/pgpmime.c
7039         * src/plugins/smime/smime.c
7040         * src/plugins/spamassassin/spamassassin.c
7041                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
7042                 uninitialised accesses
7043
7044 2009-02-17 [colin]      3.7.0cvs67
7045
7046         * src/compose.c
7047                 Disable controls during queuing
7048
7049 2009-02-15 [colin]      3.7.0cvs66
7050
7051         * src/privacy.c
7052         * src/plugins/pgpcore/select-keys.c
7053         * src/plugins/pgpcore/sgpgme.c
7054                 Disable use of disabled keys
7055
7056 2009-02-15 [colin]      3.7.0cvs65
7057
7058         * src/folderview.c
7059         * src/summaryview.c
7060                 Fix font updating after changing 
7061                 prefs_common.derive_from_normal_font
7062
7063 2009-02-12 [paul]       3.7.0cvs64
7064
7065         * src/addressitem.h
7066         * src/export.h
7067         * src/headerview.c
7068         * src/headerview.h
7069         * src/common/version.h.in
7070         * src/gtk/about.h
7071         * src/gtk/menu.c
7072         * src/gtk/menu.h
7073                 more copyright header fixes
7074
7075 2009-02-12 [paul]       3.7.0cvs63
7076
7077         * src/gtk/progressdialog.c
7078         * src/gtk/progressdialog.h
7079                 fix copyright header
7080
7081 2009-02-12 [paul]       3.7.0cvs62
7082
7083         * src/gtk/spell_entry.c
7084         * src/gtk/spell_entry.h
7085                 better, more standard copyright header
7086
7087 2009-02-12 [paul]       3.7.0cvs61
7088
7089         * src/gtk/spell_entry.c
7090         * src/gtk/spell_entry.h
7091                 changes to copyright header
7092
7093 2009-02-12 [paul]       3.7.0cvs60
7094
7095         * src/gtk/spell_entry.c
7096         * src/gtk/spell_entry.h
7097                 fix broken build
7098
7099 2009-02-11 [colin]      3.7.0cvs59
7100
7101         * src/gtk/spell_entry.c
7102         * src/gtk/spell_entry.h
7103                 Forgot to add files
7104
7105 2009-02-11 [colin]      3.7.0cvs58
7106
7107         * src/compose.c
7108         * src/gtk/Makefile.am
7109         * src/gtk/gtkaspell.c
7110         * src/gtk/gtkaspell.h
7111                 Add spellcheck to subject. Patch by
7112                 Pawel.
7113
7114 2009-02-10 [holger]     3.7.0cvs57
7115
7116         * src/printing.c
7117         * src/common/defs.h
7118                 Move filename define for printing page setup cache to defs.h
7119
7120 2009-02-08 [mones]      3.7.0cvs56
7121
7122         * src/matcher.h
7123                 Fix build for bison 2.4.1
7124
7125 2009-02-06 [holger]     3.7.0cvs55
7126
7127         * src/prefs_common.c
7128         * src/prefs_common.h
7129         * src/printing.c
7130                 Fix restoring of custom page setups for printing by
7131                 temporarily caching the settings.
7132                 This is a workaround for Gnome Bug #39018, and fixes
7133                 Claws Mail Bug #1840.
7134
7135 2009-02-06 [colin]      3.7.0cvs54
7136
7137         * src/mainwindow.c
7138                 Fix hardcoded Shift-Q quits. Fixes
7139                 bug 1838, 'Claws-Mail sometimes quits 
7140                 when attempting to type a capital Q'
7141
7142 2009-01-31 [paul]       3.7.0cvs53
7143
7144         * src/compose.c
7145                 revert 3.7.0cvs49, until there is time to find out
7146                 why it causes a nasty crash!
7147
7148 2009-01-31 [paul]       3.7.0cvs52
7149
7150         * src/mainwindow.c
7151                 1 string that was forgotten for translation
7152
7153 2009-01-31 [paul]       3.7.0cvs51
7154
7155         * src/messageview.c
7156                 2 strings that were forgotten for translation
7157
7158 2009-01-31 [paul]       3.7.0cvs50
7159
7160         * src/gtk/prefswindow.c
7161                 build prefs tree in a slightly smarter way -
7162                 fix bug where if path[0] had same name as
7163                 path[1], (like in the de translation), path[1]
7164                 was lost and not shown in the window
7165
7166 2009-01-31 [paul]       3.7.0cvs49
7167
7168         * src/compose.c
7169                 fix bug 1836, 'Quoted text still blue after
7170                 removal of quote-character'
7171                 comment out some debug_print's that needlessly
7172                 slow things down
7173         * src/undo.c
7174                 comment out a debug_print that needlessly slows
7175                 things down
7176
7177 2009-01-31 [paul]       3.7.0cvs48
7178
7179         * src/summaryview.c
7180                 fix bug 1834, '"semi"-selection when collapsing thread'
7181
7182 2009-01-31 [paul]       3.7.0cvs47
7183
7184         * src/prefs_compose_writing.c
7185         * src/prefs_message.c
7186                 move 'quote_chars' pref to where it should be
7187
7188 2009-01-30 [paul]       3.7.0cvs46
7189
7190         * src/summaryview.c
7191                 fix updating of popup menu sensitivity
7192
7193 2009-01-28 [paul]       3.7.0cvs45
7194
7195         * tools/filter_conv_new.pl
7196                 move 'move' and 'delete' to end of @actions
7197                 so that they are always final actions in the
7198                 generated filtering rule
7199
7200 2009-01-27 [paul]       3.7.0cvs44
7201
7202         * src/messageview.c
7203                 always select text/calendar mimepart if suitable
7204                 plugin (i.e. vCalendar) is available
7205
7206 2009-01-27 [paul]       3.7.0cvs43
7207
7208         * src/folder.c
7209                 fix crash when right-clicking in summaryview when
7210                 processing is active
7211
7212 2009-01-22 [colin]      3.7.0cvs42
7213
7214         * src/compose.c
7215         * src/privacy.c
7216         * src/privacy.h
7217                 When replying to signed/encrypted mail and the
7218                 preference to sign/encrypt in this case is set,
7219                 choose the original mail's privacy system (if
7220                 available).
7221
7222 2009-01-21 [colin]      3.7.0cvs41
7223
7224         * src/addressbook.h
7225                 Fix warning (on-the-fly theming of
7226                 addressbook isn't complete yet)
7227
7228 2009-01-21 [colin]      3.7.0cvs40
7229
7230         * src/account.c
7231         * src/addressbook.c
7232                 Win32: Fix window placement
7233
7234 2009-01-21 [paul]       3.7.0cvs39
7235
7236         * src/inc.c
7237                 update timeout log msg
7238
7239 2009-01-17 [colin]      3.7.0cvs38
7240
7241         * src/main.c
7242         * src/mbox.c
7243         * src/common/md5.c
7244         * src/common/utils.c
7245         * src/etpan/imap-thread.c
7246                 Fix g_open calls (which don't ignore mode)
7247
7248 2009-01-17 [colin]      3.7.0cvs37
7249
7250         * src/addressbook.c
7251         * src/compose.c
7252         * src/foldersel.c
7253         * src/main.c
7254         * src/mainwindow.c
7255         * src/mbox.c
7256         * src/common/md5.c
7257         * src/common/ssl_certificate.c
7258         * src/common/tags.c
7259         * src/common/utils.c
7260         * src/etpan/imap-thread.c
7261         * src/plugins/bogofilter/bogofilter.c
7262         * src/plugins/pgpinline/pgpinline.c
7263         * src/plugins/smime/smime.c
7264                 Probably fix bug 1825, 'Unable to fetch messages from 
7265                 IMAP folders named with non-ASCII string'
7266                 Change remaining occurences of fopen and open with
7267                 g_fopen and g_open
7268
7269 2009-01-17 [paul]       3.7.0cvs36
7270
7271         * manual/faq.xml
7272                 update an old, outdated piece of info
7273
7274 2009-01-17 [paul]       3.7.0cvs35
7275
7276         * src/prefs_folder_item.c
7277                 fix bug where saving Folder Properties of a
7278                 sub-folder of outbox, queue, draft or trash
7279                 would change its parent's folder type to normal
7280
7281 2009-01-12 [mones]      3.7.0cvs34
7282
7283         * po/es.po
7284                 Updated translation
7285
7286 2009-01-12 [wwp]        3.7.0cvs33
7287
7288         * tools/fix_date.sh
7289         * tools/popfile-link.sh
7290         * tools/textviewer.sh
7291                 Fix bashisms and other portability glitches (thanks to
7292                 Steven M. Bellovin).
7293
7294 2009-01-11 [paul]       3.7.0cvs32
7295
7296         * src/addrindex.c
7297                 clean up some build warnings
7298
7299 2009-01-11 [colin]      3.7.0cvs31
7300
7301         * src/addrindex.c
7302                 Revert part of patch 3.7.0cvs29 
7303                 This function is used when jpilot
7304                 support is disabled
7305
7306 2009-01-11 [colin]      3.7.0cvs30
7307
7308         * src/folder.c
7309                 folder_find_child_item_by_name():
7310                 actually use name, not path's basename
7311
7312 2009-01-11 [paul]       3.7.0cvs29
7313
7314         * src/addrclip.c
7315         * src/addrindex.c
7316         * src/addritem.c
7317         * src/foldersel.h
7318         * src/folderview.c
7319         * src/prefs_folder_item.c
7320                 clean up some build warnings
7321
7322 2009-01-11 [paul]       3.7.0cvs28
7323
7324         * src/gtk/about.c
7325                 don't even mention printing support, assume its
7326                 presence, unless building with GTK+ < 2.10.0
7327
7328 2009-01-10 [colin]      3.7.0cvs27
7329
7330         * src/codeconv.c
7331                 Fix bug 1811, '[mime] Crash when there's no 
7332                 room for filename's start on the same line'
7333                 When the mimetype of the attachment is very 
7334                 long, there's no room at all to start the 
7335                 name=... parameter on the same line. This
7336                 caused an infinite loop as 0 characters of
7337                 the filename could be appended.
7338                 In such cases, insert linebreak before the
7339                 name parameter.
7340
7341 2009-01-09 [colin]      3.7.0cvs26
7342
7343         * src/compose.c
7344         * src/mainwindow.c
7345         * src/common/utils.c
7346                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
7347                 Compose Window does not attach'
7348
7349 2009-01-09 [colin]      3.7.0cvs25
7350
7351         * src/foldersel.c
7352                 Fix bug 1817, 'Changing Themes does not 
7353                 update the pixmaps in "Select folder" 
7354                 dialog box'
7355
7356 2009-01-09 [colin]      3.7.0cvs24
7357
7358         * src/main.c
7359                 Win32: Fix bug 1816, 'Attaching files with 
7360                 command-line generates error after attaching'
7361
7362 2009-01-09 [paul]       3.7.0cvs23
7363
7364         * src/gtk/about.c
7365                 forgot this '2009' in last commit
7366
7367 2009-01-09 [paul]       3.7.0cvs22
7368
7369         * src/*/*.[c,h]
7370                 it's 2009!
7371                 update copyright headers
7372
7373 2009-01-09 [paul]       3.7.0cvs21
7374
7375         * doc/man/claws-mail.1
7376                 update Team list
7377
7378 2009-01-09 [colin]      3.7.0cvs20
7379
7380         * src/messageview.c
7381                 Fix bug 1814, 'Windows' WM badly places 
7382                 message view'
7383
7384 2009-01-09 [colin]      3.7.0cvs19
7385
7386         * src/prefs_themes.c
7387         * src/stock_pixmap.c
7388         * src/stock_pixmap.h
7389         * src/common/utils.c
7390         * src/common/utils.h
7391                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
7392
7393 2009-01-08 [colin]      3.7.0cvs18
7394
7395         * src/mimeview.c
7396                 Win32: Fix bug 1810, 'Pressing 'o' key 
7397                 crashes CM'
7398
7399 2009-01-07 [colin]      3.7.0cvs17
7400
7401         * src/html.c
7402                 Fix bug 1432, '&amp; not escaped in links (HTML 
7403                 rendered as text)'
7404
7405 2009-01-06 [colin]      3.7.0cvs16
7406
7407         * src/plugins/pgpcore/select-keys.c
7408                 Warn translators the usual way about
7409                 accels
7410
7411 2009-01-06 [colin]      3.7.0cvs15
7412
7413         * src/mainwindow.c
7414                 Fix synchronisation dialog that shouldn't
7415                 appear when network goes down (Network
7416                 Manager)
7417         * src/mimeview.c
7418         * src/textview.c
7419                 Fix save as when attach_save_dir isn't set
7420                 fixes bug 1804, 'attach_save_directory does 
7421                 not default to $HOME'
7422         * src/plugins/pgpcore/select-keys.c
7423                 Add mnemonics to buttons - warn translators!
7424
7425 2009-01-06 [wwp]        3.7.0cvs14
7426
7427         * src/common/utils.c
7428                 Fix cvs13, thanks to Colin.
7429
7430 2009-01-06 [wwp]        3.7.0cvs13
7431
7432         * src/common/utils.c
7433                 Better support for Spanish Outlook replies (RES).
7434
7435 2009-01-02 [colin]      3.7.0cvs12
7436
7437         * src/folderview.c
7438                 Fix (+) sign after collapsed folder names that 
7439                 have quicksearch-matching children.
7440                 Fixes bug 1506, 'Recursive search in collapsed 
7441                 folders'
7442
7443 2009-01-02 [colin]      3.7.0cvs11
7444
7445         * src/stock_pixmap.c
7446         * src/stock_pixmap.h
7447                 Remove now-unused stock_pixmap_gdk
7448
7449 2009-01-02 [colin]      3.7.0cvs10
7450
7451         * src/gtk/gtkutils.c
7452         * src/pixmaps/claws-mail_icon.xpm
7453                 Use pixbuf for app icon, and make the app icon
7454                 a bit nicer
7455
7456 2009-01-02 [colin]      3.7.0cvs9
7457
7458         * src/uri_opener.c
7459                 Show both link title and URI if possible
7460
7461 2009-01-02 [colin]      3.7.0cvs8
7462
7463         * src/addressadd.c
7464         * src/addressbook.c
7465         * src/addressbook_foldersel.c
7466         * src/addressitem.h
7467         * src/folderview.c
7468         * src/grouplistdialog.c
7469         * src/importldif.c
7470         * src/mimeview.c
7471         * src/summaryview.c
7472         * src/gtk/gtkcmclist.c
7473         * src/gtk/gtkcmclist.h
7474         * src/gtk/gtkcmctree.c
7475         * src/gtk/gtkcmctree.h
7476         * src/gtk/gtksctree.c
7477         * src/gtk/gtksctree.h
7478                 Implement pixbuf rendering in tree widgets
7479                 instead of pixmaps
7480         * src/plugins/trayicon/trayicon.c
7481         * src/noticeview.c
7482         * src/prefs_themes.c
7483                 Use pixbuf rendering here too
7484
7485 2008-12-30 [paul]       3.7.0cvs7
7486
7487         * src/textview.c
7488                 no need to prematurely trim the uri in the statusbar
7489
7490 2008-12-29 [paul]       3.7.0cvs6
7491
7492         * src/procmsg.c
7493                 prefer List-Id header to X-* headers when creating
7494                 filter rule automatically
7495
7496 2008-12-28 [colin]      3.7.0cvs5
7497
7498         * src/compose.c
7499                 Set minimum height to 440 instead of 480
7500
7501 2008-12-22 [colin]      3.7.0cvs4
7502
7503         * src/compose.c
7504                 Fix bug 1799, '"Discard message" deletes manually 
7505                 saved draft'. Switch rmode to REEDIT after 
7506                 manually saving.
7507
7508 2008-12-21 [paul]       3.7.0cvs3
7509
7510         * tools/claws.i18n.status.pl
7511                 updates
7512
7513 2008-12-21 [paul]       3.7.0cvs2
7514
7515         * AUTHORS
7516         * src/gtk/authors.h
7517                 (more) updates
7518
7519 2008-12-21 [paul]       3.7.0cvs1
7520
7521         * AUTHORS
7522         * src/gtk/authors.h
7523                 updates
7524
7525 2008-12-19 [paul]       3.7.0
7526
7527         * NEWS
7528         * README
7529         * RELEASE_NOTES 
7530                 3.7.0 released!
7531
7532 2008-12-19 [paul]       3.6.1cvs80
7533
7534         * configure.ac
7535                 remove unmaintained sk and sr from ALL_LINGUAS
7536                 add newly maintained cs to ALL_LINGUAS
7537         * po/bg.po
7538         * po/ca.po
7539         * po/cs.po
7540         * po/de.po
7541         * po/fi.po
7542         * po/hu.po
7543         * po/nl.po
7544         * po/pt_BR.po
7545         * po/ru.po
7546         * po/sv.po
7547                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
7548                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
7549                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
7550                 Persson Fink
7551
7552 2008-12-16 [colin]      3.6.1cvs79
7553
7554         * src/plugins/pgpcore/sgpgme.c
7555                 Fix warning
7556
7557 2008-12-15 [colin]      3.6.1cvs78
7558
7559         * src/compose.c
7560         * src/privacy.c
7561         * src/privacy.h
7562         * src/plugins/pgpcore/sgpgme.c
7563         * src/plugins/pgpcore/sgpgme.h
7564         * src/plugins/pgpinline/pgpinline.c
7565         * src/plugins/pgpmime/pgpmime.c
7566         * src/plugins/smime/smime.c
7567                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
7568                 email address" doesn't work'. Use custom from address
7569                 if set
7570
7571 2008-12-15 [colin]      3.6.1cvs77
7572
7573         * src/common/utils.c
7574                 Fix bug 1746, 'Makes a mailto link from several 
7575                 paragraphs'
7576
7577 2008-12-15 [paul]       3.6.1cvs76
7578
7579         * m4/spamassassin.m4
7580                 fix warnings thrown up by autoconf-2.63
7581
7582 2008-12-13 [colin]      3.6.1cvs75
7583
7584         * Makefile.am
7585         * src/Makefile.am
7586         * src/common/ssl.c
7587         * src/common/utils.c
7588         * src/common/utils.h
7589         * tools/Makefile.am
7590                 Finish previous patch
7591
7592 2008-12-13 [colin]      3.6.1cvs74
7593
7594         * tools/Makefile.am
7595                 Only install certs on windows
7596
7597 2008-12-13 [colin]      3.6.1cvs73
7598
7599         * tools/Makefile.am
7600         * tools/ca-certificates.crt
7601         * src/common/Makefile.am
7602         * src/common/ssl.c
7603                 First try to ship SSL certificates in Windows
7604                 build
7605
7606 2008-12-12 [colin]      3.6.1cvs72
7607
7608         * configure.ac
7609         * src/plugins/pgpinline/claws.def
7610                 Windows build fixes
7611
7612 2008-12-12 [paul]       3.6.1cvs71
7613
7614         * src/imap.c
7615         * src/mh.c
7616         * src/partial_download.c
7617         * src/textview.c
7618         * src/common/claws.c
7619         * src/common/prefs.c
7620         * src/common/utils.c
7621                 win32: fix unlinking, renaming and bug with
7622                 non-ascii username
7623                 Patch by Colin
7624
7625 2008-12-11 [colin]      3.6.1cvs70
7626
7627         * po/fr.po
7628         * manual/fr/advanced.xml
7629                 Update french translations
7630
7631 2008-12-10 [colin]      3.6.1cvs69
7632
7633         * manual/faq.xml
7634                 Correct bug submission guidelines
7635
7636 2008-12-10 [colin]      3.6.1cvs68
7637
7638         * src/plugins/pgpcore/pgp_viewer.c
7639                 Fix bug 1736, 'Key import does not work'
7640                 Kill the correct pid (and not the parent
7641                 shell), and increase the timeout a bit.
7642
7643 2008-12-09 [paul]       3.6.1cvs67
7644
7645         * src/messageview.c
7646                 ensure that any stray noticeview buttons are hidden,
7647                 as clicking them causes segfaults!
7648
7649 2008-12-09 [colin]      3.6.1cvs66
7650
7651         * src/compose.c
7652         * src/compose.h
7653         * src/folder_item_prefs.h
7654         * src/prefs_common.c
7655         * src/prefs_common.h
7656         * src/common/defs.h
7657                 Fix bug 1792, '"Save Message to" should 
7658                 retain list of recently selected folders'
7659                 Also, make Enchant-related prefs stick
7660                 even if the build doesn't enable enchant
7661
7662 2008-12-09 [paul]       3.6.1cvs65
7663
7664         * src/messageview.c
7665                 fix bug 1787, 'Prevent automatic PGP inline
7666                 decryption attempts' use the noticeview to display
7667                 decryption failure messages instead of the irritating
7668                 popup dialog
7669
7670 2008-12-09 [colin]      3.6.1cvs64
7671
7672         * src/prefs_filtering.c
7673                 Fix bug 1789, 'filtering account selection 
7674                 (regression)'. Filtering on sending-only
7675                 accounts can be a little useful when using
7676                 filtering via Tools menu.
7677
7678 2008-12-07 [paul]       3.6.1cvs63
7679
7680         * src/prefs_actions.c
7681                 don't auto-select first entry (same as other
7682                 similar dialogs)
7683         * src/gtk/pluginwindow.c
7684                 these parents don't have children so don't look
7685                 for them
7686
7687 2008-12-07 [paul]       3.6.1cvs62
7688
7689         * src/prefs_account.c
7690         * src/gtk/pluginwindow.c
7691         * src/gtk/prefswindow.c
7692         * src/gtk/prefswindow.h
7693                 auto-select first page
7694
7695 2008-12-05 [colin]      3.6.1cvs61
7696
7697         * src/codeconv.c
7698         * src/procmime.c
7699                 Fix bug 1788, 'CM crashes re-encoding 
7700                 encoded parameters' (introduced in cvs40)
7701
7702 2008-12-05 [paul]       3.6.1cvs60
7703
7704         * src/prefs_common.h
7705                 remove gpg prefs that are no longer needed here
7706
7707 2008-12-03 [colin]      3.6.1cvs59
7708
7709         * src/msgcache.c
7710                 Speed up cache reading (about 10% gain)
7711         * src/summaryview.c
7712         * src/gtk/gtksctree.c
7713                 Speed up expand/collapse all threads
7714                 (about 95% gain)
7715
7716 2008-12-03 [paul]       3.6.1cvs58
7717
7718         * configure.ac
7719                 eradicate gcc4's signedness warnings
7720                 fix building with gnuTLS on (Open)Solaris
7721
7722 2008-12-01 [colin]      3.6.1cvs57
7723
7724         * src/gtk/gtkcmclist.c
7725                 Fix column headers
7726
7727 2008-12-01 [colin]      3.6.1cvs56
7728
7729         * src/plugins/pgpinline/pgpinline.c
7730                 Fix bug 1779, 'PGP Inline badly handles 
7731                 multipart'. Properly dump the current part
7732                 instead of running around with scissors
7733
7734 2008-11-30 [paul]       3.6.1cvs55
7735
7736         * manual/advanced.xml
7737         * manual/plugins.xml
7738         * src/prefs_toolbar.c
7739                 remove the verb from the page title and
7740                 update references in the manual
7741
7742 2008-11-30 [paul]       3.6.1cvs54
7743
7744         * src/prefs_other.c
7745                 move Other/ page to Other/Miscellaneous
7746         * src/gtk/prefswindow.c
7747                 make parent page unselectable
7748
7749 2008-11-29 [paul]       3.6.1cvs53
7750
7751         * README
7752                 add the new 'primary_paste_unselects' hidden
7753                 option, add missing 'log_[...]_color' options,
7754                 and reformat the text
7755         * manual/advanced.xml
7756                 add the new 'primary_paste_unselects' hidden
7757                 option, add missing 'log_[...]_color' options
7758
7759 2008-11-28 [colin]      3.6.1cvs52
7760
7761         * src/mimeview.c
7762                 Fix leak
7763
7764 2008-11-28 [colin]      3.6.1cvs51
7765
7766         * po/fr.po
7767                 Update translation
7768
7769 2008-11-28 [colin]      3.6.1cvs50
7770
7771         * src/mainwindow.c
7772                 Fix account selection in Mailing list
7773                 menu
7774
7775 2008-11-28 [paul]       3.6.1cvs49
7776
7777         * po/Makefile.in.in
7778                 automatically remove obsolete strings
7779
7780 2008-11-28 [colin]      3.6.1cvs48
7781
7782         * src/plugins/pgpcore/sgpgme.c
7783                 Fix error message when key isn't available.
7784
7785 2008-11-27 [colin]      3.6.1cvs47
7786
7787         * src/filtering.c
7788         * src/matcher.c
7789                 Fix a little leak
7790
7791 2008-11-26 [colin]      3.6.1cvs46
7792
7793         * src/common/ssl.c
7794                 Fix new warning
7795
7796 2008-11-26 [colin]      3.6.1cvs45
7797
7798         * src/plugins/pgpcore/select-keys.c
7799         * src/plugins/pgpcore/sgpgme.c
7800                 Fix bug 1591, 'S/MIME: better key 
7801                 handling/selection dialog'
7802                 Really ignore revoked/expired keys
7803
7804 2008-11-26 [colin]      3.6.1cvs44
7805
7806         * src/main.c
7807         * src/common/claws.c
7808         * src/common/ssl.c
7809                 Make sure libgcrypt's threading is initialised
7810                 before gnutls. See also old bug 1539.
7811
7812 2008-11-26 [colin]      3.6.1cvs43
7813
7814         * src/imap.c
7815         * src/news.c
7816         * src/etpan/imap-thread.c
7817                 Fix possible crashes due to clist_begin()
7818                 not checking for NULLs (it should!)
7819
7820 2008-11-25 [colin]      3.6.1cvs42
7821
7822         * src/procmime.c
7823                 Fix line length in MIME parameters
7824
7825 2008-11-22 [paul]       3.6.1cvs41
7826
7827         * src/compose.c
7828                 grab Return key press in attachments Properties
7829                 dialog
7830
7831 2008-11-21 [colin]      3.6.1cvs40
7832
7833         * src/compose.c
7834         * src/procmime.c
7835                 Fix bug 1776, 'use encoded name parameters 
7836                 for attachments instead of ascii'.
7837                 Break the RFC 2047 by using B-encoded 
7838                 filename parameter, like everyone does,
7839                 following advice from the RFC author.
7840
7841 2008-11-21 [colin]      3.6.1cvs39
7842
7843         * src/common/socket.c
7844                 Rehandshake if server asks to
7845
7846 2008-11-21 [colin]      3.6.1cvs38
7847
7848         * src/mimeview.h
7849         * src/toolbar.h
7850         * src/common/session.h
7851         * src/common/smtp.h
7852                 Move conditional-compilation members to
7853                 end of structs
7854
7855 2008-11-19 [wwp]        3.6.1cvs37
7856
7857         * src/prefs_actions.c
7858                 Fixed wrong behaviour when pressing Escape (was not cancelling
7859                 the action).
7860
7861 2008-11-19 [wwp]        3.6.1cvs36
7862
7863         * src/compose.c
7864         * src/matcher.c
7865         * src/messageview.c
7866         * src/mimeview.c
7867         * src/prefs_actions.c
7868         * src/prefs_filtering_action.c
7869         * src/procmsg.c
7870         * src/summaryview.c
7871         * src/textview.c
7872         * src/common/utils.c
7873                 Replace occurrences of "command line" with "command-line" everywhere.
7874                 Enforce code style (mostly indentation) in prefs_actions.c.
7875
7876 2008-11-19 [colin]      3.6.1cvs35
7877
7878         * src/compose.c
7879         * src/prefs_common.c
7880         * src/prefs_common.h
7881                 Add primary_paste_unselects hidden preference
7882                 to change how middle-click pasting changes
7883                 the selection and insert point; defaults to
7884                 pre-3.6.1cvs31
7885
7886 2008-11-19 [colin]      3.6.1cvs34
7887
7888         * src/folderview.c
7889                 Always give focus to summaryview, even if
7890                 the folder is empty, in small screen layout.
7891                 Allows to go back to folderlist using the
7892                 keyboard.
7893
7894 2008-11-18 [colin]      3.6.1cvs33
7895
7896         * src/mainwindow.h
7897                 Put back conditional at the end of struct
7898
7899 2008-11-18 [colin]      3.6.1cvs32
7900
7901         * src/procmime.c
7902         * src/common/w32_reg.c
7903                 Fix crash on win32 when browsing to a
7904                 directory
7905
7906 2008-11-15 [colin]      3.6.1cvs31
7907
7908         * src/compose.c
7909                 After a mid-click paste, deselect selection
7910                 and go to end of paste.
7911
7912 2008-11-15 [colin]      3.6.1cvs30
7913
7914         * src/compose.c
7915                 Auto-save draft after external editor quits
7916
7917 2008-11-15 [colin]      3.6.1cvs29
7918
7919         * src/plugins/pgpcore/sgpgme.c
7920                 Fix wrong error display, thanks to
7921                 Charles A. Edwards
7922
7923 2008-11-14 [colin]      3.6.1cvs28
7924
7925         * src/prefs_actions.c
7926                 Comment out bogus (IMO) warning
7927
7928 2008-11-14 [colin]      3.6.1cvs27
7929
7930         * src/mainwindow.c
7931         * src/summaryview.c
7932         * src/summaryview.h
7933         * src/gtk/menu.c
7934         * src/gtk/menu.h
7935                 Share summaryview's context menu actions with
7936                 the equivalent menu items of the main menu;
7937                 this allows to share accelerators and de-
7938                 duplicate code.
7939
7940 2008-11-14 [colin]      3.6.1cvs26
7941
7942         * src/plugins/pgpcore/sgpgme.c
7943                 Fix bug 1768, 'claws-mail crashes while 
7944                 checking smime bad signature'
7945
7946 2008-11-13 [colin]      3.6.1cvs25
7947
7948         * src/account.c
7949         * src/filtering.c
7950                 Fix redefinition of PREFSBUFSIZE
7951
7952 2008-11-13 [wwp]        3.6.1cvs24
7953
7954         * tools/popfile-link.sh
7955                 Add support for reusing existing POPFile session ID.
7956
7957 2008-11-12 [colin]      3.6.1cvs23
7958
7959         * src/prefs_gtk.h
7960                 Fix bug 1771, 'Folder template gets 
7961                 truncated when exiting the application'
7962                 Use a 32k buffer for string preferences
7963
7964 2008-11-11 [colin]      3.6.1cvs22
7965
7966         * src/summaryview.c
7967                 Fix "display sender using addressbook" when
7968                 prefs_common.swap_from is in use. Patch by
7969                 H. Merijn Brand
7970
7971 2008-11-11 [colin]      3.6.1cvs21
7972
7973         * src/autofaces.c
7974         * src/common/md5.c
7975         * src/common/md5.h
7976                 Make a few functions static
7977
7978 2008-11-07 [colin]      3.6.1cvs20
7979
7980         * src/mainwindow.c
7981         * src/summaryview.c
7982                 Fix crash when rebuilding colorlabel
7983                 menu
7984         * src/addrgather.c
7985         * src/editldap.c
7986         * src/prefs_account.c
7987         * src/prefs_compose_writing.c
7988         * src/prefs_logging.c
7989         * src/prefs_message.c
7990         * src/prefs_other.c
7991         * src/prefs_receive.c
7992         * src/prefs_summaries.c
7993         * src/prefs_wrapping.c
7994         * src/plugins/bogofilter/bogofilter_gtk.c
7995         * src/plugins/pgpcore/prefs_gpg.c
7996         * src/plugins/spamassassin/spamassassin_gtk.c
7997                 Fix deprecated use of page_size in 
7998                 gtkspinbutton adjustments
7999
8000 2008-11-06 [mones]      3.6.1cvs19
8001
8002         * src/mainwindow.c
8003                 Fix missing "About" in Help menu
8004         * tools/claws.i18n.status.pl
8005                 Fix header
8006
8007 2008-11-05 [colin]      3.6.1cvs18
8008
8009         * src/action.c
8010         * src/main.c
8011         * src/mainwindow.c
8012         * src/common/socket.c
8013         * src/common/socket.h
8014         * src/gtk/gtkutils.c
8015         * src/gtk/gtkutils.h
8016                 w32: Implement single launch (lock
8017                 socket); always put debug log to
8018                 the rc_dir; fix Start menu update
8019                 after registering as default Mail 
8020                 app
8021
8022 2008-11-05 [colin]      3.6.1cvs17
8023
8024         * src/mainwindow.c
8025                 Setting the Mail start menu item in HKCU 
8026                 confuses the Internet Options dialog. Do 
8027                 it in HKLM as this dialog does.
8028
8029 2008-11-04 [colin]      3.6.1cvs16
8030
8031         * src/common/w32_reg.c
8032                 Fix off-by-one
8033
8034 2008-11-04 [colin]      3.6.1cvs15
8035
8036         * src/procmime.c
8037                 w32: Fix getting content-type 
8038         * src/mimeview.c
8039         * src/prefs_common.c
8040         * src/prefs_common.h
8041         * src/prefs_ext_prog.c
8042         * src/textview.c
8043                 w32: better integration (use the
8044                 standard file associations instead
8045                 of our platform-unadapted open
8046                 dialog)
8047         * src/mainwindow.c
8048         * src/common/utils.c
8049         * src/common/w32_reg.c
8050         * src/common/w32lib.h
8051                 w32: better integration (allow 
8052                 setting Claws as default MUA)
8053
8054 2008-11-01 [colin]      3.6.1cvs14
8055
8056         * src/codeconv.c
8057                 Fix wrongly converted non-ascii characters
8058                 when locale's charset is US-ASCII (strict-mode
8059                 was failing in this case)
8060
8061 2008-10-30 [colin]      3.6.1cvs13
8062
8063         * src/mimeview.c
8064         * src/mimeview.h
8065         * src/textview.c
8066         * src/textview.h
8067                 Use one UI Manager per mimeview, instead of
8068                 the global one -- else user_data pointer gets
8069                 broken if opening and closing another message-
8070                 view, then using right-click on a mimeview's 
8071                 mimepart. Probably fixes bug 1711, 'Save-as
8072                 attachment crashes'
8073
8074 2008-10-24 [paul]       3.6.1cvs12
8075
8076         * tools/Makefile.am
8077         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
8078         * tools/kdeservicemenu/install.sh
8079                 another, possibly the final?, attempt on getting this
8080                 sorted for kde4
8081
8082 2008-10-24 [paul]       3.6.1cvs11
8083
8084         * tools/kdeservicemenu/install.sh
8085                 fix servicemenu installation directory on kde4
8086
8087 2008-10-24 [paul]       3.6.1cvs10
8088
8089         * tools/kdeservicemenu/README
8090         * tools/kdeservicemenu/install.sh
8091                 add support for kde4 in addition to kde3.
8092                 a rework involving checking for kde4-config, then
8093                 kde-config, finally prompting the user for the
8094                 location of either if they cannot be found
8095                 
8096
8097 2008-10-18 [paul]       3.6.1cvs9
8098
8099         * tools/claws.i18n.status.pl
8100                 updated with latest translator info.
8101                 only print for languages defined in %langname
8102
8103 2008-10-17 [paul]       3.6.1cvs8
8104
8105         * src/plugins/pgpcore/sgpgme.c
8106                 when listing the uid's, show the uid validity
8107
8108 2008-10-16 [paul]       3.6.1cvs7
8109
8110         * INSTALL
8111                 updated
8112
8113 2008-10-13 [wwp]        3.6.1cvs6
8114
8115         * po/fr.po
8116                 Updated French translation.
8117
8118 2008-10-11 [colin]      3.6.1cvs5
8119
8120         * src/gtk/authors.h
8121                 Fix bug 1756, "Outdated translators list in About 
8122                 dialogue". Patch by Aleksei Miheev.
8123
8124 2008-10-11 [colin]      3.6.1cvs4
8125
8126         * src/account.c
8127         * src/imap.c
8128         * src/inc.c
8129         * src/main.c
8130         * src/mainwindow.c
8131         * src/news.c
8132         * src/pop.c
8133         * src/pop.h
8134         * src/prefs_account.c
8135         * src/send_message.c
8136         * src/send_message.h
8137         * src/ssl_manager.c
8138         * src/ssl_manager.h
8139         * src/wizard.c
8140         * src/common/claws.c
8141         * src/common/defs.h
8142         * src/common/session.c
8143         * src/common/session.h
8144         * src/common/smtp.c
8145         * src/common/smtp.h
8146         * src/common/socket.c
8147         * src/common/socket.h
8148         * src/common/ssl.c
8149         * src/common/ssl.h
8150         * src/common/ssl_certificate.c
8151         * src/common/ssl_certificate.h
8152         * src/gtk/about.c
8153         * src/gtk/sslcertwindow.c
8154         * src/gtk/sslcertwindow.h
8155                 Remove OpenSSL code
8156
8157 2008-10-11 [colin]      3.6.1cvs3
8158
8159         * src/common/ssl_certificate.c
8160                 Make local function static
8161
8162 2008-10-10 [colin]      3.6.1cvs2
8163
8164         * src/common/ssl.h
8165         * src/common/ssl_certificate.c
8166         * src/gtk/sslcertwindow.c
8167                 Add offline certificate verification,
8168                 thanks to Nikos Mavrogiannopoulos for the
8169                 hints
8170
8171 2008-10-10 [colin]      3.6.1cvs1
8172
8173         * src/common/ssl_certificate.c
8174         * src/gtk/sslcertwindow.c
8175                 Fix warnings
8176
8177 2008-10-10 [paul]       3.6.1
8178
8179         * m4/spamassassin.m4
8180                 remove openssl dross
8181
8182         * NEWS
8183         * README
8184         * RELEASE_NOTES 
8185                 3.6.1 released!
8186
8187 2008-10-10 [colin]      3.6.0cvs25
8188
8189         * src/common/ssl.c
8190                 Tell libetpan it doesn't need to init
8191                 GnuTLS
8192
8193 2008-10-10 [colin]      3.6.0cvs24
8194
8195         * claws-mail.pc.in
8196                 Remove references to openssl
8197
8198 2008-10-09 [colin]      3.6.0cvs23
8199
8200         * configure.ac
8201                 Fix message
8202
8203 2008-10-09 [colin]      3.6.0cvs22
8204
8205         * configure.ac
8206                 Error out when building against openssl
8207
8208 2008-10-09 [colin]      3.6.0cvs21
8209
8210         * configure.ac
8211         * COPYING
8212         * src/crash.c
8213         * src/main.c
8214         * src/gtk/about.c
8215                 Disable OpenSSL due to requirement of
8216                 OpenSSL exception. Code not removed yet,
8217                 just in case, but disabled.
8218
8219 2008-10-09 [colin]      3.6.0cvs20
8220
8221         * configure.ac
8222         * src/Makefile.am
8223         * src/crash.c
8224         * src/gedit-print.c
8225         * src/gedit-print.h
8226         * src/main.c
8227         * src/mainwindow.c
8228         * src/messageview.c
8229         * src/prefs_ext_prog.c
8230         * src/prefs_fonts.c
8231         * src/prefs_image_viewer.c
8232         * src/printing.c
8233         * src/printing.h
8234         * src/summaryview.c
8235         * src/gtk/Makefile.am
8236         * src/gtk/about.c
8237         * src/gtk/gtksourceprintjob.c
8238         * src/gtk/gtksourceprintjob.h
8239                 Revert previous patch. It'd be better to remove
8240                 OpenSSL instead, as GnuTLS works as well.
8241
8242 2008-10-09 [colin]      3.6.0cvs19
8243
8244         * configure.ac
8245         * src/Makefile.am
8246         * src/crash.c
8247         * src/gedit-print.c
8248         * src/gedit-print.h
8249         * src/main.c
8250         * src/mainwindow.c
8251         * src/messageview.c
8252         * src/prefs_ext_prog.c
8253         * src/prefs_fonts.c
8254         * src/prefs_image_viewer.c
8255         * src/printing.c
8256         * src/printing.h
8257         * src/summaryview.c
8258         * src/gtk/Makefile.am
8259         * src/gtk/about.c
8260         * src/gtk/gtksourceprintjob.c
8261         * src/gtk/gtksourceprintjob.h
8262                 Remove the libgnomeprint interface (deprecated,
8263                 and fixes Debian's #501570, 'Copyright confusion')
8264
8265 2008-10-09 [colin]      3.6.0cvs18
8266
8267         * configure.ac
8268                 Require libetpan 0.57 (important fixes)
8269
8270 2008-10-08 [paul]       3.6.0cvs17
8271
8272         * src/prefs_filtering_action.c
8273         * src/prefs_matcher.c
8274                 enable re-ordering of the filtering/processing
8275                 condition and actions lists by drag'n'drop
8276
8277 2008-10-08 [colin]      3.6.0cvs16
8278
8279         * src/addressbook.c
8280                 Fix wrong menu title
8281
8282 2008-10-07 [colin]      3.6.0cvs15
8283
8284         * src/imap.c
8285                 After thinking, revert this. It's only a minor
8286                 annoyance to GSSAPI users, and I can't test this
8287                 right now. Postponed until after next good release.
8288
8289 2008-10-07 [colin]      3.6.0cvs14
8290
8291         * src/imap.c
8292                 Don't ask for a password when using GSSAPI
8293
8294 2008-10-07 [colin]      3.6.0cvs13
8295
8296         * src/mainwindow.c
8297                 Fix build with GTK+ < 2.14
8298
8299 2008-10-07 [colin]      3.6.0cvs12
8300
8301         * src/mainwindow.c
8302         * src/mainwindow.h
8303         * src/prefs_common.c
8304         * src/prefs_common.h
8305         * src/summaryview.c
8306         * src/gtk/colorlabel.c
8307                 Fix bug 1749, 'Shortcut keys for color labels 
8308                 not changeable'
8309                 Make fullscreen a setting remembered between
8310                 sessions
8311
8312 2008-10-07 [colin]      3.6.0cvs11
8313
8314         * src/prefs_other.c
8315                 Fix bug 1747, 'Wanderlust keybindings no longer 
8316                 working (regression)'
8317
8318 2008-10-07 [colin]      3.6.0cvs10
8319
8320         * src/mainwindow.c
8321                 Make fullscreen a real menu item
8322
8323 2008-10-07 [colin]      3.6.0cvs9
8324
8325         * src/mainwindow.c
8326                 Make sure we won't save size when
8327                 fullscreening
8328
8329 2008-10-06 [colin]      3.6.0cvs8
8330
8331         * src/mainwindow.c
8332         * src/mainwindow.h
8333                 Handle fullscreen via F11. Patch by
8334                 Michael Rasmussen
8335
8336 2008-10-06 [colin]      3.6.0cvs7
8337
8338         * src/common/ssl.c
8339                 Fix return value when setting client cert
8340
8341 2008-10-04 [colin]      3.6.0cvs6
8342
8343         * src/mimeview.c
8344                 Fix bug 1742, 'Attachment list contents not 
8345                 visible/scrollable'
8346
8347 2008-10-04 [paul]       3.6.0cvs5
8348
8349         * src/mainwindow.c
8350                 fix failure of Hide toolbar option on restart
8351
8352 2008-10-04 [colin]      3.6.0cvs4
8353
8354         * src/addressbook.c
8355         * src/compose.c
8356         * src/mainwindow.c
8357         * src/messageview.c
8358         * src/summaryview.c
8359                 Maemo: Fix bug 1737, Crashes upon opening
8360
8361 2008-10-04 [paul]       3.6.0cvs3
8362
8363         * po/pt_BR.po
8364                 submitted (just a little late) by Frederico
8365                 Goncalves Guimaraes
8366
8367 2008-10-03 [wwp]        3.6.0cvs2
8368
8369         * po/fr.po
8370                 Many fixes, mostly in menus and accelerators.
8371
8372 2008-10-03 [colin]      3.6.0cvs1
8373
8374         * src/gtk/filesel.c
8375                 Allow network mounts with new GTKs: they're
8376                 available via FUSE mounts and we don't need
8377                 GVFS.
8378
8379 2008-10-03 [paul]       3.6.0
8380
8381         * NEWS
8382         * README
8383         * RELEASE_NOTES 
8384                 3.6.0 released!
8385
8386 2008-10-03 [paul]       3.5.0cvs145
8387
8388         * configure.ac
8389         * po/bg.po
8390         * po/nl.po
8391         * po/ru.po
8392         * po/sv.po
8393                 new translations. added by Yasen Pramatarov,
8394                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
8395         * po/ca.po
8396         * po/de.po
8397         * po/fi.po
8398         * po/fr.po
8399         * po/hu.po
8400         * po/it.po
8401         * po/pl.po
8402         * po/zh_CN.po
8403                 updated translations. submitted by Miquel Oliete,
8404                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
8405                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
8406
8407 2008-10-02 [colin]      3.5.0cvs144
8408
8409         * src/common/session.c
8410                 Fix crash when connection fails on windows
8411
8412 2008-10-01 [colin]      3.5.0cvs143
8413
8414         * src/imap.c
8415                 Real fix for FS-unsafe chars on win32
8416
8417 2008-10-01 [colin]      3.5.0cvs142
8418
8419         * src/imap.c
8420                 Encode prohibited filenames on win32
8421
8422 2008-09-30 [mones]      3.5.0cvs141
8423
8424         * src/ldapctrl.c
8425         * src/main.c
8426         * src/prefs_themes.c
8427         * src/printing.c
8428                 Fix output of some debug messages
8429
8430 2008-09-30 [colin]      3.5.0cvs140
8431
8432         * src/addrbook.c
8433         * src/addrharvest.c
8434         * src/compose.c
8435         * src/jpilot.c
8436         * src/mh.c
8437         * src/prefs_themes.c
8438         * src/procheader.c
8439         * src/procmime.c
8440         * src/summaryview.c
8441         * src/common/utils.c
8442         * src/gtk/sslcertwindow.c
8443                 Win32: Fix time usage; use g_stat
8444
8445 2008-09-29 [colin]      3.5.0cvs139
8446
8447         * src/common/utils.c
8448                 Fix case-sensitive match of subject
8449                 prefixes on win32
8450
8451 2008-09-29 [colin]      3.5.0cvs138
8452
8453         * src/folder_item_prefs.c
8454         * src/folder_item_prefs.h
8455         * src/matcher.c
8456         * src/prefs_folder_item.c
8457         * src/prefs_matcher.c
8458         * src/summaryview.c
8459         * src/common/string_match.c
8460         * src/common/utils.c
8461                 Fix a huge leak (dozens of megs per folder
8462                 change) on Windows: disable regexps 
8463
8464 2008-09-28 [paul]       3.5.0cvs137
8465
8466         * po/en_GB.po
8467                 updated
8468
8469 2008-09-27 [colin]      3.5.0cvs136
8470
8471         * src/account.c
8472         * src/account.h
8473                 Add accessor for cur_account
8474
8475 2008-09-27 [colin]      3.5.0cvs135
8476
8477         * src/imap.c
8478                 Fix crash when error happen on session establishment
8479
8480 2008-09-26 [mones]      3.5.0cvs134
8481
8482         * po/es.po
8483                 Updated for release
8484
8485 2008-09-26 [colin]      3.5.0cvs133
8486
8487         * src/plugins/pgpcore/claws.def
8488                 Fix symbol
8489
8490 2008-09-26 [colin]      3.5.0cvs132
8491
8492         * src/prefs_common.c
8493         * src/prefs_common.h
8494         * src/plugins/pgpcore/pgp_viewer.c
8495                 Add an accessor to prefs_common for plugins
8496                 (Win32 fix)
8497
8498 2008-09-25 [colin]      3.5.0cvs131
8499
8500         * src/main.c
8501                 Fix bug 1725, 'useless lines in clawsrc'
8502         * src/plugins/smime/mypgpcore.def
8503                 Add a missing symbol
8504
8505 2008-09-25 [paul]       3.5.0cvs130
8506
8507         * src/plugins/smime/mypgpcore.def
8508         * src/plugins/smime/plugin.def
8509         * src/plugins/smime/version.rc
8510                 add these windows-specific files
8511                 (Thanks to Colin)
8512
8513 2008-09-25 [colin]      3.5.0cvs129
8514
8515         * src/main.c
8516                 Load standard plugins only on first run
8517
8518 2008-09-25 [colin]      3.5.0cvs128
8519
8520         * src/codeconv.c
8521                 Fix build...
8522
8523 2008-09-24 [colin]      3.5.0cvs127
8524
8525         * src/codeconv.c
8526                 Add nb_NO's charset (iso-8859-1)
8527
8528 2008-09-24 [colin]      3.5.0cvs126
8529
8530         * src/common/utils.c
8531                 Fix get_mail_base_dir() on windows
8532                 (was synced from main ages ago)
8533
8534 2008-09-24 [colin]      3.5.0cvs125
8535
8536         * src/main.c
8537         * src/wizard.c
8538                 Integrate better with Windows' style
8539
8540 2008-09-23 [paul]       3.5.0cvs124
8541
8542         * src/compose.c
8543         * src/mainwindow.c
8544         * src/messageview.c
8545                 offer these strings to translators too 
8546
8547 2008-09-23 [colin]      3.5.0cvs123
8548
8549         * configure.ac
8550                 Add a --disable-dbus flag in case we want
8551                 no DBUS even if headers are available (like
8552                 for building gpg4win)
8553         * src/filtering.c
8554         * src/mainwindow.c
8555         * src/prefs_logging.c
8556         * src/common/utils.c
8557         * src/plugins/pgpcore/sgpgme.c
8558         * src/plugins/smime/claws.def
8559                 Windows fixes:
8560                 - disable filtering log (it's crashy for
8561                   some reason)
8562                 - fix gmtime_r when time is -1 (before 01/01/70)
8563                 - add symbols for smime
8564
8565 2008-09-22 [colin]      3.5.0cvs122
8566
8567         * src/common/utils.c
8568         * src/account.c
8569                 Remove raw printf
8570         * src/compose.c
8571                 Fix cursor position after changing account
8572         * src/imap.c
8573         * src/mimeview.c
8574         * src/news.c
8575                 Fix absolute path detection 
8576
8577 2008-09-21 [colin]      3.5.0cvs121
8578
8579         * src/gtk/gtkaspell.c
8580                 Don't try to use empty dictionaries
8581
8582 2008-09-20 [colin]      3.5.0cvs120
8583
8584         * po/POTFILES.in
8585                 Add the new files to the translations
8586
8587 2008-09-20 [colin]      3.5.0cvs119
8588
8589         * configure.ac
8590         * src/plugins/Makefile.am
8591         * src/plugins/smime/Makefile.am
8592         * src/plugins/smime/plugin.c
8593         * src/plugins/smime/smime.c
8594         * src/plugins/smime/smime.deps
8595         * src/plugins/smime/smime.h
8596                 Include S/Mime plugin in the main plugins
8597                 Will ease the Gpg4win team's work
8598
8599 2008-09-20 [colin]      3.5.0cvs118
8600
8601         * src/autofaces.c
8602         * src/compose.c
8603         * src/ldapquery.c
8604         * src/main.c
8605         * src/news.c
8606         * src/common/socket.c
8607         * src/gtk/gtkutils.c
8608         * src/plugins/pgpcore/claws.def
8609                 Windows: more fixes, thanks to wwp and
8610                 Marcus Brinkmann
8611
8612 2008-09-20 [colin]      3.5.0cvs117
8613
8614         * src/imap.c
8615                 Tell on which server errors happened
8616
8617 2008-09-20 [colin]      3.5.0cvs116
8618
8619         * src/etpan/etpan-thread-manager.c
8620         * src/etpan/imap-thread.c
8621         * src/etpan/nntp-thread.c
8622                 Windows: Fix hang on IMAP/NNTP
8623
8624 2008-09-20 [colin]      3.5.0cvs115
8625
8626         * src/common/utils.c
8627                 Fix bug 1723, "Buffer overflow crash caused by 
8628                 preview in 'Date format help' dialog box"
8629                 Also, optimise fast_strftime a bit :)
8630
8631 2008-09-18 [colin]      3.5.0cvs114
8632
8633         * src/procmime.c
8634         * src/textview.c
8635                 Check for NULLs before str* functions
8636
8637 2008-09-18 [colin]      3.5.0cvs113
8638
8639         * src/messageview.c
8640         * src/procmime.c
8641         * src/textview.c
8642                 Handle html parts in multipart/related
8643                 Decode ISO-8859-1 as Windows-1252 (the former
8644                 is a subset of the latter) in order to 
8645                 workaround Outlook mails misencoding
8646         * src/gtk/logwindow.c
8647         * src/gtk/logwindow.h
8648                 Clear mainwindow's error pixmap when the
8649                 error scrolls out of the log
8650
8651 2008-09-17 [colin]      3.5.0cvs112
8652
8653         * src/image_viewer.c
8654                 Fix image loading (multiple childs added to 
8655                 scrolledwindow, break of the resize functionality)
8656         * src/account.c
8657         * src/prefs_folder_item.c
8658         * src/prefs_spelling.c
8659         * src/gtk/gtkaspell.c
8660                 Better fix problems with dictionaries updates
8661
8662 2008-09-17 [colin]      3.5.0cvs111
8663
8664         * src/common/utils.c
8665                 Fix double-opening (fixes multiple signatures when
8666                 using signify)
8667
8668 2008-09-16 [colin]      3.5.0cvs110
8669
8670         * src/prefs_account.c
8671         * src/prefs_folder_item.c
8672         * src/prefs_spelling.c
8673         * src/gtk/gtkaspell.c
8674                 Better stripping of aspell dictionaries names
8675
8676 2008-09-16 [colin]
8677
8678         * 3.6.0-rc1 released
8679
8680 2008-09-16 [colin]      3.5.0cvs109
8681
8682         * src/account.c
8683         * src/inc.c
8684         * src/mainwindow.c
8685         * src/prefs_account.h
8686         * src/prefs_other.c
8687         * src/send_message.c
8688         * src/gtk/inputdialog.c
8689                 Don't add a pref to allow remembering passwords
8690                 (Just not checking the checkbox is enough)
8691
8692 2008-09-16 [colin]      3.5.0cvs108
8693
8694         * configure.ac
8695                 Require libetpan 0.56 as 0.55 is crashy
8696         * src/messageview.c
8697                 Fix english
8698         * src/gtk/inputdialog.c
8699         * src/gtk/inputdialog.h
8700                 Fix warnings
8701
8702 2008-09-16 [wwp]        3.5.0cvs107
8703
8704         * src/compose.c
8705                 Complete 3.5.0cvs106 by removing a function that got
8706                 moved to account.[ch].
8707
8708 2008-09-16 [wwp]        3.5.0cvs106
8709
8710         * src/account.c
8711         * src/account.h
8712         * src/compose.c
8713         * src/quote_fmt.c
8714         * src/quote_fmt_lex.l
8715         * src/quote_fmt_parse.y
8716                 Add account signature (path and value string) manipulation
8717                 keywords to the template processor. It's now possible in
8718                 all templates to insert the account signature to an
8719                 arbitrary location or to pass it to a external script for
8720                 further editing.
8721
8722
8723 2008-09-16 [mones]      3.5.0cvs105
8724
8725         * src/imap.c
8726         * src/inc.c
8727         * src/mainwindow.c
8728         * src/mainwindow.h
8729         * src/news.c
8730         * src/prefs_account.h
8731         * src/prefs_common.c
8732         * src/prefs_common.h
8733         * src/prefs_other.c
8734         * src/send_message.c
8735         * src/gtk/inputdialog.c
8736         * src/gtk/inputdialog.h
8737                 Implement session passwords: unsaved passwords for receiving
8738                 or sending of accounts can be remembered while running to 
8739                 avoid repetitive typing.
8740                 As keeping passwords in memory is unsafe a new preference 
8741                 in Other page is added to activate or not such capability.
8742
8743 2008-09-14 [colin]      3.5.0cvs104
8744
8745         * src/codeconv.c
8746         * src/codeconv.h
8747                 Make conv_iconv_strdup static
8748
8749 2008-09-12 [colin]      3.5.0cvs103
8750
8751         * claws-mail.pc.in
8752         * src/Makefile.am
8753         * src/compose.c
8754         * src/compose.h
8755         * src/crash.c
8756         * src/folder_item_prefs.c
8757         * src/folder_item_prefs.h
8758         * src/main.c
8759         * src/prefs_account.c
8760         * src/prefs_common.c
8761         * src/prefs_common.h
8762         * src/prefs_folder_item.c
8763         * src/prefs_spelling.c
8764         * src/prefs_template.c
8765         * src/quote_fmt.h
8766         * src/quote_fmt_parse.y
8767         * src/toolbar.c
8768         * src/toolbar.h
8769         * src/gtk/Makefile.am
8770         * src/gtk/about.c
8771         * src/gtk/filesel.c
8772         * src/gtk/gtkaspell.c
8773         * src/gtk/gtkaspell.h
8774         * src/plugins/bogofilter/Makefile.am
8775         * src/plugins/dillo_viewer/Makefile.am
8776         * src/plugins/spamassassin/Makefile.am
8777         * src/plugins/trayicon/Makefile.am
8778                 Switch spellchecker to Enchant
8779
8780 2008-09-12 [paul]       3.5.0cvs102
8781
8782         * tools/README
8783         * tools/csv2addressbook.pl
8784                 add support for Fox Mail
8785
8786 2008-09-12 [paul]       3.5.0cvs101
8787
8788         * src/compose.c
8789         * src/prefs_wrapping.c
8790                 changes to English
8791
8792 2008-09-12 [paul]       3.5.0cvs100
8793
8794         * configure.ac
8795                 revert cvs99's libenchant commit error
8796
8797 2008-09-12 [colin]      3.5.0cvs99
8798
8799         * src/inc.c
8800                 Only go to inbox if there are new mails
8801                 (and fetch was manual)
8802
8803 2008-09-10 [colin]      3.5.0cvs98
8804
8805         * src/inc.c
8806         * src/summaryview.c
8807         * src/common/session.c
8808                 Use g_timeout_add_seconds instead of g_timeout_add
8809                 on glib >= 2.14 when we don't need precision on the 
8810                 delay. This helps reducing power consumption:
8811                 http://mjg59.livejournal.com/74651.html
8812
8813 2008-09-10 [colin]      3.5.0cvs97
8814
8815         * src/compose.c
8816                 Don't save window size and position when
8817                 compose is hidden (filtering action)
8818
8819 2008-09-09 [colin]      3.5.0cvs96
8820
8821         * src/action.h
8822         * src/addr_compl.c
8823         * src/addressadd.c
8824         * src/addressbook.h
8825         * src/addressbook_foldersel.c
8826         * src/addressitem.h
8827         * src/addrgather.c
8828         * src/alertpanel.c
8829         * src/browseldap.c
8830         * src/editaddress.c
8831         * src/editaddress_other_attributes_ldap.h
8832         * src/editbook.c
8833         * src/editjpilot.c
8834         * src/editldap.c
8835         * src/editldap_basedn.c
8836         * src/editvcard.c
8837         * src/exphtmldlg.c
8838         * src/expldifdlg.c
8839         * src/export.c
8840         * src/foldersel.c
8841         * src/foldersel.h
8842         * src/gedit-print.c
8843         * src/gedit-print.h
8844         * src/grouplistdialog.c
8845         * src/headerview.c
8846         * src/headerview.h
8847         * src/image_viewer.c
8848         * src/import.c
8849         * src/importldif.c
8850         * src/importmutt.c
8851         * src/importpine.c
8852         * src/inc.c
8853         * src/main.c
8854         * src/main.h
8855         * src/messageview.c
8856         * src/messageview.h
8857         * src/noticeview.c
8858         * src/prefs_actions.c
8859         * src/prefs_filtering.c
8860         * src/prefs_folder_column.c
8861         * src/prefs_gtk.h
8862         * src/prefs_summary_column.c
8863         * src/prefs_toolbar.c
8864         * src/send_message.c
8865         * src/setup.c
8866         * src/sourcewindow.c
8867         * src/sourcewindow.h
8868         * src/ssl_manager.c
8869         * src/statusbar.c
8870         * src/statusbar.h
8871         * src/stock_pixmap.c
8872         * src/stock_pixmap.h
8873         * src/summaryview.c
8874         * src/textview.c
8875         * src/textview.h
8876         * src/undo.h
8877         * src/uri_opener.c
8878         * src/wizard.c
8879         * src/wizard.h
8880         * src/common/ssl.h
8881         * src/common/utils.c
8882         * src/gtk/about.c
8883         * src/gtk/colorlabel.c
8884         * src/gtk/colorlabel.h
8885         * src/gtk/combobox.h
8886         * src/gtk/description_window.c
8887         * src/gtk/filesel.c
8888         * src/gtk/gtkaspell.c
8889         * src/gtk/gtkaspell.h
8890         * src/gtk/gtkcmclist.c
8891         * src/gtk/gtkcmclist.h
8892         * src/gtk/gtkcmctree.c
8893         * src/gtk/gtkcmctree.h
8894         * src/gtk/gtkcmoptionmenu.h
8895         * src/gtk/gtksctree.c
8896         * src/gtk/gtksctree.h
8897         * src/gtk/gtkshruler.c
8898         * src/gtk/gtkshruler.h
8899         * src/gtk/gtksourceprintjob.c
8900         * src/gtk/gtksourceprintjob.h
8901         * src/gtk/gtkutils.c
8902         * src/gtk/gtkutils.h
8903         * src/gtk/gtkvscrollbutton.c
8904         * src/gtk/gtkvscrollbutton.h
8905         * src/gtk/icon_legend.c
8906         * src/gtk/inputdialog.c
8907         * src/gtk/logwindow.c
8908         * src/gtk/logwindow.h
8909         * src/gtk/manage_window.c
8910         * src/gtk/manage_window.h
8911         * src/gtk/menu.c
8912         * src/gtk/prefswindow.c
8913         * src/gtk/progressdialog.c
8914         * src/gtk/progressdialog.h
8915         * src/plugins/bogofilter/bogofilter_gtk.c
8916         * src/plugins/pgpcore/passphrase.c
8917         * src/plugins/spamassassin/spamassassin_gtk.c
8918         * src/plugins/trayicon/trayicon.c
8919         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8920         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
8921         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
8922         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
8923         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
8924                 Complete GTK+ 2.14 undeprecation
8925                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
8926
8927 2008-09-09 [colin]      3.5.0cvs95
8928
8929         * src/gtk/gtkcmclist.h
8930                 Fix build on GTK+ 2.14
8931
8932 2008-09-08 [colin]      3.5.0cvs94
8933
8934         * src/noticeview.c
8935         * src/noticeview.h
8936                 Remove GtkSignalFunc
8937
8938 2008-09-07 [colin]      3.5.0cvs93
8939
8940         * src/addressadd.c
8941         * src/addressbook_foldersel.c
8942         * src/gtk/gtkcmclist.c
8943         * src/gtk/gtkcmclist.h
8944         * src/gtk/gtkcmctree.c
8945         * src/gtk/gtkcmctree.h
8946         * src/gtk/gtksctree.c
8947         * src/gtk/prefswindow.c
8948         * src/gtk/prefswindow.h
8949                 Use GDestroyNotify instead of GtkDestroyNotify
8950                 (deprecated in GTK+ 2.14)
8951
8952 2008-09-07 [colin]      3.5.0cvs92
8953
8954         * src/textview.c
8955                 Fix bug 1712, 'invalid "Phishing attempt warning" 
8956                 when linked text ends with spaces'
8957
8958 2008-09-05 [colin]      3.5.0cvs91
8959
8960         * src/procmime.c
8961                 Maybe fix bug 1711, 'Save-as attachment crashes'
8962                 Possibly wrong free() due to pointer shifting
8963
8964 2008-09-05 [colin]      3.5.0cvs90
8965
8966         * src/compose.c
8967                 Fix bug 1710, 'User misreads "Discard Message" 
8968                 as "Discard Changes"'. Propose to save or discard
8969                 only the latest changes when closing an existing
8970                 draft. Autosave may still have saved parts of the
8971                 edit session.
8972
8973 2008-09-04 [colin]      3.5.0cvs89
8974
8975         * src/summaryview.c
8976                 Fix bug 1707, 'Segfault when sorting on non-visible column'
8977
8978 2008-09-01 [colin]      3.5.0cvs88
8979
8980         * src/imap.c
8981         * src/summaryview.c
8982         * src/common/tags.c
8983         * src/etpan/imap-thread.c
8984         * src/etpan/imap-thread.h
8985                 Store spam flag on IMAP (Junk/NonJunk, as 
8986                 ThunderBird does - this is nonstandard)
8987
8988 2008-08-31 [wwp]        3.5.0cvs87
8989
8990         * ChangeLog
8991                 Fix globish edition^Wediting.
8992
8993 2008-08-31 [wwp]        3.5.0cvs86
8994
8995         * src/addressbook.c
8996                 Don't break nickname editing for non-LDAP books (nickname
8997                 value was overwritten when editing existing contact, this
8998                 came from 3.0.2cvs109).
8999
9000 2008-08-30 [colin]      3.5.0cvs85
9001
9002         * src/mainwindow.c
9003         * src/summaryview.c
9004                 Fix "Apply tags..." key shortcut
9005
9006 2008-08-29 [iwkse]      3.5.0cvs84
9007
9008         * src/summaryview.c
9009                         Bit of clean:)
9010
9011 2008-08-29 [iwkse]      3.5.0cvs83
9012
9013         * src/summaryview.c
9014                         Disable "Move to trash" action if
9015                         we are in a trash-like folder.
9016                         Thanks to colinl
9017
9018 2008-08-29 [paul]       3.5.0cvs82
9019
9020         * configure.ac
9021                 bump up libetpan version requirement since
9022                 0.55 is released now
9023
9024 2008-08-28 [wwp]        3.5.0cvs81
9025
9026         * src/account.c
9027         * src/pop.c
9028         * src/prefs_account.c
9029         * src/prefs_account.h
9030                 Add finer granularity to the POP3's remove-after delay (now in
9031                 hours in addition to in days), patch by Paul Rolland.
9032
9033 2008-08-28 [wwp]        3.5.0cvs80
9034
9035         * src/gtk/combobox.c
9036                 Fix a typo in a comment.
9037
9038 2008-08-28 [iwkse]      3.5.0cvs79
9039
9040         * src/account.c
9041         * src/prefs_actions.c
9042         * src/prefs_filtering.c
9043         * src/prefs_template.c
9044                         Add search feature to the account, 
9045                         template and action dialog.
9046                         It's turned on selecting one row
9047                         of the list and typing some random
9048                         letter. Thanks to wwp, colinl
9049
9050 2008-08-28 [colin]      3.5.0cvs78
9051
9052         * src/Makefile.am
9053         * src/account.c
9054         * src/compose.c
9055         * src/prefs_account.c
9056         * src/prefs_account.h
9057         * src/privacy.c
9058         * src/privacy.h
9059         * src/procmime.c
9060         * src/stock_pixmap.c
9061         * src/stock_pixmap.h
9062         * src/summaryview.c
9063         * src/pixmaps/key_gpg_signed.xpm
9064                 Fix bug 1412, "Sign reply, if mail was signed"
9065                 Add an account preference to sign replies to signed mails
9066
9067 2008-08-28 [iwkse]      3.5.0cvs77
9068
9069         * src/prefs_filtering.c
9070                 Making the search more useful,
9071                 jumping directly to the relative rule.
9072
9073 2008-08-27 [colin]      3.5.0cvs76
9074
9075         * src/main.c
9076                 Add a bit of info
9077
9078 2008-08-27 [colin]      3.5.0cvs75
9079
9080         * src/gtk/gtkcmctree.c
9081                 Fix a few ifdefs
9082
9083 2008-08-26 [colin]      3.5.0cvs74
9084
9085         * src/gtk/gtkcmctree.c
9086                 Fix missing inits on old glib
9087
9088 2008-08-26 [wwp]        3.5.0cvs73
9089
9090         * src/common/utils.c
9091                 Added 'Fwd' to the list of known common subject prefixes.
9092
9093 2008-08-25 [iwkse]      3.5.0cvs72
9094
9095         * src/image_viewer.c
9096                 Add animated gif support to the
9097                 message preview.
9098
9099 2008-08-25 [colin]      3.5.0cvs71
9100
9101         * src/gtk/gtkcmctree.c
9102                 Make sure work isn't null
9103
9104 2008-08-24 [colin]      3.5.0cvs70
9105
9106         * src/common/ssl.c
9107                 Fix typo on SSL_CERT_DIR
9108
9109 2008-08-23 [holger]     3.5.0cvs69
9110
9111         * src/printing.c
9112                 Fix bug 1699 'Separator line mis-placed when
9113                 printing some e-mails'. The number of header lines
9114                 was not correctly calculated when Pango inserts
9115                 linebreaks
9116
9117 2008-08-23 [colin]      3.5.0cvs68
9118
9119         * src/mainwindow.c
9120                 Fix the account selector button; thanks
9121                 to wwp
9122
9123 2008-08-21 [colin]      3.5.0cvs67
9124
9125         * src/compose.c
9126         * src/compose.h
9127                 Add a compose preference for auto-indent
9128         * src/mainwindow.c
9129         * src/summaryview.c
9130                 Make colorlabel accels a bit less hacky
9131
9132 2008-08-21 [colin]      3.5.0cvs66
9133
9134         * src/compose.c
9135         * src/prefs_common.c
9136         * src/prefs_common.h
9137         * src/prefs_wrapping.c
9138                 Add a preference for autoindent; fix no_join tag
9139                 being applied to whole lines instead of just \n when
9140                 creating a line 
9141
9142 2008-08-21 [colin]      3.5.0cvs65
9143
9144         * src/compose.c
9145                 Add support for auto-indentation
9146
9147 2008-08-19 [colin]      3.5.0cvs64
9148
9149         * src/compose.c
9150                 Save Autowrap status in drafts/queued mails
9151
9152 2008-08-19 [colin]      3.5.0cvs63
9153
9154         * src/mainwindow.c
9155                 Fix a comment (in reality, test commit on
9156                 the new CVS server)
9157
9158 2008-08-17 [colin]      3.5.0cvs62
9159
9160         * src/prefs_actions.c
9161         * src/procmime.c
9162         * src/wizard.c
9163         * src/common/socket.h
9164         * src/gtk/gtkcmctree.c
9165                 Fix warnings
9166
9167 2008-08-16 [colin]      3.5.0cvs61
9168
9169         * src/editaddress_other_attributes_ldap.h
9170                 Add 'l' field (localityName)
9171
9172 2008-08-16 [colin]      3.5.0cvs60
9173
9174         * src/mainwindow.c
9175         * src/gtk/gtkcmclist.c
9176         * src/gtk/gtkcmclist.h
9177         * src/gtk/gtkcmctree.c
9178         * src/gtk/gtksctree.c
9179         * src/gtk/gtkutils.c
9180         * src/gtk/gtkvscrollbutton.c
9181                 Fix Maemo build (OS2007)
9182
9183 2008-08-14 [colin]      3.5.0cvs59
9184
9185         * src/folder.c
9186                 Don't crash if parent is null when creating
9187                 a folder
9188         * src/gtk/pluginwindow.c
9189                 Don't crash on race when closing window while
9190                 a plugin is loading and does gtk_iterations
9191
9192 2008-08-13 [colin]      3.5.0cvs58
9193
9194         * src/messageview.c
9195         * src/messageview.h
9196         * src/mimeview.c
9197                 Fix bug 1696, 'Viewing binary attachements 
9198                 as text over 1 MB' (various buglets)
9199
9200 2008-08-10 [colin]      3.5.0cvs57
9201
9202         * src/summaryview.c
9203         * src/gtk/gtkcmclist.c
9204                 Continue fixing GTK < 2.12 build, thanks to
9205                 Michael Hugues
9206
9207 2008-08-10 [colin]      3.5.0cvs56
9208
9209         * src/gtk/gtksctree.c
9210                 Fix build on GTK < 2.12
9211
9212 2008-08-09 [colin]      3.5.0cvs55
9213
9214         * src/mainwindow.c
9215                 Fix untranslatable strings, thanks to
9216                 Stephan Sachse
9217
9218 2008-08-07 [colin]      3.5.0cvs54
9219
9220         * src/compose.c
9221         * src/editaddress.c
9222         * src/folderview.c
9223         * src/mainwindow.c
9224         * src/message_search.c
9225         * src/mimeview.c
9226         * src/noticeview.c
9227         * src/prefs_account.c
9228         * src/prefs_common.c
9229         * src/prefs_customheader.c
9230         * src/prefs_ext_prog.c
9231         * src/prefs_filtering_action.c
9232         * src/prefs_gtk.c
9233         * src/prefs_logging.c
9234         * src/prefs_matcher.c
9235         * src/prefs_msg_colors.c
9236         * src/procmime.c
9237         * src/summary_search.c
9238         * src/summaryview.c
9239         * src/toolbar.c
9240         * src/gtk/colorsel.c
9241         * src/gtk/gtkaspell.c
9242         * src/gtk/gtkutils.c
9243         * src/gtk/gtkutils.h
9244         * src/gtk/inputdialog.c
9245         * src/gtk/pluginwindow.c
9246         * src/gtk/quicksearch.c
9247         * src/plugins/bogofilter/bogofilter_gtk.c
9248         * src/plugins/dillo_viewer/dillo_prefs.c
9249         * src/plugins/spamassassin/spamassassin_gtk.c
9250                 - Fix Ctrl-Space shortcut
9251                 - Fix mime-parsing bug in procmime (cvs52)
9252                 - Fix double-free in procmime (cvs52)
9253                 - Use gtk_bin_get_child instead of GTK_BIN()->child
9254                 - Fix Goto menu in mainwindow
9255
9256 2008-08-07 [mones]      3.5.0cvs53
9257
9258         * po/es.po
9259                 Updated translation (lots of changes!)
9260         * src/compose.c
9261                 Add missing accelerator key
9262         * src/mainwindow.c
9263                 Restored 'v' key function (thanks Colin!)
9264
9265 2008-08-06 [colin]      3.5.0cvs52
9266
9267         * src/addrbook.c
9268         * src/addrcindex.c
9269         * src/addrduplicates.c
9270         * src/addrharvest.c
9271         * src/enriched.c
9272         * src/html.c
9273         * src/ldif.c
9274         * src/mimeview.c
9275         * src/mutt.c
9276         * src/pine.c
9277         * src/procmime.c
9278         * src/vcard.c
9279         * src/wizard.c
9280                 Fix my use of g_utf8_strdown (it returns
9281                 a newly allocated string and doesn't
9282                 change the parameter)
9283
9284 2008-08-06 [colin]      3.5.0cvs51
9285
9286         * src/compose.c
9287                 Fix bug 1690, 'Copy/Paste in edit window may 
9288                 break Undo'; middle-click pastes aren't 
9289                 REPLACE_INSERT but just INSERT. 
9290                 Also, fix privacy menu selection
9291
9292 2008-08-05 [colin]      3.5.0cvs50
9293
9294         * src/action.c
9295         * src/addr_compl.c
9296         * src/addrbook.c
9297         * src/addrcindex.c
9298         * src/addrduplicates.c
9299         * src/addrharvest.c
9300         * src/enriched.c
9301         * src/html.c
9302         * src/ldif.c
9303         * src/main.c
9304         * src/mimeview.c
9305         * src/mutt.c
9306         * src/pine.c
9307         * src/procmime.c
9308         * src/vcard.c
9309         * src/wizard.c
9310         * src/common/socket.c
9311         * src/gtk/gtkutils.c
9312         * src/gtk/gtkutils.h
9313         * src/gtk/menu.c
9314         * src/plugins/spamassassin/spamassassin.c
9315                 More undeprecation (Glib)
9316
9317 2008-08-05 [colin]      3.5.0cvs49
9318
9319         * src/prefs_account.c
9320         * src/prefs_filtering_action.c
9321         * src/prefs_matcher.c
9322         * src/gtk/Makefile.am
9323         * src/gtk/claws-marshal.list
9324         * src/gtk/colorlabel.c
9325         * src/gtk/colorsel.c
9326         * src/gtk/foldersort.c
9327         * src/gtk/gtkaspell.c
9328         * src/gtk/gtkcmclist.c
9329         * src/gtk/gtkcmclist.h
9330         * src/gtk/gtkcmctree.c
9331         * src/gtk/gtkcmctree.h
9332         * src/gtk/gtkcmoptionmenu.c
9333         * src/gtk/gtkcmoptionmenu.h
9334         * src/gtk/gtksctree.c
9335         * src/gtk/gtksctree.h
9336         * src/gtk/gtkutils.c
9337         * src/gtk/gtkutils.h
9338         * src/gtk/gtkvscrollbutton.c
9339         * src/gtk/menu.c
9340         * src/gtk/menu.h
9341         * src/gtk/quicksearch.c
9342         * src/plugins/dillo_viewer/dillo_viewer.c
9343         * src/plugins/pgpcore/select-keys.c
9344                 Try to finish yesterday's commit
9345
9346 2008-08-04 [colin]      3.5.0cvs48
9347
9348         * src/addressadd.c
9349         * src/addressbook.c
9350         * src/addressbook_foldersel.c
9351         * src/addressitem.h
9352         * src/addrgather.c
9353         * src/browseldap.c
9354         * src/compose.c
9355         * src/compose.h
9356         * src/editaddress.c
9357         * src/editaddress_other_attributes_ldap.c
9358         * src/editgroup.c
9359         * src/editldap_basedn.c
9360         * src/folderview.c
9361         * src/folderview.h
9362         * src/grouplistdialog.c
9363         * src/image_viewer.c
9364         * src/imap_gtk.c
9365         * src/importldif.c
9366         * src/main.c
9367         * src/mainwindow.c
9368         * src/message_search.c
9369         * src/mh_gtk.c
9370         * src/mimeview.c
9371         * src/mimeview.h
9372         * src/news_gtk.c
9373         * src/noticeview.h
9374         * src/prefs_account.c
9375         * src/prefs_filtering_action.c
9376         * src/prefs_matcher.c
9377         * src/prefs_msg_colors.c
9378         * src/prefs_summaries.c
9379         * src/statusbar.c
9380         * src/stock_pixmap.c
9381         * src/summary_search.c
9382         * src/summaryview.c
9383         * src/summaryview.h
9384         * src/textview.c
9385         * src/toolbar.h
9386         * src/gtk/Makefile.am
9387         * src/gtk/claws-marshal.list
9388         * src/gtk/colorsel.c
9389         * src/gtk/foldersort.c
9390         * src/gtk/gtkaspell.c
9391         * src/gtk/gtkcmclist.c
9392         * src/gtk/gtkcmclist.h
9393         * src/gtk/gtkcmctree.c
9394         * src/gtk/gtkcmctree.h
9395         * src/gtk/gtksctree.c
9396         * src/gtk/gtksctree.h
9397         * src/gtk/gtkutils.c
9398         * src/gtk/gtkutils.h
9399         * src/gtk/gtkvscrollbutton.c
9400         * src/gtk/menu.c
9401         * src/gtk/menu.h
9402         * src/gtk/quicksearch.c
9403         * src/plugins/dillo_viewer/dillo_viewer.c
9404         * src/plugins/pgpcore/select-keys.c
9405                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
9406                 Undeprecate their implementation (GtkArg, GtkType, ...)
9407                 Undeprecate a few other things here and there
9408                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
9409                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
9410                 still have work to do
9411
9412 2008-08-04 [colin]      3.5.0cvs47
9413
9414         * src/compose.c
9415         * src/compose.h
9416         * src/toolbar.h
9417         * src/textview.c
9418         * src/stock_pixmap.c
9419         * src/statusbar.c
9420         * src/noticeview.h
9421         * src/mimeview.h
9422         * src/mainwindow.c
9423         * src/image_viewer.c
9424         * src/gtk/gtkaspell.c
9425         * src/gtk/gtkvscrollbutton.c
9426         * src/plugins/dillo_viewer/dillo_viewer.c
9427                 Undeprecate more things
9428
9429 2008-08-02 [colin]      3.5.0cvs46
9430
9431         * src/mainwindow.c
9432                 Fix toggle menu activation state
9433                 (thanks to cvs45 ;)
9434
9435 2008-08-02 [paul]       3.5.0cvs45
9436
9437         * src/mainwindow.c
9438                 fix sensitivity of
9439                 /View/Show or hide/Message View
9440
9441 2008-08-01 [paul]       3.5.0cvs44
9442
9443         * src/common/utils.c
9444         * src/plugins/pgpcore/claws.def
9445         * src/plugins/pgpinline/claws.def
9446                 fix compilation problems on mingw32,
9447                 (bug 1688) Patch by Marcus Brinkmann
9448
9449 2008-08-01 [colin]      3.5.0cvs43
9450
9451         * src/gtk/gtkutils.c
9452         * src/gtk/gtkvscrollbutton.c
9453                 Oups, fix build
9454
9455 2008-08-01 [colin]      3.5.0cvs42
9456
9457         * src/compose.c
9458         * src/foldersel.c
9459         * src/mainwindow.c
9460         * src/prefs_account.c
9461         * src/prefs_folder_item.c
9462         * src/prefs_quote.c
9463         * src/summaryview.c
9464         * src/gtk/gtkaspell.c
9465         * src/gtk/gtkutils.c
9466         * src/gtk/gtkvscrollbutton.c
9467                 Replace a few deprecated function calls
9468
9469 2008-08-01 [paul]       3.5.0cvs41
9470
9471         * src/action.c
9472                 fix crash that occurs because of recent GtkUIManager
9473                 changes. Thanks to Colin
9474
9475 2008-07-31 [colin]      3.5.0cvs40
9476
9477         * src/addressbook.c
9478         * src/compose.c
9479         * src/mainwindow.c
9480         * src/messageview.c
9481                 Some Maemo fixes
9482         * src/gtk/menu.c
9483         * src/gtk/menu.h
9484                 Remove deprecated helper funcs
9485
9486 2008-07-30 [colin]      3.5.0cvs39
9487
9488         * src/folderview.c
9489         * src/folderview.h
9490         * src/imap_gtk.c
9491         * src/mh_gtk.c
9492         * src/news_gtk.c
9493                 Move the folderview popup menu to GtkUIManager
9494
9495 2008-07-29 [colin]      3.5.0cvs38
9496
9497         * src/account.c
9498         * src/account.h
9499         * src/action.c
9500         * src/action.h
9501         * src/addressitem.h
9502         * src/compose.c
9503         * src/edittags.c
9504         * src/mainwindow.c
9505         * src/mainwindow.h
9506         * src/mimeview.c
9507         * src/summaryview.c
9508         * src/gtk/menu.c
9509         * src/gtk/menu.h
9510                 Switch the main menu to GtkUIManager
9511                 Warning fixes
9512
9513 2008-07-29 [colin]      3.5.0cvs37
9514
9515         * src/news.c
9516                 Fix bug 1684, 'view news messages with large 
9517                 attachements segfaults'
9518
9519 2008-07-29 [colin]      3.5.0cvs36
9520
9521         * src/action.c
9522         * src/action.h
9523         * src/addressbook.c
9524         * src/addressitem.h
9525         * src/compose.c
9526         * src/compose.h
9527         * src/messageview.c
9528         * src/messageview.h
9529         * src/summaryview.c
9530         * src/gtk/menu.c
9531         * src/gtk/menu.h
9532                 More switches to GtkUIManager
9533
9534 2008-07-26 [colin]      3.5.0cvs35
9535
9536         * src/gtk/menu.c
9537         * src/gtk/menu.h
9538                 Fix prototype
9539
9540 2008-07-25 [colin]      3.5.0cvs34
9541
9542         * src/addrcustomattr.c
9543         * src/addressbook.c
9544         * src/compose.c
9545         * src/editaddress.c
9546         * src/editaddress_other_attributes_ldap.h
9547         * src/edittags.c
9548         * src/mainwindow.c
9549         * src/mimeview.c
9550         * src/prefs_actions.c
9551         * src/prefs_filtering.c
9552         * src/prefs_template.c
9553         * src/summaryview.c
9554         * src/textview.c
9555         * src/textview.h
9556         * src/toolbar.c
9557         * src/gtk/about.c
9558         * src/gtk/menu.c
9559         * src/gtk/menu.h
9560         * src/plugins/trayicon/trayicon.c
9561                 More changes from GtkItemFactory to GtkUIManager
9562
9563 2008-07-25 [colin]      3.5.0cvs33
9564
9565         * src/gtk/menu.h
9566                 Add a macro to remove menu items
9567                 Make the gui_manager variable useless
9568
9569 2008-07-24 [colin]      3.5.0cvs32
9570
9571         * src/mimeview.c
9572                 Fix a gtk warning on clear
9573         * src/mainwindow.c
9574         * src/summaryview.c
9575         * src/summaryview.h
9576                 Switch the message list popup menu to
9577                 GtkUIManager
9578
9579 2008-07-23 [colin]      3.5.0cvs31
9580
9581         * src/plugins/pgpcore/pgp_viewer.c
9582         * src/plugins/pgpcore/sgpgme.c
9583                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
9584                 Patch by Thomas Wiegner <wiegner@gmx.de>
9585
9586 2008-07-20 [paul]       3.5.0cvs30
9587
9588         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9589                 remove redundant GTK version check
9590
9591 2008-07-20 [ticho]      3.5.0cvs29
9592
9593         * src/folderview.c
9594         * src/imap_gtk.c
9595         * src/news_gtk.c
9596                 Moved sensitivity setting for "Download messages" for IMAP and
9597                 news folders from folderview.c to imap_gtk.c and news_gtk.c
9598                 respectively for better code readability.
9599                 Fixed indentation in news' set_sensitivity().
9600
9601 2008-07-20 [paul]       3.5.0cvs28
9602
9603         * src/addrgather.c
9604                 remove more redundant code following cvs27
9605
9606 2008-07-20 [paul]       3.5.0cvs27
9607
9608         * src/addrgather.c
9609                 remove now redundant code
9610         * src/mainwindow.c
9611         * src/mainwindow.h
9612                 fix bug 1673, 'Tools/Harvest adresses is
9613                 grayed out if folder is empty'
9614
9615 2008-07-19 [ticho]      3.5.0cvs26
9616
9617         * src/edittags.c
9618         * src/main.c
9619         * src/mimeview.c
9620         * src/mimeview.h
9621         * src/gtk/gtkutils.c
9622         * src/gtk/gtkutils.h
9623         * src/gtk/menu.c
9624         * src/gtk/menu.h
9625                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
9626                 instead of deprecated GtkItemFactory.
9627
9628 2008-07-19 [colin]      3.5.0cvs25
9629
9630         * src/account.c
9631         * src/addrgather.c
9632         * src/compose.c
9633         * src/editldap.c
9634         * src/expldifdlg.c
9635         * src/importldif.c
9636         * src/main.c
9637         * src/mainwindow.c
9638         * src/mimeview.c
9639         * src/noticeview.c
9640         * src/prefs_account.c
9641         * src/prefs_actions.c
9642         * src/prefs_ext_prog.c
9643         * src/prefs_filtering.c
9644         * src/prefs_folder_item.c
9645         * src/prefs_image_viewer.c
9646         * src/prefs_logging.c
9647         * src/prefs_msg_colors.c
9648         * src/prefs_other.c
9649         * src/prefs_send.c
9650         * src/prefs_spelling.c
9651         * src/prefs_summaries.c
9652         * src/prefs_template.c
9653         * src/printing.c
9654         * src/quote_fmt.c
9655         * src/summary_search.c
9656         * src/summaryview.c
9657         * src/toolbar.c
9658         * src/wizard.c
9659         * src/common/Makefile.am
9660         * src/gtk/gtksctree.c
9661         * src/gtk/gtkutils.h
9662         * src/gtk/pluginwindow.c
9663         * src/gtk/quicksearch.c
9664         * src/plugins/bogofilter/bogofilter_gtk.c
9665         * src/plugins/dillo_viewer/dillo_prefs.c
9666         * src/plugins/pgpcore/prefs_gpg.c
9667         * src/plugins/spamassassin/spamassassin_gtk.c
9668         * src/plugins/trayicon/trayicon.c
9669         * src/plugins/trayicon/trayicon_prefs.c
9670                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
9671                 or greater). Use the old deprecated one on GTK+ < 2.12.
9672                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
9673                 of time!
9674
9675 2008-07-16 [colin]      3.5.0cvs24
9676
9677         * src/mainwindow.c
9678                 Fix folderview's scrolbar when starting minimised
9679                 to tray, and popping up the mainwindow by calling
9680                 claws-mail from the command line
9681
9682 2008-07-08 [colin]      3.5.0cvs23
9683
9684         * src/compose.c
9685                 Possibly fix po-headers appearing on empty
9686                 templates
9687
9688 2008-07-08 [colin]      3.5.0cvs22
9689
9690         * src/folderview.c
9691         * src/summaryview.c
9692                 Finish the always_open tristate patch, by Jonathan
9693                 Corbet.
9694
9695 2008-07-07 [paul]       3.5.0cvs21
9696
9697         * src/mainwindow.c
9698                 fix typo (missing ")
9699
9700 2008-07-07 [paul]       3.5.0cvs20
9701
9702         * src/mainwindow.c
9703                 fit the menu style a bit better
9704
9705 2008-07-07 [colin]      3.5.0cvs19
9706
9707         * src/prefs_themes.c
9708                 Make upgrading themes easier
9709
9710 2008-07-07 [colin]      3.5.0cvs18
9711
9712         * src/mainwindow.c
9713         * src/prefs_toolbar.c
9714         * src/stock_pixmap.c
9715                 Finish fixing bug 1609, 'Icon issues'
9716
9717 2008-07-07 [colin]      3.5.0cvs17
9718
9719         * src/prefs_common.c
9720                 Fix the default value
9721
9722 2008-07-07 [colin]      3.5.0cvs16
9723
9724         * src/prefs_summaries.c
9725                 Revert my fix to the string, the correct term
9726                 is indeed Message View
9727
9728 2008-07-07 [colin]      3.5.0cvs15
9729
9730         * AUTHORS
9731         * src/gtk/authors.h
9732         * src/prefs_common.c
9733         * src/prefs_common.h
9734         * src/prefs_summaries.c
9735         * src/summaryview.c
9736         * src/gtk/authors.h
9737                 Change "Always open message when selected" to
9738                 a tristate (Never/Always/When preview is visible)
9739                 Patch by Jonathan Corbet <corbet@lwn.net>.
9740
9741 2008-07-06 [paul]       3.5.0cvs14
9742
9743         * src/addrgather.c
9744                 improve the layout of the dialogue
9745                 improve the English
9746                 add tooltips
9747                 fix some of the nasty coding style
9748         * src/mainwindow.c
9749                 improve the English
9750                 add some missing mnemonics
9751
9752 2008-07-05 [paul]       3.5.0cvs13
9753
9754         * src/mainwindow.c
9755         * src/mainwindow.h
9756                 fix bug 1398, '"Change current account" is
9757                 available even when there's only one account'
9758         * src/plugins/pgpcore/prefs_gpg.c
9759                 put back a needed include, removed in error
9760
9761 2008-07-05 [colin]      3.5.0cvs12
9762
9763         * src/mainwindow.c
9764                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
9765
9766 2008-07-05 [colin]      3.5.0cvs11
9767
9768         * src/news.c
9769         * src/news_gtk.c
9770                 Provide ability to rename newsgroups. Closes
9771                 bug 1444, 'Add GUI option for renaming 
9772                 newsgroups'. Patch by Pawel Pekala
9773
9774 2008-07-05 [colin]      3.5.0cvs10
9775
9776         * src/plugins/pgpcore/passphrase.c
9777         * src/plugins/pgpcore/prefs_gpg.c
9778         * src/plugins/pgpcore/select-keys.c
9779                 Simplify GTK includes (with the advantage
9780                 of compiling against GTK+2.13); patch by
9781                 Charles A Edwards
9782
9783 2008-07-05 [colin]      3.5.0cvs9
9784
9785         * src/wizard.c
9786                 Add SSL client certificates
9787
9788 2008-07-05 [colin]      3.5.0cvs8
9789
9790         * src/prefs_account.c
9791         * src/common/session.h
9792                 Fix warnings
9793         * src/common/ssl.c
9794                 Add one path for certs
9795
9796 2008-07-05 [colin]      3.5.0cvs7
9797
9798         * src/prefs_account.c
9799                 Fix no-ssl build
9800
9801 2008-07-04 [colin]      3.5.0cvs6
9802
9803         * src/common/ssl.c
9804         * src/common/ssl.h
9805         * src/common/ssl_certificate.c
9806                 Workaround distro bugs and fix certificate checking
9807                 with OpenSSL
9808
9809 2008-07-04 [colin]      3.5.0cvs5
9810
9811         * src/filtering.c
9812         * src/common/ssl_certificate.c
9813         * src/common/ssl_certificate.h
9814         * src/etpan/imap-thread.c
9815         * src/etpan/nntp-thread.c
9816                 Fix some leaks, thanks to Martin Zwickel
9817                 Rename gnutls functions that do the same
9818                 as OpenSSL ones, to avoid symbol clashing
9819                 when Claws is built against GnuTLS and
9820                 libetpan against OpenSSL
9821
9822 2008-07-04 [paul]       3.5.0cvs4
9823
9824         * src/prefs_account.c
9825                 remove 1 forgotten '.'
9826
9827 2008-07-04 [paul]       3.5.0cvs3
9828
9829         * src/prefs_account.c
9830                 layout/engrish fixes to the 'Client
9831                 certificates' frame
9832
9833 2008-07-03 [colin]      3.5.0cvs2
9834
9835         * src/imap.c
9836         * src/news.c
9837         * src/pop.c
9838         * src/prefs_account.c
9839         * src/prefs_account.h
9840         * src/prefs_common.c
9841         * src/send_message.c
9842         * src/common/session.c
9843         * src/common/session.h
9844         * src/common/smtp.c
9845         * src/common/smtp.h
9846         * src/common/socket.h
9847         * src/common/ssl.c
9848         * src/common/ssl.h
9849         * src/common/ssl_certificate.c
9850         * src/common/ssl_certificate.h
9851         * src/etpan/imap-thread.c
9852         * src/etpan/nntp-thread.c
9853         * src/gtk/inputdialog.c
9854                 Add support for SSL client certificates (either PEM files
9855                 with certificate and private key, either PKCS12 files)
9856
9857 2008-06-28 [colin]      3.5.0cvs1
9858
9859         * src/foldersel.c
9860                 Fix compilation with older GTKs
9861
9862 2008-06-27 [paul]       3.5.0
9863
9864         * NEWS
9865         * README
9866         * RELEASE_NOTES 
9867                 3.5.0 released
9868
9869 2008-06-27 [paul]       3.4.0cvs116
9870
9871         * src/gtk/authors.h
9872                 complete cvs115
9873
9874 2008-06-27 [paul]       3.4.0cvs115
9875
9876         * configure.ac
9877         * src/gtk/authors.h
9878                 no longer build unmaintained translations
9879
9880 2008-06-27 [paul]       3.4.0cvs114
9881
9882         * po/de.po
9883         * po/fi.po
9884         * po/pt_BR.po
9885                 updated by Stephan Sachse, Flammie Pirinen, and
9886                 Frederico Goncalves Guimaraes
9887
9888 2008-06-26 [wwp]        3.4.0cvs113
9889
9890         * manual/fr/advanced.xml
9891                 Update French version of the manual (AutoFaces documentation).
9892
9893 2008-06-26 [wwp]        3.4.0cvs112
9894
9895         * manual/fr/advanced.xml
9896         * manual/fr/plugins.xml
9897                 Updated French version of the manual (completed
9898                 hidden options list, added note about Clawsker
9899                 and new mail archiver plugin).
9900
9901 2008-06-25 [colin]      3.4.0cvs111
9902
9903         * src/gtk/gtkaspell.c
9904                 Fix non-UTF8 in the replace with dialog
9905         * src/prefs_actions.c
9906                 Fix possible crasher
9907                 Patches by Pawel
9908
9909 2008-06-24 [mones]      3.4.0cvs110
9910
9911         * src/autofaces.c
9912                 Fix non-warning message, downgraded to debug info
9913
9914 2008-06-24 [colin]      3.4.0cvs109
9915
9916         * src/summaryview.c
9917                 Fix bug 1650, Message line too small after 
9918                 changing columns in "three columns" layout
9919
9920 2008-06-24 [colin]      3.4.0cvs108
9921
9922         * src/messageview.c
9923                 Fix Spam button sensitivity in newsgroups
9924
9925 2008-06-23 [wwp]        3.4.0cvs107
9926
9927         * po/fr.po
9928                 Updated French translation.
9929
9930 2008-06-23 [mones]      3.4.0cvs106
9931
9932         * po/es.po
9933                 Updated translation for release
9934
9935 2008-06-22 [mones]      3.4.0cvs105
9936
9937         * manual/es/plugins.xml
9938                 Synced new entry for Mail Archiver plugin
9939
9940 2008-06-22 [colin]      3.4.0cvs104
9941
9942         * src/compose.c
9943                 Fix initial cursor position
9944
9945 2008-06-21 [paul]       3.4.0cvs103
9946
9947         * manual/plugins.xml
9948                 add an entry for the new Mail Archiver plugin
9949
9950 2008-06-21 [paul]       3.4.0cvs102
9951
9952         * src/gtk/about.c
9953                 we're in 'string freeze', put back the
9954                 < > symbols for now
9955
9956 2008-06-21 [paul]       3.4.0cvs101
9957
9958         * manual/advanced.xml
9959         * manual/es/advanced.xml
9960                 fix build warning: <emphasis> cannot be contained
9961                 within <filename>
9962         * src/gtk/about.c
9963                 fix non-clickable link on License page and drop
9964                 the containing < > symbols to match other links
9965
9966 2008-06-20 [mones]      3.4.0cvs100
9967
9968         * manual/advanced.xml
9969                 Added autofaces documentation, note about clawsker in hidden
9970                 preferences, minor markup fix. Thanks Paul for proofreading
9971         * manual/es/advanced.xml
9972                 Synchronised Spanish manual
9973
9974 2008-06-16 [colin]      3.4.0cvs99
9975
9976         * src/compose.c
9977                 Fix cursor placing on signature change
9978
9979 2008-06-16 [paul]       3.4.0cvs98
9980
9981         * src/imap_gtk.c
9982         * src/mh_gtk.c
9983         * src/gtk/inputdialog.c
9984                 really fussy coding style fixes
9985
9986 2008-06-16 [paul]       3.4.0cvs97
9987
9988         * src/Makefile.am
9989                 keep the alphabetical order
9990
9991 2008-06-13 [mones]      3.4.0cvs96
9992
9993         * src/autofaces.c
9994                 Fix crasher ;-)
9995         * src/prefs_filtering_action.c
9996                 Fixed cosmetic bug, processing also displays "Filtering"
9997
9998 2008-06-13 [mones]      3.4.0cvs95
9999
10000         * src/Makefile.am
10001         * src/autofaces.c       ** NEW FILE **  
10002         * src/autofaces.h       ** NEW FILE **
10003         * src/compose.c
10004                 Allow setting Faces and X-Faces globally and per-account
10005                 from configuration files under ~/.claws-mail/autofaces
10006
10007 2008-06-13 [holger]     3.4.0cvs94
10008
10009         * .cvsignore
10010                 More files to ignore
10011         * src/gtk/inputdialog.c
10012         * src/gtk/inputdialog.h
10013                 Make input dialog more generic so that a checkbox
10014                 with custom text can be used in addition to the
10015                 "remember this" checkbox
10016         * src/imap_gtk.c
10017         * src/mh_gtk.c
10018         * src/prefs_common.c
10019         * src/prefs_common.h
10020                 Allow new folders to inherit the properties of the
10021                 parent folder during folder creation
10022
10023 2008-06-13 [wwp]        3.4.0cvs93
10024
10025         * src/addressbook.c
10026                 a better fix for this string, won't break up translations,
10027                 and is conform to other similar ones.
10028
10029 2008-06-13 [wwp]        3.4.0cvs92
10030
10031         * src/addrduplicates.c
10032         * src/addressadd.c
10033         * src/addressbook.c
10034         * src/addressbook_foldersel.c
10035         * src/editgroup.c
10036                 use tree decorations everywhere AB folders are used (AB tree pane,
10037                     add address to AB, select AB folder, edit group, custom attr, find dup
10038                     results), in order to match global style
10039                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
10040                     double clicking on groups in tree pane does open the group edit dialog
10041                     double clicking on other items in tree pane does expand/collapse
10042                 fix a missing space in AB's delete-folder dialog
10043                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
10044
10045         * src/foldersel.c
10046                 make foldersel dialog show dotted lines according to global (hidden) prefs
10047
10048 2008-06-12 [colin]      3.4.0cvs91
10049
10050         * src/compose.c
10051         * src/compose.h
10052                 Fix bug 1635, 'Last character of message is truncated 
10053                 when changing accounts w/ sigs'
10054         * src/folderview.c
10055                 Fix bug 1636, 'Can't select "properties" on "folders 
10056                 only" folders'
10057
10058 2008-06-11 [colin]      3.4.0cvs90
10059
10060         * src/folder.c
10061                 Maybe fix bug 1623, 'exits with segfault when 
10062                 logging in to certain imap-servers'
10063
10064 2008-06-10 [mones]      3.4.0cvs89
10065
10066         * AUTHORS
10067         * tools/Makefile.am
10068         * tools/README
10069         * tools/convert_mbox.sh
10070                 Undo cvs86 and cvs87, it really should be a patch to 
10071                 convert_mbox.pl
10072
10073 2008-06-10 [wwp]        3.4.0cvs88
10074
10075         * po/fr.po
10076                 Updated French translation.
10077
10078 2008-06-10 [mones]      3.4.0cvs87
10079
10080         * tools/Makefile.am
10081                 Oops, forgot to add previous script for distribution
10082
10083 2008-06-10 [mones]      3.4.0cvs86
10084
10085         * AUTHORS
10086         * tools/README
10087         * tools/convert_mbox.sh
10088                 Added script to convert Evolution mail folders contributed
10089                 by Daniel Dickinson <cshore@fionavar.ca>
10090                 Fixes debian bug 461435
10091
10092 2008-06-09 [colin]      3.4.0cvs85
10093
10094         * src/main.c
10095                 Integrate AWN information bubble if dbus is
10096                 available
10097         * src/folder.c
10098                 Fix crash when calling scan_required() on 
10099                 folder classes that don't implement them
10100         * src/common/session.c
10101                 Fix a little typo
10102
10103 2008-06-09 [colin]      3.4.0cvs84
10104
10105         * src/main.c
10106                 Fix bug 1447, 'If user tries to close while starting 
10107                 up, it will not close ever.'
10108
10109 2008-06-09 [colin]      3.4.0cvs83
10110
10111         * src/filtering.c
10112                 Fix bug 1628, 'Claws Mail crashes when 
10113                 filtering selected messages'
10114
10115 2008-06-04 [colin]      3.4.0cvs82
10116
10117         * src/messageview.c
10118                 Complete handling of html parts in multipart/alternative
10119                 mails
10120
10121 2008-06-03 [paul]       3.4.0cvs81
10122
10123         * src/prefs_message.c
10124                 make always the english good
10125
10126 2008-06-03 [colin]      3.4.0cvs80
10127
10128         * src/mainwindow.c
10129         * src/mainwindow.h
10130                 Fix bug 1624, '[PATCH] Quick search should be 
10131                 disabled for folder view'; based on a patch by
10132                 Michael Terry
10133
10134 2008-06-03 [iwkse]      3.4.0cvs79
10135
10136         * src/addressbook.c
10137                 Fix little gui bug on button sensitivity
10138         * src/messageview.c
10139         * src/prefs_common.c
10140         * src/prefs_common.h
10141         * src/prefs_message.c
10142                 Allow by default to show html in multipart/alternative
10143
10144 2008-06-02 [colin]      3.4.0cvs78
10145
10146         * src/prefs_actions.c
10147                 GUI rework, patch by Pawel 
10148
10149 2008-06-02 [colin]      3.4.0cvs77
10150
10151         * src/quote_fmt.c
10152                 Fix sensitivity/alignment, patch from
10153                 Pawel
10154
10155 2008-05-31 [colin]      3.4.0cvs76
10156
10157         * src/imap.c
10158                 Fix login issue introduced in cvs75.
10159
10160 2008-05-31 [colin]      3.4.0cvs75
10161
10162         * src/imap.c
10163                 Fix more possible double-frees. Also, fix the root cause
10164                 of these double-frees by just noting the Session is to
10165                 be destroyed instead of destroying it in flight
10166
10167 2008-05-29 [paul]       3.4.0cvs74
10168
10169         * manual/keyboard.xml
10170                 'Makes' these entries like the others
10171
10172 2008-05-29 [colin]      3.4.0cvs73
10173
10174         * src/procmsg.h
10175                 Include utils.h in case we
10176                 need to pull goffset definition
10177
10178 2008-05-29 [colin]      3.4.0cvs72
10179
10180         * src/common/utils.h
10181                 Workaround a stupid Glib issue, where
10182                 goffset happens to be undefined. 
10183
10184 2008-05-28 [colin]      3.4.0cvs71
10185
10186         * src/compose.c
10187         * src/compose.h
10188         * src/grouplistdialog.c
10189         * src/image_viewer.c
10190         * src/imap.c
10191         * src/inc.c
10192         * src/main.c
10193         * src/matcher.c
10194         * src/messageview.c
10195         * src/mimeview.c
10196         * src/prefs_themes.c
10197         * src/procmsg.h
10198         * src/summaryview.c
10199         * src/summaryview.h
10200         * src/textview.c
10201         * src/common/smtp.c
10202         * src/common/utils.c
10203         * src/common/utils.h
10204                 Use goffset instead of off_t for MsgInfo's size
10205                 Allows using MsgInfo structure from plugins
10206                 compiled with largefile support
10207
10208 2008-05-26 [colin]      3.4.0cvs70
10209
10210         * src/mainwindow.c
10211         * src/mainwindow.h
10212                 Define THEME_CHANGED_HOOKLIST and invoke
10213                 it on theme change
10214         * src/plugins/trayicon/trayicon.c
10215                 Listen to THEME_CHANGED_HOOKLIST and
10216                 update accordingly
10217
10218 2008-05-26 [paul]       3.4.0cvs69
10219
10220         * src/mimeview.c
10221                 plug a leak in mimeview_save_all()
10222
10223 2008-05-24 [colin]      3.4.0cvs68
10224
10225         * src/common/utils.h
10226                 Fix wrong define on old glibs
10227
10228 2008-05-24 [paul]       3.4.0cvs67
10229
10230         * src/Makefile.am
10231         * src/stock_pixmap.c
10232         * src/stock_pixmap.h
10233         * src/toolbar.c
10234         * src/pixmaps/cancel.xpm
10235         * src/pixmaps/close.xpm
10236                 add a specific icon for A_CANCEL_INC (addresses
10237                 point 1 of bug 1609 'Icon issues')
10238                 replace close.xpm with an icon of the standard
10239                 24x24 size
10240
10241 2008-05-24 [paul]       3.4.0cvs66
10242
10243         * src/pixmaps/insert_file.xpm
10244                 replaced
10245
10246 2008-05-23 [paul]       3.4.0cvs65
10247
10248         * src/common/md5.c
10249         * src/common/md5.h
10250                 add the possibility to check md5 on binary files,
10251                 thanks to Colin
10252
10253 2008-05-23 [colin]      3.4.0cvs64
10254
10255         * src/mainwindow.c
10256         * src/summaryview.c
10257                 Fix bug 1610, 'claws crash after opening/closing 
10258                 preferences and window update'
10259
10260 2008-05-22 [colin]      3.4.0cvs63
10261
10262         * src/prefs_filtering_action.c
10263         * src/gtk/combobox.c
10264         * src/gtk/combobox.h
10265                 Fix reselecting of Tags actions in
10266                 filtering actions dialog
10267
10268 2008-05-22 [colin]      3.4.0cvs62
10269
10270         * src/Makefile.am
10271         * src/prefs_toolbar.c
10272         * src/stock_pixmap.c
10273         * src/stock_pixmap.h
10274         * src/toolbar.c
10275         * src/pixmaps/delete_btn.xpm
10276         * src/pixmaps/insert_file.xpm
10277         * src/pixmaps/mail_reply_to_list.xpm
10278                 Fix more of bug 1609:
10279                 - Add a Delete button icon
10280                 - Add a Reply to list button icon
10281                 - Fix Insert file button icon
10282                 Artwork by Ciprian Popovici.
10283
10284 2008-05-21 [colin]      3.4.0cvs61
10285
10286         * src/common/utils.c
10287                 Fix a little leak
10288
10289 2008-05-21 [wwp]        3.4.0cvs60
10290
10291         * src/prefs_filtering.c
10292                 Don't show SMTP-only accounts in accounts list, as they are
10293                 irrelevant for filtering incoming messages.
10294
10295 2008-05-21 [colin]      3.4.0cvs59
10296
10297         * src/mainwindow.c
10298                 Don't put SMTP-only accounts in receive menus
10299
10300 2008-05-21 [colin]      3.4.0cvs58
10301
10302         * src/imap.c
10303                 Fix cvs56 (brain fart)
10304
10305 2008-05-21 [colin]      3.4.0cvs57
10306
10307         * src/common/utils.c
10308                 Fix bug 1615, 'hang on FIFO when the other end's not 
10309                 opened'
10310
10311 2008-05-21 [colin]      3.4.0cvs56
10312
10313         * src/imap.c
10314                 Fix a warning
10315
10316 2008-05-19 [colin]      3.4.0cvs55
10317
10318         * src/plugins/pgpcore/sgpgme.c
10319                 Maybe fix debian bug 481856, 'Segmentation fault 
10320                 when verifying a GPG signature'. Although it 
10321                 looks like a race condition...
10322
10323 2008-05-19 [colin]      3.4.0cvs54
10324
10325         * src/prefs_filtering_action.c
10326         * src/prefs_matcher.c
10327         * src/common/tags.c
10328         * src/common/tags.h
10329         * src/gtk/combobox.c
10330         * src/gtk/combobox.h
10331                 Patch by Pawel: disabled Tags menus in filtering dialogs
10332
10333 2008-05-19 [colin]      3.4.0cvs53
10334
10335         * src/prefs_account.c
10336                 GUI patch by Pawel: align ports entries
10337
10338 2008-05-19 [colin]      3.4.0cvs52
10339
10340         * src/mainwindow.c
10341                 Fix bug 1616, 'strange question while emptying trash'
10342
10343 2008-05-18 [colin]      3.4.0cvs51
10344
10345         * src/common/plugin.c
10346         * src/etpan/imap-thread.c
10347         * src/etpan/nntp-thread.c
10348         * src/gtk/gtksctree.c
10349                 Fix bug 1613, 'Various memory leaks'; 
10350                 based on a patch by Didier Barvaux.
10351
10352 2008-05-18 [colin]      3.4.0cvs50
10353
10354         * src/mimeview.c
10355         * src/privacy.h
10356         * src/toolbar.c
10357         * src/toolbar.h
10358         * src/plugins/pgpcore/sgpgme.c
10359                 Fix more parts of bug 1609:
10360                 - Make use of specific Expired privacy icon
10361                 - Use CLOSE instead of NOTICE_ERROR for cancel
10362                   receiving
10363                 - Allow a Preferences button in the main toolbar
10364
10365 2008-05-18 [colin]      3.4.0cvs49
10366
10367         * src/stock_pixmap.c
10368                 Fix bug with non-updating icons after theme change:
10369                 If fetching pixbuf for a given icon after a theme
10370                 change, the next pixmap fetch would return the old
10371                 cached one, as the theme change was forgotten at 
10372                 this time. (and vice-versa). This was mostly 
10373                 visible on open folder icons
10374
10375 2008-05-17 [colin]      3.4.0cvs48
10376
10377         * src/prefs_summaries.c
10378         * src/summaryview.c
10379                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
10380                 options'. Patch by Pawel
10381
10382 2008-05-16 [colin]      3.4.0cvs47
10383
10384         * src/imap.c
10385                 Fix another possible crash (on fatal errors
10386                 at login, like stream error).
10387
10388 2008-05-16 [paul]       3.4.0cvs46
10389
10390         * tools/thunderbird-filters-convertor.pl
10391                 fix a typo
10392                 fix reading a tb rule that contains something
10393                 like that: \"Sender\"
10394
10395 2008-05-16 [paul]       3.4.0cvs45
10396
10397         * tools/README
10398         * tools/csv2addressbook.pl
10399                 add support for gmail exported csv address book
10400
10401 2008-05-16 [colin]      3.4.0cvs44
10402
10403         * configure.ac
10404         * src/ldapupdate.c
10405                 Fix ldap deprecated calls. Patch by
10406                 Michael Rasmussen
10407
10408 2008-05-16 [paul]       3.4.0cvs43
10409
10410         * manual/de/account.xml
10411         * manual/it/account.xml
10412         * manual/it/ack.xml
10413         * manual/it/addrbook.xml
10414         * manual/it/claws-mail-manual.xml
10415         * manual/it/gpl.xml
10416         * manual/it/intro.xml
10417         * manual/it/starting.xml
10418                 add pages towards German and Italian manuals.
10419                 (just for storage, they are not built yet, due
10420                 to being incomplete.) submitted by Speckmade
10421                 <Speckmade@gmx.net> and Salvatore De Paolis
10422                 <iwkse@claws-mail.org>
10423
10424 2008-05-16 [colin]      3.4.0cvs42
10425
10426         * src/gtk/sslcertwindow.c
10427                 Fix SHA1 fingerprint with GnuTLS
10428
10429 2008-05-15 [colin]      3.4.0cvs41
10430
10431         * src/gtk/sslcertwindow.c
10432                 Print SHA1 fingerprint too
10433
10434 2008-05-15 [colin]      3.4.0cvs40
10435
10436         * src/imap.c
10437                 Fix certificate port on TLS. It was 
10438                 previously always 0.
10439                 **IMPORTANT INFORMATION**: this will trigger 
10440                 one wrong "New certificate" warning at the 
10441                 first connection with this fix, if using STARTTLS
10442                 on IMAP.
10443         * src/gtk/sslcertwindow.c
10444                 Make labels selectable
10445
10446 2008-05-15 [colin]      3.4.0cvs39
10447
10448         * src/imap.c
10449                 Fix double free when STARTTLS fails (for
10450                 example due to refusing the certificate)
10451
10452 2008-05-15 [paul]       3.4.0cvs38
10453
10454         * manual/advanced.xml
10455                 fix typo
10456
10457 2008-05-15 [paul]       3.4.0cvs37
10458
10459         * manual/advanced.xml
10460         * src/prefs_send.c
10461                 make outgoing_fallback_to_ascii a hidden pref
10462
10463 2008-05-14 [colin]      3.4.0cvs36
10464
10465         * src/main.c
10466         * src/mainwindow.c
10467         * src/mainwindow.h
10468                 Make it possible to cancel quit when Claws
10469                 ask whether to empty trash.
10470
10471 2008-05-14 [colin]      3.4.0cvs35
10472
10473         * src/compose.c
10474         * src/prefs_common.c
10475         * src/prefs_common.h
10476         * src/prefs_send.c
10477                 Add a preference to be able to specify an
10478                 outgoing charset/encoding but still fallback
10479                 to 7bit US-ASCII when possible (default TRUE,
10480                 same behavior as pre-cvs34)
10481
10482 2008-05-14 [colin]      3.4.0cvs34
10483
10484         * src/compose.c
10485                 Always use the specified encoding and charset if it is
10486                 specified, even if the mail is ASCII.
10487
10488 2008-05-13 [paul]       3.4.0cvs33
10489
10490         * src/ldapupdate.c
10491                 fix the build warnings the easy way for now
10492
10493 2008-05-13 [colin]      3.4.0cvs32
10494
10495         * src/prefs_themes.c
10496                 Count .png files as icons too (fixes part
10497                 of bug 1609, 'Icon issues')
10498
10499 2008-05-13 [wwp]        3.4.0cvs31
10500
10501         * src/addressbook_foldersel.c
10502                 Fix wrong check (completes 3.4.0.cvs30).
10503
10504 2008-05-12 [wwp]        3.4.0cvs30
10505
10506         * src/addressbook.c
10507         * src/addressbook_foldersel.c
10508         * src/filtering.c
10509         * src/matcher.c
10510         * src/prefs_matcher.c
10511         * src/plugins/bogofilter/bogofilter.c
10512         * src/plugins/bogofilter/bogofilter_gtk.c
10513         * src/plugins/dillo_viewer/dillo_prefs.c
10514         * src/plugins/spamassassin/spamassassin.c
10515         * src/plugins/spamassassin/spamassassin_gtk.c
10516                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
10517                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
10518                 translated string "Any" in plugins (whitelisting) and
10519                 UTF8 comparisons.
10520
10521 2008-05-07 [colin]      3.4.0cvs29
10522
10523         * configure.ac
10524                 Fix --enable-maemo (assume --enable-generic-umpc)
10525
10526 2008-05-07 [colin]      3.4.0cvs28
10527
10528         * configure.ac
10529         * src/account.c
10530         * src/addr_compl.c
10531         * src/compose.c
10532         * src/editaddress.c
10533         * src/folderview.c
10534         * src/mainwindow.c
10535         * src/messageview.c
10536         * src/mimeview.c
10537         * src/prefs_account.c
10538         * src/prefs_common.c
10539         * src/prefs_display_header.c
10540         * src/prefs_filtering.c
10541         * src/prefs_summaries.c
10542         * src/prefs_template.c
10543         * src/prefs_toolbar.c
10544         * src/stock_pixmap.c
10545         * src/summaryview.c
10546         * src/summaryview.h
10547         * src/textview.c
10548         * src/toolbar.c
10549         * src/gtk/about.c
10550         * src/gtk/gtksctree.c
10551         * src/gtk/menu.c
10552         * src/gtk/prefswindow.c
10553         * src/gtk/sslcertwindow.c
10554                 Separate generic UMPC code (layouts, ...) from 
10555                 MAEMO code (Hildon, ...)
10556
10557 2008-05-06 [paul]       3.4.0cvs27
10558
10559         * tools/claws.i18n.status.pl
10560                 add he.po
10561
10562 2008-05-06 [colin]      3.4.0cvs26
10563
10564         * src/common/utils.c
10565                 Maybe fix crash on FreeBSD
10566
10567 2008-05-05 [colin]      3.4.0cvs25
10568
10569         * src/messageview.c
10570                 Fix bug 1602, 'Crash when sending return receipt for
10571                 messages with no subject'
10572
10573 2008-05-05 [colin]      3.4.0cvs24
10574
10575         * src/mimeview.c
10576                 Don't overwrite temporary files with same
10577                 name when drag and dropping. Fixes bug 1599,
10578                 'attach multiple files with the same name from 
10579                 one mail to another'
10580
10581 2008-05-04 [paul]       3.4.0cvs23
10582
10583         * src/compose.c
10584         * src/prefs_common.c
10585                 fix bug 1587 'can not replay with quote'
10586
10587 2008-05-03 [colin]      3.4.0cvs22
10588
10589         * po/de.po
10590                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
10591
10592 2008-05-03 [colin]      3.4.0cvs21
10593
10594         * src/toolbar.c
10595                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
10596                 icon isn't grayed although ineffective'
10597
10598 2008-05-02 [wwp]        3.4.0cvs20
10599
10600         * po/fr.po
10601                 Fix translation.
10602
10603         * src/prefs_folder_item.c
10604                 Add missing notice in folder properties (templates) when
10605                 folder is a root node.
10606
10607 2008-04-30 [colin]      3.4.0cvs19
10608
10609         * src/prefs_toolbar.c
10610                 Add Trash and Delete icons to the icon chooser
10611
10612 2008-04-30 [colin]      3.4.0cvs18
10613
10614         * src/compose.c
10615                 Remove "Delete entire line" which was a noop
10616                 and should be the same as "Delete line" :)
10617
10618 2008-04-30 [colin]      3.4.0cvs17
10619
10620         * src/compose.c
10621                 Fix 'Delete line' and 'Delete to end of line'
10622                 on the last line. Patch by <seelenhirt@gmx.net>
10623
10624 2008-04-28 [colin]      3.4.0cvs16
10625
10626         * src/folder.c
10627                 Fix bug 1589, 'tagsdb file not removed when
10628                 folder deleted'.
10629         * src/common/utils.c
10630                 Make sure claws_unlink accepts NULL arg.
10631
10632 2008-04-25 [colin]      3.4.0cvs15
10633
10634         * src/common/ssl.c
10635                 Fix/simplify previous commit
10636
10637 2008-04-25 [colin]      3.4.0cvs14
10638
10639         * src/addrindex.h
10640         * src/common/ssl_certificate.c
10641                 Patch by Marcus: Fix Win32 build
10642         * src/common/ssl.c
10643                 Fix build with GnuTLS/no pthread, thanks
10644                 to Marcus
10645
10646 2008-04-25 [colin]      3.4.0cvs13
10647
10648         * src/summaryview.c
10649                 Fix bug 1586, '3-pane vertical layout now and then 
10650                 still shows sender column'
10651
10652 2008-04-25 [colin]      3.4.0cvs12
10653
10654         * src/Makefile.am
10655         * src/w32-logo.ico
10656         * src/w32-resource.rc
10657                 Patch from Marcus Brinkmann to set an icon on w32.
10658
10659 2008-04-24 [colin]      3.4.0cvs11
10660
10661         * src/inc.c
10662         * src/inc.h
10663                 Trace inc locks
10664         * src/ldif.c
10665         * src/ldif.h
10666                 Fix bug 1581, 'Bad File Format during Import LDIF':
10667                 Use dynamically allocated buffers; also, allow 
10668                 importing contacts with no email address
10669
10670 2008-04-24 [colin]      3.4.0cvs10
10671
10672         * src/prefs_common.c
10673                 Increment the timeout a bit on OpenBSD, 75 isn't enough
10674
10675 2008-04-23 [colin]      3.4.0cvs9
10676
10677         * src/compose.c
10678         * src/prefs_folder_item.c
10679         * src/prefs_template.c
10680         * src/quote_fmt.c
10681                 Fix bug 1576: Fix unescaping of templates when testing them
10682                 I think it breaks nothing. (wwp, you're welcome to double-check)
10683
10684 2008-04-23 [paul]       3.4.0cvs8
10685
10686         * manual/advanced.xml
10687                 add info about the "two_line_vertical" hidden
10688                 pref
10689
10690 2008-04-22 [paul]       3.4.0cvs7
10691
10692         * src/prefs_common.c
10693         * src/prefs_common.h
10694         * src/summaryview.c
10695                 make the 2-line view in summaryview when in three
10696                 columns mode configurable. hidden pref: "two_line_vertical"
10697
10698 2008-04-22 [colin]      3.4.0cvs6
10699
10700         * src/inc.c
10701                 Fix missing inc_unlock()
10702         * src/prefs_matcher.c
10703         * src/send_message.c
10704                 Fix my last commit
10705
10706 2008-04-22 [colin]      3.4.0cvs5
10707
10708         * src/etpan/imap-thread.c
10709                 Use g_(un)setenv instead of (un)setenv which
10710                 doesn't exist on IRIX 6.5
10711
10712 2008-04-22 [colin]      3.4.0cvs4
10713
10714         * src/inc.c
10715         * src/prefs_common.c
10716         * src/send_message.c
10717                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
10718                 Set the default timeout to 75 seconds
10719
10720 2008-04-20 [colin]      3.4.0cvs3
10721
10722         * src/pixmaps/tray_newmail.offline.xpm
10723         * src/pixmaps/tray_newmail.xpm
10724         * src/pixmaps/tray_newmarkedmail.offline.xpm
10725         * src/pixmaps/tray_newmarkedmail.xpm
10726         * src/pixmaps/tray_nomail.offline.xpm
10727         * src/pixmaps/tray_nomail.xpm
10728         * src/pixmaps/tray_unreadmail.offline.xpm
10729         * src/pixmaps/tray_unreadmail.xpm
10730         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
10731         * src/pixmaps/tray_unreadmarkedmail.xpm
10732                 Make the tray icons a bit nicer. Would be
10733                 nice to get really nice icons from someone
10734                 who's good at Gimp :)
10735
10736 2008-04-18 [colin]      3.4.0cvs2
10737
10738         * src/common/log.c
10739                 Forgot one g_unlink
10740
10741 lease complete the changelog entry below
10742 2008-04-18 [colin]      3.4.0cvs1
10743
10744         * src/addrduplicates.c
10745         * src/addressbook.c
10746         * src/compose.c
10747         * src/crash.c
10748         * src/editaddress.c
10749         * src/folder.c
10750         * src/image_viewer.c
10751         * src/imap.c
10752         * src/inc.c
10753         * src/main.c
10754         * src/mbox.c
10755         * src/messageview.c
10756         * src/mh.c
10757         * src/msgcache.c
10758         * src/news.c
10759         * src/partial_download.c
10760         * src/pop.c
10761         * src/prefs_common.c
10762         * src/prefs_common.h
10763         * src/prefs_other.c
10764         * src/prefs_themes.c
10765         * src/procheader.c
10766         * src/procmime.c
10767         * src/procmsg.c
10768         * src/textview.c
10769         * src/wizard.c
10770         * src/common/prefs.c
10771         * src/common/ssl_certificate.c
10772         * src/common/template.c
10773         * src/common/utils.c
10774         * src/common/utils.h
10775         * src/etpan/imap-thread.c
10776         * src/plugins/dillo_viewer/dillo_viewer.c
10777         * src/plugins/pgpcore/sgpgme.c
10778         * src/plugins/pgpinline/pgpinline.c
10779                 Add an option to shred temporary files and messages
10780                 instead of just removing them. Slows deletions down!
10781
10782 2008-04-18 [paul]       3.4.0
10783
10784         * NEWS
10785         * README
10786         * RELEASE_NOTES 
10787                 3.4.0 released
10788
10789
10790 2008-04-18 [paul]       3.3.1cvs61
10791
10792         * po/de.po
10793         * po/fi.po
10794         * po/it.po
10795         * po/pt_BR.po
10796                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
10797                 and Frederico Goncalves Guimaraes
10798         * po/es.po
10799                 updated on the last minute by a lazy Ricardo Mones
10800
10801 2008-04-18 [colin]      3.3.1cvs60
10802
10803         * po/fr.po
10804                 Update translation (Fabien Vantard)
10805
10806 2008-04-17 [colin]      3.3.1cvs59
10807
10808         * src/imap.c
10809                 Fix debian bug 474712, 'claws seg faults when IMAP 
10810                 connection breaks after an IMAP protocol error 
10811                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
10812         * src/summaryview.c
10813                 Fix a little leak
10814
10815 2008-04-17 [colin]      3.3.1cvs58
10816
10817         * src/common/log.c
10818                 Fix log size getting out of control (claws-mail
10819                 getting SIGXFSZ): rotate if every 10MB
10820
10821 2008-04-10 [paul]       3.3.1cvs57
10822
10823         * src/prefs_other.c
10824                 improvements to english usage
10825
10826 2008-04-10 [paul]       3.3.1cvs56
10827
10828         * src/prefs_receive.c
10829                 add an accurate description
10830
10831 2008-04-08 [colin]      3.3.1cvs55
10832
10833         * src/undo.c
10834                 Probably fix corruption, introduced in cvs53
10835
10836 2008-04-04 [iwkse]      3.3.1cvs54
10837
10838         * src/undo.c
10839                 undo should works properly again
10840
10841 2008-04-04 [iwkse]      3.3.1cvs53
10842
10843         * src/undo.c
10844                 Fix a segfault but breaks undo
10845                 on a specific case (eg. double paste with
10846                 middle-mouse button)
10847
10848 2008-04-04 [iwkse]      3.3.1cvs52
10849
10850         * src/prefs_filtering.c
10851                 Fix previous Tab mess
10852
10853 2008-04-03 [iwkse]      3.3.1cvs51
10854
10855         * src/prefs_filtering.c
10856                 Add search in filtering rules list
10857
10858 2008-04-02 [colin]      3.3.1cvs50
10859
10860         * src/main.c
10861                 Revert part of the previous patch: we do
10862                 want to parse ~/.claws-mail/gtkrc-2.0 if it
10863                 exists
10864
10865 2008-04-02 [colin]      3.3.1cvs49
10866
10867         * src/main.c
10868                 Fix bug 1562, 'Claws-Mail does not completely 
10869                 respect settings in GTK2_RC_FILES environment'
10870                 Remove manual parsing of .gtkrc-2.0 and 
10871                 .gtk/gtkrc-2.0. GTK does it itself these days.
10872
10873 2008-04-01 [colin]      3.3.1cvs48
10874
10875         * src/imap_gtk.c
10876                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
10877                 ticking "Show only subscribed"'
10878
10879 2008-03-31 [colin]      3.3.1cvs47
10880
10881         * src/folder.c
10882                 Fix bug 1553, 'File lock not respected'
10883                 Regression due to the implementation of
10884                 deletion batching
10885
10886 2008-03-31 [colin]      3.3.1cvs46
10887
10888         * src/mainwindow.c
10889                 Fix tags menu update, thanks to Paul
10890
10891 2008-03-29 [wwp]        3.3.1cvs45
10892
10893         * src/prefs_account.c
10894         * src/prefs_common.c
10895         * src/prefs_folder_item.c
10896         * src/prefs_quote.c
10897         * src/quote_fmt.c
10898         * src/quote_fmt.h
10899                 Fix compose template formats (in global preferences)
10900                 being translated under specific conditions.
10901                 Add a button to restore factory defaults for current
10902                 language.
10903
10904 2008-03-27 [colin]      3.3.1cvs44
10905
10906         * src/common/prefs.c
10907         * src/common/xmlprops.c
10908                 Fix RedHat bug 431735, 'segfault if /home is full' 
10909                 (when starting): Fix double fclose() in prefs.c
10910                 and potentially xmlprops.c
10911
10912 2008-03-27 [colin]      3.3.1cvs43
10913
10914         * src/addressbook.c
10915                 Fix bug 1559, 'Claws Mail crashed deleting all 
10916                 common contacts'
10917
10918 2008-03-27 [wwp]        3.3.1cvs42
10919
10920         * src/addressbook.c
10921                 Fix 3.3.0cvs41.
10922
10923 2008-03-27 [wwp]        3.3.1cvs41
10924
10925         * src/addressbook.c
10926                 Prevent list flickering when deleting addresses.
10927
10928 2008-03-26 [colin]      3.3.1cvs40
10929
10930         * src/imap.c
10931                 Clean up session disconnection. Possibly
10932                 fix Ubuntu bug #204290
10933
10934 2008-03-26 [colin]      3.3.1cvs39
10935
10936         * src/textview.c
10937                 Fix bug 1555: current folder wasn't used when
10938                 right-clicking on an email address
10939
10940 2008-03-25 [colin]      3.3.1cvs38
10941
10942         * src/plugins/bogofilter/bogofilter.c
10943         * src/plugins/bogofilter/bogofilter.h
10944         * src/plugins/bogofilter/bogofilter_gtk.c
10945                 Add a "learn from whitelist" preference
10946                 Whitelist Unsure mails too.
10947
10948 2008-03-24 [paul]       3.3.1cvs37
10949
10950         * src/prefs_account.c
10951                 If no MH mailbox and no account exists, when
10952                 creating a POP/Local account, just create and
10953                 use the default one instead of bailing with a
10954                 "Mailbox doesn't exist" error
10955
10956 2008-03-21 [colin]      3.3.1cvs36
10957
10958         * src/procmime.c
10959                 strstrip mime subtype
10960
10961 2008-03-21 [paul]       3.3.1cvs35
10962
10963         * manual/advanced.xml
10964                 correct and update the info about Actions
10965
10966 2008-03-20 [colin]      3.3.1cvs34
10967
10968         * src/messageview.c
10969         * src/messageview.h
10970         * src/textview.c
10971                 Show at max 1MB of text, add a noticeview to
10972                 show everything optionally.
10973
10974 2008-03-20 [colin]      3.3.1cvs33
10975
10976         * src/stock_pixmap.c
10977                 Add support for png themes
10978
10979 2008-03-19 [wwp]        3.3.1cvs32
10980
10981         * src/procheader.c
10982                 Sanity check.
10983
10984 2008-03-18 [colin]      3.3.1cvs31
10985
10986         * src/common/utils.c
10987         * src/common/utils.h
10988                 Handle size_t instead of off_t in to_human_readable
10989
10990 2008-03-18 [colin]      3.3.1cvs30
10991
10992         * src/imap.c
10993                 Remove raw printf
10994
10995 2008-03-16 [colin]      3.3.1cvs29
10996
10997         * src/summaryview.c
10998                 Fix build on GTK < 2.12
10999
11000 2008-03-16 [colin]      3.3.1cvs28
11001
11002         * src/mainwindow.c
11003                 Refresh non-list widget when switching
11004                 messageview
11005
11006 2008-03-16 [colin]      3.3.1cvs27
11007
11008         * manual/faq.xml
11009                 Revert cvs25: This wasn't a typo :) :
11010                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
11011
11012
11013 2008-03-16 [colin]      3.3.1cvs26
11014
11015         * src/summaryview.c
11016         * src/gtk/gtksctree.c
11017         * src/gtk/gtksctree.h
11018                 Implement 2-lines items in Summaryview when in 
11019                 three columns mode
11020
11021 2008-03-16 [paul]       3.3.1cvs25
11022
11023         * manual/faq.xml
11024                 fix typo
11025
11026 2008-03-14 [colin]      3.3.1cvs24
11027
11028         * src/prefs_filtering_action.c
11029                 Fix buglet on setting recipient when
11030                 reediting forward rules.
11031
11032 2008-03-12 [colin]      3.3.1cvs23
11033
11034         * src/summaryview.c
11035                 Fix a new unused variable warning
11036         * src/plugins/trayicon/trayicon.c
11037                 Fix folderview's scrollbar at startup
11038                 if starting hidden
11039
11040 2008-03-12 [colin]      3.3.1cvs22
11041
11042         * src/folderview.c
11043         * src/summaryview.c
11044                 Use item_opened at the beginning of showing
11045                 a folder instead of the end. Fixes flicker.
11046
11047 2008-03-12 [paul]       3.3.1cvs21
11048
11049         * src/folder.c
11050         * src/folder.h
11051         * src/mainwindow.c
11052         * src/procmsg.c
11053         * src/summaryview.c
11054         * src/plugins/trayicon/trayicon.c
11055                 add tooltip with extended folder stats
11056
11057 2008-03-10 [colin]      3.3.1cvs20
11058
11059         * src/common/xml.c
11060                 Handle comments
11061
11062 2008-03-07 [colin]      3.3.1cvs19
11063
11064         * src/mainwindow.c
11065                 Fix blinking of the taskbar entry
11066
11067 2008-03-07 [colin]      3.3.1cvs18
11068
11069         * src/mainwindow.c
11070                 MAEMO: Fix bug 1494, 'Trayicon 
11071                 plugin breaks UI...'
11072
11073 2008-03-07 [paul]       3.3.1cvs17
11074
11075         * src/gtk/authors.h
11076                 reflect reality a bit more closely
11077
11078 2008-03-06 [colin]      3.3.1cvs16
11079
11080         * src/mainwindow.c
11081         * src/mainwindow.h
11082         * src/summaryview.c
11083         * src/summaryview.h
11084         * src/toolbar.c
11085                 Integrate things better wrt the new
11086                 summaryview extensibility.
11087
11088 2008-03-06 [wwp]        3.3.1cvs15
11089
11090         * src/quote_fmt.c
11091                 Fix some gcc warnings.
11092
11093 2008-03-06 [wwp]        3.3.1cvs14
11094
11095         * src/prefs_account.c
11096         * src/prefs_folder_item.c
11097         * src/prefs_gtk.c
11098         * src/prefs_template.c
11099         * src/gtk/prefswindow.c
11100         * src/gtk/prefswindow.h
11101                 prefs_templates: fix missing unregistering of addr_completion widgets
11102                 and and ending of addr_completion service.
11103                 prefs_folder_item: fix missing registering/unregistering of widgets,
11104                 and rework the way add_completion service is started and stopped.
11105                 Plus few prefswindow API changes (opening).
11106
11107 2008-03-06 [wwp]        3.3.1cvs13
11108
11109         * src/folder_item_prefs.c
11110         * src/prefs_template.c
11111         * src/prefs_template.h
11112         * src/quote_fmt.c
11113         * src/common/template.c
11114                 Complete 3.3.1cvs12, thanks to Colin.
11115
11116 2008-03-06 [wwp]        3.3.1cvs12
11117
11118         * src/compose.c
11119         * src/folder_item_prefs.c
11120         * src/folder_item_prefs.h
11121         * src/prefs_account.c
11122         * src/prefs_folder_item.c
11123         * src/prefs_quote.c
11124         * src/prefs_template.c
11125         * src/quote_fmt.c
11126         * src/quote_fmt.h
11127         * src/common/template.c
11128         * src/common/template.h
11129                 Global and per-folder templates can now override the from name (this
11130                 doesn't change the account being used).
11131                 Examples:
11132                  "My other name" <%account_email> (just changes the name)
11133                  my.faked.email@address.org (overrides the address too)
11134
11135 2008-03-05 [colin]      3.3.1cvs11
11136
11137         * src/summaryview.c
11138         * src/summaryview.h
11139                 Replace that hbox with a notebook
11140
11141 2008-03-05 [colin]      3.3.1cvs10
11142
11143         * src/folder.h
11144         * src/folderview.c
11145                 Add klass functions for notification of folder
11146                 opening/closing via the GUI
11147         * src/summaryview.c
11148         * src/summaryview.h
11149                 Add a specific container for the scrolledwin
11150
11151 2008-03-05 [colin]      3.3.1cvs9
11152
11153         * src/folder.h
11154         * src/folderview.c
11155                 Add klass functions for notification of folder 
11156                 opening/closing via the GUI
11157         * src/summaryview.c
11158         * src/summaryview.h
11159                 Add a specific container for the scrolledwin
11160
11161 2008-03-02 [colin]      3.3.1cvs8
11162
11163         * src/messageview.c
11164                 MAEMO: Fix bug 1541, 'Deleting message from within 
11165                 read window displays next message then closes.'
11166
11167 2008-03-02 [colin]      3.3.1cvs7
11168
11169         * src/main.c
11170                 Probably fix bug 1539, 'Program crashes':
11171                 Setup Gcrypt's thread functions when built
11172                 with GnuTLS
11173
11174 2008-03-01 [colin]      3.3.1cvs6
11175
11176         * src/folder.c
11177         * src/imap_gtk.c
11178                 Get rid of stale folders with no account
11179
11180 2008-02-28 [colin]      3.3.1cvs5
11181
11182         * src/compose.c
11183                 Fix bug 1534, 'Segmentation fault when doing 
11184                 some draft saving and then throwing away'
11185         * src/imap.c
11186                 Fix bug 1533, 'Claws is unable to mark messages 
11187                 as "read" in IMAP shared folders'
11188         * src/etpan/imap-thread.c
11189                 Fix bug 1515, 'large messages crash claws when 
11190                 syncing for offline mode'. This is rather a
11191                 workaround, and mails > 64MB will still be
11192                 problematic if there's less than 64MB available
11193                 on the dataroot volume.
11194         * src/messageview.c
11195                 MAEMO: Add information when fetching big messages
11196
11197 2008-02-26 [colin]      3.3.1cvs4
11198
11199         * src/imap.c
11200                 fix bug 1532, '"login refused" message insufficiently 
11201                 detailed'
11202
11203 2008-02-26 [paul]       3.3.1cvs3
11204
11205         * INSTALL
11206         * README
11207                 remove mentions of ClamAV and a few other
11208                 old bits of information
11209
11210 2008-02-23 [colin]      3.3.1cvs2
11211
11212         * src/main.c
11213                 Fix log output (missing \n)
11214
11215 2008-02-23 [colin]      3.3.1cvs1
11216
11217         * configure.ac
11218                 Bump version number for stable release
11219
11220 2008-02-23 [paul]       3.3.0cvs21
11221
11222         * po/he.po
11223                 updated by Ofer
11224
11225 2008-02-21 [colin]      3.3.0cvs20
11226
11227         * src/matcher.c
11228                 Fix bug 1527, 'filtering is case sensitive when it 
11229                 shouldn't be'
11230
11231 2008-02-20 [colin]      3.3.0cvs19
11232
11233         * src/main.c
11234                 Fix file attachments from older Thunar
11235
11236 2008-02-19 [colin]      3.3.0cvs18
11237
11238         * manual/plugins.xml
11239         * manual/es/plugins.xml
11240         * manual/fr/plugins.xml
11241         * manual/pl/plugins.xml
11242                 Remove Clamav
11243
11244 2008-02-19 [paul]       3.3.0cvs17
11245
11246         * tools/README
11247         * tools/csv2addressbook.pl
11248                 add support for Kmail/Kaddressbook
11249
11250 2008-02-18 [colin]      3.3.0cvs16
11251
11252         * src/imap.c
11253                 Unset folder's session before creating a
11254                 new one
11255         * src/main.c
11256         * src/prefs_common.c
11257         * src/prefs_common.h
11258         * manual/advanced.xml
11259                 Add an hidden use_networkmanager pref, to
11260                 disable NetworkManager handling. Also,
11261                 consider UNKNOWN state to be CONNECTED.
11262
11263 2008-02-18 [wwp]        3.3.0cvs15
11264
11265         * src/matcher.c
11266                 Fix Engrish and make 'not' more visible in filtering debug logs.
11267
11268 2008-02-15 [colin]      3.3.0cvs14
11269
11270         * src/matcher.c
11271                 Revert cvs10 for now, it breaks the feature
11272
11273 2008-02-15 [colin]      3.3.0cvs13
11274
11275         * src/main.c
11276                 Always focus folder tree at startup
11277         * src/compose.c
11278                 Fix bug 1521, 'Cannot close compose window after 
11279                 replying to a non-existent news message'
11280
11281 2008-02-13 [colin]      3.3.0cvs12
11282
11283         * src/folderview.c
11284                 Fix important warnings
11285
11286 2008-02-12 [colin]      3.3.0cvs11
11287
11288         * src/imap.c
11289         * src/etpan/imap-thread.c
11290         * src/etpan/imap-thread.h
11291                 Fix handling of $Forwarded flag on Exchange:
11292                 check for the existence or creatability of a
11293                 flag before using it.
11294
11295 2008-02-12 [colin]      3.3.0cvs10
11296
11297         * src/matcher.c
11298                 Optimise matching on Found in addressbook if
11299                 the matched header is in cache (From, etc)
11300
11301 2008-02-12 [colin]      3.3.0cvs9
11302
11303         * src/folderview.c
11304                 Fix crashy stuff when changing displayed
11305                 columns
11306
11307 2008-02-12 [wwp]        3.3.0cvs8
11308
11309         * src/folder.h
11310                 Remove duplicate func declaration and restore the one
11311                 a missing one.
11312
11313 2008-02-12 [wwp]        3.3.0cvs7
11314
11315         * src/compose.c
11316         * src/export.c
11317         * src/folder.c
11318         * src/folder.h
11319         * src/foldersel.c
11320         * src/foldersel.h
11321         * src/imap_gtk.c
11322         * src/import.c
11323         * src/mainwindow.c
11324         * src/messageview.c
11325         * src/mh_gtk.c
11326         * src/prefs_account.c
11327         * src/prefs_filtering_action.c
11328         * src/summaryview.c
11329         * src/plugins/bogofilter/bogofilter_gtk.c
11330         * src/plugins/spamassassin/spamassassin_gtk.c
11331                 Allow moving/copying folders to root folders when using
11332                 the folder selection dialog (it was not possible to
11333                 maemo users to reparent a subfolder to a root folder
11334                 at all).
11335
11336 2008-02-12 [fabien]     3.3.0cvs6
11337
11338         * po/fr.po
11339                 a few days late for i18n fr update. Sorry.
11340
11341 2008-02-11 [colin]      3.3.0cvs5
11342
11343         * src/main.c
11344                 Implement support for future /dev/mem_notify.
11345                 This Linux kernel feature will allow applications
11346                 to be notified that memory has to be freed
11347                 before getting OOM-killed. For more information:
11348                 http://lwn.net/Articles/267013/
11349
11350 2008-02-10 [paul]       3.3.0cvs4
11351
11352         * src/Makefile.am
11353         * src/mimeview.c
11354         * src/prefs_toolbar.c
11355         * src/stock_pixmap.c
11356         * src/stock_pixmap.h
11357         * src/pixmaps/mime_text_patch.xpm
11358                 add an icon for attached patches
11359
11360 2008-02-09 [paul]       3.3.0cvs3
11361
11362         * src/gtk/about.c
11363                 bump the (c) year
11364
11365 2008-02-09 [wwp]        3.3.0cvs2
11366
11367         * src/main.c
11368                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
11369
11370 2008-02-08 [colin]      3.3.0cvs1
11371
11372         * src/common/utils.c
11373                 Forbid attaching anything containing "../" or ".ssh/"
11374                 from mailto: URI
11375
11376 2008-02-08 [paul]       3.3.0
11377
11378         * NEWS
11379         * README
11380         * RELEASE_NOTES 
11381                 3.3.0 released
11382
11383 2008-02-08 [paul]       3.2.0cvs77
11384
11385         * AUTHORS
11386                 updated with new translators
11387         * configure.ac
11388                 added he to ALL_LINGUAS
11389         * po/cs.po
11390         * po/de.po
11391         * po/es.po
11392         * po/fi.po
11393         * po/hu.po
11394         * po/it.po
11395         * po/pt_BR.po
11396         * po/zh_CN.po
11397                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
11398                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
11399                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
11400                 and Ralph Young
11401         * po/he.po
11402                 new Hebrew translation by Ofer <oc666@netvision.net.il>
11403         * src/gtk/about.c
11404                 updated with new translators and bumped (c) year
11405         * src/gtk/authors.h
11406                 updated with new translators
11407
11408 2008-02-05 [colin]      3.2.0cvs76
11409
11410         * src/messageview.c
11411         * src/mimeview.c
11412         * src/mimeview.h
11413                 Special case text/calendar parts: if there's one in
11414                 the mail, and a plugin handling text/calendar is
11415                 loaded, show that part. That'll avoid rendering 
11416                 meetings as plain text, which just looks broken to
11417                 many users.
11418
11419 2008-02-04 [colin]      3.2.0cvs75
11420
11421         * src/mainwindow.c
11422                 Maemo: Fix LED handling on OS 2008
11423
11424 2008-02-01 [colin]      3.2.0cvs74
11425
11426         * src/compose.c
11427                 Possibly fix the annoying and hard-to reproduce bug
11428                 where lines 
11429                 are
11430                 rewrapped
11431                 like
11432                 that.
11433
11434 2008-02-01 [paul]       3.2.0cvs73
11435
11436         * src/common/utils.c
11437                 fix bug 1502, 'Plus signs are stripped from
11438                 email addresses when calling from command line'
11439                 Thanks to Colin
11440
11441 2008-01-31 [colin]      3.2.0cvs72
11442
11443         * src/exphtmldlg.c
11444         * src/mimeview.c
11445         * src/summaryview.c
11446                 Fix building of URIs from filenames
11447
11448 2008-01-31 [wwp]        3.2.0cvs71
11449
11450         * src/main.c
11451                 Fixes debug output of compiled-in features list
11452                 (completes 3.2.0cvs60).
11453
11454 2008-01-31 [colin]      3.2.0cvs70
11455
11456         * configure.ac
11457         * po/POTFILES.in
11458         * src/compose.c
11459         * src/plugins/Makefile.am
11460         * src/plugins/clamav/.cvsignore
11461         * src/plugins/clamav/Makefile.am
11462         * src/plugins/clamav/README
11463         * src/plugins/clamav/clamav_plugin.c
11464         * src/plugins/clamav/clamav_plugin.h
11465         * src/plugins/clamav/clamav_plugin_gtk.c
11466         * src/plugins/clamav/clamav_plugin_gtk.deps
11467                 Remove the Clamav plugin from the core
11468
11469 2008-01-28 [wwp]        3.2.0cvs69
11470
11471         * src/compose.c
11472         * src/prefs_template.c
11473         * src/prefs_template.h
11474         * src/quote_fmt.c
11475         * src/quote_fmt.h
11476         * src/quote_fmt_lex.l
11477         * src/quote_fmt_parse.y
11478                 Fix for bug #1493: count lines (\n chars) according to the way
11479                 format body is passed (i.e. \-escaped or not).
11480
11481 2008-01-27 [paul]       3.2.0cvs68
11482
11483         * po/en_GB.po
11484                 updated
11485         * src/prefs_actions.c
11486         * src/prefs_filtering.c
11487         * src/prefs_folder_item.c
11488         * src/prefs_template.c
11489         * src/gtk/about.c
11490                 some minor changes to the English
11491
11492 2008-01-24 [colin]      3.2.0cvs67
11493
11494         * src/etpan/imap-thread.c
11495         * src/etpan/nntp-thread.c
11496                 Fix bug 1348, 'Hang ups at exit time with 
11497                 pgp plugin since 3.0.2'
11498
11499 2008-01-23 [colin]      3.2.0cvs66
11500
11501         * src/toolbar.c
11502                 Fix translation of something that shouldn't be
11503
11504 2008-01-23 [colin]      3.2.0cvs65
11505
11506         * src/procmime.c
11507                 Fix bug 1486, 'Re: Incorrect content when replying'
11508                 Revert to full scan if short scan found only 0-length
11509                 text parts
11510
11511 2008-01-23 [paul]       3.2.0cvs64
11512
11513         * src/prefs_folder_item.c
11514                 fix bug 1485, 'selecting a folder's default
11515                 account if name contains '&''
11516
11517 2008-01-23 [colin]      3.2.0cvs63
11518
11519         * src/folder.c
11520         * src/folder.h
11521         * src/main.c
11522         * src/mainwindow.c
11523                 Fix bug 1480, 'should be able to display mail file
11524                 from command line'. Let 'claws-mail --select' accept
11525                 absolute paths in addition to folder identifiers.
11526
11527 2008-01-22 [wwp]        3.2.0cvs62
11528
11529         * src/account.c
11530         * src/account.h
11531         * src/compose.c
11532         * src/messageview.c
11533         * src/summaryview.c
11534         * src/common/utils.c
11535         * src/common/utils.h
11536                 Allow from=address in mailto sequence:
11537                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
11538                   The 'from' will try to select the first account matching in accounts list,
11539                   otherwise will use the usual account selection mechanism but override with
11540                   this 'from' address.
11541                 Allow mailto with NNTP accounts
11542                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
11543                   is the default one or if a NNTP account address is used with 'from'.
11544                   This is more or less a bugfix as it was possible to use mailto with a NNTP
11545                   default account but the complete mailto sequence was put in To.
11546
11547 2008-01-22 [wwp]        3.2.0cvs61
11548
11549         * doc/man/claws-mail.1
11550                 Updated the man page: status of few features, command-line
11551                 usage (--version-full) and completed list of config files
11552                 and dirs.
11553
11554 2008-01-22 [wwp]        3.2.0cvs60
11555
11556         * src/main.c
11557                 Added --version-full to display version and compiled-in
11558                 features list (for later use by Clawsker for instance).
11559
11560 2008-01-22 [holger]     3.2.0cvs59
11561
11562         * src/addrduplicates.c
11563                 Fix scrolling in addressbook duplicate
11564                 finder result dialog
11565
11566 2008-01-21 [colin]      3.2.0cvs58
11567
11568         * src/summaryview.c
11569                 Fix bug 1457, 'sorting messages on, say, from, 
11570                 should subsort on previous sort choice'. Subsort
11571                 by date when sort is Subject, From, To, Tags.
11572
11573 2008-01-21 [colin]      3.2.0cvs57
11574
11575         * AUTHORS
11576         * src/matcher.c
11577         * src/mimeview.c
11578         * src/common/ssl.c
11579         * src/gtk/authors.h
11580                 Fix bug 1478, 'Wrong pthread_create calls all 
11581                 over the place'. Patch by Christian Cornelssen
11582
11583 2008-01-20 [colin]      3.2.0cvs56
11584
11585         * src/imap.c
11586         * src/etpan/imap-thread.c
11587         * src/etpan/imap-thread.h
11588                 Fix bug 1468, 'Use IMAP keyword to 
11589                 store "forwarded" flag'
11590
11591 2008-01-20 [colin]      3.2.0cvs55
11592
11593         * src/folderutils.c
11594                 Make list operations faster
11595
11596 2008-01-20 [colin]      3.2.0cvs54
11597
11598         * src/mainwindow.c
11599                 Fix bug 1353, 'on startup with small screen 
11600                 layout, keyboard input gets lost'
11601
11602 2008-01-20 [colin]      3.2.0cvs53
11603
11604         * src/textview.c
11605                 Complete 3.2.0cvs49, and fixes bug 1477, 
11606                 'Claws Mail crashes when view PGP-encrypted 
11607                 message'
11608
11609 2008-01-20 [colin]      3.2.0cvs52
11610
11611         * src/compose.c
11612                 Fix privacy menu update when replying to
11613                 encrypted mail and no default privacy 
11614                 system is set
11615
11616 2008-01-19 [colin]      3.2.0cvs51
11617
11618         * src/filtering.c
11619         * src/procmsg.h
11620         * src/plugins/bogofilter/bogofilter.c
11621         * src/plugins/clamav/clamav_plugin.c
11622         * src/plugins/spamassassin/spamassassin.c
11623                 Batch filtering deletions too (and save 4 bytes
11624                 per MsgInfo in the process :)
11625
11626 2008-01-19 [colin]      3.2.0cvs50
11627
11628         * src/folder.c
11629                 Make cache update after copies much faster
11630                 on IMAP
11631
11632 2008-01-19 [colin]      3.2.0cvs49
11633
11634         * src/textview.c
11635                 Check g_fopen() success
11636
11637 2008-01-17 [wwp]        3.2.0cvs48
11638
11639         * manual/faq.xml
11640         * manual/es/faq.xml
11641         * manual/fr/faq.xml
11642         * manual/pl/faq.xml
11643                 Sylpheed? No idea what this means.
11644
11645 2008-01-17 [colin]      3.2.0cvs47
11646
11647         * src/gtk/gtksctree.c
11648                 Make dnd threshold higher on Maemo
11649
11650 2008-01-16 [colin]      3.2.0cvs46
11651
11652         * src/common/passcrypt.c
11653                 Fix build on FreeBSD, thanks to Pawel
11654
11655 2008-01-15 [colin]      3.2.0cvs45
11656
11657         * src/compose.c
11658                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
11659                 spell check of actuall word'
11660         * src/summaryview.c
11661                 Temporarily disable immediate execution when learning
11662                 spam *only* if the summaryview isn't locked
11663
11664 2008-01-15 [wwp]        3.2.0cvs44
11665
11666         * src/prefs_filtering.c
11667                 Fix filtering prefs layout (Maemo port), moving page up/down
11668                 from buttons to context menu.
11669
11670 2008-01-15 [colin]      3.2.0cvs43
11671
11672         * src/compose.c
11673                 Fix bug 1465, 'First line in new message does not mark URLs'
11674
11675 2008-01-15 [colin]      3.2.0cvs42
11676
11677         * src/common/passcrypt.c
11678                 Fix bug 1461, 'several components #define 
11679                 _XOPEN_SOURCE improperly'
11680
11681 2008-01-15 [colin]      3.2.0cvs41
11682
11683         * src/summaryview.c
11684                 Fix bug 1469, 'Column width adjustments on message 
11685                 lists do not save'
11686
11687 2008-01-14 [holger]     3.2.0cvs40
11688
11689         * configure.ac
11690                 Add tests for dbus, dbus glib bindings,
11691                 and NetworkManager. All is optional. Add new
11692                 --(en|dis)able-networkmanager-support switch.
11693         * src/Makefile.am
11694         * src/imap.c
11695         * src/inc.c
11696         * src/main.c
11697         * src/main.h
11698         * src/mainwindow.c
11699         * src/gtk/about.c
11700                 Add optional NetworkManager support, so Claws Mail
11701                 can try to do the right thing when the network connection
11702                 status changes. NetworkManager support is active by
11703                 default if above requirements were met.
11704
11705 2008-01-12 [colin]      3.2.0cvs39
11706
11707         * src/summaryview.c
11708                 Advertise the click-on-reply feature in the tooltip
11709
11710 2008-01-12 [colin]      3.2.0cvs38
11711
11712         * src/Makefile.am
11713         * src/stock_pixmap.c
11714         * src/stock_pixmap.h
11715         * src/pixmaps/tray_newmail.offline.xpm
11716         * src/pixmaps/tray_newmail.xpm
11717         * src/pixmaps/tray_newmarkedmail.offline.xpm
11718         * src/pixmaps/tray_newmarkedmail.xpm
11719         * src/pixmaps/tray_nomail.offline.xpm
11720         * src/pixmaps/tray_nomail.xpm
11721         * src/pixmaps/tray_unreadmail.offline.xpm
11722         * src/pixmaps/tray_unreadmail.xpm
11723         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11724         * src/pixmaps/tray_unreadmarkedmail.xpm
11725         * src/plugins/trayicon/Makefile.am
11726         * src/plugins/trayicon/newmail.offline.xpm
11727         * src/plugins/trayicon/newmail.xpm
11728         * src/plugins/trayicon/newmarkedmail.offline.xpm
11729         * src/plugins/trayicon/newmarkedmail.xpm
11730         * src/plugins/trayicon/nomail.offline.xpm
11731         * src/plugins/trayicon/nomail.xpm
11732         * src/plugins/trayicon/trayicon.c
11733         * src/plugins/trayicon/unreadmail.offline.xpm
11734         * src/plugins/trayicon/unreadmail.xpm
11735         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
11736         * src/plugins/trayicon/unreadmarkedmail.xpm
11737                 Make the Trayicon plugin icons themable
11738
11739 2008-01-12 [wwp]        3.2.0cvs37
11740
11741         * src/prefs_display_header.c
11742                 Fix extra leading hyphen visible in the display
11743                 header configuration combo list (maemo).
11744
11745 2008-01-11 [colin]      3.2.0cvs36
11746
11747         * src/imap.c
11748                 Set timeout to 1 before disconnecting all -
11749                 for when one switches to offline and has 
11750                 no network anymore
11751         * src/messageview.c
11752                 Fix bug 1454, 'error message shows parts and 
11753                 signature of previous messages'
11754         * src/prefs_common.c
11755                 Maemo: Hide Send dialog by default
11756
11757 2008-01-10 [colin]      3.2.0cvs35
11758
11759         * src/action.c
11760         * src/editldap.c
11761         * src/prefs_account.c
11762         * src/wizard.c
11763         * src/gtk/inputdialog.c
11764         * src/plugins/pgpcore/passphrase.c
11765                 Maemo: Fix bug 1455, 'Password enters leading letter 
11766                 incorrectly as uppercase'
11767
11768 2008-01-09 [colin]      3.2.0cvs34
11769
11770         * po/pl.po
11771                 Fix bug 1446, 'SC crashes frequently when staying 
11772                 in background'. Format string error in Polish 
11773                 translation
11774         * src/gtk/description_window.c
11775         * src/prefs_template.c
11776                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
11777                 patch by Pawel
11778         * src/wizard.c
11779                 Maemo: Fix build
11780
11781 2008-01-08 [colin]      3.2.0cvs33
11782
11783         * src/main.c
11784                 Maemo: connect HW status change signal for shutdown
11785         * src/mainwindow.c
11786                 Maemo: Fix hardware space key
11787         * src/wizard.c
11788                 Maemo: name mmc1 and 2 a better name
11789
11790 2008-01-08 [wwp]        3.2.0cvs32
11791
11792         * src/folder.c
11793         * src/folder_item_prefs.c
11794         * src/folder_item_prefs.h
11795         * src/prefs_folder_item.c
11796                 It's now possible to disable processing rules when
11797                 entering a folder (this adds a new option to the
11798                 folder properties dialog).
11799
11800 2008-01-08 [wwp]        3.2.0cvs31
11801
11802         * src/common/utils.c
11803                 Mailto: now supports 'insert' (stands for 'insert file'), this
11804                 adds the ability to create a new message from the command-line,
11805                 with body set from an existing file contents.
11806
11807 2008-01-08 [colin]      3.2.0cvs30
11808
11809         * src/summaryview.c
11810                 Maybe fix bug 1452, 'crash while drag'n'droping 
11811                 emails to an IMAP folder'
11812
11813 2008-01-07 [wwp]        3.2.0cvs29
11814
11815         * src/prefs_filtering.c
11816                 Static-alize a function, thanks to Colin.
11817
11818 2008-01-07 [colin]      3.2.0cvs28
11819
11820         * src/folderview.c
11821                 Fix scrolling to bottom when drag and dropping
11822         * src/summaryview.c
11823                 Fix bug 1445, 'Display sender using addressbook: fails 
11824                 when From: isn't an email address'
11825
11826 2008-01-07 [wwp]        3.2.0cvs27
11827
11828         * src/prefs_actions.c
11829         * src/prefs_filtering.c
11830         * src/prefs_template.c
11831                 Add tooltips to most buttons in the templates, actions and
11832                 filtering/processing dialogs.
11833
11834 2008-01-07 [wwp]        3.2.0cvs26
11835
11836         * src/prefs_filtering.c
11837                  - add a clear button to clear dialog input fields
11838                  - add page up and page down buttons to move selected rule up and down
11839                  - in rules list popup-menu: added Delete, Delete all and Duplicate
11840                  - popup-menu items are greyed out either if the list is empty (not counting the
11841                    (New) row or if there is no selected item
11842                  - clear store when closing dialog
11843
11844         * src/prefs_actions.c
11845                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
11846                    clear button, popup-menu
11847                  - clear store when closing dialog
11848
11849         * src/prefs_template.c
11850                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
11851                    clear button, popup-menu 
11852
11853         * src/addrcustomattr.c
11854                  - renamed popup-menu item Clear list to Delete all
11855                  - grey out popup-menu items is there is no selected item or if list is empty
11856                  - clear store when closing dialog
11857
11858         * src/edittags.c
11859                  - added popup-menu item Delete all
11860                  - grey out popup-menu items is there is no selected item or if list is empty
11861                  - clear store when closing dialog
11862
11863 2008-01-06 [wwp]        3.2.0cvs25
11864
11865         * src/addressadd.c
11866                 One more layout fix by Pawel (completes 3.2.0cvs24).
11867
11868 2008-01-05 [colin]      3.2.0cvs24
11869
11870         * src/addressadd.c
11871                 Little GUI fixes, patch by Pawel
11872
11873 2007-12-29 [wwp]        3.2.0cvs23
11874
11875         * src/compose.c
11876                 Fix for bug #1443, and strip possible whitespaces around
11877                 custom header names.
11878
11879 2007-12-29 [mones]      3.2.0cvs22
11880
11881         * po/es.po
11882                 Updated translation, corrected a term based 
11883                 on suggestion from Israel Saeta P�rez,
11884                 reverted awful X-Mailer translation
11885         * src/procmime.c
11886                 Complete cvs20 for FreeBSD, patch by Pawel
11887
11888 2007-12-29 [colin]      3.2.0cvs21
11889
11890         * src/textview.c
11891                 Fix bug 1442, 'Tags are repeated in 
11892                 encapsulated messages'
11893
11894 2007-12-28 [colin]      3.2.0cvs20
11895
11896         * src/procmime.c
11897                 Fix path to mime/globs. Patch by Marten King.
11898
11899 2007-12-27 [colin]      3.2.0cvs19
11900
11901         * src/plugins/pgpcore/Makefile.am
11902         * src/plugins/pgpinline/Makefile.am
11903         * src/plugins/pgpmime/Makefile.am
11904                 Add missing flags to build pgp plugins on maemo
11905
11906 2007-12-27 [colin]      3.2.0cvs18
11907
11908         * src/mainwindow.c
11909                 Maximise before showing to avoid probable flickering
11910                 on slow computers.
11911
11912 2007-12-27 [colin]      3.2.0cvs17
11913
11914         * src/main.c
11915         * src/mainwindow.c
11916         * src/prefs_common.c
11917         * src/prefs_common.h
11918                 Fix bug 1439, 'Claws Mail does not remember window size 
11919                 state when restarted'. Save maximised state and force
11920                 maximisation at startup if applicable.
11921
11922 2007-12-23 [paul]       3.2.0cvs16
11923
11924         * src/prefs_matcher.c
11925                 fix bug 1436, 'Filter condition dialog doesn't
11926                 load header name from current rules'
11927
11928 2007-12-22 [paul]       3.2.0cvs15
11929
11930         * src/compose.c
11931                 fix bug 1435, 'Reply doesn't take into account
11932                 reply-to field'
11933
11934 2007-12-21 [paul]       3.2.0cvs14
11935
11936         * src/common/ssl_certificate.c
11937                 fix FreeBSD build with IPV6 support 
11938
11939 2007-12-20 [colin]      3.2.0cvs13
11940
11941         * src/imap.c
11942                 Fix error handling
11943
11944 2007-12-20 [colin]      3.2.0cvs12
11945
11946         * src/imap.c
11947         * src/imap.h
11948         * src/prefs_account.c
11949                 Add DIGEST-MD5 support for IMAP authentication
11950
11951 2007-12-19 [mones]      3.2.0cvs11
11952
11953         * doc/man/claws-mail.1
11954                 Better ordering of sections, updated options
11955         * po/es.po
11956                 Updated strings
11957
11958 2007-12-19 [paul]       3.2.0cvs10
11959
11960         * src/prefs_account.c
11961                 use a spinbutton instead of an entry for
11962                 "POP authentication timeout" also
11963
11964 2007-12-19 [colin]      3.2.0cvs9
11965
11966         * src/prefs_filtering_action.c
11967         * src/prefs_matcher.c
11968         * src/gtk/description_window.c
11969                 Destroy info windows with their parents
11970                 Patch by Pawel
11971
11972 2007-12-19 [colin]      3.2.0cvs8
11973
11974         * src/prefs_account.c
11975                 Use spinbuttons instead of entries where needed
11976                 Patch by Pawel
11977
11978 2007-12-18 [paul]       3.2.0cvs7
11979
11980         * src/prefs_matcher.c
11981                 add missing i18n for a few strings
11982                 Patch by Stephan Sachse
11983
11984 2007-12-18 [paul]       3.2.0cvs6
11985
11986         * src/prefs_logging.c
11987                 use 'disk' instead of 'disc'
11988
11989 2007-12-18 [paul]       3.2.0cvs5
11990
11991         * po/en_GB.po
11992                 updated
11993         * src/addrcustomattr.c
11994         * src/editaddress.c
11995                 fixes to the ingleesh
11996         * src/prefs_filtering_action.c
11997                 fix copyright header
11998                 fix untranslated strings
11999         * src/prefs_filtering_action.h
12000                 fix copyright header
12001
12002 2007-12-18 [wwp]        3.2.0cvs4
12003
12004         * src/folderview.c
12005         * src/headerview.c
12006         * src/prefs_common.c
12007         * src/prefs_common.h
12008         * src/prefs_fonts.c
12009         * src/summaryview.c
12010         * src/textview.c
12011         * src/wizard.c
12012         * src/common/defs.h
12013         * src/gtk/gtkutils.c
12014                 Added prefs to set custom small and bold fonts
12015                 (might matter on some desktops, according to
12016                 DPI and font settings).
12017
12018 2007-12-18 [colin]      3.2.0cvs3
12019
12020         * src/prefs_logging.c
12021                 Rework GUI, patch by Pawel
12022
12023 2007-12-18 [colin]      3.2.0cvs2
12024
12025         * src/prefs_filtering_action.c
12026                 Rework GUI, patch by Pawel
12027
12028 2007-12-18 [colin]      3.2.0cvs1
12029
12030         * src/editaddress.c
12031                 Fix build on old GCC
12032                 Fix inverted buttons
12033
12034 2007-12-17 [paul]       3.2.0
12035
12036         * NEWS
12037         * README
12038         * RELEASE_NOTES 
12039                 3.2.0 released
12040
12041 2007-12-17 [paul]       3.1.0cvs79
12042
12043         * po/de.po
12044         * po/fr.po
12045         * po/hu.po
12046         * po/it.po
12047         * po/pt_BR.po
12048                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
12049                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
12050
12051 2007-12-17 [mones]      3.1.0cvs78
12052
12053         * po/es.po
12054                 Updated Spanish translation for 3.2.0 release
12055
12056 2007-12-16 [colin]      3.1.0cvs77
12057
12058         * src/addrcustomattr.c
12059                 Fix translations, patch by Fabien
12060
12061 2007-12-15 [paul]       3.1.0cvs76
12062
12063         * src/folderview.c
12064                 fix compiler warning
12065
12066 2007-12-14 [colin]      3.1.0cvs75
12067
12068         * src/folderview.c
12069                 Simplify logic
12070
12071 2007-12-12 [wwp]        3.1.0cvs74
12072
12073         * AUTHORS
12074         * src/gtk/authors.h
12075                 Added Marius Glauser to the hall of fame.
12076
12077 2007-12-12 [wwp]        3.1.0cvs73
12078
12079         * src/gtk/gtkutils.c
12080                 Improve the way we show results of searches
12081                 in message bodies: selected text now get centered
12082                 vertically in the message window.
12083                 Patch by Marius Glauser <seelenhirt@gmx.net>.
12084
12085 2007-12-10 [colin]      3.1.0cvs72
12086
12087         * src/folder.c
12088                 Don't crash when setting batch mode on no folder
12089
12090 2007-12-10 [colin]      3.1.0cvs71
12091
12092         * src/common/utils.c
12093                 Fix potential buffer overrun (thanks to
12094                 Hiroyuki)
12095
12096 2007-12-08 [paul]       3.1.0cvs70
12097
12098         * src/prefs_receive.c
12099                 small change to the English
12100
12101 2007-12-08 [colin]      3.1.0cvs69
12102
12103         * src/vcard.c
12104                 Fix warnings
12105
12106 2007-12-07 [colin]      3.1.0cvs68
12107
12108         * src/mainwindow.c
12109         * src/summaryview.c
12110         * src/summaryview.h
12111                 Free simplify_subject_preg at exit
12112
12113 2007-12-07 [colin]      3.1.0cvs67
12114
12115         * src/main.c
12116         * src/summaryview.c
12117         * src/common/utils.c
12118         * src/common/utils.h
12119                 We have to free reused regexps from time to
12120                 time, or they get huge
12121
12122 2007-12-07 [colin]      3.1.0cvs66
12123
12124         * src/vcard.c
12125                 Fix QP decoding (and UTF8)
12126
12127 2007-12-07 [colin]      3.1.0cvs65
12128
12129         * src/addrcustomattr.c
12130                 Update list of default custom attributes
12131                 now (will be needed for a feature patch
12132                 post 3.2.0)
12133
12134 2007-12-07 [colin]      3.1.0cvs64
12135
12136         * src/folder.c
12137                 Batch on destination folder when copying - fixes
12138                 slowness when moving unread mails to trash on IMAP
12139
12140 2007-12-06 [colin]      3.1.0cvs63
12141
12142         * src/common/w32_time.c
12143         * src/common/w32lib.h
12144         * src/etpan/etpan-thread-manager.c
12145         * src/etpan/imap-thread.c
12146         * src/etpan/nntp-thread.c
12147         * src/gtk/Makefile.am
12148                 Fix win32 build with libetpan. Thanks to
12149                 Marcus Brinkmann.
12150
12151 2007-12-06 [colin]      3.1.0cvs62
12152
12153         * src/account.c
12154         * src/imap.c
12155         * src/prefs_account.c
12156         * src/prefs_account.h
12157         * src/etpan/imap-thread.c
12158         * src/etpan/imap-thread.h
12159                 Disable connection via command line on WIN32
12160                 Disable mmap use on WIN32 - use normal strings
12161         * src/addressbook.c
12162         * src/addressbook.h
12163         * src/addressbook_foldersel.c
12164         * src/addressbook_foldersel.h
12165         * src/prefs_filtering_action.c
12166         * src/prefs_matcher.c
12167         * src/plugins/bogofilter/bogofilter_gtk.c
12168         * src/plugins/dillo_viewer/dillo_prefs.c
12169         * src/plugins/spamassassin/spamassassin_gtk.c
12170                 Fix leak, rework function logics to be more
12171                 natural - thanks to Holger
12172         * src/common/utils.c
12173                 Fix warnings
12174
12175 2007-12-06 [colin]      3.1.0cvs61
12176
12177         * src/news.c
12178         * src/common/utils.c
12179         * src/common/utils.h
12180                 Fix posting, and fix UTF-8 being sent when encoding
12181                 is 8bit
12182
12183 2007-12-05 [colin]      3.1.0cvs60
12184
12185         * src/news.c
12186                 Fix debian bug #453157, 'Fails to post usenet
12187                 articles after NNTP connection has been 
12188                 interrupted". Fix return value to prevent deletion
12189                 on failure, and issue MODE READER in case posting
12190                 fails at first.
12191
12192 2007-12-05 [colin]      3.1.0cvs59
12193
12194         * src/messageview.c
12195         * src/uri_opener.c
12196                 Improvements to the List URIs dialog
12197                 Patch by Pawel
12198
12199 2007-12-05 [colin]      3.1.0cvs58
12200
12201         * src/prefs_other.c
12202         * src/gtk/gtksctree.h
12203                 Fix warnings
12204
12205 2007-12-04 [colin]      3.1.0cvs57
12206
12207         * src/etpan/imap-thread.c
12208                 Fix bug 1378, 'Claws exits on IMAP alert message'
12209                 Don't do GTK calls directly from Etpan thread
12210
12211 2007-12-04 [colin]      3.1.0cvs56
12212
12213         * src/folderview.c
12214         * src/gtk/gtksctree.c
12215                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
12216                 Make all the left of column zero an hotspot for
12217                 expanding.
12218
12219 2007-12-04 [colin]      3.1.0cvs55
12220
12221         * src/mainwindow.c
12222         * src/mainwindow.h
12223         * src/prefs_common.c
12224         * src/prefs_common.h
12225         * src/prefs_receive.c
12226                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
12227
12228 2007-12-04 [wwp]        3.1.0cvs54
12229
12230         * src/prefs_other.c
12231                 Fix for bug #1419.
12232
12233 2007-12-04 [holger]     3.1.0cvs53
12234
12235         * src/addrduplicates.c
12236         * src/addrduplicates.h
12237                 Export addressbook entry deletion
12238
12239 2007-12-04 [colin]      3.1.0cvs52
12240
12241         * tools/Makefile.am
12242         * tools/README.sylprint
12243         * tools/sylprint.pl
12244         * tools/sylprint.rc
12245                 Fix debian bug #454089 (symlink attack in TMP directory)
12246                 http://secwatch.org/advisories/1019661/ :
12247                 Remove the buggy script, which was unmaintained anyway
12248         * src/news.c
12249         * src/procmsg.c
12250                 Store things in our private tmp directory.
12251
12252 2007-12-03 [colin]      3.1.0cvs51
12253
12254         * src/folder.c
12255         * src/folder.h
12256         * src/folderview.c
12257         * src/imap.c
12258         * src/mainwindow.c
12259                 Fix update problem when getting remote tags
12260         * src/prefs_matcher.c
12261                 Rework GUI to make it better. Patch by Pawel
12262                 Pekala
12263
12264 2007-12-03 [colin]      3.1.0cvs50
12265
12266         * src/etpan/imap-thread.c
12267         * src/etpan/nntp-thread.c
12268                 Fix bug 1417, 'Network log doesn't reveal 
12269                 enough NNTP errors'
12270
12271 2007-12-02 [iwkse]      3.1.0cvs49
12272
12273         * src/plugins/dillo_viewer/dillo_prefs.c
12274                         Insert dillo under the Plugins menu
12275
12276 2007-12-01 [paul]       3.1.0cvs48
12277
12278         * src/html.c
12279                 add these variant forms
12280                 Thanks to Colin
12281
12282 2007-12-01 [paul]       3.1.0cvs47
12283
12284         * src/matcher.c
12285                 fix a typo
12286
12287 2007-12-01 [paul]       3.1.0cvs46
12288
12289         * po/POTFILES.in
12290                 add the new addrcustomattr.c file
12291
12292 2007-11-29 [colin]      3.1.0cvs45
12293
12294         * src/common/ssl_certificate.c
12295                 Use the more modern getaddrinfo instead of 
12296                 gethostbyname when possible
12297
12298 2007-11-28 [colin]      3.1.0cvs44
12299
12300         * src/summaryview.c
12301                 Maybe fix bug 1410 and other crash reports
12302                 in summaryview since cvs38.
12303
12304 2007-11-28 [wwp]        3.1.0cvs43
12305
12306         * src/prefs_summary_open.c
12307                 Guard against an empty list of actions to perform
12308                 when opening a folder (or migration defaults could
12309                 be introduced, confusing).
12310
12311 2007-11-28 [colin]      3.1.0cvs42
12312
12313         * src/folderview.c
12314                 Fix mark all read from folder's contextual menu
12315
12316 2007-11-27 [colin]      3.1.0cvs41
12317
12318         * src/imap.c
12319         * src/imap.h
12320         * src/imap_gtk.c
12321         * src/prefs_account.c
12322         * src/etpan/imap-thread.c
12323                 A few fixes to the IMAP flags handling: Optimisations,
12324                 two crashers, mention that Bandwitdh-efficient mode
12325                 prevents tag fetching.
12326                 Fix M-UTF7 in subscription dialog.
12327
12328 2007-11-27 [colin]      3.1.0cvs40
12329
12330         * src/folder.c
12331         * src/mbox.c
12332         * src/summaryview.c
12333                 Make filtering faster on flags change: Batch original 
12334                 folderitem, where we'll do flags/tags changes.
12335
12336 2007-11-27 [colin]      3.1.0cvs39
12337
12338         * src/filtering.c
12339                 Fix bug 1407, 'After a copy action, further rules apply 
12340                 to both original and copy'
12341
12342 2007-11-27 [colin]      3.1.0cvs38
12343
12344         * src/edittags.c
12345         * src/summaryview.c
12346                 Fixes races when doing a long operation and user
12347                 asks for another one (Mark all read/unread on a 
12348                 big folder on IMAP for example)
12349
12350 2007-11-27 [wwp]        3.1.0cvs37
12351
12352         * src/addressbook.c
12353         * src/prefs_common.c
12354                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
12355                 and 3.1.0cvs35 (addressbook.c).
12356
12357 2007-11-27 [holger]     3.1.0cvs36
12358
12359         * src/printing.c
12360                 Add a line separating header and body
12361                 in the printout
12362
12363 2007-11-27 [wwp]        3.1.0cvs35
12364
12365         * src/addressbook.c
12366                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
12367                 (thanks to Colin) and revert disabling of cut/copy
12368                 context menu entries upon selected groups.
12369
12370 2007-11-27 [holger]     3.1.0cvs34
12371
12372         * src/printing.c
12373                 Add weights to the list of supported text attributes
12374                 for printing
12375
12376 2007-11-27 [wwp]        3.1.0cvs33
12377
12378         * src/Makefile.am
12379         * src/addrcustomattr.c
12380         * src/addrcustomattr.h
12381         * src/addressbook.c
12382         * src/editaddress.c
12383         * src/editaddress.h
12384         * src/prefs_common.c
12385         * src/prefs_common.h
12386         * src/common/defs.h
12387                 Provide a (customizable) list of preset attribute names
12388                 for editing contacts (closes bug #1391).
12389
12390 2007-11-27 [wwp]        3.1.0cvs32
12391
12392         * src/addrclip.c
12393         * src/addressbook.c
12394         * src/addritem.c
12395                 Various fixes in the address book:
12396                         - made copy/move of a folder to itself or its subtree
12397                           impossible (-> error)
12398                         - errors messages don't show in the status bar anymore,
12399                           use alertpanels instead
12400                         - simple click on group doesn't open group edit dialog
12401                           anymore when in contact edit embedded mode (was too itchy)
12402                         - fixed disabling of edit button and and menu entry when
12403                           in contact edit embedded mode (was done in a bad and
12404                           ineffective way)
12405                         - fix menu cut/paste sensitivity in treelist context
12406                           menu (conflicting enabling was done by different functions)
12407                         - fix some menu item sensitivity in address list context menu
12408                         - don't allow cut/copy of groups, it's useless as they won't
12409                           be copied w/ their contents
12410                         - fix missing copy of the picture file when copying (bug #1402),
12411                           fix picture attribute (internal) value when moving or copying
12412
12413
12414 2007-11-27 [colin]      3.1.0cvs31
12415
12416         * src/folder.c
12417         * src/imap.c
12418                 Fix tags loss on move, fix space encoding
12419
12420 2007-11-26 [colin]      3.1.0cvs30
12421
12422         * src/edittags.c
12423         * src/folder.c
12424         * src/folder.h
12425         * src/imap.c
12426         * src/messageview.c
12427         * src/procmsg.c
12428         * src/procmsg.h
12429         * src/summaryview.c
12430         * src/common/utils.c
12431         * src/common/utils.h
12432         * src/etpan/imap-thread.c
12433         * src/etpan/imap-thread.h
12434                 Add IMAP tags support
12435
12436 2007-11-26 [colin]      3.1.0cvs29
12437
12438         * src/imap.c
12439                 Fix bug 1405, 'imap auto auth method doesn't 
12440                 work since 3.1.0'
12441
12442 2007-11-26 [colin]      3.1.0cvs28
12443
12444         * src/messageview.c
12445         * src/procmime.c
12446                 Handle broken disposition-notifications from Evolution
12447                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
12448
12449 2007-11-25 [paul]       3.1.0cvs27
12450
12451         * src/folder_item_prefs.c
12452         * src/folder_item_prefs.h
12453                 remove dead code
12454
12455 2007-11-23 [wwp]        3.1.0cvs26
12456
12457         * src/matcher.c
12458         * src/matcher.h
12459         * src/matcher_parser_parse.y
12460         * src/prefs_matcher.c
12461                 Fix irrelevant case folding when adding matcher condition 'test',
12462                 thanks to Colin.
12463
12464 2007-11-23 [wwp]        3.1.0cvs25
12465
12466         * src/prefs_common.c
12467         * src/prefs_common.h
12468         * src/prefs_summary_open.c
12469         * src/prefs_summary_open.h
12470         * src/summaryview.c
12471                 Add "select first email in list" to the list of possible selections
12472                 when opening a folder.
12473
12474 2007-11-23 [paul]       3.1.0cvs24
12475
12476         * po/de.po
12477                 a fix by Stephan Sachse, plus remove all
12478                 old strings from the end of the file
12479
12480 2007-11-23 [wwp]        3.1.0cvs23
12481
12482         * src/prefs_msg_colors.c
12483                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
12484                 with little changes.
12485
12486 2007-11-23 [paul]       3.1.0cvs22
12487
12488         * src/prefs_logging.c
12489                 eliminate wasted horizontal space
12490
12491 2007-11-23 [paul]       3.1.0cvs21
12492
12493         * src/prefs_summaries.c
12494                 don't wrap the label or put linebreaks
12495
12496 2007-11-22 [colin]      3.1.0cvs20
12497
12498         * src/plugins/pgpinline/pgpinline.c
12499                 Fix decryption
12500
12501 2007-11-22 [wwp]        3.1.0cvs19
12502
12503         * src/prefs_themes.c
12504                 Yet another misuse of get_rc_dir(), still related
12505                 to user themes. Completes 3.1.0cvs18.
12506
12507 2007-11-22 [wwp]        3.1.0cvs18
12508
12509         * src/stock_pixmap.c
12510                 Fix a misuse of get_rc_dir(), user themes dir was
12511                 not set properly and some themes might have disappeared
12512                 from themes list in prefs.
12513
12514 2007-11-22 [wwp]        3.1.0cvs17
12515
12516         * src/edittags.c
12517         * src/edittags.h
12518         * src/common/tags.c
12519         * src/common/tags.h
12520                 Correct copyright for these claws-mail-only brand new
12521                 files.
12522
12523 2007-11-22 [paul]       3.1.0cvs16
12524
12525         * src/compose.c
12526                 fix bug 1400, 'Drag and drop of URLs does not work'
12527                 Thanks to Colin
12528
12529 2007-11-22 [paul]       3.1.0cvs15
12530
12531         * src/prefs_common.c
12532                 make "cmds_use_system_default" default to FALSE
12533                 so as not to disrupt current settings
12534         * src/summaryview.c
12535                 increase the size of the GdkRectangle, tooltips
12536                 didn't show for me otherwise
12537
12538 2007-11-21 [colin]      3.1.0cvs14
12539
12540         * src/compose.c
12541         * src/crash.c
12542         * src/exphtmldlg.c
12543         * src/mainwindow.c
12544         * src/manual.c
12545         * src/mimeview.c
12546         * src/prefs_account.c
12547         * src/prefs_common.c
12548         * src/prefs_common.h
12549         * src/prefs_ext_prog.c
12550         * src/textview.c
12551         * src/uri_opener.c
12552         * src/gtk/about.c
12553         * src/gtk/gtkutils.c
12554                 Use xdg-open as a way to find default browser,
12555                 when available
12556
12557 2007-11-21 [colin]      3.1.0cvs13
12558
12559         * src/messageview.c
12560         * src/procmime.c
12561         * src/procmsg.h
12562                 Send better return receipts (useful ones)
12563                 Handle incoming return receipts
12564
12565 2007-11-20 [colin]      3.1.0cvs12
12566
12567         * src/printing.c
12568         * src/printing.h
12569                 Add getter/setter for settings, and getter
12570                 for page setup
12571
12572 2007-11-20 [colin]      3.1.0cvs11
12573
12574         * src/folderview.c
12575         * src/main.c
12576         * src/mainwindow.c
12577                 Fix bug 1396, 'Crash on disabling a filter 
12578                 while it is processing'
12579
12580 2007-11-20 [paul]       3.1.0cvs10
12581
12582         * src/folder.c
12583                 fix bug 1395, 'Crash on checking for new mails
12584                 while filter is running'
12585                 Thanks to Colin
12586
12587 2007-11-20 [paul]       3.1.0cvs9
12588
12589         * src/compose.c
12590                 make this string easier for translators
12591
12592 2007-11-19 [colin]      3.1.0cvs8
12593
12594         * src/prefs_summaries.c
12595         * src/summaryview.c
12596                 Don't enable more tooltips on Maemo
12597
12598 2007-11-19 [colin]      3.1.0cvs7
12599
12600         * src/prefs_common.c
12601         * src/prefs_common.h
12602         * src/prefs_summaries.c
12603         * src/summaryview.c
12604                 Fix bug 1388, 'message list tool tips'
12605                 Add (optional) tooltips in summaryview.
12606                 This only works with GTK+ >= 2.12
12607
12608 2007-11-19 [colin]      3.1.0cvs6
12609
12610         * src/compose.c
12611                 Make strings a bit better when attaching
12612                 from mailto: URIs
12613
12614 2007-11-19 [colin]      3.1.0cvs5
12615
12616         * src/common/utils.c
12617                 Fix bug 1392, 'Top level domain .EU is 
12618                 not recognised as valid'
12619
12620 2007-11-19 [wwp]        3.1.0cvs4
12621
12622         * src/compose.c
12623         * src/compose.h
12624                 Revert changes to compose.c made in 3.1.0cvs2.
12625
12626 2007-11-19 [wwp]        3.1.0cvs3
12627
12628         * src/addressbook.c
12629         * src/addressbook.h
12630         * src/editaddress.c
12631         * src/editgroup.c
12632         * src/addrduplicates.c
12633                 Minor improvements in the address book:
12634                 always accept new contacts provided that some
12635                 detail is set (instead of rejecting silently).
12636                 Better guessing of contact name from incomplete
12637                 name information. Better display of contacts with
12638                 no name, in contact lists, group contents, find
12639                 duplicate results.
12640                 
12641
12642 2007-11-19 [wwp]        3.1.0cvs2
12643
12644         * src/compose.c
12645         * src/compose.h
12646         * src/prefs_logging.c
12647         * src/prefs_summaries.c
12648                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
12649                 wrap some long label in prefs/summaries, layout checkboxes
12650                 in a more compact form in prefs/loggin, make account and
12651                 header's combos have the same size/spacing in compose
12652                 window.
12653
12654 2007-11-19 [wwp]        3.1.0cvs1
12655
12656         * src/edittags.c
12657                 Fix a tiny leak and duplicate variable.
12658
12659 2007-11-19 [paul]       3.1.0
12660
12661         * NEWS
12662         * README
12663         * RELEASE_NOTES 
12664                 3.1.0 released
12665
12666 2007-11-19 [paul]       3.0.2cvs145
12667
12668         * po/de.po
12669         * po/fi.po
12670         * po/fr.po
12671         * po/hu.po
12672         * po/it.po
12673         * po/pl.po
12674         * po/pt_BR.po
12675         * po/sk.po
12676         * po/zh_CN.po
12677                 updated by Stephan Sachse, Flammie Pirinen,
12678                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
12679                 Emil Nowak, Frederico Goncalves Guimaraes,
12680                 Andrej Kacian, and Ralph Young
12681
12682 2007-11-18 [mones]      3.0.2cvs144
12683
12684         * po/es.po
12685                 Updated Spanish translation
12686
12687 2007-11-18 [colin]      3.0.2cvs143
12688
12689         * src/edittags.c
12690                 Prevent empty tag after edit, thanks to wwp
12691
12692 2007-11-18 [colin]      3.0.2cvs142
12693
12694         * src/editaddress.c
12695                 Fix possible "(null)" %s - thanks to wwp
12696
12697 2007-11-16 [wwp]        3.0.2cvs141
12698
12699         * src/common/utils.c
12700                 Fix for 3.0.2cvs140, prevents from crashing when opening
12701                 a compose window.
12702
12703 2007-11-16 [colin]      3.0.2cvs140
12704
12705         * src/main.c
12706         * src/common/claws.c
12707                 Output a bit more useful info at startup
12708                 in --debug mode
12709
12710 2007-11-16 [colin]      3.0.2cvs139
12711
12712         * src/compose.c
12713         * src/common/utils.c
12714         * src/common/utils.h
12715                 Fix bug 1387, 'Request for --compose to 
12716                 support multiple attachments'
12717
12718 2007-11-16 [colin]      3.0.2cvs138
12719
12720         * src/news.c
12721                 Fix bug 1390, 'NNTP fails after server 
12722                 closed connection'
12723
12724 2007-11-16 [colin]      3.0.2cvs137
12725
12726         * src/prefs_display_header.c
12727                 Fix bug 1389, 'Changing 'Display headers 
12728                 in message view' breaks dispheaderrc'
12729
12730 2007-11-14 [colin]      3.0.2cvs136
12731
12732         * src/summaryview.c
12733         * src/gtk/quicksearch.c
12734         * src/gtk/quicksearch.h
12735                 Fix resetting the quicksearch when in non-sticky
12736                 mode, but Recursive is set: reset only when going
12737                 out of the root search folder.
12738
12739 2007-11-14 [colin]      3.0.2cvs135
12740
12741         * src/filtering.c
12742                 Don't set new flag back when doing "Mark as unread"
12743                 from filtering
12744
12745 2007-11-12 [paul]       3.0.2cvs134
12746
12747         * src/plugins/dillo_viewer/dillo_viewer.c
12748                 don't offer the mime type for translation
12749
12750 2007-11-12 [paul]
12751
12752         3.1.0-rc2 released
12753
12754 2007-11-11 [colin]      3.0.2cvs133
12755
12756         * src/imap_gtk.c
12757         * src/mh_gtk.c
12758                 Use markup-escaped strings in dialogs
12759
12760 2007-11-11 [colin]      3.0.2cvs132
12761
12762         * src/imap.c
12763                 Better IMAP-UTF7/UTF8 conversion
12764
12765 2007-11-10 [colin]      3.0.2cvs131
12766
12767         * src/news.c
12768                 Fix debian bug 450698, 'nntp auth behavior changed 
12769                 without notice'
12770
12771 2007-11-10 [colin]      3.0.2cvs130
12772
12773         * configure.ac
12774         * src/inc.c
12775         * src/main.c
12776         * src/main.h
12777         * src/mimeview.c
12778         * src/statusbar.c
12779         * src/common/utils.c
12780         * src/etpan/Makefile.am
12781         * src/gtk/filesel.c
12782         * src/gtk/gtkutils.h
12783         * src/gtk/menu.c
12784         * src/plugins/bogofilter/Makefile.am
12785         * src/plugins/clamav/Makefile.am
12786         * src/plugins/dillo_viewer/Makefile.am
12787         * src/plugins/pgpcore/Makefile.am
12788         * src/plugins/spamassassin/Makefile.am
12789         * src/plugins/trayicon/Makefile.am
12790                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
12791
12792 2007-11-09 [colin]      3.0.2cvs129
12793
12794         * src/addressbook.c
12795         * src/ldapupdate.c
12796                 fix bug 1375, 'Impossible to modify e-mail
12797                 in LDAP addressbook twice'; Try two. update
12798                 externalID, don't make display lag, and
12799                 fix the cases where dn is not mail.
12800
12801 2007-11-08 [paul]       3.0.2cvs128
12802
12803         * src/account.c
12804         * src/compose.c
12805         * src/messageview.c
12806         * src/prefs_account.c
12807         * src/prefs_account.h
12808                 reinstate 'Generate Message-ID' option as an
12809                 account preference. (hidden on IMAP)
12810                 Thanks to Colin
12811
12812 2007-11-08 [paul]       3.0.2cvs127
12813
12814         * src/textview.c
12815                 MAEMO: fix failure of loading images inline
12816                 MAEMO: fix bug 1349, 'Emails still skip to end
12817                 when opened (in certain circumstances)...'
12818
12819 2007-11-07 [colin]      3.0.2cvs126
12820
12821         * src/toolbar.c
12822                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
12823
12824 2007-11-07 [colin]      3.0.2cvs125
12825
12826         * src/toolbar.c
12827                 Re-change the string occurence of A_CLAWS_ACTIONS
12828                 to A_SYL_ACTIONS, to prevent parse errors of the
12829                 toolbar_*.xml files
12830
12831 2007-11-07 [colin]      3.0.2cvs124
12832
12833         * src/mimeview.c
12834         * src/prefs_common.c
12835         * src/prefs_common.h
12836         * manual/advanced.xml
12837                 Add an hidden pref, 'save_parts_readwrite';
12838                 completes 3.0.2cvs35
12839
12840 2007-11-07 [paul]       3.0.2cvs123
12841
12842         * src/prefs_toolbar.c
12843         * src/toolbar.c
12844         * src/toolbar.h
12845                 rename ToolbarSylpheedActions to ToolbarClawsActions
12846                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
12847
12848 2007-11-07 [paul]       3.0.2cvs122
12849
12850         * src/toolbar.c
12851                 MAEMO: remove tooltips
12852
12853 2007-11-07 [colin]      3.0.2cvs121
12854
12855         * src/plugins/pgpinline/pgpinline.c
12856                 Fix bug 1377, 'unspecific errors on 
12857                 signature checking'. Fix trimming of
12858                 UTF8 data.
12859
12860 2007-11-06 [iwkse]      3.0.2cvs120
12861
12862         * src/prefs_summary_open.c
12863                 yet a string change
12864
12865 2007-11-06 [paul]       3.0.2cvs119
12866
12867         * tools/Makefile.am
12868         * tools/README
12869         * tools/csv2addressbook.pl
12870                 add a new script that imports a CSV formatted
12871                 address book. Becky and Thunderbird address
12872                 book are currently supported.
12873
12874 2007-11-05 [colin]      3.0.2cvs118
12875
12876         * src/imap.c
12877                 Fix deletion 
12878
12879 2007-11-05 [iwkse]      3.0.2cvs117
12880
12881         * src/prefs_summary_open.c
12882                 String changes
12883
12884 2007-11-04 [paul]       3.0.2cvs116
12885
12886         * src/addressbook_foldersel.c
12887                 fix gtk critical warning
12888                 Patch by Pawel Pekala
12889
12890 2007-11-04 [paul]       3.0.2cvs115
12891
12892         * tools/README
12893         * tools/claws-mail-compose-insert-files.pl
12894                 add --bcc and uri_escape() everything
12895
12896 2007-11-04 [paul]       3.0.2cvs114
12897
12898         * src/gtk/gtkutils.c
12899                 gtkut_stock_with_text_button_set_create(): set
12900                 GTK_CAN_DEFAULT on buttons 2 and 3
12901
12902 2007-11-03 [paul]       3.0.2cvs113
12903
12904         * src/common/utils.c
12905                 fix debian bug #448814, 'mailto: URI decoding
12906                 desn't decode the destination address field'
12907                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
12908
12909 2007-11-03 [paul]       3.0.2cvs112
12910
12911         * AUTHORS
12912         * src/compose.c
12913         * src/gtk/authors.h
12914                 allow Bcc in commandline URIs
12915                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
12916
12917 2007-11-02 [colin]      3.0.2cvs111
12918
12919         * src/addressbook.c
12920                 Maybe fix bug 1376, 'crash on 
12921                 addressbook manipulation'
12922
12923 2007-10-31 [paul]       3.0.2cvs110
12924
12925         * src/ldapupdate.c
12926                 fix bug 1375, 'Impossible to modify e-mail
12927                 in LDAP addressbook twice'
12928                 Patch by Michael Rasmussen
12929
12930 2007-10-30 [paul]       3.0.2cvs109
12931
12932         * configure.ac
12933                 enable GnuTLS support with --enable-gnutls which
12934                 will disable openssl support. if the user has
12935                 gtk >= 2.10.x don't allow gnomeprint even if the
12936                 user asks for it
12937
12938 2007-10-30 [paul]
12939
12940         3.1.0-rc1 released
12941
12942 2007-10-30 [paul]       3.0.2cvs108
12943
12944         * Makefile.am
12945                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
12946
12947 2007-10-30 [paul]       3.0.2cvs107
12948
12949         * src/expldifdlg.c
12950         * src/prefs_account.c
12951         * src/prefs_folder_item.c
12952         * src/prefs_spelling.c
12953         * src/prefs_themes.c
12954         * src/wizard.c
12955         * src/gtk/gtkaspell.c
12956         * src/gtk/gtkaspell.h
12957         * src/plugins/spamassassin/spamassassin_gtk.c
12958                 replace deprecated gtk_option_menu...
12959                 patch by Pawel Pekala
12960
12961 2007-10-29 [colin]      3.0.2cvs106
12962
12963         * src/plugins/dillo_viewer/dillo_prefs.c
12964                 Fix forgotten signal connect
12965
12966 2007-10-28 [colin]      3.0.2cvs105
12967
12968         * src/plugins/dillo_viewer/dillo_prefs.c
12969         * src/plugins/dillo_viewer/dillo_prefs.h
12970         * src/plugins/dillo_viewer/dillo_viewer.c
12971                 Implement addressbook-based whitelisting for loading
12972                 remote images. Fixed missing destroy of the embedded
12973                 browser that made a Dillo window pop up on exit, if
12974                 an HTML part was displayed.
12975
12976 2007-10-26 [colin]      3.0.2cvs104
12977
12978         * src/edittags.c
12979                 Add missing static
12980
12981 2007-10-25 [colin]      3.0.2cvs103
12982
12983         * src/editaddress.c
12984                 Add tap-and-hold on the picture, for Maemo
12985         * src/edittags.c
12986         * src/edittags.h
12987         * src/mainwindow.c
12988         * src/procmsg.c
12989         * src/summaryview.c
12990         * src/textview.c
12991                 Unify tag interfaces.
12992
12993 2007-10-25 [colin]      3.0.2cvs102
12994
12995         * src/imap.c
12996         * src/etpan/imap-thread.h
12997                 Much better error handling. We'll need to be really
12998                 clear to users about where errors come from, with 
12999                 the apparition of Gmail's IMAP server.
13000
13001 2007-10-24 [colin]      3.0.2cvs101
13002
13003         * src/edittags.c
13004         * src/mainwindow.c
13005         * src/summaryview.c
13006         * src/textview.c
13007                 Add tags sorting (alphabetical); allow deletion of
13008                 tags from the Apply Tags window
13009
13010 2007-10-24 [colin]      3.0.2cvs100
13011
13012         * src/editaddress.c
13013         * src/editaddress_other_attributes_ldap.c
13014         * src/editaddress_other_attributes_ldap.h
13015         * src/ldapctrl.c
13016         * src/ldapquery.c
13017         * src/ldapupdate.c
13018                 Fix LDAP writing (got broken in cvs39)
13019                 Add read-only support for jpegPhoto LDAP field
13020
13021 2007-10-23 [colin]      3.0.2cvs99
13022
13023         * src/news.c
13024                 Fix crash in some cases
13025
13026 2007-10-22 [colin]      3.0.2cvs98
13027
13028         * src/common/socket.h
13029         * src/common/ssl.c
13030                 Fix big leak in GnuTLS code
13031
13032 2007-10-22 [colin]      3.0.2cvs97
13033
13034         * src/news.c
13035                 Fix bug 1368, 'SIGSEGV in NNTP code'
13036
13037 2007-10-22 [colin]      3.0.2cvs96
13038
13039         * src/prefs_customheader.c
13040                 Catch compface warnings when generating X-Faces
13041
13042 2007-10-22 [wwp]        3.0.2cvs95
13043
13044         * src/quote_fmt_parse.y
13045                 Remove accidentally committed debug traces.
13046                 Fix a warning.
13047
13048 2007-10-22 [colin]      3.0.2cvs94
13049
13050         * src/etpan/nntp-thread.c
13051                 Fix authentication
13052
13053 2007-10-19 [wwp]        3.0.2cvs93
13054
13055         * src/common/ssl_certificate.c
13056                 Add missing include (Windows).
13057
13058 2007-10-19 [colin]      3.0.2cvs92
13059
13060         * src/imap_gtk.c
13061         * src/mimeview.c
13062         * src/textview.c
13063         * src/gtk/inputdialog.c
13064         * src/gtk/inputdialog.h
13065                 Remove the last old combo; patch by
13066                 Pawel
13067
13068 2007-10-19 [colin]      3.0.2cvs91
13069
13070         * src/common/ssl.c
13071                 Fix interop problem with GnuTLS and some crappy
13072                 servers that have very little keys.
13073
13074 2007-10-19 [colin]      3.0.2cvs90
13075
13076         * src/common/ssl.c
13077                 Fix return value check on GnuTLS, and
13078                 display the error
13079
13080 2007-10-18 [colin]      3.0.2cvs89
13081
13082         * src/common/ssl_certificate.c
13083                 Fix missing initialisations
13084
13085 2007-10-18 [wwp]        3.0.2cvs88
13086
13087         * src/Makefile.am
13088                 Fix linking against GNUTLS (matters if --enable-gnutls only).
13089
13090 2007-10-18 [colin]      3.0.2cvs87
13091
13092         * po/POTFILES.in
13093                 Fix build
13094
13095 2007-10-18 [mones]      3.0.2cvs86
13096
13097         * src/editbook.c
13098         * src/import.c
13099         * src/prefs_account.c
13100         * src/prefs_receive.c
13101         * src/gtk/about.c
13102         * src/plugins/bogofilter/bogofilter_gtk.c
13103         * src/plugins/spamassassin/spamassassin_gtk.c
13104                 More capitalisation micro-fixes
13105
13106 2007-10-18 [paul]       3.0.2cvs85
13107
13108         * configure.ac
13109                 add info about NNTP support via libetpan
13110                 change the configure output ending msg a little
13111         * src/gtk/about.c
13112                 similar changes to above
13113
13114 2007-10-18 [colin]      3.0.2cvs84
13115
13116         * src/procmime.c
13117         * src/procmime.h
13118                 Fix missing symbol for S/MIME
13119
13120 2007-10-18 [colin]      3.0.2cvs83
13121
13122         * src/prefs_filtering_action.c
13123                 Fix crash in tags (introduced in cvs78)
13124
13125 2007-10-18 [colin]      3.0.2cvs82
13126
13127         * src/common/Makefile.am
13128         * src/common/nntp.c
13129         * src/common/nntp.h
13130         * src/etpan/Makefile.am
13131         * src/etpan/etpan-thread-manager-types.h
13132         * src/etpan/etpan-thread-manager.c
13133         * src/etpan/imap-thread.c
13134         * src/etpan/nntp-thread.c
13135         * src/etpan/nntp-thread.h
13136         * src/news.c
13137         * src/news.h
13138                 Rewrite the nntp implementation
13139                 to use libetpan. Non-blocking NNTP!
13140         * src/account.c
13141         * src/crash.c
13142         * src/imap.c
13143         * src/inc.c
13144         * src/main.c
13145         * src/mainwindow.c
13146         * src/pop.c
13147         * src/pop.h
13148         * src/prefs_account.c
13149         * src/recv.c
13150         * src/recv.h
13151         * src/send_message.c
13152         * src/send_message.h
13153         * src/ssl_manager.c
13154         * src/ssl_manager.h
13155         * src/wizard.c
13156         * src/common/claws.c
13157         * src/common/session.c
13158         * src/common/session.h
13159         * src/common/smtp.c
13160         * src/common/smtp.h
13161         * src/common/socket.c
13162         * src/common/socket.h
13163         * src/common/ssl.c
13164         * src/common/ssl.h
13165         * src/common/ssl_certificate.c
13166         * src/common/ssl_certificate.h
13167         * src/gtk/about.c
13168         * src/gtk/sslcertwindow.c
13169         * src/gtk/sslcertwindow.h
13170                 Implement GnuTLS support. GnuTLS support
13171                 will be used if OpenSSL isn't available, or
13172                 specified explicitely. (the reason is that
13173                 GnuTLS cerficate checking is a bit less 
13174                 practical than OpenSSL's)
13175
13176 2007-10-18 [paul]       3.0.2cvs81
13177
13178         * src/gtk/inputdialog.c
13179         * src/gtk/inputdialog.h
13180                 fix copyright header
13181
13182 2007-10-17 [colin]      3.0.2cvs80
13183
13184         * src/plugins/pgpcore/select-keys.c
13185                 Fix bug which prevented encryption key
13186                 auto-selection when two or more matched the
13187                 email address, but only one isn't revoked
13188                 or expired.
13189
13190 2007-10-17 [wwp]        3.0.2cvs79
13191
13192         * src/compose.c
13193         * src/quote_fmt.c
13194         * src/quote_fmt.h
13195         * src/quote_fmt_lex.l
13196         * src/quote_fmt_parse.y
13197                 Templates can now attach files using |attach{filename}.
13198
13199 2007-10-17 [wwp]        3.0.2cvs78
13200
13201         * src/prefs_customheader.c
13202         * src/prefs_ext_prog.c
13203         * src/prefs_filtering_action.c
13204         * src/prefs_matcher.c
13205         * src/prefs_other.c
13206         * src/prefs_toolbar.c
13207         * src/gtk/combobox.c
13208         * src/gtk/combobox.h
13209         * src/gtk/gtkutils.c
13210         * src/gtk/gtkutils.h
13211         * src/plugins/bogofilter/bogofilter_gtk.c
13212         * src/plugins/spamassassin/spamassassin_gtk.c
13213                 Removed almost all remaining instances of GtkCombo
13214                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
13215                 few visual and code cleanup from Colin.
13216
13217 2007-10-16 [wwp]        3.0.2cvs77
13218         * src/gtk/pluginwindow.c
13219                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
13220
13221 2007-10-15 [colin]      3.0.2cvs76
13222
13223         * src/edittags.c
13224         * src/edittags.h
13225         * src/filtering.c
13226         * src/filtering.h
13227         * src/importmutt.c
13228         * src/importpine.c
13229         * src/main.c
13230         * src/messageview.c
13231         * src/messageview.h
13232         * src/mimeview.c
13233         * src/mimeview.h
13234         * src/pop.c
13235         * src/pop.h
13236         * src/prefs_common.c
13237         * src/prefs_common.h
13238         * src/prefs_customheader.c
13239         * src/prefs_customheader.h
13240         * src/prefs_display_header.c
13241         * src/prefs_display_header.h
13242         * src/prefs_filtering_action.c
13243         * src/prefs_filtering_action.h
13244         * src/prefs_folder_column.c
13245         * src/prefs_folder_column.h
13246         * src/prefs_folder_item.c
13247         * src/prefs_folder_item.h
13248         * src/prefs_gtk.c
13249         * src/prefs_gtk.h
13250         * src/prefs_logging.h
13251         * src/prefs_matcher.c
13252         * src/prefs_matcher.h
13253         * src/prefs_summary_column.c
13254         * src/prefs_summary_column.h
13255         * src/prefs_summary_open.c
13256         * src/procheader.c
13257         * src/procheader.h
13258         * src/procmime.c
13259         * src/procmime.h
13260         * src/recv.c
13261         * src/recv.h
13262         * src/sourcewindow.c
13263         * src/sourcewindow.h
13264         * src/summaryview.c
13265         * src/summaryview.h
13266         * src/textview.c
13267         * src/textview.h
13268         * src/toolbar.c
13269         * src/toolbar.h
13270         * src/common/mgutils.c
13271         * src/common/mgutils.h
13272         * src/common/nntp.c
13273         * src/common/nntp.h
13274         * src/common/prefs.c
13275         * src/common/prefs.h
13276         * src/common/socket.c
13277         * src/common/socket.h
13278         * src/common/stringtable.c
13279         * src/common/stringtable.h
13280         * src/common/template.c
13281         * src/common/template.h
13282         * src/common/uuencode.c
13283         * src/common/uuencode.h
13284         * src/gtk/gtkshruler.c
13285         * src/gtk/gtkshruler.h
13286         * src/gtk/menu.c
13287         * src/gtk/menu.h
13288         * src/gtk/progressdialog.c
13289         * src/gtk/progressdialog.h
13290                 Remove/staticalize, the return of the revenge
13291
13292 2007-10-15 [colin]      3.0.2cvs75
13293
13294         * src/matcher.c
13295                 Fix redirections in filtering's tests
13296
13297 2007-10-15 [colin]      3.0.2cvs74
13298
13299         * src/imap.c
13300                 Don't build imap_synchronise at all when 
13301                 building without libetpan
13302
13303 2007-10-14 [colin]      3.0.2cvs73
13304
13305         * src/imap.c
13306         * src/common/md5.c
13307         * src/common/md5.h
13308         * src/gtk/manage_window.c
13309         * src/gtk/manage_window.h
13310                 Remove more unused code
13311
13312 2007-10-14 [colin]      3.0.2cvs72
13313
13314         * src/addrquery.c
13315         * src/addrquery.h
13316         * src/recv.c
13317         * src/recv.h
13318         * src/vcard.c
13319         * src/vcard.h
13320         * src/common/xml.c
13321         * src/common/xml.h
13322         * src/common/xmlprops.c
13323         * src/common/xmlprops.h
13324                 Remove more unused code
13325
13326 2007-10-14 [colin]      3.0.2cvs71
13327
13328         * src/common/utils.c
13329                 Remove unused function
13330
13331 2007-10-13 [colin]      3.0.2cvs70
13332
13333         * src/imap.c
13334         * src/imap.h
13335         * src/mainwindow.c
13336         * src/mainwindow.h
13337         * src/gtk/gtkutils.c
13338         * src/gtk/gtkutils.h
13339                 Staticalise/Remove more code
13340
13341 2007-10-13 [colin]      3.0.2cvs69
13342
13343         * src/common/utils.c
13344         * src/common/utils.h
13345                 Remove dead code, unused for ages
13346
13347 2007-10-13 [colin]      3.0.2cvs68
13348
13349         * src/main.c
13350         * src/main.h
13351                 Maemo: define hildon_program in main.c,
13352                 make it accessible in the .h with extern
13353
13354 2007-10-13 [paul]       3.0.2cvs67
13355
13356         * src/gtk/menu.c
13357                 fix a bunch of runtime warnings on maemo
13358
13359 2007-10-13 [paul]       3.0.2cvs66
13360
13361         * src/main.c
13362         * src/main.h
13363         * src/gtk/gtkutils.c
13364         * src/gtk/gtkutils.h
13365                 fix a bunch of compiler warnings on maemo
13366
13367 2007-10-12 [colin]      3.0.2cvs65
13368
13369         * src/account.c
13370         * src/addritem.c
13371         * src/addritem.h
13372         * src/filtering.c
13373         * src/filtering.h
13374         * src/folder.c
13375         * src/folder.h
13376         * src/common/utils.c
13377         * src/common/utils.h
13378                 Remove unused code, staticalise some functions
13379
13380 2007-10-12 [paul]       3.0.2cvs64
13381
13382         * src/account.c
13383         * src/folderview.c
13384         * src/main.c
13385         * src/mainwindow.c
13386         * src/messageview.c
13387         * src/summary_search.c
13388         * src/summaryview.c
13389         * src/toolbar.c
13390         * src/wizard.c
13391         * src/common/utils.c
13392         * src/gtk/prefswindow.c
13393                 fix a bunch of compiler warnings on maemo
13394
13395 2007-10-11 [colin]      3.0.2cvs63
13396
13397         * src/editaddress.c
13398                 Make static function static
13399
13400 2007-10-11 [mones]      3.0.2cvs62
13401
13402         * src/addrduplicates.c
13403         * src/addressbook.c
13404         * src/compose.c
13405         * src/expldifdlg.c
13406         * src/mainwindow.c
13407         * src/messageview.c
13408         * src/pop.c
13409         * src/prefs_customheader.c
13410         * src/prefs_send.c
13411         * src/prefs_themes.c
13412         * src/common/plugin.c
13413         * src/gtk/pluginwindow.c
13414         * src/gtk/quicksearch.c
13415                 Fix several typos and capitalisation issues
13416
13417 2007-10-11 [wwp]        3.0.2cvs61
13418
13419         * src/editaddress.c
13420                 Fix a warning about possible use of uninitialized
13421                 filename var.
13422
13423 2007-10-11 [wwp]        3.0.2cvs60
13424
13425         * src/editaddress.c
13426                 Disable "Unset picture" menu item when there's
13427                 no picture to clear. Fix an extraneous g_unref_object,
13428                 add missing initializers.
13429
13430 2007-10-11 [wwp]        3.0.2cvs59
13431
13432         * src/pixmaps/anonymous.xpm
13433         * src/editaddress.c
13434         * src/Makefile.am
13435         * src/stock_pixmap.c
13436         * src/stock_pixmap.h
13437                 Fix a leak, gettext-ize the photo label.
13438                 Don't clear the existing picture if loading
13439                 a new one fails. Use a default 'anonymous'
13440                 picture (this new xpm has been added to the
13441                 internal stock_pixmap API). Add a
13442                 "Set picture" context menu entry.
13443
13444 2007-10-11 [colin]      3.0.2cvs58
13445
13446         * src/messageview.c
13447                 Make shift-shortcuts work
13448         * src/prefs_actions.c
13449                 Don't ask if we really want to close when
13450                 choosing OK and only the list is changed
13451         * src/prefs_template.c
13452                 Don't ask if we really want to close when
13453                 choosing OK and only the list is changed
13454         * src/common/plugin.c
13455                 Fix writing of second [Plugins_*] block
13456         * src/common/template.c
13457                 Remove unused files (fixes deletion)
13458
13459 2007-10-10 [paul]       3.0.2cvs57
13460
13461         * src/prefs_template.c
13462                 put the whole thing in a scrolled window
13463                 so that half the page is no longer inaccessible
13464                 on maemo
13465                 make the gtk_text_view smaller on maemo
13466
13467 2007-10-10 [colin]      3.0.2cvs56
13468
13469         * src/compose.c
13470                 Fix updating of Attachments number in some
13471                 cases (reedit, attach from command-line, ...)
13472
13473 2007-10-10 [colin]      3.0.2cvs55
13474
13475         * src/editaddress.c
13476                 Initialise error correctly
13477
13478 2007-10-10 [paul]       3.0.2cvs54
13479
13480         * src/prefs_filtering_action.c
13481         * src/gtk/description_window.c
13482         * src/gtk/foldersort.c
13483         * src/gtk/quicksearch.c
13484                 get rid of some pointless new lines and
13485                 make the descripton labels wrap better
13486
13487 2007-10-10 [colin]      3.0.2cvs53
13488
13489         * src/addressadd.c
13490         * src/editaddress.c
13491         * src/headerview.c
13492         * src/textview.c
13493                 More error handling on saving pictures
13494
13495 2007-10-10 [colin]      3.0.2cvs52
13496
13497         * src/printing.c
13498         * src/printing.h
13499                 Generalize a bit printing, so we can factorize
13500                 most of the code. 
13501
13502 2007-10-10 [paul]       3.0.2cvs51
13503
13504         * src/addrduplicates.c
13505                 fix engrish
13506                 use GTK_STOCK... buttons
13507
13508 2007-10-10 [paul]       3.0.2cvs50
13509
13510         * src/addressadd.c
13511         * src/addrindex.c
13512         * src/editaddress.c
13513                 Fix previous patch
13514                 Thanks to Colin
13515
13516 2007-10-10 [paul]       3.0.2cvs49
13517
13518         * src/summaryview.c
13519         * src/messageview.c
13520                 Fix crash on Add sender to addressbook when
13521                 From is null
13522         * src/addressadd.c
13523         * src/addrindex.c
13524         * src/editaddress.c
13525         * src/editaddress_other_attributes_ldap.h
13526                 Fix leaks 
13527                 Rename images to .png in addrbook/
13528         * src/headerview.c
13529         * src/textview.c
13530                 Fix Face/X-Face being used if adding another
13531                 address than sender to addressbook
13532                 Thanks to Colin
13533
13534 2007-10-10 [holger]     3.0.2cvs48
13535
13536         * src/addrduplicates.c
13537         * src/editaddress.c
13538                 Improvements to the addressbook duplicate finder
13539                 feature:
13540                  - add an edit button to the button bar
13541                  - display the whole bookname (with iface) and
13542                    use this for same-book checking
13543                  - after editing, try to keep selections if the
13544                    entries are still present
13545                  - sort the email column alphabetically
13546                  - put results in a scrolled window
13547                  - support embedded editing
13548                  - make columns in detail view resizable
13549                  - add keyboard shortcuts
13550
13551 2007-10-10 [wwp]        3.0.2cvs47
13552
13553         * src/addrindex.c
13554                 Fix a crash when there's no From: in email, thanks to Colin.
13555
13556 2007-10-09 [paul]       3.0.2cvs46
13557
13558         * src/messageview.c
13559         * src/summaryview.c
13560         * src/textview.c
13561                 fix building without compface support
13562
13563 2007-10-09 [colin]      3.0.2cvs45
13564
13565         * src/editaddress.c
13566         * src/headerview.c
13567         * src/textview.c
13568                 Add error handling
13569
13570 2007-10-09 [colin]      3.0.2cvs44
13571
13572         * src/addrduplicates.c
13573         * src/addressadd.c
13574         * src/addressadd.h
13575         * src/addressbook.c
13576         * src/addressbook.h
13577         * src/addrindex.c
13578         * src/addrindex.h
13579         * src/addritem.c
13580         * src/addritem.h
13581         * src/compose.c
13582         * src/editaddress.c
13583         * src/editaddress_other_attributes_ldap.h
13584         * src/headerview.c
13585         * src/messageview.c
13586         * src/mimeview.c
13587         * src/summaryview.c
13588         * src/textview.c
13589         * src/gtk/gtkutils.c
13590                 Automatically set contacts' pictures from Face 
13591                 or X-Face if they have no picture
13592                 Display the contact picture in textview or
13593                 headerview for mails sent by people in the 
13594                 addressbook, that have no Face or X-Face
13595                 Fix a few details in the Person edition dialog
13596                 (ability to unset picture)
13597                 Remove picture file when deleting contacts
13598
13599 2007-10-09 [iwkse]      3.0.2cvs43
13600
13601         * src/gtk/about.c
13602                 center the about window
13603
13604 2007-10-09 [paul]       3.0.2cvs42
13605
13606         * src/prefs_toolbar.c
13607                 fix icon selector window on maemo
13608
13609 2007-10-09 [paul]       3.0.2cvs41
13610
13611         * src/messageview.c
13612                 add 'go to' menu to separate msgview
13613
13614 2007-10-09 [colin]      3.0.2cvs40
13615
13616         * src/common/defs.h
13617                 Add forgotten file
13618
13619 2007-10-09 [iwkse]      3.0.2cvs39
13620
13621         * Makefile.am
13622         * src/addressbook.c
13623         * src/addritem.c
13624         * src/addritem.h
13625         * src/editaddress.c
13626         * src/editaddress_other_attributes_ldap.h
13627         * src/addrbook.c
13628         * src/Makefile.am
13629                 set a photo in the Addressbook
13630
13631 2007-10-08 [colin]      3.0.2cvs38
13632
13633         * src/prefs_toolbar.c
13634                 Make height 320 to remove the scrollbar 
13635                 (with current number of icons)
13636
13637 2007-10-08 [colin]      3.0.2cvs37
13638
13639         * src/prefs_toolbar.c
13640                 Transform the treeview to a GtkIconView.
13641                 Patch by Pawel
13642                 In addition, transform the window so that 
13643                 it looks like a popup menu. Patch by me
13644
13645 2007-10-08 [colin]      3.0.2cvs36
13646
13647         * src/compose.c
13648         * src/compose.h
13649                 Beautify the GUI a bit; in particular, show the
13650                 number of attachments in the tab's title.
13651                 Patch by Pawel
13652
13653 2007-10-08 [paul]       3.0.2cvs35
13654
13655         * src/mimeview.c
13656                 Save users from themselves: save temporary
13657                 files used for Open/Open with as read-only.
13658                 Thanks to Colin
13659
13660 2007-10-08 [paul]       3.0.2cvs34
13661
13662         * tools/Makefile.am
13663                 forgot this in cvs33
13664
13665 2007-10-08 [paul]       3.0.2cvs33
13666
13667         * tools/kdeservicemenu/README
13668         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
13669         * tools/kdeservicemenu/install.sh
13670         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
13671                 renamed template* to *template so as not to confuse
13672                 lintian
13673
13674 2007-10-08 [paul]       3.0.2cvs32
13675
13676         * src/prefs_themes.c
13677         * src/stock_pixmap.c
13678                 replace 2 direct uses of RC_DIR
13679
13680 2007-10-07 [colin]      3.0.2cvs31
13681
13682         * src/addrduplicates.c
13683         * src/addrduplicates.h
13684         * src/addressbook.c
13685         * src/addressbook.h
13686         * src/addrindex.c
13687         * src/addrindex.h
13688                 Implement deletion in duplicate finder. 
13689                 Patch by Holger 
13690
13691 2007-10-07 [colin]      3.0.2cvs30
13692
13693         * src/exporthtml.c
13694         * src/mbox.c
13695         * src/common/utils.c
13696                 Better fix for Solaris, thanks to Nicolas Doualot
13697
13698 2007-10-07 [colin]      3.0.2cvs29
13699
13700         * AUTHORS
13701         * src/gtk/authors.h
13702                 Add Frank Dietrich
13703
13704 2007-10-07 [colin]      3.0.2cvs28
13705
13706         * src/exporthtml.c
13707                 Fix HTML export to make it more compliant
13708                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
13709
13710 2007-10-07 [colin]      3.0.2cvs27
13711
13712         * src/prefs_toolbar.c
13713                 Only use icons that wouldn't look stupid in the toolbar
13714                 Patch by Pawel
13715
13716 2007-10-07 [colin]      3.0.2cvs26
13717
13718         * src/prefs_toolbar.c
13719                 Fix old icon being used when none is selected
13720
13721 2007-10-07 [colin]      3.0.2cvs25
13722
13723         * src/toolbar.c
13724                 Fix copy/paste error
13725
13726 2007-10-07 [colin]      3.0.2cvs24
13727
13728         * src/prefs_toolbar.c
13729         * src/toolbar.c
13730         * src/toolbar.h
13731                 Update icon to default one when changing event
13732                 Make the icon chooser nicer (handle Esc, Enter,
13733                 double-click)
13734
13735 2007-10-06 [colin]      3.0.2cvs23
13736
13737         * src/prefs_toolbar.c
13738                 Fix text reset; patch by Pawel
13739
13740 2007-10-06 [colin]      3.0.2cvs22
13741
13742         * src/toolbar.h
13743                 Complete previous commit
13744
13745 2007-10-06 [colin]      3.0.2cvs21
13746
13747         * src/prefs_toolbar.c
13748         * src/toolbar.c
13749                 Set toolbar text automatically to the default
13750                 when changing Event executed on click
13751
13752 2007-10-06 [colin]      3.0.2cvs20
13753
13754         * src/prefs_toolbar.c
13755                 Invert Text and Event fields
13756
13757 2007-10-06 [colin]      3.0.2cvs19
13758
13759         * src/prefs_toolbar.c
13760         * src/toolbar.c
13761                 Make toolbar prefs look much better
13762                 Patch by Pawel Pekala
13763
13764 2007-10-06 [paul]       3.0.2cvs18
13765
13766         * src/account.c
13767         * src/prefs_filtering.c
13768                 fix checkbuttons in gtktreeview on maemo by
13769                 setting maemo's "allow-checkbox-mode" to FALSE
13770
13771 2007-10-06 [colin]      3.0.2cvs17
13772
13773         * configure.ac
13774                 Export -DSOLARIS in CFLAGS for all
13775                 Solaris (not just 2.8) and OpenSolaris
13776
13777 2007-10-06 [paul]       3.0.2cvs16
13778
13779         * AUTHORS
13780         * src/exporthtml.c
13781         * src/mbox.c
13782         * src/gtk/authors.h
13783                 fix build on solaris where ctime_r takes
13784                 3 arguments rather than 2.
13785                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
13786
13787 2007-10-05 [colin]      3.0.2cvs15
13788
13789         * src/etpan/imap-thread.c
13790                 Fix wrong error codepath
13791
13792 2007-10-05 [wwp]        3.0.2cvs14
13793
13794         * src/filtering.c
13795                 Fix unexpected logging of quicksearches:
13796                 debug_filtering_session flag was never reset to FALSE, causing
13797                 matcher functions to log when called from a quicksearch
13798                 (if a filtering session happened before).
13799
13800 2007-10-05 [paul]       3.0.2cvs13
13801
13802         * src/prefs_actions.c
13803         * src/prefs_filtering.c
13804         * src/prefs_template.c
13805                 fix bug 1343, 'Filtering..'s close button
13806                 silently discards new filter'
13807                 Thanks to Colin
13808
13809 2007-10-05 [paul]       3.0.2cvs12
13810
13811         * configure.ac
13812         * src/Makefile.am
13813                 fix bug 1347, '-Wno-unused-function, optional'
13814
13815 2007-10-05 [colin]      3.0.2cvs11
13816
13817         * src/procmime.c
13818         * src/common/mgutils.c
13819                 Fix warnings
13820
13821 2007-10-05 [mones]      3.0.2cvs10
13822
13823         * manual/advanced.xml
13824                 Use full menu name
13825         * manual/es/advanced.xml
13826                 Synchronise translation
13827
13828 2007-10-04 [colin]      3.0.2cvs9
13829
13830         * src/action.c
13831         * src/addrbook.c
13832         * src/addrindex.c
13833         * src/compose.c
13834         * src/exporthtml.c
13835         * src/exportldif.c
13836         * src/folder.c
13837         * src/main.c
13838         * src/matcher.c
13839         * src/mbox.c
13840         * src/messageview.c
13841         * src/mh.c
13842         * src/news.c
13843         * src/partial_download.c
13844         * src/pop.c
13845         * src/procmime.c
13846         * src/procmsg.c
13847         * src/toolbar.c
13848         * src/common/log.c
13849         * src/common/mgutils.c
13850         * src/common/plugin.c
13851         * src/common/utils.c
13852         * src/common/xml.c
13853         * src/common/xml.h
13854         * src/common/xmlprops.c
13855         * src/common/xmlprops.h
13856         * src/plugins/bogofilter/bogofilter.c
13857         * src/plugins/clamav/clamav_plugin.c
13858         * src/plugins/dillo_viewer/dillo_prefs.c
13859         * src/plugins/pgpcore/prefs_gpg.c
13860         * src/plugins/pgpinline/pgpinline.c
13861         * src/plugins/pgpmime/pgpmime.c
13862         * src/plugins/spamassassin/spamassassin.c
13863         * src/plugins/trayicon/trayicon_prefs.c
13864                 Verify success on writes. Will fix possible strange
13865                 failure on disk full.
13866
13867 2007-10-04 [paul]       3.0.2cvs8
13868
13869         * manual/advanced.xml
13870                 add further info about Actions
13871                 Patch by Emmanuel Briot <briot@adacore.com>
13872
13873 2007-10-04 [paul]       3.0.2cvs7
13874
13875         * src/account.c
13876                 remove the D column, instead indicate the
13877                 default account by use of bold text
13878
13879 2007-10-03 [colin]      3.0.2cvs6
13880
13881         * src/common/template.c
13882                 Fix templates writing (was prone to disk full problems)
13883
13884 2007-10-03 [colin]      3.0.2cvs5
13885
13886         * src/Makefile.am
13887         * src/addrduplicates.c
13888         * src/addrduplicates.h
13889         * src/addressbook.c
13890                 Add duplicate deletion. Patch by Holger
13891
13892 2007-10-03 [colin]      3.0.2cvs4
13893
13894         * src/matcher.c
13895         * src/gtk/quicksearch.c
13896                 Fix bug 1340, 'Case insensitive searches with 
13897                 non-ascii alphabets fail'.
13898
13899 2007-10-03 [colin]      3.0.2cvs3
13900
13901         * src/main.c
13902         * src/common/utils.c
13903         * src/common/utils.h
13904                 Implement run-time alternative config directories
13905
13906 2007-10-03 [colin]      3.0.2cvs2
13907
13908         * src/folderview.c
13909                 Prevent opening folder item while folder
13910                 is scanned in a better way
13911
13912 2007-10-02 [paul]       3.0.2cvs1
13913
13914         * NEWS
13915         * README
13916         * RELEASE_NOTES
13917         * configure.ac
13918                 bump up version number following stable release
13919
13920 2007-09-30 [colin]      3.0.1cvs49
13921
13922         * src/imap.c
13923                 Refresh session if needed
13924
13925 2007-09-30 [colin]      3.0.1cvs48
13926
13927         * src/imap.c
13928                 Reset folder's session to NULL
13929                 before destroying it
13930
13931 2007-09-30 [mones]      3.0.1cvs47
13932
13933         * manual/handling.xml
13934                 Use markup quotes instead hardcoded quotes
13935         * manual/es/handling.xml
13936                 Added new synced section (IMAP subscriptions)
13937
13938 2007-09-29 [colin]      3.0.1cvs46
13939
13940         * src/imap.c
13941                 Notice disconnections faster
13942
13943 2007-09-28 [colin]      3.0.1cvs45
13944
13945         * src/addressbook.c
13946         * src/addrindex.c
13947                 Fix warnings
13948
13949 2007-09-28 [paul]       3.0.1cvs44
13950
13951         * src/mimeview.c
13952                 fix maemo build
13953
13954 2007-09-28 [paul]       3.0.1cvs43
13955
13956         * src/account.c
13957                 use gtk_widget_set_size_request() on the label
13958                 so that wrapping works better. get rid of the
13959                 (partially deprecated) hbutton_box.
13960                 these changes should prevent buttons overlapping
13961                 on maemo
13962
13963 2007-09-28 [colin]      3.0.1cvs42
13964
13965         * src/pop.c
13966                 Fix typo :)
13967
13968 2007-09-28 [colin]      3.0.1cvs41
13969
13970         * src/compose.c
13971         * src/msgcache.c
13972         * src/pop.c
13973         * src/procmime.c
13974         * src/etpan/imap-thread.c
13975                 64bits-related warning fixes
13976
13977 2007-09-28 [colin]      3.0.1cvs40
13978
13979         * src/folder_item_prefs.c
13980         * src/ldaputil.c
13981         * src/mainwindow.c
13982         * src/mimeview.c
13983         * src/common/tags.c
13984                 Fix warnings
13985
13986 2007-09-28 [colin]      3.0.1cvs39
13987
13988         * src/plugins/spamassassin/spamassassin.c
13989         * src/plugins/spamassassin/spamassassin.h
13990         * src/plugins/spamassassin/spamassassin_gtk.c
13991                 Add addressbook-based whitelisting
13992
13993 2007-09-28 [colin]      3.0.1cvs38
13994
13995         * src/folder.c
13996                 Fix bug 1337, 'crash on pressing Send button'
13997
13998 2007-09-28 [paul]       3.0.1cvs37
13999
14000         * src/prefs_folder_item.c
14001                 give the orphans a parent. makes all prefs
14002                 pages visible on maemo
14003
14004 2007-09-28 [colin]      3.0.1cvs36
14005
14006         * src/prefs_folder_column.c
14007         * src/prefs_summary_column.c
14008                 Fix two leaks
14009
14010 2007-09-27 [colin]      3.0.1cvs35
14011
14012         * src/gtk/quicksearch.c
14013                 Fix bug 1336, 'Segfault if empty space before search-string'
14014
14015 2007-09-26 [mones]      3.0.1cvs34
14016
14017         * manual/account.xml
14018         * manual/plugins.xml
14019                 Fixed irc channel name, added some docbook markup.
14020                 Changed text markup to docbook markup. 
14021                 Added spamcop as supported in SpamReport description.
14022         * manual/fr/plugins.xml
14023                 Fixed irc channel name.
14024         * manual/es/account.xml
14025         * manual/es/advanced.xml
14026         * manual/es/claws-mail-manual.xml
14027         * manual/es/glossary.xml
14028         * manual/es/gpl.xml
14029         * manual/es/keyboard.xml
14030         * manual/es/plugins.xml
14031                 Synced with English version, fixed a couple of typos.
14032
14033 2007-09-26 [colin]      3.0.1cvs33
14034
14035         * configure.ac
14036                 Explain why "Libgnomeprint: no" on GTK+ 2.10
14037
14038 2007-09-26 [colin]      3.0.1cvs32
14039
14040         * src/messageview.c
14041         * src/procmsg.c
14042         * src/procmsg.h
14043                 Optimisation: avoid fetching mail 3 times locally
14044                 for displaying
14045
14046 2007-09-26 [colin]      3.0.1cvs31
14047
14048         * src/mh.c
14049                 Fix missing static
14050
14051 2007-09-26 [colin]      3.0.1cvs30
14052
14053         * src/folder.c
14054         * src/folder.h
14055         * src/mh.c
14056         * src/mh.h
14057                 Fix MH mtime hack - make it a folder class function
14058
14059 2007-09-26 [colin]      3.0.1cvs29
14060
14061         * src/inc.c
14062                 Fix bug 1334, 'user defined mail incorporation 
14063                 script not run'
14064
14065 2007-09-25 [colin]      3.0.1cvs28
14066
14067         * src/codeconv.c
14068                 Optimisation: shortcut conv_codeset_strdup
14069                 when src_code and dest_code are the same
14070         * src/common/xml.c
14071         * src/common/xml.h
14072                 Optimisation: shortcut code conversions when
14073                 files are in UTF-8; faster list walking by
14074                 using prepend/reverse.
14075
14076 2007-09-25 [holger]     3.0.1cvs27
14077
14078         * src/printing.c
14079                 Replace button bar of the preview window
14080                 with a real toolbar (patch by Colin)
14081                 Add zooming to the preview window
14082
14083 2007-09-24 [paul]       3.0.1cvs26
14084
14085         * src/compose.c
14086                 compact the character set menu, adding some
14087                 missing encodings. Patch by Pawel Pekala
14088
14089 2007-09-23 [paul]       3.0.1cvs25
14090
14091         * src/prefs_account.c
14092         * src/prefs_folder_item.c
14093         * src/prefs_quote.c
14094         * src/quote_fmt.c
14095         * src/quote_fmt.h
14096                 remove unnecessary frame from Templates options
14097                 and improve the English of the check button label
14098
14099 2007-09-22 [colin]      3.0.1cvs24
14100
14101         * src/gtk/quicksearch.c
14102                 Fix bug 1329, 'error in quicksearch.c'
14103                 Fix return with value in function returning void
14104
14105 2007-09-22 [colin]      3.0.1cvs23
14106
14107         * src/imap.c
14108         * src/procmsg.h
14109         * src/common/utils.c
14110         * src/common/utils.h
14111         * src/etpan/imap-thread.c
14112                 Optimise fetching IMAP cached emails *a lot*
14113                 (remember whether mail is fully cached and \r's
14114                  are already stripped)
14115
14116 2007-09-22 [colin]      3.0.1cvs22
14117
14118         * src/folder.c
14119         * src/folder.h
14120         * src/prefs_folder_item.c
14121                 Add a button to allow users to drop local caches.
14122
14123 2007-09-21 [colin]      3.0.1cvs21
14124
14125         * src/summaryview.c
14126                 Remove unnecessary error when cancelling export to mbox.
14127                 Patch by Pawel
14128
14129 2007-09-21 [paul]       3.0.1cvs20
14130
14131         * src/gtk/prefswindow.c
14132                 remove unnecessary frames from the prefs
14133                 pages. Patch by Pawel Pekala
14134
14135 2007-09-21 [paul]       3.0.1cvs19
14136
14137         * src/prefs_account.c
14138         * src/prefs_folder_item.c
14139         * src/prefs_quote.c
14140         * src/quote_fmt.c
14141                 put the Templates options into a tabbed
14142                 layout. Patch by Pawel Pekala
14143
14144 2007-09-21 [paul]       3.0.1cvs18
14145
14146         * src/mainwindow.c
14147                 group together the character set menu items
14148                 move the /View/Show or hide/Message view below
14149                 .../Toolbar menu item
14150                 Patch by Pawel Pekala
14151
14152 2007-09-21 [mones]      3.0.1cvs17
14153
14154         * src/compose.c
14155                 Fix for bug 1327, 'segfault when replying to a non-existent
14156                 news message', thanks to Colin.
14157
14158 2007-09-21 [colin]      3.0.1cvs16
14159
14160         * src/folderview.c
14161                 Complete 3.0.1cvs15
14162
14163 2007-09-20 [colin]      3.0.1cvs15
14164
14165         * src/folderview.c
14166         * src/folderview.h
14167                 Maybe fix bug 1324, 'Corrupted IMAP cache'
14168
14169 2007-09-20 [colin]      3.0.1cvs14
14170
14171         * src/printing.c
14172                 Fix a little leak
14173
14174 2007-09-20 [holger]     3.0.1cvs13
14175
14176         * src/printing.c
14177                 Add page layout to print preview.
14178                 Make the close-button in the toolbar
14179                 right-aligned.
14180
14181 2007-09-20 [paul]       3.0.1cvs12
14182
14183         * po/ru.po
14184                 updated by Pavlo Bohmat
14185
14186 2007-09-19 [colin]      3.0.1cvs11
14187
14188         * src/common/utils.c
14189                 Prevent unquoted mime boundaries, by always
14190                 using a /
14191
14192 2007-09-19 [colin]      3.0.1cvs10
14193
14194         * src/printing.c
14195                 Fix drawing area size, fix DPI change that
14196                 can cause total number of lines to decrease
14197
14198 2007-09-19 [colin]      3.0.1cvs9
14199
14200         * po/POTFILES.in
14201         * src/printing.c
14202                 Make print preview more efficient and nicer.
14203                 Patch mostly by Holger Berndt <hb@claws-mail.org>
14204
14205 2007-09-19 [colin]      3.0.1cvs8
14206
14207         * src/prefs_common.c
14208         * src/prefs_common.h
14209         * src/printing.c
14210                 Add scrolledwindow, default allocation and
14211                 size saving to the print preview window.
14212
14213 2007-09-18 [colin]      3.0.1cvs7
14214
14215         * src/prefs_common.c
14216         * src/prefs_common.h
14217         * src/prefs_image_viewer.c
14218         * src/printing.c
14219                 GtkPrintOperation:
14220                 - add image printing support
14221                 - add option to print images
14222                 - add preview widget
14223                 - add saving of a few Page Setup parameters
14224
14225 2007-09-18 [colin]      3.0.1cvs6
14226
14227         * AUTHORS
14228         * src/gtk/authors.h
14229                 Add Guillaume Chazarain
14230
14231 2007-09-18 [colin]      3.0.1cvs5
14232
14233         * src/common/utils.c
14234                 Fix bug 1321, 'access before allocation 
14235                 when scanning for uris'. Patch by 
14236                 Guillaume Chazarain <guichaz@yahoo.fr>
14237
14238 2007-09-18 [colin]      3.0.1cvs4
14239
14240         * src/toolbar.c
14241                 Fix bug 1320, 'Memory leak caused by 
14242                 gtk_container_get_children'. Patch by
14243                 Guillaume Chazarain <guichaz@yahoo.fr>
14244
14245 2007-09-18 [colin]      3.0.1cvs3
14246
14247         * src/printing.c
14248         * src/printing.h
14249                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
14250
14251 2007-09-18 [colin]      3.0.1cvs2
14252
14253         * src/Makefile.am
14254         * src/mainwindow.c
14255         * src/messageview.c
14256         * src/messageview.h
14257         * src/prefs_ext_prog.c
14258         * src/prefs_fonts.c
14259         * src/printing.c
14260         * src/printing.h
14261         * src/summaryview.c
14262                 Use GtkPrintOperation by default on GTK+ >= 2.10
14263                 Patch by Holger Berndt <hb@claws-mail.org>
14264
14265 2007-09-18 [paul]       3.0.1cvs1
14266
14267         * NEWS
14268         * README
14269         * RELEASE_NOTES
14270         * configure.ac
14271                 bump up version number following stable release
14272
14273 2007-09-16 [colin]      3.0.0cvs18
14274
14275         * src/folder.c
14276                 Fix possible memleak
14277
14278 2007-09-16 [colin]      3.0.0cvs17
14279
14280         * src/folderview.c
14281                 Fix bug 1311, 'Wrong arrow position 
14282                 while moving message into folder when 
14283                 column headers hidden'
14284         * src/image_viewer.c
14285                 Show error in the GUI if image can't
14286                 be loaded
14287         * src/matcher.c
14288                 Fix spurious output
14289         * src/messageview.c
14290                 Allow setting domain in msgid
14291         * src/common/plugin.c
14292                 Add timing information
14293
14294 2007-09-16 [colin]      3.0.0cvs16
14295
14296         * src/account.c
14297         * src/compose.c
14298         * src/prefs_account.c
14299         * src/prefs_account.h
14300         * src/common/utils.c
14301                 Remove Generate Message-ID option. We need
14302                 this on some IMAP servers.
14303         * src/prefs_template.c
14304                 Fix double-free
14305
14306 2007-09-16 [colin]      3.0.0cvs15
14307
14308         * src/prefs_filtering.c
14309         * src/prefs_filtering.h
14310         * src/prefs_filtering_action.c
14311         * src/common/tags.c
14312                 Fix tags issues: tags with spaces, renaming
14313                 tags.
14314
14315 2007-09-16 [colin]      3.0.0cvs14
14316
14317         * src/folderview.c
14318         * src/main.c
14319         * src/mainwindow.c
14320                 Fix bug 1308, 'Claws deletes folderlist.xml after
14321                 fetching mail short after start-up'
14322
14323 2007-09-16 [colin]      3.0.0cvs13
14324
14325         * src/compose.c
14326                 Fix scrolling to cursor
14327
14328 2007-09-16 [paul]       3.0.0cvs12
14329
14330         * po/sr.po
14331                 updated by Aleksandar Urosevic
14332
14333 2007-09-16 [paul]       3.0.0cvs11
14334
14335         * src/folder.c
14336                 do not allow locked msgs to be deleted,
14337                 even by filtering/processing
14338
14339 2007-09-07 [paul]       3.0.0cvs10
14340
14341         * src/prefs_folder_column.c
14342         * src/prefs_summary_column.c
14343                 implement button sensitivity
14344                 patch by Pawel Pekala
14345
14346 2007-09-06 [wwp]        3.0.0cvs9
14347
14348         * src/prefs_gtk.c
14349                 Add a missing linefeed to a debug message.
14350
14351 2007-09-05 [colin]      3.0.0cvs8
14352
14353         * src/inc.c
14354                 Fix statusbar/window mismatch on Maemo
14355
14356 2007-09-05 [colin]      3.0.0cvs7
14357
14358         * src/ldaputil.c
14359                 Fix build without USE_LDAP_TLS
14360
14361 2007-09-05 [colin]      3.0.0cvs6
14362
14363         * src/folder.c
14364         * src/imap.c
14365         * src/inc.c
14366         * src/mbox.c
14367         * src/send_message.c
14368         * src/statusbar.c
14369         * src/statusbar.h
14370                 Maemo: distinguish various statusbar messages,
14371                 in order to display only the most important.
14372
14373 2007-09-04 [wwp]        3.0.0cvs5
14374
14375         * src/account.c
14376                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
14377                 Show protocol "SMTP" and the appropriate server for send-only
14378                 accounts, show "-" instead of "" when no value is relevant.
14379
14380 2007-09-03 [ticho]      3.0.0cvs4
14381
14382         * src/summaryview.c
14383                 Handle plural form better in delete confirmation dialog.
14384
14385 2007-09-03 [wwp]        3.0.0cvs3
14386
14387         * src/compose.c
14388                 Warn differently when sending or sending later (queueing).
14389
14390 2007-09-03 [colin]      3.0.0cvs2
14391
14392         * src/procmime.c
14393         * src/procmime.h
14394         * src/common/plugin.c
14395         * src/common/plugin.h
14396                 Add a new plugin API, MimeParser. It allows
14397                 plugins to scan email MIME parts and optionally,
14398                 transform them.
14399
14400 2007-09-03 [mones]      3.0.0cvs1
14401
14402         * po/es.po
14403                 Updated translation
14404         * src/common/defs.h
14405                 While a better solution is made double history sizes
14406
14407 2007-09-03 [paul]       3.0.0
14408
14409         * NEWS
14410         * README
14411         * RELEASE_NOTES
14412                 3.0.0 released
14413
14414 [For previous entries, see ChangeLog.2.0.0-3.0.0]