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