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