2008-09-27 [colin] 3.5.0cvs135
[claws.git] / ChangeLog
1 2008-09-27 [colin]      3.5.0cvs135
2
3         * src/imap.c
4                 Fix crash when error happen on session establishment
5
6 2008-09-26 [mones]      3.5.0cvs134
7
8         * po/es.po
9                 Updated for release
10
11 2008-09-26 [colin]      3.5.0cvs133
12
13         * src/plugins/pgpcore/claws.def
14                 Fix symbol
15
16 2008-09-26 [colin]      3.5.0cvs132
17
18         * src/prefs_common.c
19         * src/prefs_common.h
20         * src/plugins/pgpcore/pgp_viewer.c
21                 Add an accessor to prefs_common for plugins
22                 (Win32 fix)
23
24 2008-09-25 [colin]      3.5.0cvs131
25
26         * src/main.c
27                 Fix bug 1725, 'useless lines in clawsrc'
28         * src/plugins/smime/mypgpcore.def
29                 Add a missing symbol
30
31 2008-09-25 [paul]       3.5.0cvs130
32
33         * src/plugins/smime/mypgpcore.def
34         * src/plugins/smime/plugin.def
35         * src/plugins/smime/version.rc
36                 add these windows-specific files
37                 (Thanks to Colin)
38
39 2008-09-25 [colin]      3.5.0cvs129
40
41         * src/main.c
42                 Load standard plugins only on first run
43
44 2008-09-25 [colin]      3.5.0cvs128
45
46         * src/codeconv.c
47                 Fix build...
48
49 2008-09-24 [colin]      3.5.0cvs127
50
51         * src/codeconv.c
52                 Add nb_NO's charset (iso-8859-1)
53
54 2008-09-24 [colin]      3.5.0cvs126
55
56         * src/common/utils.c
57                 Fix get_mail_base_dir() on windows
58                 (was synced from main ages ago)
59
60 2008-09-24 [colin]      3.5.0cvs125
61
62         * src/main.c
63         * src/wizard.c
64                 Integrate better with Windows' style
65
66 2008-09-23 [paul]       3.5.0cvs124
67
68         * src/compose.c
69         * src/mainwindow.c
70         * src/messageview.c
71                 offer these strings to translators too 
72
73 2008-09-23 [colin]      3.5.0cvs123
74
75         * configure.ac
76                 Add a --disable-dbus flag in case we want
77                 no DBUS even if headers are available (like
78                 for building gpg4win)
79         * src/filtering.c
80         * src/mainwindow.c
81         * src/prefs_logging.c
82         * src/common/utils.c
83         * src/plugins/pgpcore/sgpgme.c
84         * src/plugins/smime/claws.def
85                 Windows fixes:
86                 - disable filtering log (it's crashy for
87                   some reason)
88                 - fix gmtime_r when time is -1 (before 01/01/70)
89                 - add symbols for smime
90
91 2008-09-22 [colin]      3.5.0cvs122
92
93         * src/common/utils.c
94         * src/account.c
95                 Remove raw printf
96         * src/compose.c
97                 Fix cursor position after changing account
98         * src/imap.c
99         * src/mimeview.c
100         * src/news.c
101                 Fix absolute path detection 
102
103 2008-09-21 [colin]      3.5.0cvs121
104
105         * src/gtk/gtkaspell.c
106                 Don't try to use empty dictionaries
107
108 2008-09-20 [colin]      3.5.0cvs120
109
110         * po/POTFILES.in
111                 Add the new files to the translations
112
113 2008-09-20 [colin]      3.5.0cvs119
114
115         * configure.ac
116         * src/plugins/Makefile.am
117         * src/plugins/smime/Makefile.am
118         * src/plugins/smime/plugin.c
119         * src/plugins/smime/smime.c
120         * src/plugins/smime/smime.deps
121         * src/plugins/smime/smime.h
122                 Include S/Mime plugin in the main plugins
123                 Will ease the Gpg4win team's work
124
125 2008-09-20 [colin]      3.5.0cvs118
126
127         * src/autofaces.c
128         * src/compose.c
129         * src/ldapquery.c
130         * src/main.c
131         * src/news.c
132         * src/common/socket.c
133         * src/gtk/gtkutils.c
134         * src/plugins/pgpcore/claws.def
135                 Windows: more fixes, thanks to wwp and
136                 Marcus Brinkmann
137
138 2008-09-20 [colin]      3.5.0cvs117
139
140         * src/imap.c
141                 Tell on which server errors happened
142
143 2008-09-20 [colin]      3.5.0cvs116
144
145         * src/etpan/etpan-thread-manager.c
146         * src/etpan/imap-thread.c
147         * src/etpan/nntp-thread.c
148                 Windows: Fix hang on IMAP/NNTP
149
150 2008-09-20 [colin]      3.5.0cvs115
151
152         * src/common/utils.c
153                 Fix bug 1723, "Buffer overflow crash caused by 
154                 preview in 'Date format help' dialog box"
155                 Also, optimise fast_strftime a bit :)
156
157 2008-09-18 [colin]      3.5.0cvs114
158
159         * src/procmime.c
160         * src/textview.c
161                 Check for NULLs before str* functions
162
163 2008-09-18 [colin]      3.5.0cvs113
164
165         * src/messageview.c
166         * src/procmime.c
167         * src/textview.c
168                 Handle html parts in multipart/related
169                 Decode ISO-8859-1 as Windows-1252 (the former
170                 is a subset of the latter) in order to 
171                 workaround Outlook mails misencoding
172         * src/gtk/logwindow.c
173         * src/gtk/logwindow.h
174                 Clear mainwindow's error pixmap when the
175                 error scrolls out of the log
176
177 2008-09-17 [colin]      3.5.0cvs112
178
179         * src/image_viewer.c
180                 Fix image loading (multiple childs added to 
181                 scrolledwindow, break of the resize functionality)
182         * src/account.c
183         * src/prefs_folder_item.c
184         * src/prefs_spelling.c
185         * src/gtk/gtkaspell.c
186                 Better fix problems with dictionaries updates
187
188 2008-09-17 [colin]      3.5.0cvs111
189
190         * src/common/utils.c
191                 Fix double-opening (fixes multiple signatures when
192                 using signify)
193
194 2008-09-16 [colin]      3.5.0cvs110
195
196         * src/prefs_account.c
197         * src/prefs_folder_item.c
198         * src/prefs_spelling.c
199         * src/gtk/gtkaspell.c
200                 Better stripping of aspell dictionaries names
201
202 2008-09-16 [colin]
203
204         * 3.6.0-rc1 released
205
206 2008-09-16 [colin]      3.5.0cvs109
207
208         * src/account.c
209         * src/inc.c
210         * src/mainwindow.c
211         * src/prefs_account.h
212         * src/prefs_other.c
213         * src/send_message.c
214         * src/gtk/inputdialog.c
215                 Don't add a pref to allow remembering passwords
216                 (Just not checking the checkbox is enough)
217
218 2008-09-16 [colin]      3.5.0cvs108
219
220         * configure.ac
221                 Require libetpan 0.56 as 0.55 is crashy
222         * src/messageview.c
223                 Fix english
224         * src/gtk/inputdialog.c
225         * src/gtk/inputdialog.h
226                 Fix warnings
227
228 2008-09-16 [wwp]        3.5.0cvs107
229
230         * src/compose.c
231                 Complete 3.5.0cvs106 by removing a function that got
232                 moved to account.[ch].
233
234 2008-09-16 [wwp]        3.5.0cvs106
235
236         * src/account.c
237         * src/account.h
238         * src/compose.c
239         * src/quote_fmt.c
240         * src/quote_fmt_lex.l
241         * src/quote_fmt_parse.y
242                 Add account signature (path and value string) manipulation
243                 keywords to the template processor. It's now possible in
244                 all templates to insert the account signature to an
245                 arbitrary location or to pass it to a external script for
246                 further editing.
247
248
249 2008-09-16 [mones]      3.5.0cvs105
250
251         * src/imap.c
252         * src/inc.c
253         * src/mainwindow.c
254         * src/mainwindow.h
255         * src/news.c
256         * src/prefs_account.h
257         * src/prefs_common.c
258         * src/prefs_common.h
259         * src/prefs_other.c
260         * src/send_message.c
261         * src/gtk/inputdialog.c
262         * src/gtk/inputdialog.h
263                 Implement session passwords: unsaved passwords for receiving
264                 or sending of accounts can be remembered while running to 
265                 avoid repetitive typing.
266                 As keeping passwords in memory is unsafe a new preference 
267                 in Other page is added to activate or not such capability.
268
269 2008-09-14 [colin]      3.5.0cvs104
270
271         * src/codeconv.c
272         * src/codeconv.h
273                 Make conv_iconv_strdup static
274
275 2008-09-12 [colin]      3.5.0cvs103
276
277         * claws-mail.pc.in
278         * src/Makefile.am
279         * src/compose.c
280         * src/compose.h
281         * src/crash.c
282         * src/folder_item_prefs.c
283         * src/folder_item_prefs.h
284         * src/main.c
285         * src/prefs_account.c
286         * src/prefs_common.c
287         * src/prefs_common.h
288         * src/prefs_folder_item.c
289         * src/prefs_spelling.c
290         * src/prefs_template.c
291         * src/quote_fmt.h
292         * src/quote_fmt_parse.y
293         * src/toolbar.c
294         * src/toolbar.h
295         * src/gtk/Makefile.am
296         * src/gtk/about.c
297         * src/gtk/filesel.c
298         * src/gtk/gtkaspell.c
299         * src/gtk/gtkaspell.h
300         * src/plugins/bogofilter/Makefile.am
301         * src/plugins/dillo_viewer/Makefile.am
302         * src/plugins/spamassassin/Makefile.am
303         * src/plugins/trayicon/Makefile.am
304                 Switch spellchecker to Enchant
305
306 2008-09-12 [paul]       3.5.0cvs102
307
308         * tools/README
309         * tools/csv2addressbook.pl
310                 add support for Fox Mail
311
312 2008-09-12 [paul]       3.5.0cvs101
313
314         * src/compose.c
315         * src/prefs_wrapping.c
316                 changes to English
317
318 2008-09-12 [paul]       3.5.0cvs100
319
320         * configure.ac
321                 revert cvs99's libenchant commit error
322
323 2008-09-12 [colin]      3.5.0cvs99
324
325         * src/inc.c
326                 Only go to inbox if there are new mails
327                 (and fetch was manual)
328
329 2008-09-10 [colin]      3.5.0cvs98
330
331         * src/inc.c
332         * src/summaryview.c
333         * src/common/session.c
334                 Use g_timeout_add_seconds instead of g_timeout_add
335                 on glib >= 2.14 when we don't need precision on the 
336                 delay. This helps reducing power consumption:
337                 http://mjg59.livejournal.com/74651.html
338
339 2008-09-10 [colin]      3.5.0cvs97
340
341         * src/compose.c
342                 Don't save window size and position when
343                 compose is hidden (filtering action)
344
345 2008-09-09 [colin]      3.5.0cvs96
346
347         * src/action.h
348         * src/addr_compl.c
349         * src/addressadd.c
350         * src/addressbook.h
351         * src/addressbook_foldersel.c
352         * src/addressitem.h
353         * src/addrgather.c
354         * src/alertpanel.c
355         * src/browseldap.c
356         * src/editaddress.c
357         * src/editaddress_other_attributes_ldap.h
358         * src/editbook.c
359         * src/editjpilot.c
360         * src/editldap.c
361         * src/editldap_basedn.c
362         * src/editvcard.c
363         * src/exphtmldlg.c
364         * src/expldifdlg.c
365         * src/export.c
366         * src/foldersel.c
367         * src/foldersel.h
368         * src/gedit-print.c
369         * src/gedit-print.h
370         * src/grouplistdialog.c
371         * src/headerview.c
372         * src/headerview.h
373         * src/image_viewer.c
374         * src/import.c
375         * src/importldif.c
376         * src/importmutt.c
377         * src/importpine.c
378         * src/inc.c
379         * src/main.c
380         * src/main.h
381         * src/messageview.c
382         * src/messageview.h
383         * src/noticeview.c
384         * src/prefs_actions.c
385         * src/prefs_filtering.c
386         * src/prefs_folder_column.c
387         * src/prefs_gtk.h
388         * src/prefs_summary_column.c
389         * src/prefs_toolbar.c
390         * src/send_message.c
391         * src/setup.c
392         * src/sourcewindow.c
393         * src/sourcewindow.h
394         * src/ssl_manager.c
395         * src/statusbar.c
396         * src/statusbar.h
397         * src/stock_pixmap.c
398         * src/stock_pixmap.h
399         * src/summaryview.c
400         * src/textview.c
401         * src/textview.h
402         * src/undo.h
403         * src/uri_opener.c
404         * src/wizard.c
405         * src/wizard.h
406         * src/common/ssl.h
407         * src/common/utils.c
408         * src/gtk/about.c
409         * src/gtk/colorlabel.c
410         * src/gtk/colorlabel.h
411         * src/gtk/combobox.h
412         * src/gtk/description_window.c
413         * src/gtk/filesel.c
414         * src/gtk/gtkaspell.c
415         * src/gtk/gtkaspell.h
416         * src/gtk/gtkcmclist.c
417         * src/gtk/gtkcmclist.h
418         * src/gtk/gtkcmctree.c
419         * src/gtk/gtkcmctree.h
420         * src/gtk/gtkcmoptionmenu.h
421         * src/gtk/gtksctree.c
422         * src/gtk/gtksctree.h
423         * src/gtk/gtkshruler.c
424         * src/gtk/gtkshruler.h
425         * src/gtk/gtksourceprintjob.c
426         * src/gtk/gtksourceprintjob.h
427         * src/gtk/gtkutils.c
428         * src/gtk/gtkutils.h
429         * src/gtk/gtkvscrollbutton.c
430         * src/gtk/gtkvscrollbutton.h
431         * src/gtk/icon_legend.c
432         * src/gtk/inputdialog.c
433         * src/gtk/logwindow.c
434         * src/gtk/logwindow.h
435         * src/gtk/manage_window.c
436         * src/gtk/manage_window.h
437         * src/gtk/menu.c
438         * src/gtk/prefswindow.c
439         * src/gtk/progressdialog.c
440         * src/gtk/progressdialog.h
441         * src/plugins/bogofilter/bogofilter_gtk.c
442         * src/plugins/pgpcore/passphrase.c
443         * src/plugins/spamassassin/spamassassin_gtk.c
444         * src/plugins/trayicon/trayicon.c
445         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
446         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
447         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
448         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
449         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
450                 Complete GTK+ 2.14 undeprecation
451                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
452
453 2008-09-09 [colin]      3.5.0cvs95
454
455         * src/gtk/gtkcmclist.h
456                 Fix build on GTK+ 2.14
457
458 2008-09-08 [colin]      3.5.0cvs94
459
460         * src/noticeview.c
461         * src/noticeview.h
462                 Remove GtkSignalFunc
463
464 2008-09-07 [colin]      3.5.0cvs93
465
466         * src/addressadd.c
467         * src/addressbook_foldersel.c
468         * src/gtk/gtkcmclist.c
469         * src/gtk/gtkcmclist.h
470         * src/gtk/gtkcmctree.c
471         * src/gtk/gtkcmctree.h
472         * src/gtk/gtksctree.c
473         * src/gtk/prefswindow.c
474         * src/gtk/prefswindow.h
475                 Use GDestroyNotify instead of GtkDestroyNotify
476                 (deprecated in GTK+ 2.14)
477
478 2008-09-07 [colin]      3.5.0cvs92
479
480         * src/textview.c
481                 Fix bug 1712, 'invalid "Phishing attempt warning" 
482                 when linked text ends with spaces'
483
484 2008-09-05 [colin]      3.5.0cvs91
485
486         * src/procmime.c
487                 Maybe fix bug 1711, 'Save-as attachment crashes'
488                 Possibly wrong free() due to pointer shifting
489
490 2008-09-05 [colin]      3.5.0cvs90
491
492         * src/compose.c
493                 Fix bug 1710, 'User misreads "Discard Message" 
494                 as "Discard Changes"'. Propose to save or discard
495                 only the latest changes when closing an existing
496                 draft. Autosave may still have saved parts of the
497                 edit session.
498
499 2008-09-04 [colin]      3.5.0cvs89
500
501         * src/summaryview.c
502                 Fix bug 1707, 'Segfault when sorting on non-visible column'
503
504 2008-09-01 [colin]      3.5.0cvs88
505
506         * src/imap.c
507         * src/summaryview.c
508         * src/common/tags.c
509         * src/etpan/imap-thread.c
510         * src/etpan/imap-thread.h
511                 Store spam flag on IMAP (Junk/NonJunk, as 
512                 ThunderBird does - this is nonstandard)
513
514 2008-08-31 [wwp]        3.5.0cvs87
515
516         * ChangeLog
517                 Fix globish edition^Wediting.
518
519 2008-08-31 [wwp]        3.5.0cvs86
520
521         * src/addressbook.c
522                 Don't break nickname editing for non-LDAP books (nickname
523                 value was overwritten when editing existing contact, this
524                 came from 3.0.2cvs109).
525
526 2008-08-30 [colin]      3.5.0cvs85
527
528         * src/mainwindow.c
529         * src/summaryview.c
530                 Fix "Apply tags..." key shortcut
531
532 2008-08-29 [iwkse]      3.5.0cvs84
533
534         * src/summaryview.c
535                         Bit of clean:)
536
537 2008-08-29 [iwkse]      3.5.0cvs83
538
539         * src/summaryview.c
540                         Disable "Move to trash" action if
541                         we are in a trash-like folder.
542                         Thanks to colinl
543
544 2008-08-29 [paul]       3.5.0cvs82
545
546         * configure.ac
547                 bump up libetpan version requirement since
548                 0.55 is released now
549
550 2008-08-28 [wwp]        3.5.0cvs81
551
552         * src/account.c
553         * src/pop.c
554         * src/prefs_account.c
555         * src/prefs_account.h
556                 Add finer granularity to the POP3's remove-after delay (now in
557                 hours in addition to in days), patch by Paul Rolland.
558
559 2008-08-28 [wwp]        3.5.0cvs80
560
561         * src/gtk/combobox.c
562                 Fix a typo in a comment.
563
564 2008-08-28 [iwkse]      3.5.0cvs79
565
566         * src/account.c
567         * src/prefs_actions.c
568         * src/prefs_filtering.c
569         * src/prefs_template.c
570                         Add search feature to the account, 
571                         template and action dialog.
572                         It's turned on selecting one row
573                         of the list and typing some random
574                         letter. Thanks to wwp, colinl
575
576 2008-08-28 [colin]      3.5.0cvs78
577
578         * src/Makefile.am
579         * src/account.c
580         * src/compose.c
581         * src/prefs_account.c
582         * src/prefs_account.h
583         * src/privacy.c
584         * src/privacy.h
585         * src/procmime.c
586         * src/stock_pixmap.c
587         * src/stock_pixmap.h
588         * src/summaryview.c
589         * src/pixmaps/key_gpg_signed.xpm
590                 Fix bug 1412, "Sign reply, if mail was signed"
591                 Add an account preference to sign replies to signed mails
592
593 2008-08-28 [iwkse]      3.5.0cvs77
594
595         * src/prefs_filtering.c
596                 Making the search more useful,
597                 jumping directly to the relative rule.
598
599 2008-08-27 [colin]      3.5.0cvs76
600
601         * src/main.c
602                 Add a bit of info
603
604 2008-08-27 [colin]      3.5.0cvs75
605
606         * src/gtk/gtkcmctree.c
607                 Fix a few ifdefs
608
609 2008-08-26 [colin]      3.5.0cvs74
610
611         * src/gtk/gtkcmctree.c
612                 Fix missing inits on old glib
613
614 2008-08-26 [wwp]        3.5.0cvs73
615
616         * src/common/utils.c
617                 Added 'Fwd' to the list of known common subject prefixes.
618
619 2008-08-25 [iwkse]      3.5.0cvs72
620
621         * src/image_viewer.c
622                 Add animated gif support to the
623                 message preview.
624
625 2008-08-25 [colin]      3.5.0cvs71
626
627         * src/gtk/gtkcmctree.c
628                 Make sure work isn't null
629
630 2008-08-24 [colin]      3.5.0cvs70
631
632         * src/common/ssl.c
633                 Fix typo on SSL_CERT_DIR
634
635 2008-08-23 [holger]     3.5.0cvs69
636
637         * src/printing.c
638                 Fix bug 1699 'Separator line mis-placed when
639                 printing some e-mails'. The number of header lines
640                 was not correctly calculated when Pango inserts
641                 linebreaks
642
643 2008-08-23 [colin]      3.5.0cvs68
644
645         * src/mainwindow.c
646                 Fix the account selector button; thanks
647                 to wwp
648
649 2008-08-21 [colin]      3.5.0cvs67
650
651         * src/compose.c
652         * src/compose.h
653                 Add a compose preference for auto-indent
654         * src/mainwindow.c
655         * src/summaryview.c
656                 Make colorlabel accels a bit less hacky
657
658 2008-08-21 [colin]      3.5.0cvs66
659
660         * src/compose.c
661         * src/prefs_common.c
662         * src/prefs_common.h
663         * src/prefs_wrapping.c
664                 Add a preference for autoindent; fix no_join tag
665                 being applied to whole lines instead of just \n when
666                 creating a line 
667
668 2008-08-21 [colin]      3.5.0cvs65
669
670         * src/compose.c
671                 Add support for auto-indentation
672
673 2008-08-19 [colin]      3.5.0cvs64
674
675         * src/compose.c
676                 Save Autowrap status in drafts/queued mails
677
678 2008-08-19 [colin]      3.5.0cvs63
679
680         * src/mainwindow.c
681                 Fix a comment (in reality, test commit on
682                 the new CVS server)
683
684 2008-08-17 [colin]      3.5.0cvs62
685
686         * src/prefs_actions.c
687         * src/procmime.c
688         * src/wizard.c
689         * src/common/socket.h
690         * src/gtk/gtkcmctree.c
691                 Fix warnings
692
693 2008-08-16 [colin]      3.5.0cvs61
694
695         * src/editaddress_other_attributes_ldap.h
696                 Add 'l' field (localityName)
697
698 2008-08-16 [colin]      3.5.0cvs60
699
700         * src/mainwindow.c
701         * src/gtk/gtkcmclist.c
702         * src/gtk/gtkcmclist.h
703         * src/gtk/gtkcmctree.c
704         * src/gtk/gtksctree.c
705         * src/gtk/gtkutils.c
706         * src/gtk/gtkvscrollbutton.c
707                 Fix Maemo build (OS2007)
708
709 2008-08-14 [colin]      3.5.0cvs59
710
711         * src/folder.c
712                 Don't crash if parent is null when creating
713                 a folder
714         * src/gtk/pluginwindow.c
715                 Don't crash on race when closing window while
716                 a plugin is loading and does gtk_iterations
717
718 2008-08-13 [colin]      3.5.0cvs58
719
720         * src/messageview.c
721         * src/messageview.h
722         * src/mimeview.c
723                 Fix bug 1696, 'Viewing binary attachements 
724                 as text over 1 MB' (various buglets)
725
726 2008-08-10 [colin]      3.5.0cvs57
727
728         * src/summaryview.c
729         * src/gtk/gtkcmclist.c
730                 Continue fixing GTK < 2.12 build, thanks to
731                 Michael Hugues
732
733 2008-08-10 [colin]      3.5.0cvs56
734
735         * src/gtk/gtksctree.c
736                 Fix build on GTK < 2.12
737
738 2008-08-09 [colin]      3.5.0cvs55
739
740         * src/mainwindow.c
741                 Fix untranslatable strings, thanks to
742                 Stephan Sachse
743
744 2008-08-07 [colin]      3.5.0cvs54
745
746         * src/compose.c
747         * src/editaddress.c
748         * src/folderview.c
749         * src/mainwindow.c
750         * src/message_search.c
751         * src/mimeview.c
752         * src/noticeview.c
753         * src/prefs_account.c
754         * src/prefs_common.c
755         * src/prefs_customheader.c
756         * src/prefs_ext_prog.c
757         * src/prefs_filtering_action.c
758         * src/prefs_gtk.c
759         * src/prefs_logging.c
760         * src/prefs_matcher.c
761         * src/prefs_msg_colors.c
762         * src/procmime.c
763         * src/summary_search.c
764         * src/summaryview.c
765         * src/toolbar.c
766         * src/gtk/colorsel.c
767         * src/gtk/gtkaspell.c
768         * src/gtk/gtkutils.c
769         * src/gtk/gtkutils.h
770         * src/gtk/inputdialog.c
771         * src/gtk/pluginwindow.c
772         * src/gtk/quicksearch.c
773         * src/plugins/bogofilter/bogofilter_gtk.c
774         * src/plugins/dillo_viewer/dillo_prefs.c
775         * src/plugins/spamassassin/spamassassin_gtk.c
776                 - Fix Ctrl-Space shortcut
777                 - Fix mime-parsing bug in procmime (cvs52)
778                 - Fix double-free in procmime (cvs52)
779                 - Use gtk_bin_get_child instead of GTK_BIN()->child
780                 - Fix Goto menu in mainwindow
781
782 2008-08-07 [mones]      3.5.0cvs53
783
784         * po/es.po
785                 Updated translation (lots of changes!)
786         * src/compose.c
787                 Add missing accelerator key
788         * src/mainwindow.c
789                 Restored 'v' key function (thanks Colin!)
790
791 2008-08-06 [colin]      3.5.0cvs52
792
793         * src/addrbook.c
794         * src/addrcindex.c
795         * src/addrduplicates.c
796         * src/addrharvest.c
797         * src/enriched.c
798         * src/html.c
799         * src/ldif.c
800         * src/mimeview.c
801         * src/mutt.c
802         * src/pine.c
803         * src/procmime.c
804         * src/vcard.c
805         * src/wizard.c
806                 Fix my use of g_utf8_strdown (it returns
807                 a newly allocated string and doesn't
808                 change the parameter)
809
810 2008-08-06 [colin]      3.5.0cvs51
811
812         * src/compose.c
813                 Fix bug 1690, 'Copy/Paste in edit window may 
814                 break Undo'; middle-click pastes aren't 
815                 REPLACE_INSERT but just INSERT. 
816                 Also, fix privacy menu selection
817
818 2008-08-05 [colin]      3.5.0cvs50
819
820         * src/action.c
821         * src/addr_compl.c
822         * src/addrbook.c
823         * src/addrcindex.c
824         * src/addrduplicates.c
825         * src/addrharvest.c
826         * src/enriched.c
827         * src/html.c
828         * src/ldif.c
829         * src/main.c
830         * src/mimeview.c
831         * src/mutt.c
832         * src/pine.c
833         * src/procmime.c
834         * src/vcard.c
835         * src/wizard.c
836         * src/common/socket.c
837         * src/gtk/gtkutils.c
838         * src/gtk/gtkutils.h
839         * src/gtk/menu.c
840         * src/plugins/spamassassin/spamassassin.c
841                 More undeprecation (Glib)
842
843 2008-08-05 [colin]      3.5.0cvs49
844
845         * src/prefs_account.c
846         * src/prefs_filtering_action.c
847         * src/prefs_matcher.c
848         * src/gtk/Makefile.am
849         * src/gtk/claws-marshal.list
850         * src/gtk/colorlabel.c
851         * src/gtk/colorsel.c
852         * src/gtk/foldersort.c
853         * src/gtk/gtkaspell.c
854         * src/gtk/gtkcmclist.c
855         * src/gtk/gtkcmclist.h
856         * src/gtk/gtkcmctree.c
857         * src/gtk/gtkcmctree.h
858         * src/gtk/gtkcmoptionmenu.c
859         * src/gtk/gtkcmoptionmenu.h
860         * src/gtk/gtksctree.c
861         * src/gtk/gtksctree.h
862         * src/gtk/gtkutils.c
863         * src/gtk/gtkutils.h
864         * src/gtk/gtkvscrollbutton.c
865         * src/gtk/menu.c
866         * src/gtk/menu.h
867         * src/gtk/quicksearch.c
868         * src/plugins/dillo_viewer/dillo_viewer.c
869         * src/plugins/pgpcore/select-keys.c
870                 Try to finish yesterday's commit
871
872 2008-08-04 [colin]      3.5.0cvs48
873
874         * src/addressadd.c
875         * src/addressbook.c
876         * src/addressbook_foldersel.c
877         * src/addressitem.h
878         * src/addrgather.c
879         * src/browseldap.c
880         * src/compose.c
881         * src/compose.h
882         * src/editaddress.c
883         * src/editaddress_other_attributes_ldap.c
884         * src/editgroup.c
885         * src/editldap_basedn.c
886         * src/folderview.c
887         * src/folderview.h
888         * src/grouplistdialog.c
889         * src/image_viewer.c
890         * src/imap_gtk.c
891         * src/importldif.c
892         * src/main.c
893         * src/mainwindow.c
894         * src/message_search.c
895         * src/mh_gtk.c
896         * src/mimeview.c
897         * src/mimeview.h
898         * src/news_gtk.c
899         * src/noticeview.h
900         * src/prefs_account.c
901         * src/prefs_filtering_action.c
902         * src/prefs_matcher.c
903         * src/prefs_msg_colors.c
904         * src/prefs_summaries.c
905         * src/statusbar.c
906         * src/stock_pixmap.c
907         * src/summary_search.c
908         * src/summaryview.c
909         * src/summaryview.h
910         * src/textview.c
911         * src/toolbar.h
912         * src/gtk/Makefile.am
913         * src/gtk/claws-marshal.list
914         * src/gtk/colorsel.c
915         * src/gtk/foldersort.c
916         * src/gtk/gtkaspell.c
917         * src/gtk/gtkcmclist.c
918         * src/gtk/gtkcmclist.h
919         * src/gtk/gtkcmctree.c
920         * src/gtk/gtkcmctree.h
921         * src/gtk/gtksctree.c
922         * src/gtk/gtksctree.h
923         * src/gtk/gtkutils.c
924         * src/gtk/gtkutils.h
925         * src/gtk/gtkvscrollbutton.c
926         * src/gtk/menu.c
927         * src/gtk/menu.h
928         * src/gtk/quicksearch.c
929         * src/plugins/dillo_viewer/dillo_viewer.c
930         * src/plugins/pgpcore/select-keys.c
931                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
932                 Undeprecate their implementation (GtkArg, GtkType, ...)
933                 Undeprecate a few other things here and there
934                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
935                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
936                 still have work to do
937
938 2008-08-04 [colin]      3.5.0cvs47
939
940         * src/compose.c
941         * src/compose.h
942         * src/toolbar.h
943         * src/textview.c
944         * src/stock_pixmap.c
945         * src/statusbar.c
946         * src/noticeview.h
947         * src/mimeview.h
948         * src/mainwindow.c
949         * src/image_viewer.c
950         * src/gtk/gtkaspell.c
951         * src/gtk/gtkvscrollbutton.c
952         * src/plugins/dillo_viewer/dillo_viewer.c
953                 Undeprecate more things
954
955 2008-08-02 [colin]      3.5.0cvs46
956
957         * src/mainwindow.c
958                 Fix toggle menu activation state
959                 (thanks to cvs45 ;)
960
961 2008-08-02 [paul]       3.5.0cvs45
962
963         * src/mainwindow.c
964                 fix sensitivity of
965                 /View/Show or hide/Message View
966
967 2008-08-01 [paul]       3.5.0cvs44
968
969         * src/common/utils.c
970         * src/plugins/pgpcore/claws.def
971         * src/plugins/pgpinline/claws.def
972                 fix compilation problems on mingw32,
973                 (bug 1688) Patch by Marcus Brinkmann
974
975 2008-08-01 [colin]      3.5.0cvs43
976
977         * src/gtk/gtkutils.c
978         * src/gtk/gtkvscrollbutton.c
979                 Oups, fix build
980
981 2008-08-01 [colin]      3.5.0cvs42
982
983         * src/compose.c
984         * src/foldersel.c
985         * src/mainwindow.c
986         * src/prefs_account.c
987         * src/prefs_folder_item.c
988         * src/prefs_quote.c
989         * src/summaryview.c
990         * src/gtk/gtkaspell.c
991         * src/gtk/gtkutils.c
992         * src/gtk/gtkvscrollbutton.c
993                 Replace a few deprecated function calls
994
995 2008-08-01 [paul]       3.5.0cvs41
996
997         * src/action.c
998                 fix crash that occurs because of recent GtkUIManager
999                 changes. Thanks to Colin
1000
1001 2008-07-31 [colin]      3.5.0cvs40
1002
1003         * src/addressbook.c
1004         * src/compose.c
1005         * src/mainwindow.c
1006         * src/messageview.c
1007                 Some Maemo fixes
1008         * src/gtk/menu.c
1009         * src/gtk/menu.h
1010                 Remove deprecated helper funcs
1011
1012 2008-07-30 [colin]      3.5.0cvs39
1013
1014         * src/folderview.c
1015         * src/folderview.h
1016         * src/imap_gtk.c
1017         * src/mh_gtk.c
1018         * src/news_gtk.c
1019                 Move the folderview popup menu to GtkUIManager
1020
1021 2008-07-29 [colin]      3.5.0cvs38
1022
1023         * src/account.c
1024         * src/account.h
1025         * src/action.c
1026         * src/action.h
1027         * src/addressitem.h
1028         * src/compose.c
1029         * src/edittags.c
1030         * src/mainwindow.c
1031         * src/mainwindow.h
1032         * src/mimeview.c
1033         * src/summaryview.c
1034         * src/gtk/menu.c
1035         * src/gtk/menu.h
1036                 Switch the main menu to GtkUIManager
1037                 Warning fixes
1038
1039 2008-07-29 [colin]      3.5.0cvs37
1040
1041         * src/news.c
1042                 Fix bug 1684, 'view news messages with large 
1043                 attachements segfaults'
1044
1045 2008-07-29 [colin]      3.5.0cvs36
1046
1047         * src/action.c
1048         * src/action.h
1049         * src/addressbook.c
1050         * src/addressitem.h
1051         * src/compose.c
1052         * src/compose.h
1053         * src/messageview.c
1054         * src/messageview.h
1055         * src/summaryview.c
1056         * src/gtk/menu.c
1057         * src/gtk/menu.h
1058                 More switches to GtkUIManager
1059
1060 2008-07-26 [colin]      3.5.0cvs35
1061
1062         * src/gtk/menu.c
1063         * src/gtk/menu.h
1064                 Fix prototype
1065
1066 2008-07-25 [colin]      3.5.0cvs34
1067
1068         * src/addrcustomattr.c
1069         * src/addressbook.c
1070         * src/compose.c
1071         * src/editaddress.c
1072         * src/editaddress_other_attributes_ldap.h
1073         * src/edittags.c
1074         * src/mainwindow.c
1075         * src/mimeview.c
1076         * src/prefs_actions.c
1077         * src/prefs_filtering.c
1078         * src/prefs_template.c
1079         * src/summaryview.c
1080         * src/textview.c
1081         * src/textview.h
1082         * src/toolbar.c
1083         * src/gtk/about.c
1084         * src/gtk/menu.c
1085         * src/gtk/menu.h
1086         * src/plugins/trayicon/trayicon.c
1087                 More changes from GtkItemFactory to GtkUIManager
1088
1089 2008-07-25 [colin]      3.5.0cvs33
1090
1091         * src/gtk/menu.h
1092                 Add a macro to remove menu items
1093                 Make the gui_manager variable useless
1094
1095 2008-07-24 [colin]      3.5.0cvs32
1096
1097         * src/mimeview.c
1098                 Fix a gtk warning on clear
1099         * src/mainwindow.c
1100         * src/summaryview.c
1101         * src/summaryview.h
1102                 Switch the message list popup menu to
1103                 GtkUIManager
1104
1105 2008-07-23 [colin]      3.5.0cvs31
1106
1107         * src/plugins/pgpcore/pgp_viewer.c
1108         * src/plugins/pgpcore/sgpgme.c
1109                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
1110                 Patch by Thomas Wiegner <wiegner@gmx.de>
1111
1112 2008-07-20 [paul]       3.5.0cvs30
1113
1114         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1115                 remove redundant GTK version check
1116
1117 2008-07-20 [ticho]      3.5.0cvs29
1118
1119         * src/folderview.c
1120         * src/imap_gtk.c
1121         * src/news_gtk.c
1122                 Moved sensitivity setting for "Download messages" for IMAP and
1123                 news folders from folderview.c to imap_gtk.c and news_gtk.c
1124                 respectively for better code readability.
1125                 Fixed indentation in news' set_sensitivity().
1126
1127 2008-07-20 [paul]       3.5.0cvs28
1128
1129         * src/addrgather.c
1130                 remove more redundant code following cvs27
1131
1132 2008-07-20 [paul]       3.5.0cvs27
1133
1134         * src/addrgather.c
1135                 remove now redundant code
1136         * src/mainwindow.c
1137         * src/mainwindow.h
1138                 fix bug 1673, 'Tools/Harvest adresses is
1139                 grayed out if folder is empty'
1140
1141 2008-07-19 [ticho]      3.5.0cvs26
1142
1143         * src/edittags.c
1144         * src/main.c
1145         * src/mimeview.c
1146         * src/mimeview.h
1147         * src/gtk/gtkutils.c
1148         * src/gtk/gtkutils.h
1149         * src/gtk/menu.c
1150         * src/gtk/menu.h
1151                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
1152                 instead of deprecated GtkItemFactory.
1153
1154 2008-07-19 [colin]      3.5.0cvs25
1155
1156         * src/account.c
1157         * src/addrgather.c
1158         * src/compose.c
1159         * src/editldap.c
1160         * src/expldifdlg.c
1161         * src/importldif.c
1162         * src/main.c
1163         * src/mainwindow.c
1164         * src/mimeview.c
1165         * src/noticeview.c
1166         * src/prefs_account.c
1167         * src/prefs_actions.c
1168         * src/prefs_ext_prog.c
1169         * src/prefs_filtering.c
1170         * src/prefs_folder_item.c
1171         * src/prefs_image_viewer.c
1172         * src/prefs_logging.c
1173         * src/prefs_msg_colors.c
1174         * src/prefs_other.c
1175         * src/prefs_send.c
1176         * src/prefs_spelling.c
1177         * src/prefs_summaries.c
1178         * src/prefs_template.c
1179         * src/printing.c
1180         * src/quote_fmt.c
1181         * src/summary_search.c
1182         * src/summaryview.c
1183         * src/toolbar.c
1184         * src/wizard.c
1185         * src/common/Makefile.am
1186         * src/gtk/gtksctree.c
1187         * src/gtk/gtkutils.h
1188         * src/gtk/pluginwindow.c
1189         * src/gtk/quicksearch.c
1190         * src/plugins/bogofilter/bogofilter_gtk.c
1191         * src/plugins/dillo_viewer/dillo_prefs.c
1192         * src/plugins/pgpcore/prefs_gpg.c
1193         * src/plugins/spamassassin/spamassassin_gtk.c
1194         * src/plugins/trayicon/trayicon.c
1195         * src/plugins/trayicon/trayicon_prefs.c
1196                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
1197                 or greater). Use the old deprecated one on GTK+ < 2.12.
1198                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1199                 of time!
1200
1201 2008-07-16 [colin]      3.5.0cvs24
1202
1203         * src/mainwindow.c
1204                 Fix folderview's scrolbar when starting minimised
1205                 to tray, and popping up the mainwindow by calling
1206                 claws-mail from the command line
1207
1208 2008-07-08 [colin]      3.5.0cvs23
1209
1210         * src/compose.c
1211                 Possibly fix po-headers appearing on empty
1212                 templates
1213
1214 2008-07-08 [colin]      3.5.0cvs22
1215
1216         * src/folderview.c
1217         * src/summaryview.c
1218                 Finish the always_open tristate patch, by Jonathan
1219                 Corbet.
1220
1221 2008-07-07 [paul]       3.5.0cvs21
1222
1223         * src/mainwindow.c
1224                 fix typo (missing ")
1225
1226 2008-07-07 [paul]       3.5.0cvs20
1227
1228         * src/mainwindow.c
1229                 fit the menu style a bit better
1230
1231 2008-07-07 [colin]      3.5.0cvs19
1232
1233         * src/prefs_themes.c
1234                 Make upgrading themes easier
1235
1236 2008-07-07 [colin]      3.5.0cvs18
1237
1238         * src/mainwindow.c
1239         * src/prefs_toolbar.c
1240         * src/stock_pixmap.c
1241                 Finish fixing bug 1609, 'Icon issues'
1242
1243 2008-07-07 [colin]      3.5.0cvs17
1244
1245         * src/prefs_common.c
1246                 Fix the default value
1247
1248 2008-07-07 [colin]      3.5.0cvs16
1249
1250         * src/prefs_summaries.c
1251                 Revert my fix to the string, the correct term
1252                 is indeed Message View
1253
1254 2008-07-07 [colin]      3.5.0cvs15
1255
1256         * AUTHORS
1257         * src/gtk/authors.h
1258         * src/prefs_common.c
1259         * src/prefs_common.h
1260         * src/prefs_summaries.c
1261         * src/summaryview.c
1262         * src/gtk/authors.h
1263                 Change "Always open message when selected" to
1264                 a tristate (Never/Always/When preview is visible)
1265                 Patch by Jonathan Corbet <corbet@lwn.net>.
1266
1267 2008-07-06 [paul]       3.5.0cvs14
1268
1269         * src/addrgather.c
1270                 improve the layout of the dialogue
1271                 improve the English
1272                 add tooltips
1273                 fix some of the nasty coding style
1274         * src/mainwindow.c
1275                 improve the English
1276                 add some missing mnemonics
1277
1278 2008-07-05 [paul]       3.5.0cvs13
1279
1280         * src/mainwindow.c
1281         * src/mainwindow.h
1282                 fix bug 1398, '"Change current account" is
1283                 available even when there's only one account'
1284         * src/plugins/pgpcore/prefs_gpg.c
1285                 put back a needed include, removed in error
1286
1287 2008-07-05 [colin]      3.5.0cvs12
1288
1289         * src/mainwindow.c
1290                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
1291
1292 2008-07-05 [colin]      3.5.0cvs11
1293
1294         * src/news.c
1295         * src/news_gtk.c
1296                 Provide ability to rename newsgroups. Closes
1297                 bug 1444, 'Add GUI option for renaming 
1298                 newsgroups'. Patch by Pawel Pekala
1299
1300 2008-07-05 [colin]      3.5.0cvs10
1301
1302         * src/plugins/pgpcore/passphrase.c
1303         * src/plugins/pgpcore/prefs_gpg.c
1304         * src/plugins/pgpcore/select-keys.c
1305                 Simplify GTK includes (with the advantage
1306                 of compiling against GTK+2.13); patch by
1307                 Charles A Edwards
1308
1309 2008-07-05 [colin]      3.5.0cvs9
1310
1311         * src/wizard.c
1312                 Add SSL client certificates
1313
1314 2008-07-05 [colin]      3.5.0cvs8
1315
1316         * src/prefs_account.c
1317         * src/common/session.h
1318                 Fix warnings
1319         * src/common/ssl.c
1320                 Add one path for certs
1321
1322 2008-07-05 [colin]      3.5.0cvs7
1323
1324         * src/prefs_account.c
1325                 Fix no-ssl build
1326
1327 2008-07-04 [colin]      3.5.0cvs6
1328
1329         * src/common/ssl.c
1330         * src/common/ssl.h
1331         * src/common/ssl_certificate.c
1332                 Workaround distro bugs and fix certificate checking
1333                 with OpenSSL
1334
1335 2008-07-04 [colin]      3.5.0cvs5
1336
1337         * src/filtering.c
1338         * src/common/ssl_certificate.c
1339         * src/common/ssl_certificate.h
1340         * src/etpan/imap-thread.c
1341         * src/etpan/nntp-thread.c
1342                 Fix some leaks, thanks to Martin Zwickel
1343                 Rename gnutls functions that do the same
1344                 as OpenSSL ones, to avoid symbol clashing
1345                 when Claws is built against GnuTLS and
1346                 libetpan against OpenSSL
1347
1348 2008-07-04 [paul]       3.5.0cvs4
1349
1350         * src/prefs_account.c
1351                 remove 1 forgotten '.'
1352
1353 2008-07-04 [paul]       3.5.0cvs3
1354
1355         * src/prefs_account.c
1356                 layout/engrish fixes to the 'Client
1357                 certificates' frame
1358
1359 2008-07-03 [colin]      3.5.0cvs2
1360
1361         * src/imap.c
1362         * src/news.c
1363         * src/pop.c
1364         * src/prefs_account.c
1365         * src/prefs_account.h
1366         * src/prefs_common.c
1367         * src/send_message.c
1368         * src/common/session.c
1369         * src/common/session.h
1370         * src/common/smtp.c
1371         * src/common/smtp.h
1372         * src/common/socket.h
1373         * src/common/ssl.c
1374         * src/common/ssl.h
1375         * src/common/ssl_certificate.c
1376         * src/common/ssl_certificate.h
1377         * src/etpan/imap-thread.c
1378         * src/etpan/nntp-thread.c
1379         * src/gtk/inputdialog.c
1380                 Add support for SSL client certificates (either PEM files
1381                 with certificate and private key, either PKCS12 files)
1382
1383 2008-06-28 [colin]      3.5.0cvs1
1384
1385         * src/foldersel.c
1386                 Fix compilation with older GTKs
1387
1388 2008-06-27 [paul]       3.5.0
1389
1390         * NEWS
1391         * README
1392         * RELEASE_NOTES 
1393                 3.5.0 released
1394
1395 2008-06-27 [paul]       3.4.0cvs116
1396
1397         * src/gtk/authors.h
1398                 complete cvs115
1399
1400 2008-06-27 [paul]       3.4.0cvs115
1401
1402         * configure.ac
1403         * src/gtk/authors.h
1404                 no longer build unmaintained translations
1405
1406 2008-06-27 [paul]       3.4.0cvs114
1407
1408         * po/de.po
1409         * po/fi.po
1410         * po/pt_BR.po
1411                 updated by Stephan Sachse, Flammie Pirinen, and
1412                 Frederico Goncalves Guimaraes
1413
1414 2008-06-26 [wwp]        3.4.0cvs113
1415
1416         * manual/fr/advanced.xml
1417                 Update French version of the manual (AutoFaces documentation).
1418
1419 2008-06-26 [wwp]        3.4.0cvs112
1420
1421         * manual/fr/advanced.xml
1422         * manual/fr/plugins.xml
1423                 Updated French version of the manual (completed
1424                 hidden options list, added note about Clawsker
1425                 and new mail archiver plugin).
1426
1427 2008-06-25 [colin]      3.4.0cvs111
1428
1429         * src/gtk/gtkaspell.c
1430                 Fix non-UTF8 in the replace with dialog
1431         * src/prefs_actions.c
1432                 Fix possible crasher
1433                 Patches by Pawel
1434
1435 2008-06-24 [mones]      3.4.0cvs110
1436
1437         * src/autofaces.c
1438                 Fix non-warning message, downgraded to debug info
1439
1440 2008-06-24 [colin]      3.4.0cvs109
1441
1442         * src/summaryview.c
1443                 Fix bug 1650, Message line too small after 
1444                 changing columns in "three columns" layout
1445
1446 2008-06-24 [colin]      3.4.0cvs108
1447
1448         * src/messageview.c
1449                 Fix Spam button sensitivity in newsgroups
1450
1451 2008-06-23 [wwp]        3.4.0cvs107
1452
1453         * po/fr.po
1454                 Updated French translation.
1455
1456 2008-06-23 [mones]      3.4.0cvs106
1457
1458         * po/es.po
1459                 Updated translation for release
1460
1461 2008-06-22 [mones]      3.4.0cvs105
1462
1463         * manual/es/plugins.xml
1464                 Synced new entry for Mail Archiver plugin
1465
1466 2008-06-22 [colin]      3.4.0cvs104
1467
1468         * src/compose.c
1469                 Fix initial cursor position
1470
1471 2008-06-21 [paul]       3.4.0cvs103
1472
1473         * manual/plugins.xml
1474                 add an entry for the new Mail Archiver plugin
1475
1476 2008-06-21 [paul]       3.4.0cvs102
1477
1478         * src/gtk/about.c
1479                 we're in 'string freeze', put back the
1480                 < > symbols for now
1481
1482 2008-06-21 [paul]       3.4.0cvs101
1483
1484         * manual/advanced.xml
1485         * manual/es/advanced.xml
1486                 fix build warning: <emphasis> cannot be contained
1487                 within <filename>
1488         * src/gtk/about.c
1489                 fix non-clickable link on License page and drop
1490                 the containing < > symbols to match other links
1491
1492 2008-06-20 [mones]      3.4.0cvs100
1493
1494         * manual/advanced.xml
1495                 Added autofaces documentation, note about clawsker in hidden
1496                 preferences, minor markup fix. Thanks Paul for proofreading
1497         * manual/es/advanced.xml
1498                 Synchronised Spanish manual
1499
1500 2008-06-16 [colin]      3.4.0cvs99
1501
1502         * src/compose.c
1503                 Fix cursor placing on signature change
1504
1505 2008-06-16 [paul]       3.4.0cvs98
1506
1507         * src/imap_gtk.c
1508         * src/mh_gtk.c
1509         * src/gtk/inputdialog.c
1510                 really fussy coding style fixes
1511
1512 2008-06-16 [paul]       3.4.0cvs97
1513
1514         * src/Makefile.am
1515                 keep the alphabetical order
1516
1517 2008-06-13 [mones]      3.4.0cvs96
1518
1519         * src/autofaces.c
1520                 Fix crasher ;-)
1521         * src/prefs_filtering_action.c
1522                 Fixed cosmetic bug, processing also displays "Filtering"
1523
1524 2008-06-13 [mones]      3.4.0cvs95
1525
1526         * src/Makefile.am
1527         * src/autofaces.c       ** NEW FILE **  
1528         * src/autofaces.h       ** NEW FILE **
1529         * src/compose.c
1530                 Allow setting Faces and X-Faces globally and per-account
1531                 from configuration files under ~/.claws-mail/autofaces
1532
1533 2008-06-13 [holger]     3.4.0cvs94
1534
1535         * .cvsignore
1536                 More files to ignore
1537         * src/gtk/inputdialog.c
1538         * src/gtk/inputdialog.h
1539                 Make input dialog more generic so that a checkbox
1540                 with custom text can be used in addition to the
1541                 "remember this" checkbox
1542         * src/imap_gtk.c
1543         * src/mh_gtk.c
1544         * src/prefs_common.c
1545         * src/prefs_common.h
1546                 Allow new folders to inherit the properties of the
1547                 parent folder during folder creation
1548
1549 2008-06-13 [wwp]        3.4.0cvs93
1550
1551         * src/addressbook.c
1552                 a better fix for this string, won't break up translations,
1553                 and is conform to other similar ones.
1554
1555 2008-06-13 [wwp]        3.4.0cvs92
1556
1557         * src/addrduplicates.c
1558         * src/addressadd.c
1559         * src/addressbook.c
1560         * src/addressbook_foldersel.c
1561         * src/editgroup.c
1562                 use tree decorations everywhere AB folders are used (AB tree pane,
1563                     add address to AB, select AB folder, edit group, custom attr, find dup
1564                     results), in order to match global style
1565                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
1566                     double clicking on groups in tree pane does open the group edit dialog
1567                     double clicking on other items in tree pane does expand/collapse
1568                 fix a missing space in AB's delete-folder dialog
1569                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
1570
1571         * src/foldersel.c
1572                 make foldersel dialog show dotted lines according to global (hidden) prefs
1573
1574 2008-06-12 [colin]      3.4.0cvs91
1575
1576         * src/compose.c
1577         * src/compose.h
1578                 Fix bug 1635, 'Last character of message is truncated 
1579                 when changing accounts w/ sigs'
1580         * src/folderview.c
1581                 Fix bug 1636, 'Can't select "properties" on "folders 
1582                 only" folders'
1583
1584 2008-06-11 [colin]      3.4.0cvs90
1585
1586         * src/folder.c
1587                 Maybe fix bug 1623, 'exits with segfault when 
1588                 logging in to certain imap-servers'
1589
1590 2008-06-10 [mones]      3.4.0cvs89
1591
1592         * AUTHORS
1593         * tools/Makefile.am
1594         * tools/README
1595         * tools/convert_mbox.sh
1596                 Undo cvs86 and cvs87, it really should be a patch to 
1597                 convert_mbox.pl
1598
1599 2008-06-10 [wwp]        3.4.0cvs88
1600
1601         * po/fr.po
1602                 Updated French translation.
1603
1604 2008-06-10 [mones]      3.4.0cvs87
1605
1606         * tools/Makefile.am
1607                 Oops, forgot to add previous script for distribution
1608
1609 2008-06-10 [mones]      3.4.0cvs86
1610
1611         * AUTHORS
1612         * tools/README
1613         * tools/convert_mbox.sh
1614                 Added script to convert Evolution mail folders contributed
1615                 by Daniel Dickinson <cshore@fionavar.ca>
1616                 Fixes debian bug 461435
1617
1618 2008-06-09 [colin]      3.4.0cvs85
1619
1620         * src/main.c
1621                 Integrate AWN information bubble if dbus is
1622                 available
1623         * src/folder.c
1624                 Fix crash when calling scan_required() on 
1625                 folder classes that don't implement them
1626         * src/common/session.c
1627                 Fix a little typo
1628
1629 2008-06-09 [colin]      3.4.0cvs84
1630
1631         * src/main.c
1632                 Fix bug 1447, 'If user tries to close while starting 
1633                 up, it will not close ever.'
1634
1635 2008-06-09 [colin]      3.4.0cvs83
1636
1637         * src/filtering.c
1638                 Fix bug 1628, 'Claws Mail crashes when 
1639                 filtering selected messages'
1640
1641 2008-06-04 [colin]      3.4.0cvs82
1642
1643         * src/messageview.c
1644                 Complete handling of html parts in multipart/alternative
1645                 mails
1646
1647 2008-06-03 [paul]       3.4.0cvs81
1648
1649         * src/prefs_message.c
1650                 make always the english good
1651
1652 2008-06-03 [colin]      3.4.0cvs80
1653
1654         * src/mainwindow.c
1655         * src/mainwindow.h
1656                 Fix bug 1624, '[PATCH] Quick search should be 
1657                 disabled for folder view'; based on a patch by
1658                 Michael Terry
1659
1660 2008-06-03 [iwkse]      3.4.0cvs79
1661
1662         * src/addressbook.c
1663                 Fix little gui bug on button sensitivity
1664         * src/messageview.c
1665         * src/prefs_common.c
1666         * src/prefs_common.h
1667         * src/prefs_message.c
1668                 Allow by default to show html in multipart/alternative
1669
1670 2008-06-02 [colin]      3.4.0cvs78
1671
1672         * src/prefs_actions.c
1673                 GUI rework, patch by Pawel 
1674
1675 2008-06-02 [colin]      3.4.0cvs77
1676
1677         * src/quote_fmt.c
1678                 Fix sensitivity/alignment, patch from
1679                 Pawel
1680
1681 2008-05-31 [colin]      3.4.0cvs76
1682
1683         * src/imap.c
1684                 Fix login issue introduced in cvs75.
1685
1686 2008-05-31 [colin]      3.4.0cvs75
1687
1688         * src/imap.c
1689                 Fix more possible double-frees. Also, fix the root cause
1690                 of these double-frees by just noting the Session is to
1691                 be destroyed instead of destroying it in flight
1692
1693 2008-05-29 [paul]       3.4.0cvs74
1694
1695         * manual/keyboard.xml
1696                 'Makes' these entries like the others
1697
1698 2008-05-29 [colin]      3.4.0cvs73
1699
1700         * src/procmsg.h
1701                 Include utils.h in case we
1702                 need to pull goffset definition
1703
1704 2008-05-29 [colin]      3.4.0cvs72
1705
1706         * src/common/utils.h
1707                 Workaround a stupid Glib issue, where
1708                 goffset happens to be undefined. 
1709
1710 2008-05-28 [colin]      3.4.0cvs71
1711
1712         * src/compose.c
1713         * src/compose.h
1714         * src/grouplistdialog.c
1715         * src/image_viewer.c
1716         * src/imap.c
1717         * src/inc.c
1718         * src/main.c
1719         * src/matcher.c
1720         * src/messageview.c
1721         * src/mimeview.c
1722         * src/prefs_themes.c
1723         * src/procmsg.h
1724         * src/summaryview.c
1725         * src/summaryview.h
1726         * src/textview.c
1727         * src/common/smtp.c
1728         * src/common/utils.c
1729         * src/common/utils.h
1730                 Use goffset instead of off_t for MsgInfo's size
1731                 Allows using MsgInfo structure from plugins
1732                 compiled with largefile support
1733
1734 2008-05-26 [colin]      3.4.0cvs70
1735
1736         * src/mainwindow.c
1737         * src/mainwindow.h
1738                 Define THEME_CHANGED_HOOKLIST and invoke
1739                 it on theme change
1740         * src/plugins/trayicon/trayicon.c
1741                 Listen to THEME_CHANGED_HOOKLIST and
1742                 update accordingly
1743
1744 2008-05-26 [paul]       3.4.0cvs69
1745
1746         * src/mimeview.c
1747                 plug a leak in mimeview_save_all()
1748
1749 2008-05-24 [colin]      3.4.0cvs68
1750
1751         * src/common/utils.h
1752                 Fix wrong define on old glibs
1753
1754 2008-05-24 [paul]       3.4.0cvs67
1755
1756         * src/Makefile.am
1757         * src/stock_pixmap.c
1758         * src/stock_pixmap.h
1759         * src/toolbar.c
1760         * src/pixmaps/cancel.xpm
1761         * src/pixmaps/close.xpm
1762                 add a specific icon for A_CANCEL_INC (addresses
1763                 point 1 of bug 1609 'Icon issues')
1764                 replace close.xpm with an icon of the standard
1765                 24x24 size
1766
1767 2008-05-24 [paul]       3.4.0cvs66
1768
1769         * src/pixmaps/insert_file.xpm
1770                 replaced
1771
1772 2008-05-23 [paul]       3.4.0cvs65
1773
1774         * src/common/md5.c
1775         * src/common/md5.h
1776                 add the possibility to check md5 on binary files,
1777                 thanks to Colin
1778
1779 2008-05-23 [colin]      3.4.0cvs64
1780
1781         * src/mainwindow.c
1782         * src/summaryview.c
1783                 Fix bug 1610, 'claws crash after opening/closing 
1784                 preferences and window update'
1785
1786 2008-05-22 [colin]      3.4.0cvs63
1787
1788         * src/prefs_filtering_action.c
1789         * src/gtk/combobox.c
1790         * src/gtk/combobox.h
1791                 Fix reselecting of Tags actions in
1792                 filtering actions dialog
1793
1794 2008-05-22 [colin]      3.4.0cvs62
1795
1796         * src/Makefile.am
1797         * src/prefs_toolbar.c
1798         * src/stock_pixmap.c
1799         * src/stock_pixmap.h
1800         * src/toolbar.c
1801         * src/pixmaps/delete_btn.xpm
1802         * src/pixmaps/insert_file.xpm
1803         * src/pixmaps/mail_reply_to_list.xpm
1804                 Fix more of bug 1609:
1805                 - Add a Delete button icon
1806                 - Add a Reply to list button icon
1807                 - Fix Insert file button icon
1808                 Artwork by Ciprian Popovici.
1809
1810 2008-05-21 [colin]      3.4.0cvs61
1811
1812         * src/common/utils.c
1813                 Fix a little leak
1814
1815 2008-05-21 [wwp]        3.4.0cvs60
1816
1817         * src/prefs_filtering.c
1818                 Don't show SMTP-only accounts in accounts list, as they are
1819                 irrelevant for filtering incoming messages.
1820
1821 2008-05-21 [colin]      3.4.0cvs59
1822
1823         * src/mainwindow.c
1824                 Don't put SMTP-only accounts in receive menus
1825
1826 2008-05-21 [colin]      3.4.0cvs58
1827
1828         * src/imap.c
1829                 Fix cvs56 (brain fart)
1830
1831 2008-05-21 [colin]      3.4.0cvs57
1832
1833         * src/common/utils.c
1834                 Fix bug 1615, 'hang on FIFO when the other end's not 
1835                 opened'
1836
1837 2008-05-21 [colin]      3.4.0cvs56
1838
1839         * src/imap.c
1840                 Fix a warning
1841
1842 2008-05-19 [colin]      3.4.0cvs55
1843
1844         * src/plugins/pgpcore/sgpgme.c
1845                 Maybe fix debian bug 481856, 'Segmentation fault 
1846                 when verifying a GPG signature'. Although it 
1847                 looks like a race condition...
1848
1849 2008-05-19 [colin]      3.4.0cvs54
1850
1851         * src/prefs_filtering_action.c
1852         * src/prefs_matcher.c
1853         * src/common/tags.c
1854         * src/common/tags.h
1855         * src/gtk/combobox.c
1856         * src/gtk/combobox.h
1857                 Patch by Pawel: disabled Tags menus in filtering dialogs
1858
1859 2008-05-19 [colin]      3.4.0cvs53
1860
1861         * src/prefs_account.c
1862                 GUI patch by Pawel: align ports entries
1863
1864 2008-05-19 [colin]      3.4.0cvs52
1865
1866         * src/mainwindow.c
1867                 Fix bug 1616, 'strange question while emptying trash'
1868
1869 2008-05-18 [colin]      3.4.0cvs51
1870
1871         * src/common/plugin.c
1872         * src/etpan/imap-thread.c
1873         * src/etpan/nntp-thread.c
1874         * src/gtk/gtksctree.c
1875                 Fix bug 1613, 'Various memory leaks'; 
1876                 based on a patch by Didier Barvaux.
1877
1878 2008-05-18 [colin]      3.4.0cvs50
1879
1880         * src/mimeview.c
1881         * src/privacy.h
1882         * src/toolbar.c
1883         * src/toolbar.h
1884         * src/plugins/pgpcore/sgpgme.c
1885                 Fix more parts of bug 1609:
1886                 - Make use of specific Expired privacy icon
1887                 - Use CLOSE instead of NOTICE_ERROR for cancel
1888                   receiving
1889                 - Allow a Preferences button in the main toolbar
1890
1891 2008-05-18 [colin]      3.4.0cvs49
1892
1893         * src/stock_pixmap.c
1894                 Fix bug with non-updating icons after theme change:
1895                 If fetching pixbuf for a given icon after a theme
1896                 change, the next pixmap fetch would return the old
1897                 cached one, as the theme change was forgotten at 
1898                 this time. (and vice-versa). This was mostly 
1899                 visible on open folder icons
1900
1901 2008-05-17 [colin]      3.4.0cvs48
1902
1903         * src/prefs_summaries.c
1904         * src/summaryview.c
1905                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
1906                 options'. Patch by Pawel
1907
1908 2008-05-16 [colin]      3.4.0cvs47
1909
1910         * src/imap.c
1911                 Fix another possible crash (on fatal errors
1912                 at login, like stream error).
1913
1914 2008-05-16 [paul]       3.4.0cvs46
1915
1916         * tools/thunderbird-filters-convertor.pl
1917                 fix a typo
1918                 fix reading a tb rule that contains something
1919                 like that: \"Sender\"
1920
1921 2008-05-16 [paul]       3.4.0cvs45
1922
1923         * tools/README
1924         * tools/csv2addressbook.pl
1925                 add support for gmail exported csv address book
1926
1927 2008-05-16 [colin]      3.4.0cvs44
1928
1929         * configure.ac
1930         * src/ldapupdate.c
1931                 Fix ldap deprecated calls. Patch by
1932                 Michael Rasmussen
1933
1934 2008-05-16 [paul]       3.4.0cvs43
1935
1936         * manual/de/account.xml
1937         * manual/it/account.xml
1938         * manual/it/ack.xml
1939         * manual/it/addrbook.xml
1940         * manual/it/claws-mail-manual.xml
1941         * manual/it/gpl.xml
1942         * manual/it/intro.xml
1943         * manual/it/starting.xml
1944                 add pages towards German and Italian manuals.
1945                 (just for storage, they are not built yet, due
1946                 to being incomplete.) submitted by Speckmade
1947                 <Speckmade@gmx.net> and Salvatore De Paolis
1948                 <iwkse@claws-mail.org>
1949
1950 2008-05-16 [colin]      3.4.0cvs42
1951
1952         * src/gtk/sslcertwindow.c
1953                 Fix SHA1 fingerprint with GnuTLS
1954
1955 2008-05-15 [colin]      3.4.0cvs41
1956
1957         * src/gtk/sslcertwindow.c
1958                 Print SHA1 fingerprint too
1959
1960 2008-05-15 [colin]      3.4.0cvs40
1961
1962         * src/imap.c
1963                 Fix certificate port on TLS. It was 
1964                 previously always 0.
1965                 **IMPORTANT INFORMATION**: this will trigger 
1966                 one wrong "New certificate" warning at the 
1967                 first connection with this fix, if using STARTTLS
1968                 on IMAP.
1969         * src/gtk/sslcertwindow.c
1970                 Make labels selectable
1971
1972 2008-05-15 [colin]      3.4.0cvs39
1973
1974         * src/imap.c
1975                 Fix double free when STARTTLS fails (for
1976                 example due to refusing the certificate)
1977
1978 2008-05-15 [paul]       3.4.0cvs38
1979
1980         * manual/advanced.xml
1981                 fix typo
1982
1983 2008-05-15 [paul]       3.4.0cvs37
1984
1985         * manual/advanced.xml
1986         * src/prefs_send.c
1987                 make outgoing_fallback_to_ascii a hidden pref
1988
1989 2008-05-14 [colin]      3.4.0cvs36
1990
1991         * src/main.c
1992         * src/mainwindow.c
1993         * src/mainwindow.h
1994                 Make it possible to cancel quit when Claws
1995                 ask whether to empty trash.
1996
1997 2008-05-14 [colin]      3.4.0cvs35
1998
1999         * src/compose.c
2000         * src/prefs_common.c
2001         * src/prefs_common.h
2002         * src/prefs_send.c
2003                 Add a preference to be able to specify an
2004                 outgoing charset/encoding but still fallback
2005                 to 7bit US-ASCII when possible (default TRUE,
2006                 same behavior as pre-cvs34)
2007
2008 2008-05-14 [colin]      3.4.0cvs34
2009
2010         * src/compose.c
2011                 Always use the specified encoding and charset if it is
2012                 specified, even if the mail is ASCII.
2013
2014 2008-05-13 [paul]       3.4.0cvs33
2015
2016         * src/ldapupdate.c
2017                 fix the build warnings the easy way for now
2018
2019 2008-05-13 [colin]      3.4.0cvs32
2020
2021         * src/prefs_themes.c
2022                 Count .png files as icons too (fixes part
2023                 of bug 1609, 'Icon issues')
2024
2025 2008-05-13 [wwp]        3.4.0cvs31
2026
2027         * src/addressbook_foldersel.c
2028                 Fix wrong check (completes 3.4.0.cvs30).
2029
2030 2008-05-12 [wwp]        3.4.0cvs30
2031
2032         * src/addressbook.c
2033         * src/addressbook_foldersel.c
2034         * src/filtering.c
2035         * src/matcher.c
2036         * src/prefs_matcher.c
2037         * src/plugins/bogofilter/bogofilter.c
2038         * src/plugins/bogofilter/bogofilter_gtk.c
2039         * src/plugins/dillo_viewer/dillo_prefs.c
2040         * src/plugins/spamassassin/spamassassin.c
2041         * src/plugins/spamassassin/spamassassin_gtk.c
2042                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2043                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2044                 translated string "Any" in plugins (whitelisting) and
2045                 UTF8 comparisons.
2046
2047 2008-05-07 [colin]      3.4.0cvs29
2048
2049         * configure.ac
2050                 Fix --enable-maemo (assume --enable-generic-umpc)
2051
2052 2008-05-07 [colin]      3.4.0cvs28
2053
2054         * configure.ac
2055         * src/account.c
2056         * src/addr_compl.c
2057         * src/compose.c
2058         * src/editaddress.c
2059         * src/folderview.c
2060         * src/mainwindow.c
2061         * src/messageview.c
2062         * src/mimeview.c
2063         * src/prefs_account.c
2064         * src/prefs_common.c
2065         * src/prefs_display_header.c
2066         * src/prefs_filtering.c
2067         * src/prefs_summaries.c
2068         * src/prefs_template.c
2069         * src/prefs_toolbar.c
2070         * src/stock_pixmap.c
2071         * src/summaryview.c
2072         * src/summaryview.h
2073         * src/textview.c
2074         * src/toolbar.c
2075         * src/gtk/about.c
2076         * src/gtk/gtksctree.c
2077         * src/gtk/menu.c
2078         * src/gtk/prefswindow.c
2079         * src/gtk/sslcertwindow.c
2080                 Separate generic UMPC code (layouts, ...) from 
2081                 MAEMO code (Hildon, ...)
2082
2083 2008-05-06 [paul]       3.4.0cvs27
2084
2085         * tools/claws.i18n.status.pl
2086                 add he.po
2087
2088 2008-05-06 [colin]      3.4.0cvs26
2089
2090         * src/common/utils.c
2091                 Maybe fix crash on FreeBSD
2092
2093 2008-05-05 [colin]      3.4.0cvs25
2094
2095         * src/messageview.c
2096                 Fix bug 1602, 'Crash when sending return receipt for
2097                 messages with no subject'
2098
2099 2008-05-05 [colin]      3.4.0cvs24
2100
2101         * src/mimeview.c
2102                 Don't overwrite temporary files with same
2103                 name when drag and dropping. Fixes bug 1599,
2104                 'attach multiple files with the same name from 
2105                 one mail to another'
2106
2107 2008-05-04 [paul]       3.4.0cvs23
2108
2109         * src/compose.c
2110         * src/prefs_common.c
2111                 fix bug 1587 'can not replay with quote'
2112
2113 2008-05-03 [colin]      3.4.0cvs22
2114
2115         * po/de.po
2116                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
2117
2118 2008-05-03 [colin]      3.4.0cvs21
2119
2120         * src/toolbar.c
2121                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
2122                 icon isn't grayed although ineffective'
2123
2124 2008-05-02 [wwp]        3.4.0cvs20
2125
2126         * po/fr.po
2127                 Fix translation.
2128
2129         * src/prefs_folder_item.c
2130                 Add missing notice in folder properties (templates) when
2131                 folder is a root node.
2132
2133 2008-04-30 [colin]      3.4.0cvs19
2134
2135         * src/prefs_toolbar.c
2136                 Add Trash and Delete icons to the icon chooser
2137
2138 2008-04-30 [colin]      3.4.0cvs18
2139
2140         * src/compose.c
2141                 Remove "Delete entire line" which was a noop
2142                 and should be the same as "Delete line" :)
2143
2144 2008-04-30 [colin]      3.4.0cvs17
2145
2146         * src/compose.c
2147                 Fix 'Delete line' and 'Delete to end of line'
2148                 on the last line. Patch by <seelenhirt@gmx.net>
2149
2150 2008-04-28 [colin]      3.4.0cvs16
2151
2152         * src/folder.c
2153                 Fix bug 1589, 'tagsdb file not removed when
2154                 folder deleted'.
2155         * src/common/utils.c
2156                 Make sure claws_unlink accepts NULL arg.
2157
2158 2008-04-25 [colin]      3.4.0cvs15
2159
2160         * src/common/ssl.c
2161                 Fix/simplify previous commit
2162
2163 2008-04-25 [colin]      3.4.0cvs14
2164
2165         * src/addrindex.h
2166         * src/common/ssl_certificate.c
2167                 Patch by Marcus: Fix Win32 build
2168         * src/common/ssl.c
2169                 Fix build with GnuTLS/no pthread, thanks
2170                 to Marcus
2171
2172 2008-04-25 [colin]      3.4.0cvs13
2173
2174         * src/summaryview.c
2175                 Fix bug 1586, '3-pane vertical layout now and then 
2176                 still shows sender column'
2177
2178 2008-04-25 [colin]      3.4.0cvs12
2179
2180         * src/Makefile.am
2181         * src/w32-logo.ico
2182         * src/w32-resource.rc
2183                 Patch from Marcus Brinkmann to set an icon on w32.
2184
2185 2008-04-24 [colin]      3.4.0cvs11
2186
2187         * src/inc.c
2188         * src/inc.h
2189                 Trace inc locks
2190         * src/ldif.c
2191         * src/ldif.h
2192                 Fix bug 1581, 'Bad File Format during Import LDIF':
2193                 Use dynamically allocated buffers; also, allow 
2194                 importing contacts with no email address
2195
2196 2008-04-24 [colin]      3.4.0cvs10
2197
2198         * src/prefs_common.c
2199                 Increment the timeout a bit on OpenBSD, 75 isn't enough
2200
2201 2008-04-23 [colin]      3.4.0cvs9
2202
2203         * src/compose.c
2204         * src/prefs_folder_item.c
2205         * src/prefs_template.c
2206         * src/quote_fmt.c
2207                 Fix bug 1576: Fix unescaping of templates when testing them
2208                 I think it breaks nothing. (wwp, you're welcome to double-check)
2209
2210 2008-04-23 [paul]       3.4.0cvs8
2211
2212         * manual/advanced.xml
2213                 add info about the "two_line_vertical" hidden
2214                 pref
2215
2216 2008-04-22 [paul]       3.4.0cvs7
2217
2218         * src/prefs_common.c
2219         * src/prefs_common.h
2220         * src/summaryview.c
2221                 make the 2-line view in summaryview when in three
2222                 columns mode configurable. hidden pref: "two_line_vertical"
2223
2224 2008-04-22 [colin]      3.4.0cvs6
2225
2226         * src/inc.c
2227                 Fix missing inc_unlock()
2228         * src/prefs_matcher.c
2229         * src/send_message.c
2230                 Fix my last commit
2231
2232 2008-04-22 [colin]      3.4.0cvs5
2233
2234         * src/etpan/imap-thread.c
2235                 Use g_(un)setenv instead of (un)setenv which
2236                 doesn't exist on IRIX 6.5
2237
2238 2008-04-22 [colin]      3.4.0cvs4
2239
2240         * src/inc.c
2241         * src/prefs_common.c
2242         * src/send_message.c
2243                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2244                 Set the default timeout to 75 seconds
2245
2246 2008-04-20 [colin]      3.4.0cvs3
2247
2248         * src/pixmaps/tray_newmail.offline.xpm
2249         * src/pixmaps/tray_newmail.xpm
2250         * src/pixmaps/tray_newmarkedmail.offline.xpm
2251         * src/pixmaps/tray_newmarkedmail.xpm
2252         * src/pixmaps/tray_nomail.offline.xpm
2253         * src/pixmaps/tray_nomail.xpm
2254         * src/pixmaps/tray_unreadmail.offline.xpm
2255         * src/pixmaps/tray_unreadmail.xpm
2256         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2257         * src/pixmaps/tray_unreadmarkedmail.xpm
2258                 Make the tray icons a bit nicer. Would be
2259                 nice to get really nice icons from someone
2260                 who's good at Gimp :)
2261
2262 2008-04-18 [colin]      3.4.0cvs2
2263
2264         * src/common/log.c
2265                 Forgot one g_unlink
2266
2267 lease complete the changelog entry below
2268 2008-04-18 [colin]      3.4.0cvs1
2269
2270         * src/addrduplicates.c
2271         * src/addressbook.c
2272         * src/compose.c
2273         * src/crash.c
2274         * src/editaddress.c
2275         * src/folder.c
2276         * src/image_viewer.c
2277         * src/imap.c
2278         * src/inc.c
2279         * src/main.c
2280         * src/mbox.c
2281         * src/messageview.c
2282         * src/mh.c
2283         * src/msgcache.c
2284         * src/news.c
2285         * src/partial_download.c
2286         * src/pop.c
2287         * src/prefs_common.c
2288         * src/prefs_common.h
2289         * src/prefs_other.c
2290         * src/prefs_themes.c
2291         * src/procheader.c
2292         * src/procmime.c
2293         * src/procmsg.c
2294         * src/textview.c
2295         * src/wizard.c
2296         * src/common/prefs.c
2297         * src/common/ssl_certificate.c
2298         * src/common/template.c
2299         * src/common/utils.c
2300         * src/common/utils.h
2301         * src/etpan/imap-thread.c
2302         * src/plugins/dillo_viewer/dillo_viewer.c
2303         * src/plugins/pgpcore/sgpgme.c
2304         * src/plugins/pgpinline/pgpinline.c
2305                 Add an option to shred temporary files and messages
2306                 instead of just removing them. Slows deletions down!
2307
2308 2008-04-18 [paul]       3.4.0
2309
2310         * NEWS
2311         * README
2312         * RELEASE_NOTES 
2313                 3.4.0 released
2314
2315
2316 2008-04-18 [paul]       3.3.1cvs61
2317
2318         * po/de.po
2319         * po/fi.po
2320         * po/it.po
2321         * po/pt_BR.po
2322                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
2323                 and Frederico Goncalves Guimaraes
2324         * po/es.po
2325                 updated on the last minute by a lazy Ricardo Mones
2326
2327 2008-04-18 [colin]      3.3.1cvs60
2328
2329         * po/fr.po
2330                 Update translation (Fabien Vantard)
2331
2332 2008-04-17 [colin]      3.3.1cvs59
2333
2334         * src/imap.c
2335                 Fix debian bug 474712, 'claws seg faults when IMAP 
2336                 connection breaks after an IMAP protocol error 
2337                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
2338         * src/summaryview.c
2339                 Fix a little leak
2340
2341 2008-04-17 [colin]      3.3.1cvs58
2342
2343         * src/common/log.c
2344                 Fix log size getting out of control (claws-mail
2345                 getting SIGXFSZ): rotate if every 10MB
2346
2347 2008-04-10 [paul]       3.3.1cvs57
2348
2349         * src/prefs_other.c
2350                 improvements to english usage
2351
2352 2008-04-10 [paul]       3.3.1cvs56
2353
2354         * src/prefs_receive.c
2355                 add an accurate description
2356
2357 2008-04-08 [colin]      3.3.1cvs55
2358
2359         * src/undo.c
2360                 Probably fix corruption, introduced in cvs53
2361
2362 2008-04-04 [iwkse]      3.3.1cvs54
2363
2364         * src/undo.c
2365                 undo should works properly again
2366
2367 2008-04-04 [iwkse]      3.3.1cvs53
2368
2369         * src/undo.c
2370                 Fix a segfault but breaks undo
2371                 on a specific case (eg. double paste with
2372                 middle-mouse button)
2373
2374 2008-04-04 [iwkse]      3.3.1cvs52
2375
2376         * src/prefs_filtering.c
2377                 Fix previous Tab mess
2378
2379 2008-04-03 [iwkse]      3.3.1cvs51
2380
2381         * src/prefs_filtering.c
2382                 Add search in filtering rules list
2383
2384 2008-04-02 [colin]      3.3.1cvs50
2385
2386         * src/main.c
2387                 Revert part of the previous patch: we do
2388                 want to parse ~/.claws-mail/gtkrc-2.0 if it
2389                 exists
2390
2391 2008-04-02 [colin]      3.3.1cvs49
2392
2393         * src/main.c
2394                 Fix bug 1562, 'Claws-Mail does not completely 
2395                 respect settings in GTK2_RC_FILES environment'
2396                 Remove manual parsing of .gtkrc-2.0 and 
2397                 .gtk/gtkrc-2.0. GTK does it itself these days.
2398
2399 2008-04-01 [colin]      3.3.1cvs48
2400
2401         * src/imap_gtk.c
2402                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
2403                 ticking "Show only subscribed"'
2404
2405 2008-03-31 [colin]      3.3.1cvs47
2406
2407         * src/folder.c
2408                 Fix bug 1553, 'File lock not respected'
2409                 Regression due to the implementation of
2410                 deletion batching
2411
2412 2008-03-31 [colin]      3.3.1cvs46
2413
2414         * src/mainwindow.c
2415                 Fix tags menu update, thanks to Paul
2416
2417 2008-03-29 [wwp]        3.3.1cvs45
2418
2419         * src/prefs_account.c
2420         * src/prefs_common.c
2421         * src/prefs_folder_item.c
2422         * src/prefs_quote.c
2423         * src/quote_fmt.c
2424         * src/quote_fmt.h
2425                 Fix compose template formats (in global preferences)
2426                 being translated under specific conditions.
2427                 Add a button to restore factory defaults for current
2428                 language.
2429
2430 2008-03-27 [colin]      3.3.1cvs44
2431
2432         * src/common/prefs.c
2433         * src/common/xmlprops.c
2434                 Fix RedHat bug 431735, 'segfault if /home is full' 
2435                 (when starting): Fix double fclose() in prefs.c
2436                 and potentially xmlprops.c
2437
2438 2008-03-27 [colin]      3.3.1cvs43
2439
2440         * src/addressbook.c
2441                 Fix bug 1559, 'Claws Mail crashed deleting all 
2442                 common contacts'
2443
2444 2008-03-27 [wwp]        3.3.1cvs42
2445
2446         * src/addressbook.c
2447                 Fix 3.3.0cvs41.
2448
2449 2008-03-27 [wwp]        3.3.1cvs41
2450
2451         * src/addressbook.c
2452                 Prevent list flickering when deleting addresses.
2453
2454 2008-03-26 [colin]      3.3.1cvs40
2455
2456         * src/imap.c
2457                 Clean up session disconnection. Possibly
2458                 fix Ubuntu bug #204290
2459
2460 2008-03-26 [colin]      3.3.1cvs39
2461
2462         * src/textview.c
2463                 Fix bug 1555: current folder wasn't used when
2464                 right-clicking on an email address
2465
2466 2008-03-25 [colin]      3.3.1cvs38
2467
2468         * src/plugins/bogofilter/bogofilter.c
2469         * src/plugins/bogofilter/bogofilter.h
2470         * src/plugins/bogofilter/bogofilter_gtk.c
2471                 Add a "learn from whitelist" preference
2472                 Whitelist Unsure mails too.
2473
2474 2008-03-24 [paul]       3.3.1cvs37
2475
2476         * src/prefs_account.c
2477                 If no MH mailbox and no account exists, when
2478                 creating a POP/Local account, just create and
2479                 use the default one instead of bailing with a
2480                 "Mailbox doesn't exist" error
2481
2482 2008-03-21 [colin]      3.3.1cvs36
2483
2484         * src/procmime.c
2485                 strstrip mime subtype
2486
2487 2008-03-21 [paul]       3.3.1cvs35
2488
2489         * manual/advanced.xml
2490                 correct and update the info about Actions
2491
2492 2008-03-20 [colin]      3.3.1cvs34
2493
2494         * src/messageview.c
2495         * src/messageview.h
2496         * src/textview.c
2497                 Show at max 1MB of text, add a noticeview to
2498                 show everything optionally.
2499
2500 2008-03-20 [colin]      3.3.1cvs33
2501
2502         * src/stock_pixmap.c
2503                 Add support for png themes
2504
2505 2008-03-19 [wwp]        3.3.1cvs32
2506
2507         * src/procheader.c
2508                 Sanity check.
2509
2510 2008-03-18 [colin]      3.3.1cvs31
2511
2512         * src/common/utils.c
2513         * src/common/utils.h
2514                 Handle size_t instead of off_t in to_human_readable
2515
2516 2008-03-18 [colin]      3.3.1cvs30
2517
2518         * src/imap.c
2519                 Remove raw printf
2520
2521 2008-03-16 [colin]      3.3.1cvs29
2522
2523         * src/summaryview.c
2524                 Fix build on GTK < 2.12
2525
2526 2008-03-16 [colin]      3.3.1cvs28
2527
2528         * src/mainwindow.c
2529                 Refresh non-list widget when switching
2530                 messageview
2531
2532 2008-03-16 [colin]      3.3.1cvs27
2533
2534         * manual/faq.xml
2535                 Revert cvs25: This wasn't a typo :) :
2536                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
2537
2538
2539 2008-03-16 [colin]      3.3.1cvs26
2540
2541         * src/summaryview.c
2542         * src/gtk/gtksctree.c
2543         * src/gtk/gtksctree.h
2544                 Implement 2-lines items in Summaryview when in 
2545                 three columns mode
2546
2547 2008-03-16 [paul]       3.3.1cvs25
2548
2549         * manual/faq.xml
2550                 fix typo
2551
2552 2008-03-14 [colin]      3.3.1cvs24
2553
2554         * src/prefs_filtering_action.c
2555                 Fix buglet on setting recipient when
2556                 reediting forward rules.
2557
2558 2008-03-12 [colin]      3.3.1cvs23
2559
2560         * src/summaryview.c
2561                 Fix a new unused variable warning
2562         * src/plugins/trayicon/trayicon.c
2563                 Fix folderview's scrollbar at startup
2564                 if starting hidden
2565
2566 2008-03-12 [colin]      3.3.1cvs22
2567
2568         * src/folderview.c
2569         * src/summaryview.c
2570                 Use item_opened at the beginning of showing
2571                 a folder instead of the end. Fixes flicker.
2572
2573 2008-03-12 [paul]       3.3.1cvs21
2574
2575         * src/folder.c
2576         * src/folder.h
2577         * src/mainwindow.c
2578         * src/procmsg.c
2579         * src/summaryview.c
2580         * src/plugins/trayicon/trayicon.c
2581                 add tooltip with extended folder stats
2582
2583 2008-03-10 [colin]      3.3.1cvs20
2584
2585         * src/common/xml.c
2586                 Handle comments
2587
2588 2008-03-07 [colin]      3.3.1cvs19
2589
2590         * src/mainwindow.c
2591                 Fix blinking of the taskbar entry
2592
2593 2008-03-07 [colin]      3.3.1cvs18
2594
2595         * src/mainwindow.c
2596                 MAEMO: Fix bug 1494, 'Trayicon 
2597                 plugin breaks UI...'
2598
2599 2008-03-07 [paul]       3.3.1cvs17
2600
2601         * src/gtk/authors.h
2602                 reflect reality a bit more closely
2603
2604 2008-03-06 [colin]      3.3.1cvs16
2605
2606         * src/mainwindow.c
2607         * src/mainwindow.h
2608         * src/summaryview.c
2609         * src/summaryview.h
2610         * src/toolbar.c
2611                 Integrate things better wrt the new
2612                 summaryview extensibility.
2613
2614 2008-03-06 [wwp]        3.3.1cvs15
2615
2616         * src/quote_fmt.c
2617                 Fix some gcc warnings.
2618
2619 2008-03-06 [wwp]        3.3.1cvs14
2620
2621         * src/prefs_account.c
2622         * src/prefs_folder_item.c
2623         * src/prefs_gtk.c
2624         * src/prefs_template.c
2625         * src/gtk/prefswindow.c
2626         * src/gtk/prefswindow.h
2627                 prefs_templates: fix missing unregistering of addr_completion widgets
2628                 and and ending of addr_completion service.
2629                 prefs_folder_item: fix missing registering/unregistering of widgets,
2630                 and rework the way add_completion service is started and stopped.
2631                 Plus few prefswindow API changes (opening).
2632
2633 2008-03-06 [wwp]        3.3.1cvs13
2634
2635         * src/folder_item_prefs.c
2636         * src/prefs_template.c
2637         * src/prefs_template.h
2638         * src/quote_fmt.c
2639         * src/common/template.c
2640                 Complete 3.3.1cvs12, thanks to Colin.
2641
2642 2008-03-06 [wwp]        3.3.1cvs12
2643
2644         * src/compose.c
2645         * src/folder_item_prefs.c
2646         * src/folder_item_prefs.h
2647         * src/prefs_account.c
2648         * src/prefs_folder_item.c
2649         * src/prefs_quote.c
2650         * src/prefs_template.c
2651         * src/quote_fmt.c
2652         * src/quote_fmt.h
2653         * src/common/template.c
2654         * src/common/template.h
2655                 Global and per-folder templates can now override the from name (this
2656                 doesn't change the account being used).
2657                 Examples:
2658                  "My other name" <%account_email> (just changes the name)
2659                  my.faked.email@address.org (overrides the address too)
2660
2661 2008-03-05 [colin]      3.3.1cvs11
2662
2663         * src/summaryview.c
2664         * src/summaryview.h
2665                 Replace that hbox with a notebook
2666
2667 2008-03-05 [colin]      3.3.1cvs10
2668
2669         * src/folder.h
2670         * src/folderview.c
2671                 Add klass functions for notification of folder
2672                 opening/closing via the GUI
2673         * src/summaryview.c
2674         * src/summaryview.h
2675                 Add a specific container for the scrolledwin
2676
2677 2008-03-05 [colin]      3.3.1cvs9
2678
2679         * src/folder.h
2680         * src/folderview.c
2681                 Add klass functions for notification of folder 
2682                 opening/closing via the GUI
2683         * src/summaryview.c
2684         * src/summaryview.h
2685                 Add a specific container for the scrolledwin
2686
2687 2008-03-02 [colin]      3.3.1cvs8
2688
2689         * src/messageview.c
2690                 MAEMO: Fix bug 1541, 'Deleting message from within 
2691                 read window displays next message then closes.'
2692
2693 2008-03-02 [colin]      3.3.1cvs7
2694
2695         * src/main.c
2696                 Probably fix bug 1539, 'Program crashes':
2697                 Setup Gcrypt's thread functions when built
2698                 with GnuTLS
2699
2700 2008-03-01 [colin]      3.3.1cvs6
2701
2702         * src/folder.c
2703         * src/imap_gtk.c
2704                 Get rid of stale folders with no account
2705
2706 2008-02-28 [colin]      3.3.1cvs5
2707
2708         * src/compose.c
2709                 Fix bug 1534, 'Segmentation fault when doing 
2710                 some draft saving and then throwing away'
2711         * src/imap.c
2712                 Fix bug 1533, 'Claws is unable to mark messages 
2713                 as "read" in IMAP shared folders'
2714         * src/etpan/imap-thread.c
2715                 Fix bug 1515, 'large messages crash claws when 
2716                 syncing for offline mode'. This is rather a
2717                 workaround, and mails > 64MB will still be
2718                 problematic if there's less than 64MB available
2719                 on the dataroot volume.
2720         * src/messageview.c
2721                 MAEMO: Add information when fetching big messages
2722
2723 2008-02-26 [colin]      3.3.1cvs4
2724
2725         * src/imap.c
2726                 fix bug 1532, '"login refused" message insufficiently 
2727                 detailed'
2728
2729 2008-02-26 [paul]       3.3.1cvs3
2730
2731         * INSTALL
2732         * README
2733                 remove mentions of ClamAV and a few other
2734                 old bits of information
2735
2736 2008-02-23 [colin]      3.3.1cvs2
2737
2738         * src/main.c
2739                 Fix log output (missing \n)
2740
2741 2008-02-23 [colin]      3.3.1cvs1
2742
2743         * configure.ac
2744                 Bump version number for stable release
2745
2746 2008-02-23 [paul]       3.3.0cvs21
2747
2748         * po/he.po
2749                 updated by Ofer
2750
2751 2008-02-21 [colin]      3.3.0cvs20
2752
2753         * src/matcher.c
2754                 Fix bug 1527, 'filtering is case sensitive when it 
2755                 shouldn't be'
2756
2757 2008-02-20 [colin]      3.3.0cvs19
2758
2759         * src/main.c
2760                 Fix file attachments from older Thunar
2761
2762 2008-02-19 [colin]      3.3.0cvs18
2763
2764         * manual/plugins.xml
2765         * manual/es/plugins.xml
2766         * manual/fr/plugins.xml
2767         * manual/pl/plugins.xml
2768                 Remove Clamav
2769
2770 2008-02-19 [paul]       3.3.0cvs17
2771
2772         * tools/README
2773         * tools/csv2addressbook.pl
2774                 add support for Kmail/Kaddressbook
2775
2776 2008-02-18 [colin]      3.3.0cvs16
2777
2778         * src/imap.c
2779                 Unset folder's session before creating a
2780                 new one
2781         * src/main.c
2782         * src/prefs_common.c
2783         * src/prefs_common.h
2784         * manual/advanced.xml
2785                 Add an hidden use_networkmanager pref, to
2786                 disable NetworkManager handling. Also,
2787                 consider UNKNOWN state to be CONNECTED.
2788
2789 2008-02-18 [wwp]        3.3.0cvs15
2790
2791         * src/matcher.c
2792                 Fix Engrish and make 'not' more visible in filtering debug logs.
2793
2794 2008-02-15 [colin]      3.3.0cvs14
2795
2796         * src/matcher.c
2797                 Revert cvs10 for now, it breaks the feature
2798
2799 2008-02-15 [colin]      3.3.0cvs13
2800
2801         * src/main.c
2802                 Always focus folder tree at startup
2803         * src/compose.c
2804                 Fix bug 1521, 'Cannot close compose window after 
2805                 replying to a non-existent news message'
2806
2807 2008-02-13 [colin]      3.3.0cvs12
2808
2809         * src/folderview.c
2810                 Fix important warnings
2811
2812 2008-02-12 [colin]      3.3.0cvs11
2813
2814         * src/imap.c
2815         * src/etpan/imap-thread.c
2816         * src/etpan/imap-thread.h
2817                 Fix handling of $Forwarded flag on Exchange:
2818                 check for the existence or creatability of a
2819                 flag before using it.
2820
2821 2008-02-12 [colin]      3.3.0cvs10
2822
2823         * src/matcher.c
2824                 Optimise matching on Found in addressbook if
2825                 the matched header is in cache (From, etc)
2826
2827 2008-02-12 [colin]      3.3.0cvs9
2828
2829         * src/folderview.c
2830                 Fix crashy stuff when changing displayed
2831                 columns
2832
2833 2008-02-12 [wwp]        3.3.0cvs8
2834
2835         * src/folder.h
2836                 Remove duplicate func declaration and restore the one
2837                 a missing one.
2838
2839 2008-02-12 [wwp]        3.3.0cvs7
2840
2841         * src/compose.c
2842         * src/export.c
2843         * src/folder.c
2844         * src/folder.h
2845         * src/foldersel.c
2846         * src/foldersel.h
2847         * src/imap_gtk.c
2848         * src/import.c
2849         * src/mainwindow.c
2850         * src/messageview.c
2851         * src/mh_gtk.c
2852         * src/prefs_account.c
2853         * src/prefs_filtering_action.c
2854         * src/summaryview.c
2855         * src/plugins/bogofilter/bogofilter_gtk.c
2856         * src/plugins/spamassassin/spamassassin_gtk.c
2857                 Allow moving/copying folders to root folders when using
2858                 the folder selection dialog (it was not possible to
2859                 maemo users to reparent a subfolder to a root folder
2860                 at all).
2861
2862 2008-02-12 [fabien]     3.3.0cvs6
2863
2864         * po/fr.po
2865                 a few days late for i18n fr update. Sorry.
2866
2867 2008-02-11 [colin]      3.3.0cvs5
2868
2869         * src/main.c
2870                 Implement support for future /dev/mem_notify.
2871                 This Linux kernel feature will allow applications
2872                 to be notified that memory has to be freed
2873                 before getting OOM-killed. For more information:
2874                 http://lwn.net/Articles/267013/
2875
2876 2008-02-10 [paul]       3.3.0cvs4
2877
2878         * src/Makefile.am
2879         * src/mimeview.c
2880         * src/prefs_toolbar.c
2881         * src/stock_pixmap.c
2882         * src/stock_pixmap.h
2883         * src/pixmaps/mime_text_patch.xpm
2884                 add an icon for attached patches
2885
2886 2008-02-09 [paul]       3.3.0cvs3
2887
2888         * src/gtk/about.c
2889                 bump the (c) year
2890
2891 2008-02-09 [wwp]        3.3.0cvs2
2892
2893         * src/main.c
2894                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
2895
2896 2008-02-08 [colin]      3.3.0cvs1
2897
2898         * src/common/utils.c
2899                 Forbid attaching anything containing "../" or ".ssh/"
2900                 from mailto: URI
2901
2902 2008-02-08 [paul]       3.3.0
2903
2904         * NEWS
2905         * README
2906         * RELEASE_NOTES 
2907                 3.3.0 released
2908
2909 2008-02-08 [paul]       3.2.0cvs77
2910
2911         * AUTHORS
2912                 updated with new translators
2913         * configure.ac
2914                 added he to ALL_LINGUAS
2915         * po/cs.po
2916         * po/de.po
2917         * po/es.po
2918         * po/fi.po
2919         * po/hu.po
2920         * po/it.po
2921         * po/pt_BR.po
2922         * po/zh_CN.po
2923                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
2924                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
2925                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
2926                 and Ralph Young
2927         * po/he.po
2928                 new Hebrew translation by Ofer <oc666@netvision.net.il>
2929         * src/gtk/about.c
2930                 updated with new translators and bumped (c) year
2931         * src/gtk/authors.h
2932                 updated with new translators
2933
2934 2008-02-05 [colin]      3.2.0cvs76
2935
2936         * src/messageview.c
2937         * src/mimeview.c
2938         * src/mimeview.h
2939                 Special case text/calendar parts: if there's one in
2940                 the mail, and a plugin handling text/calendar is
2941                 loaded, show that part. That'll avoid rendering 
2942                 meetings as plain text, which just looks broken to
2943                 many users.
2944
2945 2008-02-04 [colin]      3.2.0cvs75
2946
2947         * src/mainwindow.c
2948                 Maemo: Fix LED handling on OS 2008
2949
2950 2008-02-01 [colin]      3.2.0cvs74
2951
2952         * src/compose.c
2953                 Possibly fix the annoying and hard-to reproduce bug
2954                 where lines 
2955                 are
2956                 rewrapped
2957                 like
2958                 that.
2959
2960 2008-02-01 [paul]       3.2.0cvs73
2961
2962         * src/common/utils.c
2963                 fix bug 1502, 'Plus signs are stripped from
2964                 email addresses when calling from command line'
2965                 Thanks to Colin
2966
2967 2008-01-31 [colin]      3.2.0cvs72
2968
2969         * src/exphtmldlg.c
2970         * src/mimeview.c
2971         * src/summaryview.c
2972                 Fix building of URIs from filenames
2973
2974 2008-01-31 [wwp]        3.2.0cvs71
2975
2976         * src/main.c
2977                 Fixes debug output of compiled-in features list
2978                 (completes 3.2.0cvs60).
2979
2980 2008-01-31 [colin]      3.2.0cvs70
2981
2982         * configure.ac
2983         * po/POTFILES.in
2984         * src/compose.c
2985         * src/plugins/Makefile.am
2986         * src/plugins/clamav/.cvsignore
2987         * src/plugins/clamav/Makefile.am
2988         * src/plugins/clamav/README
2989         * src/plugins/clamav/clamav_plugin.c
2990         * src/plugins/clamav/clamav_plugin.h
2991         * src/plugins/clamav/clamav_plugin_gtk.c
2992         * src/plugins/clamav/clamav_plugin_gtk.deps
2993                 Remove the Clamav plugin from the core
2994
2995 2008-01-28 [wwp]        3.2.0cvs69
2996
2997         * src/compose.c
2998         * src/prefs_template.c
2999         * src/prefs_template.h
3000         * src/quote_fmt.c
3001         * src/quote_fmt.h
3002         * src/quote_fmt_lex.l
3003         * src/quote_fmt_parse.y
3004                 Fix for bug #1493: count lines (\n chars) according to the way
3005                 format body is passed (i.e. \-escaped or not).
3006
3007 2008-01-27 [paul]       3.2.0cvs68
3008
3009         * po/en_GB.po
3010                 updated
3011         * src/prefs_actions.c
3012         * src/prefs_filtering.c
3013         * src/prefs_folder_item.c
3014         * src/prefs_template.c
3015         * src/gtk/about.c
3016                 some minor changes to the English
3017
3018 2008-01-24 [colin]      3.2.0cvs67
3019
3020         * src/etpan/imap-thread.c
3021         * src/etpan/nntp-thread.c
3022                 Fix bug 1348, 'Hang ups at exit time with 
3023                 pgp plugin since 3.0.2'
3024
3025 2008-01-23 [colin]      3.2.0cvs66
3026
3027         * src/toolbar.c
3028                 Fix translation of something that shouldn't be
3029
3030 2008-01-23 [colin]      3.2.0cvs65
3031
3032         * src/procmime.c
3033                 Fix bug 1486, 'Re: Incorrect content when replying'
3034                 Revert to full scan if short scan found only 0-length
3035                 text parts
3036
3037 2008-01-23 [paul]       3.2.0cvs64
3038
3039         * src/prefs_folder_item.c
3040                 fix bug 1485, 'selecting a folder's default
3041                 account if name contains '&''
3042
3043 2008-01-23 [colin]      3.2.0cvs63
3044
3045         * src/folder.c
3046         * src/folder.h
3047         * src/main.c
3048         * src/mainwindow.c
3049                 Fix bug 1480, 'should be able to display mail file
3050                 from command line'. Let 'claws-mail --select' accept
3051                 absolute paths in addition to folder identifiers.
3052
3053 2008-01-22 [wwp]        3.2.0cvs62
3054
3055         * src/account.c
3056         * src/account.h
3057         * src/compose.c
3058         * src/messageview.c
3059         * src/summaryview.c
3060         * src/common/utils.c
3061         * src/common/utils.h
3062                 Allow from=address in mailto sequence:
3063                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
3064                   The 'from' will try to select the first account matching in accounts list,
3065                   otherwise will use the usual account selection mechanism but override with
3066                   this 'from' address.
3067                 Allow mailto with NNTP accounts
3068                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
3069                   is the default one or if a NNTP account address is used with 'from'.
3070                   This is more or less a bugfix as it was possible to use mailto with a NNTP
3071                   default account but the complete mailto sequence was put in To.
3072
3073 2008-01-22 [wwp]        3.2.0cvs61
3074
3075         * doc/man/claws-mail.1
3076                 Updated the man page: status of few features, command-line
3077                 usage (--version-full) and completed list of config files
3078                 and dirs.
3079
3080 2008-01-22 [wwp]        3.2.0cvs60
3081
3082         * src/main.c
3083                 Added --version-full to display version and compiled-in
3084                 features list (for later use by Clawsker for instance).
3085
3086 2008-01-22 [holger]     3.2.0cvs59
3087
3088         * src/addrduplicates.c
3089                 Fix scrolling in addressbook duplicate
3090                 finder result dialog
3091
3092 2008-01-21 [colin]      3.2.0cvs58
3093
3094         * src/summaryview.c
3095                 Fix bug 1457, 'sorting messages on, say, from, 
3096                 should subsort on previous sort choice'. Subsort
3097                 by date when sort is Subject, From, To, Tags.
3098
3099 2008-01-21 [colin]      3.2.0cvs57
3100
3101         * AUTHORS
3102         * src/matcher.c
3103         * src/mimeview.c
3104         * src/common/ssl.c
3105         * src/gtk/authors.h
3106                 Fix bug 1478, 'Wrong pthread_create calls all 
3107                 over the place'. Patch by Christian Cornelssen
3108
3109 2008-01-20 [colin]      3.2.0cvs56
3110
3111         * src/imap.c
3112         * src/etpan/imap-thread.c
3113         * src/etpan/imap-thread.h
3114                 Fix bug 1468, 'Use IMAP keyword to 
3115                 store "forwarded" flag'
3116
3117 2008-01-20 [colin]      3.2.0cvs55
3118
3119         * src/folderutils.c
3120                 Make list operations faster
3121
3122 2008-01-20 [colin]      3.2.0cvs54
3123
3124         * src/mainwindow.c
3125                 Fix bug 1353, 'on startup with small screen 
3126                 layout, keyboard input gets lost'
3127
3128 2008-01-20 [colin]      3.2.0cvs53
3129
3130         * src/textview.c
3131                 Complete 3.2.0cvs49, and fixes bug 1477, 
3132                 'Claws Mail crashes when view PGP-encrypted 
3133                 message'
3134
3135 2008-01-20 [colin]      3.2.0cvs52
3136
3137         * src/compose.c
3138                 Fix privacy menu update when replying to
3139                 encrypted mail and no default privacy 
3140                 system is set
3141
3142 2008-01-19 [colin]      3.2.0cvs51
3143
3144         * src/filtering.c
3145         * src/procmsg.h
3146         * src/plugins/bogofilter/bogofilter.c
3147         * src/plugins/clamav/clamav_plugin.c
3148         * src/plugins/spamassassin/spamassassin.c
3149                 Batch filtering deletions too (and save 4 bytes
3150                 per MsgInfo in the process :)
3151
3152 2008-01-19 [colin]      3.2.0cvs50
3153
3154         * src/folder.c
3155                 Make cache update after copies much faster
3156                 on IMAP
3157
3158 2008-01-19 [colin]      3.2.0cvs49
3159
3160         * src/textview.c
3161                 Check g_fopen() success
3162
3163 2008-01-17 [wwp]        3.2.0cvs48
3164
3165         * manual/faq.xml
3166         * manual/es/faq.xml
3167         * manual/fr/faq.xml
3168         * manual/pl/faq.xml
3169                 Sylpheed? No idea what this means.
3170
3171 2008-01-17 [colin]      3.2.0cvs47
3172
3173         * src/gtk/gtksctree.c
3174                 Make dnd threshold higher on Maemo
3175
3176 2008-01-16 [colin]      3.2.0cvs46
3177
3178         * src/common/passcrypt.c
3179                 Fix build on FreeBSD, thanks to Pawel
3180
3181 2008-01-15 [colin]      3.2.0cvs45
3182
3183         * src/compose.c
3184                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
3185                 spell check of actuall word'
3186         * src/summaryview.c
3187                 Temporarily disable immediate execution when learning
3188                 spam *only* if the summaryview isn't locked
3189
3190 2008-01-15 [wwp]        3.2.0cvs44
3191
3192         * src/prefs_filtering.c
3193                 Fix filtering prefs layout (Maemo port), moving page up/down
3194                 from buttons to context menu.
3195
3196 2008-01-15 [colin]      3.2.0cvs43
3197
3198         * src/compose.c
3199                 Fix bug 1465, 'First line in new message does not mark URLs'
3200
3201 2008-01-15 [colin]      3.2.0cvs42
3202
3203         * src/common/passcrypt.c
3204                 Fix bug 1461, 'several components #define 
3205                 _XOPEN_SOURCE improperly'
3206
3207 2008-01-15 [colin]      3.2.0cvs41
3208
3209         * src/summaryview.c
3210                 Fix bug 1469, 'Column width adjustments on message 
3211                 lists do not save'
3212
3213 2008-01-14 [holger]     3.2.0cvs40
3214
3215         * configure.ac
3216                 Add tests for dbus, dbus glib bindings,
3217                 and NetworkManager. All is optional. Add new
3218                 --(en|dis)able-networkmanager-support switch.
3219         * src/Makefile.am
3220         * src/imap.c
3221         * src/inc.c
3222         * src/main.c
3223         * src/main.h
3224         * src/mainwindow.c
3225         * src/gtk/about.c
3226                 Add optional NetworkManager support, so Claws Mail
3227                 can try to do the right thing when the network connection
3228                 status changes. NetworkManager support is active by
3229                 default if above requirements were met.
3230
3231 2008-01-12 [colin]      3.2.0cvs39
3232
3233         * src/summaryview.c
3234                 Advertise the click-on-reply feature in the tooltip
3235
3236 2008-01-12 [colin]      3.2.0cvs38
3237
3238         * src/Makefile.am
3239         * src/stock_pixmap.c
3240         * src/stock_pixmap.h
3241         * src/pixmaps/tray_newmail.offline.xpm
3242         * src/pixmaps/tray_newmail.xpm
3243         * src/pixmaps/tray_newmarkedmail.offline.xpm
3244         * src/pixmaps/tray_newmarkedmail.xpm
3245         * src/pixmaps/tray_nomail.offline.xpm
3246         * src/pixmaps/tray_nomail.xpm
3247         * src/pixmaps/tray_unreadmail.offline.xpm
3248         * src/pixmaps/tray_unreadmail.xpm
3249         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3250         * src/pixmaps/tray_unreadmarkedmail.xpm
3251         * src/plugins/trayicon/Makefile.am
3252         * src/plugins/trayicon/newmail.offline.xpm
3253         * src/plugins/trayicon/newmail.xpm
3254         * src/plugins/trayicon/newmarkedmail.offline.xpm
3255         * src/plugins/trayicon/newmarkedmail.xpm
3256         * src/plugins/trayicon/nomail.offline.xpm
3257         * src/plugins/trayicon/nomail.xpm
3258         * src/plugins/trayicon/trayicon.c
3259         * src/plugins/trayicon/unreadmail.offline.xpm
3260         * src/plugins/trayicon/unreadmail.xpm
3261         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3262         * src/plugins/trayicon/unreadmarkedmail.xpm
3263                 Make the Trayicon plugin icons themable
3264
3265 2008-01-12 [wwp]        3.2.0cvs37
3266
3267         * src/prefs_display_header.c
3268                 Fix extra leading hyphen visible in the display
3269                 header configuration combo list (maemo).
3270
3271 2008-01-11 [colin]      3.2.0cvs36
3272
3273         * src/imap.c
3274                 Set timeout to 1 before disconnecting all -
3275                 for when one switches to offline and has 
3276                 no network anymore
3277         * src/messageview.c
3278                 Fix bug 1454, 'error message shows parts and 
3279                 signature of previous messages'
3280         * src/prefs_common.c
3281                 Maemo: Hide Send dialog by default
3282
3283 2008-01-10 [colin]      3.2.0cvs35
3284
3285         * src/action.c
3286         * src/editldap.c
3287         * src/prefs_account.c
3288         * src/wizard.c
3289         * src/gtk/inputdialog.c
3290         * src/plugins/pgpcore/passphrase.c
3291                 Maemo: Fix bug 1455, 'Password enters leading letter 
3292                 incorrectly as uppercase'
3293
3294 2008-01-09 [colin]      3.2.0cvs34
3295
3296         * po/pl.po
3297                 Fix bug 1446, 'SC crashes frequently when staying 
3298                 in background'. Format string error in Polish 
3299                 translation
3300         * src/gtk/description_window.c
3301         * src/prefs_template.c
3302                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
3303                 patch by Pawel
3304         * src/wizard.c
3305                 Maemo: Fix build
3306
3307 2008-01-08 [colin]      3.2.0cvs33
3308
3309         * src/main.c
3310                 Maemo: connect HW status change signal for shutdown
3311         * src/mainwindow.c
3312                 Maemo: Fix hardware space key
3313         * src/wizard.c
3314                 Maemo: name mmc1 and 2 a better name
3315
3316 2008-01-08 [wwp]        3.2.0cvs32
3317
3318         * src/folder.c
3319         * src/folder_item_prefs.c
3320         * src/folder_item_prefs.h
3321         * src/prefs_folder_item.c
3322                 It's now possible to disable processing rules when
3323                 entering a folder (this adds a new option to the
3324                 folder properties dialog).
3325
3326 2008-01-08 [wwp]        3.2.0cvs31
3327
3328         * src/common/utils.c
3329                 Mailto: now supports 'insert' (stands for 'insert file'), this
3330                 adds the ability to create a new message from the command-line,
3331                 with body set from an existing file contents.
3332
3333 2008-01-08 [colin]      3.2.0cvs30
3334
3335         * src/summaryview.c
3336                 Maybe fix bug 1452, 'crash while drag'n'droping 
3337                 emails to an IMAP folder'
3338
3339 2008-01-07 [wwp]        3.2.0cvs29
3340
3341         * src/prefs_filtering.c
3342                 Static-alize a function, thanks to Colin.
3343
3344 2008-01-07 [colin]      3.2.0cvs28
3345
3346         * src/folderview.c
3347                 Fix scrolling to bottom when drag and dropping
3348         * src/summaryview.c
3349                 Fix bug 1445, 'Display sender using addressbook: fails 
3350                 when From: isn't an email address'
3351
3352 2008-01-07 [wwp]        3.2.0cvs27
3353
3354         * src/prefs_actions.c
3355         * src/prefs_filtering.c
3356         * src/prefs_template.c
3357                 Add tooltips to most buttons in the templates, actions and
3358                 filtering/processing dialogs.
3359
3360 2008-01-07 [wwp]        3.2.0cvs26
3361
3362         * src/prefs_filtering.c
3363                  - add a clear button to clear dialog input fields
3364                  - add page up and page down buttons to move selected rule up and down
3365                  - in rules list popup-menu: added Delete, Delete all and Duplicate
3366                  - popup-menu items are greyed out either if the list is empty (not counting the
3367                    (New) row or if there is no selected item
3368                  - clear store when closing dialog
3369
3370         * src/prefs_actions.c
3371                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3372                    clear button, popup-menu
3373                  - clear store when closing dialog
3374
3375         * src/prefs_template.c
3376                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
3377                    clear button, popup-menu 
3378
3379         * src/addrcustomattr.c
3380                  - renamed popup-menu item Clear list to Delete all
3381                  - grey out popup-menu items is there is no selected item or if list is empty
3382                  - clear store when closing dialog
3383
3384         * src/edittags.c
3385                  - added popup-menu item Delete all
3386                  - grey out popup-menu items is there is no selected item or if list is empty
3387                  - clear store when closing dialog
3388
3389 2008-01-06 [wwp]        3.2.0cvs25
3390
3391         * src/addressadd.c
3392                 One more layout fix by Pawel (completes 3.2.0cvs24).
3393
3394 2008-01-05 [colin]      3.2.0cvs24
3395
3396         * src/addressadd.c
3397                 Little GUI fixes, patch by Pawel
3398
3399 2007-12-29 [wwp]        3.2.0cvs23
3400
3401         * src/compose.c
3402                 Fix for bug #1443, and strip possible whitespaces around
3403                 custom header names.
3404
3405 2007-12-29 [mones]      3.2.0cvs22
3406
3407         * po/es.po
3408                 Updated translation, corrected a term based 
3409                 on suggestion from Israel Saeta Pérez,
3410                 reverted awful X-Mailer translation
3411         * src/procmime.c
3412                 Complete cvs20 for FreeBSD, patch by Pawel
3413
3414 2007-12-29 [colin]      3.2.0cvs21
3415
3416         * src/textview.c
3417                 Fix bug 1442, 'Tags are repeated in 
3418                 encapsulated messages'
3419
3420 2007-12-28 [colin]      3.2.0cvs20
3421
3422         * src/procmime.c
3423                 Fix path to mime/globs. Patch by Marten King.
3424
3425 2007-12-27 [colin]      3.2.0cvs19
3426
3427         * src/plugins/pgpcore/Makefile.am
3428         * src/plugins/pgpinline/Makefile.am
3429         * src/plugins/pgpmime/Makefile.am
3430                 Add missing flags to build pgp plugins on maemo
3431
3432 2007-12-27 [colin]      3.2.0cvs18
3433
3434         * src/mainwindow.c
3435                 Maximise before showing to avoid probable flickering
3436                 on slow computers.
3437
3438 2007-12-27 [colin]      3.2.0cvs17
3439
3440         * src/main.c
3441         * src/mainwindow.c
3442         * src/prefs_common.c
3443         * src/prefs_common.h
3444                 Fix bug 1439, 'Claws Mail does not remember window size 
3445                 state when restarted'. Save maximised state and force
3446                 maximisation at startup if applicable.
3447
3448 2007-12-23 [paul]       3.2.0cvs16
3449
3450         * src/prefs_matcher.c
3451                 fix bug 1436, 'Filter condition dialog doesn't
3452                 load header name from current rules'
3453
3454 2007-12-22 [paul]       3.2.0cvs15
3455
3456         * src/compose.c
3457                 fix bug 1435, 'Reply doesn't take into account
3458                 reply-to field'
3459
3460 2007-12-21 [paul]       3.2.0cvs14
3461
3462         * src/common/ssl_certificate.c
3463                 fix FreeBSD build with IPV6 support 
3464
3465 2007-12-20 [colin]      3.2.0cvs13
3466
3467         * src/imap.c
3468                 Fix error handling
3469
3470 2007-12-20 [colin]      3.2.0cvs12
3471
3472         * src/imap.c
3473         * src/imap.h
3474         * src/prefs_account.c
3475                 Add DIGEST-MD5 support for IMAP authentication
3476
3477 2007-12-19 [mones]      3.2.0cvs11
3478
3479         * doc/man/claws-mail.1
3480                 Better ordering of sections, updated options
3481         * po/es.po
3482                 Updated strings
3483
3484 2007-12-19 [paul]       3.2.0cvs10
3485
3486         * src/prefs_account.c
3487                 use a spinbutton instead of an entry for
3488                 "POP authentication timeout" also
3489
3490 2007-12-19 [colin]      3.2.0cvs9
3491
3492         * src/prefs_filtering_action.c
3493         * src/prefs_matcher.c
3494         * src/gtk/description_window.c
3495                 Destroy info windows with their parents
3496                 Patch by Pawel
3497
3498 2007-12-19 [colin]      3.2.0cvs8
3499
3500         * src/prefs_account.c
3501                 Use spinbuttons instead of entries where needed
3502                 Patch by Pawel
3503
3504 2007-12-18 [paul]       3.2.0cvs7
3505
3506         * src/prefs_matcher.c
3507                 add missing i18n for a few strings
3508                 Patch by Stephan Sachse
3509
3510 2007-12-18 [paul]       3.2.0cvs6
3511
3512         * src/prefs_logging.c
3513                 use 'disk' instead of 'disc'
3514
3515 2007-12-18 [paul]       3.2.0cvs5
3516
3517         * po/en_GB.po
3518                 updated
3519         * src/addrcustomattr.c
3520         * src/editaddress.c
3521                 fixes to the ingleesh
3522         * src/prefs_filtering_action.c
3523                 fix copyright header
3524                 fix untranslated strings
3525         * src/prefs_filtering_action.h
3526                 fix copyright header
3527
3528 2007-12-18 [wwp]        3.2.0cvs4
3529
3530         * src/folderview.c
3531         * src/headerview.c
3532         * src/prefs_common.c
3533         * src/prefs_common.h
3534         * src/prefs_fonts.c
3535         * src/summaryview.c
3536         * src/textview.c
3537         * src/wizard.c
3538         * src/common/defs.h
3539         * src/gtk/gtkutils.c
3540                 Added prefs to set custom small and bold fonts
3541                 (might matter on some desktops, according to
3542                 DPI and font settings).
3543
3544 2007-12-18 [colin]      3.2.0cvs3
3545
3546         * src/prefs_logging.c
3547                 Rework GUI, patch by Pawel
3548
3549 2007-12-18 [colin]      3.2.0cvs2
3550
3551         * src/prefs_filtering_action.c
3552                 Rework GUI, patch by Pawel
3553
3554 2007-12-18 [colin]      3.2.0cvs1
3555
3556         * src/editaddress.c
3557                 Fix build on old GCC
3558                 Fix inverted buttons
3559
3560 2007-12-17 [paul]       3.2.0
3561
3562         * NEWS
3563         * README
3564         * RELEASE_NOTES 
3565                 3.2.0 released
3566
3567 2007-12-17 [paul]       3.1.0cvs79
3568
3569         * po/de.po
3570         * po/fr.po
3571         * po/hu.po
3572         * po/it.po
3573         * po/pt_BR.po
3574                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
3575                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
3576
3577 2007-12-17 [mones]      3.1.0cvs78
3578
3579         * po/es.po
3580                 Updated Spanish translation for 3.2.0 release
3581
3582 2007-12-16 [colin]      3.1.0cvs77
3583
3584         * src/addrcustomattr.c
3585                 Fix translations, patch by Fabien
3586
3587 2007-12-15 [paul]       3.1.0cvs76
3588
3589         * src/folderview.c
3590                 fix compiler warning
3591
3592 2007-12-14 [colin]      3.1.0cvs75
3593
3594         * src/folderview.c
3595                 Simplify logic
3596
3597 2007-12-12 [wwp]        3.1.0cvs74
3598
3599         * AUTHORS
3600         * src/gtk/authors.h
3601                 Added Marius Glauser to the hall of fame.
3602
3603 2007-12-12 [wwp]        3.1.0cvs73
3604
3605         * src/gtk/gtkutils.c
3606                 Improve the way we show results of searches
3607                 in message bodies: selected text now get centered
3608                 vertically in the message window.
3609                 Patch by Marius Glauser <seelenhirt@gmx.net>.
3610
3611 2007-12-10 [colin]      3.1.0cvs72
3612
3613         * src/folder.c
3614                 Don't crash when setting batch mode on no folder
3615
3616 2007-12-10 [colin]      3.1.0cvs71
3617
3618         * src/common/utils.c
3619                 Fix potential buffer overrun (thanks to
3620                 Hiroyuki)
3621
3622 2007-12-08 [paul]       3.1.0cvs70
3623
3624         * src/prefs_receive.c
3625                 small change to the English
3626
3627 2007-12-08 [colin]      3.1.0cvs69
3628
3629         * src/vcard.c
3630                 Fix warnings
3631
3632 2007-12-07 [colin]      3.1.0cvs68
3633
3634         * src/mainwindow.c
3635         * src/summaryview.c
3636         * src/summaryview.h
3637                 Free simplify_subject_preg at exit
3638
3639 2007-12-07 [colin]      3.1.0cvs67
3640
3641         * src/main.c
3642         * src/summaryview.c
3643         * src/common/utils.c
3644         * src/common/utils.h
3645                 We have to free reused regexps from time to
3646                 time, or they get huge
3647
3648 2007-12-07 [colin]      3.1.0cvs66
3649
3650         * src/vcard.c
3651                 Fix QP decoding (and UTF8)
3652
3653 2007-12-07 [colin]      3.1.0cvs65
3654
3655         * src/addrcustomattr.c
3656                 Update list of default custom attributes
3657                 now (will be needed for a feature patch
3658                 post 3.2.0)
3659
3660 2007-12-07 [colin]      3.1.0cvs64
3661
3662         * src/folder.c
3663                 Batch on destination folder when copying - fixes
3664                 slowness when moving unread mails to trash on IMAP
3665
3666 2007-12-06 [colin]      3.1.0cvs63
3667
3668         * src/common/w32_time.c
3669         * src/common/w32lib.h
3670         * src/etpan/etpan-thread-manager.c
3671         * src/etpan/imap-thread.c
3672         * src/etpan/nntp-thread.c
3673         * src/gtk/Makefile.am
3674                 Fix win32 build with libetpan. Thanks to
3675                 Marcus Brinkmann.
3676
3677 2007-12-06 [colin]      3.1.0cvs62
3678
3679         * src/account.c
3680         * src/imap.c
3681         * src/prefs_account.c
3682         * src/prefs_account.h
3683         * src/etpan/imap-thread.c
3684         * src/etpan/imap-thread.h
3685                 Disable connection via command line on WIN32
3686                 Disable mmap use on WIN32 - use normal strings
3687         * src/addressbook.c
3688         * src/addressbook.h
3689         * src/addressbook_foldersel.c
3690         * src/addressbook_foldersel.h
3691         * src/prefs_filtering_action.c
3692         * src/prefs_matcher.c
3693         * src/plugins/bogofilter/bogofilter_gtk.c
3694         * src/plugins/dillo_viewer/dillo_prefs.c
3695         * src/plugins/spamassassin/spamassassin_gtk.c
3696                 Fix leak, rework function logics to be more
3697                 natural - thanks to Holger
3698         * src/common/utils.c
3699                 Fix warnings
3700
3701 2007-12-06 [colin]      3.1.0cvs61
3702
3703         * src/news.c
3704         * src/common/utils.c
3705         * src/common/utils.h
3706                 Fix posting, and fix UTF-8 being sent when encoding
3707                 is 8bit
3708
3709 2007-12-05 [colin]      3.1.0cvs60
3710
3711         * src/news.c
3712                 Fix debian bug #453157, 'Fails to post usenet
3713                 articles after NNTP connection has been 
3714                 interrupted". Fix return value to prevent deletion
3715                 on failure, and issue MODE READER in case posting
3716                 fails at first.
3717
3718 2007-12-05 [colin]      3.1.0cvs59
3719
3720         * src/messageview.c
3721         * src/uri_opener.c
3722                 Improvements to the List URIs dialog
3723                 Patch by Pawel
3724
3725 2007-12-05 [colin]      3.1.0cvs58
3726
3727         * src/prefs_other.c
3728         * src/gtk/gtksctree.h
3729                 Fix warnings
3730
3731 2007-12-04 [colin]      3.1.0cvs57
3732
3733         * src/etpan/imap-thread.c
3734                 Fix bug 1378, 'Claws exits on IMAP alert message'
3735                 Don't do GTK calls directly from Etpan thread
3736
3737 2007-12-04 [colin]      3.1.0cvs56
3738
3739         * src/folderview.c
3740         * src/gtk/gtksctree.c
3741                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
3742                 Make all the left of column zero an hotspot for
3743                 expanding.
3744
3745 2007-12-04 [colin]      3.1.0cvs55
3746
3747         * src/mainwindow.c
3748         * src/mainwindow.h
3749         * src/prefs_common.c
3750         * src/prefs_common.h
3751         * src/prefs_receive.c
3752                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
3753
3754 2007-12-04 [wwp]        3.1.0cvs54
3755
3756         * src/prefs_other.c
3757                 Fix for bug #1419.
3758
3759 2007-12-04 [holger]     3.1.0cvs53
3760
3761         * src/addrduplicates.c
3762         * src/addrduplicates.h
3763                 Export addressbook entry deletion
3764
3765 2007-12-04 [colin]      3.1.0cvs52
3766
3767         * tools/Makefile.am
3768         * tools/README.sylprint
3769         * tools/sylprint.pl
3770         * tools/sylprint.rc
3771                 Fix debian bug #454089 (symlink attack in TMP directory)
3772                 http://secwatch.org/advisories/1019661/ :
3773                 Remove the buggy script, which was unmaintained anyway
3774         * src/news.c
3775         * src/procmsg.c
3776                 Store things in our private tmp directory.
3777
3778 2007-12-03 [colin]      3.1.0cvs51
3779
3780         * src/folder.c
3781         * src/folder.h
3782         * src/folderview.c
3783         * src/imap.c
3784         * src/mainwindow.c
3785                 Fix update problem when getting remote tags
3786         * src/prefs_matcher.c
3787                 Rework GUI to make it better. Patch by Pawel
3788                 Pekala
3789
3790 2007-12-03 [colin]      3.1.0cvs50
3791
3792         * src/etpan/imap-thread.c
3793         * src/etpan/nntp-thread.c
3794                 Fix bug 1417, 'Network log doesn't reveal 
3795                 enough NNTP errors'
3796
3797 2007-12-02 [iwkse]      3.1.0cvs49
3798
3799         * src/plugins/dillo_viewer/dillo_prefs.c
3800                         Insert dillo under the Plugins menu
3801
3802 2007-12-01 [paul]       3.1.0cvs48
3803
3804         * src/html.c
3805                 add these variant forms
3806                 Thanks to Colin
3807
3808 2007-12-01 [paul]       3.1.0cvs47
3809
3810         * src/matcher.c
3811                 fix a typo
3812
3813 2007-12-01 [paul]       3.1.0cvs46
3814
3815         * po/POTFILES.in
3816                 add the new addrcustomattr.c file
3817
3818 2007-11-29 [colin]      3.1.0cvs45
3819
3820         * src/common/ssl_certificate.c
3821                 Use the more modern getaddrinfo instead of 
3822                 gethostbyname when possible
3823
3824 2007-11-28 [colin]      3.1.0cvs44
3825
3826         * src/summaryview.c
3827                 Maybe fix bug 1410 and other crash reports
3828                 in summaryview since cvs38.
3829
3830 2007-11-28 [wwp]        3.1.0cvs43
3831
3832         * src/prefs_summary_open.c
3833                 Guard against an empty list of actions to perform
3834                 when opening a folder (or migration defaults could
3835                 be introduced, confusing).
3836
3837 2007-11-28 [colin]      3.1.0cvs42
3838
3839         * src/folderview.c
3840                 Fix mark all read from folder's contextual menu
3841
3842 2007-11-27 [colin]      3.1.0cvs41
3843
3844         * src/imap.c
3845         * src/imap.h
3846         * src/imap_gtk.c
3847         * src/prefs_account.c
3848         * src/etpan/imap-thread.c
3849                 A few fixes to the IMAP flags handling: Optimisations,
3850                 two crashers, mention that Bandwitdh-efficient mode
3851                 prevents tag fetching.
3852                 Fix M-UTF7 in subscription dialog.
3853
3854 2007-11-27 [colin]      3.1.0cvs40
3855
3856         * src/folder.c
3857         * src/mbox.c
3858         * src/summaryview.c
3859                 Make filtering faster on flags change: Batch original 
3860                 folderitem, where we'll do flags/tags changes.
3861
3862 2007-11-27 [colin]      3.1.0cvs39
3863
3864         * src/filtering.c
3865                 Fix bug 1407, 'After a copy action, further rules apply 
3866                 to both original and copy'
3867
3868 2007-11-27 [colin]      3.1.0cvs38
3869
3870         * src/edittags.c
3871         * src/summaryview.c
3872                 Fixes races when doing a long operation and user
3873                 asks for another one (Mark all read/unread on a 
3874                 big folder on IMAP for example)
3875
3876 2007-11-27 [wwp]        3.1.0cvs37
3877
3878         * src/addressbook.c
3879         * src/prefs_common.c
3880                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
3881                 and 3.1.0cvs35 (addressbook.c).
3882
3883 2007-11-27 [holger]     3.1.0cvs36
3884
3885         * src/printing.c
3886                 Add a line separating header and body
3887                 in the printout
3888
3889 2007-11-27 [wwp]        3.1.0cvs35
3890
3891         * src/addressbook.c
3892                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
3893                 (thanks to Colin) and revert disabling of cut/copy
3894                 context menu entries upon selected groups.
3895
3896 2007-11-27 [holger]     3.1.0cvs34
3897
3898         * src/printing.c
3899                 Add weights to the list of supported text attributes
3900                 for printing
3901
3902 2007-11-27 [wwp]        3.1.0cvs33
3903
3904         * src/Makefile.am
3905         * src/addrcustomattr.c
3906         * src/addrcustomattr.h
3907         * src/addressbook.c
3908         * src/editaddress.c
3909         * src/editaddress.h
3910         * src/prefs_common.c
3911         * src/prefs_common.h
3912         * src/common/defs.h
3913                 Provide a (customizable) list of preset attribute names
3914                 for editing contacts (closes bug #1391).
3915
3916 2007-11-27 [wwp]        3.1.0cvs32
3917
3918         * src/addrclip.c
3919         * src/addressbook.c
3920         * src/addritem.c
3921                 Various fixes in the address book:
3922                         - made copy/move of a folder to itself or its subtree
3923                           impossible (-> error)
3924                         - errors messages don't show in the status bar anymore,
3925                           use alertpanels instead
3926                         - simple click on group doesn't open group edit dialog
3927                           anymore when in contact edit embedded mode (was too itchy)
3928                         - fixed disabling of edit button and and menu entry when
3929                           in contact edit embedded mode (was done in a bad and
3930                           ineffective way)
3931                         - fix menu cut/paste sensitivity in treelist context
3932                           menu (conflicting enabling was done by different functions)
3933                         - fix some menu item sensitivity in address list context menu
3934                         - don't allow cut/copy of groups, it's useless as they won't
3935                           be copied w/ their contents
3936                         - fix missing copy of the picture file when copying (bug #1402),
3937                           fix picture attribute (internal) value when moving or copying
3938
3939
3940 2007-11-27 [colin]      3.1.0cvs31
3941
3942         * src/folder.c
3943         * src/imap.c
3944                 Fix tags loss on move, fix space encoding
3945
3946 2007-11-26 [colin]      3.1.0cvs30
3947
3948         * src/edittags.c
3949         * src/folder.c
3950         * src/folder.h
3951         * src/imap.c
3952         * src/messageview.c
3953         * src/procmsg.c
3954         * src/procmsg.h
3955         * src/summaryview.c
3956         * src/common/utils.c
3957         * src/common/utils.h
3958         * src/etpan/imap-thread.c
3959         * src/etpan/imap-thread.h
3960                 Add IMAP tags support
3961
3962 2007-11-26 [colin]      3.1.0cvs29
3963
3964         * src/imap.c
3965                 Fix bug 1405, 'imap auto auth method doesn't 
3966                 work since 3.1.0'
3967
3968 2007-11-26 [colin]      3.1.0cvs28
3969
3970         * src/messageview.c
3971         * src/procmime.c
3972                 Handle broken disposition-notifications from Evolution
3973                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
3974
3975 2007-11-25 [paul]       3.1.0cvs27
3976
3977         * src/folder_item_prefs.c
3978         * src/folder_item_prefs.h
3979                 remove dead code
3980
3981 2007-11-23 [wwp]        3.1.0cvs26
3982
3983         * src/matcher.c
3984         * src/matcher.h
3985         * src/matcher_parser_parse.y
3986         * src/prefs_matcher.c
3987                 Fix irrelevant case folding when adding matcher condition 'test',
3988                 thanks to Colin.
3989
3990 2007-11-23 [wwp]        3.1.0cvs25
3991
3992         * src/prefs_common.c
3993         * src/prefs_common.h
3994         * src/prefs_summary_open.c
3995         * src/prefs_summary_open.h
3996         * src/summaryview.c
3997                 Add "select first email in list" to the list of possible selections
3998                 when opening a folder.
3999
4000 2007-11-23 [paul]       3.1.0cvs24
4001
4002         * po/de.po
4003                 a fix by Stephan Sachse, plus remove all
4004                 old strings from the end of the file
4005
4006 2007-11-23 [wwp]        3.1.0cvs23
4007
4008         * src/prefs_msg_colors.c
4009                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
4010                 with little changes.
4011
4012 2007-11-23 [paul]       3.1.0cvs22
4013
4014         * src/prefs_logging.c
4015                 eliminate wasted horizontal space
4016
4017 2007-11-23 [paul]       3.1.0cvs21
4018
4019         * src/prefs_summaries.c
4020                 don't wrap the label or put linebreaks
4021
4022 2007-11-22 [colin]      3.1.0cvs20
4023
4024         * src/plugins/pgpinline/pgpinline.c
4025                 Fix decryption
4026
4027 2007-11-22 [wwp]        3.1.0cvs19
4028
4029         * src/prefs_themes.c
4030                 Yet another misuse of get_rc_dir(), still related
4031                 to user themes. Completes 3.1.0cvs18.
4032
4033 2007-11-22 [wwp]        3.1.0cvs18
4034
4035         * src/stock_pixmap.c
4036                 Fix a misuse of get_rc_dir(), user themes dir was
4037                 not set properly and some themes might have disappeared
4038                 from themes list in prefs.
4039
4040 2007-11-22 [wwp]        3.1.0cvs17
4041
4042         * src/edittags.c
4043         * src/edittags.h
4044         * src/common/tags.c
4045         * src/common/tags.h
4046                 Correct copyright for these claws-mail-only brand new
4047                 files.
4048
4049 2007-11-22 [paul]       3.1.0cvs16
4050
4051         * src/compose.c
4052                 fix bug 1400, 'Drag and drop of URLs does not work'
4053                 Thanks to Colin
4054
4055 2007-11-22 [paul]       3.1.0cvs15
4056
4057         * src/prefs_common.c
4058                 make "cmds_use_system_default" default to FALSE
4059                 so as not to disrupt current settings
4060         * src/summaryview.c
4061                 increase the size of the GdkRectangle, tooltips
4062                 didn't show for me otherwise
4063
4064 2007-11-21 [colin]      3.1.0cvs14
4065
4066         * src/compose.c
4067         * src/crash.c
4068         * src/exphtmldlg.c
4069         * src/mainwindow.c
4070         * src/manual.c
4071         * src/mimeview.c
4072         * src/prefs_account.c
4073         * src/prefs_common.c
4074         * src/prefs_common.h
4075         * src/prefs_ext_prog.c
4076         * src/textview.c
4077         * src/uri_opener.c
4078         * src/gtk/about.c
4079         * src/gtk/gtkutils.c
4080                 Use xdg-open as a way to find default browser,
4081                 when available
4082
4083 2007-11-21 [colin]      3.1.0cvs13
4084
4085         * src/messageview.c
4086         * src/procmime.c
4087         * src/procmsg.h
4088                 Send better return receipts (useful ones)
4089                 Handle incoming return receipts
4090
4091 2007-11-20 [colin]      3.1.0cvs12
4092
4093         * src/printing.c
4094         * src/printing.h
4095                 Add getter/setter for settings, and getter
4096                 for page setup
4097
4098 2007-11-20 [colin]      3.1.0cvs11
4099
4100         * src/folderview.c
4101         * src/main.c
4102         * src/mainwindow.c
4103                 Fix bug 1396, 'Crash on disabling a filter 
4104                 while it is processing'
4105
4106 2007-11-20 [paul]       3.1.0cvs10
4107
4108         * src/folder.c
4109                 fix bug 1395, 'Crash on checking for new mails
4110                 while filter is running'
4111                 Thanks to Colin
4112
4113 2007-11-20 [paul]       3.1.0cvs9
4114
4115         * src/compose.c
4116                 make this string easier for translators
4117
4118 2007-11-19 [colin]      3.1.0cvs8
4119
4120         * src/prefs_summaries.c
4121         * src/summaryview.c
4122                 Don't enable more tooltips on Maemo
4123
4124 2007-11-19 [colin]      3.1.0cvs7
4125
4126         * src/prefs_common.c
4127         * src/prefs_common.h
4128         * src/prefs_summaries.c
4129         * src/summaryview.c
4130                 Fix bug 1388, 'message list tool tips'
4131                 Add (optional) tooltips in summaryview.
4132                 This only works with GTK+ >= 2.12
4133
4134 2007-11-19 [colin]      3.1.0cvs6
4135
4136         * src/compose.c
4137                 Make strings a bit better when attaching
4138                 from mailto: URIs
4139
4140 2007-11-19 [colin]      3.1.0cvs5
4141
4142         * src/common/utils.c
4143                 Fix bug 1392, 'Top level domain .EU is 
4144                 not recognised as valid'
4145
4146 2007-11-19 [wwp]        3.1.0cvs4
4147
4148         * src/compose.c
4149         * src/compose.h
4150                 Revert changes to compose.c made in 3.1.0cvs2.
4151
4152 2007-11-19 [wwp]        3.1.0cvs3
4153
4154         * src/addressbook.c
4155         * src/addressbook.h
4156         * src/editaddress.c
4157         * src/editgroup.c
4158         * src/addrduplicates.c
4159                 Minor improvements in the address book:
4160                 always accept new contacts provided that some
4161                 detail is set (instead of rejecting silently).
4162                 Better guessing of contact name from incomplete
4163                 name information. Better display of contacts with
4164                 no name, in contact lists, group contents, find
4165                 duplicate results.
4166                 
4167
4168 2007-11-19 [wwp]        3.1.0cvs2
4169
4170         * src/compose.c
4171         * src/compose.h
4172         * src/prefs_logging.c
4173         * src/prefs_summaries.c
4174                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
4175                 wrap some long label in prefs/summaries, layout checkboxes
4176                 in a more compact form in prefs/loggin, make account and
4177                 header's combos have the same size/spacing in compose
4178                 window.
4179
4180 2007-11-19 [wwp]        3.1.0cvs1
4181
4182         * src/edittags.c
4183                 Fix a tiny leak and duplicate variable.
4184
4185 2007-11-19 [paul]       3.1.0
4186
4187         * NEWS
4188         * README
4189         * RELEASE_NOTES 
4190                 3.1.0 released
4191
4192 2007-11-19 [paul]       3.0.2cvs145
4193
4194         * po/de.po
4195         * po/fi.po
4196         * po/fr.po
4197         * po/hu.po
4198         * po/it.po
4199         * po/pl.po
4200         * po/pt_BR.po
4201         * po/sk.po
4202         * po/zh_CN.po
4203                 updated by Stephan Sachse, Flammie Pirinen,
4204                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
4205                 Emil Nowak, Frederico Goncalves Guimaraes,
4206                 Andrej Kacian, and Ralph Young
4207
4208 2007-11-18 [mones]      3.0.2cvs144
4209
4210         * po/es.po
4211                 Updated Spanish translation
4212
4213 2007-11-18 [colin]      3.0.2cvs143
4214
4215         * src/edittags.c
4216                 Prevent empty tag after edit, thanks to wwp
4217
4218 2007-11-18 [colin]      3.0.2cvs142
4219
4220         * src/editaddress.c
4221                 Fix possible "(null)" %s - thanks to wwp
4222
4223 2007-11-16 [wwp]        3.0.2cvs141
4224
4225         * src/common/utils.c
4226                 Fix for 3.0.2cvs140, prevents from crashing when opening
4227                 a compose window.
4228
4229 2007-11-16 [colin]      3.0.2cvs140
4230
4231         * src/main.c
4232         * src/common/claws.c
4233                 Output a bit more useful info at startup
4234                 in --debug mode
4235
4236 2007-11-16 [colin]      3.0.2cvs139
4237
4238         * src/compose.c
4239         * src/common/utils.c
4240         * src/common/utils.h
4241                 Fix bug 1387, 'Request for --compose to 
4242                 support multiple attachments'
4243
4244 2007-11-16 [colin]      3.0.2cvs138
4245
4246         * src/news.c
4247                 Fix bug 1390, 'NNTP fails after server 
4248                 closed connection'
4249
4250 2007-11-16 [colin]      3.0.2cvs137
4251
4252         * src/prefs_display_header.c
4253                 Fix bug 1389, 'Changing 'Display headers 
4254                 in message view' breaks dispheaderrc'
4255
4256 2007-11-14 [colin]      3.0.2cvs136
4257
4258         * src/summaryview.c
4259         * src/gtk/quicksearch.c
4260         * src/gtk/quicksearch.h
4261                 Fix resetting the quicksearch when in non-sticky
4262                 mode, but Recursive is set: reset only when going
4263                 out of the root search folder.
4264
4265 2007-11-14 [colin]      3.0.2cvs135
4266
4267         * src/filtering.c
4268                 Don't set new flag back when doing "Mark as unread"
4269                 from filtering
4270
4271 2007-11-12 [paul]       3.0.2cvs134
4272
4273         * src/plugins/dillo_viewer/dillo_viewer.c
4274                 don't offer the mime type for translation
4275
4276 2007-11-12 [paul]
4277
4278         3.1.0-rc2 released
4279
4280 2007-11-11 [colin]      3.0.2cvs133
4281
4282         * src/imap_gtk.c
4283         * src/mh_gtk.c
4284                 Use markup-escaped strings in dialogs
4285
4286 2007-11-11 [colin]      3.0.2cvs132
4287
4288         * src/imap.c
4289                 Better IMAP-UTF7/UTF8 conversion
4290
4291 2007-11-10 [colin]      3.0.2cvs131
4292
4293         * src/news.c
4294                 Fix debian bug 450698, 'nntp auth behavior changed 
4295                 without notice'
4296
4297 2007-11-10 [colin]      3.0.2cvs130
4298
4299         * configure.ac
4300         * src/inc.c
4301         * src/main.c
4302         * src/main.h
4303         * src/mimeview.c
4304         * src/statusbar.c
4305         * src/common/utils.c
4306         * src/etpan/Makefile.am
4307         * src/gtk/filesel.c
4308         * src/gtk/gtkutils.h
4309         * src/gtk/menu.c
4310         * src/plugins/bogofilter/Makefile.am
4311         * src/plugins/clamav/Makefile.am
4312         * src/plugins/dillo_viewer/Makefile.am
4313         * src/plugins/pgpcore/Makefile.am
4314         * src/plugins/spamassassin/Makefile.am
4315         * src/plugins/trayicon/Makefile.am
4316                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
4317
4318 2007-11-09 [colin]      3.0.2cvs129
4319
4320         * src/addressbook.c
4321         * src/ldapupdate.c
4322                 fix bug 1375, 'Impossible to modify e-mail
4323                 in LDAP addressbook twice'; Try two. update
4324                 externalID, don't make display lag, and
4325                 fix the cases where dn is not mail.
4326
4327 2007-11-08 [paul]       3.0.2cvs128
4328
4329         * src/account.c
4330         * src/compose.c
4331         * src/messageview.c
4332         * src/prefs_account.c
4333         * src/prefs_account.h
4334                 reinstate 'Generate Message-ID' option as an
4335                 account preference. (hidden on IMAP)
4336                 Thanks to Colin
4337
4338 2007-11-08 [paul]       3.0.2cvs127
4339
4340         * src/textview.c
4341                 MAEMO: fix failure of loading images inline
4342                 MAEMO: fix bug 1349, 'Emails still skip to end
4343                 when opened (in certain circumstances)...'
4344
4345 2007-11-07 [colin]      3.0.2cvs126
4346
4347         * src/toolbar.c
4348                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
4349
4350 2007-11-07 [colin]      3.0.2cvs125
4351
4352         * src/toolbar.c
4353                 Re-change the string occurence of A_CLAWS_ACTIONS
4354                 to A_SYL_ACTIONS, to prevent parse errors of the
4355                 toolbar_*.xml files
4356
4357 2007-11-07 [colin]      3.0.2cvs124
4358
4359         * src/mimeview.c
4360         * src/prefs_common.c
4361         * src/prefs_common.h
4362         * manual/advanced.xml
4363                 Add an hidden pref, 'save_parts_readwrite';
4364                 completes 3.0.2cvs35
4365
4366 2007-11-07 [paul]       3.0.2cvs123
4367
4368         * src/prefs_toolbar.c
4369         * src/toolbar.c
4370         * src/toolbar.h
4371                 rename ToolbarSylpheedActions to ToolbarClawsActions
4372                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
4373
4374 2007-11-07 [paul]       3.0.2cvs122
4375
4376         * src/toolbar.c
4377                 MAEMO: remove tooltips
4378
4379 2007-11-07 [colin]      3.0.2cvs121
4380
4381         * src/plugins/pgpinline/pgpinline.c
4382                 Fix bug 1377, 'unspecific errors on 
4383                 signature checking'. Fix trimming of
4384                 UTF8 data.
4385
4386 2007-11-06 [iwkse]      3.0.2cvs120
4387
4388         * src/prefs_summary_open.c
4389                 yet a string change
4390
4391 2007-11-06 [paul]       3.0.2cvs119
4392
4393         * tools/Makefile.am
4394         * tools/README
4395         * tools/csv2addressbook.pl
4396                 add a new script that imports a CSV formatted
4397                 address book. Becky and Thunderbird address
4398                 book are currently supported.
4399
4400 2007-11-05 [colin]      3.0.2cvs118
4401
4402         * src/imap.c
4403                 Fix deletion 
4404
4405 2007-11-05 [iwkse]      3.0.2cvs117
4406
4407         * src/prefs_summary_open.c
4408                 String changes
4409
4410 2007-11-04 [paul]       3.0.2cvs116
4411
4412         * src/addressbook_foldersel.c
4413                 fix gtk critical warning
4414                 Patch by Pawel Pekala
4415
4416 2007-11-04 [paul]       3.0.2cvs115
4417
4418         * tools/README
4419         * tools/claws-mail-compose-insert-files.pl
4420                 add --bcc and uri_escape() everything
4421
4422 2007-11-04 [paul]       3.0.2cvs114
4423
4424         * src/gtk/gtkutils.c
4425                 gtkut_stock_with_text_button_set_create(): set
4426                 GTK_CAN_DEFAULT on buttons 2 and 3
4427
4428 2007-11-03 [paul]       3.0.2cvs113
4429
4430         * src/common/utils.c
4431                 fix debian bug #448814, 'mailto: URI decoding
4432                 desn't decode the destination address field'
4433                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
4434
4435 2007-11-03 [paul]       3.0.2cvs112
4436
4437         * AUTHORS
4438         * src/compose.c
4439         * src/gtk/authors.h
4440                 allow Bcc in commandline URIs
4441                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
4442
4443 2007-11-02 [colin]      3.0.2cvs111
4444
4445         * src/addressbook.c
4446                 Maybe fix bug 1376, 'crash on 
4447                 addressbook manipulation'
4448
4449 2007-10-31 [paul]       3.0.2cvs110
4450
4451         * src/ldapupdate.c
4452                 fix bug 1375, 'Impossible to modify e-mail
4453                 in LDAP addressbook twice'
4454                 Patch by Michael Rasmussen
4455
4456 2007-10-30 [paul]       3.0.2cvs109
4457
4458         * configure.ac
4459                 enable GnuTLS support with --enable-gnutls which
4460                 will disable openssl support. if the user has
4461                 gtk >= 2.10.x don't allow gnomeprint even if the
4462                 user asks for it
4463
4464 2007-10-30 [paul]
4465
4466         3.1.0-rc1 released
4467
4468 2007-10-30 [paul]       3.0.2cvs108
4469
4470         * Makefile.am
4471                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
4472
4473 2007-10-30 [paul]       3.0.2cvs107
4474
4475         * src/expldifdlg.c
4476         * src/prefs_account.c
4477         * src/prefs_folder_item.c
4478         * src/prefs_spelling.c
4479         * src/prefs_themes.c
4480         * src/wizard.c
4481         * src/gtk/gtkaspell.c
4482         * src/gtk/gtkaspell.h
4483         * src/plugins/spamassassin/spamassassin_gtk.c
4484                 replace deprecated gtk_option_menu...
4485                 patch by Pawel Pekala
4486
4487 2007-10-29 [colin]      3.0.2cvs106
4488
4489         * src/plugins/dillo_viewer/dillo_prefs.c
4490                 Fix forgotten signal connect
4491
4492 2007-10-28 [colin]      3.0.2cvs105
4493
4494         * src/plugins/dillo_viewer/dillo_prefs.c
4495         * src/plugins/dillo_viewer/dillo_prefs.h
4496         * src/plugins/dillo_viewer/dillo_viewer.c
4497                 Implement addressbook-based whitelisting for loading
4498                 remote images. Fixed missing destroy of the embedded
4499                 browser that made a Dillo window pop up on exit, if
4500                 an HTML part was displayed.
4501
4502 2007-10-26 [colin]      3.0.2cvs104
4503
4504         * src/edittags.c
4505                 Add missing static
4506
4507 2007-10-25 [colin]      3.0.2cvs103
4508
4509         * src/editaddress.c
4510                 Add tap-and-hold on the picture, for Maemo
4511         * src/edittags.c
4512         * src/edittags.h
4513         * src/mainwindow.c
4514         * src/procmsg.c
4515         * src/summaryview.c
4516         * src/textview.c
4517                 Unify tag interfaces.
4518
4519 2007-10-25 [colin]      3.0.2cvs102
4520
4521         * src/imap.c
4522         * src/etpan/imap-thread.h
4523                 Much better error handling. We'll need to be really
4524                 clear to users about where errors come from, with 
4525                 the apparition of Gmail's IMAP server.
4526
4527 2007-10-24 [colin]      3.0.2cvs101
4528
4529         * src/edittags.c
4530         * src/mainwindow.c
4531         * src/summaryview.c
4532         * src/textview.c
4533                 Add tags sorting (alphabetical); allow deletion of
4534                 tags from the Apply Tags window
4535
4536 2007-10-24 [colin]      3.0.2cvs100
4537
4538         * src/editaddress.c
4539         * src/editaddress_other_attributes_ldap.c
4540         * src/editaddress_other_attributes_ldap.h
4541         * src/ldapctrl.c
4542         * src/ldapquery.c
4543         * src/ldapupdate.c
4544                 Fix LDAP writing (got broken in cvs39)
4545                 Add read-only support for jpegPhoto LDAP field
4546
4547 2007-10-23 [colin]      3.0.2cvs99
4548
4549         * src/news.c
4550                 Fix crash in some cases
4551
4552 2007-10-22 [colin]      3.0.2cvs98
4553
4554         * src/common/socket.h
4555         * src/common/ssl.c
4556                 Fix big leak in GnuTLS code
4557
4558 2007-10-22 [colin]      3.0.2cvs97
4559
4560         * src/news.c
4561                 Fix bug 1368, 'SIGSEGV in NNTP code'
4562
4563 2007-10-22 [colin]      3.0.2cvs96
4564
4565         * src/prefs_customheader.c
4566                 Catch compface warnings when generating X-Faces
4567
4568 2007-10-22 [wwp]        3.0.2cvs95
4569
4570         * src/quote_fmt_parse.y
4571                 Remove accidentally committed debug traces.
4572                 Fix a warning.
4573
4574 2007-10-22 [colin]      3.0.2cvs94
4575
4576         * src/etpan/nntp-thread.c
4577                 Fix authentication
4578
4579 2007-10-19 [wwp]        3.0.2cvs93
4580
4581         * src/common/ssl_certificate.c
4582                 Add missing include (Windows).
4583
4584 2007-10-19 [colin]      3.0.2cvs92
4585
4586         * src/imap_gtk.c
4587         * src/mimeview.c
4588         * src/textview.c
4589         * src/gtk/inputdialog.c
4590         * src/gtk/inputdialog.h
4591                 Remove the last old combo; patch by
4592                 Pawel
4593
4594 2007-10-19 [colin]      3.0.2cvs91
4595
4596         * src/common/ssl.c
4597                 Fix interop problem with GnuTLS and some crappy
4598                 servers that have very little keys.
4599
4600 2007-10-19 [colin]      3.0.2cvs90
4601
4602         * src/common/ssl.c
4603                 Fix return value check on GnuTLS, and
4604                 display the error
4605
4606 2007-10-18 [colin]      3.0.2cvs89
4607
4608         * src/common/ssl_certificate.c
4609                 Fix missing initialisations
4610
4611 2007-10-18 [wwp]        3.0.2cvs88
4612
4613         * src/Makefile.am
4614                 Fix linking against GNUTLS (matters if --enable-gnutls only).
4615
4616 2007-10-18 [colin]      3.0.2cvs87
4617
4618         * po/POTFILES.in
4619                 Fix build
4620
4621 2007-10-18 [mones]      3.0.2cvs86
4622
4623         * src/editbook.c
4624         * src/import.c
4625         * src/prefs_account.c
4626         * src/prefs_receive.c
4627         * src/gtk/about.c
4628         * src/plugins/bogofilter/bogofilter_gtk.c
4629         * src/plugins/spamassassin/spamassassin_gtk.c
4630                 More capitalisation micro-fixes
4631
4632 2007-10-18 [paul]       3.0.2cvs85
4633
4634         * configure.ac
4635                 add info about NNTP support via libetpan
4636                 change the configure output ending msg a little
4637         * src/gtk/about.c
4638                 similar changes to above
4639
4640 2007-10-18 [colin]      3.0.2cvs84
4641
4642         * src/procmime.c
4643         * src/procmime.h
4644                 Fix missing symbol for S/MIME
4645
4646 2007-10-18 [colin]      3.0.2cvs83
4647
4648         * src/prefs_filtering_action.c
4649                 Fix crash in tags (introduced in cvs78)
4650
4651 2007-10-18 [colin]      3.0.2cvs82
4652
4653         * src/common/Makefile.am
4654         * src/common/nntp.c
4655         * src/common/nntp.h
4656         * src/etpan/Makefile.am
4657         * src/etpan/etpan-thread-manager-types.h
4658         * src/etpan/etpan-thread-manager.c
4659         * src/etpan/imap-thread.c
4660         * src/etpan/nntp-thread.c
4661         * src/etpan/nntp-thread.h
4662         * src/news.c
4663         * src/news.h
4664                 Rewrite the nntp implementation
4665                 to use libetpan. Non-blocking NNTP!
4666         * src/account.c
4667         * src/crash.c
4668         * src/imap.c
4669         * src/inc.c
4670         * src/main.c
4671         * src/mainwindow.c
4672         * src/pop.c
4673         * src/pop.h
4674         * src/prefs_account.c
4675         * src/recv.c
4676         * src/recv.h
4677         * src/send_message.c
4678         * src/send_message.h
4679         * src/ssl_manager.c
4680         * src/ssl_manager.h
4681         * src/wizard.c
4682         * src/common/claws.c
4683         * src/common/session.c
4684         * src/common/session.h
4685         * src/common/smtp.c
4686         * src/common/smtp.h
4687         * src/common/socket.c
4688         * src/common/socket.h
4689         * src/common/ssl.c
4690         * src/common/ssl.h
4691         * src/common/ssl_certificate.c
4692         * src/common/ssl_certificate.h
4693         * src/gtk/about.c
4694         * src/gtk/sslcertwindow.c
4695         * src/gtk/sslcertwindow.h
4696                 Implement GnuTLS support. GnuTLS support
4697                 will be used if OpenSSL isn't available, or
4698                 specified explicitely. (the reason is that
4699                 GnuTLS cerficate checking is a bit less 
4700                 practical than OpenSSL's)
4701
4702 2007-10-18 [paul]       3.0.2cvs81
4703
4704         * src/gtk/inputdialog.c
4705         * src/gtk/inputdialog.h
4706                 fix copyright header
4707
4708 2007-10-17 [colin]      3.0.2cvs80
4709
4710         * src/plugins/pgpcore/select-keys.c
4711                 Fix bug which prevented encryption key
4712                 auto-selection when two or more matched the
4713                 email address, but only one isn't revoked
4714                 or expired.
4715
4716 2007-10-17 [wwp]        3.0.2cvs79
4717
4718         * src/compose.c
4719         * src/quote_fmt.c
4720         * src/quote_fmt.h
4721         * src/quote_fmt_lex.l
4722         * src/quote_fmt_parse.y
4723                 Templates can now attach files using |attach{filename}.
4724
4725 2007-10-17 [wwp]        3.0.2cvs78
4726
4727         * src/prefs_customheader.c
4728         * src/prefs_ext_prog.c
4729         * src/prefs_filtering_action.c
4730         * src/prefs_matcher.c
4731         * src/prefs_other.c
4732         * src/prefs_toolbar.c
4733         * src/gtk/combobox.c
4734         * src/gtk/combobox.h
4735         * src/gtk/gtkutils.c
4736         * src/gtk/gtkutils.h
4737         * src/plugins/bogofilter/bogofilter_gtk.c
4738         * src/plugins/spamassassin/spamassassin_gtk.c
4739                 Removed almost all remaining instances of GtkCombo
4740                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
4741                 few visual and code cleanup from Colin.
4742
4743 2007-10-16 [wwp]        3.0.2cvs77
4744         * src/gtk/pluginwindow.c
4745                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
4746
4747 2007-10-15 [colin]      3.0.2cvs76
4748
4749         * src/edittags.c
4750         * src/edittags.h
4751         * src/filtering.c
4752         * src/filtering.h
4753         * src/importmutt.c
4754         * src/importpine.c
4755         * src/main.c
4756         * src/messageview.c
4757         * src/messageview.h
4758         * src/mimeview.c
4759         * src/mimeview.h
4760         * src/pop.c
4761         * src/pop.h
4762         * src/prefs_common.c
4763         * src/prefs_common.h
4764         * src/prefs_customheader.c
4765         * src/prefs_customheader.h
4766         * src/prefs_display_header.c
4767         * src/prefs_display_header.h
4768         * src/prefs_filtering_action.c
4769         * src/prefs_filtering_action.h
4770         * src/prefs_folder_column.c
4771         * src/prefs_folder_column.h
4772         * src/prefs_folder_item.c
4773         * src/prefs_folder_item.h
4774         * src/prefs_gtk.c
4775         * src/prefs_gtk.h
4776         * src/prefs_logging.h
4777         * src/prefs_matcher.c
4778         * src/prefs_matcher.h
4779         * src/prefs_summary_column.c
4780         * src/prefs_summary_column.h
4781         * src/prefs_summary_open.c
4782         * src/procheader.c
4783         * src/procheader.h
4784         * src/procmime.c
4785         * src/procmime.h
4786         * src/recv.c
4787         * src/recv.h
4788         * src/sourcewindow.c
4789         * src/sourcewindow.h
4790         * src/summaryview.c
4791         * src/summaryview.h
4792         * src/textview.c
4793         * src/textview.h
4794         * src/toolbar.c
4795         * src/toolbar.h
4796         * src/common/mgutils.c
4797         * src/common/mgutils.h
4798         * src/common/nntp.c
4799         * src/common/nntp.h
4800         * src/common/prefs.c
4801         * src/common/prefs.h
4802         * src/common/socket.c
4803         * src/common/socket.h
4804         * src/common/stringtable.c
4805         * src/common/stringtable.h
4806         * src/common/template.c
4807         * src/common/template.h
4808         * src/common/uuencode.c
4809         * src/common/uuencode.h
4810         * src/gtk/gtkshruler.c
4811         * src/gtk/gtkshruler.h
4812         * src/gtk/menu.c
4813         * src/gtk/menu.h
4814         * src/gtk/progressdialog.c
4815         * src/gtk/progressdialog.h
4816                 Remove/staticalize, the return of the revenge
4817
4818 2007-10-15 [colin]      3.0.2cvs75
4819
4820         * src/matcher.c
4821                 Fix redirections in filtering's tests
4822
4823 2007-10-15 [colin]      3.0.2cvs74
4824
4825         * src/imap.c
4826                 Don't build imap_synchronise at all when 
4827                 building without libetpan
4828
4829 2007-10-14 [colin]      3.0.2cvs73
4830
4831         * src/imap.c
4832         * src/common/md5.c
4833         * src/common/md5.h
4834         * src/gtk/manage_window.c
4835         * src/gtk/manage_window.h
4836                 Remove more unused code
4837
4838 2007-10-14 [colin]      3.0.2cvs72
4839
4840         * src/addrquery.c
4841         * src/addrquery.h
4842         * src/recv.c
4843         * src/recv.h
4844         * src/vcard.c
4845         * src/vcard.h
4846         * src/common/xml.c
4847         * src/common/xml.h
4848         * src/common/xmlprops.c
4849         * src/common/xmlprops.h
4850                 Remove more unused code
4851
4852 2007-10-14 [colin]      3.0.2cvs71
4853
4854         * src/common/utils.c
4855                 Remove unused function
4856
4857 2007-10-13 [colin]      3.0.2cvs70
4858
4859         * src/imap.c
4860         * src/imap.h
4861         * src/mainwindow.c
4862         * src/mainwindow.h
4863         * src/gtk/gtkutils.c
4864         * src/gtk/gtkutils.h
4865                 Staticalise/Remove more code
4866
4867 2007-10-13 [colin]      3.0.2cvs69
4868
4869         * src/common/utils.c
4870         * src/common/utils.h
4871                 Remove dead code, unused for ages
4872
4873 2007-10-13 [colin]      3.0.2cvs68
4874
4875         * src/main.c
4876         * src/main.h
4877                 Maemo: define hildon_program in main.c,
4878                 make it accessible in the .h with extern
4879
4880 2007-10-13 [paul]       3.0.2cvs67
4881
4882         * src/gtk/menu.c
4883                 fix a bunch of runtime warnings on maemo
4884
4885 2007-10-13 [paul]       3.0.2cvs66
4886
4887         * src/main.c
4888         * src/main.h
4889         * src/gtk/gtkutils.c
4890         * src/gtk/gtkutils.h
4891                 fix a bunch of compiler warnings on maemo
4892
4893 2007-10-12 [colin]      3.0.2cvs65
4894
4895         * src/account.c
4896         * src/addritem.c
4897         * src/addritem.h
4898         * src/filtering.c
4899         * src/filtering.h
4900         * src/folder.c
4901         * src/folder.h
4902         * src/common/utils.c
4903         * src/common/utils.h
4904                 Remove unused code, staticalise some functions
4905
4906 2007-10-12 [paul]       3.0.2cvs64
4907
4908         * src/account.c
4909         * src/folderview.c
4910         * src/main.c
4911         * src/mainwindow.c
4912         * src/messageview.c
4913         * src/summary_search.c
4914         * src/summaryview.c
4915         * src/toolbar.c
4916         * src/wizard.c
4917         * src/common/utils.c
4918         * src/gtk/prefswindow.c
4919                 fix a bunch of compiler warnings on maemo
4920
4921 2007-10-11 [colin]      3.0.2cvs63
4922
4923         * src/editaddress.c
4924                 Make static function static
4925
4926 2007-10-11 [mones]      3.0.2cvs62
4927
4928         * src/addrduplicates.c
4929         * src/addressbook.c
4930         * src/compose.c
4931         * src/expldifdlg.c
4932         * src/mainwindow.c
4933         * src/messageview.c
4934         * src/pop.c
4935         * src/prefs_customheader.c
4936         * src/prefs_send.c
4937         * src/prefs_themes.c
4938         * src/common/plugin.c
4939         * src/gtk/pluginwindow.c
4940         * src/gtk/quicksearch.c
4941                 Fix several typos and capitalisation issues
4942
4943 2007-10-11 [wwp]        3.0.2cvs61
4944
4945         * src/editaddress.c
4946                 Fix a warning about possible use of uninitialized
4947                 filename var.
4948
4949 2007-10-11 [wwp]        3.0.2cvs60
4950
4951         * src/editaddress.c
4952                 Disable "Unset picture" menu item when there's
4953                 no picture to clear. Fix an extraneous g_unref_object,
4954                 add missing initializers.
4955
4956 2007-10-11 [wwp]        3.0.2cvs59
4957
4958         * src/pixmaps/anonymous.xpm
4959         * src/editaddress.c
4960         * src/Makefile.am
4961         * src/stock_pixmap.c
4962         * src/stock_pixmap.h
4963                 Fix a leak, gettext-ize the photo label.
4964                 Don't clear the existing picture if loading
4965                 a new one fails. Use a default 'anonymous'
4966                 picture (this new xpm has been added to the
4967                 internal stock_pixmap API). Add a
4968                 "Set picture" context menu entry.
4969
4970 2007-10-11 [colin]      3.0.2cvs58
4971
4972         * src/messageview.c
4973                 Make shift-shortcuts work
4974         * src/prefs_actions.c
4975                 Don't ask if we really want to close when
4976                 choosing OK and only the list is changed
4977         * src/prefs_template.c
4978                 Don't ask if we really want to close when
4979                 choosing OK and only the list is changed
4980         * src/common/plugin.c
4981                 Fix writing of second [Plugins_*] block
4982         * src/common/template.c
4983                 Remove unused files (fixes deletion)
4984
4985 2007-10-10 [paul]       3.0.2cvs57
4986
4987         * src/prefs_template.c
4988                 put the whole thing in a scrolled window
4989                 so that half the page is no longer inaccessible
4990                 on maemo
4991                 make the gtk_text_view smaller on maemo
4992
4993 2007-10-10 [colin]      3.0.2cvs56
4994
4995         * src/compose.c
4996                 Fix updating of Attachments number in some
4997                 cases (reedit, attach from command-line, ...)
4998
4999 2007-10-10 [colin]      3.0.2cvs55
5000
5001         * src/editaddress.c
5002                 Initialise error correctly
5003
5004 2007-10-10 [paul]       3.0.2cvs54
5005
5006         * src/prefs_filtering_action.c
5007         * src/gtk/description_window.c
5008         * src/gtk/foldersort.c
5009         * src/gtk/quicksearch.c
5010                 get rid of some pointless new lines and
5011                 make the descripton labels wrap better
5012
5013 2007-10-10 [colin]      3.0.2cvs53
5014
5015         * src/addressadd.c
5016         * src/editaddress.c
5017         * src/headerview.c
5018         * src/textview.c
5019                 More error handling on saving pictures
5020
5021 2007-10-10 [colin]      3.0.2cvs52
5022
5023         * src/printing.c
5024         * src/printing.h
5025                 Generalize a bit printing, so we can factorize
5026                 most of the code. 
5027
5028 2007-10-10 [paul]       3.0.2cvs51
5029
5030         * src/addrduplicates.c
5031                 fix engrish
5032                 use GTK_STOCK... buttons
5033
5034 2007-10-10 [paul]       3.0.2cvs50
5035
5036         * src/addressadd.c
5037         * src/addrindex.c
5038         * src/editaddress.c
5039                 Fix previous patch
5040                 Thanks to Colin
5041
5042 2007-10-10 [paul]       3.0.2cvs49
5043
5044         * src/summaryview.c
5045         * src/messageview.c
5046                 Fix crash on Add sender to addressbook when
5047                 From is null
5048         * src/addressadd.c
5049         * src/addrindex.c
5050         * src/editaddress.c
5051         * src/editaddress_other_attributes_ldap.h
5052                 Fix leaks 
5053                 Rename images to .png in addrbook/
5054         * src/headerview.c
5055         * src/textview.c
5056                 Fix Face/X-Face being used if adding another
5057                 address than sender to addressbook
5058                 Thanks to Colin
5059
5060 2007-10-10 [holger]     3.0.2cvs48
5061
5062         * src/addrduplicates.c
5063         * src/editaddress.c
5064                 Improvements to the addressbook duplicate finder
5065                 feature:
5066                  - add an edit button to the button bar
5067                  - display the whole bookname (with iface) and
5068                    use this for same-book checking
5069                  - after editing, try to keep selections if the
5070                    entries are still present
5071                  - sort the email column alphabetically
5072                  - put results in a scrolled window
5073                  - support embedded editing
5074                  - make columns in detail view resizable
5075                  - add keyboard shortcuts
5076
5077 2007-10-10 [wwp]        3.0.2cvs47
5078
5079         * src/addrindex.c
5080                 Fix a crash when there's no From: in email, thanks to Colin.
5081
5082 2007-10-09 [paul]       3.0.2cvs46
5083
5084         * src/messageview.c
5085         * src/summaryview.c
5086         * src/textview.c
5087                 fix building without compface support
5088
5089 2007-10-09 [colin]      3.0.2cvs45
5090
5091         * src/editaddress.c
5092         * src/headerview.c
5093         * src/textview.c
5094                 Add error handling
5095
5096 2007-10-09 [colin]      3.0.2cvs44
5097
5098         * src/addrduplicates.c
5099         * src/addressadd.c
5100         * src/addressadd.h
5101         * src/addressbook.c
5102         * src/addressbook.h
5103         * src/addrindex.c
5104         * src/addrindex.h
5105         * src/addritem.c
5106         * src/addritem.h
5107         * src/compose.c
5108         * src/editaddress.c
5109         * src/editaddress_other_attributes_ldap.h
5110         * src/headerview.c
5111         * src/messageview.c
5112         * src/mimeview.c
5113         * src/summaryview.c
5114         * src/textview.c
5115         * src/gtk/gtkutils.c
5116                 Automatically set contacts' pictures from Face 
5117                 or X-Face if they have no picture
5118                 Display the contact picture in textview or
5119                 headerview for mails sent by people in the 
5120                 addressbook, that have no Face or X-Face
5121                 Fix a few details in the Person edition dialog
5122                 (ability to unset picture)
5123                 Remove picture file when deleting contacts
5124
5125 2007-10-09 [iwkse]      3.0.2cvs43
5126
5127         * src/gtk/about.c
5128                 center the about window
5129
5130 2007-10-09 [paul]       3.0.2cvs42
5131
5132         * src/prefs_toolbar.c
5133                 fix icon selector window on maemo
5134
5135 2007-10-09 [paul]       3.0.2cvs41
5136
5137         * src/messageview.c
5138                 add 'go to' menu to separate msgview
5139
5140 2007-10-09 [colin]      3.0.2cvs40
5141
5142         * src/common/defs.h
5143                 Add forgotten file
5144
5145 2007-10-09 [iwkse]      3.0.2cvs39
5146
5147         * Makefile.am
5148         * src/addressbook.c
5149         * src/addritem.c
5150         * src/addritem.h
5151         * src/editaddress.c
5152         * src/editaddress_other_attributes_ldap.h
5153         * src/addrbook.c
5154         * src/Makefile.am
5155                 set a photo in the Addressbook
5156
5157 2007-10-08 [colin]      3.0.2cvs38
5158
5159         * src/prefs_toolbar.c
5160                 Make height 320 to remove the scrollbar 
5161                 (with current number of icons)
5162
5163 2007-10-08 [colin]      3.0.2cvs37
5164
5165         * src/prefs_toolbar.c
5166                 Transform the treeview to a GtkIconView.
5167                 Patch by Pawel
5168                 In addition, transform the window so that 
5169                 it looks like a popup menu. Patch by me
5170
5171 2007-10-08 [colin]      3.0.2cvs36
5172
5173         * src/compose.c
5174         * src/compose.h
5175                 Beautify the GUI a bit; in particular, show the
5176                 number of attachments in the tab's title.
5177                 Patch by Pawel
5178
5179 2007-10-08 [paul]       3.0.2cvs35
5180
5181         * src/mimeview.c
5182                 Save users from themselves: save temporary
5183                 files used for Open/Open with as read-only.
5184                 Thanks to Colin
5185
5186 2007-10-08 [paul]       3.0.2cvs34
5187
5188         * tools/Makefile.am
5189                 forgot this in cvs33
5190
5191 2007-10-08 [paul]       3.0.2cvs33
5192
5193         * tools/kdeservicemenu/README
5194         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
5195         * tools/kdeservicemenu/install.sh
5196         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5197                 renamed template* to *template so as not to confuse
5198                 lintian
5199
5200 2007-10-08 [paul]       3.0.2cvs32
5201
5202         * src/prefs_themes.c
5203         * src/stock_pixmap.c
5204                 replace 2 direct uses of RC_DIR
5205
5206 2007-10-07 [colin]      3.0.2cvs31
5207
5208         * src/addrduplicates.c
5209         * src/addrduplicates.h
5210         * src/addressbook.c
5211         * src/addressbook.h
5212         * src/addrindex.c
5213         * src/addrindex.h
5214                 Implement deletion in duplicate finder. 
5215                 Patch by Holger 
5216
5217 2007-10-07 [colin]      3.0.2cvs30
5218
5219         * src/exporthtml.c
5220         * src/mbox.c
5221         * src/common/utils.c
5222                 Better fix for Solaris, thanks to Nicolas Doualot
5223
5224 2007-10-07 [colin]      3.0.2cvs29
5225
5226         * AUTHORS
5227         * src/gtk/authors.h
5228                 Add Frank Dietrich
5229
5230 2007-10-07 [colin]      3.0.2cvs28
5231
5232         * src/exporthtml.c
5233                 Fix HTML export to make it more compliant
5234                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
5235
5236 2007-10-07 [colin]      3.0.2cvs27
5237
5238         * src/prefs_toolbar.c
5239                 Only use icons that wouldn't look stupid in the toolbar
5240                 Patch by Pawel
5241
5242 2007-10-07 [colin]      3.0.2cvs26
5243
5244         * src/prefs_toolbar.c
5245                 Fix old icon being used when none is selected
5246
5247 2007-10-07 [colin]      3.0.2cvs25
5248
5249         * src/toolbar.c
5250                 Fix copy/paste error
5251
5252 2007-10-07 [colin]      3.0.2cvs24
5253
5254         * src/prefs_toolbar.c
5255         * src/toolbar.c
5256         * src/toolbar.h
5257                 Update icon to default one when changing event
5258                 Make the icon chooser nicer (handle Esc, Enter,
5259                 double-click)
5260
5261 2007-10-06 [colin]      3.0.2cvs23
5262
5263         * src/prefs_toolbar.c
5264                 Fix text reset; patch by Pawel
5265
5266 2007-10-06 [colin]      3.0.2cvs22
5267
5268         * src/toolbar.h
5269                 Complete previous commit
5270
5271 2007-10-06 [colin]      3.0.2cvs21
5272
5273         * src/prefs_toolbar.c
5274         * src/toolbar.c
5275                 Set toolbar text automatically to the default
5276                 when changing Event executed on click
5277
5278 2007-10-06 [colin]      3.0.2cvs20
5279
5280         * src/prefs_toolbar.c
5281                 Invert Text and Event fields
5282
5283 2007-10-06 [colin]      3.0.2cvs19
5284
5285         * src/prefs_toolbar.c
5286         * src/toolbar.c
5287                 Make toolbar prefs look much better
5288                 Patch by Pawel Pekala
5289
5290 2007-10-06 [paul]       3.0.2cvs18
5291
5292         * src/account.c
5293         * src/prefs_filtering.c
5294                 fix checkbuttons in gtktreeview on maemo by
5295                 setting maemo's "allow-checkbox-mode" to FALSE
5296
5297 2007-10-06 [colin]      3.0.2cvs17
5298
5299         * configure.ac
5300                 Export -DSOLARIS in CFLAGS for all
5301                 Solaris (not just 2.8) and OpenSolaris
5302
5303 2007-10-06 [paul]       3.0.2cvs16
5304
5305         * AUTHORS
5306         * src/exporthtml.c
5307         * src/mbox.c
5308         * src/gtk/authors.h
5309                 fix build on solaris where ctime_r takes
5310                 3 arguments rather than 2.
5311                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
5312
5313 2007-10-05 [colin]      3.0.2cvs15
5314
5315         * src/etpan/imap-thread.c
5316                 Fix wrong error codepath
5317
5318 2007-10-05 [wwp]        3.0.2cvs14
5319
5320         * src/filtering.c
5321                 Fix unexpected logging of quicksearches:
5322                 debug_filtering_session flag was never reset to FALSE, causing
5323                 matcher functions to log when called from a quicksearch
5324                 (if a filtering session happened before).
5325
5326 2007-10-05 [paul]       3.0.2cvs13
5327
5328         * src/prefs_actions.c
5329         * src/prefs_filtering.c
5330         * src/prefs_template.c
5331                 fix bug 1343, 'Filtering..'s close button
5332                 silently discards new filter'
5333                 Thanks to Colin
5334
5335 2007-10-05 [paul]       3.0.2cvs12
5336
5337         * configure.ac
5338         * src/Makefile.am
5339                 fix bug 1347, '-Wno-unused-function, optional'
5340
5341 2007-10-05 [colin]      3.0.2cvs11
5342
5343         * src/procmime.c
5344         * src/common/mgutils.c
5345                 Fix warnings
5346
5347 2007-10-05 [mones]      3.0.2cvs10
5348
5349         * manual/advanced.xml
5350                 Use full menu name
5351         * manual/es/advanced.xml
5352                 Synchronise translation
5353
5354 2007-10-04 [colin]      3.0.2cvs9
5355
5356         * src/action.c
5357         * src/addrbook.c
5358         * src/addrindex.c
5359         * src/compose.c
5360         * src/exporthtml.c
5361         * src/exportldif.c
5362         * src/folder.c
5363         * src/main.c
5364         * src/matcher.c
5365         * src/mbox.c
5366         * src/messageview.c
5367         * src/mh.c
5368         * src/news.c
5369         * src/partial_download.c
5370         * src/pop.c
5371         * src/procmime.c
5372         * src/procmsg.c
5373         * src/toolbar.c
5374         * src/common/log.c
5375         * src/common/mgutils.c
5376         * src/common/plugin.c
5377         * src/common/utils.c
5378         * src/common/xml.c
5379         * src/common/xml.h
5380         * src/common/xmlprops.c
5381         * src/common/xmlprops.h
5382         * src/plugins/bogofilter/bogofilter.c
5383         * src/plugins/clamav/clamav_plugin.c
5384         * src/plugins/dillo_viewer/dillo_prefs.c
5385         * src/plugins/pgpcore/prefs_gpg.c
5386         * src/plugins/pgpinline/pgpinline.c
5387         * src/plugins/pgpmime/pgpmime.c
5388         * src/plugins/spamassassin/spamassassin.c
5389         * src/plugins/trayicon/trayicon_prefs.c
5390                 Verify success on writes. Will fix possible strange
5391                 failure on disk full.
5392
5393 2007-10-04 [paul]       3.0.2cvs8
5394
5395         * manual/advanced.xml
5396                 add further info about Actions
5397                 Patch by Emmanuel Briot <briot@adacore.com>
5398
5399 2007-10-04 [paul]       3.0.2cvs7
5400
5401         * src/account.c
5402                 remove the D column, instead indicate the
5403                 default account by use of bold text
5404
5405 2007-10-03 [colin]      3.0.2cvs6
5406
5407         * src/common/template.c
5408                 Fix templates writing (was prone to disk full problems)
5409
5410 2007-10-03 [colin]      3.0.2cvs5
5411
5412         * src/Makefile.am
5413         * src/addrduplicates.c
5414         * src/addrduplicates.h
5415         * src/addressbook.c
5416                 Add duplicate deletion. Patch by Holger
5417
5418 2007-10-03 [colin]      3.0.2cvs4
5419
5420         * src/matcher.c
5421         * src/gtk/quicksearch.c
5422                 Fix bug 1340, 'Case insensitive searches with 
5423                 non-ascii alphabets fail'.
5424
5425 2007-10-03 [colin]      3.0.2cvs3
5426
5427         * src/main.c
5428         * src/common/utils.c
5429         * src/common/utils.h
5430                 Implement run-time alternative config directories
5431
5432 2007-10-03 [colin]      3.0.2cvs2
5433
5434         * src/folderview.c
5435                 Prevent opening folder item while folder
5436                 is scanned in a better way
5437
5438 2007-10-02 [paul]       3.0.2cvs1
5439
5440         * NEWS
5441         * README
5442         * RELEASE_NOTES
5443         * configure.ac
5444                 bump up version number following stable release
5445
5446 2007-09-30 [colin]      3.0.1cvs49
5447
5448         * src/imap.c
5449                 Refresh session if needed
5450
5451 2007-09-30 [colin]      3.0.1cvs48
5452
5453         * src/imap.c
5454                 Reset folder's session to NULL
5455                 before destroying it
5456
5457 2007-09-30 [mones]      3.0.1cvs47
5458
5459         * manual/handling.xml
5460                 Use markup quotes instead hardcoded quotes
5461         * manual/es/handling.xml
5462                 Added new synced section (IMAP subscriptions)
5463
5464 2007-09-29 [colin]      3.0.1cvs46
5465
5466         * src/imap.c
5467                 Notice disconnections faster
5468
5469 2007-09-28 [colin]      3.0.1cvs45
5470
5471         * src/addressbook.c
5472         * src/addrindex.c
5473                 Fix warnings
5474
5475 2007-09-28 [paul]       3.0.1cvs44
5476
5477         * src/mimeview.c
5478                 fix maemo build
5479
5480 2007-09-28 [paul]       3.0.1cvs43
5481
5482         * src/account.c
5483                 use gtk_widget_set_size_request() on the label
5484                 so that wrapping works better. get rid of the
5485                 (partially deprecated) hbutton_box.
5486                 these changes should prevent buttons overlapping
5487                 on maemo
5488
5489 2007-09-28 [colin]      3.0.1cvs42
5490
5491         * src/pop.c
5492                 Fix typo :)
5493
5494 2007-09-28 [colin]      3.0.1cvs41
5495
5496         * src/compose.c
5497         * src/msgcache.c
5498         * src/pop.c
5499         * src/procmime.c
5500         * src/etpan/imap-thread.c
5501                 64bits-related warning fixes
5502
5503 2007-09-28 [colin]      3.0.1cvs40
5504
5505         * src/folder_item_prefs.c
5506         * src/ldaputil.c
5507         * src/mainwindow.c
5508         * src/mimeview.c
5509         * src/common/tags.c
5510                 Fix warnings
5511
5512 2007-09-28 [colin]      3.0.1cvs39
5513
5514         * src/plugins/spamassassin/spamassassin.c
5515         * src/plugins/spamassassin/spamassassin.h
5516         * src/plugins/spamassassin/spamassassin_gtk.c
5517                 Add addressbook-based whitelisting
5518
5519 2007-09-28 [colin]      3.0.1cvs38
5520
5521         * src/folder.c
5522                 Fix bug 1337, 'crash on pressing Send button'
5523
5524 2007-09-28 [paul]       3.0.1cvs37
5525
5526         * src/prefs_folder_item.c
5527                 give the orphans a parent. makes all prefs
5528                 pages visible on maemo
5529
5530 2007-09-28 [colin]      3.0.1cvs36
5531
5532         * src/prefs_folder_column.c
5533         * src/prefs_summary_column.c
5534                 Fix two leaks
5535
5536 2007-09-27 [colin]      3.0.1cvs35
5537
5538         * src/gtk/quicksearch.c
5539                 Fix bug 1336, 'Segfault if empty space before search-string'
5540
5541 2007-09-26 [mones]      3.0.1cvs34
5542
5543         * manual/account.xml
5544         * manual/plugins.xml
5545                 Fixed irc channel name, added some docbook markup.
5546                 Changed text markup to docbook markup. 
5547                 Added spamcop as supported in SpamReport description.
5548         * manual/fr/plugins.xml
5549                 Fixed irc channel name.
5550         * manual/es/account.xml
5551         * manual/es/advanced.xml
5552         * manual/es/claws-mail-manual.xml
5553         * manual/es/glossary.xml
5554         * manual/es/gpl.xml
5555         * manual/es/keyboard.xml
5556         * manual/es/plugins.xml
5557                 Synced with English version, fixed a couple of typos.
5558
5559 2007-09-26 [colin]      3.0.1cvs33
5560
5561         * configure.ac
5562                 Explain why "Libgnomeprint: no" on GTK+ 2.10
5563
5564 2007-09-26 [colin]      3.0.1cvs32
5565
5566         * src/messageview.c
5567         * src/procmsg.c
5568         * src/procmsg.h
5569                 Optimisation: avoid fetching mail 3 times locally
5570                 for displaying
5571
5572 2007-09-26 [colin]      3.0.1cvs31
5573
5574         * src/mh.c
5575                 Fix missing static
5576
5577 2007-09-26 [colin]      3.0.1cvs30
5578
5579         * src/folder.c
5580         * src/folder.h
5581         * src/mh.c
5582         * src/mh.h
5583                 Fix MH mtime hack - make it a folder class function
5584
5585 2007-09-26 [colin]      3.0.1cvs29
5586
5587         * src/inc.c
5588                 Fix bug 1334, 'user defined mail incorporation 
5589                 script not run'
5590
5591 2007-09-25 [colin]      3.0.1cvs28
5592
5593         * src/codeconv.c
5594                 Optimisation: shortcut conv_codeset_strdup
5595                 when src_code and dest_code are the same
5596         * src/common/xml.c
5597         * src/common/xml.h
5598                 Optimisation: shortcut code conversions when
5599                 files are in UTF-8; faster list walking by
5600                 using prepend/reverse.
5601
5602 2007-09-25 [holger]     3.0.1cvs27
5603
5604         * src/printing.c
5605                 Replace button bar of the preview window
5606                 with a real toolbar (patch by Colin)
5607                 Add zooming to the preview window
5608
5609 2007-09-24 [paul]       3.0.1cvs26
5610
5611         * src/compose.c
5612                 compact the character set menu, adding some
5613                 missing encodings. Patch by Pawel Pekala
5614
5615 2007-09-23 [paul]       3.0.1cvs25
5616
5617         * src/prefs_account.c
5618         * src/prefs_folder_item.c
5619         * src/prefs_quote.c
5620         * src/quote_fmt.c
5621         * src/quote_fmt.h
5622                 remove unnecessary frame from Templates options
5623                 and improve the English of the check button label
5624
5625 2007-09-22 [colin]      3.0.1cvs24
5626
5627         * src/gtk/quicksearch.c
5628                 Fix bug 1329, 'error in quicksearch.c'
5629                 Fix return with value in function returning void
5630
5631 2007-09-22 [colin]      3.0.1cvs23
5632
5633         * src/imap.c
5634         * src/procmsg.h
5635         * src/common/utils.c
5636         * src/common/utils.h
5637         * src/etpan/imap-thread.c
5638                 Optimise fetching IMAP cached emails *a lot*
5639                 (remember whether mail is fully cached and \r's
5640                  are already stripped)
5641
5642 2007-09-22 [colin]      3.0.1cvs22
5643
5644         * src/folder.c
5645         * src/folder.h
5646         * src/prefs_folder_item.c
5647                 Add a button to allow users to drop local caches.
5648
5649 2007-09-21 [colin]      3.0.1cvs21
5650
5651         * src/summaryview.c
5652                 Remove unnecessary error when cancelling export to mbox.
5653                 Patch by Pawel
5654
5655 2007-09-21 [paul]       3.0.1cvs20
5656
5657         * src/gtk/prefswindow.c
5658                 remove unnecessary frames from the prefs
5659                 pages. Patch by Pawel Pekala
5660
5661 2007-09-21 [paul]       3.0.1cvs19
5662
5663         * src/prefs_account.c
5664         * src/prefs_folder_item.c
5665         * src/prefs_quote.c
5666         * src/quote_fmt.c
5667                 put the Templates options into a tabbed
5668                 layout. Patch by Pawel Pekala
5669
5670 2007-09-21 [paul]       3.0.1cvs18
5671
5672         * src/mainwindow.c
5673                 group together the character set menu items
5674                 move the /View/Show or hide/Message view below
5675                 .../Toolbar menu item
5676                 Patch by Pawel Pekala
5677
5678 2007-09-21 [mones]      3.0.1cvs17
5679
5680         * src/compose.c
5681                 Fix for bug 1327, 'segfault when replying to a non-existent
5682                 news message', thanks to Colin.
5683
5684 2007-09-21 [colin]      3.0.1cvs16
5685
5686         * src/folderview.c
5687                 Complete 3.0.1cvs15
5688
5689 2007-09-20 [colin]      3.0.1cvs15
5690
5691         * src/folderview.c
5692         * src/folderview.h
5693                 Maybe fix bug 1324, 'Corrupted IMAP cache'
5694
5695 2007-09-20 [colin]      3.0.1cvs14
5696
5697         * src/printing.c
5698                 Fix a little leak
5699
5700 2007-09-20 [holger]     3.0.1cvs13
5701
5702         * src/printing.c
5703                 Add page layout to print preview.
5704                 Make the close-button in the toolbar
5705                 right-aligned.
5706
5707 2007-09-20 [paul]       3.0.1cvs12
5708
5709         * po/ru.po
5710                 updated by Pavlo Bohmat
5711
5712 2007-09-19 [colin]      3.0.1cvs11
5713
5714         * src/common/utils.c
5715                 Prevent unquoted mime boundaries, by always
5716                 using a /
5717
5718 2007-09-19 [colin]      3.0.1cvs10
5719
5720         * src/printing.c
5721                 Fix drawing area size, fix DPI change that
5722                 can cause total number of lines to decrease
5723
5724 2007-09-19 [colin]      3.0.1cvs9
5725
5726         * po/POTFILES.in
5727         * src/printing.c
5728                 Make print preview more efficient and nicer.
5729                 Patch mostly by Holger Berndt <hb@claws-mail.org>
5730
5731 2007-09-19 [colin]      3.0.1cvs8
5732
5733         * src/prefs_common.c
5734         * src/prefs_common.h
5735         * src/printing.c
5736                 Add scrolledwindow, default allocation and
5737                 size saving to the print preview window.
5738
5739 2007-09-18 [colin]      3.0.1cvs7
5740
5741         * src/prefs_common.c
5742         * src/prefs_common.h
5743         * src/prefs_image_viewer.c
5744         * src/printing.c
5745                 GtkPrintOperation:
5746                 - add image printing support
5747                 - add option to print images
5748                 - add preview widget
5749                 - add saving of a few Page Setup parameters
5750
5751 2007-09-18 [colin]      3.0.1cvs6
5752
5753         * AUTHORS
5754         * src/gtk/authors.h
5755                 Add Guillaume Chazarain
5756
5757 2007-09-18 [colin]      3.0.1cvs5
5758
5759         * src/common/utils.c
5760                 Fix bug 1321, 'access before allocation 
5761                 when scanning for uris'. Patch by 
5762                 Guillaume Chazarain <guichaz@yahoo.fr>
5763
5764 2007-09-18 [colin]      3.0.1cvs4
5765
5766         * src/toolbar.c
5767                 Fix bug 1320, 'Memory leak caused by 
5768                 gtk_container_get_children'. Patch by
5769                 Guillaume Chazarain <guichaz@yahoo.fr>
5770
5771 2007-09-18 [colin]      3.0.1cvs3
5772
5773         * src/printing.c
5774         * src/printing.h
5775                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
5776
5777 2007-09-18 [colin]      3.0.1cvs2
5778
5779         * src/Makefile.am
5780         * src/mainwindow.c
5781         * src/messageview.c
5782         * src/messageview.h
5783         * src/prefs_ext_prog.c
5784         * src/prefs_fonts.c
5785         * src/printing.c
5786         * src/printing.h
5787         * src/summaryview.c
5788                 Use GtkPrintOperation by default on GTK+ >= 2.10
5789                 Patch by Holger Berndt <hb@claws-mail.org>
5790
5791 2007-09-18 [paul]       3.0.1cvs1
5792
5793         * NEWS
5794         * README
5795         * RELEASE_NOTES
5796         * configure.ac
5797                 bump up version number following stable release
5798
5799 2007-09-16 [colin]      3.0.0cvs18
5800
5801         * src/folder.c
5802                 Fix possible memleak
5803
5804 2007-09-16 [colin]      3.0.0cvs17
5805
5806         * src/folderview.c
5807                 Fix bug 1311, 'Wrong arrow position 
5808                 while moving message into folder when 
5809                 column headers hidden'
5810         * src/image_viewer.c
5811                 Show error in the GUI if image can't
5812                 be loaded
5813         * src/matcher.c
5814                 Fix spurious output
5815         * src/messageview.c
5816                 Allow setting domain in msgid
5817         * src/common/plugin.c
5818                 Add timing information
5819
5820 2007-09-16 [colin]      3.0.0cvs16
5821
5822         * src/account.c
5823         * src/compose.c
5824         * src/prefs_account.c
5825         * src/prefs_account.h
5826         * src/common/utils.c
5827                 Remove Generate Message-ID option. We need
5828                 this on some IMAP servers.
5829         * src/prefs_template.c
5830                 Fix double-free
5831
5832 2007-09-16 [colin]      3.0.0cvs15
5833
5834         * src/prefs_filtering.c
5835         * src/prefs_filtering.h
5836         * src/prefs_filtering_action.c
5837         * src/common/tags.c
5838                 Fix tags issues: tags with spaces, renaming
5839                 tags.
5840
5841 2007-09-16 [colin]      3.0.0cvs14
5842
5843         * src/folderview.c
5844         * src/main.c
5845         * src/mainwindow.c
5846                 Fix bug 1308, 'Claws deletes folderlist.xml after
5847                 fetching mail short after start-up'
5848
5849 2007-09-16 [colin]      3.0.0cvs13
5850
5851         * src/compose.c
5852                 Fix scrolling to cursor
5853
5854 2007-09-16 [paul]       3.0.0cvs12
5855
5856         * po/sr.po
5857                 updated by Aleksandar Urosevic
5858
5859 2007-09-16 [paul]       3.0.0cvs11
5860
5861         * src/folder.c
5862                 do not allow locked msgs to be deleted,
5863                 even by filtering/processing
5864
5865 2007-09-07 [paul]       3.0.0cvs10
5866
5867         * src/prefs_folder_column.c
5868         * src/prefs_summary_column.c
5869                 implement button sensitivity
5870                 patch by Pawel Pekala
5871
5872 2007-09-06 [wwp]        3.0.0cvs9
5873
5874         * src/prefs_gtk.c
5875                 Add a missing linefeed to a debug message.
5876
5877 2007-09-05 [colin]      3.0.0cvs8
5878
5879         * src/inc.c
5880                 Fix statusbar/window mismatch on Maemo
5881
5882 2007-09-05 [colin]      3.0.0cvs7
5883
5884         * src/ldaputil.c
5885                 Fix build without USE_LDAP_TLS
5886
5887 2007-09-05 [colin]      3.0.0cvs6
5888
5889         * src/folder.c
5890         * src/imap.c
5891         * src/inc.c
5892         * src/mbox.c
5893         * src/send_message.c
5894         * src/statusbar.c
5895         * src/statusbar.h
5896                 Maemo: distinguish various statusbar messages,
5897                 in order to display only the most important.
5898
5899 2007-09-04 [wwp]        3.0.0cvs5
5900
5901         * src/account.c
5902                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
5903                 Show protocol "SMTP" and the appropriate server for send-only
5904                 accounts, show "-" instead of "" when no value is relevant.
5905
5906 2007-09-03 [ticho]      3.0.0cvs4
5907
5908         * src/summaryview.c
5909                 Handle plural form better in delete confirmation dialog.
5910
5911 2007-09-03 [wwp]        3.0.0cvs3
5912
5913         * src/compose.c
5914                 Warn differently when sending or sending later (queueing).
5915
5916 2007-09-03 [colin]      3.0.0cvs2
5917
5918         * src/procmime.c
5919         * src/procmime.h
5920         * src/common/plugin.c
5921         * src/common/plugin.h
5922                 Add a new plugin API, MimeParser. It allows
5923                 plugins to scan email MIME parts and optionally,
5924                 transform them.
5925
5926 2007-09-03 [mones]      3.0.0cvs1
5927
5928         * po/es.po
5929                 Updated translation
5930         * src/common/defs.h
5931                 While a better solution is made double history sizes
5932
5933 2007-09-03 [paul]       3.0.0
5934
5935         * NEWS
5936         * README
5937         * RELEASE_NOTES
5938                 3.0.0 released
5939
5940 [For previous entries, see ChangeLog.2.0.0-3.0.0]