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