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