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