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