2010-07-25 [colin] 3.7.6cvs20
[claws.git] / ChangeLog
1 2010-07-25 [colin]      3.7.6cvs20
2
3         * src/common/utils.c
4                 Reverse free/use with more logical and safe
5                 use/free. Thanks to Michael Rasmussen !
6
7 2010-07-24 [colin]      3.7.6cvs19
8
9         * src/gtk/quicksearch.c
10                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
11                 'freeze when using quick search'
12
13 2010-07-11 [iwkse]      3.7.6cvs18
14
15         * src/gtk/quicksearch.c
16                 Add SMALL_LAYOUT to quicksearch_relayout
17
18 2010-07-10 [iwkse]      3.7.6cvs17
19
20         * src/mainwindow.h
21                         Remove forgotten variable from
22                         the last bugfix #2224
23
24 2010-07-10 [colin]      3.7.6cvs16
25
26         * src/mainwindow.c
27         * src/gtk/quicksearch.c
28                 Clean fix for bug #2224: don't mess with GTK settings when
29                 handling the layout ourselves is enough
30
31 2010-07-09 [iwkse]      3.7.6cvs15
32
33         * src/mainwindow.h
34         * src/mainwindow.c
35                         Better fix for Bug #2224
36
37 2010-07-09 [iwkse]      3.7.6cvs14
38
39         * src/mainwindow.c
40                         Bug #2224
41                         Always use stock icons on buttons
42
43 2010-07-08 [colin]      3.7.6cvs13
44
45         * src/gtk/filesel.c
46                 Fix bug 2223, 'Compilation fails with GTK+
47                 2.21.3'. Thanks to Jan Psota !
48
49 2010-06-29 [pawel]      3.7.6cvs12
50
51         * src/compose.c
52                 Revert 3.7.5cvs41, it breaks templates that use %X
53
54 2010-06-23 [wwp]        3.7.6cvs11
55
56         * src/gtk/colorlabel.c
57                 Silent up a warning by avoiding possible confusion
58                 in logical expression evaluation, thanks to TuxCM.
59
60 2010-06-21 [iwkse]      3.7.6cvs10
61
62         * src/gtk/quicksearch.c
63                 Do not add into quicksearch history
64                 matching rules with bad syntax
65
66 2010-05-26 [holger]     3.7.6cvs9
67
68         * src/summaryview.c
69         * src/summaryview.h
70                 Add function to select rows given a list of messages,
71                 complementary to summary_get_selected_msg_list()
72
73 2010-05-22 [mir]        3.7.6cvs8
74
75         * src/ldapctrl.c
76                 Fix bug 2208. Encode encrypted password to qouted
77                 printable to avoid making invalid XML. Encoding
78                 will be activated the first time the password is
79                 changed.
80
81 2010-05-22 [paul]       3.7.6cvs7
82
83         * manual/advanced.xml
84         * src/compose.c
85         * src/prefs_common.c
86         * src/prefs_common.h
87                 after using the compose margin for several days
88                 I wanted the old style back - add a new hidden
89                 pref 'show_compose_margin' to restore the old
90                 behaviour (defaults to FALSE)
91
92 2010-05-14 [paul]       3.7.6cvs6
93
94         * src/compose.c
95                 add a margin to the compose window text that matches
96                 the margin in textview
97
98 2010-05-14 [colin]      3.7.6cvs5
99
100         * src/gtk/sslcertwindow.c
101                 Fix dangling pointer. Thanks to Michael R!
102
103 2010-05-14 [colin]      3.7.6cvs4
104
105         * src/gtk/sslcertwindow.c
106                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
107                 expired but certificate check is skipped' and maybe
108                 bug 2200, 'SSL is not working with POP3'
109
110 2010-05-14 [colin]      3.7.6cvs3
111
112         * src/plugins/pgpinline/pgpinline.c
113                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
114
115 2010-05-04 [iwkse]      3.7.6cvs2
116
117         * src/prefs_message.c
118                         Get a generic name as 'Quotation' for
119                         the frame
120
121 2010-05-04 [iwkse]      3.7.6cvs1
122
123         * src/prefs_message.c
124         * src/prefs_common.h
125         * src/prefs_common.c
126         * src/textview.c
127                         Fix #2188
128                         Option for collapsing via double-click
129
130 2010-05-01 [paul]       3.7.6
131         * NEWS
132         * README
133         * RELEASE_NOTES 
134                 3.7.6 unleashed!
135
136 2010-05-01 [paul]       3.7.5cvs55
137
138         * tools/claws.i18n.status.pl
139                 add Ukrainian stat
140
141 2010-05-01 [paul]       3.7.5cvs54
142
143         * src/gtk/authors.h
144                 add YUP, new Ukrainian translator
145
146 2010-04-30 [paul]       3.7.5cvs53
147
148         * configure.ac
149         * po/uk.po
150                 add Ukrainian translation, submitted by YUP
151         * po/cs.po
152         * po/de.po
153         * po/fi.po
154         * po/hu.po
155         * po/nl.po
156         * po/pt_BR.po
157         * po/pt_PT.po
158         * po/sk.po
159                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
160                 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
161                 Tiago Faria, and Slavko
162
163 2010-04-26 [wwp]        3.7.5cvs52
164
165         * po/fr.po
166                 Fix capitalization.
167
168 2010-04-26 [mones]      3.7.5cvs51
169
170         * po/es.po
171                 Updated for release
172
173 2010-04-22 [pawel]      3.7.5cvs50
174
175         * src/addressbook.c
176                 fix compile warning
177         * src/vcard.c
178                 first NULL check pointer, then use it
179
180 2010-04-22 [colin]      3.7.5cvs49
181
182         * src/imap.c
183                 Fix error message when session isn't established
184         * po/fr.po
185                 Update translation and fix a typo in it
186
187 2010-04-15 [pawel]      3.7.5cvs48
188
189         * src/prefs_account.c
190                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
191                                 the port isn't configured properly'
192                 When using SSL/TLS tunneling automatically use default
193                 ports for encrypted connections: smtps, pop3s, imaps, nntps
194
195 2010-04-15 [pawel]      3.7.5cvs47
196
197         * src/action.c
198                 Fix crasher in actions using '%f' argument
199                 on multiple files with external scripts which
200                 don't return any output.
201
202 2010-04-14 [colin]      3.7.5cvs46
203
204         * src/mainwindow.c
205                 Fix hand cursor after error symbol appears
206
207 2010-04-12 [colin]      3.7.5cvs45
208
209         * configure.ac
210                 Fix bug 2162, 'configure check for libetpan 
211                 fails with libetpan 1.0'
212
213
214 2010-04-09 [mones]      3.7.5cvs44
215
216         * manual/de/glossary.xml
217                 Fix encoding to match main document's
218                 Also fixes make dist with Debian's openjade
219
220 2010-03-29 [pawel]      3.7.5cvs43
221
222         * src/matcher_parser.h
223         * src/matcher_parser_parse.y
224         * src/gtk/quicksearch.c
225                 Disable matcher warnings when populating quicksearch
226                 completion lists on startup
227
228 2010-03-27 [colin]      3.7.5cvs42
229
230         * src/gtk/quicksearch.c
231                 Fix double-free later in code. Optimize
232                 list creation
233
234 2010-03-27 [pawel]      3.7.5cvs41
235
236         * src/compose.c
237                 Make sure that quote ends with new line char
238
239 2010-03-26 [pawel]      3.7.5cvs40
240
241         * src/compose.c
242         * src/compose.h
243         * src/textview.c
244                 Fix Bug 1928 Add "reply to this address" pop menu 
245                              on Message View
246                 - Set composing account to email one when creating/replying
247                   from NNTP folder by clicking link or choosing option
248                   from popup menu
249                 - Factorize code
250
251 2010-03-25 [paul]       3.7.5cvs39
252
253         * src/gtk/gtkcmclist.c
254                 Fix build with GTK+ 2.20
255
256 2010-03-24 [pawel]      3.7.5cvs38
257
258         * src/addr_compl.c
259         * src/compose.c
260         * src/folderview.c
261         * src/grouplistdialog.c
262         * src/headerview.c
263         * src/mainwindow.c
264         * src/mimeview.c
265         * src/prefs_account.c
266         * src/gtk/gtkcmclist.c
267         * src/gtk/gtkcmctree.c
268         * src/gtk/gtkcmoptionmenu.c
269         * src/gtk/gtksctree.c
270         * src/gtk/gtkshruler.c
271         * src/gtk/gtkutils.c
272         * src/gtk/gtkutils.h
273         * src/gtk/gtkvscrollbutton.c
274         * src/gtk/inputdialog.c
275         * src/gtk/spell_entry.c
276         * src/plugins/trayicon/trayicon.c
277         * src/plugins/trayicon/libeggtrayicon/Makefile.am
278         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
279         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
280                 Fix build with GTK+ 2.19
281
282 2010-03-23 [pawel]      3.7.5cvs37
283
284         * src/mainwindow.c
285         * src/mimeview.c
286                 Respect view->show_col_headers option
287         * src/gtk/gtkcmctree.c
288                 Fix GtkCmcTree column width calculation when it has
289                 auto_resize set and new node is added
290
291 2010-03-22 [pawel]      3.7.5cvs36
292
293         * src/grouplistdialog.c
294         * src/prefs_common.c
295         * src/prefs_common.h
296                 - remember newsgroups list dialog size
297                 - respect use_dotted_lines hidden pref
298                 - respect use_stripes_everywhere hidden pref
299
300 2010-03-21 [pawel]      3.7.5cvs35
301
302         * src/addrgather.c
303                 Remove superfluous gtk_widget_show_all()
304         * src/mimeview.c
305                 Add forgotten colon
306         * src/common/utils.c
307                 Return correct type
308
309 2010-03-21 [pawel]      3.7.5cvs34
310
311         * src/main.c
312         * src/gtk/quicksearch.c
313         * src/gtk/quicksearch.h
314                 Implement separate search phrase completion for
315                 normal/extended quicksearch
316
317 2010-03-11 [paul]       3.7.5cvs33
318
319         * po/zh_CN.po
320                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
321                 submitted by Yuwei Yu
322
323 2010-03-09 [colin]      3.7.5cvs32
324
325         * manual/de/glossary.xml
326                 Fix build
327
328 2010-03-02 [colin]      3.7.5cvs31
329
330         * manual/de/glossary.xml
331                 Sort alphabetically. Done by Volker Ribbert.
332
333 2010-03-02 [mones]      3.7.5cvs30
334
335         * README
336                 Fix mailing list archives location
337                 Remove currently unavailable CVS webview
338
339 2010-03-01 [iwkse]      3.7.5cvs29
340
341         * src/common/plugin.c
342                         Other indentation issues
343
344 2010-03-01 [iwkse]      3.7.5cvs28
345
346         * src/common/plugin.c
347                         Fix indentation of the previous commit
348
349 2010-03-01 [iwkse]      3.7.5cvs27
350
351         * src/common/plugin.h
352         * src/common/plugin.c
353                         Add API for getting a loaded Plugin from the
354                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
355                         Thanks to Colin, Michael
356
357 2010-02-27 [colin]      3.7.5cvs26
358
359         * configure.ac
360         * AUTHORS
361         * src/gtk/authors.h
362         * manual/Makefile.am
363         * manual/de/Makefile.am
364         * manual/de/account.xml
365         * manual/de/ack.xml
366         * manual/de/addrbook.xml
367         * manual/de/advanced.xml
368         * manual/de/claws-mail-manual.xml
369         * manual/de/faq.xml
370         * manual/de/glossary.xml
371         * manual/de/gpl.xml
372         * manual/de/handling.xml
373         * manual/de/intro.xml
374         * manual/de/keyboard.xml
375         * manual/de/plugins.xml
376         * manual/de/starting.xml
377         * manual/de/dist/.cvsignore
378         * manual/de/dist/Makefile.am
379         * manual/de/dist/html/.cvsignore
380         * manual/de/dist/html/Makefile.am
381         * manual/de/dist/pdf/.cvsignore
382         * manual/de/dist/pdf/Makefile.am
383         * manual/de/dist/ps/.cvsignore
384         * manual/de/dist/ps/Makefile.am
385         * manual/de/dist/txt/.cvsignore
386         * manual/de/dist/txt/Makefile.am
387                 Add the german translation of the manual, done by
388                 Volker Ribbert <thoraki@arcor.de>.
389
390 2010-02-27 [holger]     3.7.5cvs25
391
392         * src/prefs_toolbar.c
393                 Don't make toolbar item description for
394                 plugin registered items editable
395
396 2010-02-26 [colin]      3.7.5cvs24
397
398         * src/toolbar.c
399                 Don't translate empty description
400
401 2010-02-22 [colin]      3.7.5cvs23
402
403         * src/compose.c
404                 Don't make In-Reply-To visible when reediting
405                 a draft or sent mail.
406
407 2010-02-20 [colin]      3.7.5cvs22
408
409         * src/imap.c
410         * src/imap.h
411         * src/main.c
412         * src/mainwindow.c
413         * src/etpan/imap-thread.c
414         * src/etpan/imap-thread.h
415         * src/etpan/nntp-thread.c
416         * src/etpan/nntp-thread.h
417                 When going offline from NetworkManager, just
418                 delete IMAP connections. That'll avoid timeouts
419                 when coming back online in certain cases when
420                 the TCP socket will have timed out.
421
422 2010-02-20 [holger]     3.7.5cvs21
423
424         * .cvsignore
425                 More files to ignore
426
427 2010-02-17 [ticho]      3.7.5cvs20
428
429         * src/summaryview.c
430         * src/summaryview.h
431         * src/toolbar.c
432                 Revert 3.7.5cvs19.
433
434 2010-02-16 [ticho]      3.7.5cvs19
435
436         * src/summaryview.c
437         * src/summaryview.h
438         * src/toolbar.c
439                 Removed unused argument from summary_open_row().
440
441 2010-02-10 [pawel]      3.7.5cvs18
442
443         * src/compose.c
444                 - fix headers filtering when prefs_common.trans_hdr is on
445                 - fix headers setting when changing composing account 
446                 - plug memleak
447         * src/prefs_template.c
448                 Re-add template's name for translation
449
450 2010-02-10 [colin]      3.7.5cvs17
451
452         * src/prefs_matcher.c
453                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
454                 Condition>Define>Header>Name combo box'. Patch by
455                 Francois Cami
456
457 2010-02-10 [colin]      3.7.5cvs16
458
459         * src/codeconv.c
460         * src/codeconv.h
461         * src/compose.c
462         * src/mainwindow.c
463         * src/messageview.c
464         * src/prefs_send.c
465         * src/procmime.c
466         * src/textview.c
467                 Add the GB18030 Chinese charset, which is a superset
468                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
469
470 2010-02-09 [holger]     3.7.5cvs15
471
472         * configure.ac
473                 GTK+ 2.10 related cleanup
474
475 2010-02-09 [pawel]      3.7.5cvs14
476
477         * src/prefs_account.c
478         * src/prefs_folder_item.c
479         * src/prefs_template.c
480         * src/quote_fmt.c
481                 Respect prefs_common.trans_hdr in couple more places to avoid
482                 confusion with translated/non-translated header names
483
484 2010-02-09 [colin]      3.7.5cvs13
485
486         * po/POTFILES.in
487                 Fix make dist
488
489 2010-02-09 [colin]      3.7.5cvs12
490
491         * src/mimeview.c
492                 And fix 2.10 build :)
493
494 2010-02-09 [colin]      3.7.5cvs11
495
496         * configure.ac
497                 Bump up GTK+ requirement to 2.10
498         * src/Makefile.am
499         * src/compose.c
500         * src/crash.c
501         * src/foldersel.c
502         * src/main.c
503         * src/mainwindow.c
504         * src/messageview.c
505         * src/messageview.h
506         * src/prefs_actions.c
507         * src/prefs_common.c
508         * src/prefs_common.h
509         * src/prefs_ext_prog.c
510         * src/prefs_filtering_action.c
511         * src/prefs_fonts.c
512         * src/prefs_image_viewer.c
513         * src/prefs_matcher.c
514         * src/prefs_msg_colors.c
515         * src/prefs_summaries.c
516         * src/prefs_template.c
517         * src/printing.c
518         * src/printing.h
519         * src/quote_fmt.c
520         * src/summaryview.c
521         * src/textview.c
522         * src/gtk/Makefile.am
523         * src/gtk/about.c
524         * src/gtk/gtkcmclist.c
525         * src/gtk/gtkcmctree.c
526         * src/gtk/gtkutils.c
527         * src/gtk/quicksearch.c
528                 Remove all compile-time conditionals depending on
529                 GTK+ < 2.10
530         * src/gedit-print.c
531         * src/gedit-print.h
532         * src/gtk/gtksourceprintjob.c
533         * src/gtk/gtksourceprintjob.h
534                 Remove libgnomeprint-based printing system (and
535                 command-line-based printing system) as GTK+ 2.10
536                 ships with print support.
537
538 2010-02-08 [mir]        3.7.5cvs10
539
540         * src/compose.c
541             Avoid displaying Bcc headers in message sent
542             to NNTP servers. Thanks to Henning Mersch.
543
544
545 2010-02-08 [pawel]      3.7.5cvs9
546
547         * src/mimeview.c
548                 Make tooltips less cryptic
549         * src/gtk/description_window.c
550                 Improve window size calculation
551
552 2010-02-08 [pawel]      3.7.5cvs8
553
554         * src/compose.c
555         * src/compose.h
556         * src/common/utils.c
557         * src/common/utils.h
558         * src/gtk/authors.h
559                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
560                 Patch by Laurent Bigonville with slight modifications
561
562 2010-02-03 [pawel]      3.7.5cvs7
563
564         * m4/.cvsignore
565                 Add some libtool files to ignore
566
567 2010-02-03 [pawel]      3.7.5cvs6
568
569         * src/plugins/trayicon/trayicon.c
570                 Save and then restore focus when closing/minimizing to tray
571
572 2010-02-03 [mir]        3.7.5cvs5
573
574         * src/addrindex.c
575         * src/editldap.c
576         * src/ldapctrl.c
577         * src/ldapctrl.h
578         * src/ldapquery.c
579         * src/ldapupdate.c
580             Save LDAP password encrypted. See bug 2113.
581
582
583 2010-02-03 [colin]      3.7.5cvs4
584
585         * src/privacy.c
586                 Fix again decoding of encrypted parts. The
587                 reverting of the patch was wrong, as the
588                 double-decoding was fixed in smime itself.
589                 Thanks to Matthias Drochner again...
590
591 2010-02-02 [colin]      3.7.5cvs3
592
593         * src/plugins/smime/smime.c
594         * src/privacy.c
595                 Revert 3.7.4cvs2 and make a better patch for bug
596                 2059 and 2076. Patch by Matthias Drochner
597
598 2010-01-31 [pawel]      3.7.5cvs2
599
600         * src/gtk/authors.h
601                 Fix hungarian translator's name
602
603 2010-01-31 [pawel]      3.7.5cvs1
604
605         * src/messageview.c
606         * src/mimeview.c
607                 Fix Bug 2107 - Arrow keys don't work in message view window
608
609 2010-01-31 [paul]       3.7.5
610
611         * NEWS
612         * README
613         * RELEASE_NOTES 
614                 3.7.5 released!
615
616 2010-01-23 [pawel]      3.7.4cvs10
617
618         * src/addressbook.c
619                 Fix button sensitivity in compose mode
620
621 2010-01-23 [pawel]      3.7.4cvs9
622
623         * commitHelper
624         * tools/kdeservicemenu/install.sh
625         * tools/make.themes.project
626         * tools/nautilus2claws-mail.sh
627         * tools/popfile-link.sh
628         * tools/textviewer.sh
629                 Not all systems have bash installed in /bin, use env(1) to find
630                 it`s location
631
632 2010-01-22 [pawel]      3.7.4cvs8
633
634         * src/prefs_account.c
635         * src/prefs_filtering.c
636         * src/prefs_send.c
637         * src/gtk/colorlabel.c
638                 Add some separators in combos
639
640 2010-01-22 [pawel]      3.7.4cvs7
641
642         * autogen.sh
643                 --disable-aspell -> --disable-enchant
644         * configure.ac
645                 Fix options spacing in configure --help
646         * src/wizard.c
647                 Make wizard's window centered on the screen
648
649 2010-01-19 [holger]     3.7.4cvs6
650
651         * src/folder.c
652         * src/folder.h
653                 Introduce folder_get_item_from_identifier().
654                 In contrast to folder_find_item_from_identifier(), this
655                 function recursively creates the FolderItems in the id path.
656                 Useful for programmatically creating folders (e.g. by plugins)
657
658 2010-01-17 [pawel]      3.7.4cvs5
659
660         * src/gtk/authors.h
661                 Fix my lastname
662
663 2010-01-16 [colin]      3.7.4cvs4
664
665         * src/plugins/pgpcore/sgpgme.c
666                 Probably fix bug 2098, 'claws-mails crashes frequently 
667                 with pgpcore'. Fix double-free.
668
669 2010-01-16 [holger]     3.7.4cvs3
670
671         * src/prefs_toolbar.h
672                 Forgotten header
673
674 2010-01-15 [colin]      3.7.4cvs2
675
676         * src/privacy.c
677                 Decode mimeinfo before decrypting it. Probably
678                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
679                 with S/MIME encryption' and bug 2076 'having 
680                 worked 2 times properly CLAWS ceased to 
681                 decrypt incoming PGP mails -displays base64 
682                 instead - sucks completely'
683                 Let's hope complete suckage ends here!
684                 Thanks to Matthias Drochner.
685
686 2010-01-08 [paul]       3.7.4cvs1
687
688         * tools/claws.i18n.status.pl
689                 fix typos
690
691 2010-01-08 [paul]       3.7.4
692
693         * NEWS
694         * README
695         * RELEASE_NOTES 
696                 3.7.4 released!
697
698 2010-01-08 [paul]       3.7.3cvs57
699
700         * po/ca.po
701         * po/cs.po
702         * po/de.po
703         * po/fi.po
704         * po/hu.po
705         * po/id.po
706         * po/ja.po
707         * po/nl.po
708         * po/pt_BR.po
709         * po/pt_PT.po
710         * po/ru.po
711         * po/sk.po
712                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
713                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
714                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
715                 Slavko
716
717 2010-01-08 [paul]       3.7.3cvs56
718
719         * src/common/utils.c
720                 fix bug 2089, 'URLs ending with an underscore ('_')
721                 are not correctly parsed'. thanks to Johan
722
723 2010-01-05 [colin]      3.7.3cvs55
724
725         * po/fr.po
726                 Update french translation
727
728 2010-01-04 [mones]      3.7.3cvs54
729
730         * po/es.po
731                 Update Spanish translation
732
733 2010-01-04 [mones]      3.7.3cvs53
734
735         * manual/plugins.xml
736                 Some format
737         * manual/es/claws-mail-manual.xml
738         * manual/es/intro.xml
739         * manual/es/plugins.xml
740                 Synchronise with English version
741
742 2010-01-03 [paul]       3.7.3cvs52
743
744         * ChangeLog
745                 fix format
746         * src/gtk/authors.h
747                 update TEAM_LIST, fix encoding
748
749 2010-01-03 [mir]        3.7.3cvs51
750
751         * src/compose.c
752                 When composing to a NNTP list TO: will always be preset
753                 to the NNTP list unless user has chosen some other default
754                 in which case we will handle this the normal way. Therefore
755                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
756
757 2010-01-01 [paul]       3.7.3cvs50
758
759         * src/gtk/about.c
760                 bump copyright year whilst it's in mind
761
762 2009-12-31 [paul]       3.7.3cvs49
763
764         * manual/claws-mail-manual.xml
765         * manual/intro.xml
766         * manual/plugins.xml
767                 fix links so that they make sense in the context of the
768                 text version of the manual
769
770 2009-12-31 [paul]       3.7.3cvs48
771
772         * manual/intro.xml
773         * manual/plugins.xml
774                 updates, improvements, corrections, additions
775
776 2009-12-29 [pawel]      3.7.3cvs47
777
778         * src/prefs_filtering_action.c
779                 Fix Bug 2082 'Wrong color rectangle position when replacing
780                 "color" processing rule'
781
782 2009-12-29 [colin]      3.7.3cvs46
783
784         * src/compose.c
785                 Fix bug 2074, 'Remember sending account 
786                 for sent messages'
787
788 2009-12-20 [holger]     3.7.3cvs45
789
790         * src/compose.c
791                 Delay CREATED_HOOKLIST invokation until
792                 after the modifications to the compose window
793                 are done, to allow hooks to further modify the
794                 window without getting overridden again
795
796 2009-12-20 [holger]     3.7.3cvs44
797
798         * src/prefs_toolbar.h
799                 Fix last commit
800
801 2009-12-20 [holger]     3.7.3cvs43
802
803         * src/prefs_toolbar.c
804         * src/prefs_toolbar.h
805         * src/toolbar.c
806                 Pass window struct to caller
807
808 2009-12-20 [holger]     3.7.3cvs42
809
810         * src/compose.c
811         * src/compose.h
812                 Add hooklist after creation of a compose window
813
814 2009-12-19 [holger]     3.7.3cvs41
815
816         * src/prefs_toolbar.c
817         * src/prefs_toolbar.h
818         * src/toolbar.c
819                 Allow plugins to choose to which toolbar they want
820                 to add actions (main window, compose window, or message view)
821
822 2009-12-19 [paul]       3.7.3cvs40
823
824         * src/statusbar.c
825                 fix statusbar in GTK+ 2.19.1
826
827 2009-12-10 [pawel]      3.7.3cvs39
828
829         * src/compose.c
830                 Better fix for cvs28 regression
831
832 2009-12-10 [iwkse]      3.7.3cvs38
833
834         * src/compose.c
835             Fix some indentation
836
837 2009-12-10 [iwkse]      3.7.3cvs37
838
839         * src/compose.c
840             Add missing checks for gtkaspell: avoid
841             crashing in some cases when Enchant is 
842             enabled but the spell checker is disabled 
843             in preferences.
844
845 2009-12-09 [colin]      3.7.3cvs36
846
847         * src/compose.c
848                 Fix leak and unchecked accesses.
849
850 2009-12-09 [mir]        3.7.3cvs35
851
852         * src/compose.c
853         Fix Bug 2072 "template at folder properties is not working"
854         introduced in cvs24.
855
856 2009-12-08 [pawel]      3.7.3cvs34
857
858         * src/compose.c
859                 When 'Reply All' remove current compose address from
860                 Cc/Bcc list - fix for regression introduced in cvs28
861
862 2009-12-05 [pawel]      3.7.3cvs33
863
864         * src/messageview.c
865                 Fix memory management, duh!
866
867 2009-12-04 [pawel]      3.7.3cvs32
868
869         * src/messageview.c
870                 Use case insensitive comparison in search for
871                 duplicate urls
872         * src/uri_opener.c
873                 Refresh scrollbars on every window open
874
875 2009-12-04 [pawel]      3.7.3cvs31
876
877         * src/compose.c
878                 Highlight misspelled words when applying template and
879                 check_while_typing option is on
880
881 2009-12-03 [pawel]      3.7.3cvs30
882
883         * src/compose.c
884                 Highlight misspelled words in text inserted from file(s)
885                 or pasted to message body when check_while_typing
886                 options is on
887
888 2009-12-02 [pawel]      3.7.3cvs29
889
890         * src/compose.c
891                 Revert first part of previous commit
892
893 2009-12-02 [pawel]      3.7.3cvs28
894
895         * src/compose.c
896                 Fix Bug 2055 "duplicate mailing list reply if
897                 List-Post + Reply-To present"
898                 - Ignore Reply-To if answering to ML
899                 - Improve parsing of List-Post header
900
901 2009-12-02 [pawel]      3.7.3cvs27
902
903         * src/compose.c
904         * src/compose.h
905                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
906                 email had user in "From" and "CC"
907                 Don't allow duplicate addresses in compose window headers
908
909 2009-12-02 [mones]      3.7.3cvs26
910
911         * manual/intro.xml
912         * manual/es/intro.xml
913         * manual/fr/intro.xml
914         * manual/it/intro.xml
915         * manual/pl/intro.xml
916                 Make URL to point current site
917
918 2009-12-01 [holger]     3.7.3cvs25
919
920         * src/summaryview.c
921         * src/summaryview.h
922                 Introduce new drag type "claws-mail/msg-path-list" for
923                 drag'n'drop of a message selection from the summaryview
924                 into other applications. The drag data gets set to the
925                 folder-item-id followed by message ids, separated by newlines.
926                 This enables other applications to back-link to Claws Mail
927                 via a "claws-mail --select" call after they received a drop.
928
929 2009-11-30 [mir]        3.7.3cvs24
930
931         * src/compose.c
932            Place cursor in compose window according to provided input
933            If to: is present place cursor in subject field and if both
934            to: and subject: is present place cursor in body. If body: is
935            present insert a new line after text and place cursor there.
936
937 2009-11-27 [mones]      3.7.3cvs23
938
939         * src/gtk/quicksearch.c
940                 Allow viewing longer expressions if there's space
941
942 2009-11-25 [holger]     3.7.3cvs22
943
944         * Makefile.am
945         * src/common/Makefile.am
946         * src/common/utils.c
947         * src/common/utils.h
948                 Add a function to query the
949                 filepath of the .desktop file
950
951 2009-11-25 [colin]      3.7.3cvs21
952
953         * src/imap.c
954                 Fix bug 2063, 'glib assertion in GRelation use in 
955                 imap.c'
956
957 2009-11-24 [pawel]      3.7.3cvs20
958
959         * src/common/utils.c
960                 Fix Bug 2053 'Inconsistent application of Coloration 
961                 of Message text'
962                 Don't allow '<' character between quotation marks
963
964 2009-11-21 [holger]     3.7.3cvs19
965
966         * src/printing.c
967                 Modify cairo clip handling in preview windows,
968                 to prevent print preview windows from being blank
969                 with GTK+ 2.18. Follow recommendation of the GTK+
970                 documentation (section "Migrating to client side windows")
971                 and create a new cairo context for each expose event.
972
973 2009-11-19 [pawel]      3.7.3cvs18
974
975         * Makefile.am
976                 complete 3.7.3cvs15 so install is DESTDIR safe
977                 remove icons with changed names on uninstall
978
979 2009-11-18 [pawel]      3.7.3cvs17
980
981         * src/news_gtk.c
982                 remove unneeded and code-duplicating function
983
984 2009-11-18 [pawel]      3.7.3cvs16
985
986         * src/news_gtk.c
987                 Fix Bug 2057 'Claws mail does not keep renamed names
988                 of nntp-subscribed groups'
989                 Check for already subscribed group using item->path for group
990                 comparision as folders item->path != item->name may be truth 
991                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
992
993 2009-11-17 [pawel]      3.7.3cvs15
994
995         * Makefile.am
996                 Fix Bug 2049 'some icons not copied?'
997                 Install additional 64x64 and 128x128 icons
998
999 2009-11-17 [holger]     3.7.3cvs14
1000
1001         * src/prefs_toolbar.c
1002         * src/prefs_toolbar.h
1003         * src/toolbar.c
1004         * src/toolbar.h
1005                 Allow plugins to register toolbar items
1006
1007 2009-11-11 [pawel]      3.7.3cvs13
1008
1009         * src/addressbook.c
1010         * src/compose.c
1011         * src/compose.h
1012         * src/filtering.c
1013                 Fix Bug 1867 Changing account does not change BCC address
1014                 Set account specific headers when changing account
1015                 in compose window.
1016
1017 2009-11-07 [colin]      3.7.3cvs12
1018
1019         * src/gtk/prefswindow.c
1020                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1021                 Patch by Pawel
1022
1023 2009-11-07 [colin]      3.7.3cvs11
1024
1025         * src/gtk/spell_entry.c
1026                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1027                 Patch by Pawel Pekala
1028
1029 2009-10-27 [colin]      3.7.3cvs10
1030
1031         * src/folder.c
1032                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1033                 Don't try to check whether the folder is up-to-date if
1034                 the folder class doesn't implement set_mtime, as we don't
1035                 care in this case. This code exists since a long time, but
1036                 the bug was triggered by more scanning of queue folders 
1037                 since recently (when we added \Deleted handling).
1038
1039 2009-10-27 [colin]      3.7.3cvs9
1040
1041         * src/mainwindow.c
1042                 Try to fix registering as default client
1043                 on windows 7
1044
1045 2009-10-21 [wwp]        3.7.3cvs8
1046
1047         * src/common/utils.c
1048                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1049
1050 2009-10-21 [wwp]        3.7.3cvs7
1051
1052         * src/common/utils.c
1053                 Don't core dump when attempting to insert a non-existing
1054                 file using a mailto: uri (g_error does core dump).
1055
1056 2009-10-20 [colin]      3.7.3cvs6
1057
1058         * src/common/utils.c
1059                 Don't g_error on normal warnings...
1060
1061 2009-10-20 [colin]      3.7.3cvs5
1062
1063         * src/plugins/pgpcore/sgpgme.c
1064                 Fix bug 1996, 'S/MIME key not selected'
1065                 Check for S/MIME certs too
1066
1067 2009-10-20 [colin]      3.7.3cvs4
1068
1069         * src/common/w32lib.h
1070                 Fix win32 build on latest mingw32
1071
1072 2009-10-20 [colin]      3.7.3cvs3
1073
1074         * src/exportldif.c
1075         * src/ldif.c
1076         * src/ldif.h
1077                 Fix LDIF export. Patch by Michael Rasmussen
1078
1079 2009-10-18 [paul]       3.7.3cvs2
1080
1081         * tools/claws.i18n.status.pl
1082                 increase the value of $transolddays since we're relasing less
1083                 often now.
1084                 rework the en_GB.po hack so that en_GB is always 100% translated
1085                 and recently updated
1086
1087 2009-10-17 [paul]       3.7.3cvs1
1088
1089         * src/prefs_account.c
1090         * src/prefs_compose_writing.c
1091         * src/prefs_receive.c
1092         * src/prefs_summaries.c
1093         * src/prefs_wrapping.c
1094                 reword a few labels. (this incorporates everything
1095                 that seemed worthwhile from bug 2020)
1096         * src/prefs_customheader.c
1097                 use a 'Browse' button instead of button with
1098                 label 'From file...'
1099
1100 2009-10-12 [colin]
1101
1102         * CVS repository change
1103
1104 2009-10-09 [paul[       3.7.3
1105
1106         version 3.7.3 unleashed!!
1107
1108 2009-10-07 [paul]       3.7.2cvs49
1109
1110         * src/folderview.c
1111         * src/folderview.h
1112         * src/mainwindow.c
1113                 fix  Bug 1994 -  Changing colors required restart.
1114                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1115                 more accurate folderview_reinit_fonts()
1116
1117 2009-10-07 [paul]       3.7.2cvs48
1118
1119         * src/addrgather.c
1120         * src/prefs_common.c
1121         * src/prefs_common.h
1122                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
1123                 patch by Pawel Pekala
1124
1125 2009-10-07 [paul]       3.7.2cvs47
1126
1127         * po/cs.po
1128         * po/de.po
1129         * po/hu.po
1130         * po/id.po
1131         * po/ja.po
1132         * po/pt_BR.po
1133                 updated by David Vachulka, Stephan Sachse and Marc Arens,
1134                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1135                 Goncalves Guimaraes
1136
1137 2009-10-06 [colin]      3.7.2cvs46
1138
1139         * po/fr.po
1140                 French translation update
1141
1142 2009-10-05 [paul]       3.7.2cvs45
1143
1144         * src/printing.c
1145                 enable Page Size and Orientation in the print dialog,
1146                 GTK+ >= 2.18.x only. Patch by Mark__T
1147
1148 2009-10-05 [paul]       3.7.2cvs44
1149
1150         * src/prefs_summaries.c
1151                 fix label, startup --> start-up, to match other uses of the
1152                 term
1153
1154 2009-10-05 [paul]       3.7.2cvs43
1155
1156         * po/pl.po
1157                 updated by Emilian Nowak
1158
1159 2009-10-03 [colin]      3.7.2cvs42
1160
1161         * src/mimeview.c
1162         * src/noticeview.c
1163         * src/gtk/gtkcmclist.c
1164         * src/gtk/gtkvscrollbutton.c
1165         * src/gtk/logwindow.c
1166                 GTK+ 2.18 fixes:
1167                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1168                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1169                 Fix warning at start
1170
1171 2009-09-28 [colin]      3.7.2cvs41
1172
1173         * src/matcher.c
1174         * src/mimeview.c
1175         * src/prefs_folder_item.c
1176                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1177
1178 2009-09-28 [colin]      3.7.2cvs40
1179
1180         * src/prefs_summaries.c
1181         * src/gtk/sslcertwindow.c
1182                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
1183                 shows up garbled in GUI'. Patch by Pawel Pekala
1184
1185 2009-09-24 [iwkse]      3.7.2cvs39
1186
1187         * configure.ac
1188             That's only for statistics, of course :)
1189
1190 2009-09-24 [iwkse]      3.7.2cvs38
1191
1192         * configure.ac
1193             ...
1194
1195 2009-09-24 [iwkse]      3.7.2cvs37
1196
1197         * configure.ac
1198             Revert unwanted change
1199
1200 2009-09-24 [iwkse]      3.7.2cvs36
1201
1202         * src/action.c
1203             Fix issue with filtering actions and 
1204             parsed parameters
1205
1206 2009-09-20 [mones]      3.7.2cvs35
1207
1208         * tools/convert_mbox.pl
1209                 Add -R flag to support recursive conversions
1210                 of arbitrary Evolution mail folders, based on
1211                 bash script by Daniel Dickinson (fixes debian 
1212                 bug #461435) 
1213         * tools/popfile-link.sh
1214                 Set required shell for script (fixes debian 
1215                 bug #530057)
1216
1217 2009-09-16 [colin]      3.7.2cvs34
1218
1219         * src/main.c
1220                 Go grab files in /etc/skel if they exist
1221                 at first startup 
1222
1223 2009-09-15 [colin]      3.7.2cvs33
1224
1225         * src/procmime.c
1226                 Complete 3.7.1cvs42: only output directly to
1227                 final file if we get NULL byes at the start.
1228                 Still fixes saving UTF16 files, but also
1229                 fixes displaying Base64 parts with decoding
1230                 errors (parts without errors get displayed)
1231
1232 2009-09-14 [colin]      3.7.2cvs32
1233
1234         * src/matcher.c
1235         * src/matcher.h
1236         * src/matcher_parser_parse.y
1237         * src/prefs_matcher.c
1238                 Add 'has_attachment' and 'signed' matcher
1239                 expressions. Patch by Aleksei Miheev, fixes
1240                 bug 1997. 
1241
1242 2009-09-14 [colin]      3.7.2cvs31
1243
1244         * src/common/utils.c
1245                 Add "Re :" prefix from french Yahoo mail.
1246                 Patch by Didier Barvaux, fixes bug 1999
1247
1248 2009-09-10 [mones]      3.7.2cvs30
1249
1250         * manual/plugins.xml
1251                 Fix sites supported by SpamReport
1252         * manual/es/plugins.xml
1253                 Synchronise Spanish manual
1254
1255 2009-09-07 [holger]     3.7.2cvs29
1256
1257         * Makefile.am
1258                 Also update the icon cache on uninstall.
1259                 This prevents possible problems when Claws Mail was
1260                 uninstalled and installed again into a different location,
1261                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1262                 and the blog post linked therein
1263
1264 2009-09-07 [paul]       3.7.2cvs28
1265
1266         * src/prefs_toolbar.c
1267                 when updating the main toolbar icons just update
1268                 the main toolbar (and consequently fix a bug where
1269                 folderview icons would disappear)
1270
1271 2009-08-30 [holger]     3.7.2cvs27
1272
1273         * src/compose.c
1274                 Do case-insensitive comparison against
1275                 header names when extracting recipients
1276                 from composed mails
1277
1278 2009-08-23 [colin]      3.7.2cvs26
1279
1280         * src/mbox.c
1281                 Probably fix RH bug 512024, " folder.c:3543 
1282                 Condition msglist != NULL failed"
1283
1284 2009-08-23 [colin]      3.7.2cvs25
1285
1286         * src/prefs_compose_writing.c
1287                 Make the maximum size warning bigger. Patch
1288                 by Didier Barvaux on bug 1986.
1289
1290 2009-08-21 [colin]      3.7.2cvs24
1291
1292         * src/compose.c
1293                 Previous commit: move the function into compose_insert_file
1294                 so that it's also used on drag-n-drop
1295
1296 2009-08-21 [colin]      3.7.2cvs23
1297
1298         * src/compose.c
1299                 Fix scrolling when adding an header
1300
1301 2009-08-21 [colin]      3.7.2cvs22
1302
1303         * src/compose.c
1304         * src/prefs_common.c
1305         * src/prefs_common.h
1306         * src/prefs_compose_writing.c
1307         * src/common/utils.c
1308                 Fix bug 1986, "New feature: warn user when inserting 
1309                 a large file in the message body". Patch by Didier
1310                 Barvaux
1311
1312 2009-08-21 [colin]      3.7.2cvs21
1313
1314         * AUTHORS
1315         * src/gtk/authors.h
1316         * src/common/utils.c
1317                 Fix bug 1984: Add R�f. : reply prefix (french 
1318                 Lotus Notes); patch by Didier Barvaux
1319
1320 2009-08-21 [colin]      3.7.2cvs20
1321
1322         * src/codeconv.c
1323         * src/codeconv.h
1324                 Fix bug 1969, 'Bad guess for outgoing encoding'
1325                 Make sure the specific converters (japanese in
1326                 this case) can return success/error in strict
1327                 mode, instead of silently failing back to 
1328                 strncpy
1329
1330 2009-08-20 [holger]     3.7.2cvs19
1331
1332         * src/compose.c
1333         * src/compose.h
1334                 Make it possible for code outside
1335                 compose (e.g. plugins) to attach files
1336
1337 2009-08-20 [colin]      3.7.2cvs18
1338
1339         * src/main.c
1340                 Fix crash when accessing IMAP soon
1341
1342 2009-08-18 [colin]      3.7.2cvs17
1343
1344         * src/ldapquery.c
1345                 Maybe fix crash on non-existent LDAP server
1346
1347 2009-08-04 [colin]      3.7.2cvs16
1348
1349         * src/toolbar.c
1350                 Fix toolbar's spacing that breaks dark
1351                 themes (patch from http://blogs.igalia.com/aperez/
1352                 2009/07/making-claws-mail-look-better/)
1353
1354 2009-07-28 [colin]      3.7.2cvs15
1355
1356         * src/account.c
1357         * src/addrcustomattr.c
1358         * src/addressadd.c
1359         * src/addressbook_foldersel.c
1360         * src/addrgather.c
1361         * src/browseldap.c
1362         * src/compose.c
1363         * src/editbook.c
1364         * src/editgroup.c
1365         * src/editjpilot.c
1366         * src/editldap.c
1367         * src/editldap_basedn.c
1368         * src/edittags.c
1369         * src/editvcard.c
1370         * src/exphtmldlg.c
1371         * src/expldifdlg.c
1372         * src/export.c
1373         * src/foldersel.c
1374         * src/import.c
1375         * src/importldif.c
1376         * src/importmutt.c
1377         * src/importpine.c
1378         * src/prefs_actions.c
1379         * src/prefs_customheader.c
1380         * src/prefs_display_header.c
1381         * src/prefs_filtering.c
1382         * src/prefs_folder_column.c
1383         * src/prefs_matcher.c
1384         * src/prefs_summary_column.c
1385         * src/prefs_summary_open.c
1386         * src/prefs_template.c
1387         * src/textview.c
1388         * src/uri_opener.c
1389                 Fix bug 1950, 'Program freeze up during folder selection'
1390                 Don't leave hidden windows modal
1391
1392 2009-07-28 [colin]      3.7.2cvs14
1393
1394         * src/ldapquery.c
1395                 Fix bug 1957, 'LDAP errs out after searching too 
1396                 many search bases'
1397
1398 2009-07-28 [colin]      3.7.2cvs13
1399
1400         * src/summaryview.c
1401                 Fix bug 1966, '"Collapse all threads" slower than 
1402                 "Expand all threads"'
1403
1404 2009-07-28 [colin]      3.7.2cvs12
1405
1406         * src/common/session.c
1407                 Fix bug 1967, 'Claws gets stuck after accepting 
1408                 a certificate warning dialog'
1409
1410 2009-07-19 [paul]       3.7.2cvs11
1411
1412         * manual/plugins.xml
1413                 a few small changes to the English
1414
1415 2009-07-18 [mones]      3.7.2cvs10
1416
1417         * manual/plugins.xml
1418                 Add new bsfilter and fancy plugins to the docs
1419                 and a note about dealing with plugins of the same class
1420         * src/prefs_account.c
1421                 Fix extra space at the end typo
1422
1423 2009-07-16 [colin]      3.7.2cvs9
1424
1425         * src/summaryview.c
1426                 Fix wrong return without unlocking; thanks
1427                 to mupuf_
1428
1429 2009-07-14 [colin]      3.7.2cvs8
1430
1431         * src/imap.c
1432                 Fix bug 1954, 'Segfault on reading wrong STATUS'
1433
1434 2009-07-10 [colin]      3.7.2cvs7
1435
1436         * src/plugins/pgpcore/plugin.def
1437         * src/common/utils.h
1438                 Fix windows port
1439
1440 2009-07-10 [colin]      3.7.2cvs6
1441
1442         * src/prefs_display_header.c
1443                 Fix bug 1951, 'C-Mail dumps core when editing 
1444                 displayed headers'. Patch by Alexey Rusakov
1445
1446 2009-07-10 [colin]      3.7.2cvs5
1447
1448         * src/folderview.c
1449                 Fix bug 1952, 'Deleted mails in Queue folder 
1450                 highlight it'.
1451
1452 2009-07-09 [colin]      3.7.2cvs4
1453
1454         * src/gtk/spell_entry.c
1455                 Fix bug 1949, 'Spell checker doesn't recognise 
1456                 certain word in Subject header, but does in 
1457                 message body'. Patch by Pawel Pekala.
1458
1459 2009-07-09 [paul]       3.7.2cvs3
1460
1461         * configure.ac
1462                 use pkgconfig to check for the minimum required
1463                 version of GnuTLS
1464
1465 2009-07-06 [colin]      3.7.2cvs2
1466
1467         * src/prefs_customheader.c
1468                 Fix build failure
1469
1470 2009-07-04 [paul]       3.7.2cvs1
1471
1472         * tools/claws.i18n.status.pl
1473                 updated
1474
1475 2009-07-03 [paul]       3.7.2
1476
1477         * NEWS
1478         * README
1479         * RELEASE_NOTES 
1480                 3.7.2 released!
1481
1482 2009-07-03 [paul]       3.7.1cvs85
1483
1484         * AUTHORS
1485         * configure.ac
1486         * po/pt_PT.po
1487         * po/sk.po
1488         * src/gtk/authors.h
1489                 added new translations by Tiago Faria and Slavko
1490         * po/bg.po
1491         * po/cs.po
1492         * po/de.po
1493         * po/es.po
1494         * po/fi.po
1495         * po/fr.po
1496         * po/hu.po
1497         * po/id.po
1498         * po/it.po
1499         * po/ja.po
1500         * po/pt_BR.po
1501         * po/ru.po
1502                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1503                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1504                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1505                 Goncalves Guimaraes, Aleksei Miheev
1506
1507 2009-07-01 [colin]      3.7.1cvs84
1508
1509         * src/prefs_common.c
1510                 Fix bug 1940, 'Doesn't open links in 
1511                 user's default browser'. Turn the preference
1512                 to TRUE by default; that will only change the
1513                 behaviour for new users.
1514
1515 2009-06-29 [colin]      3.7.1cvs83
1516
1517         * src/filtering.c
1518         * src/filtering.h
1519         * src/prefs_filtering_action.c
1520                 Fix bug 1935, 'problems with very long filtering actions':
1521                 Use a dynamic buffer in action to string, and a bigger
1522                 buffer in string to action
1523
1524 2009-06-29 [colin]      3.7.1cvs82
1525
1526         * src/matcher_parser_lex.l
1527                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1528
1529 2009-06-29 [colin]      3.7.1cvs81
1530
1531         * src/addressbook.c
1532                 Fix warnings
1533         * src/editgroup.c
1534                 Fix crash (out-of-bounds tree column)
1535         * src/gtk/gtkcmctree.c
1536         * src/gtk/gtksctree.c
1537                 Prevent using an out-of-bounds tree column
1538
1539 2009-06-29 [colin]      3.7.1cvs80
1540
1541         * src/ldapupdate.c
1542         * src/ldif.c
1543                 Leak fixes; patch by Pawel Pekala.
1544
1545 2009-06-26 [colin]      3.7.1cvs79
1546
1547         * src/summaryview.c
1548                 Sort by msgnum if dates are equal
1549
1550 2009-06-24 [paul]       3.7.1cvs78
1551
1552         * src/summaryview.c
1553                 make some (forgotten) strings translatable
1554
1555 2009-06-19 [colin]      3.7.1cvs77
1556
1557         * src/summaryview.c
1558                 Fix menu sensitiveness
1559
1560 2009-06-18 [colin]      3.7.1cvs76
1561
1562         * configure.ac
1563         * src/plugins/pgpcore/sgpgme.c
1564         * src/plugins/pgpcore/sgpgme.h
1565         * src/plugins/pgpmime/mypgpcore.def
1566         * src/plugins/pgpmime/pgpmime.c
1567         * src/plugins/smime/mypgpcore.def
1568         * src/plugins/smime/smime.c
1569                 Use largefile support (and stop using our old GPGME
1570                 hack on gpgme_data_seek/rewind)
1571                 (See 1.9.12cvs44 to 46 - if this breaks things we 
1572                 should soon know :)
1573
1574 2009-06-13 [colin]      3.7.1cvs75
1575
1576         * src/gtk/spell_entry.c
1577                 Fix assertion. We can put a NULL gtkaspell to
1578                 an entry; it just means it won't be spell-checked.
1579
1580 2009-06-12 [mones]      3.7.1cvs74
1581
1582         * src/compose.c
1583         * src/messageview.c
1584         * src/prefs_account.c
1585         * src/prefs_account.h
1586         * src/common/utils.c
1587         * src/common/utils.h
1588                 Added preference to use account address in generated
1589                 Message-Id. Fixes Debian bug #531052
1590
1591 2009-06-12 [colin]      3.7.1cvs73
1592
1593         * src/common/ssl.c
1594                 Better fix, API-compatible with libgnutls13
1595
1596 2009-06-12 [colin]      3.7.1cvs72
1597
1598         * src/common/ssl.c
1599                 Use compatibility mode in GnuTLS, and avoid problems with 
1600                 servers that don't comply 100% with the spec, but still
1601                 exist.
1602
1603 2009-06-06 [iwkse]      3.7.1cvs71
1604
1605         * src/compose.c
1606                 Ops..revert a mix with another patch
1607
1608 2009-06-06 [iwkse]      3.7.1cvs70
1609
1610         * src/compose.c
1611                 A better fix for the previous commit's issue
1612
1613 2009-06-06 [iwkse]      3.7.1cvs69
1614
1615         * src/compose.c
1616                 Fix shutting down of Claws Mail while a GTK_Return keypress 
1617                 event is sent to the Attach property window
1618
1619 2009-06-05 [colin]      3.7.1cvs68
1620
1621         * src/compose.c
1622                 Fix build on GTK+ 2.6
1623
1624 2009-06-03 [mones]      3.7.1cvs67
1625
1626         * tools/make.themes.project
1627                 Oops! fix header, sorry Paul ;-)
1628
1629 2009-06-03 [mones]      3.7.1cvs66
1630
1631         * tools/make.themes.project
1632                 Add support for PNG themes and other
1633                 fixes i don't remember now... :)
1634
1635 2009-06-02 [colin]      3.7.1cvs65
1636
1637         * src/compose.c
1638         * src/prefs_template.c
1639         * src/quote_fmt.c
1640                 Fix error messages in templates, and fix their
1641                 checking
1642
1643 2009-05-22 [colin]      3.7.1cvs64
1644
1645         * src/compose.c
1646                 And remove hbox too
1647
1648 2009-05-22 [colin]      3.7.1cvs63
1649
1650         * src/compose.c
1651                 Fix phantom button behind entry when
1652                 changing fields via Tools/Reply mode.
1653
1654 2009-05-22 [colin]      3.7.1cvs62
1655
1656         * src/compose.c
1657                 Fix icon size
1658
1659 2009-05-21 [mones]      3.7.1cvs61
1660
1661         * src/compose.c
1662         * src/compose.h
1663                 Add button to empty header lines with one click
1664
1665 2009-05-21 [paul]       3.7.1cvs60
1666
1667         * src/mainwindow.c
1668         * src/mainwindow.h
1669         * src/plugins/trayicon/trayicon.c
1670                 when quitting from the trayicon, honour
1671                 prefs_common.clean_on_exit
1672
1673 2009-05-21 [paul]       3.7.1cvs59
1674
1675         * src/gtk/Makefile.am
1676                 remove duplicate entry
1677                 thanks to Charles A Edwards
1678
1679 2009-05-19 [paul]       3.7.1cvs58
1680
1681         * src/send_message.c
1682                 clear progressbar in the statusbar on 'Cancel'
1683
1684 2009-05-16 [colin]      3.7.1cvs57
1685
1686         * AUTHORS
1687         * src/gtk/authors.h
1688                 Add Fabian
1689
1690 2009-05-16 [colin]      3.7.1cvs56
1691
1692         * src/msgcache.c
1693                 Remove msgnum>0 condition for removing messages
1694                 from caches. There's no such condition on add.
1695                 Fixes bug 1913, 'Allow to remove phantom 
1696                 messages from the cache'; patch by Fabian
1697                 Keil <fk at fabiankeil.de>
1698
1699 2009-05-12 [holger]     3.7.1cvs55
1700
1701         * src/messageview.c
1702         * src/messageview.h
1703                 Introduce hook after showing of the message view
1704
1705 2009-05-11 [colin]      3.7.1cvs54
1706
1707         * src/compose.c
1708                 Fix bug 1872, 'A: Cc: CCi: selector should 
1709                 default on same as preceding contact'
1710
1711 2009-05-10 [holger]     3.7.1cvs53
1712
1713         * src/addr_compl.c
1714         * src/addr_compl.h
1715                 Add a hook to make it possible for plugins to
1716                 modify the address completion list
1717
1718 2009-05-06 [paul]       3.7.1cvs52
1719
1720         * src/folder.c
1721         * src/mimeview.c
1722                 fix bug 1915, 'Mails signed with smime.p7s
1723                 display both signed and attachment icon.'
1724
1725 2009-05-05 [colin]      3.7.1cvs51
1726
1727         * src/common/utils.c
1728                 Fix patch :)
1729
1730 2009-05-05 [colin]      3.7.1cvs50
1731
1732         * src/common/utils.c
1733                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
1734                 different mountpoint than tempdir'
1735
1736 2009-05-04 [colin]      3.7.1cvs49
1737
1738         * src/msgcache.c
1739                 Probably fix bug 1914, 'Crash reading
1740                 corrupted tags file'
1741
1742 2009-04-26 [paul]       3.7.1cvs48
1743
1744         * configure.ac
1745         * src/gtk/gtkaspell.h
1746                 fix bug 1904, 'build mechanism looks for
1747                 'enchant.h' in a wrong place'
1748
1749 2009-04-25 [paul]       3.7.1cvs47
1750
1751         * src/printing.c
1752                 gah! fix coding style!
1753
1754 2009-04-25 [paul]       3.7.1cvs46
1755
1756         * src/printing.c
1757         * src/toolbar.c
1758                 if building with GTK+ >= 2.16 use
1759                 gtk_orientable_set_orientation() instead of now
1760                 deprecated gtk_toolbar_set_orientation()
1761
1762 2009-04-24 [colin]      3.7.1cvs45
1763
1764         * src/compose.c
1765                 Ask before sending if an attached file has
1766                 disappeared.
1767
1768 2009-04-19 [paul]       3.7.1cvs44
1769
1770         * src/prefs_common.c
1771         * src/prefs_common.h
1772         * src/gtk/about.c
1773                 save About window size.
1774                 patch by Pawel Pekala
1775
1776 2009-04-12 [paul]       3.7.1cvs43
1777
1778         * tools/csv2addressbook.pl
1779                 add extra CSV fields that are now appended
1780                 by thunderbird (version 2.0.0.21)
1781
1782 2009-04-08 [colin]      3.7.1cvs42
1783
1784         * src/procmime.c
1785                 fix saving (but not displaying) of UTF-16
1786                 files
1787
1788 2009-04-08 [colin]      3.7.1cvs41
1789
1790         * src/gtk/manage_window.c
1791                 Disable transient windows on win32 - seems to
1792                 fix most focusing issues
1793
1794 2009-04-05 [colin]      3.7.1cvs40
1795
1796         * src/procmsg.c
1797                 Don't ask whether we want to send deleted mails in queue
1798                 folders; also, don't send deleted mails when flushing
1799                 queues
1800
1801 2009-04-04 [paul]       3.7.1cvs39
1802
1803         * AUTHORS
1804         * configure.ac
1805         * po/id.po
1806         * src/gtk/authors.h
1807         * tools/claws.i18n.status.pl
1808                 add new Indonesian translation, by
1809                 MSulchan Darmawan
1810
1811 2009-04-03 [paul]       3.7.1cvs38
1812
1813         * AUTHORS
1814         * src/gtk/authors.h
1815                 credit due
1816
1817 2009-04-03 [colin]      3.7.1cvs37
1818
1819         * src/compose.c
1820         * src/textview.c
1821                 Fix bug 1891, 'Add support for gopher:// links'
1822                 Patch by Jacob Head <clawsmail at jacob-head.com>
1823                 Let's go back to the roots! 
1824
1825 2009-04-03 [paul]       3.7.1cvs36
1826
1827         * m4/Makefile.am
1828                 complete cvs35
1829
1830 2009-04-03 [paul]       3.7.1cvs35
1831
1832         * configure.ac
1833                 add AC_CONFIG_MACRO_DIR([m4])
1834                 remove CLAWS_ACLOCAL_INCLUDE(m4)
1835         * m4/aclocal-include.m4
1836                 removed this now unneeded file
1837
1838 2009-04-02 [colin]      3.7.1cvs34
1839
1840         * src/common/utils.h
1841                 Fix previous (thanks to Marcus :)
1842
1843 2009-04-02 [colin]      3.7.1cvs33
1844
1845         * src/common/utils.h
1846         * src/etpan/etpan-thread-manager.c
1847                 pipe() was a macro from GLib on win32 until
1848                 glib 2.13.2. It's undefined after that.
1849                 Thanks to Marcus Brinkmann for the heads-up!
1850
1851 2009-03-31 [colin]      3.7.1cvs32
1852
1853         * src/folder_item_prefs.c
1854                 Copy folder settings with prefs
1855
1856 2009-03-31 [colin]      3.7.1cvs31
1857
1858         * src/prefs_account.c
1859                 Don't use un-sensitive checkboxes in Privacy tab
1860                 when privacy system in None (makes unchecking 
1861                 painful when no privacy plugin is loaded)
1862
1863 2009-03-30 [colin]      3.7.1cvs30
1864
1865         * src/folder.c
1866         * src/folder.h
1867         * src/imap.c
1868         * src/mainwindow.c
1869         * src/mainwindow.h
1870         * src/prefs_account.c
1871         * src/prefs_account.h
1872         * src/summaryview.c
1873         * src/summaryview.h
1874                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1875                 Add an option on the Receive page of IMAP account preferences:
1876                 "Move deleted mails to trash and expunge immediately". This
1877                 option defaults to TRUE to avoid changing the existing behaviour.
1878                 Setting it to FALSE prevents automatic expunging. 
1879                 Also, add Tools/Expunge and View/Hide deleted messages menu items
1880                 (View/Hide deleted message being a per-folder setting, and behaving,
1881                 like View/Hide read messages).
1882
1883 2009-03-30 [colin]      3.7.1cvs29
1884
1885         * src/imap.c
1886                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1887                 ask for IMAP password when using GSSAPI auth
1888
1889 2009-03-27 [colin]      3.7.1cvs28
1890
1891         * src/folder.c
1892                 Fix cvs14, make sure we mark non-existent caches dirty
1893                 (or they never get written)
1894
1895 2009-03-27 [colin]      3.7.1cvs27
1896
1897         * src/imap.c
1898                 Fix tag update when all tags are removed 
1899                 from another client
1900
1901 2009-03-25 [colin]      3.7.1cvs26
1902
1903         * configure.ac
1904                 Fix configure.ac, thanks to Pawel
1905
1906 2009-03-25 [colin]      3.7.1cvs25
1907
1908         * src/news.c
1909         * src/etpan/nntp-thread.c
1910                 Fix header fetching (NG/To/Cc). Fixes 
1911                 bug 1883, 'Message processing fails to 
1912                 act on Newsgroups: field'
1913
1914 2009-03-23 [colin]      3.7.1cvs24
1915
1916         * src/textview.c
1917                 Fix internal headers visible in queue/sent
1918
1919 2009-03-23 [colin]      3.7.1cvs23
1920
1921         * configure.ac
1922                 Fix check for RC (resource compiler) used
1923                 on win32 (AC_LIBTOOL_RC used to call it 
1924                 implicitely but stopped)
1925
1926 2009-03-19 [colin]      3.7.1cvs22
1927
1928         * src/toolbar.c
1929                 Put spam button in default toolbar even if
1930                 bogofilter and spamassassin are not built.
1931                 Other anti-spam plugin could exist! :)
1932         * src/common/utils.c
1933                 Fix exit status fetch on win32
1934
1935 2009-03-18 [paul]       3.7.1cvs21
1936
1937         * src/gtk/spell_entry.c
1938                 fix "[BUG] Wrong word replaced in 'Subject:'
1939                 when spell-checking correction used"
1940                 Patch by Pawel Pekala
1941
1942 2009-03-17 [colin]      3.7.1cvs20
1943
1944         * src/common/utils.c
1945                 Fix win32 build (from cvs12)
1946
1947 2009-03-17 [colin]      3.7.1cvs19
1948
1949         * src/compose.c
1950                 Fix bug 1735, 'Change To: and Newsgroups: 
1951                 recipient field according account type'
1952                 Patch by Pawel
1953
1954 2009-03-17 [colin]      3.7.1cvs18
1955
1956         * src/msgcache.c
1957         * src/prefs_common.c
1958         * src/prefs_common.h
1959         * src/prefs_other.c
1960         * src/common/prefs.c
1961                 Add preference for fsyncing metadata
1962
1963 2009-03-16 [paul]       3.7.1cvs17
1964
1965         * src/prefs_customheader.c
1966                 add forgotten #if HAVE_LIBCOMPFACE
1967
1968 2009-03-16 [paul]       3.7.1cvs16
1969
1970         * src/prefs_customheader.c
1971                 put the (X-)Face preview image below the up/down
1972                 buttons so they don't jump around.
1973                 make the list reorderable by drag'n'drop
1974
1975 2009-03-16 [colin]      3.7.1cvs15
1976
1977         * src/prefs_customheader.c
1978                 Add a (X-)Face preview. Patch by iwkse.
1979
1980 2009-03-16 [colin]      3.7.1cvs14
1981
1982         * src/compose.c
1983         * src/folder.c
1984         * src/folder.h
1985         * src/msgcache.c
1986         * src/common/prefs.c
1987                 Add fsync calls to make sure we don't
1988                 lose data on system crashes. (to do:
1989                 add a pref to allow people choosing raw
1990                 speed)
1991
1992 2009-03-15 [colin]      3.7.1cvs13
1993
1994         * src/gtk/gtkaspell.c
1995                 Fix empty menu when there are no
1996                 suggestions (using the Spelling menu)
1997
1998 2009-03-14 [colin]      3.7.1cvs12
1999
2000         * src/common/utils.c
2001                 Win32: fix subject prefix length
2002
2003 2009-03-11 [mones]      3.7.1cvs11
2004
2005         * po/es.po
2006                 fix encoding declared in header
2007                 update translation now we're at it
2008
2009 2009-03-10 [colin]      3.7.1cvs10
2010
2011         * src/messageview.c
2012                 Fix "wrong mime" message printed out multiple
2013                 times
2014
2015 2009-03-10 [colin]      3.7.1cvs9
2016
2017         * src/prefs_folder_item.c
2018                 Fix build
2019
2020 2009-03-09 [paul]       3.7.1cvs8
2021
2022         * src/prefs_folder_item.c
2023         * src/send_message.c
2024                 fixes to english text
2025
2026 2009-03-08 [paul]       3.7.1cvs7
2027
2028         * po/ja.po
2029                 correct errors in header
2030
2031 2009-03-08 [paul]       3.7.1cvs6
2032
2033         * AUTHORS
2034         * configure.ac
2035         * po/ja.po
2036         * src/gtk/authors.h
2037         * tools/claws.i18n.status.pl
2038                 add Japanese translation, submitted by kazken3
2039
2040 2009-03-07 [colin]      3.7.1cvs5
2041
2042         * src/messageview.c
2043                 Don't let the invalid MIME warning hide
2044                 other noticeview (Partial receive or 
2045                 return receipt).
2046
2047 2009-03-07 [colin]      3.7.1cvs4
2048
2049         * src/procmime.c
2050                 Fix build
2051
2052 2009-03-07 [colin]      3.7.1cvs3
2053
2054         * src/messageview.c
2055         * src/procmime.c
2056         * src/procmime.h
2057                 Handle mimeparts that lack an end boundary.
2058                 They're invalid but it's too annoying for
2059                 normal users to fix.
2060
2061 2009-03-06 [wwp]        3.7.1cvs2
2062
2063         * src/compose.c
2064         * src/folder_item_prefs.c
2065         * src/folder_item_prefs.h
2066         * src/prefs_folder_item.c
2067                 Add per-folder default cc, bcc and reply-to.
2068
2069 2009-03-06 [colin]      3.7.1cvs1
2070
2071         * src/gedit-print.c
2072         * src/gtk/gtksourceprintjob.c
2073                 Fix build with old print interface
2074
2075 2009-03-06 [paul]       3.7.1
2076
2077         * NEWS
2078         * README
2079         * RELEASE_NOTES 
2080                 3.7.1 released!
2081
2082 2009-03-06 [paul]       3.7.0cvs78
2083
2084         * po/cs.po
2085         * po/de.po
2086         * po/fi.po
2087         * po/fr.po
2088         * po/hu.po
2089         * po/nl.po
2090         * po/pt_BR.po
2091         * po/sv.po
2092         * po/zh_CN.po
2093                 updated by David Vachulka, Stephan Sachse, Flammie
2094                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2095                 Frederico Goncalves Guimaraes, Lars Persson Fink,
2096                 and Ralph Young
2097
2098 2009-03-03 [colin]      3.7.0cvs77
2099
2100         * src/prefs_filtering.c
2101                 Win32: Fix bug 1865, 'IMAP account name changes 
2102                 are not followed at filter actions'
2103
2104 2009-03-02 [colin]      3.7.0cvs76
2105
2106         * src/imap.c
2107                 Fix Launchpad bug 335571: 'claws-mail crashed 
2108                 with SIGSEGV in strlen() while deleting 
2109                 large amount of e-mails on IMAP account
2110
2111 2009-02-27 [mones]      3.7.0cvs75
2112
2113         * manual/es/account.xml
2114         * manual/es/ack.xml
2115         * manual/es/addrbook.xml
2116         * manual/es/advanced.xml
2117         * manual/es/claws-mail-manual.xml
2118         * manual/es/faq.xml
2119         * manual/es/glossary.xml
2120         * manual/es/gpl.xml
2121         * manual/es/handling.xml
2122         * manual/es/intro.xml
2123         * manual/es/keyboard.xml
2124         * manual/es/plugins.xml
2125         * manual/es/starting.xml
2126                 Sync with English version, fix some typos
2127                 Changed encoding to UTF-8
2128         * po/es.po
2129                 Update for release, changed encoding to UTF-8
2130
2131 2009-02-24 [colin]      3.7.0cvs74
2132
2133         * src/printing.c
2134                 Don't print separation line if there
2135                 are no headers
2136
2137 2009-02-23 [cleroy]     3.7.0cvs73
2138
2139         * src/account.c
2140         * src/action.c
2141         * src/addr_compl.c
2142         * src/addrbook.c
2143         * src/addrcache.c
2144         * src/addrcindex.c
2145         * src/addrclip.c
2146         * src/addrduplicates.c
2147         * src/addressadd.c
2148         * src/addressbook.c
2149         * src/addressbook_foldersel.c
2150         * src/addrharvest.c
2151         * src/addrindex.c
2152         * src/addritem.c
2153         * src/addrquery.c
2154         * src/addrselect.c
2155         * src/codeconv.c
2156         * src/compose.c
2157         * src/customheader.c
2158         * src/editaddress.c
2159         * src/editaddress_other_attributes_ldap.c
2160         * src/editgroup.c
2161         * src/editldap.c
2162         * src/enriched.c
2163         * src/exporthtml.c
2164         * src/exportldif.c
2165         * src/filtering.c
2166         * src/folder.c
2167         * src/foldersel.c
2168         * src/folderutils.c
2169         * src/folderview.c
2170         * src/gedit-print.c
2171         * src/html.c
2172         * src/imap.c
2173         * src/imap_gtk.c
2174         * src/inc.c
2175         * src/jpilot.c
2176         * src/ldapctrl.c
2177         * src/ldapquery.c
2178         * src/ldapserver.c
2179         * src/ldapupdate.c
2180         * src/ldif.c
2181         * src/localfolder.c
2182         * src/main.c
2183         * src/mainwindow.c
2184         * src/matcher.c
2185         * src/mbox.c
2186         * src/messageview.c
2187         * src/mh.c
2188         * src/mh_gtk.c
2189         * src/mimeview.c
2190         * src/msgcache.c
2191         * src/mutt.c
2192         * src/news.c
2193         * src/news_gtk.c
2194         * src/noticeview.c
2195         * src/pine.c
2196         * src/pop.c
2197         * src/prefs_account.c
2198         * src/prefs_actions.c
2199         * src/prefs_common.c
2200         * src/prefs_filtering.c
2201         * src/prefs_filtering_action.c
2202         * src/prefs_folder_column.c
2203         * src/prefs_folder_item.c
2204         * src/prefs_gtk.c
2205         * src/prefs_matcher.c
2206         * src/prefs_quote.c
2207         * src/prefs_send.c
2208         * src/prefs_summaries.c
2209         * src/prefs_summary_column.c
2210         * src/prefs_template.c
2211         * src/prefs_themes.c
2212         * src/prefs_toolbar.c
2213         * src/printing.c
2214         * src/privacy.c
2215         * src/procheader.c
2216         * src/procmime.c
2217         * src/procmsg.c
2218         * src/quote_fmt.c
2219         * src/remotefolder.c
2220         * src/send_message.c
2221         * src/sourcewindow.c
2222         * src/statusbar.c
2223         * src/stock_pixmap.c
2224         * src/summary_search.c
2225         * src/summaryview.c
2226         * src/textview.c
2227         * src/toolbar.c
2228         * src/undo.c
2229         * src/uri_opener.c
2230         * src/vcard.c
2231         * src/common/base64.c
2232         * src/common/claws.c
2233         * src/common/hooks.c
2234         * src/common/plugin.c
2235         * src/common/prefs.c
2236         * src/common/session.c
2237         * src/common/smtp.c
2238         * src/common/socket.c
2239         * src/common/string_match.c
2240         * src/common/stringtable.c
2241         * src/common/utils.c
2242         * src/common/utils.h
2243         * src/common/xml.c
2244         * src/common/xmlprops.c
2245         * src/gtk/colorlabel.c
2246         * src/gtk/combobox.c
2247         * src/gtk/foldersort.c
2248         * src/gtk/gtkaspell.c
2249         * src/gtk/gtkcmclist.c
2250         * src/gtk/gtkcmctree.c
2251         * src/gtk/gtkcmoptionmenu.c
2252         * src/gtk/gtksctree.c
2253         * src/gtk/gtkshruler.c
2254         * src/gtk/gtksourceprintjob.c
2255         * src/gtk/gtkutils.c
2256         * src/gtk/gtkvscrollbutton.c
2257         * src/gtk/logwindow.c
2258         * src/gtk/menu.c
2259         * src/gtk/pluginwindow.c
2260         * src/gtk/prefswindow.c
2261         * src/gtk/quicksearch.c
2262         * src/gtk/spell_entry.c
2263         * src/plugins/pgpcore/select-keys.c
2264         * src/plugins/pgpinline/pgpinline.c
2265         * src/plugins/pgpmime/pgpmime.c
2266         * src/plugins/smime/smime.c
2267         * src/plugins/spamassassin/spamassassin_gtk.c
2268                 Mass commit changing g_return_* to cm_return_*
2269                 and making these more interesting
2270
2271 2009-02-23 [colin]      3.7.0cvs72
2272
2273         * src/imap.c
2274                 Always initialise error code to no error
2275
2276 2009-02-23 [colin]      3.7.0cvs71
2277
2278         * src/imap.c
2279                 Fix separator substitution
2280
2281 2009-02-23 [colin]      3.7.0cvs70
2282
2283         * src/stock_pixmap.c
2284         * src/gtk/colorlabel.c
2285                 don't use g_return on normal checks
2286
2287 2009-02-22 [colin]      3.7.0cvs69
2288
2289         * src/addressbook.c
2290         * src/procmime.c
2291                 More fixes
2292
2293 2009-02-22 [colin]      3.7.0cvs68
2294
2295         * src/addrduplicates.c
2296         * src/addressbook.c
2297         * src/addrharvest.c
2298         * src/codeconv.c
2299         * src/compose.c
2300         * src/filtering.c
2301         * src/folder.c
2302         * src/imap.c
2303         * src/imap_gtk.c
2304         * src/importldif.c
2305         * src/jpilot.c
2306         * src/mainwindow.c
2307         * src/matcher.c
2308         * src/mbox.c
2309         * src/messageview.c
2310         * src/mh_gtk.c
2311         * src/prefs_common.c
2312         * src/prefs_filtering.c
2313         * src/prefs_gtk.c
2314         * src/printing.c
2315         * src/privacy.c
2316         * src/procmime.c
2317         * src/procmsg.c
2318         * src/summaryview.c
2319         * src/textview.c
2320         * src/undo.c
2321         * src/wizard.c
2322         * src/common/md5.c
2323         * src/common/socket.c
2324         * src/common/template.c
2325         * src/etpan/imap-thread.c
2326         * src/gtk/gtkaspell.c
2327         * src/gtk/gtkcmctree.c
2328         * src/gtk/gtksctree.c
2329         * src/gtk/inputdialog.c
2330         * src/plugins/pgpcore/sgpgme.c
2331         * src/plugins/pgpmime/pgpmime.c
2332         * src/plugins/smime/smime.c
2333         * src/plugins/spamassassin/spamassassin.c
2334                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2335                 uninitialised accesses
2336
2337 2009-02-17 [colin]      3.7.0cvs67
2338
2339         * src/compose.c
2340                 Disable controls during queuing
2341
2342 2009-02-15 [colin]      3.7.0cvs66
2343
2344         * src/privacy.c
2345         * src/plugins/pgpcore/select-keys.c
2346         * src/plugins/pgpcore/sgpgme.c
2347                 Disable use of disabled keys
2348
2349 2009-02-15 [colin]      3.7.0cvs65
2350
2351         * src/folderview.c
2352         * src/summaryview.c
2353                 Fix font updating after changing 
2354                 prefs_common.derive_from_normal_font
2355
2356 2009-02-12 [paul]       3.7.0cvs64
2357
2358         * src/addressitem.h
2359         * src/export.h
2360         * src/headerview.c
2361         * src/headerview.h
2362         * src/common/version.h.in
2363         * src/gtk/about.h
2364         * src/gtk/menu.c
2365         * src/gtk/menu.h
2366                 more copyright header fixes
2367
2368 2009-02-12 [paul]       3.7.0cvs63
2369
2370         * src/gtk/progressdialog.c
2371         * src/gtk/progressdialog.h
2372                 fix copyright header
2373
2374 2009-02-12 [paul]       3.7.0cvs62
2375
2376         * src/gtk/spell_entry.c
2377         * src/gtk/spell_entry.h
2378                 better, more standard copyright header
2379
2380 2009-02-12 [paul]       3.7.0cvs61
2381
2382         * src/gtk/spell_entry.c
2383         * src/gtk/spell_entry.h
2384                 changes to copyright header
2385
2386 2009-02-12 [paul]       3.7.0cvs60
2387
2388         * src/gtk/spell_entry.c
2389         * src/gtk/spell_entry.h
2390                 fix broken build
2391
2392 2009-02-11 [colin]      3.7.0cvs59
2393
2394         * src/gtk/spell_entry.c
2395         * src/gtk/spell_entry.h
2396                 Forgot to add files
2397
2398 2009-02-11 [colin]      3.7.0cvs58
2399
2400         * src/compose.c
2401         * src/gtk/Makefile.am
2402         * src/gtk/gtkaspell.c
2403         * src/gtk/gtkaspell.h
2404                 Add spellcheck to subject. Patch by
2405                 Pawel.
2406
2407 2009-02-10 [holger]     3.7.0cvs57
2408
2409         * src/printing.c
2410         * src/common/defs.h
2411                 Move filename define for printing page setup cache to defs.h
2412
2413 2009-02-08 [mones]      3.7.0cvs56
2414
2415         * src/matcher.h
2416                 Fix build for bison 2.4.1
2417
2418 2009-02-06 [holger]     3.7.0cvs55
2419
2420         * src/prefs_common.c
2421         * src/prefs_common.h
2422         * src/printing.c
2423                 Fix restoring of custom page setups for printing by
2424                 temporarily caching the settings.
2425                 This is a workaround for Gnome Bug #39018, and fixes
2426                 Claws Mail Bug #1840.
2427
2428 2009-02-06 [colin]      3.7.0cvs54
2429
2430         * src/mainwindow.c
2431                 Fix hardcoded Shift-Q quits. Fixes
2432                 bug 1838, 'Claws-Mail sometimes quits 
2433                 when attempting to type a capital Q'
2434
2435 2009-01-31 [paul]       3.7.0cvs53
2436
2437         * src/compose.c
2438                 revert 3.7.0cvs49, until there is time to find out
2439                 why it causes a nasty crash!
2440
2441 2009-01-31 [paul]       3.7.0cvs52
2442
2443         * src/mainwindow.c
2444                 1 string that was forgotten for translation
2445
2446 2009-01-31 [paul]       3.7.0cvs51
2447
2448         * src/messageview.c
2449                 2 strings that were forgotten for translation
2450
2451 2009-01-31 [paul]       3.7.0cvs50
2452
2453         * src/gtk/prefswindow.c
2454                 build prefs tree in a slightly smarter way -
2455                 fix bug where if path[0] had same name as
2456                 path[1], (like in the de translation), path[1]
2457                 was lost and not shown in the window
2458
2459 2009-01-31 [paul]       3.7.0cvs49
2460
2461         * src/compose.c
2462                 fix bug 1836, 'Quoted text still blue after
2463                 removal of quote-character'
2464                 comment out some debug_print's that needlessly
2465                 slow things down
2466         * src/undo.c
2467                 comment out a debug_print that needlessly slows
2468                 things down
2469
2470 2009-01-31 [paul]       3.7.0cvs48
2471
2472         * src/summaryview.c
2473                 fix bug 1834, '"semi"-selection when collapsing thread'
2474
2475 2009-01-31 [paul]       3.7.0cvs47
2476
2477         * src/prefs_compose_writing.c
2478         * src/prefs_message.c
2479                 move 'quote_chars' pref to where it should be
2480
2481 2009-01-30 [paul]       3.7.0cvs46
2482
2483         * src/summaryview.c
2484                 fix updating of popup menu sensitivity
2485
2486 2009-01-28 [paul]       3.7.0cvs45
2487
2488         * tools/filter_conv_new.pl
2489                 move 'move' and 'delete' to end of @actions
2490                 so that they are always final actions in the
2491                 generated filtering rule
2492
2493 2009-01-27 [paul]       3.7.0cvs44
2494
2495         * src/messageview.c
2496                 always select text/calendar mimepart if suitable
2497                 plugin (i.e. vCalendar) is available
2498
2499 2009-01-27 [paul]       3.7.0cvs43
2500
2501         * src/folder.c
2502                 fix crash when right-clicking in summaryview when
2503                 processing is active
2504
2505 2009-01-22 [colin]      3.7.0cvs42
2506
2507         * src/compose.c
2508         * src/privacy.c
2509         * src/privacy.h
2510                 When replying to signed/encrypted mail and the
2511                 preference to sign/encrypt in this case is set,
2512                 choose the original mail's privacy system (if
2513                 available).
2514
2515 2009-01-21 [colin]      3.7.0cvs41
2516
2517         * src/addressbook.h
2518                 Fix warning (on-the-fly theming of
2519                 addressbook isn't complete yet)
2520
2521 2009-01-21 [colin]      3.7.0cvs40
2522
2523         * src/account.c
2524         * src/addressbook.c
2525                 Win32: Fix window placement
2526
2527 2009-01-21 [paul]       3.7.0cvs39
2528
2529         * src/inc.c
2530                 update timeout log msg
2531
2532 2009-01-17 [colin]      3.7.0cvs38
2533
2534         * src/main.c
2535         * src/mbox.c
2536         * src/common/md5.c
2537         * src/common/utils.c
2538         * src/etpan/imap-thread.c
2539                 Fix g_open calls (which don't ignore mode)
2540
2541 2009-01-17 [colin]      3.7.0cvs37
2542
2543         * src/addressbook.c
2544         * src/compose.c
2545         * src/foldersel.c
2546         * src/main.c
2547         * src/mainwindow.c
2548         * src/mbox.c
2549         * src/common/md5.c
2550         * src/common/ssl_certificate.c
2551         * src/common/tags.c
2552         * src/common/utils.c
2553         * src/etpan/imap-thread.c
2554         * src/plugins/bogofilter/bogofilter.c
2555         * src/plugins/pgpinline/pgpinline.c
2556         * src/plugins/smime/smime.c
2557                 Probably fix bug 1825, 'Unable to fetch messages from 
2558                 IMAP folders named with non-ASCII string'
2559                 Change remaining occurences of fopen and open with
2560                 g_fopen and g_open
2561
2562 2009-01-17 [paul]       3.7.0cvs36
2563
2564         * manual/faq.xml
2565                 update an old, outdated piece of info
2566
2567 2009-01-17 [paul]       3.7.0cvs35
2568
2569         * src/prefs_folder_item.c
2570                 fix bug where saving Folder Properties of a
2571                 sub-folder of outbox, queue, draft or trash
2572                 would change its parent's folder type to normal
2573
2574 2009-01-12 [mones]      3.7.0cvs34
2575
2576         * po/es.po
2577                 Updated translation
2578
2579 2009-01-12 [wwp]        3.7.0cvs33
2580
2581         * tools/fix_date.sh
2582         * tools/popfile-link.sh
2583         * tools/textviewer.sh
2584                 Fix bashisms and other portability glitches (thanks to
2585                 Steven M. Bellovin).
2586
2587 2009-01-11 [paul]       3.7.0cvs32
2588
2589         * src/addrindex.c
2590                 clean up some build warnings
2591
2592 2009-01-11 [colin]      3.7.0cvs31
2593
2594         * src/addrindex.c
2595                 Revert part of patch 3.7.0cvs29 
2596                 This function is used when jpilot
2597                 support is disabled
2598
2599 2009-01-11 [colin]      3.7.0cvs30
2600
2601         * src/folder.c
2602                 folder_find_child_item_by_name():
2603                 actually use name, not path's basename
2604
2605 2009-01-11 [paul]       3.7.0cvs29
2606
2607         * src/addrclip.c
2608         * src/addrindex.c
2609         * src/addritem.c
2610         * src/foldersel.h
2611         * src/folderview.c
2612         * src/prefs_folder_item.c
2613                 clean up some build warnings
2614
2615 2009-01-11 [paul]       3.7.0cvs28
2616
2617         * src/gtk/about.c
2618                 don't even mention printing support, assume its
2619                 presence, unless building with GTK+ < 2.10.0
2620
2621 2009-01-10 [colin]      3.7.0cvs27
2622
2623         * src/codeconv.c
2624                 Fix bug 1811, '[mime] Crash when there's no 
2625                 room for filename's start on the same line'
2626                 When the mimetype of the attachment is very 
2627                 long, there's no room at all to start the 
2628                 name=... parameter on the same line. This
2629                 caused an infinite loop as 0 characters of
2630                 the filename could be appended.
2631                 In such cases, insert linebreak before the
2632                 name parameter.
2633
2634 2009-01-09 [colin]      3.7.0cvs26
2635
2636         * src/compose.c
2637         * src/mainwindow.c
2638         * src/common/utils.c
2639                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
2640                 Compose Window does not attach'
2641
2642 2009-01-09 [colin]      3.7.0cvs25
2643
2644         * src/foldersel.c
2645                 Fix bug 1817, 'Changing Themes does not 
2646                 update the pixmaps in "Select folder" 
2647                 dialog box'
2648
2649 2009-01-09 [colin]      3.7.0cvs24
2650
2651         * src/main.c
2652                 Win32: Fix bug 1816, 'Attaching files with 
2653                 command-line generates error after attaching'
2654
2655 2009-01-09 [paul]       3.7.0cvs23
2656
2657         * src/gtk/about.c
2658                 forgot this '2009' in last commit
2659
2660 2009-01-09 [paul]       3.7.0cvs22
2661
2662         * src/*/*.[c,h]
2663                 it's 2009!
2664                 update copyright headers
2665
2666 2009-01-09 [paul]       3.7.0cvs21
2667
2668         * doc/man/claws-mail.1
2669                 update Team list
2670
2671 2009-01-09 [colin]      3.7.0cvs20
2672
2673         * src/messageview.c
2674                 Fix bug 1814, 'Windows' WM badly places 
2675                 message view'
2676
2677 2009-01-09 [colin]      3.7.0cvs19
2678
2679         * src/prefs_themes.c
2680         * src/stock_pixmap.c
2681         * src/stock_pixmap.h
2682         * src/common/utils.c
2683         * src/common/utils.h
2684                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2685
2686 2009-01-08 [colin]      3.7.0cvs18
2687
2688         * src/mimeview.c
2689                 Win32: Fix bug 1810, 'Pressing 'o' key 
2690                 crashes CM'
2691
2692 2009-01-07 [colin]      3.7.0cvs17
2693
2694         * src/html.c
2695                 Fix bug 1432, '&amp; not escaped in links (HTML 
2696                 rendered as text)'
2697
2698 2009-01-06 [colin]      3.7.0cvs16
2699
2700         * src/plugins/pgpcore/select-keys.c
2701                 Warn translators the usual way about
2702                 accels
2703
2704 2009-01-06 [colin]      3.7.0cvs15
2705
2706         * src/mainwindow.c
2707                 Fix synchronisation dialog that shouldn't
2708                 appear when network goes down (Network
2709                 Manager)
2710         * src/mimeview.c
2711         * src/textview.c
2712                 Fix save as when attach_save_dir isn't set
2713                 fixes bug 1804, 'attach_save_directory does 
2714                 not default to $HOME'
2715         * src/plugins/pgpcore/select-keys.c
2716                 Add mnemonics to buttons - warn translators!
2717
2718 2009-01-06 [wwp]        3.7.0cvs14
2719
2720         * src/common/utils.c
2721                 Fix cvs13, thanks to Colin.
2722
2723 2009-01-06 [wwp]        3.7.0cvs13
2724
2725         * src/common/utils.c
2726                 Better support for Spanish Outlook replies (RES).
2727
2728 2009-01-02 [colin]      3.7.0cvs12
2729
2730         * src/folderview.c
2731                 Fix (+) sign after collapsed folder names that 
2732                 have quicksearch-matching children.
2733                 Fixes bug 1506, 'Recursive search in collapsed 
2734                 folders'
2735
2736 2009-01-02 [colin]      3.7.0cvs11
2737
2738         * src/stock_pixmap.c
2739         * src/stock_pixmap.h
2740                 Remove now-unused stock_pixmap_gdk
2741
2742 2009-01-02 [colin]      3.7.0cvs10
2743
2744         * src/gtk/gtkutils.c
2745         * src/pixmaps/claws-mail_icon.xpm
2746                 Use pixbuf for app icon, and make the app icon
2747                 a bit nicer
2748
2749 2009-01-02 [colin]      3.7.0cvs9
2750
2751         * src/uri_opener.c
2752                 Show both link title and URI if possible
2753
2754 2009-01-02 [colin]      3.7.0cvs8
2755
2756         * src/addressadd.c
2757         * src/addressbook.c
2758         * src/addressbook_foldersel.c
2759         * src/addressitem.h
2760         * src/folderview.c
2761         * src/grouplistdialog.c
2762         * src/importldif.c
2763         * src/mimeview.c
2764         * src/summaryview.c
2765         * src/gtk/gtkcmclist.c
2766         * src/gtk/gtkcmclist.h
2767         * src/gtk/gtkcmctree.c
2768         * src/gtk/gtkcmctree.h
2769         * src/gtk/gtksctree.c
2770         * src/gtk/gtksctree.h
2771                 Implement pixbuf rendering in tree widgets
2772                 instead of pixmaps
2773         * src/plugins/trayicon/trayicon.c
2774         * src/noticeview.c
2775         * src/prefs_themes.c
2776                 Use pixbuf rendering here too
2777
2778 2008-12-30 [paul]       3.7.0cvs7
2779
2780         * src/textview.c
2781                 no need to prematurely trim the uri in the statusbar
2782
2783 2008-12-29 [paul]       3.7.0cvs6
2784
2785         * src/procmsg.c
2786                 prefer List-Id header to X-* headers when creating
2787                 filter rule automatically
2788
2789 2008-12-28 [colin]      3.7.0cvs5
2790
2791         * src/compose.c
2792                 Set minimum height to 440 instead of 480
2793
2794 2008-12-22 [colin]      3.7.0cvs4
2795
2796         * src/compose.c
2797                 Fix bug 1799, '"Discard message" deletes manually 
2798                 saved draft'. Switch rmode to REEDIT after 
2799                 manually saving.
2800
2801 2008-12-21 [paul]       3.7.0cvs3
2802
2803         * tools/claws.i18n.status.pl
2804                 updates
2805
2806 2008-12-21 [paul]       3.7.0cvs2
2807
2808         * AUTHORS
2809         * src/gtk/authors.h
2810                 (more) updates
2811
2812 2008-12-21 [paul]       3.7.0cvs1
2813
2814         * AUTHORS
2815         * src/gtk/authors.h
2816                 updates
2817
2818 2008-12-19 [paul]       3.7.0
2819
2820         * NEWS
2821         * README
2822         * RELEASE_NOTES 
2823                 3.7.0 released!
2824
2825 2008-12-19 [paul]       3.6.1cvs80
2826
2827         * configure.ac
2828                 remove unmaintained sk and sr from ALL_LINGUAS
2829                 add newly maintained cs to ALL_LINGUAS
2830         * po/bg.po
2831         * po/ca.po
2832         * po/cs.po
2833         * po/de.po
2834         * po/fi.po
2835         * po/hu.po
2836         * po/nl.po
2837         * po/pt_BR.po
2838         * po/ru.po
2839         * po/sv.po
2840                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2841                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2842                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2843                 Persson Fink
2844
2845 2008-12-16 [colin]      3.6.1cvs79
2846
2847         * src/plugins/pgpcore/sgpgme.c
2848                 Fix warning
2849
2850 2008-12-15 [colin]      3.6.1cvs78
2851
2852         * src/compose.c
2853         * src/privacy.c
2854         * src/privacy.h
2855         * src/plugins/pgpcore/sgpgme.c
2856         * src/plugins/pgpcore/sgpgme.h
2857         * src/plugins/pgpinline/pgpinline.c
2858         * src/plugins/pgpmime/pgpmime.c
2859         * src/plugins/smime/smime.c
2860                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
2861                 email address" doesn't work'. Use custom from address
2862                 if set
2863
2864 2008-12-15 [colin]      3.6.1cvs77
2865
2866         * src/common/utils.c
2867                 Fix bug 1746, 'Makes a mailto link from several 
2868                 paragraphs'
2869
2870 2008-12-15 [paul]       3.6.1cvs76
2871
2872         * m4/spamassassin.m4
2873                 fix warnings thrown up by autoconf-2.63
2874
2875 2008-12-13 [colin]      3.6.1cvs75
2876
2877         * Makefile.am
2878         * src/Makefile.am
2879         * src/common/ssl.c
2880         * src/common/utils.c
2881         * src/common/utils.h
2882         * tools/Makefile.am
2883                 Finish previous patch
2884
2885 2008-12-13 [colin]      3.6.1cvs74
2886
2887         * tools/Makefile.am
2888                 Only install certs on windows
2889
2890 2008-12-13 [colin]      3.6.1cvs73
2891
2892         * tools/Makefile.am
2893         * tools/ca-certificates.crt
2894         * src/common/Makefile.am
2895         * src/common/ssl.c
2896                 First try to ship SSL certificates in Windows
2897                 build
2898
2899 2008-12-12 [colin]      3.6.1cvs72
2900
2901         * configure.ac
2902         * src/plugins/pgpinline/claws.def
2903                 Windows build fixes
2904
2905 2008-12-12 [paul]       3.6.1cvs71
2906
2907         * src/imap.c
2908         * src/mh.c
2909         * src/partial_download.c
2910         * src/textview.c
2911         * src/common/claws.c
2912         * src/common/prefs.c
2913         * src/common/utils.c
2914                 win32: fix unlinking, renaming and bug with
2915                 non-ascii username
2916                 Patch by Colin
2917
2918 2008-12-11 [colin]      3.6.1cvs70
2919
2920         * po/fr.po
2921         * manual/fr/advanced.xml
2922                 Update french translations
2923
2924 2008-12-10 [colin]      3.6.1cvs69
2925
2926         * manual/faq.xml
2927                 Correct bug submission guidelines
2928
2929 2008-12-10 [colin]      3.6.1cvs68
2930
2931         * src/plugins/pgpcore/pgp_viewer.c
2932                 Fix bug 1736, 'Key import does not work'
2933                 Kill the correct pid (and not the parent
2934                 shell), and increase the timeout a bit.
2935
2936 2008-12-09 [paul]       3.6.1cvs67
2937
2938         * src/messageview.c
2939                 ensure that any stray noticeview buttons are hidden,
2940                 as clicking them causes segfaults!
2941
2942 2008-12-09 [colin]      3.6.1cvs66
2943
2944         * src/compose.c
2945         * src/compose.h
2946         * src/folder_item_prefs.h
2947         * src/prefs_common.c
2948         * src/prefs_common.h
2949         * src/common/defs.h
2950                 Fix bug 1792, '"Save Message to" should 
2951                 retain list of recently selected folders'
2952                 Also, make Enchant-related prefs stick
2953                 even if the build doesn't enable enchant
2954
2955 2008-12-09 [paul]       3.6.1cvs65
2956
2957         * src/messageview.c
2958                 fix bug 1787, 'Prevent automatic PGP inline
2959                 decryption attempts' use the noticeview to display
2960                 decryption failure messages instead of the irritating
2961                 popup dialog
2962
2963 2008-12-09 [colin]      3.6.1cvs64
2964
2965         * src/prefs_filtering.c
2966                 Fix bug 1789, 'filtering account selection 
2967                 (regression)'. Filtering on sending-only
2968                 accounts can be a little useful when using
2969                 filtering via Tools menu.
2970
2971 2008-12-07 [paul]       3.6.1cvs63
2972
2973         * src/prefs_actions.c
2974                 don't auto-select first entry (same as other
2975                 similar dialogs)
2976         * src/gtk/pluginwindow.c
2977                 these parents don't have children so don't look
2978                 for them
2979
2980 2008-12-07 [paul]       3.6.1cvs62
2981
2982         * src/prefs_account.c
2983         * src/gtk/pluginwindow.c
2984         * src/gtk/prefswindow.c
2985         * src/gtk/prefswindow.h
2986                 auto-select first page
2987
2988 2008-12-05 [colin]      3.6.1cvs61
2989
2990         * src/codeconv.c
2991         * src/procmime.c
2992                 Fix bug 1788, 'CM crashes re-encoding 
2993                 encoded parameters' (introduced in cvs40)
2994
2995 2008-12-05 [paul]       3.6.1cvs60
2996
2997         * src/prefs_common.h
2998                 remove gpg prefs that are no longer needed here
2999
3000 2008-12-03 [colin]      3.6.1cvs59
3001
3002         * src/msgcache.c
3003                 Speed up cache reading (about 10% gain)
3004         * src/summaryview.c
3005         * src/gtk/gtksctree.c
3006                 Speed up expand/collapse all threads
3007                 (about 95% gain)
3008
3009 2008-12-03 [paul]       3.6.1cvs58
3010
3011         * configure.ac
3012                 eradicate gcc4's signedness warnings
3013                 fix building with gnuTLS on (Open)Solaris
3014
3015 2008-12-01 [colin]      3.6.1cvs57
3016
3017         * src/gtk/gtkcmclist.c
3018                 Fix column headers
3019
3020 2008-12-01 [colin]      3.6.1cvs56
3021
3022         * src/plugins/pgpinline/pgpinline.c
3023                 Fix bug 1779, 'PGP Inline badly handles 
3024                 multipart'. Properly dump the current part
3025                 instead of running around with scissors
3026
3027 2008-11-30 [paul]       3.6.1cvs55
3028
3029         * manual/advanced.xml
3030         * manual/plugins.xml
3031         * src/prefs_toolbar.c
3032                 remove the verb from the page title and
3033                 update references in the manual
3034
3035 2008-11-30 [paul]       3.6.1cvs54
3036
3037         * src/prefs_other.c
3038                 move Other/ page to Other/Miscellaneous
3039         * src/gtk/prefswindow.c
3040                 make parent page unselectable
3041
3042 2008-11-29 [paul]       3.6.1cvs53
3043
3044         * README
3045                 add the new 'primary_paste_unselects' hidden
3046                 option, add missing 'log_[...]_color' options,
3047                 and reformat the text
3048         * manual/advanced.xml
3049                 add the new 'primary_paste_unselects' hidden
3050                 option, add missing 'log_[...]_color' options
3051
3052 2008-11-28 [colin]      3.6.1cvs52
3053
3054         * src/mimeview.c
3055                 Fix leak
3056
3057 2008-11-28 [colin]      3.6.1cvs51
3058
3059         * po/fr.po
3060                 Update translation
3061
3062 2008-11-28 [colin]      3.6.1cvs50
3063
3064         * src/mainwindow.c
3065                 Fix account selection in Mailing list
3066                 menu
3067
3068 2008-11-28 [paul]       3.6.1cvs49
3069
3070         * po/Makefile.in.in
3071                 automatically remove obsolete strings
3072
3073 2008-11-28 [colin]      3.6.1cvs48
3074
3075         * src/plugins/pgpcore/sgpgme.c
3076                 Fix error message when key isn't available.
3077
3078 2008-11-27 [colin]      3.6.1cvs47
3079
3080         * src/filtering.c
3081         * src/matcher.c
3082                 Fix a little leak
3083
3084 2008-11-26 [colin]      3.6.1cvs46
3085
3086         * src/common/ssl.c
3087                 Fix new warning
3088
3089 2008-11-26 [colin]      3.6.1cvs45
3090
3091         * src/plugins/pgpcore/select-keys.c
3092         * src/plugins/pgpcore/sgpgme.c
3093                 Fix bug 1591, 'S/MIME: better key 
3094                 handling/selection dialog'
3095                 Really ignore revoked/expired keys
3096
3097 2008-11-26 [colin]      3.6.1cvs44
3098
3099         * src/main.c
3100         * src/common/claws.c
3101         * src/common/ssl.c
3102                 Make sure libgcrypt's threading is initialised
3103                 before gnutls. See also old bug 1539.
3104
3105 2008-11-26 [colin]      3.6.1cvs43
3106
3107         * src/imap.c
3108         * src/news.c
3109         * src/etpan/imap-thread.c
3110                 Fix possible crashes due to clist_begin()
3111                 not checking for NULLs (it should!)
3112
3113 2008-11-25 [colin]      3.6.1cvs42
3114
3115         * src/procmime.c
3116                 Fix line length in MIME parameters
3117
3118 2008-11-22 [paul]       3.6.1cvs41
3119
3120         * src/compose.c
3121                 grab Return key press in attachments Properties
3122                 dialog
3123
3124 2008-11-21 [colin]      3.6.1cvs40
3125
3126         * src/compose.c
3127         * src/procmime.c
3128                 Fix bug 1776, 'use encoded name parameters 
3129                 for attachments instead of ascii'.
3130                 Break the RFC 2047 by using B-encoded 
3131                 filename parameter, like everyone does,
3132                 following advice from the RFC author.
3133
3134 2008-11-21 [colin]      3.6.1cvs39
3135
3136         * src/common/socket.c
3137                 Rehandshake if server asks to
3138
3139 2008-11-21 [colin]      3.6.1cvs38
3140
3141         * src/mimeview.h
3142         * src/toolbar.h
3143         * src/common/session.h
3144         * src/common/smtp.h
3145                 Move conditional-compilation members to
3146                 end of structs
3147
3148 2008-11-19 [wwp]        3.6.1cvs37
3149
3150         * src/prefs_actions.c
3151                 Fixed wrong behaviour when pressing Escape (was not cancelling
3152                 the action).
3153
3154 2008-11-19 [wwp]        3.6.1cvs36
3155
3156         * src/compose.c
3157         * src/matcher.c
3158         * src/messageview.c
3159         * src/mimeview.c
3160         * src/prefs_actions.c
3161         * src/prefs_filtering_action.c
3162         * src/procmsg.c
3163         * src/summaryview.c
3164         * src/textview.c
3165         * src/common/utils.c
3166                 Replace occurrences of "command line" with "command-line" everywhere.
3167                 Enforce code style (mostly indentation) in prefs_actions.c.
3168
3169 2008-11-19 [colin]      3.6.1cvs35
3170
3171         * src/compose.c
3172         * src/prefs_common.c
3173         * src/prefs_common.h
3174                 Add primary_paste_unselects hidden preference
3175                 to change how middle-click pasting changes
3176                 the selection and insert point; defaults to
3177                 pre-3.6.1cvs31
3178
3179 2008-11-19 [colin]      3.6.1cvs34
3180
3181         * src/folderview.c
3182                 Always give focus to summaryview, even if
3183                 the folder is empty, in small screen layout.
3184                 Allows to go back to folderlist using the
3185                 keyboard.
3186
3187 2008-11-18 [colin]      3.6.1cvs33
3188
3189         * src/mainwindow.h
3190                 Put back conditional at the end of struct
3191
3192 2008-11-18 [colin]      3.6.1cvs32
3193
3194         * src/procmime.c
3195         * src/common/w32_reg.c
3196                 Fix crash on win32 when browsing to a
3197                 directory
3198
3199 2008-11-15 [colin]      3.6.1cvs31
3200
3201         * src/compose.c
3202                 After a mid-click paste, deselect selection
3203                 and go to end of paste.
3204
3205 2008-11-15 [colin]      3.6.1cvs30
3206
3207         * src/compose.c
3208                 Auto-save draft after external editor quits
3209
3210 2008-11-15 [colin]      3.6.1cvs29
3211
3212         * src/plugins/pgpcore/sgpgme.c
3213                 Fix wrong error display, thanks to
3214                 Charles A. Edwards
3215
3216 2008-11-14 [colin]      3.6.1cvs28
3217
3218         * src/prefs_actions.c
3219                 Comment out bogus (IMO) warning
3220
3221 2008-11-14 [colin]      3.6.1cvs27
3222
3223         * src/mainwindow.c
3224         * src/summaryview.c
3225         * src/summaryview.h
3226         * src/gtk/menu.c
3227         * src/gtk/menu.h
3228                 Share summaryview's context menu actions with
3229                 the equivalent menu items of the main menu;
3230                 this allows to share accelerators and de-
3231                 duplicate code.
3232
3233 2008-11-14 [colin]      3.6.1cvs26
3234
3235         * src/plugins/pgpcore/sgpgme.c
3236                 Fix bug 1768, 'claws-mail crashes while 
3237                 checking smime bad signature'
3238
3239 2008-11-13 [colin]      3.6.1cvs25
3240
3241         * src/account.c
3242         * src/filtering.c
3243                 Fix redefinition of PREFSBUFSIZE
3244
3245 2008-11-13 [wwp]        3.6.1cvs24
3246
3247         * tools/popfile-link.sh
3248                 Add support for reusing existing POPFile session ID.
3249
3250 2008-11-12 [colin]      3.6.1cvs23
3251
3252         * src/prefs_gtk.h
3253                 Fix bug 1771, 'Folder template gets 
3254                 truncated when exiting the application'
3255                 Use a 32k buffer for string preferences
3256
3257 2008-11-11 [colin]      3.6.1cvs22
3258
3259         * src/summaryview.c
3260                 Fix "display sender using addressbook" when
3261                 prefs_common.swap_from is in use. Patch by
3262                 H. Merijn Brand
3263
3264 2008-11-11 [colin]      3.6.1cvs21
3265
3266         * src/autofaces.c
3267         * src/common/md5.c
3268         * src/common/md5.h
3269                 Make a few functions static
3270
3271 2008-11-07 [colin]      3.6.1cvs20
3272
3273         * src/mainwindow.c
3274         * src/summaryview.c
3275                 Fix crash when rebuilding colorlabel
3276                 menu
3277         * src/addrgather.c
3278         * src/editldap.c
3279         * src/prefs_account.c
3280         * src/prefs_compose_writing.c
3281         * src/prefs_logging.c
3282         * src/prefs_message.c
3283         * src/prefs_other.c
3284         * src/prefs_receive.c
3285         * src/prefs_summaries.c
3286         * src/prefs_wrapping.c
3287         * src/plugins/bogofilter/bogofilter_gtk.c
3288         * src/plugins/pgpcore/prefs_gpg.c
3289         * src/plugins/spamassassin/spamassassin_gtk.c
3290                 Fix deprecated use of page_size in 
3291                 gtkspinbutton adjustments
3292
3293 2008-11-06 [mones]      3.6.1cvs19
3294
3295         * src/mainwindow.c
3296                 Fix missing "About" in Help menu
3297         * tools/claws.i18n.status.pl
3298                 Fix header
3299
3300 2008-11-05 [colin]      3.6.1cvs18
3301
3302         * src/action.c
3303         * src/main.c
3304         * src/mainwindow.c
3305         * src/common/socket.c
3306         * src/common/socket.h
3307         * src/gtk/gtkutils.c
3308         * src/gtk/gtkutils.h
3309                 w32: Implement single launch (lock
3310                 socket); always put debug log to
3311                 the rc_dir; fix Start menu update
3312                 after registering as default Mail 
3313                 app
3314
3315 2008-11-05 [colin]      3.6.1cvs17
3316
3317         * src/mainwindow.c
3318                 Setting the Mail start menu item in HKCU 
3319                 confuses the Internet Options dialog. Do 
3320                 it in HKLM as this dialog does.
3321
3322 2008-11-04 [colin]      3.6.1cvs16
3323
3324         * src/common/w32_reg.c
3325                 Fix off-by-one
3326
3327 2008-11-04 [colin]      3.6.1cvs15
3328
3329         * src/procmime.c
3330                 w32: Fix getting content-type 
3331         * src/mimeview.c
3332         * src/prefs_common.c
3333         * src/prefs_common.h
3334         * src/prefs_ext_prog.c
3335         * src/textview.c
3336                 w32: better integration (use the
3337                 standard file associations instead
3338                 of our platform-unadapted open
3339                 dialog)
3340         * src/mainwindow.c
3341         * src/common/utils.c
3342         * src/common/w32_reg.c
3343         * src/common/w32lib.h
3344                 w32: better integration (allow 
3345                 setting Claws as default MUA)
3346
3347 2008-11-01 [colin]      3.6.1cvs14
3348
3349         * src/codeconv.c
3350                 Fix wrongly converted non-ascii characters
3351                 when locale's charset is US-ASCII (strict-mode
3352                 was failing in this case)
3353
3354 2008-10-30 [colin]      3.6.1cvs13
3355
3356         * src/mimeview.c
3357         * src/mimeview.h
3358         * src/textview.c
3359         * src/textview.h
3360                 Use one UI Manager per mimeview, instead of
3361                 the global one -- else user_data pointer gets
3362                 broken if opening and closing another message-
3363                 view, then using right-click on a mimeview's 
3364                 mimepart. Probably fixes bug 1711, 'Save-as
3365                 attachment crashes'
3366
3367 2008-10-24 [paul]       3.6.1cvs12
3368
3369         * tools/Makefile.am
3370         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3371         * tools/kdeservicemenu/install.sh
3372                 another, possibly the final?, attempt on getting this
3373                 sorted for kde4
3374
3375 2008-10-24 [paul]       3.6.1cvs11
3376
3377         * tools/kdeservicemenu/install.sh
3378                 fix servicemenu installation directory on kde4
3379
3380 2008-10-24 [paul]       3.6.1cvs10
3381
3382         * tools/kdeservicemenu/README
3383         * tools/kdeservicemenu/install.sh
3384                 add support for kde4 in addition to kde3.
3385                 a rework involving checking for kde4-config, then
3386                 kde-config, finally prompting the user for the
3387                 location of either if they cannot be found
3388                 
3389
3390 2008-10-18 [paul]       3.6.1cvs9
3391
3392         * tools/claws.i18n.status.pl
3393                 updated with latest translator info.
3394                 only print for languages defined in %langname
3395
3396 2008-10-17 [paul]       3.6.1cvs8
3397
3398         * src/plugins/pgpcore/sgpgme.c
3399                 when listing the uid's, show the uid validity
3400
3401 2008-10-16 [paul]       3.6.1cvs7
3402
3403         * INSTALL
3404                 updated
3405
3406 2008-10-13 [wwp]        3.6.1cvs6
3407
3408         * po/fr.po
3409                 Updated French translation.
3410
3411 2008-10-11 [colin]      3.6.1cvs5
3412
3413         * src/gtk/authors.h
3414                 Fix bug 1756, "Outdated translators list in About 
3415                 dialogue". Patch by Aleksei Miheev.
3416
3417 2008-10-11 [colin]      3.6.1cvs4
3418
3419         * src/account.c
3420         * src/imap.c
3421         * src/inc.c
3422         * src/main.c
3423         * src/mainwindow.c
3424         * src/news.c
3425         * src/pop.c
3426         * src/pop.h
3427         * src/prefs_account.c
3428         * src/send_message.c
3429         * src/send_message.h
3430         * src/ssl_manager.c
3431         * src/ssl_manager.h
3432         * src/wizard.c
3433         * src/common/claws.c
3434         * src/common/defs.h
3435         * src/common/session.c
3436         * src/common/session.h
3437         * src/common/smtp.c
3438         * src/common/smtp.h
3439         * src/common/socket.c
3440         * src/common/socket.h
3441         * src/common/ssl.c
3442         * src/common/ssl.h
3443         * src/common/ssl_certificate.c
3444         * src/common/ssl_certificate.h
3445         * src/gtk/about.c
3446         * src/gtk/sslcertwindow.c
3447         * src/gtk/sslcertwindow.h
3448                 Remove OpenSSL code
3449
3450 2008-10-11 [colin]      3.6.1cvs3
3451
3452         * src/common/ssl_certificate.c
3453                 Make local function static
3454
3455 2008-10-10 [colin]      3.6.1cvs2
3456
3457         * src/common/ssl.h
3458         * src/common/ssl_certificate.c
3459         * src/gtk/sslcertwindow.c
3460                 Add offline certificate verification,
3461                 thanks to Nikos Mavrogiannopoulos for the
3462                 hints
3463
3464 2008-10-10 [colin]      3.6.1cvs1
3465
3466         * src/common/ssl_certificate.c
3467         * src/gtk/sslcertwindow.c
3468                 Fix warnings
3469
3470 2008-10-10 [paul]       3.6.1
3471
3472         * m4/spamassassin.m4
3473                 remove openssl dross
3474
3475         * NEWS
3476         * README
3477         * RELEASE_NOTES 
3478                 3.6.1 released!
3479
3480 2008-10-10 [colin]      3.6.0cvs25
3481
3482         * src/common/ssl.c
3483                 Tell libetpan it doesn't need to init
3484                 GnuTLS
3485
3486 2008-10-10 [colin]      3.6.0cvs24
3487
3488         * claws-mail.pc.in
3489                 Remove references to openssl
3490
3491 2008-10-09 [colin]      3.6.0cvs23
3492
3493         * configure.ac
3494                 Fix message
3495
3496 2008-10-09 [colin]      3.6.0cvs22
3497
3498         * configure.ac
3499                 Error out when building against openssl
3500
3501 2008-10-09 [colin]      3.6.0cvs21
3502
3503         * configure.ac
3504         * COPYING
3505         * src/crash.c
3506         * src/main.c
3507         * src/gtk/about.c
3508                 Disable OpenSSL due to requirement of
3509                 OpenSSL exception. Code not removed yet,
3510                 just in case, but disabled.
3511
3512 2008-10-09 [colin]      3.6.0cvs20
3513
3514         * configure.ac
3515         * src/Makefile.am
3516         * src/crash.c
3517         * src/gedit-print.c
3518         * src/gedit-print.h
3519         * src/main.c
3520         * src/mainwindow.c
3521         * src/messageview.c
3522         * src/prefs_ext_prog.c
3523         * src/prefs_fonts.c
3524         * src/prefs_image_viewer.c
3525         * src/printing.c
3526         * src/printing.h
3527         * src/summaryview.c
3528         * src/gtk/Makefile.am
3529         * src/gtk/about.c
3530         * src/gtk/gtksourceprintjob.c
3531         * src/gtk/gtksourceprintjob.h
3532                 Revert previous patch. It'd be better to remove
3533                 OpenSSL instead, as GnuTLS works as well.
3534
3535 2008-10-09 [colin]      3.6.0cvs19
3536
3537         * configure.ac
3538         * src/Makefile.am
3539         * src/crash.c
3540         * src/gedit-print.c
3541         * src/gedit-print.h
3542         * src/main.c
3543         * src/mainwindow.c
3544         * src/messageview.c
3545         * src/prefs_ext_prog.c
3546         * src/prefs_fonts.c
3547         * src/prefs_image_viewer.c
3548         * src/printing.c
3549         * src/printing.h
3550         * src/summaryview.c
3551         * src/gtk/Makefile.am
3552         * src/gtk/about.c
3553         * src/gtk/gtksourceprintjob.c
3554         * src/gtk/gtksourceprintjob.h
3555                 Remove the libgnomeprint interface (deprecated,
3556                 and fixes Debian's #501570, 'Copyright confusion')
3557
3558 2008-10-09 [colin]      3.6.0cvs18
3559
3560         * configure.ac
3561                 Require libetpan 0.57 (important fixes)
3562
3563 2008-10-08 [paul]       3.6.0cvs17
3564
3565         * src/prefs_filtering_action.c
3566         * src/prefs_matcher.c
3567                 enable re-ordering of the filtering/processing
3568                 condition and actions lists by drag'n'drop
3569
3570 2008-10-08 [colin]      3.6.0cvs16
3571
3572         * src/addressbook.c
3573                 Fix wrong menu title
3574
3575 2008-10-07 [colin]      3.6.0cvs15
3576
3577         * src/imap.c
3578                 After thinking, revert this. It's only a minor
3579                 annoyance to GSSAPI users, and I can't test this
3580                 right now. Postponed until after next good release.
3581
3582 2008-10-07 [colin]      3.6.0cvs14
3583
3584         * src/imap.c
3585                 Don't ask for a password when using GSSAPI
3586
3587 2008-10-07 [colin]      3.6.0cvs13
3588
3589         * src/mainwindow.c
3590                 Fix build with GTK+ < 2.14
3591
3592 2008-10-07 [colin]      3.6.0cvs12
3593
3594         * src/mainwindow.c
3595         * src/mainwindow.h
3596         * src/prefs_common.c
3597         * src/prefs_common.h
3598         * src/summaryview.c
3599         * src/gtk/colorlabel.c
3600                 Fix bug 1749, 'Shortcut keys for color labels 
3601                 not changeable'
3602                 Make fullscreen a setting remembered between
3603                 sessions
3604
3605 2008-10-07 [colin]      3.6.0cvs11
3606
3607         * src/prefs_other.c
3608                 Fix bug 1747, 'Wanderlust keybindings no longer 
3609                 working (regression)'
3610
3611 2008-10-07 [colin]      3.6.0cvs10
3612
3613         * src/mainwindow.c
3614                 Make fullscreen a real menu item
3615
3616 2008-10-07 [colin]      3.6.0cvs9
3617
3618         * src/mainwindow.c
3619                 Make sure we won't save size when
3620                 fullscreening
3621
3622 2008-10-06 [colin]      3.6.0cvs8
3623
3624         * src/mainwindow.c
3625         * src/mainwindow.h
3626                 Handle fullscreen via F11. Patch by
3627                 Michael Rasmussen
3628
3629 2008-10-06 [colin]      3.6.0cvs7
3630
3631         * src/common/ssl.c
3632                 Fix return value when setting client cert
3633
3634 2008-10-04 [colin]      3.6.0cvs6
3635
3636         * src/mimeview.c
3637                 Fix bug 1742, 'Attachment list contents not 
3638                 visible/scrollable'
3639
3640 2008-10-04 [paul]       3.6.0cvs5
3641
3642         * src/mainwindow.c
3643                 fix failure of Hide toolbar option on restart
3644
3645 2008-10-04 [colin]      3.6.0cvs4
3646
3647         * src/addressbook.c
3648         * src/compose.c
3649         * src/mainwindow.c
3650         * src/messageview.c
3651         * src/summaryview.c
3652                 Maemo: Fix bug 1737, Crashes upon opening
3653
3654 2008-10-04 [paul]       3.6.0cvs3
3655
3656         * po/pt_BR.po
3657                 submitted (just a little late) by Frederico
3658                 Goncalves Guimaraes
3659
3660 2008-10-03 [wwp]        3.6.0cvs2
3661
3662         * po/fr.po
3663                 Many fixes, mostly in menus and accelerators.
3664
3665 2008-10-03 [colin]      3.6.0cvs1
3666
3667         * src/gtk/filesel.c
3668                 Allow network mounts with new GTKs: they're
3669                 available via FUSE mounts and we don't need
3670                 GVFS.
3671
3672 2008-10-03 [paul]       3.6.0
3673
3674         * NEWS
3675         * README
3676         * RELEASE_NOTES 
3677                 3.6.0 released!
3678
3679 2008-10-03 [paul]       3.5.0cvs145
3680
3681         * configure.ac
3682         * po/bg.po
3683         * po/nl.po
3684         * po/ru.po
3685         * po/sv.po
3686                 new translations. added by Yasen Pramatarov,
3687                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3688         * po/ca.po
3689         * po/de.po
3690         * po/fi.po
3691         * po/fr.po
3692         * po/hu.po
3693         * po/it.po
3694         * po/pl.po
3695         * po/zh_CN.po
3696                 updated translations. submitted by Miquel Oliete,
3697                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3698                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3699
3700 2008-10-02 [colin]      3.5.0cvs144
3701
3702         * src/common/session.c
3703                 Fix crash when connection fails on windows
3704
3705 2008-10-01 [colin]      3.5.0cvs143
3706
3707         * src/imap.c
3708                 Real fix for FS-unsafe chars on win32
3709
3710 2008-10-01 [colin]      3.5.0cvs142
3711
3712         * src/imap.c
3713                 Encode prohibited filenames on win32
3714
3715 2008-09-30 [mones]      3.5.0cvs141
3716
3717         * src/ldapctrl.c
3718         * src/main.c
3719         * src/prefs_themes.c
3720         * src/printing.c
3721                 Fix output of some debug messages
3722
3723 2008-09-30 [colin]      3.5.0cvs140
3724
3725         * src/addrbook.c
3726         * src/addrharvest.c
3727         * src/compose.c
3728         * src/jpilot.c
3729         * src/mh.c
3730         * src/prefs_themes.c
3731         * src/procheader.c
3732         * src/procmime.c
3733         * src/summaryview.c
3734         * src/common/utils.c
3735         * src/gtk/sslcertwindow.c
3736                 Win32: Fix time usage; use g_stat
3737
3738 2008-09-29 [colin]      3.5.0cvs139
3739
3740         * src/common/utils.c
3741                 Fix case-sensitive match of subject
3742                 prefixes on win32
3743
3744 2008-09-29 [colin]      3.5.0cvs138
3745
3746         * src/folder_item_prefs.c
3747         * src/folder_item_prefs.h
3748         * src/matcher.c
3749         * src/prefs_folder_item.c
3750         * src/prefs_matcher.c
3751         * src/summaryview.c
3752         * src/common/string_match.c
3753         * src/common/utils.c
3754                 Fix a huge leak (dozens of megs per folder
3755                 change) on Windows: disable regexps 
3756
3757 2008-09-28 [paul]       3.5.0cvs137
3758
3759         * po/en_GB.po
3760                 updated
3761
3762 2008-09-27 [colin]      3.5.0cvs136
3763
3764         * src/account.c
3765         * src/account.h
3766                 Add accessor for cur_account
3767
3768 2008-09-27 [colin]      3.5.0cvs135
3769
3770         * src/imap.c
3771                 Fix crash when error happen on session establishment
3772
3773 2008-09-26 [mones]      3.5.0cvs134
3774
3775         * po/es.po
3776                 Updated for release
3777
3778 2008-09-26 [colin]      3.5.0cvs133
3779
3780         * src/plugins/pgpcore/claws.def
3781                 Fix symbol
3782
3783 2008-09-26 [colin]      3.5.0cvs132
3784
3785         * src/prefs_common.c
3786         * src/prefs_common.h
3787         * src/plugins/pgpcore/pgp_viewer.c
3788                 Add an accessor to prefs_common for plugins
3789                 (Win32 fix)
3790
3791 2008-09-25 [colin]      3.5.0cvs131
3792
3793         * src/main.c
3794                 Fix bug 1725, 'useless lines in clawsrc'
3795         * src/plugins/smime/mypgpcore.def
3796                 Add a missing symbol
3797
3798 2008-09-25 [paul]       3.5.0cvs130
3799
3800         * src/plugins/smime/mypgpcore.def
3801         * src/plugins/smime/plugin.def
3802         * src/plugins/smime/version.rc
3803                 add these windows-specific files
3804                 (Thanks to Colin)
3805
3806 2008-09-25 [colin]      3.5.0cvs129
3807
3808         * src/main.c
3809                 Load standard plugins only on first run
3810
3811 2008-09-25 [colin]      3.5.0cvs128
3812
3813         * src/codeconv.c
3814                 Fix build...
3815
3816 2008-09-24 [colin]      3.5.0cvs127
3817
3818         * src/codeconv.c
3819                 Add nb_NO's charset (iso-8859-1)
3820
3821 2008-09-24 [colin]      3.5.0cvs126
3822
3823         * src/common/utils.c
3824                 Fix get_mail_base_dir() on windows
3825                 (was synced from main ages ago)
3826
3827 2008-09-24 [colin]      3.5.0cvs125
3828
3829         * src/main.c
3830         * src/wizard.c
3831                 Integrate better with Windows' style
3832
3833 2008-09-23 [paul]       3.5.0cvs124
3834
3835         * src/compose.c
3836         * src/mainwindow.c
3837         * src/messageview.c
3838                 offer these strings to translators too 
3839
3840 2008-09-23 [colin]      3.5.0cvs123
3841
3842         * configure.ac
3843                 Add a --disable-dbus flag in case we want
3844                 no DBUS even if headers are available (like
3845                 for building gpg4win)
3846         * src/filtering.c
3847         * src/mainwindow.c
3848         * src/prefs_logging.c
3849         * src/common/utils.c
3850         * src/plugins/pgpcore/sgpgme.c
3851         * src/plugins/smime/claws.def
3852                 Windows fixes:
3853                 - disable filtering log (it's crashy for
3854                   some reason)
3855                 - fix gmtime_r when time is -1 (before 01/01/70)
3856                 - add symbols for smime
3857
3858 2008-09-22 [colin]      3.5.0cvs122
3859
3860         * src/common/utils.c
3861         * src/account.c
3862                 Remove raw printf
3863         * src/compose.c
3864                 Fix cursor position after changing account
3865         * src/imap.c
3866         * src/mimeview.c
3867         * src/news.c
3868                 Fix absolute path detection 
3869
3870 2008-09-21 [colin]      3.5.0cvs121
3871
3872         * src/gtk/gtkaspell.c
3873                 Don't try to use empty dictionaries
3874
3875 2008-09-20 [colin]      3.5.0cvs120
3876
3877         * po/POTFILES.in
3878                 Add the new files to the translations
3879
3880 2008-09-20 [colin]      3.5.0cvs119
3881
3882         * configure.ac
3883         * src/plugins/Makefile.am
3884         * src/plugins/smime/Makefile.am
3885         * src/plugins/smime/plugin.c
3886         * src/plugins/smime/smime.c
3887         * src/plugins/smime/smime.deps
3888         * src/plugins/smime/smime.h
3889                 Include S/Mime plugin in the main plugins
3890                 Will ease the Gpg4win team's work
3891
3892 2008-09-20 [colin]      3.5.0cvs118
3893
3894         * src/autofaces.c
3895         * src/compose.c
3896         * src/ldapquery.c
3897         * src/main.c
3898         * src/news.c
3899         * src/common/socket.c
3900         * src/gtk/gtkutils.c
3901         * src/plugins/pgpcore/claws.def
3902                 Windows: more fixes, thanks to wwp and
3903                 Marcus Brinkmann
3904
3905 2008-09-20 [colin]      3.5.0cvs117
3906
3907         * src/imap.c
3908                 Tell on which server errors happened
3909
3910 2008-09-20 [colin]      3.5.0cvs116
3911
3912         * src/etpan/etpan-thread-manager.c
3913         * src/etpan/imap-thread.c
3914         * src/etpan/nntp-thread.c
3915                 Windows: Fix hang on IMAP/NNTP
3916
3917 2008-09-20 [colin]      3.5.0cvs115
3918
3919         * src/common/utils.c
3920                 Fix bug 1723, "Buffer overflow crash caused by 
3921                 preview in 'Date format help' dialog box"
3922                 Also, optimise fast_strftime a bit :)
3923
3924 2008-09-18 [colin]      3.5.0cvs114
3925
3926         * src/procmime.c
3927         * src/textview.c
3928                 Check for NULLs before str* functions
3929
3930 2008-09-18 [colin]      3.5.0cvs113
3931
3932         * src/messageview.c
3933         * src/procmime.c
3934         * src/textview.c
3935                 Handle html parts in multipart/related
3936                 Decode ISO-8859-1 as Windows-1252 (the former
3937                 is a subset of the latter) in order to 
3938                 workaround Outlook mails misencoding
3939         * src/gtk/logwindow.c
3940         * src/gtk/logwindow.h
3941                 Clear mainwindow's error pixmap when the
3942                 error scrolls out of the log
3943
3944 2008-09-17 [colin]      3.5.0cvs112
3945
3946         * src/image_viewer.c
3947                 Fix image loading (multiple childs added to 
3948                 scrolledwindow, break of the resize functionality)
3949         * src/account.c
3950         * src/prefs_folder_item.c
3951         * src/prefs_spelling.c
3952         * src/gtk/gtkaspell.c
3953                 Better fix problems with dictionaries updates
3954
3955 2008-09-17 [colin]      3.5.0cvs111
3956
3957         * src/common/utils.c
3958                 Fix double-opening (fixes multiple signatures when
3959                 using signify)
3960
3961 2008-09-16 [colin]      3.5.0cvs110
3962
3963         * src/prefs_account.c
3964         * src/prefs_folder_item.c
3965         * src/prefs_spelling.c
3966         * src/gtk/gtkaspell.c
3967                 Better stripping of aspell dictionaries names
3968
3969 2008-09-16 [colin]
3970
3971         * 3.6.0-rc1 released
3972
3973 2008-09-16 [colin]      3.5.0cvs109
3974
3975         * src/account.c
3976         * src/inc.c
3977         * src/mainwindow.c
3978         * src/prefs_account.h
3979         * src/prefs_other.c
3980         * src/send_message.c
3981         * src/gtk/inputdialog.c
3982                 Don't add a pref to allow remembering passwords
3983                 (Just not checking the checkbox is enough)
3984
3985 2008-09-16 [colin]      3.5.0cvs108
3986
3987         * configure.ac
3988                 Require libetpan 0.56 as 0.55 is crashy
3989         * src/messageview.c
3990                 Fix english
3991         * src/gtk/inputdialog.c
3992         * src/gtk/inputdialog.h
3993                 Fix warnings
3994
3995 2008-09-16 [wwp]        3.5.0cvs107
3996
3997         * src/compose.c
3998                 Complete 3.5.0cvs106 by removing a function that got
3999                 moved to account.[ch].
4000
4001 2008-09-16 [wwp]        3.5.0cvs106
4002
4003         * src/account.c
4004         * src/account.h
4005         * src/compose.c
4006         * src/quote_fmt.c
4007         * src/quote_fmt_lex.l
4008         * src/quote_fmt_parse.y
4009                 Add account signature (path and value string) manipulation
4010                 keywords to the template processor. It's now possible in
4011                 all templates to insert the account signature to an
4012                 arbitrary location or to pass it to a external script for
4013                 further editing.
4014
4015
4016 2008-09-16 [mones]      3.5.0cvs105
4017
4018         * src/imap.c
4019         * src/inc.c
4020         * src/mainwindow.c
4021         * src/mainwindow.h
4022         * src/news.c
4023         * src/prefs_account.h
4024         * src/prefs_common.c
4025         * src/prefs_common.h
4026         * src/prefs_other.c
4027         * src/send_message.c
4028         * src/gtk/inputdialog.c
4029         * src/gtk/inputdialog.h
4030                 Implement session passwords: unsaved passwords for receiving
4031                 or sending of accounts can be remembered while running to 
4032                 avoid repetitive typing.
4033                 As keeping passwords in memory is unsafe a new preference 
4034                 in Other page is added to activate or not such capability.
4035
4036 2008-09-14 [colin]      3.5.0cvs104
4037
4038         * src/codeconv.c
4039         * src/codeconv.h
4040                 Make conv_iconv_strdup static
4041
4042 2008-09-12 [colin]      3.5.0cvs103
4043
4044         * claws-mail.pc.in
4045         * src/Makefile.am
4046         * src/compose.c
4047         * src/compose.h
4048         * src/crash.c
4049         * src/folder_item_prefs.c
4050         * src/folder_item_prefs.h
4051         * src/main.c
4052         * src/prefs_account.c
4053         * src/prefs_common.c
4054         * src/prefs_common.h
4055         * src/prefs_folder_item.c
4056         * src/prefs_spelling.c
4057         * src/prefs_template.c
4058         * src/quote_fmt.h
4059         * src/quote_fmt_parse.y
4060         * src/toolbar.c
4061         * src/toolbar.h
4062         * src/gtk/Makefile.am
4063         * src/gtk/about.c
4064         * src/gtk/filesel.c
4065         * src/gtk/gtkaspell.c
4066         * src/gtk/gtkaspell.h
4067         * src/plugins/bogofilter/Makefile.am
4068         * src/plugins/dillo_viewer/Makefile.am
4069         * src/plugins/spamassassin/Makefile.am
4070         * src/plugins/trayicon/Makefile.am
4071                 Switch spellchecker to Enchant
4072
4073 2008-09-12 [paul]       3.5.0cvs102
4074
4075         * tools/README
4076         * tools/csv2addressbook.pl
4077                 add support for Fox Mail
4078
4079 2008-09-12 [paul]       3.5.0cvs101
4080
4081         * src/compose.c
4082         * src/prefs_wrapping.c
4083                 changes to English
4084
4085 2008-09-12 [paul]       3.5.0cvs100
4086
4087         * configure.ac
4088                 revert cvs99's libenchant commit error
4089
4090 2008-09-12 [colin]      3.5.0cvs99
4091
4092         * src/inc.c
4093                 Only go to inbox if there are new mails
4094                 (and fetch was manual)
4095
4096 2008-09-10 [colin]      3.5.0cvs98
4097
4098         * src/inc.c
4099         * src/summaryview.c
4100         * src/common/session.c
4101                 Use g_timeout_add_seconds instead of g_timeout_add
4102                 on glib >= 2.14 when we don't need precision on the 
4103                 delay. This helps reducing power consumption:
4104                 http://mjg59.livejournal.com/74651.html
4105
4106 2008-09-10 [colin]      3.5.0cvs97
4107
4108         * src/compose.c
4109                 Don't save window size and position when
4110                 compose is hidden (filtering action)
4111
4112 2008-09-09 [colin]      3.5.0cvs96
4113
4114         * src/action.h
4115         * src/addr_compl.c
4116         * src/addressadd.c
4117         * src/addressbook.h
4118         * src/addressbook_foldersel.c
4119         * src/addressitem.h
4120         * src/addrgather.c
4121         * src/alertpanel.c
4122         * src/browseldap.c
4123         * src/editaddress.c
4124         * src/editaddress_other_attributes_ldap.h
4125         * src/editbook.c
4126         * src/editjpilot.c
4127         * src/editldap.c
4128         * src/editldap_basedn.c
4129         * src/editvcard.c
4130         * src/exphtmldlg.c
4131         * src/expldifdlg.c
4132         * src/export.c
4133         * src/foldersel.c
4134         * src/foldersel.h
4135         * src/gedit-print.c
4136         * src/gedit-print.h
4137         * src/grouplistdialog.c
4138         * src/headerview.c
4139         * src/headerview.h
4140         * src/image_viewer.c
4141         * src/import.c
4142         * src/importldif.c
4143         * src/importmutt.c
4144         * src/importpine.c
4145         * src/inc.c
4146         * src/main.c
4147         * src/main.h
4148         * src/messageview.c
4149         * src/messageview.h
4150         * src/noticeview.c
4151         * src/prefs_actions.c
4152         * src/prefs_filtering.c
4153         * src/prefs_folder_column.c
4154         * src/prefs_gtk.h
4155         * src/prefs_summary_column.c
4156         * src/prefs_toolbar.c
4157         * src/send_message.c
4158         * src/setup.c
4159         * src/sourcewindow.c
4160         * src/sourcewindow.h
4161         * src/ssl_manager.c
4162         * src/statusbar.c
4163         * src/statusbar.h
4164         * src/stock_pixmap.c
4165         * src/stock_pixmap.h
4166         * src/summaryview.c
4167         * src/textview.c
4168         * src/textview.h
4169         * src/undo.h
4170         * src/uri_opener.c
4171         * src/wizard.c
4172         * src/wizard.h
4173         * src/common/ssl.h
4174         * src/common/utils.c
4175         * src/gtk/about.c
4176         * src/gtk/colorlabel.c
4177         * src/gtk/colorlabel.h
4178         * src/gtk/combobox.h
4179         * src/gtk/description_window.c
4180         * src/gtk/filesel.c
4181         * src/gtk/gtkaspell.c
4182         * src/gtk/gtkaspell.h
4183         * src/gtk/gtkcmclist.c
4184         * src/gtk/gtkcmclist.h
4185         * src/gtk/gtkcmctree.c
4186         * src/gtk/gtkcmctree.h
4187         * src/gtk/gtkcmoptionmenu.h
4188         * src/gtk/gtksctree.c
4189         * src/gtk/gtksctree.h
4190         * src/gtk/gtkshruler.c
4191         * src/gtk/gtkshruler.h
4192         * src/gtk/gtksourceprintjob.c
4193         * src/gtk/gtksourceprintjob.h
4194         * src/gtk/gtkutils.c
4195         * src/gtk/gtkutils.h
4196         * src/gtk/gtkvscrollbutton.c
4197         * src/gtk/gtkvscrollbutton.h
4198         * src/gtk/icon_legend.c
4199         * src/gtk/inputdialog.c
4200         * src/gtk/logwindow.c
4201         * src/gtk/logwindow.h
4202         * src/gtk/manage_window.c
4203         * src/gtk/manage_window.h
4204         * src/gtk/menu.c
4205         * src/gtk/prefswindow.c
4206         * src/gtk/progressdialog.c
4207         * src/gtk/progressdialog.h
4208         * src/plugins/bogofilter/bogofilter_gtk.c
4209         * src/plugins/pgpcore/passphrase.c
4210         * src/plugins/spamassassin/spamassassin_gtk.c
4211         * src/plugins/trayicon/trayicon.c
4212         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4213         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4214         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4215         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4216         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4217                 Complete GTK+ 2.14 undeprecation
4218                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
4219
4220 2008-09-09 [colin]      3.5.0cvs95
4221
4222         * src/gtk/gtkcmclist.h
4223                 Fix build on GTK+ 2.14
4224
4225 2008-09-08 [colin]      3.5.0cvs94
4226
4227         * src/noticeview.c
4228         * src/noticeview.h
4229                 Remove GtkSignalFunc
4230
4231 2008-09-07 [colin]      3.5.0cvs93
4232
4233         * src/addressadd.c
4234         * src/addressbook_foldersel.c
4235         * src/gtk/gtkcmclist.c
4236         * src/gtk/gtkcmclist.h
4237         * src/gtk/gtkcmctree.c
4238         * src/gtk/gtkcmctree.h
4239         * src/gtk/gtksctree.c
4240         * src/gtk/prefswindow.c
4241         * src/gtk/prefswindow.h
4242                 Use GDestroyNotify instead of GtkDestroyNotify
4243                 (deprecated in GTK+ 2.14)
4244
4245 2008-09-07 [colin]      3.5.0cvs92
4246
4247         * src/textview.c
4248                 Fix bug 1712, 'invalid "Phishing attempt warning" 
4249                 when linked text ends with spaces'
4250
4251 2008-09-05 [colin]      3.5.0cvs91
4252
4253         * src/procmime.c
4254                 Maybe fix bug 1711, 'Save-as attachment crashes'
4255                 Possibly wrong free() due to pointer shifting
4256
4257 2008-09-05 [colin]      3.5.0cvs90
4258
4259         * src/compose.c
4260                 Fix bug 1710, 'User misreads "Discard Message" 
4261                 as "Discard Changes"'. Propose to save or discard
4262                 only the latest changes when closing an existing
4263                 draft. Autosave may still have saved parts of the
4264                 edit session.
4265
4266 2008-09-04 [colin]      3.5.0cvs89
4267
4268         * src/summaryview.c
4269                 Fix bug 1707, 'Segfault when sorting on non-visible column'
4270
4271 2008-09-01 [colin]      3.5.0cvs88
4272
4273         * src/imap.c
4274         * src/summaryview.c
4275         * src/common/tags.c
4276         * src/etpan/imap-thread.c
4277         * src/etpan/imap-thread.h
4278                 Store spam flag on IMAP (Junk/NonJunk, as 
4279                 ThunderBird does - this is nonstandard)
4280
4281 2008-08-31 [wwp]        3.5.0cvs87
4282
4283         * ChangeLog
4284                 Fix globish edition^Wediting.
4285
4286 2008-08-31 [wwp]        3.5.0cvs86
4287
4288         * src/addressbook.c
4289                 Don't break nickname editing for non-LDAP books (nickname
4290                 value was overwritten when editing existing contact, this
4291                 came from 3.0.2cvs109).
4292
4293 2008-08-30 [colin]      3.5.0cvs85
4294
4295         * src/mainwindow.c
4296         * src/summaryview.c
4297                 Fix "Apply tags..." key shortcut
4298
4299 2008-08-29 [iwkse]      3.5.0cvs84
4300
4301         * src/summaryview.c
4302                         Bit of clean:)
4303
4304 2008-08-29 [iwkse]      3.5.0cvs83
4305
4306         * src/summaryview.c
4307                         Disable "Move to trash" action if
4308                         we are in a trash-like folder.
4309                         Thanks to colinl
4310
4311 2008-08-29 [paul]       3.5.0cvs82
4312
4313         * configure.ac
4314                 bump up libetpan version requirement since
4315                 0.55 is released now
4316
4317 2008-08-28 [wwp]        3.5.0cvs81
4318
4319         * src/account.c
4320         * src/pop.c
4321         * src/prefs_account.c
4322         * src/prefs_account.h
4323                 Add finer granularity to the POP3's remove-after delay (now in
4324                 hours in addition to in days), patch by Paul Rolland.
4325
4326 2008-08-28 [wwp]        3.5.0cvs80
4327
4328         * src/gtk/combobox.c
4329                 Fix a typo in a comment.
4330
4331 2008-08-28 [iwkse]      3.5.0cvs79
4332
4333         * src/account.c
4334         * src/prefs_actions.c
4335         * src/prefs_filtering.c
4336         * src/prefs_template.c
4337                         Add search feature to the account, 
4338                         template and action dialog.
4339                         It's turned on selecting one row
4340                         of the list and typing some random
4341                         letter. Thanks to wwp, colinl
4342
4343 2008-08-28 [colin]      3.5.0cvs78
4344
4345         * src/Makefile.am
4346         * src/account.c
4347         * src/compose.c
4348         * src/prefs_account.c
4349         * src/prefs_account.h
4350         * src/privacy.c
4351         * src/privacy.h
4352         * src/procmime.c
4353         * src/stock_pixmap.c
4354         * src/stock_pixmap.h
4355         * src/summaryview.c
4356         * src/pixmaps/key_gpg_signed.xpm
4357                 Fix bug 1412, "Sign reply, if mail was signed"
4358                 Add an account preference to sign replies to signed mails
4359
4360 2008-08-28 [iwkse]      3.5.0cvs77
4361
4362         * src/prefs_filtering.c
4363                 Making the search more useful,
4364                 jumping directly to the relative rule.
4365
4366 2008-08-27 [colin]      3.5.0cvs76
4367
4368         * src/main.c
4369                 Add a bit of info
4370
4371 2008-08-27 [colin]      3.5.0cvs75
4372
4373         * src/gtk/gtkcmctree.c
4374                 Fix a few ifdefs
4375
4376 2008-08-26 [colin]      3.5.0cvs74
4377
4378         * src/gtk/gtkcmctree.c
4379                 Fix missing inits on old glib
4380
4381 2008-08-26 [wwp]        3.5.0cvs73
4382
4383         * src/common/utils.c
4384                 Added 'Fwd' to the list of known common subject prefixes.
4385
4386 2008-08-25 [iwkse]      3.5.0cvs72
4387
4388         * src/image_viewer.c
4389                 Add animated gif support to the
4390                 message preview.
4391
4392 2008-08-25 [colin]      3.5.0cvs71
4393
4394         * src/gtk/gtkcmctree.c
4395                 Make sure work isn't null
4396
4397 2008-08-24 [colin]      3.5.0cvs70
4398
4399         * src/common/ssl.c
4400                 Fix typo on SSL_CERT_DIR
4401
4402 2008-08-23 [holger]     3.5.0cvs69
4403
4404         * src/printing.c
4405                 Fix bug 1699 'Separator line mis-placed when
4406                 printing some e-mails'. The number of header lines
4407                 was not correctly calculated when Pango inserts
4408                 linebreaks
4409
4410 2008-08-23 [colin]      3.5.0cvs68
4411
4412         * src/mainwindow.c
4413                 Fix the account selector button; thanks
4414                 to wwp
4415
4416 2008-08-21 [colin]      3.5.0cvs67
4417
4418         * src/compose.c
4419         * src/compose.h
4420                 Add a compose preference for auto-indent
4421         * src/mainwindow.c
4422         * src/summaryview.c
4423                 Make colorlabel accels a bit less hacky
4424
4425 2008-08-21 [colin]      3.5.0cvs66
4426
4427         * src/compose.c
4428         * src/prefs_common.c
4429         * src/prefs_common.h
4430         * src/prefs_wrapping.c
4431                 Add a preference for autoindent; fix no_join tag
4432                 being applied to whole lines instead of just \n when
4433                 creating a line 
4434
4435 2008-08-21 [colin]      3.5.0cvs65
4436
4437         * src/compose.c
4438                 Add support for auto-indentation
4439
4440 2008-08-19 [colin]      3.5.0cvs64
4441
4442         * src/compose.c
4443                 Save Autowrap status in drafts/queued mails
4444
4445 2008-08-19 [colin]      3.5.0cvs63
4446
4447         * src/mainwindow.c
4448                 Fix a comment (in reality, test commit on
4449                 the new CVS server)
4450
4451 2008-08-17 [colin]      3.5.0cvs62
4452
4453         * src/prefs_actions.c
4454         * src/procmime.c
4455         * src/wizard.c
4456         * src/common/socket.h
4457         * src/gtk/gtkcmctree.c
4458                 Fix warnings
4459
4460 2008-08-16 [colin]      3.5.0cvs61
4461
4462         * src/editaddress_other_attributes_ldap.h
4463                 Add 'l' field (localityName)
4464
4465 2008-08-16 [colin]      3.5.0cvs60
4466
4467         * src/mainwindow.c
4468         * src/gtk/gtkcmclist.c
4469         * src/gtk/gtkcmclist.h
4470         * src/gtk/gtkcmctree.c
4471         * src/gtk/gtksctree.c
4472         * src/gtk/gtkutils.c
4473         * src/gtk/gtkvscrollbutton.c
4474                 Fix Maemo build (OS2007)
4475
4476 2008-08-14 [colin]      3.5.0cvs59
4477
4478         * src/folder.c
4479                 Don't crash if parent is null when creating
4480                 a folder
4481         * src/gtk/pluginwindow.c
4482                 Don't crash on race when closing window while
4483                 a plugin is loading and does gtk_iterations
4484
4485 2008-08-13 [colin]      3.5.0cvs58
4486
4487         * src/messageview.c
4488         * src/messageview.h
4489         * src/mimeview.c
4490                 Fix bug 1696, 'Viewing binary attachements 
4491                 as text over 1 MB' (various buglets)
4492
4493 2008-08-10 [colin]      3.5.0cvs57
4494
4495         * src/summaryview.c
4496         * src/gtk/gtkcmclist.c
4497                 Continue fixing GTK < 2.12 build, thanks to
4498                 Michael Hugues
4499
4500 2008-08-10 [colin]      3.5.0cvs56
4501
4502         * src/gtk/gtksctree.c
4503                 Fix build on GTK < 2.12
4504
4505 2008-08-09 [colin]      3.5.0cvs55
4506
4507         * src/mainwindow.c
4508                 Fix untranslatable strings, thanks to
4509                 Stephan Sachse
4510
4511 2008-08-07 [colin]      3.5.0cvs54
4512
4513         * src/compose.c
4514         * src/editaddress.c
4515         * src/folderview.c
4516         * src/mainwindow.c
4517         * src/message_search.c
4518         * src/mimeview.c
4519         * src/noticeview.c
4520         * src/prefs_account.c
4521         * src/prefs_common.c
4522         * src/prefs_customheader.c
4523         * src/prefs_ext_prog.c
4524         * src/prefs_filtering_action.c
4525         * src/prefs_gtk.c
4526         * src/prefs_logging.c
4527         * src/prefs_matcher.c
4528         * src/prefs_msg_colors.c
4529         * src/procmime.c
4530         * src/summary_search.c
4531         * src/summaryview.c
4532         * src/toolbar.c
4533         * src/gtk/colorsel.c
4534         * src/gtk/gtkaspell.c
4535         * src/gtk/gtkutils.c
4536         * src/gtk/gtkutils.h
4537         * src/gtk/inputdialog.c
4538         * src/gtk/pluginwindow.c
4539         * src/gtk/quicksearch.c
4540         * src/plugins/bogofilter/bogofilter_gtk.c
4541         * src/plugins/dillo_viewer/dillo_prefs.c
4542         * src/plugins/spamassassin/spamassassin_gtk.c
4543                 - Fix Ctrl-Space shortcut
4544                 - Fix mime-parsing bug in procmime (cvs52)
4545                 - Fix double-free in procmime (cvs52)
4546                 - Use gtk_bin_get_child instead of GTK_BIN()->child
4547                 - Fix Goto menu in mainwindow
4548
4549 2008-08-07 [mones]      3.5.0cvs53
4550
4551         * po/es.po
4552                 Updated translation (lots of changes!)
4553         * src/compose.c
4554                 Add missing accelerator key
4555         * src/mainwindow.c
4556                 Restored 'v' key function (thanks Colin!)
4557
4558 2008-08-06 [colin]      3.5.0cvs52
4559
4560         * src/addrbook.c
4561         * src/addrcindex.c
4562         * src/addrduplicates.c
4563         * src/addrharvest.c
4564         * src/enriched.c
4565         * src/html.c
4566         * src/ldif.c
4567         * src/mimeview.c
4568         * src/mutt.c
4569         * src/pine.c
4570         * src/procmime.c
4571         * src/vcard.c
4572         * src/wizard.c
4573                 Fix my use of g_utf8_strdown (it returns
4574                 a newly allocated string and doesn't
4575                 change the parameter)
4576
4577 2008-08-06 [colin]      3.5.0cvs51
4578
4579         * src/compose.c
4580                 Fix bug 1690, 'Copy/Paste in edit window may 
4581                 break Undo'; middle-click pastes aren't 
4582                 REPLACE_INSERT but just INSERT. 
4583                 Also, fix privacy menu selection
4584
4585 2008-08-05 [colin]      3.5.0cvs50
4586
4587         * src/action.c
4588         * src/addr_compl.c
4589         * src/addrbook.c
4590         * src/addrcindex.c
4591         * src/addrduplicates.c
4592         * src/addrharvest.c
4593         * src/enriched.c
4594         * src/html.c
4595         * src/ldif.c
4596         * src/main.c
4597         * src/mimeview.c
4598         * src/mutt.c
4599         * src/pine.c
4600         * src/procmime.c
4601         * src/vcard.c
4602         * src/wizard.c
4603         * src/common/socket.c
4604         * src/gtk/gtkutils.c
4605         * src/gtk/gtkutils.h
4606         * src/gtk/menu.c
4607         * src/plugins/spamassassin/spamassassin.c
4608                 More undeprecation (Glib)
4609
4610 2008-08-05 [colin]      3.5.0cvs49
4611
4612         * src/prefs_account.c
4613         * src/prefs_filtering_action.c
4614         * src/prefs_matcher.c
4615         * src/gtk/Makefile.am
4616         * src/gtk/claws-marshal.list
4617         * src/gtk/colorlabel.c
4618         * src/gtk/colorsel.c
4619         * src/gtk/foldersort.c
4620         * src/gtk/gtkaspell.c
4621         * src/gtk/gtkcmclist.c
4622         * src/gtk/gtkcmclist.h
4623         * src/gtk/gtkcmctree.c
4624         * src/gtk/gtkcmctree.h
4625         * src/gtk/gtkcmoptionmenu.c
4626         * src/gtk/gtkcmoptionmenu.h
4627         * src/gtk/gtksctree.c
4628         * src/gtk/gtksctree.h
4629         * src/gtk/gtkutils.c
4630         * src/gtk/gtkutils.h
4631         * src/gtk/gtkvscrollbutton.c
4632         * src/gtk/menu.c
4633         * src/gtk/menu.h
4634         * src/gtk/quicksearch.c
4635         * src/plugins/dillo_viewer/dillo_viewer.c
4636         * src/plugins/pgpcore/select-keys.c
4637                 Try to finish yesterday's commit
4638
4639 2008-08-04 [colin]      3.5.0cvs48
4640
4641         * src/addressadd.c
4642         * src/addressbook.c
4643         * src/addressbook_foldersel.c
4644         * src/addressitem.h
4645         * src/addrgather.c
4646         * src/browseldap.c
4647         * src/compose.c
4648         * src/compose.h
4649         * src/editaddress.c
4650         * src/editaddress_other_attributes_ldap.c
4651         * src/editgroup.c
4652         * src/editldap_basedn.c
4653         * src/folderview.c
4654         * src/folderview.h
4655         * src/grouplistdialog.c
4656         * src/image_viewer.c
4657         * src/imap_gtk.c
4658         * src/importldif.c
4659         * src/main.c
4660         * src/mainwindow.c
4661         * src/message_search.c
4662         * src/mh_gtk.c
4663         * src/mimeview.c
4664         * src/mimeview.h
4665         * src/news_gtk.c
4666         * src/noticeview.h
4667         * src/prefs_account.c
4668         * src/prefs_filtering_action.c
4669         * src/prefs_matcher.c
4670         * src/prefs_msg_colors.c
4671         * src/prefs_summaries.c
4672         * src/statusbar.c
4673         * src/stock_pixmap.c
4674         * src/summary_search.c
4675         * src/summaryview.c
4676         * src/summaryview.h
4677         * src/textview.c
4678         * src/toolbar.h
4679         * src/gtk/Makefile.am
4680         * src/gtk/claws-marshal.list
4681         * src/gtk/colorsel.c
4682         * src/gtk/foldersort.c
4683         * src/gtk/gtkaspell.c
4684         * src/gtk/gtkcmclist.c
4685         * src/gtk/gtkcmclist.h
4686         * src/gtk/gtkcmctree.c
4687         * src/gtk/gtkcmctree.h
4688         * src/gtk/gtksctree.c
4689         * src/gtk/gtksctree.h
4690         * src/gtk/gtkutils.c
4691         * src/gtk/gtkutils.h
4692         * src/gtk/gtkvscrollbutton.c
4693         * src/gtk/menu.c
4694         * src/gtk/menu.h
4695         * src/gtk/quicksearch.c
4696         * src/plugins/dillo_viewer/dillo_viewer.c
4697         * src/plugins/pgpcore/select-keys.c
4698                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
4699                 Undeprecate their implementation (GtkArg, GtkType, ...)
4700                 Undeprecate a few other things here and there
4701                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
4702                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
4703                 still have work to do
4704
4705 2008-08-04 [colin]      3.5.0cvs47
4706
4707         * src/compose.c
4708         * src/compose.h
4709         * src/toolbar.h
4710         * src/textview.c
4711         * src/stock_pixmap.c
4712         * src/statusbar.c
4713         * src/noticeview.h
4714         * src/mimeview.h
4715         * src/mainwindow.c
4716         * src/image_viewer.c
4717         * src/gtk/gtkaspell.c
4718         * src/gtk/gtkvscrollbutton.c
4719         * src/plugins/dillo_viewer/dillo_viewer.c
4720                 Undeprecate more things
4721
4722 2008-08-02 [colin]      3.5.0cvs46
4723
4724         * src/mainwindow.c
4725                 Fix toggle menu activation state
4726                 (thanks to cvs45 ;)
4727
4728 2008-08-02 [paul]       3.5.0cvs45
4729
4730         * src/mainwindow.c
4731                 fix sensitivity of
4732                 /View/Show or hide/Message View
4733
4734 2008-08-01 [paul]       3.5.0cvs44
4735
4736         * src/common/utils.c
4737         * src/plugins/pgpcore/claws.def
4738         * src/plugins/pgpinline/claws.def
4739                 fix compilation problems on mingw32,
4740                 (bug 1688) Patch by Marcus Brinkmann
4741
4742 2008-08-01 [colin]      3.5.0cvs43
4743
4744         * src/gtk/gtkutils.c
4745         * src/gtk/gtkvscrollbutton.c
4746                 Oups, fix build
4747
4748 2008-08-01 [colin]      3.5.0cvs42
4749
4750         * src/compose.c
4751         * src/foldersel.c
4752         * src/mainwindow.c
4753         * src/prefs_account.c
4754         * src/prefs_folder_item.c
4755         * src/prefs_quote.c
4756         * src/summaryview.c
4757         * src/gtk/gtkaspell.c
4758         * src/gtk/gtkutils.c
4759         * src/gtk/gtkvscrollbutton.c
4760                 Replace a few deprecated function calls
4761
4762 2008-08-01 [paul]       3.5.0cvs41
4763
4764         * src/action.c
4765                 fix crash that occurs because of recent GtkUIManager
4766                 changes. Thanks to Colin
4767
4768 2008-07-31 [colin]      3.5.0cvs40
4769
4770         * src/addressbook.c
4771         * src/compose.c
4772         * src/mainwindow.c
4773         * src/messageview.c
4774                 Some Maemo fixes
4775         * src/gtk/menu.c
4776         * src/gtk/menu.h
4777                 Remove deprecated helper funcs
4778
4779 2008-07-30 [colin]      3.5.0cvs39
4780
4781         * src/folderview.c
4782         * src/folderview.h
4783         * src/imap_gtk.c
4784         * src/mh_gtk.c
4785         * src/news_gtk.c
4786                 Move the folderview popup menu to GtkUIManager
4787
4788 2008-07-29 [colin]      3.5.0cvs38
4789
4790         * src/account.c
4791         * src/account.h
4792         * src/action.c
4793         * src/action.h
4794         * src/addressitem.h
4795         * src/compose.c
4796         * src/edittags.c
4797         * src/mainwindow.c
4798         * src/mainwindow.h
4799         * src/mimeview.c
4800         * src/summaryview.c
4801         * src/gtk/menu.c
4802         * src/gtk/menu.h
4803                 Switch the main menu to GtkUIManager
4804                 Warning fixes
4805
4806 2008-07-29 [colin]      3.5.0cvs37
4807
4808         * src/news.c
4809                 Fix bug 1684, 'view news messages with large 
4810                 attachements segfaults'
4811
4812 2008-07-29 [colin]      3.5.0cvs36
4813
4814         * src/action.c
4815         * src/action.h
4816         * src/addressbook.c
4817         * src/addressitem.h
4818         * src/compose.c
4819         * src/compose.h
4820         * src/messageview.c
4821         * src/messageview.h
4822         * src/summaryview.c
4823         * src/gtk/menu.c
4824         * src/gtk/menu.h
4825                 More switches to GtkUIManager
4826
4827 2008-07-26 [colin]      3.5.0cvs35
4828
4829         * src/gtk/menu.c
4830         * src/gtk/menu.h
4831                 Fix prototype
4832
4833 2008-07-25 [colin]      3.5.0cvs34
4834
4835         * src/addrcustomattr.c
4836         * src/addressbook.c
4837         * src/compose.c
4838         * src/editaddress.c
4839         * src/editaddress_other_attributes_ldap.h
4840         * src/edittags.c
4841         * src/mainwindow.c
4842         * src/mimeview.c
4843         * src/prefs_actions.c
4844         * src/prefs_filtering.c
4845         * src/prefs_template.c
4846         * src/summaryview.c
4847         * src/textview.c
4848         * src/textview.h
4849         * src/toolbar.c
4850         * src/gtk/about.c
4851         * src/gtk/menu.c
4852         * src/gtk/menu.h
4853         * src/plugins/trayicon/trayicon.c
4854                 More changes from GtkItemFactory to GtkUIManager
4855
4856 2008-07-25 [colin]      3.5.0cvs33
4857
4858         * src/gtk/menu.h
4859                 Add a macro to remove menu items
4860                 Make the gui_manager variable useless
4861
4862 2008-07-24 [colin]      3.5.0cvs32
4863
4864         * src/mimeview.c
4865                 Fix a gtk warning on clear
4866         * src/mainwindow.c
4867         * src/summaryview.c
4868         * src/summaryview.h
4869                 Switch the message list popup menu to
4870                 GtkUIManager
4871
4872 2008-07-23 [colin]      3.5.0cvs31
4873
4874         * src/plugins/pgpcore/pgp_viewer.c
4875         * src/plugins/pgpcore/sgpgme.c
4876                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
4877                 Patch by Thomas Wiegner <wiegner@gmx.de>
4878
4879 2008-07-20 [paul]       3.5.0cvs30
4880
4881         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4882                 remove redundant GTK version check
4883
4884 2008-07-20 [ticho]      3.5.0cvs29
4885
4886         * src/folderview.c
4887         * src/imap_gtk.c
4888         * src/news_gtk.c
4889                 Moved sensitivity setting for "Download messages" for IMAP and
4890                 news folders from folderview.c to imap_gtk.c and news_gtk.c
4891                 respectively for better code readability.
4892                 Fixed indentation in news' set_sensitivity().
4893
4894 2008-07-20 [paul]       3.5.0cvs28
4895
4896         * src/addrgather.c
4897                 remove more redundant code following cvs27
4898
4899 2008-07-20 [paul]       3.5.0cvs27
4900
4901         * src/addrgather.c
4902                 remove now redundant code
4903         * src/mainwindow.c
4904         * src/mainwindow.h
4905                 fix bug 1673, 'Tools/Harvest adresses is
4906                 grayed out if folder is empty'
4907
4908 2008-07-19 [ticho]      3.5.0cvs26
4909
4910         * src/edittags.c
4911         * src/main.c
4912         * src/mimeview.c
4913         * src/mimeview.h
4914         * src/gtk/gtkutils.c
4915         * src/gtk/gtkutils.h
4916         * src/gtk/menu.c
4917         * src/gtk/menu.h
4918                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
4919                 instead of deprecated GtkItemFactory.
4920
4921 2008-07-19 [colin]      3.5.0cvs25
4922
4923         * src/account.c
4924         * src/addrgather.c
4925         * src/compose.c
4926         * src/editldap.c
4927         * src/expldifdlg.c
4928         * src/importldif.c
4929         * src/main.c
4930         * src/mainwindow.c
4931         * src/mimeview.c
4932         * src/noticeview.c
4933         * src/prefs_account.c
4934         * src/prefs_actions.c
4935         * src/prefs_ext_prog.c
4936         * src/prefs_filtering.c
4937         * src/prefs_folder_item.c
4938         * src/prefs_image_viewer.c
4939         * src/prefs_logging.c
4940         * src/prefs_msg_colors.c
4941         * src/prefs_other.c
4942         * src/prefs_send.c
4943         * src/prefs_spelling.c
4944         * src/prefs_summaries.c
4945         * src/prefs_template.c
4946         * src/printing.c
4947         * src/quote_fmt.c
4948         * src/summary_search.c
4949         * src/summaryview.c
4950         * src/toolbar.c
4951         * src/wizard.c
4952         * src/common/Makefile.am
4953         * src/gtk/gtksctree.c
4954         * src/gtk/gtkutils.h
4955         * src/gtk/pluginwindow.c
4956         * src/gtk/quicksearch.c
4957         * src/plugins/bogofilter/bogofilter_gtk.c
4958         * src/plugins/dillo_viewer/dillo_prefs.c
4959         * src/plugins/pgpcore/prefs_gpg.c
4960         * src/plugins/spamassassin/spamassassin_gtk.c
4961         * src/plugins/trayicon/trayicon.c
4962         * src/plugins/trayicon/trayicon_prefs.c
4963                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
4964                 or greater). Use the old deprecated one on GTK+ < 2.12.
4965                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
4966                 of time!
4967
4968 2008-07-16 [colin]      3.5.0cvs24
4969
4970         * src/mainwindow.c
4971                 Fix folderview's scrolbar when starting minimised
4972                 to tray, and popping up the mainwindow by calling
4973                 claws-mail from the command line
4974
4975 2008-07-08 [colin]      3.5.0cvs23
4976
4977         * src/compose.c
4978                 Possibly fix po-headers appearing on empty
4979                 templates
4980
4981 2008-07-08 [colin]      3.5.0cvs22
4982
4983         * src/folderview.c
4984         * src/summaryview.c
4985                 Finish the always_open tristate patch, by Jonathan
4986                 Corbet.
4987
4988 2008-07-07 [paul]       3.5.0cvs21
4989
4990         * src/mainwindow.c
4991                 fix typo (missing ")
4992
4993 2008-07-07 [paul]       3.5.0cvs20
4994
4995         * src/mainwindow.c
4996                 fit the menu style a bit better
4997
4998 2008-07-07 [colin]      3.5.0cvs19
4999
5000         * src/prefs_themes.c
5001                 Make upgrading themes easier
5002
5003 2008-07-07 [colin]      3.5.0cvs18
5004
5005         * src/mainwindow.c
5006         * src/prefs_toolbar.c
5007         * src/stock_pixmap.c
5008                 Finish fixing bug 1609, 'Icon issues'
5009
5010 2008-07-07 [colin]      3.5.0cvs17
5011
5012         * src/prefs_common.c
5013                 Fix the default value
5014
5015 2008-07-07 [colin]      3.5.0cvs16
5016
5017         * src/prefs_summaries.c
5018                 Revert my fix to the string, the correct term
5019                 is indeed Message View
5020
5021 2008-07-07 [colin]      3.5.0cvs15
5022
5023         * AUTHORS
5024         * src/gtk/authors.h
5025         * src/prefs_common.c
5026         * src/prefs_common.h
5027         * src/prefs_summaries.c
5028         * src/summaryview.c
5029         * src/gtk/authors.h
5030                 Change "Always open message when selected" to
5031                 a tristate (Never/Always/When preview is visible)
5032                 Patch by Jonathan Corbet <corbet@lwn.net>.
5033
5034 2008-07-06 [paul]       3.5.0cvs14
5035
5036         * src/addrgather.c
5037                 improve the layout of the dialogue
5038                 improve the English
5039                 add tooltips
5040                 fix some of the nasty coding style
5041         * src/mainwindow.c
5042                 improve the English
5043                 add some missing mnemonics
5044
5045 2008-07-05 [paul]       3.5.0cvs13
5046
5047         * src/mainwindow.c
5048         * src/mainwindow.h
5049                 fix bug 1398, '"Change current account" is
5050                 available even when there's only one account'
5051         * src/plugins/pgpcore/prefs_gpg.c
5052                 put back a needed include, removed in error
5053
5054 2008-07-05 [colin]      3.5.0cvs12
5055
5056         * src/mainwindow.c
5057                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
5058
5059 2008-07-05 [colin]      3.5.0cvs11
5060
5061         * src/news.c
5062         * src/news_gtk.c
5063                 Provide ability to rename newsgroups. Closes
5064                 bug 1444, 'Add GUI option for renaming 
5065                 newsgroups'. Patch by Pawel Pekala
5066
5067 2008-07-05 [colin]      3.5.0cvs10
5068
5069         * src/plugins/pgpcore/passphrase.c
5070         * src/plugins/pgpcore/prefs_gpg.c
5071         * src/plugins/pgpcore/select-keys.c
5072                 Simplify GTK includes (with the advantage
5073                 of compiling against GTK+2.13); patch by
5074                 Charles A Edwards
5075
5076 2008-07-05 [colin]      3.5.0cvs9
5077
5078         * src/wizard.c
5079                 Add SSL client certificates
5080
5081 2008-07-05 [colin]      3.5.0cvs8
5082
5083         * src/prefs_account.c
5084         * src/common/session.h
5085                 Fix warnings
5086         * src/common/ssl.c
5087                 Add one path for certs
5088
5089 2008-07-05 [colin]      3.5.0cvs7
5090
5091         * src/prefs_account.c
5092                 Fix no-ssl build
5093
5094 2008-07-04 [colin]      3.5.0cvs6
5095
5096         * src/common/ssl.c
5097         * src/common/ssl.h
5098         * src/common/ssl_certificate.c
5099                 Workaround distro bugs and fix certificate checking
5100                 with OpenSSL
5101
5102 2008-07-04 [colin]      3.5.0cvs5
5103
5104         * src/filtering.c
5105         * src/common/ssl_certificate.c
5106         * src/common/ssl_certificate.h
5107         * src/etpan/imap-thread.c
5108         * src/etpan/nntp-thread.c
5109                 Fix some leaks, thanks to Martin Zwickel
5110                 Rename gnutls functions that do the same
5111                 as OpenSSL ones, to avoid symbol clashing
5112                 when Claws is built against GnuTLS and
5113                 libetpan against OpenSSL
5114
5115 2008-07-04 [paul]       3.5.0cvs4
5116
5117         * src/prefs_account.c
5118                 remove 1 forgotten '.'
5119
5120 2008-07-04 [paul]       3.5.0cvs3
5121
5122         * src/prefs_account.c
5123                 layout/engrish fixes to the 'Client
5124                 certificates' frame
5125
5126 2008-07-03 [colin]      3.5.0cvs2
5127
5128         * src/imap.c
5129         * src/news.c
5130         * src/pop.c
5131         * src/prefs_account.c
5132         * src/prefs_account.h
5133         * src/prefs_common.c
5134         * src/send_message.c
5135         * src/common/session.c
5136         * src/common/session.h
5137         * src/common/smtp.c
5138         * src/common/smtp.h
5139         * src/common/socket.h
5140         * src/common/ssl.c
5141         * src/common/ssl.h
5142         * src/common/ssl_certificate.c
5143         * src/common/ssl_certificate.h
5144         * src/etpan/imap-thread.c
5145         * src/etpan/nntp-thread.c
5146         * src/gtk/inputdialog.c
5147                 Add support for SSL client certificates (either PEM files
5148                 with certificate and private key, either PKCS12 files)
5149
5150 2008-06-28 [colin]      3.5.0cvs1
5151
5152         * src/foldersel.c
5153                 Fix compilation with older GTKs
5154
5155 2008-06-27 [paul]       3.5.0
5156
5157         * NEWS
5158         * README
5159         * RELEASE_NOTES 
5160                 3.5.0 released
5161
5162 2008-06-27 [paul]       3.4.0cvs116
5163
5164         * src/gtk/authors.h
5165                 complete cvs115
5166
5167 2008-06-27 [paul]       3.4.0cvs115
5168
5169         * configure.ac
5170         * src/gtk/authors.h
5171                 no longer build unmaintained translations
5172
5173 2008-06-27 [paul]       3.4.0cvs114
5174
5175         * po/de.po
5176         * po/fi.po
5177         * po/pt_BR.po
5178                 updated by Stephan Sachse, Flammie Pirinen, and
5179                 Frederico Goncalves Guimaraes
5180
5181 2008-06-26 [wwp]        3.4.0cvs113
5182
5183         * manual/fr/advanced.xml
5184                 Update French version of the manual (AutoFaces documentation).
5185
5186 2008-06-26 [wwp]        3.4.0cvs112
5187
5188         * manual/fr/advanced.xml
5189         * manual/fr/plugins.xml
5190                 Updated French version of the manual (completed
5191                 hidden options list, added note about Clawsker
5192                 and new mail archiver plugin).
5193
5194 2008-06-25 [colin]      3.4.0cvs111
5195
5196         * src/gtk/gtkaspell.c
5197                 Fix non-UTF8 in the replace with dialog
5198         * src/prefs_actions.c
5199                 Fix possible crasher
5200                 Patches by Pawel
5201
5202 2008-06-24 [mones]      3.4.0cvs110
5203
5204         * src/autofaces.c
5205                 Fix non-warning message, downgraded to debug info
5206
5207 2008-06-24 [colin]      3.4.0cvs109
5208
5209         * src/summaryview.c
5210                 Fix bug 1650, Message line too small after 
5211                 changing columns in "three columns" layout
5212
5213 2008-06-24 [colin]      3.4.0cvs108
5214
5215         * src/messageview.c
5216                 Fix Spam button sensitivity in newsgroups
5217
5218 2008-06-23 [wwp]        3.4.0cvs107
5219
5220         * po/fr.po
5221                 Updated French translation.
5222
5223 2008-06-23 [mones]      3.4.0cvs106
5224
5225         * po/es.po
5226                 Updated translation for release
5227
5228 2008-06-22 [mones]      3.4.0cvs105
5229
5230         * manual/es/plugins.xml
5231                 Synced new entry for Mail Archiver plugin
5232
5233 2008-06-22 [colin]      3.4.0cvs104
5234
5235         * src/compose.c
5236                 Fix initial cursor position
5237
5238 2008-06-21 [paul]       3.4.0cvs103
5239
5240         * manual/plugins.xml
5241                 add an entry for the new Mail Archiver plugin
5242
5243 2008-06-21 [paul]       3.4.0cvs102
5244
5245         * src/gtk/about.c
5246                 we're in 'string freeze', put back the
5247                 < > symbols for now
5248
5249 2008-06-21 [paul]       3.4.0cvs101
5250
5251         * manual/advanced.xml
5252         * manual/es/advanced.xml
5253                 fix build warning: <emphasis> cannot be contained
5254                 within <filename>
5255         * src/gtk/about.c
5256                 fix non-clickable link on License page and drop
5257                 the containing < > symbols to match other links
5258
5259 2008-06-20 [mones]      3.4.0cvs100
5260
5261         * manual/advanced.xml
5262                 Added autofaces documentation, note about clawsker in hidden
5263                 preferences, minor markup fix. Thanks Paul for proofreading
5264         * manual/es/advanced.xml
5265                 Synchronised Spanish manual
5266
5267 2008-06-16 [colin]      3.4.0cvs99
5268
5269         * src/compose.c
5270                 Fix cursor placing on signature change
5271
5272 2008-06-16 [paul]       3.4.0cvs98
5273
5274         * src/imap_gtk.c
5275         * src/mh_gtk.c
5276         * src/gtk/inputdialog.c
5277                 really fussy coding style fixes
5278
5279 2008-06-16 [paul]       3.4.0cvs97
5280
5281         * src/Makefile.am
5282                 keep the alphabetical order
5283
5284 2008-06-13 [mones]      3.4.0cvs96
5285
5286         * src/autofaces.c
5287                 Fix crasher ;-)
5288         * src/prefs_filtering_action.c
5289                 Fixed cosmetic bug, processing also displays "Filtering"
5290
5291 2008-06-13 [mones]      3.4.0cvs95
5292
5293         * src/Makefile.am
5294         * src/autofaces.c       ** NEW FILE **  
5295         * src/autofaces.h       ** NEW FILE **
5296         * src/compose.c
5297                 Allow setting Faces and X-Faces globally and per-account
5298                 from configuration files under ~/.claws-mail/autofaces
5299
5300 2008-06-13 [holger]     3.4.0cvs94
5301
5302         * .cvsignore
5303                 More files to ignore
5304         * src/gtk/inputdialog.c
5305         * src/gtk/inputdialog.h
5306                 Make input dialog more generic so that a checkbox
5307                 with custom text can be used in addition to the
5308                 "remember this" checkbox
5309         * src/imap_gtk.c
5310         * src/mh_gtk.c
5311         * src/prefs_common.c
5312         * src/prefs_common.h
5313                 Allow new folders to inherit the properties of the
5314                 parent folder during folder creation
5315
5316 2008-06-13 [wwp]        3.4.0cvs93
5317
5318         * src/addressbook.c
5319                 a better fix for this string, won't break up translations,
5320                 and is conform to other similar ones.
5321
5322 2008-06-13 [wwp]        3.4.0cvs92
5323
5324         * src/addrduplicates.c
5325         * src/addressadd.c
5326         * src/addressbook.c
5327         * src/addressbook_foldersel.c
5328         * src/editgroup.c
5329                 use tree decorations everywhere AB folders are used (AB tree pane,
5330                     add address to AB, select AB folder, edit group, custom attr, find dup
5331                     results), in order to match global style
5332                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
5333                     double clicking on groups in tree pane does open the group edit dialog
5334                     double clicking on other items in tree pane does expand/collapse
5335                 fix a missing space in AB's delete-folder dialog
5336                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
5337
5338         * src/foldersel.c
5339                 make foldersel dialog show dotted lines according to global (hidden) prefs
5340
5341 2008-06-12 [colin]      3.4.0cvs91
5342
5343         * src/compose.c
5344         * src/compose.h
5345                 Fix bug 1635, 'Last character of message is truncated 
5346                 when changing accounts w/ sigs'
5347         * src/folderview.c
5348                 Fix bug 1636, 'Can't select "properties" on "folders 
5349                 only" folders'
5350
5351 2008-06-11 [colin]      3.4.0cvs90
5352
5353         * src/folder.c
5354                 Maybe fix bug 1623, 'exits with segfault when 
5355                 logging in to certain imap-servers'
5356
5357 2008-06-10 [mones]      3.4.0cvs89
5358
5359         * AUTHORS
5360         * tools/Makefile.am
5361         * tools/README
5362         * tools/convert_mbox.sh
5363                 Undo cvs86 and cvs87, it really should be a patch to 
5364                 convert_mbox.pl
5365
5366 2008-06-10 [wwp]        3.4.0cvs88
5367
5368         * po/fr.po
5369                 Updated French translation.
5370
5371 2008-06-10 [mones]      3.4.0cvs87
5372
5373         * tools/Makefile.am
5374                 Oops, forgot to add previous script for distribution
5375
5376 2008-06-10 [mones]      3.4.0cvs86
5377
5378         * AUTHORS
5379         * tools/README
5380         * tools/convert_mbox.sh
5381                 Added script to convert Evolution mail folders contributed
5382                 by Daniel Dickinson <cshore@fionavar.ca>
5383                 Fixes debian bug 461435
5384
5385 2008-06-09 [colin]      3.4.0cvs85
5386
5387         * src/main.c
5388                 Integrate AWN information bubble if dbus is
5389                 available
5390         * src/folder.c
5391                 Fix crash when calling scan_required() on 
5392                 folder classes that don't implement them
5393         * src/common/session.c
5394                 Fix a little typo
5395
5396 2008-06-09 [colin]      3.4.0cvs84
5397
5398         * src/main.c
5399                 Fix bug 1447, 'If user tries to close while starting 
5400                 up, it will not close ever.'
5401
5402 2008-06-09 [colin]      3.4.0cvs83
5403
5404         * src/filtering.c
5405                 Fix bug 1628, 'Claws Mail crashes when 
5406                 filtering selected messages'
5407
5408 2008-06-04 [colin]      3.4.0cvs82
5409
5410         * src/messageview.c
5411                 Complete handling of html parts in multipart/alternative
5412                 mails
5413
5414 2008-06-03 [paul]       3.4.0cvs81
5415
5416         * src/prefs_message.c
5417                 make always the english good
5418
5419 2008-06-03 [colin]      3.4.0cvs80
5420
5421         * src/mainwindow.c
5422         * src/mainwindow.h
5423                 Fix bug 1624, '[PATCH] Quick search should be 
5424                 disabled for folder view'; based on a patch by
5425                 Michael Terry
5426
5427 2008-06-03 [iwkse]      3.4.0cvs79
5428
5429         * src/addressbook.c
5430                 Fix little gui bug on button sensitivity
5431         * src/messageview.c
5432         * src/prefs_common.c
5433         * src/prefs_common.h
5434         * src/prefs_message.c
5435                 Allow by default to show html in multipart/alternative
5436
5437 2008-06-02 [colin]      3.4.0cvs78
5438
5439         * src/prefs_actions.c
5440                 GUI rework, patch by Pawel 
5441
5442 2008-06-02 [colin]      3.4.0cvs77
5443
5444         * src/quote_fmt.c
5445                 Fix sensitivity/alignment, patch from
5446                 Pawel
5447
5448 2008-05-31 [colin]      3.4.0cvs76
5449
5450         * src/imap.c
5451                 Fix login issue introduced in cvs75.
5452
5453 2008-05-31 [colin]      3.4.0cvs75
5454
5455         * src/imap.c
5456                 Fix more possible double-frees. Also, fix the root cause
5457                 of these double-frees by just noting the Session is to
5458                 be destroyed instead of destroying it in flight
5459
5460 2008-05-29 [paul]       3.4.0cvs74
5461
5462         * manual/keyboard.xml
5463                 'Makes' these entries like the others
5464
5465 2008-05-29 [colin]      3.4.0cvs73
5466
5467         * src/procmsg.h
5468                 Include utils.h in case we
5469                 need to pull goffset definition
5470
5471 2008-05-29 [colin]      3.4.0cvs72
5472
5473         * src/common/utils.h
5474                 Workaround a stupid Glib issue, where
5475                 goffset happens to be undefined. 
5476
5477 2008-05-28 [colin]      3.4.0cvs71
5478
5479         * src/compose.c
5480         * src/compose.h
5481         * src/grouplistdialog.c
5482         * src/image_viewer.c
5483         * src/imap.c
5484         * src/inc.c
5485         * src/main.c
5486         * src/matcher.c
5487         * src/messageview.c
5488         * src/mimeview.c
5489         * src/prefs_themes.c
5490         * src/procmsg.h
5491         * src/summaryview.c
5492         * src/summaryview.h
5493         * src/textview.c
5494         * src/common/smtp.c
5495         * src/common/utils.c
5496         * src/common/utils.h
5497                 Use goffset instead of off_t for MsgInfo's size
5498                 Allows using MsgInfo structure from plugins
5499                 compiled with largefile support
5500
5501 2008-05-26 [colin]      3.4.0cvs70
5502
5503         * src/mainwindow.c
5504         * src/mainwindow.h
5505                 Define THEME_CHANGED_HOOKLIST and invoke
5506                 it on theme change
5507         * src/plugins/trayicon/trayicon.c
5508                 Listen to THEME_CHANGED_HOOKLIST and
5509                 update accordingly
5510
5511 2008-05-26 [paul]       3.4.0cvs69
5512
5513         * src/mimeview.c
5514                 plug a leak in mimeview_save_all()
5515
5516 2008-05-24 [colin]      3.4.0cvs68
5517
5518         * src/common/utils.h
5519                 Fix wrong define on old glibs
5520
5521 2008-05-24 [paul]       3.4.0cvs67
5522
5523         * src/Makefile.am
5524         * src/stock_pixmap.c
5525         * src/stock_pixmap.h
5526         * src/toolbar.c
5527         * src/pixmaps/cancel.xpm
5528         * src/pixmaps/close.xpm
5529                 add a specific icon for A_CANCEL_INC (addresses
5530                 point 1 of bug 1609 'Icon issues')
5531                 replace close.xpm with an icon of the standard
5532                 24x24 size
5533
5534 2008-05-24 [paul]       3.4.0cvs66
5535
5536         * src/pixmaps/insert_file.xpm
5537                 replaced
5538
5539 2008-05-23 [paul]       3.4.0cvs65
5540
5541         * src/common/md5.c
5542         * src/common/md5.h
5543                 add the possibility to check md5 on binary files,
5544                 thanks to Colin
5545
5546 2008-05-23 [colin]      3.4.0cvs64
5547
5548         * src/mainwindow.c
5549         * src/summaryview.c
5550                 Fix bug 1610, 'claws crash after opening/closing 
5551                 preferences and window update'
5552
5553 2008-05-22 [colin]      3.4.0cvs63
5554
5555         * src/prefs_filtering_action.c
5556         * src/gtk/combobox.c
5557         * src/gtk/combobox.h
5558                 Fix reselecting of Tags actions in
5559                 filtering actions dialog
5560
5561 2008-05-22 [colin]      3.4.0cvs62
5562
5563         * src/Makefile.am
5564         * src/prefs_toolbar.c
5565         * src/stock_pixmap.c
5566         * src/stock_pixmap.h
5567         * src/toolbar.c
5568         * src/pixmaps/delete_btn.xpm
5569         * src/pixmaps/insert_file.xpm
5570         * src/pixmaps/mail_reply_to_list.xpm
5571                 Fix more of bug 1609:
5572                 - Add a Delete button icon
5573                 - Add a Reply to list button icon
5574                 - Fix Insert file button icon
5575                 Artwork by Ciprian Popovici.
5576
5577 2008-05-21 [colin]      3.4.0cvs61
5578
5579         * src/common/utils.c
5580                 Fix a little leak
5581
5582 2008-05-21 [wwp]        3.4.0cvs60
5583
5584         * src/prefs_filtering.c
5585                 Don't show SMTP-only accounts in accounts list, as they are
5586                 irrelevant for filtering incoming messages.
5587
5588 2008-05-21 [colin]      3.4.0cvs59
5589
5590         * src/mainwindow.c
5591                 Don't put SMTP-only accounts in receive menus
5592
5593 2008-05-21 [colin]      3.4.0cvs58
5594
5595         * src/imap.c
5596                 Fix cvs56 (brain fart)
5597
5598 2008-05-21 [colin]      3.4.0cvs57
5599
5600         * src/common/utils.c
5601                 Fix bug 1615, 'hang on FIFO when the other end's not 
5602                 opened'
5603
5604 2008-05-21 [colin]      3.4.0cvs56
5605
5606         * src/imap.c
5607                 Fix a warning
5608
5609 2008-05-19 [colin]      3.4.0cvs55
5610
5611         * src/plugins/pgpcore/sgpgme.c
5612                 Maybe fix debian bug 481856, 'Segmentation fault 
5613                 when verifying a GPG signature'. Although it 
5614                 looks like a race condition...
5615
5616 2008-05-19 [colin]      3.4.0cvs54
5617
5618         * src/prefs_filtering_action.c
5619         * src/prefs_matcher.c
5620         * src/common/tags.c
5621         * src/common/tags.h
5622         * src/gtk/combobox.c
5623         * src/gtk/combobox.h
5624                 Patch by Pawel: disabled Tags menus in filtering dialogs
5625
5626 2008-05-19 [colin]      3.4.0cvs53
5627
5628         * src/prefs_account.c
5629                 GUI patch by Pawel: align ports entries
5630
5631 2008-05-19 [colin]      3.4.0cvs52
5632
5633         * src/mainwindow.c
5634                 Fix bug 1616, 'strange question while emptying trash'
5635
5636 2008-05-18 [colin]      3.4.0cvs51
5637
5638         * src/common/plugin.c
5639         * src/etpan/imap-thread.c
5640         * src/etpan/nntp-thread.c
5641         * src/gtk/gtksctree.c
5642                 Fix bug 1613, 'Various memory leaks'; 
5643                 based on a patch by Didier Barvaux.
5644
5645 2008-05-18 [colin]      3.4.0cvs50
5646
5647         * src/mimeview.c
5648         * src/privacy.h
5649         * src/toolbar.c
5650         * src/toolbar.h
5651         * src/plugins/pgpcore/sgpgme.c
5652                 Fix more parts of bug 1609:
5653                 - Make use of specific Expired privacy icon
5654                 - Use CLOSE instead of NOTICE_ERROR for cancel
5655                   receiving
5656                 - Allow a Preferences button in the main toolbar
5657
5658 2008-05-18 [colin]      3.4.0cvs49
5659
5660         * src/stock_pixmap.c
5661                 Fix bug with non-updating icons after theme change:
5662                 If fetching pixbuf for a given icon after a theme
5663                 change, the next pixmap fetch would return the old
5664                 cached one, as the theme change was forgotten at 
5665                 this time. (and vice-versa). This was mostly 
5666                 visible on open folder icons
5667
5668 2008-05-17 [colin]      3.4.0cvs48
5669
5670         * src/prefs_summaries.c
5671         * src/summaryview.c
5672                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
5673                 options'. Patch by Pawel
5674
5675 2008-05-16 [colin]      3.4.0cvs47
5676
5677         * src/imap.c
5678                 Fix another possible crash (on fatal errors
5679                 at login, like stream error).
5680
5681 2008-05-16 [paul]       3.4.0cvs46
5682
5683         * tools/thunderbird-filters-convertor.pl
5684                 fix a typo
5685                 fix reading a tb rule that contains something
5686                 like that: \"Sender\"
5687
5688 2008-05-16 [paul]       3.4.0cvs45
5689
5690         * tools/README
5691         * tools/csv2addressbook.pl
5692                 add support for gmail exported csv address book
5693
5694 2008-05-16 [colin]      3.4.0cvs44
5695
5696         * configure.ac
5697         * src/ldapupdate.c
5698                 Fix ldap deprecated calls. Patch by
5699                 Michael Rasmussen
5700
5701 2008-05-16 [paul]       3.4.0cvs43
5702
5703         * manual/de/account.xml
5704         * manual/it/account.xml
5705         * manual/it/ack.xml
5706         * manual/it/addrbook.xml
5707         * manual/it/claws-mail-manual.xml
5708         * manual/it/gpl.xml
5709         * manual/it/intro.xml
5710         * manual/it/starting.xml
5711                 add pages towards German and Italian manuals.
5712                 (just for storage, they are not built yet, due
5713                 to being incomplete.) submitted by Speckmade
5714                 <Speckmade@gmx.net> and Salvatore De Paolis
5715                 <iwkse@claws-mail.org>
5716
5717 2008-05-16 [colin]      3.4.0cvs42
5718
5719         * src/gtk/sslcertwindow.c
5720                 Fix SHA1 fingerprint with GnuTLS
5721
5722 2008-05-15 [colin]      3.4.0cvs41
5723
5724         * src/gtk/sslcertwindow.c
5725                 Print SHA1 fingerprint too
5726
5727 2008-05-15 [colin]      3.4.0cvs40
5728
5729         * src/imap.c
5730                 Fix certificate port on TLS. It was 
5731                 previously always 0.
5732                 **IMPORTANT INFORMATION**: this will trigger 
5733                 one wrong "New certificate" warning at the 
5734                 first connection with this fix, if using STARTTLS
5735                 on IMAP.
5736         * src/gtk/sslcertwindow.c
5737                 Make labels selectable
5738
5739 2008-05-15 [colin]      3.4.0cvs39
5740
5741         * src/imap.c
5742                 Fix double free when STARTTLS fails (for
5743                 example due to refusing the certificate)
5744
5745 2008-05-15 [paul]       3.4.0cvs38
5746
5747         * manual/advanced.xml
5748                 fix typo
5749
5750 2008-05-15 [paul]       3.4.0cvs37
5751
5752         * manual/advanced.xml
5753         * src/prefs_send.c
5754                 make outgoing_fallback_to_ascii a hidden pref
5755
5756 2008-05-14 [colin]      3.4.0cvs36
5757
5758         * src/main.c
5759         * src/mainwindow.c
5760         * src/mainwindow.h
5761                 Make it possible to cancel quit when Claws
5762                 ask whether to empty trash.
5763
5764 2008-05-14 [colin]      3.4.0cvs35
5765
5766         * src/compose.c
5767         * src/prefs_common.c
5768         * src/prefs_common.h
5769         * src/prefs_send.c
5770                 Add a preference to be able to specify an
5771                 outgoing charset/encoding but still fallback
5772                 to 7bit US-ASCII when possible (default TRUE,
5773                 same behavior as pre-cvs34)
5774
5775 2008-05-14 [colin]      3.4.0cvs34
5776
5777         * src/compose.c
5778                 Always use the specified encoding and charset if it is
5779                 specified, even if the mail is ASCII.
5780
5781 2008-05-13 [paul]       3.4.0cvs33
5782
5783         * src/ldapupdate.c
5784                 fix the build warnings the easy way for now
5785
5786 2008-05-13 [colin]      3.4.0cvs32
5787
5788         * src/prefs_themes.c
5789                 Count .png files as icons too (fixes part
5790                 of bug 1609, 'Icon issues')
5791
5792 2008-05-13 [wwp]        3.4.0cvs31
5793
5794         * src/addressbook_foldersel.c
5795                 Fix wrong check (completes 3.4.0.cvs30).
5796
5797 2008-05-12 [wwp]        3.4.0cvs30
5798
5799         * src/addressbook.c
5800         * src/addressbook_foldersel.c
5801         * src/filtering.c
5802         * src/matcher.c
5803         * src/prefs_matcher.c
5804         * src/plugins/bogofilter/bogofilter.c
5805         * src/plugins/bogofilter/bogofilter_gtk.c
5806         * src/plugins/dillo_viewer/dillo_prefs.c
5807         * src/plugins/spamassassin/spamassassin.c
5808         * src/plugins/spamassassin/spamassassin_gtk.c
5809                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
5810                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
5811                 translated string "Any" in plugins (whitelisting) and
5812                 UTF8 comparisons.
5813
5814 2008-05-07 [colin]      3.4.0cvs29
5815
5816         * configure.ac
5817                 Fix --enable-maemo (assume --enable-generic-umpc)
5818
5819 2008-05-07 [colin]      3.4.0cvs28
5820
5821         * configure.ac
5822         * src/account.c
5823         * src/addr_compl.c
5824         * src/compose.c
5825         * src/editaddress.c
5826         * src/folderview.c
5827         * src/mainwindow.c
5828         * src/messageview.c
5829         * src/mimeview.c
5830         * src/prefs_account.c
5831         * src/prefs_common.c
5832         * src/prefs_display_header.c
5833         * src/prefs_filtering.c
5834         * src/prefs_summaries.c
5835         * src/prefs_template.c
5836         * src/prefs_toolbar.c
5837         * src/stock_pixmap.c
5838         * src/summaryview.c
5839         * src/summaryview.h
5840         * src/textview.c
5841         * src/toolbar.c
5842         * src/gtk/about.c
5843         * src/gtk/gtksctree.c
5844         * src/gtk/menu.c
5845         * src/gtk/prefswindow.c
5846         * src/gtk/sslcertwindow.c
5847                 Separate generic UMPC code (layouts, ...) from 
5848                 MAEMO code (Hildon, ...)
5849
5850 2008-05-06 [paul]       3.4.0cvs27
5851
5852         * tools/claws.i18n.status.pl
5853                 add he.po
5854
5855 2008-05-06 [colin]      3.4.0cvs26
5856
5857         * src/common/utils.c
5858                 Maybe fix crash on FreeBSD
5859
5860 2008-05-05 [colin]      3.4.0cvs25
5861
5862         * src/messageview.c
5863                 Fix bug 1602, 'Crash when sending return receipt for
5864                 messages with no subject'
5865
5866 2008-05-05 [colin]      3.4.0cvs24
5867
5868         * src/mimeview.c
5869                 Don't overwrite temporary files with same
5870                 name when drag and dropping. Fixes bug 1599,
5871                 'attach multiple files with the same name from 
5872                 one mail to another'
5873
5874 2008-05-04 [paul]       3.4.0cvs23
5875
5876         * src/compose.c
5877         * src/prefs_common.c
5878                 fix bug 1587 'can not replay with quote'
5879
5880 2008-05-03 [colin]      3.4.0cvs22
5881
5882         * po/de.po
5883                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
5884
5885 2008-05-03 [colin]      3.4.0cvs21
5886
5887         * src/toolbar.c
5888                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
5889                 icon isn't grayed although ineffective'
5890
5891 2008-05-02 [wwp]        3.4.0cvs20
5892
5893         * po/fr.po
5894                 Fix translation.
5895
5896         * src/prefs_folder_item.c
5897                 Add missing notice in folder properties (templates) when
5898                 folder is a root node.
5899
5900 2008-04-30 [colin]      3.4.0cvs19
5901
5902         * src/prefs_toolbar.c
5903                 Add Trash and Delete icons to the icon chooser
5904
5905 2008-04-30 [colin]      3.4.0cvs18
5906
5907         * src/compose.c
5908                 Remove "Delete entire line" which was a noop
5909                 and should be the same as "Delete line" :)
5910
5911 2008-04-30 [colin]      3.4.0cvs17
5912
5913         * src/compose.c
5914                 Fix 'Delete line' and 'Delete to end of line'
5915                 on the last line. Patch by <seelenhirt@gmx.net>
5916
5917 2008-04-28 [colin]      3.4.0cvs16
5918
5919         * src/folder.c
5920                 Fix bug 1589, 'tagsdb file not removed when
5921                 folder deleted'.
5922         * src/common/utils.c
5923                 Make sure claws_unlink accepts NULL arg.
5924
5925 2008-04-25 [colin]      3.4.0cvs15
5926
5927         * src/common/ssl.c
5928                 Fix/simplify previous commit
5929
5930 2008-04-25 [colin]      3.4.0cvs14
5931
5932         * src/addrindex.h
5933         * src/common/ssl_certificate.c
5934                 Patch by Marcus: Fix Win32 build
5935         * src/common/ssl.c
5936                 Fix build with GnuTLS/no pthread, thanks
5937                 to Marcus
5938
5939 2008-04-25 [colin]      3.4.0cvs13
5940
5941         * src/summaryview.c
5942                 Fix bug 1586, '3-pane vertical layout now and then 
5943                 still shows sender column'
5944
5945 2008-04-25 [colin]      3.4.0cvs12
5946
5947         * src/Makefile.am
5948         * src/w32-logo.ico
5949         * src/w32-resource.rc
5950                 Patch from Marcus Brinkmann to set an icon on w32.
5951
5952 2008-04-24 [colin]      3.4.0cvs11
5953
5954         * src/inc.c
5955         * src/inc.h
5956                 Trace inc locks
5957         * src/ldif.c
5958         * src/ldif.h
5959                 Fix bug 1581, 'Bad File Format during Import LDIF':
5960                 Use dynamically allocated buffers; also, allow 
5961                 importing contacts with no email address
5962
5963 2008-04-24 [colin]      3.4.0cvs10
5964
5965         * src/prefs_common.c
5966                 Increment the timeout a bit on OpenBSD, 75 isn't enough
5967
5968 2008-04-23 [colin]      3.4.0cvs9
5969
5970         * src/compose.c
5971         * src/prefs_folder_item.c
5972         * src/prefs_template.c
5973         * src/quote_fmt.c
5974                 Fix bug 1576: Fix unescaping of templates when testing them
5975                 I think it breaks nothing. (wwp, you're welcome to double-check)
5976
5977 2008-04-23 [paul]       3.4.0cvs8
5978
5979         * manual/advanced.xml
5980                 add info about the "two_line_vertical" hidden
5981                 pref
5982
5983 2008-04-22 [paul]       3.4.0cvs7
5984
5985         * src/prefs_common.c
5986         * src/prefs_common.h
5987         * src/summaryview.c
5988                 make the 2-line view in summaryview when in three
5989                 columns mode configurable. hidden pref: "two_line_vertical"
5990
5991 2008-04-22 [colin]      3.4.0cvs6
5992
5993         * src/inc.c
5994                 Fix missing inc_unlock()
5995         * src/prefs_matcher.c
5996         * src/send_message.c
5997                 Fix my last commit
5998
5999 2008-04-22 [colin]      3.4.0cvs5
6000
6001         * src/etpan/imap-thread.c
6002                 Use g_(un)setenv instead of (un)setenv which
6003                 doesn't exist on IRIX 6.5
6004
6005 2008-04-22 [colin]      3.4.0cvs4
6006
6007         * src/inc.c
6008         * src/prefs_common.c
6009         * src/send_message.c
6010                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
6011                 Set the default timeout to 75 seconds
6012
6013 2008-04-20 [colin]      3.4.0cvs3
6014
6015         * src/pixmaps/tray_newmail.offline.xpm
6016         * src/pixmaps/tray_newmail.xpm
6017         * src/pixmaps/tray_newmarkedmail.offline.xpm
6018         * src/pixmaps/tray_newmarkedmail.xpm
6019         * src/pixmaps/tray_nomail.offline.xpm
6020         * src/pixmaps/tray_nomail.xpm
6021         * src/pixmaps/tray_unreadmail.offline.xpm
6022         * src/pixmaps/tray_unreadmail.xpm
6023         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6024         * src/pixmaps/tray_unreadmarkedmail.xpm
6025                 Make the tray icons a bit nicer. Would be
6026                 nice to get really nice icons from someone
6027                 who's good at Gimp :)
6028
6029 2008-04-18 [colin]      3.4.0cvs2
6030
6031         * src/common/log.c
6032                 Forgot one g_unlink
6033
6034 lease complete the changelog entry below
6035 2008-04-18 [colin]      3.4.0cvs1
6036
6037         * src/addrduplicates.c
6038         * src/addressbook.c
6039         * src/compose.c
6040         * src/crash.c
6041         * src/editaddress.c
6042         * src/folder.c
6043         * src/image_viewer.c
6044         * src/imap.c
6045         * src/inc.c
6046         * src/main.c
6047         * src/mbox.c
6048         * src/messageview.c
6049         * src/mh.c
6050         * src/msgcache.c
6051         * src/news.c
6052         * src/partial_download.c
6053         * src/pop.c
6054         * src/prefs_common.c
6055         * src/prefs_common.h
6056         * src/prefs_other.c
6057         * src/prefs_themes.c
6058         * src/procheader.c
6059         * src/procmime.c
6060         * src/procmsg.c
6061         * src/textview.c
6062         * src/wizard.c
6063         * src/common/prefs.c
6064         * src/common/ssl_certificate.c
6065         * src/common/template.c
6066         * src/common/utils.c
6067         * src/common/utils.h
6068         * src/etpan/imap-thread.c
6069         * src/plugins/dillo_viewer/dillo_viewer.c
6070         * src/plugins/pgpcore/sgpgme.c
6071         * src/plugins/pgpinline/pgpinline.c
6072                 Add an option to shred temporary files and messages
6073                 instead of just removing them. Slows deletions down!
6074
6075 2008-04-18 [paul]       3.4.0
6076
6077         * NEWS
6078         * README
6079         * RELEASE_NOTES 
6080                 3.4.0 released
6081
6082
6083 2008-04-18 [paul]       3.3.1cvs61
6084
6085         * po/de.po
6086         * po/fi.po
6087         * po/it.po
6088         * po/pt_BR.po
6089                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
6090                 and Frederico Goncalves Guimaraes
6091         * po/es.po
6092                 updated on the last minute by a lazy Ricardo Mones
6093
6094 2008-04-18 [colin]      3.3.1cvs60
6095
6096         * po/fr.po
6097                 Update translation (Fabien Vantard)
6098
6099 2008-04-17 [colin]      3.3.1cvs59
6100
6101         * src/imap.c
6102                 Fix debian bug 474712, 'claws seg faults when IMAP 
6103                 connection breaks after an IMAP protocol error 
6104                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
6105         * src/summaryview.c
6106                 Fix a little leak
6107
6108 2008-04-17 [colin]      3.3.1cvs58
6109
6110         * src/common/log.c
6111                 Fix log size getting out of control (claws-mail
6112                 getting SIGXFSZ): rotate if every 10MB
6113
6114 2008-04-10 [paul]       3.3.1cvs57
6115
6116         * src/prefs_other.c
6117                 improvements to english usage
6118
6119 2008-04-10 [paul]       3.3.1cvs56
6120
6121         * src/prefs_receive.c
6122                 add an accurate description
6123
6124 2008-04-08 [colin]      3.3.1cvs55
6125
6126         * src/undo.c
6127                 Probably fix corruption, introduced in cvs53
6128
6129 2008-04-04 [iwkse]      3.3.1cvs54
6130
6131         * src/undo.c
6132                 undo should works properly again
6133
6134 2008-04-04 [iwkse]      3.3.1cvs53
6135
6136         * src/undo.c
6137                 Fix a segfault but breaks undo
6138                 on a specific case (eg. double paste with
6139                 middle-mouse button)
6140
6141 2008-04-04 [iwkse]      3.3.1cvs52
6142
6143         * src/prefs_filtering.c
6144                 Fix previous Tab mess
6145
6146 2008-04-03 [iwkse]      3.3.1cvs51
6147
6148         * src/prefs_filtering.c
6149                 Add search in filtering rules list
6150
6151 2008-04-02 [colin]      3.3.1cvs50
6152
6153         * src/main.c
6154                 Revert part of the previous patch: we do
6155                 want to parse ~/.claws-mail/gtkrc-2.0 if it
6156                 exists
6157
6158 2008-04-02 [colin]      3.3.1cvs49
6159
6160         * src/main.c
6161                 Fix bug 1562, 'Claws-Mail does not completely 
6162                 respect settings in GTK2_RC_FILES environment'
6163                 Remove manual parsing of .gtkrc-2.0 and 
6164                 .gtk/gtkrc-2.0. GTK does it itself these days.
6165
6166 2008-04-01 [colin]      3.3.1cvs48
6167
6168         * src/imap_gtk.c
6169                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
6170                 ticking "Show only subscribed"'
6171
6172 2008-03-31 [colin]      3.3.1cvs47
6173
6174         * src/folder.c
6175                 Fix bug 1553, 'File lock not respected'
6176                 Regression due to the implementation of
6177                 deletion batching
6178
6179 2008-03-31 [colin]      3.3.1cvs46
6180
6181         * src/mainwindow.c
6182                 Fix tags menu update, thanks to Paul
6183
6184 2008-03-29 [wwp]        3.3.1cvs45
6185
6186         * src/prefs_account.c
6187         * src/prefs_common.c
6188         * src/prefs_folder_item.c
6189         * src/prefs_quote.c
6190         * src/quote_fmt.c
6191         * src/quote_fmt.h
6192                 Fix compose template formats (in global preferences)
6193                 being translated under specific conditions.
6194                 Add a button to restore factory defaults for current
6195                 language.
6196
6197 2008-03-27 [colin]      3.3.1cvs44
6198
6199         * src/common/prefs.c
6200         * src/common/xmlprops.c
6201                 Fix RedHat bug 431735, 'segfault if /home is full' 
6202                 (when starting): Fix double fclose() in prefs.c
6203                 and potentially xmlprops.c
6204
6205 2008-03-27 [colin]      3.3.1cvs43
6206
6207         * src/addressbook.c
6208                 Fix bug 1559, 'Claws Mail crashed deleting all 
6209                 common contacts'
6210
6211 2008-03-27 [wwp]        3.3.1cvs42
6212
6213         * src/addressbook.c
6214                 Fix 3.3.0cvs41.
6215
6216 2008-03-27 [wwp]        3.3.1cvs41
6217
6218         * src/addressbook.c
6219                 Prevent list flickering when deleting addresses.
6220
6221 2008-03-26 [colin]      3.3.1cvs40
6222
6223         * src/imap.c
6224                 Clean up session disconnection. Possibly
6225                 fix Ubuntu bug #204290
6226
6227 2008-03-26 [colin]      3.3.1cvs39
6228
6229         * src/textview.c
6230                 Fix bug 1555: current folder wasn't used when
6231                 right-clicking on an email address
6232
6233 2008-03-25 [colin]      3.3.1cvs38
6234
6235         * src/plugins/bogofilter/bogofilter.c
6236         * src/plugins/bogofilter/bogofilter.h
6237         * src/plugins/bogofilter/bogofilter_gtk.c
6238                 Add a "learn from whitelist" preference
6239                 Whitelist Unsure mails too.
6240
6241 2008-03-24 [paul]       3.3.1cvs37
6242
6243         * src/prefs_account.c
6244                 If no MH mailbox and no account exists, when
6245                 creating a POP/Local account, just create and
6246                 use the default one instead of bailing with a
6247                 "Mailbox doesn't exist" error
6248
6249 2008-03-21 [colin]      3.3.1cvs36
6250
6251         * src/procmime.c
6252                 strstrip mime subtype
6253
6254 2008-03-21 [paul]       3.3.1cvs35
6255
6256         * manual/advanced.xml
6257                 correct and update the info about Actions
6258
6259 2008-03-20 [colin]      3.3.1cvs34
6260
6261         * src/messageview.c
6262         * src/messageview.h
6263         * src/textview.c
6264                 Show at max 1MB of text, add a noticeview to
6265                 show everything optionally.
6266
6267 2008-03-20 [colin]      3.3.1cvs33
6268
6269         * src/stock_pixmap.c
6270                 Add support for png themes
6271
6272 2008-03-19 [wwp]        3.3.1cvs32
6273
6274         * src/procheader.c
6275                 Sanity check.
6276
6277 2008-03-18 [colin]      3.3.1cvs31
6278
6279         * src/common/utils.c
6280         * src/common/utils.h
6281                 Handle size_t instead of off_t in to_human_readable
6282
6283 2008-03-18 [colin]      3.3.1cvs30
6284
6285         * src/imap.c
6286                 Remove raw printf
6287
6288 2008-03-16 [colin]      3.3.1cvs29
6289
6290         * src/summaryview.c
6291                 Fix build on GTK < 2.12
6292
6293 2008-03-16 [colin]      3.3.1cvs28
6294
6295         * src/mainwindow.c
6296                 Refresh non-list widget when switching
6297                 messageview
6298
6299 2008-03-16 [colin]      3.3.1cvs27
6300
6301         * manual/faq.xml
6302                 Revert cvs25: This wasn't a typo :) :
6303                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
6304
6305
6306 2008-03-16 [colin]      3.3.1cvs26
6307
6308         * src/summaryview.c
6309         * src/gtk/gtksctree.c
6310         * src/gtk/gtksctree.h
6311                 Implement 2-lines items in Summaryview when in 
6312                 three columns mode
6313
6314 2008-03-16 [paul]       3.3.1cvs25
6315
6316         * manual/faq.xml
6317                 fix typo
6318
6319 2008-03-14 [colin]      3.3.1cvs24
6320
6321         * src/prefs_filtering_action.c
6322                 Fix buglet on setting recipient when
6323                 reediting forward rules.
6324
6325 2008-03-12 [colin]      3.3.1cvs23
6326
6327         * src/summaryview.c
6328                 Fix a new unused variable warning
6329         * src/plugins/trayicon/trayicon.c
6330                 Fix folderview's scrollbar at startup
6331                 if starting hidden
6332
6333 2008-03-12 [colin]      3.3.1cvs22
6334
6335         * src/folderview.c
6336         * src/summaryview.c
6337                 Use item_opened at the beginning of showing
6338                 a folder instead of the end. Fixes flicker.
6339
6340 2008-03-12 [paul]       3.3.1cvs21
6341
6342         * src/folder.c
6343         * src/folder.h
6344         * src/mainwindow.c
6345         * src/procmsg.c
6346         * src/summaryview.c
6347         * src/plugins/trayicon/trayicon.c
6348                 add tooltip with extended folder stats
6349
6350 2008-03-10 [colin]      3.3.1cvs20
6351
6352         * src/common/xml.c
6353                 Handle comments
6354
6355 2008-03-07 [colin]      3.3.1cvs19
6356
6357         * src/mainwindow.c
6358                 Fix blinking of the taskbar entry
6359
6360 2008-03-07 [colin]      3.3.1cvs18
6361
6362         * src/mainwindow.c
6363                 MAEMO: Fix bug 1494, 'Trayicon 
6364                 plugin breaks UI...'
6365
6366 2008-03-07 [paul]       3.3.1cvs17
6367
6368         * src/gtk/authors.h
6369                 reflect reality a bit more closely
6370
6371 2008-03-06 [colin]      3.3.1cvs16
6372
6373         * src/mainwindow.c
6374         * src/mainwindow.h
6375         * src/summaryview.c
6376         * src/summaryview.h
6377         * src/toolbar.c
6378                 Integrate things better wrt the new
6379                 summaryview extensibility.
6380
6381 2008-03-06 [wwp]        3.3.1cvs15
6382
6383         * src/quote_fmt.c
6384                 Fix some gcc warnings.
6385
6386 2008-03-06 [wwp]        3.3.1cvs14
6387
6388         * src/prefs_account.c
6389         * src/prefs_folder_item.c
6390         * src/prefs_gtk.c
6391         * src/prefs_template.c
6392         * src/gtk/prefswindow.c
6393         * src/gtk/prefswindow.h
6394                 prefs_templates: fix missing unregistering of addr_completion widgets
6395                 and and ending of addr_completion service.
6396                 prefs_folder_item: fix missing registering/unregistering of widgets,
6397                 and rework the way add_completion service is started and stopped.
6398                 Plus few prefswindow API changes (opening).
6399
6400 2008-03-06 [wwp]        3.3.1cvs13
6401
6402         * src/folder_item_prefs.c
6403         * src/prefs_template.c
6404         * src/prefs_template.h
6405         * src/quote_fmt.c
6406         * src/common/template.c
6407                 Complete 3.3.1cvs12, thanks to Colin.
6408
6409 2008-03-06 [wwp]        3.3.1cvs12
6410
6411         * src/compose.c
6412         * src/folder_item_prefs.c
6413         * src/folder_item_prefs.h
6414         * src/prefs_account.c
6415         * src/prefs_folder_item.c
6416         * src/prefs_quote.c
6417         * src/prefs_template.c
6418         * src/quote_fmt.c
6419         * src/quote_fmt.h
6420         * src/common/template.c
6421         * src/common/template.h
6422                 Global and per-folder templates can now override the from name (this
6423                 doesn't change the account being used).
6424                 Examples:
6425                  "My other name" <%account_email> (just changes the name)
6426                  my.faked.email@address.org (overrides the address too)
6427
6428 2008-03-05 [colin]      3.3.1cvs11
6429
6430         * src/summaryview.c
6431         * src/summaryview.h
6432                 Replace that hbox with a notebook
6433
6434 2008-03-05 [colin]      3.3.1cvs10
6435
6436         * src/folder.h
6437         * src/folderview.c
6438                 Add klass functions for notification of folder
6439                 opening/closing via the GUI
6440         * src/summaryview.c
6441         * src/summaryview.h
6442                 Add a specific container for the scrolledwin
6443
6444 2008-03-05 [colin]      3.3.1cvs9
6445
6446         * src/folder.h
6447         * src/folderview.c
6448                 Add klass functions for notification of folder 
6449                 opening/closing via the GUI
6450         * src/summaryview.c
6451         * src/summaryview.h
6452                 Add a specific container for the scrolledwin
6453
6454 2008-03-02 [colin]      3.3.1cvs8
6455
6456         * src/messageview.c
6457                 MAEMO: Fix bug 1541, 'Deleting message from within 
6458                 read window displays next message then closes.'
6459
6460 2008-03-02 [colin]      3.3.1cvs7
6461
6462         * src/main.c
6463                 Probably fix bug 1539, 'Program crashes':
6464                 Setup Gcrypt's thread functions when built
6465                 with GnuTLS
6466
6467 2008-03-01 [colin]      3.3.1cvs6
6468
6469         * src/folder.c
6470         * src/imap_gtk.c
6471                 Get rid of stale folders with no account
6472
6473 2008-02-28 [colin]      3.3.1cvs5
6474
6475         * src/compose.c
6476                 Fix bug 1534, 'Segmentation fault when doing 
6477                 some draft saving and then throwing away'
6478         * src/imap.c
6479                 Fix bug 1533, 'Claws is unable to mark messages 
6480                 as "read" in IMAP shared folders'
6481         * src/etpan/imap-thread.c
6482                 Fix bug 1515, 'large messages crash claws when 
6483                 syncing for offline mode'. This is rather a
6484                 workaround, and mails > 64MB will still be
6485                 problematic if there's less than 64MB available
6486                 on the dataroot volume.
6487         * src/messageview.c
6488                 MAEMO: Add information when fetching big messages
6489
6490 2008-02-26 [colin]      3.3.1cvs4
6491
6492         * src/imap.c
6493                 fix bug 1532, '"login refused" message insufficiently 
6494                 detailed'
6495
6496 2008-02-26 [paul]       3.3.1cvs3
6497
6498         * INSTALL
6499         * README
6500                 remove mentions of ClamAV and a few other
6501                 old bits of information
6502
6503 2008-02-23 [colin]      3.3.1cvs2
6504
6505         * src/main.c
6506                 Fix log output (missing \n)
6507
6508 2008-02-23 [colin]      3.3.1cvs1
6509
6510         * configure.ac
6511                 Bump version number for stable release
6512
6513 2008-02-23 [paul]       3.3.0cvs21
6514
6515         * po/he.po
6516                 updated by Ofer
6517
6518 2008-02-21 [colin]      3.3.0cvs20
6519
6520         * src/matcher.c
6521                 Fix bug 1527, 'filtering is case sensitive when it 
6522                 shouldn't be'
6523
6524 2008-02-20 [colin]      3.3.0cvs19
6525
6526         * src/main.c
6527                 Fix file attachments from older Thunar
6528
6529 2008-02-19 [colin]      3.3.0cvs18
6530
6531         * manual/plugins.xml
6532         * manual/es/plugins.xml
6533         * manual/fr/plugins.xml
6534         * manual/pl/plugins.xml
6535                 Remove Clamav
6536
6537 2008-02-19 [paul]       3.3.0cvs17
6538
6539         * tools/README
6540         * tools/csv2addressbook.pl
6541                 add support for Kmail/Kaddressbook
6542
6543 2008-02-18 [colin]      3.3.0cvs16
6544
6545         * src/imap.c
6546                 Unset folder's session before creating a
6547                 new one
6548         * src/main.c
6549         * src/prefs_common.c
6550         * src/prefs_common.h
6551         * manual/advanced.xml
6552                 Add an hidden use_networkmanager pref, to
6553                 disable NetworkManager handling. Also,
6554                 consider UNKNOWN state to be CONNECTED.
6555
6556 2008-02-18 [wwp]        3.3.0cvs15
6557
6558         * src/matcher.c
6559                 Fix Engrish and make 'not' more visible in filtering debug logs.
6560
6561 2008-02-15 [colin]      3.3.0cvs14
6562
6563         * src/matcher.c
6564                 Revert cvs10 for now, it breaks the feature
6565
6566 2008-02-15 [colin]      3.3.0cvs13
6567
6568         * src/main.c
6569                 Always focus folder tree at startup
6570         * src/compose.c
6571                 Fix bug 1521, 'Cannot close compose window after 
6572                 replying to a non-existent news message'
6573
6574 2008-02-13 [colin]      3.3.0cvs12
6575
6576         * src/folderview.c
6577                 Fix important warnings
6578
6579 2008-02-12 [colin]      3.3.0cvs11
6580
6581         * src/imap.c
6582         * src/etpan/imap-thread.c
6583         * src/etpan/imap-thread.h
6584                 Fix handling of $Forwarded flag on Exchange:
6585                 check for the existence or creatability of a
6586                 flag before using it.
6587
6588 2008-02-12 [colin]      3.3.0cvs10
6589
6590         * src/matcher.c
6591                 Optimise matching on Found in addressbook if
6592                 the matched header is in cache (From, etc)
6593
6594 2008-02-12 [colin]      3.3.0cvs9
6595
6596         * src/folderview.c
6597                 Fix crashy stuff when changing displayed
6598                 columns
6599
6600 2008-02-12 [wwp]        3.3.0cvs8
6601
6602         * src/folder.h
6603                 Remove duplicate func declaration and restore the one
6604                 a missing one.
6605
6606 2008-02-12 [wwp]        3.3.0cvs7
6607
6608         * src/compose.c
6609         * src/export.c
6610         * src/folder.c
6611         * src/folder.h
6612         * src/foldersel.c
6613         * src/foldersel.h
6614         * src/imap_gtk.c
6615         * src/import.c
6616         * src/mainwindow.c
6617         * src/messageview.c
6618         * src/mh_gtk.c
6619         * src/prefs_account.c
6620         * src/prefs_filtering_action.c
6621         * src/summaryview.c
6622         * src/plugins/bogofilter/bogofilter_gtk.c
6623         * src/plugins/spamassassin/spamassassin_gtk.c
6624                 Allow moving/copying folders to root folders when using
6625                 the folder selection dialog (it was not possible to
6626                 maemo users to reparent a subfolder to a root folder
6627                 at all).
6628
6629 2008-02-12 [fabien]     3.3.0cvs6
6630
6631         * po/fr.po
6632                 a few days late for i18n fr update. Sorry.
6633
6634 2008-02-11 [colin]      3.3.0cvs5
6635
6636         * src/main.c
6637                 Implement support for future /dev/mem_notify.
6638                 This Linux kernel feature will allow applications
6639                 to be notified that memory has to be freed
6640                 before getting OOM-killed. For more information:
6641                 http://lwn.net/Articles/267013/
6642
6643 2008-02-10 [paul]       3.3.0cvs4
6644
6645         * src/Makefile.am
6646         * src/mimeview.c
6647         * src/prefs_toolbar.c
6648         * src/stock_pixmap.c
6649         * src/stock_pixmap.h
6650         * src/pixmaps/mime_text_patch.xpm
6651                 add an icon for attached patches
6652
6653 2008-02-09 [paul]       3.3.0cvs3
6654
6655         * src/gtk/about.c
6656                 bump the (c) year
6657
6658 2008-02-09 [wwp]        3.3.0cvs2
6659
6660         * src/main.c
6661                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
6662
6663 2008-02-08 [colin]      3.3.0cvs1
6664
6665         * src/common/utils.c
6666                 Forbid attaching anything containing "../" or ".ssh/"
6667                 from mailto: URI
6668
6669 2008-02-08 [paul]       3.3.0
6670
6671         * NEWS
6672         * README
6673         * RELEASE_NOTES 
6674                 3.3.0 released
6675
6676 2008-02-08 [paul]       3.2.0cvs77
6677
6678         * AUTHORS
6679                 updated with new translators
6680         * configure.ac
6681                 added he to ALL_LINGUAS
6682         * po/cs.po
6683         * po/de.po
6684         * po/es.po
6685         * po/fi.po
6686         * po/hu.po
6687         * po/it.po
6688         * po/pt_BR.po
6689         * po/zh_CN.po
6690                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
6691                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
6692                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
6693                 and Ralph Young
6694         * po/he.po
6695                 new Hebrew translation by Ofer <oc666@netvision.net.il>
6696         * src/gtk/about.c
6697                 updated with new translators and bumped (c) year
6698         * src/gtk/authors.h
6699                 updated with new translators
6700
6701 2008-02-05 [colin]      3.2.0cvs76
6702
6703         * src/messageview.c
6704         * src/mimeview.c
6705         * src/mimeview.h
6706                 Special case text/calendar parts: if there's one in
6707                 the mail, and a plugin handling text/calendar is
6708                 loaded, show that part. That'll avoid rendering 
6709                 meetings as plain text, which just looks broken to
6710                 many users.
6711
6712 2008-02-04 [colin]      3.2.0cvs75
6713
6714         * src/mainwindow.c
6715                 Maemo: Fix LED handling on OS 2008
6716
6717 2008-02-01 [colin]      3.2.0cvs74
6718
6719         * src/compose.c
6720                 Possibly fix the annoying and hard-to reproduce bug
6721                 where lines 
6722                 are
6723                 rewrapped
6724                 like
6725                 that.
6726
6727 2008-02-01 [paul]       3.2.0cvs73
6728
6729         * src/common/utils.c
6730                 fix bug 1502, 'Plus signs are stripped from
6731                 email addresses when calling from command line'
6732                 Thanks to Colin
6733
6734 2008-01-31 [colin]      3.2.0cvs72
6735
6736         * src/exphtmldlg.c
6737         * src/mimeview.c
6738         * src/summaryview.c
6739                 Fix building of URIs from filenames
6740
6741 2008-01-31 [wwp]        3.2.0cvs71
6742
6743         * src/main.c
6744                 Fixes debug output of compiled-in features list
6745                 (completes 3.2.0cvs60).
6746
6747 2008-01-31 [colin]      3.2.0cvs70
6748
6749         * configure.ac
6750         * po/POTFILES.in
6751         * src/compose.c
6752         * src/plugins/Makefile.am
6753         * src/plugins/clamav/.cvsignore
6754         * src/plugins/clamav/Makefile.am
6755         * src/plugins/clamav/README
6756         * src/plugins/clamav/clamav_plugin.c
6757         * src/plugins/clamav/clamav_plugin.h
6758         * src/plugins/clamav/clamav_plugin_gtk.c
6759         * src/plugins/clamav/clamav_plugin_gtk.deps
6760                 Remove the Clamav plugin from the core
6761
6762 2008-01-28 [wwp]        3.2.0cvs69
6763
6764         * src/compose.c
6765         * src/prefs_template.c
6766         * src/prefs_template.h
6767         * src/quote_fmt.c
6768         * src/quote_fmt.h
6769         * src/quote_fmt_lex.l
6770         * src/quote_fmt_parse.y
6771                 Fix for bug #1493: count lines (\n chars) according to the way
6772                 format body is passed (i.e. \-escaped or not).
6773
6774 2008-01-27 [paul]       3.2.0cvs68
6775
6776         * po/en_GB.po
6777                 updated
6778         * src/prefs_actions.c
6779         * src/prefs_filtering.c
6780         * src/prefs_folder_item.c
6781         * src/prefs_template.c
6782         * src/gtk/about.c
6783                 some minor changes to the English
6784
6785 2008-01-24 [colin]      3.2.0cvs67
6786
6787         * src/etpan/imap-thread.c
6788         * src/etpan/nntp-thread.c
6789                 Fix bug 1348, 'Hang ups at exit time with 
6790                 pgp plugin since 3.0.2'
6791
6792 2008-01-23 [colin]      3.2.0cvs66
6793
6794         * src/toolbar.c
6795                 Fix translation of something that shouldn't be
6796
6797 2008-01-23 [colin]      3.2.0cvs65
6798
6799         * src/procmime.c
6800                 Fix bug 1486, 'Re: Incorrect content when replying'
6801                 Revert to full scan if short scan found only 0-length
6802                 text parts
6803
6804 2008-01-23 [paul]       3.2.0cvs64
6805
6806         * src/prefs_folder_item.c
6807                 fix bug 1485, 'selecting a folder's default
6808                 account if name contains '&''
6809
6810 2008-01-23 [colin]      3.2.0cvs63
6811
6812         * src/folder.c
6813         * src/folder.h
6814         * src/main.c
6815         * src/mainwindow.c
6816                 Fix bug 1480, 'should be able to display mail file
6817                 from command line'. Let 'claws-mail --select' accept
6818                 absolute paths in addition to folder identifiers.
6819
6820 2008-01-22 [wwp]        3.2.0cvs62
6821
6822         * src/account.c
6823         * src/account.h
6824         * src/compose.c
6825         * src/messageview.c
6826         * src/summaryview.c
6827         * src/common/utils.c
6828         * src/common/utils.h
6829                 Allow from=address in mailto sequence:
6830                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
6831                   The 'from' will try to select the first account matching in accounts list,
6832                   otherwise will use the usual account selection mechanism but override with
6833                   this 'from' address.
6834                 Allow mailto with NNTP accounts
6835                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
6836                   is the default one or if a NNTP account address is used with 'from'.
6837                   This is more or less a bugfix as it was possible to use mailto with a NNTP
6838                   default account but the complete mailto sequence was put in To.
6839
6840 2008-01-22 [wwp]        3.2.0cvs61
6841
6842         * doc/man/claws-mail.1
6843                 Updated the man page: status of few features, command-line
6844                 usage (--version-full) and completed list of config files
6845                 and dirs.
6846
6847 2008-01-22 [wwp]        3.2.0cvs60
6848
6849         * src/main.c
6850                 Added --version-full to display version and compiled-in
6851                 features list (for later use by Clawsker for instance).
6852
6853 2008-01-22 [holger]     3.2.0cvs59
6854
6855         * src/addrduplicates.c
6856                 Fix scrolling in addressbook duplicate
6857                 finder result dialog
6858
6859 2008-01-21 [colin]      3.2.0cvs58
6860
6861         * src/summaryview.c
6862                 Fix bug 1457, 'sorting messages on, say, from, 
6863                 should subsort on previous sort choice'. Subsort
6864                 by date when sort is Subject, From, To, Tags.
6865
6866 2008-01-21 [colin]      3.2.0cvs57
6867
6868         * AUTHORS
6869         * src/matcher.c
6870         * src/mimeview.c
6871         * src/common/ssl.c
6872         * src/gtk/authors.h
6873                 Fix bug 1478, 'Wrong pthread_create calls all 
6874                 over the place'. Patch by Christian Cornelssen
6875
6876 2008-01-20 [colin]      3.2.0cvs56
6877
6878         * src/imap.c
6879         * src/etpan/imap-thread.c
6880         * src/etpan/imap-thread.h
6881                 Fix bug 1468, 'Use IMAP keyword to 
6882                 store "forwarded" flag'
6883
6884 2008-01-20 [colin]      3.2.0cvs55
6885
6886         * src/folderutils.c
6887                 Make list operations faster
6888
6889 2008-01-20 [colin]      3.2.0cvs54
6890
6891         * src/mainwindow.c
6892                 Fix bug 1353, 'on startup with small screen 
6893                 layout, keyboard input gets lost'
6894
6895 2008-01-20 [colin]      3.2.0cvs53
6896
6897         * src/textview.c
6898                 Complete 3.2.0cvs49, and fixes bug 1477, 
6899                 'Claws Mail crashes when view PGP-encrypted 
6900                 message'
6901
6902 2008-01-20 [colin]      3.2.0cvs52
6903
6904         * src/compose.c
6905                 Fix privacy menu update when replying to
6906                 encrypted mail and no default privacy 
6907                 system is set
6908
6909 2008-01-19 [colin]      3.2.0cvs51
6910
6911         * src/filtering.c
6912         * src/procmsg.h
6913         * src/plugins/bogofilter/bogofilter.c
6914         * src/plugins/clamav/clamav_plugin.c
6915         * src/plugins/spamassassin/spamassassin.c
6916                 Batch filtering deletions too (and save 4 bytes
6917                 per MsgInfo in the process :)
6918
6919 2008-01-19 [colin]      3.2.0cvs50
6920
6921         * src/folder.c
6922                 Make cache update after copies much faster
6923                 on IMAP
6924
6925 2008-01-19 [colin]      3.2.0cvs49
6926
6927         * src/textview.c
6928                 Check g_fopen() success
6929
6930 2008-01-17 [wwp]        3.2.0cvs48
6931
6932         * manual/faq.xml
6933         * manual/es/faq.xml
6934         * manual/fr/faq.xml
6935         * manual/pl/faq.xml
6936                 Sylpheed? No idea what this means.
6937
6938 2008-01-17 [colin]      3.2.0cvs47
6939
6940         * src/gtk/gtksctree.c
6941                 Make dnd threshold higher on Maemo
6942
6943 2008-01-16 [colin]      3.2.0cvs46
6944
6945         * src/common/passcrypt.c
6946                 Fix build on FreeBSD, thanks to Pawel
6947
6948 2008-01-15 [colin]      3.2.0cvs45
6949
6950         * src/compose.c
6951                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
6952                 spell check of actuall word'
6953         * src/summaryview.c
6954                 Temporarily disable immediate execution when learning
6955                 spam *only* if the summaryview isn't locked
6956
6957 2008-01-15 [wwp]        3.2.0cvs44
6958
6959         * src/prefs_filtering.c
6960                 Fix filtering prefs layout (Maemo port), moving page up/down
6961                 from buttons to context menu.
6962
6963 2008-01-15 [colin]      3.2.0cvs43
6964
6965         * src/compose.c
6966                 Fix bug 1465, 'First line in new message does not mark URLs'
6967
6968 2008-01-15 [colin]      3.2.0cvs42
6969
6970         * src/common/passcrypt.c
6971                 Fix bug 1461, 'several components #define 
6972                 _XOPEN_SOURCE improperly'
6973
6974 2008-01-15 [colin]      3.2.0cvs41
6975
6976         * src/summaryview.c
6977                 Fix bug 1469, 'Column width adjustments on message 
6978                 lists do not save'
6979
6980 2008-01-14 [holger]     3.2.0cvs40
6981
6982         * configure.ac
6983                 Add tests for dbus, dbus glib bindings,
6984                 and NetworkManager. All is optional. Add new
6985                 --(en|dis)able-networkmanager-support switch.
6986         * src/Makefile.am
6987         * src/imap.c
6988         * src/inc.c
6989         * src/main.c
6990         * src/main.h
6991         * src/mainwindow.c
6992         * src/gtk/about.c
6993                 Add optional NetworkManager support, so Claws Mail
6994                 can try to do the right thing when the network connection
6995                 status changes. NetworkManager support is active by
6996                 default if above requirements were met.
6997
6998 2008-01-12 [colin]      3.2.0cvs39
6999
7000         * src/summaryview.c
7001                 Advertise the click-on-reply feature in the tooltip
7002
7003 2008-01-12 [colin]      3.2.0cvs38
7004
7005         * src/Makefile.am
7006         * src/stock_pixmap.c
7007         * src/stock_pixmap.h
7008         * src/pixmaps/tray_newmail.offline.xpm
7009         * src/pixmaps/tray_newmail.xpm
7010         * src/pixmaps/tray_newmarkedmail.offline.xpm
7011         * src/pixmaps/tray_newmarkedmail.xpm
7012         * src/pixmaps/tray_nomail.offline.xpm
7013         * src/pixmaps/tray_nomail.xpm
7014         * src/pixmaps/tray_unreadmail.offline.xpm
7015         * src/pixmaps/tray_unreadmail.xpm
7016         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
7017         * src/pixmaps/tray_unreadmarkedmail.xpm
7018         * src/plugins/trayicon/Makefile.am
7019         * src/plugins/trayicon/newmail.offline.xpm
7020         * src/plugins/trayicon/newmail.xpm
7021         * src/plugins/trayicon/newmarkedmail.offline.xpm
7022         * src/plugins/trayicon/newmarkedmail.xpm
7023         * src/plugins/trayicon/nomail.offline.xpm
7024         * src/plugins/trayicon/nomail.xpm
7025         * src/plugins/trayicon/trayicon.c
7026         * src/plugins/trayicon/unreadmail.offline.xpm
7027         * src/plugins/trayicon/unreadmail.xpm
7028         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7029         * src/plugins/trayicon/unreadmarkedmail.xpm
7030                 Make the Trayicon plugin icons themable
7031
7032 2008-01-12 [wwp]        3.2.0cvs37
7033
7034         * src/prefs_display_header.c
7035                 Fix extra leading hyphen visible in the display
7036                 header configuration combo list (maemo).
7037
7038 2008-01-11 [colin]      3.2.0cvs36
7039
7040         * src/imap.c
7041                 Set timeout to 1 before disconnecting all -
7042                 for when one switches to offline and has 
7043                 no network anymore
7044         * src/messageview.c
7045                 Fix bug 1454, 'error message shows parts and 
7046                 signature of previous messages'
7047         * src/prefs_common.c
7048                 Maemo: Hide Send dialog by default
7049
7050 2008-01-10 [colin]      3.2.0cvs35
7051
7052         * src/action.c
7053         * src/editldap.c
7054         * src/prefs_account.c
7055         * src/wizard.c
7056         * src/gtk/inputdialog.c
7057         * src/plugins/pgpcore/passphrase.c
7058                 Maemo: Fix bug 1455, 'Password enters leading letter 
7059                 incorrectly as uppercase'
7060
7061 2008-01-09 [colin]      3.2.0cvs34
7062
7063         * po/pl.po
7064                 Fix bug 1446, 'SC crashes frequently when staying 
7065                 in background'. Format string error in Polish 
7066                 translation
7067         * src/gtk/description_window.c
7068         * src/prefs_template.c
7069                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
7070                 patch by Pawel
7071         * src/wizard.c
7072                 Maemo: Fix build
7073
7074 2008-01-08 [colin]      3.2.0cvs33
7075
7076         * src/main.c
7077                 Maemo: connect HW status change signal for shutdown
7078         * src/mainwindow.c
7079                 Maemo: Fix hardware space key
7080         * src/wizard.c
7081                 Maemo: name mmc1 and 2 a better name
7082
7083 2008-01-08 [wwp]        3.2.0cvs32
7084
7085         * src/folder.c
7086         * src/folder_item_prefs.c
7087         * src/folder_item_prefs.h
7088         * src/prefs_folder_item.c
7089                 It's now possible to disable processing rules when
7090                 entering a folder (this adds a new option to the
7091                 folder properties dialog).
7092
7093 2008-01-08 [wwp]        3.2.0cvs31
7094
7095         * src/common/utils.c
7096                 Mailto: now supports 'insert' (stands for 'insert file'), this
7097                 adds the ability to create a new message from the command-line,
7098                 with body set from an existing file contents.
7099
7100 2008-01-08 [colin]      3.2.0cvs30
7101
7102         * src/summaryview.c
7103                 Maybe fix bug 1452, 'crash while drag'n'droping 
7104                 emails to an IMAP folder'
7105
7106 2008-01-07 [wwp]        3.2.0cvs29
7107
7108         * src/prefs_filtering.c
7109                 Static-alize a function, thanks to Colin.
7110
7111 2008-01-07 [colin]      3.2.0cvs28
7112
7113         * src/folderview.c
7114                 Fix scrolling to bottom when drag and dropping
7115         * src/summaryview.c
7116                 Fix bug 1445, 'Display sender using addressbook: fails 
7117                 when From: isn't an email address'
7118
7119 2008-01-07 [wwp]        3.2.0cvs27
7120
7121         * src/prefs_actions.c
7122         * src/prefs_filtering.c
7123         * src/prefs_template.c
7124                 Add tooltips to most buttons in the templates, actions and
7125                 filtering/processing dialogs.
7126
7127 2008-01-07 [wwp]        3.2.0cvs26
7128
7129         * src/prefs_filtering.c
7130                  - add a clear button to clear dialog input fields
7131                  - add page up and page down buttons to move selected rule up and down
7132                  - in rules list popup-menu: added Delete, Delete all and Duplicate
7133                  - popup-menu items are greyed out either if the list is empty (not counting the
7134                    (New) row or if there is no selected item
7135                  - clear store when closing dialog
7136
7137         * src/prefs_actions.c
7138                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7139                    clear button, popup-menu
7140                  - clear store when closing dialog
7141
7142         * src/prefs_template.c
7143                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7144                    clear button, popup-menu 
7145
7146         * src/addrcustomattr.c
7147                  - renamed popup-menu item Clear list to Delete all
7148                  - grey out popup-menu items is there is no selected item or if list is empty
7149                  - clear store when closing dialog
7150
7151         * src/edittags.c
7152                  - added popup-menu item Delete all
7153                  - grey out popup-menu items is there is no selected item or if list is empty
7154                  - clear store when closing dialog
7155
7156 2008-01-06 [wwp]        3.2.0cvs25
7157
7158         * src/addressadd.c
7159                 One more layout fix by Pawel (completes 3.2.0cvs24).
7160
7161 2008-01-05 [colin]      3.2.0cvs24
7162
7163         * src/addressadd.c
7164                 Little GUI fixes, patch by Pawel
7165
7166 2007-12-29 [wwp]        3.2.0cvs23
7167
7168         * src/compose.c
7169                 Fix for bug #1443, and strip possible whitespaces around
7170                 custom header names.
7171
7172 2007-12-29 [mones]      3.2.0cvs22
7173
7174         * po/es.po
7175                 Updated translation, corrected a term based 
7176                 on suggestion from Israel Saeta P�rez,
7177                 reverted awful X-Mailer translation
7178         * src/procmime.c
7179                 Complete cvs20 for FreeBSD, patch by Pawel
7180
7181 2007-12-29 [colin]      3.2.0cvs21
7182
7183         * src/textview.c
7184                 Fix bug 1442, 'Tags are repeated in 
7185                 encapsulated messages'
7186
7187 2007-12-28 [colin]      3.2.0cvs20
7188
7189         * src/procmime.c
7190                 Fix path to mime/globs. Patch by Marten King.
7191
7192 2007-12-27 [colin]      3.2.0cvs19
7193
7194         * src/plugins/pgpcore/Makefile.am
7195         * src/plugins/pgpinline/Makefile.am
7196         * src/plugins/pgpmime/Makefile.am
7197                 Add missing flags to build pgp plugins on maemo
7198
7199 2007-12-27 [colin]      3.2.0cvs18
7200
7201         * src/mainwindow.c
7202                 Maximise before showing to avoid probable flickering
7203                 on slow computers.
7204
7205 2007-12-27 [colin]      3.2.0cvs17
7206
7207         * src/main.c
7208         * src/mainwindow.c
7209         * src/prefs_common.c
7210         * src/prefs_common.h
7211                 Fix bug 1439, 'Claws Mail does not remember window size 
7212                 state when restarted'. Save maximised state and force
7213                 maximisation at startup if applicable.
7214
7215 2007-12-23 [paul]       3.2.0cvs16
7216
7217         * src/prefs_matcher.c
7218                 fix bug 1436, 'Filter condition dialog doesn't
7219                 load header name from current rules'
7220
7221 2007-12-22 [paul]       3.2.0cvs15
7222
7223         * src/compose.c
7224                 fix bug 1435, 'Reply doesn't take into account
7225                 reply-to field'
7226
7227 2007-12-21 [paul]       3.2.0cvs14
7228
7229         * src/common/ssl_certificate.c
7230                 fix FreeBSD build with IPV6 support 
7231
7232 2007-12-20 [colin]      3.2.0cvs13
7233
7234         * src/imap.c
7235                 Fix error handling
7236
7237 2007-12-20 [colin]      3.2.0cvs12
7238
7239         * src/imap.c
7240         * src/imap.h
7241         * src/prefs_account.c
7242                 Add DIGEST-MD5 support for IMAP authentication
7243
7244 2007-12-19 [mones]      3.2.0cvs11
7245
7246         * doc/man/claws-mail.1
7247                 Better ordering of sections, updated options
7248         * po/es.po
7249                 Updated strings
7250
7251 2007-12-19 [paul]       3.2.0cvs10
7252
7253         * src/prefs_account.c
7254                 use a spinbutton instead of an entry for
7255                 "POP authentication timeout" also
7256
7257 2007-12-19 [colin]      3.2.0cvs9
7258
7259         * src/prefs_filtering_action.c
7260         * src/prefs_matcher.c
7261         * src/gtk/description_window.c
7262                 Destroy info windows with their parents
7263                 Patch by Pawel
7264
7265 2007-12-19 [colin]      3.2.0cvs8
7266
7267         * src/prefs_account.c
7268                 Use spinbuttons instead of entries where needed
7269                 Patch by Pawel
7270
7271 2007-12-18 [paul]       3.2.0cvs7
7272
7273         * src/prefs_matcher.c
7274                 add missing i18n for a few strings
7275                 Patch by Stephan Sachse
7276
7277 2007-12-18 [paul]       3.2.0cvs6
7278
7279         * src/prefs_logging.c
7280                 use 'disk' instead of 'disc'
7281
7282 2007-12-18 [paul]       3.2.0cvs5
7283
7284         * po/en_GB.po
7285                 updated
7286         * src/addrcustomattr.c
7287         * src/editaddress.c
7288                 fixes to the ingleesh
7289         * src/prefs_filtering_action.c
7290                 fix copyright header
7291                 fix untranslated strings
7292         * src/prefs_filtering_action.h
7293                 fix copyright header
7294
7295 2007-12-18 [wwp]        3.2.0cvs4
7296
7297         * src/folderview.c
7298         * src/headerview.c
7299         * src/prefs_common.c
7300         * src/prefs_common.h
7301         * src/prefs_fonts.c
7302         * src/summaryview.c
7303         * src/textview.c
7304         * src/wizard.c
7305         * src/common/defs.h
7306         * src/gtk/gtkutils.c
7307                 Added prefs to set custom small and bold fonts
7308                 (might matter on some desktops, according to
7309                 DPI and font settings).
7310
7311 2007-12-18 [colin]      3.2.0cvs3
7312
7313         * src/prefs_logging.c
7314                 Rework GUI, patch by Pawel
7315
7316 2007-12-18 [colin]      3.2.0cvs2
7317
7318         * src/prefs_filtering_action.c
7319                 Rework GUI, patch by Pawel
7320
7321 2007-12-18 [colin]      3.2.0cvs1
7322
7323         * src/editaddress.c
7324                 Fix build on old GCC
7325                 Fix inverted buttons
7326
7327 2007-12-17 [paul]       3.2.0
7328
7329         * NEWS
7330         * README
7331         * RELEASE_NOTES 
7332                 3.2.0 released
7333
7334 2007-12-17 [paul]       3.1.0cvs79
7335
7336         * po/de.po
7337         * po/fr.po
7338         * po/hu.po
7339         * po/it.po
7340         * po/pt_BR.po
7341                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
7342                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
7343
7344 2007-12-17 [mones]      3.1.0cvs78
7345
7346         * po/es.po
7347                 Updated Spanish translation for 3.2.0 release
7348
7349 2007-12-16 [colin]      3.1.0cvs77
7350
7351         * src/addrcustomattr.c
7352                 Fix translations, patch by Fabien
7353
7354 2007-12-15 [paul]       3.1.0cvs76
7355
7356         * src/folderview.c
7357                 fix compiler warning
7358
7359 2007-12-14 [colin]      3.1.0cvs75
7360
7361         * src/folderview.c
7362                 Simplify logic
7363
7364 2007-12-12 [wwp]        3.1.0cvs74
7365
7366         * AUTHORS
7367         * src/gtk/authors.h
7368                 Added Marius Glauser to the hall of fame.
7369
7370 2007-12-12 [wwp]        3.1.0cvs73
7371
7372         * src/gtk/gtkutils.c
7373                 Improve the way we show results of searches
7374                 in message bodies: selected text now get centered
7375                 vertically in the message window.
7376                 Patch by Marius Glauser <seelenhirt@gmx.net>.
7377
7378 2007-12-10 [colin]      3.1.0cvs72
7379
7380         * src/folder.c
7381                 Don't crash when setting batch mode on no folder
7382
7383 2007-12-10 [colin]      3.1.0cvs71
7384
7385         * src/common/utils.c
7386                 Fix potential buffer overrun (thanks to
7387                 Hiroyuki)
7388
7389 2007-12-08 [paul]       3.1.0cvs70
7390
7391         * src/prefs_receive.c
7392                 small change to the English
7393
7394 2007-12-08 [colin]      3.1.0cvs69
7395
7396         * src/vcard.c
7397                 Fix warnings
7398
7399 2007-12-07 [colin]      3.1.0cvs68
7400
7401         * src/mainwindow.c
7402         * src/summaryview.c
7403         * src/summaryview.h
7404                 Free simplify_subject_preg at exit
7405
7406 2007-12-07 [colin]      3.1.0cvs67
7407
7408         * src/main.c
7409         * src/summaryview.c
7410         * src/common/utils.c
7411         * src/common/utils.h
7412                 We have to free reused regexps from time to
7413                 time, or they get huge
7414
7415 2007-12-07 [colin]      3.1.0cvs66
7416
7417         * src/vcard.c
7418                 Fix QP decoding (and UTF8)
7419
7420 2007-12-07 [colin]      3.1.0cvs65
7421
7422         * src/addrcustomattr.c
7423                 Update list of default custom attributes
7424                 now (will be needed for a feature patch
7425                 post 3.2.0)
7426
7427 2007-12-07 [colin]      3.1.0cvs64
7428
7429         * src/folder.c
7430                 Batch on destination folder when copying - fixes
7431                 slowness when moving unread mails to trash on IMAP
7432
7433 2007-12-06 [colin]      3.1.0cvs63
7434
7435         * src/common/w32_time.c
7436         * src/common/w32lib.h
7437         * src/etpan/etpan-thread-manager.c
7438         * src/etpan/imap-thread.c
7439         * src/etpan/nntp-thread.c
7440         * src/gtk/Makefile.am
7441                 Fix win32 build with libetpan. Thanks to
7442                 Marcus Brinkmann.
7443
7444 2007-12-06 [colin]      3.1.0cvs62
7445
7446         * src/account.c
7447         * src/imap.c
7448         * src/prefs_account.c
7449         * src/prefs_account.h
7450         * src/etpan/imap-thread.c
7451         * src/etpan/imap-thread.h
7452                 Disable connection via command line on WIN32
7453                 Disable mmap use on WIN32 - use normal strings
7454         * src/addressbook.c
7455         * src/addressbook.h
7456         * src/addressbook_foldersel.c
7457         * src/addressbook_foldersel.h
7458         * src/prefs_filtering_action.c
7459         * src/prefs_matcher.c
7460         * src/plugins/bogofilter/bogofilter_gtk.c
7461         * src/plugins/dillo_viewer/dillo_prefs.c
7462         * src/plugins/spamassassin/spamassassin_gtk.c
7463                 Fix leak, rework function logics to be more
7464                 natural - thanks to Holger
7465         * src/common/utils.c
7466                 Fix warnings
7467
7468 2007-12-06 [colin]      3.1.0cvs61
7469
7470         * src/news.c
7471         * src/common/utils.c
7472         * src/common/utils.h
7473                 Fix posting, and fix UTF-8 being sent when encoding
7474                 is 8bit
7475
7476 2007-12-05 [colin]      3.1.0cvs60
7477
7478         * src/news.c
7479                 Fix debian bug #453157, 'Fails to post usenet
7480                 articles after NNTP connection has been 
7481                 interrupted". Fix return value to prevent deletion
7482                 on failure, and issue MODE READER in case posting
7483                 fails at first.
7484
7485 2007-12-05 [colin]      3.1.0cvs59
7486
7487         * src/messageview.c
7488         * src/uri_opener.c
7489                 Improvements to the List URIs dialog
7490                 Patch by Pawel
7491
7492 2007-12-05 [colin]      3.1.0cvs58
7493
7494         * src/prefs_other.c
7495         * src/gtk/gtksctree.h
7496                 Fix warnings
7497
7498 2007-12-04 [colin]      3.1.0cvs57
7499
7500         * src/etpan/imap-thread.c
7501                 Fix bug 1378, 'Claws exits on IMAP alert message'
7502                 Don't do GTK calls directly from Etpan thread
7503
7504 2007-12-04 [colin]      3.1.0cvs56
7505
7506         * src/folderview.c
7507         * src/gtk/gtksctree.c
7508                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
7509                 Make all the left of column zero an hotspot for
7510                 expanding.
7511
7512 2007-12-04 [colin]      3.1.0cvs55
7513
7514         * src/mainwindow.c
7515         * src/mainwindow.h
7516         * src/prefs_common.c
7517         * src/prefs_common.h
7518         * src/prefs_receive.c
7519                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
7520
7521 2007-12-04 [wwp]        3.1.0cvs54
7522
7523         * src/prefs_other.c
7524                 Fix for bug #1419.
7525
7526 2007-12-04 [holger]     3.1.0cvs53
7527
7528         * src/addrduplicates.c
7529         * src/addrduplicates.h
7530                 Export addressbook entry deletion
7531
7532 2007-12-04 [colin]      3.1.0cvs52
7533
7534         * tools/Makefile.am
7535         * tools/README.sylprint
7536         * tools/sylprint.pl
7537         * tools/sylprint.rc
7538                 Fix debian bug #454089 (symlink attack in TMP directory)
7539                 http://secwatch.org/advisories/1019661/ :
7540                 Remove the buggy script, which was unmaintained anyway
7541         * src/news.c
7542         * src/procmsg.c
7543                 Store things in our private tmp directory.
7544
7545 2007-12-03 [colin]      3.1.0cvs51
7546
7547         * src/folder.c
7548         * src/folder.h
7549         * src/folderview.c
7550         * src/imap.c
7551         * src/mainwindow.c
7552                 Fix update problem when getting remote tags
7553         * src/prefs_matcher.c
7554                 Rework GUI to make it better. Patch by Pawel
7555                 Pekala
7556
7557 2007-12-03 [colin]      3.1.0cvs50
7558
7559         * src/etpan/imap-thread.c
7560         * src/etpan/nntp-thread.c
7561                 Fix bug 1417, 'Network log doesn't reveal 
7562                 enough NNTP errors'
7563
7564 2007-12-02 [iwkse]      3.1.0cvs49
7565
7566         * src/plugins/dillo_viewer/dillo_prefs.c
7567                         Insert dillo under the Plugins menu
7568
7569 2007-12-01 [paul]       3.1.0cvs48
7570
7571         * src/html.c
7572                 add these variant forms
7573                 Thanks to Colin
7574
7575 2007-12-01 [paul]       3.1.0cvs47
7576
7577         * src/matcher.c
7578                 fix a typo
7579
7580 2007-12-01 [paul]       3.1.0cvs46
7581
7582         * po/POTFILES.in
7583                 add the new addrcustomattr.c file
7584
7585 2007-11-29 [colin]      3.1.0cvs45
7586
7587         * src/common/ssl_certificate.c
7588                 Use the more modern getaddrinfo instead of 
7589                 gethostbyname when possible
7590
7591 2007-11-28 [colin]      3.1.0cvs44
7592
7593         * src/summaryview.c
7594                 Maybe fix bug 1410 and other crash reports
7595                 in summaryview since cvs38.
7596
7597 2007-11-28 [wwp]        3.1.0cvs43
7598
7599         * src/prefs_summary_open.c
7600                 Guard against an empty list of actions to perform
7601                 when opening a folder (or migration defaults could
7602                 be introduced, confusing).
7603
7604 2007-11-28 [colin]      3.1.0cvs42
7605
7606         * src/folderview.c
7607                 Fix mark all read from folder's contextual menu
7608
7609 2007-11-27 [colin]      3.1.0cvs41
7610
7611         * src/imap.c
7612         * src/imap.h
7613         * src/imap_gtk.c
7614         * src/prefs_account.c
7615         * src/etpan/imap-thread.c
7616                 A few fixes to the IMAP flags handling: Optimisations,
7617                 two crashers, mention that Bandwitdh-efficient mode
7618                 prevents tag fetching.
7619                 Fix M-UTF7 in subscription dialog.
7620
7621 2007-11-27 [colin]      3.1.0cvs40
7622
7623         * src/folder.c
7624         * src/mbox.c
7625         * src/summaryview.c
7626                 Make filtering faster on flags change: Batch original 
7627                 folderitem, where we'll do flags/tags changes.
7628
7629 2007-11-27 [colin]      3.1.0cvs39
7630
7631         * src/filtering.c
7632                 Fix bug 1407, 'After a copy action, further rules apply 
7633                 to both original and copy'
7634
7635 2007-11-27 [colin]      3.1.0cvs38
7636
7637         * src/edittags.c
7638         * src/summaryview.c
7639                 Fixes races when doing a long operation and user
7640                 asks for another one (Mark all read/unread on a 
7641                 big folder on IMAP for example)
7642
7643 2007-11-27 [wwp]        3.1.0cvs37
7644
7645         * src/addressbook.c
7646         * src/prefs_common.c
7647                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
7648                 and 3.1.0cvs35 (addressbook.c).
7649
7650 2007-11-27 [holger]     3.1.0cvs36
7651
7652         * src/printing.c
7653                 Add a line separating header and body
7654                 in the printout
7655
7656 2007-11-27 [wwp]        3.1.0cvs35
7657
7658         * src/addressbook.c
7659                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
7660                 (thanks to Colin) and revert disabling of cut/copy
7661                 context menu entries upon selected groups.
7662
7663 2007-11-27 [holger]     3.1.0cvs34
7664
7665         * src/printing.c
7666                 Add weights to the list of supported text attributes
7667                 for printing
7668
7669 2007-11-27 [wwp]        3.1.0cvs33
7670
7671         * src/Makefile.am
7672         * src/addrcustomattr.c
7673         * src/addrcustomattr.h
7674         * src/addressbook.c
7675         * src/editaddress.c
7676         * src/editaddress.h
7677         * src/prefs_common.c
7678         * src/prefs_common.h
7679         * src/common/defs.h
7680                 Provide a (customizable) list of preset attribute names
7681                 for editing contacts (closes bug #1391).
7682
7683 2007-11-27 [wwp]        3.1.0cvs32
7684
7685         * src/addrclip.c
7686         * src/addressbook.c
7687         * src/addritem.c
7688                 Various fixes in the address book:
7689                         - made copy/move of a folder to itself or its subtree
7690                           impossible (-> error)
7691                         - errors messages don't show in the status bar anymore,
7692                           use alertpanels instead
7693                         - simple click on group doesn't open group edit dialog
7694                           anymore when in contact edit embedded mode (was too itchy)
7695                         - fixed disabling of edit button and and menu entry when
7696                           in contact edit embedded mode (was done in a bad and
7697                           ineffective way)
7698                         - fix menu cut/paste sensitivity in treelist context
7699                           menu (conflicting enabling was done by different functions)
7700                         - fix some menu item sensitivity in address list context menu
7701                         - don't allow cut/copy of groups, it's useless as they won't
7702                           be copied w/ their contents
7703                         - fix missing copy of the picture file when copying (bug #1402),
7704                           fix picture attribute (internal) value when moving or copying
7705
7706
7707 2007-11-27 [colin]      3.1.0cvs31
7708
7709         * src/folder.c
7710         * src/imap.c
7711                 Fix tags loss on move, fix space encoding
7712
7713 2007-11-26 [colin]      3.1.0cvs30
7714
7715         * src/edittags.c
7716         * src/folder.c
7717         * src/folder.h
7718         * src/imap.c
7719         * src/messageview.c
7720         * src/procmsg.c
7721         * src/procmsg.h
7722         * src/summaryview.c
7723         * src/common/utils.c
7724         * src/common/utils.h
7725         * src/etpan/imap-thread.c
7726         * src/etpan/imap-thread.h
7727                 Add IMAP tags support
7728
7729 2007-11-26 [colin]      3.1.0cvs29
7730
7731         * src/imap.c
7732                 Fix bug 1405, 'imap auto auth method doesn't 
7733                 work since 3.1.0'
7734
7735 2007-11-26 [colin]      3.1.0cvs28
7736
7737         * src/messageview.c
7738         * src/procmime.c
7739                 Handle broken disposition-notifications from Evolution
7740                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
7741
7742 2007-11-25 [paul]       3.1.0cvs27
7743
7744         * src/folder_item_prefs.c
7745         * src/folder_item_prefs.h
7746                 remove dead code
7747
7748 2007-11-23 [wwp]        3.1.0cvs26
7749
7750         * src/matcher.c
7751         * src/matcher.h
7752         * src/matcher_parser_parse.y
7753         * src/prefs_matcher.c
7754                 Fix irrelevant case folding when adding matcher condition 'test',
7755                 thanks to Colin.
7756
7757 2007-11-23 [wwp]        3.1.0cvs25
7758
7759         * src/prefs_common.c
7760         * src/prefs_common.h
7761         * src/prefs_summary_open.c
7762         * src/prefs_summary_open.h
7763         * src/summaryview.c
7764                 Add "select first email in list" to the list of possible selections
7765                 when opening a folder.
7766
7767 2007-11-23 [paul]       3.1.0cvs24
7768
7769         * po/de.po
7770                 a fix by Stephan Sachse, plus remove all
7771                 old strings from the end of the file
7772
7773 2007-11-23 [wwp]        3.1.0cvs23
7774
7775         * src/prefs_msg_colors.c
7776                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
7777                 with little changes.
7778
7779 2007-11-23 [paul]       3.1.0cvs22
7780
7781         * src/prefs_logging.c
7782                 eliminate wasted horizontal space
7783
7784 2007-11-23 [paul]       3.1.0cvs21
7785
7786         * src/prefs_summaries.c
7787                 don't wrap the label or put linebreaks
7788
7789 2007-11-22 [colin]      3.1.0cvs20
7790
7791         * src/plugins/pgpinline/pgpinline.c
7792                 Fix decryption
7793
7794 2007-11-22 [wwp]        3.1.0cvs19
7795
7796         * src/prefs_themes.c
7797                 Yet another misuse of get_rc_dir(), still related
7798                 to user themes. Completes 3.1.0cvs18.
7799
7800 2007-11-22 [wwp]        3.1.0cvs18
7801
7802         * src/stock_pixmap.c
7803                 Fix a misuse of get_rc_dir(), user themes dir was
7804                 not set properly and some themes might have disappeared
7805                 from themes list in prefs.
7806
7807 2007-11-22 [wwp]        3.1.0cvs17
7808
7809         * src/edittags.c
7810         * src/edittags.h
7811         * src/common/tags.c
7812         * src/common/tags.h
7813                 Correct copyright for these claws-mail-only brand new
7814                 files.
7815
7816 2007-11-22 [paul]       3.1.0cvs16
7817
7818         * src/compose.c
7819                 fix bug 1400, 'Drag and drop of URLs does not work'
7820                 Thanks to Colin
7821
7822 2007-11-22 [paul]       3.1.0cvs15
7823
7824         * src/prefs_common.c
7825                 make "cmds_use_system_default" default to FALSE
7826                 so as not to disrupt current settings
7827         * src/summaryview.c
7828                 increase the size of the GdkRectangle, tooltips
7829                 didn't show for me otherwise
7830
7831 2007-11-21 [colin]      3.1.0cvs14
7832
7833         * src/compose.c
7834         * src/crash.c
7835         * src/exphtmldlg.c
7836         * src/mainwindow.c
7837         * src/manual.c
7838         * src/mimeview.c
7839         * src/prefs_account.c
7840         * src/prefs_common.c
7841         * src/prefs_common.h
7842         * src/prefs_ext_prog.c
7843         * src/textview.c
7844         * src/uri_opener.c
7845         * src/gtk/about.c
7846         * src/gtk/gtkutils.c
7847                 Use xdg-open as a way to find default browser,
7848                 when available
7849
7850 2007-11-21 [colin]      3.1.0cvs13
7851
7852         * src/messageview.c
7853         * src/procmime.c
7854         * src/procmsg.h
7855                 Send better return receipts (useful ones)
7856                 Handle incoming return receipts
7857
7858 2007-11-20 [colin]      3.1.0cvs12
7859
7860         * src/printing.c
7861         * src/printing.h
7862                 Add getter/setter for settings, and getter
7863                 for page setup
7864
7865 2007-11-20 [colin]      3.1.0cvs11
7866
7867         * src/folderview.c
7868         * src/main.c
7869         * src/mainwindow.c
7870                 Fix bug 1396, 'Crash on disabling a filter 
7871                 while it is processing'
7872
7873 2007-11-20 [paul]       3.1.0cvs10
7874
7875         * src/folder.c
7876                 fix bug 1395, 'Crash on checking for new mails
7877                 while filter is running'
7878                 Thanks to Colin
7879
7880 2007-11-20 [paul]       3.1.0cvs9
7881
7882         * src/compose.c
7883                 make this string easier for translators
7884
7885 2007-11-19 [colin]      3.1.0cvs8
7886
7887         * src/prefs_summaries.c
7888         * src/summaryview.c
7889                 Don't enable more tooltips on Maemo
7890
7891 2007-11-19 [colin]      3.1.0cvs7
7892
7893         * src/prefs_common.c
7894         * src/prefs_common.h
7895         * src/prefs_summaries.c
7896         * src/summaryview.c
7897                 Fix bug 1388, 'message list tool tips'
7898                 Add (optional) tooltips in summaryview.
7899                 This only works with GTK+ >= 2.12
7900
7901 2007-11-19 [colin]      3.1.0cvs6
7902
7903         * src/compose.c
7904                 Make strings a bit better when attaching
7905                 from mailto: URIs
7906
7907 2007-11-19 [colin]      3.1.0cvs5
7908
7909         * src/common/utils.c
7910                 Fix bug 1392, 'Top level domain .EU is 
7911                 not recognised as valid'
7912
7913 2007-11-19 [wwp]        3.1.0cvs4
7914
7915         * src/compose.c
7916         * src/compose.h
7917                 Revert changes to compose.c made in 3.1.0cvs2.
7918
7919 2007-11-19 [wwp]        3.1.0cvs3
7920
7921         * src/addressbook.c
7922         * src/addressbook.h
7923         * src/editaddress.c
7924         * src/editgroup.c
7925         * src/addrduplicates.c
7926                 Minor improvements in the address book:
7927                 always accept new contacts provided that some
7928                 detail is set (instead of rejecting silently).
7929                 Better guessing of contact name from incomplete
7930                 name information. Better display of contacts with
7931                 no name, in contact lists, group contents, find
7932                 duplicate results.
7933                 
7934
7935 2007-11-19 [wwp]        3.1.0cvs2
7936
7937         * src/compose.c
7938         * src/compose.h
7939         * src/prefs_logging.c
7940         * src/prefs_summaries.c
7941                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
7942                 wrap some long label in prefs/summaries, layout checkboxes
7943                 in a more compact form in prefs/loggin, make account and
7944                 header's combos have the same size/spacing in compose
7945                 window.
7946
7947 2007-11-19 [wwp]        3.1.0cvs1
7948
7949         * src/edittags.c
7950                 Fix a tiny leak and duplicate variable.
7951
7952 2007-11-19 [paul]       3.1.0
7953
7954         * NEWS
7955         * README
7956         * RELEASE_NOTES 
7957                 3.1.0 released
7958
7959 2007-11-19 [paul]       3.0.2cvs145
7960
7961         * po/de.po
7962         * po/fi.po
7963         * po/fr.po
7964         * po/hu.po
7965         * po/it.po
7966         * po/pl.po
7967         * po/pt_BR.po
7968         * po/sk.po
7969         * po/zh_CN.po
7970                 updated by Stephan Sachse, Flammie Pirinen,
7971                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
7972                 Emil Nowak, Frederico Goncalves Guimaraes,
7973                 Andrej Kacian, and Ralph Young
7974
7975 2007-11-18 [mones]      3.0.2cvs144
7976
7977         * po/es.po
7978                 Updated Spanish translation
7979
7980 2007-11-18 [colin]      3.0.2cvs143
7981
7982         * src/edittags.c
7983                 Prevent empty tag after edit, thanks to wwp
7984
7985 2007-11-18 [colin]      3.0.2cvs142
7986
7987         * src/editaddress.c
7988                 Fix possible "(null)" %s - thanks to wwp
7989
7990 2007-11-16 [wwp]        3.0.2cvs141
7991
7992         * src/common/utils.c
7993                 Fix for 3.0.2cvs140, prevents from crashing when opening
7994                 a compose window.
7995
7996 2007-11-16 [colin]      3.0.2cvs140
7997
7998         * src/main.c
7999         * src/common/claws.c
8000                 Output a bit more useful info at startup
8001                 in --debug mode
8002
8003 2007-11-16 [colin]      3.0.2cvs139
8004
8005         * src/compose.c
8006         * src/common/utils.c
8007         * src/common/utils.h
8008                 Fix bug 1387, 'Request for --compose to 
8009                 support multiple attachments'
8010
8011 2007-11-16 [colin]      3.0.2cvs138
8012
8013         * src/news.c
8014                 Fix bug 1390, 'NNTP fails after server 
8015                 closed connection'
8016
8017 2007-11-16 [colin]      3.0.2cvs137
8018
8019         * src/prefs_display_header.c
8020                 Fix bug 1389, 'Changing 'Display headers 
8021                 in message view' breaks dispheaderrc'
8022
8023 2007-11-14 [colin]      3.0.2cvs136
8024
8025         * src/summaryview.c
8026         * src/gtk/quicksearch.c
8027         * src/gtk/quicksearch.h
8028                 Fix resetting the quicksearch when in non-sticky
8029                 mode, but Recursive is set: reset only when going
8030                 out of the root search folder.
8031
8032 2007-11-14 [colin]      3.0.2cvs135
8033
8034         * src/filtering.c
8035                 Don't set new flag back when doing "Mark as unread"
8036                 from filtering
8037
8038 2007-11-12 [paul]       3.0.2cvs134
8039
8040         * src/plugins/dillo_viewer/dillo_viewer.c
8041                 don't offer the mime type for translation
8042
8043 2007-11-12 [paul]
8044
8045         3.1.0-rc2 released
8046
8047 2007-11-11 [colin]      3.0.2cvs133
8048
8049         * src/imap_gtk.c
8050         * src/mh_gtk.c
8051                 Use markup-escaped strings in dialogs
8052
8053 2007-11-11 [colin]      3.0.2cvs132
8054
8055         * src/imap.c
8056                 Better IMAP-UTF7/UTF8 conversion
8057
8058 2007-11-10 [colin]      3.0.2cvs131
8059
8060         * src/news.c
8061                 Fix debian bug 450698, 'nntp auth behavior changed 
8062                 without notice'
8063
8064 2007-11-10 [colin]      3.0.2cvs130
8065
8066         * configure.ac
8067         * src/inc.c
8068         * src/main.c
8069         * src/main.h
8070         * src/mimeview.c
8071         * src/statusbar.c
8072         * src/common/utils.c
8073         * src/etpan/Makefile.am
8074         * src/gtk/filesel.c
8075         * src/gtk/gtkutils.h
8076         * src/gtk/menu.c
8077         * src/plugins/bogofilter/Makefile.am
8078         * src/plugins/clamav/Makefile.am
8079         * src/plugins/dillo_viewer/Makefile.am
8080         * src/plugins/pgpcore/Makefile.am
8081         * src/plugins/spamassassin/Makefile.am
8082         * src/plugins/trayicon/Makefile.am
8083                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
8084
8085 2007-11-09 [colin]      3.0.2cvs129
8086
8087         * src/addressbook.c
8088         * src/ldapupdate.c
8089                 fix bug 1375, 'Impossible to modify e-mail
8090                 in LDAP addressbook twice'; Try two. update
8091                 externalID, don't make display lag, and
8092                 fix the cases where dn is not mail.
8093
8094 2007-11-08 [paul]       3.0.2cvs128
8095
8096         * src/account.c
8097         * src/compose.c
8098         * src/messageview.c
8099         * src/prefs_account.c
8100         * src/prefs_account.h
8101                 reinstate 'Generate Message-ID' option as an
8102                 account preference. (hidden on IMAP)
8103                 Thanks to Colin
8104
8105 2007-11-08 [paul]       3.0.2cvs127
8106
8107         * src/textview.c
8108                 MAEMO: fix failure of loading images inline
8109                 MAEMO: fix bug 1349, 'Emails still skip to end
8110                 when opened (in certain circumstances)...'
8111
8112 2007-11-07 [colin]      3.0.2cvs126
8113
8114         * src/toolbar.c
8115                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
8116
8117 2007-11-07 [colin]      3.0.2cvs125
8118
8119         * src/toolbar.c
8120                 Re-change the string occurence of A_CLAWS_ACTIONS
8121                 to A_SYL_ACTIONS, to prevent parse errors of the
8122                 toolbar_*.xml files
8123
8124 2007-11-07 [colin]      3.0.2cvs124
8125
8126         * src/mimeview.c
8127         * src/prefs_common.c
8128         * src/prefs_common.h
8129         * manual/advanced.xml
8130                 Add an hidden pref, 'save_parts_readwrite';
8131                 completes 3.0.2cvs35
8132
8133 2007-11-07 [paul]       3.0.2cvs123
8134
8135         * src/prefs_toolbar.c
8136         * src/toolbar.c
8137         * src/toolbar.h
8138                 rename ToolbarSylpheedActions to ToolbarClawsActions
8139                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
8140
8141 2007-11-07 [paul]       3.0.2cvs122
8142
8143         * src/toolbar.c
8144                 MAEMO: remove tooltips
8145
8146 2007-11-07 [colin]      3.0.2cvs121
8147
8148         * src/plugins/pgpinline/pgpinline.c
8149                 Fix bug 1377, 'unspecific errors on 
8150                 signature checking'. Fix trimming of
8151                 UTF8 data.
8152
8153 2007-11-06 [iwkse]      3.0.2cvs120
8154
8155         * src/prefs_summary_open.c
8156                 yet a string change
8157
8158 2007-11-06 [paul]       3.0.2cvs119
8159
8160         * tools/Makefile.am
8161         * tools/README
8162         * tools/csv2addressbook.pl
8163                 add a new script that imports a CSV formatted
8164                 address book. Becky and Thunderbird address
8165                 book are currently supported.
8166
8167 2007-11-05 [colin]      3.0.2cvs118
8168
8169         * src/imap.c
8170                 Fix deletion 
8171
8172 2007-11-05 [iwkse]      3.0.2cvs117
8173
8174         * src/prefs_summary_open.c
8175                 String changes
8176
8177 2007-11-04 [paul]       3.0.2cvs116
8178
8179         * src/addressbook_foldersel.c
8180                 fix gtk critical warning
8181                 Patch by Pawel Pekala
8182
8183 2007-11-04 [paul]       3.0.2cvs115
8184
8185         * tools/README
8186         * tools/claws-mail-compose-insert-files.pl
8187                 add --bcc and uri_escape() everything
8188
8189 2007-11-04 [paul]       3.0.2cvs114
8190
8191         * src/gtk/gtkutils.c
8192                 gtkut_stock_with_text_button_set_create(): set
8193                 GTK_CAN_DEFAULT on buttons 2 and 3
8194
8195 2007-11-03 [paul]       3.0.2cvs113
8196
8197         * src/common/utils.c
8198                 fix debian bug #448814, 'mailto: URI decoding
8199                 desn't decode the destination address field'
8200                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
8201
8202 2007-11-03 [paul]       3.0.2cvs112
8203
8204         * AUTHORS
8205         * src/compose.c
8206         * src/gtk/authors.h
8207                 allow Bcc in commandline URIs
8208                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
8209
8210 2007-11-02 [colin]      3.0.2cvs111
8211
8212         * src/addressbook.c
8213                 Maybe fix bug 1376, 'crash on 
8214                 addressbook manipulation'
8215
8216 2007-10-31 [paul]       3.0.2cvs110
8217
8218         * src/ldapupdate.c
8219                 fix bug 1375, 'Impossible to modify e-mail
8220                 in LDAP addressbook twice'
8221                 Patch by Michael Rasmussen
8222
8223 2007-10-30 [paul]       3.0.2cvs109
8224
8225         * configure.ac
8226                 enable GnuTLS support with --enable-gnutls which
8227                 will disable openssl support. if the user has
8228                 gtk >= 2.10.x don't allow gnomeprint even if the
8229                 user asks for it
8230
8231 2007-10-30 [paul]
8232
8233         3.1.0-rc1 released
8234
8235 2007-10-30 [paul]       3.0.2cvs108
8236
8237         * Makefile.am
8238                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
8239
8240 2007-10-30 [paul]       3.0.2cvs107
8241
8242         * src/expldifdlg.c
8243         * src/prefs_account.c
8244         * src/prefs_folder_item.c
8245         * src/prefs_spelling.c
8246         * src/prefs_themes.c
8247         * src/wizard.c
8248         * src/gtk/gtkaspell.c
8249         * src/gtk/gtkaspell.h
8250         * src/plugins/spamassassin/spamassassin_gtk.c
8251                 replace deprecated gtk_option_menu...
8252                 patch by Pawel Pekala
8253
8254 2007-10-29 [colin]      3.0.2cvs106
8255
8256         * src/plugins/dillo_viewer/dillo_prefs.c
8257                 Fix forgotten signal connect
8258
8259 2007-10-28 [colin]      3.0.2cvs105
8260
8261         * src/plugins/dillo_viewer/dillo_prefs.c
8262         * src/plugins/dillo_viewer/dillo_prefs.h
8263         * src/plugins/dillo_viewer/dillo_viewer.c
8264                 Implement addressbook-based whitelisting for loading
8265                 remote images. Fixed missing destroy of the embedded
8266                 browser that made a Dillo window pop up on exit, if
8267                 an HTML part was displayed.
8268
8269 2007-10-26 [colin]      3.0.2cvs104
8270
8271         * src/edittags.c
8272                 Add missing static
8273
8274 2007-10-25 [colin]      3.0.2cvs103
8275
8276         * src/editaddress.c
8277                 Add tap-and-hold on the picture, for Maemo
8278         * src/edittags.c
8279         * src/edittags.h
8280         * src/mainwindow.c
8281         * src/procmsg.c
8282         * src/summaryview.c
8283         * src/textview.c
8284                 Unify tag interfaces.
8285
8286 2007-10-25 [colin]      3.0.2cvs102
8287
8288         * src/imap.c
8289         * src/etpan/imap-thread.h
8290                 Much better error handling. We'll need to be really
8291                 clear to users about where errors come from, with 
8292                 the apparition of Gmail's IMAP server.
8293
8294 2007-10-24 [colin]      3.0.2cvs101
8295
8296         * src/edittags.c
8297         * src/mainwindow.c
8298         * src/summaryview.c
8299         * src/textview.c
8300                 Add tags sorting (alphabetical); allow deletion of
8301                 tags from the Apply Tags window
8302
8303 2007-10-24 [colin]      3.0.2cvs100
8304
8305         * src/editaddress.c
8306         * src/editaddress_other_attributes_ldap.c
8307         * src/editaddress_other_attributes_ldap.h
8308         * src/ldapctrl.c
8309         * src/ldapquery.c
8310         * src/ldapupdate.c
8311                 Fix LDAP writing (got broken in cvs39)
8312                 Add read-only support for jpegPhoto LDAP field
8313
8314 2007-10-23 [colin]      3.0.2cvs99
8315
8316         * src/news.c
8317                 Fix crash in some cases
8318
8319 2007-10-22 [colin]      3.0.2cvs98
8320
8321         * src/common/socket.h
8322         * src/common/ssl.c
8323                 Fix big leak in GnuTLS code
8324
8325 2007-10-22 [colin]      3.0.2cvs97
8326
8327         * src/news.c
8328                 Fix bug 1368, 'SIGSEGV in NNTP code'
8329
8330 2007-10-22 [colin]      3.0.2cvs96
8331
8332         * src/prefs_customheader.c
8333                 Catch compface warnings when generating X-Faces
8334
8335 2007-10-22 [wwp]        3.0.2cvs95
8336
8337         * src/quote_fmt_parse.y
8338                 Remove accidentally committed debug traces.
8339                 Fix a warning.
8340
8341 2007-10-22 [colin]      3.0.2cvs94
8342
8343         * src/etpan/nntp-thread.c
8344                 Fix authentication
8345
8346 2007-10-19 [wwp]        3.0.2cvs93
8347
8348         * src/common/ssl_certificate.c
8349                 Add missing include (Windows).
8350
8351 2007-10-19 [colin]      3.0.2cvs92
8352
8353         * src/imap_gtk.c
8354         * src/mimeview.c
8355         * src/textview.c
8356         * src/gtk/inputdialog.c
8357         * src/gtk/inputdialog.h
8358                 Remove the last old combo; patch by
8359                 Pawel
8360
8361 2007-10-19 [colin]      3.0.2cvs91
8362
8363         * src/common/ssl.c
8364                 Fix interop problem with GnuTLS and some crappy
8365                 servers that have very little keys.
8366
8367 2007-10-19 [colin]      3.0.2cvs90
8368
8369         * src/common/ssl.c
8370                 Fix return value check on GnuTLS, and
8371                 display the error
8372
8373 2007-10-18 [colin]      3.0.2cvs89
8374
8375         * src/common/ssl_certificate.c
8376                 Fix missing initialisations
8377
8378 2007-10-18 [wwp]        3.0.2cvs88
8379
8380         * src/Makefile.am
8381                 Fix linking against GNUTLS (matters if --enable-gnutls only).
8382
8383 2007-10-18 [colin]      3.0.2cvs87
8384
8385         * po/POTFILES.in
8386                 Fix build
8387
8388 2007-10-18 [mones]      3.0.2cvs86
8389
8390         * src/editbook.c
8391         * src/import.c
8392         * src/prefs_account.c
8393         * src/prefs_receive.c
8394         * src/gtk/about.c
8395         * src/plugins/bogofilter/bogofilter_gtk.c
8396         * src/plugins/spamassassin/spamassassin_gtk.c
8397                 More capitalisation micro-fixes
8398
8399 2007-10-18 [paul]       3.0.2cvs85
8400
8401         * configure.ac
8402                 add info about NNTP support via libetpan
8403                 change the configure output ending msg a little
8404         * src/gtk/about.c
8405                 similar changes to above
8406
8407 2007-10-18 [colin]      3.0.2cvs84
8408
8409         * src/procmime.c
8410         * src/procmime.h
8411                 Fix missing symbol for S/MIME
8412
8413 2007-10-18 [colin]      3.0.2cvs83
8414
8415         * src/prefs_filtering_action.c
8416                 Fix crash in tags (introduced in cvs78)
8417
8418 2007-10-18 [colin]      3.0.2cvs82
8419
8420         * src/common/Makefile.am
8421         * src/common/nntp.c
8422         * src/common/nntp.h
8423         * src/etpan/Makefile.am
8424         * src/etpan/etpan-thread-manager-types.h
8425         * src/etpan/etpan-thread-manager.c
8426         * src/etpan/imap-thread.c
8427         * src/etpan/nntp-thread.c
8428         * src/etpan/nntp-thread.h
8429         * src/news.c
8430         * src/news.h
8431                 Rewrite the nntp implementation
8432                 to use libetpan. Non-blocking NNTP!
8433         * src/account.c
8434         * src/crash.c
8435         * src/imap.c
8436         * src/inc.c
8437         * src/main.c
8438         * src/mainwindow.c
8439         * src/pop.c
8440         * src/pop.h
8441         * src/prefs_account.c
8442         * src/recv.c
8443         * src/recv.h
8444         * src/send_message.c
8445         * src/send_message.h
8446         * src/ssl_manager.c
8447         * src/ssl_manager.h
8448         * src/wizard.c
8449         * src/common/claws.c
8450         * src/common/session.c
8451         * src/common/session.h
8452         * src/common/smtp.c
8453         * src/common/smtp.h
8454         * src/common/socket.c
8455         * src/common/socket.h
8456         * src/common/ssl.c
8457         * src/common/ssl.h
8458         * src/common/ssl_certificate.c
8459         * src/common/ssl_certificate.h
8460         * src/gtk/about.c
8461         * src/gtk/sslcertwindow.c
8462         * src/gtk/sslcertwindow.h
8463                 Implement GnuTLS support. GnuTLS support
8464                 will be used if OpenSSL isn't available, or
8465                 specified explicitely. (the reason is that
8466                 GnuTLS cerficate checking is a bit less 
8467                 practical than OpenSSL's)
8468
8469 2007-10-18 [paul]       3.0.2cvs81
8470
8471         * src/gtk/inputdialog.c
8472         * src/gtk/inputdialog.h
8473                 fix copyright header
8474
8475 2007-10-17 [colin]      3.0.2cvs80
8476
8477         * src/plugins/pgpcore/select-keys.c
8478                 Fix bug which prevented encryption key
8479                 auto-selection when two or more matched the
8480                 email address, but only one isn't revoked
8481                 or expired.
8482
8483 2007-10-17 [wwp]        3.0.2cvs79
8484
8485         * src/compose.c
8486         * src/quote_fmt.c
8487         * src/quote_fmt.h
8488         * src/quote_fmt_lex.l
8489         * src/quote_fmt_parse.y
8490                 Templates can now attach files using |attach{filename}.
8491
8492 2007-10-17 [wwp]        3.0.2cvs78
8493
8494         * src/prefs_customheader.c
8495         * src/prefs_ext_prog.c
8496         * src/prefs_filtering_action.c
8497         * src/prefs_matcher.c
8498         * src/prefs_other.c
8499         * src/prefs_toolbar.c
8500         * src/gtk/combobox.c
8501         * src/gtk/combobox.h
8502         * src/gtk/gtkutils.c
8503         * src/gtk/gtkutils.h
8504         * src/plugins/bogofilter/bogofilter_gtk.c
8505         * src/plugins/spamassassin/spamassassin_gtk.c
8506                 Removed almost all remaining instances of GtkCombo
8507                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
8508                 few visual and code cleanup from Colin.
8509
8510 2007-10-16 [wwp]        3.0.2cvs77
8511         * src/gtk/pluginwindow.c
8512                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
8513
8514 2007-10-15 [colin]      3.0.2cvs76
8515
8516         * src/edittags.c
8517         * src/edittags.h
8518         * src/filtering.c
8519         * src/filtering.h
8520         * src/importmutt.c
8521         * src/importpine.c
8522         * src/main.c
8523         * src/messageview.c
8524         * src/messageview.h
8525         * src/mimeview.c
8526         * src/mimeview.h
8527         * src/pop.c
8528         * src/pop.h
8529         * src/prefs_common.c
8530         * src/prefs_common.h
8531         * src/prefs_customheader.c
8532         * src/prefs_customheader.h
8533         * src/prefs_display_header.c
8534         * src/prefs_display_header.h
8535         * src/prefs_filtering_action.c
8536         * src/prefs_filtering_action.h
8537         * src/prefs_folder_column.c
8538         * src/prefs_folder_column.h
8539         * src/prefs_folder_item.c
8540         * src/prefs_folder_item.h
8541         * src/prefs_gtk.c
8542         * src/prefs_gtk.h
8543         * src/prefs_logging.h
8544         * src/prefs_matcher.c
8545         * src/prefs_matcher.h
8546         * src/prefs_summary_column.c
8547         * src/prefs_summary_column.h
8548         * src/prefs_summary_open.c
8549         * src/procheader.c
8550         * src/procheader.h
8551         * src/procmime.c
8552         * src/procmime.h
8553         * src/recv.c
8554         * src/recv.h
8555         * src/sourcewindow.c
8556         * src/sourcewindow.h
8557         * src/summaryview.c
8558         * src/summaryview.h
8559         * src/textview.c
8560         * src/textview.h
8561         * src/toolbar.c
8562         * src/toolbar.h
8563         * src/common/mgutils.c
8564         * src/common/mgutils.h
8565         * src/common/nntp.c
8566         * src/common/nntp.h
8567         * src/common/prefs.c
8568         * src/common/prefs.h
8569         * src/common/socket.c
8570         * src/common/socket.h
8571         * src/common/stringtable.c
8572         * src/common/stringtable.h
8573         * src/common/template.c
8574         * src/common/template.h
8575         * src/common/uuencode.c
8576         * src/common/uuencode.h
8577         * src/gtk/gtkshruler.c
8578         * src/gtk/gtkshruler.h
8579         * src/gtk/menu.c
8580         * src/gtk/menu.h
8581         * src/gtk/progressdialog.c
8582         * src/gtk/progressdialog.h
8583                 Remove/staticalize, the return of the revenge
8584
8585 2007-10-15 [colin]      3.0.2cvs75
8586
8587         * src/matcher.c
8588                 Fix redirections in filtering's tests
8589
8590 2007-10-15 [colin]      3.0.2cvs74
8591
8592         * src/imap.c
8593                 Don't build imap_synchronise at all when 
8594                 building without libetpan
8595
8596 2007-10-14 [colin]      3.0.2cvs73
8597
8598         * src/imap.c
8599         * src/common/md5.c
8600         * src/common/md5.h
8601         * src/gtk/manage_window.c
8602         * src/gtk/manage_window.h
8603                 Remove more unused code
8604
8605 2007-10-14 [colin]      3.0.2cvs72
8606
8607         * src/addrquery.c
8608         * src/addrquery.h
8609         * src/recv.c
8610         * src/recv.h
8611         * src/vcard.c
8612         * src/vcard.h
8613         * src/common/xml.c
8614         * src/common/xml.h
8615         * src/common/xmlprops.c
8616         * src/common/xmlprops.h
8617                 Remove more unused code
8618
8619 2007-10-14 [colin]      3.0.2cvs71
8620
8621         * src/common/utils.c
8622                 Remove unused function
8623
8624 2007-10-13 [colin]      3.0.2cvs70
8625
8626         * src/imap.c
8627         * src/imap.h
8628         * src/mainwindow.c
8629         * src/mainwindow.h
8630         * src/gtk/gtkutils.c
8631         * src/gtk/gtkutils.h
8632                 Staticalise/Remove more code
8633
8634 2007-10-13 [colin]      3.0.2cvs69
8635
8636         * src/common/utils.c
8637         * src/common/utils.h
8638                 Remove dead code, unused for ages
8639
8640 2007-10-13 [colin]      3.0.2cvs68
8641
8642         * src/main.c
8643         * src/main.h
8644                 Maemo: define hildon_program in main.c,
8645                 make it accessible in the .h with extern
8646
8647 2007-10-13 [paul]       3.0.2cvs67
8648
8649         * src/gtk/menu.c
8650                 fix a bunch of runtime warnings on maemo
8651
8652 2007-10-13 [paul]       3.0.2cvs66
8653
8654         * src/main.c
8655         * src/main.h
8656         * src/gtk/gtkutils.c
8657         * src/gtk/gtkutils.h
8658                 fix a bunch of compiler warnings on maemo
8659
8660 2007-10-12 [colin]      3.0.2cvs65
8661
8662         * src/account.c
8663         * src/addritem.c
8664         * src/addritem.h
8665         * src/filtering.c
8666         * src/filtering.h
8667         * src/folder.c
8668         * src/folder.h
8669         * src/common/utils.c
8670         * src/common/utils.h
8671                 Remove unused code, staticalise some functions
8672
8673 2007-10-12 [paul]       3.0.2cvs64
8674
8675         * src/account.c
8676         * src/folderview.c
8677         * src/main.c
8678         * src/mainwindow.c
8679         * src/messageview.c
8680         * src/summary_search.c
8681         * src/summaryview.c
8682         * src/toolbar.c
8683         * src/wizard.c
8684         * src/common/utils.c
8685         * src/gtk/prefswindow.c
8686                 fix a bunch of compiler warnings on maemo
8687
8688 2007-10-11 [colin]      3.0.2cvs63
8689
8690         * src/editaddress.c
8691                 Make static function static
8692
8693 2007-10-11 [mones]      3.0.2cvs62
8694
8695         * src/addrduplicates.c
8696         * src/addressbook.c
8697         * src/compose.c
8698         * src/expldifdlg.c
8699         * src/mainwindow.c
8700         * src/messageview.c
8701         * src/pop.c
8702         * src/prefs_customheader.c
8703         * src/prefs_send.c
8704         * src/prefs_themes.c
8705         * src/common/plugin.c
8706         * src/gtk/pluginwindow.c
8707         * src/gtk/quicksearch.c
8708                 Fix several typos and capitalisation issues
8709
8710 2007-10-11 [wwp]        3.0.2cvs61
8711
8712         * src/editaddress.c
8713                 Fix a warning about possible use of uninitialized
8714                 filename var.
8715
8716 2007-10-11 [wwp]        3.0.2cvs60
8717
8718         * src/editaddress.c
8719                 Disable "Unset picture" menu item when there's
8720                 no picture to clear. Fix an extraneous g_unref_object,
8721                 add missing initializers.
8722
8723 2007-10-11 [wwp]        3.0.2cvs59
8724
8725         * src/pixmaps/anonymous.xpm
8726         * src/editaddress.c
8727         * src/Makefile.am
8728         * src/stock_pixmap.c
8729         * src/stock_pixmap.h
8730                 Fix a leak, gettext-ize the photo label.
8731                 Don't clear the existing picture if loading
8732                 a new one fails. Use a default 'anonymous'
8733                 picture (this new xpm has been added to the
8734                 internal stock_pixmap API). Add a
8735                 "Set picture" context menu entry.
8736
8737 2007-10-11 [colin]      3.0.2cvs58
8738
8739         * src/messageview.c
8740                 Make shift-shortcuts work
8741         * src/prefs_actions.c
8742                 Don't ask if we really want to close when
8743                 choosing OK and only the list is changed
8744         * src/prefs_template.c
8745                 Don't ask if we really want to close when
8746                 choosing OK and only the list is changed
8747         * src/common/plugin.c
8748                 Fix writing of second [Plugins_*] block
8749         * src/common/template.c
8750                 Remove unused files (fixes deletion)
8751
8752 2007-10-10 [paul]       3.0.2cvs57
8753
8754         * src/prefs_template.c
8755                 put the whole thing in a scrolled window
8756                 so that half the page is no longer inaccessible
8757                 on maemo
8758                 make the gtk_text_view smaller on maemo
8759
8760 2007-10-10 [colin]      3.0.2cvs56
8761
8762         * src/compose.c
8763                 Fix updating of Attachments number in some
8764                 cases (reedit, attach from command-line, ...)
8765
8766 2007-10-10 [colin]      3.0.2cvs55
8767
8768         * src/editaddress.c
8769                 Initialise error correctly
8770
8771 2007-10-10 [paul]       3.0.2cvs54
8772
8773         * src/prefs_filtering_action.c
8774         * src/gtk/description_window.c
8775         * src/gtk/foldersort.c
8776         * src/gtk/quicksearch.c
8777                 get rid of some pointless new lines and
8778                 make the descripton labels wrap better
8779
8780 2007-10-10 [colin]      3.0.2cvs53
8781
8782         * src/addressadd.c
8783         * src/editaddress.c
8784         * src/headerview.c
8785         * src/textview.c
8786                 More error handling on saving pictures
8787
8788 2007-10-10 [colin]      3.0.2cvs52
8789
8790         * src/printing.c
8791         * src/printing.h
8792                 Generalize a bit printing, so we can factorize
8793                 most of the code. 
8794
8795 2007-10-10 [paul]       3.0.2cvs51
8796
8797         * src/addrduplicates.c
8798                 fix engrish
8799                 use GTK_STOCK... buttons
8800
8801 2007-10-10 [paul]       3.0.2cvs50
8802
8803         * src/addressadd.c
8804         * src/addrindex.c
8805         * src/editaddress.c
8806                 Fix previous patch
8807                 Thanks to Colin
8808
8809 2007-10-10 [paul]       3.0.2cvs49
8810
8811         * src/summaryview.c
8812         * src/messageview.c
8813                 Fix crash on Add sender to addressbook when
8814                 From is null
8815         * src/addressadd.c
8816         * src/addrindex.c
8817         * src/editaddress.c
8818         * src/editaddress_other_attributes_ldap.h
8819                 Fix leaks 
8820                 Rename images to .png in addrbook/
8821         * src/headerview.c
8822         * src/textview.c
8823                 Fix Face/X-Face being used if adding another
8824                 address than sender to addressbook
8825                 Thanks to Colin
8826
8827 2007-10-10 [holger]     3.0.2cvs48
8828
8829         * src/addrduplicates.c
8830         * src/editaddress.c
8831                 Improvements to the addressbook duplicate finder
8832                 feature:
8833                  - add an edit button to the button bar
8834                  - display the whole bookname (with iface) and
8835                    use this for same-book checking
8836                  - after editing, try to keep selections if the
8837                    entries are still present
8838                  - sort the email column alphabetically
8839                  - put results in a scrolled window
8840                  - support embedded editing
8841                  - make columns in detail view resizable
8842                  - add keyboard shortcuts
8843
8844 2007-10-10 [wwp]        3.0.2cvs47
8845
8846         * src/addrindex.c
8847                 Fix a crash when there's no From: in email, thanks to Colin.
8848
8849 2007-10-09 [paul]       3.0.2cvs46
8850
8851         * src/messageview.c
8852         * src/summaryview.c
8853         * src/textview.c
8854                 fix building without compface support
8855
8856 2007-10-09 [colin]      3.0.2cvs45
8857
8858         * src/editaddress.c
8859         * src/headerview.c
8860         * src/textview.c
8861                 Add error handling
8862
8863 2007-10-09 [colin]      3.0.2cvs44
8864
8865         * src/addrduplicates.c
8866         * src/addressadd.c
8867         * src/addressadd.h
8868         * src/addressbook.c
8869         * src/addressbook.h
8870         * src/addrindex.c
8871         * src/addrindex.h
8872         * src/addritem.c
8873         * src/addritem.h
8874         * src/compose.c
8875         * src/editaddress.c
8876         * src/editaddress_other_attributes_ldap.h
8877         * src/headerview.c
8878         * src/messageview.c
8879         * src/mimeview.c
8880         * src/summaryview.c
8881         * src/textview.c
8882         * src/gtk/gtkutils.c
8883                 Automatically set contacts' pictures from Face 
8884                 or X-Face if they have no picture
8885                 Display the contact picture in textview or
8886                 headerview for mails sent by people in the 
8887                 addressbook, that have no Face or X-Face
8888                 Fix a few details in the Person edition dialog
8889                 (ability to unset picture)
8890                 Remove picture file when deleting contacts
8891
8892 2007-10-09 [iwkse]      3.0.2cvs43
8893
8894         * src/gtk/about.c
8895                 center the about window
8896
8897 2007-10-09 [paul]       3.0.2cvs42
8898
8899         * src/prefs_toolbar.c
8900                 fix icon selector window on maemo
8901
8902 2007-10-09 [paul]       3.0.2cvs41
8903
8904         * src/messageview.c
8905                 add 'go to' menu to separate msgview
8906
8907 2007-10-09 [colin]      3.0.2cvs40
8908
8909         * src/common/defs.h
8910                 Add forgotten file
8911
8912 2007-10-09 [iwkse]      3.0.2cvs39
8913
8914         * Makefile.am
8915         * src/addressbook.c
8916         * src/addritem.c
8917         * src/addritem.h
8918         * src/editaddress.c
8919         * src/editaddress_other_attributes_ldap.h
8920         * src/addrbook.c
8921         * src/Makefile.am
8922                 set a photo in the Addressbook
8923
8924 2007-10-08 [colin]      3.0.2cvs38
8925
8926         * src/prefs_toolbar.c
8927                 Make height 320 to remove the scrollbar 
8928                 (with current number of icons)
8929
8930 2007-10-08 [colin]      3.0.2cvs37
8931
8932         * src/prefs_toolbar.c
8933                 Transform the treeview to a GtkIconView.
8934                 Patch by Pawel
8935                 In addition, transform the window so that 
8936                 it looks like a popup menu. Patch by me
8937
8938 2007-10-08 [colin]      3.0.2cvs36
8939
8940         * src/compose.c
8941         * src/compose.h
8942                 Beautify the GUI a bit; in particular, show the
8943                 number of attachments in the tab's title.
8944                 Patch by Pawel
8945
8946 2007-10-08 [paul]       3.0.2cvs35
8947
8948         * src/mimeview.c
8949                 Save users from themselves: save temporary
8950                 files used for Open/Open with as read-only.
8951                 Thanks to Colin
8952
8953 2007-10-08 [paul]       3.0.2cvs34
8954
8955         * tools/Makefile.am
8956                 forgot this in cvs33
8957
8958 2007-10-08 [paul]       3.0.2cvs33
8959
8960         * tools/kdeservicemenu/README
8961         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
8962         * tools/kdeservicemenu/install.sh
8963         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8964                 renamed template* to *template so as not to confuse
8965                 lintian
8966
8967 2007-10-08 [paul]       3.0.2cvs32
8968
8969         * src/prefs_themes.c
8970         * src/stock_pixmap.c
8971                 replace 2 direct uses of RC_DIR
8972
8973 2007-10-07 [colin]      3.0.2cvs31
8974
8975         * src/addrduplicates.c
8976         * src/addrduplicates.h
8977         * src/addressbook.c
8978         * src/addressbook.h
8979         * src/addrindex.c
8980         * src/addrindex.h
8981                 Implement deletion in duplicate finder. 
8982                 Patch by Holger 
8983
8984 2007-10-07 [colin]      3.0.2cvs30
8985
8986         * src/exporthtml.c
8987         * src/mbox.c
8988         * src/common/utils.c
8989                 Better fix for Solaris, thanks to Nicolas Doualot
8990
8991 2007-10-07 [colin]      3.0.2cvs29
8992
8993         * AUTHORS
8994         * src/gtk/authors.h
8995                 Add Frank Dietrich
8996
8997 2007-10-07 [colin]      3.0.2cvs28
8998
8999         * src/exporthtml.c
9000                 Fix HTML export to make it more compliant
9001                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
9002
9003 2007-10-07 [colin]      3.0.2cvs27
9004
9005         * src/prefs_toolbar.c
9006                 Only use icons that wouldn't look stupid in the toolbar
9007                 Patch by Pawel
9008
9009 2007-10-07 [colin]      3.0.2cvs26
9010
9011         * src/prefs_toolbar.c
9012                 Fix old icon being used when none is selected
9013
9014 2007-10-07 [colin]      3.0.2cvs25
9015
9016         * src/toolbar.c
9017                 Fix copy/paste error
9018
9019 2007-10-07 [colin]      3.0.2cvs24
9020
9021         * src/prefs_toolbar.c
9022         * src/toolbar.c
9023         * src/toolbar.h
9024                 Update icon to default one when changing event
9025                 Make the icon chooser nicer (handle Esc, Enter,
9026                 double-click)
9027
9028 2007-10-06 [colin]      3.0.2cvs23
9029
9030         * src/prefs_toolbar.c
9031                 Fix text reset; patch by Pawel
9032
9033 2007-10-06 [colin]      3.0.2cvs22
9034
9035         * src/toolbar.h
9036                 Complete previous commit
9037
9038 2007-10-06 [colin]      3.0.2cvs21
9039
9040         * src/prefs_toolbar.c
9041         * src/toolbar.c
9042                 Set toolbar text automatically to the default
9043                 when changing Event executed on click
9044
9045 2007-10-06 [colin]      3.0.2cvs20
9046
9047         * src/prefs_toolbar.c
9048                 Invert Text and Event fields
9049
9050 2007-10-06 [colin]      3.0.2cvs19
9051
9052         * src/prefs_toolbar.c
9053         * src/toolbar.c
9054                 Make toolbar prefs look much better
9055                 Patch by Pawel Pekala
9056
9057 2007-10-06 [paul]       3.0.2cvs18
9058
9059         * src/account.c
9060         * src/prefs_filtering.c
9061                 fix checkbuttons in gtktreeview on maemo by
9062                 setting maemo's "allow-checkbox-mode" to FALSE
9063
9064 2007-10-06 [colin]      3.0.2cvs17
9065
9066         * configure.ac
9067                 Export -DSOLARIS in CFLAGS for all
9068                 Solaris (not just 2.8) and OpenSolaris
9069
9070 2007-10-06 [paul]       3.0.2cvs16
9071
9072         * AUTHORS
9073         * src/exporthtml.c
9074         * src/mbox.c
9075         * src/gtk/authors.h
9076                 fix build on solaris where ctime_r takes
9077                 3 arguments rather than 2.
9078                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
9079
9080 2007-10-05 [colin]      3.0.2cvs15
9081
9082         * src/etpan/imap-thread.c
9083                 Fix wrong error codepath
9084
9085 2007-10-05 [wwp]        3.0.2cvs14
9086
9087         * src/filtering.c
9088                 Fix unexpected logging of quicksearches:
9089                 debug_filtering_session flag was never reset to FALSE, causing
9090                 matcher functions to log when called from a quicksearch
9091                 (if a filtering session happened before).
9092
9093 2007-10-05 [paul]       3.0.2cvs13
9094
9095         * src/prefs_actions.c
9096         * src/prefs_filtering.c
9097         * src/prefs_template.c
9098                 fix bug 1343, 'Filtering..'s close button
9099                 silently discards new filter'
9100                 Thanks to Colin
9101
9102 2007-10-05 [paul]       3.0.2cvs12
9103
9104         * configure.ac
9105         * src/Makefile.am
9106                 fix bug 1347, '-Wno-unused-function, optional'
9107
9108 2007-10-05 [colin]      3.0.2cvs11
9109
9110         * src/procmime.c
9111         * src/common/mgutils.c
9112                 Fix warnings
9113
9114 2007-10-05 [mones]      3.0.2cvs10
9115
9116         * manual/advanced.xml
9117                 Use full menu name
9118         * manual/es/advanced.xml
9119                 Synchronise translation
9120
9121 2007-10-04 [colin]      3.0.2cvs9
9122
9123         * src/action.c
9124         * src/addrbook.c
9125         * src/addrindex.c
9126         * src/compose.c
9127         * src/exporthtml.c
9128         * src/exportldif.c
9129         * src/folder.c
9130         * src/main.c
9131         * src/matcher.c
9132         * src/mbox.c
9133         * src/messageview.c
9134         * src/mh.c
9135         * src/news.c
9136         * src/partial_download.c
9137         * src/pop.c
9138         * src/procmime.c
9139         * src/procmsg.c
9140         * src/toolbar.c
9141         * src/common/log.c
9142         * src/common/mgutils.c
9143         * src/common/plugin.c
9144         * src/common/utils.c
9145         * src/common/xml.c
9146         * src/common/xml.h
9147         * src/common/xmlprops.c
9148         * src/common/xmlprops.h
9149         * src/plugins/bogofilter/bogofilter.c
9150         * src/plugins/clamav/clamav_plugin.c
9151         * src/plugins/dillo_viewer/dillo_prefs.c
9152         * src/plugins/pgpcore/prefs_gpg.c
9153         * src/plugins/pgpinline/pgpinline.c
9154         * src/plugins/pgpmime/pgpmime.c
9155         * src/plugins/spamassassin/spamassassin.c
9156         * src/plugins/trayicon/trayicon_prefs.c
9157                 Verify success on writes. Will fix possible strange
9158                 failure on disk full.
9159
9160 2007-10-04 [paul]       3.0.2cvs8
9161
9162         * manual/advanced.xml
9163                 add further info about Actions
9164                 Patch by Emmanuel Briot <briot@adacore.com>
9165
9166 2007-10-04 [paul]       3.0.2cvs7
9167
9168         * src/account.c
9169                 remove the D column, instead indicate the
9170                 default account by use of bold text
9171
9172 2007-10-03 [colin]      3.0.2cvs6
9173
9174         * src/common/template.c
9175                 Fix templates writing (was prone to disk full problems)
9176
9177 2007-10-03 [colin]      3.0.2cvs5
9178
9179         * src/Makefile.am
9180         * src/addrduplicates.c
9181         * src/addrduplicates.h
9182         * src/addressbook.c
9183                 Add duplicate deletion. Patch by Holger
9184
9185 2007-10-03 [colin]      3.0.2cvs4
9186
9187         * src/matcher.c
9188         * src/gtk/quicksearch.c
9189                 Fix bug 1340, 'Case insensitive searches with 
9190                 non-ascii alphabets fail'.
9191
9192 2007-10-03 [colin]      3.0.2cvs3
9193
9194         * src/main.c
9195         * src/common/utils.c
9196         * src/common/utils.h
9197                 Implement run-time alternative config directories
9198
9199 2007-10-03 [colin]      3.0.2cvs2
9200
9201         * src/folderview.c
9202                 Prevent opening folder item while folder
9203                 is scanned in a better way
9204
9205 2007-10-02 [paul]       3.0.2cvs1
9206
9207         * NEWS
9208         * README
9209         * RELEASE_NOTES
9210         * configure.ac
9211                 bump up version number following stable release
9212
9213 2007-09-30 [colin]      3.0.1cvs49
9214
9215         * src/imap.c
9216                 Refresh session if needed
9217
9218 2007-09-30 [colin]      3.0.1cvs48
9219
9220         * src/imap.c
9221                 Reset folder's session to NULL
9222                 before destroying it
9223
9224 2007-09-30 [mones]      3.0.1cvs47
9225
9226         * manual/handling.xml
9227                 Use markup quotes instead hardcoded quotes
9228         * manual/es/handling.xml
9229                 Added new synced section (IMAP subscriptions)
9230
9231 2007-09-29 [colin]      3.0.1cvs46
9232
9233         * src/imap.c
9234                 Notice disconnections faster
9235
9236 2007-09-28 [colin]      3.0.1cvs45
9237
9238         * src/addressbook.c
9239         * src/addrindex.c
9240                 Fix warnings
9241
9242 2007-09-28 [paul]       3.0.1cvs44
9243
9244         * src/mimeview.c
9245                 fix maemo build
9246
9247 2007-09-28 [paul]       3.0.1cvs43
9248
9249         * src/account.c
9250                 use gtk_widget_set_size_request() on the label
9251                 so that wrapping works better. get rid of the
9252                 (partially deprecated) hbutton_box.
9253                 these changes should prevent buttons overlapping
9254                 on maemo
9255
9256 2007-09-28 [colin]      3.0.1cvs42
9257
9258         * src/pop.c
9259                 Fix typo :)
9260
9261 2007-09-28 [colin]      3.0.1cvs41
9262
9263         * src/compose.c
9264         * src/msgcache.c
9265         * src/pop.c
9266         * src/procmime.c
9267         * src/etpan/imap-thread.c
9268                 64bits-related warning fixes
9269
9270 2007-09-28 [colin]      3.0.1cvs40
9271
9272         * src/folder_item_prefs.c
9273         * src/ldaputil.c
9274         * src/mainwindow.c
9275         * src/mimeview.c
9276         * src/common/tags.c
9277                 Fix warnings
9278
9279 2007-09-28 [colin]      3.0.1cvs39
9280
9281         * src/plugins/spamassassin/spamassassin.c
9282         * src/plugins/spamassassin/spamassassin.h
9283         * src/plugins/spamassassin/spamassassin_gtk.c
9284                 Add addressbook-based whitelisting
9285
9286 2007-09-28 [colin]      3.0.1cvs38
9287
9288         * src/folder.c
9289                 Fix bug 1337, 'crash on pressing Send button'
9290
9291 2007-09-28 [paul]       3.0.1cvs37
9292
9293         * src/prefs_folder_item.c
9294                 give the orphans a parent. makes all prefs
9295                 pages visible on maemo
9296
9297 2007-09-28 [colin]      3.0.1cvs36
9298
9299         * src/prefs_folder_column.c
9300         * src/prefs_summary_column.c
9301                 Fix two leaks
9302
9303 2007-09-27 [colin]      3.0.1cvs35
9304
9305         * src/gtk/quicksearch.c
9306                 Fix bug 1336, 'Segfault if empty space before search-string'
9307
9308 2007-09-26 [mones]      3.0.1cvs34
9309
9310         * manual/account.xml
9311         * manual/plugins.xml
9312                 Fixed irc channel name, added some docbook markup.
9313                 Changed text markup to docbook markup. 
9314                 Added spamcop as supported in SpamReport description.
9315         * manual/fr/plugins.xml
9316                 Fixed irc channel name.
9317         * manual/es/account.xml
9318         * manual/es/advanced.xml
9319         * manual/es/claws-mail-manual.xml
9320         * manual/es/glossary.xml
9321         * manual/es/gpl.xml
9322         * manual/es/keyboard.xml
9323         * manual/es/plugins.xml
9324                 Synced with English version, fixed a couple of typos.
9325
9326 2007-09-26 [colin]      3.0.1cvs33
9327
9328         * configure.ac
9329                 Explain why "Libgnomeprint: no" on GTK+ 2.10
9330
9331 2007-09-26 [colin]      3.0.1cvs32
9332
9333         * src/messageview.c
9334         * src/procmsg.c
9335         * src/procmsg.h
9336                 Optimisation: avoid fetching mail 3 times locally
9337                 for displaying
9338
9339 2007-09-26 [colin]      3.0.1cvs31
9340
9341         * src/mh.c
9342                 Fix missing static
9343
9344 2007-09-26 [colin]      3.0.1cvs30
9345
9346         * src/folder.c
9347         * src/folder.h
9348         * src/mh.c
9349         * src/mh.h
9350                 Fix MH mtime hack - make it a folder class function
9351
9352 2007-09-26 [colin]      3.0.1cvs29
9353
9354         * src/inc.c
9355                 Fix bug 1334, 'user defined mail incorporation 
9356                 script not run'
9357
9358 2007-09-25 [colin]      3.0.1cvs28
9359
9360         * src/codeconv.c
9361                 Optimisation: shortcut conv_codeset_strdup
9362                 when src_code and dest_code are the same
9363         * src/common/xml.c
9364         * src/common/xml.h
9365                 Optimisation: shortcut code conversions when
9366                 files are in UTF-8; faster list walking by
9367                 using prepend/reverse.
9368
9369 2007-09-25 [holger]     3.0.1cvs27
9370
9371         * src/printing.c
9372                 Replace button bar of the preview window
9373                 with a real toolbar (patch by Colin)
9374                 Add zooming to the preview window
9375
9376 2007-09-24 [paul]       3.0.1cvs26
9377
9378         * src/compose.c
9379                 compact the character set menu, adding some
9380                 missing encodings. Patch by Pawel Pekala
9381
9382 2007-09-23 [paul]       3.0.1cvs25
9383
9384         * src/prefs_account.c
9385         * src/prefs_folder_item.c
9386         * src/prefs_quote.c
9387         * src/quote_fmt.c
9388         * src/quote_fmt.h
9389                 remove unnecessary frame from Templates options
9390                 and improve the English of the check button label
9391
9392 2007-09-22 [colin]      3.0.1cvs24
9393
9394         * src/gtk/quicksearch.c
9395                 Fix bug 1329, 'error in quicksearch.c'
9396                 Fix return with value in function returning void
9397
9398 2007-09-22 [colin]      3.0.1cvs23
9399
9400         * src/imap.c
9401         * src/procmsg.h
9402         * src/common/utils.c
9403         * src/common/utils.h
9404         * src/etpan/imap-thread.c
9405                 Optimise fetching IMAP cached emails *a lot*
9406                 (remember whether mail is fully cached and \r's
9407                  are already stripped)
9408
9409 2007-09-22 [colin]      3.0.1cvs22
9410
9411         * src/folder.c
9412         * src/folder.h
9413         * src/prefs_folder_item.c
9414                 Add a button to allow users to drop local caches.
9415
9416 2007-09-21 [colin]      3.0.1cvs21
9417
9418         * src/summaryview.c
9419                 Remove unnecessary error when cancelling export to mbox.
9420                 Patch by Pawel
9421
9422 2007-09-21 [paul]       3.0.1cvs20
9423
9424         * src/gtk/prefswindow.c
9425                 remove unnecessary frames from the prefs
9426                 pages. Patch by Pawel Pekala
9427
9428 2007-09-21 [paul]       3.0.1cvs19
9429
9430         * src/prefs_account.c
9431         * src/prefs_folder_item.c
9432         * src/prefs_quote.c
9433         * src/quote_fmt.c
9434                 put the Templates options into a tabbed
9435                 layout. Patch by Pawel Pekala
9436
9437 2007-09-21 [paul]       3.0.1cvs18
9438
9439         * src/mainwindow.c
9440                 group together the character set menu items
9441                 move the /View/Show or hide/Message view below
9442                 .../Toolbar menu item
9443                 Patch by Pawel Pekala
9444
9445 2007-09-21 [mones]      3.0.1cvs17
9446
9447         * src/compose.c
9448                 Fix for bug 1327, 'segfault when replying to a non-existent
9449                 news message', thanks to Colin.
9450
9451 2007-09-21 [colin]      3.0.1cvs16
9452
9453         * src/folderview.c
9454                 Complete 3.0.1cvs15
9455
9456 2007-09-20 [colin]      3.0.1cvs15
9457
9458         * src/folderview.c
9459         * src/folderview.h
9460                 Maybe fix bug 1324, 'Corrupted IMAP cache'
9461
9462 2007-09-20 [colin]      3.0.1cvs14
9463
9464         * src/printing.c
9465                 Fix a little leak
9466
9467 2007-09-20 [holger]     3.0.1cvs13
9468
9469         * src/printing.c
9470                 Add page layout to print preview.
9471                 Make the close-button in the toolbar
9472                 right-aligned.
9473
9474 2007-09-20 [paul]       3.0.1cvs12
9475
9476         * po/ru.po
9477                 updated by Pavlo Bohmat
9478
9479 2007-09-19 [colin]      3.0.1cvs11
9480
9481         * src/common/utils.c
9482                 Prevent unquoted mime boundaries, by always
9483                 using a /
9484
9485 2007-09-19 [colin]      3.0.1cvs10
9486
9487         * src/printing.c
9488                 Fix drawing area size, fix DPI change that
9489                 can cause total number of lines to decrease
9490
9491 2007-09-19 [colin]      3.0.1cvs9
9492
9493         * po/POTFILES.in
9494         * src/printing.c
9495                 Make print preview more efficient and nicer.
9496                 Patch mostly by Holger Berndt <hb@claws-mail.org>
9497
9498 2007-09-19 [colin]      3.0.1cvs8
9499
9500         * src/prefs_common.c
9501         * src/prefs_common.h
9502         * src/printing.c
9503                 Add scrolledwindow, default allocation and
9504                 size saving to the print preview window.
9505
9506 2007-09-18 [colin]      3.0.1cvs7
9507
9508         * src/prefs_common.c
9509         * src/prefs_common.h
9510         * src/prefs_image_viewer.c
9511         * src/printing.c
9512                 GtkPrintOperation:
9513                 - add image printing support
9514                 - add option to print images
9515                 - add preview widget
9516                 - add saving of a few Page Setup parameters
9517
9518 2007-09-18 [colin]      3.0.1cvs6
9519
9520         * AUTHORS
9521         * src/gtk/authors.h
9522                 Add Guillaume Chazarain
9523
9524 2007-09-18 [colin]      3.0.1cvs5
9525
9526         * src/common/utils.c
9527                 Fix bug 1321, 'access before allocation 
9528                 when scanning for uris'. Patch by 
9529                 Guillaume Chazarain <guichaz@yahoo.fr>
9530
9531 2007-09-18 [colin]      3.0.1cvs4
9532
9533         * src/toolbar.c
9534                 Fix bug 1320, 'Memory leak caused by 
9535                 gtk_container_get_children'. Patch by
9536                 Guillaume Chazarain <guichaz@yahoo.fr>
9537
9538 2007-09-18 [colin]      3.0.1cvs3
9539
9540         * src/printing.c
9541         * src/printing.h
9542                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
9543
9544 2007-09-18 [colin]      3.0.1cvs2
9545
9546         * src/Makefile.am
9547         * src/mainwindow.c
9548         * src/messageview.c
9549         * src/messageview.h
9550         * src/prefs_ext_prog.c
9551         * src/prefs_fonts.c
9552         * src/printing.c
9553         * src/printing.h
9554         * src/summaryview.c
9555                 Use GtkPrintOperation by default on GTK+ >= 2.10
9556                 Patch by Holger Berndt <hb@claws-mail.org>
9557
9558 2007-09-18 [paul]       3.0.1cvs1
9559
9560         * NEWS
9561         * README
9562         * RELEASE_NOTES
9563         * configure.ac
9564                 bump up version number following stable release
9565
9566 2007-09-16 [colin]      3.0.0cvs18
9567
9568         * src/folder.c
9569                 Fix possible memleak
9570
9571 2007-09-16 [colin]      3.0.0cvs17
9572
9573         * src/folderview.c
9574                 Fix bug 1311, 'Wrong arrow position 
9575                 while moving message into folder when 
9576                 column headers hidden'
9577         * src/image_viewer.c
9578                 Show error in the GUI if image can't
9579                 be loaded
9580         * src/matcher.c
9581                 Fix spurious output
9582         * src/messageview.c
9583                 Allow setting domain in msgid
9584         * src/common/plugin.c
9585                 Add timing information
9586
9587 2007-09-16 [colin]      3.0.0cvs16
9588
9589         * src/account.c
9590         * src/compose.c
9591         * src/prefs_account.c
9592         * src/prefs_account.h
9593         * src/common/utils.c
9594                 Remove Generate Message-ID option. We need
9595                 this on some IMAP servers.
9596         * src/prefs_template.c
9597                 Fix double-free
9598
9599 2007-09-16 [colin]      3.0.0cvs15
9600
9601         * src/prefs_filtering.c
9602         * src/prefs_filtering.h
9603         * src/prefs_filtering_action.c
9604         * src/common/tags.c
9605                 Fix tags issues: tags with spaces, renaming
9606                 tags.
9607
9608 2007-09-16 [colin]      3.0.0cvs14
9609
9610         * src/folderview.c
9611         * src/main.c
9612         * src/mainwindow.c
9613                 Fix bug 1308, 'Claws deletes folderlist.xml after
9614                 fetching mail short after start-up'
9615
9616 2007-09-16 [colin]      3.0.0cvs13
9617
9618         * src/compose.c
9619                 Fix scrolling to cursor
9620
9621 2007-09-16 [paul]       3.0.0cvs12
9622
9623         * po/sr.po
9624                 updated by Aleksandar Urosevic
9625
9626 2007-09-16 [paul]       3.0.0cvs11
9627
9628         * src/folder.c
9629                 do not allow locked msgs to be deleted,
9630                 even by filtering/processing
9631
9632 2007-09-07 [paul]       3.0.0cvs10
9633
9634         * src/prefs_folder_column.c
9635         * src/prefs_summary_column.c
9636                 implement button sensitivity
9637                 patch by Pawel Pekala
9638
9639 2007-09-06 [wwp]        3.0.0cvs9
9640
9641         * src/prefs_gtk.c
9642                 Add a missing linefeed to a debug message.
9643
9644 2007-09-05 [colin]      3.0.0cvs8
9645
9646         * src/inc.c
9647                 Fix statusbar/window mismatch on Maemo
9648
9649 2007-09-05 [colin]      3.0.0cvs7
9650
9651         * src/ldaputil.c
9652                 Fix build without USE_LDAP_TLS
9653
9654 2007-09-05 [colin]      3.0.0cvs6
9655
9656         * src/folder.c
9657         * src/imap.c
9658         * src/inc.c
9659         * src/mbox.c
9660         * src/send_message.c
9661         * src/statusbar.c
9662         * src/statusbar.h
9663                 Maemo: distinguish various statusbar messages,
9664                 in order to display only the most important.
9665
9666 2007-09-04 [wwp]        3.0.0cvs5
9667
9668         * src/account.c
9669                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
9670                 Show protocol "SMTP" and the appropriate server for send-only
9671                 accounts, show "-" instead of "" when no value is relevant.
9672
9673 2007-09-03 [ticho]      3.0.0cvs4
9674
9675         * src/summaryview.c
9676                 Handle plural form better in delete confirmation dialog.
9677
9678 2007-09-03 [wwp]        3.0.0cvs3
9679
9680         * src/compose.c
9681                 Warn differently when sending or sending later (queueing).
9682
9683 2007-09-03 [colin]      3.0.0cvs2
9684
9685         * src/procmime.c
9686         * src/procmime.h
9687         * src/common/plugin.c
9688         * src/common/plugin.h
9689                 Add a new plugin API, MimeParser. It allows
9690                 plugins to scan email MIME parts and optionally,
9691                 transform them.
9692
9693 2007-09-03 [mones]      3.0.0cvs1
9694
9695         * po/es.po
9696                 Updated translation
9697         * src/common/defs.h
9698                 While a better solution is made double history sizes
9699
9700 2007-09-03 [paul]       3.0.0
9701
9702         * NEWS
9703         * README
9704         * RELEASE_NOTES
9705                 3.0.0 released
9706
9707 [For previous entries, see ChangeLog.2.0.0-3.0.0]