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