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