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