2009-07-16 [colin] 3.7.2cvs9
[claws.git] / ChangeLog
1 2009-07-16 [colin]      3.7.2cvs9
2
3         * src/summaryview.c
4                 Fix wrong return without unlocking; thanks
5                 to mupuf_
6
7 2009-07-14 [colin]      3.7.2cvs8
8
9         * src/imap.c
10                 Fix bug 1954, 'Segfault on reading wrong STATUS'
11
12 2009-07-10 [colin]      3.7.2cvs7
13
14         * src/plugins/pgpcore/plugin.def
15         * src/common/utils.h
16                 Fix windows port
17
18 2009-07-10 [colin]      3.7.2cvs6
19
20         * src/prefs_display_header.c
21                 Fix bug 1951, 'C-Mail dumps core when editing 
22                 displayed headers'. Patch by Alexey Rusakov
23
24 2009-07-10 [colin]      3.7.2cvs5
25
26         * src/folderview.c
27                 Fix bug 1952, 'Deleted mails in Queue folder 
28                 highlight it'.
29
30 2009-07-09 [colin]      3.7.2cvs4
31
32         * src/gtk/spell_entry.c
33                 Fix bug 1949, 'Spell checker doesn't recognise 
34                 certain word in Subject header, but does in 
35                 message body'. Patch by Pawel Pekala.
36
37 2009-07-09 [paul]       3.7.2cvs3
38
39         * configure.ac
40                 use pkgconfig to check for the minimum required
41                 version of GnuTLS
42
43 2009-07-06 [colin]      3.7.2cvs2
44
45         * src/prefs_customheader.c
46                 Fix build failure
47
48 2009-07-04 [paul]       3.7.2cvs1
49
50         * tools/claws.i18n.status.pl
51                 updated
52
53 2009-07-03 [paul]       3.7.2
54
55         * NEWS
56         * README
57         * RELEASE_NOTES 
58                 3.7.2 released!
59
60 2009-07-03 [paul]       3.7.1cvs85
61
62         * AUTHORS
63         * configure.ac
64         * po/pt_PT.po
65         * po/sk.po
66         * src/gtk/authors.h
67                 added new translations by Tiago Faria and Slavko
68         * po/bg.po
69         * po/cs.po
70         * po/de.po
71         * po/es.po
72         * po/fi.po
73         * po/fr.po
74         * po/hu.po
75         * po/id.po
76         * po/it.po
77         * po/ja.po
78         * po/pt_BR.po
79         * po/ru.po
80                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
81                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
82                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
83                 Goncalves Guimaraes, Aleksei Miheev
84
85 2009-07-01 [colin]      3.7.1cvs84
86
87         * src/prefs_common.c
88                 Fix bug 1940, 'Doesn't open links in 
89                 user's default browser'. Turn the preference
90                 to TRUE by default; that will only change the
91                 behaviour for new users.
92
93 2009-06-29 [colin]      3.7.1cvs83
94
95         * src/filtering.c
96         * src/filtering.h
97         * src/prefs_filtering_action.c
98                 Fix bug 1935, 'problems with very long filtering actions':
99                 Use a dynamic buffer in action to string, and a bigger
100                 buffer in string to action
101
102 2009-06-29 [colin]      3.7.1cvs82
103
104         * src/matcher_parser_lex.l
105                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
106
107 2009-06-29 [colin]      3.7.1cvs81
108
109         * src/addressbook.c
110                 Fix warnings
111         * src/editgroup.c
112                 Fix crash (out-of-bounds tree column)
113         * src/gtk/gtkcmctree.c
114         * src/gtk/gtksctree.c
115                 Prevent using an out-of-bounds tree column
116
117 2009-06-29 [colin]      3.7.1cvs80
118
119         * src/ldapupdate.c
120         * src/ldif.c
121                 Leak fixes; patch by Pawel Pekala.
122
123 2009-06-26 [colin]      3.7.1cvs79
124
125         * src/summaryview.c
126                 Sort by msgnum if dates are equal
127
128 2009-06-24 [paul]       3.7.1cvs78
129
130         * src/summaryview.c
131                 make some (forgotten) strings translatable
132
133 2009-06-19 [colin]      3.7.1cvs77
134
135         * src/summaryview.c
136                 Fix menu sensitiveness
137
138 2009-06-18 [colin]      3.7.1cvs76
139
140         * configure.ac
141         * src/plugins/pgpcore/sgpgme.c
142         * src/plugins/pgpcore/sgpgme.h
143         * src/plugins/pgpmime/mypgpcore.def
144         * src/plugins/pgpmime/pgpmime.c
145         * src/plugins/smime/mypgpcore.def
146         * src/plugins/smime/smime.c
147                 Use largefile support (and stop using our old GPGME
148                 hack on gpgme_data_seek/rewind)
149                 (See 1.9.12cvs44 to 46 - if this breaks things we 
150                 should soon know :)
151
152 2009-06-13 [colin]      3.7.1cvs75
153
154         * src/gtk/spell_entry.c
155                 Fix assertion. We can put a NULL gtkaspell to
156                 an entry; it just means it won't be spell-checked.
157
158 2009-06-12 [mones]      3.7.1cvs74
159
160         * src/compose.c
161         * src/messageview.c
162         * src/prefs_account.c
163         * src/prefs_account.h
164         * src/common/utils.c
165         * src/common/utils.h
166                 Added preference to use account address in generated
167                 Message-Id. Fixes Debian bug #531052
168
169 2009-06-12 [colin]      3.7.1cvs73
170
171         * src/common/ssl.c
172                 Better fix, API-compatible with libgnutls13
173
174 2009-06-12 [colin]      3.7.1cvs72
175
176         * src/common/ssl.c
177                 Use compatibility mode in GnuTLS, and avoid problems with 
178                 servers that don't comply 100% with the spec, but still
179                 exist.
180
181 2009-06-06 [iwkse]      3.7.1cvs71
182
183         * src/compose.c
184                 Ops..revert a mix with another patch
185
186 2009-06-06 [iwkse]      3.7.1cvs70
187
188         * src/compose.c
189                 A better fix for the previous commit's issue
190
191 2009-06-06 [iwkse]      3.7.1cvs69
192
193         * src/compose.c
194                 Fix shutting down of Claws Mail while a GTK_Return keypress 
195                 event is sent to the Attach property window
196
197 2009-06-05 [colin]      3.7.1cvs68
198
199         * src/compose.c
200                 Fix build on GTK+ 2.6
201
202 2009-06-03 [mones]      3.7.1cvs67
203
204         * tools/make.themes.project
205                 Oops! fix header, sorry Paul ;-)
206
207 2009-06-03 [mones]      3.7.1cvs66
208
209         * tools/make.themes.project
210                 Add support for PNG themes and other
211                 fixes i don't remember now... :)
212
213 2009-06-02 [colin]      3.7.1cvs65
214
215         * src/compose.c
216         * src/prefs_template.c
217         * src/quote_fmt.c
218                 Fix error messages in templates, and fix their
219                 checking
220
221 2009-05-22 [colin]      3.7.1cvs64
222
223         * src/compose.c
224                 And remove hbox too
225
226 2009-05-22 [colin]      3.7.1cvs63
227
228         * src/compose.c
229                 Fix phantom button behind entry when
230                 changing fields via Tools/Reply mode.
231
232 2009-05-22 [colin]      3.7.1cvs62
233
234         * src/compose.c
235                 Fix icon size
236
237 2009-05-21 [mones]      3.7.1cvs61
238
239         * src/compose.c
240         * src/compose.h
241                 Add button to empty header lines with one click
242
243 2009-05-21 [paul]       3.7.1cvs60
244
245         * src/mainwindow.c
246         * src/mainwindow.h
247         * src/plugins/trayicon/trayicon.c
248                 when quitting from the trayicon, honour
249                 prefs_common.clean_on_exit
250
251 2009-05-21 [paul]       3.7.1cvs59
252
253         * src/gtk/Makefile.am
254                 remove duplicate entry
255                 thanks to Charles A Edwards
256
257 2009-05-19 [paul]       3.7.1cvs58
258
259         * src/send_message.c
260                 clear progressbar in the statusbar on 'Cancel'
261
262 2009-05-16 [colin]      3.7.1cvs57
263
264         * AUTHORS
265         * src/gtk/authors.h
266                 Add Fabian
267
268 2009-05-16 [colin]      3.7.1cvs56
269
270         * src/msgcache.c
271                 Remove msgnum>0 condition for removing messages
272                 from caches. There's no such condition on add.
273                 Fixes bug 1913, 'Allow to remove phantom 
274                 messages from the cache'; patch by Fabian
275                 Keil <fk at fabiankeil.de>
276
277 2009-05-12 [holger]     3.7.1cvs55
278
279         * src/messageview.c
280         * src/messageview.h
281                 Introduce hook after showing of the message view
282
283 2009-05-11 [colin]      3.7.1cvs54
284
285         * src/compose.c
286                 Fix bug 1872, 'A: Cc: CCi: selector should 
287                 default on same as preceding contact'
288
289 2009-05-10 [holger]     3.7.1cvs53
290
291         * src/addr_compl.c
292         * src/addr_compl.h
293                 Add a hook to make it possible for plugins to
294                 modify the address completion list
295
296 2009-05-06 [paul]       3.7.1cvs52
297
298         * src/folder.c
299         * src/mimeview.c
300                 fix bug 1915, 'Mails signed with smime.p7s
301                 display both signed and attachment icon.'
302
303 2009-05-05 [colin]      3.7.1cvs51
304
305         * src/common/utils.c
306                 Fix patch :)
307
308 2009-05-05 [colin]      3.7.1cvs50
309
310         * src/common/utils.c
311                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
312                 different mountpoint than tempdir'
313
314 2009-05-04 [colin]      3.7.1cvs49
315
316         * src/msgcache.c
317                 Probably fix bug 1914, 'Crash reading
318                 corrupted tags file'
319
320 2009-04-26 [paul]       3.7.1cvs48
321
322         * configure.ac
323         * src/gtk/gtkaspell.h
324                 fix bug 1904, 'build mechanism looks for
325                 'enchant.h' in a wrong place'
326
327 2009-04-25 [paul]       3.7.1cvs47
328
329         * src/printing.c
330                 gah! fix coding style!
331
332 2009-04-25 [paul]       3.7.1cvs46
333
334         * src/printing.c
335         * src/toolbar.c
336                 if building with GTK+ >= 2.16 use
337                 gtk_orientable_set_orientation() instead of now
338                 deprecated gtk_toolbar_set_orientation()
339
340 2009-04-24 [colin]      3.7.1cvs45
341
342         * src/compose.c
343                 Ask before sending if an attached file has
344                 disappeared.
345
346 2009-04-19 [paul]       3.7.1cvs44
347
348         * src/prefs_common.c
349         * src/prefs_common.h
350         * src/gtk/about.c
351                 save About window size.
352                 patch by Pawel Pekala
353
354 2009-04-12 [paul]       3.7.1cvs43
355
356         * tools/csv2addressbook.pl
357                 add extra CSV fields that are now appended
358                 by thunderbird (version 2.0.0.21)
359
360 2009-04-08 [colin]      3.7.1cvs42
361
362         * src/procmime.c
363                 fix saving (but not displaying) of UTF-16
364                 files
365
366 2009-04-08 [colin]      3.7.1cvs41
367
368         * src/gtk/manage_window.c
369                 Disable transient windows on win32 - seems to
370                 fix most focusing issues
371
372 2009-04-05 [colin]      3.7.1cvs40
373
374         * src/procmsg.c
375                 Don't ask whether we want to send deleted mails in queue
376                 folders; also, don't send deleted mails when flushing
377                 queues
378
379 2009-04-04 [paul]       3.7.1cvs39
380
381         * AUTHORS
382         * configure.ac
383         * po/id.po
384         * src/gtk/authors.h
385         * tools/claws.i18n.status.pl
386                 add new Indonesian translation, by
387                 MSulchan Darmawan
388
389 2009-04-03 [paul]       3.7.1cvs38
390
391         * AUTHORS
392         * src/gtk/authors.h
393                 credit due
394
395 2009-04-03 [colin]      3.7.1cvs37
396
397         * src/compose.c
398         * src/textview.c
399                 Fix bug 1891, 'Add support for gopher:// links'
400                 Patch by Jacob Head <clawsmail at jacob-head.com>
401                 Let's go back to the roots! 
402
403 2009-04-03 [paul]       3.7.1cvs36
404
405         * m4/Makefile.am
406                 complete cvs35
407
408 2009-04-03 [paul]       3.7.1cvs35
409
410         * configure.ac
411                 add AC_CONFIG_MACRO_DIR([m4])
412                 remove CLAWS_ACLOCAL_INCLUDE(m4)
413         * m4/aclocal-include.m4
414                 removed this now unneeded file
415
416 2009-04-02 [colin]      3.7.1cvs34
417
418         * src/common/utils.h
419                 Fix previous (thanks to Marcus :)
420
421 2009-04-02 [colin]      3.7.1cvs33
422
423         * src/common/utils.h
424         * src/etpan/etpan-thread-manager.c
425                 pipe() was a macro from GLib on win32 until
426                 glib 2.13.2. It's undefined after that.
427                 Thanks to Marcus Brinkmann for the heads-up!
428
429 2009-03-31 [colin]      3.7.1cvs32
430
431         * src/folder_item_prefs.c
432                 Copy folder settings with prefs
433
434 2009-03-31 [colin]      3.7.1cvs31
435
436         * src/prefs_account.c
437                 Don't use un-sensitive checkboxes in Privacy tab
438                 when privacy system in None (makes unchecking 
439                 painful when no privacy plugin is loaded)
440
441 2009-03-30 [colin]      3.7.1cvs30
442
443         * src/folder.c
444         * src/folder.h
445         * src/imap.c
446         * src/mainwindow.c
447         * src/mainwindow.h
448         * src/prefs_account.c
449         * src/prefs_account.h
450         * src/summaryview.c
451         * src/summaryview.h
452                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
453                 Add an option on the Receive page of IMAP account preferences:
454                 "Move deleted mails to trash and expunge immediately". This
455                 option defaults to TRUE to avoid changing the existing behaviour.
456                 Setting it to FALSE prevents automatic expunging. 
457                 Also, add Tools/Expunge and View/Hide deleted messages menu items
458                 (View/Hide deleted message being a per-folder setting, and behaving,
459                 like View/Hide read messages).
460
461 2009-03-30 [colin]      3.7.1cvs29
462
463         * src/imap.c
464                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
465                 ask for IMAP password when using GSSAPI auth
466
467 2009-03-27 [colin]      3.7.1cvs28
468
469         * src/folder.c
470                 Fix cvs14, make sure we mark non-existent caches dirty
471                 (or they never get written)
472
473 2009-03-27 [colin]      3.7.1cvs27
474
475         * src/imap.c
476                 Fix tag update when all tags are removed 
477                 from another client
478
479 2009-03-25 [colin]      3.7.1cvs26
480
481         * configure.ac
482                 Fix configure.ac, thanks to Pawel
483
484 2009-03-25 [colin]      3.7.1cvs25
485
486         * src/news.c
487         * src/etpan/nntp-thread.c
488                 Fix header fetching (NG/To/Cc). Fixes 
489                 bug 1883, 'Message processing fails to 
490                 act on Newsgroups: field'
491
492 2009-03-23 [colin]      3.7.1cvs24
493
494         * src/textview.c
495                 Fix internal headers visible in queue/sent
496
497 2009-03-23 [colin]      3.7.1cvs23
498
499         * configure.ac
500                 Fix check for RC (resource compiler) used
501                 on win32 (AC_LIBTOOL_RC used to call it 
502                 implicitely but stopped)
503
504 2009-03-19 [colin]      3.7.1cvs22
505
506         * src/toolbar.c
507                 Put spam button in default toolbar even if
508                 bogofilter and spamassassin are not built.
509                 Other anti-spam plugin could exist! :)
510         * src/common/utils.c
511                 Fix exit status fetch on win32
512
513 2009-03-18 [paul]       3.7.1cvs21
514
515         * src/gtk/spell_entry.c
516                 fix "[BUG] Wrong word replaced in 'Subject:'
517                 when spell-checking correction used"
518                 Patch by Pawel Pekala
519
520 2009-03-17 [colin]      3.7.1cvs20
521
522         * src/common/utils.c
523                 Fix win32 build (from cvs12)
524
525 2009-03-17 [colin]      3.7.1cvs19
526
527         * src/compose.c
528                 Fix bug 1735, 'Change To: and Newsgroups: 
529                 recipient field according account type'
530                 Patch by Pawel
531
532 2009-03-17 [colin]      3.7.1cvs18
533
534         * src/msgcache.c
535         * src/prefs_common.c
536         * src/prefs_common.h
537         * src/prefs_other.c
538         * src/common/prefs.c
539                 Add preference for fsyncing metadata
540
541 2009-03-16 [paul]       3.7.1cvs17
542
543         * src/prefs_customheader.c
544                 add forgotten #if HAVE_LIBCOMPFACE
545
546 2009-03-16 [paul]       3.7.1cvs16
547
548         * src/prefs_customheader.c
549                 put the (X-)Face preview image below the up/down
550                 buttons so they don't jump around.
551                 make the list reorderable by drag'n'drop
552
553 2009-03-16 [colin]      3.7.1cvs15
554
555         * src/prefs_customheader.c
556                 Add a (X-)Face preview. Patch by iwkse.
557
558 2009-03-16 [colin]      3.7.1cvs14
559
560         * src/compose.c
561         * src/folder.c
562         * src/folder.h
563         * src/msgcache.c
564         * src/common/prefs.c
565                 Add fsync calls to make sure we don't
566                 lose data on system crashes. (to do:
567                 add a pref to allow people choosing raw
568                 speed)
569
570 2009-03-15 [colin]      3.7.1cvs13
571
572         * src/gtk/gtkaspell.c
573                 Fix empty menu when there are no
574                 suggestions (using the Spelling menu)
575
576 2009-03-14 [colin]      3.7.1cvs12
577
578         * src/common/utils.c
579                 Win32: fix subject prefix length
580
581 2009-03-11 [mones]      3.7.1cvs11
582
583         * po/es.po
584                 fix encoding declared in header
585                 update translation now we're at it
586
587 2009-03-10 [colin]      3.7.1cvs10
588
589         * src/messageview.c
590                 Fix "wrong mime" message printed out multiple
591                 times
592
593 2009-03-10 [colin]      3.7.1cvs9
594
595         * src/prefs_folder_item.c
596                 Fix build
597
598 2009-03-09 [paul]       3.7.1cvs8
599
600         * src/prefs_folder_item.c
601         * src/send_message.c
602                 fixes to english text
603
604 2009-03-08 [paul]       3.7.1cvs7
605
606         * po/ja.po
607                 correct errors in header
608
609 2009-03-08 [paul]       3.7.1cvs6
610
611         * AUTHORS
612         * configure.ac
613         * po/ja.po
614         * src/gtk/authors.h
615         * tools/claws.i18n.status.pl
616                 add Japanese translation, submitted by kazken3
617
618 2009-03-07 [colin]      3.7.1cvs5
619
620         * src/messageview.c
621                 Don't let the invalid MIME warning hide
622                 other noticeview (Partial receive or 
623                 return receipt).
624
625 2009-03-07 [colin]      3.7.1cvs4
626
627         * src/procmime.c
628                 Fix build
629
630 2009-03-07 [colin]      3.7.1cvs3
631
632         * src/messageview.c
633         * src/procmime.c
634         * src/procmime.h
635                 Handle mimeparts that lack an end boundary.
636                 They're invalid but it's too annoying for
637                 normal users to fix.
638
639 2009-03-06 [wwp]        3.7.1cvs2
640
641         * src/compose.c
642         * src/folder_item_prefs.c
643         * src/folder_item_prefs.h
644         * src/prefs_folder_item.c
645                 Add per-folder default cc, bcc and reply-to.
646
647 2009-03-06 [colin]      3.7.1cvs1
648
649         * src/gedit-print.c
650         * src/gtk/gtksourceprintjob.c
651                 Fix build with old print interface
652
653 2009-03-06 [paul]       3.7.1
654
655         * NEWS
656         * README
657         * RELEASE_NOTES 
658                 3.7.1 released!
659
660 2009-03-06 [paul]       3.7.0cvs78
661
662         * po/cs.po
663         * po/de.po
664         * po/fi.po
665         * po/fr.po
666         * po/hu.po
667         * po/nl.po
668         * po/pt_BR.po
669         * po/sv.po
670         * po/zh_CN.po
671                 updated by David Vachulka, Stephan Sachse, Flammie
672                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
673                 Frederico Goncalves Guimaraes, Lars Persson Fink,
674                 and Ralph Young
675
676 2009-03-03 [colin]      3.7.0cvs77
677
678         * src/prefs_filtering.c
679                 Win32: Fix bug 1865, 'IMAP account name changes 
680                 are not followed at filter actions'
681
682 2009-03-02 [colin]      3.7.0cvs76
683
684         * src/imap.c
685                 Fix Launchpad bug 335571: 'claws-mail crashed 
686                 with SIGSEGV in strlen() while deleting 
687                 large amount of e-mails on IMAP account
688
689 2009-02-27 [mones]      3.7.0cvs75
690
691         * manual/es/account.xml
692         * manual/es/ack.xml
693         * manual/es/addrbook.xml
694         * manual/es/advanced.xml
695         * manual/es/claws-mail-manual.xml
696         * manual/es/faq.xml
697         * manual/es/glossary.xml
698         * manual/es/gpl.xml
699         * manual/es/handling.xml
700         * manual/es/intro.xml
701         * manual/es/keyboard.xml
702         * manual/es/plugins.xml
703         * manual/es/starting.xml
704                 Sync with English version, fix some typos
705                 Changed encoding to UTF-8
706         * po/es.po
707                 Update for release, changed encoding to UTF-8
708
709 2009-02-24 [colin]      3.7.0cvs74
710
711         * src/printing.c
712                 Don't print separation line if there
713                 are no headers
714
715 2009-02-23 [cleroy]     3.7.0cvs73
716
717         * src/account.c
718         * src/action.c
719         * src/addr_compl.c
720         * src/addrbook.c
721         * src/addrcache.c
722         * src/addrcindex.c
723         * src/addrclip.c
724         * src/addrduplicates.c
725         * src/addressadd.c
726         * src/addressbook.c
727         * src/addressbook_foldersel.c
728         * src/addrharvest.c
729         * src/addrindex.c
730         * src/addritem.c
731         * src/addrquery.c
732         * src/addrselect.c
733         * src/codeconv.c
734         * src/compose.c
735         * src/customheader.c
736         * src/editaddress.c
737         * src/editaddress_other_attributes_ldap.c
738         * src/editgroup.c
739         * src/editldap.c
740         * src/enriched.c
741         * src/exporthtml.c
742         * src/exportldif.c
743         * src/filtering.c
744         * src/folder.c
745         * src/foldersel.c
746         * src/folderutils.c
747         * src/folderview.c
748         * src/gedit-print.c
749         * src/html.c
750         * src/imap.c
751         * src/imap_gtk.c
752         * src/inc.c
753         * src/jpilot.c
754         * src/ldapctrl.c
755         * src/ldapquery.c
756         * src/ldapserver.c
757         * src/ldapupdate.c
758         * src/ldif.c
759         * src/localfolder.c
760         * src/main.c
761         * src/mainwindow.c
762         * src/matcher.c
763         * src/mbox.c
764         * src/messageview.c
765         * src/mh.c
766         * src/mh_gtk.c
767         * src/mimeview.c
768         * src/msgcache.c
769         * src/mutt.c
770         * src/news.c
771         * src/news_gtk.c
772         * src/noticeview.c
773         * src/pine.c
774         * src/pop.c
775         * src/prefs_account.c
776         * src/prefs_actions.c
777         * src/prefs_common.c
778         * src/prefs_filtering.c
779         * src/prefs_filtering_action.c
780         * src/prefs_folder_column.c
781         * src/prefs_folder_item.c
782         * src/prefs_gtk.c
783         * src/prefs_matcher.c
784         * src/prefs_quote.c
785         * src/prefs_send.c
786         * src/prefs_summaries.c
787         * src/prefs_summary_column.c
788         * src/prefs_template.c
789         * src/prefs_themes.c
790         * src/prefs_toolbar.c
791         * src/printing.c
792         * src/privacy.c
793         * src/procheader.c
794         * src/procmime.c
795         * src/procmsg.c
796         * src/quote_fmt.c
797         * src/remotefolder.c
798         * src/send_message.c
799         * src/sourcewindow.c
800         * src/statusbar.c
801         * src/stock_pixmap.c
802         * src/summary_search.c
803         * src/summaryview.c
804         * src/textview.c
805         * src/toolbar.c
806         * src/undo.c
807         * src/uri_opener.c
808         * src/vcard.c
809         * src/common/base64.c
810         * src/common/claws.c
811         * src/common/hooks.c
812         * src/common/plugin.c
813         * src/common/prefs.c
814         * src/common/session.c
815         * src/common/smtp.c
816         * src/common/socket.c
817         * src/common/string_match.c
818         * src/common/stringtable.c
819         * src/common/utils.c
820         * src/common/utils.h
821         * src/common/xml.c
822         * src/common/xmlprops.c
823         * src/gtk/colorlabel.c
824         * src/gtk/combobox.c
825         * src/gtk/foldersort.c
826         * src/gtk/gtkaspell.c
827         * src/gtk/gtkcmclist.c
828         * src/gtk/gtkcmctree.c
829         * src/gtk/gtkcmoptionmenu.c
830         * src/gtk/gtksctree.c
831         * src/gtk/gtkshruler.c
832         * src/gtk/gtksourceprintjob.c
833         * src/gtk/gtkutils.c
834         * src/gtk/gtkvscrollbutton.c
835         * src/gtk/logwindow.c
836         * src/gtk/menu.c
837         * src/gtk/pluginwindow.c
838         * src/gtk/prefswindow.c
839         * src/gtk/quicksearch.c
840         * src/gtk/spell_entry.c
841         * src/plugins/pgpcore/select-keys.c
842         * src/plugins/pgpinline/pgpinline.c
843         * src/plugins/pgpmime/pgpmime.c
844         * src/plugins/smime/smime.c
845         * src/plugins/spamassassin/spamassassin_gtk.c
846                 Mass commit changing g_return_* to cm_return_*
847                 and making these more interesting
848
849 2009-02-23 [colin]      3.7.0cvs72
850
851         * src/imap.c
852                 Always initialise error code to no error
853
854 2009-02-23 [colin]      3.7.0cvs71
855
856         * src/imap.c
857                 Fix separator substitution
858
859 2009-02-23 [colin]      3.7.0cvs70
860
861         * src/stock_pixmap.c
862         * src/gtk/colorlabel.c
863                 don't use g_return on normal checks
864
865 2009-02-22 [colin]      3.7.0cvs69
866
867         * src/addressbook.c
868         * src/procmime.c
869                 More fixes
870
871 2009-02-22 [colin]      3.7.0cvs68
872
873         * src/addrduplicates.c
874         * src/addressbook.c
875         * src/addrharvest.c
876         * src/codeconv.c
877         * src/compose.c
878         * src/filtering.c
879         * src/folder.c
880         * src/imap.c
881         * src/imap_gtk.c
882         * src/importldif.c
883         * src/jpilot.c
884         * src/mainwindow.c
885         * src/matcher.c
886         * src/mbox.c
887         * src/messageview.c
888         * src/mh_gtk.c
889         * src/prefs_common.c
890         * src/prefs_filtering.c
891         * src/prefs_gtk.c
892         * src/printing.c
893         * src/privacy.c
894         * src/procmime.c
895         * src/procmsg.c
896         * src/summaryview.c
897         * src/textview.c
898         * src/undo.c
899         * src/wizard.c
900         * src/common/md5.c
901         * src/common/socket.c
902         * src/common/template.c
903         * src/etpan/imap-thread.c
904         * src/gtk/gtkaspell.c
905         * src/gtk/gtkcmctree.c
906         * src/gtk/gtksctree.c
907         * src/gtk/inputdialog.c
908         * src/plugins/pgpcore/sgpgme.c
909         * src/plugins/pgpmime/pgpmime.c
910         * src/plugins/smime/smime.c
911         * src/plugins/spamassassin/spamassassin.c
912                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
913                 uninitialised accesses
914
915 2009-02-17 [colin]      3.7.0cvs67
916
917         * src/compose.c
918                 Disable controls during queuing
919
920 2009-02-15 [colin]      3.7.0cvs66
921
922         * src/privacy.c
923         * src/plugins/pgpcore/select-keys.c
924         * src/plugins/pgpcore/sgpgme.c
925                 Disable use of disabled keys
926
927 2009-02-15 [colin]      3.7.0cvs65
928
929         * src/folderview.c
930         * src/summaryview.c
931                 Fix font updating after changing 
932                 prefs_common.derive_from_normal_font
933
934 2009-02-12 [paul]       3.7.0cvs64
935
936         * src/addressitem.h
937         * src/export.h
938         * src/headerview.c
939         * src/headerview.h
940         * src/common/version.h.in
941         * src/gtk/about.h
942         * src/gtk/menu.c
943         * src/gtk/menu.h
944                 more copyright header fixes
945
946 2009-02-12 [paul]       3.7.0cvs63
947
948         * src/gtk/progressdialog.c
949         * src/gtk/progressdialog.h
950                 fix copyright header
951
952 2009-02-12 [paul]       3.7.0cvs62
953
954         * src/gtk/spell_entry.c
955         * src/gtk/spell_entry.h
956                 better, more standard copyright header
957
958 2009-02-12 [paul]       3.7.0cvs61
959
960         * src/gtk/spell_entry.c
961         * src/gtk/spell_entry.h
962                 changes to copyright header
963
964 2009-02-12 [paul]       3.7.0cvs60
965
966         * src/gtk/spell_entry.c
967         * src/gtk/spell_entry.h
968                 fix broken build
969
970 2009-02-11 [colin]      3.7.0cvs59
971
972         * src/gtk/spell_entry.c
973         * src/gtk/spell_entry.h
974                 Forgot to add files
975
976 2009-02-11 [colin]      3.7.0cvs58
977
978         * src/compose.c
979         * src/gtk/Makefile.am
980         * src/gtk/gtkaspell.c
981         * src/gtk/gtkaspell.h
982                 Add spellcheck to subject. Patch by
983                 Pawel.
984
985 2009-02-10 [holger]     3.7.0cvs57
986
987         * src/printing.c
988         * src/common/defs.h
989                 Move filename define for printing page setup cache to defs.h
990
991 2009-02-08 [mones]      3.7.0cvs56
992
993         * src/matcher.h
994                 Fix build for bison 2.4.1
995
996 2009-02-06 [holger]     3.7.0cvs55
997
998         * src/prefs_common.c
999         * src/prefs_common.h
1000         * src/printing.c
1001                 Fix restoring of custom page setups for printing by
1002                 temporarily caching the settings.
1003                 This is a workaround for Gnome Bug #39018, and fixes
1004                 Claws Mail Bug #1840.
1005
1006 2009-02-06 [colin]      3.7.0cvs54
1007
1008         * src/mainwindow.c
1009                 Fix hardcoded Shift-Q quits. Fixes
1010                 bug 1838, 'Claws-Mail sometimes quits 
1011                 when attempting to type a capital Q'
1012
1013 2009-01-31 [paul]       3.7.0cvs53
1014
1015         * src/compose.c
1016                 revert 3.7.0cvs49, until there is time to find out
1017                 why it causes a nasty crash!
1018
1019 2009-01-31 [paul]       3.7.0cvs52
1020
1021         * src/mainwindow.c
1022                 1 string that was forgotten for translation
1023
1024 2009-01-31 [paul]       3.7.0cvs51
1025
1026         * src/messageview.c
1027                 2 strings that were forgotten for translation
1028
1029 2009-01-31 [paul]       3.7.0cvs50
1030
1031         * src/gtk/prefswindow.c
1032                 build prefs tree in a slightly smarter way -
1033                 fix bug where if path[0] had same name as
1034                 path[1], (like in the de translation), path[1]
1035                 was lost and not shown in the window
1036
1037 2009-01-31 [paul]       3.7.0cvs49
1038
1039         * src/compose.c
1040                 fix bug 1836, 'Quoted text still blue after
1041                 removal of quote-character'
1042                 comment out some debug_print's that needlessly
1043                 slow things down
1044         * src/undo.c
1045                 comment out a debug_print that needlessly slows
1046                 things down
1047
1048 2009-01-31 [paul]       3.7.0cvs48
1049
1050         * src/summaryview.c
1051                 fix bug 1834, '"semi"-selection when collapsing thread'
1052
1053 2009-01-31 [paul]       3.7.0cvs47
1054
1055         * src/prefs_compose_writing.c
1056         * src/prefs_message.c
1057                 move 'quote_chars' pref to where it should be
1058
1059 2009-01-30 [paul]       3.7.0cvs46
1060
1061         * src/summaryview.c
1062                 fix updating of popup menu sensitivity
1063
1064 2009-01-28 [paul]       3.7.0cvs45
1065
1066         * tools/filter_conv_new.pl
1067                 move 'move' and 'delete' to end of @actions
1068                 so that they are always final actions in the
1069                 generated filtering rule
1070
1071 2009-01-27 [paul]       3.7.0cvs44
1072
1073         * src/messageview.c
1074                 always select text/calendar mimepart if suitable
1075                 plugin (i.e. vCalendar) is available
1076
1077 2009-01-27 [paul]       3.7.0cvs43
1078
1079         * src/folder.c
1080                 fix crash when right-clicking in summaryview when
1081                 processing is active
1082
1083 2009-01-22 [colin]      3.7.0cvs42
1084
1085         * src/compose.c
1086         * src/privacy.c
1087         * src/privacy.h
1088                 When replying to signed/encrypted mail and the
1089                 preference to sign/encrypt in this case is set,
1090                 choose the original mail's privacy system (if
1091                 available).
1092
1093 2009-01-21 [colin]      3.7.0cvs41
1094
1095         * src/addressbook.h
1096                 Fix warning (on-the-fly theming of
1097                 addressbook isn't complete yet)
1098
1099 2009-01-21 [colin]      3.7.0cvs40
1100
1101         * src/account.c
1102         * src/addressbook.c
1103                 Win32: Fix window placement
1104
1105 2009-01-21 [paul]       3.7.0cvs39
1106
1107         * src/inc.c
1108                 update timeout log msg
1109
1110 2009-01-17 [colin]      3.7.0cvs38
1111
1112         * src/main.c
1113         * src/mbox.c
1114         * src/common/md5.c
1115         * src/common/utils.c
1116         * src/etpan/imap-thread.c
1117                 Fix g_open calls (which don't ignore mode)
1118
1119 2009-01-17 [colin]      3.7.0cvs37
1120
1121         * src/addressbook.c
1122         * src/compose.c
1123         * src/foldersel.c
1124         * src/main.c
1125         * src/mainwindow.c
1126         * src/mbox.c
1127         * src/common/md5.c
1128         * src/common/ssl_certificate.c
1129         * src/common/tags.c
1130         * src/common/utils.c
1131         * src/etpan/imap-thread.c
1132         * src/plugins/bogofilter/bogofilter.c
1133         * src/plugins/pgpinline/pgpinline.c
1134         * src/plugins/smime/smime.c
1135                 Probably fix bug 1825, 'Unable to fetch messages from 
1136                 IMAP folders named with non-ASCII string'
1137                 Change remaining occurences of fopen and open with
1138                 g_fopen and g_open
1139
1140 2009-01-17 [paul]       3.7.0cvs36
1141
1142         * manual/faq.xml
1143                 update an old, outdated piece of info
1144
1145 2009-01-17 [paul]       3.7.0cvs35
1146
1147         * src/prefs_folder_item.c
1148                 fix bug where saving Folder Properties of a
1149                 sub-folder of outbox, queue, draft or trash
1150                 would change its parent's folder type to normal
1151
1152 2009-01-12 [mones]      3.7.0cvs34
1153
1154         * po/es.po
1155                 Updated translation
1156
1157 2009-01-12 [wwp]        3.7.0cvs33
1158
1159         * tools/fix_date.sh
1160         * tools/popfile-link.sh
1161         * tools/textviewer.sh
1162                 Fix bashisms and other portability glitches (thanks to
1163                 Steven M. Bellovin).
1164
1165 2009-01-11 [paul]       3.7.0cvs32
1166
1167         * src/addrindex.c
1168                 clean up some build warnings
1169
1170 2009-01-11 [colin]      3.7.0cvs31
1171
1172         * src/addrindex.c
1173                 Revert part of patch 3.7.0cvs29 
1174                 This function is used when jpilot
1175                 support is disabled
1176
1177 2009-01-11 [colin]      3.7.0cvs30
1178
1179         * src/folder.c
1180                 folder_find_child_item_by_name():
1181                 actually use name, not path's basename
1182
1183 2009-01-11 [paul]       3.7.0cvs29
1184
1185         * src/addrclip.c
1186         * src/addrindex.c
1187         * src/addritem.c
1188         * src/foldersel.h
1189         * src/folderview.c
1190         * src/prefs_folder_item.c
1191                 clean up some build warnings
1192
1193 2009-01-11 [paul]       3.7.0cvs28
1194
1195         * src/gtk/about.c
1196                 don't even mention printing support, assume its
1197                 presence, unless building with GTK+ < 2.10.0
1198
1199 2009-01-10 [colin]      3.7.0cvs27
1200
1201         * src/codeconv.c
1202                 Fix bug 1811, '[mime] Crash when there's no 
1203                 room for filename's start on the same line'
1204                 When the mimetype of the attachment is very 
1205                 long, there's no room at all to start the 
1206                 name=... parameter on the same line. This
1207                 caused an infinite loop as 0 characters of
1208                 the filename could be appended.
1209                 In such cases, insert linebreak before the
1210                 name parameter.
1211
1212 2009-01-09 [colin]      3.7.0cvs26
1213
1214         * src/compose.c
1215         * src/mainwindow.c
1216         * src/common/utils.c
1217                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
1218                 Compose Window does not attach'
1219
1220 2009-01-09 [colin]      3.7.0cvs25
1221
1222         * src/foldersel.c
1223                 Fix bug 1817, 'Changing Themes does not 
1224                 update the pixmaps in "Select folder" 
1225                 dialog box'
1226
1227 2009-01-09 [colin]      3.7.0cvs24
1228
1229         * src/main.c
1230                 Win32: Fix bug 1816, 'Attaching files with 
1231                 command-line generates error after attaching'
1232
1233 2009-01-09 [paul]       3.7.0cvs23
1234
1235         * src/gtk/about.c
1236                 forgot this '2009' in last commit
1237
1238 2009-01-09 [paul]       3.7.0cvs22
1239
1240         * src/*/*.[c,h]
1241                 it's 2009!
1242                 update copyright headers
1243
1244 2009-01-09 [paul]       3.7.0cvs21
1245
1246         * doc/man/claws-mail.1
1247                 update Team list
1248
1249 2009-01-09 [colin]      3.7.0cvs20
1250
1251         * src/messageview.c
1252                 Fix bug 1814, 'Windows' WM badly places 
1253                 message view'
1254
1255 2009-01-09 [colin]      3.7.0cvs19
1256
1257         * src/prefs_themes.c
1258         * src/stock_pixmap.c
1259         * src/stock_pixmap.h
1260         * src/common/utils.c
1261         * src/common/utils.h
1262                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
1263
1264 2009-01-08 [colin]      3.7.0cvs18
1265
1266         * src/mimeview.c
1267                 Win32: Fix bug 1810, 'Pressing 'o' key 
1268                 crashes CM'
1269
1270 2009-01-07 [colin]      3.7.0cvs17
1271
1272         * src/html.c
1273                 Fix bug 1432, '&amp; not escaped in links (HTML 
1274                 rendered as text)'
1275
1276 2009-01-06 [colin]      3.7.0cvs16
1277
1278         * src/plugins/pgpcore/select-keys.c
1279                 Warn translators the usual way about
1280                 accels
1281
1282 2009-01-06 [colin]      3.7.0cvs15
1283
1284         * src/mainwindow.c
1285                 Fix synchronisation dialog that shouldn't
1286                 appear when network goes down (Network
1287                 Manager)
1288         * src/mimeview.c
1289         * src/textview.c
1290                 Fix save as when attach_save_dir isn't set
1291                 fixes bug 1804, 'attach_save_directory does 
1292                 not default to $HOME'
1293         * src/plugins/pgpcore/select-keys.c
1294                 Add mnemonics to buttons - warn translators!
1295
1296 2009-01-06 [wwp]        3.7.0cvs14
1297
1298         * src/common/utils.c
1299                 Fix cvs13, thanks to Colin.
1300
1301 2009-01-06 [wwp]        3.7.0cvs13
1302
1303         * src/common/utils.c
1304                 Better support for Spanish Outlook replies (RES).
1305
1306 2009-01-02 [colin]      3.7.0cvs12
1307
1308         * src/folderview.c
1309                 Fix (+) sign after collapsed folder names that 
1310                 have quicksearch-matching children.
1311                 Fixes bug 1506, 'Recursive search in collapsed 
1312                 folders'
1313
1314 2009-01-02 [colin]      3.7.0cvs11
1315
1316         * src/stock_pixmap.c
1317         * src/stock_pixmap.h
1318                 Remove now-unused stock_pixmap_gdk
1319
1320 2009-01-02 [colin]      3.7.0cvs10
1321
1322         * src/gtk/gtkutils.c
1323         * src/pixmaps/claws-mail_icon.xpm
1324                 Use pixbuf for app icon, and make the app icon
1325                 a bit nicer
1326
1327 2009-01-02 [colin]      3.7.0cvs9
1328
1329         * src/uri_opener.c
1330                 Show both link title and URI if possible
1331
1332 2009-01-02 [colin]      3.7.0cvs8
1333
1334         * src/addressadd.c
1335         * src/addressbook.c
1336         * src/addressbook_foldersel.c
1337         * src/addressitem.h
1338         * src/folderview.c
1339         * src/grouplistdialog.c
1340         * src/importldif.c
1341         * src/mimeview.c
1342         * src/summaryview.c
1343         * src/gtk/gtkcmclist.c
1344         * src/gtk/gtkcmclist.h
1345         * src/gtk/gtkcmctree.c
1346         * src/gtk/gtkcmctree.h
1347         * src/gtk/gtksctree.c
1348         * src/gtk/gtksctree.h
1349                 Implement pixbuf rendering in tree widgets
1350                 instead of pixmaps
1351         * src/plugins/trayicon/trayicon.c
1352         * src/noticeview.c
1353         * src/prefs_themes.c
1354                 Use pixbuf rendering here too
1355
1356 2008-12-30 [paul]       3.7.0cvs7
1357
1358         * src/textview.c
1359                 no need to prematurely trim the uri in the statusbar
1360
1361 2008-12-29 [paul]       3.7.0cvs6
1362
1363         * src/procmsg.c
1364                 prefer List-Id header to X-* headers when creating
1365                 filter rule automatically
1366
1367 2008-12-28 [colin]      3.7.0cvs5
1368
1369         * src/compose.c
1370                 Set minimum height to 440 instead of 480
1371
1372 2008-12-22 [colin]      3.7.0cvs4
1373
1374         * src/compose.c
1375                 Fix bug 1799, '"Discard message" deletes manually 
1376                 saved draft'. Switch rmode to REEDIT after 
1377                 manually saving.
1378
1379 2008-12-21 [paul]       3.7.0cvs3
1380
1381         * tools/claws.i18n.status.pl
1382                 updates
1383
1384 2008-12-21 [paul]       3.7.0cvs2
1385
1386         * AUTHORS
1387         * src/gtk/authors.h
1388                 (more) updates
1389
1390 2008-12-21 [paul]       3.7.0cvs1
1391
1392         * AUTHORS
1393         * src/gtk/authors.h
1394                 updates
1395
1396 2008-12-19 [paul]       3.7.0
1397
1398         * NEWS
1399         * README
1400         * RELEASE_NOTES 
1401                 3.7.0 released!
1402
1403 2008-12-19 [paul]       3.6.1cvs80
1404
1405         * configure.ac
1406                 remove unmaintained sk and sr from ALL_LINGUAS
1407                 add newly maintained cs to ALL_LINGUAS
1408         * po/bg.po
1409         * po/ca.po
1410         * po/cs.po
1411         * po/de.po
1412         * po/fi.po
1413         * po/hu.po
1414         * po/nl.po
1415         * po/pt_BR.po
1416         * po/ru.po
1417         * po/sv.po
1418                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1419                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
1420                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1421                 Persson Fink
1422
1423 2008-12-16 [colin]      3.6.1cvs79
1424
1425         * src/plugins/pgpcore/sgpgme.c
1426                 Fix warning
1427
1428 2008-12-15 [colin]      3.6.1cvs78
1429
1430         * src/compose.c
1431         * src/privacy.c
1432         * src/privacy.h
1433         * src/plugins/pgpcore/sgpgme.c
1434         * src/plugins/pgpcore/sgpgme.h
1435         * src/plugins/pgpinline/pgpinline.c
1436         * src/plugins/pgpmime/pgpmime.c
1437         * src/plugins/smime/smime.c
1438                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
1439                 email address" doesn't work'. Use custom from address
1440                 if set
1441
1442 2008-12-15 [colin]      3.6.1cvs77
1443
1444         * src/common/utils.c
1445                 Fix bug 1746, 'Makes a mailto link from several 
1446                 paragraphs'
1447
1448 2008-12-15 [paul]       3.6.1cvs76
1449
1450         * m4/spamassassin.m4
1451                 fix warnings thrown up by autoconf-2.63
1452
1453 2008-12-13 [colin]      3.6.1cvs75
1454
1455         * Makefile.am
1456         * src/Makefile.am
1457         * src/common/ssl.c
1458         * src/common/utils.c
1459         * src/common/utils.h
1460         * tools/Makefile.am
1461                 Finish previous patch
1462
1463 2008-12-13 [colin]      3.6.1cvs74
1464
1465         * tools/Makefile.am
1466                 Only install certs on windows
1467
1468 2008-12-13 [colin]      3.6.1cvs73
1469
1470         * tools/Makefile.am
1471         * tools/ca-certificates.crt
1472         * src/common/Makefile.am
1473         * src/common/ssl.c
1474                 First try to ship SSL certificates in Windows
1475                 build
1476
1477 2008-12-12 [colin]      3.6.1cvs72
1478
1479         * configure.ac
1480         * src/plugins/pgpinline/claws.def
1481                 Windows build fixes
1482
1483 2008-12-12 [paul]       3.6.1cvs71
1484
1485         * src/imap.c
1486         * src/mh.c
1487         * src/partial_download.c
1488         * src/textview.c
1489         * src/common/claws.c
1490         * src/common/prefs.c
1491         * src/common/utils.c
1492                 win32: fix unlinking, renaming and bug with
1493                 non-ascii username
1494                 Patch by Colin
1495
1496 2008-12-11 [colin]      3.6.1cvs70
1497
1498         * po/fr.po
1499         * manual/fr/advanced.xml
1500                 Update french translations
1501
1502 2008-12-10 [colin]      3.6.1cvs69
1503
1504         * manual/faq.xml
1505                 Correct bug submission guidelines
1506
1507 2008-12-10 [colin]      3.6.1cvs68
1508
1509         * src/plugins/pgpcore/pgp_viewer.c
1510                 Fix bug 1736, 'Key import does not work'
1511                 Kill the correct pid (and not the parent
1512                 shell), and increase the timeout a bit.
1513
1514 2008-12-09 [paul]       3.6.1cvs67
1515
1516         * src/messageview.c
1517                 ensure that any stray noticeview buttons are hidden,
1518                 as clicking them causes segfaults!
1519
1520 2008-12-09 [colin]      3.6.1cvs66
1521
1522         * src/compose.c
1523         * src/compose.h
1524         * src/folder_item_prefs.h
1525         * src/prefs_common.c
1526         * src/prefs_common.h
1527         * src/common/defs.h
1528                 Fix bug 1792, '"Save Message to" should 
1529                 retain list of recently selected folders'
1530                 Also, make Enchant-related prefs stick
1531                 even if the build doesn't enable enchant
1532
1533 2008-12-09 [paul]       3.6.1cvs65
1534
1535         * src/messageview.c
1536                 fix bug 1787, 'Prevent automatic PGP inline
1537                 decryption attempts' use the noticeview to display
1538                 decryption failure messages instead of the irritating
1539                 popup dialog
1540
1541 2008-12-09 [colin]      3.6.1cvs64
1542
1543         * src/prefs_filtering.c
1544                 Fix bug 1789, 'filtering account selection 
1545                 (regression)'. Filtering on sending-only
1546                 accounts can be a little useful when using
1547                 filtering via Tools menu.
1548
1549 2008-12-07 [paul]       3.6.1cvs63
1550
1551         * src/prefs_actions.c
1552                 don't auto-select first entry (same as other
1553                 similar dialogs)
1554         * src/gtk/pluginwindow.c
1555                 these parents don't have children so don't look
1556                 for them
1557
1558 2008-12-07 [paul]       3.6.1cvs62
1559
1560         * src/prefs_account.c
1561         * src/gtk/pluginwindow.c
1562         * src/gtk/prefswindow.c
1563         * src/gtk/prefswindow.h
1564                 auto-select first page
1565
1566 2008-12-05 [colin]      3.6.1cvs61
1567
1568         * src/codeconv.c
1569         * src/procmime.c
1570                 Fix bug 1788, 'CM crashes re-encoding 
1571                 encoded parameters' (introduced in cvs40)
1572
1573 2008-12-05 [paul]       3.6.1cvs60
1574
1575         * src/prefs_common.h
1576                 remove gpg prefs that are no longer needed here
1577
1578 2008-12-03 [colin]      3.6.1cvs59
1579
1580         * src/msgcache.c
1581                 Speed up cache reading (about 10% gain)
1582         * src/summaryview.c
1583         * src/gtk/gtksctree.c
1584                 Speed up expand/collapse all threads
1585                 (about 95% gain)
1586
1587 2008-12-03 [paul]       3.6.1cvs58
1588
1589         * configure.ac
1590                 eradicate gcc4's signedness warnings
1591                 fix building with gnuTLS on (Open)Solaris
1592
1593 2008-12-01 [colin]      3.6.1cvs57
1594
1595         * src/gtk/gtkcmclist.c
1596                 Fix column headers
1597
1598 2008-12-01 [colin]      3.6.1cvs56
1599
1600         * src/plugins/pgpinline/pgpinline.c
1601                 Fix bug 1779, 'PGP Inline badly handles 
1602                 multipart'. Properly dump the current part
1603                 instead of running around with scissors
1604
1605 2008-11-30 [paul]       3.6.1cvs55
1606
1607         * manual/advanced.xml
1608         * manual/plugins.xml
1609         * src/prefs_toolbar.c
1610                 remove the verb from the page title and
1611                 update references in the manual
1612
1613 2008-11-30 [paul]       3.6.1cvs54
1614
1615         * src/prefs_other.c
1616                 move Other/ page to Other/Miscellaneous
1617         * src/gtk/prefswindow.c
1618                 make parent page unselectable
1619
1620 2008-11-29 [paul]       3.6.1cvs53
1621
1622         * README
1623                 add the new 'primary_paste_unselects' hidden
1624                 option, add missing 'log_[...]_color' options,
1625                 and reformat the text
1626         * manual/advanced.xml
1627                 add the new 'primary_paste_unselects' hidden
1628                 option, add missing 'log_[...]_color' options
1629
1630 2008-11-28 [colin]      3.6.1cvs52
1631
1632         * src/mimeview.c
1633                 Fix leak
1634
1635 2008-11-28 [colin]      3.6.1cvs51
1636
1637         * po/fr.po
1638                 Update translation
1639
1640 2008-11-28 [colin]      3.6.1cvs50
1641
1642         * src/mainwindow.c
1643                 Fix account selection in Mailing list
1644                 menu
1645
1646 2008-11-28 [paul]       3.6.1cvs49
1647
1648         * po/Makefile.in.in
1649                 automatically remove obsolete strings
1650
1651 2008-11-28 [colin]      3.6.1cvs48
1652
1653         * src/plugins/pgpcore/sgpgme.c
1654                 Fix error message when key isn't available.
1655
1656 2008-11-27 [colin]      3.6.1cvs47
1657
1658         * src/filtering.c
1659         * src/matcher.c
1660                 Fix a little leak
1661
1662 2008-11-26 [colin]      3.6.1cvs46
1663
1664         * src/common/ssl.c
1665                 Fix new warning
1666
1667 2008-11-26 [colin]      3.6.1cvs45
1668
1669         * src/plugins/pgpcore/select-keys.c
1670         * src/plugins/pgpcore/sgpgme.c
1671                 Fix bug 1591, 'S/MIME: better key 
1672                 handling/selection dialog'
1673                 Really ignore revoked/expired keys
1674
1675 2008-11-26 [colin]      3.6.1cvs44
1676
1677         * src/main.c
1678         * src/common/claws.c
1679         * src/common/ssl.c
1680                 Make sure libgcrypt's threading is initialised
1681                 before gnutls. See also old bug 1539.
1682
1683 2008-11-26 [colin]      3.6.1cvs43
1684
1685         * src/imap.c
1686         * src/news.c
1687         * src/etpan/imap-thread.c
1688                 Fix possible crashes due to clist_begin()
1689                 not checking for NULLs (it should!)
1690
1691 2008-11-25 [colin]      3.6.1cvs42
1692
1693         * src/procmime.c
1694                 Fix line length in MIME parameters
1695
1696 2008-11-22 [paul]       3.6.1cvs41
1697
1698         * src/compose.c
1699                 grab Return key press in attachments Properties
1700                 dialog
1701
1702 2008-11-21 [colin]      3.6.1cvs40
1703
1704         * src/compose.c
1705         * src/procmime.c
1706                 Fix bug 1776, 'use encoded name parameters 
1707                 for attachments instead of ascii'.
1708                 Break the RFC 2047 by using B-encoded 
1709                 filename parameter, like everyone does,
1710                 following advice from the RFC author.
1711
1712 2008-11-21 [colin]      3.6.1cvs39
1713
1714         * src/common/socket.c
1715                 Rehandshake if server asks to
1716
1717 2008-11-21 [colin]      3.6.1cvs38
1718
1719         * src/mimeview.h
1720         * src/toolbar.h
1721         * src/common/session.h
1722         * src/common/smtp.h
1723                 Move conditional-compilation members to
1724                 end of structs
1725
1726 2008-11-19 [wwp]        3.6.1cvs37
1727
1728         * src/prefs_actions.c
1729                 Fixed wrong behaviour when pressing Escape (was not cancelling
1730                 the action).
1731
1732 2008-11-19 [wwp]        3.6.1cvs36
1733
1734         * src/compose.c
1735         * src/matcher.c
1736         * src/messageview.c
1737         * src/mimeview.c
1738         * src/prefs_actions.c
1739         * src/prefs_filtering_action.c
1740         * src/procmsg.c
1741         * src/summaryview.c
1742         * src/textview.c
1743         * src/common/utils.c
1744                 Replace occurrences of "command line" with "command-line" everywhere.
1745                 Enforce code style (mostly indentation) in prefs_actions.c.
1746
1747 2008-11-19 [colin]      3.6.1cvs35
1748
1749         * src/compose.c
1750         * src/prefs_common.c
1751         * src/prefs_common.h
1752                 Add primary_paste_unselects hidden preference
1753                 to change how middle-click pasting changes
1754                 the selection and insert point; defaults to
1755                 pre-3.6.1cvs31
1756
1757 2008-11-19 [colin]      3.6.1cvs34
1758
1759         * src/folderview.c
1760                 Always give focus to summaryview, even if
1761                 the folder is empty, in small screen layout.
1762                 Allows to go back to folderlist using the
1763                 keyboard.
1764
1765 2008-11-18 [colin]      3.6.1cvs33
1766
1767         * src/mainwindow.h
1768                 Put back conditional at the end of struct
1769
1770 2008-11-18 [colin]      3.6.1cvs32
1771
1772         * src/procmime.c
1773         * src/common/w32_reg.c
1774                 Fix crash on win32 when browsing to a
1775                 directory
1776
1777 2008-11-15 [colin]      3.6.1cvs31
1778
1779         * src/compose.c
1780                 After a mid-click paste, deselect selection
1781                 and go to end of paste.
1782
1783 2008-11-15 [colin]      3.6.1cvs30
1784
1785         * src/compose.c
1786                 Auto-save draft after external editor quits
1787
1788 2008-11-15 [colin]      3.6.1cvs29
1789
1790         * src/plugins/pgpcore/sgpgme.c
1791                 Fix wrong error display, thanks to
1792                 Charles A. Edwards
1793
1794 2008-11-14 [colin]      3.6.1cvs28
1795
1796         * src/prefs_actions.c
1797                 Comment out bogus (IMO) warning
1798
1799 2008-11-14 [colin]      3.6.1cvs27
1800
1801         * src/mainwindow.c
1802         * src/summaryview.c
1803         * src/summaryview.h
1804         * src/gtk/menu.c
1805         * src/gtk/menu.h
1806                 Share summaryview's context menu actions with
1807                 the equivalent menu items of the main menu;
1808                 this allows to share accelerators and de-
1809                 duplicate code.
1810
1811 2008-11-14 [colin]      3.6.1cvs26
1812
1813         * src/plugins/pgpcore/sgpgme.c
1814                 Fix bug 1768, 'claws-mail crashes while 
1815                 checking smime bad signature'
1816
1817 2008-11-13 [colin]      3.6.1cvs25
1818
1819         * src/account.c
1820         * src/filtering.c
1821                 Fix redefinition of PREFSBUFSIZE
1822
1823 2008-11-13 [wwp]        3.6.1cvs24
1824
1825         * tools/popfile-link.sh
1826                 Add support for reusing existing POPFile session ID.
1827
1828 2008-11-12 [colin]      3.6.1cvs23
1829
1830         * src/prefs_gtk.h
1831                 Fix bug 1771, 'Folder template gets 
1832                 truncated when exiting the application'
1833                 Use a 32k buffer for string preferences
1834
1835 2008-11-11 [colin]      3.6.1cvs22
1836
1837         * src/summaryview.c
1838                 Fix "display sender using addressbook" when
1839                 prefs_common.swap_from is in use. Patch by
1840                 H. Merijn Brand
1841
1842 2008-11-11 [colin]      3.6.1cvs21
1843
1844         * src/autofaces.c
1845         * src/common/md5.c
1846         * src/common/md5.h
1847                 Make a few functions static
1848
1849 2008-11-07 [colin]      3.6.1cvs20
1850
1851         * src/mainwindow.c
1852         * src/summaryview.c
1853                 Fix crash when rebuilding colorlabel
1854                 menu
1855         * src/addrgather.c
1856         * src/editldap.c
1857         * src/prefs_account.c
1858         * src/prefs_compose_writing.c
1859         * src/prefs_logging.c
1860         * src/prefs_message.c
1861         * src/prefs_other.c
1862         * src/prefs_receive.c
1863         * src/prefs_summaries.c
1864         * src/prefs_wrapping.c
1865         * src/plugins/bogofilter/bogofilter_gtk.c
1866         * src/plugins/pgpcore/prefs_gpg.c
1867         * src/plugins/spamassassin/spamassassin_gtk.c
1868                 Fix deprecated use of page_size in 
1869                 gtkspinbutton adjustments
1870
1871 2008-11-06 [mones]      3.6.1cvs19
1872
1873         * src/mainwindow.c
1874                 Fix missing "About" in Help menu
1875         * tools/claws.i18n.status.pl
1876                 Fix header
1877
1878 2008-11-05 [colin]      3.6.1cvs18
1879
1880         * src/action.c
1881         * src/main.c
1882         * src/mainwindow.c
1883         * src/common/socket.c
1884         * src/common/socket.h
1885         * src/gtk/gtkutils.c
1886         * src/gtk/gtkutils.h
1887                 w32: Implement single launch (lock
1888                 socket); always put debug log to
1889                 the rc_dir; fix Start menu update
1890                 after registering as default Mail 
1891                 app
1892
1893 2008-11-05 [colin]      3.6.1cvs17
1894
1895         * src/mainwindow.c
1896                 Setting the Mail start menu item in HKCU 
1897                 confuses the Internet Options dialog. Do 
1898                 it in HKLM as this dialog does.
1899
1900 2008-11-04 [colin]      3.6.1cvs16
1901
1902         * src/common/w32_reg.c
1903                 Fix off-by-one
1904
1905 2008-11-04 [colin]      3.6.1cvs15
1906
1907         * src/procmime.c
1908                 w32: Fix getting content-type 
1909         * src/mimeview.c
1910         * src/prefs_common.c
1911         * src/prefs_common.h
1912         * src/prefs_ext_prog.c
1913         * src/textview.c
1914                 w32: better integration (use the
1915                 standard file associations instead
1916                 of our platform-unadapted open
1917                 dialog)
1918         * src/mainwindow.c
1919         * src/common/utils.c
1920         * src/common/w32_reg.c
1921         * src/common/w32lib.h
1922                 w32: better integration (allow 
1923                 setting Claws as default MUA)
1924
1925 2008-11-01 [colin]      3.6.1cvs14
1926
1927         * src/codeconv.c
1928                 Fix wrongly converted non-ascii characters
1929                 when locale's charset is US-ASCII (strict-mode
1930                 was failing in this case)
1931
1932 2008-10-30 [colin]      3.6.1cvs13
1933
1934         * src/mimeview.c
1935         * src/mimeview.h
1936         * src/textview.c
1937         * src/textview.h
1938                 Use one UI Manager per mimeview, instead of
1939                 the global one -- else user_data pointer gets
1940                 broken if opening and closing another message-
1941                 view, then using right-click on a mimeview's 
1942                 mimepart. Probably fixes bug 1711, 'Save-as
1943                 attachment crashes'
1944
1945 2008-10-24 [paul]       3.6.1cvs12
1946
1947         * tools/Makefile.am
1948         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1949         * tools/kdeservicemenu/install.sh
1950                 another, possibly the final?, attempt on getting this
1951                 sorted for kde4
1952
1953 2008-10-24 [paul]       3.6.1cvs11
1954
1955         * tools/kdeservicemenu/install.sh
1956                 fix servicemenu installation directory on kde4
1957
1958 2008-10-24 [paul]       3.6.1cvs10
1959
1960         * tools/kdeservicemenu/README
1961         * tools/kdeservicemenu/install.sh
1962                 add support for kde4 in addition to kde3.
1963                 a rework involving checking for kde4-config, then
1964                 kde-config, finally prompting the user for the
1965                 location of either if they cannot be found
1966                 
1967
1968 2008-10-18 [paul]       3.6.1cvs9
1969
1970         * tools/claws.i18n.status.pl
1971                 updated with latest translator info.
1972                 only print for languages defined in %langname
1973
1974 2008-10-17 [paul]       3.6.1cvs8
1975
1976         * src/plugins/pgpcore/sgpgme.c
1977                 when listing the uid's, show the uid validity
1978
1979 2008-10-16 [paul]       3.6.1cvs7
1980
1981         * INSTALL
1982                 updated
1983
1984 2008-10-13 [wwp]        3.6.1cvs6
1985
1986         * po/fr.po
1987                 Updated French translation.
1988
1989 2008-10-11 [colin]      3.6.1cvs5
1990
1991         * src/gtk/authors.h
1992                 Fix bug 1756, "Outdated translators list in About 
1993                 dialogue". Patch by Aleksei Miheev.
1994
1995 2008-10-11 [colin]      3.6.1cvs4
1996
1997         * src/account.c
1998         * src/imap.c
1999         * src/inc.c
2000         * src/main.c
2001         * src/mainwindow.c
2002         * src/news.c
2003         * src/pop.c
2004         * src/pop.h
2005         * src/prefs_account.c
2006         * src/send_message.c
2007         * src/send_message.h
2008         * src/ssl_manager.c
2009         * src/ssl_manager.h
2010         * src/wizard.c
2011         * src/common/claws.c
2012         * src/common/defs.h
2013         * src/common/session.c
2014         * src/common/session.h
2015         * src/common/smtp.c
2016         * src/common/smtp.h
2017         * src/common/socket.c
2018         * src/common/socket.h
2019         * src/common/ssl.c
2020         * src/common/ssl.h
2021         * src/common/ssl_certificate.c
2022         * src/common/ssl_certificate.h
2023         * src/gtk/about.c
2024         * src/gtk/sslcertwindow.c
2025         * src/gtk/sslcertwindow.h
2026                 Remove OpenSSL code
2027
2028 2008-10-11 [colin]      3.6.1cvs3
2029
2030         * src/common/ssl_certificate.c
2031                 Make local function static
2032
2033 2008-10-10 [colin]      3.6.1cvs2
2034
2035         * src/common/ssl.h
2036         * src/common/ssl_certificate.c
2037         * src/gtk/sslcertwindow.c
2038                 Add offline certificate verification,
2039                 thanks to Nikos Mavrogiannopoulos for the
2040                 hints
2041
2042 2008-10-10 [colin]      3.6.1cvs1
2043
2044         * src/common/ssl_certificate.c
2045         * src/gtk/sslcertwindow.c
2046                 Fix warnings
2047
2048 2008-10-10 [paul]       3.6.1
2049
2050         * m4/spamassassin.m4
2051                 remove openssl dross
2052
2053         * NEWS
2054         * README
2055         * RELEASE_NOTES 
2056                 3.6.1 released!
2057
2058 2008-10-10 [colin]      3.6.0cvs25
2059
2060         * src/common/ssl.c
2061                 Tell libetpan it doesn't need to init
2062                 GnuTLS
2063
2064 2008-10-10 [colin]      3.6.0cvs24
2065
2066         * claws-mail.pc.in
2067                 Remove references to openssl
2068
2069 2008-10-09 [colin]      3.6.0cvs23
2070
2071         * configure.ac
2072                 Fix message
2073
2074 2008-10-09 [colin]      3.6.0cvs22
2075
2076         * configure.ac
2077                 Error out when building against openssl
2078
2079 2008-10-09 [colin]      3.6.0cvs21
2080
2081         * configure.ac
2082         * COPYING
2083         * src/crash.c
2084         * src/main.c
2085         * src/gtk/about.c
2086                 Disable OpenSSL due to requirement of
2087                 OpenSSL exception. Code not removed yet,
2088                 just in case, but disabled.
2089
2090 2008-10-09 [colin]      3.6.0cvs20
2091
2092         * configure.ac
2093         * src/Makefile.am
2094         * src/crash.c
2095         * src/gedit-print.c
2096         * src/gedit-print.h
2097         * src/main.c
2098         * src/mainwindow.c
2099         * src/messageview.c
2100         * src/prefs_ext_prog.c
2101         * src/prefs_fonts.c
2102         * src/prefs_image_viewer.c
2103         * src/printing.c
2104         * src/printing.h
2105         * src/summaryview.c
2106         * src/gtk/Makefile.am
2107         * src/gtk/about.c
2108         * src/gtk/gtksourceprintjob.c
2109         * src/gtk/gtksourceprintjob.h
2110                 Revert previous patch. It'd be better to remove
2111                 OpenSSL instead, as GnuTLS works as well.
2112
2113 2008-10-09 [colin]      3.6.0cvs19
2114
2115         * configure.ac
2116         * src/Makefile.am
2117         * src/crash.c
2118         * src/gedit-print.c
2119         * src/gedit-print.h
2120         * src/main.c
2121         * src/mainwindow.c
2122         * src/messageview.c
2123         * src/prefs_ext_prog.c
2124         * src/prefs_fonts.c
2125         * src/prefs_image_viewer.c
2126         * src/printing.c
2127         * src/printing.h
2128         * src/summaryview.c
2129         * src/gtk/Makefile.am
2130         * src/gtk/about.c
2131         * src/gtk/gtksourceprintjob.c
2132         * src/gtk/gtksourceprintjob.h
2133                 Remove the libgnomeprint interface (deprecated,
2134                 and fixes Debian's #501570, 'Copyright confusion')
2135
2136 2008-10-09 [colin]      3.6.0cvs18
2137
2138         * configure.ac
2139                 Require libetpan 0.57 (important fixes)
2140
2141 2008-10-08 [paul]       3.6.0cvs17
2142
2143         * src/prefs_filtering_action.c
2144         * src/prefs_matcher.c
2145                 enable re-ordering of the filtering/processing
2146                 condition and actions lists by drag'n'drop
2147
2148 2008-10-08 [colin]      3.6.0cvs16
2149
2150         * src/addressbook.c
2151                 Fix wrong menu title
2152
2153 2008-10-07 [colin]      3.6.0cvs15
2154
2155         * src/imap.c
2156                 After thinking, revert this. It's only a minor
2157                 annoyance to GSSAPI users, and I can't test this
2158                 right now. Postponed until after next good release.
2159
2160 2008-10-07 [colin]      3.6.0cvs14
2161
2162         * src/imap.c
2163                 Don't ask for a password when using GSSAPI
2164
2165 2008-10-07 [colin]      3.6.0cvs13
2166
2167         * src/mainwindow.c
2168                 Fix build with GTK+ < 2.14
2169
2170 2008-10-07 [colin]      3.6.0cvs12
2171
2172         * src/mainwindow.c
2173         * src/mainwindow.h
2174         * src/prefs_common.c
2175         * src/prefs_common.h
2176         * src/summaryview.c
2177         * src/gtk/colorlabel.c
2178                 Fix bug 1749, 'Shortcut keys for color labels 
2179                 not changeable'
2180                 Make fullscreen a setting remembered between
2181                 sessions
2182
2183 2008-10-07 [colin]      3.6.0cvs11
2184
2185         * src/prefs_other.c
2186                 Fix bug 1747, 'Wanderlust keybindings no longer 
2187                 working (regression)'
2188
2189 2008-10-07 [colin]      3.6.0cvs10
2190
2191         * src/mainwindow.c
2192                 Make fullscreen a real menu item
2193
2194 2008-10-07 [colin]      3.6.0cvs9
2195
2196         * src/mainwindow.c
2197                 Make sure we won't save size when
2198                 fullscreening
2199
2200 2008-10-06 [colin]      3.6.0cvs8
2201
2202         * src/mainwindow.c
2203         * src/mainwindow.h
2204                 Handle fullscreen via F11. Patch by
2205                 Michael Rasmussen
2206
2207 2008-10-06 [colin]      3.6.0cvs7
2208
2209         * src/common/ssl.c
2210                 Fix return value when setting client cert
2211
2212 2008-10-04 [colin]      3.6.0cvs6
2213
2214         * src/mimeview.c
2215                 Fix bug 1742, 'Attachment list contents not 
2216                 visible/scrollable'
2217
2218 2008-10-04 [paul]       3.6.0cvs5
2219
2220         * src/mainwindow.c
2221                 fix failure of Hide toolbar option on restart
2222
2223 2008-10-04 [colin]      3.6.0cvs4
2224
2225         * src/addressbook.c
2226         * src/compose.c
2227         * src/mainwindow.c
2228         * src/messageview.c
2229         * src/summaryview.c
2230                 Maemo: Fix bug 1737, Crashes upon opening
2231
2232 2008-10-04 [paul]       3.6.0cvs3
2233
2234         * po/pt_BR.po
2235                 submitted (just a little late) by Frederico
2236                 Goncalves Guimaraes
2237
2238 2008-10-03 [wwp]        3.6.0cvs2
2239
2240         * po/fr.po
2241                 Many fixes, mostly in menus and accelerators.
2242
2243 2008-10-03 [colin]      3.6.0cvs1
2244
2245         * src/gtk/filesel.c
2246                 Allow network mounts with new GTKs: they're
2247                 available via FUSE mounts and we don't need
2248                 GVFS.
2249
2250 2008-10-03 [paul]       3.6.0
2251
2252         * NEWS
2253         * README
2254         * RELEASE_NOTES 
2255                 3.6.0 released!
2256
2257 2008-10-03 [paul]       3.5.0cvs145
2258
2259         * configure.ac
2260         * po/bg.po
2261         * po/nl.po
2262         * po/ru.po
2263         * po/sv.po
2264                 new translations. added by Yasen Pramatarov,
2265                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
2266         * po/ca.po
2267         * po/de.po
2268         * po/fi.po
2269         * po/fr.po
2270         * po/hu.po
2271         * po/it.po
2272         * po/pl.po
2273         * po/zh_CN.po
2274                 updated translations. submitted by Miquel Oliete,
2275                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
2276                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
2277
2278 2008-10-02 [colin]      3.5.0cvs144
2279
2280         * src/common/session.c
2281                 Fix crash when connection fails on windows
2282
2283 2008-10-01 [colin]      3.5.0cvs143
2284
2285         * src/imap.c
2286                 Real fix for FS-unsafe chars on win32
2287
2288 2008-10-01 [colin]      3.5.0cvs142
2289
2290         * src/imap.c
2291                 Encode prohibited filenames on win32
2292
2293 2008-09-30 [mones]      3.5.0cvs141
2294
2295         * src/ldapctrl.c
2296         * src/main.c
2297         * src/prefs_themes.c
2298         * src/printing.c
2299                 Fix output of some debug messages
2300
2301 2008-09-30 [colin]      3.5.0cvs140
2302
2303         * src/addrbook.c
2304         * src/addrharvest.c
2305         * src/compose.c
2306         * src/jpilot.c
2307         * src/mh.c
2308         * src/prefs_themes.c
2309         * src/procheader.c
2310         * src/procmime.c
2311         * src/summaryview.c
2312         * src/common/utils.c
2313         * src/gtk/sslcertwindow.c
2314                 Win32: Fix time usage; use g_stat
2315
2316 2008-09-29 [colin]      3.5.0cvs139
2317
2318         * src/common/utils.c
2319                 Fix case-sensitive match of subject
2320                 prefixes on win32
2321
2322 2008-09-29 [colin]      3.5.0cvs138
2323
2324         * src/folder_item_prefs.c
2325         * src/folder_item_prefs.h
2326         * src/matcher.c
2327         * src/prefs_folder_item.c
2328         * src/prefs_matcher.c
2329         * src/summaryview.c
2330         * src/common/string_match.c
2331         * src/common/utils.c
2332                 Fix a huge leak (dozens of megs per folder
2333                 change) on Windows: disable regexps 
2334
2335 2008-09-28 [paul]       3.5.0cvs137
2336
2337         * po/en_GB.po
2338                 updated
2339
2340 2008-09-27 [colin]      3.5.0cvs136
2341
2342         * src/account.c
2343         * src/account.h
2344                 Add accessor for cur_account
2345
2346 2008-09-27 [colin]      3.5.0cvs135
2347
2348         * src/imap.c
2349                 Fix crash when error happen on session establishment
2350
2351 2008-09-26 [mones]      3.5.0cvs134
2352
2353         * po/es.po
2354                 Updated for release
2355
2356 2008-09-26 [colin]      3.5.0cvs133
2357
2358         * src/plugins/pgpcore/claws.def
2359                 Fix symbol
2360
2361 2008-09-26 [colin]      3.5.0cvs132
2362
2363         * src/prefs_common.c
2364         * src/prefs_common.h
2365         * src/plugins/pgpcore/pgp_viewer.c
2366                 Add an accessor to prefs_common for plugins
2367                 (Win32 fix)
2368
2369 2008-09-25 [colin]      3.5.0cvs131
2370
2371         * src/main.c
2372                 Fix bug 1725, 'useless lines in clawsrc'
2373         * src/plugins/smime/mypgpcore.def
2374                 Add a missing symbol
2375
2376 2008-09-25 [paul]       3.5.0cvs130
2377
2378         * src/plugins/smime/mypgpcore.def
2379         * src/plugins/smime/plugin.def
2380         * src/plugins/smime/version.rc
2381                 add these windows-specific files
2382                 (Thanks to Colin)
2383
2384 2008-09-25 [colin]      3.5.0cvs129
2385
2386         * src/main.c
2387                 Load standard plugins only on first run
2388
2389 2008-09-25 [colin]      3.5.0cvs128
2390
2391         * src/codeconv.c
2392                 Fix build...
2393
2394 2008-09-24 [colin]      3.5.0cvs127
2395
2396         * src/codeconv.c
2397                 Add nb_NO's charset (iso-8859-1)
2398
2399 2008-09-24 [colin]      3.5.0cvs126
2400
2401         * src/common/utils.c
2402                 Fix get_mail_base_dir() on windows
2403                 (was synced from main ages ago)
2404
2405 2008-09-24 [colin]      3.5.0cvs125
2406
2407         * src/main.c
2408         * src/wizard.c
2409                 Integrate better with Windows' style
2410
2411 2008-09-23 [paul]       3.5.0cvs124
2412
2413         * src/compose.c
2414         * src/mainwindow.c
2415         * src/messageview.c
2416                 offer these strings to translators too 
2417
2418 2008-09-23 [colin]      3.5.0cvs123
2419
2420         * configure.ac
2421                 Add a --disable-dbus flag in case we want
2422                 no DBUS even if headers are available (like
2423                 for building gpg4win)
2424         * src/filtering.c
2425         * src/mainwindow.c
2426         * src/prefs_logging.c
2427         * src/common/utils.c
2428         * src/plugins/pgpcore/sgpgme.c
2429         * src/plugins/smime/claws.def
2430                 Windows fixes:
2431                 - disable filtering log (it's crashy for
2432                   some reason)
2433                 - fix gmtime_r when time is -1 (before 01/01/70)
2434                 - add symbols for smime
2435
2436 2008-09-22 [colin]      3.5.0cvs122
2437
2438         * src/common/utils.c
2439         * src/account.c
2440                 Remove raw printf
2441         * src/compose.c
2442                 Fix cursor position after changing account
2443         * src/imap.c
2444         * src/mimeview.c
2445         * src/news.c
2446                 Fix absolute path detection 
2447
2448 2008-09-21 [colin]      3.5.0cvs121
2449
2450         * src/gtk/gtkaspell.c
2451                 Don't try to use empty dictionaries
2452
2453 2008-09-20 [colin]      3.5.0cvs120
2454
2455         * po/POTFILES.in
2456                 Add the new files to the translations
2457
2458 2008-09-20 [colin]      3.5.0cvs119
2459
2460         * configure.ac
2461         * src/plugins/Makefile.am
2462         * src/plugins/smime/Makefile.am
2463         * src/plugins/smime/plugin.c
2464         * src/plugins/smime/smime.c
2465         * src/plugins/smime/smime.deps
2466         * src/plugins/smime/smime.h
2467                 Include S/Mime plugin in the main plugins
2468                 Will ease the Gpg4win team's work
2469
2470 2008-09-20 [colin]      3.5.0cvs118
2471
2472         * src/autofaces.c
2473         * src/compose.c
2474         * src/ldapquery.c
2475         * src/main.c
2476         * src/news.c
2477         * src/common/socket.c
2478         * src/gtk/gtkutils.c
2479         * src/plugins/pgpcore/claws.def
2480                 Windows: more fixes, thanks to wwp and
2481                 Marcus Brinkmann
2482
2483 2008-09-20 [colin]      3.5.0cvs117
2484
2485         * src/imap.c
2486                 Tell on which server errors happened
2487
2488 2008-09-20 [colin]      3.5.0cvs116
2489
2490         * src/etpan/etpan-thread-manager.c
2491         * src/etpan/imap-thread.c
2492         * src/etpan/nntp-thread.c
2493                 Windows: Fix hang on IMAP/NNTP
2494
2495 2008-09-20 [colin]      3.5.0cvs115
2496
2497         * src/common/utils.c
2498                 Fix bug 1723, "Buffer overflow crash caused by 
2499                 preview in 'Date format help' dialog box"
2500                 Also, optimise fast_strftime a bit :)
2501
2502 2008-09-18 [colin]      3.5.0cvs114
2503
2504         * src/procmime.c
2505         * src/textview.c
2506                 Check for NULLs before str* functions
2507
2508 2008-09-18 [colin]      3.5.0cvs113
2509
2510         * src/messageview.c
2511         * src/procmime.c
2512         * src/textview.c
2513                 Handle html parts in multipart/related
2514                 Decode ISO-8859-1 as Windows-1252 (the former
2515                 is a subset of the latter) in order to 
2516                 workaround Outlook mails misencoding
2517         * src/gtk/logwindow.c
2518         * src/gtk/logwindow.h
2519                 Clear mainwindow's error pixmap when the
2520                 error scrolls out of the log
2521
2522 2008-09-17 [colin]      3.5.0cvs112
2523
2524         * src/image_viewer.c
2525                 Fix image loading (multiple childs added to 
2526                 scrolledwindow, break of the resize functionality)
2527         * src/account.c
2528         * src/prefs_folder_item.c
2529         * src/prefs_spelling.c
2530         * src/gtk/gtkaspell.c
2531                 Better fix problems with dictionaries updates
2532
2533 2008-09-17 [colin]      3.5.0cvs111
2534
2535         * src/common/utils.c
2536                 Fix double-opening (fixes multiple signatures when
2537                 using signify)
2538
2539 2008-09-16 [colin]      3.5.0cvs110
2540
2541         * src/prefs_account.c
2542         * src/prefs_folder_item.c
2543         * src/prefs_spelling.c
2544         * src/gtk/gtkaspell.c
2545                 Better stripping of aspell dictionaries names
2546
2547 2008-09-16 [colin]
2548
2549         * 3.6.0-rc1 released
2550
2551 2008-09-16 [colin]      3.5.0cvs109
2552
2553         * src/account.c
2554         * src/inc.c
2555         * src/mainwindow.c
2556         * src/prefs_account.h
2557         * src/prefs_other.c
2558         * src/send_message.c
2559         * src/gtk/inputdialog.c
2560                 Don't add a pref to allow remembering passwords
2561                 (Just not checking the checkbox is enough)
2562
2563 2008-09-16 [colin]      3.5.0cvs108
2564
2565         * configure.ac
2566                 Require libetpan 0.56 as 0.55 is crashy
2567         * src/messageview.c
2568                 Fix english
2569         * src/gtk/inputdialog.c
2570         * src/gtk/inputdialog.h
2571                 Fix warnings
2572
2573 2008-09-16 [wwp]        3.5.0cvs107
2574
2575         * src/compose.c
2576                 Complete 3.5.0cvs106 by removing a function that got
2577                 moved to account.[ch].
2578
2579 2008-09-16 [wwp]        3.5.0cvs106
2580
2581         * src/account.c
2582         * src/account.h
2583         * src/compose.c
2584         * src/quote_fmt.c
2585         * src/quote_fmt_lex.l
2586         * src/quote_fmt_parse.y
2587                 Add account signature (path and value string) manipulation
2588                 keywords to the template processor. It's now possible in
2589                 all templates to insert the account signature to an
2590                 arbitrary location or to pass it to a external script for
2591                 further editing.
2592
2593
2594 2008-09-16 [mones]      3.5.0cvs105
2595
2596         * src/imap.c
2597         * src/inc.c
2598         * src/mainwindow.c
2599         * src/mainwindow.h
2600         * src/news.c
2601         * src/prefs_account.h
2602         * src/prefs_common.c
2603         * src/prefs_common.h
2604         * src/prefs_other.c
2605         * src/send_message.c
2606         * src/gtk/inputdialog.c
2607         * src/gtk/inputdialog.h
2608                 Implement session passwords: unsaved passwords for receiving
2609                 or sending of accounts can be remembered while running to 
2610                 avoid repetitive typing.
2611                 As keeping passwords in memory is unsafe a new preference 
2612                 in Other page is added to activate or not such capability.
2613
2614 2008-09-14 [colin]      3.5.0cvs104
2615
2616         * src/codeconv.c
2617         * src/codeconv.h
2618                 Make conv_iconv_strdup static
2619
2620 2008-09-12 [colin]      3.5.0cvs103
2621
2622         * claws-mail.pc.in
2623         * src/Makefile.am
2624         * src/compose.c
2625         * src/compose.h
2626         * src/crash.c
2627         * src/folder_item_prefs.c
2628         * src/folder_item_prefs.h
2629         * src/main.c
2630         * src/prefs_account.c
2631         * src/prefs_common.c
2632         * src/prefs_common.h
2633         * src/prefs_folder_item.c
2634         * src/prefs_spelling.c
2635         * src/prefs_template.c
2636         * src/quote_fmt.h
2637         * src/quote_fmt_parse.y
2638         * src/toolbar.c
2639         * src/toolbar.h
2640         * src/gtk/Makefile.am
2641         * src/gtk/about.c
2642         * src/gtk/filesel.c
2643         * src/gtk/gtkaspell.c
2644         * src/gtk/gtkaspell.h
2645         * src/plugins/bogofilter/Makefile.am
2646         * src/plugins/dillo_viewer/Makefile.am
2647         * src/plugins/spamassassin/Makefile.am
2648         * src/plugins/trayicon/Makefile.am
2649                 Switch spellchecker to Enchant
2650
2651 2008-09-12 [paul]       3.5.0cvs102
2652
2653         * tools/README
2654         * tools/csv2addressbook.pl
2655                 add support for Fox Mail
2656
2657 2008-09-12 [paul]       3.5.0cvs101
2658
2659         * src/compose.c
2660         * src/prefs_wrapping.c
2661                 changes to English
2662
2663 2008-09-12 [paul]       3.5.0cvs100
2664
2665         * configure.ac
2666                 revert cvs99's libenchant commit error
2667
2668 2008-09-12 [colin]      3.5.0cvs99
2669
2670         * src/inc.c
2671                 Only go to inbox if there are new mails
2672                 (and fetch was manual)
2673
2674 2008-09-10 [colin]      3.5.0cvs98
2675
2676         * src/inc.c
2677         * src/summaryview.c
2678         * src/common/session.c
2679                 Use g_timeout_add_seconds instead of g_timeout_add
2680                 on glib >= 2.14 when we don't need precision on the 
2681                 delay. This helps reducing power consumption:
2682                 http://mjg59.livejournal.com/74651.html
2683
2684 2008-09-10 [colin]      3.5.0cvs97
2685
2686         * src/compose.c
2687                 Don't save window size and position when
2688                 compose is hidden (filtering action)
2689
2690 2008-09-09 [colin]      3.5.0cvs96
2691
2692         * src/action.h
2693         * src/addr_compl.c
2694         * src/addressadd.c
2695         * src/addressbook.h
2696         * src/addressbook_foldersel.c
2697         * src/addressitem.h
2698         * src/addrgather.c
2699         * src/alertpanel.c
2700         * src/browseldap.c
2701         * src/editaddress.c
2702         * src/editaddress_other_attributes_ldap.h
2703         * src/editbook.c
2704         * src/editjpilot.c
2705         * src/editldap.c
2706         * src/editldap_basedn.c
2707         * src/editvcard.c
2708         * src/exphtmldlg.c
2709         * src/expldifdlg.c
2710         * src/export.c
2711         * src/foldersel.c
2712         * src/foldersel.h
2713         * src/gedit-print.c
2714         * src/gedit-print.h
2715         * src/grouplistdialog.c
2716         * src/headerview.c
2717         * src/headerview.h
2718         * src/image_viewer.c
2719         * src/import.c
2720         * src/importldif.c
2721         * src/importmutt.c
2722         * src/importpine.c
2723         * src/inc.c
2724         * src/main.c
2725         * src/main.h
2726         * src/messageview.c
2727         * src/messageview.h
2728         * src/noticeview.c
2729         * src/prefs_actions.c
2730         * src/prefs_filtering.c
2731         * src/prefs_folder_column.c
2732         * src/prefs_gtk.h
2733         * src/prefs_summary_column.c
2734         * src/prefs_toolbar.c
2735         * src/send_message.c
2736         * src/setup.c
2737         * src/sourcewindow.c
2738         * src/sourcewindow.h
2739         * src/ssl_manager.c
2740         * src/statusbar.c
2741         * src/statusbar.h
2742         * src/stock_pixmap.c
2743         * src/stock_pixmap.h
2744         * src/summaryview.c
2745         * src/textview.c
2746         * src/textview.h
2747         * src/undo.h
2748         * src/uri_opener.c
2749         * src/wizard.c
2750         * src/wizard.h
2751         * src/common/ssl.h
2752         * src/common/utils.c
2753         * src/gtk/about.c
2754         * src/gtk/colorlabel.c
2755         * src/gtk/colorlabel.h
2756         * src/gtk/combobox.h
2757         * src/gtk/description_window.c
2758         * src/gtk/filesel.c
2759         * src/gtk/gtkaspell.c
2760         * src/gtk/gtkaspell.h
2761         * src/gtk/gtkcmclist.c
2762         * src/gtk/gtkcmclist.h
2763         * src/gtk/gtkcmctree.c
2764         * src/gtk/gtkcmctree.h
2765         * src/gtk/gtkcmoptionmenu.h
2766         * src/gtk/gtksctree.c
2767         * src/gtk/gtksctree.h
2768         * src/gtk/gtkshruler.c
2769         * src/gtk/gtkshruler.h
2770         * src/gtk/gtksourceprintjob.c
2771         * src/gtk/gtksourceprintjob.h
2772         * src/gtk/gtkutils.c
2773         * src/gtk/gtkutils.h
2774         * src/gtk/gtkvscrollbutton.c
2775         * src/gtk/gtkvscrollbutton.h
2776         * src/gtk/icon_legend.c
2777         * src/gtk/inputdialog.c
2778         * src/gtk/logwindow.c
2779         * src/gtk/logwindow.h
2780         * src/gtk/manage_window.c
2781         * src/gtk/manage_window.h
2782         * src/gtk/menu.c
2783         * src/gtk/prefswindow.c
2784         * src/gtk/progressdialog.c
2785         * src/gtk/progressdialog.h
2786         * src/plugins/bogofilter/bogofilter_gtk.c
2787         * src/plugins/pgpcore/passphrase.c
2788         * src/plugins/spamassassin/spamassassin_gtk.c
2789         * src/plugins/trayicon/trayicon.c
2790         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2791         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2792         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2793         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2794         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2795                 Complete GTK+ 2.14 undeprecation
2796                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2797
2798 2008-09-09 [colin]      3.5.0cvs95
2799
2800         * src/gtk/gtkcmclist.h
2801                 Fix build on GTK+ 2.14
2802
2803 2008-09-08 [colin]      3.5.0cvs94
2804
2805         * src/noticeview.c
2806         * src/noticeview.h
2807                 Remove GtkSignalFunc
2808
2809 2008-09-07 [colin]      3.5.0cvs93
2810
2811         * src/addressadd.c
2812         * src/addressbook_foldersel.c
2813         * src/gtk/gtkcmclist.c
2814         * src/gtk/gtkcmclist.h
2815         * src/gtk/gtkcmctree.c
2816         * src/gtk/gtkcmctree.h
2817         * src/gtk/gtksctree.c
2818         * src/gtk/prefswindow.c
2819         * src/gtk/prefswindow.h
2820                 Use GDestroyNotify instead of GtkDestroyNotify
2821                 (deprecated in GTK+ 2.14)
2822
2823 2008-09-07 [colin]      3.5.0cvs92
2824
2825         * src/textview.c
2826                 Fix bug 1712, 'invalid "Phishing attempt warning" 
2827                 when linked text ends with spaces'
2828
2829 2008-09-05 [colin]      3.5.0cvs91
2830
2831         * src/procmime.c
2832                 Maybe fix bug 1711, 'Save-as attachment crashes'
2833                 Possibly wrong free() due to pointer shifting
2834
2835 2008-09-05 [colin]      3.5.0cvs90
2836
2837         * src/compose.c
2838                 Fix bug 1710, 'User misreads "Discard Message" 
2839                 as "Discard Changes"'. Propose to save or discard
2840                 only the latest changes when closing an existing
2841                 draft. Autosave may still have saved parts of the
2842                 edit session.
2843
2844 2008-09-04 [colin]      3.5.0cvs89
2845
2846         * src/summaryview.c
2847                 Fix bug 1707, 'Segfault when sorting on non-visible column'
2848
2849 2008-09-01 [colin]      3.5.0cvs88
2850
2851         * src/imap.c
2852         * src/summaryview.c
2853         * src/common/tags.c
2854         * src/etpan/imap-thread.c
2855         * src/etpan/imap-thread.h
2856                 Store spam flag on IMAP (Junk/NonJunk, as 
2857                 ThunderBird does - this is nonstandard)
2858
2859 2008-08-31 [wwp]        3.5.0cvs87
2860
2861         * ChangeLog
2862                 Fix globish edition^Wediting.
2863
2864 2008-08-31 [wwp]        3.5.0cvs86
2865
2866         * src/addressbook.c
2867                 Don't break nickname editing for non-LDAP books (nickname
2868                 value was overwritten when editing existing contact, this
2869                 came from 3.0.2cvs109).
2870
2871 2008-08-30 [colin]      3.5.0cvs85
2872
2873         * src/mainwindow.c
2874         * src/summaryview.c
2875                 Fix "Apply tags..." key shortcut
2876
2877 2008-08-29 [iwkse]      3.5.0cvs84
2878
2879         * src/summaryview.c
2880                         Bit of clean:)
2881
2882 2008-08-29 [iwkse]      3.5.0cvs83
2883
2884         * src/summaryview.c
2885                         Disable "Move to trash" action if
2886                         we are in a trash-like folder.
2887                         Thanks to colinl
2888
2889 2008-08-29 [paul]       3.5.0cvs82
2890
2891         * configure.ac
2892                 bump up libetpan version requirement since
2893                 0.55 is released now
2894
2895 2008-08-28 [wwp]        3.5.0cvs81
2896
2897         * src/account.c
2898         * src/pop.c
2899         * src/prefs_account.c
2900         * src/prefs_account.h
2901                 Add finer granularity to the POP3's remove-after delay (now in
2902                 hours in addition to in days), patch by Paul Rolland.
2903
2904 2008-08-28 [wwp]        3.5.0cvs80
2905
2906         * src/gtk/combobox.c
2907                 Fix a typo in a comment.
2908
2909 2008-08-28 [iwkse]      3.5.0cvs79
2910
2911         * src/account.c
2912         * src/prefs_actions.c
2913         * src/prefs_filtering.c
2914         * src/prefs_template.c
2915                         Add search feature to the account, 
2916                         template and action dialog.
2917                         It's turned on selecting one row
2918                         of the list and typing some random
2919                         letter. Thanks to wwp, colinl
2920
2921 2008-08-28 [colin]      3.5.0cvs78
2922
2923         * src/Makefile.am
2924         * src/account.c
2925         * src/compose.c
2926         * src/prefs_account.c
2927         * src/prefs_account.h
2928         * src/privacy.c
2929         * src/privacy.h
2930         * src/procmime.c
2931         * src/stock_pixmap.c
2932         * src/stock_pixmap.h
2933         * src/summaryview.c
2934         * src/pixmaps/key_gpg_signed.xpm
2935                 Fix bug 1412, "Sign reply, if mail was signed"
2936                 Add an account preference to sign replies to signed mails
2937
2938 2008-08-28 [iwkse]      3.5.0cvs77
2939
2940         * src/prefs_filtering.c
2941                 Making the search more useful,
2942                 jumping directly to the relative rule.
2943
2944 2008-08-27 [colin]      3.5.0cvs76
2945
2946         * src/main.c
2947                 Add a bit of info
2948
2949 2008-08-27 [colin]      3.5.0cvs75
2950
2951         * src/gtk/gtkcmctree.c
2952                 Fix a few ifdefs
2953
2954 2008-08-26 [colin]      3.5.0cvs74
2955
2956         * src/gtk/gtkcmctree.c
2957                 Fix missing inits on old glib
2958
2959 2008-08-26 [wwp]        3.5.0cvs73
2960
2961         * src/common/utils.c
2962                 Added 'Fwd' to the list of known common subject prefixes.
2963
2964 2008-08-25 [iwkse]      3.5.0cvs72
2965
2966         * src/image_viewer.c
2967                 Add animated gif support to the
2968                 message preview.
2969
2970 2008-08-25 [colin]      3.5.0cvs71
2971
2972         * src/gtk/gtkcmctree.c
2973                 Make sure work isn't null
2974
2975 2008-08-24 [colin]      3.5.0cvs70
2976
2977         * src/common/ssl.c
2978                 Fix typo on SSL_CERT_DIR
2979
2980 2008-08-23 [holger]     3.5.0cvs69
2981
2982         * src/printing.c
2983                 Fix bug 1699 'Separator line mis-placed when
2984                 printing some e-mails'. The number of header lines
2985                 was not correctly calculated when Pango inserts
2986                 linebreaks
2987
2988 2008-08-23 [colin]      3.5.0cvs68
2989
2990         * src/mainwindow.c
2991                 Fix the account selector button; thanks
2992                 to wwp
2993
2994 2008-08-21 [colin]      3.5.0cvs67
2995
2996         * src/compose.c
2997         * src/compose.h
2998                 Add a compose preference for auto-indent
2999         * src/mainwindow.c
3000         * src/summaryview.c
3001                 Make colorlabel accels a bit less hacky
3002
3003 2008-08-21 [colin]      3.5.0cvs66
3004
3005         * src/compose.c
3006         * src/prefs_common.c
3007         * src/prefs_common.h
3008         * src/prefs_wrapping.c
3009                 Add a preference for autoindent; fix no_join tag
3010                 being applied to whole lines instead of just \n when
3011                 creating a line 
3012
3013 2008-08-21 [colin]      3.5.0cvs65
3014
3015         * src/compose.c
3016                 Add support for auto-indentation
3017
3018 2008-08-19 [colin]      3.5.0cvs64
3019
3020         * src/compose.c
3021                 Save Autowrap status in drafts/queued mails
3022
3023 2008-08-19 [colin]      3.5.0cvs63
3024
3025         * src/mainwindow.c
3026                 Fix a comment (in reality, test commit on
3027                 the new CVS server)
3028
3029 2008-08-17 [colin]      3.5.0cvs62
3030
3031         * src/prefs_actions.c
3032         * src/procmime.c
3033         * src/wizard.c
3034         * src/common/socket.h
3035         * src/gtk/gtkcmctree.c
3036                 Fix warnings
3037
3038 2008-08-16 [colin]      3.5.0cvs61
3039
3040         * src/editaddress_other_attributes_ldap.h
3041                 Add 'l' field (localityName)
3042
3043 2008-08-16 [colin]      3.5.0cvs60
3044
3045         * src/mainwindow.c
3046         * src/gtk/gtkcmclist.c
3047         * src/gtk/gtkcmclist.h
3048         * src/gtk/gtkcmctree.c
3049         * src/gtk/gtksctree.c
3050         * src/gtk/gtkutils.c
3051         * src/gtk/gtkvscrollbutton.c
3052                 Fix Maemo build (OS2007)
3053
3054 2008-08-14 [colin]      3.5.0cvs59
3055
3056         * src/folder.c
3057                 Don't crash if parent is null when creating
3058                 a folder
3059         * src/gtk/pluginwindow.c
3060                 Don't crash on race when closing window while
3061                 a plugin is loading and does gtk_iterations
3062
3063 2008-08-13 [colin]      3.5.0cvs58
3064
3065         * src/messageview.c
3066         * src/messageview.h
3067         * src/mimeview.c
3068                 Fix bug 1696, 'Viewing binary attachements 
3069                 as text over 1 MB' (various buglets)
3070
3071 2008-08-10 [colin]      3.5.0cvs57
3072
3073         * src/summaryview.c
3074         * src/gtk/gtkcmclist.c
3075                 Continue fixing GTK < 2.12 build, thanks to
3076                 Michael Hugues
3077
3078 2008-08-10 [colin]      3.5.0cvs56
3079
3080         * src/gtk/gtksctree.c
3081                 Fix build on GTK < 2.12
3082
3083 2008-08-09 [colin]      3.5.0cvs55
3084
3085         * src/mainwindow.c
3086                 Fix untranslatable strings, thanks to
3087                 Stephan Sachse
3088
3089 2008-08-07 [colin]      3.5.0cvs54
3090
3091         * src/compose.c
3092         * src/editaddress.c
3093         * src/folderview.c
3094         * src/mainwindow.c
3095         * src/message_search.c
3096         * src/mimeview.c
3097         * src/noticeview.c
3098         * src/prefs_account.c
3099         * src/prefs_common.c
3100         * src/prefs_customheader.c
3101         * src/prefs_ext_prog.c
3102         * src/prefs_filtering_action.c
3103         * src/prefs_gtk.c
3104         * src/prefs_logging.c
3105         * src/prefs_matcher.c
3106         * src/prefs_msg_colors.c
3107         * src/procmime.c
3108         * src/summary_search.c
3109         * src/summaryview.c
3110         * src/toolbar.c
3111         * src/gtk/colorsel.c
3112         * src/gtk/gtkaspell.c
3113         * src/gtk/gtkutils.c
3114         * src/gtk/gtkutils.h
3115         * src/gtk/inputdialog.c
3116         * src/gtk/pluginwindow.c
3117         * src/gtk/quicksearch.c
3118         * src/plugins/bogofilter/bogofilter_gtk.c
3119         * src/plugins/dillo_viewer/dillo_prefs.c
3120         * src/plugins/spamassassin/spamassassin_gtk.c
3121                 - Fix Ctrl-Space shortcut
3122                 - Fix mime-parsing bug in procmime (cvs52)
3123                 - Fix double-free in procmime (cvs52)
3124                 - Use gtk_bin_get_child instead of GTK_BIN()->child
3125                 - Fix Goto menu in mainwindow
3126
3127 2008-08-07 [mones]      3.5.0cvs53
3128
3129         * po/es.po
3130                 Updated translation (lots of changes!)
3131         * src/compose.c
3132                 Add missing accelerator key
3133         * src/mainwindow.c
3134                 Restored 'v' key function (thanks Colin!)
3135
3136 2008-08-06 [colin]      3.5.0cvs52
3137
3138         * src/addrbook.c
3139         * src/addrcindex.c
3140         * src/addrduplicates.c
3141         * src/addrharvest.c
3142         * src/enriched.c
3143         * src/html.c
3144         * src/ldif.c
3145         * src/mimeview.c
3146         * src/mutt.c
3147         * src/pine.c
3148         * src/procmime.c
3149         * src/vcard.c
3150         * src/wizard.c
3151                 Fix my use of g_utf8_strdown (it returns
3152                 a newly allocated string and doesn't
3153                 change the parameter)
3154
3155 2008-08-06 [colin]      3.5.0cvs51
3156
3157         * src/compose.c
3158                 Fix bug 1690, 'Copy/Paste in edit window may 
3159                 break Undo'; middle-click pastes aren't 
3160                 REPLACE_INSERT but just INSERT. 
3161                 Also, fix privacy menu selection
3162
3163 2008-08-05 [colin]      3.5.0cvs50
3164
3165         * src/action.c
3166         * src/addr_compl.c
3167         * src/addrbook.c
3168         * src/addrcindex.c
3169         * src/addrduplicates.c
3170         * src/addrharvest.c
3171         * src/enriched.c
3172         * src/html.c
3173         * src/ldif.c
3174         * src/main.c
3175         * src/mimeview.c
3176         * src/mutt.c
3177         * src/pine.c
3178         * src/procmime.c
3179         * src/vcard.c
3180         * src/wizard.c
3181         * src/common/socket.c
3182         * src/gtk/gtkutils.c
3183         * src/gtk/gtkutils.h
3184         * src/gtk/menu.c
3185         * src/plugins/spamassassin/spamassassin.c
3186                 More undeprecation (Glib)
3187
3188 2008-08-05 [colin]      3.5.0cvs49
3189
3190         * src/prefs_account.c
3191         * src/prefs_filtering_action.c
3192         * src/prefs_matcher.c
3193         * src/gtk/Makefile.am
3194         * src/gtk/claws-marshal.list
3195         * src/gtk/colorlabel.c
3196         * src/gtk/colorsel.c
3197         * src/gtk/foldersort.c
3198         * src/gtk/gtkaspell.c
3199         * src/gtk/gtkcmclist.c
3200         * src/gtk/gtkcmclist.h
3201         * src/gtk/gtkcmctree.c
3202         * src/gtk/gtkcmctree.h
3203         * src/gtk/gtkcmoptionmenu.c
3204         * src/gtk/gtkcmoptionmenu.h
3205         * src/gtk/gtksctree.c
3206         * src/gtk/gtksctree.h
3207         * src/gtk/gtkutils.c
3208         * src/gtk/gtkutils.h
3209         * src/gtk/gtkvscrollbutton.c
3210         * src/gtk/menu.c
3211         * src/gtk/menu.h
3212         * src/gtk/quicksearch.c
3213         * src/plugins/dillo_viewer/dillo_viewer.c
3214         * src/plugins/pgpcore/select-keys.c
3215                 Try to finish yesterday's commit
3216
3217 2008-08-04 [colin]      3.5.0cvs48
3218
3219         * src/addressadd.c
3220         * src/addressbook.c
3221         * src/addressbook_foldersel.c
3222         * src/addressitem.h
3223         * src/addrgather.c
3224         * src/browseldap.c
3225         * src/compose.c
3226         * src/compose.h
3227         * src/editaddress.c
3228         * src/editaddress_other_attributes_ldap.c
3229         * src/editgroup.c
3230         * src/editldap_basedn.c
3231         * src/folderview.c
3232         * src/folderview.h
3233         * src/grouplistdialog.c
3234         * src/image_viewer.c
3235         * src/imap_gtk.c
3236         * src/importldif.c
3237         * src/main.c
3238         * src/mainwindow.c
3239         * src/message_search.c
3240         * src/mh_gtk.c
3241         * src/mimeview.c
3242         * src/mimeview.h
3243         * src/news_gtk.c
3244         * src/noticeview.h
3245         * src/prefs_account.c
3246         * src/prefs_filtering_action.c
3247         * src/prefs_matcher.c
3248         * src/prefs_msg_colors.c
3249         * src/prefs_summaries.c
3250         * src/statusbar.c
3251         * src/stock_pixmap.c
3252         * src/summary_search.c
3253         * src/summaryview.c
3254         * src/summaryview.h
3255         * src/textview.c
3256         * src/toolbar.h
3257         * src/gtk/Makefile.am
3258         * src/gtk/claws-marshal.list
3259         * src/gtk/colorsel.c
3260         * src/gtk/foldersort.c
3261         * src/gtk/gtkaspell.c
3262         * src/gtk/gtkcmclist.c
3263         * src/gtk/gtkcmclist.h
3264         * src/gtk/gtkcmctree.c
3265         * src/gtk/gtkcmctree.h
3266         * src/gtk/gtksctree.c
3267         * src/gtk/gtksctree.h
3268         * src/gtk/gtkutils.c
3269         * src/gtk/gtkutils.h
3270         * src/gtk/gtkvscrollbutton.c
3271         * src/gtk/menu.c
3272         * src/gtk/menu.h
3273         * src/gtk/quicksearch.c
3274         * src/plugins/dillo_viewer/dillo_viewer.c
3275         * src/plugins/pgpcore/select-keys.c
3276                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
3277                 Undeprecate their implementation (GtkArg, GtkType, ...)
3278                 Undeprecate a few other things here and there
3279                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
3280                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
3281                 still have work to do
3282
3283 2008-08-04 [colin]      3.5.0cvs47
3284
3285         * src/compose.c
3286         * src/compose.h
3287         * src/toolbar.h
3288         * src/textview.c
3289         * src/stock_pixmap.c
3290         * src/statusbar.c
3291         * src/noticeview.h
3292         * src/mimeview.h
3293         * src/mainwindow.c
3294         * src/image_viewer.c
3295         * src/gtk/gtkaspell.c
3296         * src/gtk/gtkvscrollbutton.c
3297         * src/plugins/dillo_viewer/dillo_viewer.c
3298                 Undeprecate more things
3299
3300 2008-08-02 [colin]      3.5.0cvs46
3301
3302         * src/mainwindow.c
3303                 Fix toggle menu activation state
3304                 (thanks to cvs45 ;)
3305
3306 2008-08-02 [paul]       3.5.0cvs45
3307
3308         * src/mainwindow.c
3309                 fix sensitivity of
3310                 /View/Show or hide/Message View
3311
3312 2008-08-01 [paul]       3.5.0cvs44
3313
3314         * src/common/utils.c
3315         * src/plugins/pgpcore/claws.def
3316         * src/plugins/pgpinline/claws.def
3317                 fix compilation problems on mingw32,
3318                 (bug 1688) Patch by Marcus Brinkmann
3319
3320 2008-08-01 [colin]      3.5.0cvs43
3321
3322         * src/gtk/gtkutils.c
3323         * src/gtk/gtkvscrollbutton.c
3324                 Oups, fix build
3325
3326 2008-08-01 [colin]      3.5.0cvs42
3327
3328         * src/compose.c
3329         * src/foldersel.c
3330         * src/mainwindow.c
3331         * src/prefs_account.c
3332         * src/prefs_folder_item.c
3333         * src/prefs_quote.c
3334         * src/summaryview.c
3335         * src/gtk/gtkaspell.c
3336         * src/gtk/gtkutils.c
3337         * src/gtk/gtkvscrollbutton.c
3338                 Replace a few deprecated function calls
3339
3340 2008-08-01 [paul]       3.5.0cvs41
3341
3342         * src/action.c
3343                 fix crash that occurs because of recent GtkUIManager
3344                 changes. Thanks to Colin
3345
3346 2008-07-31 [colin]      3.5.0cvs40
3347
3348         * src/addressbook.c
3349         * src/compose.c
3350         * src/mainwindow.c
3351         * src/messageview.c
3352                 Some Maemo fixes
3353         * src/gtk/menu.c
3354         * src/gtk/menu.h
3355                 Remove deprecated helper funcs
3356
3357 2008-07-30 [colin]      3.5.0cvs39
3358
3359         * src/folderview.c
3360         * src/folderview.h
3361         * src/imap_gtk.c
3362         * src/mh_gtk.c
3363         * src/news_gtk.c
3364                 Move the folderview popup menu to GtkUIManager
3365
3366 2008-07-29 [colin]      3.5.0cvs38
3367
3368         * src/account.c
3369         * src/account.h
3370         * src/action.c
3371         * src/action.h
3372         * src/addressitem.h
3373         * src/compose.c
3374         * src/edittags.c
3375         * src/mainwindow.c
3376         * src/mainwindow.h
3377         * src/mimeview.c
3378         * src/summaryview.c
3379         * src/gtk/menu.c
3380         * src/gtk/menu.h
3381                 Switch the main menu to GtkUIManager
3382                 Warning fixes
3383
3384 2008-07-29 [colin]      3.5.0cvs37
3385
3386         * src/news.c
3387                 Fix bug 1684, 'view news messages with large 
3388                 attachements segfaults'
3389
3390 2008-07-29 [colin]      3.5.0cvs36
3391
3392         * src/action.c
3393         * src/action.h
3394         * src/addressbook.c
3395         * src/addressitem.h
3396         * src/compose.c
3397         * src/compose.h
3398         * src/messageview.c
3399         * src/messageview.h
3400         * src/summaryview.c
3401         * src/gtk/menu.c
3402         * src/gtk/menu.h
3403                 More switches to GtkUIManager
3404
3405 2008-07-26 [colin]      3.5.0cvs35
3406
3407         * src/gtk/menu.c
3408         * src/gtk/menu.h
3409                 Fix prototype
3410
3411 2008-07-25 [colin]      3.5.0cvs34
3412
3413         * src/addrcustomattr.c
3414         * src/addressbook.c
3415         * src/compose.c
3416         * src/editaddress.c
3417         * src/editaddress_other_attributes_ldap.h
3418         * src/edittags.c
3419         * src/mainwindow.c
3420         * src/mimeview.c
3421         * src/prefs_actions.c
3422         * src/prefs_filtering.c
3423         * src/prefs_template.c
3424         * src/summaryview.c
3425         * src/textview.c
3426         * src/textview.h
3427         * src/toolbar.c
3428         * src/gtk/about.c
3429         * src/gtk/menu.c
3430         * src/gtk/menu.h
3431         * src/plugins/trayicon/trayicon.c
3432                 More changes from GtkItemFactory to GtkUIManager
3433
3434 2008-07-25 [colin]      3.5.0cvs33
3435
3436         * src/gtk/menu.h
3437                 Add a macro to remove menu items
3438                 Make the gui_manager variable useless
3439
3440 2008-07-24 [colin]      3.5.0cvs32
3441
3442         * src/mimeview.c
3443                 Fix a gtk warning on clear
3444         * src/mainwindow.c
3445         * src/summaryview.c
3446         * src/summaryview.h
3447                 Switch the message list popup menu to
3448                 GtkUIManager
3449
3450 2008-07-23 [colin]      3.5.0cvs31
3451
3452         * src/plugins/pgpcore/pgp_viewer.c
3453         * src/plugins/pgpcore/sgpgme.c
3454                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3455                 Patch by Thomas Wiegner <wiegner@gmx.de>
3456
3457 2008-07-20 [paul]       3.5.0cvs30
3458
3459         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3460                 remove redundant GTK version check
3461
3462 2008-07-20 [ticho]      3.5.0cvs29
3463
3464         * src/folderview.c
3465         * src/imap_gtk.c
3466         * src/news_gtk.c
3467                 Moved sensitivity setting for "Download messages" for IMAP and
3468                 news folders from folderview.c to imap_gtk.c and news_gtk.c
3469                 respectively for better code readability.
3470                 Fixed indentation in news' set_sensitivity().
3471
3472 2008-07-20 [paul]       3.5.0cvs28
3473
3474         * src/addrgather.c
3475                 remove more redundant code following cvs27
3476
3477 2008-07-20 [paul]       3.5.0cvs27
3478
3479         * src/addrgather.c
3480                 remove now redundant code
3481         * src/mainwindow.c
3482         * src/mainwindow.h
3483                 fix bug 1673, 'Tools/Harvest adresses is
3484                 grayed out if folder is empty'
3485
3486 2008-07-19 [ticho]      3.5.0cvs26
3487
3488         * src/edittags.c
3489         * src/main.c
3490         * src/mimeview.c
3491         * src/mimeview.h
3492         * src/gtk/gtkutils.c
3493         * src/gtk/gtkutils.h
3494         * src/gtk/menu.c
3495         * src/gtk/menu.h
3496                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3497                 instead of deprecated GtkItemFactory.
3498
3499 2008-07-19 [colin]      3.5.0cvs25
3500
3501         * src/account.c
3502         * src/addrgather.c
3503         * src/compose.c
3504         * src/editldap.c
3505         * src/expldifdlg.c
3506         * src/importldif.c
3507         * src/main.c
3508         * src/mainwindow.c
3509         * src/mimeview.c
3510         * src/noticeview.c
3511         * src/prefs_account.c
3512         * src/prefs_actions.c
3513         * src/prefs_ext_prog.c
3514         * src/prefs_filtering.c
3515         * src/prefs_folder_item.c
3516         * src/prefs_image_viewer.c
3517         * src/prefs_logging.c
3518         * src/prefs_msg_colors.c
3519         * src/prefs_other.c
3520         * src/prefs_send.c
3521         * src/prefs_spelling.c
3522         * src/prefs_summaries.c
3523         * src/prefs_template.c
3524         * src/printing.c
3525         * src/quote_fmt.c
3526         * src/summary_search.c
3527         * src/summaryview.c
3528         * src/toolbar.c
3529         * src/wizard.c
3530         * src/common/Makefile.am
3531         * src/gtk/gtksctree.c
3532         * src/gtk/gtkutils.h
3533         * src/gtk/pluginwindow.c
3534         * src/gtk/quicksearch.c
3535         * src/plugins/bogofilter/bogofilter_gtk.c
3536         * src/plugins/dillo_viewer/dillo_prefs.c
3537         * src/plugins/pgpcore/prefs_gpg.c
3538         * src/plugins/spamassassin/spamassassin_gtk.c
3539         * src/plugins/trayicon/trayicon.c
3540         * src/plugins/trayicon/trayicon_prefs.c
3541                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
3542                 or greater). Use the old deprecated one on GTK+ < 2.12.
3543                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3544                 of time!
3545
3546 2008-07-16 [colin]      3.5.0cvs24
3547
3548         * src/mainwindow.c
3549                 Fix folderview's scrolbar when starting minimised
3550                 to tray, and popping up the mainwindow by calling
3551                 claws-mail from the command line
3552
3553 2008-07-08 [colin]      3.5.0cvs23
3554
3555         * src/compose.c
3556                 Possibly fix po-headers appearing on empty
3557                 templates
3558
3559 2008-07-08 [colin]      3.5.0cvs22
3560
3561         * src/folderview.c
3562         * src/summaryview.c
3563                 Finish the always_open tristate patch, by Jonathan
3564                 Corbet.
3565
3566 2008-07-07 [paul]       3.5.0cvs21
3567
3568         * src/mainwindow.c
3569                 fix typo (missing ")
3570
3571 2008-07-07 [paul]       3.5.0cvs20
3572
3573         * src/mainwindow.c
3574                 fit the menu style a bit better
3575
3576 2008-07-07 [colin]      3.5.0cvs19
3577
3578         * src/prefs_themes.c
3579                 Make upgrading themes easier
3580
3581 2008-07-07 [colin]      3.5.0cvs18
3582
3583         * src/mainwindow.c
3584         * src/prefs_toolbar.c
3585         * src/stock_pixmap.c
3586                 Finish fixing bug 1609, 'Icon issues'
3587
3588 2008-07-07 [colin]      3.5.0cvs17
3589
3590         * src/prefs_common.c
3591                 Fix the default value
3592
3593 2008-07-07 [colin]      3.5.0cvs16
3594
3595         * src/prefs_summaries.c
3596                 Revert my fix to the string, the correct term
3597                 is indeed Message View
3598
3599 2008-07-07 [colin]      3.5.0cvs15
3600
3601         * AUTHORS
3602         * src/gtk/authors.h
3603         * src/prefs_common.c
3604         * src/prefs_common.h
3605         * src/prefs_summaries.c
3606         * src/summaryview.c
3607         * src/gtk/authors.h
3608                 Change "Always open message when selected" to
3609                 a tristate (Never/Always/When preview is visible)
3610                 Patch by Jonathan Corbet <corbet@lwn.net>.
3611
3612 2008-07-06 [paul]       3.5.0cvs14
3613
3614         * src/addrgather.c
3615                 improve the layout of the dialogue
3616                 improve the English
3617                 add tooltips
3618                 fix some of the nasty coding style
3619         * src/mainwindow.c
3620                 improve the English
3621                 add some missing mnemonics
3622
3623 2008-07-05 [paul]       3.5.0cvs13
3624
3625         * src/mainwindow.c
3626         * src/mainwindow.h
3627                 fix bug 1398, '"Change current account" is
3628                 available even when there's only one account'
3629         * src/plugins/pgpcore/prefs_gpg.c
3630                 put back a needed include, removed in error
3631
3632 2008-07-05 [colin]      3.5.0cvs12
3633
3634         * src/mainwindow.c
3635                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3636
3637 2008-07-05 [colin]      3.5.0cvs11
3638
3639         * src/news.c
3640         * src/news_gtk.c
3641                 Provide ability to rename newsgroups. Closes
3642                 bug 1444, 'Add GUI option for renaming 
3643                 newsgroups'. Patch by Pawel Pekala
3644
3645 2008-07-05 [colin]      3.5.0cvs10
3646
3647         * src/plugins/pgpcore/passphrase.c
3648         * src/plugins/pgpcore/prefs_gpg.c
3649         * src/plugins/pgpcore/select-keys.c
3650                 Simplify GTK includes (with the advantage
3651                 of compiling against GTK+2.13); patch by
3652                 Charles A Edwards
3653
3654 2008-07-05 [colin]      3.5.0cvs9
3655
3656         * src/wizard.c
3657                 Add SSL client certificates
3658
3659 2008-07-05 [colin]      3.5.0cvs8
3660
3661         * src/prefs_account.c
3662         * src/common/session.h
3663                 Fix warnings
3664         * src/common/ssl.c
3665                 Add one path for certs
3666
3667 2008-07-05 [colin]      3.5.0cvs7
3668
3669         * src/prefs_account.c
3670                 Fix no-ssl build
3671
3672 2008-07-04 [colin]      3.5.0cvs6
3673
3674         * src/common/ssl.c
3675         * src/common/ssl.h
3676         * src/common/ssl_certificate.c
3677                 Workaround distro bugs and fix certificate checking
3678                 with OpenSSL
3679
3680 2008-07-04 [colin]      3.5.0cvs5
3681
3682         * src/filtering.c
3683         * src/common/ssl_certificate.c
3684         * src/common/ssl_certificate.h
3685         * src/etpan/imap-thread.c
3686         * src/etpan/nntp-thread.c
3687                 Fix some leaks, thanks to Martin Zwickel
3688                 Rename gnutls functions that do the same
3689                 as OpenSSL ones, to avoid symbol clashing
3690                 when Claws is built against GnuTLS and
3691                 libetpan against OpenSSL
3692
3693 2008-07-04 [paul]       3.5.0cvs4
3694
3695         * src/prefs_account.c
3696                 remove 1 forgotten '.'
3697
3698 2008-07-04 [paul]       3.5.0cvs3
3699
3700         * src/prefs_account.c
3701                 layout/engrish fixes to the 'Client
3702                 certificates' frame
3703
3704 2008-07-03 [colin]      3.5.0cvs2
3705
3706         * src/imap.c
3707         * src/news.c
3708         * src/pop.c
3709         * src/prefs_account.c
3710         * src/prefs_account.h
3711         * src/prefs_common.c
3712         * src/send_message.c
3713         * src/common/session.c
3714         * src/common/session.h
3715         * src/common/smtp.c
3716         * src/common/smtp.h
3717         * src/common/socket.h
3718         * src/common/ssl.c
3719         * src/common/ssl.h
3720         * src/common/ssl_certificate.c
3721         * src/common/ssl_certificate.h
3722         * src/etpan/imap-thread.c
3723         * src/etpan/nntp-thread.c
3724         * src/gtk/inputdialog.c
3725                 Add support for SSL client certificates (either PEM files
3726                 with certificate and private key, either PKCS12 files)
3727
3728 2008-06-28 [colin]      3.5.0cvs1
3729
3730         * src/foldersel.c
3731                 Fix compilation with older GTKs
3732
3733 2008-06-27 [paul]       3.5.0
3734
3735         * NEWS
3736         * README
3737         * RELEASE_NOTES 
3738                 3.5.0 released
3739
3740 2008-06-27 [paul]       3.4.0cvs116
3741
3742         * src/gtk/authors.h
3743                 complete cvs115
3744
3745 2008-06-27 [paul]       3.4.0cvs115
3746
3747         * configure.ac
3748         * src/gtk/authors.h
3749                 no longer build unmaintained translations
3750
3751 2008-06-27 [paul]       3.4.0cvs114
3752
3753         * po/de.po
3754         * po/fi.po
3755         * po/pt_BR.po
3756                 updated by Stephan Sachse, Flammie Pirinen, and
3757                 Frederico Goncalves Guimaraes
3758
3759 2008-06-26 [wwp]        3.4.0cvs113
3760
3761         * manual/fr/advanced.xml
3762                 Update French version of the manual (AutoFaces documentation).
3763
3764 2008-06-26 [wwp]        3.4.0cvs112
3765
3766         * manual/fr/advanced.xml
3767         * manual/fr/plugins.xml
3768                 Updated French version of the manual (completed
3769                 hidden options list, added note about Clawsker
3770                 and new mail archiver plugin).
3771
3772 2008-06-25 [colin]      3.4.0cvs111
3773
3774         * src/gtk/gtkaspell.c
3775                 Fix non-UTF8 in the replace with dialog
3776         * src/prefs_actions.c
3777                 Fix possible crasher
3778                 Patches by Pawel
3779
3780 2008-06-24 [mones]      3.4.0cvs110
3781
3782         * src/autofaces.c
3783                 Fix non-warning message, downgraded to debug info
3784
3785 2008-06-24 [colin]      3.4.0cvs109
3786
3787         * src/summaryview.c
3788                 Fix bug 1650, Message line too small after 
3789                 changing columns in "three columns" layout
3790
3791 2008-06-24 [colin]      3.4.0cvs108
3792
3793         * src/messageview.c
3794                 Fix Spam button sensitivity in newsgroups
3795
3796 2008-06-23 [wwp]        3.4.0cvs107
3797
3798         * po/fr.po
3799                 Updated French translation.
3800
3801 2008-06-23 [mones]      3.4.0cvs106
3802
3803         * po/es.po
3804                 Updated translation for release
3805
3806 2008-06-22 [mones]      3.4.0cvs105
3807
3808         * manual/es/plugins.xml
3809                 Synced new entry for Mail Archiver plugin
3810
3811 2008-06-22 [colin]      3.4.0cvs104
3812
3813         * src/compose.c
3814                 Fix initial cursor position
3815
3816 2008-06-21 [paul]       3.4.0cvs103
3817
3818         * manual/plugins.xml
3819                 add an entry for the new Mail Archiver plugin
3820
3821 2008-06-21 [paul]       3.4.0cvs102
3822
3823         * src/gtk/about.c
3824                 we're in 'string freeze', put back the
3825                 < > symbols for now
3826
3827 2008-06-21 [paul]       3.4.0cvs101
3828
3829         * manual/advanced.xml
3830         * manual/es/advanced.xml
3831                 fix build warning: <emphasis> cannot be contained
3832                 within <filename>
3833         * src/gtk/about.c
3834                 fix non-clickable link on License page and drop
3835                 the containing < > symbols to match other links
3836
3837 2008-06-20 [mones]      3.4.0cvs100
3838
3839         * manual/advanced.xml
3840                 Added autofaces documentation, note about clawsker in hidden
3841                 preferences, minor markup fix. Thanks Paul for proofreading
3842         * manual/es/advanced.xml
3843                 Synchronised Spanish manual
3844
3845 2008-06-16 [colin]      3.4.0cvs99
3846
3847         * src/compose.c
3848                 Fix cursor placing on signature change
3849
3850 2008-06-16 [paul]       3.4.0cvs98
3851
3852         * src/imap_gtk.c
3853         * src/mh_gtk.c
3854         * src/gtk/inputdialog.c
3855                 really fussy coding style fixes
3856
3857 2008-06-16 [paul]       3.4.0cvs97
3858
3859         * src/Makefile.am
3860                 keep the alphabetical order
3861
3862 2008-06-13 [mones]      3.4.0cvs96
3863
3864         * src/autofaces.c
3865                 Fix crasher ;-)
3866         * src/prefs_filtering_action.c
3867                 Fixed cosmetic bug, processing also displays "Filtering"
3868
3869 2008-06-13 [mones]      3.4.0cvs95
3870
3871         * src/Makefile.am
3872         * src/autofaces.c       ** NEW FILE **  
3873         * src/autofaces.h       ** NEW FILE **
3874         * src/compose.c
3875                 Allow setting Faces and X-Faces globally and per-account
3876                 from configuration files under ~/.claws-mail/autofaces
3877
3878 2008-06-13 [holger]     3.4.0cvs94
3879
3880         * .cvsignore
3881                 More files to ignore
3882         * src/gtk/inputdialog.c