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