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