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