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