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