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