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