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