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