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