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