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