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 IMAP/NNTP
3868
3869 2008-09-20 [colin]      3.5.0cvs115
3870
3871         * src/common/utils.c
3872                 Fix bug 1723, "Buffer overflow crash caused by 
3873                 preview in 'Date format help' dialog box"
3874                 Also, optimise fast_strftime a bit :)
3875
3876 2008-09-18 [colin]      3.5.0cvs114
3877
3878         * src/procmime.c
3879         * src/textview.c
3880                 Check for NULLs before str* functions
3881
3882 2008-09-18 [colin]      3.5.0cvs113
3883
3884         * src/messageview.c
3885         * src/procmime.c
3886         * src/textview.c
3887                 Handle html parts in multipart/related
3888                 Decode ISO-8859-1 as Windows-1252 (the former
3889                 is a subset of the latter) in order to 
3890                 workaround Outlook mails misencoding
3891         * src/gtk/logwindow.c
3892         * src/gtk/logwindow.h
3893                 Clear mainwindow's error pixmap when the
3894                 error scrolls out of the log
3895
3896 2008-09-17 [colin]      3.5.0cvs112
3897
3898         * src/image_viewer.c
3899                 Fix image loading (multiple childs added to 
3900                 scrolledwindow, break of the resize functionality)
3901         * src/account.c
3902         * src/prefs_folder_item.c
3903         * src/prefs_spelling.c
3904         * src/gtk/gtkaspell.c
3905                 Better fix problems with dictionaries updates
3906
3907 2008-09-17 [colin]      3.5.0cvs111
3908
3909         * src/common/utils.c
3910                 Fix double-opening (fixes multiple signatures when
3911                 using signify)
3912
3913 2008-09-16 [colin]      3.5.0cvs110
3914
3915         * src/prefs_account.c
3916         * src/prefs_folder_item.c
3917         * src/prefs_spelling.c
3918         * src/gtk/gtkaspell.c
3919                 Better stripping of aspell dictionaries names
3920
3921 2008-09-16 [colin]
3922
3923         * 3.6.0-rc1 released
3924
3925 2008-09-16 [colin]      3.5.0cvs109
3926
3927         * src/account.c
3928         * src/inc.c
3929         * src/mainwindow.c
3930         * src/prefs_account.h
3931         * src/prefs_other.c
3932         * src/send_message.c
3933         * src/gtk/inputdialog.c
3934                 Don't add a pref to allow remembering passwords
3935                 (Just not checking the checkbox is enough)
3936
3937 2008-09-16 [colin]      3.5.0cvs108
3938
3939         * configure.ac
3940                 Require libetpan 0.56 as 0.55 is crashy
3941         * src/messageview.c
3942                 Fix english
3943         * src/gtk/inputdialog.c
3944         * src/gtk/inputdialog.h
3945                 Fix warnings
3946
3947 2008-09-16 [wwp]        3.5.0cvs107
3948
3949         * src/compose.c
3950                 Complete 3.5.0cvs106 by removing a function that got
3951                 moved to account.[ch].
3952
3953 2008-09-16 [wwp]        3.5.0cvs106
3954
3955         * src/account.c
3956         * src/account.h
3957         * src/compose.c
3958         * src/quote_fmt.c
3959         * src/quote_fmt_lex.l
3960         * src/quote_fmt_parse.y
3961                 Add account signature (path and value string) manipulation
3962                 keywords to the template processor. It's now possible in
3963                 all templates to insert the account signature to an
3964                 arbitrary location or to pass it to a external script for
3965                 further editing.
3966
3967
3968 2008-09-16 [mones]      3.5.0cvs105
3969
3970         * src/imap.c
3971         * src/inc.c
3972         * src/mainwindow.c
3973         * src/mainwindow.h
3974         * src/news.c
3975         * src/prefs_account.h
3976         * src/prefs_common.c
3977         * src/prefs_common.h
3978         * src/prefs_other.c
3979         * src/send_message.c
3980         * src/gtk/inputdialog.c
3981         * src/gtk/inputdialog.h
3982                 Implement session passwords: unsaved passwords for receiving
3983                 or sending of accounts can be remembered while running to 
3984                 avoid repetitive typing.
3985                 As keeping passwords in memory is unsafe a new preference 
3986                 in Other page is added to activate or not such capability.
3987
3988 2008-09-14 [colin]      3.5.0cvs104
3989
3990         * src/codeconv.c
3991         * src/codeconv.h
3992                 Make conv_iconv_strdup static
3993
3994 2008-09-12 [colin]      3.5.0cvs103
3995
3996         * claws-mail.pc.in
3997         * src/Makefile.am
3998         * src/compose.c
3999         * src/compose.h
4000         * src/crash.c
4001         * src/folder_item_prefs.c
4002         * src/folder_item_prefs.h
4003         * src/main.c
4004         * src/prefs_account.c
4005         * src/prefs_common.c
4006         * src/prefs_common.h
4007         * src/prefs_folder_item.c
4008         * src/prefs_spelling.c
4009         * src/prefs_template.c
4010         * src/quote_fmt.h
4011         * src/quote_fmt_parse.y
4012         * src/toolbar.c
4013         * src/toolbar.h
4014         * src/gtk/Makefile.am
4015         * src/gtk/about.c
4016         * src/gtk/filesel.c
4017         * src/gtk/gtkaspell.c
4018         * src/gtk/gtkaspell.h
4019         * src/plugins/bogofilter/Makefile.am
4020         * src/plugins/dillo_viewer/Makefile.am
4021         * src/plugins/spamassassin/Makefile.am
4022         * src/plugins/trayicon/Makefile.am
4023                 Switch spellchecker to Enchant
4024
4025 2008-09-12 [paul]       3.5.0cvs102
4026
4027         * tools/README
4028         * tools/csv2addressbook.pl
4029                 add support for Fox Mail
4030
4031 2008-09-12 [paul]       3.5.0cvs101
4032
4033         * src/compose.c
4034         * src/prefs_wrapping.c
4035                 changes to English
4036
4037 2008-09-12 [paul]       3.5.0cvs100
4038
4039         * configure.ac
4040                 revert cvs99's libenchant commit error
4041
4042 2008-09-12 [colin]      3.5.0cvs99
4043
4044         * src/inc.c
4045                 Only go to inbox if there are new mails
4046                 (and fetch was manual)
4047
4048 2008-09-10 [colin]      3.5.0cvs98
4049
4050         * src/inc.c
4051         * src/summaryview.c
4052         * src/common/session.c
4053                 Use g_timeout_add_seconds instead of g_timeout_add
4054                 on glib >= 2.14 when we don't need precision on the 
4055                 delay. This helps reducing power consumption:
4056                 http://mjg59.livejournal.com/74651.html
4057
4058 2008-09-10 [colin]      3.5.0cvs97
4059
4060         * src/compose.c
4061                 Don't save window size and position when
4062                 compose is hidden (filtering action)
4063
4064 2008-09-09 [colin]      3.5.0cvs96
4065
4066         * src/action.h
4067         * src/addr_compl.c
4068         * src/addressadd.c
4069         * src/addressbook.h
4070         * src/addressbook_foldersel.c
4071         * src/addressitem.h
4072         * src/addrgather.c
4073         * src/alertpanel.c
4074         * src/browseldap.c
4075         * src/editaddress.c
4076         * src/editaddress_other_attributes_ldap.h
4077         * src/editbook.c
4078         * src/editjpilot.c
4079         * src/editldap.c
4080         * src/editldap_basedn.c
4081         * src/editvcard.c
4082         * src/exphtmldlg.c
4083         * src/expldifdlg.c
4084         * src/export.c
4085         * src/foldersel.c
4086         * src/foldersel.h
4087         * src/gedit-print.c
4088         * src/gedit-print.h
4089         * src/grouplistdialog.c
4090         * src/headerview.c
4091         * src/headerview.h
4092         * src/image_viewer.c
4093         * src/import.c
4094         * src/importldif.c
4095         * src/importmutt.c
4096         * src/importpine.c
4097         * src/inc.c
4098         * src/main.c
4099         * src/main.h
4100         * src/messageview.c
4101         * src/messageview.h
4102         * src/noticeview.c
4103         * src/prefs_actions.c
4104         * src/prefs_filtering.c
4105         * src/prefs_folder_column.c
4106         * src/prefs_gtk.h
4107         * src/prefs_summary_column.c
4108         * src/prefs_toolbar.c
4109         * src/send_message.c
4110         * src/setup.c
4111         * src/sourcewindow.c
4112         * src/sourcewindow.h
4113         * src/ssl_manager.c
4114         * src/statusbar.c
4115         * src/statusbar.h
4116         * src/stock_pixmap.c
4117         * src/stock_pixmap.h
4118         * src/summaryview.c
4119         * src/textview.c
4120         * src/textview.h
4121         * src/undo.h
4122         * src/uri_opener.c
4123         * src/wizard.c
4124         * src/wizard.h
4125         * src/common/ssl.h
4126         * src/common/utils.c
4127         * src/gtk/about.c
4128         * src/gtk/colorlabel.c
4129         * src/gtk/colorlabel.h
4130         * src/gtk/combobox.h
4131         * src/gtk/description_window.c
4132         * src/gtk/filesel.c
4133         * src/gtk/gtkaspell.c
4134         * src/gtk/gtkaspell.h
4135         * src/gtk/gtkcmclist.c
4136         * src/gtk/gtkcmclist.h
4137         * src/gtk/gtkcmctree.c
4138         * src/gtk/gtkcmctree.h
4139         * src/gtk/gtkcmoptionmenu.h
4140         * src/gtk/gtksctree.c
4141         * src/gtk/gtksctree.h
4142         * src/gtk/gtkshruler.c
4143         * src/gtk/gtkshruler.h
4144         * src/gtk/gtksourceprintjob.c
4145         * src/gtk/gtksourceprintjob.h
4146         * src/gtk/gtkutils.c
4147         * src/gtk/gtkutils.h
4148         * src/gtk/gtkvscrollbutton.c
4149         * src/gtk/gtkvscrollbutton.h
4150         * src/gtk/icon_legend.c
4151         * src/gtk/inputdialog.c
4152         * src/gtk/logwindow.c
4153         * src/gtk/logwindow.h
4154         * src/gtk/manage_window.c
4155         * src/gtk/manage_window.h
4156         * src/gtk/menu.c
4157         * src/gtk/prefswindow.c
4158         * src/gtk/progressdialog.c
4159         * src/gtk/progressdialog.h
4160         * src/plugins/bogofilter/bogofilter_gtk.c
4161         * src/plugins/pgpcore/passphrase.c
4162         * src/plugins/spamassassin/spamassassin_gtk.c
4163         * src/plugins/trayicon/trayicon.c
4164         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4165         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4166         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4167         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4168         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4169                 Complete GTK+ 2.14 undeprecation
4170                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
4171
4172 2008-09-09 [colin]      3.5.0cvs95
4173
4174         * src/gtk/gtkcmclist.h
4175                 Fix build on GTK+ 2.14
4176
4177 2008-09-08 [colin]      3.5.0cvs94
4178
4179         * src/noticeview.c
4180         * src/noticeview.h
4181                 Remove GtkSignalFunc
4182
4183 2008-09-07 [colin]      3.5.0cvs93
4184
4185         * src/addressadd.c
4186         * src/addressbook_foldersel.c
4187         * src/gtk/gtkcmclist.c
4188         * src/gtk/gtkcmclist.h
4189         * src/gtk/gtkcmctree.c
4190         * src/gtk/gtkcmctree.h
4191         * src/gtk/gtksctree.c
4192         * src/gtk/prefswindow.c
4193         * src/gtk/prefswindow.h
4194                 Use GDestroyNotify instead of GtkDestroyNotify
4195                 (deprecated in GTK+ 2.14)
4196
4197 2008-09-07 [colin]      3.5.0cvs92
4198
4199         * src/textview.c
4200                 Fix bug 1712, 'invalid "Phishing attempt warning" 
4201                 when linked text ends with spaces'
4202
4203 2008-09-05 [colin]      3.5.0cvs91
4204
4205         * src/procmime.c
4206                 Maybe fix bug 1711, 'Save-as attachment crashes'
4207                 Possibly wrong free() due to pointer shifting
4208
4209 2008-09-05 [colin]      3.5.0cvs90
4210
4211         * src/compose.c
4212                 Fix bug 1710, 'User misreads "Discard Message" 
4213                 as "Discard Changes"'. Propose to save or discard
4214                 only the latest changes when closing an existing
4215                 draft. Autosave may still have saved parts of the
4216                 edit session.
4217
4218 2008-09-04 [colin]      3.5.0cvs89
4219
4220         * src/summaryview.c
4221                 Fix bug 1707, 'Segfault when sorting on non-visible column'
4222
4223 2008-09-01 [colin]      3.5.0cvs88
4224
4225         * src/imap.c
4226         * src/summaryview.c
4227         * src/common/tags.c
4228         * src/etpan/imap-thread.c
4229         * src/etpan/imap-thread.h
4230                 Store spam flag on IMAP (Junk/NonJunk, as 
4231                 ThunderBird does - this is nonstandard)
4232
4233 2008-08-31 [wwp]        3.5.0cvs87
4234
4235         * ChangeLog
4236                 Fix globish edition^Wediting.
4237
4238 2008-08-31 [wwp]        3.5.0cvs86
4239
4240         * src/addressbook.c
4241                 Don't break nickname editing for non-LDAP books (nickname
4242                 value was overwritten when editing existing contact, this
4243                 came from 3.0.2cvs109).
4244
4245 2008-08-30 [colin]      3.5.0cvs85
4246
4247         * src/mainwindow.c
4248         * src/summaryview.c
4249                 Fix "Apply tags..." key shortcut
4250
4251 2008-08-29 [iwkse]      3.5.0cvs84
4252
4253         * src/summaryview.c
4254                         Bit of clean:)
4255
4256 2008-08-29 [iwkse]      3.5.0cvs83
4257
4258         * src/summaryview.c
4259                         Disable "Move to trash" action if
4260                         we are in a trash-like folder.
4261                         Thanks to colinl
4262
4263 2008-08-29 [paul]       3.5.0cvs82
4264
4265         * configure.ac
4266                 bump up libetpan version requirement since
4267                 0.55 is released now
4268
4269 2008-08-28 [wwp]        3.5.0cvs81
4270
4271         * src/account.c
4272         * src/pop.c
4273         * src/prefs_account.c
4274         * src/prefs_account.h
4275                 Add finer granularity to the POP3's remove-after delay (now in
4276                 hours in addition to in days), patch by Paul Rolland.
4277
4278 2008-08-28 [wwp]        3.5.0cvs80
4279
4280         * src/gtk/combobox.c
4281                 Fix a typo in a comment.
4282
4283 2008-08-28 [iwkse]      3.5.0cvs79
4284
4285         * src/account.c
4286         * src/prefs_actions.c
4287         * src/prefs_filtering.c
4288         * src/prefs_template.c
4289                         Add search feature to the account, 
4290                         template and action dialog.
4291                         It's turned on selecting one row
4292                         of the list and typing some random
4293                         letter. Thanks to wwp, colinl
4294
4295 2008-08-28 [colin]      3.5.0cvs78
4296
4297         * src/Makefile.am
4298         * src/account.c
4299         * src/compose.c
4300         * src/prefs_account.c
4301         * src/prefs_account.h
4302         * src/privacy.c
4303         * src/privacy.h
4304         * src/procmime.c
4305         * src/stock_pixmap.c
4306         * src/stock_pixmap.h
4307         * src/summaryview.c
4308         * src/pixmaps/key_gpg_signed.xpm
4309                 Fix bug 1412, "Sign reply, if mail was signed"
4310                 Add an account preference to sign replies to signed mails
4311
4312 2008-08-28 [iwkse]      3.5.0cvs77
4313
4314         * src/prefs_filtering.c
4315                 Making the search more useful,
4316                 jumping directly to the relative rule.
4317
4318 2008-08-27 [colin]      3.5.0cvs76
4319
4320         * src/main.c
4321                 Add a bit of info
4322
4323 2008-08-27 [colin]      3.5.0cvs75
4324
4325         * src/gtk/gtkcmctree.c
4326                 Fix a few ifdefs
4327
4328 2008-08-26 [colin]      3.5.0cvs74
4329
4330         * src/gtk/gtkcmctree.c
4331                 Fix missing inits on old glib
4332
4333 2008-08-26 [wwp]        3.5.0cvs73
4334
4335         * src/common/utils.c
4336                 Added 'Fwd' to the list of known common subject prefixes.
4337
4338 2008-08-25 [iwkse]      3.5.0cvs72
4339
4340         * src/image_viewer.c
4341                 Add animated gif support to the
4342                 message preview.
4343
4344 2008-08-25 [colin]      3.5.0cvs71
4345
4346         * src/gtk/gtkcmctree.c
4347                 Make sure work isn't null
4348
4349 2008-08-24 [colin]      3.5.0cvs70
4350
4351         * src/common/ssl.c
4352                 Fix typo on SSL_CERT_DIR
4353
4354 2008-08-23 [holger]     3.5.0cvs69
4355
4356         * src/printing.c
4357                 Fix bug 1699 'Separator line mis-placed when
4358                 printing some e-mails'. The number of header lines
4359                 was not correctly calculated when Pango inserts
4360                 linebreaks
4361
4362 2008-08-23 [colin]      3.5.0cvs68
4363
4364         * src/mainwindow.c
4365                 Fix the account selector button; thanks
4366                 to wwp
4367
4368 2008-08-21 [colin]      3.5.0cvs67
4369
4370         * src/compose.c
4371         * src/compose.h
4372                 Add a compose preference for auto-indent
4373         * src/mainwindow.c
4374         * src/summaryview.c
4375                 Make colorlabel accels a bit less hacky
4376
4377 2008-08-21 [colin]      3.5.0cvs66
4378
4379         * src/compose.c
4380         * src/prefs_common.c
4381         * src/prefs_common.h
4382         * src/prefs_wrapping.c
4383                 Add a preference for autoindent; fix no_join tag
4384                 being applied to whole lines instead of just \n when
4385                 creating a line 
4386
4387 2008-08-21 [colin]      3.5.0cvs65
4388
4389         * src/compose.c
4390                 Add support for auto-indentation
4391
4392 2008-08-19 [colin]      3.5.0cvs64
4393
4394         * src/compose.c
4395                 Save Autowrap status in drafts/queued mails
4396
4397 2008-08-19 [colin]      3.5.0cvs63
4398
4399         * src/mainwindow.c
4400                 Fix a comment (in reality, test commit on
4401                 the new CVS server)
4402
4403 2008-08-17 [colin]      3.5.0cvs62
4404
4405         * src/prefs_actions.c
4406         * src/procmime.c
4407         * src/wizard.c
4408         * src/common/socket.h
4409         * src/gtk/gtkcmctree.c
4410                 Fix warnings
4411
4412 2008-08-16 [colin]      3.5.0cvs61
4413
4414         * src/editaddress_other_attributes_ldap.h
4415                 Add 'l' field (localityName)
4416
4417 2008-08-16 [colin]      3.5.0cvs60
4418
4419         * src/mainwindow.c
4420         * src/gtk/gtkcmclist.c
4421         * src/gtk/gtkcmclist.h
4422         * src/gtk/gtkcmctree.c
4423         * src/gtk/gtksctree.c
4424         * src/gtk/gtkutils.c
4425         * src/gtk/gtkvscrollbutton.c
4426                 Fix Maemo build (OS2007)
4427
4428 2008-08-14 [colin]      3.5.0cvs59
4429
4430         * src/folder.c
4431                 Don't crash if parent is null when creating
4432                 a folder
4433         * src/gtk/pluginwindow.c
4434                 Don't crash on race when closing window while
4435                 a plugin is loading and does gtk_iterations
4436
4437 2008-08-13 [colin]      3.5.0cvs58
4438
4439         * src/messageview.c
4440         * src/messageview.h
4441         * src/mimeview.c
4442                 Fix bug 1696, 'Viewing binary attachements 
4443                 as text over 1 MB' (various buglets)
4444
4445 2008-08-10 [colin]      3.5.0cvs57
4446
4447         * src/summaryview.c
4448         * src/gtk/gtkcmclist.c
4449                 Continue fixing GTK < 2.12 build, thanks to
4450                 Michael Hugues
4451
4452 2008-08-10 [colin]      3.5.0cvs56
4453
4454         * src/gtk/gtksctree.c
4455                 Fix build on GTK < 2.12
4456
4457 2008-08-09 [colin]      3.5.0cvs55
4458
4459         * src/mainwindow.c
4460                 Fix untranslatable strings, thanks to
4461                 Stephan Sachse
4462
4463 2008-08-07 [colin]      3.5.0cvs54
4464
4465         * src/compose.c
4466         * src/editaddress.c
4467         * src/folderview.c
4468         * src/mainwindow.c
4469         * src/message_search.c
4470         * src/mimeview.c
4471         * src/noticeview.c
4472         * src/prefs_account.c
4473         * src/prefs_common.c
4474         * src/prefs_customheader.c
4475         * src/prefs_ext_prog.c
4476         * src/prefs_filtering_action.c
4477         * src/prefs_gtk.c
4478         * src/prefs_logging.c
4479         * src/prefs_matcher.c
4480         * src/prefs_msg_colors.c
4481         * src/procmime.c
4482         * src/summary_search.c
4483         * src/summaryview.c
4484         * src/toolbar.c
4485         * src/gtk/colorsel.c
4486         * src/gtk/gtkaspell.c
4487         * src/gtk/gtkutils.c
4488         * src/gtk/gtkutils.h
4489         * src/gtk/inputdialog.c
4490         * src/gtk/pluginwindow.c
4491         * src/gtk/quicksearch.c
4492         * src/plugins/bogofilter/bogofilter_gtk.c
4493         * src/plugins/dillo_viewer/dillo_prefs.c
4494         * src/plugins/spamassassin/spamassassin_gtk.c
4495                 - Fix Ctrl-Space shortcut
4496                 - Fix mime-parsing bug in procmime (cvs52)
4497                 - Fix double-free in procmime (cvs52)
4498                 - Use gtk_bin_get_child instead of GTK_BIN()->child
4499                 - Fix Goto menu in mainwindow
4500
4501 2008-08-07 [mones]      3.5.0cvs53
4502
4503         * po/es.po
4504                 Updated translation (lots of changes!)
4505         * src/compose.c
4506                 Add missing accelerator key
4507         * src/mainwindow.c
4508                 Restored 'v' key function (thanks Colin!)
4509
4510 2008-08-06 [colin]      3.5.0cvs52
4511
4512         * src/addrbook.c
4513         * src/addrcindex.c
4514         * src/addrduplicates.c
4515         * src/addrharvest.c
4516         * src/enriched.c
4517         * src/html.c
4518         * src/ldif.c
4519         * src/mimeview.c
4520         * src/mutt.c
4521         * src/pine.c
4522         * src/procmime.c
4523         * src/vcard.c
4524         * src/wizard.c
4525                 Fix my use of g_utf8_strdown (it returns
4526                 a newly allocated string and doesn't
4527                 change the parameter)
4528
4529 2008-08-06 [colin]      3.5.0cvs51
4530
4531         * src/compose.c
4532                 Fix bug 1690, 'Copy/Paste in edit window may 
4533                 break Undo'; middle-click pastes aren't 
4534                 REPLACE_INSERT but just INSERT. 
4535                 Also, fix privacy menu selection
4536
4537 2008-08-05 [colin]      3.5.0cvs50
4538
4539         * src/action.c
4540         * src/addr_compl.c
4541         * src/addrbook.c
4542         * src/addrcindex.c
4543         * src/addrduplicates.c
4544         * src/addrharvest.c
4545         * src/enriched.c
4546         * src/html.c
4547         * src/ldif.c
4548         * src/main.c
4549         * src/mimeview.c
4550         * src/mutt.c
4551         * src/pine.c
4552         * src/procmime.c
4553         * src/vcard.c
4554         * src/wizard.c
4555         * src/common/socket.c
4556         * src/gtk/gtkutils.c
4557         * src/gtk/gtkutils.h
4558         * src/gtk/menu.c
4559         * src/plugins/spamassassin/spamassassin.c
4560                 More undeprecation (Glib)
4561
4562 2008-08-05 [colin]      3.5.0cvs49
4563
4564         * src/prefs_account.c
4565         * src/prefs_filtering_action.c
4566         * src/prefs_matcher.c
4567         * src/gtk/Makefile.am
4568         * src/gtk/claws-marshal.list
4569         * src/gtk/colorlabel.c
4570         * src/gtk/colorsel.c
4571         * src/gtk/foldersort.c
4572         * src/gtk/gtkaspell.c
4573         * src/gtk/gtkcmclist.c
4574         * src/gtk/gtkcmclist.h
4575         * src/gtk/gtkcmctree.c
4576         * src/gtk/gtkcmctree.h
4577         * src/gtk/gtkcmoptionmenu.c
4578         * src/gtk/gtkcmoptionmenu.h
4579         * src/gtk/gtksctree.c
4580         * src/gtk/gtksctree.h
4581         * src/gtk/gtkutils.c
4582         * src/gtk/gtkutils.h
4583         * src/gtk/gtkvscrollbutton.c
4584         * src/gtk/menu.c
4585         * src/gtk/menu.h
4586         * src/gtk/quicksearch.c
4587         * src/plugins/dillo_viewer/dillo_viewer.c
4588         * src/plugins/pgpcore/select-keys.c
4589                 Try to finish yesterday's commit
4590
4591 2008-08-04 [colin]      3.5.0cvs48
4592
4593         * src/addressadd.c
4594         * src/addressbook.c
4595         * src/addressbook_foldersel.c
4596         * src/addressitem.h
4597         * src/addrgather.c
4598         * src/browseldap.c
4599         * src/compose.c
4600         * src/compose.h
4601         * src/editaddress.c
4602         * src/editaddress_other_attributes_ldap.c
4603         * src/editgroup.c
4604         * src/editldap_basedn.c
4605         * src/folderview.c
4606         * src/folderview.h
4607         * src/grouplistdialog.c
4608         * src/image_viewer.c
4609         * src/imap_gtk.c
4610         * src/importldif.c
4611         * src/main.c
4612         * src/mainwindow.c
4613         * src/message_search.c
4614         * src/mh_gtk.c
4615         * src/mimeview.c
4616         * src/mimeview.h
4617         * src/news_gtk.c
4618         * src/noticeview.h
4619         * src/prefs_account.c
4620         * src/prefs_filtering_action.c
4621         * src/prefs_matcher.c
4622         * src/prefs_msg_colors.c
4623         * src/prefs_summaries.c
4624         * src/statusbar.c
4625         * src/stock_pixmap.c
4626         * src/summary_search.c
4627         * src/summaryview.c
4628         * src/summaryview.h
4629         * src/textview.c
4630         * src/toolbar.h
4631         * src/gtk/Makefile.am
4632         * src/gtk/claws-marshal.list
4633         * src/gtk/colorsel.c
4634         * src/gtk/foldersort.c
4635         * src/gtk/gtkaspell.c
4636         * src/gtk/gtkcmclist.c
4637         * src/gtk/gtkcmclist.h
4638         * src/gtk/gtkcmctree.c
4639         * src/gtk/gtkcmctree.h
4640         * src/gtk/gtksctree.c
4641         * src/gtk/gtksctree.h
4642         * src/gtk/gtkutils.c
4643         * src/gtk/gtkutils.h
4644         * src/gtk/gtkvscrollbutton.c
4645         * src/gtk/menu.c
4646         * src/gtk/menu.h
4647         * src/gtk/quicksearch.c
4648         * src/plugins/dillo_viewer/dillo_viewer.c
4649         * src/plugins/pgpcore/select-keys.c
4650                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
4651                 Undeprecate their implementation (GtkArg, GtkType, ...)
4652                 Undeprecate a few other things here and there
4653                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
4654                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
4655                 still have work to do
4656
4657 2008-08-04 [colin]      3.5.0cvs47
4658
4659         * src/compose.c
4660         * src/compose.h
4661         * src/toolbar.h
4662         * src/textview.c
4663         * src/stock_pixmap.c
4664         * src/statusbar.c
4665         * src/noticeview.h
4666         * src/mimeview.h
4667         * src/mainwindow.c
4668         * src/image_viewer.c
4669         * src/gtk/gtkaspell.c
4670         * src/gtk/gtkvscrollbutton.c
4671         * src/plugins/dillo_viewer/dillo_viewer.c
4672                 Undeprecate more things
4673
4674 2008-08-02 [colin]      3.5.0cvs46
4675
4676         * src/mainwindow.c
4677                 Fix toggle menu activation state
4678                 (thanks to cvs45 ;)
4679
4680 2008-08-02 [paul]       3.5.0cvs45
4681
4682         * src/mainwindow.c
4683                 fix sensitivity of
4684                 /View/Show or hide/Message View
4685
4686 2008-08-01 [paul]       3.5.0cvs44
4687
4688         * src/common/utils.c
4689         * src/plugins/pgpcore/claws.def
4690         * src/plugins/pgpinline/claws.def
4691                 fix compilation problems on mingw32,
4692                 (bug 1688) Patch by Marcus Brinkmann
4693
4694 2008-08-01 [colin]      3.5.0cvs43
4695
4696         * src/gtk/gtkutils.c
4697         * src/gtk/gtkvscrollbutton.c
4698                 Oups, fix build
4699
4700 2008-08-01 [colin]      3.5.0cvs42
4701
4702         * src/compose.c
4703         * src/foldersel.c
4704         * src/mainwindow.c
4705         * src/prefs_account.c
4706         * src/prefs_folder_item.c
4707         * src/prefs_quote.c
4708         * src/summaryview.c
4709         * src/gtk/gtkaspell.c
4710         * src/gtk/gtkutils.c
4711         * src/gtk/gtkvscrollbutton.c
4712                 Replace a few deprecated function calls
4713
4714 2008-08-01 [paul]       3.5.0cvs41
4715
4716         * src/action.c
4717                 fix crash that occurs because of recent GtkUIManager
4718                 changes. Thanks to Colin
4719
4720 2008-07-31 [colin]      3.5.0cvs40
4721
4722         * src/addressbook.c
4723         * src/compose.c
4724         * src/mainwindow.c
4725         * src/messageview.c
4726                 Some Maemo fixes
4727         * src/gtk/menu.c
4728         * src/gtk/menu.h
4729                 Remove deprecated helper funcs
4730
4731 2008-07-30 [colin]      3.5.0cvs39
4732
4733         * src/folderview.c
4734         * src/folderview.h
4735         * src/imap_gtk.c
4736         * src/mh_gtk.c
4737         * src/news_gtk.c
4738                 Move the folderview popup menu to GtkUIManager
4739
4740 2008-07-29 [colin]      3.5.0cvs38
4741
4742         * src/account.c
4743         * src/account.h
4744         * src/action.c
4745         * src/action.h
4746         * src/addressitem.h
4747         * src/compose.c
4748         * src/edittags.c
4749         * src/mainwindow.c
4750         * src/mainwindow.h
4751         * src/mimeview.c
4752         * src/summaryview.c
4753         * src/gtk/menu.c
4754         * src/gtk/menu.h
4755                 Switch the main menu to GtkUIManager
4756                 Warning fixes
4757
4758 2008-07-29 [colin]      3.5.0cvs37
4759
4760         * src/news.c
4761                 Fix bug 1684, 'view news messages with large 
4762                 attachements segfaults'
4763
4764 2008-07-29 [colin]      3.5.0cvs36
4765
4766         * src/action.c
4767         * src/action.h
4768         * src/addressbook.c
4769         * src/addressitem.h
4770         * src/compose.c
4771         * src/compose.h
4772         * src/messageview.c
4773         * src/messageview.h
4774         * src/summaryview.c
4775         * src/gtk/menu.c
4776         * src/gtk/menu.h
4777                 More switches to GtkUIManager
4778
4779 2008-07-26 [colin]      3.5.0cvs35
4780
4781         * src/gtk/menu.c
4782         * src/gtk/menu.h
4783                 Fix prototype
4784
4785 2008-07-25 [colin]      3.5.0cvs34
4786
4787         * src/addrcustomattr.c
4788         * src/addressbook.c
4789         * src/compose.c
4790         * src/editaddress.c
4791         * src/editaddress_other_attributes_ldap.h
4792         * src/edittags.c
4793         * src/mainwindow.c
4794         * src/mimeview.c
4795         * src/prefs_actions.c
4796         * src/prefs_filtering.c
4797         * src/prefs_template.c
4798         * src/summaryview.c
4799         * src/textview.c
4800         * src/textview.h
4801         * src/toolbar.c
4802         * src/gtk/about.c
4803         * src/gtk/menu.c
4804         * src/gtk/menu.h
4805         * src/plugins/trayicon/trayicon.c
4806                 More changes from GtkItemFactory to GtkUIManager
4807
4808 2008-07-25 [colin]      3.5.0cvs33
4809
4810         * src/gtk/menu.h
4811                 Add a macro to remove menu items
4812                 Make the gui_manager variable useless
4813
4814 2008-07-24 [colin]      3.5.0cvs32
4815
4816         * src/mimeview.c
4817                 Fix a gtk warning on clear
4818         * src/mainwindow.c
4819         * src/summaryview.c
4820         * src/summaryview.h
4821                 Switch the message list popup menu to
4822                 GtkUIManager
4823
4824 2008-07-23 [colin]      3.5.0cvs31
4825
4826         * src/plugins/pgpcore/pgp_viewer.c
4827         * src/plugins/pgpcore/sgpgme.c
4828                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
4829                 Patch by Thomas Wiegner <wiegner@gmx.de>
4830
4831 2008-07-20 [paul]       3.5.0cvs30
4832
4833         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4834                 remove redundant GTK version check
4835
4836 2008-07-20 [ticho]      3.5.0cvs29
4837
4838         * src/folderview.c
4839         * src/imap_gtk.c
4840         * src/news_gtk.c
4841                 Moved sensitivity setting for "Download messages" for IMAP and
4842                 news folders from folderview.c to imap_gtk.c and news_gtk.c
4843                 respectively for better code readability.
4844                 Fixed indentation in news' set_sensitivity().
4845
4846 2008-07-20 [paul]       3.5.0cvs28
4847
4848         * src/addrgather.c
4849                 remove more redundant code following cvs27
4850
4851 2008-07-20 [paul]       3.5.0cvs27
4852
4853         * src/addrgather.c
4854                 remove now redundant code
4855         * src/mainwindow.c
4856         * src/mainwindow.h
4857                 fix bug 1673, 'Tools/Harvest adresses is
4858                 grayed out if folder is empty'
4859
4860 2008-07-19 [ticho]      3.5.0cvs26
4861
4862         * src/edittags.c
4863         * src/main.c
4864         * src/mimeview.c
4865         * src/mimeview.h
4866         * src/gtk/gtkutils.c
4867         * src/gtk/gtkutils.h
4868         * src/gtk/menu.c
4869         * src/gtk/menu.h
4870                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
4871                 instead of deprecated GtkItemFactory.
4872
4873 2008-07-19 [colin]      3.5.0cvs25
4874
4875         * src/account.c
4876         * src/addrgather.c
4877         * src/compose.c
4878         * src/editldap.c
4879         * src/expldifdlg.c
4880         * src/importldif.c
4881         * src/main.c
4882         * src/mainwindow.c
4883         * src/mimeview.c
4884         * src/noticeview.c
4885         * src/prefs_account.c
4886         * src/prefs_actions.c
4887         * src/prefs_ext_prog.c
4888         * src/prefs_filtering.c
4889         * src/prefs_folder_item.c
4890         * src/prefs_image_viewer.c
4891         * src/prefs_logging.c
4892         * src/prefs_msg_colors.c
4893         * src/prefs_other.c
4894         * src/prefs_send.c
4895         * src/prefs_spelling.c
4896         * src/prefs_summaries.c
4897         * src/prefs_template.c
4898         * src/printing.c
4899         * src/quote_fmt.c
4900         * src/summary_search.c
4901         * src/summaryview.c
4902         * src/toolbar.c
4903         * src/wizard.c
4904         * src/common/Makefile.am
4905         * src/gtk/gtksctree.c
4906         * src/gtk/gtkutils.h
4907         * src/gtk/pluginwindow.c
4908         * src/gtk/quicksearch.c
4909         * src/plugins/bogofilter/bogofilter_gtk.c
4910         * src/plugins/dillo_viewer/dillo_prefs.c
4911         * src/plugins/pgpcore/prefs_gpg.c
4912         * src/plugins/spamassassin/spamassassin_gtk.c
4913         * src/plugins/trayicon/trayicon.c
4914         * src/plugins/trayicon/trayicon_prefs.c
4915                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
4916                 or greater). Use the old deprecated one on GTK+ < 2.12.
4917                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
4918                 of time!
4919
4920 2008-07-16 [colin]      3.5.0cvs24
4921
4922         * src/mainwindow.c
4923                 Fix folderview's scrolbar when starting minimised
4924                 to tray, and popping up the mainwindow by calling
4925                 claws-mail from the command line
4926
4927 2008-07-08 [colin]      3.5.0cvs23
4928
4929         * src/compose.c
4930                 Possibly fix po-headers appearing on empty
4931                 templates
4932
4933 2008-07-08 [colin]      3.5.0cvs22
4934
4935         * src/folderview.c
4936         * src/summaryview.c
4937                 Finish the always_open tristate patch, by Jonathan
4938                 Corbet.
4939
4940 2008-07-07 [paul]       3.5.0cvs21
4941
4942         * src/mainwindow.c
4943                 fix typo (missing ")
4944
4945 2008-07-07 [paul]       3.5.0cvs20
4946
4947         * src/mainwindow.c
4948                 fit the menu style a bit better
4949
4950 2008-07-07 [colin]      3.5.0cvs19
4951
4952         * src/prefs_themes.c
4953                 Make upgrading themes easier
4954
4955 2008-07-07 [colin]      3.5.0cvs18
4956
4957         * src/mainwindow.c
4958         * src/prefs_toolbar.c
4959         * src/stock_pixmap.c
4960                 Finish fixing bug 1609, 'Icon issues'
4961
4962 2008-07-07 [colin]      3.5.0cvs17
4963
4964         * src/prefs_common.c
4965                 Fix the default value
4966
4967 2008-07-07 [colin]      3.5.0cvs16
4968
4969         * src/prefs_summaries.c
4970                 Revert my fix to the string, the correct term
4971                 is indeed Message View
4972
4973 2008-07-07 [colin]      3.5.0cvs15
4974
4975         * AUTHORS
4976         * src/gtk/authors.h
4977         * src/prefs_common.c
4978         * src/prefs_common.h
4979         * src/prefs_summaries.c
4980         * src/summaryview.c
4981         * src/gtk/authors.h
4982                 Change "Always open message when selected" to
4983                 a tristate (Never/Always/When preview is visible)
4984                 Patch by Jonathan Corbet <corbet@lwn.net>.
4985
4986 2008-07-06 [paul]       3.5.0cvs14
4987
4988         * src/addrgather.c
4989                 improve the layout of the dialogue
4990                 improve the English
4991                 add tooltips
4992                 fix some of the nasty coding style
4993         * src/mainwindow.c
4994                 improve the English
4995                 add some missing mnemonics
4996
4997 2008-07-05 [paul]       3.5.0cvs13
4998
4999         * src/mainwindow.c
5000         * src/mainwindow.h
5001                 fix bug 1398, '"Change current account" is
5002                 available even when there's only one account'
5003         * src/plugins/pgpcore/prefs_gpg.c
5004                 put back a needed include, removed in error
5005
5006 2008-07-05 [colin]      3.5.0cvs12
5007
5008         * src/mainwindow.c
5009                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
5010
5011 2008-07-05 [colin]      3.5.0cvs11
5012
5013         * src/news.c
5014         * src/news_gtk.c
5015                 Provide ability to rename newsgroups. Closes
5016                 bug 1444, 'Add GUI option for renaming 
5017                 newsgroups'. Patch by Pawel Pekala
5018
5019 2008-07-05 [colin]      3.5.0cvs10
5020
5021         * src/plugins/pgpcore/passphrase.c
5022         * src/plugins/pgpcore/prefs_gpg.c
5023         * src/plugins/pgpcore/select-keys.c
5024                 Simplify GTK includes (with the advantage
5025                 of compiling against GTK+2.13); patch by
5026                 Charles A Edwards
5027
5028 2008-07-05 [colin]      3.5.0cvs9
5029
5030         * src/wizard.c
5031                 Add SSL client certificates
5032
5033 2008-07-05 [colin]      3.5.0cvs8
5034
5035         * src/prefs_account.c
5036         * src/common/session.h
5037                 Fix warnings
5038         * src/common/ssl.c
5039                 Add one path for certs
5040
5041 2008-07-05 [colin]      3.5.0cvs7
5042
5043         * src/prefs_account.c
5044                 Fix no-ssl build
5045
5046 2008-07-04 [colin]      3.5.0cvs6
5047
5048         * src/common/ssl.c
5049         * src/common/ssl.h
5050         * src/common/ssl_certificate.c
5051                 Workaround distro bugs and fix certificate checking
5052                 with OpenSSL
5053
5054 2008-07-04 [colin]      3.5.0cvs5
5055
5056         * src/filtering.c
5057         * src/common/ssl_certificate.c
5058         * src/common/ssl_certificate.h
5059         * src/etpan/imap-thread.c
5060         * src/etpan/nntp-thread.c
5061                 Fix some leaks, thanks to Martin Zwickel
5062                 Rename gnutls functions that do the same
5063                 as OpenSSL ones, to avoid symbol clashing
5064                 when Claws is built against GnuTLS and
5065                 libetpan against OpenSSL
5066
5067 2008-07-04 [paul]       3.5.0cvs4
5068
5069         * src/prefs_account.c
5070                 remove 1 forgotten '.'
5071
5072 2008-07-04 [paul]       3.5.0cvs3
5073
5074         * src/prefs_account.c
5075                 layout/engrish fixes to the 'Client
5076                 certificates' frame
5077
5078 2008-07-03 [colin]      3.5.0cvs2
5079
5080         * src/imap.c
5081         * src/news.c
5082         * src/pop.c
5083         * src/prefs_account.c
5084         * src/prefs_account.h
5085         * src/prefs_common.c
5086         * src/send_message.c
5087         * src/common/session.c
5088         * src/common/session.h
5089         * src/common/smtp.c
5090         * src/common/smtp.h
5091         * src/common/socket.h
5092         * src/common/ssl.c
5093         * src/common/ssl.h
5094         * src/common/ssl_certificate.c
5095         * src/common/ssl_certificate.h
5096         * src/etpan/imap-thread.c
5097         * src/etpan/nntp-thread.c
5098         * src/gtk/inputdialog.c
5099                 Add support for SSL client certificates (either PEM files
5100                 with certificate and private key, either PKCS12 files)
5101
5102 2008-06-28 [colin]      3.5.0cvs1
5103
5104         * src/foldersel.c
5105                 Fix compilation with older GTKs
5106
5107 2008-06-27 [paul]       3.5.0
5108
5109         * NEWS
5110         * README
5111         * RELEASE_NOTES 
5112                 3.5.0 released
5113
5114 2008-06-27 [paul]       3.4.0cvs116
5115
5116         * src/gtk/authors.h
5117                 complete cvs115
5118
5119 2008-06-27 [paul]       3.4.0cvs115
5120
5121         * configure.ac
5122         * src/gtk/authors.h
5123                 no longer build unmaintained translations
5124
5125 2008-06-27 [paul]       3.4.0cvs114
5126
5127         * po/de.po
5128         * po/fi.po
5129         * po/pt_BR.po
5130                 updated by Stephan Sachse, Flammie Pirinen, and
5131                 Frederico Goncalves Guimaraes
5132
5133 2008-06-26 [wwp]        3.4.0cvs113
5134
5135         * manual/fr/advanced.xml
5136                 Update French version of the manual (AutoFaces documentation).
5137
5138 2008-06-26 [wwp]        3.4.0cvs112
5139
5140         * manual/fr/advanced.xml
5141         * manual/fr/plugins.xml
5142                 Updated French version of the manual (completed
5143                 hidden options list, added note about Clawsker
5144                 and new mail archiver plugin).
5145
5146 2008-06-25 [colin]      3.4.0cvs111
5147
5148         * src/gtk/gtkaspell.c
5149                 Fix non-UTF8 in the replace with dialog
5150         * src/prefs_actions.c
5151                 Fix possible crasher
5152                 Patches by Pawel
5153
5154 2008-06-24 [mones]      3.4.0cvs110
5155
5156         * src/autofaces.c
5157                 Fix non-warning message, downgraded to debug info
5158
5159 2008-06-24 [colin]      3.4.0cvs109
5160
5161         * src/summaryview.c
5162                 Fix bug 1650, Message line too small after 
5163                 changing columns in "three columns" layout
5164
5165 2008-06-24 [colin]      3.4.0cvs108
5166
5167         * src/messageview.c
5168                 Fix Spam button sensitivity in newsgroups
5169
5170 2008-06-23 [wwp]        3.4.0cvs107
5171
5172         * po/fr.po
5173                 Updated French translation.
5174
5175 2008-06-23 [mones]      3.4.0cvs106
5176
5177         * po/es.po
5178                 Updated translation for release
5179
5180 2008-06-22 [mones]      3.4.0cvs105
5181
5182         * manual/es/plugins.xml
5183                 Synced new entry for Mail Archiver plugin
5184
5185 2008-06-22 [colin]      3.4.0cvs104
5186
5187         * src/compose.c
5188                 Fix initial cursor position
5189
5190 2008-06-21 [paul]       3.4.0cvs103
5191
5192         * manual/plugins.xml
5193                 add an entry for the new Mail Archiver plugin
5194
5195 2008-06-21 [paul]       3.4.0cvs102
5196
5197         * src/gtk/about.c
5198                 we're in 'string freeze', put back the
5199                 < > symbols for now
5200
5201 2008-06-21 [paul]       3.4.0cvs101
5202
5203         * manual/advanced.xml
5204         * manual/es/advanced.xml
5205                 fix build warning: <emphasis> cannot be contained
5206                 within <filename>
5207         * src/gtk/about.c
5208                 fix non-clickable link on License page and drop
5209                 the containing < > symbols to match other links
5210
5211 2008-06-20 [mones]      3.4.0cvs100
5212
5213         * manual/advanced.xml
5214                 Added autofaces documentation, note about clawsker in hidden
5215                 preferences, minor markup fix. Thanks Paul for proofreading
5216         * manual/es/advanced.xml
5217                 Synchronised Spanish manual
5218
5219 2008-06-16 [colin]      3.4.0cvs99
5220
5221         * src/compose.c
5222                 Fix cursor placing on signature change
5223
5224 2008-06-16 [paul]       3.4.0cvs98
5225
5226         * src/imap_gtk.c
5227         * src/mh_gtk.c
5228         * src/gtk/inputdialog.c
5229                 really fussy coding style fixes
5230
5231 2008-06-16 [paul]       3.4.0cvs97
5232
5233         * src/Makefile.am
5234                 keep the alphabetical order
5235
5236 2008-06-13 [mones]      3.4.0cvs96
5237
5238         * src/autofaces.c
5239                 Fix crasher ;-)
5240         * src/prefs_filtering_action.c
5241                 Fixed cosmetic bug, processing also displays "Filtering"
5242
5243 2008-06-13 [mones]      3.4.0cvs95
5244
5245         * src/Makefile.am
5246         * src/autofaces.c       ** NEW FILE **  
5247         * src/autofaces.h       ** NEW FILE **
5248         * src/compose.c
5249                 Allow setting Faces and X-Faces globally and per-account
5250                 from configuration files under ~/.claws-mail/autofaces
5251
5252 2008-06-13 [holger]     3.4.0cvs94
5253
5254         * .cvsignore
5255                 More files to ignore
5256         * src/gtk/inputdialog.c
5257         * src/gtk/inputdialog.h
5258                 Make input dialog more generic so that a checkbox
5259                 with custom text can be used in addition to the
5260                 "remember this" checkbox
5261         * src/imap_gtk.c
5262         * src/mh_gtk.c
5263         * src/prefs_common.c
5264         * src/prefs_common.h
5265                 Allow new folders to inherit the properties of the
5266                 parent folder during folder creation
5267
5268 2008-06-13 [wwp]        3.4.0cvs93
5269
5270         * src/addressbook.c
5271                 a better fix for this string, won't break up translations,
5272                 and is conform to other similar ones.
5273
5274 2008-06-13 [wwp]        3.4.0cvs92
5275
5276         * src/addrduplicates.c
5277         * src/addressadd.c
5278         * src/addressbook.c
5279         * src/addressbook_foldersel.c
5280         * src/editgroup.c
5281                 use tree decorations everywhere AB folders are used (AB tree pane,
5282                     add address to AB, select AB folder, edit group, custom attr, find dup
5283                     results), in order to match global style
5284                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
5285                     double clicking on groups in tree pane does open the group edit dialog
5286                     double clicking on other items in tree pane does expand/collapse
5287                 fix a missing space in AB's delete-folder dialog
5288                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
5289
5290         * src/foldersel.c
5291                 make foldersel dialog show dotted lines according to global (hidden) prefs
5292
5293 2008-06-12 [colin]      3.4.0cvs91
5294
5295         * src/compose.c
5296         * src/compose.h
5297                 Fix bug 1635, 'Last character of message is truncated 
5298                 when changing accounts w/ sigs'
5299         * src/folderview.c
5300                 Fix bug 1636, 'Can't select "properties" on "folders 
5301                 only" folders'
5302
5303 2008-06-11 [colin]      3.4.0cvs90
5304
5305         * src/folder.c
5306                 Maybe fix bug 1623, 'exits with segfault when 
5307                 logging in to certain imap-servers'
5308
5309 2008-06-10 [mones]      3.4.0cvs89
5310
5311         * AUTHORS
5312         * tools/Makefile.am
5313         * tools/README
5314         * tools/convert_mbox.sh
5315                 Undo cvs86 and cvs87, it really should be a patch to 
5316                 convert_mbox.pl
5317
5318 2008-06-10 [wwp]        3.4.0cvs88
5319
5320         * po/fr.po
5321                 Updated French translation.
5322
5323 2008-06-10 [mones]      3.4.0cvs87
5324
5325         * tools/Makefile.am
5326                 Oops, forgot to add previous script for distribution
5327
5328 2008-06-10 [mones]      3.4.0cvs86
5329
5330         * AUTHORS
5331         * tools/README
5332         * tools/convert_mbox.sh
5333                 Added script to convert Evolution mail folders contributed
5334                 by Daniel Dickinson <cshore@fionavar.ca>
5335                 Fixes debian bug 461435
5336
5337 2008-06-09 [colin]      3.4.0cvs85
5338
5339         * src/main.c
5340                 Integrate AWN information bubble if dbus is
5341                 available
5342         * src/folder.c
5343                 Fix crash when calling scan_required() on 
5344                 folder classes that don't implement them
5345         * src/common/session.c
5346                 Fix a little typo
5347
5348 2008-06-09 [colin]      3.4.0cvs84
5349
5350         * src/main.c
5351                 Fix bug 1447, 'If user tries to close while starting 
5352                 up, it will not close ever.'
5353
5354 2008-06-09 [colin]      3.4.0cvs83
5355
5356         * src/filtering.c
5357                 Fix bug 1628, 'Claws Mail crashes when 
5358                 filtering selected messages'
5359
5360 2008-06-04 [colin]      3.4.0cvs82
5361
5362         * src/messageview.c
5363                 Complete handling of html parts in multipart/alternative
5364                 mails
5365
5366 2008-06-03 [paul]       3.4.0cvs81
5367
5368         * src/prefs_message.c
5369                 make always the english good
5370
5371 2008-06-03 [colin]      3.4.0cvs80
5372
5373         * src/mainwindow.c
5374         * src/mainwindow.h
5375                 Fix bug 1624, '[PATCH] Quick search should be 
5376                 disabled for folder view'; based on a patch by
5377                 Michael Terry
5378
5379 2008-06-03 [iwkse]      3.4.0cvs79
5380
5381         * src/addressbook.c
5382                 Fix little gui bug on button sensitivity
5383         * src/messageview.c
5384         * src/prefs_common.c
5385         * src/prefs_common.h
5386         * src/prefs_message.c
5387                 Allow by default to show html in multipart/alternative
5388
5389 2008-06-02 [colin]      3.4.0cvs78
5390
5391         * src/prefs_actions.c
5392                 GUI rework, patch by Pawel 
5393
5394 2008-06-02 [colin]      3.4.0cvs77
5395
5396         * src/quote_fmt.c
5397                 Fix sensitivity/alignment, patch from
5398                 Pawel
5399
5400 2008-05-31 [colin]      3.4.0cvs76
5401
5402         * src/imap.c
5403                 Fix login issue introduced in cvs75.
5404
5405 2008-05-31 [colin]      3.4.0cvs75
5406
5407         * src/imap.c
5408                 Fix more possible double-frees. Also, fix the root cause
5409                 of these double-frees by just noting the Session is to
5410                 be destroyed instead of destroying it in flight
5411
5412 2008-05-29 [paul]       3.4.0cvs74
5413
5414         * manual/keyboard.xml
5415                 'Makes' these entries like the others
5416
5417 2008-05-29 [colin]      3.4.0cvs73
5418
5419         * src/procmsg.h
5420                 Include utils.h in case we
5421                 need to pull goffset definition
5422
5423 2008-05-29 [colin]      3.4.0cvs72
5424
5425         * src/common/utils.h
5426                 Workaround a stupid Glib issue, where
5427                 goffset happens to be undefined. 
5428
5429 2008-05-28 [colin]      3.4.0cvs71
5430
5431         * src/compose.c
5432         * src/compose.h
5433         * src/grouplistdialog.c
5434         * src/image_viewer.c
5435         * src/imap.c
5436         * src/inc.c
5437         * src/main.c
5438         * src/matcher.c
5439         * src/messageview.c
5440         * src/mimeview.c
5441         * src/prefs_themes.c
5442         * src/procmsg.h
5443         * src/summaryview.c
5444         * src/summaryview.h
5445         * src/textview.c
5446         * src/common/smtp.c
5447         * src/common/utils.c
5448         * src/common/utils.h
5449                 Use goffset instead of off_t for MsgInfo's size
5450                 Allows using MsgInfo structure from plugins
5451                 compiled with largefile support
5452
5453 2008-05-26 [colin]      3.4.0cvs70
5454
5455         * src/mainwindow.c
5456         * src/mainwindow.h
5457                 Define THEME_CHANGED_HOOKLIST and invoke
5458                 it on theme change
5459         * src/plugins/trayicon/trayicon.c
5460                 Listen to THEME_CHANGED_HOOKLIST and
5461                 update accordingly
5462
5463 2008-05-26 [paul]       3.4.0cvs69
5464
5465         * src/mimeview.c
5466                 plug a leak in mimeview_save_all()
5467
5468 2008-05-24 [colin]      3.4.0cvs68
5469
5470         * src/common/utils.h
5471                 Fix wrong define on old glibs
5472
5473 2008-05-24 [paul]       3.4.0cvs67
5474
5475         * src/Makefile.am
5476         * src/stock_pixmap.c
5477         * src/stock_pixmap.h
5478         * src/toolbar.c
5479         * src/pixmaps/cancel.xpm
5480         * src/pixmaps/close.xpm
5481                 add a specific icon for A_CANCEL_INC (addresses
5482                 point 1 of bug 1609 'Icon issues')
5483                 replace close.xpm with an icon of the standard
5484                 24x24 size
5485
5486 2008-05-24 [paul]       3.4.0cvs66
5487
5488         * src/pixmaps/insert_file.xpm
5489                 replaced
5490
5491 2008-05-23 [paul]       3.4.0cvs65
5492
5493         * src/common/md5.c
5494         * src/common/md5.h
5495                 add the possibility to check md5 on binary files,
5496                 thanks to Colin
5497
5498 2008-05-23 [colin]      3.4.0cvs64
5499
5500         * src/mainwindow.c
5501         * src/summaryview.c
5502                 Fix bug 1610, 'claws crash after opening/closing 
5503                 preferences and window update'
5504
5505 2008-05-22 [colin]      3.4.0cvs63
5506
5507         * src/prefs_filtering_action.c
5508         * src/gtk/combobox.c
5509         * src/gtk/combobox.h
5510                 Fix reselecting of Tags actions in
5511                 filtering actions dialog
5512
5513 2008-05-22 [colin]      3.4.0cvs62
5514
5515         * src/Makefile.am
5516         * src/prefs_toolbar.c
5517         * src/stock_pixmap.c
5518         * src/stock_pixmap.h
5519         * src/toolbar.c
5520         * src/pixmaps/delete_btn.xpm
5521         * src/pixmaps/insert_file.xpm
5522         * src/pixmaps/mail_reply_to_list.xpm
5523                 Fix more of bug 1609:
5524                 - Add a Delete button icon
5525                 - Add a Reply to list button icon
5526                 - Fix Insert file button icon
5527                 Artwork by Ciprian Popovici.
5528
5529 2008-05-21 [colin]      3.4.0cvs61
5530
5531         * src/common/utils.c
5532                 Fix a little leak
5533
5534 2008-05-21 [wwp]        3.4.0cvs60
5535
5536         * src/prefs_filtering.c
5537                 Don't show SMTP-only accounts in accounts list, as they are
5538                 irrelevant for filtering incoming messages.
5539
5540 2008-05-21 [colin]      3.4.0cvs59
5541
5542         * src/mainwindow.c
5543                 Don't put SMTP-only accounts in receive menus
5544
5545 2008-05-21 [colin]      3.4.0cvs58
5546
5547         * src/imap.c
5548                 Fix cvs56 (brain fart)
5549
5550 2008-05-21 [colin]      3.4.0cvs57
5551
5552         * src/common/utils.c
5553                 Fix bug 1615, 'hang on FIFO when the other end's not 
5554                 opened'
5555
5556 2008-05-21 [colin]      3.4.0cvs56
5557
5558         * src/imap.c
5559                 Fix a warning
5560
5561 2008-05-19 [colin]      3.4.0cvs55
5562
5563         * src/plugins/pgpcore/sgpgme.c
5564                 Maybe fix debian bug 481856, 'Segmentation fault 
5565                 when verifying a GPG signature'. Although it 
5566                 looks like a race condition...
5567
5568 2008-05-19 [colin]      3.4.0cvs54
5569
5570         * src/prefs_filtering_action.c
5571         * src/prefs_matcher.c
5572         * src/common/tags.c
5573         * src/common/tags.h
5574         * src/gtk/combobox.c
5575         * src/gtk/combobox.h
5576                 Patch by Pawel: disabled Tags menus in filtering dialogs
5577
5578 2008-05-19 [colin]      3.4.0cvs53
5579
5580         * src/prefs_account.c
5581                 GUI patch by Pawel: align ports entries
5582
5583 2008-05-19 [colin]      3.4.0cvs52
5584
5585         * src/mainwindow.c
5586                 Fix bug 1616, 'strange question while emptying trash'
5587
5588 2008-05-18 [colin]      3.4.0cvs51
5589
5590         * src/common/plugin.c
5591         * src/etpan/imap-thread.c
5592         * src/etpan/nntp-thread.c
5593         * src/gtk/gtksctree.c
5594                 Fix bug 1613, 'Various memory leaks'; 
5595                 based on a patch by Didier Barvaux.
5596
5597 2008-05-18 [colin]      3.4.0cvs50
5598
5599         * src/mimeview.c
5600         * src/privacy.h
5601         * src/toolbar.c
5602         * src/toolbar.h
5603         * src/plugins/pgpcore/sgpgme.c
5604                 Fix more parts of bug 1609:
5605                 - Make use of specific Expired privacy icon
5606                 - Use CLOSE instead of NOTICE_ERROR for cancel
5607                   receiving
5608                 - Allow a Preferences button in the main toolbar
5609
5610 2008-05-18 [colin]      3.4.0cvs49
5611
5612         * src/stock_pixmap.c
5613                 Fix bug with non-updating icons after theme change:
5614                 If fetching pixbuf for a given icon after a theme
5615                 change, the next pixmap fetch would return the old
5616                 cached one, as the theme change was forgotten at 
5617                 this time. (and vice-versa). This was mostly 
5618                 visible on open folder icons
5619
5620 2008-05-17 [colin]      3.4.0cvs48
5621
5622         * src/prefs_summaries.c
5623         * src/summaryview.c
5624                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
5625                 options'. Patch by Pawel
5626
5627 2008-05-16 [colin]      3.4.0cvs47
5628
5629         * src/imap.c
5630                 Fix another possible crash (on fatal errors
5631                 at login, like stream error).
5632
5633 2008-05-16 [paul]       3.4.0cvs46
5634
5635         * tools/thunderbird-filters-convertor.pl
5636                 fix a typo
5637                 fix reading a tb rule that contains something
5638                 like that: \"Sender\"
5639
5640 2008-05-16 [paul]       3.4.0cvs45
5641
5642         * tools/README
5643         * tools/csv2addressbook.pl
5644                 add support for gmail exported csv address book
5645
5646 2008-05-16 [colin]      3.4.0cvs44
5647
5648         * configure.ac
5649         * src/ldapupdate.c
5650                 Fix ldap deprecated calls. Patch by
5651                 Michael Rasmussen
5652
5653 2008-05-16 [paul]       3.4.0cvs43
5654
5655         * manual/de/account.xml
5656         * manual/it/account.xml
5657         * manual/it/ack.xml
5658         * manual/it/addrbook.xml
5659         * manual/it/claws-mail-manual.xml
5660         * manual/it/gpl.xml
5661         * manual/it/intro.xml
5662         * manual/it/starting.xml
5663                 add pages towards German and Italian manuals.
5664                 (just for storage, they are not built yet, due
5665                 to being incomplete.) submitted by Speckmade
5666                 <Speckmade@gmx.net> and Salvatore De Paolis
5667                 <iwkse@claws-mail.org>
5668
5669 2008-05-16 [colin]      3.4.0cvs42
5670
5671         * src/gtk/sslcertwindow.c
5672                 Fix SHA1 fingerprint with GnuTLS
5673
5674 2008-05-15 [colin]      3.4.0cvs41
5675
5676         * src/gtk/sslcertwindow.c
5677                 Print SHA1 fingerprint too
5678
5679 2008-05-15 [colin]      3.4.0cvs40
5680
5681         * src/imap.c
5682                 Fix certificate port on TLS. It was 
5683                 previously always 0.
5684                 **IMPORTANT INFORMATION**: this will trigger 
5685                 one wrong "New certificate" warning at the 
5686                 first connection with this fix, if using STARTTLS
5687                 on IMAP.
5688         * src/gtk/sslcertwindow.c
5689                 Make labels selectable
5690
5691 2008-05-15 [colin]      3.4.0cvs39
5692
5693         * src/imap.c
5694                 Fix double free when STARTTLS fails (for
5695                 example due to refusing the certificate)
5696
5697 2008-05-15 [paul]       3.4.0cvs38
5698
5699         * manual/advanced.xml
5700                 fix typo
5701
5702 2008-05-15 [paul]       3.4.0cvs37
5703
5704         * manual/advanced.xml
5705         * src/prefs_send.c
5706                 make outgoing_fallback_to_ascii a hidden pref
5707
5708 2008-05-14 [colin]      3.4.0cvs36
5709
5710         * src/main.c
5711         * src/mainwindow.c
5712         * src/mainwindow.h
5713                 Make it possible to cancel quit when Claws
5714                 ask whether to empty trash.
5715
5716 2008-05-14 [colin]      3.4.0cvs35
5717
5718         * src/compose.c
5719         * src/prefs_common.c
5720         * src/prefs_common.h
5721         * src/prefs_send.c
5722                 Add a preference to be able to specify an
5723                 outgoing charset/encoding but still fallback
5724                 to 7bit US-ASCII when possible (default TRUE,
5725                 same behavior as pre-cvs34)
5726
5727 2008-05-14 [colin]      3.4.0cvs34
5728
5729         * src/compose.c
5730                 Always use the specified encoding and charset if it is
5731                 specified, even if the mail is ASCII.
5732
5733 2008-05-13 [paul]       3.4.0cvs33
5734
5735         * src/ldapupdate.c
5736                 fix the build warnings the easy way for now
5737
5738 2008-05-13 [colin]      3.4.0cvs32
5739
5740         * src/prefs_themes.c
5741                 Count .png files as icons too (fixes part
5742                 of bug 1609, 'Icon issues')
5743
5744 2008-05-13 [wwp]        3.4.0cvs31
5745
5746         * src/addressbook_foldersel.c
5747                 Fix wrong check (completes 3.4.0.cvs30).
5748
5749 2008-05-12 [wwp]        3.4.0cvs30
5750
5751         * src/addressbook.c
5752         * src/addressbook_foldersel.c
5753         * src/filtering.c
5754         * src/matcher.c
5755         * src/prefs_matcher.c
5756         * src/plugins/bogofilter/bogofilter.c
5757         * src/plugins/bogofilter/bogofilter_gtk.c
5758         * src/plugins/dillo_viewer/dillo_prefs.c
5759         * src/plugins/spamassassin/spamassassin.c
5760         * src/plugins/spamassassin/spamassassin_gtk.c
5761                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
5762                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
5763                 translated string "Any" in plugins (whitelisting) and
5764                 UTF8 comparisons.
5765
5766 2008-05-07 [colin]      3.4.0cvs29
5767
5768         * configure.ac
5769                 Fix --enable-maemo (assume --enable-generic-umpc)
5770
5771 2008-05-07 [colin]      3.4.0cvs28
5772
5773         * configure.ac
5774         * src/account.c
5775         * src/addr_compl.c
5776         * src/compose.c
5777         * src/editaddress.c
5778         * src/folderview.c
5779         * src/mainwindow.c
5780         * src/messageview.c
5781         * src/mimeview.c
5782         * src/prefs_account.c
5783         * src/prefs_common.c
5784         * src/prefs_display_header.c
5785         * src/prefs_filtering.c
5786         * src/prefs_summaries.c
5787         * src/prefs_template.c
5788         * src/prefs_toolbar.c
5789         * src/stock_pixmap.c
5790         * src/summaryview.c
5791         * src/summaryview.h
5792         * src/textview.c
5793         * src/toolbar.c
5794         * src/gtk/about.c
5795         * src/gtk/gtksctree.c
5796         * src/gtk/menu.c
5797         * src/gtk/prefswindow.c
5798         * src/gtk/sslcertwindow.c
5799                 Separate generic UMPC code (layouts, ...) from 
5800                 MAEMO code (Hildon, ...)
5801
5802 2008-05-06 [paul]       3.4.0cvs27
5803
5804         * tools/claws.i18n.status.pl
5805                 add he.po
5806
5807 2008-05-06 [colin]      3.4.0cvs26
5808
5809         * src/common/utils.c
5810                 Maybe fix crash on FreeBSD
5811
5812 2008-05-05 [colin]      3.4.0cvs25
5813
5814         * src/messageview.c
5815                 Fix bug 1602, 'Crash when sending return receipt for
5816                 messages with no subject'
5817
5818 2008-05-05 [colin]      3.4.0cvs24
5819
5820         * src/mimeview.c
5821                 Don't overwrite temporary files with same
5822                 name when drag and dropping. Fixes bug 1599,
5823                 'attach multiple files with the same name from 
5824                 one mail to another'
5825
5826 2008-05-04 [paul]       3.4.0cvs23
5827
5828         * src/compose.c
5829         * src/prefs_common.c
5830                 fix bug 1587 'can not replay with quote'
5831
5832 2008-05-03 [colin]      3.4.0cvs22
5833
5834         * po/de.po
5835                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
5836
5837 2008-05-03 [colin]      3.4.0cvs21
5838
5839         * src/toolbar.c
5840                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
5841                 icon isn't grayed although ineffective'
5842
5843 2008-05-02 [wwp]        3.4.0cvs20
5844
5845         * po/fr.po
5846                 Fix translation.
5847
5848         * src/prefs_folder_item.c
5849                 Add missing notice in folder properties (templates) when
5850                 folder is a root node.
5851
5852 2008-04-30 [colin]      3.4.0cvs19
5853
5854         * src/prefs_toolbar.c
5855                 Add Trash and Delete icons to the icon chooser
5856
5857 2008-04-30 [colin]      3.4.0cvs18
5858
5859         * src/compose.c
5860                 Remove "Delete entire line" which was a noop
5861                 and should be the same as "Delete line" :)
5862
5863 2008-04-30 [colin]      3.4.0cvs17
5864
5865         * src/compose.c
5866                 Fix 'Delete line' and 'Delete to end of line'
5867                 on the last line. Patch by <seelenhirt@gmx.net>
5868
5869 2008-04-28 [colin]      3.4.0cvs16
5870
5871         * src/folder.c
5872                 Fix bug 1589, 'tagsdb file not removed when
5873                 folder deleted'.
5874         * src/common/utils.c
5875                 Make sure claws_unlink accepts NULL arg.
5876
5877 2008-04-25 [colin]      3.4.0cvs15
5878
5879         * src/common/ssl.c
5880                 Fix/simplify previous commit
5881
5882 2008-04-25 [colin]      3.4.0cvs14
5883
5884         * src/addrindex.h
5885         * src/common/ssl_certificate.c
5886                 Patch by Marcus: Fix Win32 build
5887         * src/common/ssl.c
5888                 Fix build with GnuTLS/no pthread, thanks
5889                 to Marcus
5890
5891 2008-04-25 [colin]      3.4.0cvs13
5892
5893         * src/summaryview.c
5894                 Fix bug 1586, '3-pane vertical layout now and then 
5895                 still shows sender column'
5896
5897 2008-04-25 [colin]      3.4.0cvs12
5898
5899         * src/Makefile.am
5900         * src/w32-logo.ico
5901         * src/w32-resource.rc
5902                 Patch from Marcus Brinkmann to set an icon on w32.
5903
5904 2008-04-24 [colin]      3.4.0cvs11
5905
5906         * src/inc.c
5907         * src/inc.h
5908                 Trace inc locks
5909         * src/ldif.c
5910         * src/ldif.h
5911                 Fix bug 1581, 'Bad File Format during Import LDIF':
5912                 Use dynamically allocated buffers; also, allow 
5913                 importing contacts with no email address
5914
5915 2008-04-24 [colin]      3.4.0cvs10
5916
5917         * src/prefs_common.c
5918                 Increment the timeout a bit on OpenBSD, 75 isn't enough
5919
5920 2008-04-23 [colin]      3.4.0cvs9
5921
5922         * src/compose.c
5923         * src/prefs_folder_item.c
5924         * src/prefs_template.c
5925         * src/quote_fmt.c
5926                 Fix bug 1576: Fix unescaping of templates when testing them
5927                 I think it breaks nothing. (wwp, you're welcome to double-check)
5928
5929 2008-04-23 [paul]       3.4.0cvs8
5930
5931         * manual/advanced.xml
5932                 add info about the "two_line_vertical" hidden
5933                 pref
5934
5935 2008-04-22 [paul]       3.4.0cvs7
5936
5937         * src/prefs_common.c
5938         * src/prefs_common.h
5939         * src/summaryview.c
5940                 make the 2-line view in summaryview when in three
5941                 columns mode configurable. hidden pref: "two_line_vertical"
5942
5943 2008-04-22 [colin]      3.4.0cvs6
5944
5945         * src/inc.c
5946                 Fix missing inc_unlock()
5947         * src/prefs_matcher.c
5948         * src/send_message.c
5949                 Fix my last commit
5950
5951 2008-04-22 [colin]      3.4.0cvs5
5952
5953         * src/etpan/imap-thread.c
5954                 Use g_(un)setenv instead of (un)setenv which
5955                 doesn't exist on IRIX 6.5
5956
5957 2008-04-22 [colin]      3.4.0cvs4
5958
5959         * src/inc.c
5960         * src/prefs_common.c
5961         * src/send_message.c
5962                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
5963                 Set the default timeout to 75 seconds
5964
5965 2008-04-20 [colin]      3.4.0cvs3
5966
5967         * src/pixmaps/tray_newmail.offline.xpm
5968         * src/pixmaps/tray_newmail.xpm
5969         * src/pixmaps/tray_newmarkedmail.offline.xpm
5970         * src/pixmaps/tray_newmarkedmail.xpm
5971         * src/pixmaps/tray_nomail.offline.xpm
5972         * src/pixmaps/tray_nomail.xpm
5973         * src/pixmaps/tray_unreadmail.offline.xpm
5974         * src/pixmaps/tray_unreadmail.xpm
5975         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
5976         * src/pixmaps/tray_unreadmarkedmail.xpm
5977                 Make the tray icons a bit nicer. Would be
5978                 nice to get really nice icons from someone
5979                 who's good at Gimp :)
5980
5981 2008-04-18 [colin]      3.4.0cvs2
5982
5983         * src/common/log.c
5984                 Forgot one g_unlink
5985
5986 lease complete the changelog entry below
5987 2008-04-18 [colin]      3.4.0cvs1
5988
5989         * src/addrduplicates.c
5990         * src/addressbook.c
5991         * src/compose.c
5992         * src/crash.c
5993         * src/editaddress.c
5994         * src/folder.c
5995         * src/image_viewer.c
5996         * src/imap.c
5997         * src/inc.c
5998         * src/main.c
5999         * src/mbox.c
6000         * src/messageview.c
6001         * src/mh.c
6002         * src/msgcache.c
6003         * src/news.c
6004         * src/partial_download.c
6005         * src/pop.c
6006         * src/prefs_common.c
6007         * src/prefs_common.h
6008         * src/prefs_other.c
6009         * src/prefs_themes.c
6010         * src/procheader.c
6011         * src/procmime.c
6012         * src/procmsg.c
6013         * src/textview.c
6014         * src/wizard.c
6015         * src/common/prefs.c
6016         * src/common/ssl_certificate.c
6017         * src/common/template.c
6018         * src/common/utils.c
6019         * src/common/utils.h
6020         * src/etpan/imap-thread.c
6021         * src/plugins/dillo_viewer/dillo_viewer.c
6022         * src/plugins/pgpcore/sgpgme.c
6023         * src/plugins/pgpinline/pgpinline.c
6024                 Add an option to shred temporary files and messages
6025                 instead of just removing them. Slows deletions down!
6026
6027 2008-04-18 [paul]       3.4.0
6028
6029         * NEWS
6030         * README
6031         * RELEASE_NOTES 
6032                 3.4.0 released
6033
6034
6035 2008-04-18 [paul]       3.3.1cvs61
6036
6037         * po/de.po
6038         * po/fi.po
6039         * po/it.po
6040         * po/pt_BR.po
6041                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
6042                 and Frederico Goncalves Guimaraes
6043         * po/es.po
6044                 updated on the last minute by a lazy Ricardo Mones
6045
6046 2008-04-18 [colin]      3.3.1cvs60
6047
6048         * po/fr.po
6049                 Update translation (Fabien Vantard)
6050
6051 2008-04-17 [colin]      3.3.1cvs59
6052
6053         * src/imap.c
6054                 Fix debian bug 474712, 'claws seg faults when IMAP 
6055                 connection breaks after an IMAP protocol error 
6056                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
6057         * src/summaryview.c
6058                 Fix a little leak
6059
6060 2008-04-17 [colin]      3.3.1cvs58
6061
6062         * src/common/log.c
6063                 Fix log size getting out of control (claws-mail
6064                 getting SIGXFSZ): rotate if every 10MB
6065
6066 2008-04-10 [paul]       3.3.1cvs57
6067
6068         * src/prefs_other.c
6069                 improvements to english usage
6070
6071 2008-04-10 [paul]       3.3.1cvs56
6072
6073         * src/prefs_receive.c
6074                 add an accurate description
6075
6076 2008-04-08 [colin]      3.3.1cvs55
6077
6078         * src/undo.c
6079                 Probably fix corruption, introduced in cvs53
6080
6081 2008-04-04 [iwkse]      3.3.1cvs54
6082
6083         * src/undo.c
6084                 undo should works properly again
6085
6086 2008-04-04 [iwkse]      3.3.1cvs53
6087
6088         * src/undo.c
6089                 Fix a segfault but breaks undo
6090                 on a specific case (eg. double paste with
6091                 middle-mouse button)
6092
6093 2008-04-04 [iwkse]      3.3.1cvs52
6094
6095         * src/prefs_filtering.c
6096                 Fix previous Tab mess
6097
6098 2008-04-03 [iwkse]      3.3.1cvs51
6099
6100         * src/prefs_filtering.c
6101                 Add search in filtering rules list
6102
6103 2008-04-02 [colin]      3.3.1cvs50
6104
6105         * src/main.c
6106                 Revert part of the previous patch: we do
6107                 want to parse ~/.claws-mail/gtkrc-2.0 if it
6108                 exists
6109
6110 2008-04-02 [colin]      3.3.1cvs49
6111
6112         * src/main.c
6113                 Fix bug 1562, 'Claws-Mail does not completely 
6114                 respect settings in GTK2_RC_FILES environment'
6115                 Remove manual parsing of .gtkrc-2.0 and 
6116                 .gtk/gtkrc-2.0. GTK does it itself these days.
6117
6118 2008-04-01 [colin]      3.3.1cvs48
6119
6120         * src/imap_gtk.c
6121                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
6122                 ticking "Show only subscribed"'
6123
6124 2008-03-31 [colin]      3.3.1cvs47
6125
6126         * src/folder.c
6127                 Fix bug 1553, 'File lock not respected'
6128                 Regression due to the implementation of
6129                 deletion batching
6130
6131 2008-03-31 [colin]      3.3.1cvs46
6132
6133         * src/mainwindow.c
6134                 Fix tags menu update, thanks to Paul
6135
6136 2008-03-29 [wwp]        3.3.1cvs45
6137
6138         * src/prefs_account.c
6139         * src/prefs_common.c
6140         * src/prefs_folder_item.c
6141         * src/prefs_quote.c
6142         * src/quote_fmt.c
6143         * src/quote_fmt.h
6144                 Fix compose template formats (in global preferences)
6145                 being translated under specific conditions.
6146                 Add a button to restore factory defaults for current
6147                 language.
6148
6149 2008-03-27 [colin]      3.3.1cvs44
6150
6151         * src/common/prefs.c
6152         * src/common/xmlprops.c
6153                 Fix RedHat bug 431735, 'segfault if /home is full' 
6154                 (when starting): Fix double fclose() in prefs.c
6155                 and potentially xmlprops.c
6156
6157 2008-03-27 [colin]      3.3.1cvs43
6158
6159         * src/addressbook.c
6160                 Fix bug 1559, 'Claws Mail crashed deleting all 
6161                 common contacts'
6162
6163 2008-03-27 [wwp]        3.3.1cvs42
6164
6165         * src/addressbook.c
6166                 Fix 3.3.0cvs41.
6167
6168 2008-03-27 [wwp]        3.3.1cvs41
6169
6170         * src/addressbook.c
6171                 Prevent list flickering when deleting addresses.
6172
6173 2008-03-26 [colin]      3.3.1cvs40
6174
6175         * src/imap.c
6176                 Clean up session disconnection. Possibly
6177                 fix Ubuntu bug #204290
6178
6179 2008-03-26 [colin]      3.3.1cvs39
6180
6181         * src/textview.c
6182                 Fix bug 1555: current folder wasn't used when
6183                 right-clicking on an email address
6184
6185 2008-03-25 [colin]      3.3.1cvs38
6186
6187         * src/plugins/bogofilter/bogofilter.c
6188         * src/plugins/bogofilter/bogofilter.h
6189         * src/plugins/bogofilter/bogofilter_gtk.c
6190                 Add a "learn from whitelist" preference
6191                 Whitelist Unsure mails too.
6192
6193 2008-03-24 [paul]       3.3.1cvs37
6194
6195         * src/prefs_account.c
6196                 If no MH mailbox and no account exists, when
6197                 creating a POP/Local account, just create and
6198                 use the default one instead of bailing with a
6199                 "Mailbox doesn't exist" error
6200
6201 2008-03-21 [colin]      3.3.1cvs36
6202
6203         * src/procmime.c
6204                 strstrip mime subtype
6205
6206 2008-03-21 [paul]       3.3.1cvs35
6207
6208         * manual/advanced.xml
6209                 correct and update the info about Actions
6210
6211 2008-03-20 [colin]      3.3.1cvs34
6212
6213         * src/messageview.c
6214         * src/messageview.h
6215         * src/textview.c
6216                 Show at max 1MB of text, add a noticeview to
6217                 show everything optionally.
6218
6219 2008-03-20 [colin]      3.3.1cvs33
6220
6221         * src/stock_pixmap.c
6222                 Add support for png themes
6223
6224 2008-03-19 [wwp]        3.3.1cvs32
6225
6226         * src/procheader.c
6227                 Sanity check.
6228
6229 2008-03-18 [colin]      3.3.1cvs31
6230
6231         * src/common/utils.c
6232         * src/common/utils.h
6233                 Handle size_t instead of off_t in to_human_readable
6234
6235 2008-03-18 [colin]      3.3.1cvs30
6236
6237         * src/imap.c
6238                 Remove raw printf
6239
6240 2008-03-16 [colin]      3.3.1cvs29
6241
6242         * src/summaryview.c
6243                 Fix build on GTK < 2.12
6244
6245 2008-03-16 [colin]      3.3.1cvs28
6246
6247         * src/mainwindow.c
6248                 Refresh non-list widget when switching
6249                 messageview
6250
6251 2008-03-16 [colin]      3.3.1cvs27
6252
6253         * manual/faq.xml
6254                 Revert cvs25: This wasn't a typo :) :
6255                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
6256
6257
6258 2008-03-16 [colin]      3.3.1cvs26
6259
6260         * src/summaryview.c
6261         * src/gtk/gtksctree.c
6262         * src/gtk/gtksctree.h
6263                 Implement 2-lines items in Summaryview when in 
6264                 three columns mode
6265
6266 2008-03-16 [paul]       3.3.1cvs25
6267
6268         * manual/faq.xml
6269                 fix typo
6270
6271 2008-03-14 [colin]      3.3.1cvs24
6272
6273         * src/prefs_filtering_action.c
6274                 Fix buglet on setting recipient when
6275                 reediting forward rules.
6276
6277 2008-03-12 [colin]      3.3.1cvs23
6278
6279         * src/summaryview.c
6280                 Fix a new unused variable warning
6281         * src/plugins/trayicon/trayicon.c
6282                 Fix folderview's scrollbar at startup
6283                 if starting hidden
6284
6285 2008-03-12 [colin]      3.3.1cvs22
6286
6287         * src/folderview.c
6288         * src/summaryview.c
6289                 Use item_opened at the beginning of showing
6290                 a folder instead of the end. Fixes flicker.
6291
6292 2008-03-12 [paul]       3.3.1cvs21
6293
6294         * src/folder.c
6295         * src/folder.h
6296         * src/mainwindow.c
6297         * src/procmsg.c
6298         * src/summaryview.c
6299         * src/plugins/trayicon/trayicon.c
6300                 add tooltip with extended folder stats
6301
6302 2008-03-10 [colin]      3.3.1cvs20
6303
6304         * src/common/xml.c
6305                 Handle comments
6306
6307 2008-03-07 [colin]      3.3.1cvs19
6308
6309         * src/mainwindow.c
6310                 Fix blinking of the taskbar entry
6311
6312 2008-03-07 [colin]      3.3.1cvs18
6313
6314         * src/mainwindow.c
6315                 MAEMO: Fix bug 1494, 'Trayicon 
6316                 plugin breaks UI...'
6317
6318 2008-03-07 [paul]       3.3.1cvs17
6319
6320         * src/gtk/authors.h
6321                 reflect reality a bit more closely
6322
6323 2008-03-06 [colin]      3.3.1cvs16
6324
6325         * src/mainwindow.c
6326         * src/mainwindow.h
6327         * src/summaryview.c
6328         * src/summaryview.h
6329         * src/toolbar.c
6330                 Integrate things better wrt the new
6331                 summaryview extensibility.
6332
6333 2008-03-06 [wwp]        3.3.1cvs15
6334
6335         * src/quote_fmt.c
6336                 Fix some gcc warnings.
6337
6338 2008-03-06 [wwp]        3.3.1cvs14
6339
6340         * src/prefs_account.c
6341         * src/prefs_folder_item.c
6342         * src/prefs_gtk.c
6343         * src/prefs_template.c
6344         * src/gtk/prefswindow.c
6345         * src/gtk/prefswindow.h
6346                 prefs_templates: fix missing unregistering of addr_completion widgets
6347                 and and ending of addr_completion service.
6348                 prefs_folder_item: fix missing registering/unregistering of widgets,
6349                 and rework the way add_completion service is started and stopped.
6350                 Plus few prefswindow API changes (opening).
6351
6352 2008-03-06 [wwp]        3.3.1cvs13
6353
6354         * src/folder_item_prefs.c
6355         * src/prefs_template.c
6356         * src/prefs_template.h
6357         * src/quote_fmt.c
6358         * src/common/template.c
6359                 Complete 3.3.1cvs12, thanks to Colin.
6360
6361 2008-03-06 [wwp]        3.3.1cvs12
6362
6363         * src/compose.c
6364         * src/folder_item_prefs.c
6365         * src/folder_item_prefs.h
6366         * src/prefs_account.c
6367         * src/prefs_folder_item.c
6368         * src/prefs_quote.c
6369         * src/prefs_template.c
6370         * src/quote_fmt.c
6371         * src/quote_fmt.h
6372         * src/common/template.c
6373         * src/common/template.h
6374                 Global and per-folder templates can now override the from name (this
6375                 doesn't change the account being used).
6376                 Examples:
6377                  "My other name" <%account_email> (just changes the name)
6378                  my.faked.email@address.org (overrides the address too)
6379
6380 2008-03-05 [colin]      3.3.1cvs11
6381
6382         * src/summaryview.c
6383         * src/summaryview.h
6384                 Replace that hbox with a notebook
6385
6386 2008-03-05 [colin]      3.3.1cvs10
6387
6388         * src/folder.h
6389         * src/folderview.c
6390                 Add klass functions for notification of folder
6391                 opening/closing via the GUI
6392         * src/summaryview.c
6393         * src/summaryview.h
6394                 Add a specific container for the scrolledwin
6395
6396 2008-03-05 [colin]      3.3.1cvs9
6397
6398         * src/folder.h
6399         * src/folderview.c
6400                 Add klass functions for notification of folder 
6401                 opening/closing via the GUI
6402         * src/summaryview.c
6403         * src/summaryview.h
6404                 Add a specific container for the scrolledwin
6405
6406 2008-03-02 [colin]      3.3.1cvs8
6407
6408         * src/messageview.c
6409                 MAEMO: Fix bug 1541, 'Deleting message from within 
6410                 read window displays next message then closes.'
6411
6412 2008-03-02 [colin]      3.3.1cvs7
6413
6414         * src/main.c
6415                 Probably fix bug 1539, 'Program crashes':
6416                 Setup Gcrypt's thread functions when built
6417                 with GnuTLS
6418
6419 2008-03-01 [colin]      3.3.1cvs6
6420
6421         * src/folder.c
6422         * src/imap_gtk.c
6423                 Get rid of stale folders with no account
6424
6425 2008-02-28 [colin]      3.3.1cvs5
6426
6427         * src/compose.c
6428                 Fix bug 1534, 'Segmentation fault when doing 
6429                 some draft saving and then throwing away'
6430         * src/imap.c
6431                 Fix bug 1533, 'Claws is unable to mark messages 
6432                 as "read" in IMAP shared folders'
6433         * src/etpan/imap-thread.c
6434                 Fix bug 1515, 'large messages crash claws when 
6435                 syncing for offline mode'. This is rather a
6436                 workaround, and mails > 64MB will still be
6437                 problematic if there's less than 64MB available
6438                 on the dataroot volume.
6439         * src/messageview.c
6440                 MAEMO: Add information when fetching big messages
6441
6442 2008-02-26 [colin]      3.3.1cvs4
6443
6444         * src/imap.c
6445                 fix bug 1532, '"login refused" message insufficiently 
6446                 detailed'
6447
6448 2008-02-26 [paul]       3.3.1cvs3
6449
6450         * INSTALL
6451         * README
6452                 remove mentions of ClamAV and a few other
6453                 old bits of information
6454
6455 2008-02-23 [colin]      3.3.1cvs2
6456
6457         * src/main.c
6458                 Fix log output (missing \n)
6459
6460 2008-02-23 [colin]      3.3.1cvs1
6461
6462         * configure.ac
6463                 Bump version number for stable release
6464
6465 2008-02-23 [paul]       3.3.0cvs21
6466
6467         * po/he.po
6468                 updated by Ofer
6469
6470 2008-02-21 [colin]      3.3.0cvs20
6471
6472         * src/matcher.c
6473                 Fix bug 1527, 'filtering is case sensitive when it 
6474                 shouldn't be'
6475
6476 2008-02-20 [colin]      3.3.0cvs19
6477
6478         * src/main.c
6479                 Fix file attachments from older Thunar
6480
6481 2008-02-19 [colin]      3.3.0cvs18
6482
6483         * manual/plugins.xml
6484         * manual/es/plugins.xml
6485         * manual/fr/plugins.xml
6486         * manual/pl/plugins.xml
6487                 Remove Clamav
6488
6489 2008-02-19 [paul]       3.3.0cvs17
6490
6491         * tools/README
6492         * tools/csv2addressbook.pl
6493                 add support for Kmail/Kaddressbook
6494
6495 2008-02-18 [colin]      3.3.0cvs16
6496
6497         * src/imap.c
6498                 Unset folder's session before creating a
6499                 new one
6500         * src/main.c
6501         * src/prefs_common.c
6502         * src/prefs_common.h
6503         * manual/advanced.xml
6504                 Add an hidden use_networkmanager pref, to
6505                 disable NetworkManager handling. Also,
6506                 consider UNKNOWN state to be CONNECTED.
6507
6508 2008-02-18 [wwp]        3.3.0cvs15
6509
6510         * src/matcher.c
6511                 Fix Engrish and make 'not' more visible in filtering debug logs.
6512
6513 2008-02-15 [colin]      3.3.0cvs14
6514
6515         * src/matcher.c
6516                 Revert cvs10 for now, it breaks the feature
6517
6518 2008-02-15 [colin]      3.3.0cvs13
6519
6520         * src/main.c
6521                 Always focus folder tree at startup
6522         * src/compose.c
6523                 Fix bug 1521, 'Cannot close compose window after 
6524                 replying to a non-existent news message'
6525
6526 2008-02-13 [colin]      3.3.0cvs12
6527
6528         * src/folderview.c
6529                 Fix important warnings
6530
6531 2008-02-12 [colin]      3.3.0cvs11
6532
6533         * src/imap.c
6534         * src/etpan/imap-thread.c
6535         * src/etpan/imap-thread.h
6536                 Fix handling of $Forwarded flag on Exchange:
6537                 check for the existence or creatability of a
6538                 flag before using it.
6539
6540 2008-02-12 [colin]      3.3.0cvs10
6541
6542         * src/matcher.c
6543                 Optimise matching on Found in addressbook if
6544                 the matched header is in cache (From, etc)
6545
6546 2008-02-12 [colin]      3.3.0cvs9
6547
6548         * src/folderview.c
6549                 Fix crashy stuff when changing displayed
6550                 columns
6551
6552 2008-02-12 [wwp]        3.3.0cvs8
6553
6554         * src/folder.h
6555                 Remove duplicate func declaration and restore the one
6556                 a missing one.
6557
6558 2008-02-12 [wwp]        3.3.0cvs7
6559
6560         * src/compose.c
6561         * src/export.c
6562         * src/folder.c
6563         * src/folder.h
6564         * src/foldersel.c
6565         * src/foldersel.h
6566         * src/imap_gtk.c
6567         * src/import.c
6568         * src/mainwindow.c
6569         * src/messageview.c
6570         * src/mh_gtk.c
6571         * src/prefs_account.c
6572         * src/prefs_filtering_action.c
6573         * src/summaryview.c
6574         * src/plugins/bogofilter/bogofilter_gtk.c
6575         * src/plugins/spamassassin/spamassassin_gtk.c
6576                 Allow moving/copying folders to root folders when using
6577                 the folder selection dialog (it was not possible to
6578                 maemo users to reparent a subfolder to a root folder
6579                 at all).
6580
6581 2008-02-12 [fabien]     3.3.0cvs6
6582
6583         * po/fr.po
6584                 a few days late for i18n fr update. Sorry.
6585
6586 2008-02-11 [colin]      3.3.0cvs5
6587
6588         * src/main.c
6589                 Implement support for future /dev/mem_notify.
6590                 This Linux kernel feature will allow applications
6591                 to be notified that memory has to be freed
6592                 before getting OOM-killed. For more information:
6593                 http://lwn.net/Articles/267013/
6594
6595 2008-02-10 [paul]       3.3.0cvs4
6596
6597         * src/Makefile.am
6598         * src/mimeview.c
6599         * src/prefs_toolbar.c
6600         * src/stock_pixmap.c
6601         * src/stock_pixmap.h
6602         * src/pixmaps/mime_text_patch.xpm
6603                 add an icon for attached patches
6604
6605 2008-02-09 [paul]       3.3.0cvs3
6606
6607         * src/gtk/about.c
6608                 bump the (c) year
6609
6610 2008-02-09 [wwp]        3.3.0cvs2
6611
6612         * src/main.c
6613                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
6614
6615 2008-02-08 [colin]      3.3.0cvs1
6616
6617         * src/common/utils.c
6618                 Forbid attaching anything containing "../" or ".ssh/"
6619                 from mailto: URI
6620
6621 2008-02-08 [paul]       3.3.0
6622
6623         * NEWS
6624         * README
6625         * RELEASE_NOTES 
6626                 3.3.0 released
6627
6628 2008-02-08 [paul]       3.2.0cvs77
6629
6630         * AUTHORS
6631                 updated with new translators
6632         * configure.ac
6633                 added he to ALL_LINGUAS
6634         * po/cs.po
6635         * po/de.po
6636         * po/es.po
6637         * po/fi.po
6638         * po/hu.po
6639         * po/it.po
6640         * po/pt_BR.po
6641         * po/zh_CN.po
6642                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
6643                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
6644                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
6645                 and Ralph Young
6646         * po/he.po
6647                 new Hebrew translation by Ofer <oc666@netvision.net.il>
6648         * src/gtk/about.c
6649                 updated with new translators and bumped (c) year
6650         * src/gtk/authors.h
6651                 updated with new translators
6652
6653 2008-02-05 [colin]      3.2.0cvs76
6654
6655         * src/messageview.c
6656         * src/mimeview.c
6657         * src/mimeview.h
6658                 Special case text/calendar parts: if there's one in
6659                 the mail, and a plugin handling text/calendar is
6660                 loaded, show that part. That'll avoid rendering 
6661                 meetings as plain text, which just looks broken to
6662                 many users.
6663
6664 2008-02-04 [colin]      3.2.0cvs75
6665
6666         * src/mainwindow.c
6667                 Maemo: Fix LED handling on OS 2008
6668
6669 2008-02-01 [colin]      3.2.0cvs74
6670
6671         * src/compose.c
6672                 Possibly fix the annoying and hard-to reproduce bug
6673                 where lines 
6674                 are
6675                 rewrapped
6676                 like
6677                 that.
6678
6679 2008-02-01 [paul]       3.2.0cvs73
6680
6681         * src/common/utils.c
6682                 fix bug 1502, 'Plus signs are stripped from
6683                 email addresses when calling from command line'
6684                 Thanks to Colin
6685
6686 2008-01-31 [colin]      3.2.0cvs72
6687
6688         * src/exphtmldlg.c
6689         * src/mimeview.c
6690         * src/summaryview.c
6691                 Fix building of URIs from filenames
6692
6693 2008-01-31 [wwp]        3.2.0cvs71
6694
6695         * src/main.c
6696                 Fixes debug output of compiled-in features list
6697                 (completes 3.2.0cvs60).
6698
6699 2008-01-31 [colin]      3.2.0cvs70
6700
6701         * configure.ac
6702         * po/POTFILES.in
6703         * src/compose.c
6704         * src/plugins/Makefile.am
6705         * src/plugins/clamav/.cvsignore
6706         * src/plugins/clamav/Makefile.am
6707         * src/plugins/clamav/README
6708         * src/plugins/clamav/clamav_plugin.c
6709         * src/plugins/clamav/clamav_plugin.h
6710         * src/plugins/clamav/clamav_plugin_gtk.c
6711         * src/plugins/clamav/clamav_plugin_gtk.deps
6712                 Remove the Clamav plugin from the core
6713
6714 2008-01-28 [wwp]        3.2.0cvs69
6715
6716         * src/compose.c
6717         * src/prefs_template.c
6718         * src/prefs_template.h
6719         * src/quote_fmt.c
6720         * src/quote_fmt.h
6721         * src/quote_fmt_lex.l
6722         * src/quote_fmt_parse.y
6723                 Fix for bug #1493: count lines (\n chars) according to the way
6724                 format body is passed (i.e. \-escaped or not).
6725
6726 2008-01-27 [paul]       3.2.0cvs68
6727
6728         * po/en_GB.po
6729                 updated
6730         * src/prefs_actions.c
6731         * src/prefs_filtering.c
6732         * src/prefs_folder_item.c
6733         * src/prefs_template.c
6734         * src/gtk/about.c
6735                 some minor changes to the English
6736
6737 2008-01-24 [colin]      3.2.0cvs67
6738
6739         * src/etpan/imap-thread.c
6740         * src/etpan/nntp-thread.c
6741                 Fix bug 1348, 'Hang ups at exit time with 
6742                 pgp plugin since 3.0.2'
6743
6744 2008-01-23 [colin]      3.2.0cvs66
6745
6746         * src/toolbar.c
6747                 Fix translation of something that shouldn't be
6748
6749 2008-01-23 [colin]      3.2.0cvs65
6750
6751         * src/procmime.c
6752                 Fix bug 1486, 'Re: Incorrect content when replying'
6753                 Revert to full scan if short scan found only 0-length
6754                 text parts
6755
6756 2008-01-23 [paul]       3.2.0cvs64
6757
6758         * src/prefs_folder_item.c
6759                 fix bug 1485, 'selecting a folder's default
6760                 account if name contains '&''
6761
6762 2008-01-23 [colin]      3.2.0cvs63
6763
6764         * src/folder.c
6765         * src/folder.h
6766         * src/main.c
6767         * src/mainwindow.c
6768                 Fix bug 1480, 'should be able to display mail file
6769                 from command line'. Let 'claws-mail --select' accept
6770                 absolute paths in addition to folder identifiers.
6771
6772 2008-01-22 [wwp]        3.2.0cvs62
6773
6774         * src/account.c
6775         * src/account.h
6776         * src/compose.c
6777         * src/messageview.c
6778         * src/summaryview.c
6779         * src/common/utils.c
6780         * src/common/utils.h
6781                 Allow from=address in mailto sequence:
6782                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
6783                   The 'from' will try to select the first account matching in accounts list,
6784                   otherwise will use the usual account selection mechanism but override with
6785                   this 'from' address.
6786                 Allow mailto with NNTP accounts
6787                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
6788                   is the default one or if a NNTP account address is used with 'from'.
6789                   This is more or less a bugfix as it was possible to use mailto with a NNTP
6790                   default account but the complete mailto sequence was put in To.
6791
6792 2008-01-22 [wwp]        3.2.0cvs61
6793
6794         * doc/man/claws-mail.1
6795                 Updated the man page: status of few features, command-line
6796                 usage (--version-full) and completed list of config files
6797                 and dirs.
6798
6799 2008-01-22 [wwp]        3.2.0cvs60
6800
6801         * src/main.c
6802                 Added --version-full to display version and compiled-in
6803                 features list (for later use by Clawsker for instance).
6804
6805 2008-01-22 [holger]     3.2.0cvs59
6806
6807         * src/addrduplicates.c
6808                 Fix scrolling in addressbook duplicate
6809                 finder result dialog
6810
6811 2008-01-21 [colin]      3.2.0cvs58
6812
6813         * src/summaryview.c
6814                 Fix bug 1457, 'sorting messages on, say, from, 
6815                 should subsort on previous sort choice'. Subsort
6816                 by date when sort is Subject, From, To, Tags.
6817
6818 2008-01-21 [colin]      3.2.0cvs57
6819
6820         * AUTHORS
6821         * src/matcher.c
6822         * src/mimeview.c
6823         * src/common/ssl.c
6824         * src/gtk/authors.h
6825                 Fix bug 1478, 'Wrong pthread_create calls all 
6826                 over the place'. Patch by Christian Cornelssen
6827
6828 2008-01-20 [colin]      3.2.0cvs56
6829
6830         * src/imap.c
6831         * src/etpan/imap-thread.c
6832         * src/etpan/imap-thread.h
6833                 Fix bug 1468, 'Use IMAP keyword to 
6834                 store "forwarded" flag'
6835
6836 2008-01-20 [colin]      3.2.0cvs55
6837
6838         * src/folderutils.c
6839                 Make list operations faster
6840
6841 2008-01-20 [colin]      3.2.0cvs54
6842
6843         * src/mainwindow.c
6844                 Fix bug 1353, 'on startup with small screen 
6845                 layout, keyboard input gets lost'
6846
6847 2008-01-20 [colin]      3.2.0cvs53
6848
6849         * src/textview.c
6850                 Complete 3.2.0cvs49, and fixes bug 1477, 
6851                 'Claws Mail crashes when view PGP-encrypted 
6852                 message'
6853
6854 2008-01-20 [colin]      3.2.0cvs52
6855
6856         * src/compose.c
6857                 Fix privacy menu update when replying to
6858                 encrypted mail and no default privacy 
6859                 system is set
6860
6861 2008-01-19 [colin]      3.2.0cvs51
6862
6863         * src/filtering.c
6864         * src/procmsg.h
6865         * src/plugins/bogofilter/bogofilter.c
6866         * src/plugins/clamav/clamav_plugin.c
6867         * src/plugins/spamassassin/spamassassin.c
6868                 Batch filtering deletions too (and save 4 bytes
6869                 per MsgInfo in the process :)
6870
6871 2008-01-19 [colin]      3.2.0cvs50
6872
6873         * src/folder.c
6874                 Make cache update after copies much faster
6875                 on IMAP
6876
6877 2008-01-19 [colin]      3.2.0cvs49
6878
6879         * src/textview.c
6880                 Check g_fopen() success
6881
6882 2008-01-17 [wwp]        3.2.0cvs48
6883
6884         * manual/faq.xml
6885         * manual/es/faq.xml
6886         * manual/fr/faq.xml
6887         * manual/pl/faq.xml
6888                 Sylpheed? No idea what this means.
6889
6890 2008-01-17 [colin]      3.2.0cvs47
6891
6892         * src/gtk/gtksctree.c
6893                 Make dnd threshold higher on Maemo
6894
6895 2008-01-16 [colin]      3.2.0cvs46
6896
6897         * src/common/passcrypt.c
6898                 Fix build on FreeBSD, thanks to Pawel
6899
6900 2008-01-15 [colin]      3.2.0cvs45
6901
6902         * src/compose.c
6903                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
6904                 spell check of actuall word'
6905         * src/summaryview.c
6906                 Temporarily disable immediate execution when learning
6907                 spam *only* if the summaryview isn't locked
6908
6909 2008-01-15 [wwp]        3.2.0cvs44
6910
6911         * src/prefs_filtering.c
6912                 Fix filtering prefs layout (Maemo port), moving page up/down
6913                 from buttons to context menu.
6914
6915 2008-01-15 [colin]      3.2.0cvs43
6916
6917         * src/compose.c
6918                 Fix bug 1465, 'First line in new message does not mark URLs'
6919
6920 2008-01-15 [colin]      3.2.0cvs42
6921
6922         * src/common/passcrypt.c
6923                 Fix bug 1461, 'several components #define 
6924                 _XOPEN_SOURCE improperly'
6925
6926 2008-01-15 [colin]      3.2.0cvs41
6927
6928         * src/summaryview.c
6929                 Fix bug 1469, 'Column width adjustments on message 
6930                 lists do not save'
6931
6932 2008-01-14 [holger]     3.2.0cvs40
6933
6934         * configure.ac
6935                 Add tests for dbus, dbus glib bindings,
6936                 and NetworkManager. All is optional. Add new
6937                 --(en|dis)able-networkmanager-support switch.
6938         * src/Makefile.am
6939         * src/imap.c
6940         * src/inc.c
6941         * src/main.c
6942         * src/main.h
6943         * src/mainwindow.c
6944         * src/gtk/about.c
6945                 Add optional NetworkManager support, so Claws Mail
6946                 can try to do the right thing when the network connection
6947                 status changes. NetworkManager support is active by
6948                 default if above requirements were met.
6949
6950 2008-01-12 [colin]      3.2.0cvs39
6951
6952         * src/summaryview.c
6953                 Advertise the click-on-reply feature in the tooltip
6954
6955 2008-01-12 [colin]      3.2.0cvs38
6956
6957         * src/Makefile.am
6958         * src/stock_pixmap.c
6959         * src/stock_pixmap.h
6960         * src/pixmaps/tray_newmail.offline.xpm
6961         * src/pixmaps/tray_newmail.xpm
6962         * src/pixmaps/tray_newmarkedmail.offline.xpm
6963         * src/pixmaps/tray_newmarkedmail.xpm
6964         * src/pixmaps/tray_nomail.offline.xpm
6965         * src/pixmaps/tray_nomail.xpm
6966         * src/pixmaps/tray_unreadmail.offline.xpm
6967         * src/pixmaps/tray_unreadmail.xpm
6968         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6969         * src/pixmaps/tray_unreadmarkedmail.xpm
6970         * src/plugins/trayicon/Makefile.am
6971         * src/plugins/trayicon/newmail.offline.xpm
6972         * src/plugins/trayicon/newmail.xpm
6973         * src/plugins/trayicon/newmarkedmail.offline.xpm
6974         * src/plugins/trayicon/newmarkedmail.xpm
6975         * src/plugins/trayicon/nomail.offline.xpm
6976         * src/plugins/trayicon/nomail.xpm
6977         * src/plugins/trayicon/trayicon.c
6978         * src/plugins/trayicon/unreadmail.offline.xpm
6979         * src/plugins/trayicon/unreadmail.xpm
6980         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6981         * src/plugins/trayicon/unreadmarkedmail.xpm
6982                 Make the Trayicon plugin icons themable
6983
6984 2008-01-12 [wwp]        3.2.0cvs37
6985
6986         * src/prefs_display_header.c
6987                 Fix extra leading hyphen visible in the display
6988                 header configuration combo list (maemo).
6989
6990 2008-01-11 [colin]      3.2.0cvs36
6991
6992         * src/imap.c
6993                 Set timeout to 1 before disconnecting all -
6994                 for when one switches to offline and has 
6995                 no network anymore
6996         * src/messageview.c
6997                 Fix bug 1454, 'error message shows parts and 
6998                 signature of previous messages'
6999         * src/prefs_common.c
7000                 Maemo: Hide Send dialog by default
7001
7002 2008-01-10 [colin]      3.2.0cvs35
7003
7004         * src/action.c
7005         * src/editldap.c
7006         * src/prefs_account.c
7007         * src/wizard.c
7008         * src/gtk/inputdialog.c
7009         * src/plugins/pgpcore/passphrase.c
7010                 Maemo: Fix bug 1455, 'Password enters leading letter 
7011                 incorrectly as uppercase'
7012
7013 2008-01-09 [colin]      3.2.0cvs34
7014
7015         * po/pl.po
7016                 Fix bug 1446, 'SC crashes frequently when staying 
7017                 in background'. Format string error in Polish 
7018                 translation
7019         * src/gtk/description_window.c
7020         * src/prefs_template.c
7021                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
7022                 patch by Pawel
7023         * src/wizard.c
7024                 Maemo: Fix build
7025
7026 2008-01-08 [colin]      3.2.0cvs33
7027
7028         * src/main.c
7029                 Maemo: connect HW status change signal for shutdown
7030         * src/mainwindow.c
7031                 Maemo: Fix hardware space key
7032         * src/wizard.c
7033                 Maemo: name mmc1 and 2 a better name
7034
7035 2008-01-08 [wwp]        3.2.0cvs32
7036
7037         * src/folder.c
7038         * src/folder_item_prefs.c
7039         * src/folder_item_prefs.h
7040         * src/prefs_folder_item.c
7041                 It's now possible to disable processing rules when
7042                 entering a folder (this adds a new option to the
7043                 folder properties dialog).
7044
7045 2008-01-08 [wwp]        3.2.0cvs31
7046
7047         * src/common/utils.c
7048                 Mailto: now supports 'insert' (stands for 'insert file'), this
7049                 adds the ability to create a new message from the command-line,
7050                 with body set from an existing file contents.
7051
7052 2008-01-08 [colin]      3.2.0cvs30
7053
7054         * src/summaryview.c
7055                 Maybe fix bug 1452, 'crash while drag'n'droping 
7056                 emails to an IMAP folder'
7057
7058 2008-01-07 [wwp]        3.2.0cvs29
7059
7060         * src/prefs_filtering.c
7061                 Static-alize a function, thanks to Colin.
7062
7063 2008-01-07 [colin]      3.2.0cvs28
7064
7065         * src/folderview.c
7066                 Fix scrolling to bottom when drag and dropping
7067         * src/summaryview.c
7068                 Fix bug 1445, 'Display sender using addressbook: fails 
7069                 when From: isn't an email address'
7070
7071 2008-01-07 [wwp]        3.2.0cvs27
7072
7073         * src/prefs_actions.c
7074         * src/prefs_filtering.c
7075         * src/prefs_template.c
7076                 Add tooltips to most buttons in the templates, actions and
7077                 filtering/processing dialogs.
7078
7079 2008-01-07 [wwp]        3.2.0cvs26
7080
7081         * src/prefs_filtering.c
7082                  - add a clear button to clear dialog input fields
7083                  - add page up and page down buttons to move selected rule up and down
7084                  - in rules list popup-menu: added Delete, Delete all and Duplicate
7085                  - popup-menu items are greyed out either if the list is empty (not counting the
7086                    (New) row or if there is no selected item
7087                  - clear store when closing dialog
7088
7089         * src/prefs_actions.c
7090                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7091                    clear button, popup-menu
7092                  - clear store when closing dialog
7093
7094         * src/prefs_template.c
7095                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7096                    clear button, popup-menu 
7097
7098         * src/addrcustomattr.c
7099                  - renamed popup-menu item Clear list to Delete all
7100                  - grey out popup-menu items is there is no selected item or if list is empty
7101                  - clear store when closing dialog
7102
7103         * src/edittags.c
7104                  - added popup-menu item Delete all
7105                  - grey out popup-menu items is there is no selected item or if list is empty
7106                  - clear store when closing dialog
7107
7108 2008-01-06 [wwp]        3.2.0cvs25
7109
7110         * src/addressadd.c
7111                 One more layout fix by Pawel (completes 3.2.0cvs24).
7112
7113 2008-01-05 [colin]      3.2.0cvs24
7114
7115         * src/addressadd.c
7116                 Little GUI fixes, patch by Pawel
7117
7118 2007-12-29 [wwp]        3.2.0cvs23
7119
7120         * src/compose.c
7121                 Fix for bug #1443, and strip possible whitespaces around
7122                 custom header names.
7123
7124 2007-12-29 [mones]      3.2.0cvs22
7125
7126         * po/es.po
7127                 Updated translation, corrected a term based 
7128                 on suggestion from Israel Saeta P�rez,
7129                 reverted awful X-Mailer translation
7130         * src/procmime.c
7131                 Complete cvs20 for FreeBSD, patch by Pawel
7132
7133 2007-12-29 [colin]      3.2.0cvs21
7134
7135         * src/textview.c
7136                 Fix bug 1442, 'Tags are repeated in 
7137                 encapsulated messages'
7138
7139 2007-12-28 [colin]      3.2.0cvs20
7140
7141         * src/procmime.c
7142                 Fix path to mime/globs. Patch by Marten King.
7143
7144 2007-12-27 [colin]      3.2.0cvs19
7145
7146         * src/plugins/pgpcore/Makefile.am
7147         * src/plugins/pgpinline/Makefile.am
7148         * src/plugins/pgpmime/Makefile.am
7149                 Add missing flags to build pgp plugins on maemo
7150
7151 2007-12-27 [colin]      3.2.0cvs18
7152
7153         * src/mainwindow.c
7154                 Maximise before showing to avoid probable flickering
7155                 on slow computers.
7156
7157 2007-12-27 [colin]      3.2.0cvs17
7158
7159         * src/main.c
7160         * src/mainwindow.c
7161         * src/prefs_common.c
7162         * src/prefs_common.h
7163                 Fix bug 1439, 'Claws Mail does not remember window size 
7164                 state when restarted'. Save maximised state and force
7165                 maximisation at startup if applicable.
7166
7167 2007-12-23 [paul]       3.2.0cvs16
7168
7169         * src/prefs_matcher.c
7170                 fix bug 1436, 'Filter condition dialog doesn't
7171                 load header name from current rules'
7172
7173 2007-12-22 [paul]       3.2.0cvs15
7174
7175         * src/compose.c
7176                 fix bug 1435, 'Reply doesn't take into account
7177                 reply-to field'
7178
7179 2007-12-21 [paul]       3.2.0cvs14
7180
7181         * src/common/ssl_certificate.c
7182                 fix FreeBSD build with IPV6 support 
7183
7184 2007-12-20 [colin]      3.2.0cvs13
7185
7186         * src/imap.c
7187                 Fix error handling
7188
7189 2007-12-20 [colin]      3.2.0cvs12
7190
7191         * src/imap.c
7192         * src/imap.h
7193         * src/prefs_account.c
7194                 Add DIGEST-MD5 support for IMAP authentication
7195
7196 2007-12-19 [mones]      3.2.0cvs11
7197
7198         * doc/man/claws-mail.1
7199                 Better ordering of sections, updated options
7200         * po/es.po
7201                 Updated strings
7202
7203 2007-12-19 [paul]       3.2.0cvs10
7204
7205         * src/prefs_account.c
7206                 use a spinbutton instead of an entry for
7207                 "POP authentication timeout" also
7208
7209 2007-12-19 [colin]      3.2.0cvs9
7210
7211         * src/prefs_filtering_action.c
7212         * src/prefs_matcher.c
7213         * src/gtk/description_window.c
7214                 Destroy info windows with their parents
7215                 Patch by Pawel
7216
7217 2007-12-19 [colin]      3.2.0cvs8
7218
7219         * src/prefs_account.c
7220                 Use spinbuttons instead of entries where needed
7221                 Patch by Pawel
7222
7223 2007-12-18 [paul]       3.2.0cvs7
7224
7225         * src/prefs_matcher.c
7226                 add missing i18n for a few strings
7227                 Patch by Stephan Sachse
7228
7229 2007-12-18 [paul]       3.2.0cvs6
7230
7231         * src/prefs_logging.c
7232                 use 'disk' instead of 'disc'
7233
7234 2007-12-18 [paul]       3.2.0cvs5
7235
7236         * po/en_GB.po
7237                 updated
7238         * src/addrcustomattr.c
7239         * src/editaddress.c
7240                 fixes to the ingleesh
7241         * src/prefs_filtering_action.c
7242                 fix copyright header
7243                 fix untranslated strings
7244         * src/prefs_filtering_action.h
7245                 fix copyright header
7246
7247 2007-12-18 [wwp]        3.2.0cvs4
7248
7249         * src/folderview.c
7250         * src/headerview.c
7251         * src/prefs_common.c
7252         * src/prefs_common.h
7253         * src/prefs_fonts.c
7254         * src/summaryview.c
7255         * src/textview.c
7256         * src/wizard.c
7257         * src/common/defs.h
7258         * src/gtk/gtkutils.c
7259                 Added prefs to set custom small and bold fonts
7260                 (might matter on some desktops, according to
7261                 DPI and font settings).
7262
7263 2007-12-18 [colin]      3.2.0cvs3
7264
7265         * src/prefs_logging.c
7266                 Rework GUI, patch by Pawel
7267
7268 2007-12-18 [colin]      3.2.0cvs2
7269
7270         * src/prefs_filtering_action.c
7271                 Rework GUI, patch by Pawel
7272
7273 2007-12-18 [colin]      3.2.0cvs1
7274
7275         * src/editaddress.c
7276                 Fix build on old GCC
7277                 Fix inverted buttons
7278
7279 2007-12-17 [paul]       3.2.0
7280
7281         * NEWS
7282         * README
7283         * RELEASE_NOTES 
7284                 3.2.0 released
7285
7286 2007-12-17 [paul]       3.1.0cvs79
7287
7288         * po/de.po
7289         * po/fr.po
7290         * po/hu.po
7291         * po/it.po
7292         * po/pt_BR.po
7293                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
7294                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
7295
7296 2007-12-17 [mones]      3.1.0cvs78
7297
7298         * po/es.po
7299                 Updated Spanish translation for 3.2.0 release
7300
7301 2007-12-16 [colin]      3.1.0cvs77
7302
7303         * src/addrcustomattr.c
7304                 Fix translations, patch by Fabien
7305
7306 2007-12-15 [paul]       3.1.0cvs76
7307
7308         * src/folderview.c
7309                 fix compiler warning
7310
7311 2007-12-14 [colin]      3.1.0cvs75
7312
7313         * src/folderview.c
7314                 Simplify logic
7315
7316 2007-12-12 [wwp]        3.1.0cvs74
7317
7318         * AUTHORS
7319         * src/gtk/authors.h
7320                 Added Marius Glauser to the hall of fame.
7321
7322 2007-12-12 [wwp]        3.1.0cvs73
7323
7324         * src/gtk/gtkutils.c
7325                 Improve the way we show results of searches
7326                 in message bodies: selected text now get centered
7327                 vertically in the message window.
7328                 Patch by Marius Glauser <seelenhirt@gmx.net>.
7329
7330 2007-12-10 [colin]      3.1.0cvs72
7331
7332         * src/folder.c
7333                 Don't crash when setting batch mode on no folder
7334
7335 2007-12-10 [colin]      3.1.0cvs71
7336
7337         * src/common/utils.c
7338                 Fix potential buffer overrun (thanks to
7339                 Hiroyuki)
7340
7341 2007-12-08 [paul]       3.1.0cvs70
7342
7343         * src/prefs_receive.c
7344                 small change to the English
7345
7346 2007-12-08 [colin]      3.1.0cvs69
7347
7348         * src/vcard.c
7349                 Fix warnings
7350
7351 2007-12-07 [colin]      3.1.0cvs68
7352
7353         * src/mainwindow.c
7354         * src/summaryview.c
7355         * src/summaryview.h
7356                 Free simplify_subject_preg at exit
7357
7358 2007-12-07 [colin]      3.1.0cvs67
7359
7360         * src/main.c
7361         * src/summaryview.c
7362         * src/common/utils.c
7363         * src/common/utils.h
7364                 We have to free reused regexps from time to
7365                 time, or they get huge
7366
7367 2007-12-07 [colin]      3.1.0cvs66
7368
7369         * src/vcard.c
7370                 Fix QP decoding (and UTF8)
7371
7372 2007-12-07 [colin]      3.1.0cvs65
7373
7374         * src/addrcustomattr.c
7375                 Update list of default custom attributes
7376                 now (will be needed for a feature patch
7377                 post 3.2.0)
7378
7379 2007-12-07 [colin]      3.1.0cvs64
7380
7381         * src/folder.c
7382                 Batch on destination folder when copying - fixes
7383                 slowness when moving unread mails to trash on IMAP
7384
7385 2007-12-06 [colin]      3.1.0cvs63
7386
7387         * src/common/w32_time.c
7388         * src/common/w32lib.h
7389         * src/etpan/etpan-thread-manager.c
7390         * src/etpan/imap-thread.c
7391         * src/etpan/nntp-thread.c
7392         * src/gtk/Makefile.am
7393                 Fix win32 build with libetpan. Thanks to
7394                 Marcus Brinkmann.
7395
7396 2007-12-06 [colin]      3.1.0cvs62
7397
7398         * src/account.c
7399         * src/imap.c
7400         * src/prefs_account.c
7401         * src/prefs_account.h
7402         * src/etpan/imap-thread.c
7403         * src/etpan/imap-thread.h
7404                 Disable connection via command line on WIN32
7405                 Disable mmap use on WIN32 - use normal strings
7406         * src/addressbook.c
7407         * src/addressbook.h
7408         * src/addressbook_foldersel.c
7409         * src/addressbook_foldersel.h
7410         * src/prefs_filtering_action.c
7411         * src/prefs_matcher.c
7412         * src/plugins/bogofilter/bogofilter_gtk.c
7413         * src/plugins/dillo_viewer/dillo_prefs.c
7414         * src/plugins/spamassassin/spamassassin_gtk.c
7415                 Fix leak, rework function logics to be more
7416                 natural - thanks to Holger
7417         * src/common/utils.c
7418                 Fix warnings
7419
7420 2007-12-06 [colin]      3.1.0cvs61
7421
7422         * src/news.c
7423         * src/common/utils.c
7424         * src/common/utils.h
7425                 Fix posting, and fix UTF-8 being sent when encoding
7426                 is 8bit
7427
7428 2007-12-05 [colin]      3.1.0cvs60
7429
7430         * src/news.c
7431                 Fix debian bug #453157, 'Fails to post usenet
7432                 articles after NNTP connection has been 
7433                 interrupted". Fix return value to prevent deletion
7434                 on failure, and issue MODE READER in case posting
7435                 fails at first.
7436
7437 2007-12-05 [colin]      3.1.0cvs59
7438
7439         * src/messageview.c
7440         * src/uri_opener.c
7441                 Improvements to the List URIs dialog
7442                 Patch by Pawel
7443
7444 2007-12-05 [colin]      3.1.0cvs58
7445
7446         * src/prefs_other.c
7447         * src/gtk/gtksctree.h
7448                 Fix warnings
7449
7450 2007-12-04 [colin]      3.1.0cvs57
7451
7452         * src/etpan/imap-thread.c
7453                 Fix bug 1378, 'Claws exits on IMAP alert message'
7454                 Don't do GTK calls directly from Etpan thread
7455
7456 2007-12-04 [colin]      3.1.0cvs56
7457
7458         * src/folderview.c
7459         * src/gtk/gtksctree.c
7460                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
7461                 Make all the left of column zero an hotspot for
7462                 expanding.
7463
7464 2007-12-04 [colin]      3.1.0cvs55
7465
7466         * src/mainwindow.c
7467         * src/mainwindow.h
7468         * src/prefs_common.c
7469         * src/prefs_common.h
7470         * src/prefs_receive.c
7471                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
7472
7473 2007-12-04 [wwp]        3.1.0cvs54
7474
7475         * src/prefs_other.c
7476                 Fix for bug #1419.
7477
7478 2007-12-04 [holger]     3.1.0cvs53
7479
7480         * src/addrduplicates.c
7481         * src/addrduplicates.h
7482                 Export addressbook entry deletion
7483
7484 2007-12-04 [colin]      3.1.0cvs52
7485
7486         * tools/Makefile.am
7487         * tools/README.sylprint
7488         * tools/sylprint.pl
7489         * tools/sylprint.rc
7490                 Fix debian bug #454089 (symlink attack in TMP directory)
7491                 http://secwatch.org/advisories/1019661/ :
7492                 Remove the buggy script, which was unmaintained anyway
7493         * src/news.c
7494         * src/procmsg.c
7495                 Store things in our private tmp directory.
7496
7497 2007-12-03 [colin]      3.1.0cvs51
7498
7499         * src/folder.c
7500         * src/folder.h
7501         * src/folderview.c
7502         * src/imap.c
7503         * src/mainwindow.c
7504                 Fix update problem when getting remote tags
7505         * src/prefs_matcher.c
7506                 Rework GUI to make it better. Patch by Pawel
7507                 Pekala
7508
7509 2007-12-03 [colin]      3.1.0cvs50
7510
7511         * src/etpan/imap-thread.c
7512         * src/etpan/nntp-thread.c
7513                 Fix bug 1417, 'Network log doesn't reveal 
7514                 enough NNTP errors'
7515
7516 2007-12-02 [iwkse]      3.1.0cvs49
7517
7518         * src/plugins/dillo_viewer/dillo_prefs.c
7519                         Insert dillo under the Plugins menu
7520
7521 2007-12-01 [paul]       3.1.0cvs48
7522
7523         * src/html.c
7524                 add these variant forms
7525                 Thanks to Colin
7526
7527 2007-12-01 [paul]       3.1.0cvs47
7528
7529         * src/matcher.c
7530                 fix a typo
7531
7532 2007-12-01 [paul]       3.1.0cvs46
7533
7534         * po/POTFILES.in
7535                 add the new addrcustomattr.c file
7536
7537 2007-11-29 [colin]      3.1.0cvs45
7538
7539         * src/common/ssl_certificate.c
7540                 Use the more modern getaddrinfo instead of 
7541                 gethostbyname when possible
7542
7543 2007-11-28 [colin]      3.1.0cvs44
7544
7545         * src/summaryview.c
7546                 Maybe fix bug 1410 and other crash reports
7547                 in summaryview since cvs38.
7548
7549 2007-11-28 [wwp]        3.1.0cvs43
7550
7551         * src/prefs_summary_open.c
7552                 Guard against an empty list of actions to perform
7553                 when opening a folder (or migration defaults could
7554                 be introduced, confusing).
7555
7556 2007-11-28 [colin]      3.1.0cvs42
7557
7558         * src/folderview.c
7559                 Fix mark all read from folder's contextual menu
7560
7561 2007-11-27 [colin]      3.1.0cvs41
7562
7563         * src/imap.c
7564         * src/imap.h
7565         * src/imap_gtk.c
7566         * src/prefs_account.c
7567         * src/etpan/imap-thread.c
7568                 A few fixes to the IMAP flags handling: Optimisations,
7569                 two crashers, mention that Bandwitdh-efficient mode
7570                 prevents tag fetching.
7571                 Fix M-UTF7 in subscription dialog.
7572
7573 2007-11-27 [colin]      3.1.0cvs40
7574
7575         * src/folder.c
7576         * src/mbox.c
7577         * src/summaryview.c
7578                 Make filtering faster on flags change: Batch original 
7579                 folderitem, where we'll do flags/tags changes.
7580
7581 2007-11-27 [colin]      3.1.0cvs39
7582
7583         * src/filtering.c
7584                 Fix bug 1407, 'After a copy action, further rules apply 
7585                 to both original and copy'
7586
7587 2007-11-27 [colin]      3.1.0cvs38
7588
7589         * src/edittags.c
7590         * src/summaryview.c
7591                 Fixes races when doing a long operation and user
7592                 asks for another one (Mark all read/unread on a 
7593                 big folder on IMAP for example)
7594
7595 2007-11-27 [wwp]        3.1.0cvs37
7596
7597         * src/addressbook.c
7598         * src/prefs_common.c
7599                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
7600                 and 3.1.0cvs35 (addressbook.c).
7601
7602 2007-11-27 [holger]     3.1.0cvs36
7603
7604         * src/printing.c
7605                 Add a line separating header and body
7606                 in the printout
7607
7608 2007-11-27 [wwp]        3.1.0cvs35
7609
7610         * src/addressbook.c
7611                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
7612                 (thanks to Colin) and revert disabling of cut/copy
7613                 context menu entries upon selected groups.
7614
7615 2007-11-27 [holger]     3.1.0cvs34
7616
7617         * src/printing.c
7618                 Add weights to the list of supported text attributes
7619                 for printing
7620
7621 2007-11-27 [wwp]        3.1.0cvs33
7622
7623         * src/Makefile.am
7624         * src/addrcustomattr.c
7625         * src/addrcustomattr.h
7626         * src/addressbook.c
7627         * src/editaddress.c
7628         * src/editaddress.h
7629         * src/prefs_common.c
7630         * src/prefs_common.h
7631         * src/common/defs.h
7632                 Provide a (customizable) list of preset attribute names
7633                 for editing contacts (closes bug #1391).
7634
7635 2007-11-27 [wwp]        3.1.0cvs32
7636
7637         * src/addrclip.c
7638         * src/addressbook.c
7639         * src/addritem.c
7640                 Various fixes in the address book:
7641                         - made copy/move of a folder to itself or its subtree
7642                           impossible (-> error)
7643                         - errors messages don't show in the status bar anymore,
7644                           use alertpanels instead
7645                         - simple click on group doesn't open group edit dialog
7646                           anymore when in contact edit embedded mode (was too itchy)
7647                         - fixed disabling of edit button and and menu entry when
7648                           in contact edit embedded mode (was done in a bad and
7649                           ineffective way)
7650                         - fix menu cut/paste sensitivity in treelist context
7651                           menu (conflicting enabling was done by different functions)
7652                         - fix some menu item sensitivity in address list context menu
7653                         - don't allow cut/copy of groups, it's useless as they won't
7654                           be copied w/ their contents
7655                         - fix missing copy of the picture file when copying (bug #1402),
7656                           fix picture attribute (internal) value when moving or copying
7657
7658
7659 2007-11-27 [colin]      3.1.0cvs31
7660
7661         * src/folder.c
7662         * src/imap.c
7663                 Fix tags loss on move, fix space encoding
7664
7665 2007-11-26 [colin]      3.1.0cvs30
7666
7667         * src/edittags.c
7668         * src/folder.c
7669         * src/folder.h
7670         * src/imap.c
7671         * src/messageview.c
7672         * src/procmsg.c
7673         * src/procmsg.h
7674         * src/summaryview.c
7675         * src/common/utils.c
7676         * src/common/utils.h
7677         * src/etpan/imap-thread.c
7678         * src/etpan/imap-thread.h
7679                 Add IMAP tags support
7680
7681 2007-11-26 [colin]      3.1.0cvs29
7682
7683         * src/imap.c
7684                 Fix bug 1405, 'imap auto auth method doesn't 
7685                 work since 3.1.0'
7686
7687 2007-11-26 [colin]      3.1.0cvs28
7688
7689         * src/messageview.c
7690         * src/procmime.c
7691                 Handle broken disposition-notifications from Evolution
7692                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
7693
7694 2007-11-25 [paul]       3.1.0cvs27
7695
7696         * src/folder_item_prefs.c
7697         * src/folder_item_prefs.h
7698                 remove dead code
7699
7700 2007-11-23 [wwp]        3.1.0cvs26
7701
7702         * src/matcher.c
7703         * src/matcher.h
7704         * src/matcher_parser_parse.y
7705         * src/prefs_matcher.c
7706                 Fix irrelevant case folding when adding matcher condition 'test',
7707                 thanks to Colin.
7708
7709 2007-11-23 [wwp]        3.1.0cvs25
7710
7711         * src/prefs_common.c
7712         * src/prefs_common.h
7713         * src/prefs_summary_open.c
7714         * src/prefs_summary_open.h
7715         * src/summaryview.c
7716                 Add "select first email in list" to the list of possible selections
7717                 when opening a folder.
7718
7719 2007-11-23 [paul]       3.1.0cvs24
7720
7721         * po/de.po
7722                 a fix by Stephan Sachse, plus remove all
7723                 old strings from the end of the file
7724
7725 2007-11-23 [wwp]        3.1.0cvs23
7726
7727         * src/prefs_msg_colors.c
7728                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
7729                 with little changes.
7730
7731 2007-11-23 [paul]       3.1.0cvs22
7732
7733         * src/prefs_logging.c
7734                 eliminate wasted horizontal space
7735
7736 2007-11-23 [paul]       3.1.0cvs21
7737
7738         * src/prefs_summaries.c
7739                 don't wrap the label or put linebreaks
7740
7741 2007-11-22 [colin]      3.1.0cvs20
7742
7743         * src/plugins/pgpinline/pgpinline.c
7744                 Fix decryption
7745
7746 2007-11-22 [wwp]        3.1.0cvs19
7747
7748         * src/prefs_themes.c
7749                 Yet another misuse of get_rc_dir(), still related
7750                 to user themes. Completes 3.1.0cvs18.
7751
7752 2007-11-22 [wwp]        3.1.0cvs18
7753
7754         * src/stock_pixmap.c
7755                 Fix a misuse of get_rc_dir(), user themes dir was
7756                 not set properly and some themes might have disappeared
7757                 from themes list in prefs.
7758
7759 2007-11-22 [wwp]        3.1.0cvs17
7760
7761         * src/edittags.c
7762         * src/edittags.h
7763         * src/common/tags.c
7764         * src/common/tags.h
7765                 Correct copyright for these claws-mail-only brand new
7766                 files.
7767
7768 2007-11-22 [paul]       3.1.0cvs16
7769
7770         * src/compose.c
7771                 fix bug 1400, 'Drag and drop of URLs does not work'
7772                 Thanks to Colin
7773
7774 2007-11-22 [paul]       3.1.0cvs15
7775
7776         * src/prefs_common.c
7777                 make "cmds_use_system_default" default to FALSE
7778                 so as not to disrupt current settings
7779         * src/summaryview.c
7780                 increase the size of the GdkRectangle, tooltips
7781                 didn't show for me otherwise
7782
7783 2007-11-21 [colin]      3.1.0cvs14
7784
7785         * src/compose.c
7786         * src/crash.c
7787         * src/exphtmldlg.c
7788         * src/mainwindow.c
7789         * src/manual.c
7790         * src/mimeview.c
7791         * src/prefs_account.c
7792         * src/prefs_common.c
7793         * src/prefs_common.h
7794         * src/prefs_ext_prog.c
7795         * src/textview.c
7796         * src/uri_opener.c
7797         * src/gtk/about.c
7798         * src/gtk/gtkutils.c
7799                 Use xdg-open as a way to find default browser,
7800                 when available
7801
7802 2007-11-21 [colin]      3.1.0cvs13
7803
7804         * src/messageview.c
7805         * src/procmime.c
7806         * src/procmsg.h
7807                 Send better return receipts (useful ones)
7808                 Handle incoming return receipts
7809
7810 2007-11-20 [colin]      3.1.0cvs12
7811
7812         * src/printing.c
7813         * src/printing.h
7814                 Add getter/setter for settings, and getter
7815                 for page setup
7816
7817 2007-11-20 [colin]      3.1.0cvs11
7818
7819         * src/folderview.c
7820         * src/main.c
7821         * src/mainwindow.c
7822                 Fix bug 1396, 'Crash on disabling a filter 
7823                 while it is processing'
7824
7825 2007-11-20 [paul]       3.1.0cvs10
7826
7827         * src/folder.c
7828                 fix bug 1395, 'Crash on checking for new mails
7829                 while filter is running'
7830                 Thanks to Colin
7831
7832 2007-11-20 [paul]       3.1.0cvs9
7833
7834         * src/compose.c
7835                 make this string easier for translators
7836
7837 2007-11-19 [colin]      3.1.0cvs8
7838
7839         * src/prefs_summaries.c
7840         * src/summaryview.c
7841                 Don't enable more tooltips on Maemo
7842
7843 2007-11-19 [colin]      3.1.0cvs7
7844
7845         * src/prefs_common.c
7846         * src/prefs_common.h
7847         * src/prefs_summaries.c
7848         * src/summaryview.c
7849                 Fix bug 1388, 'message list tool tips'
7850                 Add (optional) tooltips in summaryview.
7851                 This only works with GTK+ >= 2.12
7852
7853 2007-11-19 [colin]      3.1.0cvs6
7854
7855         * src/compose.c
7856                 Make strings a bit better when attaching
7857                 from mailto: URIs
7858
7859 2007-11-19 [colin]      3.1.0cvs5
7860
7861         * src/common/utils.c
7862                 Fix bug 1392, 'Top level domain .EU is 
7863                 not recognised as valid'
7864
7865 2007-11-19 [wwp]        3.1.0cvs4
7866
7867         * src/compose.c
7868         * src/compose.h
7869                 Revert changes to compose.c made in 3.1.0cvs2.
7870
7871 2007-11-19 [wwp]        3.1.0cvs3
7872
7873         * src/addressbook.c
7874         * src/addressbook.h
7875         * src/editaddress.c
7876         * src/editgroup.c
7877         * src/addrduplicates.c
7878                 Minor improvements in the address book:
7879                 always accept new contacts provided that some
7880                 detail is set (instead of rejecting silently).
7881                 Better guessing of contact name from incomplete
7882                 name information. Better display of contacts with
7883                 no name, in contact lists, group contents, find
7884                 duplicate results.
7885                 
7886
7887 2007-11-19 [wwp]        3.1.0cvs2
7888
7889         * src/compose.c
7890         * src/compose.h
7891         * src/prefs_logging.c
7892         * src/prefs_summaries.c
7893                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
7894                 wrap some long label in prefs/summaries, layout checkboxes
7895                 in a more compact form in prefs/loggin, make account and
7896                 header's combos have the same size/spacing in compose
7897                 window.
7898
7899 2007-11-19 [wwp]        3.1.0cvs1
7900
7901         * src/edittags.c
7902                 Fix a tiny leak and duplicate variable.
7903
7904 2007-11-19 [paul]       3.1.0
7905
7906         * NEWS
7907         * README
7908         * RELEASE_NOTES 
7909                 3.1.0 released
7910
7911 2007-11-19 [paul]       3.0.2cvs145
7912
7913         * po/de.po
7914         * po/fi.po
7915         * po/fr.po
7916         * po/hu.po
7917         * po/it.po
7918         * po/pl.po
7919         * po/pt_BR.po
7920         * po/sk.po
7921         * po/zh_CN.po
7922                 updated by Stephan Sachse, Flammie Pirinen,
7923                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
7924                 Emil Nowak, Frederico Goncalves Guimaraes,
7925                 Andrej Kacian, and Ralph Young
7926
7927 2007-11-18 [mones]      3.0.2cvs144
7928
7929         * po/es.po
7930                 Updated Spanish translation
7931
7932 2007-11-18 [colin]      3.0.2cvs143
7933
7934         * src/edittags.c
7935                 Prevent empty tag after edit, thanks to wwp
7936
7937 2007-11-18 [colin]      3.0.2cvs142
7938
7939         * src/editaddress.c
7940                 Fix possible "(null)" %s - thanks to wwp
7941
7942 2007-11-16 [wwp]        3.0.2cvs141
7943
7944         * src/common/utils.c
7945                 Fix for 3.0.2cvs140, prevents from crashing when opening
7946                 a compose window.
7947
7948 2007-11-16 [colin]      3.0.2cvs140
7949
7950         * src/main.c
7951         * src/common/claws.c
7952                 Output a bit more useful info at startup
7953                 in --debug mode
7954
7955 2007-11-16 [colin]      3.0.2cvs139
7956
7957         * src/compose.c
7958         * src/common/utils.c
7959         * src/common/utils.h
7960                 Fix bug 1387, 'Request for --compose to 
7961                 support multiple attachments'
7962
7963 2007-11-16 [colin]      3.0.2cvs138
7964
7965         * src/news.c
7966                 Fix bug 1390, 'NNTP fails after server 
7967                 closed connection'
7968
7969 2007-11-16 [colin]      3.0.2cvs137
7970
7971         * src/prefs_display_header.c
7972                 Fix bug 1389, 'Changing 'Display headers 
7973                 in message view' breaks dispheaderrc'
7974
7975 2007-11-14 [colin]      3.0.2cvs136
7976
7977         * src/summaryview.c
7978         * src/gtk/quicksearch.c
7979         * src/gtk/quicksearch.h
7980                 Fix resetting the quicksearch when in non-sticky
7981                 mode, but Recursive is set: reset only when going
7982                 out of the root search folder.
7983
7984 2007-11-14 [colin]      3.0.2cvs135
7985
7986         * src/filtering.c
7987                 Don't set new flag back when doing "Mark as unread"
7988                 from filtering
7989
7990 2007-11-12 [paul]       3.0.2cvs134
7991
7992         * src/plugins/dillo_viewer/dillo_viewer.c
7993                 don't offer the mime type for translation
7994
7995 2007-11-12 [paul]
7996
7997         3.1.0-rc2 released
7998
7999 2007-11-11 [colin]      3.0.2cvs133
8000
8001         * src/imap_gtk.c
8002         * src/mh_gtk.c
8003                 Use markup-escaped strings in dialogs
8004
8005 2007-11-11 [colin]      3.0.2cvs132
8006
8007         * src/imap.c
8008                 Better IMAP-UTF7/UTF8 conversion
8009
8010 2007-11-10 [colin]      3.0.2cvs131
8011
8012         * src/news.c
8013                 Fix debian bug 450698, 'nntp auth behavior changed 
8014                 without notice'
8015
8016 2007-11-10 [colin]      3.0.2cvs130
8017
8018         * configure.ac
8019         * src/inc.c
8020         * src/main.c
8021         * src/main.h
8022         * src/mimeview.c
8023         * src/statusbar.c
8024         * src/common/utils.c
8025         * src/etpan/Makefile.am
8026         * src/gtk/filesel.c
8027         * src/gtk/gtkutils.h
8028         * src/gtk/menu.c
8029         * src/plugins/bogofilter/Makefile.am
8030         * src/plugins/clamav/Makefile.am
8031         * src/plugins/dillo_viewer/Makefile.am
8032         * src/plugins/pgpcore/Makefile.am
8033         * src/plugins/spamassassin/Makefile.am
8034         * src/plugins/trayicon/Makefile.am
8035                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
8036
8037 2007-11-09 [colin]      3.0.2cvs129
8038
8039         * src/addressbook.c
8040         * src/ldapupdate.c
8041                 fix bug 1375, 'Impossible to modify e-mail
8042                 in LDAP addressbook twice'; Try two. update
8043                 externalID, don't make display lag, and
8044                 fix the cases where dn is not mail.
8045
8046 2007-11-08 [paul]       3.0.2cvs128
8047
8048         * src/account.c
8049         * src/compose.c
8050         * src/messageview.c
8051         * src/prefs_account.c
8052         * src/prefs_account.h
8053                 reinstate 'Generate Message-ID' option as an
8054                 account preference. (hidden on IMAP)
8055                 Thanks to Colin
8056
8057 2007-11-08 [paul]       3.0.2cvs127
8058
8059         * src/textview.c
8060                 MAEMO: fix failure of loading images inline
8061                 MAEMO: fix bug 1349, 'Emails still skip to end
8062                 when opened (in certain circumstances)...'
8063
8064 2007-11-07 [colin]      3.0.2cvs126
8065
8066         * src/toolbar.c
8067                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
8068
8069 2007-11-07 [colin]      3.0.2cvs125
8070
8071         * src/toolbar.c
8072                 Re-change the string occurence of A_CLAWS_ACTIONS
8073                 to A_SYL_ACTIONS, to prevent parse errors of the
8074                 toolbar_*.xml files
8075
8076 2007-11-07 [colin]      3.0.2cvs124
8077
8078         * src/mimeview.c
8079         * src/prefs_common.c
8080         * src/prefs_common.h
8081         * manual/advanced.xml
8082                 Add an hidden pref, 'save_parts_readwrite';
8083                 completes 3.0.2cvs35
8084
8085 2007-11-07 [paul]       3.0.2cvs123
8086
8087         * src/prefs_toolbar.c
8088         * src/toolbar.c
8089         * src/toolbar.h
8090                 rename ToolbarSylpheedActions to ToolbarClawsActions
8091                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
8092
8093 2007-11-07 [paul]       3.0.2cvs122
8094
8095         * src/toolbar.c
8096                 MAEMO: remove tooltips
8097
8098 2007-11-07 [colin]      3.0.2cvs121
8099
8100         * src/plugins/pgpinline/pgpinline.c
8101                 Fix bug 1377, 'unspecific errors on 
8102                 signature checking'. Fix trimming of
8103                 UTF8 data.
8104
8105 2007-11-06 [iwkse]      3.0.2cvs120
8106
8107         * src/prefs_summary_open.c
8108                 yet a string change
8109
8110 2007-11-06 [paul]       3.0.2cvs119
8111
8112         * tools/Makefile.am
8113         * tools/README
8114         * tools/csv2addressbook.pl
8115                 add a new script that imports a CSV formatted
8116                 address book. Becky and Thunderbird address
8117                 book are currently supported.
8118
8119 2007-11-05 [colin]      3.0.2cvs118
8120
8121         * src/imap.c
8122                 Fix deletion 
8123
8124 2007-11-05 [iwkse]      3.0.2cvs117
8125
8126         * src/prefs_summary_open.c
8127                 String changes
8128
8129 2007-11-04 [paul]       3.0.2cvs116
8130
8131         * src/addressbook_foldersel.c
8132                 fix gtk critical warning
8133                 Patch by Pawel Pekala
8134
8135 2007-11-04 [paul]       3.0.2cvs115
8136
8137         * tools/README
8138         * tools/claws-mail-compose-insert-files.pl
8139                 add --bcc and uri_escape() everything
8140
8141 2007-11-04 [paul]       3.0.2cvs114
8142
8143         * src/gtk/gtkutils.c
8144                 gtkut_stock_with_text_button_set_create(): set
8145                 GTK_CAN_DEFAULT on buttons 2 and 3
8146
8147 2007-11-03 [paul]       3.0.2cvs113
8148
8149         * src/common/utils.c
8150                 fix debian bug #448814, 'mailto: URI decoding
8151                 desn't decode the destination address field'
8152                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
8153
8154 2007-11-03 [paul]       3.0.2cvs112
8155
8156         * AUTHORS
8157         * src/compose.c
8158         * src/gtk/authors.h
8159                 allow Bcc in commandline URIs
8160                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
8161
8162 2007-11-02 [colin]      3.0.2cvs111
8163
8164         * src/addressbook.c
8165                 Maybe fix bug 1376, 'crash on 
8166                 addressbook manipulation'
8167
8168 2007-10-31 [paul]       3.0.2cvs110
8169
8170         * src/ldapupdate.c
8171                 fix bug 1375, 'Impossible to modify e-mail
8172                 in LDAP addressbook twice'
8173                 Patch by Michael Rasmussen
8174
8175 2007-10-30 [paul]       3.0.2cvs109
8176
8177         * configure.ac
8178                 enable GnuTLS support with --enable-gnutls which
8179                 will disable openssl support. if the user has
8180                 gtk >= 2.10.x don't allow gnomeprint even if the
8181                 user asks for it
8182
8183 2007-10-30 [paul]
8184
8185         3.1.0-rc1 released
8186
8187 2007-10-30 [paul]       3.0.2cvs108
8188
8189         * Makefile.am
8190                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
8191
8192 2007-10-30 [paul]       3.0.2cvs107
8193
8194         * src/expldifdlg.c
8195         * src/prefs_account.c
8196         * src/prefs_folder_item.c
8197         * src/prefs_spelling.c
8198         * src/prefs_themes.c
8199         * src/wizard.c
8200         * src/gtk/gtkaspell.c
8201         * src/gtk/gtkaspell.h
8202         * src/plugins/spamassassin/spamassassin_gtk.c
8203                 replace deprecated gtk_option_menu...
8204                 patch by Pawel Pekala
8205
8206 2007-10-29 [colin]      3.0.2cvs106
8207
8208         * src/plugins/dillo_viewer/dillo_prefs.c
8209                 Fix forgotten signal connect
8210
8211 2007-10-28 [colin]      3.0.2cvs105
8212
8213         * src/plugins/dillo_viewer/dillo_prefs.c
8214         * src/plugins/dillo_viewer/dillo_prefs.h
8215         * src/plugins/dillo_viewer/dillo_viewer.c
8216                 Implement addressbook-based whitelisting for loading
8217                 remote images. Fixed missing destroy of the embedded
8218                 browser that made a Dillo window pop up on exit, if
8219                 an HTML part was displayed.
8220
8221 2007-10-26 [colin]      3.0.2cvs104
8222
8223         * src/edittags.c
8224                 Add missing static
8225
8226 2007-10-25 [colin]      3.0.2cvs103
8227
8228         * src/editaddress.c
8229                 Add tap-and-hold on the picture, for Maemo
8230         * src/edittags.c
8231         * src/edittags.h
8232         * src/mainwindow.c
8233         * src/procmsg.c
8234         * src/summaryview.c
8235         * src/textview.c
8236                 Unify tag interfaces.
8237
8238 2007-10-25 [colin]      3.0.2cvs102
8239
8240         * src/imap.c
8241         * src/etpan/imap-thread.h
8242                 Much better error handling. We'll need to be really
8243                 clear to users about where errors come from, with 
8244                 the apparition of Gmail's IMAP server.
8245
8246 2007-10-24 [colin]      3.0.2cvs101
8247
8248         * src/edittags.c
8249         * src/mainwindow.c
8250         * src/summaryview.c
8251         * src/textview.c
8252                 Add tags sorting (alphabetical); allow deletion of
8253                 tags from the Apply Tags window
8254
8255 2007-10-24 [colin]      3.0.2cvs100
8256
8257         * src/editaddress.c
8258         * src/editaddress_other_attributes_ldap.c
8259         * src/editaddress_other_attributes_ldap.h
8260         * src/ldapctrl.c
8261         * src/ldapquery.c
8262         * src/ldapupdate.c
8263                 Fix LDAP writing (got broken in cvs39)
8264                 Add read-only support for jpegPhoto LDAP field
8265
8266 2007-10-23 [colin]      3.0.2cvs99
8267
8268         * src/news.c
8269                 Fix crash in some cases
8270
8271 2007-10-22 [colin]      3.0.2cvs98
8272
8273         * src/common/socket.h
8274         * src/common/ssl.c
8275                 Fix big leak in GnuTLS code
8276
8277 2007-10-22 [colin]      3.0.2cvs97
8278
8279         * src/news.c
8280                 Fix bug 1368, 'SIGSEGV in NNTP code'
8281
8282 2007-10-22 [colin]      3.0.2cvs96
8283
8284         * src/prefs_customheader.c
8285                 Catch compface warnings when generating X-Faces
8286
8287 2007-10-22 [wwp]        3.0.2cvs95
8288
8289         * src/quote_fmt_parse.y
8290                 Remove accidentally committed debug traces.
8291                 Fix a warning.
8292
8293 2007-10-22 [colin]      3.0.2cvs94
8294
8295         * src/etpan/nntp-thread.c
8296                 Fix authentication
8297
8298 2007-10-19 [wwp]        3.0.2cvs93
8299
8300         * src/common/ssl_certificate.c
8301                 Add missing include (Windows).
8302
8303 2007-10-19 [colin]      3.0.2cvs92
8304
8305         * src/imap_gtk.c
8306         * src/mimeview.c
8307         * src/textview.c
8308         * src/gtk/inputdialog.c
8309         * src/gtk/inputdialog.h
8310                 Remove the last old combo; patch by
8311                 Pawel
8312
8313 2007-10-19 [colin]      3.0.2cvs91
8314
8315         * src/common/ssl.c
8316                 Fix interop problem with GnuTLS and some crappy
8317                 servers that have very little keys.
8318
8319 2007-10-19 [colin]      3.0.2cvs90
8320
8321         * src/common/ssl.c
8322                 Fix return value check on GnuTLS, and
8323                 display the error
8324
8325 2007-10-18 [colin]      3.0.2cvs89
8326
8327         * src/common/ssl_certificate.c
8328                 Fix missing initialisations
8329
8330 2007-10-18 [wwp]        3.0.2cvs88
8331
8332         * src/Makefile.am
8333                 Fix linking against GNUTLS (matters if --enable-gnutls only).
8334
8335 2007-10-18 [colin]      3.0.2cvs87
8336
8337         * po/POTFILES.in
8338                 Fix build
8339
8340 2007-10-18 [mones]      3.0.2cvs86
8341
8342         * src/editbook.c
8343         * src/import.c
8344         * src/prefs_account.c
8345         * src/prefs_receive.c
8346         * src/gtk/about.c
8347         * src/plugins/bogofilter/bogofilter_gtk.c
8348         * src/plugins/spamassassin/spamassassin_gtk.c
8349                 More capitalisation micro-fixes
8350
8351 2007-10-18 [paul]       3.0.2cvs85
8352
8353         * configure.ac
8354                 add info about NNTP support via libetpan
8355                 change the configure output ending msg a little
8356         * src/gtk/about.c
8357                 similar changes to above
8358
8359 2007-10-18 [colin]      3.0.2cvs84
8360
8361         * src/procmime.c
8362         * src/procmime.h
8363                 Fix missing symbol for S/MIME
8364
8365 2007-10-18 [colin]      3.0.2cvs83
8366
8367         * src/prefs_filtering_action.c
8368                 Fix crash in tags (introduced in cvs78)
8369
8370 2007-10-18 [colin]      3.0.2cvs82
8371
8372         * src/common/Makefile.am
8373         * src/common/nntp.c
8374         * src/common/nntp.h
8375         * src/etpan/Makefile.am
8376         * src/etpan/etpan-thread-manager-types.h
8377         * src/etpan/etpan-thread-manager.c
8378         * src/etpan/imap-thread.c
8379         * src/etpan/nntp-thread.c
8380         * src/etpan/nntp-thread.h
8381         * src/news.c
8382         * src/news.h
8383                 Rewrite the nntp implementation
8384                 to use libetpan. Non-blocking NNTP!
8385         * src/account.c
8386         * src/crash.c
8387         * src/imap.c
8388         * src/inc.c
8389         * src/main.c
8390         * src/mainwindow.c
8391         * src/pop.c
8392         * src/pop.h
8393         * src/prefs_account.c
8394         * src/recv.c
8395         * src/recv.h
8396         * src/send_message.c
8397         * src/send_message.h
8398         * src/ssl_manager.c
8399         * src/ssl_manager.h
8400         * src/wizard.c
8401         * src/common/claws.c
8402         * src/common/session.c
8403         * src/common/session.h
8404         * src/common/smtp.c
8405         * src/common/smtp.h
8406         * src/common/socket.c
8407         * src/common/socket.h
8408         * src/common/ssl.c
8409         * src/common/ssl.h
8410         * src/common/ssl_certificate.c
8411         * src/common/ssl_certificate.h
8412         * src/gtk/about.c
8413         * src/gtk/sslcertwindow.c
8414         * src/gtk/sslcertwindow.h
8415                 Implement GnuTLS support. GnuTLS support
8416                 will be used if OpenSSL isn't available, or
8417                 specified explicitely. (the reason is that
8418                 GnuTLS cerficate checking is a bit less 
8419                 practical than OpenSSL's)
8420
8421 2007-10-18 [paul]       3.0.2cvs81
8422
8423         * src/gtk/inputdialog.c
8424         * src/gtk/inputdialog.h
8425                 fix copyright header
8426
8427 2007-10-17 [colin]      3.0.2cvs80
8428
8429         * src/plugins/pgpcore/select-keys.c
8430                 Fix bug which prevented encryption key
8431                 auto-selection when two or more matched the
8432                 email address, but only one isn't revoked
8433                 or expired.
8434
8435 2007-10-17 [wwp]        3.0.2cvs79
8436
8437         * src/compose.c
8438         * src/quote_fmt.c
8439         * src/quote_fmt.h
8440         * src/quote_fmt_lex.l
8441         * src/quote_fmt_parse.y
8442                 Templates can now attach files using |attach{filename}.
8443
8444 2007-10-17 [wwp]        3.0.2cvs78
8445
8446         * src/prefs_customheader.c
8447         * src/prefs_ext_prog.c
8448         * src/prefs_filtering_action.c
8449         * src/prefs_matcher.c
8450         * src/prefs_other.c
8451         * src/prefs_toolbar.c
8452         * src/gtk/combobox.c
8453         * src/gtk/combobox.h
8454         * src/gtk/gtkutils.c
8455         * src/gtk/gtkutils.h
8456         * src/plugins/bogofilter/bogofilter_gtk.c
8457         * src/plugins/spamassassin/spamassassin_gtk.c
8458                 Removed almost all remaining instances of GtkCombo
8459                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
8460                 few visual and code cleanup from Colin.
8461
8462 2007-10-16 [wwp]        3.0.2cvs77
8463         * src/gtk/pluginwindow.c
8464                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
8465
8466 2007-10-15 [colin]      3.0.2cvs76
8467
8468         * src/edittags.c
8469         * src/edittags.h
8470         * src/filtering.c
8471         * src/filtering.h
8472         * src/importmutt.c
8473         * src/importpine.c
8474         * src/main.c
8475         * src/messageview.c
8476         * src/messageview.h
8477         * src/mimeview.c
8478         * src/mimeview.h
8479         * src/pop.c
8480         * src/pop.h
8481         * src/prefs_common.c
8482         * src/prefs_common.h
8483         * src/prefs_customheader.c
8484         * src/prefs_customheader.h
8485         * src/prefs_display_header.c
8486         * src/prefs_display_header.h
8487         * src/prefs_filtering_action.c
8488         * src/prefs_filtering_action.h
8489         * src/prefs_folder_column.c
8490         * src/prefs_folder_column.h
8491         * src/prefs_folder_item.c
8492         * src/prefs_folder_item.h
8493         * src/prefs_gtk.c
8494         * src/prefs_gtk.h
8495         * src/prefs_logging.h
8496         * src/prefs_matcher.c
8497         * src/prefs_matcher.h
8498         * src/prefs_summary_column.c
8499         * src/prefs_summary_column.h
8500         * src/prefs_summary_open.c
8501         * src/procheader.c
8502         * src/procheader.h
8503         * src/procmime.c
8504         * src/procmime.h
8505         * src/recv.c
8506         * src/recv.h
8507         * src/sourcewindow.c
8508         * src/sourcewindow.h
8509         * src/summaryview.c
8510         * src/summaryview.h
8511         * src/textview.c
8512         * src/textview.h
8513         * src/toolbar.c
8514         * src/toolbar.h
8515         * src/common/mgutils.c
8516         * src/common/mgutils.h
8517         * src/common/nntp.c
8518         * src/common/nntp.h
8519         * src/common/prefs.c
8520         * src/common/prefs.h
8521         * src/common/socket.c
8522         * src/common/socket.h
8523         * src/common/stringtable.c
8524         * src/common/stringtable.h
8525         * src/common/template.c
8526         * src/common/template.h
8527         * src/common/uuencode.c
8528         * src/common/uuencode.h
8529         * src/gtk/gtkshruler.c
8530         * src/gtk/gtkshruler.h
8531         * src/gtk/menu.c
8532         * src/gtk/menu.h
8533         * src/gtk/progressdialog.c
8534         * src/gtk/progressdialog.h
8535                 Remove/staticalize, the return of the revenge
8536
8537 2007-10-15 [colin]      3.0.2cvs75
8538
8539         * src/matcher.c
8540                 Fix redirections in filtering's tests
8541
8542 2007-10-15 [colin]      3.0.2cvs74
8543
8544         * src/imap.c
8545                 Don't build imap_synchronise at all when 
8546                 building without libetpan
8547
8548 2007-10-14 [colin]      3.0.2cvs73
8549
8550         * src/imap.c
8551         * src/common/md5.c
8552         * src/common/md5.h
8553         * src/gtk/manage_window.c
8554         * src/gtk/manage_window.h
8555                 Remove more unused code
8556
8557 2007-10-14 [colin]      3.0.2cvs72
8558
8559         * src/addrquery.c
8560         * src/addrquery.h
8561         * src/recv.c
8562         * src/recv.h
8563         * src/vcard.c
8564         * src/vcard.h
8565         * src/common/xml.c
8566         * src/common/xml.h
8567         * src/common/xmlprops.c
8568         * src/common/xmlprops.h
8569                 Remove more unused code
8570
8571 2007-10-14 [colin]      3.0.2cvs71
8572
8573         * src/common/utils.c
8574                 Remove unused function
8575
8576 2007-10-13 [colin]      3.0.2cvs70
8577
8578         * src/imap.c
8579         * src/imap.h
8580         * src/mainwindow.c
8581         * src/mainwindow.h
8582         * src/gtk/gtkutils.c
8583         * src/gtk/gtkutils.h
8584                 Staticalise/Remove more code
8585
8586 2007-10-13 [colin]      3.0.2cvs69
8587
8588         * src/common/utils.c
8589         * src/common/utils.h
8590                 Remove dead code, unused for ages
8591
8592 2007-10-13 [colin]      3.0.2cvs68
8593
8594         * src/main.c
8595         * src/main.h
8596                 Maemo: define hildon_program in main.c,
8597                 make it accessible in the .h with extern
8598
8599 2007-10-13 [paul]       3.0.2cvs67
8600
8601         * src/gtk/menu.c
8602                 fix a bunch of runtime warnings on maemo
8603
8604 2007-10-13 [paul]       3.0.2cvs66
8605
8606         * src/main.c
8607         * src/main.h
8608         * src/gtk/gtkutils.c
8609         * src/gtk/gtkutils.h
8610                 fix a bunch of compiler warnings on maemo
8611
8612 2007-10-12 [colin]      3.0.2cvs65
8613
8614         * src/account.c
8615         * src/addritem.c
8616         * src/addritem.h
8617         * src/filtering.c
8618         * src/filtering.h
8619         * src/folder.c
8620         * src/folder.h
8621         * src/common/utils.c
8622         * src/common/utils.h
8623                 Remove unused code, staticalise some functions
8624
8625 2007-10-12 [paul]       3.0.2cvs64
8626
8627         * src/account.c
8628         * src/folderview.c
8629         * src/main.c
8630         * src/mainwindow.c
8631         * src/messageview.c
8632         * src/summary_search.c
8633         * src/summaryview.c
8634         * src/toolbar.c
8635         * src/wizard.c
8636         * src/common/utils.c
8637         * src/gtk/prefswindow.c
8638                 fix a bunch of compiler warnings on maemo
8639
8640 2007-10-11 [colin]      3.0.2cvs63
8641
8642         * src/editaddress.c
8643                 Make static function static
8644
8645 2007-10-11 [mones]      3.0.2cvs62
8646
8647         * src/addrduplicates.c
8648         * src/addressbook.c
8649         * src/compose.c
8650         * src/expldifdlg.c
8651         * src/mainwindow.c
8652         * src/messageview.c
8653         * src/pop.c
8654         * src/prefs_customheader.c
8655         * src/prefs_send.c
8656         * src/prefs_themes.c
8657         * src/common/plugin.c
8658         * src/gtk/pluginwindow.c
8659         * src/gtk/quicksearch.c
8660                 Fix several typos and capitalisation issues
8661
8662 2007-10-11 [wwp]        3.0.2cvs61
8663
8664         * src/editaddress.c
8665                 Fix a warning about possible use of uninitialized
8666                 filename var.
8667
8668 2007-10-11 [wwp]        3.0.2cvs60
8669
8670         * src/editaddress.c
8671                 Disable "Unset picture" menu item when there's
8672                 no picture to clear. Fix an extraneous g_unref_object,
8673                 add missing initializers.
8674
8675 2007-10-11 [wwp]        3.0.2cvs59
8676
8677         * src/pixmaps/anonymous.xpm
8678         * src/editaddress.c
8679         * src/Makefile.am
8680         * src/stock_pixmap.c
8681         * src/stock_pixmap.h
8682                 Fix a leak, gettext-ize the photo label.
8683                 Don't clear the existing picture if loading
8684                 a new one fails. Use a default 'anonymous'
8685                 picture (this new xpm has been added to the
8686                 internal stock_pixmap API). Add a
8687                 "Set picture" context menu entry.
8688
8689 2007-10-11 [colin]      3.0.2cvs58
8690
8691         * src/messageview.c
8692                 Make shift-shortcuts work
8693         * src/prefs_actions.c
8694                 Don't ask if we really want to close when
8695                 choosing OK and only the list is changed
8696         * src/prefs_template.c
8697                 Don't ask if we really want to close when
8698                 choosing OK and only the list is changed
8699         * src/common/plugin.c
8700                 Fix writing of second [Plugins_*] block
8701         * src/common/template.c
8702                 Remove unused files (fixes deletion)
8703
8704 2007-10-10 [paul]       3.0.2cvs57
8705
8706         * src/prefs_template.c
8707                 put the whole thing in a scrolled window
8708                 so that half the page is no longer inaccessible
8709                 on maemo
8710                 make the gtk_text_view smaller on maemo
8711
8712 2007-10-10 [colin]      3.0.2cvs56
8713
8714         * src/compose.c
8715                 Fix updating of Attachments number in some
8716                 cases (reedit, attach from command-line, ...)
8717
8718 2007-10-10 [colin]      3.0.2cvs55
8719
8720         * src/editaddress.c
8721                 Initialise error correctly
8722
8723 2007-10-10 [paul]       3.0.2cvs54
8724
8725         * src/prefs_filtering_action.c
8726         * src/gtk/description_window.c
8727         * src/gtk/foldersort.c
8728         * src/gtk/quicksearch.c
8729                 get rid of some pointless new lines and
8730                 make the descripton labels wrap better
8731
8732 2007-10-10 [colin]      3.0.2cvs53
8733
8734         * src/addressadd.c
8735         * src/editaddress.c
8736         * src/headerview.c
8737         * src/textview.c
8738                 More error handling on saving pictures
8739
8740 2007-10-10 [colin]      3.0.2cvs52
8741
8742         * src/printing.c
8743         * src/printing.h
8744                 Generalize a bit printing, so we can factorize
8745                 most of the code. 
8746
8747 2007-10-10 [paul]       3.0.2cvs51
8748
8749         * src/addrduplicates.c
8750                 fix engrish
8751                 use GTK_STOCK... buttons
8752
8753 2007-10-10 [paul]       3.0.2cvs50
8754
8755         * src/addressadd.c
8756         * src/addrindex.c
8757         * src/editaddress.c
8758                 Fix previous patch
8759                 Thanks to Colin
8760
8761 2007-10-10 [paul]       3.0.2cvs49
8762
8763         * src/summaryview.c
8764         * src/messageview.c
8765                 Fix crash on Add sender to addressbook when
8766                 From is null
8767         * src/addressadd.c
8768         * src/addrindex.c
8769         * src/editaddress.c
8770         * src/editaddress_other_attributes_ldap.h
8771                 Fix leaks 
8772                 Rename images to .png in addrbook/
8773         * src/headerview.c
8774         * src/textview.c
8775                 Fix Face/X-Face being used if adding another
8776                 address than sender to addressbook
8777                 Thanks to Colin
8778
8779 2007-10-10 [holger]     3.0.2cvs48
8780
8781         * src/addrduplicates.c
8782         * src/editaddress.c
8783                 Improvements to the addressbook duplicate finder
8784                 feature:
8785                  - add an edit button to the button bar
8786                  - display the whole bookname (with iface) and
8787                    use this for same-book checking
8788                  - after editing, try to keep selections if the
8789                    entries are still present
8790                  - sort the email column alphabetically
8791                  - put results in a scrolled window
8792                  - support embedded editing
8793                  - make columns in detail view resizable
8794                  - add keyboard shortcuts
8795
8796 2007-10-10 [wwp]        3.0.2cvs47
8797
8798         * src/addrindex.c
8799                 Fix a crash when there's no From: in email, thanks to Colin.
8800
8801 2007-10-09 [paul]       3.0.2cvs46
8802
8803         * src/messageview.c
8804         * src/summaryview.c
8805         * src/textview.c
8806                 fix building without compface support
8807
8808 2007-10-09 [colin]      3.0.2cvs45
8809
8810         * src/editaddress.c
8811         * src/headerview.c
8812         * src/textview.c
8813                 Add error handling
8814
8815 2007-10-09 [colin]      3.0.2cvs44
8816
8817         * src/addrduplicates.c
8818         * src/addressadd.c
8819         * src/addressadd.h
8820         * src/addressbook.c
8821         * src/addressbook.h
8822         * src/addrindex.c
8823         * src/addrindex.h
8824         * src/addritem.c
8825         * src/addritem.h
8826         * src/compose.c
8827         * src/editaddress.c
8828         * src/editaddress_other_attributes_ldap.h
8829         * src/headerview.c
8830         * src/messageview.c
8831         * src/mimeview.c
8832         * src/summaryview.c
8833         * src/textview.c
8834         * src/gtk/gtkutils.c
8835                 Automatically set contacts' pictures from Face 
8836                 or X-Face if they have no picture
8837                 Display the contact picture in textview or
8838                 headerview for mails sent by people in the 
8839                 addressbook, that have no Face or X-Face
8840                 Fix a few details in the Person edition dialog
8841                 (ability to unset picture)
8842                 Remove picture file when deleting contacts
8843
8844 2007-10-09 [iwkse]      3.0.2cvs43
8845
8846         * src/gtk/about.c
8847                 center the about window
8848
8849 2007-10-09 [paul]       3.0.2cvs42
8850
8851         * src/prefs_toolbar.c
8852                 fix icon selector window on maemo
8853
8854 2007-10-09 [paul]       3.0.2cvs41
8855
8856         * src/messageview.c
8857                 add 'go to' menu to separate msgview
8858
8859 2007-10-09 [colin]      3.0.2cvs40
8860
8861         * src/common/defs.h
8862                 Add forgotten file
8863
8864 2007-10-09 [iwkse]      3.0.2cvs39
8865
8866         * Makefile.am
8867         * src/addressbook.c
8868         * src/addritem.c
8869         * src/addritem.h
8870         * src/editaddress.c
8871         * src/editaddress_other_attributes_ldap.h
8872         * src/addrbook.c
8873         * src/Makefile.am
8874                 set a photo in the Addressbook
8875
8876 2007-10-08 [colin]      3.0.2cvs38
8877
8878         * src/prefs_toolbar.c
8879                 Make height 320 to remove the scrollbar 
8880                 (with current number of icons)
8881
8882 2007-10-08 [colin]      3.0.2cvs37
8883
8884         * src/prefs_toolbar.c
8885                 Transform the treeview to a GtkIconView.
8886                 Patch by Pawel
8887                 In addition, transform the window so that 
8888                 it looks like a popup menu. Patch by me
8889
8890 2007-10-08 [colin]      3.0.2cvs36
8891
8892         * src/compose.c
8893         * src/compose.h
8894                 Beautify the GUI a bit; in particular, show the
8895                 number of attachments in the tab's title.
8896                 Patch by Pawel
8897
8898 2007-10-08 [paul]       3.0.2cvs35
8899
8900         * src/mimeview.c
8901                 Save users from themselves: save temporary
8902                 files used for Open/Open with as read-only.
8903                 Thanks to Colin
8904
8905 2007-10-08 [paul]       3.0.2cvs34
8906
8907         * tools/Makefile.am
8908                 forgot this in cvs33
8909
8910 2007-10-08 [paul]       3.0.2cvs33
8911
8912         * tools/kdeservicemenu/README
8913         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
8914         * tools/kdeservicemenu/install.sh
8915         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8916                 renamed template* to *template so as not to confuse
8917                 lintian
8918
8919 2007-10-08 [paul]       3.0.2cvs32
8920
8921         * src/prefs_themes.c
8922         * src/stock_pixmap.c
8923                 replace 2 direct uses of RC_DIR
8924
8925 2007-10-07 [colin]      3.0.2cvs31
8926
8927         * src/addrduplicates.c
8928         * src/addrduplicates.h
8929         * src/addressbook.c
8930         * src/addressbook.h
8931         * src/addrindex.c
8932         * src/addrindex.h
8933                 Implement deletion in duplicate finder. 
8934                 Patch by Holger 
8935
8936 2007-10-07 [colin]      3.0.2cvs30
8937
8938         * src/exporthtml.c
8939         * src/mbox.c
8940         * src/common/utils.c
8941                 Better fix for Solaris, thanks to Nicolas Doualot
8942
8943 2007-10-07 [colin]      3.0.2cvs29
8944
8945         * AUTHORS
8946         * src/gtk/authors.h
8947                 Add Frank Dietrich
8948
8949 2007-10-07 [colin]      3.0.2cvs28
8950
8951         * src/exporthtml.c
8952                 Fix HTML export to make it more compliant
8953                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
8954
8955 2007-10-07 [colin]      3.0.2cvs27
8956
8957         * src/prefs_toolbar.c
8958                 Only use icons that wouldn't look stupid in the toolbar
8959                 Patch by Pawel
8960
8961 2007-10-07 [colin]      3.0.2cvs26
8962
8963         * src/prefs_toolbar.c
8964                 Fix old icon being used when none is selected
8965
8966 2007-10-07 [colin]      3.0.2cvs25
8967
8968         * src/toolbar.c
8969                 Fix copy/paste error
8970
8971 2007-10-07 [colin]      3.0.2cvs24
8972
8973         * src/prefs_toolbar.c
8974         * src/toolbar.c
8975         * src/toolbar.h
8976                 Update icon to default one when changing event
8977                 Make the icon chooser nicer (handle Esc, Enter,
8978                 double-click)
8979
8980 2007-10-06 [colin]      3.0.2cvs23
8981
8982         * src/prefs_toolbar.c
8983                 Fix text reset; patch by Pawel
8984
8985 2007-10-06 [colin]      3.0.2cvs22
8986
8987         * src/toolbar.h
8988                 Complete previous commit
8989
8990 2007-10-06 [colin]      3.0.2cvs21
8991
8992         * src/prefs_toolbar.c
8993         * src/toolbar.c
8994                 Set toolbar text automatically to the default
8995                 when changing Event executed on click
8996
8997 2007-10-06 [colin]      3.0.2cvs20
8998
8999         * src/prefs_toolbar.c
9000                 Invert Text and Event fields
9001
9002 2007-10-06 [colin]      3.0.2cvs19
9003
9004         * src/prefs_toolbar.c
9005         * src/toolbar.c
9006                 Make toolbar prefs look much better
9007                 Patch by Pawel Pekala
9008
9009 2007-10-06 [paul]       3.0.2cvs18
9010
9011         * src/account.c
9012         * src/prefs_filtering.c
9013                 fix checkbuttons in gtktreeview on maemo by
9014                 setting maemo's "allow-checkbox-mode" to FALSE
9015
9016 2007-10-06 [colin]      3.0.2cvs17
9017
9018         * configure.ac
9019                 Export -DSOLARIS in CFLAGS for all
9020                 Solaris (not just 2.8) and OpenSolaris
9021
9022 2007-10-06 [paul]       3.0.2cvs16
9023
9024         * AUTHORS
9025         * src/exporthtml.c
9026         * src/mbox.c
9027         * src/gtk/authors.h
9028                 fix build on solaris where ctime_r takes
9029                 3 arguments rather than 2.
9030                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
9031
9032 2007-10-05 [colin]      3.0.2cvs15
9033
9034         * src/etpan/imap-thread.c
9035                 Fix wrong error codepath
9036
9037 2007-10-05 [wwp]        3.0.2cvs14
9038
9039         * src/filtering.c
9040                 Fix unexpected logging of quicksearches:
9041                 debug_filtering_session flag was never reset to FALSE, causing
9042                 matcher functions to log when called from a quicksearch
9043                 (if a filtering session happened before).
9044
9045 2007-10-05 [paul]       3.0.2cvs13
9046
9047         * src/prefs_actions.c
9048         * src/prefs_filtering.c
9049         * src/prefs_template.c
9050                 fix bug 1343, 'Filtering..'s close button
9051                 silently discards new filter'
9052                 Thanks to Colin
9053
9054 2007-10-05 [paul]       3.0.2cvs12
9055
9056         * configure.ac
9057         * src/Makefile.am
9058                 fix bug 1347, '-Wno-unused-function, optional'
9059
9060 2007-10-05 [colin]      3.0.2cvs11
9061
9062         * src/procmime.c
9063         * src/common/mgutils.c
9064                 Fix warnings
9065
9066 2007-10-05 [mones]      3.0.2cvs10
9067
9068         * manual/advanced.xml
9069                 Use full menu name
9070         * manual/es/advanced.xml
9071                 Synchronise translation
9072
9073 2007-10-04 [colin]      3.0.2cvs9
9074
9075         * src/action.c
9076         * src/addrbook.c
9077         * src/addrindex.c
9078         * src/compose.c
9079         * src/exporthtml.c
9080         * src/exportldif.c
9081         * src/folder.c
9082         * src/main.c
9083         * src/matcher.c
9084         * src/mbox.c
9085         * src/messageview.c
9086         * src/mh.c
9087         * src/news.c
9088         * src/partial_download.c
9089         * src/pop.c
9090         * src/procmime.c
9091         * src/procmsg.c
9092         * src/toolbar.c
9093         * src/common/log.c
9094         * src/common/mgutils.c
9095         * src/common/plugin.c
9096         * src/common/utils.c
9097         * src/common/xml.c
9098         * src/common/xml.h
9099         * src/common/xmlprops.c
9100         * src/common/xmlprops.h
9101         * src/plugins/bogofilter/bogofilter.c
9102         * src/plugins/clamav/clamav_plugin.c
9103         * src/plugins/dillo_viewer/dillo_prefs.c
9104         * src/plugins/pgpcore/prefs_gpg.c
9105         * src/plugins/pgpinline/pgpinline.c
9106         * src/plugins/pgpmime/pgpmime.c
9107         * src/plugins/spamassassin/spamassassin.c
9108         * src/plugins/trayicon/trayicon_prefs.c
9109                 Verify success on writes. Will fix possible strange
9110                 failure on disk full.
9111
9112 2007-10-04 [paul]       3.0.2cvs8
9113
9114         * manual/advanced.xml
9115                 add further info about Actions
9116                 Patch by Emmanuel Briot <briot@adacore.com>
9117
9118 2007-10-04 [paul]       3.0.2cvs7
9119
9120         * src/account.c
9121                 remove the D column, instead indicate the
9122                 default account by use of bold text
9123
9124 2007-10-03 [colin]      3.0.2cvs6
9125
9126         * src/common/template.c
9127                 Fix templates writing (was prone to disk full problems)
9128
9129 2007-10-03 [colin]      3.0.2cvs5
9130
9131         * src/Makefile.am
9132         * src/addrduplicates.c
9133         * src/addrduplicates.h
9134         * src/addressbook.c
9135                 Add duplicate deletion. Patch by Holger
9136
9137 2007-10-03 [colin]      3.0.2cvs4
9138
9139         * src/matcher.c
9140         * src/gtk/quicksearch.c
9141                 Fix bug 1340, 'Case insensitive searches with 
9142                 non-ascii alphabets fail'.
9143
9144 2007-10-03 [colin]      3.0.2cvs3
9145
9146         * src/main.c
9147         * src/common/utils.c
9148         * src/common/utils.h
9149                 Implement run-time alternative config directories
9150
9151 2007-10-03 [colin]      3.0.2cvs2
9152
9153         * src/folderview.c
9154                 Prevent opening folder item while folder
9155                 is scanned in a better way
9156
9157 2007-10-02 [paul]       3.0.2cvs1
9158
9159         * NEWS
9160         * README
9161         * RELEASE_NOTES
9162         * configure.ac
9163                 bump up version number following stable release
9164
9165 2007-09-30 [colin]      3.0.1cvs49
9166
9167         * src/imap.c
9168                 Refresh session if needed
9169
9170 2007-09-30 [colin]      3.0.1cvs48
9171
9172         * src/imap.c
9173                 Reset folder's session to NULL
9174                 before destroying it
9175
9176 2007-09-30 [mones]      3.0.1cvs47
9177
9178         * manual/handling.xml
9179                 Use markup quotes instead hardcoded quotes
9180         * manual/es/handling.xml
9181                 Added new synced section (IMAP subscriptions)
9182
9183 2007-09-29 [colin]      3.0.1cvs46
9184
9185         * src/imap.c
9186                 Notice disconnections faster
9187
9188 2007-09-28 [colin]      3.0.1cvs45
9189
9190         * src/addressbook.c
9191         * src/addrindex.c
9192                 Fix warnings
9193
9194 2007-09-28 [paul]       3.0.1cvs44
9195
9196         * src/mimeview.c
9197                 fix maemo build
9198
9199 2007-09-28 [paul]       3.0.1cvs43
9200
9201         * src/account.c
9202                 use gtk_widget_set_size_request() on the label
9203                 so that wrapping works better. get rid of the
9204                 (partially deprecated) hbutton_box.
9205                 these changes should prevent buttons overlapping
9206                 on maemo
9207
9208 2007-09-28 [colin]      3.0.1cvs42
9209
9210         * src/pop.c
9211                 Fix typo :)
9212
9213 2007-09-28 [colin]      3.0.1cvs41
9214
9215         * src/compose.c
9216         * src/msgcache.c
9217         * src/pop.c
9218         * src/procmime.c
9219         * src/etpan/imap-thread.c
9220                 64bits-related warning fixes
9221
9222 2007-09-28 [colin]      3.0.1cvs40
9223
9224         * src/folder_item_prefs.c
9225         * src/ldaputil.c
9226         * src/mainwindow.c
9227         * src/mimeview.c
9228         * src/common/tags.c
9229                 Fix warnings
9230
9231 2007-09-28 [colin]      3.0.1cvs39
9232
9233         * src/plugins/spamassassin/spamassassin.c
9234         * src/plugins/spamassassin/spamassassin.h
9235         * src/plugins/spamassassin/spamassassin_gtk.c
9236                 Add addressbook-based whitelisting
9237
9238 2007-09-28 [colin]      3.0.1cvs38
9239
9240         * src/folder.c
9241                 Fix bug 1337, 'crash on pressing Send button'
9242
9243 2007-09-28 [paul]       3.0.1cvs37
9244
9245         * src/prefs_folder_item.c
9246                 give the orphans a parent. makes all prefs
9247                 pages visible on maemo
9248
9249 2007-09-28 [colin]      3.0.1cvs36
9250
9251         * src/prefs_folder_column.c
9252         * src/prefs_summary_column.c
9253                 Fix two leaks
9254
9255 2007-09-27 [colin]      3.0.1cvs35
9256
9257         * src/gtk/quicksearch.c
9258                 Fix bug 1336, 'Segfault if empty space before search-string'
9259
9260 2007-09-26 [mones]      3.0.1cvs34
9261
9262         * manual/account.xml
9263         * manual/plugins.xml
9264                 Fixed irc channel name, added some docbook markup.
9265                 Changed text markup to docbook markup. 
9266                 Added spamcop as supported in SpamReport description.
9267         * manual/fr/plugins.xml
9268                 Fixed irc channel name.
9269         * manual/es/account.xml
9270         * manual/es/advanced.xml
9271         * manual/es/claws-mail-manual.xml
9272         * manual/es/glossary.xml
9273         * manual/es/gpl.xml
9274         * manual/es/keyboard.xml
9275         * manual/es/plugins.xml
9276                 Synced with English version, fixed a couple of typos.
9277
9278 2007-09-26 [colin]      3.0.1cvs33
9279
9280         * configure.ac
9281                 Explain why "Libgnomeprint: no" on GTK+ 2.10
9282
9283 2007-09-26 [colin]      3.0.1cvs32
9284
9285         * src/messageview.c
9286         * src/procmsg.c
9287         * src/procmsg.h
9288                 Optimisation: avoid fetching mail 3 times locally
9289                 for displaying
9290
9291 2007-09-26 [colin]      3.0.1cvs31
9292
9293         * src/mh.c
9294                 Fix missing static
9295
9296 2007-09-26 [colin]      3.0.1cvs30
9297
9298         * src/folder.c
9299         * src/folder.h
9300         * src/mh.c
9301         * src/mh.h
9302                 Fix MH mtime hack - make it a folder class function
9303
9304 2007-09-26 [colin]      3.0.1cvs29
9305
9306         * src/inc.c
9307                 Fix bug 1334, 'user defined mail incorporation 
9308                 script not run'
9309
9310 2007-09-25 [colin]      3.0.1cvs28
9311
9312         * src/codeconv.c
9313                 Optimisation: shortcut conv_codeset_strdup
9314                 when src_code and dest_code are the same
9315         * src/common/xml.c
9316         * src/common/xml.h
9317                 Optimisation: shortcut code conversions when
9318                 files are in UTF-8; faster list walking by
9319                 using prepend/reverse.
9320
9321 2007-09-25 [holger]     3.0.1cvs27
9322
9323         * src/printing.c
9324                 Replace button bar of the preview window
9325                 with a real toolbar (patch by Colin)
9326                 Add zooming to the preview window
9327
9328 2007-09-24 [paul]       3.0.1cvs26
9329
9330         * src/compose.c
9331                 compact the character set menu, adding some
9332                 missing encodings. Patch by Pawel Pekala
9333
9334 2007-09-23 [paul]       3.0.1cvs25
9335
9336         * src/prefs_account.c
9337         * src/prefs_folder_item.c
9338         * src/prefs_quote.c
9339         * src/quote_fmt.c
9340         * src/quote_fmt.h
9341                 remove unnecessary frame from Templates options
9342                 and improve the English of the check button label
9343
9344 2007-09-22 [colin]      3.0.1cvs24
9345
9346         * src/gtk/quicksearch.c
9347                 Fix bug 1329, 'error in quicksearch.c'
9348                 Fix return with value in function returning void
9349
9350 2007-09-22 [colin]      3.0.1cvs23
9351
9352         * src/imap.c
9353         * src/procmsg.h
9354         * src/common/utils.c
9355         * src/common/utils.h
9356         * src/etpan/imap-thread.c
9357                 Optimise fetching IMAP cached emails *a lot*
9358                 (remember whether mail is fully cached and \r's
9359                  are already stripped)
9360
9361 2007-09-22 [colin]      3.0.1cvs22
9362
9363         * src/folder.c
9364         * src/folder.h
9365         * src/prefs_folder_item.c
9366                 Add a button to allow users to drop local caches.
9367
9368 2007-09-21 [colin]      3.0.1cvs21
9369
9370         * src/summaryview.c
9371                 Remove unnecessary error when cancelling export to mbox.
9372                 Patch by Pawel
9373
9374 2007-09-21 [paul]       3.0.1cvs20
9375
9376         * src/gtk/prefswindow.c
9377                 remove unnecessary frames from the prefs
9378                 pages. Patch by Pawel Pekala
9379
9380 2007-09-21 [paul]       3.0.1cvs19
9381
9382         * src/prefs_account.c
9383         * src/prefs_folder_item.c
9384         * src/prefs_quote.c
9385         * src/quote_fmt.c
9386                 put the Templates options into a tabbed
9387                 layout. Patch by Pawel Pekala
9388
9389 2007-09-21 [paul]       3.0.1cvs18
9390
9391         * src/mainwindow.c
9392                 group together the character set menu items
9393                 move the /View/Show or hide/Message view below
9394                 .../Toolbar menu item
9395                 Patch by Pawel Pekala
9396
9397 2007-09-21 [mones]      3.0.1cvs17
9398
9399         * src/compose.c
9400                 Fix for bug 1327, 'segfault when replying to a non-existent
9401                 news message', thanks to Colin.
9402
9403 2007-09-21 [colin]      3.0.1cvs16
9404
9405         * src/folderview.c
9406                 Complete 3.0.1cvs15
9407
9408 2007-09-20 [colin]      3.0.1cvs15
9409
9410         * src/folderview.c
9411         * src/folderview.h
9412                 Maybe fix bug 1324, 'Corrupted IMAP cache'
9413
9414 2007-09-20 [colin]      3.0.1cvs14
9415
9416         * src/printing.c
9417                 Fix a little leak
9418
9419 2007-09-20 [holger]     3.0.1cvs13
9420
9421         * src/printing.c
9422                 Add page layout to print preview.
9423                 Make the close-button in the toolbar
9424                 right-aligned.
9425
9426 2007-09-20 [paul]       3.0.1cvs12
9427
9428         * po/ru.po
9429                 updated by Pavlo Bohmat
9430
9431 2007-09-19 [colin]      3.0.1cvs11
9432
9433         * src/common/utils.c
9434                 Prevent unquoted mime boundaries, by always
9435                 using a /
9436
9437 2007-09-19 [colin]      3.0.1cvs10
9438
9439         * src/printing.c
9440                 Fix drawing area size, fix DPI change that
9441                 can cause total number of lines to decrease
9442
9443 2007-09-19 [colin]      3.0.1cvs9
9444
9445         * po/POTFILES.in
9446         * src/printing.c
9447                 Make print preview more efficient and nicer.
9448                 Patch mostly by Holger Berndt <hb@claws-mail.org>
9449
9450 2007-09-19 [colin]      3.0.1cvs8
9451
9452         * src/prefs_common.c
9453         * src/prefs_common.h
9454         * src/printing.c
9455                 Add scrolledwindow, default allocation and
9456                 size saving to the print preview window.
9457
9458 2007-09-18 [colin]      3.0.1cvs7
9459
9460         * src/prefs_common.c
9461         * src/prefs_common.h
9462         * src/prefs_image_viewer.c
9463         * src/printing.c
9464                 GtkPrintOperation:
9465                 - add image printing support
9466                 - add option to print images
9467                 - add preview widget
9468                 - add saving of a few Page Setup parameters
9469
9470 2007-09-18 [colin]      3.0.1cvs6
9471
9472         * AUTHORS
9473         * src/gtk/authors.h
9474                 Add Guillaume Chazarain
9475
9476 2007-09-18 [colin]      3.0.1cvs5
9477
9478         * src/common/utils.c
9479                 Fix bug 1321, 'access before allocation 
9480                 when scanning for uris'. Patch by 
9481                 Guillaume Chazarain <guichaz@yahoo.fr>
9482
9483 2007-09-18 [colin]      3.0.1cvs4
9484
9485         * src/toolbar.c
9486                 Fix bug 1320, 'Memory leak caused by 
9487                 gtk_container_get_children'. Patch by
9488                 Guillaume Chazarain <guichaz@yahoo.fr>
9489
9490 2007-09-18 [colin]      3.0.1cvs3
9491
9492         * src/printing.c
9493         * src/printing.h
9494                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
9495
9496 2007-09-18 [colin]      3.0.1cvs2
9497
9498         * src/Makefile.am
9499         * src/mainwindow.c
9500         * src/messageview.c
9501         * src/messageview.h
9502         * src/prefs_ext_prog.c
9503         * src/prefs_fonts.c
9504         * src/printing.c
9505         * src/printing.h
9506         * src/summaryview.c
9507                 Use GtkPrintOperation by default on GTK+ >= 2.10
9508                 Patch by Holger Berndt <hb@claws-mail.org>
9509
9510 2007-09-18 [paul]       3.0.1cvs1
9511
9512         * NEWS
9513         * README
9514         * RELEASE_NOTES
9515         * configure.ac
9516                 bump up version number following stable release
9517
9518 2007-09-16 [colin]      3.0.0cvs18
9519
9520         * src/folder.c
9521                 Fix possible memleak
9522
9523 2007-09-16 [colin]      3.0.0cvs17
9524
9525         * src/folderview.c
9526                 Fix bug 1311, 'Wrong arrow position 
9527                 while moving message into folder when 
9528                 column headers hidden'
9529         * src/image_viewer.c
9530                 Show error in the GUI if image can't
9531                 be loaded
9532         * src/matcher.c
9533                 Fix spurious output
9534         * src/messageview.c
9535                 Allow setting domain in msgid
9536         * src/common/plugin.c
9537                 Add timing information
9538
9539 2007-09-16 [colin]      3.0.0cvs16
9540
9541         * src/account.c
9542         * src/compose.c
9543         * src/prefs_account.c
9544         * src/prefs_account.h
9545         * src/common/utils.c
9546                 Remove Generate Message-ID option. We need
9547                 this on some IMAP servers.
9548         * src/prefs_template.c
9549                 Fix double-free
9550
9551 2007-09-16 [colin]      3.0.0cvs15
9552
9553         * src/prefs_filtering.c
9554         * src/prefs_filtering.h
9555         * src/prefs_filtering_action.c
9556         * src/common/tags.c
9557                 Fix tags issues: tags with spaces, renaming
9558                 tags.
9559
9560 2007-09-16 [colin]      3.0.0cvs14
9561
9562         * src/folderview.c
9563         * src/main.c
9564         * src/mainwindow.c
9565                 Fix bug 1308, 'Claws deletes folderlist.xml after
9566                 fetching mail short after start-up'
9567
9568 2007-09-16 [colin]      3.0.0cvs13
9569
9570         * src/compose.c
9571                 Fix scrolling to cursor
9572
9573 2007-09-16 [paul]       3.0.0cvs12
9574
9575         * po/sr.po
9576                 updated by Aleksandar Urosevic
9577
9578 2007-09-16 [paul]       3.0.0cvs11
9579
9580         * src/folder.c
9581                 do not allow locked msgs to be deleted,
9582                 even by filtering/processing
9583
9584 2007-09-07 [paul]       3.0.0cvs10
9585
9586         * src/prefs_folder_column.c
9587         * src/prefs_summary_column.c
9588                 implement button sensitivity
9589                 patch by Pawel Pekala
9590
9591 2007-09-06 [wwp]        3.0.0cvs9
9592
9593         * src/prefs_gtk.c
9594                 Add a missing linefeed to a debug message.
9595
9596 2007-09-05 [colin]      3.0.0cvs8
9597
9598         * src/inc.c
9599                 Fix statusbar/window mismatch on Maemo
9600
9601 2007-09-05 [colin]      3.0.0cvs7
9602
9603         * src/ldaputil.c
9604                 Fix build without USE_LDAP_TLS
9605
9606 2007-09-05 [colin]      3.0.0cvs6
9607
9608         * src/folder.c
9609         * src/imap.c
9610         * src/inc.c
9611         * src/mbox.c
9612         * src/send_message.c
9613         * src/statusbar.c
9614         * src/statusbar.h
9615                 Maemo: distinguish various statusbar messages,
9616                 in order to display only the most important.
9617
9618 2007-09-04 [wwp]        3.0.0cvs5
9619
9620         * src/account.c
9621                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
9622                 Show protocol "SMTP" and the appropriate server for send-only
9623                 accounts, show "-" instead of "" when no value is relevant.
9624
9625 2007-09-03 [ticho]      3.0.0cvs4
9626
9627         * src/summaryview.c
9628                 Handle plural form better in delete confirmation dialog.
9629
9630 2007-09-03 [wwp]        3.0.0cvs3
9631
9632         * src/compose.c
9633                 Warn differently when sending or sending later (queueing).
9634
9635 2007-09-03 [colin]      3.0.0cvs2
9636
9637         * src/procmime.c
9638         * src/procmime.h
9639         * src/common/plugin.c
9640         * src/common/plugin.h
9641                 Add a new plugin API, MimeParser. It allows
9642                 plugins to scan email MIME parts and optionally,
9643                 transform them.
9644
9645 2007-09-03 [mones]      3.0.0cvs1
9646
9647         * po/es.po
9648                 Updated translation
9649         * src/common/defs.h
9650                 While a better solution is made double history sizes
9651
9652 2007-09-03 [paul]       3.0.0
9653
9654         * NEWS
9655         * README
9656         * RELEASE_NOTES
9657                 3.0.0 released
9658
9659 [For previous entries, see ChangeLog.2.0.0-3.0.0]