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