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