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