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