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