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