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