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