2010-04-26 [wwp] 3.7.5cvs52
[claws.git] / ChangeLog
1 2010-04-26 [wwp]        3.7.5cvs52
2
3         * po/fr.po
4                 Fix capitalization.
5
6 2010-04-26 [mones]      3.7.5cvs51
7
8         * po/es.po
9                 Updated for release
10
11 2010-04-22 [pawel]      3.7.5cvs50
12
13         * src/addressbook.c
14                 fix compile warning
15         * src/vcard.c
16                 first NULL check pointer, then use it
17
18 2010-04-22 [colin]      3.7.5cvs49
19
20         * src/imap.c
21                 Fix error message when session isn't established
22         * po/fr.po
23                 Update translation and fix a typo in it
24
25 2010-04-15 [pawel]      3.7.5cvs48
26
27         * src/prefs_account.c
28                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
29                                 the port isn't configured properly'
30                 When using SSL/TLS tunneling automatically use default
31                 ports for encrypted connections: smtps, pop3s, imaps, nntps
32
33 2010-04-15 [pawel]      3.7.5cvs47
34
35         * src/action.c
36                 Fix crasher in actions using '%f' argument
37                 on multiple files with external scripts which
38                 don't return any output.
39
40 2010-04-14 [colin]      3.7.5cvs46
41
42         * src/mainwindow.c
43                 Fix hand cursor after error symbol appears
44
45 2010-04-12 [colin]      3.7.5cvs45
46
47         * configure.ac
48                 Fix bug 2162, 'configure check for libetpan 
49                 fails with libetpan 1.0'
50
51
52 2010-04-09 [mones]      3.7.5cvs44
53
54         * manual/de/glossary.xml
55                 Fix encoding to match main document's
56                 Also fixes make dist with Debian's openjade
57
58 2010-03-29 [pawel]      3.7.5cvs43
59
60         * src/matcher_parser.h
61         * src/matcher_parser_parse.y
62         * src/gtk/quicksearch.c
63                 Disable matcher warnings when populating quicksearch
64                 completion lists on startup
65
66 2010-03-27 [colin]      3.7.5cvs42
67
68         * src/gtk/quicksearch.c
69                 Fix double-free later in code. Optimize
70                 list creation
71
72 2010-03-27 [pawel]      3.7.5cvs41
73
74         * src/compose.c
75                 Make sure that quote ends with new line char
76
77 2010-03-26 [pawel]      3.7.5cvs40
78
79         * src/compose.c
80         * src/compose.h
81         * src/textview.c
82                 Fix Bug 1928 Add "reply to this address" pop menu 
83                              on Message View
84                 - Set composing account to email one when creating/replying
85                   from NNTP folder by clicking link or choosing option
86                   from popup menu
87                 - Factorize code
88
89 2010-03-25 [paul]       3.7.5cvs39
90
91         * src/gtk/gtkcmclist.c
92                 Fix build with GTK+ 2.20
93
94 2010-03-24 [pawel]      3.7.5cvs38
95
96         * src/addr_compl.c
97         * src/compose.c
98         * src/folderview.c
99         * src/grouplistdialog.c
100         * src/headerview.c
101         * src/mainwindow.c
102         * src/mimeview.c
103         * src/prefs_account.c
104         * src/gtk/gtkcmclist.c
105         * src/gtk/gtkcmctree.c
106         * src/gtk/gtkcmoptionmenu.c
107         * src/gtk/gtksctree.c
108         * src/gtk/gtkshruler.c
109         * src/gtk/gtkutils.c
110         * src/gtk/gtkutils.h
111         * src/gtk/gtkvscrollbutton.c
112         * src/gtk/inputdialog.c
113         * src/gtk/spell_entry.c
114         * src/plugins/trayicon/trayicon.c
115         * src/plugins/trayicon/libeggtrayicon/Makefile.am
116         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
117         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
118                 Fix build with GTK+ 2.19
119
120 2010-03-23 [pawel]      3.7.5cvs37
121
122         * src/mainwindow.c
123         * src/mimeview.c
124                 Respect view->show_col_headers option
125         * src/gtk/gtkcmctree.c
126                 Fix GtkCmcTree column width calculation when it has
127                 auto_resize set and new node is added
128
129 2010-03-22 [pawel]      3.7.5cvs36
130
131         * src/grouplistdialog.c
132         * src/prefs_common.c
133         * src/prefs_common.h
134                 - remember newsgroups list dialog size
135                 - respect use_dotted_lines hidden pref
136                 - respect use_stripes_everywhere hidden pref
137
138 2010-03-21 [pawel]      3.7.5cvs35
139
140         * src/addrgather.c
141                 Remove superfluous gtk_widget_show_all()
142         * src/mimeview.c
143                 Add forgotten colon
144         * src/common/utils.c
145                 Return correct type
146
147 2010-03-21 [pawel]      3.7.5cvs34
148
149         * src/main.c
150         * src/gtk/quicksearch.c
151         * src/gtk/quicksearch.h
152                 Implement separate search phrase completion for
153                 normal/extended quicksearch
154
155 2010-03-11 [paul]       3.7.5cvs33
156
157         * po/zh_CN.po
158                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
159                 submitted by Yuwei Yu
160
161 2010-03-09 [colin]      3.7.5cvs32
162
163         * manual/de/glossary.xml
164                 Fix build
165
166 2010-03-02 [colin]      3.7.5cvs31
167
168         * manual/de/glossary.xml
169                 Sort alphabetically. Done by Volker Ribbert.
170
171 2010-03-02 [mones]      3.7.5cvs30
172
173         * README
174                 Fix mailing list archives location
175                 Remove currently unavailable CVS webview
176
177 2010-03-01 [iwkse]      3.7.5cvs29
178
179         * src/common/plugin.c
180                         Other indentation issues
181
182 2010-03-01 [iwkse]      3.7.5cvs28
183
184         * src/common/plugin.c
185                         Fix indentation of the previous commit
186
187 2010-03-01 [iwkse]      3.7.5cvs27
188
189         * src/common/plugin.h
190         * src/common/plugin.c
191                         Add API for getting a loaded Plugin from the
192                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
193                         Thanks to Colin, Michael
194
195 2010-02-27 [colin]      3.7.5cvs26
196
197         * configure.ac
198         * AUTHORS
199         * src/gtk/authors.h
200         * manual/Makefile.am
201         * manual/de/Makefile.am
202         * manual/de/account.xml
203         * manual/de/ack.xml
204         * manual/de/addrbook.xml
205         * manual/de/advanced.xml
206         * manual/de/claws-mail-manual.xml
207         * manual/de/faq.xml
208         * manual/de/glossary.xml
209         * manual/de/gpl.xml
210         * manual/de/handling.xml
211         * manual/de/intro.xml
212         * manual/de/keyboard.xml
213         * manual/de/plugins.xml
214         * manual/de/starting.xml
215         * manual/de/dist/.cvsignore
216         * manual/de/dist/Makefile.am
217         * manual/de/dist/html/.cvsignore
218         * manual/de/dist/html/Makefile.am
219         * manual/de/dist/pdf/.cvsignore
220         * manual/de/dist/pdf/Makefile.am
221         * manual/de/dist/ps/.cvsignore
222         * manual/de/dist/ps/Makefile.am
223         * manual/de/dist/txt/.cvsignore
224         * manual/de/dist/txt/Makefile.am
225                 Add the german translation of the manual, done by
226                 Volker Ribbert <thoraki@arcor.de>.
227
228 2010-02-27 [holger]     3.7.5cvs25
229
230         * src/prefs_toolbar.c
231                 Don't make toolbar item description for
232                 plugin registered items editable
233
234 2010-02-26 [colin]      3.7.5cvs24
235
236         * src/toolbar.c
237                 Don't translate empty description
238
239 2010-02-22 [colin]      3.7.5cvs23
240
241         * src/compose.c
242                 Don't make In-Reply-To visible when reediting
243                 a draft or sent mail.
244
245 2010-02-20 [colin]      3.7.5cvs22
246
247         * src/imap.c
248         * src/imap.h
249         * src/main.c
250         * src/mainwindow.c
251         * src/etpan/imap-thread.c
252         * src/etpan/imap-thread.h
253         * src/etpan/nntp-thread.c
254         * src/etpan/nntp-thread.h
255                 When going offline from NetworkManager, just
256                 delete IMAP connections. That'll avoid timeouts
257                 when coming back online in certain cases when
258                 the TCP socket will have timed out.
259
260 2010-02-20 [holger]     3.7.5cvs21
261
262         * .cvsignore
263                 More files to ignore
264
265 2010-02-17 [ticho]      3.7.5cvs20
266
267         * src/summaryview.c
268         * src/summaryview.h
269         * src/toolbar.c
270                 Revert 3.7.5cvs19.
271
272 2010-02-16 [ticho]      3.7.5cvs19
273
274         * src/summaryview.c
275         * src/summaryview.h
276         * src/toolbar.c
277                 Removed unused argument from summary_open_row().
278
279 2010-02-10 [pawel]      3.7.5cvs18
280
281         * src/compose.c
282                 - fix headers filtering when prefs_common.trans_hdr is on
283                 - fix headers setting when changing composing account 
284                 - plug memleak
285         * src/prefs_template.c
286                 Re-add template's name for translation
287
288 2010-02-10 [colin]      3.7.5cvs17
289
290         * src/prefs_matcher.c
291                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
292                 Condition>Define>Header>Name combo box'. Patch by
293                 Francois Cami
294
295 2010-02-10 [colin]      3.7.5cvs16
296
297         * src/codeconv.c
298         * src/codeconv.h
299         * src/compose.c
300         * src/mainwindow.c
301         * src/messageview.c
302         * src/prefs_send.c
303         * src/procmime.c
304         * src/textview.c
305                 Add the GB18030 Chinese charset, which is a superset
306                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
307
308 2010-02-09 [holger]     3.7.5cvs15
309
310         * configure.ac
311                 GTK+ 2.10 related cleanup
312
313 2010-02-09 [pawel]      3.7.5cvs14
314
315         * src/prefs_account.c
316         * src/prefs_folder_item.c
317         * src/prefs_template.c
318         * src/quote_fmt.c
319                 Respect prefs_common.trans_hdr in couple more places to avoid
320                 confusion with translated/non-translated header names
321
322 2010-02-09 [colin]      3.7.5cvs13
323
324         * po/POTFILES.in
325                 Fix make dist
326
327 2010-02-09 [colin]      3.7.5cvs12
328
329         * src/mimeview.c
330                 And fix 2.10 build :)
331
332 2010-02-09 [colin]      3.7.5cvs11
333
334         * configure.ac
335                 Bump up GTK+ requirement to 2.10
336         * src/Makefile.am
337         * src/compose.c
338         * src/crash.c
339         * src/foldersel.c
340         * src/main.c
341         * src/mainwindow.c
342         * src/messageview.c
343         * src/messageview.h
344         * src/prefs_actions.c
345         * src/prefs_common.c
346         * src/prefs_common.h
347         * src/prefs_ext_prog.c
348         * src/prefs_filtering_action.c
349         * src/prefs_fonts.c
350         * src/prefs_image_viewer.c
351         * src/prefs_matcher.c
352         * src/prefs_msg_colors.c
353         * src/prefs_summaries.c
354         * src/prefs_template.c
355         * src/printing.c
356         * src/printing.h
357         * src/quote_fmt.c
358         * src/summaryview.c
359         * src/textview.c
360         * src/gtk/Makefile.am
361         * src/gtk/about.c
362         * src/gtk/gtkcmclist.c
363         * src/gtk/gtkcmctree.c
364         * src/gtk/gtkutils.c
365         * src/gtk/quicksearch.c
366                 Remove all compile-time conditionals depending on
367                 GTK+ < 2.10
368         * src/gedit-print.c
369         * src/gedit-print.h
370         * src/gtk/gtksourceprintjob.c
371         * src/gtk/gtksourceprintjob.h
372                 Remove libgnomeprint-based printing system (and
373                 command-line-based printing system) as GTK+ 2.10
374                 ships with print support.
375
376 2010-02-08 [mir]        3.7.5cvs10
377
378         * src/compose.c
379             Avoid displaying Bcc headers in message sent
380             to NNTP servers. Thanks to Henning Mersch.
381
382
383 2010-02-08 [pawel]      3.7.5cvs9
384
385         * src/mimeview.c
386                 Make tooltips less cryptic
387         * src/gtk/description_window.c
388                 Improve window size calculation
389
390 2010-02-08 [pawel]      3.7.5cvs8
391
392         * src/compose.c
393         * src/compose.h
394         * src/common/utils.c
395         * src/common/utils.h
396         * src/gtk/authors.h
397                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
398                 Patch by Laurent Bigonville with slight modifications
399
400 2010-02-03 [pawel]      3.7.5cvs7
401
402         * m4/.cvsignore
403                 Add some libtool files to ignore
404
405 2010-02-03 [pawel]      3.7.5cvs6
406
407         * src/plugins/trayicon/trayicon.c
408                 Save and then restore focus when closing/minimizing to tray
409
410 2010-02-03 [mir]        3.7.5cvs5
411
412         * src/addrindex.c
413         * src/editldap.c
414         * src/ldapctrl.c
415         * src/ldapctrl.h
416         * src/ldapquery.c
417         * src/ldapupdate.c
418             Save LDAP password encrypted. See bug 2113.
419
420
421 2010-02-03 [colin]      3.7.5cvs4
422
423         * src/privacy.c
424                 Fix again decoding of encrypted parts. The
425                 reverting of the patch was wrong, as the
426                 double-decoding was fixed in smime itself.
427                 Thanks to Matthias Drochner again...
428
429 2010-02-02 [colin]      3.7.5cvs3
430
431         * src/plugins/smime/smime.c
432         * src/privacy.c
433                 Revert 3.7.4cvs2 and make a better patch for bug
434                 2059 and 2076. Patch by Matthias Drochner
435
436 2010-01-31 [pawel]      3.7.5cvs2
437
438         * src/gtk/authors.h
439                 Fix hungarian translator's name
440
441 2010-01-31 [pawel]      3.7.5cvs1
442
443         * src/messageview.c
444         * src/mimeview.c
445                 Fix Bug 2107 - Arrow keys don't work in message view window
446
447 2010-01-31 [paul]       3.7.5
448
449         * NEWS
450         * README
451         * RELEASE_NOTES 
452                 3.7.5 released!
453
454 2010-01-23 [pawel]      3.7.4cvs10
455
456         * src/addressbook.c
457                 Fix button sensitivity in compose mode
458
459 2010-01-23 [pawel]      3.7.4cvs9
460
461         * commitHelper
462         * tools/kdeservicemenu/install.sh
463         * tools/make.themes.project
464         * tools/nautilus2claws-mail.sh
465         * tools/popfile-link.sh
466         * tools/textviewer.sh
467                 Not all systems have bash installed in /bin, use env(1) to find
468                 it`s location
469
470 2010-01-22 [pawel]      3.7.4cvs8
471
472         * src/prefs_account.c
473         * src/prefs_filtering.c
474         * src/prefs_send.c
475         * src/gtk/colorlabel.c
476                 Add some separators in combos
477
478 2010-01-22 [pawel]      3.7.4cvs7
479
480         * autogen.sh
481                 --disable-aspell -> --disable-enchant
482         * configure.ac
483                 Fix options spacing in configure --help
484         * src/wizard.c
485                 Make wizard's window centered on the screen
486
487 2010-01-19 [holger]     3.7.4cvs6
488
489         * src/folder.c
490         * src/folder.h
491                 Introduce folder_get_item_from_identifier().
492                 In contrast to folder_find_item_from_identifier(), this
493                 function recursively creates the FolderItems in the id path.
494                 Useful for programmatically creating folders (e.g. by plugins)
495
496 2010-01-17 [pawel]      3.7.4cvs5
497
498         * src/gtk/authors.h
499                 Fix my lastname
500
501 2010-01-16 [colin]      3.7.4cvs4
502
503         * src/plugins/pgpcore/sgpgme.c
504                 Probably fix bug 2098, 'claws-mails crashes frequently 
505                 with pgpcore'. Fix double-free.
506
507 2010-01-16 [holger]     3.7.4cvs3
508
509         * src/prefs_toolbar.h
510                 Forgotten header
511
512 2010-01-15 [colin]      3.7.4cvs2
513
514         * src/privacy.c
515                 Decode mimeinfo before decrypting it. Probably
516                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
517                 with S/MIME encryption' and bug 2076 'having 
518                 worked 2 times properly CLAWS ceased to 
519                 decrypt incoming PGP mails -displays base64 
520                 instead - sucks completely'
521                 Let's hope complete suckage ends here!
522                 Thanks to Matthias Drochner.
523
524 2010-01-08 [paul]       3.7.4cvs1
525
526         * tools/claws.i18n.status.pl
527                 fix typos
528
529 2010-01-08 [paul]       3.7.4
530
531         * NEWS
532         * README
533         * RELEASE_NOTES 
534                 3.7.4 released!
535
536 2010-01-08 [paul]       3.7.3cvs57
537
538         * po/ca.po
539         * po/cs.po
540         * po/de.po
541         * po/fi.po
542         * po/hu.po
543         * po/id.po
544         * po/ja.po
545         * po/nl.po
546         * po/pt_BR.po
547         * po/pt_PT.po
548         * po/ru.po
549         * po/sk.po
550                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
551                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
552                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
553                 Slavko
554
555 2010-01-08 [paul]       3.7.3cvs56
556
557         * src/common/utils.c
558                 fix bug 2089, 'URLs ending with an underscore ('_')
559                 are not correctly parsed'. thanks to Johan
560
561 2010-01-05 [colin]      3.7.3cvs55
562
563         * po/fr.po
564                 Update french translation
565
566 2010-01-04 [mones]      3.7.3cvs54
567
568         * po/es.po
569                 Update Spanish translation
570
571 2010-01-04 [mones]      3.7.3cvs53
572
573         * manual/plugins.xml
574                 Some format
575         * manual/es/claws-mail-manual.xml
576         * manual/es/intro.xml
577         * manual/es/plugins.xml
578                 Synchronise with English version
579
580 2010-01-03 [paul]       3.7.3cvs52
581
582         * ChangeLog
583                 fix format
584         * src/gtk/authors.h
585                 update TEAM_LIST, fix encoding
586
587 2010-01-03 [mir]        3.7.3cvs51
588
589         * src/compose.c
590                 When composing to a NNTP list TO: will always be preset
591                 to the NNTP list unless user has chosen some other default
592                 in which case we will handle this the normal way. Therefore
593                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
594
595 2010-01-01 [paul]       3.7.3cvs50
596
597         * src/gtk/about.c
598                 bump copyright year whilst it's in mind
599
600 2009-12-31 [paul]       3.7.3cvs49
601
602         * manual/claws-mail-manual.xml
603         * manual/intro.xml
604         * manual/plugins.xml
605                 fix links so that they make sense in the context of the
606                 text version of the manual
607
608 2009-12-31 [paul]       3.7.3cvs48
609
610         * manual/intro.xml
611         * manual/plugins.xml
612                 updates, improvements, corrections, additions
613
614 2009-12-29 [pawel]      3.7.3cvs47
615
616         * src/prefs_filtering_action.c
617                 Fix Bug 2082 'Wrong color rectangle position when replacing
618                 "color" processing rule'
619
620 2009-12-29 [colin]      3.7.3cvs46
621
622         * src/compose.c
623                 Fix bug 2074, 'Remember sending account 
624                 for sent messages'
625
626 2009-12-20 [holger]     3.7.3cvs45
627
628         * src/compose.c
629                 Delay CREATED_HOOKLIST invokation until
630                 after the modifications to the compose window
631                 are done, to allow hooks to further modify the
632                 window without getting overridden again
633
634 2009-12-20 [holger]     3.7.3cvs44
635
636         * src/prefs_toolbar.h
637                 Fix last commit
638
639 2009-12-20 [holger]     3.7.3cvs43
640
641         * src/prefs_toolbar.c
642         * src/prefs_toolbar.h
643         * src/toolbar.c
644                 Pass window struct to caller
645
646 2009-12-20 [holger]     3.7.3cvs42
647
648         * src/compose.c
649         * src/compose.h
650                 Add hooklist after creation of a compose window
651
652 2009-12-19 [holger]     3.7.3cvs41
653
654         * src/prefs_toolbar.c
655         * src/prefs_toolbar.h
656         * src/toolbar.c
657                 Allow plugins to choose to which toolbar they want
658                 to add actions (main window, compose window, or message view)
659
660 2009-12-19 [paul]       3.7.3cvs40
661
662         * src/statusbar.c
663                 fix statusbar in GTK+ 2.19.1
664
665 2009-12-10 [pawel]      3.7.3cvs39
666
667         * src/compose.c
668                 Better fix for cvs28 regression
669
670 2009-12-10 [iwkse]      3.7.3cvs38
671
672         * src/compose.c
673             Fix some indentation
674
675 2009-12-10 [iwkse]      3.7.3cvs37
676
677         * src/compose.c
678             Add missing checks for gtkaspell: avoid
679             crashing in some cases when Enchant is 
680             enabled but the spell checker is disabled 
681             in preferences.
682
683 2009-12-09 [colin]      3.7.3cvs36
684
685         * src/compose.c
686                 Fix leak and unchecked accesses.
687
688 2009-12-09 [mir]        3.7.3cvs35
689
690         * src/compose.c
691         Fix Bug 2072 "template at folder properties is not working"
692         introduced in cvs24.
693
694 2009-12-08 [pawel]      3.7.3cvs34
695
696         * src/compose.c
697                 When 'Reply All' remove current compose address from
698                 Cc/Bcc list - fix for regression introduced in cvs28
699
700 2009-12-05 [pawel]      3.7.3cvs33
701
702         * src/messageview.c
703                 Fix memory management, duh!
704
705 2009-12-04 [pawel]      3.7.3cvs32
706
707         * src/messageview.c
708                 Use case insensitive comparison in search for
709                 duplicate urls
710         * src/uri_opener.c
711                 Refresh scrollbars on every window open
712
713 2009-12-04 [pawel]      3.7.3cvs31
714
715         * src/compose.c
716                 Highlight misspelled words when applying template and
717                 check_while_typing option is on
718
719 2009-12-03 [pawel]      3.7.3cvs30
720
721         * src/compose.c
722                 Highlight misspelled words in text inserted from file(s)
723                 or pasted to message body when check_while_typing
724                 options is on
725
726 2009-12-02 [pawel]      3.7.3cvs29
727
728         * src/compose.c
729                 Revert first part of previous commit
730
731 2009-12-02 [pawel]      3.7.3cvs28
732
733         * src/compose.c
734                 Fix Bug 2055 "duplicate mailing list reply if
735                 List-Post + Reply-To present"
736                 - Ignore Reply-To if answering to ML
737                 - Improve parsing of List-Post header
738
739 2009-12-02 [pawel]      3.7.3cvs27
740
741         * src/compose.c
742         * src/compose.h
743                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
744                 email had user in "From" and "CC"
745                 Don't allow duplicate addresses in compose window headers
746
747 2009-12-02 [mones]      3.7.3cvs26
748
749         * manual/intro.xml
750         * manual/es/intro.xml
751         * manual/fr/intro.xml
752         * manual/it/intro.xml
753         * manual/pl/intro.xml
754                 Make URL to point current site
755
756 2009-12-01 [holger]     3.7.3cvs25
757
758         * src/summaryview.c
759         * src/summaryview.h
760                 Introduce new drag type "claws-mail/msg-path-list" for
761                 drag'n'drop of a message selection from the summaryview
762                 into other applications. The drag data gets set to the
763                 folder-item-id followed by message ids, separated by newlines.
764                 This enables other applications to back-link to Claws Mail
765                 via a "claws-mail --select" call after they received a drop.
766
767 2009-11-30 [mir]        3.7.3cvs24
768
769         * src/compose.c
770            Place cursor in compose window according to provided input
771            If to: is present place cursor in subject field and if both
772            to: and subject: is present place cursor in body. If body: is
773            present insert a new line after text and place cursor there.
774
775 2009-11-27 [mones]      3.7.3cvs23
776
777         * src/gtk/quicksearch.c
778                 Allow viewing longer expressions if there's space
779
780 2009-11-25 [holger]     3.7.3cvs22
781
782         * Makefile.am
783         * src/common/Makefile.am
784         * src/common/utils.c
785         * src/common/utils.h
786                 Add a function to query the
787                 filepath of the .desktop file
788
789 2009-11-25 [colin]      3.7.3cvs21
790
791         * src/imap.c
792                 Fix bug 2063, 'glib assertion in GRelation use in 
793                 imap.c'
794
795 2009-11-24 [pawel]      3.7.3cvs20
796
797         * src/common/utils.c
798                 Fix Bug 2053 'Inconsistent application of Coloration 
799                 of Message text'
800                 Don't allow '<' character between quotation marks
801
802 2009-11-21 [holger]     3.7.3cvs19
803
804         * src/printing.c
805                 Modify cairo clip handling in preview windows,
806                 to prevent print preview windows from being blank
807                 with GTK+ 2.18. Follow recommendation of the GTK+
808                 documentation (section "Migrating to client side windows")
809                 and create a new cairo context for each expose event.
810
811 2009-11-19 [pawel]      3.7.3cvs18
812
813         * Makefile.am
814                 complete 3.7.3cvs15 so install is DESTDIR safe
815                 remove icons with changed names on uninstall
816
817 2009-11-18 [pawel]      3.7.3cvs17
818
819         * src/news_gtk.c
820                 remove unneeded and code-duplicating function
821
822 2009-11-18 [pawel]      3.7.3cvs16
823
824         * src/news_gtk.c
825                 Fix Bug 2057 'Claws mail does not keep renamed names
826                 of nntp-subscribed groups'
827                 Check for already subscribed group using item->path for group
828                 comparision as folders item->path != item->name may be truth 
829                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
830
831 2009-11-17 [pawel]      3.7.3cvs15
832
833         * Makefile.am
834                 Fix Bug 2049 'some icons not copied?'
835                 Install additional 64x64 and 128x128 icons
836
837 2009-11-17 [holger]     3.7.3cvs14
838
839         * src/prefs_toolbar.c
840         * src/prefs_toolbar.h
841         * src/toolbar.c
842         * src/toolbar.h
843                 Allow plugins to register toolbar items
844
845 2009-11-11 [pawel]      3.7.3cvs13
846
847         * src/addressbook.c
848         * src/compose.c
849         * src/compose.h
850         * src/filtering.c
851                 Fix Bug 1867 Changing account does not change BCC address
852                 Set account specific headers when changing account
853                 in compose window.
854
855 2009-11-07 [colin]      3.7.3cvs12
856
857         * src/gtk/prefswindow.c
858                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
859                 Patch by Pawel
860
861 2009-11-07 [colin]      3.7.3cvs11
862
863         * src/gtk/spell_entry.c
864                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
865                 Patch by Pawel Pekala
866
867 2009-10-27 [colin]      3.7.3cvs10
868
869         * src/folder.c
870                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
871                 Don't try to check whether the folder is up-to-date if
872                 the folder class doesn't implement set_mtime, as we don't
873                 care in this case. This code exists since a long time, but
874                 the bug was triggered by more scanning of queue folders 
875                 since recently (when we added \Deleted handling).
876
877 2009-10-27 [colin]      3.7.3cvs9
878
879         * src/mainwindow.c
880                 Try to fix registering as default client
881                 on windows 7
882
883 2009-10-21 [wwp]        3.7.3cvs8
884
885         * src/common/utils.c
886                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
887
888 2009-10-21 [wwp]        3.7.3cvs7
889
890         * src/common/utils.c
891                 Don't core dump when attempting to insert a non-existing
892                 file using a mailto: uri (g_error does core dump).
893
894 2009-10-20 [colin]      3.7.3cvs6
895
896         * src/common/utils.c
897                 Don't g_error on normal warnings...
898
899 2009-10-20 [colin]      3.7.3cvs5
900
901         * src/plugins/pgpcore/sgpgme.c
902                 Fix bug 1996, 'S/MIME key not selected'
903                 Check for S/MIME certs too
904
905 2009-10-20 [colin]      3.7.3cvs4
906
907         * src/common/w32lib.h
908                 Fix win32 build on latest mingw32
909
910 2009-10-20 [colin]      3.7.3cvs3
911
912         * src/exportldif.c
913         * src/ldif.c
914         * src/ldif.h
915                 Fix LDIF export. Patch by Michael Rasmussen
916
917 2009-10-18 [paul]       3.7.3cvs2
918
919         * tools/claws.i18n.status.pl
920                 increase the value of $transolddays since we're relasing less
921                 often now.
922                 rework the en_GB.po hack so that en_GB is always 100% translated
923                 and recently updated
924
925 2009-10-17 [paul]       3.7.3cvs1
926
927         * src/prefs_account.c
928         * src/prefs_compose_writing.c
929         * src/prefs_receive.c
930         * src/prefs_summaries.c
931         * src/prefs_wrapping.c
932                 reword a few labels. (this incorporates everything
933                 that seemed worthwhile from bug 2020)
934         * src/prefs_customheader.c
935                 use a 'Browse' button instead of button with
936                 label 'From file...'
937
938 2009-10-12 [colin]
939
940         * CVS repository change
941
942 2009-10-09 [paul[       3.7.3
943
944         version 3.7.3 unleashed!!
945
946 2009-10-07 [paul]       3.7.2cvs49
947
948         * src/folderview.c
949         * src/folderview.h
950         * src/mainwindow.c
951                 fix  Bug 1994 -  Changing colors required restart.
952                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
953                 more accurate folderview_reinit_fonts()
954
955 2009-10-07 [paul]       3.7.2cvs48
956
957         * src/addrgather.c
958         * src/prefs_common.c
959         * src/prefs_common.h
960                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
961                 patch by Pawel Pekala
962
963 2009-10-07 [paul]       3.7.2cvs47
964
965         * po/cs.po
966         * po/de.po
967         * po/hu.po
968         * po/id.po
969         * po/ja.po
970         * po/pt_BR.po
971                 updated by David Vachulka, Stephan Sachse and Marc Arens,
972                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
973                 Goncalves Guimaraes
974
975 2009-10-06 [colin]      3.7.2cvs46
976
977         * po/fr.po
978                 French translation update
979
980 2009-10-05 [paul]       3.7.2cvs45
981
982         * src/printing.c
983                 enable Page Size and Orientation in the print dialog,
984                 GTK+ >= 2.18.x only. Patch by Mark__T
985
986 2009-10-05 [paul]       3.7.2cvs44
987
988         * src/prefs_summaries.c
989                 fix label, startup --> start-up, to match other uses of the
990                 term
991
992 2009-10-05 [paul]       3.7.2cvs43
993
994         * po/pl.po
995                 updated by Emilian Nowak
996
997 2009-10-03 [colin]      3.7.2cvs42
998
999         * src/mimeview.c
1000         * src/noticeview.c
1001         * src/gtk/gtkcmclist.c
1002         * src/gtk/gtkvscrollbutton.c
1003         * src/gtk/logwindow.c
1004                 GTK+ 2.18 fixes:
1005                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1006                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1007                 Fix warning at start
1008
1009 2009-09-28 [colin]      3.7.2cvs41
1010
1011         * src/matcher.c
1012         * src/mimeview.c
1013         * src/prefs_folder_item.c
1014                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1015
1016 2009-09-28 [colin]      3.7.2cvs40
1017
1018         * src/prefs_summaries.c
1019         * src/gtk/sslcertwindow.c
1020                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
1021                 shows up garbled in GUI'. Patch by Pawel Pekala
1022
1023 2009-09-24 [iwkse]      3.7.2cvs39
1024
1025         * configure.ac
1026             That's only for statistics, of course :)
1027
1028 2009-09-24 [iwkse]      3.7.2cvs38
1029
1030         * configure.ac
1031             ...
1032
1033 2009-09-24 [iwkse]      3.7.2cvs37
1034
1035         * configure.ac
1036             Revert unwanted change
1037
1038 2009-09-24 [iwkse]      3.7.2cvs36
1039
1040         * src/action.c
1041             Fix issue with filtering actions and 
1042             parsed parameters
1043
1044 2009-09-20 [mones]      3.7.2cvs35
1045
1046         * tools/convert_mbox.pl
1047                 Add -R flag to support recursive conversions
1048                 of arbitrary Evolution mail folders, based on
1049                 bash script by Daniel Dickinson (fixes debian 
1050                 bug #461435) 
1051         * tools/popfile-link.sh
1052                 Set required shell for script (fixes debian 
1053                 bug #530057)
1054
1055 2009-09-16 [colin]      3.7.2cvs34
1056
1057         * src/main.c
1058                 Go grab files in /etc/skel if they exist
1059                 at first startup 
1060
1061 2009-09-15 [colin]      3.7.2cvs33
1062
1063         * src/procmime.c
1064                 Complete 3.7.1cvs42: only output directly to
1065                 final file if we get NULL byes at the start.
1066                 Still fixes saving UTF16 files, but also
1067                 fixes displaying Base64 parts with decoding
1068                 errors (parts without errors get displayed)
1069
1070 2009-09-14 [colin]      3.7.2cvs32
1071
1072         * src/matcher.c
1073         * src/matcher.h
1074         * src/matcher_parser_parse.y
1075         * src/prefs_matcher.c
1076                 Add 'has_attachment' and 'signed' matcher
1077                 expressions. Patch by Aleksei Miheev, fixes
1078                 bug 1997. 
1079
1080 2009-09-14 [colin]      3.7.2cvs31
1081
1082         * src/common/utils.c
1083                 Add "Re :" prefix from french Yahoo mail.
1084                 Patch by Didier Barvaux, fixes bug 1999
1085
1086 2009-09-10 [mones]      3.7.2cvs30
1087
1088         * manual/plugins.xml
1089                 Fix sites supported by SpamReport
1090         * manual/es/plugins.xml
1091                 Synchronise Spanish manual
1092
1093 2009-09-07 [holger]     3.7.2cvs29
1094
1095         * Makefile.am
1096                 Also update the icon cache on uninstall.
1097                 This prevents possible problems when Claws Mail was
1098                 uninstalled and installed again into a different location,
1099                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1100                 and the blog post linked therein
1101
1102 2009-09-07 [paul]       3.7.2cvs28
1103
1104         * src/prefs_toolbar.c
1105                 when updating the main toolbar icons just update
1106                 the main toolbar (and consequently fix a bug where
1107                 folderview icons would disappear)
1108
1109 2009-08-30 [holger]     3.7.2cvs27
1110
1111         * src/compose.c
1112                 Do case-insensitive comparison against
1113                 header names when extracting recipients
1114                 from composed mails
1115
1116 2009-08-23 [colin]      3.7.2cvs26
1117
1118         * src/mbox.c
1119                 Probably fix RH bug 512024, " folder.c:3543 
1120                 Condition msglist != NULL failed"
1121
1122 2009-08-23 [colin]      3.7.2cvs25
1123
1124         * src/prefs_compose_writing.c
1125                 Make the maximum size warning bigger. Patch
1126                 by Didier Barvaux on bug 1986.
1127
1128 2009-08-21 [colin]      3.7.2cvs24
1129
1130         * src/compose.c
1131                 Previous commit: move the function into compose_insert_file
1132                 so that it's also used on drag-n-drop
1133
1134 2009-08-21 [colin]      3.7.2cvs23
1135
1136         * src/compose.c
1137                 Fix scrolling when adding an header
1138
1139 2009-08-21 [colin]      3.7.2cvs22
1140
1141         * src/compose.c
1142         * src/prefs_common.c
1143         * src/prefs_common.h
1144         * src/prefs_compose_writing.c
1145         * src/common/utils.c
1146                 Fix bug 1986, "New feature: warn user when inserting 
1147                 a large file in the message body". Patch by Didier
1148                 Barvaux
1149
1150 2009-08-21 [colin]      3.7.2cvs21
1151
1152         * AUTHORS
1153         * src/gtk/authors.h
1154         * src/common/utils.c
1155                 Fix bug 1984: Add R�f. : reply prefix (french 
1156                 Lotus Notes); patch by Didier Barvaux
1157
1158 2009-08-21 [colin]      3.7.2cvs20
1159
1160         * src/codeconv.c
1161         * src/codeconv.h
1162                 Fix bug 1969, 'Bad guess for outgoing encoding'
1163                 Make sure the specific converters (japanese in
1164                 this case) can return success/error in strict
1165                 mode, instead of silently failing back to 
1166                 strncpy
1167
1168 2009-08-20 [holger]     3.7.2cvs19
1169
1170         * src/compose.c
1171         * src/compose.h
1172                 Make it possible for code outside
1173                 compose (e.g. plugins) to attach files
1174
1175 2009-08-20 [colin]      3.7.2cvs18
1176
1177         * src/main.c
1178                 Fix crash when accessing IMAP soon
1179
1180 2009-08-18 [colin]      3.7.2cvs17
1181
1182         * src/ldapquery.c
1183                 Maybe fix crash on non-existent LDAP server
1184
1185 2009-08-04 [colin]      3.7.2cvs16
1186
1187         * src/toolbar.c
1188                 Fix toolbar's spacing that breaks dark
1189                 themes (patch from http://blogs.igalia.com/aperez/
1190                 2009/07/making-claws-mail-look-better/)
1191
1192 2009-07-28 [colin]      3.7.2cvs15
1193
1194         * src/account.c
1195         * src/addrcustomattr.c
1196         * src/addressadd.c
1197         * src/addressbook_foldersel.c
1198         * src/addrgather.c
1199         * src/browseldap.c
1200         * src/compose.c
1201         * src/editbook.c
1202         * src/editgroup.c
1203         * src/editjpilot.c
1204         * src/editldap.c
1205         * src/editldap_basedn.c
1206         * src/edittags.c
1207         * src/editvcard.c
1208         * src/exphtmldlg.c
1209         * src/expldifdlg.c
1210         * src/export.c
1211         * src/foldersel.c
1212         * src/import.c
1213         * src/importldif.c
1214         * src/importmutt.c
1215         * src/importpine.c
1216         * src/prefs_actions.c
1217         * src/prefs_customheader.c
1218         * src/prefs_display_header.c
1219         * src/prefs_filtering.c
1220         * src/prefs_folder_column.c
1221         * src/prefs_matcher.c
1222         * src/prefs_summary_column.c
1223         * src/prefs_summary_open.c
1224         * src/prefs_template.c
1225         * src/textview.c
1226         * src/uri_opener.c
1227                 Fix bug 1950, 'Program freeze up during folder selection'
1228                 Don't leave hidden windows modal
1229
1230 2009-07-28 [colin]      3.7.2cvs14
1231
1232         * src/ldapquery.c
1233                 Fix bug 1957, 'LDAP errs out after searching too 
1234                 many search bases'
1235
1236 2009-07-28 [colin]      3.7.2cvs13
1237
1238         * src/summaryview.c
1239                 Fix bug 1966, '"Collapse all threads" slower than 
1240                 "Expand all threads"'
1241
1242 2009-07-28 [colin]      3.7.2cvs12
1243
1244         * src/common/session.c
1245                 Fix bug 1967, 'Claws gets stuck after accepting 
1246                 a certificate warning dialog'
1247
1248 2009-07-19 [paul]       3.7.2cvs11
1249
1250         * manual/plugins.xml
1251                 a few small changes to the English
1252
1253 2009-07-18 [mones]      3.7.2cvs10
1254
1255         * manual/plugins.xml
1256                 Add new bsfilter and fancy plugins to the docs
1257                 and a note about dealing with plugins of the same class
1258         * src/prefs_account.c
1259                 Fix extra space at the end typo
1260
1261 2009-07-16 [colin]      3.7.2cvs9
1262
1263         * src/summaryview.c
1264                 Fix wrong return without unlocking; thanks
1265                 to mupuf_
1266
1267 2009-07-14 [colin]      3.7.2cvs8
1268
1269         * src/imap.c
1270                 Fix bug 1954, 'Segfault on reading wrong STATUS'
1271
1272 2009-07-10 [colin]      3.7.2cvs7
1273
1274         * src/plugins/pgpcore/plugin.def
1275         * src/common/utils.h
1276                 Fix windows port
1277
1278 2009-07-10 [colin]      3.7.2cvs6
1279
1280         * src/prefs_display_header.c
1281                 Fix bug 1951, 'C-Mail dumps core when editing 
1282                 displayed headers'. Patch by Alexey Rusakov
1283
1284 2009-07-10 [colin]      3.7.2cvs5
1285
1286         * src/folderview.c
1287                 Fix bug 1952, 'Deleted mails in Queue folder 
1288                 highlight it'.
1289
1290 2009-07-09 [colin]      3.7.2cvs4
1291
1292         * src/gtk/spell_entry.c
1293                 Fix bug 1949, 'Spell checker doesn't recognise 
1294                 certain word in Subject header, but does in 
1295                 message body'. Patch by Pawel Pekala.
1296
1297 2009-07-09 [paul]       3.7.2cvs3
1298
1299         * configure.ac
1300                 use pkgconfig to check for the minimum required
1301                 version of GnuTLS
1302
1303 2009-07-06 [colin]      3.7.2cvs2
1304
1305         * src/prefs_customheader.c
1306                 Fix build failure
1307
1308 2009-07-04 [paul]       3.7.2cvs1
1309
1310         * tools/claws.i18n.status.pl
1311                 updated
1312
1313 2009-07-03 [paul]       3.7.2
1314
1315         * NEWS
1316         * README
1317         * RELEASE_NOTES 
1318                 3.7.2 released!
1319
1320 2009-07-03 [paul]       3.7.1cvs85
1321
1322         * AUTHORS
1323         * configure.ac
1324         * po/pt_PT.po
1325         * po/sk.po
1326         * src/gtk/authors.h
1327                 added new translations by Tiago Faria and Slavko
1328         * po/bg.po
1329         * po/cs.po
1330         * po/de.po
1331         * po/es.po
1332         * po/fi.po
1333         * po/fr.po
1334         * po/hu.po
1335         * po/id.po
1336         * po/it.po
1337         * po/ja.po
1338         * po/pt_BR.po
1339         * po/ru.po
1340                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1341                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1342                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1343                 Goncalves Guimaraes, Aleksei Miheev
1344
1345 2009-07-01 [colin]      3.7.1cvs84
1346
1347         * src/prefs_common.c
1348                 Fix bug 1940, 'Doesn't open links in 
1349                 user's default browser'. Turn the preference
1350                 to TRUE by default; that will only change the
1351                 behaviour for new users.
1352
1353 2009-06-29 [colin]      3.7.1cvs83
1354
1355         * src/filtering.c
1356         * src/filtering.h
1357         * src/prefs_filtering_action.c
1358                 Fix bug 1935, 'problems with very long filtering actions':
1359                 Use a dynamic buffer in action to string, and a bigger
1360                 buffer in string to action
1361
1362 2009-06-29 [colin]      3.7.1cvs82
1363
1364         * src/matcher_parser_lex.l
1365                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1366
1367 2009-06-29 [colin]      3.7.1cvs81
1368
1369         * src/addressbook.c
1370                 Fix warnings
1371         * src/editgroup.c
1372                 Fix crash (out-of-bounds tree column)
1373         * src/gtk/gtkcmctree.c
1374         * src/gtk/gtksctree.c
1375                 Prevent using an out-of-bounds tree column
1376
1377 2009-06-29 [colin]      3.7.1cvs80
1378
1379         * src/ldapupdate.c
1380         * src/ldif.c
1381                 Leak fixes; patch by Pawel Pekala.
1382
1383 2009-06-26 [colin]      3.7.1cvs79
1384
1385         * src/summaryview.c
1386                 Sort by msgnum if dates are equal
1387
1388 2009-06-24 [paul]       3.7.1cvs78
1389
1390         * src/summaryview.c
1391                 make some (forgotten) strings translatable
1392
1393 2009-06-19 [colin]      3.7.1cvs77
1394
1395         * src/summaryview.c
1396                 Fix menu sensitiveness
1397
1398 2009-06-18 [colin]      3.7.1cvs76
1399
1400         * configure.ac
1401         * src/plugins/pgpcore/sgpgme.c
1402         * src/plugins/pgpcore/sgpgme.h
1403         * src/plugins/pgpmime/mypgpcore.def
1404         * src/plugins/pgpmime/pgpmime.c
1405         * src/plugins/smime/mypgpcore.def
1406         * src/plugins/smime/smime.c
1407                 Use largefile support (and stop using our old GPGME
1408                 hack on gpgme_data_seek/rewind)
1409                 (See 1.9.12cvs44 to 46 - if this breaks things we 
1410                 should soon know :)
1411
1412 2009-06-13 [colin]      3.7.1cvs75
1413
1414         * src/gtk/spell_entry.c
1415                 Fix assertion. We can put a NULL gtkaspell to
1416                 an entry; it just means it won't be spell-checked.
1417
1418 2009-06-12 [mones]      3.7.1cvs74
1419
1420         * src/compose.c
1421         * src/messageview.c
1422         * src/prefs_account.c
1423         * src/prefs_account.h
1424         * src/common/utils.c
1425         * src/common/utils.h
1426                 Added preference to use account address in generated
1427                 Message-Id. Fixes Debian bug #531052
1428
1429 2009-06-12 [colin]      3.7.1cvs73
1430
1431         * src/common/ssl.c
1432                 Better fix, API-compatible with libgnutls13
1433
1434 2009-06-12 [colin]      3.7.1cvs72
1435
1436         * src/common/ssl.c
1437                 Use compatibility mode in GnuTLS, and avoid problems with 
1438                 servers that don't comply 100% with the spec, but still
1439                 exist.
1440
1441 2009-06-06 [iwkse]      3.7.1cvs71
1442
1443         * src/compose.c
1444                 Ops..revert a mix with another patch
1445
1446 2009-06-06 [iwkse]      3.7.1cvs70
1447
1448         * src/compose.c
1449                 A better fix for the previous commit's issue
1450
1451 2009-06-06 [iwkse]      3.7.1cvs69
1452
1453         * src/compose.c
1454                 Fix shutting down of Claws Mail while a GTK_Return keypress 
1455                 event is sent to the Attach property window
1456
1457 2009-06-05 [colin]      3.7.1cvs68
1458
1459         * src/compose.c
1460                 Fix build on GTK+ 2.6
1461
1462 2009-06-03 [mones]      3.7.1cvs67
1463
1464         * tools/make.themes.project
1465                 Oops! fix header, sorry Paul ;-)
1466
1467 2009-06-03 [mones]      3.7.1cvs66
1468
1469         * tools/make.themes.project
1470                 Add support for PNG themes and other
1471                 fixes i don't remember now... :)
1472
1473 2009-06-02 [colin]      3.7.1cvs65
1474
1475         * src/compose.c
1476         * src/prefs_template.c
1477         * src/quote_fmt.c
1478                 Fix error messages in templates, and fix their
1479                 checking
1480
1481 2009-05-22 [colin]      3.7.1cvs64
1482
1483         * src/compose.c
1484                 And remove hbox too
1485
1486 2009-05-22 [colin]      3.7.1cvs63
1487
1488         * src/compose.c
1489                 Fix phantom button behind entry when
1490                 changing fields via Tools/Reply mode.
1491
1492 2009-05-22 [colin]      3.7.1cvs62
1493
1494         * src/compose.c
1495                 Fix icon size
1496
1497 2009-05-21 [mones]      3.7.1cvs61
1498
1499         * src/compose.c
1500         * src/compose.h
1501                 Add button to empty header lines with one click
1502
1503 2009-05-21 [paul]       3.7.1cvs60
1504
1505         * src/mainwindow.c
1506         * src/mainwindow.h
1507         * src/plugins/trayicon/trayicon.c
1508                 when quitting from the trayicon, honour
1509                 prefs_common.clean_on_exit
1510
1511 2009-05-21 [paul]       3.7.1cvs59
1512
1513         * src/gtk/Makefile.am
1514                 remove duplicate entry
1515                 thanks to Charles A Edwards
1516
1517 2009-05-19 [paul]       3.7.1cvs58
1518
1519         * src/send_message.c
1520                 clear progressbar in the statusbar on 'Cancel'
1521
1522 2009-05-16 [colin]      3.7.1cvs57
1523
1524         * AUTHORS
1525         * src/gtk/authors.h
1526                 Add Fabian
1527
1528 2009-05-16 [colin]      3.7.1cvs56
1529
1530         * src/msgcache.c
1531                 Remove msgnum>0 condition for removing messages
1532                 from caches. There's no such condition on add.
1533                 Fixes bug 1913, 'Allow to remove phantom 
1534                 messages from the cache'; patch by Fabian
1535                 Keil <fk at fabiankeil.de>
1536
1537 2009-05-12 [holger]     3.7.1cvs55
1538
1539         * src/messageview.c
1540         * src/messageview.h
1541                 Introduce hook after showing of the message view
1542
1543 2009-05-11 [colin]      3.7.1cvs54
1544
1545         * src/compose.c
1546                 Fix bug 1872, 'A: Cc: CCi: selector should 
1547                 default on same as preceding contact'
1548
1549 2009-05-10 [holger]     3.7.1cvs53
1550
1551         * src/addr_compl.c
1552         * src/addr_compl.h
1553                 Add a hook to make it possible for plugins to
1554                 modify the address completion list
1555
1556 2009-05-06 [paul]       3.7.1cvs52
1557
1558         * src/folder.c
1559         * src/mimeview.c
1560                 fix bug 1915, 'Mails signed with smime.p7s
1561                 display both signed and attachment icon.'
1562
1563 2009-05-05 [colin]      3.7.1cvs51
1564
1565         * src/common/utils.c
1566                 Fix patch :)
1567
1568 2009-05-05 [colin]      3.7.1cvs50
1569
1570         * src/common/utils.c
1571                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
1572                 different mountpoint than tempdir'
1573
1574 2009-05-04 [colin]      3.7.1cvs49
1575
1576         * src/msgcache.c
1577                 Probably fix bug 1914, 'Crash reading
1578                 corrupted tags file'
1579
1580 2009-04-26 [paul]       3.7.1cvs48
1581
1582         * configure.ac
1583         * src/gtk/gtkaspell.h
1584                 fix bug 1904, 'build mechanism looks for
1585                 'enchant.h' in a wrong place'
1586
1587 2009-04-25 [paul]       3.7.1cvs47
1588
1589         * src/printing.c
1590                 gah! fix coding style!
1591
1592 2009-04-25 [paul]       3.7.1cvs46
1593
1594         * src/printing.c
1595         * src/toolbar.c
1596                 if building with GTK+ >= 2.16 use
1597                 gtk_orientable_set_orientation() instead of now
1598                 deprecated gtk_toolbar_set_orientation()
1599
1600 2009-04-24 [colin]      3.7.1cvs45
1601
1602         * src/compose.c
1603                 Ask before sending if an attached file has
1604                 disappeared.
1605
1606 2009-04-19 [paul]       3.7.1cvs44
1607
1608         * src/prefs_common.c
1609         * src/prefs_common.h
1610         * src/gtk/about.c
1611                 save About window size.
1612                 patch by Pawel Pekala
1613
1614 2009-04-12 [paul]       3.7.1cvs43
1615
1616         * tools/csv2addressbook.pl
1617                 add extra CSV fields that are now appended
1618                 by thunderbird (version 2.0.0.21)
1619
1620 2009-04-08 [colin]      3.7.1cvs42
1621
1622         * src/procmime.c
1623                 fix saving (but not displaying) of UTF-16
1624                 files
1625
1626 2009-04-08 [colin]      3.7.1cvs41
1627
1628         * src/gtk/manage_window.c
1629                 Disable transient windows on win32 - seems to
1630                 fix most focusing issues
1631
1632 2009-04-05 [colin]      3.7.1cvs40
1633
1634         * src/procmsg.c
1635                 Don't ask whether we want to send deleted mails in queue
1636                 folders; also, don't send deleted mails when flushing
1637                 queues
1638
1639 2009-04-04 [paul]       3.7.1cvs39
1640
1641         * AUTHORS
1642         * configure.ac
1643         * po/id.po
1644         * src/gtk/authors.h
1645         * tools/claws.i18n.status.pl
1646                 add new Indonesian translation, by
1647                 MSulchan Darmawan
1648
1649 2009-04-03 [paul]       3.7.1cvs38
1650
1651         * AUTHORS
1652         * src/gtk/authors.h
1653                 credit due
1654
1655 2009-04-03 [colin]      3.7.1cvs37
1656
1657         * src/compose.c
1658         * src/textview.c
1659                 Fix bug 1891, 'Add support for gopher:// links'
1660                 Patch by Jacob Head <clawsmail at jacob-head.com>
1661                 Let's go back to the roots! 
1662
1663 2009-04-03 [paul]       3.7.1cvs36
1664
1665         * m4/Makefile.am
1666                 complete cvs35
1667
1668 2009-04-03 [paul]       3.7.1cvs35
1669
1670         * configure.ac
1671                 add AC_CONFIG_MACRO_DIR([m4])
1672                 remove CLAWS_ACLOCAL_INCLUDE(m4)
1673         * m4/aclocal-include.m4
1674                 removed this now unneeded file
1675
1676 2009-04-02 [colin]      3.7.1cvs34
1677
1678         * src/common/utils.h
1679                 Fix previous (thanks to Marcus :)
1680
1681 2009-04-02 [colin]      3.7.1cvs33
1682
1683         * src/common/utils.h
1684         * src/etpan/etpan-thread-manager.c
1685                 pipe() was a macro from GLib on win32 until
1686                 glib 2.13.2. It's undefined after that.
1687                 Thanks to Marcus Brinkmann for the heads-up!
1688
1689 2009-03-31 [colin]      3.7.1cvs32
1690
1691         * src/folder_item_prefs.c
1692                 Copy folder settings with prefs
1693
1694 2009-03-31 [colin]      3.7.1cvs31
1695
1696         * src/prefs_account.c
1697                 Don't use un-sensitive checkboxes in Privacy tab
1698                 when privacy system in None (makes unchecking 
1699                 painful when no privacy plugin is loaded)
1700
1701 2009-03-30 [colin]      3.7.1cvs30
1702
1703         * src/folder.c
1704         * src/folder.h
1705         * src/imap.c
1706         * src/mainwindow.c
1707         * src/mainwindow.h
1708         * src/prefs_account.c
1709         * src/prefs_account.h
1710         * src/summaryview.c
1711         * src/summaryview.h
1712                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1713                 Add an option on the Receive page of IMAP account preferences:
1714                 "Move deleted mails to trash and expunge immediately". This
1715                 option defaults to TRUE to avoid changing the existing behaviour.
1716                 Setting it to FALSE prevents automatic expunging. 
1717                 Also, add Tools/Expunge and View/Hide deleted messages menu items
1718                 (View/Hide deleted message being a per-folder setting, and behaving,
1719                 like View/Hide read messages).
1720
1721 2009-03-30 [colin]      3.7.1cvs29
1722
1723         * src/imap.c
1724                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1725                 ask for IMAP password when using GSSAPI auth
1726
1727 2009-03-27 [colin]      3.7.1cvs28
1728
1729         * src/folder.c
1730                 Fix cvs14, make sure we mark non-existent caches dirty
1731                 (or they never get written)
1732
1733 2009-03-27 [colin]      3.7.1cvs27
1734
1735         * src/imap.c
1736                 Fix tag update when all tags are removed 
1737                 from another client
1738
1739 2009-03-25 [colin]      3.7.1cvs26
1740
1741         * configure.ac
1742                 Fix configure.ac, thanks to Pawel
1743
1744 2009-03-25 [colin]      3.7.1cvs25
1745
1746         * src/news.c
1747         * src/etpan/nntp-thread.c
1748                 Fix header fetching (NG/To/Cc). Fixes 
1749                 bug 1883, 'Message processing fails to 
1750                 act on Newsgroups: field'
1751
1752 2009-03-23 [colin]      3.7.1cvs24
1753
1754         * src/textview.c
1755                 Fix internal headers visible in queue/sent
1756
1757 2009-03-23 [colin]      3.7.1cvs23
1758
1759         * configure.ac
1760                 Fix check for RC (resource compiler) used
1761                 on win32 (AC_LIBTOOL_RC used to call it 
1762                 implicitely but stopped)
1763
1764 2009-03-19 [colin]      3.7.1cvs22
1765
1766         * src/toolbar.c
1767                 Put spam button in default toolbar even if
1768                 bogofilter and spamassassin are not built.
1769                 Other anti-spam plugin could exist! :)
1770         * src/common/utils.c
1771                 Fix exit status fetch on win32
1772
1773 2009-03-18 [paul]       3.7.1cvs21
1774
1775         * src/gtk/spell_entry.c
1776                 fix "[BUG] Wrong word replaced in 'Subject:'
1777                 when spell-checking correction used"
1778                 Patch by Pawel Pekala
1779
1780 2009-03-17 [colin]      3.7.1cvs20
1781
1782         * src/common/utils.c
1783                 Fix win32 build (from cvs12)
1784
1785 2009-03-17 [colin]      3.7.1cvs19
1786
1787         * src/compose.c
1788                 Fix bug 1735, 'Change To: and Newsgroups: 
1789                 recipient field according account type'
1790                 Patch by Pawel
1791
1792 2009-03-17 [colin]      3.7.1cvs18
1793
1794         * src/msgcache.c
1795         * src/prefs_common.c
1796         * src/prefs_common.h
1797         * src/prefs_other.c
1798         * src/common/prefs.c
1799                 Add preference for fsyncing metadata
1800
1801 2009-03-16 [paul]       3.7.1cvs17
1802
1803         * src/prefs_customheader.c
1804                 add forgotten #if HAVE_LIBCOMPFACE
1805
1806 2009-03-16 [paul]       3.7.1cvs16
1807
1808         * src/prefs_customheader.c
1809                 put the (X-)Face preview image below the up/down
1810                 buttons so they don't jump around.
1811                 make the list reorderable by drag'n'drop
1812
1813 2009-03-16 [colin]      3.7.1cvs15
1814
1815         * src/prefs_customheader.c
1816                 Add a (X-)Face preview. Patch by iwkse.
1817
1818 2009-03-16 [colin]      3.7.1cvs14
1819
1820         * src/compose.c
1821         * src/folder.c
1822         * src/folder.h
1823         * src/msgcache.c
1824         * src/common/prefs.c
1825                 Add fsync calls to make sure we don't
1826                 lose data on system crashes. (to do:
1827                 add a pref to allow people choosing raw
1828                 speed)
1829
1830 2009-03-15 [colin]      3.7.1cvs13
1831
1832         * src/gtk/gtkaspell.c
1833                 Fix empty menu when there are no
1834                 suggestions (using the Spelling menu)
1835
1836 2009-03-14 [colin]      3.7.1cvs12
1837
1838         * src/common/utils.c
1839                 Win32: fix subject prefix length
1840
1841 2009-03-11 [mones]      3.7.1cvs11
1842
1843         * po/es.po
1844                 fix encoding declared in header
1845                 update translation now we're at it
1846
1847 2009-03-10 [colin]      3.7.1cvs10
1848
1849         * src/messageview.c
1850                 Fix "wrong mime" message printed out multiple
1851                 times
1852
1853 2009-03-10 [colin]      3.7.1cvs9
1854
1855         * src/prefs_folder_item.c
1856                 Fix build
1857
1858 2009-03-09 [paul]       3.7.1cvs8
1859
1860         * src/prefs_folder_item.c
1861         * src/send_message.c
1862                 fixes to english text
1863
1864 2009-03-08 [paul]       3.7.1cvs7
1865
1866         * po/ja.po
1867                 correct errors in header
1868
1869 2009-03-08 [paul]       3.7.1cvs6
1870
1871         * AUTHORS
1872         * configure.ac
1873         * po/ja.po
1874         * src/gtk/authors.h
1875         * tools/claws.i18n.status.pl
1876                 add Japanese translation, submitted by kazken3
1877
1878 2009-03-07 [colin]      3.7.1cvs5
1879
1880         * src/messageview.c
1881                 Don't let the invalid MIME warning hide
1882                 other noticeview (Partial receive or 
1883                 return receipt).
1884
1885 2009-03-07 [colin]      3.7.1cvs4
1886
1887         * src/procmime.c
1888                 Fix build
1889
1890 2009-03-07 [colin]      3.7.1cvs3
1891
1892         * src/messageview.c
1893         * src/procmime.c
1894         * src/procmime.h
1895                 Handle mimeparts that lack an end boundary.
1896                 They're invalid but it's too annoying for
1897                 normal users to fix.
1898
1899 2009-03-06 [wwp]        3.7.1cvs2
1900
1901         * src/compose.c
1902         * src/folder_item_prefs.c
1903         * src/folder_item_prefs.h
1904         * src/prefs_folder_item.c
1905                 Add per-folder default cc, bcc and reply-to.
1906
1907 2009-03-06 [colin]      3.7.1cvs1
1908
1909         * src/gedit-print.c
1910         * src/gtk/gtksourceprintjob.c
1911                 Fix build with old print interface
1912
1913 2009-03-06 [paul]       3.7.1
1914
1915         * NEWS
1916         * README
1917         * RELEASE_NOTES 
1918                 3.7.1 released!
1919
1920 2009-03-06 [paul]       3.7.0cvs78
1921
1922         * po/cs.po
1923         * po/de.po
1924         * po/fi.po
1925         * po/fr.po
1926         * po/hu.po
1927         * po/nl.po
1928         * po/pt_BR.po
1929         * po/sv.po
1930         * po/zh_CN.po
1931                 updated by David Vachulka, Stephan Sachse, Flammie
1932                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
1933                 Frederico Goncalves Guimaraes, Lars Persson Fink,
1934                 and Ralph Young
1935
1936 2009-03-03 [colin]      3.7.0cvs77
1937
1938         * src/prefs_filtering.c
1939                 Win32: Fix bug 1865, 'IMAP account name changes 
1940                 are not followed at filter actions'
1941
1942 2009-03-02 [colin]      3.7.0cvs76
1943
1944         * src/imap.c
1945                 Fix Launchpad bug 335571: 'claws-mail crashed 
1946                 with SIGSEGV in strlen() while deleting 
1947                 large amount of e-mails on IMAP account
1948
1949 2009-02-27 [mones]      3.7.0cvs75
1950
1951         * manual/es/account.xml
1952         * manual/es/ack.xml
1953         * manual/es/addrbook.xml
1954         * manual/es/advanced.xml
1955         * manual/es/claws-mail-manual.xml
1956         * manual/es/faq.xml
1957         * manual/es/glossary.xml
1958         * manual/es/gpl.xml
1959         * manual/es/handling.xml
1960         * manual/es/intro.xml
1961         * manual/es/keyboard.xml
1962         * manual/es/plugins.xml
1963         * manual/es/starting.xml
1964                 Sync with English version, fix some typos
1965                 Changed encoding to UTF-8
1966         * po/es.po
1967                 Update for release, changed encoding to UTF-8
1968
1969 2009-02-24 [colin]      3.7.0cvs74
1970
1971         * src/printing.c
1972                 Don't print separation line if there
1973                 are no headers
1974
1975 2009-02-23 [cleroy]     3.7.0cvs73
1976
1977         * src/account.c
1978         * src/action.c
1979         * src/addr_compl.c
1980         * src/addrbook.c
1981         * src/addrcache.c
1982         * src/addrcindex.c
1983         * src/addrclip.c
1984         * src/addrduplicates.c
1985         * src/addressadd.c
1986         * src/addressbook.c
1987         * src/addressbook_foldersel.c
1988         * src/addrharvest.c
1989         * src/addrindex.c
1990         * src/addritem.c
1991         * src/addrquery.c
1992         * src/addrselect.c
1993         * src/codeconv.c
1994         * src/compose.c
1995         * src/customheader.c
1996         * src/editaddress.c
1997         * src/editaddress_other_attributes_ldap.c
1998         * src/editgroup.c
1999         * src/editldap.c
2000         * src/enriched.c
2001         * src/exporthtml.c
2002         * src/exportldif.c
2003         * src/filtering.c
2004         * src/folder.c
2005         * src/foldersel.c
2006         * src/folderutils.c
2007         * src/folderview.c
2008         * src/gedit-print.c
2009         * src/html.c
2010         * src/imap.c
2011         * src/imap_gtk.c
2012         * src/inc.c
2013         * src/jpilot.c
2014         * src/ldapctrl.c
2015         * src/ldapquery.c
2016         * src/ldapserver.c
2017         * src/ldapupdate.c
2018         * src/ldif.c
2019         * src/localfolder.c
2020         * src/main.c
2021         * src/mainwindow.c
2022         * src/matcher.c
2023         * src/mbox.c
2024         * src/messageview.c
2025         * src/mh.c
2026         * src/mh_gtk.c
2027         * src/mimeview.c
2028         * src/msgcache.c
2029         * src/mutt.c
2030         * src/news.c
2031         * src/news_gtk.c
2032         * src/noticeview.c
2033         * src/pine.c
2034         * src/pop.c
2035         * src/prefs_account.c
2036         * src/prefs_actions.c
2037         * src/prefs_common.c
2038         * src/prefs_filtering.c
2039         * src/prefs_filtering_action.c
2040         * src/prefs_folder_column.c
2041         * src/prefs_folder_item.c
2042         * src/prefs_gtk.c
2043         * src/prefs_matcher.c
2044         * src/prefs_quote.c
2045         * src/prefs_send.c
2046         * src/prefs_summaries.c
2047         * src/prefs_summary_column.c
2048         * src/prefs_template.c
2049         * src/prefs_themes.c
2050         * src/prefs_toolbar.c
2051         * src/printing.c
2052         * src/privacy.c
2053         * src/procheader.c
2054         * src/procmime.c
2055         * src/procmsg.c
2056         * src/quote_fmt.c
2057         * src/remotefolder.c
2058         * src/send_message.c
2059         * src/sourcewindow.c
2060         * src/statusbar.c
2061         * src/stock_pixmap.c
2062         * src/summary_search.c
2063         * src/summaryview.c
2064         * src/textview.c
2065         * src/toolbar.c
2066         * src/undo.c
2067         * src/uri_opener.c
2068         * src/vcard.c
2069         * src/common/base64.c
2070         * src/common/claws.c
2071         * src/common/hooks.c
2072         * src/common/plugin.c
2073         * src/common/prefs.c
2074         * src/common/session.c
2075         * src/common/smtp.c
2076         * src/common/socket.c
2077         * src/common/string_match.c
2078         * src/common/stringtable.c
2079         * src/common/utils.c
2080         * src/common/utils.h
2081         * src/common/xml.c
2082         * src/common/xmlprops.c
2083         * src/gtk/colorlabel.c
2084         * src/gtk/combobox.c
2085         * src/gtk/foldersort.c
2086         * src/gtk/gtkaspell.c
2087         * src/gtk/gtkcmclist.c
2088         * src/gtk/gtkcmctree.c
2089         * src/gtk/gtkcmoptionmenu.c
2090         * src/gtk/gtksctree.c
2091         * src/gtk/gtkshruler.c
2092         * src/gtk/gtksourceprintjob.c
2093         * src/gtk/gtkutils.c
2094         * src/gtk/gtkvscrollbutton.c
2095         * src/gtk/logwindow.c
2096         * src/gtk/menu.c
2097         * src/gtk/pluginwindow.c
2098         * src/gtk/prefswindow.c
2099         * src/gtk/quicksearch.c
2100         * src/gtk/spell_entry.c
2101         * src/plugins/pgpcore/select-keys.c
2102         * src/plugins/pgpinline/pgpinline.c
2103         * src/plugins/pgpmime/pgpmime.c
2104         * src/plugins/smime/smime.c
2105         * src/plugins/spamassassin/spamassassin_gtk.c
2106                 Mass commit changing g_return_* to cm_return_*
2107                 and making these more interesting
2108
2109 2009-02-23 [colin]      3.7.0cvs72
2110
2111         * src/imap.c
2112                 Always initialise error code to no error
2113
2114 2009-02-23 [colin]      3.7.0cvs71
2115
2116         * src/imap.c
2117                 Fix separator substitution
2118
2119 2009-02-23 [colin]      3.7.0cvs70
2120
2121         * src/stock_pixmap.c
2122         * src/gtk/colorlabel.c
2123                 don't use g_return on normal checks
2124
2125 2009-02-22 [colin]      3.7.0cvs69
2126
2127         * src/addressbook.c
2128         * src/procmime.c
2129                 More fixes
2130
2131 2009-02-22 [colin]      3.7.0cvs68
2132
2133         * src/addrduplicates.c
2134         * src/addressbook.c
2135         * src/addrharvest.c
2136         * src/codeconv.c
2137         * src/compose.c
2138         * src/filtering.c
2139         * src/folder.c
2140         * src/imap.c
2141         * src/imap_gtk.c
2142         * src/importldif.c
2143         * src/jpilot.c
2144         * src/mainwindow.c
2145         * src/matcher.c
2146         * src/mbox.c
2147         * src/messageview.c
2148         * src/mh_gtk.c
2149         * src/prefs_common.c
2150         * src/prefs_filtering.c
2151         * src/prefs_gtk.c
2152         * src/printing.c
2153         * src/privacy.c
2154         * src/procmime.c
2155         * src/procmsg.c
2156         * src/summaryview.c
2157         * src/textview.c
2158         * src/undo.c
2159         * src/wizard.c
2160         * src/common/md5.c
2161         * src/common/socket.c
2162         * src/common/template.c
2163         * src/etpan/imap-thread.c
2164         * src/gtk/gtkaspell.c
2165         * src/gtk/gtkcmctree.c
2166         * src/gtk/gtksctree.c
2167         * src/gtk/inputdialog.c
2168         * src/plugins/pgpcore/sgpgme.c
2169         * src/plugins/pgpmime/pgpmime.c
2170         * src/plugins/smime/smime.c
2171         * src/plugins/spamassassin/spamassassin.c
2172                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2173                 uninitialised accesses
2174
2175 2009-02-17 [colin]      3.7.0cvs67
2176
2177         * src/compose.c
2178                 Disable controls during queuing
2179
2180 2009-02-15 [colin]      3.7.0cvs66
2181
2182         * src/privacy.c
2183         * src/plugins/pgpcore/select-keys.c
2184         * src/plugins/pgpcore/sgpgme.c
2185                 Disable use of disabled keys
2186
2187 2009-02-15 [colin]      3.7.0cvs65
2188
2189         * src/folderview.c
2190         * src/summaryview.c
2191                 Fix font updating after changing 
2192                 prefs_common.derive_from_normal_font
2193
2194 2009-02-12 [paul]       3.7.0cvs64
2195
2196         * src/addressitem.h
2197         * src/export.h
2198         * src/headerview.c
2199         * src/headerview.h
2200         * src/common/version.h.in
2201         * src/gtk/about.h
2202         * src/gtk/menu.c
2203         * src/gtk/menu.h
2204                 more copyright header fixes
2205
2206 2009-02-12 [paul]       3.7.0cvs63
2207
2208         * src/gtk/progressdialog.c
2209         * src/gtk/progressdialog.h
2210                 fix copyright header
2211
2212 2009-02-12 [paul]       3.7.0cvs62
2213
2214         * src/gtk/spell_entry.c
2215         * src/gtk/spell_entry.h
2216                 better, more standard copyright header
2217
2218 2009-02-12 [paul]       3.7.0cvs61
2219
2220         * src/gtk/spell_entry.c
2221         * src/gtk/spell_entry.h
2222                 changes to copyright header
2223
2224 2009-02-12 [paul]       3.7.0cvs60
2225
2226         * src/gtk/spell_entry.c
2227         * src/gtk/spell_entry.h
2228                 fix broken build
2229
2230 2009-02-11 [colin]      3.7.0cvs59
2231
2232         * src/gtk/spell_entry.c
2233         * src/gtk/spell_entry.h
2234                 Forgot to add files
2235
2236 2009-02-11 [colin]      3.7.0cvs58
2237
2238         * src/compose.c
2239         * src/gtk/Makefile.am
2240         * src/gtk/gtkaspell.c
2241         * src/gtk/gtkaspell.h
2242                 Add spellcheck to subject. Patch by
2243                 Pawel.
2244
2245 2009-02-10 [holger]     3.7.0cvs57
2246
2247         * src/printing.c
2248         * src/common/defs.h
2249                 Move filename define for printing page setup cache to defs.h
2250
2251 2009-02-08 [mones]      3.7.0cvs56
2252
2253         * src/matcher.h
2254                 Fix build for bison 2.4.1
2255
2256 2009-02-06 [holger]     3.7.0cvs55
2257
2258         * src/prefs_common.c
2259         * src/prefs_common.h
2260         * src/printing.c
2261                 Fix restoring of custom page setups for printing by
2262                 temporarily caching the settings.
2263                 This is a workaround for Gnome Bug #39018, and fixes
2264                 Claws Mail Bug #1840.
2265
2266 2009-02-06 [colin]      3.7.0cvs54
2267
2268         * src/mainwindow.c
2269                 Fix hardcoded Shift-Q quits. Fixes
2270                 bug 1838, 'Claws-Mail sometimes quits 
2271                 when attempting to type a capital Q'
2272
2273 2009-01-31 [paul]       3.7.0cvs53
2274
2275         * src/compose.c
2276                 revert 3.7.0cvs49, until there is time to find out
2277                 why it causes a nasty crash!
2278
2279 2009-01-31 [paul]       3.7.0cvs52
2280
2281         * src/mainwindow.c
2282                 1 string that was forgotten for translation
2283
2284 2009-01-31 [paul]       3.7.0cvs51
2285
2286         * src/messageview.c
2287                 2 strings that were forgotten for translation
2288
2289 2009-01-31 [paul]       3.7.0cvs50
2290
2291         * src/gtk/prefswindow.c
2292                 build prefs tree in a slightly smarter way -
2293                 fix bug where if path[0] had same name as
2294                 path[1], (like in the de translation), path[1]
2295                 was lost and not shown in the window
2296
2297 2009-01-31 [paul]       3.7.0cvs49
2298
2299         * src/compose.c
2300                 fix bug 1836, 'Quoted text still blue after
2301                 removal of quote-character'
2302                 comment out some debug_print's that needlessly
2303                 slow things down
2304         * src/undo.c
2305                 comment out a debug_print that needlessly slows
2306                 things down
2307
2308 2009-01-31 [paul]       3.7.0cvs48
2309
2310         * src/summaryview.c
2311                 fix bug 1834, '"semi"-selection when collapsing thread'
2312
2313 2009-01-31 [paul]       3.7.0cvs47
2314
2315         * src/prefs_compose_writing.c
2316         * src/prefs_message.c
2317                 move 'quote_chars' pref to where it should be
2318
2319 2009-01-30 [paul]       3.7.0cvs46
2320
2321         * src/summaryview.c
2322                 fix updating of popup menu sensitivity
2323
2324 2009-01-28 [paul]       3.7.0cvs45
2325
2326         * tools/filter_conv_new.pl
2327                 move 'move' and 'delete' to end of @actions
2328                 so that they are always final actions in the
2329                 generated filtering rule
2330
2331 2009-01-27 [paul]       3.7.0cvs44
2332
2333         * src/messageview.c
2334                 always select text/calendar mimepart if suitable
2335                 plugin (i.e. vCalendar) is available
2336
2337 2009-01-27 [paul]       3.7.0cvs43
2338
2339         * src/folder.c
2340                 fix crash when right-clicking in summaryview when
2341                 processing is active
2342
2343 2009-01-22 [colin]      3.7.0cvs42
2344
2345         * src/compose.c
2346         * src/privacy.c
2347         * src/privacy.h
2348                 When replying to signed/encrypted mail and the
2349                 preference to sign/encrypt in this case is set,
2350                 choose the original mail's privacy system (if
2351                 available).
2352
2353 2009-01-21 [colin]      3.7.0cvs41
2354
2355         * src/addressbook.h
2356                 Fix warning (on-the-fly theming of
2357                 addressbook isn't complete yet)
2358
2359 2009-01-21 [colin]      3.7.0cvs40
2360
2361         * src/account.c
2362         * src/addressbook.c
2363                 Win32: Fix window placement
2364
2365 2009-01-21 [paul]       3.7.0cvs39
2366
2367         * src/inc.c
2368                 update timeout log msg
2369
2370 2009-01-17 [colin]      3.7.0cvs38
2371
2372         * src/main.c
2373         * src/mbox.c
2374         * src/common/md5.c
2375         * src/common/utils.c
2376         * src/etpan/imap-thread.c
2377                 Fix g_open calls (which don't ignore mode)
2378
2379 2009-01-17 [colin]      3.7.0cvs37
2380
2381         * src/addressbook.c
2382         * src/compose.c
2383         * src/foldersel.c
2384         * src/main.c
2385         * src/mainwindow.c
2386         * src/mbox.c
2387         * src/common/md5.c
2388         * src/common/ssl_certificate.c
2389         * src/common/tags.c
2390         * src/common/utils.c
2391         * src/etpan/imap-thread.c
2392         * src/plugins/bogofilter/bogofilter.c
2393         * src/plugins/pgpinline/pgpinline.c
2394         * src/plugins/smime/smime.c
2395                 Probably fix bug 1825, 'Unable to fetch messages from 
2396                 IMAP folders named with non-ASCII string'
2397                 Change remaining occurences of fopen and open with
2398                 g_fopen and g_open
2399
2400 2009-01-17 [paul]       3.7.0cvs36
2401
2402         * manual/faq.xml
2403                 update an old, outdated piece of info
2404
2405 2009-01-17 [paul]       3.7.0cvs35
2406
2407         * src/prefs_folder_item.c
2408                 fix bug where saving Folder Properties of a
2409                 sub-folder of outbox, queue, draft or trash
2410                 would change its parent's folder type to normal
2411
2412 2009-01-12 [mones]      3.7.0cvs34
2413
2414         * po/es.po
2415                 Updated translation
2416
2417 2009-01-12 [wwp]        3.7.0cvs33
2418
2419         * tools/fix_date.sh
2420         * tools/popfile-link.sh
2421         * tools/textviewer.sh
2422                 Fix bashisms and other portability glitches (thanks to
2423                 Steven M. Bellovin).
2424
2425 2009-01-11 [paul]       3.7.0cvs32
2426
2427         * src/addrindex.c
2428                 clean up some build warnings
2429
2430 2009-01-11 [colin]      3.7.0cvs31
2431
2432         * src/addrindex.c
2433                 Revert part of patch 3.7.0cvs29 
2434                 This function is used when jpilot
2435                 support is disabled
2436
2437 2009-01-11 [colin]      3.7.0cvs30
2438
2439         * src/folder.c
2440                 folder_find_child_item_by_name():
2441                 actually use name, not path's basename
2442
2443 2009-01-11 [paul]       3.7.0cvs29
2444
2445         * src/addrclip.c
2446         * src/addrindex.c
2447         * src/addritem.c
2448         * src/foldersel.h
2449         * src/folderview.c
2450         * src/prefs_folder_item.c
2451                 clean up some build warnings
2452
2453 2009-01-11 [paul]       3.7.0cvs28
2454
2455         * src/gtk/about.c
2456                 don't even mention printing support, assume its
2457                 presence, unless building with GTK+ < 2.10.0
2458
2459 2009-01-10 [colin]      3.7.0cvs27
2460
2461         * src/codeconv.c
2462                 Fix bug 1811, '[mime] Crash when there's no 
2463                 room for filename's start on the same line'
2464                 When the mimetype of the attachment is very 
2465                 long, there's no room at all to start the 
2466                 name=... parameter on the same line. This
2467                 caused an infinite loop as 0 characters of
2468                 the filename could be appended.
2469                 In such cases, insert linebreak before the
2470                 name parameter.
2471
2472 2009-01-09 [colin]      3.7.0cvs26
2473
2474         * src/compose.c
2475         * src/mainwindow.c
2476         * src/common/utils.c
2477                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
2478                 Compose Window does not attach'
2479
2480 2009-01-09 [colin]      3.7.0cvs25
2481
2482         * src/foldersel.c
2483                 Fix bug 1817, 'Changing Themes does not 
2484                 update the pixmaps in "Select folder" 
2485                 dialog box'
2486
2487 2009-01-09 [colin]      3.7.0cvs24
2488
2489         * src/main.c
2490                 Win32: Fix bug 1816, 'Attaching files with 
2491                 command-line generates error after attaching'
2492
2493 2009-01-09 [paul]       3.7.0cvs23
2494
2495         * src/gtk/about.c
2496                 forgot this '2009' in last commit
2497
2498 2009-01-09 [paul]       3.7.0cvs22
2499
2500         * src/*/*.[c,h]
2501                 it's 2009!
2502                 update copyright headers
2503
2504 2009-01-09 [paul]       3.7.0cvs21
2505
2506         * doc/man/claws-mail.1
2507                 update Team list
2508
2509 2009-01-09 [colin]      3.7.0cvs20
2510
2511         * src/messageview.c
2512                 Fix bug 1814, 'Windows' WM badly places 
2513                 message view'
2514
2515 2009-01-09 [colin]      3.7.0cvs19
2516
2517         * src/prefs_themes.c
2518         * src/stock_pixmap.c
2519         * src/stock_pixmap.h
2520         * src/common/utils.c
2521         * src/common/utils.h
2522                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2523
2524 2009-01-08 [colin]      3.7.0cvs18
2525
2526         * src/mimeview.c
2527                 Win32: Fix bug 1810, 'Pressing 'o' key 
2528                 crashes CM'
2529
2530 2009-01-07 [colin]      3.7.0cvs17
2531
2532         * src/html.c
2533                 Fix bug 1432, '&amp; not escaped in links (HTML 
2534                 rendered as text)'
2535
2536 2009-01-06 [colin]      3.7.0cvs16
2537
2538         * src/plugins/pgpcore/select-keys.c
2539                 Warn translators the usual way about
2540                 accels
2541
2542 2009-01-06 [colin]      3.7.0cvs15
2543
2544         * src/mainwindow.c
2545                 Fix synchronisation dialog that shouldn't
2546                 appear when network goes down (Network
2547                 Manager)
2548         * src/mimeview.c
2549         * src/textview.c
2550                 Fix save as when attach_save_dir isn't set
2551                 fixes bug 1804, 'attach_save_directory does 
2552                 not default to $HOME'
2553         * src/plugins/pgpcore/select-keys.c
2554                 Add mnemonics to buttons - warn translators!
2555
2556 2009-01-06 [wwp]        3.7.0cvs14
2557
2558         * src/common/utils.c
2559                 Fix cvs13, thanks to Colin.
2560
2561 2009-01-06 [wwp]        3.7.0cvs13
2562
2563         * src/common/utils.c
2564                 Better support for Spanish Outlook replies (RES).
2565
2566 2009-01-02 [colin]      3.7.0cvs12
2567
2568         * src/folderview.c
2569                 Fix (+) sign after collapsed folder names that 
2570                 have quicksearch-matching children.
2571                 Fixes bug 1506, 'Recursive search in collapsed 
2572                 folders'
2573
2574 2009-01-02 [colin]      3.7.0cvs11
2575
2576         * src/stock_pixmap.c
2577         * src/stock_pixmap.h
2578                 Remove now-unused stock_pixmap_gdk
2579
2580 2009-01-02 [colin]      3.7.0cvs10
2581
2582         * src/gtk/gtkutils.c
2583         * src/pixmaps/claws-mail_icon.xpm
2584                 Use pixbuf for app icon, and make the app icon
2585                 a bit nicer
2586
2587 2009-01-02 [colin]      3.7.0cvs9
2588
2589         * src/uri_opener.c
2590                 Show both link title and URI if possible
2591
2592 2009-01-02 [colin]      3.7.0cvs8
2593
2594         * src/addressadd.c
2595         * src/addressbook.c
2596         * src/addressbook_foldersel.c
2597         * src/addressitem.h
2598         * src/folderview.c
2599         * src/grouplistdialog.c
2600         * src/importldif.c
2601         * src/mimeview.c
2602         * src/summaryview.c
2603         * src/gtk/gtkcmclist.c
2604         * src/gtk/gtkcmclist.h
2605         * src/gtk/gtkcmctree.c
2606         * src/gtk/gtkcmctree.h
2607         * src/gtk/gtksctree.c
2608         * src/gtk/gtksctree.h
2609                 Implement pixbuf rendering in tree widgets
2610                 instead of pixmaps
2611         * src/plugins/trayicon/trayicon.c
2612         * src/noticeview.c
2613         * src/prefs_themes.c
2614                 Use pixbuf rendering here too
2615
2616 2008-12-30 [paul]       3.7.0cvs7
2617
2618         * src/textview.c
2619                 no need to prematurely trim the uri in the statusbar
2620
2621 2008-12-29 [paul]       3.7.0cvs6
2622
2623         * src/procmsg.c
2624                 prefer List-Id header to X-* headers when creating
2625                 filter rule automatically
2626
2627 2008-12-28 [colin]      3.7.0cvs5
2628
2629         * src/compose.c
2630                 Set minimum height to 440 instead of 480
2631
2632 2008-12-22 [colin]      3.7.0cvs4
2633
2634         * src/compose.c
2635                 Fix bug 1799, '"Discard message" deletes manually 
2636                 saved draft'. Switch rmode to REEDIT after 
2637                 manually saving.
2638
2639 2008-12-21 [paul]       3.7.0cvs3
2640
2641         * tools/claws.i18n.status.pl
2642                 updates
2643
2644 2008-12-21 [paul]       3.7.0cvs2
2645
2646         * AUTHORS
2647         * src/gtk/authors.h
2648                 (more) updates
2649
2650 2008-12-21 [paul]       3.7.0cvs1
2651
2652         * AUTHORS
2653         * src/gtk/authors.h
2654                 updates
2655
2656 2008-12-19 [paul]       3.7.0
2657
2658         * NEWS
2659         * README
2660         * RELEASE_NOTES 
2661                 3.7.0 released!
2662
2663 2008-12-19 [paul]       3.6.1cvs80
2664
2665         * configure.ac
2666                 remove unmaintained sk and sr from ALL_LINGUAS
2667                 add newly maintained cs to ALL_LINGUAS
2668         * po/bg.po
2669         * po/ca.po
2670         * po/cs.po
2671         * po/de.po
2672         * po/fi.po
2673         * po/hu.po
2674         * po/nl.po
2675         * po/pt_BR.po
2676         * po/ru.po
2677         * po/sv.po
2678                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2679                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2680                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2681                 Persson Fink
2682
2683 2008-12-16 [colin]      3.6.1cvs79
2684
2685         * src/plugins/pgpcore/sgpgme.c
2686                 Fix warning
2687
2688 2008-12-15 [colin]      3.6.1cvs78
2689
2690         * src/compose.c
2691         * src/privacy.c
2692         * src/privacy.h
2693         * src/plugins/pgpcore/sgpgme.c
2694         * src/plugins/pgpcore/sgpgme.h
2695         * src/plugins/pgpinline/pgpinline.c
2696         * src/plugins/pgpmime/pgpmime.c
2697         * src/plugins/smime/smime.c
2698                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
2699                 email address" doesn't work'. Use custom from address
2700                 if set
2701
2702 2008-12-15 [colin]      3.6.1cvs77
2703
2704         * src/common/utils.c
2705                 Fix bug 1746, 'Makes a mailto link from several 
2706                 paragraphs'
2707
2708 2008-12-15 [paul]       3.6.1cvs76
2709
2710         * m4/spamassassin.m4
2711                 fix warnings thrown up by autoconf-2.63
2712
2713 2008-12-13 [colin]      3.6.1cvs75
2714
2715         * Makefile.am
2716         * src/Makefile.am
2717         * src/common/ssl.c
2718         * src/common/utils.c
2719         * src/common/utils.h
2720         * tools/Makefile.am
2721                 Finish previous patch
2722
2723 2008-12-13 [colin]      3.6.1cvs74
2724
2725         * tools/Makefile.am
2726                 Only install certs on windows
2727
2728 2008-12-13 [colin]      3.6.1cvs73
2729
2730         * tools/Makefile.am
2731         * tools/ca-certificates.crt
2732         * src/common/Makefile.am
2733         * src/common/ssl.c
2734                 First try to ship SSL certificates in Windows
2735                 build
2736
2737 2008-12-12 [colin]      3.6.1cvs72
2738
2739         * configure.ac
2740         * src/plugins/pgpinline/claws.def
2741                 Windows build fixes
2742
2743 2008-12-12 [paul]       3.6.1cvs71
2744
2745         * src/imap.c
2746         * src/mh.c
2747         * src/partial_download.c
2748         * src/textview.c
2749         * src/common/claws.c
2750         * src/common/prefs.c
2751         * src/common/utils.c
2752                 win32: fix unlinking, renaming and bug with
2753                 non-ascii username
2754                 Patch by Colin
2755
2756 2008-12-11 [colin]      3.6.1cvs70
2757
2758         * po/fr.po
2759         * manual/fr/advanced.xml
2760                 Update french translations
2761
2762 2008-12-10 [colin]      3.6.1cvs69
2763
2764         * manual/faq.xml
2765                 Correct bug submission guidelines
2766
2767 2008-12-10 [colin]      3.6.1cvs68
2768
2769         * src/plugins/pgpcore/pgp_viewer.c
2770                 Fix bug 1736, 'Key import does not work'
2771                 Kill the correct pid (and not the parent
2772                 shell), and increase the timeout a bit.
2773
2774 2008-12-09 [paul]       3.6.1cvs67
2775
2776         * src/messageview.c
2777                 ensure that any stray noticeview buttons are hidden,
2778                 as clicking them causes segfaults!
2779
2780 2008-12-09 [colin]      3.6.1cvs66
2781
2782         * src/compose.c
2783         * src/compose.h
2784         * src/folder_item_prefs.h
2785         * src/prefs_common.c
2786         * src/prefs_common.h
2787         * src/common/defs.h
2788                 Fix bug 1792, '"Save Message to" should 
2789                 retain list of recently selected folders'
2790                 Also, make Enchant-related prefs stick
2791                 even if the build doesn't enable enchant
2792
2793 2008-12-09 [paul]       3.6.1cvs65
2794
2795         * src/messageview.c
2796                 fix bug 1787, 'Prevent automatic PGP inline
2797                 decryption attempts' use the noticeview to display
2798                 decryption failure messages instead of the irritating
2799                 popup dialog
2800
2801 2008-12-09 [colin]      3.6.1cvs64
2802
2803         * src/prefs_filtering.c
2804                 Fix bug 1789, 'filtering account selection 
2805                 (regression)'. Filtering on sending-only
2806                 accounts can be a little useful when using
2807                 filtering via Tools menu.
2808
2809 2008-12-07 [paul]       3.6.1cvs63
2810
2811         * src/prefs_actions.c
2812                 don't auto-select first entry (same as other
2813                 similar dialogs)
2814         * src/gtk/pluginwindow.c
2815                 these parents don't have children so don't look
2816                 for them
2817
2818 2008-12-07 [paul]       3.6.1cvs62
2819
2820         * src/prefs_account.c
2821         * src/gtk/pluginwindow.c
2822         * src/gtk/prefswindow.c
2823         * src/gtk/prefswindow.h
2824                 auto-select first page
2825
2826 2008-12-05 [colin]      3.6.1cvs61
2827
2828         * src/codeconv.c
2829         * src/procmime.c
2830                 Fix bug 1788, 'CM crashes re-encoding 
2831                 encoded parameters' (introduced in cvs40)
2832
2833 2008-12-05 [paul]       3.6.1cvs60
2834
2835         * src/prefs_common.h
2836                 remove gpg prefs that are no longer needed here
2837
2838 2008-12-03 [colin]      3.6.1cvs59
2839
2840         * src/msgcache.c
2841                 Speed up cache reading (about 10% gain)
2842         * src/summaryview.c
2843         * src/gtk/gtksctree.c
2844                 Speed up expand/collapse all threads
2845                 (about 95% gain)
2846
2847 2008-12-03 [paul]       3.6.1cvs58
2848
2849         * configure.ac
2850                 eradicate gcc4's signedness warnings
2851                 fix building with gnuTLS on (Open)Solaris
2852
2853 2008-12-01 [colin]      3.6.1cvs57
2854
2855         * src/gtk/gtkcmclist.c
2856                 Fix column headers
2857
2858 2008-12-01 [colin]      3.6.1cvs56
2859
2860         * src/plugins/pgpinline/pgpinline.c
2861                 Fix bug 1779, 'PGP Inline badly handles 
2862                 multipart'. Properly dump the current part
2863                 instead of running around with scissors
2864
2865 2008-11-30 [paul]       3.6.1cvs55
2866
2867         * manual/advanced.xml
2868         * manual/plugins.xml
2869         * src/prefs_toolbar.c
2870                 remove the verb from the page title and
2871                 update references in the manual
2872
2873 2008-11-30 [paul]       3.6.1cvs54
2874
2875         * src/prefs_other.c
2876                 move Other/ page to Other/Miscellaneous
2877         * src/gtk/prefswindow.c
2878                 make parent page unselectable
2879
2880 2008-11-29 [paul]       3.6.1cvs53
2881
2882         * README
2883                 add the new 'primary_paste_unselects' hidden
2884                 option, add missing 'log_[...]_color' options,
2885                 and reformat the text
2886         * manual/advanced.xml
2887                 add the new 'primary_paste_unselects' hidden
2888                 option, add missing 'log_[...]_color' options
2889
2890 2008-11-28 [colin]      3.6.1cvs52
2891
2892         * src/mimeview.c
2893                 Fix leak
2894
2895 2008-11-28 [colin]      3.6.1cvs51
2896
2897         * po/fr.po
2898                 Update translation
2899
2900 2008-11-28 [colin]      3.6.1cvs50
2901
2902         * src/mainwindow.c
2903                 Fix account selection in Mailing list
2904                 menu
2905
2906 2008-11-28 [paul]       3.6.1cvs49
2907
2908         * po/Makefile.in.in
2909                 automatically remove obsolete strings
2910
2911 2008-11-28 [colin]      3.6.1cvs48
2912
2913         * src/plugins/pgpcore/sgpgme.c
2914                 Fix error message when key isn't available.
2915
2916 2008-11-27 [colin]      3.6.1cvs47
2917
2918         * src/filtering.c
2919         * src/matcher.c
2920                 Fix a little leak
2921
2922 2008-11-26 [colin]      3.6.1cvs46
2923
2924         * src/common/ssl.c
2925                 Fix new warning
2926
2927 2008-11-26 [colin]      3.6.1cvs45
2928
2929         * src/plugins/pgpcore/select-keys.c
2930         * src/plugins/pgpcore/sgpgme.c
2931                 Fix bug 1591, 'S/MIME: better key 
2932                 handling/selection dialog'
2933                 Really ignore revoked/expired keys
2934
2935 2008-11-26 [colin]      3.6.1cvs44
2936
2937         * src/main.c
2938         * src/common/claws.c
2939         * src/common/ssl.c
2940                 Make sure libgcrypt's threading is initialised
2941                 before gnutls. See also old bug 1539.
2942
2943 2008-11-26 [colin]      3.6.1cvs43
2944
2945         * src/imap.c
2946         * src/news.c
2947         * src/etpan/imap-thread.c
2948                 Fix possible crashes due to clist_begin()
2949                 not checking for NULLs (it should!)
2950
2951 2008-11-25 [colin]      3.6.1cvs42
2952
2953         * src/procmime.c
2954                 Fix line length in MIME parameters
2955
2956 2008-11-22 [paul]       3.6.1cvs41
2957
2958         * src/compose.c
2959                 grab Return key press in attachments Properties
2960                 dialog
2961
2962 2008-11-21 [colin]      3.6.1cvs40
2963
2964         * src/compose.c
2965         * src/procmime.c
2966                 Fix bug 1776, 'use encoded name parameters 
2967                 for attachments instead of ascii'.
2968                 Break the RFC 2047 by using B-encoded 
2969                 filename parameter, like everyone does,
2970                 following advice from the RFC author.
2971
2972 2008-11-21 [colin]      3.6.1cvs39
2973
2974         * src/common/socket.c
2975                 Rehandshake if server asks to
2976
2977 2008-11-21 [colin]      3.6.1cvs38
2978
2979         * src/mimeview.h
2980         * src/toolbar.h
2981         * src/common/session.h
2982         * src/common/smtp.h
2983                 Move conditional-compilation members to
2984                 end of structs
2985
2986 2008-11-19 [wwp]        3.6.1cvs37
2987
2988         * src/prefs_actions.c
2989                 Fixed wrong behaviour when pressing Escape (was not cancelling
2990                 the action).
2991
2992 2008-11-19 [wwp]        3.6.1cvs36
2993
2994         * src/compose.c
2995         * src/matcher.c
2996         * src/messageview.c
2997         * src/mimeview.c
2998         * src/prefs_actions.c
2999         * src/prefs_filtering_action.c
3000         * src/procmsg.c
3001         * src/summaryview.c
3002         * src/textview.c
3003         * src/common/utils.c
3004                 Replace occurrences of "command line" with "command-line" everywhere.
3005                 Enforce code style (mostly indentation) in prefs_actions.c.
3006
3007 2008-11-19 [colin]      3.6.1cvs35
3008
3009         * src/compose.c
3010         * src/prefs_common.c
3011         * src/prefs_common.h
3012                 Add primary_paste_unselects hidden preference
3013                 to change how middle-click pasting changes
3014                 the selection and insert point; defaults to
3015                 pre-3.6.1cvs31
3016
3017 2008-11-19 [colin]      3.6.1cvs34
3018
3019         * src/folderview.c
3020                 Always give focus to summaryview, even if
3021                 the folder is empty, in small screen layout.
3022                 Allows to go back to folderlist using the
3023                 keyboard.
3024
3025 2008-11-18 [colin]      3.6.1cvs33
3026
3027         * src/mainwindow.h
3028                 Put back conditional at the end of struct
3029
3030 2008-11-18 [colin]      3.6.1cvs32
3031
3032         * src/procmime.c
3033         * src/common/w32_reg.c
3034                 Fix crash on win32 when browsing to a
3035                 directory
3036
3037 2008-11-15 [colin]      3.6.1cvs31
3038
3039         * src/compose.c
3040                 After a mid-click paste, deselect selection
3041                 and go to end of paste.
3042
3043 2008-11-15 [colin]      3.6.1cvs30
3044
3045         * src/compose.c
3046                 Auto-save draft after external editor quits
3047
3048 2008-11-15 [colin]      3.6.1cvs29
3049
3050         * src/plugins/pgpcore/sgpgme.c
3051                 Fix wrong error display, thanks to
3052                 Charles A. Edwards
3053
3054 2008-11-14 [colin]      3.6.1cvs28
3055
3056         * src/prefs_actions.c
3057                 Comment out bogus (IMO) warning
3058
3059 2008-11-14 [colin]      3.6.1cvs27
3060
3061         * src/mainwindow.c
3062         * src/summaryview.c
3063         * src/summaryview.h
3064         * src/gtk/menu.c
3065         * src/gtk/menu.h
3066                 Share summaryview's context menu actions with
3067                 the equivalent menu items of the main menu;
3068                 this allows to share accelerators and de-
3069                 duplicate code.
3070
3071 2008-11-14 [colin]      3.6.1cvs26
3072
3073         * src/plugins/pgpcore/sgpgme.c
3074                 Fix bug 1768, 'claws-mail crashes while 
3075                 checking smime bad signature'
3076
3077 2008-11-13 [colin]      3.6.1cvs25
3078
3079         * src/account.c
3080         * src/filtering.c
3081                 Fix redefinition of PREFSBUFSIZE
3082
3083 2008-11-13 [wwp]        3.6.1cvs24
3084
3085         * tools/popfile-link.sh
3086                 Add support for reusing existing POPFile session ID.
3087
3088 2008-11-12 [colin]      3.6.1cvs23
3089
3090         * src/prefs_gtk.h
3091                 Fix bug 1771, 'Folder template gets 
3092                 truncated when exiting the application'
3093                 Use a 32k buffer for string preferences
3094
3095 2008-11-11 [colin]      3.6.1cvs22
3096
3097         * src/summaryview.c
3098                 Fix "display sender using addressbook" when
3099                 prefs_common.swap_from is in use. Patch by
3100                 H. Merijn Brand
3101
3102 2008-11-11 [colin]      3.6.1cvs21
3103
3104         * src/autofaces.c
3105         * src/common/md5.c
3106         * src/common/md5.h
3107                 Make a few functions static
3108
3109 2008-11-07 [colin]      3.6.1cvs20
3110
3111         * src/mainwindow.c
3112         * src/summaryview.c
3113                 Fix crash when rebuilding colorlabel
3114                 menu
3115         * src/addrgather.c
3116         * src/editldap.c
3117         * src/prefs_account.c
3118         * src/prefs_compose_writing.c
3119         * src/prefs_logging.c
3120         * src/prefs_message.c
3121         * src/prefs_other.c
3122         * src/prefs_receive.c
3123         * src/prefs_summaries.c
3124         * src/prefs_wrapping.c
3125         * src/plugins/bogofilter/bogofilter_gtk.c
3126         * src/plugins/pgpcore/prefs_gpg.c
3127         * src/plugins/spamassassin/spamassassin_gtk.c
3128                 Fix deprecated use of page_size in 
3129                 gtkspinbutton adjustments
3130
3131 2008-11-06 [mones]      3.6.1cvs19
3132
3133         * src/mainwindow.c
3134                 Fix missing "About" in Help menu
3135         * tools/claws.i18n.status.pl
3136                 Fix header
3137
3138 2008-11-05 [colin]      3.6.1cvs18
3139
3140         * src/action.c
3141         * src/main.c
3142         * src/mainwindow.c
3143         * src/common/socket.c
3144         * src/common/socket.h
3145         * src/gtk/gtkutils.c
3146         * src/gtk/gtkutils.h
3147                 w32: Implement single launch (lock
3148                 socket); always put debug log to
3149                 the rc_dir; fix Start menu update
3150                 after registering as default Mail 
3151                 app
3152
3153 2008-11-05 [colin]      3.6.1cvs17
3154
3155         * src/mainwindow.c
3156                 Setting the Mail start menu item in HKCU 
3157                 confuses the Internet Options dialog. Do 
3158                 it in HKLM as this dialog does.
3159
3160 2008-11-04 [colin]      3.6.1cvs16
3161
3162         * src/common/w32_reg.c
3163                 Fix off-by-one
3164
3165 2008-11-04 [colin]      3.6.1cvs15
3166
3167         * src/procmime.c
3168                 w32: Fix getting content-type 
3169         * src/mimeview.c
3170         * src/prefs_common.c
3171         * src/prefs_common.h
3172         * src/prefs_ext_prog.c
3173         * src/textview.c
3174                 w32: better integration (use the
3175                 standard file associations instead
3176                 of our platform-unadapted open
3177                 dialog)
3178         * src/mainwindow.c
3179         * src/common/utils.c
3180         * src/common/w32_reg.c
3181         * src/common/w32lib.h
3182                 w32: better integration (allow 
3183                 setting Claws as default MUA)
3184
3185 2008-11-01 [colin]      3.6.1cvs14
3186
3187         * src/codeconv.c
3188                 Fix wrongly converted non-ascii characters
3189                 when locale's charset is US-ASCII (strict-mode
3190                 was failing in this case)
3191
3192 2008-10-30 [colin]      3.6.1cvs13
3193
3194         * src/mimeview.c
3195         * src/mimeview.h
3196         * src/textview.c
3197         * src/textview.h
3198                 Use one UI Manager per mimeview, instead of
3199                 the global one -- else user_data pointer gets
3200                 broken if opening and closing another message-
3201                 view, then using right-click on a mimeview's 
3202                 mimepart. Probably fixes bug 1711, 'Save-as
3203                 attachment crashes'
3204
3205 2008-10-24 [paul]       3.6.1cvs12
3206
3207         * tools/Makefile.am
3208         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3209         * tools/kdeservicemenu/install.sh
3210                 another, possibly the final?, attempt on getting this
3211                 sorted for kde4
3212
3213 2008-10-24 [paul]       3.6.1cvs11
3214
3215         * tools/kdeservicemenu/install.sh
3216                 fix servicemenu installation directory on kde4
3217
3218 2008-10-24 [paul]       3.6.1cvs10
3219
3220         * tools/kdeservicemenu/README
3221         * tools/kdeservicemenu/install.sh
3222                 add support for kde4 in addition to kde3.
3223                 a rework involving checking for kde4-config, then
3224                 kde-config, finally prompting the user for the
3225                 location of either if they cannot be found
3226                 
3227
3228 2008-10-18 [paul]       3.6.1cvs9
3229
3230         * tools/claws.i18n.status.pl
3231                 updated with latest translator info.
3232                 only print for languages defined in %langname
3233
3234 2008-10-17 [paul]       3.6.1cvs8
3235
3236         * src/plugins/pgpcore/sgpgme.c
3237                 when listing the uid's, show the uid validity
3238
3239 2008-10-16 [paul]       3.6.1cvs7
3240
3241         * INSTALL
3242                 updated
3243
3244 2008-10-13 [wwp]        3.6.1cvs6
3245
3246         * po/fr.po
3247                 Updated French translation.
3248
3249 2008-10-11 [colin]      3.6.1cvs5
3250
3251         * src/gtk/authors.h
3252                 Fix bug 1756, "Outdated translators list in About 
3253                 dialogue". Patch by Aleksei Miheev.
3254
3255 2008-10-11 [colin]      3.6.1cvs4
3256
3257         * src/account.c
3258         * src/imap.c
3259         * src/inc.c
3260         * src/main.c
3261         * src/mainwindow.c
3262         * src/news.c
3263         * src/pop.c
3264         * src/pop.h
3265         * src/prefs_account.c
3266         * src/send_message.c
3267         * src/send_message.h
3268         * src/ssl_manager.c
3269         * src/ssl_manager.h
3270         * src/wizard.c
3271         * src/common/claws.c
3272         * src/common/defs.h
3273         * src/common/session.c
3274         * src/common/session.h
3275         * src/common/smtp.c
3276         * src/common/smtp.h
3277         * src/common/socket.c
3278         * src/common/socket.h
3279         * src/common/ssl.c
3280         * src/common/ssl.h
3281         * src/common/ssl_certificate.c
3282         * src/common/ssl_certificate.h
3283         * src/gtk/about.c
3284         * src/gtk/sslcertwindow.c
3285         * src/gtk/sslcertwindow.h
3286                 Remove OpenSSL code
3287
3288 2008-10-11 [colin]      3.6.1cvs3
3289
3290         * src/common/ssl_certificate.c
3291                 Make local function static
3292
3293 2008-10-10 [colin]      3.6.1cvs2
3294
3295         * src/common/ssl.h
3296         * src/common/ssl_certificate.c
3297         * src/gtk/sslcertwindow.c
3298                 Add offline certificate verification,
3299                 thanks to Nikos Mavrogiannopoulos for the
3300                 hints
3301
3302 2008-10-10 [colin]      3.6.1cvs1
3303
3304         * src/common/ssl_certificate.c
3305         * src/gtk/sslcertwindow.c
3306                 Fix warnings
3307
3308 2008-10-10 [paul]       3.6.1
3309
3310         * m4/spamassassin.m4
3311                 remove openssl dross
3312
3313         * NEWS
3314         * README
3315         * RELEASE_NOTES 
3316                 3.6.1 released!
3317
3318 2008-10-10 [colin]      3.6.0cvs25
3319
3320         * src/common/ssl.c
3321                 Tell libetpan it doesn't need to init
3322                 GnuTLS
3323
3324 2008-10-10 [colin]      3.6.0cvs24
3325
3326         * claws-mail.pc.in
3327                 Remove references to openssl
3328
3329 2008-10-09 [colin]      3.6.0cvs23
3330
3331         * configure.ac
3332                 Fix message
3333
3334 2008-10-09 [colin]      3.6.0cvs22
3335
3336         * configure.ac
3337                 Error out when building against openssl
3338
3339 2008-10-09 [colin]      3.6.0cvs21
3340
3341         * configure.ac
3342         * COPYING
3343         * src/crash.c
3344         * src/main.c
3345         * src/gtk/about.c
3346                 Disable OpenSSL due to requirement of
3347                 OpenSSL exception. Code not removed yet,
3348                 just in case, but disabled.
3349
3350 2008-10-09 [colin]      3.6.0cvs20
3351
3352         * configure.ac
3353         * src/Makefile.am
3354         * src/crash.c
3355         * src/gedit-print.c
3356         * src/gedit-print.h
3357         * src/main.c
3358         * src/mainwindow.c
3359         * src/messageview.c
3360         * src/prefs_ext_prog.c
3361         * src/prefs_fonts.c
3362         * src/prefs_image_viewer.c
3363         * src/printing.c
3364         * src/printing.h
3365         * src/summaryview.c
3366         * src/gtk/Makefile.am
3367         * src/gtk/about.c
3368         * src/gtk/gtksourceprintjob.c
3369         * src/gtk/gtksourceprintjob.h
3370                 Revert previous patch. It'd be better to remove
3371                 OpenSSL instead, as GnuTLS works as well.
3372
3373 2008-10-09 [colin]      3.6.0cvs19
3374
3375         * configure.ac
3376         * src/Makefile.am
3377         * src/crash.c
3378         * src/gedit-print.c
3379         * src/gedit-print.h
3380         * src/main.c
3381         * src/mainwindow.c
3382         * src/messageview.c
3383         * src/prefs_ext_prog.c
3384         * src/prefs_fonts.c
3385         * src/prefs_image_viewer.c
3386         * src/printing.c
3387         * src/printing.h
3388         * src/summaryview.c
3389         * src/gtk/Makefile.am
3390         * src/gtk/about.c
3391         * src/gtk/gtksourceprintjob.c
3392         * src/gtk/gtksourceprintjob.h
3393                 Remove the libgnomeprint interface (deprecated,
3394                 and fixes Debian's #501570, 'Copyright confusion')
3395
3396 2008-10-09 [colin]      3.6.0cvs18
3397
3398         * configure.ac
3399                 Require libetpan 0.57 (important fixes)
3400
3401 2008-10-08 [paul]       3.6.0cvs17
3402
3403         * src/prefs_filtering_action.c
3404         * src/prefs_matcher.c
3405                 enable re-ordering of the filtering/processing
3406                 condition and actions lists by drag'n'drop
3407
3408 2008-10-08 [colin]      3.6.0cvs16
3409
3410         * src/addressbook.c
3411                 Fix wrong menu title
3412
3413 2008-10-07 [colin]      3.6.0cvs15
3414
3415         * src/imap.c
3416                 After thinking, revert this. It's only a minor
3417                 annoyance to GSSAPI users, and I can't test this
3418                 right now. Postponed until after next good release.
3419
3420 2008-10-07 [colin]      3.6.0cvs14
3421
3422         * src/imap.c
3423                 Don't ask for a password when using GSSAPI
3424
3425 2008-10-07 [colin]      3.6.0cvs13
3426
3427         * src/mainwindow.c
3428                 Fix build with GTK+ < 2.14
3429
3430 2008-10-07 [colin]      3.6.0cvs12
3431
3432         * src/mainwindow.c
3433         * src/mainwindow.h
3434         * src/prefs_common.c
3435         * src/prefs_common.h
3436         * src/summaryview.c
3437         * src/gtk/colorlabel.c
3438                 Fix bug 1749, 'Shortcut keys for color labels 
3439                 not changeable'
3440                 Make fullscreen a setting remembered between
3441                 sessions
3442
3443 2008-10-07 [colin]      3.6.0cvs11
3444
3445         * src/prefs_other.c
3446                 Fix bug 1747, 'Wanderlust keybindings no longer 
3447                 working (regression)'
3448
3449 2008-10-07 [colin]      3.6.0cvs10
3450
3451         * src/mainwindow.c
3452                 Make fullscreen a real menu item
3453
3454 2008-10-07 [colin]      3.6.0cvs9
3455
3456         * src/mainwindow.c
3457                 Make sure we won't save size when
3458                 fullscreening
3459
3460 2008-10-06 [colin]      3.6.0cvs8
3461
3462         * src/mainwindow.c
3463         * src/mainwindow.h
3464                 Handle fullscreen via F11. Patch by
3465                 Michael Rasmussen
3466
3467 2008-10-06 [colin]      3.6.0cvs7
3468
3469         * src/common/ssl.c
3470                 Fix return value when setting client cert
3471
3472 2008-10-04 [colin]      3.6.0cvs6
3473
3474         * src/mimeview.c
3475                 Fix bug 1742, 'Attachment list contents not 
3476                 visible/scrollable'
3477
3478 2008-10-04 [paul]       3.6.0cvs5
3479
3480         * src/mainwindow.c
3481                 fix failure of Hide toolbar option on restart
3482
3483 2008-10-04 [colin]      3.6.0cvs4
3484
3485         * src/addressbook.c
3486         * src/compose.c
3487         * src/mainwindow.c
3488         * src/messageview.c
3489         * src/summaryview.c
3490                 Maemo: Fix bug 1737, Crashes upon opening
3491
3492 2008-10-04 [paul]       3.6.0cvs3
3493
3494         * po/pt_BR.po
3495                 submitted (just a little late) by Frederico
3496                 Goncalves Guimaraes
3497
3498 2008-10-03 [wwp]        3.6.0cvs2
3499
3500         * po/fr.po
3501                 Many fixes, mostly in menus and accelerators.
3502
3503 2008-10-03 [colin]      3.6.0cvs1
3504
3505         * src/gtk/filesel.c
3506                 Allow network mounts with new GTKs: they're
3507                 available via FUSE mounts and we don't need
3508                 GVFS.
3509
3510 2008-10-03 [paul]       3.6.0
3511
3512         * NEWS
3513         * README
3514         * RELEASE_NOTES 
3515                 3.6.0 released!
3516
3517 2008-10-03 [paul]       3.5.0cvs145
3518
3519         * configure.ac
3520         * po/bg.po
3521         * po/nl.po
3522         * po/ru.po
3523         * po/sv.po
3524                 new translations. added by Yasen Pramatarov,
3525                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3526         * po/ca.po
3527         * po/de.po
3528         * po/fi.po
3529         * po/fr.po
3530         * po/hu.po
3531         * po/it.po
3532         * po/pl.po
3533         * po/zh_CN.po
3534                 updated translations. submitted by Miquel Oliete,
3535                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3536                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3537
3538 2008-10-02 [colin]      3.5.0cvs144
3539
3540         * src/common/session.c
3541                 Fix crash when connection fails on windows
3542
3543 2008-10-01 [colin]      3.5.0cvs143
3544
3545         * src/imap.c
3546                 Real fix for FS-unsafe chars on win32
3547
3548 2008-10-01 [colin]      3.5.0cvs142
3549
3550         * src/imap.c
3551                 Encode prohibited filenames on win32
3552
3553 2008-09-30 [mones]      3.5.0cvs141
3554
3555         * src/ldapctrl.c
3556         * src/main.c
3557         * src/prefs_themes.c
3558         * src/printing.c
3559                 Fix output of some debug messages
3560
3561 2008-09-30 [colin]      3.5.0cvs140
3562
3563         * src/addrbook.c
3564         * src/addrharvest.c
3565         * src/compose.c
3566         * src/jpilot.c
3567         * src/mh.c
3568         * src/prefs_themes.c
3569         * src/procheader.c
3570         * src/procmime.c
3571         * src/summaryview.c
3572         * src/common/utils.c
3573         * src/gtk/sslcertwindow.c
3574                 Win32: Fix time usage; use g_stat
3575
3576 2008-09-29 [colin]      3.5.0cvs139
3577
3578         * src/common/utils.c
3579                 Fix case-sensitive match of subject
3580                 prefixes on win32
3581
3582 2008-09-29 [colin]      3.5.0cvs138
3583
3584         * src/folder_item_prefs.c
3585         * src/folder_item_prefs.h
3586         * src/matcher.c
3587         * src/prefs_folder_item.c
3588         * src/prefs_matcher.c
3589         * src/summaryview.c
3590         * src/common/string_match.c
3591         * src/common/utils.c
3592                 Fix a huge leak (dozens of megs per folder
3593                 change) on Windows: disable regexps 
3594
3595 2008-09-28 [paul]       3.5.0cvs137
3596
3597         * po/en_GB.po
3598                 updated
3599
3600 2008-09-27 [colin]      3.5.0cvs136
3601
3602         * src/account.c
3603         * src/account.h
3604                 Add accessor for cur_account
3605
3606 2008-09-27 [colin]      3.5.0cvs135
3607
3608         * src/imap.c
3609                 Fix crash when error happen on session establishment
3610
3611 2008-09-26 [mones]      3.5.0cvs134
3612
3613         * po/es.po
3614                 Updated for release
3615
3616 2008-09-26 [colin]      3.5.0cvs133
3617
3618         * src/plugins/pgpcore/claws.def
3619                 Fix symbol
3620
3621 2008-09-26 [colin]      3.5.0cvs132
3622
3623         * src/prefs_common.c
3624         * src/prefs_common.h
3625         * src/plugins/pgpcore/pgp_viewer.c
3626                 Add an accessor to prefs_common for plugins
3627                 (Win32 fix)
3628
3629 2008-09-25 [colin]      3.5.0cvs131
3630
3631         * src/main.c
3632                 Fix bug 1725, 'useless lines in clawsrc'
3633         * src/plugins/smime/mypgpcore.def
3634                 Add a missing symbol
3635
3636 2008-09-25 [paul]       3.5.0cvs130
3637
3638         * src/plugins/smime/mypgpcore.def
3639         * src/plugins/smime/plugin.def
3640         * src/plugins/smime/version.rc
3641                 add these windows-specific files
3642                 (Thanks to Colin)
3643
3644 2008-09-25 [colin]      3.5.0cvs129
3645
3646         * src/main.c
3647                 Load standard plugins only on first run
3648
3649 2008-09-25 [colin]      3.5.0cvs128
3650
3651         * src/codeconv.c
3652                 Fix build...
3653
3654 2008-09-24 [colin]      3.5.0cvs127
3655
3656         * src/codeconv.c
3657                 Add nb_NO's charset (iso-8859-1)
3658
3659 2008-09-24 [colin]      3.5.0cvs126
3660
3661         * src/common/utils.c
3662                 Fix get_mail_base_dir() on windows
3663                 (was synced from main ages ago)
3664
3665 2008-09-24 [colin]      3.5.0cvs125
3666
3667         * src/main.c
3668         * src/wizard.c
3669                 Integrate better with Windows' style
3670
3671 2008-09-23 [paul]       3.5.0cvs124
3672
3673         * src/compose.c
3674         * src/mainwindow.c
3675         * src/messageview.c
3676                 offer these strings to translators too 
3677
3678 2008-09-23 [colin]      3.5.0cvs123
3679
3680         * configure.ac
3681                 Add a --disable-dbus flag in case we want
3682                 no DBUS even if headers are available (like
3683                 for building gpg4win)
3684         * src/filtering.c
3685         * src/mainwindow.c
3686         * src/prefs_logging.c
3687         * src/common/utils.c
3688         * src/plugins/pgpcore/sgpgme.c
3689         * src/plugins/smime/claws.def
3690                 Windows fixes:
3691                 - disable filtering log (it's crashy for
3692                   some reason)
3693                 - fix gmtime_r when time is -1 (before 01/01/70)
3694                 - add symbols for smime
3695
3696 2008-09-22 [colin]      3.5.0cvs122
3697
3698         * src/common/utils.c
3699         * src/account.c
3700                 Remove raw printf
3701         * src/compose.c
3702                 Fix cursor position after changing account
3703         * src/imap.c
3704         * src/mimeview.c
3705         * src/news.c
3706                 Fix absolute path detection 
3707
3708 2008-09-21 [colin]      3.5.0cvs121
3709
3710         * src/gtk/gtkaspell.c
3711                 Don't try to use empty dictionaries
3712
3713 2008-09-20 [colin]      3.5.0cvs120
3714
3715         * po/POTFILES.in
3716                 Add the new files to the translations
3717
3718 2008-09-20 [colin]      3.5.0cvs119
3719
3720         * configure.ac
3721         * src/plugins/Makefile.am
3722         * src/plugins/smime/Makefile.am
3723         * src/plugins/smime/plugin.c
3724         * src/plugins/smime/smime.c
3725         * src/plugins/smime/smime.deps
3726         * src/plugins/smime/smime.h
3727                 Include S/Mime plugin in the main plugins
3728                 Will ease the Gpg4win team's work
3729
3730 2008-09-20 [colin]      3.5.0cvs118
3731
3732         * src/autofaces.c
3733         * src/compose.c
3734         * src/ldapquery.c
3735         * src/main.c
3736         * src/news.c
3737         * src/common/socket.c
3738         * src/gtk/gtkutils.c
3739         * src/plugins/pgpcore/claws.def
3740                 Windows: more fixes, thanks to wwp and
3741                 Marcus Brinkmann
3742
3743 2008-09-20 [colin]      3.5.0cvs117
3744
3745         * src/imap.c
3746                 Tell on which server errors happened
3747
3748 2008-09-20 [colin]      3.5.0cvs116
3749
3750         * src/etpan/etpan-thread-manager.c
3751         * src/etpan/imap-thread.c
3752         * src/etpan/nntp-thread.c
3753                 Windows: Fix hang on IMAP/NNTP
3754
3755 2008-09-20 [colin]      3.5.0cvs115
3756
3757         * src/common/utils.c
3758                 Fix bug 1723, "Buffer overflow crash caused by 
3759                 preview in 'Date format help' dialog box"
3760                 Also, optimise fast_strftime a bit :)
3761
3762 2008-09-18 [colin]      3.5.0cvs114
3763
3764         * src/procmime.c
3765         * src/textview.c
3766                 Check for NULLs before str* functions
3767
3768 2008-09-18 [colin]      3.5.0cvs113
3769
3770         * src/messageview.c
3771         * src/procmime.c
3772         * src/textview.c
3773                 Handle html parts in multipart/related
3774                 Decode ISO-8859-1 as Windows-1252 (the former
3775                 is a subset of the latter) in order to 
3776                 workaround Outlook mails misencoding
3777         * src/gtk/logwindow.c
3778         * src/gtk/logwindow.h
3779                 Clear mainwindow's error pixmap when the
3780                 error scrolls out of the log
3781
3782 2008-09-17 [colin]      3.5.0cvs112
3783
3784         * src/image_viewer.c
3785                 Fix image loading (multiple childs added to 
3786                 scrolledwindow, break of the resize functionality)
3787         * src/account.c
3788         * src/prefs_folder_item.c
3789         * src/prefs_spelling.c
3790         * src/gtk/gtkaspell.c
3791                 Better fix problems with dictionaries updates
3792
3793 2008-09-17 [colin]      3.5.0cvs111
3794
3795         * src/common/utils.c
3796                 Fix double-opening (fixes multiple signatures when
3797                 using signify)
3798
3799 2008-09-16 [colin]      3.5.0cvs110
3800
3801         * src/prefs_account.c
3802         * src/prefs_folder_item.c
3803         * src/prefs_spelling.c
3804         * src/gtk/gtkaspell.c
3805                 Better stripping of aspell dictionaries names
3806
3807 2008-09-16 [colin]
3808
3809         * 3.6.0-rc1 released
3810
3811 2008-09-16 [colin]      3.5.0cvs109
3812
3813         * src/account.c
3814         * src/inc.c
3815         * src/mainwindow.c
3816         * src/prefs_account.h
3817         * src/prefs_other.c
3818         * src/send_message.c
3819         * src/gtk/inputdialog.c
3820                 Don't add a pref to allow remembering passwords
3821                 (Just not checking the checkbox is enough)
3822
3823 2008-09-16 [colin]      3.5.0cvs108
3824
3825         * configure.ac
3826                 Require libetpan 0.56 as 0.55 is crashy
3827         * src/messageview.c
3828                 Fix english
3829         * src/gtk/inputdialog.c
3830         * src/gtk/inputdialog.h
3831                 Fix warnings
3832
3833 2008-09-16 [wwp]        3.5.0cvs107
3834
3835         * src/compose.c
3836                 Complete 3.5.0cvs106 by removing a function that got
3837                 moved to account.[ch].
3838
3839 2008-09-16 [wwp]        3.5.0cvs106
3840
3841         * src/account.c
3842         * src/account.h
3843         * src/compose.c
3844         * src/quote_fmt.c
3845         * src/quote_fmt_lex.l
3846         * src/quote_fmt_parse.y
3847                 Add account signature (path and value string) manipulation
3848                 keywords to the template processor. It's now possible in
3849                 all templates to insert the account signature to an
3850                 arbitrary location or to pass it to a external script for
3851                 further editing.
3852
3853
3854 2008-09-16 [mones]      3.5.0cvs105
3855
3856         * src/imap.c
3857         * src/inc.c
3858         * src/mainwindow.c
3859         * src/mainwindow.h
3860         * src/news.c
3861         * src/prefs_account.h
3862         * src/prefs_common.c
3863         * src/prefs_common.h
3864         * src/prefs_other.c
3865         * src/send_message.c
3866         * src/gtk/inputdialog.c
3867         * src/gtk/inputdialog.h