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