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