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