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