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