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