f47d74791df95fba11caa5b894d3394a5e3cf8c4
[claws.git] / ChangeLog
1 2007-05-03 [wwp]        2.9.1cvs41
2
3         * src/prefs_common.c
4         * src/prefs_filtering.c
5         * src/prefs_template.c
6         * src/common/template.c
7         * src/common/template.h
8         * src/gtk/gtkutils.c
9         * src/gtk/gtkutils.h
10                 Templates are no longer automatically sorted
11                 by name, but can be sorted manually using
12                 |< < > >| buttons as well as drag'n'drop.
13
14 2007-05-03 [wwp]        2.9.1cvs40
15
16         * src/plugins/spamassassin/spamassassin.c
17         * src/plugins/spamassassin/spamassassin.h
18         * src/plugins/spamassassin/spamassassin_gtk.c
19         * src/plugins/bogofilter/bogofilter.c
20         * src/plugins/bogofilter/bogofilter.h
21         * src/plugins/bogofilter/bogofilter_gtk.c
22                 Added an option to conditionally mark saved spam
23                 as read (default is and was to do so).
24                 Satisfies feature request 1708539 on sf.net tracker.
25
26 2007-05-03 [colin]      2.9.1cvs39
27
28         * src/inc.c
29                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
30
31 2007-05-02 [colin]      2.9.1cvs38
32
33         * src/textview.c
34                 Fix bug 1209, 'Clicking on address 
35                 in header (mailto uri) selects 
36                 default account'. Patch adapted from
37                 G.P. Halkes' patch.
38
39 2007-05-02 [colin]      2.9.1cvs37
40
41         * src/grouplistdialog.c
42                 Set cursor to wait cursor while loading
43                 groups.
44
45 2007-05-02 [paul]       2.9.1cvs36
46
47         * src/folder.c
48         * src/common/defs.h
49                 rename cache and mark files
50                 (data is preserved)
51
52 2007-04-30 [paul]       2.9.1cvs35
53
54         * manual/glossary.xml
55         * manual/plugins.xml
56                 updates. Patch by Ricardo
57
58 2007-04-29 [wwp]        2.9.1cvs34
59
60         * src/mainwindow.c
61         * configure.ac
62                 Fix few grammatical errors (patch by David Relson < relson at
63                 osagesoftware dot com >).
64
65 2007-04-28 [colin]      2.9.1cvs33
66
67         * src/account.c
68         * src/pop.c
69         * src/prefs_account.c
70         * src/prefs_account.h
71                 Drop the "Download all" preference. It's
72                 stupidly useless and confuses people from
73                 time to time.
74
75 2007-04-27 [wwp]        2.9.1cvs32
76
77         * src/account.c
78         * src/prefs_account.c
79         * src/prefs_account.h
80                 Don't reflect accounts changes to the mainwindow when it's
81                 not necessary.
82
83 2007-04-27 [colin]      2.9.1cvs31
84
85         * src/folder.c
86                 Freeze/thaw when sync'ing flags
87         * src/imap.c
88         * src/prefs_account.c
89         * src/prefs_account.h
90         * src/etpan/imap-thread.c
91         * src/etpan/imap-thread.h
92                 Add a way to use UID FETCH instead
93                 of searches to fetch message lists
94                 and flags. More expensive towards
95                 bandwidth, less expensive towards
96                 server's CPU. Probably fixes 
97                 bug 1158, 'Scanning new folders on 
98                 Exchange 2007 extremely slow'.
99                 Patch 95% by Hoa.
100
101 2007-04-27 [paul]       2.9.1cvs30
102
103         * src/mainwindow.c
104         * src/prefs_logging.c
105                 improvements to english usage
106
107 2007-04-27 [colin]      2.9.1cvs29
108
109         * src/imap.c
110                 Fix build without libetpan (my bad!)
111
112 2007-04-26 [colin]      2.9.1cvs28
113
114         * src/imap.c
115         * src/imap.h
116                 Fix uselessly exported function
117         * src/textview.c
118                 Consider "- -- \n" as signature separator
119                 (that's what signature separators look like
120                  in PGP/Inline signed mails)
121
122 2007-04-26 [colin]      2.9.1cvs27
123
124         * configure.ac
125                 libetpan-0.49 is now required
126         * src/procmime.c
127                 Fix double fetching of mails if
128                 first try failed
129         * src/imap.c
130                 Make offline sync faster, by
131                 remembering last change time, and
132                 last sync time.
133
134 2007-04-26 [hoa]        2.9.1cvs26
135
136         * src/imap.c
137         * src/imap.h
138         * src/mainwindow.c
139         * src/toolbar.c
140         * src/etpan/imap-thread.c
141         * src/etpan/imap-thread.h
142                 cancellation of IMAP operations is now allowed.
143                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
144
145 2007-04-26 [colin]      2.9.1cvs25
146
147         * src/folder.c
148                 Always fetch body+headers in folders that are
149                 synched for offline use, if "Synchronise as
150                 soon as possible" is set.
151                 Fixes bug 1200, 'Add option to always retrieve full 
152                 messages'
153
154 2007-04-25 [colin]      2.9.1cvs24
155
156         * src/compose.c
157                 Fix bug 1198, 'Reply-all "disappearing" address bug 
158                 persists...'
159
160 2007-04-24 [colin]      2.9.1cvs23
161
162         * src/folderview.c
163                 Fix bug 1195, 'Hardware key navigation' 
164                 Make GDK_Enter toggle expansion (Maemo)
165
166 2007-04-24 [wwp]        2.9.1cvs22
167
168         * src/compose.c
169                 Fix few compiler warnings.
170
171 2007-04-24 [paul]       2.9.1cvs21
172
173         * src/Makefile.am
174         * src/stock_pixmap.c
175         * src/stock_pixmap.h
176                 complete last commit
177
178 2007-04-24 [paul]       2.9.1cvs20
179
180         * src/gtk/about.c
181         * src/pixmaps/active.xpm
182         * src/pixmaps/checkbox_off.xpm
183         * src/pixmaps/checkbox_on.xpm
184         * src/pixmaps/inactive.xpm
185                 kick out the blobs
186                 remove transparent border from checkbox icons
187
188 2007-04-24 [wwp]        2.9.1cvs19
189
190         * src/textview.c
191         * src/textview.h
192                 Fix a crash in textview, thanks to Colin.
193
194 2007-04-23 [wwp]        2.9.1cvs18
195
196         * src/prefs_common.c
197                 Fix 2.9.1cvs5: no header was being translated at all.
198
199 2007-04-23 [colin]      2.9.1cvs17
200
201         * src/Makefile.am
202         * src/stock_pixmap.c
203         * src/stock_pixmap.h
204         * src/summaryview.c
205         * src/summaryview.h
206         * src/gtk/gtksctree.c
207         * src/gtk/gtksctree.h
208         * src/pixmaps/selection.xpm
209                 Fix bug 1193, 'Need a way to multi-select
210                 items'. Add a toggle button to the summaryview
211                 to switch between normal and multiple selection
212                 (Maemo)
213
214 2007-04-23 [colin]      2.9.1cvs16
215
216         * src/Makefile.am
217         * src/stock_pixmap.c
218         * src/stock_pixmap.h
219         * src/summaryview.c
220         * src/summaryview.h
221         * src/gtk/gtksctree.c
222         * src/gtk/gtksctree.h
223         * src/pixmaps/selection.xpm
224                 Fix bug 1193, 'Need a way to multi-
225                 select items'
226                 Add a toggle button in the summaryview
227                 to enable normal or multiple selection.
228                 (Maemo)
229
230 2007-04-23 [colin]      2.9.1cvs15
231
232         * src/compose.c
233                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
234
235 2007-04-21 [colin]      2.9.1cvs14
236
237         * src/gtk/quicksearch.c
238                 Fix previous commit (actually use correct
239                 parameter)
240
241 2007-04-21 [colin]      2.9.1cvs13
242
243         * src/gtk/quicksearch.c
244                 Fix changing quicksearch type (after Esc,
245                 after changing Recursive, ...)
246
247 2007-04-20 [wwp]        2.9.1cvs12
248
249         * src/gtk/Makefile.am
250                 Added headers.h (completes 2.9.1cvs5).
251
252 2007-04-20 [wwp]        2.9.1cvs11
253
254         * src/addressbook.c
255                 Fix the use of display name in name column,
256                 it has been overriden w/ the use of nickname
257                 by 2.9.0cvs3. Now nickname is used (if any)
258                 in case of LDAP books only.
259
260 2007-04-20 [colin]      2.9.1cvs10
261
262         * src/mimeview.c
263         * src/summaryview.c
264         * src/textview.c
265                 Add handling of 'a' to loop in a mail's
266                 mimeparts
267
268 2007-04-20 [colin]      2.9.1cvs9
269
270         * src/toolbar.c
271                 Fix bug 1190, 'dir_open' button doesn't work'
272                 (Maemo)
273
274 2007-04-20 [colin]      2.9.1cvs8
275
276         * src/folderview.c
277         * src/mainwindow.c
278                 Fix bug 1194, 'Hardware keys move from email 
279                 list to account/directory list, but not back 
280                 to email list...' (Maemo)
281
282 2007-04-20 [colin]      2.9.1cvs7
283
284         * src/compose.h
285                 complete previous commit
286
287 2007-04-20 [colin]      2.9.1cvs6
288
289         * src/compose.c
290                 Fix bug 1187, 'Reply-to addressee disappears 
291                 when reply-to text box is clicked...' (Maemo)
292
293 2007-04-20 [wwp]        2.9.1cvs5
294
295         * po/POTFILES.in
296         * src/addressbook.c
297         * src/compose.c
298         * src/filtering.c
299         * src/headerview.c
300         * src/matcher.c
301         * src/prefs_common.c
302         * src/prefs_common.h
303         * src/prefs_display_header.c
304         * src/prefs_matcher.c
305         * src/summaryview.c
306         * src/gtk/headers.h
307         * src/gtk/quicksearch.c
308                 Translate more header names according to the relevant option value,
309                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
310                 Replaced nearly all uses of prefs_common.trans_hdr with a call
311                 to prefs_common_translated_header_name().
312                 Added a headers.h reference file that contains known header names
313                 (RFC2822 and others) to the translation process' input, so that
314                 translated header names will still exist even if no occurrence of
315                 _("headername") is found anymore in the sources.
316                 Don't translate column name 'Number' following to trans_hdr option
317                 value as it's not a header name.
318
319 2007-04-20 [colin]      2.9.1cvs4
320
321         * src/gtk/quicksearch.c
322         * src/gtk/quicksearch.h
323                 Add "From, To or Subject" quicksearch
324                 type. Patch by ulfschaper@users.sf.net
325
326 2007-04-20 [colin]      2.9.1cvs3
327
328         * src/matcher.c
329                 Implement proper references filtering condition.
330                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
331
332 2007-04-19 [wwp]        2.9.1cvs2
333
334         * src/prefs_display_header.c
335         * src/message_search.c
336                 Fix few warnings (g_free of const gchar*).
337
338 2007-04-19 [paul]       2.9.1cvs1
339
340         * NEWS
341         * README
342         * RELEASE_NOTES
343         * configure.ac
344                 bump version number following
345                 stable release
346
347 2007-04-19 [paul]       2.9.0cvs9
348
349         * manual/advanced.xml
350         * manual/glossary.xml
351                 fix typos
352
353 2007-04-18 [paul]       2.9.0cvs8
354
355         * src/pop.c
356                 fix for CVE-2007-1558 (APOP)
357                 Thanks to Colin
358
359 2007-04-18 [paul]       2.9.0cvs7
360
361         * src/messageview.c
362         * src/mimeview.c
363         * src/summaryview.c
364         * src/gtk/filesel.c
365                 Fix encoding woes wrt saving of
366                 mails and parts
367                 Thanks to Colin
368
369 2007-04-18 [colin]      2.9.0cvs6
370
371         * src/gtk/pluginwindow.c
372                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
373
374 2007-04-17 [wwp]        2.9.0cvs5
375
376         * src/addressadd.c
377         * src/addressbook.c
378         * src/addrindex.c
379         * src/ldapupdate.c
380                 Fix --disable-ldap build,
381                 fix some LDAP annoyances on 
382                 searches, thanks to Colin.
383
384 2007-04-17 [wwp]        2.9.0cvs4
385
386         * src/ldapupdate.c
387                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
388                 like gcc 2.9x. Thanks to Colin.
389
390 2007-04-17 [wwp]        2.9.0cvs3
391
392         * src/Makefile.am
393         * src/addressadd.c
394         * src/addressbook.c
395         * src/addrindex.c
396         * src/addritem.c
397         * src/addritem.h
398         * src/editaddress.c
399         * src/ldapctrl.c
400         * src/ldapctrl.h
401         * src/ldapquery.c
402         * src/ldapserver.c
403         * src/ldapserver.h
404         * src/ldapupdate.c
405         * src/ldapupdate.h
406                 Add LDAP write support. Patch mostly by 
407                 Michael <mir at datanom dot net>
408
409 2007-04-17 [wwp]        2.9.0cvs2
410
411         * src/compose.c
412                 Prepend "Add to address book" to the context menu of compose window's sender and
413                 recipient fields.
414
415 2007-04-16 [paul]       2.9.0cvs1
416
417         * src/gtk/authors.h
418                 add Pader Rezso
419
420 2007-04-16 [paul]       2.9.0
421
422         * NEWS
423         * README
424         * RELEASE_NOTES
425                 2.9.0 released
426
427 2007-04-16 [paul]       2.8.1cvs102
428
429         * po/fr.po
430                 updated by Fabien Vantard
431
432 2007-04-16 [paul]       2.8.1cvs101
433
434         * po/ca.po
435         * po/cs.po
436         * po/de.po
437         * po/hu.po
438         * po/pl.po
439         * po/pt_BR.po
440         * po/sr.po
441         * po/zh_CN.po
442                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
443                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
444                 Aleksandar Urosevic, and Ralgh Young
445
446 2007-04-15 [mones]      2.8.1cvs100
447
448         * po/es.po
449                 Updated for release
450
451 2007-04-14 [colin]      2.8.1cvs99
452
453         * src/message_search.c
454         * src/prefs_display_header.c
455         * src/summary_search.c
456         * src/gtk/combobox.c
457                 Fix allocations
458
459 2007-04-14 [wwp]        2.8.1cvs98
460
461         * src/gtk/combobox.c
462         * src/message_search.c
463         * src/summary_search.c
464         * src/prefs_display_header.c
465                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
466                 returns NULL, get the text value directly from the GtkEntry child.
467
468 2007-04-13 [colin]      2.8.1cvs97
469
470         * src/gtk/quicksearch.c
471                 Give the focus back to summaryview when
472                 emptying the quicksearch with Esc
473
474 2007-04-13 [colin]      2.8.1cvs96
475
476         * src/message_search.c
477         * src/prefs_display_header.c
478         * src/summary_search.c
479                 Fix possibles crashes when getting text
480                 from gtk combos
481
482 2007-04-13 [colin]      2.8.1cvs95
483
484         * src/pop.c
485                 Add some UIDL debugging
486
487 2007-04-12 [colin]      2.8.1cvs94
488
489         * src/folder.c
490                 Force folder scan if necessary after
491                 copying mails, to be able to reapply
492                 flags.
493
494 2007-04-11 [colin]      2.8.1cvs93
495
496         * src/main.c
497                 don't scan for new mail on startup if --select
498                 is specified (or race conditions arise). If so,
499                 do both sequentially.
500
501 2007-04-09 [colin]      2.8.1cvs92
502
503         * src/common/defs.h
504                 Use leafpad by default on Maemo. Patch
505                 by Jean-Luc Biord.
506
507 2007-04-06 [colin]      2.8.1cvs91
508
509         * src/pixmaps/queue_close.xpm
510         * src/pixmaps/queue_close_hrm.xpm
511         * src/pixmaps/queue_close_hrm_mark.xpm
512         * src/pixmaps/queue_close_mark.xpm
513         * src/pixmaps/queue_open.xpm
514         * src/pixmaps/queue_open_hrm.xpm
515         * src/pixmaps/queue_open_hrm_mark.xpm
516         * src/pixmaps/queue_open_mark.xpm
517                 Move the clock one pixel down :)
518
519 2007-04-05 [colin]      2.8.1cvs90
520
521         * src/mainwindow.c
522                 Don't sync when switching offline from
523                 command line - it's usually too late :)
524
525 2007-04-05 [paul]       2.8.1cvs89
526
527         * src/Makefile.am
528         * src/stock_pixmap.c
529         * src/pixmaps/dir_close_hrm.xpm
530         * src/pixmaps/dir_close_hrm_mark.xpm
531         * src/pixmaps/drafts_close.xpm
532         * src/pixmaps/drafts_close_mark.xpm
533         * src/pixmaps/drafts_open.xpm
534         * src/pixmaps/drafts_open_mark.xpm
535         * src/pixmaps/inbox.xpm
536         * src/pixmaps/inbox_close.xpm
537         * src/pixmaps/inbox_close_hrm.xpm
538         * src/pixmaps/inbox_close_hrm_mark.xpm
539         * src/pixmaps/inbox_close_mark.xpm
540         * src/pixmaps/inbox_hrm.xpm
541         * src/pixmaps/inbox_hrm_mark.xpm
542         * src/pixmaps/inbox_mark.xpm
543         * src/pixmaps/inbox_open.xpm
544         * src/pixmaps/inbox_open_hrm.xpm
545         * src/pixmaps/inbox_open_hrm_mark.xpm
546         * src/pixmaps/inbox_open_mark.xpm
547         * src/pixmaps/outbox.xpm
548         * src/pixmaps/outbox_close.xpm
549         * src/pixmaps/outbox_close_hrm.xpm
550         * src/pixmaps/outbox_close_hrm_mark.xpm
551         * src/pixmaps/outbox_close_mark.xpm
552         * src/pixmaps/outbox_hrm.xpm
553         * src/pixmaps/outbox_hrm_mark.xpm
554         * src/pixmaps/outbox_mark.xpm
555         * src/pixmaps/outbox_open.xpm
556         * src/pixmaps/outbox_open_hrm.xpm
557         * src/pixmaps/outbox_open_hrm_mark.xpm
558         * src/pixmaps/outbox_open_mark.xpm
559         * src/pixmaps/queue_close.xpm
560         * src/pixmaps/queue_close_hrm.xpm
561         * src/pixmaps/queue_close_hrm_mark.xpm
562         * src/pixmaps/queue_close_mark.xpm
563         * src/pixmaps/queue_open.xpm
564         * src/pixmaps/queue_open_hrm.xpm
565         * src/pixmaps/queue_open_hrm_mark.xpm
566         * src/pixmaps/queue_open_mark.xpm
567                 updated, added and replaced icons
568                 Icons by Colin
569
570 2007-04-04 [colin]      2.8.1cvs88
571
572         * src/imap.c
573                 Fix build without libetpan
574
575 2007-04-03 [colin]      2.8.1cvs87
576
577         * src/imap.c
578                 Fix crash with Citadel, and try to make
579                 things work. this server (and specifically 
580                 STATUS and APPEND at least) seems broken.
581
582 2007-04-03 [colin]      2.8.1cvs86
583
584         * src/folderview.c
585                 Fix icons on folder close
586
587 2007-04-03 [colin]      2.8.1cvs85
588
589         * src/inc.c
590                 Fix double-ask of offline override in
591                 certain cases
592         * src/imap.c
593         * src/imap.h
594         * src/imap_gtk.c
595                 Much more efficient way to synchronise
596                 for offline use
597         * src/etpan/imap-thread.c
598                 Fix possible segs
599         * src/folder.c
600         * src/gtk/quicksearch.c
601                 Fix some GUI lags
602
603 2007-04-03 [paul]       2.8.1cvs84
604
605         * src/filtering.c
606         * src/folder.c
607         * src/folder.h
608         * src/prefs_common.c
609         * src/prefs_common.h
610         * src/prefs_other.c
611                 Fix sync being done too late
612                 Thanks to Colin
613
614 2007-04-02 [colin]      2.8.1cvs83
615
616         * src/summaryview.c
617                 Maemo: Put status and quicksearch at the top
618         * src/plugins/bogofilter/bogofilter.c
619         * src/plugins/spamassassin/spamassassin.c
620                 Derive trash from inbox if possible
621
622 2007-04-02 [paul]       2.8.1cvs82
623
624         * src/plugins/bogofilter/bogofilter_gtk.c
625                 a few English changes
626
627 2007-04-02 [paul]
628
629         2.9.0-rc1 released
630
631 2007-04-02 [colin]      2.8.1cvs81
632
633         * src/image_viewer.c
634                 Fix transparent images by using
635                 GtkImage
636         * src/messageview.c
637                 Flush events (on new windows) to avoid
638                 having the textview's image resize fail
639                 to know the available width
640
641 2007-04-01 [colin]      2.8.1cvs80
642
643         * src/prefs_account.c
644                 If no MH mailbox exist, when creating a POP/Local
645                 account, just create and use the default one 
646                 instead of bailing with a "Mailbox doesn't exist"
647                 error
648
649 2007-03-31 [colin]      2.8.1cvs79
650
651         * src/prefs_account.c
652                 Create signature file if it doesn't exist
653                 before editing
654         * src/prefs_toolbar.c
655                 Maemo: Move "Use default" on the left so
656                 that people can find it
657         * src/common/defs.h
658                 Maemo: make default editor "Maemopad", 
659                 default signature file "MyDocs/signature.txt"
660
661 2007-03-31 [colin]      2.8.1cvs78
662
663         * src/prefs_account.c
664                 Maemo: rework account prefs so
665                 that less horizontal scrolling
666                 is required
667
668 2007-03-31 [colin]      2.8.1cvs77
669
670         * src/folderview.c
671         * src/prefs_common.c
672         * src/prefs_common.h
673                 Fix bug 1167, 'Allow not displaying zeros 
674                 in folder list'. Patch by MartinP
675
676 2007-03-31 [colin]      2.8.1cvs76
677
678         * AUTHORS
679                 Add Jean-Luc Biord
680
681 2007-03-31 [colin]      2.8.1cvs75
682
683         * src/imap.c
684                 Apply patch from bug 1172, direct
685                 access to the folder's session instead
686                 of using getter. Patch by MartinP
687
688 2007-03-31 [paul]       2.8.1cvs74
689
690         * src/gtk/authors.h
691                 no need to list Fabien twice!
692
693 2007-03-31 [colin]      2.8.1cvs73
694
695         * src/inc.c
696                 If we're currently "overriding for %d minutes",
697                 don't ask
698
699 2007-03-31 [colin]      2.8.1cvs72
700
701         * src/compose.c
702         * src/imap.c
703         * src/inc.c
704         * src/inc.h
705         * src/messageview.c
706         * src/news.c
707         * src/plugins/spamassassin/spamassassin.c
708                 Offline override: Add a parameter to allow
709                 asking even if the override timer is running.
710                 Allows to ask every time the user makes an
711                 explicit action needing online access (such
712                 as Get Mail), and not when the action is 
713                 implicit (such as opening an IMAP folder)
714
715 2007-03-31 [colin]      2.8.1cvs71
716
717         * src/inc.c
718                 Override offline: "No" answer shouldn't
719                 re-ask after 3 seconds, but 10 minutes. 
720
721 2007-03-30 [colin]      2.8.1cvs70
722
723         * src/common/socket.c
724                 Better error reporting on unix socket
725                 failure (bind usually)
726         * src/gtk/gtkutils.c
727         * src/gtk/gtkutils.h
728                 Label window: add a pulsing progress
729                 bar to show we're not hung :)
730         * src/folderview.c
731         * src/main.c
732         * src/plugins/pgpcore/sgpgme.c
733                 Update API
734
735 2007-03-30 [colin]      2.8.1cvs69
736
737         * src/pop.c
738         * src/prefs_common.c
739                 Fix possible trashing of history and uidl
740                 files on disk full problems
741
742 2007-03-30 [paul]       2.8.1cvs68
743
744         * src/mainwindow.c
745         * src/summaryview.c
746         * src/summaryview.h
747                 update summary when changing layout type
748                 (fixes wrong folder icon being displayed)
749                 Thanks to Colin
750
751 2007-03-29 [colin]      2.8.1cvs67
752
753         * src/prefs_ext_prog.c
754                 The browser pref is irrelevant on Maemo
755
756 2007-03-29 [colin]      2.8.1cvs66
757
758         * src/compose.c
759         * src/compose.h
760                 Maemo: dynamically switch headers/text position
761         * src/prefs_common.c
762                 Maemo: hide compose's ruler by default
763         * src/common/socket.c
764         * src/common/socket.h
765                 Fix build warning
766
767 2007-03-29 [colin]      2.8.1cvs65
768
769         * src/common/socket.c
770         * src/common/socket.h
771                 Fix build when MAEMO_CFLAGS contains
772                 _X_OPENSOURCE (resolv.h errors as long
773                 as we don't add _BSD_SOURCE. Ugly).
774
775 2007-03-29 [wwp]        2.8.1cvs64
776
777         * src/prefs_logging.c
778                 Fix sensitivity of clip-log widgets in prefs/logging,
779                 thanks to Fabien.
780
781 2007-03-29 [wwp]        2.8.1cvs63
782
783         * po/POTFILES.in
784                 Updated files list for translations, thanks to Fabien.
785
786 2007-03-29 [colin]      2.8.1cvs62
787
788         * src/main.c
789         * src/common/Makefile.am
790         * src/common/utils.c
791                 Maybe make URI opening work in Maemo
792                 Requires testing :)
793
794 2007-03-28 [colin]      2.8.1cvs61
795
796         * src/folder.c
797         * src/folder.h
798         * src/folderview.c
799                 Add the possibility to sort folders arbitrarily
800                 (via editing of folderlist.xml only). Patch by
801                 Martin P <mp26+claws@os.inf.tu-dresden.de>
802                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
803                 be changed by the user'
804
805 2007-03-28 [colin]      2.8.1cvs60
806
807         * src/mimeview.c
808                 Add popup menu for mime icons
809
810 2007-03-28 [colin]      2.8.1cvs59
811
812         * src/mainwindow.c
813                 Fix a layout issue when presenting
814                 mainwindow in Small screen layout
815         * src/toolbar.c
816         * src/toolbar.h
817                 Add a "Go to folder list" button for
818                 mainwindow, and make it default in
819                 the Maemo build
820
821 2007-03-28 [colin]      2.8.1cvs58
822
823         * src/compose.c
824                 Don't dynamically update title on Maemo
825                 Patch by Jean-Luc Biord
826
827 2007-03-27 [colin]      2.8.1cvs57
828
829         * src/compose.c
830         * src/folderview.c
831         * src/summaryview.c
832                 Enable tap-and-hold on Maemo
833
834 2007-03-26 [colin]      2.8.1cvs56
835
836         * src/compose.c
837                 More popup-menu (in attachments list)
838
839 2007-03-26 [colin]      2.8.1cvs55
840
841         * src/compose.c
842                 Enable popup-menu signal
843
844 2007-03-26 [colin]      2.8.1cvs54
845
846         * src/plugins/pgpinline/pgpinline.c
847                 Fix bug 1111, 'PGP/inline plugin hides text 
848                 around encrypted text block'. Patch based on
849                 a patch from Michal Cihar.
850
851 2007-03-26 [wwp]        2.8.1cvs53
852
853         * src/procmsg.c
854                 Fix getting a false error when sending queued message
855                 whereas the sending was fine (if there are subfolders
856                 in the queue folder), thanks to Colin.
857
858 2007-03-26 [paul]       2.8.1cvs52
859
860         * src/wizard.c
861                 update FACE header in welcome message
862
863 2007-03-25 [colin]      2.8.1cvs51
864
865         * src/Makefile.am
866                 Fix make dist
867
868 2007-03-25 [colin]      2.8.1cvs50
869
870         * src/main.c
871                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
872
873 2007-03-24 [colin]      2.8.1cvs49
874
875         * src/main.c
876                 Fix a few launch problems on Maemo
877                 Patch by Jean-Luc Biord
878
879 2007-03-24 [wwp]        2.8.1cvs48
880
881         * src/alertpanel.c
882         * src/alertpanel.h
883         * src/messageview.c
884         * src/summaryview.c
885                 Fix wrong action performed when closing the
886                 "ask about account specific filtering rules
887                 when filtering manually" dialog by pressing Escape.
888                 Fix wrong order of buttons in the "return receipt
889                 notification - the message was sent to several of
890                 your accounts" dialog.
891
892 2007-03-24 [paul]       2.8.1cvs47
893
894         * src/folderview.c
895                 an improvement to English usage
896         * tools/kdeservicemenu/README
897                 updated Claws url
898
899 2007-03-24 [paul]       2.8.1cvs46
900
901         * src/Makefile.am
902         * src/stock_pixmap.c
903         * src/pixmaps/edit_extern.xpm
904         * src/pixmaps/mail_sign.xpm
905                 rescue long lost icons
906
907 2007-03-24 [paul]       2.8.1cvs45
908
909         * src/toolbar.c
910                 fix toolbar (broken in 2.8.1cvs42)
911
912 2007-03-23 [colin]      2.8.1cvs44
913
914         * src/imap.c
915                 Correctly unsubscribe/resubscribe after
916                 RENAME
917
918 2007-03-23 [colin]      2.8.1cvs43
919
920         * src/prefs_common.c
921                 Maemo: as the platform is light on RAM, allow
922                 caches to be discarded faster.
923
924 2007-03-23 [colin]      2.8.1cvs42
925
926         * src/Makefile.am
927         * src/compose.c
928         * src/compose.h
929         * src/stock_pixmap.c
930         * src/stock_pixmap.h
931         * src/summaryview.c
932         * src/summaryview.h
933         * src/toolbar.c
934         * src/toolbar.h
935         * src/pixmaps/open_mail.xpm
936                 Maemo changes: Add the possibility to have
937                 "Open Email" and "Close Window" buttons on 
938                 toolbars (and use them in Maemo's default
939                 toolbars)
940
941 2007-03-23 [wwp]        2.8.1cvs41
942
943         * src/action.c
944                 Reverted that part of the action dialog closure logics, to
945                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
946                 done later in a different way (or may not).
947
948 2007-03-22 [wwp]        2.8.1cvs40
949
950         * src/action.c
951                 Fix sticky action dialog when got no output but action command
952                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
953
954 2007-03-22 [colin]      2.8.1cvs39
955
956         * src/prefs_filtering.c
957         * src/gtk/combobox.h
958                 Fix escaping account names in filtering prefs
959
960 2007-03-22 [colin]      2.8.1cvs38
961
962         * src/addrindex.c
963         * src/ldapctrl.h
964         * src/ldapquery.c
965                 Add any attribute specified in LDAP servers'
966                 Search attributes to the Other Attributes tab
967                 of contacts; Add 'telephoneNumber' in the
968                 default list.
969
970 2007-03-22 [colin]      2.8.1cvs37
971
972         * src/folderview.c
973         * src/folderview.h
974         * src/mainwindow.c
975                 Try to prevent race conditions when
976                 changing the folder list
977         * src/summaryview.c
978                 Fix possible red folder icon when
979                 switching from Small screen layout
980                 to any other
981
982 2007-03-22 [colin]      2.8.1cvs36
983
984         * src/mainwindow.c
985         * src/mainwindow.h
986         * src/summaryview.c
987                 Rename "little screen" to "Small screen"
988         * src/gtk/Makefile.am
989         * src/common/utils.c
990         * src/mh.c
991                 Fix Maemo-related compilation problems
992
993 2007-03-21 [colin]      2.8.1cvs35
994
995         * configure.ac
996                 Fix previous commit
997         * claws-mail.desktop
998                 Remove .png from the Icon, it's useless
999
1000 2007-03-21 [colin]      2.8.1cvs34
1001
1002         * configure.ac
1003         * src/Makefile.am
1004                 Add the necessary lib checking for 
1005                 Maemo
1006
1007 2007-03-21 [colin]      2.8.1cvs33
1008
1009         * src/main.c
1010                 Fix unconditional "error happened" when
1011                 sending via command-line. "lol @ myself"
1012
1013 2007-03-21 [colin]      2.8.1cvs32
1014
1015         * claws-mail-40x40.png
1016         * claws-mail-26x26.png
1017         * src/account.c
1018         * src/addressbook.c
1019         * src/compose.c
1020         * src/folderview.c
1021         * src/folderview.h
1022         * src/main.c
1023         * src/mainwindow.c
1024         * src/mainwindow.h
1025         * src/messageview.c
1026         * src/prefs_account.c
1027         * src/prefs_common.c
1028         * src/summary_search.c
1029         * src/summaryview.c
1030         * src/summaryview.h
1031         * src/gtk/authors.h
1032         * src/gtk/gtkutils.c
1033         * src/gtk/gtkutils.h
1034         * src/gtk/logwindow.c
1035         * src/gtk/menu.c
1036         * src/gtk/prefswindow.c
1037                 Add Maemo port (patch mainly by Jean-Luc Biort)
1038                 Add a new 'Little screen' layout to help on such
1039                 platforms (patch by me)
1040                 Make some default preferences different (more
1041                 adapted) on Maemo (patch by me)
1042
1043 2007-03-21 [wwp]        2.8.1cvs31
1044
1045         * src/prefs_logging.c
1046         * src/prefs_logging.h
1047                 Fixed copyright header of newly added files.
1048
1049 2007-03-21 [wwp]        2.8.1cvs30
1050
1051         * src/Makefile.am
1052         * src/filtering.c
1053         * src/filtering.h
1054         * src/folder.c
1055         * src/folderview.c
1056         * src/imap.c
1057         * src/inc.c
1058         * src/main.c
1059         * src/mainwindow.c
1060         * src/mainwindow.h
1061         * src/matcher.c
1062         * src/messageview.c
1063         * src/news.c
1064         * src/pop.c
1065         * src/prefs_common.c
1066         * src/prefs_common.h
1067         * src/prefs_logging.c
1068         * src/prefs_logging.h
1069         * src/prefs_other.c
1070         * src/procmsg.c
1071         * src/send_message.c
1072         * src/summaryview.c
1073         * src/common/log.c
1074         * src/common/log.h
1075         * src/common/nntp.c
1076         * src/common/session.c
1077         * src/common/smtp.c
1078         * src/common/socket.c
1079         * src/etpan/imap-thread.c
1080         * src/gtk/logwindow.c
1081         * src/gtk/logwindow.h
1082         * src/plugins/bogofilter/bogofilter.c
1083         * src/plugins/spamassassin/spamassassin.c
1084                 Added debugging of filtering/processing rules.
1085                 The debug log is here 'Tools/Filtering debug window',
1086                 the options there 'Configuration/Preferences/Other/Logging',
1087                 and the log file is ~/.claws-mail/filtering.log.
1088                 Moved protocol log prefs to 'Other/Logging' as well.
1089                 To support such debugging feature, the existing log API has
1090                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1091                 this impacts many external modules (commits follow).
1092
1093 2007-03-21 [paul]       2.8.1cvs29
1094
1095         * src/etpan/Makefile.am
1096         * src/etpan/imap-thread.c
1097                 add missing #include
1098
1099 2007-03-21 [colin]      2.8.1cvs28
1100
1101         * src/procmime.c
1102                 Fix bug 1157, 'some broken messages confuse 
1103                 mime parser'. Make sure we can't have MimeInfos
1104                 with negative sizes.
1105
1106 2007-03-20 [colin]      2.8.1cvs27
1107
1108         * src/main.c
1109                 Fix missing \0 on buffer
1110
1111 2007-03-20 [colin]      2.8.1cvs26
1112
1113         * src/mh.c
1114                 Use make_dir_hier instead of make_dir 
1115                 to create the MH mailbox
1116
1117 2007-03-20 [colin]      2.8.1cvs25
1118
1119         * src/folder.c
1120         * src/folder.h
1121         * src/prefs_account.c
1122         * src/wizard.c
1123                 Fix default inbox weirdnesses (after wizard,
1124                 if path is Mail, mailbox identifier is #mh/Mailbox,
1125                 and when creating new accounts)
1126
1127 2007-03-20 [colin]      2.8.1cvs24
1128
1129         * src/account.c
1130                 Write folderlist after adding/deleting accounts
1131                 that have folders
1132
1133 2007-03-20 [colin]      2.8.1cvs23
1134
1135         * src/imap.c
1136         * src/remotefolder.h
1137                 Fix bug 1153, 'CM segfaults if IMAP folder is 
1138                 selected while scanning prior to update'
1139
1140 2007-03-17 [paul]       2.8.1cvs22
1141
1142         * src/main.c
1143                 fix a typo, and be a little more verbose.
1144
1145 2007-03-17 [wwp]        2.8.1cvs21
1146
1147         * src/inc.c
1148                 Fix a compiler warning.
1149
1150 2007-03-16 [wwp]        2.8.1cvs20
1151
1152         * tools/Makefile.am
1153         * tools/README
1154                 Updated to deal w/ the new mairix.sh tool.
1155
1156 2007-03-16 [wwp]        2.8.1cvs19
1157
1158         * src/action.c
1159                 Fix logics issues around the action IO dialog:
1160                 - disable entry widget and exec button when
1161                   the exec button is clicked (don't wait for any
1162                   output line) - fix possible disabling/re-enabling/
1163                   re-disabling of those widgets
1164                 - raise an error if executing a %as{} action either
1165                   empty or invalid, instead of failing silently
1166                 - don't close the dialog if the abort button has been
1167                   clicked and if there was no output yet
1168                 - set focus to the abort button when the exec button
1169                   is clicked
1170                 - fix capitalization of a warning message
1171
1172 2007-03-16 [wwp]        2.8.1cvs18
1173
1174         * tools/mairix.sh
1175                 Added a wrapper to mairix to the tools folder.
1176
1177 2007-03-16 [colin]      2.8.1cvs17
1178
1179         * src/messageview.c
1180         * src/mimeview.h
1181                 Allow mimeviewer plugins to print
1182                 their stuff
1183
1184 2007-03-16 [colin]      2.8.1cvs16
1185
1186         * .cvsignore
1187                 Ignore *.patchset
1188
1189 2007-03-15 [colin]      2.8.1cvs15
1190
1191         * src/messageview.c
1192         * src/mimeview.h
1193                 Add a way for mimeviewer plugins to
1194                 implement body search
1195
1196 2007-03-15 [paul]       2.8.1cvs14
1197
1198         * src/prefs_spelling.c
1199                 fix English usage
1200
1201 2007-03-15 [paul]       2.8.1cvs13
1202
1203         * src/common/quoted-printable.c
1204                 fix decoding of quoted-printable parts
1205
1206 2007-03-14 [wwp]        2.8.1cvs12
1207
1208         * src/gtk/logwindow.h
1209                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1210
1211 2007-03-14 [wwp]        2.8.1cvs11
1212
1213         * src/gtk/logwindow.h
1214                 Complete 2.8.1cvs10.
1215
1216 2007-03-14 [colin]      2.8.1cvs10
1217
1218         * src/gtk/logwindow.c
1219                 Probably fix bug 1149, crash on logwindow
1220                 close - at the expense of performance once
1221                 logwin has been opened
1222
1223 2007-03-14 [colin]      2.8.1cvs9
1224
1225         * src/main.c
1226                 If claws-mail is running on another
1227                 display, warn instead of popping it up
1228                 on the other display
1229
1230 2007-03-12 [colin]      2.8.1cvs8
1231
1232         * src/wizard.c
1233                 Fix bug 1145, 'Setting a different name 
1234                 for the Mailbox name isn't reflected in 
1235                 default account settings'. Patch by wwp
1236
1237 2007-03-12 [colin]      2.8.1cvs7
1238
1239         * src/summaryview.c
1240                 Fix bug 1143, 'Add number of messages to be 
1241                 deleted to confirmation dialog'
1242
1243 2007-03-12 [wwp]        2.8.1cvs6
1244
1245         * src/folderview.c
1246         * src/prefs_common.c
1247         * src/prefs_common.h
1248         * src/prefs_summaries.c
1249                 Changed the option that displays unread messages count
1250                 next to the folder name in folder list: it is now
1251                 possible to either display nothing, display the
1252                 unread messages number only or the unread and total messages
1253                 numbers. The patch includes this extra feature as well
1254                 as some minor fixes by rewriting the algo in folderview.c.
1255                 Thanks to Paul for the original idea and implementation, plus
1256                 testing and proof-reading!
1257
1258 2007-03-09 [paul]       2.8.1cvs5
1259
1260         * tools/Makefile.am
1261         * tools/README
1262         * tools/claws-mail-compose-insert-files.pl
1263                 added a script which enables inserting files
1264                 into the message body of a new Claws Mail
1265                 Compose window from the command line. Additionally
1266                 To, Cc, Subject and files to attach to the message
1267                 can be specified.
1268
1269 2007-03-09 [wwp]        2.8.1cvs4
1270
1271         * src/addr_compl.c
1272         * src/addr_compl.h
1273         * src/filtering.c
1274                 Optimize matching of addresses in the addressbook
1275                 (filtering/processing 'found_in_addressbook' condition).
1276
1277 2007-03-07 [wwp]        2.8.1cvs3
1278
1279         * src/quote_fmt.c
1280         * src/quote_fmt_lex.l
1281         * src/quote_fmt_parse.y
1282                 Add a new quote format symbol: %A to insert the
1283                 sender email address (just the address itself).
1284
1285 2007-03-06 [wwp]        2.8.1cvs2
1286
1287         * src/gtk/gtkutils.c
1288         * src/plugins/trayicon/trayicon_prefs.h
1289         * src/plugins/trayicon/trayicon_prefs.c
1290         * src/plugins/trayicon/trayicon.c
1291         * src/mainwindow.h
1292         * src/mainwindow.c
1293                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1294                 minimizing Claws-Mail main window will hide it to the trayicon instead.
1295
1296
1297 2007-03-06 [paul]       2.8.1cvs1
1298
1299         * NEWS
1300         * README
1301         * RELEASE_NOTES
1302         * configure.ac
1303                 bump version number following
1304                 stable release
1305
1306 2007-03-06 [paul]       2.8.0cvs24
1307
1308         * po/cs.po
1309                 corrected by by Tim <timbrain@post.cz>
1310
1311 2007-03-05 [colin]      2.8.0cvs23
1312
1313         * src/Makefile.am
1314         * src/procmime.c
1315                 Fix mime/globs path on NetBSD
1316                 patch by George Michaelson
1317
1318 2007-03-05 [wwp]        2.8.0cvs22
1319
1320         * src/addr_compl.c
1321                 Remove debug statement (accidentally committed w/ cvs14).
1322
1323 2007-03-05 [paul]       2.8.0cvs21
1324
1325         * src/plugins/pgpcore/prefs_gpg.c
1326                 fix compiler warning
1327
1328 2007-03-05 [wwp]        2.8.0cvs20
1329
1330         * src/matcher_parser_parse.y
1331                 Fix mismerge between cvs17 and cvs19.
1332
1333 2007-03-05 [wwp]        2.8.0cvs19
1334
1335         * src/matcher_parser_parse.y
1336         * src/prefs_filtering_action.c
1337         * src/matcher.c
1338         * src/matcher.h
1339         * src/filtering.c
1340         * src/filtering.h
1341                 Add new 'add_to_addressbook' filtering/processing action.
1342
1343 2007-03-05 [wwp]        2.8.0cvs18
1344
1345         * src/filtering.c
1346                 Fix mark_as_ham filtering/processing action: spam flag
1347                 was not unset.
1348
1349 2007-03-04 [colin]      2.8.0cvs17
1350
1351         * src/filtering.c
1352         * src/matcher.c
1353         * src/matcher.h
1354         * src/matcher_parser_parse.y
1355         * src/prefs_filtering_action.c
1356                 Add 'Mark as spam' and 'Mark as ham' filtering
1357                 actions. Fixes bug 1138.
1358
1359 2007-03-04 [colin]      2.8.0cvs16
1360
1361         * src/imap.c
1362                 Fix bug 1140, wrong return value
1363                 without libetpan
1364
1365 2007-03-04 [wwp]        2.8.0cvs15
1366
1367         * src/addr_compl.c
1368                 Rollback cvs14: don't free stuff that is managed in g_list.
1369
1370 2007-03-04 [wwp]        2.8.0cvs14
1371
1372         * src/addr_compl.c
1373                 Fix a leak in address completion code.
1374
1375 2007-03-04 [colin]      2.8.0cvs13
1376
1377         * src/addr_compl.c
1378                 Maybe fix bug 1136, 'Crash in group 
1379                 address completion'
1380
1381 2007-03-04 [iwkse]      2.8.0cvs12
1382
1383         * src/imap.c
1384                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1385
1386 2007-03-03 [colin]      2.8.0cvs11
1387
1388         * src/plugins/pgpinline/pgpinline.c
1389                 Fix off-by-one, fix double-free. Fixes
1390                 bug 1135, 'cm-segfault on decrypting 
1391                 with PGP/inline'
1392
1393 2007-03-03 [colin]      2.8.0cvs10
1394
1395         * configure.ac
1396         * src/main.c
1397         * src/common/plugin.c
1398                 Fix bug 1134, 'Valgrind macros unhandled 
1399                 by Irix's cc'
1400
1401 2007-03-02 [colin]      2.8.0cvs9
1402
1403         * src/mbox.c
1404                 Don't error out on EAGAIN. Fixes 
1405                 bug 1129, '"local mbox file" account 
1406                 isn't retrieving mails'
1407
1408 2007-03-01 [wwp]        2.8.0cvs8
1409
1410         * src/mainwindow.c
1411         * src/gtk/colorlabel.c
1412                 Remove accels for extra color labels until we set better
1413                 and definitive ones.
1414
1415 2007-02-28 [wwp]        2.8.0cvs7
1416
1417         * src/mainwindow.c
1418         * src/matcher_parser_parse.y
1419         * src/prefs_common.c
1420         * src/prefs_msg_colors.c
1421         * src/procmsg.h
1422         * src/gtk/colorlabel.c
1423         * src/gtk/colorlabel.h
1424                 Add more customizable color labels. Cleaned up a bit
1425                 the color label API to avoid duplicate defines of
1426                 the max number of colors.
1427
1428 2007-02-27 [colin]      2.8.0cvs6
1429
1430         * src/mainwindow.c
1431         * src/common/utils.c
1432         * src/common/utils.h
1433                 Fix '+' in mailto URIs for List-* headers
1434
1435 2007-02-27 [colin]      2.8.0cvs5
1436
1437         * src/gtk/gtkutils.c
1438                 Use gtk_window_set_role instead of 
1439                 _set_wmclass
1440
1441 2007-02-27 [colin]      2.8.0cvs4
1442
1443         * src/inc.c
1444                 Fix "After receiving new mail, go to inbox" on IMAP,
1445                 and make it work only on manual reception
1446
1447 2007-02-27 [wwp]        2.8.0cvs3
1448
1449         * src/prefs_filtering.c
1450         * src/prefs_filtering_action.c
1451         * src/prefs_matcher.c
1452                 Update filtering matcher's and action's color label menus
1453                 when re-opening those dialogs (reflect any change to the
1454                 color labels list in the preferences).
1455
1456 2007-02-27 [colin]      2.8.0cvs2
1457
1458         * src/imap.c
1459         * src/etpan/etpan-thread-manager-types.h
1460         * src/etpan/etpan-thread-manager.c
1461         * src/etpan/imap-thread.c
1462                 Log imap ALERTs as errors in the log.
1463
1464 2007-02-26 [paul]       2.8.0cvs1
1465
1466         * tools/claws.i18n.status.pl
1467                 updated
1468
1469 2007-02-26 [paul]       2.7.2cvs75
1470
1471         * po/ca.po
1472         * po/cs.po
1473         * po/de.po
1474         * po/en_GB.po
1475         * po/fi.po
1476         * po/fr.po
1477         * po/hu.po
1478         * po/pl.po
1479         * po/pt_BR.po
1480         * po/sk.po
1481         * po/sr.po
1482         * po/zh_CN.po
1483                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1484                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1485                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1486                 Aleksandar Urosevic, and Ralgh Young
1487
1488 2007-02-25 [mones]      2.7.2cvs74
1489
1490         * po/es.po
1491                 Updated for release
1492
1493 2007-02-25 [colin]      2.7.2cvs73
1494
1495         * src/main.c
1496                 Clearing the list is only useful
1497                 to prevent a valgrind false-positive
1498
1499 2007-02-25 [paul]       2.7.2cvs72
1500
1501         * tools/Makefile.am
1502         * tools/README
1503         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
1504         * tools/maildir2claws-mail.pl  **REMOVED**
1505                 renamed the script, fixed a couple bugs
1506
1507 2007-02-23 [colin]      2.7.2cvs71
1508
1509         * src/addressbook.c
1510                 Fix a leak, check for a few improbable nulls
1511
1512 2007-02-23 [colin]      2.7.2cvs70
1513
1514         * src/main.c
1515         * src/main.h
1516         * src/plugins/trayicon/trayicon.c
1517                 Fix blinking mainwin when starting in tray
1518                 (show mainwindow later in the startup process,
1519                  apart if restarting post-crash)
1520
1521 2007-02-23 [colin]      2.7.2cvs69
1522
1523         * src/folderview.c
1524         * src/imap_gtk.c
1525                 Fix crash when unsubscribing the currently
1526                 selected/opened folder
1527
1528 2007-02-23 [colin]      2.7.2cvs68
1529
1530         * src/compose.c
1531                 Fix bug that prevented colorization to
1532                 work without wrap quotation option
1533
1534 2007-02-23 [colin]      2.7.2cvs67
1535
1536         * src/addr_compl.c
1537                 Fix refcounting, start and end completion who
1538                 behaved as if there couldn't be any other current
1539                 user of completion
1540
1541 2007-02-23 [wwp]        2.7.2cvs66
1542
1543         * src/addressbook.c
1544         * src/addrindex.c
1545                 Address completion fixes: fix addressbook_peek_folder_exists() in
1546                 which the algorithm was ridiculously over-obfuscated and broken.
1547                 Fix addrindex_load_completion() as well, to load addresses in
1548                 completion list with regards to what addressbook_peek_folder_exists()
1549                 returns now.
1550
1551 2007-02-23 [wwp]        2.7.2cvs65
1552
1553         * src/addr_compl.c
1554                 Add addresses to completion when they're non-empty (thanks to Colin).
1555
1556 2007-02-23 [paul]       2.7.2cvs64
1557
1558         * src/plugins/pgpcore/passphrase.c
1559                 remove 'const '
1560
1561 2007-02-23 [colin]      2.7.2cvs63
1562
1563         * src/plugins/pgpcore/prefs_gpg.c
1564         * src/plugins/pgpcore/prefs_gpg.h
1565         * src/plugins/pgpcore/sgpgme.c
1566         * src/plugins/pgpinline/pgpinline.c
1567         * src/plugins/pgpmime/pgpmime.c
1568                 Try harder to respect user's choice wrt
1569                 gpg-agent even with gpg2, by unsetting
1570                 GPG_AGENT_INFO when necessary.
1571
1572 2007-02-22 [paul]       2.7.2cvs62
1573
1574         * src/plugins/pgpcore/sgpgme.c
1575         * src/plugins/pgpcore/sgpgme.h
1576         * src/plugins/pgpcore/passphrase.c
1577         * src/plugins/pgpinline/pgpinline.c
1578         * src/plugins/pgpmime/pgpmime.c
1579                 Fix a leak - gpgme_data_release_and_get_mem
1580                 leaks in recent gpgme. Workaround by using
1581                 our own function.
1582
1583 2007-02-22 [paul]       2.7.2cvs61
1584
1585         * src/gtk/quicksearch.c
1586                 Abandon dynamic search when pressing
1587                 Enter
1588
1589 2007-02-21 [colin]      2.7.2cvs60
1590
1591         * src/procmsg.c
1592         * src/plugins/pgpcore/passphrase.c
1593                 Fix little memory leaks
1594         * src/main.c
1595                 Fix false-positive leak at exit
1596         * src/gtk/quicksearch.c
1597                 Fix potentially big leak in recursive
1598                 Quicksearch
1599
1600 2007-02-21 [wwp]        2.7.2cvs59
1601
1602         * src/summaryview.c
1603                 Add missing newline to a debug message.
1604
1605 2007-02-20 [colin]      2.7.2cvs58
1606
1607         * src/Makefile.am
1608         * src/mimeview.c
1609         * src/stock_pixmap.c
1610         * src/stock_pixmap.h
1611         * src/pixmaps/mime_pgpsig.xpm
1612                 Add icon for application/pgp-signature
1613
1614 2007-02-20 [colin]      2.7.2cvs57
1615
1616         * src/Makefile.am
1617         * src/main.c
1618         * src/mimeview.c
1619         * src/stock_pixmap.c
1620         * src/stock_pixmap.h
1621         * src/pixmaps/mime_calendar.xpm
1622         * src/pixmaps/mime_pdf.xpm
1623         * src/pixmaps/mime_ps.xpm
1624                 Add icons for text/calendar, application/pdf
1625                 and application/postscript
1626
1627 2007-02-20 [colin]      2.7.2cvs56
1628
1629         * autogen.sh
1630         * src/matcher_parser_parse.y
1631         * src/matcher_parser_lex.l
1632                 Fix big memory leak in flex, and
1633                 require flex 2.5.31
1634
1635 2007-02-20 [wwp]        2.7.2cvs55
1636
1637         * src/matcher_parser_parse.y
1638                 Fix a duplicate token definition (thanks to iwkse).
1639
1640 2007-02-20 [wwp]        2.7.2cvs54
1641
1642         * src/matcher_parser_lex.l
1643         * src/quote_fmt_lex.l
1644                 Use proper flex options instead of direct use of #define,
1645                 make the flex-generated C lighter.
1646
1647 2007-02-20 [colin]      2.7.2cvs53
1648
1649         * src/summaryview.c
1650                 Grab focus in message list after hiding
1651                 the quicksearch, instead of leaving it
1652                 "somewhere"
1653
1654 2007-02-19 [colin]      2.7.2cvs52
1655
1656         * src/folderview.c
1657                 Fix bug 1033, 'Automatically refresh 
1658                 message list when new messages arrives'
1659                 Looks like folderview->opened can sometimes
1660                 be wrong...
1661
1662 2007-02-19 [paul]       2.7.2cvs51
1663
1664         * tools/Makefile.am
1665         * tools/README
1666         * tools/thunderbird-filters-convertor.pl
1667                 add new script which converts thunderbird filter
1668                 rules to Claws filter rules
1669
1670 2007-02-18 [paul]       2.7.2cvs50
1671
1672         * src/plugins/pgpcore/prefs_gpg.c
1673         * src/plugins/pgpcore/prefs_gpg.h
1674         * src/plugins/pgpcore/sgpgme.c
1675         * src/plugins/pgpinline/pgpinline.c
1676         * src/plugins/pgpmime/pgpmime.c
1677                 improved GUI interoperability with gpg-agent
1678
1679 2007-02-18 [paul]       2.7.2cvs49
1680
1681         * src/prefs_account.c
1682                 Privacy options sensitivity fix
1683
1684 2007-02-17 [colin]      2.7.2cvs48
1685
1686         * src/messageview.c
1687                 Reset icon to warning in the noticeview
1688
1689 2007-02-15 [colin]      2.7.2cvs47
1690
1691         * src/folderview.c
1692                 Fix a manifestation of bug 1033 (summaryview failing
1693                 to update for new mails), which happens after editing
1694                 account preferences or preferences that cause a 
1695                 folderview reload.
1696
1697 2007-02-15 [colin]      2.7.2cvs46
1698
1699         * src/addressbook.c
1700                 Probably fix bug 1123, 'Segmentation 
1701                 fault while opening address book'. I get
1702                 g_warnings if the saved paned position is
1703                 not greater than 0. Also, save position
1704                 when hiding the addressbook instead of
1705                 via signal.
1706
1707 2007-02-14 [colin]      2.7.2cvs45
1708
1709         * src/plugins/pgpcore/prefs_gpg.c
1710         * src/plugins/pgpcore/prefs_gpg.h
1711         * src/plugins/pgpcore/sgpgme.c
1712         * src/plugins/pgpinline/pgpinline.c
1713         * src/plugins/pgpmime/pgpmime.c
1714                 Add an option "Use gpg-agent if available". Fixes
1715                 annoyances with distro-installed gpg-agent, when
1716                 no pinentry program is installed, and the user's 
1717                 at a loss on why "decryption failed". Makes more
1718                 clear why passphrase isn't saved when gpg-agent is
1719                 used. Defaults to true, to avoid changing the 
1720                 current behaviour.
1721
1722 2007-02-14 [wwp]        2.7.2cvs44
1723
1724         * src/matcher_parser_parse.y
1725                 Fix missing line number reset (wrong line number might appear
1726                 when re-loading filtering rules if there's a parser error).
1727
1728 2007-02-13 [colin]      2.7.2cvs43
1729
1730         * src/common/utils.c
1731                 Don't encode ',' in URIs before passing it
1732                 to the browser command-line. It was probably
1733                 done at a time where commas in URIs made
1734                 mozilla -remote 'openurl(%s,new-window)'
1735                 bug.
1736
1737 2007-02-13 [wwp]        2.7.2cvs42
1738
1739         * src/prefs_matcher.c
1740         * src/plugins/bogofilter/bogofilter_gtk.c
1741                 A bit of string factorization around "Select ..." buttons.
1742
1743 2007-02-11 [colin]      2.7.2cvs41
1744
1745         * src/alertpanel.c
1746                 Make sure to escape the title
1747
1748 2007-02-11 [colin]      2.7.2cvs40
1749
1750         * src/codeconv.c
1751                 Recognize .utf8 locales as .UTF-8 ones
1752
1753 2007-02-11 [colin]      2.7.2cvs39
1754
1755         * src/compose.c
1756                 Fix code conversion when dragging a file
1757
1758 2007-02-09 [colin]      2.7.2cvs38
1759
1760         * src/plugins/clamav/clamav_plugin.c
1761                 Complete Paul's patch with conditional
1762                 compilation to avoid breaking compilation
1763                 on old Dapper and Edgy... Maybe other
1764                 distros too.
1765
1766 2007-02-09 [paul]       2.7.2cvs37
1767
1768         * src/plugins/clamav/clamav_plugin.c
1769                 fix for the upstream changes in libclamav
1770
1771 2007-02-09 [paul]       2.7.2cvs36
1772
1773         * src/main.c
1774         * src/mainwindow.c
1775         * src/procmsg.c
1776         * src/procmsg.h
1777                 fix "warn if there are queued messages" (on exit)
1778                 option, which only checked the first mailbox's
1779                 queue
1780                 don't ask before emptying trash if there are no
1781                 messages in trash, also check and empty all trash
1782                 folders
1783         * src/prefs_other.c
1784                 move "Ask before emptying trash" option
1785                 outside of the "On exit" frame as it's
1786                 not only an "On exit" option
1787
1788 2007-02-09 [paul]       2.7.2cvs35
1789
1790         * src/addrgather.c
1791         * src/alertpanel.c
1792         * src/editldap.c
1793         * src/prefs_account.c
1794         * src/prefs_folder_item.c
1795         * src/prefs_gtk.h
1796         * src/prefs_matcher.c
1797         * src/prefs_message.c
1798         * src/prefs_msg_colors.c
1799         * src/prefs_summaries.c
1800         * src/wizard.c
1801         * src/gtk/inputdialog.c
1802         * src/plugins/bogofilter/bogofilter_gtk.c
1803                 pedantic commit: use 'checkbtn' everywhere
1804                 instead of a mixture of 'checkbtn' and 'chkbtn'
1805
1806 2007-02-09 [paul]       2.7.2cvs34
1807
1808         * src/compose.c
1809                 fix default hotkeys
1810         * src/prefs_other.c
1811         * src/prefs_send.c
1812                 move "Never send Return Receipts" from
1813                 prefs_other to prefs_send
1814                 add an option "Ask about account specific
1815                 filtering rules..." to prefs_other
1816         * src/gtk/gtkutils.c
1817                 fix a compiler warning
1818
1819 2007-02-08 [colin]      2.7.2cvs33
1820
1821         * src/plugins/pgpinline/pgpinline.c
1822                 Fix bug 1110, 'pgpmime fails to process 
1823                 encapsulated openpgp mime (rfc 3156, 6.1 
1824                 -> rfc1847)'
1825                 It was due to an interaction between PGP/Mime
1826                 and PGP/Inline plugin. 
1827
1828 2007-02-08 [colin]      2.7.2cvs32
1829
1830         * src/inc.c
1831         * src/mbox.c
1832         * src/mbox.h
1833                 Fix bug 1117, 'fcntl locking code 
1834                 does not work in mbox.c'
1835
1836 2007-02-08 [colin]      2.7.2cvs31
1837
1838         * src/prefs_account.c
1839                 Fix Gentoo bug 165819, 'can't create 
1840                 a "local mbox file" account'. Patch
1841                 by Olivier <castan.o@free.fr>
1842
1843 2007-02-07 [colin]      2.7.2cvs30
1844
1845         * src/ldapquery.c
1846                 Fix bug 1106, 'Claws crash on exit if LDAPS 
1847                 autocompletion was used'
1848
1849 2007-02-07 [paul]       2.7.2cvs29
1850
1851         * src/folder.c
1852                 cut down on unnecessary debug_prints
1853         * src/imap_gtk.c
1854                 fix menu_set_active() on 'Show only
1855                 subscribed folders'
1856
1857 2007-02-07 [paul]       2.7.2cvs28
1858
1859         * src/plugins/clamav/clamav_plugin.c
1860         * src/plugins/clamav/clamav_plugin.h
1861         * src/plugins/clamav/clamav_plugin_gtk.c
1862                 fix copyright header
1863
1864 2007-02-07 [paul]       2.7.2cvs27
1865
1866         * src/procheader.c
1867                 fix bug 1116, 'summary view allow a 
1868                 subject line break'
1869
1870 2007-02-06 [colin]      2.7.2cvs26
1871
1872         * src/summaryview.c
1873                 Fix delete thread
1874
1875 2007-02-05 [fabien]     2.7.2cvs25
1876
1877         * po/POTFILES.in
1878         * src/uri_opener.c
1879                 i18n related - 1 fix and 1 message for translators.
1880
1881 2007-02-05 [colin]      2.7.2cvs24
1882
1883         * src/gtk/quicksearch.c
1884                 Don't reload summary list if quicksearch wasn't
1885                 active on hiding; move currently selected mail in
1886                 the visible area when showing the quicksearch
1887
1888 2007-02-05 [colin]      2.7.2cvs23
1889
1890         * src/folderview.c
1891                 Add debug to try to solve bug 1104
1892
1893 2007-02-05 [paul]       2.7.2cvs22
1894
1895         * src/mainwindow.c
1896                 confirm before emptying trash on exit is
1897                 a Yes or No answer, use Yes or No in the
1898                 dialog
1899
1900 2007-02-04 [colin]      2.7.2cvs21
1901
1902         * src/compose.c
1903         * src/plugins/pgpcore/passphrase.c
1904         * src/plugins/pgpcore/select-keys.c
1905                 Set wmclass on new windows
1906
1907 2007-02-04 [colin]
1908
1909         2.8.0-rc1 released
1910
1911 2007-02-04 [colin]      2.7.2cvs20
1912
1913         * src/compose.c
1914         * src/compose.h
1915                 Auto save drafts on exit, reopen them
1916                 at startup, instead of asking
1917         * src/account.c
1918         * src/addressadd.c
1919         * src/addressbook.c
1920         * src/addressbook_foldersel.c
1921         * src/addrgather.c
1922         * src/crash.c
1923         * src/editaddress.c
1924         * src/editbook.c
1925         * src/editgroup.c
1926         * src/editjpilot.c
1927         * src/editldap.c
1928         * src/editldap_basedn.c
1929         * src/editvcard.c
1930         * src/exphtmldlg.c
1931         * src/expldifdlg.c
1932         * src/export.c
1933         * src/foldersel.c
1934         * src/gedit-print.c
1935         * src/import.c
1936         * src/importldif.c
1937         * src/importmutt.c
1938         * src/importpine.c
1939         * src/main.c
1940         * src/mainwindow.c
1941         * src/message_search.c
1942         * src/messageview.c
1943         * src/prefs_actions.c
1944         * src/prefs_customheader.c
1945         * src/prefs_display_header.c
1946         * src/prefs_filtering.c
1947         * src/prefs_filtering_action.c
1948         * src/prefs_folder_column.c
1949         * src/prefs_gtk.c
1950         * src/prefs_matcher.c
1951         * src/prefs_other.c
1952         * src/prefs_summaries.c
1953         * src/prefs_summary_column.c
1954         * src/prefs_template.c
1955         * src/sourcewindow.c
1956         * src/ssl_manager.c
1957         * src/summary_search.c
1958         * src/uri_opener.c
1959         * src/gtk/about.c
1960         * src/gtk/description_window.c
1961         * src/gtk/foldersort.c
1962         * src/gtk/gtkutils.c
1963         * src/gtk/gtkutils.h
1964         * src/gtk/icon_legend.c
1965         * src/gtk/logwindow.c
1966         * src/gtk/pluginwindow.c
1967         * src/gtk/prefswindow.c
1968                 Give different wmclass to different
1969                 windows - thanks to sed ;)
1970
1971 2007-02-04 [colin]      2.7.2cvs19
1972
1973         * src/main.c
1974                 Revert previous patch, can't reproduce
1975                 it anymore. 
1976
1977 2007-02-03 [colin]      2.7.2cvs18
1978
1979         * src/main.c
1980                 Don't save the mainwindow size and
1981                 position on emergency exit (libSM's
1982                 "die" callback), Xfce seems to make
1983                 the window smaller just before the
1984                 size's saved.
1985
1986 2007-02-03 [colin]      2.7.2cvs17
1987
1988         * src/plugins/bogofilter/bogofilter.c
1989         * src/plugins/bogofilter/bogofilter.h
1990         * src/plugins/bogofilter/bogofilter_gtk.c
1991         * src/plugins/pgpinline/pgpinline.c
1992         * src/plugins/pgpinline/pgpinline.h
1993                 Fix more copyrights
1994
1995 2007-02-03 [colin]      2.7.2cvs16
1996
1997         * src/partial_download.c
1998         * src/partial_download.h
1999         * src/ssl_manager.c
2000         * src/ssl_manager.h
2001         * src/uri_opener.c
2002         * src/uri_opener.h
2003         * src/wizard.c
2004         * src/wizard.h
2005         * src/common/ssl_certificate.c
2006         * src/common/ssl_certificate.h
2007         * src/gtk/quicksearch.c
2008         * src/gtk/quicksearch.h
2009         * src/gtk/sslcertwindow.c
2010         * src/gtk/sslcertwindow.h
2011                 Fix copyright on my files
2012
2013 2007-02-02 [colin]      2.7.2cvs15
2014
2015         * src/Makefile.am
2016         * src/mainwindow.c
2017         * src/messageview.c
2018         * src/messageview.h
2019         * src/textview.c
2020         * src/textview.h
2021         * src/uri_opener.c
2022         * src/uri_opener.h
2023                 Add Tools/List URIs to allow
2024                 opening any URI in the current mail
2025
2026 2007-02-02 [colin]      2.7.2cvs14
2027
2028         * src/common/valgrind.h ** NEW FILE **
2029         * src/common/Makefile.am
2030         * src/common/plugin.c
2031                 Don't dlclose the plugins if we're running
2032                 under valgrind. (doesn't require valgrind
2033                 either at compile time or run time).
2034
2035 2007-02-01 [paul]       2.7.2cvs13
2036
2037         * AUTHORS
2038         * src/gtk/authors.h
2039         * tools/freshmeat_search.pl
2040         * tools/google_search.pl
2041         * tools/multiwebsearch.pl
2042                 add support for non ISO-8859-1 compatible locales
2043                 Patch by Alex Gorbachenko <agent_007@immo.ru>
2044
2045 2007-02-01 [colin]      2.7.2cvs12
2046
2047         * src/prefs_other.c
2048         * src/prefs_summaries.c
2049                 Move keybinding prefs to the Other page
2050
2051 2007-02-01 [wwp]        2.7.2cvs11
2052
2053         * src/plugins/trayicon/trayicon.c
2054                 Fix a raising issue within KDE.
2055
2056 2007-02-01 [colin]      2.7.2cvs10
2057
2058         * src/codeconv.c
2059                 Fix stray quotes in encoded strings
2060         * src/addressadd.c
2061                 Fix wrong call causing g_warnings
2062         * src/textview.c
2063                 Remove useless message
2064
2065 2007-01-31 [wwp]        2.7.2cvs9
2066
2067         * src/plugins/trayicon/trayicon.c
2068                 fix buggy hiding of main window when closing if close-to-tray
2069                 is not set (bad logics  in the trayicon hook code).
2070                 Changed the quit confirmation message too.
2071
2072 2007-01-30 [colin]      2.7.2cvs8
2073
2074         * src/main.c
2075                 Fix hidden mainwindow after clicking on
2076                 the X close button, if compose windows
2077                 exist and the user chooses not to quit
2078
2079 2007-01-30 [colin]      2.7.2cvs7
2080
2081         * src/main.c
2082         * src/compose.c
2083                 Handle local URIs to attach files (file:///...)
2084                 Fixes attaching files from Thunar for example
2085
2086 2007-01-30 [colin]      2.7.2cvs6
2087
2088         * src/prefs_ext_prog.c
2089                 Add 'mousepad' to the list of text editors.
2090                 Mousepad is XFCE's text editor
2091
2092 2007-01-29 [wwp]        2.7.2cvs5
2093
2094         * po/POTFILES.in
2095         * src/plugins/trayicon/trayicon_prefs.c
2096                 trayicon i18n fixes, thanks to Fabien.
2097
2098 2007-01-28 [wwp]        2.7.2cvs4
2099
2100         * src/mainwindow.c
2101         * src/mainwindow.h
2102         * src/plugins/trayicon/trayicon.c
2103         * src/plugins/trayicon/trayicon_prefs.c
2104         * src/plugins/trayicon/trayicon_prefs.h
2105                 Added a new TrayIcon plugin option to close to tray
2106                 (WM's hotkey and [X] button will hide the window instead
2107                 of closing it - closing CM can be done using the tray icon
2108                 menu or the File menu).
2109                 Improved visibility handling in trayicon, clicking the
2110                 trayicon now raise the window to current desktop when it
2111                 was either minimized/shaded/on another desktop.
2112                 Thanks to Paul for testing and fixing a strange behaviour
2113                 in KDE ;-).
2114
2115 2007-01-27 [paul]       2.7.2cvs3
2116
2117         * src/prefs_folder_item.c
2118         * src/prefs_receive.c
2119         * src/plugins/pgpcore/prefs_gpg.c
2120                 use 'start-up' instead of 'startup' in labels
2121
2122 2007-01-26 [wwp]        2.7.2cvs2
2123
2124         * src/plugins/trayicon/Makefile.am
2125         * src/plugins/trayicon/trayicon.c
2126         * src/plugins/trayicon/trayicon_prefs.c
2127         * src/plugins/trayicon/trayicon_prefs.h
2128                 Add a new TrayIcon option to hide the main window at
2129                 start-up.
2130                 Fix trayicon.c copyright header.
2131
2132 2007-01-26 [paul]       2.7.2cvs1
2133
2134         * NEWS
2135         * README
2136         * RELEASE_NOTES
2137         * configure.ac
2138                 bump up version number following
2139                 stable release
2140
2141 2007-01-25 [mones]      2.7.1cvs60
2142
2143         * po/es.po
2144                 updated thousands of strings (well, probably less ;-)
2145
2146 2007-01-25 [colin]      2.7.1cvs59
2147
2148         * src/matcher.c
2149                 Fix 2nd-run loss of matcherrc on new
2150                 configurations. 
2151
2152 2007-01-25 [wwp]        2.7.1cvs58
2153
2154         * src/mimeview.c
2155                 fix handling of empty value in attach_save_directory too, thanks
2156                 to Colin.
2157
2158 2007-01-25 [wwp]        2.7.1cvs57
2159
2160         * src/gtk/filesel.c
2161                 fix handling of empty value in attach_load_directory,
2162                 thanks to Colin.
2163
2164 2007-01-25 [wwp]        2.7.1cvs56
2165
2166         * src/plugins/dillo_viewer/dillo_prefs.h
2167                 fix a typo.
2168
2169 2007-01-25 [colin]      2.7.1cvs55
2170
2171         * src/matcher.c
2172         * src/matcher.h
2173         * src/matcher_parser_parse.y
2174         * src/prefs_matcher.c
2175                 Add matching on the spam flag
2176
2177 2007-01-24 [colin]      2.7.1cvs54
2178
2179         * src/folder.c
2180         * src/common/xml.c
2181         * src/common/xml.h
2182                 Make sure folderlist.xml is correctly
2183                 written before overwriting it.
2184         * src/procmsg.c
2185         * src/procmsg.h
2186         * src/summaryview.c
2187         * src/plugins/bogofilter/bogofilter.c
2188         * src/plugins/bogofilter/bogofilter.h
2189         * src/plugins/bogofilter/bogofilter_gtk.c
2190         * src/plugins/spamassassin/spamassassin.c
2191         * src/plugins/spamassassin/spamassassin.h
2192         * src/plugins/spamassassin/spamassassin_gtk.c
2193                 Move spam to the correct trash folder after
2194                 learning, if spam directory isn't set.
2195
2196 2007-01-23 [paul]       2.7.1cvs53
2197
2198         * src/plugins/bogofilter/bogofilter_gtk.c
2199                 fix sensitivity of "Insert X-Bogosity header"
2200                 option
2201
2202 2007-01-23 [colin]      2.7.1cvs52
2203
2204         * src/toolbar.c
2205                 Translate toolbar items text if
2206                 they're translatable (default)
2207         * src/addrcache.c
2208         * src/addrcache.h
2209         * src/addritem.c
2210         * src/addritem.h
2211         * src/codeconv.c
2212         * src/codeconv.h
2213         * src/jpilot.c
2214         * src/jpilot.h
2215         * src/ldapctrl.c
2216         * src/ldapctrl.h
2217         * src/ldapquery.h
2218         * src/ldif.c
2219         * src/ldif.h
2220         * src/etpan/etpan-thread-manager.c
2221         * src/etpan/etpan-thread-manager.h
2222         * src/gtk/gtkutils.c
2223         * src/gtk/gtkutils.h
2224                 More static functions
2225
2226 2007-01-22 [fabien]     2.7.1cvs51
2227
2228         * src/gtk/gtkutils.c
2229                 gtkut_get_options_frame() : ability to pass
2230                 a 'NULL' value in frame pointer parameter if
2231                 we don't need it.
2232
2233 2007-01-22 [colin]      2.7.1cvs50
2234
2235         * src/procmsg.c
2236         * src/procmsg.h
2237         * src/plugins/bogofilter/bogofilter.c
2238         * src/plugins/bogofilter/bogofilter_gtk.c
2239         * src/plugins/spamassassin/spamassassin.c
2240         * src/plugins/spamassassin/spamassassin_gtk.c
2241                 Allow moving spams to the account's trash
2242                 instead of default one
2243
2244 2007-01-21 [colin]      2.7.1cvs49
2245
2246         * src/ldapquery.c
2247         * src/ldapquery.h
2248                 Revert a static function that shouldn't
2249                 have been
2250
2251 2007-01-21 [colin]      2.7.1cvs48
2252
2253         * src/ldapquery.c
2254         * src/ldapquery.h
2255                 Same
2256
2257 2007-01-21 [colin]      2.7.1cvs47
2258
2259         * src/procmsg.c
2260         * src/procmsg.h
2261                 Same
2262
2263 2007-01-21 [colin]      2.7.1cvs46
2264
2265         * src/common/socket.c
2266         * src/common/socket.h
2267                 Same
2268
2269 2007-01-21 [colin]      2.7.1cvs45
2270
2271         * src/crash.c
2272         * src/exporthtml.c
2273         * src/exporthtml.h
2274         * src/exportldif.c
2275         * src/exportldif.h
2276         * src/folder.c
2277         * src/folder.h
2278         * src/folder_item_prefs.c
2279         * src/folder_item_prefs.h
2280         * src/folderview.c
2281         * src/folderview.h
2282         * src/gedit-print.c
2283         * src/gedit-print.h
2284         * src/main.c
2285         * src/main.h
2286         * src/common/socket.c
2287         * src/common/socket.h
2288         * src/gtk/gtkaspell.c
2289         * src/gtk/gtkaspell.h
2290         * src/gtk/quicksearch.c
2291         * src/gtk/quicksearch.h
2292                 Same
2293
2294 2007-01-21 [colin]      2.7.1cvs44
2295
2296         * src/common/utils.c
2297         * src/common/utils.h
2298         * src/etpan/etpan-thread-manager.c
2299         * src/etpan/etpan-thread-manager.h
2300                 Same (Funny that etpan_thread_unbind
2301                 is called but not etpan_thread_bind)
2302
2303 2007-01-21 [colin]      2.7.1cvs43
2304
2305         * src/addrselect.c
2306         * src/addrselect.h
2307         * src/codeconv.c
2308         * src/codeconv.h
2309         * src/compose.c
2310         * src/compose.h
2311         * src/etpan/Makefile.am
2312         * src/gtk/colorlabel.c
2313         * src/gtk/colorlabel.h
2314         * src/gtk/sslcertwindow.c
2315         * src/gtk/sslcertwindow.h
2316         * src/etpan/etpan-log.c ** REMOVED **
2317         * src/etpan/etpan-log.h ** REMOVED **
2318                 Same
2319
2320 2007-01-20 [colin]      2.7.1cvs42
2321
2322         * src/addritem.c
2323         * src/addritem.h
2324                 Same
2325
2326 2007-01-20 [colin]      2.7.1cvs41
2327
2328         * src/account.c
2329         * src/account.h
2330         * src/addrbook.c
2331         * src/addrbook.h
2332         * src/addrcache.c
2333         * src/addrcache.h
2334         * src/addrclip.c
2335         * src/addrclip.h
2336         * src/addressbook.c
2337         * src/addressbook.h
2338         * src/addrharvest.c
2339         * src/addrharvest.h
2340         * src/addrindex.c
2341         * src/addrindex.h
2342         * src/editaddress.c
2343         * src/editaddress.h
2344                 Make functions that aren't used in other
2345                 files static
2346
2347 2007-01-20 [colin]      2.7.1cvs40
2348
2349         * src/account.c
2350         * src/addrbook.c
2351         * src/addrcache.c
2352         * src/addressbook.c
2353         * src/addrgather.c
2354         * src/addrindex.c
2355         * src/addrquery.c
2356         * src/addrselect.c
2357         * src/browseldap.c
2358         * src/compose.c
2359         * src/editbook.c
2360         * src/editjpilot.c
2361         * src/editldap.c
2362         * src/editldap_basedn.c
2363         * src/editvcard.c
2364         * src/exporthtml.c
2365         * src/exportldif.c
2366         * src/folder.c
2367         * src/folderview.c
2368         * src/image_viewer.c
2369         * src/imap.c
2370         * src/importmutt.c
2371         * src/importpine.c
2372         * src/jpilot.c
2373         * src/ldapquery.c
2374         * src/main.c
2375         * src/mainwindow.c
2376         * src/matcher.c
2377         * src/messageview.c
2378         * src/mh.c
2379         * src/mimeview.c
2380         * src/msgcache.c
2381         * src/mutt.c
2382         * src/news.c
2383         * src/pine.c
2384         * src/prefs_account.c
2385         * src/prefs_common.c
2386         * src/prefs_compose_writing.c
2387         * src/prefs_ext_prog.c
2388         * src/prefs_folder_item.c
2389         * src/prefs_fonts.c
2390         * src/prefs_message.c
2391         * src/prefs_msg_colors.c
2392         * src/prefs_other.c
2393         * src/prefs_quote.c
2394         * src/prefs_receive.c
2395         * src/prefs_send.c
2396         * src/prefs_spelling.c
2397         * src/prefs_summaries.c
2398         * src/prefs_toolbar.c
2399         * src/prefs_wrapping.c
2400         * src/privacy.c
2401         * src/procmime.c
2402         * src/procmsg.c
2403         * src/ssl_manager.c
2404         * src/statusbar.c
2405         * src/summaryview.c
2406         * src/toolbar.c
2407         * src/vcard.c
2408         * src/common/hooks.c
2409         * src/common/log.c
2410         * src/common/passcrypt.c
2411         * src/common/socket.c
2412         * src/common/ssl.c
2413         * src/common/ssl_certificate.c
2414         * src/common/template.c
2415         * src/common/utils.c
2416         * src/etpan/imap-thread.c
2417         * src/gtk/sslcertwindow.c
2418         * src/gtk/sslcertwindow.h
2419                 Make functions that could be static, static
2420
2421 2007-01-20 [colin]      2.7.1cvs39
2422
2423         * src/editldap.c
2424                 Fix tooltip
2425
2426 2007-01-20 [colin]      2.7.1cvs38
2427
2428         * src/ldapquery.c
2429         * src/ldaputil.c
2430         * src/ldaputil.h
2431                 Fix bug 1102, 'claws-mail-2.7.1 
2432                 makes use of deprecated ldap 
2433                 functions'
2434
2435 2007-01-20 [colin]      2.7.1cvs37
2436
2437         * src/mainwindow.c
2438         * src/mainwindow.h
2439         * src/summaryview.c
2440         * src/gtk/quicksearch.c
2441                 Add Wide message list layout
2442
2443 2007-01-19 [fabien]     2.7.1cvs36
2444
2445         * src/textview.c
2446                 make sure a font change is considered in links of
2447                 headerview.
2448
2449 2007-01-19 [colin]      2.7.1cvs35
2450
2451         * src/main.c
2452         * src/mainwindow.c
2453         * src/mainwindow.h
2454         * src/messageview.c
2455         * src/messageview.h
2456         * src/prefs_common.c
2457         * src/prefs_common.h
2458         * src/summaryview.c
2459         * src/summaryview.h
2460         * src/gtk/quicksearch.c
2461         * src/gtk/quicksearch.h
2462                 Drop 'Separate Folder tree' and 'Separate
2463                 Message View'. Put three layouts in place
2464                 of it.
2465
2466 2007-01-19 [paul]       2.7.1cvs34
2467
2468         * src/prefs_msg_colors.c
2469                 more use of Q_ for translators
2470
2471 2007-01-19 [paul]       2.7.1cvs33
2472
2473         * src/imap_gtk.c
2474         * src/prefs_account.c
2475                 a few changes to the English
2476
2477 2007-01-19 [fabien]     2.7.1cvs32
2478
2479         * src/wizard.c
2480                 factorize translatable string
2481
2482 2007-01-18 [colin]      2.7.1cvs31
2483
2484         * src/main.c
2485                 Don't error out on --sync option. Although
2486                 we don't do anything with it, gtk+ handles
2487                 it, and it's useful for debugging X errors
2488
2489 2007-01-18 [fabien]     2.7.1cvs30
2490
2491         * src/prefs_other.c
2492                 ability to apply on the fly the recent added
2493                 'gtk_can_change_accels' pref (no need to restart).
2494
2495 2007-01-18 [fabien]     2.7.1cvs29
2496
2497         * src/plugins/bogofilter/bogofilter_gtk.c
2498         * src/plugins/bogofilter/bogofilter.c
2499         * src/plugins/spamassassin/spamassassin_gtk.c
2500         * src/addr_compl.c
2501         * src/prefs_account.c
2502                 factorize or rewrite some translatable strings.
2503
2504 2007-01-18 [fabien]     2.7.1cvs28
2505
2506         * src/prefs_gtk.h
2507         * src/compose.c
2508                 set a 4pix space between "Subject:" label and subject entry in
2509                 compose window.
2510
2511 2007-01-18 [wwp]        2.7.1cvs27
2512
2513         * src/addressbook.c
2514                 fix conflicting address-copy/paste when focus is set
2515                 to the embedded edit-person form.
2516  
2517
2518 2007-01-18 [wwp]        2.7.1cvs26
2519
2520         * src/addressbook.h
2521                 complete 2.7.1cvs23 (one more file was missing from that
2522                 commit).
2523
2524 2007-01-18 [colin]      2.7.1cvs25
2525
2526         * src/main.c
2527                 Provide a way to migrate without backup
2528                 Re-ask for migration on next start if 
2529                 it has been refused and wizard has been 
2530                 cancelled after.
2531
2532 2007-01-18 [wwp]        2.7.1cvs24
2533
2534         * src/editaddress.c
2535                 complete 2.7.1.cvs23 (file was missing from previous
2536                 commit).
2537
2538 2007-01-18 [wwp]        2.7.1cvs23
2539
2540         * src/addressbook.c
2541                 fix potential crashes in address book's focus_in/out signal handlers,
2542                 force focus to the edit-person form when clicked the Edit menu entry or
2543                 button (this only matters if the edit-person form is embedded to the
2544                 AB window, in that case, focus is not set when browsing the contacts
2545                 list w/ keys or mouse clicks).
2546
2547 2007-01-18 [paul]       2.7.1cvs22
2548
2549         * src/main.c
2550                 add command line options:
2551                 -h for --help
2552                 -q and --quit for --exit
2553                 -v for --version
2554                 print "Unknown option" for unknown options
2555
2556 2007-01-18 [paul]       2.7.1cvs21
2557
2558         * po/ru.po
2559                 updated by Pavlo Bohmat
2560
2561 2007-01-18 [paul]       2.7.1cvs20
2562
2563         * src/mainwindow.c
2564                 fix sensitivity issues of Mark as Spam/Ham
2565
2566 2007-01-17 [fabien]     2.7.1cvs19
2567
2568         * src/prefs_other.c
2569         * src/prefs_common.c
2570         * src/prefs_common.h
2571         * src/main.c
2572                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2573                 control the corresponding gtk property. It could be used to lock
2574                 all shortcuts (avoid to set one of them by inadvertency).
2575
2576 2007-01-17 [colin]      2.7.1cvs18
2577
2578         * src/summaryview.c
2579                 Fix bug 1100, 'Highlighted e-mail data not visible 
2580                 when color label applied.'. Use a weighted average
2581                 between normal selected foreground color and color
2582                 label instead of a simple one (3/1 instead 1/1).
2583
2584 2007-01-17 [colin]      2.7.1cvs17
2585
2586         * src/messageview.c
2587                 Better fix for bug 1088, 'Ctrl-h produces repeatable
2588                 crash' - don't prevent mail switching while loading
2589
2590 2007-01-17 [colin]      2.7.1cvs16
2591
2592         * src/folder.c
2593         * src/folder.h
2594         * src/folderview.c
2595         * src/folderview.h
2596         * src/imap.c
2597         * src/imap.h
2598         * src/imap_gtk.c
2599                 Manage recursive search of unsubscribed folders
2600                 Rescan tree without checking for new messages 
2601                 after subscriptions changed
2602
2603 2007-01-17 [paul]       2.7.1cvs15
2604
2605         * src/prefs_common.c
2606         * src/gtk/pluginwindow.c
2607                 fix bug 1101, '"Load plugin" button is
2608                 accidentally hidden'
2609                 unset (-1) initial width in prefs_common,
2610                 fix overlapping buttons,
2611                 and other cleanups
2612
2613 2007-01-17 [paul]       2.7.1cvs14
2614
2615         * src/procmime.c
2616                 add #include <errno.h>, it's needed
2617                 on some systems
2618
2619 2007-01-17 [paul]       2.7.1cvs13
2620
2621         * src/common/defs.h
2622         * tools/make.themes.project
2623                 rename .sylpheed_themeinfo to .claws_themeinfo
2624                 and use it
2625         * src/etpan/etpan-errors.h
2626         * src/etpan/etpan-log.c
2627         * src/etpan/etpan-log.h
2628         * src/etpan/etpan-thread-manager-types.h
2629         * src/etpan/etpan-thread-manager.c
2630         * src/etpan/etpan-thread-manager.h
2631         * src/etpan/imap-thread.c
2632         * src/etpan/imap-thread.h
2633                 add copyright header
2634
2635 2007-01-17 [colin]      2.7.1cvs12
2636
2637         * src/plugins/pgpcore/select-keys.c
2638         * src/gtk/pluginwindow.c
2639         * src/prefs_account.c
2640                 Fix warnings
2641
2642 2007-01-16 [colin]      2.7.1cvs11
2643
2644         * src/imap.c
2645         * src/imap.h
2646         * src/imap_gtk.c
2647                 Manage subscribing to subfolders when only
2648                 subscribed folders are shown.
2649
2650 2007-01-16 [colin]      2.7.1cvs10
2651
2652         * src/folderview.c
2653                 Fix annoying vscrollbar going back to top
2654                 on Check for new folders
2655
2656 2007-01-16 [colin]      2.7.1cvs9
2657
2658         * src/imap.c
2659                 Remove printf
2660
2661 2007-01-16 [colin]      2.7.1cvs8
2662
2663         * src/filtering.c
2664                 Bigger buffer for errors
2665         * src/imap.c
2666         * src/imap.h
2667         * src/imap_gtk.c
2668         * src/prefs_account.c
2669         * src/prefs_account.h
2670         * src/wizard.c
2671         * src/etpan/imap-thread.c
2672         * src/etpan/imap-thread.h
2673         * manual/handling.xml
2674                 Add subscriptions management. What it changes:
2675                 Creating a folder subscribes to it
2676                 Deleting a folder unsubscribes it
2677                 New contextual menu item allowing to switch between
2678                 All folders and Subscribed folders, subscribe, and
2679                 unsubscribe. "Creating" an existing but unsubscribed
2680                 folder will subscribe it.
2681                 By default for new accounts, only subscribed folders 
2682                 are shown.
2683
2684
2685 2007-01-16 [paul]       2.7.1cvs7
2686
2687         * src/summaryview.c
2688                 Allow folder classes to specify only sort_key or
2689                 sort_type instead of both or none.
2690
2691 2007-01-16 [paul]       2.7.1cvs6
2692
2693         * src/action.c
2694         * src/compose.c
2695         * src/mimeview.c
2696         * src/procmime.c
2697         * src/textview.c
2698                 Save and use errno for procmime_get_part
2699
2700 2007-01-16 [colin]      2.7.1cvs5
2701
2702         * src/imap.c
2703                 Never remove INBOX when scanning for
2704                 new folders. It's a special folder
2705                 that has to exist.
2706
2707 2007-01-15 [colin]      2.7.1cvs4
2708
2709         * src/imap.c
2710                 Fix 'Check for new folders' when IMAP subdirectory
2711                 is set
2712         * src/etpan/imap-thread.c
2713                 Fix build
2714
2715 2007-01-15 [colin]      2.7.1cvs3
2716
2717         * src/etpan/imap-thread.c
2718                 Fix invalid free on command-connection
2719                 error
2720
2721 2007-01-15 [wwp]        2.7.1cvs2
2722
2723         * src/matcher_parser_lex.l
2724         * src/quote_fmt_lex.l
2725         * src/matcher_parser_parse.y
2726                 fix copyright header in lexers and parsers.
2727
2728 2007-01-15 [paul]       2.7.1cvs1
2729
2730         * NEWS
2731         * README
2732         * RELEASE_NOTES
2733         * configure.ac
2734                 bump up version number following
2735                 stable release
2736
2737 2007-01-15 [paul]       2.7.0cvs31
2738
2739         * AUTHORS
2740         * src/gtk/authors.h
2741                 add Fabien to the Team list
2742                 add the recent contributors
2743                 make a few corrections
2744
2745 2007-01-15 [paul]       2.7.0cvs30
2746
2747         * src/mainwindow.c
2748                 fix compiler warning
2749         * src/plugins/pgpcore/prefs_gpg.c
2750         * src/plugins/pgpcore/prefs_gpg.h
2751                 add missing include
2752                 fix copyright header
2753
2754 2007-01-14 [colin]      2.7.0cvs29
2755
2756         * src/gtk/filesel.c
2757                 Use the 'gtk+' backend. Avoids gnome-vfs use,
2758                 two benefits: faster to open, will fix strange
2759                 dbus-related crash. Thanks to Pascal Terjan.
2760
2761 2007-01-14 [colin]      2.7.0cvs28
2762
2763         * src/etpan/imap-thread.c
2764                 Delete the old imap just after allocating
2765                 the new one. Makes sure we don't get the
2766                 same pointer by sheer luck, which feels
2767                 strange in the debug log.
2768
2769 2007-01-14 [colin]      2.7.0cvs27
2770
2771         * src/gtk/inputdialog.c
2772                 Make sure we don't print passwords in
2773                 clear text when in debug mode
2774
2775 2007-01-14 [colin]      2.7.0cvs26
2776
2777         * src/gtk/gtksctree.c
2778                 Fix bug 1098, 'bogus last row display 
2779                 after expanding a thread'. Patch by
2780                 Jindrich Makovicka <makovick@gmail.com>
2781
2782 2007-01-14 [colin]      2.7.0cvs25
2783
2784         * src/etpan/imap-thread.c
2785                 Close socket manually before
2786                 freeing the imap struct
2787
2788 2007-01-14 [colin]      2.7.0cvs24
2789
2790         * src/etpan/imap-thread.c
2791                 Maybe fix new reconnection issues
2792
2793 2007-01-13 [colin]      2.7.0cvs23
2794
2795         * src/summaryview.c
2796                 Freeze/thaw on thread selection
2797
2798 2007-01-13 [paul]       2.7.0cvs22
2799
2800         * src/mainwindow.c
2801         * src/summaryview.c
2802         * src/summaryview.h
2803                 add 'Edit/Delete thread'
2804
2805 2007-01-13 [colin]      2.7.0cvs21
2806
2807         * src/prefs_account.c
2808         * src/prefs_compose_writing.c
2809         * src/prefs_message.c
2810         * src/prefs_msg_colors.c
2811         * src/prefs_other.c
2812         * src/prefs_receive.c
2813         * src/prefs_spelling.c
2814         * src/prefs_summaries.c
2815         * src/prefs_themes.c
2816         * src/gtk/gtkutils.c
2817         * src/gtk/gtkutils.h
2818         * src/plugins/pgpcore/prefs_gpg.c
2819         * src/plugins/spamassassin/spamassassin_gtk.c
2820                 Factorize gtk frame creation
2821                 Patch by Pawel
2822
2823 2007-01-13 [colin]      2.7.0cvs20
2824
2825         * src/message_search.c
2826         * src/summary_search.c
2827                 Fix Enter in search windows
2828         * src/messageview.c
2829                 Fix body search starting at the
2830                 end of the mail (and asking for loop)
2831
2832 2007-01-13 [colin]      2.7.0cvs19
2833
2834         * src/etpan/imap-thread.c
2835                 Make sure we don't free the same imap
2836                 twice
2837
2838 2007-01-13 [colin]      2.7.0cvs18
2839
2840         * commitHelper
2841                 Allow multiple commitHelpers to
2842                 run at once
2843
2844 2007-01-12 [colin]      2.7.0cvs17
2845
2846         * src/etpan/imap-thread.c
2847                 Make sure we get rid of the previous mailimap
2848                 when connecting - just in case disconnect was
2849                 unclean
2850
2851 2007-01-12 [paul]       2.7.0cvs16
2852
2853         * src/compose.c
2854                 Strip S/MIME signatures when re-editing
2855                 S/MIME signed messages.
2856
2857 2007-01-12 [paul]       2.7.0cvs15
2858
2859         * configure.ac
2860         * src/addressbook.c
2861         * src/foldersel.c
2862         * src/folderview.c
2863         * src/main.c
2864                 no need to define CLAWS anymore, remove
2865                 all that stuff
2866
2867 2007-01-12 [paul]       2.7.0cvs14
2868
2869         * src/mimeview.c
2870                 check if the mail's signed as
2871                 it can change the mail structure
2872                 Thanks to Colin
2873
2874 2007-01-12 [paul]       2.7.0cvs13
2875
2876         * src/procmime.c
2877                 fix Forwarding msgs with attachments
2878                 that have dos line endings
2879                 Thanks to Colin
2880
2881 2007-01-12 [wwp]        2.7.0cvs12
2882
2883         * configure.ac
2884                 Revert accidentally committed extra version tag.
2885
2886 2007-01-12 [wwp]        2.7.0cvs11
2887
2888         * src/prefs_account.c
2889                 Fix compilation w/o aspell (completes 2.7.0cvs7).
2890
2891 2007-01-11 [colin]      2.7.0cvs10
2892
2893         * src/imap.c
2894                 move g_warning to debug_print
2895                 it scares people for no reason
2896
2897 2007-01-11 [colin]      2.7.0cvs9
2898
2899         * po/POTFILES.in
2900                 Fix files to translate. Patch by
2901                 Fabien
2902
2903 2007-01-11 [paul]       2.7.0cvs8
2904
2905         * src/imap.c
2906                 Fix recursion when server lists the
2907                 current subfolder in the response
2908         * src/mimeview.c
2909                 Fix updating of icon_list/ctree
2910         * src/plugins/pgpcore/select-keys.c
2911                 Fix a few annoyances when choosing
2912                 keys for the CMS (S/MIME) protocol
2913
2914 2007-01-11 [wwp]        2.7.0cvs7
2915
2916         * src/compose.c
2917         * src/prefs_account.c
2918         * src/prefs_account.h
2919                 Add per-account spellcheck default dictionaries settings.
2920
2921 2007-01-10 [colin]      2.7.0cvs6
2922
2923         * src/prefs_folder_item.c
2924                 Factorize strings - patch by Fabien
2925
2926 2007-01-10 [colin]      2.7.0cvs5
2927
2928         * src/mainwindow.c
2929                 Fix bug 1095, 'Crash while changing folder 
2930                 columns during incorporation'
2931
2932 2007-01-09 [colin]      2.7.0cvs4
2933
2934         * src/gtk/pluginwindow.c
2935                 Set the plugin window transient. Seems
2936                 like some window managers hide it in
2937                 the background after "load plugin"...
2938
2939 2007-01-09 [colin]      2.7.0cvs3
2940
2941         * src/gtk/filesel.c
2942                 Use the same type for alloc and free
2943
2944 2007-01-08 [paul]       2.7.0cvs2
2945
2946         * po/nl.po
2947                 updated by Tim Dijkstra
2948
2949 2007-01-08 [paul]       2.7.0cvs1
2950
2951         * src/prefs_themes.c
2952         * src/common/utils.c
2953                 Fix resource leaks
2954
2955 2007-01-08 [paul]       2.7.0
2956
2957         * NEWS
2958         * README
2959         * RELEASE_NOTES
2960                 2.7.0 released
2961
2962 2007-01-08 [paul]       2.6.1cvs119
2963
2964         * doc/man/claws-mail.1
2965                 another correction
2966
2967 2007-01-08 [paul]       2.6.1cvs118
2968
2969         * doc/man/claws-mail.1
2970                 corrections
2971         * manual/advanced.xml
2972                 improved English usage
2973
2974 2007-01-08 [paul]       2.6.1cvs117
2975
2976         * po/ca.po
2977         * po/de.po
2978         * po/en_GB.po
2979         * po/fi.po
2980         * po/it.po
2981         * po/pt_BR.po
2982         * po/sk.po
2983         * po/sr.po
2984         * po/zh_CN.po
2985                 updated by Miquel Oliete, Stephan Sachse, me,
2986                 Tommi Pirinen, Andrea Spadaccini, Frederico
2987                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
2988                 Urosevic, and Ralgh Young
2989
2990 2007-01-07 [mones]      2.6.1cvs116
2991
2992         * manual/es/advanced.xml
2993         * po/es.po
2994                 Synced manual (unhide mark_as_read_delay)
2995                 and updated translation for release
2996
2997 2007-01-07 [paul]       2.6.1cvs115
2998
2999         * src/prefs_matcher.c
3000                 make the hbox content fit better under
3001                 various languages
3002
3003 2007-01-07 [colin]      2.6.1cvs114
3004
3005         * src/messageview.c
3006                 Fix bug 1088, 'Ctrl-h produces repeatable
3007                 crash'
3008
3009 2007-01-06 [colin]      2.6.1cvs113
3010
3011         * src/etpan/imap-thread.c
3012                 Add casts to int to get certs. Fixes
3013                 bug 1064, 'crash @ etpan_certificate_check() 
3014                 when opening an IMAP folder', with latest
3015                 libetpan CVS or >= 0.49
3016         * src/mainwindow.c
3017         * src/mainwindow.h
3018         * src/imap_gtk.c
3019         * src/news_gtk.c
3020         * src/prefs_folder_item.c
3021                 Grey out the "synchronise" menu items if
3022                 there's nothing to synchronise.
3023         * src/plugins/pgpcore/sgpgme.c
3024                 Make an error clearer than "Unknown error"
3025
3026 2007-01-06 [colin]      2.6.1cvs112
3027
3028         * src/messageview.c
3029                 Don't try to show a message if updating
3030                 Maybe fixes bug 1088, 'ctrl-h produces
3031                 repeatable crash'.
3032
3033 2007-01-06 [colin]      2.6.1cvs111
3034
3035         * src/summaryview.c
3036                 Disable Control-Space (handle it as Space).
3037
3038 2007-01-05 [paul]       2.6.1cvs110
3039
3040         * src/imap.c
3041                 Fix bug 934, 'sylpheed claws 2.1 
3042                 doesn't show Exchanges Public Folders'
3043                 Thanks to Hoa and Colin
3044         * src/msgcache.c
3045                 Refuse to allocate more than 2 MB for a 
3046                 single field, it's a good indication of
3047                 cache corruption.
3048
3049 2007-01-05 [colin]      2.6.1cvs109
3050
3051         * src/mainwindow.c
3052                 Allow --select'ing emails by Message-ID too
3053
3054 2007-01-05 [colin]      2.6.1cvs108
3055
3056         * src/common/quoted-printable.c
3057                 Uh! Third fix :)
3058
3059 2007-01-05 [colin]      2.6.1cvs107
3060
3061         * src/common/quoted-printable.c
3062                 Fix previous commit about bug 1089
3063                 Thanks to Ralf
3064
3065 2007-01-05 [colin]      2.6.1cvs106
3066
3067         * src/common/quoted-printable.c
3068                 Fix my previous commit on bug 1089
3069                 - Thanks to Ralf :)
3070
3071 2007-01-04 [colin]      2.6.1cvs105
3072
3073         * src/common/quoted-printable.c
3074                 Fix bug 1089, 'NUL characters in Subject 
3075                 line are misinterpreted'. Not a pain to
3076                 fix in fact.
3077
3078 2007-01-04 [colin]      
3079
3080         2.7.0-rc3 released
3081
3082 2007-01-04 [wwp]        2.6.1cvs104
3083
3084         * src/image_viewer.c
3085                 Force operator precedence (fix a compiler warning).
3086
3087 2007-01-04 [colin]      2.6.1cvs103
3088
3089         * src/image_viewer.c
3090                 Be cautious there too (same fix as the one
3091                 in textview from cvs33)
3092         * src/messageview.c
3093                 Don't use any MimeViewer plugin when showing
3094                 all headers
3095
3096 2007-01-03 [wwp]        2.6.1cvs102
3097
3098         * src/html.c
3099         * src/html.h
3100                 fixed "cent" sign (use the existing ASCII one),
3101                 decode more HTML entities,
3102                 converted table ASCII entries to UTF-8,
3103                 moved a switch() into a hashtable.
3104
3105 2007-01-03 [paul]       2.6.1cvs101
3106
3107         * src/compose.c
3108         * src/messageview.c
3109         * src/procmsg.c
3110         * src/procmsg.h
3111                 When possible, use move_msg instead of
3112                 copy_msg + remove_msg to move sent mail
3113                 from Queue to Sent. 
3114
3115 2007-01-03 [paul]       2.6.1cvs100
3116
3117         * src/html.c
3118                 add more html entity recognition:
3119                 pounds, euros, and cents
3120
3121 2007-01-03 [colin]      2.6.1cvs99
3122
3123         * src/imap_gtk.c
3124                 Don't display an error on NOSELECT
3125                 folders when synchronising
3126
3127 2007-01-03 [paul]       2.6.1cvs98
3128
3129         * tools/maildir2claws-mail.pl
3130                 only substitute 'sent-mail' if it's
3131                 the full directory name
3132
3133 2007-01-03 [paul]       2.6.1cvs97
3134
3135         * ChangeLog
3136         * ChangeLog.pre2.0.0
3137         * Makefile.am
3138                 archive a chunk of ChangeLog in
3139                 ChangeLog.pre2.0.0
3140         * ChangeLog.gtk1
3141         * doc/src/ChangeLog.claws-pre0.8.0
3142                 remove ChangeLog.claws-pre0.8.0, adding
3143                 its contents to ChangeLog.gtk1
3144
3145 2007-01-03 [paul]       2.6.1cvs96
3146
3147         * src/account.c
3148         * src/account.h
3149         * src/action.c
3150         * src/action.h
3151         * src/adbookbase.h
3152         * src/addr_compl.c
3153         * src/addr_compl.h
3154         * src/addrbook.c
3155         * src/addrcache.c
3156         * src/addrcache.h
3157         * src/addrcindex.c
3158         * src/addrcindex.h
3159         * src/addrclip.c
3160         * src/addrclip.h
3161         * src/addrdefs.h
3162         * src/addressadd.c
3163         * src/addressadd.h
3164         * src/addressbook.c
3165         * src/addressbook.h
3166         * src/addressbook_foldersel.c
3167         * src/addressbook_foldersel.h
3168         * src/addrgather.c
3169         * src/addrgather.h
3170         * src/addrharvest.c
3171         * src/addrharvest.h
3172         * src/addrindex.c
3173         * src/addrindex.h
3174         * src/addritem.c
3175         * src/addritem.h
3176         * src/addrquery.c
3177         * src/addrquery.h
3178         * src/addrselect.c
3179         * src/addrselect.h
3180         * src/alertpanel.c
3181         * src/alertpanel.h
3182         * src/browseldap.c
3183         * src/browseldap.h
3184         * src/codeconv.c
3185         * src/codeconv.h
3186         * src/compose.c
3187         * src/compose.h
3188         * src/customheader.c
3189         * src/customheader.h
3190         * src/displayheader.c
3191         * src/displayheader.h
3192         * src/editaddress.c
3193         * src/editaddress.h
3194         * src/editbook.c
3195         * src/editbook.h
3196         * src/editgroup.c
3197         * src/editgroup.h
3198         * src/editjpilot.c
3199         * src/editjpilot.h
3200         * src/editldap.c
3201         * src/editldap.h
3202         * src/editldap_basedn.c
3203         * src/editldap_basedn.h
3204         * src/editvcard.c
3205         * src/editvcard.h
3206         * src/exphtmldlg.c
3207         * src/exphtmldlg.h
3208         * src/expldifdlg.c
3209         * src/expldifdlg.h
3210         * src/export.c
3211         * src/export.h
3212         * src/exporthtml.c
3213         * src/exporthtml.h
3214         * src/exportldif.c
3215         * src/exportldif.h
3216         * src/filtering.c
3217         * src/filtering.h
3218         * src/folder.c
3219         * src/folder.h
3220         * src/folder_item_prefs.c
3221         * src/folder_item_prefs.h
3222         * src/foldersel.c
3223         * src/foldersel.h
3224         * src/folderutils.c
3225         * src/folderutils.h
3226         * src/folderview.c
3227         * src/folderview.h
3228         * src/grouplistdialog.c
3229         * src/grouplistdialog.h
3230         * src/headerview.c
3231         * src/html.c
3232         * src/html.h
3233         * src/image_viewer.c
3234         * src/image_viewer.h
3235         * src/imap.c
3236         * src/imap.h
3237         * src/imap_gtk.c
3238         * src/imap_gtk.h
3239         * src/import.c
3240         * src/import.h
3241         * src/importldif.c
3242         * src/importldif.h
3243         * src/importmutt.c
3244         * src/importmutt.h
3245         * src/importpine.c
3246         * src/importpine.h
3247         * src/inc.c
3248         * src/inc.h
3249         * src/jpilot.c
3250         * src/jpilot.h
3251         * src/ldapctrl.c
3252         * src/ldapctrl.h
3253         * src/ldaplocate.c
3254         * src/ldaplocate.h
3255         * src/ldapquery.c
3256         * src/ldapquery.h
3257         * src/ldapserver.c
3258         * src/ldapserver.h
3259         * src/ldaputil.c
3260         * src/ldaputil.h
3261         * src/ldif.c
3262         * src/ldif.h
3263         * src/main.c
3264         * src/main.h
3265         * src/mainwindow.c
3266         * src/mainwindow.h
3267         * src/manual.c
3268         * src/manual.h
3269         * src/mbox.c
3270         * src/message_search.c
3271         * src/message_search.h
3272         * src/messageview.c
3273         * src/messageview.h
3274         * src/mh.c
3275         * src/mh.h
3276         * src/mh_gtk.c
3277         * src/mh_gtk.h
3278         * src/mimeview.c
3279         * src/mimeview.h
3280         * src/msgcache.c
3281         * src/msgcache.h
3282         * src/mutt.c
3283         * src/mutt.h
3284         * src/news.c
3285         * src/news.h
3286         * src/news_gtk.c
3287         * src/news_gtk.h
3288         * src/partial_download.c
3289         * src/partial_download.h
3290         * src/pine.c
3291         * src/pine.h
3292         * src/pop.c
3293         * src/pop.h
3294         * src/prefs_account.c
3295         * src/prefs_account.h
3296         * src/prefs_actions.c
3297         * src/prefs_actions.h
3298         * src/prefs_common.c
3299         * src/prefs_common.h
3300         * src/prefs_compose_writing.c
3301         * src/prefs_compose_writing.h
3302         * src/prefs_customheader.c
3303         * src/prefs_customheader.h
3304         * src/prefs_display_header.c
3305         * src/prefs_display_header.h
3306         * src/prefs_filtering.c
3307         * src/prefs_filtering.h
3308         * src/prefs_filtering_action.c
3309         * src/prefs_filtering_action.h
3310         * src/prefs_folder_column.c
3311         * src/prefs_folder_column.h
3312         * src/prefs_folder_item.c
3313         * src/prefs_folder_item.h
3314         * src/prefs_fonts.c
3315         * src/prefs_fonts.h
3316         * src/prefs_gtk.c
3317         * src/prefs_gtk.h
3318         * src/prefs_image_viewer.c
3319         * src/prefs_image_viewer.h
3320         * src/prefs_matcher.c
3321         * src/prefs_matcher.h
3322         * src/prefs_message.c
3323         * src/prefs_msg_colors.c
3324         * src/prefs_msg_colors.h
3325         * src/prefs_other.c
3326         * src/prefs_quote.c
3327         * src/prefs_receive.c
3328         * src/prefs_send.c
3329         * src/prefs_spelling.c
3330         * src/prefs_spelling.h
3331         * src/prefs_summaries.c
3332         * src/prefs_summaries.h
3333         * src/prefs_summary_column.c
3334         * src/prefs_summary_column.h
3335         * src/prefs_template.c
3336         * src/prefs_template.h
3337         * src/prefs_themes.c
3338         * src/prefs_themes.h
3339         * src/prefs_toolbar.c
3340         * src/prefs_toolbar.h
3341         * src/prefs_wrapping.c
3342         * src/prefs_wrapping.h
3343         * src/privacy.c
3344         * src/privacy.h
3345         * src/procheader.c
3346         * src/procheader.h
3347         * src/procmime.c
3348         * src/procmime.h
3349         * src/procmsg.c
3350         * src/procmsg.h
3351         * src/quote_fmt.c
3352         * src/quote_fmt_parse.y
3353         * src/recv.c
3354         * src/recv.h
3355         * src/remotefolder.c
3356         * src/remotefolder.h
3357         * src/send_message.c
3358         * src/send_message.h
3359         * src/setup.c
3360         * src/setup.h
3361         * src/sourcewindow.c
3362         * src/sourcewindow.h
3363         * src/ssl_manager.c
3364         * src/ssl_manager.h
3365         * src/statusbar.c
3366         * src/statusbar.h
3367         * src/stock_pixmap.c
3368         * src/stock_pixmap.h
3369         * src/summary_search.c
3370         * src/summary_search.h
3371         * src/summaryview.c
3372         * src/summaryview.h
3373         * src/textview.c
3374         * src/textview.h
3375         * src/toolbar.c
3376         * src/toolbar.h
3377         * src/undo.c
3378         * src/undo.h
3379         * src/unmime.c
3380         * src/unmime.h
3381         * src/vcard.c
3382         * src/vcard.h
3383         * src/wizard.c
3384         * src/wizard.h
3385         * src/common/base64.c
3386         * src/common/base64.h
3387         * src/common/defs.h
3388         * src/common/hooks.c
3389         * src/common/hooks.h
3390         * src/common/log.c
3391         * src/common/log.h
3392         * src/common/mgutils.c
3393         * src/common/mgutils.h
3394         * src/common/nntp.c
3395         * src/common/nntp.h
3396         * src/common/passcrypt.c
3397         * src/common/passcrypt.h.in
3398         * src/common/plugin.c
3399         * src/common/plugin.h
3400         * src/common/prefs.c
3401         * src/common/prefs.h
3402         * src/common/progressindicator.c
3403         * src/common/progressindicator.h
3404         * src/common/quoted-printable.c
3405         * src/common/quoted-printable.h
3406         * src/common/session.c
3407         * src/common/session.h
3408         * src/common/smtp.c
3409         * src/common/smtp.h
3410         * src/common/socket.c
3411         * src/common/socket.h
3412         * src/common/ssl.c
3413         * src/common/ssl.h
3414         * src/common/ssl_certificate.c
3415         * src/common/ssl_certificate.h
3416         * src/common/stringtable.c
3417         * src/common/stringtable.h
3418         * src/common/template.c
3419         * src/common/template.h
3420         * src/common/timing.h
3421         * src/common/utils.c
3422         * src/common/utils.h
3423         * src/common/version.h.in
3424         * src/common/xml.c
3425         * src/common/xml.h
3426         * src/common/xmlprops.c
3427         * src/common/xmlprops.h
3428         * src/gtk/about.c
3429         * src/gtk/colorlabel.c
3430         * src/gtk/colorsel.c
3431         * src/gtk/colorsel.h
3432         * src/gtk/combobox.c
3433         * src/gtk/combobox.h
3434         * src/gtk/description_window.c
3435         * src/gtk/description_window.h
3436         * src/gtk/filesel.c
3437         * src/gtk/filesel.h
3438         * src/gtk/foldersort.c
3439         * src/gtk/foldersort.h
3440         * src/gtk/gtksctree.c
3441         * src/gtk/gtkutils.c
3442         * src/gtk/gtkutils.h
3443         * src/gtk/inputdialog.c
3444         * src/gtk/inputdialog.h
3445         * src/gtk/logwindow.c
3446         * src/gtk/logwindow.h
3447         * src/gtk/manage_window.c
3448         * src/gtk/manage_window.h
3449         * src/gtk/menu.c
3450         * src/gtk/menu.h
3451         * src/gtk/pluginwindow.c
3452         * src/gtk/pluginwindow.h
3453         * src/gtk/prefswindow.c
3454         * src/gtk/prefswindow.h
3455         * src/gtk/progressdialog.c
3456         * src/gtk/progressdialog.h
3457         * src/gtk/sslcertwindow.c
3458         * src/gtk/sslcertwindow.h
3459         * src/plugins/bogofilter/bogofilter.c
3460         * src/plugins/bogofilter/bogofilter.h
3461         * src/plugins/bogofilter/bogofilter_gtk.c
3462         * src/plugins/clamav/clamav_plugin.c
3463         * src/plugins/clamav/clamav_plugin.h
3464         * src/plugins/clamav/clamav_plugin_gtk.c
3465         * src/plugins/demo/demo.c
3466         * src/plugins/dillo_viewer/dillo_prefs.c
3467         * src/plugins/dillo_viewer/dillo_prefs.h
3468         * src/plugins/dillo_viewer/dillo_viewer.c
3469         * src/plugins/pgpcore/passphrase.c
3470         * src/plugins/pgpcore/passphrase.h
3471         * src/plugins/pgpcore/pgp_viewer.c
3472         * src/plugins/pgpcore/pgp_viewer.h
3473         * src/plugins/pgpcore/plugin.c
3474         * src/plugins/pgpcore/select-keys.c
3475         * src/plugins/pgpcore/select-keys.h
3476         * src/plugins/pgpcore/sgpgme.c
3477         * src/plugins/pgpcore/sgpgme.h
3478         * src/plugins/pgpinline/pgpinline.c
3479         * src/plugins/pgpinline/pgpinline.h
3480         * src/plugins/pgpinline/plugin.c
3481         * src/plugins/pgpmime/pgpmime.c
3482         * src/plugins/pgpmime/pgpmime.h
3483         * src/plugins/pgpmime/plugin.c
3484         * src/plugins/spamassassin/spamassassin.c
3485         * src/plugins/spamassassin/spamassassin.h
3486         * src/plugins/spamassassin/spamassassin_gtk.c
3487         * src/plugins/trayicon/trayicon.c
3488                 it's 2007, update the year in the copyright headers
3489
3490 2007-01-03 [paul]       2.6.1cvs95
3491
3492         * src/gtk/about.c
3493                 it is 2007, use it in the copyright string
3494
3495 2007-01-03 [paul]       2.6.1cvs94
3496
3497         * src/html.c
3498                 html entity conversion:
3499                 move &#153; to a more suitable place
3500                 add &bull; and &ndash;
3501                 make sure &mdash; and &#8212; are both
3502                 converted the same
3503
3504 2007-01-02 [colin]      2.6.1cvs93
3505
3506         * src/addrbook.c
3507                 Fix leak
3508         * src/common/plugin.c
3509                 Add comment
3510         * src/etpan/imap-thread.c
3511                 Fix warning
3512
3513 2006-12-31 [paul]       2.6.1cvs92
3514
3515         * src/prefs_summaries.c
3516                 use gtk_button_new_from_stock()
3517
3518 2006-12-30 [colin]      2.6.1cvs91
3519
3520         * src/folder.c
3521         * src/imap_gtk.c
3522         * src/mh_gtk.c
3523                 Don't update filtering and account paths 
3524                 when copying folders
3525
3526 2006-12-30 [colin]      2.6.1cvs90
3527
3528         * src/prefs_compose_writing.c
3529         * src/prefs_quote.c
3530         * src/prefs_template.c
3531                 Use message font for Writing and 
3532                 Quoting prefs, as well as Templates.
3533
3534 2006-12-30 [colin]      2.6.1cvs89
3535
3536         * src/prefs_summaries.c
3537                 Rework GUI; patch by Pawel
3538
3539 2006-12-29 [colin]      2.6.1cvs88
3540
3541         * src/prefs_folder_item.c
3542                 Fix bug 1085, 'Apply to subfolder 
3543                 doesn't work' - I was mistaken saying
3544                 it worked in every case
3545
3546 2006-12-28 [colin]      2.6.1cvs87
3547
3548         * src/gtk/gtkaspell.c
3549                 Don't assert if use_alternate is true
3550                 and alt_dictionary isn't set -- this 
3551                 is what happens on upgrade! Rather,
3552                 do with it.
3553
3554 2006-12-28 [colin]      2.6.1cvs86
3555
3556         * Makefile.am
3557                 Fix desktop/icon simplification
3558
3559 2006-12-28 [colin]      2.6.1cvs85
3560
3561         * Makefile.am
3562                 Make desktop and icon not 
3563                 dependant on the desktop
3564
3565 2006-12-28 [wwp]        2.6.1cvs84
3566
3567         * src/plugins/pgpmime/claws.def
3568                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
3569
3570 2006-12-28 [wwp]        2.6.1cvs83
3571
3572         * src/prefs_folder_item.c
3573                 Fix coloring of "simplify subject regexp" (folder prefs),
3574                 which might be left to red whereas the regexp gets empty.
3575
3576 2006-12-28 [wwp]        2.6.1cvs82
3577
3578         * src/prefs_common.c
3579         * src/prefs_common.h
3580         * src/addressbook.c
3581         * src/addressitem.h
3582                 Save addressbook mainwindow's horizontal and vertical splitter position.
3583
3584 2006-12-27 [wwp]        2.6.1cvs81
3585
3586         * src/gtk/gtkaspell.c
3587         * src/gtk/gtkaspell.h
3588         * src/compose.c
3589                 Fix assignment of compose's default and alternate dictionary from
3590                 account or folder settings. Now gtkaspell_change_dict does rotate
3591                 dicts only when it's called from a menu cb.
3592
3593 2006-12-27 [wwp]        2.6.1cvs80
3594
3595         * src/folder_item_prefs.c
3596                 Fix randomly initialized default-alt-dictionary (folder prefs),
3597                 complete 2.6.1cvs72.
3598
3599 2006-12-27 [paul]       2.6.1cvs79
3600
3601         * src/imap_gtk.c
3602         * src/mh_gtk.c
3603                 Add Copy folder in the folder's contextual
3604                 menu
3605
3606 2006-12-27 [wwp]        2.6.1cvs78
3607
3608         * src/imap.c
3609                 Clean up session locking, thanks to Colin.
3610
3611 2006-12-26 [colin]      2.6.1cvs77
3612
3613         * src/statusbar.c
3614                 Revert previous patch
3615
3616 2006-12-26 [colin]      2.6.1cvs76
3617
3618         * src/folder.c
3619         * src/folderview.c
3620         * src/imap.c
3621         * src/statusbar.c
3622         * src/etpan/imap-thread.c
3623                 Fix previous commit warnings
3624                 Make statusbar update every second if total < 20
3625                 Make IMAP APPEND faster by simplifying log              
3626
3627 2006-12-26 [colin]      2.6.1cvs75
3628
3629         * src/folder.c
3630         * src/folder.h
3631         * src/folderview.c
3632         * src/folderview.h
3633         * src/imap_gtk.c
3634         * src/mh_gtk.c
3635                 Make it possible to copy folders accross
3636                 mailboxes (this was an arbitrary limitation).
3637                 Still make it impossible to move folders 
3638                 accross mailboxes.
3639
3640 2006-12-26 [colin]      2.6.1cvs74
3641
3642         * src/etpan/imap-thread.c
3643                 Fix bug 1081, 'claws-mail 
3644                 segfaults when going offline 
3645                 while it transfers mails via 
3646                 imap'
3647
3648 2006-12-26 [colin]      2.6.1cvs73
3649
3650         * src/folder_item_prefs.c
3651                 Don't forget alt dictionary when
3652                 renaming/moving folders
3653
3654 2006-12-26 [wwp]        2.6.1cvs72
3655
3656         * src/folder_item_prefs.c
3657                 Add missing defaults for per-folder alt dict
3658                 (forgotten in 2.6.1cvs61).
3659
3660 2006-12-26 [colin]      2.6.1cvs71
3661
3662         * src/wizard.c
3663                 Add tooltip to state that specifying
3664                 full path to mailbox is possible
3665
3666 2006-12-26 [wwp]        2.6.1cvs70
3667
3668         * src/partial_download.c
3669         * src/gtk/gtkvscrollbutton.c
3670         * src/plugins/pgpinline/plugin.c
3671                 Fix for few compiler warnings that matter.
3672
3673 2006-12-25 [colin]      2.6.1cvs69
3674
3675         * src/partial_download.c
3676                 Fix marking for download or deletion
3677                 when the header isn't the first
3678         * src/gtk/logwindow.c
3679                 Fix start of scrolling
3680
3681 2006-12-23 [paul]       2.6.1cvs68
3682
3683         * src/compose.c
3684                 change last commit to use the 'academic'
3685                 method instead. Thanks to wwp
3686
3687 2006-12-23 [paul]       2.6.1cvs67
3688
3689         * src/compose.c
3690                 don't warn about empty subject when
3691                 redirecting
3692
3693 2006-12-22 [colin]      2.6.1cvs66
3694
3695         * src/summary_search.c
3696                 Fix previous patch
3697
3698 2006-12-22 [colin]      2.6.1cvs65
3699
3700         * src/gtk/gtkutils.c
3701         * src/imap.c
3702         * src/jpilot.c
3703         * src/summary_search.c
3704                 A few warning fixes
3705
3706 2006-12-23 [paul]       
3707
3708         2.7.0-rc2 released
3709
3710 2006-12-22 [colin]      2.6.1cvs64
3711
3712         * src/toolbar.c
3713         * src/toolbar.h
3714                 Add a combo to the learn spam button
3715         * src/plugins/bogofilter/bogofilter.c
3716         * src/plugins/bogofilter/bogofilter_gtk.c
3717         * src/plugins/bogofilter/bogofilter.h
3718                 Allow to store Unsure mails in a specific
3719                 folder to make better teaching easier
3720
3721 2006-12-21 [wwp]        2.6.1cvs63
3722
3723         * src/compose.c
3724         * src/prefs_common.c
3725         * src/prefs_common.h
3726         * src/prefs_spelling.c
3727         * src/gtk/gtkaspell.c
3728         * src/gtk/gtkaspell.h
3729                 Allow spell-checking using both current and alternate dictionaries
3730                 (thanks to Colin).
3731
3732 2006-12-21 [wwp]        2.6.1cvs62
3733
3734         * src/gtk/gtkaspell.c
3735                 Apply recheck_when_changing_dict (highlight all mispelled words)
3736                 when switching to alternate dictionary.
3737
3738 2006-12-21 [wwp]        2.6.1cvs61
3739
3740         * src/compose.c
3741         * src/folder_item_prefs.h
3742         * src/prefs_common.c
3743         * src/prefs_common.h
3744         * src/prefs_folder_item.c
3745         * src/prefs_spelling.c
3746         * src/gtk/gtkaspell.c
3747         * src/gtk/gtkaspell.h
3748                 Add global and per-folder prefs to set the default
3749                 alternate dictionary.
3750
3751 2006-12-21 [colin]      2.6.1cvs60
3752
3753         * src/folder.c
3754                 Look for folders by path in all folders
3755         * src/html.c
3756                 add &mdash;
3757
3758 2006-12-20 [colin]      2.6.1cvs59
3759
3760         * src/gtk/quicksearch.c
3761                 Make sure in_typing is false when clearing
3762
3763 2006-12-20 [wwp]        2.6.1cvs58
3764
3765         * configure.ac
3766                 change manual's target dir to be LFH-compliant (thanks to Colin).
3767
3768 2006-12-20 [wwp]        2.6.1cvs57
3769
3770         * src/prefs_common.c
3771         * src/prefs_summaries.c
3772                 i18n fix and factorize patch, thanks to Fabien.
3773
3774 2006-12-20 [paul]       2.6.1cvs56
3775
3776         * configure.ac
3777                 last of the renaming (??)
3778         * src/main.c
3779                 correct --help info of --status-full
3780         * src/plugins/bogofilter/bogofilter.c
3781                 make FALSE default of whitelist_ab
3782
3783 2006-12-19 [colin]      2.6.1cvs55
3784
3785         * src/jpilot.c
3786                 Same as before, without depending on
3787                 pisock >= 0.12
3788
3789 2006-12-19 [colin]      2.6.1cvs54
3790
3791         * src/jpilot.c
3792                 Fix bug 1059, 'Better jpilot charset 
3793                 handling'. Use libpisync's charset conversion
3794                 if possible
3795
3796 2006-12-19 [colin]      2.6.1cvs53
3797
3798         * po/fr.po
3799                 Updated by Fabien
3800
3801 2006-12-19 [wwp]        2.6.1cvs52
3802
3803         * src/gtk/about.c
3804                 Add missing #include (thanks to Colin).
3805
3806 2006-12-19 [wwp]        2.6.1cvs51
3807
3808         * src/prefs_receive.c
3809                 Better spacing between widgets in prefs.
3810
3811 2006-12-18 [colin]      2.6.1cvs50
3812
3813         * src/imap.c
3814                 Fix failure to get separator on LIST "" ""
3815                 Try LIST "" "INBOX" too.
3816
3817 2006-12-18 [wwp]        2.6.1cvs49
3818
3819         * src/common/session.c
3820                 Fix a compiler warning (thanks to Fabien).
3821
3822 2006-12-18 [wwp]        2.6.1cvs48
3823
3824         * src/compose.c
3825         * src/prefs_quote.c
3826                 Factorize some strings for translation (it's about error
3827                 messages when applying or checking template/quote format).
3828
3829 2006-12-18 [colin]      2.6.1cvs47
3830
3831         * Makefile.am
3832         * src/common/defs.h
3833         * src/gtk/Makefile.am
3834         * src/gtk/about.c
3835                 Add a Release notes tab from the contents of
3836                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
3837
3838 2006-12-17 [colin]      2.6.1cvs46
3839
3840         * src/mimeview.c
3841         * src/textview.c
3842         * src/gtk/filesel.c
3843                 Correctly convert from/to UTF8/filename encoding
3844                 when loading and saving files. Probably fixes
3845                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
3846                 for a file to attach and is blocked...'
3847
3848 2006-12-17 [colin]      2.6.1cvs45
3849
3850         * src/gtk/logwindow.c
3851                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
3852                 IMAP folder and is blocked on main thread': 
3853                 make sure we put utf8 in the log.
3854
3855 2006-12-16 [colin]      2.6.1cvs44
3856
3857         * src/toolbar.c
3858         * src/toolbar.h
3859                 Fix bug 1055, 'Add the 'cancel receive' 
3860                 in the available events for the toolbar buttons'
3861
3862 2006-12-16 [colin]      2.6.1cvs43
3863
3864         * po/POTFILES.in
3865         * src/imap.c
3866         * src/common/nntp.c
3867         * src/common/session.c
3868                 Log error when SSL handshakes fail. 
3869                 Fixes bug 1082, 'incorrect / imprecise 
3870                 error message when imap server provides 
3871                 ssl only through STARTTLS but SSL is 
3872                 selected'
3873
3874 2006-12-15 [wwp]        2.6.1cvs42
3875
3876         * src/plugins/bogofilter/bogofilter_gtk.c
3877                 set proper sensitivity to widgets I've recently added.
3878
3879 2006-12-15 [colin]      
3880
3881         2.7.0-rc1 released
3882
3883 2006-12-15 [wwp]        2.6.1cvs41
3884
3885         * src/plugins/bogofilter/bogofilter.c
3886         * src/plugins/bogofilter/bogofilter.h
3887         * src/plugins/bogofilter/bogofilter_gtk.c
3888                 bogofilter's whitelist can now use a subset of
3889                 the addressbook (either a book, a subfolder of a book,
3890                 or the whole addressbook by using "Any"). Re-used there
3891                 some pref_matcher widgets and mechanisms to match a subset
3892                 of the addressbook.
3893
3894 2006-12-15 [wwp]        2.6.1cvs40
3895
3896         * src/wizard.c
3897         * src/common/plugin.c
3898         * src/common/plugin.h
3899         * src/gtk/about.c
3900         * src/plugins/bogofilter/bogofilter.c
3901         * src/plugins/clamav/clamav_plugin.c
3902         * src/plugins/demo/demo.c
3903         * src/plugins/dillo_viewer/dillo_viewer.c
3904         * src/plugins/pgpcore/plugin.c
3905         * src/plugins/pgpinline/plugin.c
3906         * src/plugins/pgpmime/plugin.c
3907         * src/plugins/spamassassin/spamassassin.c
3908         * src/plugins/trayicon/trayicon.c
3909                 factorize some translatable strings (plugins-related),
3910                 fix missing punctuation in several places,
3911                 remove useless translatable \n in about.c,
3912                 and factorize plugin init code w/ a new function
3913                 check_plugin_version() in common/plugin.c.
3914                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3915
3916 2006-12-15 [wwp]        2.6.1cvs39
3917
3918         * src/plugins/bogofilter/bogofilter.c
3919         * src/plugins/bogofilter/bogofilter_gtk.c
3920                 flag whitelisted spams as spam, but don't filter it to the spam
3921                 folder. Thanks to Colin.
3922
3923 2006-12-15 [ticho]      2.6.1cvs38
3924
3925         * src/plugins/bogofilter/bogofilter.c
3926         * src/plugins/bogofilter/bogofilter.h
3927         * src/plugins/bogofilter/bogofilter_gtk.c
3928                 Add option to whitelist senders found in addressbook. Patch by colin.
3929
3930 2006-12-15 [paul]       2.6.1cvs37
3931
3932         * src/folderview.c
3933                 add missing #include "log.h"
3934
3935 2006-12-15 [paul]       2.6.1cvs36
3936
3937         * src/plugins/bogofilter/bogofilter.c
3938         * src/plugins/bogofilter/bogofilter.h
3939         * src/plugins/bogofilter/bogofilter_gtk.c
3940                 Add an option to allow inserting an
3941                 X-Claws-Bogosity header (on MH folders
3942                 only). Patch by Colin
3943
3944 2006-12-14 [colin]      2.6.1cvs35
3945
3946         * src/main.c
3947                 "Yes" should be the default choice for
3948                 migration configuration
3949
3950 2006-12-14 [paul]       2.6.1cvs34
3951
3952         * src/prefs_summaries.c
3953         * manual/advanced.xml
3954                 Unhide mark_as_read_delay
3955
3956 2006-12-14 [paul]       2.6.1cvs33
3957
3958         * src/messageview.c
3959         * src/messageview.h
3960         * src/mimeview.c
3961         * src/mimeview.h
3962         * src/summaryview.c
3963         * src/textview.c
3964         * src/textview.h
3965                 Fix printing of selection
3966                 Fix printing of message parts
3967                 Fix printing of images
3968         * src/gtk/gtksourceprintjob.c
3969                 Fix page count when there are images
3970
3971 2006-12-14 [wwp]        2.6.1cvs32
3972
3973         * src/mainwindow.c
3974         * src/summaryview.c
3975         * src/summaryview.h
3976         * src/gtk/quicksearch.c
3977                 fix quicksearch 'magnify' button status when QS is closed
3978                 using the Escape key, thanks to Colin.
3979
3980 2006-12-14 [wwp]        2.6.1cvs31
3981
3982         * src/mainwindow.c
3983         * src/summaryview.c
3984         * src/summaryview.h
3985         * src/gtk/quicksearch.c
3986                 fix quicksearch 'magnify' button status when QS is closed
3987                 using the Escape key, thanks to Colin.
3988
3989 2006-12-13 [colin]      2.6.1cvs30
3990
3991         * src/ldapquery.c
3992         * src/ldaputil.c
3993                 Use the binary safe version of ldap_get_values,
3994                 to make sure we manipulate null-terminated 
3995                 strings. Maybe fixes bug 1075, 'claws mail 
3996                 segfault when completing ldap adresses'
3997         * src/syldap.c ** REMOVED **
3998         * src/syldap.h ** REMOVED **
3999                 Remove dead files
4000
4001 2006-12-13 [mones]      2.6.1cvs29
4002
4003         * po/es.po
4004                 Fixed piped strings, fixed click translation
4005
4006 2006-12-13 [paul]       2.6.1cvs28
4007
4008         * src/main.c
4009                 don't translate these strings
4010
4011 2006-12-13 [paul]       2.6.1cvs27
4012
4013         * po/en_GB.po
4014                 updated
4015
4016 2006-12-13 [colin]      2.6.1cvs26
4017
4018         * src/main.c
4019         * src/main.h
4020                 Add claws_is_starting()
4021
4022 2006-12-13 [mones]      2.6.1cvs25
4023
4024         * manual/es/advanced.xml
4025         * po/es.po
4026                 Synced manual and updated translation
4027
4028 2006-12-12 [colin]      2.6.1cvs24
4029
4030         * src/wizard.c
4031                 Add an option to use STARTTLS in the
4032                 welcome wizard. Fixes bug 1080, 
4033                 'Using SSL option in wizard for incoming 
4034                 server does not activate SSL with STARTTLS'
4035
4036 2006-12-12 [colin]      2.6.1cvs23
4037
4038         * src/main.c
4039                 Don't exit when there's an incomplete
4040                 mailbox configured - leaves a chance 
4041                 to fix a failing IMAP account. Exit
4042                 if no mailbox at all is loaded (case
4043                 of missing plugin).
4044                 Completes bug 1077's fix (I was wrong
4045                 in this bug's comment #3).
4046
4047 2006-12-12 [colin]      2.6.1cvs22
4048
4049         * src/gtk/menu.h
4050                 Add another menu data type
4051         * src/prefs_account.c
4052                 Complete the completion of bug 1076
4053                 (doesn't lose the pref on apply)
4054
4055 2006-12-12 [paul]       2.6.1cvs21
4056
4057         * src/prefs_account.c
4058                 complete the fix of bug 1076
4059                 also be more verbose with the text
4060
4061 2006-12-12 [paul]       2.6.1cvs20
4062
4063         * src/gtk/combobox.c
4064                 fix compilation warning
4065
4066 2006-12-11 [colin]      2.6.1cvs19
4067
4068         * src/wizard.c
4069                 Document :port in server entry tooltips
4070
4071 2006-12-11 [colin]      2.6.1cvs18
4072
4073         * src/main.c
4074                 Fix compile
4075
4076 2006-12-11 [colin]      2.6.1cvs17
4077
4078         * src/main.c
4079                 Add failing IMAP as a reason for no
4080                 mailbox
4081
4082 2006-12-11 [colin]      2.6.1cvs16
4083
4084         * src/prefs_account.c
4085                 Check for existence of inbox for local
4086                 accounts too
4087         * src/wizard.c
4088                 Allow setting the port to use for servers
4089                 by using the usual "server.example.com:port"
4090                 syntax. Fixes bug 1077, 'sylpheed-claws does 
4091                 not start when IMAP server is unavailable'
4092
4093 2006-12-11 [colin]      2.6.1cvs15
4094
4095         * src/prefs_account.c
4096                 Prevent use of non-existing default inbox
4097
4098 2006-12-11 [colin]      2.6.1cvs14
4099
4100         * src/prefs_account.c
4101                 Fix sensitivity. Fixes bug 1076, 'privacy 
4102                 options are displayed even when pgp plugin 
4103                 not loaded / available'
4104
4105 2006-12-09 [colin]      2.6.1cvs13
4106
4107         * manual/advanced.xml
4108         * src/prefs_common.c
4109         * src/prefs_common.h
4110         * src/common/ssl_certificate.c
4111                 Add a new hidden preference, 'unsafe_ssl_certs',
4112                 which allows to store multiple certificates per
4113                 server/port. This is disabled by default because
4114                 it's less secure (presenting a new certificate
4115                 instead of a changed one raises less alarms).
4116                 This will cause Claws to ask about an unknown
4117                 certificate for people who have used 2.6.1cvs8
4118                 or greater.
4119
4120 2006-12-09 [colin]      2.6.1cvs12
4121
4122         * src/action.c
4123                 Fix cache updating after action
4124
4125 2006-12-07 [wwp]        2.6.1cvs11
4126
4127         * src/compose.c
4128                 fix email address comparison when replying to all
4129                 (avoid replying to ourselves), thanks to Colin.
4130
4131 2006-12-06 [paul]       2.6.1cvs10
4132
4133         * src/addrharvest.c
4134         * src/editldap.c
4135         * src/expldifdlg.c
4136         * src/news.c
4137         * src/toolbar.c
4138         * src/common/utils.c
4139                 ...and more renaming
4140                 Thanks to Colin
4141
4142 2006-12-06 [paul]       2.6.1cvs9
4143
4144         * src/compose.c
4145         * src/messageview.c
4146         * src/procheader.c
4147         * src/procmime.c
4148         * src/procmsg.c
4149         * src/textview.c
4150                 more renaming
4151                 Thanks to Colin
4152
4153 2006-12-06 [colin]      2.6.1cvs8
4154
4155         * src/ssl_manager.c
4156         * src/common/ssl_certificate.c
4157         * src/common/ssl_certificate.h
4158                 Handle multiple certificates per host/port
4159
4160 2006-12-06 [colin]      2.6.1cvs7
4161
4162         * src/etpan/imap-thread.c
4163                 Fix certificate checking on IMAP
4164
4165 2006-12-06 [colin]      2.6.1cvs6
4166
4167         * src/folderview.c
4168                 Fix bug 1072, 'Claws stops fetching newsgroups 
4169                 from server when newsgroup got deleted': continue
4170                 checking other groups
4171
4172 2006-12-05 [wwp]        2.6.1cvs5
4173
4174         * src/message_search.c
4175         * src/summary_search.c
4176         * src/gtk/combobox.c
4177         * src/gtk/combobox.h
4178         * src/gtk/gtkutils.c
4179         * src/gtk/gtkutils.h
4180                 make up and down arrow keys in modern gtk_combo_box_entry widgets
4181                 behave like w/ old comboboxes (summary and message search only).
4182
4183 2006-12-05 [paul]       2.6.1cvs4
4184
4185         * src/wizard.c
4186                 encode headers
4187                 Thanks to Colin
4188
4189 2006-12-05 [paul]       2.6.1cvs3
4190
4191         * tools/README
4192         * tools/textviewer.pl
4193                 script updated and description added
4194
4195 2006-12-04 [colin]      2.6.1cvs2
4196
4197         * src/compose.c
4198                 Run pre-send hook only when checking
4199                 everything
4200
4201 2006-12-04 [paul]       2.6.1cvs1
4202
4203         * NEWS
4204         * README
4205         * RELEASE_NOTES
4206         * configure.ac
4207         * tools/README
4208                 bump up version number following stable release
4209
4210 2006-12-04 [paul]       2.6.0cvs83
4211
4212         * README
4213                 updates and corrections
4214
4215 2006-12-04 [colin]      2.6.0cvs82
4216
4217         * src/common/utils.c
4218                 Probably fix bug 1066, 'Incorrect mailbox 
4219                 size displayed'
4220
4221 2006-12-04 [colin]      2.6.0cvs81
4222
4223         * src/common/utils.c
4224                 Trim tabs from mailcap file too.
4225
4226 2006-12-02 [paul]       2.6.0cvs80
4227
4228         * src/exphtmldlg.c
4229                 fix broken GUI under certain languages
4230         * src/expldifdlg.c
4231                 put the Cancel button to the right
4232
4233 2006-12-01 [paul]       2.6.0cvs79
4234
4235         * tools/Makefile.am
4236                 remove reference to removed file
4237
4238 2006-12-01 [wwp]        2.6.0cvs78
4239
4240         * src/addressbook.c
4241         * src/editaddress.c
4242                 remove forgotten debug statements.
4243
4244 2006-12-01 [wwp]        2.6.0cvs77
4245
4246         * manual/advanced.xml
4247         * manual/fr/advanced.xml
4248         * src/addressbook.c
4249         * src/addressbook.h
4250         * src/addressitem.h
4251         * src/editaddress.c
4252         * src/editaddress.h
4253         * src/prefs_common.c
4254         * src/prefs_common.h
4255         * src/gtk/gtkutils.c
4256         * src/gtk/gtkutils.h
4257                 add a hidden option to allow embedding the editaddress (edit contact details)
4258                 dialog into the addressbook's window. This doesn't change the default
4259                 behaviour.
4260
4261 2006-12-01 [wwp]        2.6.0cvs76
4262
4263         * src/message_search.c
4264         * src/summary_search.c
4265                 fix more focus issues (don't set focus to combobox's entry widget when
4266                 entry's value changed, if entry widget has focus already).
4267
4268 2006-12-01 [wwp]        2.6.0cvs75
4269
4270         * src/gtk/quicksearch.c
4271                 revert last changes to the quicksearch gtk_combo_box, this needs more
4272                 tuning and testing.
4273
4274 2006-12-01 [paul]       2.6.0cvs74
4275
4276         * tools/kdeservicemenu/README
4277         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4278         * tools/kdeservicemenu/install.sh
4279         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4280         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4281                 simplify this stuff, and in so doing,
4282                 fix it. (possibly re-extend it again at
4283                 a later date)
4284
4285 2006-12-01 [wwp]        2.6.0cvs73
4286
4287         * src/gtk/quicksearch.c
4288                 adapt quicksearch code to use modern gtk_combo_box'es.
4289
4290 2006-12-01 [wwp]        2.6.0cvs72
4291
4292         * src/common/defs.h
4293         * src/prefs_common.c
4294         * src/prefs_common.h
4295         * src/message_search.c
4296         * src/summary_search.c
4297         * src/gtk/combobox.c
4298         * src/gtk/combobox.h
4299                 add history combos to all message and summary search fields.
4300
4301 2006-12-01 [wwp]        2.6.0cvs71
4302
4303         * src/summaryview.c
4304                 As the list may change while the mark as read delay
4305                 runs, we can't rely on the 'row' pointer, which can
4306                 be invalid when the timeout is called. As the mark
4307                 as read is only done if the message is still selected,
4308                 use summaryview->selected instead. Thanks to Colin.
4309
4310 2006-11-30 [paul]       2.6.0cvs70
4311
4312         * src/textview.c
4313                 give emphasis to "Sylpheed-Claws"
4314                 as well as "Claws Mail"
4315
4316 2006-11-30 [colin]      2.6.0cvs69
4317
4318         * src/wizard.c
4319                 Put the SSL checkboxes in the receiving
4320                 and sending server pages.
4321
4322 2006-11-29 [colin]      2.6.0cvs68
4323
4324         * src/gtk/gtkutils.c
4325         * src/gtk/gtkvscrollbutton.c
4326                 Revert some deprecated fixes - they seem to
4327                 deprecate stuff as soon as a new one gets out.
4328                 g_object_ref_sink needed glib-2.10.
4329
4330 2006-11-29 [colin]      2.6.0cvs67
4331
4332         * src/common/utils.c
4333                 Create .mailcap if it doesn't exist
4334
4335 2006-11-29 [colin]      2.6.0cvs66
4336
4337         * src/compose.c
4338                 Followup to cvs60: use original list
4339                 of recipients if replying to a mail
4340                 in Sent Drafts or Queue.
4341
4342 2006-11-27 [paul]       2.6.0cvs65
4343
4344         * src/image_viewer.c
4345                 revert the last change for now (it's broken)
4346
4347 2006-11-27 [paul]       2.6.0cvs64
4348
4349         * Makefile.am
4350         * configure.ac
4351         * m4/aclocal-include.m4
4352         * m4/check-type.m4
4353         * src/Makefile.am
4354         * src/addr_compl.c
4355         * src/compose.c
4356         * src/crash.c
4357         * src/export.c
4358         * src/exporthtml.c
4359         * src/exportldif.c
4360         * src/imap.c
4361         * src/import.c
4362         * src/main.c
4363         * src/main.h
4364         * src/matcher.c
4365         * src/mimeview.c
4366         * src/procmsg.c
4367         * src/textview.c
4368         * src/common/Makefile.am
4369         * src/common/claws.c
4370         * src/common/claws.h
4371         * src/common/ssl.c
4372         * src/common/sylpheed.c
4373         * src/common/sylpheed.h
4374         * src/etpan/Makefile.am
4375         * src/gtk/Makefile.am
4376         * src/gtk/claws-marshal.list
4377         * src/gtk/filesel.c
4378         * src/gtk/gtksctree.c
4379         * src/gtk/quicksearch.c
4380         * src/gtk/sylpheed-marshal.list
4381         * src/plugins/bogofilter/bogofilter.c
4382         * src/plugins/bogofilter/bogofilter_gtk.c
4383         * src/plugins/clamav/clamav_plugin.c
4384         * src/plugins/clamav/clamav_plugin_gtk.c
4385         * src/plugins/demo/demo.c
4386         * src/plugins/dillo_viewer/dillo_viewer.c
4387         * src/plugins/pgpcore/Makefile.am
4388         * src/plugins/pgpcore/claws.def
4389         * src/plugins/pgpcore/pgp_viewer.c
4390         * src/plugins/pgpcore/plugin.c
4391         * src/plugins/pgpcore/sylpheed.def
4392         * src/plugins/pgpinline/Makefile.am
4393         * src/plugins/pgpinline/claws.def
4394         * src/plugins/pgpinline/plugin.c
4395         * src/plugins/pgpinline/sylpheed.def
4396         * src/plugins/pgpmime/Makefile.am
4397         * src/plugins/pgpmime/claws.def
4398         * src/plugins/pgpmime/plugin.c
4399         * src/plugins/pgpmime/sylpheed.def
4400         * src/plugins/spamassassin/spamassassin.c
4401         * src/plugins/spamassassin/spamassassin_gtk.c
4402         * src/plugins/trayicon/trayicon.c
4403                 yet more renaming
4404                 remove deprecated gtk_tooltips_set_delay()
4405
4406 2006-11-26 [paul]       2.6.0cvs63
4407
4408         * src/expldifdlg.c
4409         * src/folderview.c
4410         * src/image_viewer.c
4411         * src/mainwindow.c
4412         * src/gtk/gtkutils.c
4413         * src/gtk/gtkvscrollbutton.c
4414         * src/gtk/prefswindow.c
4415         * src/plugins/pgpcore/prefs_gpg.c
4416                 replace more deprecated GTK+ functions
4417
4418 2006-11-26 [paul]       2.6.0cvs62
4419
4420         * src/addr_compl.c
4421         * src/addressbook.c
4422         * src/browseldap.c
4423                 replace deprecated gtk_idle_... functions
4424
4425 2006-11-26 [paul]       2.6.0cvs61
4426
4427         * src/compose.c
4428         * src/folderview.c
4429         * src/inc.c
4430         * src/summaryview.c
4431         * src/gtk/gtkvscrollbutton.c
4432         * src/gtk/quicksearch.c
4433         * src/plugins/pgpcore/passphrase.c
4434                 replace deprecated gtk_timeout_add and
4435                 gtk_timeout_remove
4436
4437 2006-11-26 [paul]       2.6.0cvs60
4438
4439         * src/compose.c
4440                 fix bug that caused the wrong recipient
4441                 to be selected when replying to a msg
4442                 which is From one of our accounts to
4443                 another of our accounts
4444
4445 2006-11-25 [paul]       2.6.0cvs59
4446
4447         * src/summaryview.c
4448                 don't change the From column title to
4449                 To if the To column is visible
4450
4451 2006-11-24 [paul]       2.6.0cvs58
4452
4453         * src/compose.c
4454                 fix bug 1069, 'Sent mails disappear, BCC
4455                 or locking problem?'
4456
4457 2006-11-21 [wwp]        2.6.0cvs57
4458
4459         * src/compose.c
4460                 fix spelling menu when replying (same as 2.3.1cvs39):
4461                 discrepancy between context menu and top menu when
4462                 folder's dictionary isn't the default one.
4463
4464 2006-11-19 [paul]       2.6.0cvs56
4465
4466         * src/summaryview.c
4467                 obey always_show_msg option when
4468                 marking as spam
4469         * src/plugins/bogofilter/bogofilter.c
4470                 fix typo
4471
4472 2006-11-18 [paul]       2.6.0cvs55
4473
4474         * AUTHORS
4475         * README
4476         * debian/copyright
4477         * manual/ack.xml
4478         * manual/es/ack.xml
4479         * manual/fr/ack.xml
4480         * manual/pl/ack.xml
4481         * src/gtk/authors.h
4482         * src/gtk/icon_legend.c
4483         * src/gtk/icon_legend.h
4484         * tools/OOo2claws-mail.pl
4485         * tools/README
4486         * tools/acroread2claws-mail.pl
4487         * tools/claws.i18n.status.pl
4488         * tools/filter_conv.pl
4489         * tools/filter_conv_new.pl
4490         * tools/freshmeat_search.pl
4491         * tools/google_search.pl
4492         * tools/kmail2claws-mail.pl
4493         * tools/kmail2claws-mail_v2.pl
4494         * tools/maildir2claws-mail.pl
4495         * tools/make.themes.project
4496         * tools/multiwebsearch.pl
4497         * tools/outlook2claws-mail.pl
4498         * tools/tb2claws-mail
4499         * tools/kdeservicemenu/README
4500         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4501                 update mine and wwp's email addresses in
4502                 several places
4503                 Patch by wwp
4504         * src/prefs_compose_writing.c
4505                 set sensitivity on 'new message format' frame
4506
4507 2006-11-17 [paul]       2.6.0cvs54
4508
4509         * src/gtk/about.c
4510                 more reworking of the GUI
4511                 Patch by Fabien Vantard
4512
4513 2006-11-16 [paul]       2.6.0cvs53
4514
4515         * src/gtk/about.c
4516                 set a minimum size for the window, allow
4517                 it to automatically expand as necessary
4518
4519 2006-11-16 [wwp]        2.6.0cvs52
4520
4521         * src/gtk/about.c
4522                 better wrap of copyright info on some systems.
4523
4524 2006-11-16 [paul]       2.6.0cvs51
4525
4526         * src/gtk/about.c
4527                 move the tech info from the upper panel
4528                 to the Info tab
4529                 use a gtk_text_view for the features tab
4530
4531 2006-11-16 [paul]       2.6.0cvs50
4532
4533         * po/Makevars
4534                 update my email address
4535         * src/addressbook.c
4536         * src/compose.c
4537         * src/imap_gtk.c
4538         * src/mh_gtk.c
4539         * src/news_gtk.c
4540         * src/summaryview.c
4541         * src/plugins/trayicon/trayicon.c
4542                 don't offer simple menu separators
4543                 for translation
4544         * src/folderview.c
4545                 add separator between 'mark all read'
4546                 and 'search folder'
4547
4548 2006-11-15 [wwp]        2.6.0cvs49
4549
4550         * src/gtk/authors.h
4551                 updated manuals authors.
4552
4553 2006-11-14 [paul]       2.6.0cvs48
4554
4555         * src/compose.c
4556                 Fix Options/Reply mode after draft save
4557
4558 2006-11-14 [paul]       2.6.0cvs47
4559
4560         * src/Makefile.am
4561                 Fix make DESTDIR=...
4562         * src/mbox.c
4563                 Optimise speed
4564         * src/plugins/pgpinline/pgpinline.c
4565                 Probably fix bug 1061
4566
4567 2006-11-14 [paul]       2.6.0cvs46
4568
4569         * po/Makevars
4570                 enable Q_ macro
4571         * src/Makefile.am
4572         * src/stock_pixmap.c
4573         * src/stock_pixmap.h
4574         * src/gtk/about.c
4575         * src/pixmaps/active.xpm
4576         * src/pixmaps/inactive.xpm
4577                 add a new page, 'Features', to the About dialog
4578                 showing which features are compiled in and which
4579                 are not
4580
4581 2006-11-14 [paul]       2.6.0cvs45
4582
4583         * po/ru.po
4584                 updated by Pavlo Bohmat
4585
4586 2006-11-14 [colin]      2.6.0cvs44
4587
4588         * src/compose.c
4589         * src/inc.c
4590         * src/messageview.c
4591         * src/news.c
4592         * src/pop.c
4593         * src/procmsg.c
4594         * src/gtk/gtkaspell.c
4595                 Fix 64-bit-related warnings
4596         * src/ssl_manager.c
4597                 Fix possible infinite loop
4598         * src/plugins/pgpcore/sgpgme.c
4599                 Remove useless check
4600
4601 2006-11-13 [colin]      2.6.0cvs43
4602
4603         * src/gtk/Makefile.am
4604                 authors.h isn't generated
4605
4606 2006-11-13 [colin]      2.6.0cvs42
4607
4608         * src/plugins/pgpinline/pgpinline.c
4609         * src/plugins/pgpmime/pgpmime.c
4610                 Very probably fix bug 1061, 'crash on 
4611                 opening signed email'. Another cast
4612                 problem
4613
4614 2006-11-13 [colin]      2.6.0cvs41
4615
4616         * src/plugins/pgpcore/sgpgme.c
4617                 Maybe fix bug 1061, 'crash on opening 
4618                 signed email'
4619
4620 2006-11-13 [wwp]        2.6.0cvs40
4621
4622         * src/plugins/pgpinline/pgpinline.c
4623                 fix candidate for bug #1057, thanks to Colin.
4624
4625 2006-11-13 [wwp]        2.6.0cvs39
4626
4627         * src/compose.c
4628         * src/quote_fmt_parse.y
4629                 fix bug 1052: current parser buffer was not always 
4630                 allocated, ptr to this buffer could be returned as 
4631                 NULL whereas no parser error has occurred. in 
4632                 consequence, defining a template body as "%d" 
4633                 (w/o the quotes) for the first time of the instance 
4634                 of claws-mail, was reporting a parser error. make 
4635                 sure that the buffer is always allocated, even to 
4636                 an empty string.
4637                 fix mis-unescaping in compose.:compose_quote_fmt(): 
4638                 unescaping of the fmt string was always done 
4639                 whereas it must be done *only* when receiving 
4640                 quote format strings issued from the prefs 
4641                 (compose new message, reply, forward, redirect 
4642                 formats), *not* when applying templates.  in 
4643                 consequences, applying templates w/ sequences 
4644                 like \\|p{echo} were failing. make sure that 
4645                 unescaping is done only when necessary.
4646
4647 2006-11-12 [colin]      2.6.0cvs38
4648
4649         * po/de.po
4650                 Fix typo (s/KB/MB)
4651
4652 2006-11-12 [colin]      2.6.0cvs37
4653
4654         * src/plugins/pgpinline/pgpinline.c
4655         * src/plugins/pgpmime/pgpmime.c
4656                 Release GPG context at the latest 
4657                 possible moment. Maybe fixes 
4658                 bug 1057, 'crash on sending signed 
4659                 message to a newsgroup'
4660                 
4661
4662 2006-11-12 [colin]      2.6.0cvs36
4663
4664         * src/plugins/pgpcore/sgpgme.c
4665                 Tell a bit more when gpg's status doesn't
4666                 contain any signature
4667
4668 2006-11-12 [colin]      2.6.0cvs35
4669
4670         * src/compose.c
4671                 Fix bug 1060, 'compilation error with 
4672                 Irix's cc'
4673
4674 2006-11-12 [paul]       2.6.0cvs34
4675
4676         * doc/man/claws-mail.1
4677         * src/prefs_gtk.c
4678         * src/plugins/clamav/README
4679         * src/plugins/spamassassin/README
4680         * tools/README
4681         * tools/freshmeat_search.pl
4682         * tools/google_search.pl
4683         * tools/multiwebsearch.pl
4684                 more renaming
4685         * src/plugins/trayicon/trayicon.c
4686                 fix compiliation warning
4687
4688 2006-11-11 [colin]      2.6.0cvs33
4689
4690         * src/folderview.c
4691                 Forbid drag and drop from/to different
4692                 folders of type F_UNKNOWN
4693
4694 2006-11-11 [colin]      2.6.0cvs32
4695
4696         * src/plugins/pgpinline/pgpinline.c
4697                 Fix typo in previous commit:
4698                 - gpgme_new(&ctx);
4699                 + if ((err = gpgme_new(&data->ctx)) ...)
4700
4701 2006-11-11 [colin]      2.6.0cvs31
4702
4703         * src/plugins/pgpinline/pgpinline.c
4704         * src/plugins/pgpmime/pgpmime.c
4705                 Check success after calling gpgme_new
4706                 Maybe fixes bug 1057, 'crash on sending 
4707                 signed message to a newsgroup'
4708
4709 2006-11-11 [colin]      2.6.0cvs30
4710
4711         * src/undo.c
4712                 init undostruct to 0s (from
4713                 valgrind log of bug 1057)
4714
4715 2006-11-10 [colin]      2.6.0cvs29
4716
4717         * src/mainwindow.c
4718                 Set cursor to wait before filtering
4719                 duplicates in all folders
4720         * src/plugins/bogofilter/bogofilter.c
4721         * src/plugins/bogofilter/bogofilter.h
4722         * src/plugins/bogofilter/bogofilter_gtk.c
4723                 Completely thread away the bogofilter
4724                 filtering
4725
4726 2006-11-10 [mones]      2.6.0cvs28
4727
4728         * src/compose.c
4729         * src/compose.h
4730                 added COMPOSE_CHECK_BEFORE_SEND hook
4731
4732 2006-11-10 [paul]       2.6.0cvs27
4733
4734         * src/crash.c
4735                 more renaming
4736                 add libSM to get_compiled_in_features()
4737         * src/main.c
4738                 more renaming
4739
4740 2006-11-10 [colin]      2.6.0cvs26
4741
4742         * src/etpan/imap-thread.c
4743                 Add a reference to libetpan's sasl engine
4744                 so that sasl_done() doesn't get called by
4745                 libetpan, and doesn't break openssl.
4746                 Should fix bug 1053, 'SC fails to reestablish 
4747                 a secure connection'
4748                 Patch by Hoa
4749
4750 2006-11-10 [colin]      2.6.0cvs25
4751
4752         * manual/addrbook.xml
4753         * manual/advanced.xml
4754         * manual/faq.xml
4755         * manual/intro.xml
4756                 Some more renaming
4757
4758 2006-11-09 [colin]      2.6.0cvs24
4759
4760         * src/plugins/bogofilter/bogofilter_gtk.c
4761                 Add comment about annoyance
4762
4763 2006-11-09 [colin]      2.6.0cvs23
4764
4765         * src/plugins/bogofilter/bogofilter.c
4766         * src/plugins/bogofilter/bogofilter_gtk.c
4767                 Prepare things needed to thread bogofilter
4768                 filtering: separate bogo stuff and possible GUI
4769                 stuff. 
4770
4771 2006-11-09 [colin]      2.6.0cvs22
4772
4773         * src/account.c
4774         * src/compose.c
4775                 Search for one of our accounts in Delivered-To
4776                 (helps for auto-account selection when 
4777                  replying/forwarding)
4778         * src/folderview.c
4779         * src/mainwindow.c
4780         * src/mainwindow.h
4781         * src/plugins/trayicon/trayicon.c
4782                 Allow opening a new mail with any account from
4783                 the contextual menu
4784
4785 2006-11-09 [wwp]        2.6.0cvs21
4786
4787         * src/compose.c
4788         * src/prefs_common.c
4789         * src/prefs_common.h
4790         * src/prefs_compose_writing.c
4791                 add a compose new message format (in prefs/compose/writing), it's a
4792                 simple subject+body template to use when opening a new composition
4793                 window. It's similar to the existent reply and forward formats.
4794
4795                 enhanced the template/format % symbols substitution mechanism to
4796                 use current composition window information when % are used in
4797                 the compose new message format or in templates applied to new
4798                 messages (there were useless in that situations before). When
4799                 applied to new messages, %d corresponds to the system time/date.
4800
4801 2006-11-09 [paul]       2.6.0cvs20
4802
4803         * src/gtk/authors.h
4804                 fix last commit
4805
4806 2006-11-09 [paul]       2.6.0cvs19
4807
4808         * src/gtk/authors.h
4809                 keep tje alphabetical order
4810
4811 2006-11-08 [colin]      2.6.0cvs18
4812
4813         * src/etpan/imap-thread.c
4814                 Fix bug 1054, 'Slowness logging big 
4815                 data chunks'
4816
4817 2006-11-08 [paul]       2.6.0cvs17
4818
4819         * tools/Makefile.am
4820                 fix the renaming
4821
4822 2006-11-08 [paul]       2.6.0cvs16
4823
4824         * src/common/defs.h
4825                 update BUGZILLA_URI
4826
4827 2006-11-08 [paul]       2.6.0cvs15
4828
4829         * tools/Makefile.am
4830         * tools/OOo2claws-mail.pl
4831         * tools/OOo2sylpheed.pl
4832         * tools/README
4833         * tools/acroread2claws-mail.pl
4834         * tools/acroread2sylpheed.pl
4835         * tools/kmail2claws-mail.pl
4836         * tools/kmail2claws-mail_v2.pl
4837         * tools/kmail2sylpheed.pl
4838         * tools/kmail2sylpheed_v2.pl
4839         * tools/maildir2claws-mail.pl
4840         * tools/maildir2sylpheed.pl
4841         * tools/nautilus2claws-mail.sh
4842         * tools/nautilus2sylpheed.sh
4843         * tools/outlook2claws-mail.pl
4844         * tools/outlook2sylpheed.pl
4845         * tools/tb2claws-mail
4846         * tools/tb2sylpheed
4847         * tools/tbird2claws.py
4848         * tools/tbird2syl.py
4849         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4850         * tools/kdeservicemenu/install.sh
4851         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4852         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4853         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4854         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4855         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4856                 renamed (removed, added) tools files
4857
4858 2006-11-08 [paul]       2.6.0cvs14
4859
4860         * src/main.c
4861         * src/common/defs.h
4862                 Migrate sylpheedrc to clawsrc, and fix the standard
4863                 plugins path in the process
4864
4865 2006-11-07 [colin]      2.6.0cvs13
4866
4867         * src/Makefile.am
4868                 Symlink sylpheed-claws relative to 
4869                 claws-mail
4870
4871 2006-11-07 [colin]      2.6.0cvs12
4872
4873         * src/compose.c
4874                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
4875
4876 2006-11-07 [paul]       2.6.0cvs11
4877
4878         * src/gtk/about.c
4879                 Fix a missed occurence of
4880                 Sylpheed-Claws
4881
4882 2006-11-07 [paul]       2.6.0cvs10
4883
4884         * src/Makefile.am
4885                 Fix symlink installation
4886
4887 2006-11-07 [paul]       2.6.0cvs9
4888
4889         * src/Makefile.am
4890                 Symlink claws-mail to sylpheed-claws
4891         * src/common/utils.c
4892                 Fix migrating symlinks
4893         * src/etpan/imap-thread.c
4894                 check certificate only when there's
4895                 no error
4896
4897 2006-11-07 [paul]       2.6.0cvs8
4898
4899         * Makefile.am
4900                 Fix icon breakages with Gtk, which needs a 
4901                 cache updated to see them.
4902
4903 2006-11-07 [paul]       2.6.0cvs7
4904
4905         * .cvsignore
4906         * AUTHORS
4907         * COPYING
4908         * INSTALL
4909         * Makefile.am
4910         * NEWS
4911         * README
4912         * RELEASE_NOTES
4913         * autogen.sh
4914         * claws-mail-128x128.png
4915         * claws-mail-64x64.png
4916         * claws-mail.ico
4917         * claws-mail.pc.in
4918         * claws-mail.png
4919         * configure.ac
4920         * sylpheed-claws-128x128.png
4921         * sylpheed-claws-64x64.png
4922         * sylpheed-claws.desktop
4923         * sylpheed-claws.ico
4924         * sylpheed-claws.pc.in
4925         * sylpheed-claws.png
4926         * debian/README.Debian
4927         * debian/changelog
4928         * debian/claws-mail.desktop
4929         * debian/claws-mail.menu
4930         * debian/claws-mail.postinst.debhelper
4931         * debian/claws-mail.postrm.debhelper
4932         * debian/control
4933         * debian/copyright
4934         * debian/files
4935         * debian/rules
4936         * debian/sylpheed-claws.desktop
4937         * debian/sylpheed-claws.menu
4938         * debian/sylpheed-claws.postinst.debhelper
4939         * debian/sylpheed-claws.postrm.debhelper
4940         * doc/man/Makefile.am
4941         * doc/man/claws-mail.1
4942         * doc/man/sylpheed-claws.1
4943         * doc/src/ChangeLog.claws-pre0.8.0
4944         * manual/Makefile.am
4945         * manual/account.xml
4946         * manual/ack.xml
4947         * manual/addrbook.xml
4948         * manual/advanced.xml
4949         * manual/claws-mail-manual.xml
4950         * manual/faq.xml
4951         * manual/glossary.xml
4952         * manual/handling.xml
4953         * manual/intro.xml
4954         * manual/keyboard.xml
4955         * manual/plugins.xml
4956         * manual/starting.xml
4957         * manual/sylpheed-claws-manual.xml
4958         * manual/xml2pdf
4959         * manual/dist/.cvsignore
4960         * manual/dist/html/.cvsignore
4961         * manual/dist/html/Makefile.am
4962         * manual/dist/pdf/.cvsignore
4963         * manual/dist/pdf/Makefile.am
4964         * manual/dist/ps/.cvsignore
4965         * manual/dist/ps/Makefile.am
4966         * manual/dist/txt/.cvsignore
4967         * manual/dist/txt/Makefile.am
4968         * manual/es/Makefile.am
4969         * manual/es/advanced.xml
4970         * manual/es/claws-mail-manual.xml
4971         * manual/es/faq.xml
4972         * manual/es/glossary.xml
4973         * manual/es/handling.xml
4974         * manual/es/intro.xml
4975         * manual/es/plugins.xml
4976         * manual/es/sylpheed-claws-manual.xml
4977         * manual/es/dist/.cvsignore
4978         * manual/es/dist/html/.cvsignore
4979         * manual/es/dist/html/Makefile.am
4980         * manual/es/dist/pdf/.cvsignore
4981         * manual/es/dist/pdf/Makefile.am
4982         * manual/es/dist/ps/.cvsignore
4983         * manual/es/dist/ps/Makefile.am
4984         * manual/es/dist/txt/.cvsignore
4985         * manual/es/dist/txt/Makefile.am
4986         * manual/fr/Makefile.am
4987         * manual/fr/account.xml
4988         * manual/fr/ack.xml
4989         * manual/fr/addrbook.xml
4990         * manual/fr/advanced.xml
4991         * manual/fr/claws-mail-manual.xml
4992         * manual/fr/faq.xml
4993         * manual/fr/glossary.xml
4994         * manual/fr/handling.xml
4995         * manual/fr/intro.xml
4996         * manual/fr/keyboard.xml
4997         * manual/fr/plugins.xml
4998         * manual/fr/starting.xml
4999         * manual/fr/sylpheed-claws-manual.xml
5000         * manual/fr/dist/.cvsignore
5001         * manual/fr/dist/html/.cvsignore
5002         * manual/fr/dist/html/Makefile.am
5003         * manual/fr/dist/pdf/.cvsignore
5004         * manual/fr/dist/pdf/Makefile.am
5005         * manual/fr/dist/ps/.cvsignore
5006         * manual/fr/dist/ps/Makefile.am
5007         * manual/fr/dist/txt/.cvsignore
5008         * manual/fr/dist/txt/Makefile.am
5009         * manual/pl/Makefile.am
5010         * manual/pl/account.xml
5011         * manual/pl/ack.xml
5012         * manual/pl/addrbook.xml
5013         * manual/pl/advanced.xml
5014         * manual/pl/claws-mail-manual.xml
5015         * manual/pl/faq.xml
5016         * manual/pl/glossary.xml
5017         * manual/pl/handling.xml
5018         * manual/pl/intro.xml
5019         * manual/pl/keyboard.xml
5020         * manual/pl/plugins.xml
5021         * manual/pl/starting.xml
5022         * manual/pl/sylpheed-claws-manual.xml
5023         * manual/pl/dist/.cvsignore
5024         * manual/pl/dist/html/.cvsignore
5025         * manual/pl/dist/html/Makefile.am
5026         * manual/pl/dist/pdf/.cvsignore
5027         * manual/pl/dist/pdf/Makefile.am
5028         * manual/pl/dist/ps/.cvsignore
5029         * manual/pl/dist/ps/Makefile.am
5030         * manual/pl/dist/txt/.cvsignore
5031         * manual/pl/dist/txt/Makefile.am
5032         * po/.cvsignore
5033         * po/Makevars
5034         * src/.cvsignore
5035         * src/Makefile.am
5036         * src/account.c
5037         * src/account.h
5038         * src/action.c
5039         * src/action.h
5040         * src/adbookbase.h
5041         * src/addr_compl.c
5042         * src/addr_compl.h
5043         * src/addrbook.c
5044         * src/addrcache.c
5045         * src/addrcache.h
5046         * src/addrcindex.c
5047         * src/addrcindex.h
5048         * src/addrclip.c
5049         * src/addrclip.h
5050         * src/addrdefs.h
5051         * src/addressadd.c
5052         * src/addressadd.h
5053         * src/addressbook.c
5054         * src/addressbook.h
5055         * src/addressbook_foldersel.c
5056         * src/addressbook_foldersel.h
5057         * src/addrgather.c
5058         * src/addrgather.h
5059         * src/addrharvest.c
5060         * src/addrharvest.h
5061         * src/addrindex.c
5062         * src/addrindex.h
5063         * src/addritem.c
5064         * src/addritem.h
5065         * src/addrquery.c
5066         * src/addrquery.h
5067         * src/addrselect.c
5068         * src/addrselect.h
5069         * src/alertpanel.c
5070         * src/alertpanel.h
5071         * src/browseldap.c
5072         * src/browseldap.h
5073         * src/codeconv.c
5074         * src/codeconv.h
5075         * src/compose.c
5076         * src/crash.c
5077         * src/crash.h
5078         * src/customheader.c
5079         * src/customheader.h
5080         * src/displayheader.c
5081         * src/displayheader.h
5082         * src/editaddress.c
5083         * src/editaddress.h
5084         * src/editbook.c
5085         * src/editbook.h
5086         * src/editgroup.c
5087         * src/editgroup.h
5088         * src/editjpilot.c
5089         * src/editjpilot.h
5090         * src/editldap.c
5091         * src/editldap.h
5092         * src/editldap_basedn.c
5093         * src/editldap_basedn.h
5094         * src/editvcard.c
5095         * src/editvcard.h
5096         * src/exphtmldlg.c
5097         * src/exphtmldlg.h
5098         * src/expldifdlg.c
5099         * src/expldifdlg.h
5100         * src/export.c
5101         * src/exporthtml.c
5102         * src/exporthtml.h
5103         * src/exportldif.c
5104         * src/exportldif.h
5105         * src/filtering.c
5106         * src/filtering.h
5107         * src/folder.c
5108         * src/folder.h
5109         * src/folder_item_prefs.c
5110         * src/folder_item_prefs.h
5111         * src/foldersel.c
5112         * src/foldersel.h
5113         * src/folderutils.c
5114         * src/folderutils.h
5115         * src/folderview.c
5116         * src/folderview.h
5117         * src/grouplistdialog.c
5118         * src/grouplistdialog.h
5119         * src/html.c
5120         * src/html.h
5121         * src/image_viewer.c
5122         * src/image_viewer.h
5123         * src/imap.c
5124         * src/imap.h
5125         * src/imap_gtk.c
5126         * src/imap_gtk.h
5127         * src/import.c
5128         * src/import.h
5129         * src/importldif.c
5130         * src/importldif.h
5131         * src/importmutt.c
5132         * src/importmutt.h
5133         * src/importpine.c
5134         * src/importpine.h
5135         * src/inc.c
5136         * src/inc.h
5137         * src/jpilot.c
5138         * src/jpilot.h
5139         * src/ldapctrl.c
5140         * src/ldapctrl.h
5141         * src/ldaplocate.c
5142         * src/ldaplocate.h
5143         * src/ldapquery.c
5144         * src/ldapquery.h
5145         * src/ldapserver.c
5146         * src/ldapserver.h
5147         * src/ldaputil.c
5148         * src/ldaputil.h
5149         * src/ldif.c
5150         * src/ldif.h
5151         * src/localfolder.c
5152         * src/localfolder.h
5153         * src/main.c
5154         * src/main.h
5155         * src/mainwindow.c
5156         * src/mainwindow.h
5157         * src/manual.c
5158         * src/manual.h
5159         * src/matcher.c
5160         * src/matcher.h
5161         * src/matcher_parser.h
5162         * src/matcher_parser_lex.l
5163         * src/matcher_parser_parse.y
5164         * src/mbox.c
5165         * src/mbox.h
5166         * src/message_search.c
5167         * src/message_search.h
5168         * src/messageview.c
5169         * src/messageview.h
5170         * src/mh.c
5171         * src/mh.h
5172         * src/mh_gtk.c
5173         * src/mh_gtk.h
5174         * src/mimeview.c
5175         * src/mimeview.h
5176         * src/msgcache.c
5177         * src/msgcache.h
5178         * src/mutt.c
5179         * src/mutt.h
5180         * src/news.c
5181         * src/news.h
5182         * src/news_gtk.c
5183         * src/news_gtk.h
5184         * src/noticeview.c
5185         * src/noticeview.h
5186         * src/partial_download.c
5187         * src/partial_download.h
5188         * src/pine.c
5189         * src/pine.h
5190         * src/pop.c
5191         * src/pop.h
5192         * src/prefs_account.c
5193         * src/prefs_account.h
5194         * src/prefs_actions.c
5195         * src/prefs_actions.h
5196         * src/prefs_common.c
5197         * src/prefs_common.h
5198         * src/prefs_compose_writing.c
5199         * src/prefs_compose_writing.h
5200         * src/prefs_customheader.c
5201         * src/prefs_customheader.h
5202         * src/prefs_display_header.c
5203         * src/prefs_display_header.h
5204         * src/prefs_ext_prog.c
5205         * src/prefs_ext_prog.h
5206         * src/prefs_filtering.c
5207         * src/prefs_folder_column.c
5208         * src/prefs_folder_column.h
5209         * src/prefs_folder_item.c
5210         * src/prefs_folder_item.h
5211         * src/prefs_fonts.c
5212         * src/prefs_fonts.h
5213         * src/prefs_gtk.c
5214         * src/prefs_gtk.h
5215         * src/prefs_image_viewer.c
5216         * src/prefs_image_viewer.h
5217         * src/prefs_matcher.c
5218         * src/prefs_matcher.h
5219         * src/prefs_message.c
5220         * src/prefs_message.h
5221         * src/prefs_msg_colors.c
5222         * src/prefs_msg_colors.h
5223         * src/prefs_other.c
5224         * src/prefs_other.h
5225         * src/prefs_quote.c
5226         * src/prefs_quote.h
5227         * src/prefs_receive.c
5228         * src/prefs_receive.h
5229         * src/prefs_send.c
5230         * src/prefs_send.h
5231         * src/prefs_spelling.c
5232         * src/prefs_spelling.h
5233         * src/prefs_summaries.c
5234         * src/prefs_summaries.h
5235         * src/prefs_summary_column.c
5236         * src/prefs_summary_column.h
5237         * src/prefs_template.c
5238         * src/prefs_template.h
5239         * src/prefs_themes.c
5240         * src/prefs_themes.h
5241         * src/prefs_toolbar.c
5242         * src/prefs_toolbar.h
5243         * src/prefs_wrapping.c
5244         * src/prefs_wrapping.h
5245         * src/privacy.c
5246         * src/privacy.h
5247         * src/procheader.c
5248         * src/procheader.h
5249         * src/procmime.c
5250         * src/procmime.h
5251         * src/procmsg.c
5252         * src/procmsg.h
5253         * src/quote_fmt.c
5254         * src/quote_fmt_parse.y
5255         * src/recv.c
5256         * src/recv.h
5257         * src/remotefolder.c
5258         * src/remotefolder.h
5259         * src/send_message.c
5260         * src/send_message.h
5261         * src/setup.c
5262         * src/setup.h
5263         * src/sourcewindow.c
5264         * src/sourcewindow.h
5265         * src/ssl_manager.c
5266         * src/ssl_manager.h
5267         * src/statusbar.c
5268         * src/statusbar.h
5269         * src/stock_pixmap.c
5270         * src/stock_pixmap.h
5271         * src/summary_search.c
5272         * src/summary_search.h
5273         * src/summaryview.c
5274         * src/summaryview.h
5275         * src/syldap.c
5276         * src/syldap.h
5277         * src/textview.c
5278         * src/textview.h
5279         * src/toolbar.c
5280         * src/toolbar.h
5281         * src/undo.c
5282         * src/undo.h
5283         * src/unmime.c
5284         * src/unmime.h
5285         * src/vcard.c
5286         * src/vcard.h
5287         * src/wizard.c
5288         * src/wizard.h
5289         * src/common/base64.c
5290         * src/common/base64.h
5291         * src/common/defs.h
5292         * src/common/hooks.c
5293         * src/common/hooks.h
5294         * src/common/log.c
5295         * src/common/log.h
5296         * src/common/mgutils.c
5297         * src/common/mgutils.h
5298         * src/common/nntp.c
5299         * src/common/nntp.h
5300         * src/common/passcrypt.c
5301         * src/common/passcrypt.h.in
5302         * src/common/plugin.c
5303         * src/common/plugin.h
5304         * src/common/prefs.c
5305         * src/common/prefs.h
5306         * src/common/progressindicator.c
5307         * src/common/progressindicator.h
5308         * src/common/quoted-printable.c
5309         * src/common/quoted-printable.h
5310         * src/common/session.c
5311         * src/common/session.h
5312         * src/common/smtp.c
5313         * src/common/smtp.h
5314         * src/common/socket.c
5315         * src/common/socket.h
5316         * src/common/ssl.c
5317         * src/common/ssl.h
5318         * src/common/stringtable.c
5319         * src/common/stringtable.h
5320         * src/common/sylpheed.c
5321         * src/common/sylpheed.h
5322         * src/common/template.c
5323         * src/common/template.h
5324         * src/common/timing.h
5325         * src/common/utils.c
5326         * src/common/utils.h
5327         * src/common/version.h.in
5328         * src/common/xml.c
5329         * src/common/xml.h
5330         * src/common/xmlprops.c
5331         * src/common/xmlprops.h
5332         * src/gtk/about.c
5333         * src/gtk/colorlabel.c
5334         * src/gtk/colorlabel.h
5335         * src/gtk/colorsel.c
5336         * src/gtk/colorsel.h
5337         * src/gtk/combobox.c
5338         * src/gtk/combobox.h
5339         * src/gtk/description_window.c
5340         * src/gtk/description_window.h
5341         * src/gtk/filesel.c
5342         * src/gtk/filesel.h
5343         * src/gtk/foldersort.c
5344         * src/gtk/foldersort.h
5345         * src/gtk/gtkaspell.c
5346         * src/gtk/gtkaspell.h
5347         * src/gtk/gtksctree.c
5348         * src/gtk/gtkshruler.c
5349         * src/gtk/gtkshruler.h
5350         * src/gtk/gtkutils.c
5351         * src/gtk/gtkutils.h
5352         * src/gtk/icon_legend.c
5353         * src/gtk/icon_legend.h
5354         * src/gtk/logwindow.c
5355         * src/gtk/logwindow.h
5356         * src/gtk/manage_window.c
5357         * src/gtk/manage_window.h
5358         * src/gtk/pluginwindow.c
5359         * src/gtk/pluginwindow.h
5360         * src/gtk/prefswindow.c
5361         * src/gtk/prefswindow.h
5362         * src/gtk/quicksearch.c
5363         * src/gtk/quicksearch.h
5364         * src/pixmaps/claws-mail.xpm
5365         * src/pixmaps/claws-mail_icon.xpm
5366         * src/pixmaps/claws-mail_logo.xpm
5367         * src/pixmaps/sylpheed-claws.xpm
5368         * src/pixmaps/sylpheed-claws_icon.xpm
5369         * src/pixmaps/sylpheed-claws_logo.xpm
5370         * src/plugins/bogofilter/Makefile.am
5371         * src/plugins/bogofilter/bogofilter.c
5372         * src/plugins/bogofilter/bogofilter.h
5373         * src/plugins/bogofilter/bogofilter_gtk.c
5374         * src/plugins/clamav/Makefile.am
5375         * src/plugins/clamav/clamav_plugin.c
5376         * src/plugins/clamav/clamav_plugin.h
5377         * src/plugins/clamav/clamav_plugin_gtk.c
5378         * src/plugins/demo/Makefile.am
5379         * src/plugins/demo/demo.c
5380         * src/plugins/dillo_viewer/Makefile.am
5381         * src/plugins/dillo_viewer/README
5382         * src/plugins/dillo_viewer/dillo_prefs.c
5383         * src/plugins/dillo_viewer/dillo_prefs.h
5384         * src/plugins/dillo_viewer/dillo_viewer.c
5385         * src/plugins/pgpcore/Makefile.am
5386         * src/plugins/pgpcore/passphrase.c
5387         * src/plugins/pgpcore/passphrase.h
5388         * src/plugins/pgpcore/pgp_viewer.c
5389         * src/plugins/pgpcore/pgp_viewer.h
5390         * src/plugins/pgpcore/plugin.c
5391         * src/plugins/pgpcore/prefs_gpg.c
5392         * src/plugins/pgpcore/prefs_gpg.h
5393         * src/plugins/pgpcore/select-keys.c
5394         * src/plugins/pgpcore/select-keys.h
5395         * src/plugins/pgpcore/sgpgme.c
5396         * src/plugins/pgpcore/sgpgme.h
5397         * src/plugins/pgpcore/sylpheed.def
5398         * src/plugins/pgpcore/version.rc
5399         * src/plugins/pgpinline/Makefile.am
5400         * src/plugins/pgpinline/pgpinline.c
5401         * src/plugins/pgpinline/pgpinline.h
5402         * src/plugins/pgpinline/plugin.c
5403         * src/plugins/pgpinline/sylpheed.def
5404         * src/plugins/pgpinline/version.rc
5405         * src/plugins/pgpmime/Makefile.am
5406         * src/plugins/pgpmime/pgpmime.c
5407         * src/plugins/pgpmime/pgpmime.h
5408         * src/plugins/pgpmime/plugin.c
5409         * src/plugins/pgpmime/sylpheed.def
5410         * src/plugins/pgpmime/version.rc
5411         * src/plugins/spamassassin/Makefile.am
5412         * src/plugins/spamassassin/README
5413         * src/plugins/spamassassin/spamassassin.c
5414         * src/plugins/spamassassin/spamassassin.h
5415         * src/plugins/spamassassin/spamassassin_gtk.c
5416         * src/plugins/trayicon/Makefile.am
5417         * src/plugins/trayicon/trayicon.c
5418         * tools/OOo2sylpheed.pl
5419         * tools/README
5420         * tools/README.sylprint
5421         * tools/acroread2sylpheed.pl
5422         * tools/claws.i18n.status.pl
5423         * tools/filter_conv.pl
5424         * tools/filter_conv_new.pl
5425         * tools/freshmeat_search.pl
5426         * tools/google_search.pl
5427         * tools/kmail2sylpheed.pl
5428         * tools/kmail2sylpheed_v2.pl
5429         * tools/make.themes.project
5430         * tools/multiwebsearch.pl
5431         * tools/nautilus2sylpheed.sh
5432         * tools/outlook2sylpheed.pl
5433         * tools/sylprint.pl
5434         * tools/sylprint.rc
5435         * tools/tb2sylpheed
5436         * tools/textviewer.sh
5437         * tools/vcard2xml.py
5438         * tools/kdeservicemenu/README
5439         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5440         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5441         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5442                 Change name to Claws Mail. Announce to follow...
5443
5444 2006-11-06 [wwp]        2.6.0cvs6
5445
5446         * src/prefs_template.c
5447                 unify messages related to quote format/template errors (fix
5448                 capitalization), again.
5449
5450 2006-11-06 [wwp]        2.6.0cvs5
5451
5452         * src/prefs_quote.c
5453                 unify messages related to quote format/template errors.
5454
5455 2006-11-06 [wwp]        2.6.0cvs4
5456
5457         * src/prefs_msg_colors.c
5458                 more uses of Q_ macro for contextual translations, thanks
5459                 to Fabien (fzzzzz).
5460
5461 2006-11-06 [wwp]        2.6.0cvs3
5462
5463         * src/compose.c
5464         * src/common/utils.c
5465         * src/common/utils.h
5466                 show an alertpanel to make sure users are aware that sensitive
5467                 files are attached (it's file blacklist-based). This will fix
5468                 interaction w/ GoogleEarth for instance, thanks to Colin.
5469
5470 2006-11-06 [wwp]        2.6.0cvs2
5471
5472         * src/prefs_quote.c
5473         * src/prefs_template.c
5474         * src/prefs_template.h
5475                 check quote format when applying/closing prefs. For now this only
5476                 shows up an error dialog box, not preventing the user from using
5477                 a broken quote (reply, forwards) format.
5478
5479 2006-11-06 [wwp]        2.6.0cvs1
5480
5481         * src/prefs_template.c
5482                 fix missing checks of some template fields.
5483
5484 2006-11-06 [paul]       2.6.0
5485
5486         * NEWS
5487         * README
5488         * RELEASE_NOTES
5489                 2.6.0 released
5490
5491 2006-11-06 [paul]       2.5.6cvs22
5492
5493         * manual/advanced.xml
5494         * manual/es/advanced.xml
5495                 put 'respect_flowed_format' info in the correct
5496                 place
5497
5498 2006-11-06 [mones]      2.5.6cvs21
5499
5500         * po/es.po
5501                 Minor fixes for release
5502
5503 2006-11-06 [paul]       2.5.6cvs20
5504
5505         * po/cs.po
5506         * po/de.po
5507         * po/fr.po
5508         * po/it.po
5509         * po/nl.po
5510         * po/pt_BR.po
5511         * po/sk.po
5512         * po/sv.po
5513         * po/zh_CN.po
5514                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
5515                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
5516                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
5517                 Young
5518
5519 2006-11-02 [colin]      2.5.6cvs19
5520
5521         * src/imap.c
5522         * src/imap.h
5523         * src/prefs_account.c
5524         * src/etpan/imap-thread.c
5525                 Add GSSAPI support - fixes Debian bug #383274
5526
5527 2006-11-01 [colin]      2.5.6cvs18
5528
5529         * src/jpilot.c
5530                 Handle libpisock12 support. Probably
5531                 fixes bug 1046, 'jpilot AddressDB.pdb 
5532                 import fail'
5533
5534 2006-11-01 [colin]      2.5.6cvs17
5535
5536         * src/folderutils.c
5537                 debug_print() folderutils_mark_all_read()
5538
5539 2006-11-01 [colin]      2.5.6cvs16
5540
5541         * COPYING
5542                 Add missed files to the Apache exception
5543
5544 2006-10-31 [colin]      2.5.6cvs15
5545
5546         * src/folder.c
5547         * src/folder.h
5548                 Add a copy_private_data() func to FolderClasses
5549                 Doesn't break the feature freeze, because we 
5550                 won't use it (right now) in the core.
5551
5552 2006-10-31 [colin]      2.5.6cvs14
5553
5554         * COPYING
5555                 Allow linking with the Apache licensed files in
5556                 src/plugins/spamassassin. Hopefully fixes 
5557                 bug 1048, 'Spamassassin plugin license problem'
5558
5559 2006-10-31 [wwp]        2.5.6cvs13
5560
5561         * src/compose.c
5562                 fix and optimize trimming of leading linefeeds in body loop.
5563
5564 2006-10-31 [colin]      2.5.6cvs12
5565
5566         * src/etpan/imap-thread.c
5567         * src/imap.c
5568                 Make really sure to have NULL sets in case
5569                 of error
5570
5571 2006-10-30 [wwp]        2.5.6cvs11
5572
5573         * src/prefs_common.c
5574         * src/prefs_common.h
5575         * src/compose.c
5576                 fix broken storage of quote format template when it contains \-escape
5577                 sequences. The application of such sequences is also fixed now (\t
5578                 in quote format will be a real tab instead of a 't', for instance).
5579
5580 2006-10-27 [colin]      2.5.6cvs10
5581
5582         * src/compose.c
5583                 Probably fix bug 1045, 'sylpheed-claws 
5584                 doesn't remove the mail from the IMAP 
5585                 Queue folder after sending'. From
5586                 2.5.6cvs3-stable
5587
5588 2006-10-27 [colin]      2.5.6cvs9
5589
5590         * configure.ac
5591                 Require libetpan-0.48. I'm so annoying,
5592                 I know ;-)
5593
5594 2006-10-27 [colin]      2.5.6cvs8
5595
5596         * src/folder.c
5597         * src/imap.c
5598                 Probably fix bug 1044, 'sylpheed-claws 
5599                 segfaults while moving mails' - Fix relation
5600                 usage when moving to an IMAP mailbox from another
5601                 mailbox
5602
5603 2006-10-26 [paul]       2.5.6cvs7
5604
5605         * src/gtk/about.c
5606                 add libSM to compiled-in features
5607                 list
5608
5609 2006-10-24 [colin]      2.5.6cvs6
5610
5611         * src/textview.c
5612         * src/gtk/gtkutils.c
5613                 Fix crash when printing emails with an
5614                 xface
5615
5616 2006-10-24 [mones]      2.5.6cvs5
5617
5618         * manual/es/advanced.xml
5619                 Synchronize hidden option respect_flowed_format
5620         * po/es.po
5621                 Updated translation
5622
5623 2006-10-21 [paul]       2.5.6cvs4
5624
5625         * src/gtk/authors.h
5626         * src/plugins/pgpcore/pgp_viewer.c
5627         * src/plugins/pgpcore/sgpgme.c
5628                 fix building on BSDs
5629                 Thanks to Michael Hughes
5630                 <Sylpheed-Claws_user@thehugheslogcabin.net>
5631
5632 2006-10-20 [colin]      2.5.6cvs3
5633
5634         * configure.ac
5635                 Bump up libetpan requirement
5636                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
5637         * src/common/utils.c
5638         * src/common/utils.h
5639                 Add convenience get_file_mtime()
5640         * src/imap.c
5641         * src/etpan/imap-thread.c
5642         * src/etpan/imap-thread.h
5643                 Implement UIDPLUS support if the server
5644                 supports it - faster sending in this case
5645
5646 2006-10-19 [colin]      2.5.6cvs2
5647
5648         * src/gtk/quicksearch.c
5649                 Fix emptying in type-ahead+extended mode
5650         * src/mainwindow.c
5651         * src/mainwindow.h
5652                 Add a hook for offline state change
5653         * src/plugins/trayicon/trayicon.c
5654                 Use it to display offline icons
5655         * src/plugins/trayicon/Makefile.am
5656         * src/plugins/trayicon/newmail.offline.xpm
5657         * src/plugins/trayicon/newmarkedmail.offline.xpm
5658         * src/plugins/trayicon/nomail.offline.xpm
5659         * src/plugins/trayicon/unreadmail.offline.xpm
5660         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
5661                 Add the icons
5662
5663 2006-10-12 [paul]       2.5.6cvs1
5664
5665         * NEWS
5666         * README
5667         * configure.ac
5668                 Update version number following
5669                 stable release
5670
5671 2006-10-19 [colin]      2.5.5cvs18
5672
5673         * manual/handling.xml
5674                 Add type-ahead search
5675
5676 2006-10-18 [colin]      2.5.5cvs17
5677
5678         * src/gtk/quicksearch.c
5679                 Remove "save to history only if there's
5680                 no syntax error", it breaks for some 
5681                 reason which I'll investigate later.
5682
5683 2006-10-18 [colin]      2.5.5cvs16
5684
5685         * src/prefs_common.c
5686         * src/prefs_common.h
5687         * src/summaryview.c
5688         * src/gtk/quicksearch.c
5689         * src/gtk/quicksearch.h
5690                 Add a type-ahead option for fast searches
5691                 Patch by Fabien Vantard
5692
5693 2006-10-18 [colin]      2.5.5cvs15
5694
5695         * src/compose.c
5696         * src/compose.h
5697                 Add Options/Reply mode/ menu to be able to
5698                 change the recipients of a reply on the fly
5699
5700 2006-10-18 [colin]      2.5.5cvs14
5701
5702         * src/compose.c
5703                 Fix redirecting of our own sent mails
5704
5705 2006-10-17 [wwp]        2.5.5cvs13
5706
5707         * src/send_message.c
5708                 Fix duplicate error messages when sending, and missing
5709                 newline in such error messages.
5710
5711 2006-10-17 [colin]      2.5.5cvs12
5712
5713         * src/compose.c
5714                 Compare addresses case-insensitive
5715
5716 2006-10-17 [colin]      2.5.5cvs11
5717
5718         * src/plugins/pgpcore/sgpgme.c
5719                 Fix return status
5720
5721 2006-10-17 [colin]      2.5.5cvs10
5722
5723         * src/plugins/pgpcore/pgp_viewer.c
5724                 Fix return status
5725
5726 2006-10-17 [colin]      2.5.5cvs9
5727
5728         * src/quote_fmt.c
5729                 Fix a typo (thanks to Fabien)
5730
5731 2006-10-16 [colin]      2.5.5cvs8
5732
5733         * src/textview.c
5734                 Fix problem with quote-folding when emails
5735                 don't convert cleanly to UTF-8
5736
5737 2006-10-14 [colin]      2.5.5cvs7
5738
5739         * src/prefs_template.c
5740                 Reset fields when reopening
5741                 the window
5742
5743 2006-10-13 [paul]       2.5.5cvs6
5744
5745         * manual/advanced.xml
5746         * src/prefs_message.c
5747                 make 'respect_flowed_format' a hidden
5748                 option, and add a manual entry for it
5749                 Thanks to Colin
5750
5751 2006-10-12 [colin]      2.5.5cvs5
5752
5753         * src/codeconv.c
5754                 Revert part of 2.5.2cvs21:
5755                 Don't optimise by reusing the 
5756                 last iconv converter if possible:
5757                 it seems slightly broken in a 
5758                 very hard way to reproduce
5759
5760 2006-10-12 [colin]      2.5.5cvs4
5761
5762         * src/prefs_common.c
5763         * src/prefs_common.h
5764         * src/prefs_message.c
5765         * src/procmime.c
5766                 Fix bug 1035, 'Incorrect handling 
5767                 of flowed lines'. We now optionnaly
5768                 handle this format (preference is in
5769                 Message View/Text options section)
5770
5771 2006-10-12 [colin]      2.5.5cvs3
5772
5773         * po/POTFILES.in
5774                 Add new file
5775         * src/plugins/pgpcore/pgp_viewer.c
5776         * src/plugins/pgpcore/sgpgme.c
5777                 Don't try to import without asking
5778
5779 2006-10-12 [colin]      2.5.5cvs2
5780
5781         * src/compose.c
5782                 Fix bug 1036, 'Forwarding a mutlipart
5783                 mail with a "text/html" block to ms
5784                 outlook users leeds to freeze of
5785                 outlook'. Poor outlook users...
5786
5787 2006-10-12 [paul]       2.5.5cvs1
5788
5789         * NEWS
5790         * README
5791         * configure.ac
5792                 Update version number following
5793                 stable release
5794
5795 2006-10-11 [paul]       2.5.4cvs1
5796
5797         * NEWS
5798         * README
5799         * configure.ac
5800                 Update version number following
5801                 stable release
5802
5803 2006-10-11 [paul]       2.5.3cvs32
5804
5805         * src/textview.c
5806                 fix bug 1032, 'Segmentation fault when showing
5807                 message' (bug in quote folding)
5808                 Thanks to Colin
5809
5810 2006-10-10 [colin]      2.5.3cvs31
5811
5812         * src/quote_fmt.c
5813                 Rephrase english a bit
5814
5815 2006-10-10 [colin]      2.5.3cvs30
5816
5817         * src/prefs_compose_writing.c
5818                 Stop making the page larger than the window
5819
5820 2006-10-10 [wwp]        2.5.3cvs29
5821
5822         * src/compose.c
5823         * src/prefs_template.c
5824         * src/quote_fmt.c
5825         * src/quote_fmt.h
5826         * src/quote_fmt_lex.l
5827         * src/quote_fmt_parse.y
5828                 Extend the quote parser a bit: allow to get access to
5829                 basic (composing) account info.
5830
5831 2006-10-10 [colin]      2.5.3cvs28
5832
5833         * src/procheader.c
5834                 Fix this \t problem in subject
5835
5836 2006-10-09 [colin]      2.5.3cvs27
5837
5838         * src/main.c
5839         * src/prefs_gtk.c
5840                 Prepare cache a bit later
5841                 If section already exists, skip the new one 
5842                 (as previously); avoid writing the same block
5843                 twice - if we find a second block with the 
5844                 same id, skip it.
5845         * src/plugins/pgpcore/pgp_viewer.c
5846                 Set cursor to busy when retrieving a key
5847         * src/plugins/pgpcore/sgpgme.c
5848                 allow 5 seconds for gpg to export the key
5849                 
5850
5851 2006-10-09 [colin]      2.5.3cvs26
5852
5853         * configure.ac
5854         * src/msgcache.c
5855         * src/prefs_gtk.c
5856                 Check for existence of fgets_unlocked
5857                 and fwrite_unlocked
5858
5859 2006-10-09 [paul]       2.5.3cvs25
5860
5861         * src/prefs_summaries.c
5862                 replace strftime() with fast_strftime() and in
5863                 the consequence fix the bug in the display of
5864                 AM/PM in the 'Example' string
5865
5866 2006-10-09 [ticho]      2.5.3cvs24
5867
5868         * po/sk.po
5869                 Updated (and fixed up somewhat) Slovak translation.
5870
5871 2006-10-08 [colin]      2.5.3cvs23
5872
5873         * src/prefs_folder_item.c
5874                 Explain why prefs in the top-level folder
5875                 aren't retained, but are still useful
5876
5877 2006-10-08 [colin]      2.5.3cvs22
5878
5879         * src/prefs_gtk.c
5880                 Don't cache anything if caching fails
5881
5882 2006-10-08 [colin]      2.5.3cvs21
5883
5884         * src/common/utils.c
5885                 always include gi18n.h
5886
5887 2006-10-07 [colin]      2.5.3cvs20
5888
5889         * src/plugins/pgpcore/pgp_viewer.c
5890                 Kill gpg after 5 seconds wait
5891
5892 2006-10-07 [colin]      2.5.3cvs19
5893
5894         * src/plugins/pgpcore/pgp_viewer.c
5895         * src/plugins/pgpcore/pgp_viewer.h
5896                 Fix copyright
5897
5898 2006-10-07 [colin]      2.5.3cvs18
5899
5900         * src/plugins/pgpcore/pgp_viewer.c
5901         * src/plugins/pgpcore/pgp_viewer.h
5902                 Actually add the files to CVS
5903
5904 2006-10-07 [colin]      2.5.3cvs17
5905
5906         * src/plugins/pgpcore/sgpgme.c
5907                 Be sure not to crash on 'application/pgp-signature' that
5908                 are not application/pgp-signatures
5909
5910 2006-10-07 [colin]      2.5.3cvs16
5911
5912         * src/textview.c
5913         * src/textview.h
5914                 Make a bit more of the API available
5915         * src/plugins/pgpcore/Makefile.am
5916         * src/plugins/pgpcore/plugin.c
5917         * src/plugins/pgpcore/sgpgme.c
5918                 Add basic key import/export
5919
5920 2006-10-07 [colin]      2.5.3cvs15
5921
5922         * src/folderview.c
5923         * src/imap.c
5924         * src/prefs_account.c
5925         * src/wizard.c
5926                 Warn users *everywhere* if libetpan's not
5927                 linked in
5928
5929 2006-10-06 [mones]      2.5.3cvs14
5930
5931         * po/de.po
5932         * po/es.po
5933                 updated by Stephan Sachse and me
5934
5935 2006-10-06 [colin]      2.5.3cvs13
5936
5937         * src/main.c
5938         * src/common/sylpheed.c
5939                 Don't load common plugins if --exit is passed
5940         * src/prefs_gtk.c
5941         * src/prefs_gtk.h
5942                 Implement a cache to avoid reading the same
5943                 files over and over again at startup
5944
5945 2006-10-06 [colin]      2.5.3cvs12
5946
5947         * src/summaryview.c
5948         * src/gtk/quicksearch.c
5949                 Update display every 5k mails on fast searches
5950
5951 2006-10-06 [colin]      2.5.3cvs11
5952
5953         * src/textview.c
5954                 Don't do quote folding on HTML or ERTF.
5955                 May fix the Cygwin issues if they were
5956                 happening with HTML mails?
5957
5958 2006-10-05 [colin]      2.5.3cvs10
5959
5960         * src/prefs_gtk.c
5961                 Oops, forgot one
5962
5963 2006-10-05 [colin]      2.5.3cvs9
5964
5965         * src/prefs_gtk.c
5966                 Use unlocked_stdio here too
5967
5968 2006-10-05 [colin]      2.5.3cvs8
5969
5970         * src/folderview.c
5971                 Fix go to next * after preferences apply
5972         * src/msgcache.c
5973                 Do the fd lock/unlock ourselves instead of
5974                 letting the libc do it at each write 
5975
5976 2006-10-05 [colin]      2.5.3cvs7
5977
5978         * src/common/utils.c
5979                 Faster division, thanks to Jean Diraison
5980
5981 2006-10-05 [paul]       2.5.3cvs6
5982
5983         * src/common/utils.c
5984                 fix building with --disable-nls
5985
5986 2006-10-04 [colin]      2.5.3cvs5
5987
5988         * src/folder.c
5989                 Maybe fix a segfault
5990
5991 2006-10-04 [wwp]        2.5.3cvs4
5992
5993         * src/prefs_folder_item.c
5994                 Fine-tune layouts in folder item prefs. Suggested by
5995                 Fabien Vantard <fzzzzz@gmail.com>.
5996
5997 2006-10-04 [wwp]        2.5.3cvs3
5998
5999         * src/prefs_folder_item.c
6000                 Kill the clandestine passengers. You didn't see anything.
6001
6002 2006-10-04 [wwp]        2.5.3cvs2
6003
6004         * src/prefs_folder_item.c
6005                 Add a way to test the subject simplify regexp in
6006                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
6007                 w/ few layout changes.
6008
6009 2006-20-04 [paul]       2.5.3cvs1
6010
6011         * NEWS
6012         * README
6013         * configure.ac
6014                 Update version number following
6015                 stable release
6016
6017 2006-10-04 [colin]      2.5.2cvs42
6018
6019         * src/folder.c
6020         * src/folder.h
6021         * src/summaryview.c
6022                 Provide a way for folder classes to set their sort
6023                 type and key
6024
6025 2006-10-03 [colin]      2.5.2cvs41
6026
6027         * src/mh.c
6028                 Don't use strlen() to know if the
6029                 string's empty
6030
6031 2006-10-03 [colin]      2.5.2cvs40
6032
6033         * src/mh.c
6034                 Fix "check for new folders" with accentued folders
6035
6036 2006-10-03 [ticho]      2.5.2cvs39
6037
6038         * src/filtering.c
6039         * src/folder.c
6040         * src/inc.c
6041         * src/mbox.c
6042                 Colin's fix for "copy" filtering rules.
6043
6044 2006-10-02 [colin]      2.5.2cvs38
6045
6046         * src/folderview.c
6047                 Fix for double-click too
6048
6049 2006-10-02 [colin]      2.5.2cvs37
6050
6051         * src/folderview.c
6052                 correct fix for cvs36
6053
6054 2006-10-02 [colin]      2.5.2cvs36
6055
6056         * src/folderview.c
6057                 Fix 'goto next unread' after collapsing/expanding 
6058                 a node.
6059
6060 2006-10-02 [colin]      2.5.2cvs35
6061
6062         * src/summaryview.c
6063                 Fix double freeze/thaw
6064         * src/common/utils.c
6065         * src/common/utils.h
6066                 Reimplement strftime
6067         * src/procheader.c
6068                 Use it
6069
6070
6071 2006-10-02 [colin]      2.5.2cvs34
6072
6073         * src/mh.c
6074                 Time mh_write_sequences() - it's fast
6075         * src/summaryview.c
6076                 Init a variable to shut up gcc
6077
6078 2006-10-01 [colin]      2.5.2cvs33
6079
6080         * src/folder.c
6081         * src/mh.c
6082         * src/mh.h
6083         * src/msgcache.c
6084                 Add helper mh_set_mtime(), and set mtime to stat()'s result
6085                 Add fsync but disable it, it's slow as hell
6086
6087 2006-10-01 [colin]      2.5.2cvs32
6088
6089         * src/mh.c
6090         * src/msgcache.c
6091                 fflush() caches and mh_sequences before
6092                 fclose()ing
6093
6094 2006-10-01 [colin]      2.5.2cvs31
6095
6096         * src/msgcache.c
6097                 Don't ftruncate when not using mmap
6098
6099 2006-09-30 [colin]      2.5.2cvs30
6100
6101         * src/main.c
6102                 Write folder list *after* saving caches
6103
6104 2006-09-30 [colin]      2.5.2cvs29
6105
6106         * src/folder.c
6107         * src/mh.c
6108                 Debug forced mtime changes
6109
6110 2006-09-30 [colin]      2.5.2cvs28
6111
6112         * src/folder.c
6113         * src/main.c
6114                 Remove useless debug_print()s (code
6115                 well-tested)
6116
6117 2006-09-30 [colin]      2.5.2cvs27
6118
6119         * src/mh.c
6120                 Do stuff faster when writing mh_sequences
6121
6122 2006-09-30 [colin]      2.5.2cvs26
6123
6124         * src/mh.c
6125                 Don't let the writing of .mh_sequences, which
6126                 can change the folder's mtime, let us think
6127                 we need to scan.
6128
6129 2006-09-30 [colin]      2.5.2cvs25
6130
6131         * src/folder.c
6132                 Move a debug_print where it belongs 
6133                 (processing)
6134         * src/summaryview.c
6135                 Don't mess with a huge slow subject
6136                 table if we're not threading by
6137                 subject
6138
6139 2006-09-30 [colin]      2.5.2cvs24
6140
6141         * src/msgcache.c
6142                 Reenable mmaped reads (*not* writes!)
6143         * src/procmsg.c
6144                 Don't destroy and recreate hashtables just
6145                 for fun
6146         * src/common/utils.c
6147                 Remove useless reply prefixes (it's case
6148                 unsensitive)
6149
6150 2006-09-30 [wwp]        2.5.2cvs23
6151
6152         * tools/fix_date.sh
6153                 Fixed a minor bug in date value extraction, added a switch
6154                 to replace non RFC-compliant Date: value, added a switch
6155                 to use strict RFC matching patterns for dates.
6156
6157 2006-09-29 [colin]      2.5.2cvs22
6158
6159         * src/matcher_parser.h
6160         * src/matcher_parser_parse.y
6161         * src/prefs_filtering.c
6162         * src/statusbar.c
6163         * src/summary_search.c
6164         * src/summaryview.c
6165         * src/gtk/quicksearch.c
6166         * src/gtk/quicksearch.h
6167                 Optimise searches by setting different
6168                 refresh intervals (depending if the 
6169                 search is fast or not)
6170
6171 2006-09-29 [colin]      2.5.2cvs21
6172
6173         * src/codeconv.c
6174                 Optimise by reusing the last iconv converter
6175                 if possible
6176         * src/textview.c
6177                 Optimise a bit (the foldable quotes feature
6178                 still has an awful O(n^2) algo
6179
6180 2006-09-29 [colin]      2.5.2cvs20
6181
6182         * src/gtk/gtksctree.c
6183         * src/gtk/gtksctree.h
6184                 Optimise de-selection via up/down or
6185                 another key
6186
6187 2006-09-28 [colin]      2.5.2cvs19
6188
6189         * src/action.c
6190         * src/compose.c
6191         * src/folderview.c
6192         * src/mainwindow.c
6193         * src/messageview.c
6194         * src/summary_search.c
6195         * src/toolbar.c
6196                 Avoid using summaryview->ctree directly
6197
6198 2006-09-28 [colin]      2.5.2cvs18
6199
6200         * src/summaryview.c
6201         * src/summaryview.h
6202                 Add helpers to freeze/thaw/grab_focus
6203                 Factorize calls to freeze/thaw/grab_focus
6204                 
6205
6206 2006-09-28 [colin]      2.5.2cvs17
6207
6208         * src/main.c
6209                 More guards for the session management
6210
6211 2006-09-28 [colin]      2.5.2cvs16
6212
6213         * src/folderview.c
6214         * src/gtk/gtksctree.c
6215         * src/gtk/gtksctree.h
6216                 Make expanding not recursive in folderview
6217
6218 2006-09-28 [colin]      2.5.2cvs15
6219
6220         * src/addressbook.c
6221                 If nothing is selected in the list (right part)
6222                 and a group is selected in the tree (left part),
6223                 mail this group.
6224
6225 2006-09-28 [colin]      2.5.2cvs14
6226
6227         * src/Makefile.am
6228                 Actually use SM_LIBS
6229
6230 2006-09-28 [ticho]      2.5.2cvs13
6231
6232         * src/export.c
6233         * src/messageview.c
6234         * src/mimeview.c
6235         * src/news.c
6236         * src/pop.c
6237         * src/prefs_themes.c
6238         * src/procmsg.c
6239                 Small i18n string optimization.
6240         * src/send_message.c
6241         * src/summaryview.c
6242         * src/common/session.c
6243         * src/common/smtp.c
6244         * src/common/ssl_certificate.c
6245         * src/common/utils.c
6246                 Use "Couldn't" instead of "Can't" in UI messages,
6247                 where appropriate.
6248
6249 2006-09-28 [colin]      2.5.2cvs12
6250
6251         * configure.ac
6252                 Possibly fix link errors
6253
6254 2006-09-27 [wwp]        2.5.2cvs11
6255
6256         * src/gtk/authors.h
6257         * doc/man/sylpheed-claws.1
6258         * manual/ack.xml
6259         * manual/es/ack.xml
6260         * manual/fr/ack.xml
6261         * manual/pl/ack.xml
6262                 Updated authors info (me, myself and I).
6263
6264 2006-09-27 [colin]      2.5.2cvs10
6265
6266         * src/addressbook.c
6267                 Remove useless printf
6268
6269 2006-09-27 [wwp]        2.5.2cvs9
6270
6271         * src/editgroup.c
6272         * src/send_message.c
6273         * src/inc.c
6274         * src/prefs_common.c
6275         * src/prefs_common.h
6276         * src/gtk/progressdialog.c
6277                 remember more windows' sizes (send dialog, received dialog,
6278                 edit group in addressbook).
6279
6280 2006-09-27 [colin]      2.5.2cvs8
6281
6282         * configure.ac
6283         * src/main.c
6284         * src/mainwindow.h
6285                 Use libSM to communicate with the session
6286                 manager, so that we can know when the 
6287                 session ends, save our caches, and draft
6288                 our compose windows.
6289
6290 2006-09-27 [colin]      2.5.2cvs7
6291
6292         * src/addressbook.c
6293                 Fix issues:
6294                 o Allow Book and Group creation from the tree's
6295                   contextual menu
6296                 o Do not actually delete the contacts when 
6297                   deleting groups from the tree (duh!)
6298
6299 2006-09-27 [colin]      2.5.2cvs6
6300
6301         * src/compose.c
6302         * src/compose.h
6303         * src/mainwindow.c
6304         * src/textview.c
6305         * src/toolbar.c
6306                 o Allow passing an email address to 
6307                   compose_new_with_folderitem
6308                 o Update callers
6309                 o Use current folderitem when clicking
6310                   on a TextView mailto: link
6311                 o Fix a possible leak in TextView
6312
6313 2006-09-27 [colin]      2.5.2cvs5
6314
6315         * src/html.c
6316                 Use UTF-8 chars to replace HTML entities
6317
6318 2006-09-27 [colin]      2.5.2cvs4
6319
6320         * AUTHORS
6321         * src/prefs_account.c
6322         * src/gtk/authors.h
6323                 Fix bug #1024 (Array index out of
6324                 range in sylpheed-claws-2.5.2)
6325                 Patch by Ales Nosek <anosek@suse.cz>
6326
6327 2006-09-27 [colin]      2.5.2cvs3
6328
6329         * src/addr_compl.c
6330                 Actually do the test
6331
6332 2006-09-27 [colin]      2.5.2cvs2
6333
6334         * src/addr_compl.c
6335         * src/addr_compl.h
6336                 Allow completing with comma (in certain cases: vCalendar
6337                 for example doesn't support that)
6338                 Patch by Fabien Vantard
6339
6340 2006-09-26 [colin]      2.5.2cvs1
6341
6342         * src/Makefile.am
6343         * src/addr_compl.c
6344         * src/addr_compl.h
6345         * src/addrbook.c
6346         * src/addrbook.h
6347         * src/addressbook.c
6348         * src/addrindex.c
6349         * src/addrindex.h
6350         * src/compose.c
6351         * src/prefs_common.c
6352         * src/prefs_filtering_action.c
6353         * src/prefs_folder_item.c
6354         * src/prefs_template.c
6355         * src/stock_pixmap.c
6356         * src/stock_pixmap.h
6357         * src/pixmaps/addr_one.xpm
6358         * src/pixmaps/addr_two.xpm
6359                 Add auto-completion on groups
6360
6361 2006-09-26 [colin]      2.5.2
6362
6363         * NEWS
6364         * README
6365         * RELEASE_NOTES
6366                 2.5.2 released
6367
6368 2006-09-26 [colin]      2.5.1cvs5
6369
6370         * src/matcher.c
6371                 Fix condition
6372
6373 2006-09-26 [colin]      2.5.1cvs4
6374
6375         * src/mbox.c
6376                 Revert cvs1 (useless as the message is printed 
6377                 every 500 mails)
6378
6379 2006-09-26 [colin]      2.5.1cvs3
6380
6381         * src/partial_download.c
6382                 Fix crasher found by Alexsandar Urosevic
6383
6384 2006-09-26 [colin]      2.5.1cvs2
6385
6386         * src/summaryview.c
6387                 Fix bug #1023 (Sylpheed deletes too much messages)
6388
6389 2006-09-26 [ticho]      2.5.1cvs1
6390
6391         * src/mbox.c
6392                 Make use of gettext's multiple plurals for statusbar
6393                 progress message.
6394
6395 2006-09-25 [paul]       2.5.1
6396
6397         * NEWS
6398         * README
6399         * RELEASE_NOTES
6400                 2.5.1 released
6401
6402 2006-09-25 [colin]      2.5.0cvs3
6403
6404         * src/plugins/bogofilter/bogofilter.c
6405         * src/plugins/clamav/clamav_plugin.c
6406         * src/plugins/spamassassin/spamassassin.c
6407                 BogoFilter, Spamassassin: Fix double hook registering after
6408                 visiting preferences
6409                 Spamassassin, Clamav: Just set the mails to move instead of
6410                 doing the move - caller will move the things at once.
6411
6412 2006-09-25 [colin]      2.5.0cvs2
6413
6414         * src/imap.c
6415         * src/etpan/imap-thread.c
6416                 Use UID SEARCH ALL instead of UID 1:*
6417                 (braindead servers can't figure out that's
6418                 the same...)
6419
6420 2006-09-25 [wwp]        2.5.0cvs1
6421
6422         * src/message_search.c
6423                 Added the ability to stop a running search (in message body).
6424
6425 2006-09-25 [paul]       2.5.0
6426
6427         * NEWS
6428         * README
6429         * RELEASE_NOTES
6430                 2.5.0 released
6431
6432 2006-09-25 [paul]       2.4.0cvs214
6433
6434         * po/cs.po
6435         * po/de.po
6436         * po/fi.po
6437         * po/fr.po
6438         * po/nl.po
6439         * po/pt_BR.po
6440         * po/sk.po
6441         * po/sr.po
6442         * po/zh_CN.po
6443                 updated by Tim, Stephan Sachse, Flammie Pirinen,
6444                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
6445                 Ticho, Aleksander Urosevic, Ralgh Young
6446
6447 2006-09-24 [mones]      2.4.0cvs213
6448
6449         * po/es.po
6450                 Updated for release
6451
6452 2006-09-23 [colin]      2.4.0cvs212
6453
6454         * src/gtk/inputdialog.c
6455                 Fix [ ] remember this appearing in normal
6456                 input dialogs after it's been used by
6457                 mimeview.
6458         * src/folder.c
6459         * src/folderview.c
6460         * src/msgcache.c
6461         * src/procmsg.c
6462         * src/summaryview.c
6463         * src/textview.c
6464         * src/common/timing.h
6465                 Enable timings in debug mode and make it
6466                 look prettier.
6467
6468 2006-09-22 [colin]      2.4.0cvs211
6469
6470         * README
6471                 Revert test change
6472         * commitHelper
6473                 ping the correct URI
6474
6475 2006-09-22 [colin]      2.4.0cvs210
6476
6477         * README
6478                 Let's see if bug #1022 is fixed
6479
6480 2006-09-21 [colin]      2.4.0cvs209
6481
6482         * src/wizard.c
6483         * src/common/plugin.c
6484                 Prepare infra to load predefined plugins when
6485                 no configuration existed. Don't actually load
6486                 anything yet (feat. freeze)
6487
6488 2006-09-21 [wwp]        2.4.0cvs208
6489
6490         * manual/fr/faq.xml
6491                 Partial sync w/ 2.4.0cvs72:
6492                 wrap file and minor updates.
6493
6494 2006-09-21 [wwp]        2.4.0cvs207
6495
6496         * tools/fix_date.sh
6497                 several fixes and enhancements. A new --force switch has been
6498                 added to prevent overriding by default Date: header when
6499                 already existing.
6500
6501 2006-09-21 [paul]       2.4.0cvs206
6502
6503         * src/common/utils.c
6504                 add Chinese UTF8 Re prefix
6505
6506 2006-09-21 [wwp]        2.4.0cvs205
6507
6508         * tools/Makefile.am
6509                 Fics alfabettical order.
6510
6511 2006-09-21 [wwp]        2.4.0cvs204
6512
6513         * tools/fix_date.sh
6514         * tools/Makefile.am
6515                 Added an action tool to fix missing Date field in emails.
6516                 Updated Makefile.am to reflect those last two additions.
6517
6518 2006-09-21 [wwp]        2.4.0cvs203
6519
6520         * tools/uuooffice
6521                 Added a action tool to open uuencoded docs w/
6522                 OpenOffice (based on uudec method).
6523
6524 2006-09-21 [colin]      2.4.0cvs202
6525
6526         * src/compose.c
6527         * src/textview.c
6528                 Workaround possible GTK crash: remove selection 
6529                 clipboard before destroying widget, or GTK+-2.10
6530                 dies. Thanks to Hiro.
6531
6532 2006-09-20 [colin]      2.4.0cvs201
6533
6534         * src/compose.c
6535                 Fix free-after-use in some cases (when 
6536                 procmime_encode_content() frees mimeinfo->data.mem
6537                 and turns it to a temp file)
6538
6539 2006-09-20 [colin]      2.4.0cvs200
6540
6541         * src/folderview.c
6542         * src/summaryview.c
6543         * src/gtk/gtksctree.c
6544         * src/gtk/gtksctree.h
6545                 Add tooltips in the folderview and summaryview
6546                 (Doesn't break string freeze as they already
6547                 exist)
6548         * src/toolbar.c
6549                 Put the spam button in the default configuration
6550                 if compiled with bogo plugin too
6551
6552 2006-09-19 [colin]      2.4.0cvs199
6553
6554         * src/summaryview.c
6555         * src/summaryview.h
6556                 Update folder name label on folder rename
6557         * src/prefs_matcher.c
6558         * src/gtk/logwindow.h
6559                 Fix warnings
6560                 Patches by Fabien
6561
6562 2006-09-19 [wwp]        2.4.0cvs198
6563
6564         * src/summary_search.c
6565                 fix can't click forward/backward buttons in the
6566                 search messages.
6567
6568 2006-09-18 [paul]       2.4.0cvs197
6569
6570         * src/wizard.c
6571                 add missing bracket, capitalise the A of
6572                 'SpamAssassin'
6573
6574 2006-09-18 [paul]       2.4.0cvs196
6575
6576         * src/compose.c
6577                 fix bug 1012 'crashed upon sending mail
6578                 from compose window'
6579                 Thanks to Colin
6580
6581 2006-09-16 [colin]      2.4.0cvs195
6582
6583         * src/folderview.c
6584                 Fix "real-time" sorting by freezing/thawing
6585
6586 2006-09-16 [colin]      2.4.0cvs194
6587
6588         * manual/faq.xml
6589                 Fix the anti-spam entry a bit
6590
6591 2006-09-16 [colin]      2.4.0cvs193
6592
6593         * src/wizard.c
6594                 Make sure reviewers have no excuse when stating
6595                 Sylpheed-Claws doesn't have antispam capabilities.
6596
6597 2006-09-16 [colin]      2.4.0cvs192
6598
6599         * src/main.c
6600                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
6601                 as if the SIGPIPE comes from etpan's thread we could
6602                 trigger a GUI update from this thread.
6603
6604 2006-09-16 [colin]      2.4.0cvs191
6605
6606         * src/summaryview.c
6607                 Init all members of the struct
6608
6609 2006-09-16 [paul]       2.4.0cvs190
6610
6611         * src/account.c
6612                 improvements to the English
6613
6614 2006-09-15 [colin]      2.4.0cvs189
6615
6616         * src/summaryview.c
6617                 HIG order on dialog
6618
6619 2006-09-14 [colin]      2.4.0cvs188
6620
6621         * src/common/socket.c
6622         * src/common/socket.h
6623         * src/common/ssl.c
6624         * src/common/ssl_certificate.c
6625         * src/common/ssl_certificate.h
6626         * src/etpan/imap-thread.c
6627                 the get_fqdn() call done to get canonical name when
6628                 checking an SSL certificate is blocking, which is
6629                 sad as we just did a non-blocking lookup to connect.
6630                 Fix that by letting the fqdn available to the SockInfo,
6631                 and use that in ssl_certificate_check(). For IMAP,
6632                 we don't do it as the lookup's done by libetpan, but
6633                 it's less annoying as IMAP connections as much more
6634                 rare than POP3 connections.
6635
6636 2006-09-14 [paul]       2.4.0cvs187
6637
6638         * manual/advanced.xml
6639                 improvements to the English,
6640                 properly place the new hidden options
6641                 within the alphabetical order
6642         * src/gtk/pluginwindow.c
6643                 improvements to the English
6644
6645 2006-09-14 [colin]      2.4.0cvs186
6646
6647         * src/prefs_common.c
6648         * src/prefs_common.h
6649         * src/gtk/gtksctree.c
6650         * manual/advanced.xml
6651                 New hidden pref, stripes_color_offset, to change
6652                 the value added/substracted to normal bgcolor to
6653                 create the stripes in summaries
6654
6655 2006-09-13 [colin]      2.4.0cvs185
6656
6657         * src/gedit-print.c
6658         * src/messageview.c
6659         * src/messageview.h
6660         * src/summaryview.c
6661         * src/textview.c
6662                 Fix misc. printing issues: 
6663                 - Bad font for linkified headers
6664                 - Different font if the mail was displayed or not
6665                 - Factorize the thing
6666
6667 2006-09-13 [colin]      2.4.0cvs184
6668
6669         * src/common/ssl_certificate.c
6670                 Only get FQDN once when checking certificate
6671
6672 2006-09-13 [colin]      2.4.0cvs183
6673
6674         * src/account.c
6675         * src/gtk/pluginwindow.c
6676                 Misc. GUI fixes by Fabien
6677
6678 2006-09-13 [wwp]        2.4.0cvs182
6679
6680         * configure.ac
6681         * src/common/utils.h
6682         * src/common/utils.c
6683                 get rid of unused wide-char functions.
6684
6685 2006-09-13 [wwp]        2.4.0cvs181
6686
6687         * src/plugins/pgpinline/sylpheed.def
6688         * src/textview.c
6689                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
6690                 add privacy_reset_error to the .def file,
6691                 do not fork for an external textviewer.
6692
6693 2006-09-13 [wwp]        2.4.0cvs180
6694
6695         * src/prefs_common.c
6696                 fix broken font entry in prefs (patch issued by the gpg4win team,
6697                 probably by Marcus Brinkmann <marcus@g10code.de>).
6698
6699 2006-09-13 [colin]      2.4.0cvs179
6700
6701         * src/folder.h
6702                 Fix a warning in summaryview.c
6703         * src/mainwindow.c
6704         * src/summaryview.c
6705         * src/summaryview.h
6706                 Add missing Mark/* elements in the
6707                 main menu
6708
6709 2006-09-12 [colin]      2.4.0cvs178
6710
6711         * src/prefs_actions.c
6712         * src/prefs_filtering_action.c
6713         * src/prefs_matcher.c
6714                 Use (New) instead of New everywhere
6715
6716 2006-09-12 [wwp]        2.4.0cvs177
6717
6718         * manual/fr/addrbook.xml
6719         * manual/fr/handling.xml
6720                 updated some quotes in the fr manual to match the fr translation.
6721
6722 2006-09-12 [wwp]        2.4.0cvs176
6723
6724         * src/prefs_matcher.c
6725                 don't store translated string elements in matcher expressions.
6726                 Also fixed a misused of Q_().
6727
6728 2006-09-11 [wwp]        2.4.0cvs175
6729
6730         * src/plugins//bogofilter/bogofilter.c
6731         * src/plugins//clamav/clamav_plugin.c
6732         * src/plugins//demo/demo.c
6733         * src/plugins//dillo_viewer/dillo_viewer.c
6734         * src/plugins//pgpcore/plugin.c
6735         * src/plugins//pgpinline/plugin.c
6736         * src/plugins//pgpmime/plugin.c
6737         * src/plugins//spamassassin/spamassassin.c
6738                 gettext-ize more strings (mostly plugin error messages).
6739
6740 2006-09-11 [colin]      2.4.0cvs174
6741
6742         * src/alertpanel.c
6743                 Make maximum buffer size bigger to avoid
6744                 truncating translated messages. Patch by
6745                 Fabien
6746
6747 2006-09-11 [colin]      2.4.0cvs173
6748
6749         * src/etpan/imap-thread.c
6750                 Fix compilation on OpenBSD, thanks to 
6751                 Landry
6752
6753 2006-09-10 [wwp]        2.4.0cvs172
6754
6755         * manual/account.xml
6756         * manual/addrbook.xml
6757         * manual/handling.xml
6758         * manual/es/handling.xml
6759         * manual/fr/account.xml
6760         * manual/fr/addrbook.xml
6761         * manual/fr/handling.xml
6762                 documented addressbook matching (condition configuration):
6763                   addrbook.xml, en fr
6764                 documented per-account filtering rules (handling/filtering
6765                   section, account section):
6766                   account.xml, handling.xml, en fr
6767                 slightly updated the handling/searching section to tell few
6768                   words about the extended search ability:
6769                   handling.xml, en fr
6770                 added missing <quote></quotes> to Quick Search:
6771                   handling.xml, en fr es
6772                 fixed a typo (auomatically):
6773                   handling.xml, en
6774                 changes revisited by Paul.
6775
6776 2006-09-10 [paul]       2.4.0cvs171
6777
6778         * src/prefs_actions.c
6779         * src/prefs_filtering.c
6780         * src/prefs_template.c
6781                 adjustments to the gui
6782                 Patch by Fabien Vantard (slightly modified)
6783
6784 2006-09-10 [colin]      2.4.0cvs170
6785
6786         * src/summaryview.c
6787                 Check folderitem/summaryview consistency
6788                 (basically automates Update summary). Fixes
6789                 #1011 (wrong (negative) count on unread 
6790                 messages)
6791
6792 2006-09-10 [colin]      2.4.0cvs169
6793
6794         * src/gtk/gtksctree.c
6795                 Fix recursive expansion via mouse
6796         * src/plugins/bogofilter/bogofilter.c
6797                 Use normal filtering way of moving
6798                 messages (batching), possibly fixing
6799                 bug #1015 (Bogofilter plugin doubles 
6800                 new messages)
6801
6802 2006-09-09 [wwp]        2.4.0cvs168
6803
6804         * src/prefs_filtering.c
6805                 better place for this fix.
6806
6807 2006-09-09 [wwp]        2.4.0cvs167
6808
6809         * src/prefs_filtering.c
6810                 fix a minor bug when the enabled status of a filtering/processing
6811                 rule always got set to TRUE when replacing this rule. That still
6812                 make sense when adding a new rule, but now when replacing, we
6813                 don't override the value of 'enabled'.
6814                 Also renamed the func prefs_filtering_list_view_get_rule_name()
6815                 to prefs_filtering_list_view_get_info() as this function not only
6816                 returns the name, but also the account_id and the enabled status.
6817
6818 2006-09-09 [mones]      2.4.0cvs166
6819
6820         * manual/glossary.xml
6821         * manual/plugins.xml
6822                 Minor format corrections
6823         * manual/gpl.xml
6824                 Fix misplaced NO WARRANTY section
6825         * manual/es/advanced.xml
6826         * manual/es/faq.xml
6827         * manual/es/glossary.xml
6828         * manual/es/gpl.xml
6829         * manual/es/handling.xml
6830         * manual/es/plugins.xml
6831         * manual/es/starting.xml
6832                 Incorporate changes from English version
6833         * manual/fr/ack.xml
6834         * manual/pl/ack.xml
6835         * manual/es/ack.xml
6836                 Fix address, (add translation credits in es version)
6837         * po/es.po
6838                 Updated translation
6839
6840 2006-09-09 [wwp]        2.4.0cvs165
6841
6842         * src/prefs_filtering.c
6843                 fix a crash when opening filtering prefs, if matcherrc file contains
6844                 broken data (non-existing account id, which is theoretically not
6845                 possible).
6846
6847 2006-09-08 [colin]      2.4.0cvs164
6848
6849         * src/folder.c
6850                 Wrong assert, make it an if()
6851         * src/gtk/gtksctree.c
6852                 Fix bug #1013 (expand selected thread 
6853                 tree) - expanding is now recursive
6854
6855 2006-09-07 [wwp]        2.4.0cvs163
6856
6857         * src/prefs_matcher.c
6858                 make better sentences about addressbook matching in the
6859                 matcher prefs. This should make translators' work easier
6860                 too.
6861
6862 2006-09-07 [wwp]        2.4.0cvs162
6863
6864         * src/prefs_filtering.c
6865                 code simplification (get rid of dup var. assignment).
6866
6867 2006-09-07 [wwp]        2.4.0cvs161
6868
6869         * src/summaryview.c
6870                 use GTK_STOCK icons when possible, patch by Fabien Vantard
6871                 <fzzzzz@gmail.com>.
6872
6873 2006-09-07 [paul]       2.4.0cvs160
6874
6875         * src/mimeview.c
6876                 fix compilation warnings
6877                 Thanks to Colin
6878
6879 2006-09-07 [paul]       2.4.0cvs159
6880
6881         * src/mimeview.c
6882                 select the mimepart icon when
6883                 displaying as text
6884                 Thanks to Colin
6885
6886 2006-09-06 [paul]       2.4.0cvs158
6887
6888         * src/prefs_filtering.c
6889                 fix labels and table element spacing
6890                 Patch by Fabien Vantard
6891
6892 2006-09-06 [paul]
6893
6894         2.5.0-rc3 released
6895
6896 2006-09-06 [paul]       2.4.0cvs157
6897
6898         * manual/es/advanced.xml
6899                 fix typo
6900
6901 2006-09-06 [wwp]        2.4.0cvs156
6902
6903         * src/mainwindow.c
6904                 fix an dup launch issue when iconified, thanks to Colin.
6905
6906 2006-09-06 [wwp]        2.4.0cvs155
6907
6908         * src/gtk//gtksctree.h
6909                 oops, forgot that one!
6910
6911 2006-09-06 [wwp]        2.4.0cvs154
6912
6913         * manual/pl/advanced.xml
6914         * manual/advanced.xml
6915         * manual/es/advanced.xml
6916         * manual/fr/advanced.xml
6917         * src/prefs_customheader.c
6918         * src/prefs_filtering_action.c
6919         * src/foldersel.c
6920         * src/prefs_summaries.c
6921         * src/prefs_filtering.c
6922         * src/account.c
6923         * src/compose.c
6924         * src/prefs_summary_column.c
6925         * src/addr_compl.c
6926         * src/prefs_actions.c
6927         * src/prefs_folder_column.c
6928         * src/ssl_manager.c
6929         * src/prefs_template.c
6930         * src/prefs_display_header.c
6931         * src/prefs_common.h
6932         * src/prefs_matcher.c
6933         * src/prefs_common.c
6934         * src/prefs_toolbar.c
6935         * src/summaryview.c
6936         * src/folderview.c
6937         * src/gtk/gtksctree.c
6938         * src/gtk/pluginwindow.c
6939         * src/gtk/progressdialog.c
6940         * src/gtk/prefswindow.c
6941                 renamed hidden option enable_rules_hint to use_stripes_everywhere
6942                 to make its meaning more obvious (all versions of the manual reflect
6943                 the change).
6944                 added an extra hidden option use_stripes_in_summary to allow
6945                 discarding these stripes in mainwindow's folder and message lists;
6946                 en and fr manuals only are OK towards this.
6947
6948 2006-09-06 [colin]      2.4.0cvs153
6949
6950         * src/textview.c
6951                 Hide Sylpheed-Claws' internal queue headers
6952                 when showing all headers. They'll be present
6953                 only in Source window.
6954
6955 2006-09-05 [colin]      2.4.0cvs152
6956
6957         * src/plugins/trayicon/trayicon.c
6958                 Fix crash at exit - we have to disconnect
6959                 our handlers
6960         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6961                 Update eggtrayicon - patch adapted from a
6962                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
6963                 on Sylpheed's ML
6964
6965 2006-09-05 [colin]      2.4.0cvs151
6966
6967         * src/mainwindow.c
6968         * src/gtk/logwindow.c
6969                 Fix race condition when something writes
6970                 to the log too soon during init. Thanks
6971                 to Fabien Vantard
6972
6973 2006-09-05 [colin]      2.4.0cvs150
6974
6975         * src/mimeview.c
6976                 Don't select part on right-click either
6977
6978 2006-09-05 [paul]       2.4.0cvs149
6979
6980         * src/mimeview.c
6981                 completion of previous commit
6982                 Thanks to Colin
6983
6984 2006-09-05 [colin]      2.4.0cvs148
6985
6986         * src/mimeview.c
6987                 Don't force selection on middle-click, just open
6988
6989 2006-09-04 [colin]      2.4.0cvs147
6990
6991         * src/mimeview.c
6992                 Looks like gtk_notebook_set_current_page()
6993                 sometimes steals focus, and this annoys us
6994                 in MimeViewers as it renders navigation
6995                 keys useless. Take back focus after switching
6996                 pages.
6997
6998 2006-09-04 [colin]      2.4.0cvs146
6999
7000         * src/messageview.c
7001                 Set stop_loading when clicking on Next
7002                 during load. Don't add a callback to 
7003                 avoid over-complicating things.
7004
7005 2006-09-04 [colin]      2.4.0cvs145
7006
7007         * src/mimeview.c
7008         * src/messageview.c
7009                 Fix multiple loads in separate messageview
7010
7011 2006-09-04 [colin]      2.4.0cvs144
7012
7013         * src/summaryview.c
7014                 Let navigation keys be handled during 
7015                 load
7016
7017 2006-09-04 [colin]      2.4.0cvs143
7018
7019         * src/messageview.c
7020         * src/summaryview.c
7021         * src/textview.c
7022         * src/textview.h
7023                 Make loading of huge mails (lots of text and/or
7024                 images) cancellable, so the GUI doesn't block 
7025
7026 2006-09-04 [colin]      2.4.0cvs142
7027
7028         * src/plugins/trayicon/trayicon.c
7029                 Fix annoyance when removing a folder with 
7030                 unread mails: trayicon didn't update
7031
7032 2006-09-04 [paul]       2.4.0cvs141
7033
7034         * src/gtk/icon_legend.c
7035                 straighten up columns
7036                 Patch by Fabien Vantard
7037
7038 2006-09-04 [wwp]        2.4.0cvs140
7039
7040         * src/prefs_filtering.c
7041                 fix new line's account name in filtering prefs:
7042                 was "All", is now "(New)".
7043
7044 2006-09-04 [paul]       2.4.0cvs139
7045
7046         * tools/make.themes.project
7047                 use "AUTOMAKE_OPTIONS = dist-bzip2"
7048                 instead of homebrewed "make release"
7049
7050 2006-09-03 [colin]      2.4.0cvs138
7051
7052         * src/folderview.c
7053                 Fix bug #1007 (Wrong folder highlighted)
7054
7055 2006-09-03 [colin]      2.4.0cvs137
7056
7057         * src/compose.c
7058                 Don't set Newsgroup: header to a mail folder
7059                 path
7060
7061 2006-09-03 [paul]       2.4.0cvs136
7062
7063         * src/prefs_other.c
7064         * src/prefs_spelling.c
7065                 unify the gui
7066
7067 2006-09-03 [paul]       2.4.0cvs135
7068
7069         * src/prefs_summaries.c
7070                 correct menu item text in prefs_keybind_apply_clicked()
7071
7072 2006-09-03 [paul]       2.4.0cvs134
7073
7074         * manual/advanced.xml
7075                 some improvements to the descriptions
7076         * src/mainwindow.c
7077         * src/messageview.c
7078         * src/summaryview.c
7079         * src/gtk/menu.c
7080                 fix menu sensitivity issues
7081         * src/prefs_message.c
7082                 drop the useless word 'short'
7083         * src/prefs_other.c
7084                 add the word 'lines' indicating log length
7085                 is a measure of lines
7086         * src/textview.c
7087                 fix compilation warnings
7088
7089 2006-09-02 [colin]      2.4.0cvs133
7090
7091         * src/messageview.c
7092                 Display a special return-receipt message
7093                 if the message is from the user
7094         * src/summaryview.c
7095                 Fix missing freeze of the list when marking
7096                 all read and unthreading for exec. Thanks
7097                 to Stephan Sachse.
7098
7099 2006-09-02 [paul]       2.4.0cvs132
7100
7101         * src/mainwindow.c
7102         * src/prefs_message.c
7103         * src/summaryview.c
7104                 fix some english
7105
7106 2006-09-02 [wwp]        2.4.0cvs131
7107
7108         * src/prefs_filtering.c
7109                 added an account name column to the filtering rules
7110                 dialog.
7111
7112 2006-09-02 [colin]      2.4.0cvs130
7113
7114         * src/gtk/logwindow.c
7115         * src/gtk/logwindow.h
7116                 Block scrolling if we're not at the end
7117                 of the log
7118
7119 2006-09-02 [colin]      2.4.0cvs129
7120
7121         * src/folder.c
7122                 Make sure account-specific rules can't
7123                 be used in {pre-,post-,}processing
7124         * src/mainwindow.c
7125         * src/gtk/logwindow.c
7126         * src/gtk/logwindow.h
7127                 Jump to last error when clicking on the
7128                 warning icon
7129
7130 2006-09-02 [colin]      2.4.0cvs128
7131
7132         * src/imap.c
7133         * src/import.c
7134         * src/mainwindow.c
7135         * src/mainwindow.h
7136                 Fix warning icon
7137         * src/inc.c
7138         * src/mbox.c
7139         * src/mbox.h
7140                 Let proc_mbox know its account, for
7141                 account-specific rules
7142
7143 2006-09-01 [colin]      2.4.0cvs127
7144
7145         * src/codeconv.c
7146                 Don't uselessly use iconv to convert from
7147                 us-ascii
7148         * src/alertpanel.c
7149         * src/mainwindow.c
7150         * src/mainwindow.h
7151         * src/inc.c
7152                 Fix certain log cases, disable warning icon
7153                 for now, the correct way to display it when
7154                 necessary and only when necessary is probably
7155                 to do it manually rather than use error logs
7156         * src/etpan/imap-thread.c
7157                 Clean up UID logging a bit
7158         * src/gtk/logwindow.c
7159         * src/gtk/logwindow.h
7160                 Make logging faster when the window's closed
7161
7162 2006-09-01 [wwp]        2.4.0cvs126
7163
7164         * manual/fr/account.xml
7165                 reflect changes to the ref. manual (parts of cvs72):
7166                 fix tabnames and quotes.
7167
7168 2006-09-01 [wwp]        2.4.0cvs125
7169
7170         * manual/fr/plugins.xml
7171                 reflect changes to the reference manual (cvs42):
7172                 update IRC channel info.
7173
7174 2006-09-01 [wwp]        2.4.0cvs124
7175
7176         * commitHelper
7177                 use CVSEDITOR env. var. if set, according to `man cvs`.
7178
7179 2006-09-01 [wwp]        2.4.0cvs123
7180
7181         * manual/advanced.xml
7182                 better sentence again (thanks to Paul).
7183
7184 2006-09-01 [wwp]        2.4.0cvs122
7185
7186         * manual/advanced.xml
7187         fix definition of toolbar_detachable and rework a bit the one of
7188         enable_dotted_lines.
7189
7190 2006-09-01 [mones]      2.4.0cvs121
7191
7192         * manual/advanced.xml
7193                 Document enable_dotted_lines
7194
7195 2006-09-01 [paul]       2.4.0cvs120
7196
7197         * src/folderview.c
7198         * src/folderview.h
7199         * src/imap.c
7200         * src/mainwindow.c
7201         * src/summaryview.c
7202                 obey the 'When entering folder...' option
7203                 when using the /View/Go to/... menu items
7204                 Thanks to Colin
7205
7206 2006-08-31 [colin]      2.4.0cvs119
7207
7208         * src/folderview.c
7209                 Revert 2.4.0cvs116, wrong fix.
7210
7211 2006-08-31 [colin]      2.4.0cvs118
7212
7213         * src/gtk/gtksctree.c
7214                 Better state the various copyrights
7215
7216 2006-08-31 [colin]      2.4.0cvs117
7217
7218         * src/prefs_common.c
7219                 fix enable_dotted_lines
7220
7221 2006-08-31 [colin]      2.4.0cvs116
7222
7223         * src/folderview.c
7224                 Use pref "Always open on select" when going
7225                 to next unread folder
7226         * src/gtk/gtksctree.c
7227                 Fix link failure to _gtk_clist_create_cell_layout
7228                 on certain computers. (Why not mine, I wonder)
7229
7230 2006-08-31 [colin]      2.4.0cvs115
7231
7232         * src/procmsg.c
7233         * src/textview.c
7234         * src/plugins/bogofilter/bogofilter.c
7235         * src/plugins/spamassassin/spamassassin.c
7236                 Requalify some "errors" to warnings
7237         * src/mainwindow.c
7238         * src/mainwindow.h
7239         * src/statusbar.c
7240                 Add an icon in the statusbar to notify
7241                 of errors
7242         * src/gtk/gtksctree.c
7243         * src/folderview.c
7244         * src/summaryview.c
7245                 Make the GtkSCTree look more modern by
7246                 alternating background lines
7247         * src/prefs_common.c
7248         * src/prefs_common.h
7249                 Add a pref to let people have the old
7250                 way if they prefer
7251
7252
7253 2006-08-30 [colin]      2.4.0cvs114
7254
7255         * src/procmsg.c
7256         * src/procmsg.h
7257                 Provide a way to filter a list of
7258                 messages in an optimised manner, and
7259                 add a list-filtering hook
7260         * src/folder.c
7261         * src/inc.c
7262         * src/mbox.c
7263                 Use the list filtering
7264         * src/plugins/bogofilter/bogofilter.c
7265                 Use the list-filtering hook
7266                 Use -b (bulk) mode for more speed
7267                 when learning and filtering
7268         * src/etpan/imap-thread.c
7269                 Make log output shorter in UID SEARCH
7270
7271
7272 2006-08-30 [colin]      2.4.0cvs113
7273
7274         * src/plugins/bogofilter/bogofilter.c
7275                 Really fast mass learning - thanks to David
7276                 Relson for the options explanations :)
7277
7278 2006-08-30 [colin]      2.4.0cvs112
7279
7280         * src/msgcache.c
7281                 Fix compilation on FreeBSD. Thanks
7282                 to Michael Hugues
7283
7284 2006-08-29 [colin]      2.4.0cvs111
7285
7286         * src/folderview.c
7287                 Handle "popup_menu" signal (for popping the 
7288                 menu via the keyboard)
7289         * src/mimeview.c
7290         * src/mimeview.h
7291         * src/summaryview.c
7292         * src/textview.c
7293         * src/gtk/gtkutils.c
7294         * src/gtk/gtkutils.h
7295                 Factorize scrolling code, and add an API 
7296                 for MimeViewers to handle scroll orders
7297
7298 2006-08-29 [wwp]        2.4.0cvs110
7299
7300         * src/plugins//bogofilter/bogofilter.c
7301         * src/plugins//spamassassin/spamassassin.c
7302                 make the bogofilter/spamassassin filtering error dialogs at
7303         incorporation obey to the "don't popup error dialog on
7304         receive error" option. If disabled, feed the log window w/
7305         the error message.
7306
7307 2006-08-29 [paul]
7308
7309         2.5.0-rc2 released
7310
7311 2006-08-29 [paul]       2.4.0cvs109
7312
7313         * Makefile.am
7314                 remove 'make release', it's not needed
7315                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
7316
7317 2006-08-29 [paul]       2.4.0cvs108
7318
7319         * src/foldersel.c
7320         * src/summary_search.c
7321         * src/gtk/progressdialog.c
7322         * src/plugins/pgpcore/passphrase.c
7323                 replace deprecated gtk_window_set_policy()
7324
7325 2006-08-29 [colin]      2.4.0cvs107
7326
7327         * src/folder.c
7328                 Fix data loss when copy fails during a move:
7329                 only use fast remove_msgs if everything was
7330                 copied OK; else use slow remove_msg on the
7331                 mails that got copied only.
7332
7333 2006-08-28 [paul]       2.4.0cvs106
7334
7335         * src/mh.c
7336                 revert change in 2.4.0cvs104, it breaks
7337                 stuff
7338
7339 2006-08-28 [paul]       2.4.0cvs105
7340
7341         * src/plugins/spamassassin/spamassassin.c
7342                 english fix
7343
7344 2006-08-28 [paul]       2.4.0cvs104
7345
7346         * src/mh.c
7347                 fix data loss when moving to another
7348                 mailbox fails
7349         * src/prefs_spelling.c
7350                 improve the english
7351         * src/gtk/pluginwindow.c
7352                 improve the layout of the dialog text
7353         All thanks to Colin
7354
7355 2006-08-28 [paul]       2.4.0cvs103
7356
7357         * src/plugins/bogofilter/bogofilter.c
7358         * src/plugins/bogofilter/bogofilter_gtk.c
7359                 fix english up a bit, innit
7360
7361 2006-08-28 [paul]       2.4.0cvs102
7362
7363         * configure.ac
7364         * po/Makefile.in.in
7365         * po/Makevars
7366                 require autoconf 2.60, enabling building
7367                 with gettext 0.15 (gettext 0.14.x build still
7368                 possible). Replace Makefiles with versions
7369                 from gettext 0.15.
7370                 Remove configure options --with-localedir and
7371                 --with-mandir. The options that are provided
7372                 directly by autoconf 2.60 can be used instead:
7373                 --mandir --localedir
7374
7375 2006-08-27 [colin]      2.4.0cvs101
7376
7377         * src/plugins/bogofilter/Makefile.am
7378                 Fix make dist (no README)
7379
7380 2006-08-27 [colin]      2.4.0cvs100
7381
7382         * src/folder.c
7383                 Don't use F_UNKNOWN folders for any default
7384                 outbox/trash/etc
7385         * src/plugins/bogofilter/bogofilter.c
7386         * src/plugins/bogofilter/bogofilter.h
7387         * src/plugins/bogofilter/bogofilter_gtk.c
7388                 Add an option to specify the path to bogofilter
7389                 Use single-quotes to be able to learn in folders
7390                 with spaces in their names
7391                 Verify learning status
7392
7393 2006-08-27 [colin]      2.4.0cvs99
7394
7395         * manual/faq.xml
7396         * manual/plugins.xml
7397                 Document Bogofilter plugin
7398
7399 2006-08-27 [colin]      2.4.0cvs98
7400
7401         * src/compose.c
7402         * src/messageview.c
7403         * src/procmsg.c
7404         * src/procmsg.h
7405                 When possible, copy the queued mail to sent folder
7406                 instead of re-adding. Much faster on IMAP.
7407
7408 2006-08-27 [colin]      2.4.0cvs97
7409
7410         * src/msgcache.c
7411                 Disable mmaped caches - huge metadata loss
7412                 here after a power failure.
7413         * src/summaryview.c
7414                 Add quicksearch timing
7415         * src/common/plugin.c
7416         * src/common/plugin.h
7417                 Implement an interface to tell what plugins
7418                 provide. Prevent loading of similar plugins.
7419         * src/plugins/clamav/clamav_plugin.c
7420         * src/plugins/demo/demo.c
7421         * src/plugins/dillo_viewer/dillo_viewer.c
7422         * src/plugins/pgpcore/plugin.c
7423         * src/plugins/pgpinline/pgpinline.c
7424         * src/plugins/pgpmime/pgpmime.c
7425         * src/plugins/spamassassin/spamassassin.c
7426         * src/plugins/trayicon/trayicon.c
7427                 Implement plugin_provides()
7428
7429 2006-08-27 [colin]      2.4.0cvs96
7430
7431         * configure.ac
7432         * src/plugins/Makefile.am
7433         * src/plugins/bogofilter/.cvsignore
7434         * src/plugins/bogofilter/Makefile.am
7435         * src/plugins/bogofilter/bogofilter.c
7436         * src/plugins/bogofilter/bogofilter.h
7437         * src/plugins/bogofilter/bogofilter_gtk.c
7438                 New Bogofilter plugin, provides filtering and
7439                 learning. Spamassassin will go to extra plugins.
7440
7441 2006-08-26 [mones]      2.4.0cvs95
7442
7443         * manual/handling.xml
7444                 Fix subfolder path in the example (thanks to Paul) 
7445
7446 2006-08-26 [mones]      2.4.0cvs94
7447
7448         * manual/glossary.xml
7449                 2.2. + add ISP to the glossary
7450                 7.5. + Add UIDL to glossary
7451                 7.7. + Add TCP to glossary
7452         * manual/handling.xml
7453                 7.1. + Mentions GNU/Linux distribution, what about the non...
7454                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
7455                 7.3. + Mentions .bashrc, what about the non-bash ones? 
7456                 7.4. = Use appropriate quotation for commands
7457                 7.6. = change "" to <quote></quote>
7458         * manual/plugins.xml
7459                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
7460         * manual/starting.xml
7461                 2.1. + local mbox file: some examples of mbox file locations...
7462                 Also reformatted files requiring it
7463
7464 2006-08-26 [wwp]        2.4.0cvs93
7465
7466         * src/summary_search.c
7467                 disable find buttons while summary search is running.
7468
7469 2006-08-25 [colin]      2.4.0cvs92
7470
7471         * src/folder.c
7472         * src/folderutils.c
7473         * src/mh.c
7474         * src/procmsg.h
7475         * src/summaryview.c
7476                 Speed up MH moving, and add progressbar
7477                 for MH deletion
7478         * src/msgcache.c
7479                 Write cache files using mmap() too
7480
7481 2006-08-25 [wwp]        2.4.0cvs91
7482
7483         * src/summaryview.c
7484                 switch spam<->ham button when a message has been marked as spam or ham
7485                 and is still selected. Thanks to Colin.
7486
7487 2006-08-25 [paul]       2.4.0cvs90
7488
7489         * src/Makefile.am
7490         * src/stock_pixmap.c
7491         * src/stock_pixmap.h
7492         * src/summaryview.c
7493         * src/gtk/icon_legend.c
7494         * src/pixmaps/copied.xpm
7495         * src/pixmaps/moved.xpm
7496                 add icons for delayed execution marked for
7497                 copying, marked for moving
7498
7499 2006-08-25 [mones]      2.4.0cvs89
7500
7501         * manual/glossary.xml
7502                 Fix the other glossary items:
7503                 5.1. = Inmmediate execution -> <quote>immediate execution...
7504                 5.2. = Fix MBOX capitalization -> Mbox
7505                 5.3. + Improve Plugins def. w/ tech. ref.
7506                 5.4. = Quotation -> replace '>' by <quote>></quote>
7507                 5.5. - SMTP Server. -> remove dot
7508         * po/es.po
7509                 Updated translation
7510
7511 2006-08-25 [mones]      2.4.0cvs88
7512
7513         * manual/ack.xml
7514                 Reformatted, changed email address
7515         * manual/glossary.xml
7516                 Reformatted, fixed MANUAL-TODO items:
7517                 8.2. + add ROT-13 to glossary
7518                 8.4. + add URL to glossary
7519         * manual/es/advanced.xml
7520                 Fixed <literal>s
7521
7522 2006-08-25 [paul]       2.4.0cvs87
7523
7524         * src/gtk/icon_legend.c
7525                 add 'marked for deletion' icon
7526                 arrange icons by containing column
7527                 wrap long label text
7528
7529 2006-08-25 [colin]      2.4.0cvs86
7530
7531         * src/common/utils.c
7532         * src/common/utils.h
7533                 Add the sc_g_*list_bigger functions in
7534                 a place everyone can use it
7535         * src/summaryview.c
7536                 Only freeze/thaw the list when working
7537                 on the selection, if it's bigger than 1
7538         * src/gtk/gtksctree.c
7539                 Only freeze/thaw the list when unselec-
7540                 ting 'all' if ('all' != 1)
7541                 This avoids some flickering
7542
7543 2006-08-24 [colin]      2.4.0cvs85
7544
7545         * src/addressbook.c
7546                 Fix strange list selection
7547                 Fix random seg (Invalid read of freed memory)
7548
7549 2006-08-24 [colin]      2.4.0cvs84
7550
7551         * src/alertpanel.c
7552         * src/gtk/inputdialog.c
7553         * src/plugins/pgpcore/passphrase.c
7554                 Revert minimal width patch of 2.4.0cvs67,
7555                 as it is also a maximal width. Use 
7556                 gtk_window_set_default_size instead.
7557
7558 2006-08-24 [colin]      2.4.0cvs83
7559
7560         * src/msgcache.c
7561                 Write cache/mark to temp files before
7562                 overwriting old ones (avoids metadata
7563                 loss if writing the new files fail).
7564                 Use mmap() to read cache/mark file, as
7565                 this makes cache reading faster. Dis-
7566                 abled for big-endian machines until it
7567                 can be tested. (Big-endian users: set
7568                 msgcache_use_mmap = TRUE in the relevant
7569                 #if).
7570         * src/procmsg.h
7571                 Move rarely used fields of MsgInfo in 
7572                 another structure, which will only be
7573                 allocated if needed. Face, X-Face,
7574                 Return receipt headers and List-*
7575                 headers are moved. Mails having none
7576                 of these occupy 52 bytes less with
7577                 this patch, which makes 2.5MB of RAM
7578                 saved on a 50k folder).
7579         * src/headerview.c
7580         * src/mainwindow.c
7581         * src/messageview.c
7582         * src/partial_download.c
7583         * src/procheader.c
7584         * src/procmsg.c
7585         * src/textview.c
7586                 Follow this structure change.
7587
7588 2006-08-24 [wwp]        2.4.0cvs82
7589
7590         * manual/es/.cvsignore
7591         * manual/es/dist/.cvsignore
7592         * manual/es/dist/html/.cvsignore
7593         * manual/es/dist/pdf/.cvsignore
7594         * manual/es/dist/ps/.cvsignore
7595         * manual/es/dist/txt/.cvsignore
7596                 more (generated) files to ignore.
7597
7598 2006-08-24 [colin]      2.4.0cvs81
7599
7600         * src/folder.c
7601         * src/mh.c
7602                 Fix possible problems with local delivery. Check the folder doesn't
7603                 need scan before setting its mtime when saving cache (which can be
7604                 done long after the folder's been modified by an external process);
7605                 Check that the stored item's mtime didn't change in mh functions.
7606
7607 2006-08-24 [mones]      2.4.0cvs80
7608
7609         * manual/advanced.xml
7610                 Rewrapping, some fixes and MANUAL-TODO items:
7611                 8.1. = change "" to <quote></quote>
7612                 8.3. = quote menu items
7613                 8.5. - deploying -> new user ... ideally a new user (redundant)
7614
7615 2006-08-23 [colin]      2.4.0cvs79
7616
7617         * src/gtk/gtksctree.c
7618                 When selecting or deselecting range, only
7619                 freeze/thaw when selection is bigger than 10
7620
7621 2006-08-23 [colin]      2.4.0cvs78
7622
7623         * src/messageview.c
7624         * src/mimeview.c
7625         * src/mimeview.h
7626         * src/plugins/dillo_viewer/dillo_viewer.c
7627                 Provide an API for MimeViewer plugins to
7628                 return a text selection for replying
7629
7630 2006-08-23 [colin]      2.4.0cvs77
7631
7632         * src/image_viewer.c
7633         * src/textview.c
7634                 Use gtk_pixbuf_new_from_file_at_scale(), which
7635                 is faster than getting the pixbuf then resizing
7636                 it.
7637
7638 2006-08-23 [colin]      2.4.0cvs76
7639
7640         * src/procmime.c
7641                 UTF-8 should be sent Quoted-printable
7642
7643 2006-08-22 [colin]      2.4.0cvs75
7644
7645         * src/mh.c
7646                 Check if scan is required before touching
7647                 the folder (or it'll be required every time)
7648
7649 2006-08-22 [colin]      2.4.0cvs74
7650
7651         * configure.ac
7652                 Require libetpan 0.46 (crasher fix when built
7653                 against gnutls)
7654
7655 2006-08-22 [colin]      2.4.0cvs73
7656
7657         * src/folder.c
7658                 Set folder's mtime after writing its
7659                 cache
7660         * src/folderview.c
7661                 Add some timing
7662         * src/procmsg.c
7663                 Don't do useless stuff if we don't 
7664                 thread by subject
7665         * src/summaryview.c
7666                 Add some timing, don't deselect prior
7667                 to selecting (gtksctree does it itself),
7668                 remove crash avoidance hacks as it's been
7669                 properly fixed since a while
7670         * src/common/utils.c
7671                 Optimize to_human_readable(): _() is slow,
7672                 do it only once, and avoid %f format for KB
7673                 (the most common in a summaryview)
7674         * src/gtk/gtksctree.c
7675                 Don't uselessly freeze/thaw (fixes flicker
7676                 on next unread and friends), reduce number
7677                 of g_list_nth/g_list_position where possible
7678         * src/gtk/gtkutils.c
7679         * src/gtk/gtkutils.h
7680                 Reduce number of g_list_nth/g_list_position
7681                 where possible.
7682                 All of this makes loading as 70k folder 2.1
7683                 seconds instead of 3.2 (with hot FS caches).
7684                 (1.3 seconds without Date and Size columns...)
7685
7686 2006-08-22 [paul]       2.4.0cvs72
7687
7688         wrap documents and do some items from mones' MANUAL-TODO:
7689
7690         * manual/account.xml
7691                 4.1. = fix tabname references to <quote>tabname</quote>
7692                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
7693         * manual/faq.xml
7694                 1.1. = mentioned options don't match UI
7695                 Add information about the 'Never send Return Receipts'
7696                 option
7697         * manual/handling.xml
7698                 6.2. = Mentions Extended symbols button, but now is
7699                 named Information
7700                 6.3. = Mentions ... button, which is now Edit
7701
7702 2006-08-22 [colin]      2.4.0cvs71
7703
7704         * src/gtk/pluginwindow.c
7705                 Fix layout in verbose translations (such
7706                 as french)
7707
7708 2006-08-22 [paul]       2.4.0cvs70
7709
7710         * manual/Makefile.am
7711                 build manuals in alphabetical order
7712         * src/addressbook.c
7713         * src/prefs_themes.c
7714                 replace/remove deprecated symbols
7715         * src/gtk/gtkutils.c
7716                 fix a warning
7717         * src/gtk/pluginwindow.c
7718                 replace deprecated symbol
7719                 replace label text and move it
7720         * src/plugins/pgpcore/prefs_gpg.c
7721                 move the 'Generate...' button out of the
7722                 Sign Key frame, replace the English used
7723         * src/plugins/pgpcore/sgpgme.c
7724                 fixes to the English
7725
7726 2006-08-21 [colin]      2.4.0cvs69
7727
7728         * src/plugins/trayicon/trayicon.c
7729                 Add more strings for translation; patch
7730                 by Pawel
7731
7732 2006-08-21 [colin]      2.4.0cvs68
7733
7734         * src/compose.c
7735                 fix replied flag not set after drafting
7736         * src/matcher.c
7737                 fix body quicksearch in non-encoded bodies
7738                 containing '='
7739         * src/msgcache.c
7740                 Get rid of the g_malloc workaround for
7741                 corrupted caches, use g_try_malloc
7742
7743 2006-08-21 [colin]      2.4.0cvs67
7744
7745         * src/alertpanel.c
7746         * src/gtk/inputdialog.c
7747         * src/plugins/pgpcore/passphrase.c
7748                 Set minimal width to 375
7749         * src/mainwindow.c
7750                 Fix switching to offline, asking if it 
7751                 should be overriden for synchronising
7752         * src/mimeview.c
7753                 Don't offer to remember command on Open 
7754                 with for text parts, as the browser or 
7755                 text editor command isn't changed from 
7756                 there
7757
7758 2006-08-20 [paul]       2.4.0cvs66
7759
7760         * po/ko.po
7761         * po/zh_CN.po
7762                 fix plural form errors. revealed by stricter
7763                 checking of gettext 0.15
7764
7765 2006-08-18 [paul]       2.4.0cvs65
7766
7767         * src/stock_pixmap.c
7768                 fix the fix of 2.4.0cvs64
7769                 Thanks to Colin
7770
7771 2006-08-18 [paul]       2.4.0cvs64
7772
7773         * src/stock_pixmap.c
7774                 fix leaks
7775                 Thanks to Colin
7776
7777 2006-08-18 [paul]       2.4.0cvs63
7778
7779         * src/compose.c
7780         * src/procmsg.c
7781                 fix occasional IMAP bug where large msgs
7782                 were left in the queue folder after sending
7783                 Thanks to Colin
7784
7785 2006-08-18 [paul]       2.4.0cvs62
7786
7787         * src/folderview.c
7788                 freeze the summaryview while quicksearch results
7789                 are displayed
7790                 (fixes bug 456 'current message is hidden when the
7791                 view is refreshed and extended search is "unread 
7792                 messages"')
7793                 Thanks to Colin
7794         * src/textview.c
7795                 add missing #include "inputdialog.h"
7796         * src/common/utils.h
7797                 add missing mailcap_update_default() and improve
7798                 readability
7799
7800 2006-08-17 [colin]      2.4.0cvs61
7801
7802         * src/plugins/pgpcore/select-keys.c
7803                 Fix warnings :)
7804
7805 2006-08-17 [colin]      2.4.0cvs60
7806
7807         * src/compose.c
7808                 Don't continue queuing if Cancel is clicked
7809                 in select-keys
7810
7811 2006-08-17 [colin]      2.4.0cvs59
7812
7813         * src/plugins/pgpcore/select-keys.c
7814                 When encrypting, if only one key matches and it 
7815                 matches exactly, automatically use it.
7816
7817 2006-08-17 [colin]      2.4.0cvs58
7818
7819         * src/mimeview.c
7820         * src/prefs_common.c
7821         * src/prefs_common.h
7822         * src/prefs_ext_prog.c
7823         * src/textview.c
7824                 Fix issues with previous patch (text/html)
7825                 Remove outdated prefs
7826
7827 2006-08-17 [colin]      2.4.0cvs57
7828
7829         * src/imap.c
7830                 Add View Log button on auth error
7831         * src/procmsg.c
7832                 Fix encrypted mail marked as new when
7833                 saved in normal folders
7834         * src/plugins/pgpinline/pgpinline.c
7835                 Fix encrypt bug on IMAP
7836         * src/mimeview.c
7837         * src/common/utils.c
7838         * src/common/utils.h
7839         * src/gtk/inputdialog.c
7840         * src/gtk/inputdialog.h
7841                 Get rid of metamail stuff, simplify
7842                 opening, and allow remembering of user's
7843                 choices (by updating ~/.mailcap). There's
7844                 still to drop "Audio player" and "Image
7845                 viewer" preferences.
7846
7847 2006-08-17 [mones]      2.4.0cvs56
7848
7849         * manual/es/sylpheed-claws-manual.xml
7850                 fix DTD path
7851
7852 2006-08-17 [mones]      2.4.0cvs55
7853
7854         * configure.ac
7855         * manual/Makefile.am
7856         * manual/es/Makefile.am
7857         * manual/es/account.xml
7858         * manual/es/ack.xml
7859         * manual/es/addrbook.xml
7860         * manual/es/advanced.xml
7861         * manual/es/faq.xml
7862         * manual/es/glossary.xml
7863         * manual/es/gpl.xml
7864         * manual/es/handling.xml
7865         * manual/es/intro.xml
7866         * manual/es/keyboard.xml
7867         * manual/es/plugins.xml
7868         * manual/es/starting.xml
7869         * manual/es/sylpheed-claws-manual.xml
7870         * manual/es/dist/Makefile.am
7871         * manual/es/dist/html/Makefile.am
7872         * manual/es/dist/pdf/Makefile.am
7873         * manual/es/dist/ps/Makefile.am
7874         * manual/es/dist/txt/Makefile.am
7875                 Spanish translation for the manual
7876
7877 2006-08-16 [colin]      2.4.0cvs54
7878
7879         * src/compose.c
7880         * src/main.c
7881         * src/mainwindow.c
7882                 Fix send button sensitivity at startup
7883                 Set send menu sensitivity (patch by Fabien)
7884         * src/ssl_manager.c
7885                 Enable closing with esc (patch by Fabien)
7886         * src/gtk/foldersort.c
7887                 Enable closing with esc (patch by Fabien)
7888         * src/procmime.c
7889                 Optimisation (no need to copy to tempfile to
7890                 "decode" 7bit and 8bit)
7891         * src/summaryview.c
7892                 Fix cruft in swap_from case
7893         * src/textview.c
7894                 Fix missing last line in some mail cases 
7895                 (Fixes debian #381872)
7896         * src/plugins/pgpcore/prefs_gpg.c
7897         * src/plugins/pgpcore/sgpgme.c
7898         * src/plugins/pgpcore/sgpgme.h
7899                 Don't show "no key found" when user explicitely
7900                 wants to create a key
7901
7902 2006-08-16 [paul]       2.4.0cvs53
7903
7904         * configure.ac
7905         * src/account.c
7906         * src/addressbook.c
7907         * src/headerview.c
7908         * src/prefs_account.c
7909         * src/prefs_message.c
7910         * src/gtk/gtkutils.c
7911                 bump up minimum required versions of GTK+ and
7912                 GLIB to 2.6.0
7913
7914 2006-08-16 [paul]       2.4.0cvs52
7915
7916         * src/toolbar.c
7917                 workaround GTK+ Bug 351600 - 'Can't re-click
7918                 on button after sensitivity update'
7919                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
7920                 Thanks to Colin
7921
7922 2006-08-15 [colin]      2.4.0cvs51
7923
7924         * src/plugins/pgpcore/prefs_gpg.c
7925                 Set options sensitivity according to
7926                 key existence
7927         * src/plugins/pgpcore/sgpgme.c
7928                 Allow to create key with no passphrase
7929
7930 2006-08-14 [cleroy]     2.4.0cvs50
7931
7932         * src/gtk/pluginwindow.c
7933                 New layout (maybe to be changed?)
7934         * src/gtk/gtkutils.c
7935                 Fix a bit label_window
7936         * src/plugins/pgpcore/passphrase.c
7937         * src/plugins/pgpcore/passphrase.h
7938         * src/plugins/pgpcore/plugin.c
7939         * src/plugins/pgpcore/prefs_gpg.c
7940         * src/plugins/pgpcore/prefs_gpg.h
7941         * src/plugins/pgpcore/sgpgme.c
7942         * src/plugins/pgpcore/sgpgme.h
7943                 Allow to create a PGP private key via the GUI
7944
7945 2006-08-14 [wwp]        2.4.0cvs49
7946
7947         * src/addressbook_foldersel.c
7948                 fix strict ISO C90 compliance.
7949
7950 2006-08-14 [paul]       2.4.0cvs48
7951
7952         * src/gtk/prefswindow.c
7953                 re-set scrolled window on opening
7954                 Patch by Ticho
7955
7956 2006-08-14 [paul]
7957
7958         2.5.0-rc1 released
7959
7960 2006-08-14 [paul]       2.4.0cvs47
7961
7962         * src/prefs_display_header.c
7963                 re-enable user-defined Displayed Headers
7964
7965 2006-08-14 [paul]       2.4.0cvs46
7966
7967         * src/prefs_account.c
7968                 use GTK_STOCK_EDIT
7969
7970 2006-08-13 [colin]      2.4.0cvs45
7971
7972         * src/common/utils.c
7973                 Fix "a" in quote when the original message is empty,
7974                 by using \0 instead of 'a' to test writability of
7975                 temp files.
7976
7977 2006-08-13 [wwp]        2.4.0cvs44
7978
7979         * src/plugins/spamassassin/spamassassin.c
7980                 fix capitalization of "SpamAssassin" in some debug, log and
7981                 dialog messages.
7982
7983 2006-08-13 [paul]       2.4.0cvs43
7984
7985         * src/editldap.c
7986                 fix overlapping widgets
7987         * src/prefs_account.c
7988                 fix translation of protocol_names[]
7989                 fix label disappearing off the edge of the
7990                 visible area
7991
7992 2006-08-12 [paul]       2.4.0cvs42
7993
7994         * manual/plugins.xml
7995                 update IRC channel info before it gets forgotten
7996                 about
7997
7998 2006-08-11 [colin]      2.4.0cvs41
7999
8000         * src/compose.c
8001         * src/mainwindow.c
8002         * src/mainwindow.h
8003         * src/procmsg.c
8004         * src/procmsg.h
8005         * src/summaryview.c
8006         * src/toolbar.c
8007                 Grey out the Send button if
8008                 - Queue folders are empty, or
8009                 - We're sending already
8010
8011 2006-08-11 [wwp]        2.4.0cvs40
8012
8013         * src/main.c
8014                 fix a logic issue when quitting while a compose window is
8015                 still open, thanks to Colin.
8016
8017 2006-08-10 [colin]      2.4.0cvs39
8018
8019         * src/main.c
8020                 Fix default font size setting after wizard run
8021         * src/imap.c
8022         * src/etpan/imap-thread.c
8023         * src/etpan/imap-thread.h
8024                 Fix bug #999 (Timing out on TSL cert validation 
8025                 dialog makes ugly things happen). Also, STARTTLS
8026                 unconditionnaly if initial capabilities contain
8027                 LOGINDISABLED and STARTTLS.
8028
8029 2006-08-09 [colin]      2.4.0cvs38
8030
8031         * src/mainwindow.c
8032         * src/mainwindow.h
8033                 Fix Tools/Actions sensitivity when there are
8034                 no actions
8035
8036 2006-08-09 [colin]      2.4.0cvs37
8037
8038         * src/prefs_filtering.c
8039                 Warning fix, patch by Paul
8040         * src/messageview.c
8041         * src/prefs_actions.c
8042         * src/prefs_filtering_action.c
8043         * src/prefs_matcher.c
8044                 Uniformisation of "Info ..." to "Info..." (for
8045                 old gtk), patch by Fabien
8046         * src/plugins/clamav/clamav_plugin_gtk.c
8047                 Sensitivity fix by Fabien
8048
8049 2006-08-09 [colin]      2.4.0cvs36
8050
8051         * src/main.c
8052         * src/main.h
8053                 Add a function to know whether we're exiting
8054         * src/plugins/trayicon/trayicon.c
8055                 If exiting, don't do anything. Faster, and
8056                 avoids gtk_main_iteration reentracy causing
8057                 segfaults at exit
8058
8059 2006-08-09 [colin]      2.4.0cvs35
8060
8061         * src/messageview.c
8062         * src/mimeview.c
8063         * src/mimeview.h
8064                 Fix lack of part selection when automatically 
8065                 jumping to a specific part
8066         * src/msgcache.c
8067                 Little optimisation in cache reading
8068
8069 2006-08-09 [colin]      2.4.0cvs34
8070
8071         * src/compose.c
8072                 Fix crash setting the priority on reedit
8073                 (Accessing compose before creating it!)
8074
8075 2006-08-08 [colin]      2.4.0cvs33
8076
8077         * src/procmime.c
8078                 Fix bug #998 (last attachment is not accessible)
8079                 Bad RFC interpretation on multipart close-delimiters
8080         * src/mimeview.c
8081         * src/mimeview.h
8082         * src/gtk/gtkvscrollbutton.c
8083         * src/gtk/gtkvscrollbutton.h
8084                 Make attachments list wheel-scrollable
8085
8086 2006-08-07 [colin]      2.4.0cvs32
8087
8088         * src/gtk/gtkaspell.c
8089                 Fix bug #973 (Unicode punctation characters 
8090                 are not recognized as separators by the
8091                 spell checker); fix unsigned stuff
8092
8093 2006-08-07 [colin]      2.4.0cvs31
8094
8095         * src/compose.c
8096                 Fix bug #956 (DnD text with accents in compose 
8097                 text entry); fix gccc's signed/unsigned fuss
8098
8099 2006-08-06 [colin]      2.4.0cvs30
8100
8101         * src/main.c
8102                 Fix bug #979 (Plugin crashes when exiting 
8103                 sylpheed-claws) : handle exit request only 
8104                 once
8105
8106 2006-08-05 [colin]      2.4.0cvs29
8107
8108         * src/news.c
8109                 Just make sure we have a msgid.
8110
8111 2006-08-05 [colin]      2.4.0cvs28
8112
8113         * src/news.c
8114         * src/summaryview.c
8115                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
8116                 by reimplementing it
8117         * src/textview.c
8118                 Fix bug when hiding quotes with level > 3 and quote
8119                 colors are recycled
8120
8121 2006-08-04 [colin]      2.4.0cvs27
8122
8123         * src/compose.c
8124         * src/undo.c
8125         * src/undo.h
8126                 Fix a bit replace-by-pasting undo
8127         * src/mainwindow.c
8128         * src/messageview.c
8129                 Fix Fold quotes menu synchro in
8130                 mainwindow when it changes in 
8131                 messageview
8132         * src/textview.c
8133                 Fix right-click on quotes blocks
8134         * src/common/utils.c
8135                 Verify that the file created by
8136                 my_tmpfile() is writable. Fixes
8137                 bug #988 (very specific filesystem
8138                 issue)
8139         * src/plugins/pgpcore/sgpgme.c
8140                 Fix file descriptor leak
8141         * src/plugins/spamassassin/spamassassin.c
8142                 Warn once if spamd isn't reachable
8143
8144 2006-08-04 [colin]      2.4.0cvs26
8145
8146         * src/toolbar.c
8147                 i18n context patch by Fabien
8148
8149 2006-08-03 [colin]      2.4.0cvs25
8150
8151         * src/mainwindow.c
8152         * src/messageview.c
8153                 Rename "Hide quotes" to "Fold quotes"
8154         * src/textview.c
8155                 Don't use hand cursor on quotes. "all 
8156                 the bonuses of the feature and none of 
8157                 unwelcome side-effects"
8158
8159 2006-08-03 [colin]      2.4.0cvs24
8160
8161         * AUTHORS
8162         * sylpheed-claws.desktop
8163         * src/gtk/authors.h
8164                 Bring the desktop file to XDG compliance
8165                 Patch by Charles A. Edwards
8166
8167 2006-08-03 [colin]      2.4.0cvs23
8168
8169         * src/textview.c
8170                 Fix links offset when they are preceded
8171                 by accentued chars (g_utf8_strlen!)
8172         * src/mainwindow.c
8173                 Fix wrong status when starting offline
8174
8175
8176 2006-08-03 [wwp]        2.4.0cvs22
8177
8178         * src/prefs_common.h
8179                 ask what to do w/ filtering rules that belong to an account when
8180                 applying filtering rules manually from the main window (skip,
8181                 apply regardless of the account, use current account). This dialog
8182                 can be skipped and the last reply used.
8183                 (forgot that file)
8184
8185 2006-08-03 [wwp]        2.4.0cvs21
8186
8187         * src/filtering.c
8188         * src/filtering.h
8189         * src/prefs_common.c
8190         * src/summaryview.c
8191         * src/alertpanel.c
8192         * src/alertpanel.h
8193         * src/messageview.c
8194                 ask what to do w/ filtering rules that belong to an account when
8195                 applying filtering rules manually from the main window (skip,
8196                 apply regardless of the account, use current account). This dialog
8197                 can be skipped and the last reply used.
8198
8199
8200 2006-08-03 [colin]      2.4.0cvs20
8201
8202         * src/textview.c
8203                 Optimize previous patch
8204
8205 2006-08-03 [cleroy]     2.4.0cvs19
8206
8207         * src/textview.c
8208                 Fix quotes getting toggled back when the
8209                 mail has an even number of text parts
8210
8211 2006-08-02 [colin]      2.4.0cvs18
8212
8213         * src/messageview.c
8214                 Add Hide quotes menu
8215
8216 2006-08-02 [colin]      2.4.0cvs17
8217
8218         * src/mainwindow.c
8219         * src/prefs_common.c
8220         * src/textview.c
8221         * src/textview.h
8222         * src/gtk/about.c
8223                 Allow per-level quote hiding,
8224                 Allow toggling quotes by double-clicking them
8225                 Rename RemoteURI to ClickableText to reflect
8226                 the fact it's used for a variety of things
8227
8228 2006-08-02 [wwp]        2.4.0cvs16
8229
8230         * src/mainwindow.c
8231                 fix "View/Hide quotes" menu item status initialization.
8232
8233 2006-08-02 [wwp]        2.4.0cvs15
8234
8235         * src/matcher_parser_parse.y
8236                 remove a debug trace.
8237
8238 2006-08-02 [paul]       2.4.0cvs14
8239
8240         * src/plugins/pgpcore/passphrase.c
8241                 don't set initial dialog size
8242                 make it resizable
8243
8244 2006-08-02 [paul]       2.4.0cvs13
8245
8246         * src/noticeview.c
8247                 remove the rogue '/' character
8248
8249 2006-08-02 [paul]       2.4.0cvs12
8250
8251         * src/noticeview.c
8252                 allow buttons to resize as necessary
8253
8254 2006-08-01 [wwp]        2.4.0cvs11
8255
8256         * src/mbox.c
8257                 fix strict ISO C90 compliance.
8258
8259 2006-08-01 [wwp]        2.4.0cvs10
8260
8261         * tools/update-po
8262                 updated update-po tool to work w/ context-dependent translations.
8263                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
8264
8265 2006-08-01 [wwp]        2.4.0cvs9
8266
8267         * src/matcher.c
8268         * src/prefs_filtering.c
8269         * src/prefs_matcher.c
8270                 allow context-dependent translations for "All",
8271                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8272
8273 2006-07-31 [colin]      2.4.0cvs8
8274
8275         * AUTHORS
8276         * src/gtk/authors.h
8277                 Add Rafal to authors
8278
8279 2006-07-31 [colin]      2.4.0cvs7
8280
8281         * src/compose.c
8282         * src/mainwindow.c
8283         * src/messageview.h
8284         * src/prefs_common.c
8285         * src/prefs_common.h
8286         * src/textview.c
8287                 Add 'View/Hide quotes'. Patch based on a patch
8288                 by Rafal Weglarz
8289
8290 2006-07-31 [colin]      2.4.0cvs6
8291
8292         * src/action.c
8293                 Fix problem with "> stuff >" actions
8294
8295 2006-07-31 [paul]       2.4.0cvs5
8296
8297         * po/nb.po
8298                 updated by Geir Helland
8299
8300 2006-07-31 [wwp]        2.4.0cvs4
8301
8302         * src/mainwindow.c
8303         * src/summaryview.c
8304         * src/summaryview.h
8305                 add "View/Go to/Parent message" and "View/Go to/Last read message",
8306                 thanks to Colin.
8307
8308 2006-07-31 [wwp]        2.4.0cvs3
8309
8310         * src/Makefile.am
8311         * src/addr_compl.c
8312         * src/addr_compl.h
8313         * src/addressbook.c
8314         * src/addressbook.h
8315         * src/addressbook_foldersel.c
8316         * src/addressbook_foldersel.h
8317         * src/addrindex.c
8318         * src/addrindex.h
8319         * src/matcher.c
8320         * src/matcher.h
8321         * src/matcher_parser_lex.l
8322         * src/matcher_parser_parse.y
8323         * src/prefs_common.c
8324         * src/prefs_common.h
8325         * src/prefs_filtering.c
8326         * src/prefs_matcher.c
8327         * src/prefs_matcher.h
8328         * src/summaryview.c
8329                 introduce filtering against the address book. It's now possible to add
8330                 matched conditions to determine if any email address in a message matches
8331                 or doesn't match any or all books or folders in the address book.
8332
8333 2006-07-31 [wwp]        2.4.0cvs2
8334
8335         * src/account.c
8336         * src/filtering.c
8337         * src/filtering.h
8338         * src/folder.c
8339         * src/folderview.c
8340         * src/inc.c
8341         * src/mainwindow.c
8342         * src/matcher.c
8343         * src/matcher_parser_lex.l
8344         * src/matcher_parser_parse.y
8345         * src/mbox.c
8346         * src/prefs_filtering.c
8347         * src/prefs_filtering.h
8348         * src/procmsg.c
8349         * src/procmsg.h
8350         * src/summaryview.c
8351                 introduce per-account filtering rules. Each filtering rule can now be assigned
8352                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
8353                 when applying filtering rules manually, as all rules will apply - even the ones
8354                 assigned to an account. This issue will be addressed soon.
8355  
8356
8357
8358 2006-07-31 [wwp]        2.4.0cvs1
8359
8360         * src/quote_fmt.c
8361                 make more strings translatable.
8362
8363 2006-07-31 [paul]       2.4.0
8364
8365         2.4.0 released
8366
8367 2006-07-31 [paul]       2.3.1cvs91
8368
8369         * po/ca.po
8370                 updated by Miquel Oliete
8371
8372 2006-07-31 [paul]       2.3.1cvs90
8373
8374         * po/de.po
8375         * po/el.po
8376         * po/fr.po
8377         * po/it.po
8378         * po/pl.po
8379         * po/pt_BR.po
8380         * po/sr.po
8381         * po/zh_CN.po
8382                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
8383                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
8384                 Aleksandar Urosevic, and Ralgh Young
8385
8386 2006-07-31 [paul]       2.3.1cvs89
8387
8388         * src/account.c
8389         * src/main.c
8390         * src/mainwindow.c
8391         * src/mainwindow.h
8392                 Fix a race condition when, after an SC crash, rescanning
8393                 folders took more than 0.5 seconds
8394                 Thanks to Colin
8395
8396 2006-07-31 [paul]       2.3.1cvs88
8397
8398         * src/folderview.c
8399                 don't translate separator strings
8400
8401 2006-07-30 [mones]      2.3.1cvs87
8402
8403         * doc/man/sylpheed-claws.1
8404                 Fixed non-ASCII chars in Hoa's name
8405         * po/es.po
8406                 Updated for release
8407
8408 2006-07-27 [colin]      2.3.1cvs86
8409
8410         * src/textview.c
8411                 Don't include the leading \n in links
8412                 Patch by Fabien
8413
8414 2006-07-25 [colin]      2.3.1cvs85
8415
8416         * src/mainwindow.c
8417         * src/common/socket.h
8418         * src/etpan/imap-thread.c
8419                 Refresh resolvers before connecting
8420                 to IMAP servers, and after switching
8421                 to online. Thanks to Paul.
8422
8423 2006-07-18 [colin]
8424
8425         * 2.4.0-rc4 released
8426
8427 2006-07-17 [colin]      2.3.1cvs84
8428
8429         * src/inc.c
8430                 Show connection attempt in statusbar before
8431                 connecting (previously first message was
8432                 "Retrieving messages from ..." after the
8433                 connection succeeded.
8434
8435 2006-07-16 [wwp]        2.3.1cvs83
8436
8437         * sylpheed-claws.ico
8438                 Added .ico file (windows multi-size icon file, generated).
8439
8440 2006-07-12 [wwp]        2.3.1cvs82
8441
8442         * src/messageview.c
8443                 remove Message/Re-edit menu entry from messageview window,
8444                 as sent/draft/queued messages are opened in compose window when
8445                 re-edited and it's not possible to re-edit other msgs.
8446
8447 2006-07-12 [paul]       2.3.1cvs81
8448
8449         * AUTHORS
8450         * src/mainwindow.c
8451         * src/gtk/authors.h
8452                 check online state before resetting
8453                 mailcheck timer. Useful if some program
8454                 verifies connection state and updates
8455                 Claws.
8456                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
8457
8458 2006-07-12 [paul]       2.3.1cvs80
8459
8460         * sylpheed-claws-128x128.png
8461         * sylpheed-claws-64x64.png
8462         * sylpheed-claws.png
8463         * src/Makefile.am
8464         * src/main.c
8465         * src/prefs_toolbar.c
8466         * src/stock_pixmap.c
8467         * src/stock_pixmap.h
8468         * src/wizard.c
8469         * src/gtk/about.c
8470         * src/gtk/gtkutils.c
8471         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
8472         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
8473         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
8474         * src/pixmaps/sylpheed.xpm              ** REMOVED **
8475         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
8476         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
8477                 updated and renamed logo/icon files and related
8478                 logo by Jesper Schultz
8479
8480 2006-07-11 [paul]       2.3.1cvs79
8481
8482         * src/main.c
8483                 fix the labels a smidgin
8484
8485 2006-07-09 [colin]      2.3.1cvs78
8486
8487         * src/textview.c
8488                 Show errors in textviewer's command
8489                 Patch by H. Merijn Brand
8490
8491 2006-07-09 [colin]      2.3.1cvs77
8492
8493         * src/compose.c
8494                 Save FMID in drafts too
8495
8496 2006-07-08 [colin]      2.3.1cvs76
8497
8498         * src/compose.c
8499                 Svae RMID in drafted mails too
8500                 Save quote_fmt vars for whole mails,
8501                 don't reset at each quote_fmt_init:
8502                 allows to use the same |i{var} in
8503                 various template fields
8504         * src/prefs_template.c
8505         * src/quote_fmt.h
8506         * src/quote_fmt_parse.y
8507                 Same
8508
8509 2006-07-08 [colin]      2.3.1cvs75
8510
8511         * src/textview.c
8512                 Fix highlighting of attached parts URIs
8513
8514 2006-07-08 [colin]      2.3.1cvs74
8515
8516         * src/main.c
8517                 Prevent bug #981 (sc 2.3.1 segfaults with 
8518                 gtk+ 2.10) from being reported again:
8519                 if Sylpheed-Claws has been compiled against
8520                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
8521                 of if Sylpheed-Claws has been compiled against
8522                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
8523                 error out.
8524
8525 2006-07-07 [colin]      2.3.1cvs73
8526
8527         * src/prefs_actions.c
8528                 Fix label
8529
8530 2006-07-07 [colin]      2.3.1cvs72
8531
8532         * src/prefs_actions.c
8533                 Fix compile on gtk < 2.8. argh :)
8534
8535 2006-07-07 [paul]       2.3.1cvs71
8536
8537         * src/common/defs.h
8538                 update DONATE_URI
8539
8540 2006-07-07 [colin]      2.3.1cvs70
8541
8542         * po/POTFILES.in
8543         * src/quote_fmt.c
8544         * src/quote_fmt_lex.l
8545         * src/quote_fmt_parse.y
8546                 Add |i{var}, a way to insert user-entered
8547                 text in a template
8548
8549 2006-07-07 [colin]
8550
8551         * 2.4.0-rc3 released
8552
8553 2006-07-07 [colin]      2.3.1cvs69
8554
8555         * src/folder.c
8556                 Don't consider inboxes of UNKNOWN folder 
8557                 classes to be useable as default inboxes
8558
8559 2006-07-07 [paul]       2.3.1cvs68
8560
8561         * src/textview.c
8562                 add missing #include <errno.h>
8563                 Thanks to René J. Blokland
8564
8565 2006-07-07 [paul]       2.3.1cvs67
8566
8567         * src/action.c
8568                 Return now Closes dialog
8569         * src/mimeview.c
8570         * src/mimeview.h
8571         * src/textview.c
8572                 add contextual menu to mime parts listed
8573                 in the textview
8574                 Thanks to Colin
8575         * src/common/utils.c
8576                 reversal: ' is a valid character in URLs
8577
8578 2006-07-06 [colin]      2.3.1cvs66
8579
8580         * src/remotefolder.h
8581                 Forgotten in previous commit
8582
8583 2006-07-06 [colin]      2.3.1cvs65
8584
8585         * src/folder.c
8586                 Set summary update flag whenever
8587                 totals changed
8588         * src/imap.c
8589         * src/prefs_account.c
8590         * src/common/utils.h
8591         * src/etpan/imap-thread.c
8592                 Fix warnings, thanks to Fabien and
8593                 Ricardo
8594
8595 2006-07-06 [wwp]        2.3.1cvs64
8596
8597         * src/gtk/gtkutils.c
8598                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
8599
8600 2006-07-06 [wwp]        2.3.1cvs63
8601
8602         * src/account.c
8603         * src/addressbook.c
8604         * src/addressitem.h
8605         * src/folderview.c
8606         * src/mainwindow.c
8607         * src/manual.c
8608         * src/manual.h
8609         * src/message_search.c
8610         * src/prefs_actions.c
8611         * src/prefs_filtering.c
8612         * src/prefs_filtering.h
8613         * src/prefs_template.c
8614         * src/summary_search.c
8615         * src/summaryview.c
8616         * src/gtk/gtkutils.c
8617         * src/gtk/gtkutils.h
8618         * src/gtk/pluginwindow.c
8619                 add help buttons to some dialogs. Clicking such buttons opens a
8620                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
8621
8622 2006-07-06 [paul]       2.3.1cvs62
8623
8624         * src/textview.c
8625                 fix attachments contextual menu
8626                 Thanks to Colin
8627
8628 2006-07-05 [colin]      2.3.1cvs61
8629
8630         * src/textview.c
8631         * src/compose.c
8632                 Handle sftp:// links
8633
8634 2006-07-05 [paul]       2.3.1cvs60
8635
8636         * src/gtk/filesel.c
8637                 grab save button by default
8638                 Thanks to Colin
8639
8640 2006-07-05 [wwp]        2.3.1cvs59
8641
8642         * manual/xml2pdf
8643                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
8644
8645 2006-07-04 [colin]      2.3.1cvs58
8646
8647         * src/mimeview.c
8648         * src/textview.c
8649                 Use left click to select, middle click to open
8650                 on mimeparts links
8651         * src/common/utils.c
8652                 Fix segfault
8653
8654 2006-07-04 [colin]      2.3.1cvs57
8655
8656         * src/mainwindow.c
8657         * src/news.c
8658                 Warning fixes, thanks to Fabien
8659
8660 2006-07-04 [colin]      2.3.1cvs56
8661
8662         * src/mimeview.c
8663         * src/mimeview.h
8664         * src/textview.c
8665                 Allow parts to be selected via their text label
8666                 in textview
8667
8668 2006-07-04 [colin]      2.3.1cvs55
8669
8670         * src/folderview.c
8671                 Feedback when closing (for big folders)
8672         * src/prefs_actions.c
8673         * src/prefs_filtering.c
8674         * src/prefs_matcher.c
8675         * src/prefs_template.c
8676                 Fix default button when closing without
8677                 having saved
8678
8679 2006-07-04 [colin]      2.3.1cvs54
8680
8681         * src/news.c
8682                 Delete local file on deletion
8683
8684 2006-07-03 [colin]      2.3.1cvs53
8685
8686         * src/folderview.c
8687         * src/main.c
8688                 Don't freeze when rescanning after crash
8689
8690 2006-07-03 [wwp]        2.3.1cvs52
8691
8692         * src/compose.c
8693         * src/privacy.c
8694         * src/privacy.h
8695         * src/plugins/pgpinline/pgpinline.c
8696         * src/plugins/pgpmime/pgpmime.c
8697                 don't report an error when the user cancels the passphrase dialog.
8698
8699 2006-07-02 [colin]      2.3.1cvs51
8700
8701         * src/folderview.c
8702                 Open message when crossing folders with Space,
8703                 goto next unread and friends
8704
8705 2006-07-01 [colin]      2.3.1cvs50
8706
8707         * src/prefs_account.c
8708                 Typographic rules varying from language
8709                 to language (in french "Protocole :"),
8710                 we have to do that :)
8711
8712 2006-07-01 [ticho]      2.3.1cvs49
8713
8714         * src/prefs_account.c
8715                 Only use one temporary gchar* variable in
8716                 prefs_account_protocol_set_optmenu().
8717
8718 2006-07-01 [ticho]      2.3.1cvs48
8719
8720         * src/prefs_account.c
8721         * src/prefs_account.h
8722                 Use GtkLabel for existing account protocol name.
8723                 Created an array for protocol names and populate the
8724                 combobox from it in a for() cycle.
8725
8726 2006-06-30 [colin]      2.3.1cvs47
8727
8728         * src/compose.c
8729                 Block undo when changing signature (by changing
8730                 account)
8731
8732 2006-06-30 [paul]       2.3.1cvs46
8733
8734         * src/send_message.c
8735                 when editing From in the Compose window, use that address
8736                 in the Return-Path: header
8737                 Thanks to Colin
8738
8739 2006-06-30 [colin]      2.3.1cvs45
8740
8741         * src/compose.c
8742                 Fix signature replacement:
8743                 - when no newline before separator
8744                 - when reediting
8745
8746 2006-06-29 [colin]      2.3.1cvs44
8747
8748         * src/folderview.c
8749         * src/folderview.h
8750         * src/mainwindow.c
8751         * src/summaryview.c
8752                 Let 'View/Go to/Next marked' work like
8753                 Next new & Next unread: across folders
8754                 Change the select_on_entry pref to do
8755                 what we want when changing folder
8756         * src/common/utils.c
8757                 Fix single-quoted links 
8758
8759 2006-06-29 [colin]      2.3.1cvs43
8760
8761         * src/gtk/gtkaspell.c
8762                 "Sylpheed" and "Sylpheed-Claws" do exist !
8763
8764 2006-06-29 [colin]      2.3.1cvs42
8765
8766         * src/imap.c
8767                 Forgot to remove debug
8768
8769 2006-06-29 [colin]      2.3.1cvs41
8770
8771         * src/imap.c
8772         * src/imap.h
8773         * src/mainwindow.c
8774                 Disconnect from IMAP servers when going
8775                 offline. Fixes bug #978 (going to offline-mode 
8776                 won't close connections)
8777
8778 2006-06-29 [colin]      2.3.1cvs40
8779
8780         * src/main.c
8781                 Fix transient setting on failing plugins
8782                 Patch by Fabien
8783         * src/plugins/pgpcore/sgpgme.c
8784                 Only warn for OpenPGP. Most people don't
8785                 have CMS available.
8786
8787 2006-06-29 [colin]      2.3.1cvs39
8788
8789         * src/compose.c
8790                 Fix Spelling menu (discrepancy between context menu
8791                 and top menu when folder's dictionary isn't the 
8792                 default one)
8793         * src/plugins/pgpcore/sgpgme.c
8794                 More error reporting about why gpgme can fail
8795
8796 2006-06-29 [wwp]        2.3.1cvs38
8797
8798         * src/mainwindow.c
8799                 honor the display-header-pane setting even when the message view
8800                 is a separate window.
8801
8802 2006-06-29 [wwp]        2.3.1cvs37
8803
8804         * src/prefs_actions.c
8805                 forgot to commit that one (use of GTK_STOCK_INFO).
8806
8807 2006-06-29 [colin]      2.3.1cvs36
8808
8809         * src/imap.c
8810                 Better handling of login errors (ask the password
8811                 again once), alert in case of error. Fix three
8812                 signedness warnings.
8813
8814 2006-06-28 [wwp]        2.3.1cvs35
8815
8816         * src/prefs_template.c
8817         * src/prefs_matcher.c
8818         * src/prefs_filtering_action.c
8819         * src/prefs_quote.c
8820                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
8821                 patch by Fabien Vantard, slightly modified.
8822
8823 2006-06-28 [paul]
8824
8825         2.4.0-rc2 released
8826
8827 2006-06-28 [colin]      2.3.1cvs34
8828
8829         * src/prefs_account.c
8830                 Fix bug #977 (Can't add or edit imap accounts)
8831
8832 2006-06-28 [colin]      2.3.1cvs33
8833
8834         * src/mimeview.c
8835                 Fix previous
8836
8837 2006-06-28 [colin]      2.3.1cvs32
8838
8839         * src/mimeview.c
8840                 Save named inlined attachments with "Save all"
8841         * src/main.c
8842         * src/mbox.c
8843         * src/common/plugin.c
8844         * src/common/plugin.h
8845         * src/common/sylpheed.c
8846         * src/common/utils.c
8847         * src/plugins/pgpcore/sylpheed.def
8848         * src/plugins/pgpinline/sylpheed.def
8849         * src/plugins/pgpmime/sylpheed.def
8850                 Win32 compatibility patch, by
8851                 Werner Koch
8852
8853 2006-06-28 [wwp]        2.3.1cvs31
8854
8855         * src/imap.c
8856         * src/prefs_folder_item.c
8857                 less compilation warnings (thanks to Fabien Vantard), less typos.
8858
8859 2006-06-28 [paul]       2.3.1cvs30
8860
8861         * src/gtk/gtkutils.c
8862                 gtk_combo_box_set_focus_on_click() is only
8863                 available since gtk 2.6.0
8864
8865 2006-06-28 [paul]       2.3.1cvs29
8866
8867         * src/prefs_ext_prog.c
8868                 fix engrish and add a tooltip for the
8869                 'command for 'Display as text' option
8870
8871 2006-06-28 [paul]
8872
8873         2.4.0-rc1 released
8874
8875 2006-06-28 [paul]       2.3.1cvs28
8876
8877         * ChangeLog
8878         * tools/Makefile.am
8879                 include textviewer.pl in releases
8880
8881 2006-06-28 [paul]       2.3.1cvs27
8882
8883         * src/prefs_ext_prog.c
8884                 hide Print command option if libgnomeprint
8885                 support is present
8886
8887 2006-06-27 [colin]      2.3.1cvs26
8888
8889         * src/compose.c
8890                 Fix Esc handling in insert/attach dialog
8891                 Don't show this dialog if dragging something
8892                 else than text/uri-list
8893                 Thanks to Fabien Vantard
8894         * tools/textviewer.pl
8895                 Filter script to display stuff as text
8896                 by H. Merijn Brand
8897
8898 2006-06-27 [wwp]        2.3.1cvs25
8899
8900         * src/messageview.c
8901                 use the exact product name (message view title), patch
8902                 by Fabien Vantard.
8903
8904 2006-06-27 [ticho]      2.3.1cvs24
8905
8906         * src/prefs_account.c
8907         * src/prefs_common.c
8908         * src/prefs_common.h
8909         * src/prefs_ext_prog.c
8910         * src/textview.c
8911                 Add a preference (Preferences/External programs)
8912                 to allow "Display as text" to be done via a script
8913                 (patch by H.Merijn Brand).
8914                 Use GtkComboBox for protocol selection in account
8915                 preferences.
8916                 Only include current choice for existing accounts, and
8917                 insensitivize the combobox.
8918
8919 2006-06-27 [paul]       2.3.1cvs23
8920
8921         * src/mbox.c
8922                 fix crasher introduced in cvs21.
8923                 Thanks to Colin
8924
8925 2006-06-26 [colin]      2.3.1cvs22
8926
8927         * src/mbox.c
8928                 Fix double-frees when leaving folders
8929                 after exporting to mbox
8930
8931 2006-06-26 [colin]      2.3.1cvs21
8932
8933         * src/mbox.c
8934                 More feedback (and optimisation)
8935                 on import/export
8936         * src/common/utils.c
8937                 Fix case when looking for mail addresses
8938         * src/gtk/gtkutils.c
8939                 Extra check for (X-)Face
8940
8941 2006-06-25 [ticho]      2.3.1cvs20
8942
8943         * src/compose.c
8944         * src/exphtmldlg.c
8945         * src/gtk/gtkutils.c
8946         * src/gtk/gtkutils.h
8947                 Added second argument to gtkut_sc_combobox_create() to
8948                 control focus-on-click for the widget.
8949                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
8950
8951 2006-06-25 [ticho]      2.3.1cvs19
8952
8953         * src/compose.c
8954         * src/gtk/Makefile.am
8955         * src/gtk/combobox.c
8956         * src/gtk/combobox.h
8957         * src/gtk/gtkutils.c
8958         * src/gtk/gtkutils.h
8959                 Use GtkComboBox instead of deprecated GtkOptionMenu
8960                 for account selector in compose window and for encoding
8961                 selector in attachment properties.
8962                 Also factorise working with the new GtkComboBox somewhat.
8963
8964 2006-06-24 [paul]       2.3.1cvs18
8965
8966         * src/prefs_common.c
8967                 use the correct default value
8968
8969 2006-06-24 [paul]       2.3.1cvs17
8970
8971         * src/compose.c
8972         * src/prefs_common.c
8973         * src/prefs_common.h
8974         * src/prefs_compose_writing.c
8975                 enable setting of default action when
8976                 dnd'ing files in the compose window.
8977                 (Collaborative effort with wwp)
8978
8979 2006-06-23 [wwp]        2.3.1cvs16
8980
8981         * src/compose.c
8982                 i18n fix (thanks to Fabien Vantard)
8983
8984 2006-06-22 [colin]      2.3.1cvs15
8985
8986         * src/prefs_customheader.c
8987                 Don't use filters in custom headers' file 
8988                 selector. Remember, extensions mean nothing :)
8989
8990 2006-06-22 [paul]       2.3.1cvs14
8991
8992         * configure.ac
8993                 allow setting of man directory location
8994
8995 2006-06-22 [colin]      2.3.1cvs13
8996
8997         * src/mainwindow.c
8998                 Add 'View/Go to/Next unread folder'.
8999                 I missed that :)
9000
9001 2006-06-22 [colin]      2.3.1cvs12
9002
9003         * src/common/utils.c
9004                 Add some subject prefixes
9005                 Patch by Bjorn T Johansen <btj@havleik.no>
9006
9007 2006-06-22 [colin]      2.3.1cvs11
9008
9009         * manual/advanced.xml
9010                 Forgotten hidden pref
9011
9012 2006-06-21 [paul]       2.3.1cvs10
9013
9014         * src/prefs_account.c
9015                 complete the removal of 'Add date header' option
9016
9017 2006-06-21 [paul]       2.3.1cvs9
9018
9019         * src/account.c
9020         * src/compose.c
9021         * src/prefs_account.c
9022         * src/prefs_account.h
9023                 remove option to add date header - always
9024                 add date header
9025         * src/etpan/imap-thread.c
9026                 fix warnings (Thanks to Colin)
9027
9028 2006-06-21 [wwp]        2.3.1cvs8
9029
9030         * src/folder.c
9031                 set the attachment flag when inline text part are (file)named. This is more convenient
9032                 when receiving (for instance) inline source files or patches sent using thunderbird.
9033
9034 2006-06-21 [paul]       2.3.1cvs7
9035
9036         * src/inc.c
9037                 fix off-by-one count of current msg in
9038                 statusbar filtering progressbar
9039
9040 2006-06-21 [paul]       2.3.1cvs6
9041
9042         * src/folder.c
9043                 Show attachment icon even if the part is 'inline'
9044                 if the following conditions are met:
9045                 - content-type != 'text/plain'
9046                 - content-type != '*/pgp-signature'
9047                 - either 'name' or 'filename' parameter is not NULL
9048                 
9049                 Thanks to Colin
9050
9051 2006-06-21 [paul]       2.3.1cvs5
9052
9053         * src/messageview.c
9054         * src/prefs_common.c
9055         * src/prefs_common.h
9056         * src/prefs_other.c
9057                 add an option to 'Never send Return
9058                 Receipts'
9059                 Thanks to Colin
9060
9061 2006-06-20 [mones]      2.3.1cvs4
9062
9063         * po/es.po
9064                 updated
9065         * src/compose.c
9066                 typo fixed (space after comma)
9067         * tools/make.themes.project
9068                 remove exec mode from tarball files
9069
9070 2006-06-20 [colin]      2.3.1cvs3
9071
9072         * src/news.c
9073         * src/procheader.c
9074         * src/unmime.c
9075                 Better fix for \n's in headers (don't 
9076                 break Received: and others)
9077
9078 2006-06-20 [paul]       2.3.1cvs2
9079
9080         * src/alertpanel.c
9081         * src/textview.c
9082                 improve legibility of phishing attempt
9083                 dialog
9084
9085 2006-06-20 [paul]       2.3.1cvs1
9086
9087         * NEWS
9088         * README
9089         * configure.ac
9090                 Update version number following
9091                 stable release
9092
9093 2006-06-20 [colin]      2.3.0cvs26
9094
9095         * src/compose.c
9096                 When dragging a file to the text of the compose
9097                 window, ask whether we want to insert or attach
9098                 (I know lots of people who do that to attach)
9099
9100 2006-06-20 [colin]      2.3.0cvs25
9101
9102         * src/etpan/imap-thread.c
9103                 Fix threshold (the append command is often > 32 bytes)
9104
9105 2006-06-19 [colin]      2.3.0cvs24
9106
9107         * src/imap.c
9108         * src/etpan/imap-thread.c
9109                 Workaround Rockliffe IMAP server bug: replace
9110                 "x UID SEARCH (ANSWERED UID 1:*)" with
9111                 "x UID SEARCH ANSWERED"
9112                 (Rockliffe doesn't handle the parenthesis)
9113
9114 2006-06-19 [colin]      2.3.0cvs23
9115
9116         * src/compose.c
9117         * src/imap.c
9118         * src/etpan/imap-thread.c
9119                 Probably fix bug #972 (Freezes when adding 
9120                 an attachment to the message)
9121         * src/common/defs.h
9122                 Modernize Firefox cmd
9123
9124
9125 2006-06-18 [colin]      2.3.0cvs22
9126
9127         * src/prefs_customheader.c
9128                 Only allow correct filenames for various
9129                 custom headers
9130
9131 2006-06-18 [colin]      2.3.0cvs21
9132
9133         * src/prefs_customheader.c
9134                 Add a 'From File...' button in custom headers prefs, which
9135                 try to do the right thing: 
9136                 for normal headers, use file as plaintext,
9137                 for X-Face, calls compface,
9138                 for Face, encode to b64.
9139
9140 2006-06-17 [colin]      2.3.0cvs20
9141
9142         * src/mh.c
9143                 Warning fix
9144
9145 2006-06-16 [colin]      2.3.0cvs19
9146
9147         * src/summaryview.c
9148                 Recursive quicksearch: show message list
9149                 in current folder, *then* search children
9150                 in the background.
9151
9152 2006-06-16 [colin]      2.3.0cvs18
9153
9154         * src/main.c
9155                 Instead of ignoring SIGPIPE, save caches
9156                 when getting one. Will fix the fact that
9157                 hot caches are out-of-date when logging 
9158                 out of Xorg.
9159         * src/compose.c
9160         * src/prefs_compose_writing.c
9161                 Only save text (not attachments) when 
9162                 auto-saving to drafts
9163         * src/unmime.c
9164                 Always replace \n, \r and \t with spaces
9165                 in headers
9166         * manual/dist/html/Makefile.am
9167         * manual/dist/pdf/Makefile.am
9168         * manual/dist/ps/Makefile.am
9169         * manual/dist/txt/Makefile.am
9170         * manual/fr/dist/html/Makefile.am
9171         * manual/fr/dist/pdf/Makefile.am
9172         * manual/fr/dist/ps/Makefile.am
9173         * manual/fr/dist/txt/Makefile.am
9174         * manual/pl/dist/html/Makefile.am
9175         * manual/pl/dist/pdf/Makefile.am
9176         * manual/pl/dist/ps/Makefile.am
9177         * manual/pl/dist/txt/Makefile.am
9178                 Fix make clean removing pregenerated manuals
9179
9180
9181 2006-06-16 [colin]      2.3.0cvs17
9182
9183         * src/plugins/pgpcore/sgpgme.c
9184         * src/plugins/pgpmime/pgpmime.c
9185         * src/plugins/pgpinline/pgpinline.c
9186                 Better error reporting in setup_signers.
9187                 Don't fallback to default key if specified
9188                 key isn't found.
9189                 Don't allow signing if more than one secret
9190                 key matches the one specified in prefs.
9191
9192 2006-06-15 [colin]      2.3.0cvs16
9193
9194         * src/folderview.c
9195                 Add "Send queue" in the folder's contextual
9196                 menu
9197         * src/compose.c
9198         * src/messageview.c
9199         * src/privacy.c
9200         * src/privacy.h
9201         * src/procmime.c
9202         * src/procmsg.c
9203         * src/plugins/pgpcore/passphrase.c
9204         * src/plugins/pgpcore/sgpgme.c
9205         * src/plugins/pgpinline/pgpinline.c
9206         * src/plugins/pgpmime/pgpmime.c
9207                 Better error reporting
9208         * src/mbox.c
9209                 Probably fix bug #971 (2.2.3 cannot read mail 
9210                 from local mbox)
9211
9212
9213 2006-06-15 [mones]      2.3.0cvs15
9214
9215         * tools/make.themes.project
9216                 creates the themes project from the web page
9217
9218 2006-06-15 [colin]      2.3.0cvs14
9219
9220         * src/folder.c
9221                 Better fix (avoid losing the folder if scan_tree 
9222                 fails)
9223
9224 2006-06-15 [cleroy]     2.3.0cvs13
9225
9226         * src/folder.c
9227                 Probably fix Bug #969 (crash on rebuilding 
9228                 imap folder)
9229
9230 2006-06-14 [colin]      2.3.0cvs12
9231
9232         * manual/dtd/manual.xsl
9233         * manual/sylpheed-claws-manual.xml
9234         * manual/fr/sylpheed-claws-manual.xml
9235         * manual/pl/sylpheed-claws-manual.xml
9236                 Insert pagebreaks between sections
9237
9238 2006-06-14 [paul]       2.3.0cvs11
9239
9240         * configure.ac
9241                 better fix than 2.3.0cvs10
9242
9243 2006-06-14 [paul]       2.3.0cvs10
9244
9245         * configure.ac
9246                 fix setting of PACKAGE_DATA_DIR with newer autoconf
9247                 (backwards compatible)
9248
9249 2006-06-13 [colin]      2.3.0cvs9
9250
9251         * src/messageview.c
9252                 Fix sending of return receipt with the new queue folders
9253
9254 2006-06-13 [wwp]        2.3.0cvs8
9255
9256         * src/quote_fmt_lex.l
9257                 fix wrong tokens returned in quote_fmt lexer, query not().
9258
9259 2006-06-13 [wwp]        2.3.0cvs7
9260
9261         * src/folder.c
9262         * src/prefs_folder_item.c
9263                 allow changing folder type even when folder is not a top-level one,
9264                 thanks to Colin.
9265
9266 2006-06-12 [colin]      2.3.0cvs6
9267
9268         * src/folderview.c
9269                 Fix double-ask of "Do you want to mark all
9270                 as read"
9271
9272 2006-06-12 [colin]      2.3.0cvs5
9273
9274         * src/compose.c
9275         * src/compose.h
9276         * src/folder.c
9277         * src/folder.h
9278         * src/imap.c
9279         * src/inc.c
9280         * src/main.c
9281         * src/messageview.c
9282         * src/mh.c
9283         * src/prefs_folder_item.c
9284         * src/procheader.c
9285         * src/procmime.c
9286         * src/procmsg.c
9287         * src/procmsg.h
9288         * src/send_message.c
9289         * src/summaryview.c
9290         * src/toolbar.c
9291                 Apply bug #964's patch (Queue and drafts aren't normal)
9292                 The Drafts and Queue folder now contain RFC-822 files,
9293                 allowing to move and copy mails from and to these 
9294                 folders. Moving from Drafts to Queue will prepare the
9295                 mail for sending (PGP signature, encryption, etc).
9296                 This patch also rework sending errors handling to try
9297                 to be more helpful.
9298                 Also, allow redefining folder types via the GUI 
9299                 (Folder type in its Properties)
9300
9301 2006-06-12 [colin]      2.3.0cvs4
9302
9303         * src/summaryview.c
9304         * src/prefs_common.c
9305         * src/prefs_common.h
9306         * src/gedit-print.c
9307                 Allow to define a specific print font - patch
9308                 by Bernhard Walle <bernhard.walle@gmx.de>
9309         * src/prefs_fonts.c
9310         * manual/advanced.xml
9311         * manual/fr/advanced.xml
9312                 Add a hidden pref to allow deletion without
9313                 confirmation
9314
9315 2006-06-12 [wwp]        2.3.0cvs3
9316
9317         * .cvsignore
9318                 more files to ignore.
9319
9320 2006-06-12 [wwp]        2.3.0cvs2
9321
9322         * src/quote_fmt.c
9323         * src/quote_fmt_lex.l
9324         * src/quote_fmt_parse.y
9325                 extend the quote_fmt parser (templates and quotes):
9326                 - allow limited sub-expressions in |p{} and |f{} expressions,
9327                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
9328                 - implemented/fixed missing implementation of query_references and show_references,
9329                 - completed, fixed contents and format of the symbols help dialog,
9330                 - fix some compilation warnings.
9331
9332 2006-06-12 [wwp]        2.3.0cvs1
9333
9334         * manual/advanced.xml
9335         * manual/fr/advanced.xml
9336                 updates in the "templates" section of the manual (eng/fr):
9337                  - be more precise (both versions)
9338                  - completed to match the english reference (fr version)
9339                  - touchups (both versions)
9340
9341 2006-06-12 [paul]       2.3.0
9342
9343         2.3.0 released
9344
9345 2006-06-12 [paul]       2.2.3cvs14
9346
9347         * po/ca.po
9348         * po/cs.po
9349         * po/de.po
9350         * po/el.po
9351         * po/fr.po
9352         * po/it.po
9353         * po/pt_BR.po
9354         * po/sr.po
9355         * po/zh_CN.po
9356                 updated by Miquel Oliete, Tim, Stephan Sachse,
9357                 Stavros Giannouris, Fabien Vantard, Andrea
9358                 Spadaccini, Frederico Goncalves Guimaraes,
9359                 Aleksandar Urosevic, and Ralgh Young
9360
9361 2006-06-12 [colin]      2.2.3cvs13
9362
9363         * src/mbox.c
9364                 Add missing header
9365
9366 2006-06-11 [colin]      2.2.3cvs12
9367
9368         * src/msgcache.c
9369                 Verify that g_malloc() succeeded
9370
9371 2006-06-11 [colin]      2.2.3cvs11
9372
9373         * src/wizard.c
9374                 Add Face header to welcome mail
9375
9376 2006-06-10 [colin]      2.2.3cvs10
9377
9378         * src/textview.c
9379                 Revert previous (Forgot it changes the
9380                 margin on the whole mail)
9381
9382 2006-06-10 [colin]      2.2.3cvs9
9383
9384         * src/textview.c
9385                 Don't overlap long headers under (X-)Face
9386
9387 2006-06-10 [mones]      2.2.3cvs8
9388
9389         * manual/xml2pdf
9390                 allow generation of manual on systems lacking saxon binary
9391                 but with java and the saxon library installed
9392
9393         * po/es.po
9394                 updated for release
9395
9396 2006-06-09 [colin]      2.2.3cvs7
9397
9398         * src/summaryview.c
9399                 Fix leak when using Display Sender using Addressbook
9400
9401 2006-06-09 [colin]      2.2.3cvs6
9402
9403         * src/compose.c
9404         * src/folder.c
9405         * src/folderview.c
9406         * src/mimeview.c
9407         * src/summaryview.c
9408                 More leaks fixes
9409
9410 2006-06-09 [paul]       2.2.3cvs5
9411
9412         * AUTHORS
9413         * src/gtk/authors.h
9414         * tools/claws.i18n.status.pl
9415                 updated with new info
9416
9417 2006-06-09 [paul]       2.2.3cvs4
9418
9419         * README
9420                 updated
9421         * manual/ack.xml
9422                 add wwp to authors list
9423         * src/gtk/authors.h
9424                 update mine and Colin's addresses
9425
9426 2006-06-08 [colin]      2.2.3cvs3
9427
9428         * src/etpan/imap-thread.c
9429                 Fix leak on SSL cert check
9430
9431 2006-06-08 [colin]      2.2.3cvs2
9432
9433         * src/common/utils.c
9434                 Fix leak
9435
9436 2006-06-08 [paul]       2.2.3cvs1
9437
9438         * configure.ac
9439                 Update version number following
9440                 stable release
9441
9442 2006-06-07 [colin]      2.2.2cvs3
9443
9444         * src/msgcache.c
9445                 Fix catching cache read errors (guint instead of gint)
9446                 Prevent malloc'ing more than 8MB (means cache corruption)
9447
9448 2006-06-07 [paul]       2.2.2cvs2
9449
9450         * src/exporthtml.c
9451         * src/exportldif.c
9452         * src/mh.c
9453         * src/mutt.c
9454         * src/pine.c
9455         * src/common/utils.c
9456                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
9457                 obey $HOME'
9458                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
9459                 Thanks to Colin
9460
9461 2006-06-06 [paul]       2.2.2cvs1
9462
9463         * configure.ac
9464                 Update version number following
9465                 stable release
9466
9467 2006-06-06 [paul]       2.2.1cvs6
9468
9469         * src/matcher.c
9470                 fix  implicit declaration of
9471                 sylpheed_do_idle()
9472                 Patch by Fabien Vantard
9473
9474 2006-06-06 [paul]       2.2.1cvs5
9475
9476         * src/matcher.c
9477                 fix age_greater and age_lower so that they
9478                 mean what say and not '...or equal to'
9479                 Thanks to Colin
9480
9481 2006-06-06 [paul]       2.2.1cvs4
9482
9483         * src/textview.c
9484         * src/common/utils.c
9485                 fix URI check
9486                 Thanks to Colin
9487
9488 2006-06-05 [wwp]        2.2.1cvs3
9489
9490         * manual/fr/account.xml
9491                 minor language fixes (thanks to Fabien Vantard).
9492
9493 2006-06-05 [colin]      2.2.1cvs2
9494
9495         * src/prefs_folder_item.c
9496         * src/folderview.c
9497                 Allow recursive setting of properties 
9498                 for whole mailboxes
9499         * src/matcher.c
9500                 Don't freeze on 'test' filtering rule
9501
9502 2006-06-05 [colin]      2.2.1cvs1
9503
9504         * configure.ac
9505                 Update version number following
9506                 stable release
9507
9508 2006-06-04 [wwp]        2.2.0cvs82
9509
9510         * manual/glossary.xml
9511         * manual/account.xml
9512         * manual/fr/glossary.xml
9513         * manual/fr/account.xml
9514                 added glossary section and references/links related to the Face custom header.
9515
9516 2006-06-04 [colin]      2.2.0cvs81
9517
9518         * src/summaryview.c
9519                 Skip to next message on move with no
9520                 immediate execution
9521
9522 2006-06-04 [wwp]        2.2.0cvs80
9523
9524         * manual/xml2pdf
9525                 added sanity checks, exit when needed.
9526
9527 2006-06-03 [paul]       2.2.0cvs79
9528
9529         * src/prefs_receive.c
9530                 page name is now 'Receiving'
9531         * src/prefs_send.c
9532                 page name is now 'Sending'
9533
9534 2006-06-03 [colin]      2.2.0cvs78
9535
9536         * src/plugins/spamassassin/spamassassin_gtk.c
9537                 Autoswitch to Localhost if transport was previously
9538                 disabled. Else people had to check [] Enable, then
9539                 *reselect* transport.
9540
9541 2006-06-03 [colin]      2.2.0cvs77
9542
9543         * src/plugins/pgpinline/pgpinline.c
9544         * src/plugins/pgpmime/pgpmime.c
9545                 Check that gpg_data_release_and_get_mem 
9546                 didn't fail (now, why this happens...)
9547
9548 2006-06-03 [colin]      2.2.0cvs76
9549
9550         * src/mbox.c
9551                 Fix bug #962 (Manual and/or UI should 
9552                 warn about incompatible locking 
9553                 causing dataloss)
9554
9555 2006-06-02 [cleroy]     2.2.0cvs75
9556
9557         * src/filtering.c
9558         * src/folder.c
9559         * src/procmsg.c
9560         * src/summaryview.c
9561                 Fix a few leaks
9562
9563 2006-06-02 [colin]      2.2.0cvs74
9564
9565         * src/main.c
9566                 On exit, free caches after writing them
9567                 Shuts up some valgrind false positives
9568         * src/procmsg.c
9569         * src/send_message.c
9570                 Fix races when reusing existing SMTP connections
9571                 Fix inexistant session timeout
9572         * src/toolbar.c
9573                 Display alertpanel after all queues have
9574                 been processed, not after each
9575
9576 2006-06-02 [wwp]        2.2.0cvs73
9577
9578         * manual/fr/glossary.xml
9579         * manual/fr/ack.xml
9580         * manual/ack.xml
9581                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
9582
9583 2006-06-02 [wwp]        2.2.0cvs72
9584
9585         * manual/xml2pdf
9586         * manual/dist/pdf/Makefile.am
9587         * manual/dtd/manual.xsl
9588         * manual/fr/dist/pdf/Makefile.am
9589         * manual/pl/dist/pdf/Makefile.am
9590                 we changed the procedure to generate the .pdf version of the manual.
9591                 The procedure is more modern and the .pdf we get now has a valid index.
9592                 Here are the new pre-requisites:
9593
9594                 - JRE 1.x (1.4 here): there must be one from your distro
9595                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
9596                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
9597                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
9598
9599                 See my posts for further info about the installation of this toolchain:
9600
9601                 Date: Fri, 19 May 2006 19:40:06 +0200
9602                 From: wwp <subscript@free.fr>
9603                 To: sylpheed-claws-devel@lists.sourceforge.net
9604                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
9605
9606                 and
9607
9608                 Date: Wed, 24 May 2006 12:58:49 +0200
9609                 From: wwp <subscript@free.fr>
9610                 To: sylpheed-claws-devel@lists.sourceforge.net
9611                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
9612
9613 2006-06-01 [colin]      2.2.0cvs71
9614
9615         * src/compose.c
9616                 Better guards against IMAP races
9617         * src/main.c
9618         * src/prefs_common.c
9619         * src/prefs_common.h
9620         * src/common/ssl_certificate.c
9621         * src/etpan/imap-thread.c
9622         * src/etpan/imap-thread.h
9623         * src/gtk/sslcertwindow.c
9624                 New hidden option ssl_skip_cert_check to 
9625                 avoid dups of bug #959 (libetpan linked
9626                 against gnutls and gnutls buggy on 64bit)
9627                 Present expired warning only once per
9628                 session/server.
9629         * manual/advanced.xml
9630         * manual/fr/advanced.xml
9631                 Document new option
9632
9633 2006-06-01 [wwp]        2.2.0cvs70
9634
9635         * src/messageview.c
9636                 fix for bug #961 (return receipt dialog 
9637                 complains incorrectly about return-path 
9638                 email adress being different), thanks 
9639                 to Colin.
9640
9641 2006-05-31 [cleroy]     2.2.0cvs69
9642
9643         * src/common/ssl.c
9644                 Guard against NULLs, although this
9645                 should never be an issue
9646
9647 2006-05-31 [colin]      2.2.0cvs68
9648
9649         * src/filtering.c
9650                 Use g_slist_prepend
9651         * src/imap.c
9652                 Don't remove caches when destroying folder, it
9653                 could (should) be done at exit
9654         * src/inc.c
9655                 free processing cache after incorporation
9656         * src/etpan/imap-thread.c
9657                 Maybe fix bug #959 (Crash on moving to emails 
9658                 to a imap account per ssl with a expired 
9659                 certificate.)
9660
9661 2006-05-30 [colin]      2.2.0cvs67
9662
9663         * src/summaryview.c
9664                 Put back event flush when displaying message
9665                 It avoids reading a bunch of messages just
9666                 by hitting shift-n for too long ;)
9667
9668 2006-05-29 [colin]      2.2.0cvs66
9669
9670         * src/summaryview.c
9671                 Remove useless g_warnings
9672
9673 2006-05-29 [colin]      2.2.0cvs65
9674
9675         * src/imap.c
9676                 Fix g_slist_append()s for performance
9677
9678 2006-05-29 [colin]      2.2.0cvs64
9679
9680         * src/compose.c
9681         * src/common/utils.c
9682                 Fix extraneous tab at start of addresses
9683         * src/mainwindow.c
9684                 Fix warnings (thanks to Fabien)
9685                 Fix crash at exit when composing messages 
9686                 exist
9687         * src/pop.c
9688                 Fix progress bar when deleting expired mails
9689                 Thanks to Hiro
9690         * src/summaryview.c
9691         * src/gtk/gtksctree.c
9692                 Fix re-sorting slowness
9693
9694 2006-05-29 [paul]       2.2.0cvs63
9695
9696         * src/mh.c
9697                 fetch full message when moving mails
9698                 from another mailbox, (fixed data loss
9699                 when filtering from IMAP to MH, introduced
9700                 in 2.2.0cvs57).
9701                 Thanks to Colin
9702
9703 2006-05-29 [mones]      2.2.0cvs62
9704
9705         * src/gtk/gtksctree.c
9706                 Unselect faster (patch by Colin)        
9707
9708 2006-05-26 [colin]      2.2.0cvs61
9709
9710         * src/summaryview.c
9711                 Unplug MSGINFO_UPDATE callback on delete too.
9712
9713 2006-05-26 [colin]      2.2.0cvs60
9714
9715         * src/foldersel.c
9716                 Fix bold in folder selection window with glib2.10
9717                 thanks Hiro
9718
9719 2006-05-26 [colin]      2.2.0cvs59
9720
9721         * src/procheader.c
9722                 Convert date only if necessary (and don't
9723                 try to convert from utf8 to utf8, too)
9724         * src/summaryview.c
9725                 Only set column's text if the column's 
9726                 displayed
9727
9728 2006-05-26 [colin]      2.2.0cvs58
9729
9730         * src/summaryview.c
9731         * src/gtk/gtkutils.c
9732                 Fix useless warning
9733
9734 2006-05-26 [colin]      2.2.0cvs57
9735
9736         * src/mainwindow.c
9737                 Make summaryview selectable as long as 
9738                 no message has focus
9739         * src/mh.c
9740                 Faster deletion (by implementing mh_remove_msgs)
9741                 Faster copy (avoid using mh_fetch_msg just to get
9742                 the filename)
9743                 Faster move (using move_file instead of copy_file
9744                 if MSG_IS_MOVE)
9745                 No progressbar if total number of mails to cp/mv 
9746                 is less than 100
9747         * src/summaryview.c
9748                 Fix removal from subject_table when mail gets moved
9749                 Faster deletion (g_slist_prepend instead of append)
9750         * src/gtk/gtksctree.c
9751                 Remove useless code
9752
9753 2006-05-25 [colin]      2.2.0cvs56
9754
9755         * src/common/ssl_certificate.c
9756                 Fix leak in expired cert check
9757
9758 2006-05-25 [colin]      2.2.0cvs55
9759
9760         * src/mh.c
9761                 Disable flags syncing on .mh_sequences - it
9762                 is buggy and marks mails read under unknown
9763                 conditions.
9764
9765 2006-05-25 [paul]
9766
9767         * 2.3.0-rc4 released
9768
9769 2006-05-24 [colin]      2.2.0cvs54
9770
9771         attention cvs users: if you manage to crash
9772         Sylpheed-Claws while moving, copying or deleting
9773         mails, we *are* interested in stack traces and
9774         valgrind logs. It looks stable, but one never
9775         knows...
9776
9777         * src/folder.c
9778                 Add progressbar for cache updates
9779         * src/folderutils.c
9780                 Optimize Mark all read in the current
9781                 folder
9782         * src/mh.c
9783                 Add progressbar for copy/move
9784         * src/procmsg.c
9785                 Optimize O(n^2) in copy/move
9786         * src/summaryview.c
9787         * src/gtk/gtksctree.c
9788                 Optimize O(n^2) algos
9789         * src/common/timing.h
9790                 Display ms instead of us
9791
9792 2006-05-24 [wwp]        2.2.0cvs53
9793
9794         * manual/fr/advanced.xml
9795                 updates to the French manual.
9796
9797 2006-05-24 [wwp]        2.2.0cvs52
9798
9799         * src/common/utils.c
9800                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
9801
9802 2006-05-24 [wwp]        2.2.0cvs51
9803
9804         * src/folderutils.c
9805                 fixed "mark all read" in MH folders (thanks to Colin).
9806
9807 2006-05-24 [paul]       2.2.0cvs50
9808
9809         * doc/man/sylpheed-claws.1
9810                 updated the man page
9811
9812 2006-05-23 [colin]      2.2.0cvs49
9813
9814         * src/folderview.c
9815         * src/imap.c
9816         * src/inc.c
9817         * src/mbox.c
9818         * src/messageview.c
9819         * src/news.c
9820         * src/send_message.c
9821         * src/summaryview.c
9822         * src/gtk/sslcertwindow.c
9823                 alertpanel fixes, by Fabien
9824
9825 2006-05-23 [colin]      2.2.0cvs48
9826
9827         * src/folder.c
9828         * src/folderview.c
9829         * src/msgcache.c
9830         * src/summaryview.c
9831         * src/gtk/gtksctree.c
9832         * src/gtk/gtksctree.h
9833                 More timings
9834                 Fix slow loading problem, which was caused by the
9835                 use of some gtk_ctree funcs and their use of
9836                 g_list_position while gtk_ctree_(un)link'ing.
9837                 Reap more functions from gtkctree.c to be sure we
9838                 use our (fast) version instead of theirs.
9839         * src/mh.c
9840                 Fix copy of unread mails
9841
9842
9843 2006-05-22 [wwp]        2.2.0cvs47
9844
9845         * manual/fr/advanced.xml
9846                 updated.
9847
9848 2006-05-22 [colin]      2.2.0cvs46
9849
9850         * src/filtering.c
9851                 Fix possible infinite loop. 'copy' is not a 
9852                 final action, so when encountering a 'copy',
9853                 we have to check if a previous one was set
9854                 and do it. In the same way, if we encounter
9855                 a 'move' we have to perform a possibly 
9856                 pending 'copy'. This will slow down filtering
9857                 on IMAP if move+copy or multiple copy actions
9858                 are to be done, but handling it via the batch
9859                 would be really too convoluted.
9860
9861 2006-05-22 [wwp]        2.2.0cvs45
9862
9863         * manual/fr/advanced.xml
9864         * manual/fr/faq.xml
9865         * manual/fr/glossary.xml
9866         * manual/fr/handling.xml
9867         * manual/fr/intro.xml
9868         * manual/fr/plugins.xml
9869         * manual/fr/sylpheed-claws-manual.xml
9870                 sync w/ the english manual: updates URIs, documented mailing-list
9871                 support, better explanation about the enabled/disabled feature
9872                 in filtering/processing rules by Paul.
9873
9874 2006-05-21 [colin]      2.2.0cvs44
9875
9876         * src/summaryview.c
9877                 Don't expand after building threads, but during
9878
9879 2006-05-21 [colin]      2.2.0cvs43
9880
9881         * src/procmsg.c
9882         * src/summaryview.c
9883                 More timing possibilities... For next time I have 
9884                 to find out how the hell some 3GHz computer takes
9885                 one minute to open a 30k folder...
9886
9887 2006-05-21 [colin]      2.2.0cvs42
9888
9889         * manual/pl/advanced.xml
9890         * manual/pl/faq.xml
9891         * manual/pl/glossary.xml
9892         * manual/pl/handling.xml
9893         * manual/pl/intro.xml
9894         * manual/pl/plugins.xml
9895         * manual/pl/sylpheed-claws-manual.xml
9896                 Polish manual updated by Pawel
9897
9898 2006-05-20 [colin]
9899
9900         * 2.3.0-rc3 released
9901
9902 2006-05-20 [colin]      2.2.0cvs41
9903
9904         * src/imap.c
9905                 Fix -rc2 problems:
9906                 - remove cache of moved messages from original folder
9907                 - apply new flags to messages even if they aren't appliable
9908                   via IMAP.
9909
9910 2006-05-20 [colin]
9911
9912         * 2.3.0-rc2 released
9913
9914 2006-05-19 [colin]      2.2.0cvs40
9915
9916         * src/imap.c
9917                 Don't issue SELECT in imap_change_flags
9918                 before having checked that we indeed have
9919                 some flags to change. MSG_POSTFILTERED for
9920                 example can't be used on IMAP.
9921                 Fixes bug #955 (copying messages between 
9922                 imap folders is extremely slow), which was
9923                 a regression.
9924
9925 2006-05-19 [colin]      2.2.0cvs39
9926
9927         * src/folder.c
9928         * src/folder.h
9929         * src/folderview.c
9930                 Try to fix bug #830 (Some unread messages 
9931                 get marked read in IMAP inbox):
9932                 - Prevent scanning a folder if it's being 
9933                   opened via the GUI
9934                 - Postpone opening via the GUI of a folder
9935                   currently scanned.
9936
9937
9938 2006-05-19 [wwp]        2.2.0cvs38
9939
9940         * manual/advanced.xml
9941                 fix English+typo (thanks to Paul).
9942
9943 2006-05-19 [wwp]        2.2.0cvs37
9944
9945         * manual/advanced.xml
9946         * manual/fr/advanced.xml
9947         * src/gtk/logwindow.c
9948         * src/prefs_common.c
9949         * src/prefs_common.h
9950                 added hidden prefs to allow customization of colors used in
9951                 protocol log window (useful for dark gtk+ themes).
9952
9953 2006-05-19 [wwp]        2.2.0cvs36
9954
9955         * ChangeLog
9956                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
9957
9958 2006-05-19 [paul]       2.2.0cvs35
9959
9960         * src/textview.c
9961                 make Reply-To fully clickable
9962         * src/gtk/logwindow.c
9963                 more colouring (SMTP ESMTP)
9964         Both patches by Pawel Pekala
9965
9966 2006-05-19 [cleroy]     2.2.0cvs34
9967
9968         * src/mh.c
9969                 Don't update flags from current folder
9970                 Probably fixes bug #935 (Read Messages 
9971                 Revert to Being Marked as Unread)
9972
9973 2006-05-18 [colin]      2.2.0cvs33
9974
9975         * src/imap.c
9976                 Warning fix
9977         * src/compose.c
9978         * src/mainwindow.c
9979         * src/summaryview.c
9980         * src/toolbar.c
9981                 Allow replying to multiple emails
9982                 in multiple windows
9983         * src/mimeview.c
9984         * src/etpan/imap-thread.c
9985                 Leak fixes
9986
9987 2006-05-18 [paul]       2.2.0cvs32
9988
9989         * src/summaryview.c
9990                 keep Mailing-List menu refreshed
9991                 Thanks to Colin
9992
9993 2006-05-18 [paul]       2.2.0cvs31
9994
9995         * manual/advanced.xml
9996         * manual/faq.xml
9997         * manual/glossary.xml
9998         * manual/handling.xml
9999         * manual/intro.xml
10000         * manual/plugins.xml
10001         * manual/sylpheed-claws-manual.xml
10002                 update URLs
10003                 add info about mailing-list support
10004                 edit filtering info
10005         * src/wizard.c
10006         * src/common/defs.h
10007         * src/gtk/about.c
10008         * src/plugins/dillo_viewer/README
10009                 update URLs
10010
10011 2006-05-17 [wwp]        2.2.0cvs30
10012
10013         * manual/handling.xml
10014         * manual/fr/handling.xml
10015                 documented the ability to enabled/disable filtering/processing rules.
10016
10017 2006-05-17 [colin]      2.2.0cvs29
10018
10019         * src/main.c
10020                 Don't initialize g_thread subsystem if it's 
10021                 already done (thanks to Hiro)
10022         * src/mimeview.c
10023                 Fix saving of parts when there name can't be
10024                 converted from UTF-8.
10025
10026 2006-05-17 [paul]       2.2.0cvs28
10027
10028         * po/Makefile.in.in
10029                 fix config.status warning with autoconf 2.60
10030
10031 2006-05-17 [paul]       2.2.0cvs27
10032
10033         * po/POTFILES.in
10034                 add src/mbox.c
10035
10036 2006-05-17 [wwp]        2.2.0cvs26
10037
10038         * src/mainwindow.c
10039                 fix useless and potentially dangerous buffer walking (thanks to Colin).
10040
10041 2006-05-17 [wwp]        2.2.0cvs25
10042
10043         * src/plugins/demo/demo.c
10044                 updated product name in plugin demo (many plugins need to be
10045                 sync'ed w/ that change).
10046
10047 2006-05-17 [colin]      2.2.0cvs24
10048
10049         * src/mh.c
10050                 Fix leak
10051
10052 2006-05-16 [colin]      2.2.0cvs23
10053
10054         * src/mainwindow.c
10055                 Stupid me hit again. Fix cvs22.
10056
10057 2006-05-16 [colin]      2.2.0cvs22
10058
10059         * src/mainwindow.c
10060                 Fix bug #922 (sylpheed-claws crashed after 
10061                 pushing on Inbox folder)
10062
10063 2006-05-16 [colin]      2.2.0cvs21
10064
10065         * src/compose.c
10066                 Make From header be copy/paste/select-able
10067
10068 2006-05-16 [wwp]        2.2.0cvs20
10069
10070         * src/export.c
10071         * src/matcher.c
10072         * src/summaryview.c
10073         * src/etpan/imap-thread.c
10074                 fix some compiler warnings (thanks to Colin).
10075
10076 2006-05-16 [wwp]        2.2.0cvs19
10077
10078         * src/action.c
10079         * src/gedit-print.c
10080         * src/inc.c
10081         * src/mainwindow.c
10082         * src/mh.c
10083         * src/statusbar.c
10084         * src/send_message.c
10085         * src/summaryview.c
10086                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
10087
10088 2006-05-15 [colin]      2.2.0cvs18
10089
10090         * src/procmsg.c
10091                 Fix automatic rule creation with List-Post
10092
10093 2006-05-15 [paul]       2.2.0cvs17
10094
10095         * tools/filter_conv_new.pl
10096                 updated for rule enabling/disabling
10097                 claws version >= 2.3.x required
10098
10099 2006-05-15 [cleroy]     2.2.0cvs16
10100
10101         * src/main.c
10102                 Revert test
10103
10104 2006-05-15 [cleroy]     2.2.0cvs15
10105
10106         * src/main.c
10107                 test
10108
10109 2006-05-15 [wwp]        2.2.0cvs14
10110
10111         * manual/pl/.cvsignore
10112                 ignore generated files.
10113
10114 2006-05-14 [wwp]        2.3.0-rc1
10115
10116         * 2.3.0-rc1 released
10117
10118 2006-05-13 [wwp]        2.2.0cvs13
10119
10120         * src/filtering.c
10121         * src/filtering.h
10122         * src/matcher.c
10123         * src/matcher_parser_lex.l
10124         * src/matcher_parser_parse.y
10125         * src/prefs_filtering.c
10126                 new feature: provide the ability to disable filtering and processing
10127                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
10128                 adaptations.
10129
10130 2006-05-13 [colin]      2.2.0cvs12
10131
10132         * src/compose.c
10133                 Remove useless if (a) b; else b;
10134                 Thanks to wwp
10135
10136 2006-05-13 [wwp]        2.2.0cvs11
10137
10138         * src/export.c
10139         * src/import.c
10140         * src/mainwindow.c
10141         * src/mbox.c
10142         * src/summaryview.c
10143         * src/summaryview.h
10144                 no more silent failures (or at least less ones) when importing
10145                 or exporting from/to mbox. Also start importing/exporting if
10146                 the necessary info is set.
10147
10148 2006-05-13 [wwp]        2.2.0cvs10
10149
10150         * RELEASE_NOTES
10151                 restored up-to-date release notes.
10152
10153 2006-05-13 [paul]       2.2.0cvs9
10154
10155         * po/nl.po
10156         * po/ru.po
10157                 updated by Tim Dijkstra and Pavlo Bohmat
10158
10159 2006-05-12 [colin]      2.2.0cvs8
10160
10161         * src/gtk/quicksearch.c
10162                 Add "k" as shortcut for "colorlabel". Patch
10163                 by ath42@users.sf.net.
10164
10165 2006-05-12 [paul]       2.2.0cvs7
10166
10167         * src/prefs_common.h
10168         * src/prefs_summaries.c
10169         * src/summaryview.c
10170                 when entering a folder also allow
10171                 going directly to first Marked message
10172
10173 2006-05-12 [paul]       2.2.0cvs6
10174
10175         * src/summaryview.c
10176                 always obey 'confirm before marking all
10177                 mails read' option
10178
10179 2006-05-12 [paul]       2.2.0cvs5
10180
10181         * src/textview.c
10182                 make Sender fully clickable
10183
10184 2006-05-12 [colin]      2.2.0cvs4
10185
10186         * src/compose.c
10187         * src/compose.h
10188                 Let From be editable
10189         * src/main.c
10190         * src/mh.c
10191                 Full support of .mh_sequences' Unseen seq
10192
10193 2006-05-12 [colin]      2.2.0cvs3
10194
10195         * src/folder.c
10196         * src/mainwindow.c
10197         * src/mainwindow.h
10198         * src/messageview.c
10199         * src/prefs_spelling.c
10200         * src/procheader.c
10201         * src/procmsg.c
10202         * src/procmsg.h
10203         * src/summaryview.c
10204         * src/toolbar.c
10205         * src/toolbar.h
10206                 Add contextual menu on Compose toolbar
10207                 button. Fixes bug #944 (Automatic
10208                 addresses not applied when changing account
10209                 from compose window)
10210                 add Mailing List support
10211                 based on the old 0.6.5claws25 patch by
10212                 Melvin Hadasht, with finishing touches
10213                 by Colin
10214                 Fix "ignore thread" when mails are threaded by
10215                 subject (and weren't ignored although appearing
10216                 in the thread).
10217                 GUI rework.
10218                 Both patches by Pawel.
10219
10220 2006-05-08 [paul]       2.2.0cvs2
10221
10222         * src/mainwindow.c
10223         * src/mainwindow.h
10224         * src/messageview.c
10225         * src/procheader.c
10226         * src/procmsg.c
10227         * src/procmsg.h
10228         * src/summaryview.c
10229                 add Mailing List support
10230                 based on the old 0.6.5claws25 patch by 
10231                 Melvin Hadasht, with finishing touches
10232                 by Colin
10233
10234 2006-05-08 [colin]      2.2.0cvs1
10235
10236         * src/mainwindow.c
10237         * src/toolbar.c
10238         * src/toolbar.h
10239                 Add contextual menu on Compose toolbar 
10240                 button. Fixes bug #944 (Automatic 
10241                 addresses not applied when changing account 
10242                 from compose window)
10243
10244 2006-05-08 [paul]       2.2.0
10245
10246         2.2.0 released
10247
10248 2006-05-08 [paul]       2.1.1cvs51
10249
10250         * po/cs.po
10251         * po/de.po
10252         * po/en_GB.po
10253         * po/fi.po
10254         * po/fr.po
10255         * po/pt_BR.po
10256         * po/sr.po
10257         * po/zh_CN.po
10258                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10259                 Fabien Vantard, Frederico Goncalves Guimaraes,
10260                 Aleksandar Urosevic, and Ralgh Young
10261
10262 2006-05-12 [colin]      2.1.1cvs50
10263
10264         * po/cs.po
10265         * po/de.po
10266         * po/en_GB.po
10267         * po/es.po
10268         * po/fi.po
10269         * po/fr.po
10270         * po/pt_BR.po
10271         * po/sr.po
10272         * po/zh_CN.po
10273                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10274                 Fabien Vantard, Frederico Goncalves Guimaraes,
10275                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
10276
10277 2006-05-05 [colin]      2.1.1cvs49
10278
10279         * manual/Makefile.am
10280         * manual/pl/Makefile.am
10281         * manual/pl/account.xml
10282         * manual/pl/ack.xml
10283         * manual/pl/addrbook.xml
10284         * manual/pl/advanced.xml
10285         * manual/pl/faq.xml
10286         * manual/pl/glossary.xml
10287         * manual/pl/gpl.xml
10288         * manual/pl/handling.xml
10289         * manual/pl/intro.xml
10290         * manual/pl/keyboard.xml
10291         * manual/pl/plugins.xml
10292         * manual/pl/starting.xml
10293         * manual/pl/sylpheed-claws-manual.xml
10294         * manual/pl/dist/.cvsignore
10295         * manual/pl/dist/Makefile.am
10296         * manual/pl/dist/html/.cvsignore
10297         * manual/pl/dist/html/Makefile.am
10298         * manual/pl/dist/pdf/.cvsignore
10299         * manual/pl/dist/pdf/Makefile.am
10300         * manual/pl/dist/ps/.cvsignore
10301         * manual/pl/dist/ps/Makefile.am
10302         * manual/pl/dist/txt/.cvsignore
10303         * manual/pl/dist/txt/Makefile.am
10304                 Add the polish translation of the manual,
10305                 Authored by Pawel Pekala.
10306
10307 2006-05-05 [cleroy]     2.1.1cvs48
10308
10309         * src/main.c
10310                 Re-read matcherrc after loading plugins 
10311                 if some of them add folders.
10312
10313 2006-05-03 [colin]      2.1.1cvs47
10314
10315         * src/imap.c
10316                 I'm idiot
10317
10318 2006-05-03 [colin]      2.1.1cvs46
10319
10320         * src/imap.c
10321                 Be sure to have a session when
10322                 getting separator
10323
10324 2006-05-03 [colin]      2.1.1cvs45
10325
10326         * src/imap.c
10327         * src/imap.h
10328         * src/imap_gtk.c
10329                 Fix preventing renaming with namespace 
10330                 separator.
10331
10332 2006-05-01 [colin]      2.1.1cvs44
10333
10334         * src/action.c
10335                 Don't reload messageview when result of
10336                 action is piped.
10337
10338 2006-04-29 [colin]      2.1.1cvs43
10339
10340         * src/prefs_receive.c
10341         * src/plugins/spamassassin/spamassassin_gtk.c
10342         * src/plugins/clamav/clamav_plugin_gtk.c
10343                 GUI fixes by Pawel
10344
10345 2006-04-29 [colin]      2.1.1cvs42
10346
10347         * src/prefs_compose_writing.c
10348         * src/prefs_quote.c
10349                 Cleanups. Patch by Pawel
10350
10351 2006-04-28 [paul]       2.1.1cvs41
10352
10353         * src/matcher.c
10354                 fix returned quick search results when search
10355                 term contains an underscore.
10356                 Thanks to Colin
10357
10358 2006-04-28 [paul]       2.1.1cvs40
10359
10360         * src/prefs_message.c
10361         * src/prefs_receive.c
10362                 GUI cleanups
10363                 Patches by Pawel Pekala
10364
10365 2006-04-27 [colin]      2.1.1cvs39
10366
10367         * src/wizard.c
10368                 Differentiate subject Welcome from
10369                 window's title Welcome
10370
10371 2006-04-27 [paul]
10372
10373         2.2.0-rc1 released
10374
10375 2006-04-27 [paul]       2.1.1cvs38
10376
10377         * manual/advanced.xml
10378         * manual/fr/advanced.xml
10379                 add info about compose_no_markup hidden pref
10380
10381 2006-04-27 [paul]       2.1.1cvs37
10382
10383         * src/prefs_account.c
10384                 improve privacy labels
10385         * src/prefs_msg_colors.c
10386                 change some strings for translators' convenience
10387         * src/gtk/gtkutils.c
10388                 don't underline the link button text
10389
10390 2006-04-25 [colin]      2.1.1cvs36
10391
10392         * src/folder.c
10393                 Complete 2.1.1cvs33 (once more ;)
10394
10395 2006-04-25 [colin]      2.1.1cvs35
10396
10397         * src/editldap.c
10398                 Fix tooltip
10399
10400 2006-04-25 [cleroy]     2.1.1cvs34
10401
10402         * src/compose.c
10403         * src/gtk/gtkaspell.c
10404                 Fix crash on redirect (related to the return 
10405                 of the aspell menu in compose's toolbar)
10406         * src/prefs_msg_colors.c
10407                 Fix sensitivity widgets
10408         * src/image_viewer.c
10409         * src/gtk/pluginwindow.c
10410         * src/gtk/prefswindow.c
10411                 Change released signals to clicked (Fabien)
10412         * po/POTFILES.in
10413         * src/common/socket.c
10414         * src/plugins/spamassassin/spamassassin.c
10415                 Translate strings (Fabien)
10416
10417 2006-04-25 [paul]       2.1.1cvs33
10418
10419         * src/folder.c
10420         * src/folder.h
10421         * src/folderview.c
10422                 complete the fix of bug #912
10423                 Thanks to Colin
10424
10425 2006-04-25 [colin]      2.1.1cvs32
10426
10427         * src/news.c
10428                 Better progress bar
10429         * src/mimeview.c
10430         * src/summaryview.c
10431         * src/summaryview.h
10432                 Fix focus chain
10433                 Patches by Pawel Pekala
10434
10435 2006-04-24 [colin]      2.1.1cvs31
10436
10437         * src/compose.c
10438                 Fix compilation warnings (Fabien)
10439
10440 2006-04-24 [colin]      2.1.1cvs30
10441
10442         * src/addrindex.c
10443         * src/editldap.c
10444         * src/editldap_basedn.c
10445         * src/editldap_basedn.h
10446         * src/ldapctrl.c
10447         * src/ldapctrl.h
10448         * src/ldapquery.c
10449         * src/ldaputil.c
10450         * src/ldaputil.h
10451                 Fix bug #901 (LDAPS support)
10452
10453 2006-04-24 [colin]      2.1.1cvs29
10454
10455         * src/compose.c
10456                 Fix logic on error with send dialog on
10457         * src/imap.c
10458                 Fix compilation without libetpan, thanks
10459                 to Fabien
10460         * src/summaryview.c
10461                 Fix 'context-menu' key
10462
10463 2006-04-23 [colin]      2.1.1cvs28
10464
10465         * src/folder.c
10466                 Never free current's cache to free up 
10467                 memory. Fixes bug #912 (new count 
10468                 randomly set to message count)
10469
10470 2006-04-23 [colin]      2.1.1cvs27
10471
10472         * src/gtk/quicksearch.c
10473                 And remove printf...
10474
10475 2006-04-23 [colin]      2.1.1cvs26
10476
10477         * src/gtk/quicksearch.c
10478                 Fix replacing in quicksearch, and fix inserting
10479                 in the middle of the string. (introduced at 2.1.0cvs22)
10480
10481 2006-04-23 [colin]      2.1.1cvs25
10482
10483         * src/imap.c
10484                 Make sure uidnext is initialized in get_num_list
10485                 (not for stable, related to 2.1.1cvs8 and friends)
10486
10487 2006-04-23 [colin]      2.1.1cvs24
10488
10489         * src/imap.c
10490                 Output something when login is successful
10491                 too
10492
10493 2006-04-23 [colin]      2.1.1cvs23
10494
10495         * src/etpan/imap-thread.c
10496                 Better logging (line-per-line, hide data in fetch)
10497                 Fix a const warning
10498         * src/gtk/logwindow.c
10499         * src/gtk/logwindow.h
10500                 Better logging (color for input/output)
10501
10502 2006-04-21 [colin]      2.1.1cvs22
10503
10504         * src/gtk/quicksearch.c
10505                 On gtk+-2.8, use stock buttons in quicksearch
10506                 Based on a patch by Fabien and a design by Paul
10507
10508 2006-04-21 [colin]      2.1.1cvs21
10509
10510         * src/folderview.c
10511         * src/mainwindow.c
10512                 Fix occasional flicker in folderview
10513         * src/common/utils.c
10514                 Fix bug #943 (Incorrectly parsed email address 
10515                 list in short headers on message view and in 
10516                 printouts)
10517
10518 2006-04-20 [colin]      2.1.1cvs20
10519
10520         * src/imap.c
10521         * src/imap.h
10522         * src/prefs_account.c
10523                 Add ANONYMOUS auth for IMAP
10524
10525 2006-04-20 [paul]       2.1.1cvs19
10526
10527         * src/main.c
10528                 proper fix for 2.1.1cvs18
10529                 Thanks to Colin
10530
10531 2006-04-20 [paul]       2.1.1cvs18
10532
10533         * src/main.c
10534                 fix build warnings
10535
10536 2006-04-20 [paul]       2.1.1cvs17
10537
10538         * src/gtk/quicksearch.c
10539                 fix standard, non-extended Quick search,
10540                 was broken in 2.1.1cvs15.
10541                 Thanks to Colin.
10542
10543 2006-04-20 [colin]      2.1.1cvs16
10544
10545         * src/prefs_matcher.c
10546                 Fix values when reselecting a ~test
10547                 rule
10548
10549 2006-04-19 [colin]      2.1.1cvs15
10550
10551         * src/compose.c
10552         * src/compose.h
10553         * src/gtk/gtkaspell.c
10554         * src/gtk/gtkaspell.h
10555                 Put back Options menu in Spelling/
10556         * src/gtk/quicksearch.c
10557                 Don't search, and show error, if the
10558                 advanced search has a syntax error
10559
10560 2006-04-18 [colin]      2.1.1cvs14
10561
10562         * src/textview.c
10563                 Fix gdk warnings on set_cursor when textview
10564                 isn't visible
10565
10566 2006-04-18 [colin]      2.1.1cvs13
10567
10568         * src/gtk/gtksctree.c
10569                 Remove seemingly useless refresh that causes
10570                 flicker - watch this commit in case of 
10571                 problems before planned backport to stable
10572
10573 2006-04-18 [colin]      2.1.1cvs12
10574
10575         * src/imap.c
10576                 Factorize get/set_xml code
10577         * src/compose.c
10578         * src/prefs_account.c
10579         * src/prefs_account.h
10580         * src/procmsg.c
10581                 Add Encrypt to self option
10582
10583 2006-04-17 [colin]      2.1.1cvs11
10584
10585         * configure.ac
10586                 Fix search on encrpyt function on dragonfly
10587                 Patch by Jonathan Buschmann <jonthn@agmact.com>
10588
10589 2006-04-17 [colin]      2.1.1cvs10
10590
10591         * src/prefs_account.c
10592                 Be safe by default: remove mails from POP3
10593                 after 7 days, not immediately
10594
10595 2006-04-17 [colin]      2.1.1cvs9
10596
10597         * src/etpan/imap-thread.c
10598                 Fix build on DragonFly - patch by 
10599                 Jonathan Buschmann <jonthn@agmact.com>
10600
10601 2006-04-17 [colin]      2.1.1cvs8
10602
10603         * src/imap.c
10604                 Save uidnext between sessions
10605
10606 2006-04-17 [colin]      2.1.1cvs7
10607
10608         * src/imap.c
10609                 scan is required when uid validity changes
10610
10611 2006-04-17 [colin]      2.1.1cvs6
10612
10613         * src/folderview.c
10614                 Don't scan if not necessary, apart in current
10615                 folder and INBOX to fetch flags.
10616         * src/imap.c
10617                 Scan is necessary if unread count changes
10618
10619 2006-04-17 [colin]      2.1.1cvs5
10620
10621         * src/imap.c
10622                 ...But always fetch ANSWERED and DELETED flags for
10623                 INBOX, as filtering can happen on these flags.
10624
10625 2006-04-17 [colin]      2.1.1cvs4
10626
10627         * src/imap.c
10628                 Don't fetch REPLIED and DELETED flags when synchronising
10629                 flags with a closed folder. We only need UNSEEN and FLAGGED
10630                 to update the folderview.
10631
10632 2006-04-17 [colin]      2.1.1cvs3
10633
10634         * src/imap.c
10635                 Faster flag search when there are new mails 
10636                 in a folder. We can do a full search if the 
10637                 folder contains less messages than the new
10638                 list.
10639
10640 2006-04-17 [colin]      2.1.1cvs2
10641
10642         * po/cs.po
10643         * po/de.po
10644         * po/fr.po
10645         * po/nl.po
10646         * po/pt_BR.po
10647                 Update translations from stable branch
10648
10649 2006-04-17 [colin]      2.1.1cvs1
10650
10651         * configure.ac
10652                 Bump version to follow stable release
10653
10654 2006-04-16 [mones]      2.1.0cvs50
10655
10656         * po/es.po
10657                 Updated for release
10658
10659 2006-04-16 [colin]      2.1.0cvs49
10660
10661         * src/textview.c
10662                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
10663                 with gtk < 2.8. Thanks to Fabien Vantard.
10664
10665 2006-04-15 [colin]      2.1.0cvs48
10666
10667         * src/etpan/imap-thread.c
10668                 Fix bug #919 (libetpan: SEGV when connecting 
10669                 using command)
10670
10671 2006-04-14 [colin]      2.1.0cvs47
10672
10673         * src/main.c
10674                 Fix race on --select (should be done better)
10675
10676 2006-04-14 [wwp]        2.1.0cvs46
10677
10678         * src/send_message.c
10679                 enforce a check for domain in account prefs (a sending
10680                 error could be faced if domain was checked but no value set),
10681                 thanks to Colin.
10682
10683 2006-04-14 [colin]      2.1.0cvs45
10684
10685         * src/codeconv.c
10686                 when converting from unknown to unknown, if the
10687                 string is UTF8, don't convert it to the locale
10688                 (which breaks it)
10689
10690 2006-04-14 [colin]      2.1.0cvs44
10691
10692         * src/compose.c
10693                 Don't try to use ASCII for converting headers
10694                 (as done in body)
10695
10696 2006-04-14 [paul]       2.1.0cvs43
10697
10698         * src/crash.c
10699                 add locale/charset info to crash report
10700         * src/gtk/about.c
10701                 add wwp to doc team
10702                 replace 'e-mail' with preferred 'email'
10703         * src/gtk/authors.h
10704                 ensure contributors list is in alphabetical
10705                 order
10706
10707 2006-04-13 [colin]      2.1.0cvs42
10708
10709         * src/textview.c
10710                 Prevent gdk warnings
10711
10712 2006-04-13 [colin]      2.1.0cvs41
10713
10714         * src/common/ssl_certificate.c
10715         * src/common/ssl_certificate.h
10716         * src/gtk/sslcertwindow.c
10717                 Warn on expired certs, and display the expiration date
10718
10719 2006-04-13 [colin]      2.1.0cvs40
10720
10721         * src/plugins/spamassassin/spamassassin_gtk.c
10722                 Fix missing set_text on unix socket
10723
10724 2006-04-13 [wwp]        2.1.0cvs39
10725
10726         * manual/fr/advanced.xml
10727         * manual/fr/glossary.xml
10728                 applied new spam/ham/email lexicon (pourriel, courriel)
10729
10730 2006-04-13 [paul]       2.1.0cvs38
10731
10732         * src/plugins/pgpmime/plugin.c
10733                 remove the mention of S/MIME from the
10734                 description. This is now handled by the
10735                 S/MIME plugin.
10736
10737 2006-04-13 [paul]       2.1.0cvs37
10738
10739         * src/prefs_msg_colors.c
10740                 rework dialog
10741         * src/prefs_folder_item.c
10742         * src/prefs_spelling.c
10743                 add a tooltip to the colour selector buttons
10744
10745 2006-04-13 [wwp]        2.1.0cvs36
10746
10747         * manual/advanced.xml
10748         * manual/glossary.xml
10749         * manual/handling.xml
10750         * manual/keyboard.xml
10751         * manual/plugins.xml
10752         * manual/starting.xml
10753         * manual/fr/account.xml
10754         * manual/fr/ack.xml
10755         * manual/fr/addrbook.xml
10756         * manual/fr/advanced.xml
10757         * manual/fr/faq.xml
10758         * manual/fr/glossary.xml
10759         * manual/fr/gpl.xml
10760         * manual/fr/handling.xml
10761         * manual/fr/intro.xml
10762         * manual/fr/keyboard.xml
10763         * manual/fr/plugins.xml
10764         * manual/fr/starting.xml
10765         * manual/fr/sylpheed-claws-manual.xml
10766                 fixes to the manuals:
10767                  - summaryview -> Message List (same in French)
10768                  - translate key names
10769                  - fix French punctuation, use non-breakable spaces when
10770                    necessary, don't use &thinsp; which is not portable
10771                  - tell what maildir and mbox formats we support
10772
10773 2006-04-12 [wwp]        2.1.0cvs35
10774
10775         * src/prefs_toolbar.c
10776                 unified a replace button more,
10777                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10778
10779 2006-04-12 [wwp]        2.1.0cvs34
10780
10781         * src/prefs_common.c
10782         * src/prefs_msg_colors.c
10783                 make default color labels translatable,
10784                 patch from Fabien Vantard <fzzzzz@gmail.com>,
10785                 thanks to Tim <timbrain@post.cz> for reporting.
10786
10787 2006-04-12 [wwp]        2.1.0cvs33
10788
10789         * manual/glossary.xml
10790         * manual/intro.xml
10791         * manual/plugins.xml
10792         * manual/starting.xml
10793         * manual/sylpheed-claws-manual.xml
10794         * manual/fr/.cvsignore
10795         * manual/fr/account.xml
10796         * manual/fr/ack.xml
10797         * manual/fr/addrbook.xml
10798         * manual/fr/advanced.xml
10799         * manual/fr/faq.xml
10800         * manual/fr/glossary.xml
10801         * manual/fr/handling.xml
10802         * manual/fr/intro.xml
10803         * manual/fr/keyboard.xml
10804         * manual/fr/plugins.xml
10805         * manual/fr/starting.xml
10806         * manual/fr/sylpheed-claws-manual.xml
10807                 various fixes: typos, missing .fr translations, punctuation,
10808                 capitalization, links, accents and some bad French more.
10809
10810 2006-04-12 [wwp]        2.1.0cvs32
10811
10812         * src/prefs_gtk.c
10813                 fix for bug #935: always store prefs files in UTF-8 (thanks
10814                 to Colin).
10815
10816 2006-04-11 [colin]      2.1.0cvs31
10817
10818         * src/compose.c
10819                 Fix inserting files not in utf8 when locale is utf8
10820
10821 2006-04-11 [colin]      2.1.0cvs30
10822
10823         * src/inc.c
10824                 Don't show error dialog when cancelling connection
10825                 Patch by Pawel
10826
10827 2006-04-11 [cleroy]     2.1.0cvs29
10828
10829         * src/compose.c
10830                 Implement multiple quote levels
10831         * src/prefs_common.c
10832                 Change a little bit the quote bgcolor for 2nd level
10833
10834 2006-04-11 [colin]      2.1.0cvs28
10835
10836         * src/gtk/about.c
10837                 Add locale and charset in the label
10838
10839 2006-04-10 [colin]      2.1.0cvs27
10840
10841         * src/compose.c
10842         * src/prefs_common.c
10843         * src/prefs_common.h
10844         * src/prefs_msg_colors.c
10845         * src/textview.c
10846                 Allow optional background color in quotes
10847                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
10848                 GTK+-2.8.x feature
10849
10850 2006-04-10 [colin]      2.1.0cvs26
10851
10852         * src/main.c
10853         * src/mainwindow.c
10854         * src/mainwindow.h
10855                 Implement --select
10856
10857 2006-04-10 [colin]      2.1.0cvs25
10858
10859         * manual/plugins.xml
10860         * manual/fr/plugins.xml
10861                 Document libcurl's proxy variables
10862
10863 2006-04-09 [colin]      2.1.0cvs24
10864
10865         * src/prefs_common.c
10866                 gettext() returns statically allocated stuff. We have
10867                 to strdup it in order to be able to free it.
10868
10869 2006-04-09 [colin]      2.1.0cvs23
10870
10871         * AUTHORS
10872         * src/gtk/authors.h
10873                 Add Alexei
10874
10875 2006-04-09 [colin]      2.1.0cvs22
10876
10877         * src/mainwindow.c
10878         * src/gtk/quicksearch.c
10879                 Fix bug #859 (problems with cyrilic input in 
10880                 search panel) - Patch by Alexey Illarionov 
10881                 <littlesavage@rambler.ru>
10882
10883 2006-04-09 [colin]      2.1.0cvs21
10884
10885         * src/prefs_customheader.c
10886                 I prefer removing then freeing rather than the contrary
10887                 (even if it doesn't change anything ;-)
10888         * src/prefs_account.c
10889                 Fix bug #933 (Crash re-entering the custom headers list 
10890                 dialog in accounts prefs)
10891                 The problem happened when cancelling the Account 
10892                 Preferences' dialogs - in which case we didn't do 
10893                 anything to the PrefsAccount * struct. In case of applying,
10894                 the old ac_prefs was replaced with the tmp_ac_prefs we were
10895                 working with in this dialog. The problem is that 
10896                 prefs_customheader.c, working on this tmp_ac_prefs, always
10897                 changes the ->customhdr_list pointer, even when cancelled. 
10898                 So in case of cancelling the prefs_account dialog, we still
10899                 have to update ->customhdr_list in the real account.
10900
10901 2006-04-08 [colin]      2.1.0cvs20
10902
10903         * manual/fr/glossary.xml
10904         * manual/fr/keyboard.xml
10905                 Forgot some headers :)
10906
10907 2006-04-08 [colin]      2.1.0cvs19
10908
10909         * manual/Makefile.am
10910         * manual/fr/Makefile.am
10911         * manual/fr/account.xml
10912         * manual/fr/ack.xml
10913         * manual/fr/addrbook.xml
10914         * manual/fr/advanced.xml
10915         * manual/fr/faq.xml
10916         * manual/fr/glossary.xml
10917         * manual/fr/gpl.xml
10918         * manual/fr/handling.xml
10919         * manual/fr/intro.xml
10920         * manual/fr/keyboard.xml
10921         * manual/fr/plugins.xml
10922         * manual/fr/starting.xml
10923         * manual/fr/sylpheed-claws-manual.xml
10924         * manual/fr/dist/.cvsignore
10925         * manual/fr/dist/Makefile.am
10926         * manual/fr/dist/html/.cvsignore
10927         * manual/fr/dist/html/Makefile.am
10928         * manual/fr/dist/pdf/.cvsignore
10929         * manual/fr/dist/pdf/Makefile.am
10930         * manual/fr/dist/ps/.cvsignore
10931         * manual/fr/dist/ps/Makefile.am
10932         * manual/fr/dist/txt/.cvsignore
10933         * manual/fr/dist/txt/Makefile.am
10934                 Add the french translation of the manual. Thanks to
10935                 Olivier Delhomme <olivier.delhomme@free.fr> for 
10936                 account.xml, ack.xml, addrbook.xml and advanced.xml
10937
10938 2006-04-08 [colin]      2.1.0cvs18
10939
10940         * manual/plugins.xml
10941         * manual/starting.xml
10942                 More fixes
10943
10944 2006-04-07 [colin]      2.1.0cvs17
10945
10946         * manual/faq.xml
10947         * manual/intro.xml
10948         * manual/keyboard.xml
10949                 Little fixes
10950
10951 2006-04-07 [colin]      2.1.0cvs16
10952
10953         * README
10954         * src/compose.c
10955         * src/prefs_common.c
10956         * src/prefs_common.h
10957                 Add hidden compose_no_markup pref
10958
10959 2006-04-07 [wwp]        2.1.0cvs15
10960
10961         * src/summary_search.c
10962         * .cvsignore
10963                 Bugfix: stop button was sticky when searching in an empty folder.
10964                 Applied curly brackets code style to the whole file (summary_search.c).
10965                 More files to ignore.
10966
10967 2006-04-07 [wwp]        2.1.0cvs14
10968
10969         * src/message_search.c
10970         * src/summary_search.c
10971                 changed default button when search bumps at file/folder
10972                 beginning or end, for convenience (thanks to Colin).
10973
10974 2006-04-07 [paul]       2.1.0cvs13
10975
10976         * src/plugins/dillo_viewer/dillo_prefs.c
10977                 avoid future potential for namespace collision
10978                 Patch by Colin
10979
10980 2006-04-06 [wwp]        2.1.0cvs12
10981
10982         * src/summary_search.c
10983                 Unify extended/advanced searches names (and thus factorize labels),
10984                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10985
10986 2006-04-06 [wwp]        2.1.0cvs11
10987
10988         * src/folderview.c
10989         * src/prefs_themes.c
10990         * src/summaryview.c
10991                 Fixed some compilation warnings.
10992
10993 2006-04-06 [colin]      2.1.0cvs10
10994
10995         * manual/advanced.xml
10996                 Document the wizard template and how to deploy
10997                 Sylpheed-Claws effectively
10998
10999 2006-04-06 [colin]      2.1.0cvs9
11000
11001         * src/folderview.c
11002                 gettext patch to tell translators about _("#"),
11003                 by Maxim Britov
11004
11005 2006-04-06 [colin]      2.1.0cvs8
11006
11007         * src/textview.c
11008                 Fix invalid GtkTextBIter after clicking "Display as text"
11009
11010 2006-04-06 [mones]      2.1.0cvs7
11011
11012         * src/addr_compl.c
11013         * src/addrindex.c
11014         * src/addritem.c
11015         * src/codeconv.c
11016         * src/compose.c
11017         * src/filtering.c
11018         * src/folder.c
11019         * src/folder_item_prefs.c
11020         * src/folderview.c
11021         * src/localfolder.c
11022         * src/matcher.c
11023         * src/mimeview.c
11024         * src/prefs_msg_colors.c
11025         * src/prefs_spelling.c
11026         * src/prefs_themes.c
11027         * src/procmime.c
11028         * src/procmsg.c
11029         * src/stock_pixmap.c
11030         * src/summaryview.c
11031         * src/textview.c
11032         * src/toolbar.c
11033         * src/common/mgutils.c
11034         * src/common/prefs.c
11035         * src/common/ssl_certificate.c
11036         * src/gtk/colorlabel.c
11037         * src/gtk/quicksearch.c
11038         * src/plugins/pgpmime/pgpmime.c
11039         * src/plugins/spamassassin/spamassassin.c
11040                 Removed redundant NULL checks for g_free() calls.
11041                 Patch by Pawel Pekala.
11042
11043 2006-04-06 [mones]      2.1.0cvs6
11044
11045         * src/prefs_actions.c
11046         * src/prefs_filtering.c
11047         * src/prefs_filtering_action.c
11048         * src/prefs_matcher.c
11049         * src/prefs_template.c
11050         * src/gtk/gtkutils.c
11051         * src/gtk/gtkutils.h
11052                 Have a nice replace button. Patch by Pawel Pekala
11053
11054 2006-04-06 [colin]      2.1.0cvs5
11055
11056         * src/addressbook.c
11057                 Fix crash with empty columns
11058
11059 2006-04-05 [colin]      2.1.0cvs4
11060
11061         * src/wizard.c
11062         * src/prefs_gtk.c
11063                 Allow wizard customization with pre-filled values
11064
11065 2006-04-05 [colin]      2.1.0cvs3
11066
11067         * src/textview.c
11068         * src/mimeview.c
11069         * src/mimeview.h
11070                 Nicer messages in mimeview
11071
11072 2006-04-05 [colin]      2.1.0cvs2
11073
11074         * src/addressbook.c
11075         * src/prefs_summaries.c
11076                 i18n fix
11077
11078 2006-04-05 [colin]      2.1.0cvs1
11079
11080         * src/plugins/pgpcore/plugin.c
11081         * src/plugins/pgpcore/select-keys.c
11082         * src/plugins/pgpcore/select-keys.h
11083         * src/plugins/pgpcore/sgpgme.c
11084         * src/plugins/pgpcore/sgpgme.h
11085         * src/plugins/pgpinline/pgpinline.c
11086         * src/plugins/pgpinline/plugin.c
11087         * src/plugins/pgpmime/pgpmime.c
11088         * src/plugins/pgpmime/plugin.c
11089                 Factorize and generalize a bit 
11090                 Drop S/MIME signature verification from PGP/MIME
11091                 (adding it as another, more complete plugin)
11092
11093 2006-04-05 [paul]       2.1.0
11094
11095         2.1.0 released
11096
11097 2006-04-05 [paul]       2.0.0cvs186
11098
11099         * manual/advanced.xml
11100                 add info on colour labels
11101
11102 2006-04-05 [paul]       2.0.0cvs185
11103
11104         * po/bg.po
11105         * po/cs.po
11106         * po/de.po
11107         * po/el.po
11108         * po/en_GB.po
11109         * po/fi.po
11110         * po/fr.po
11111         * po/it.po
11112         * po/nl.po
11113         * po/pl.po
11114         * po/pt_BR.po
11115         * po/sr.po
11116         * po/zh_CN.po
11117                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
11118                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
11119                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
11120                 Guimaraes, Aleksandar Urosevic, Ralgh Young
11121         * src/gtk/authors.h
11122         * tools/claws.i18n.status.pl
11123                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
11124                 and new Czech translator, Tim <timbrain@post.cz>
11125
11126 2006-04-05 [mones]      2.0.0cvs184
11127
11128         * po/es.po
11129                 Updated translation
11130
11131 2006-04-05 [colin]      2.0.0cvs183
11132
11133         * src/gtk/quicksearch.c
11134                 Fix bug #929 (unnecessary reload in quick search bar)
11135
11136 2006-04-05 [colin]      2.0.0cvs182
11137
11138         * src/compose.c
11139                 Fix crash on Reply with no From:
11140                 Show signature and conversion error on queuing 
11141                 (but not sending)
11142         * src/mainwindow.c
11143         * src/summaryview.c
11144         * src/summaryview.h
11145                 Factorize threading code and make sure msginfo 
11146                 is not null when it comes from a GtkCTreeRow's 
11147                 data
11148         * src/gtk/gtkaspell.c
11149                 Check for necessary things
11150         * src/gtk/gtksctree.c
11151         * src/gtk/gtksctree.h
11152                 Reset anchor if necessary when removing node
11153
11154 2006-03-29 [colin]      2.0.0cvs181
11155
11156         * src/folderview.c
11157                 Warn for disabled IMAP accounts (due to lack of
11158                 libetpan). Breaks string-freeze - sorry - but it
11159                 is kind of important ;)
11160
11161 2006-03-28 [colin]      2.0.0cvs180
11162
11163         * src/gtk/gtkutils.c
11164         * src/gtk/gtkutils.h
11165                 Add a gtkut_get_link_btn() function that
11166                 creates a button which acts like an URI
11167         * src/prefs_themes.c
11168         * src/gtk/about.c
11169                 Use this function (factorizes codes)
11170         * src/common/defs.h
11171         * src/gtk/pluginwindow.c
11172                 Add a "Get more..." in the plugins window
11173
11174 2006-03-28 [colin]      2.0.0cvs179
11175
11176         * src/common/smtp.c
11177         * src/common/passcrypt.c
11178         * src/undo.c
11179                 Warning fixes. Patch by Pawel Pekala
11180
11181 2006-03-27 [colin]      2.0.0cvs178
11182
11183         * src/undo.c
11184                 Fix undoing by blocks with spaces
11185
11186 2006-03-27 [colin]      2.0.0cvs177
11187
11188         * src/textview.c
11189                 Set margin to 3px for headers
11190
11191 2006-03-27 [paul]
11192
11193         2.1.0-rc2 released
11194
11195 2006-03-27 [wwp]        2.0.0cvs176
11196
11197         * src/summaryview.c
11198                 don't reset quicksearch when updating the message list.
11199                 Thanks to Colin.
11200
11201 2006-03-26 [wwp]        2.0.0cvs175
11202
11203         * src/compose.c
11204                 use a unified border width ('other' tab in the compose window,
11205                 patch by Pawel Pekala).
11206
11207
11208 2006-03-26 [wwp]        2.0.0cvs174
11209
11210         * src/common/quoted-printable.c
11211         * src/addressbook.c
11212                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
11213
11214 2006-03-26 [colin]      2.0.0cvs173
11215
11216         * src/quote_fmt_parse.y
11217                 Fix non-UTF8 date formats messing up the whole quote a 
11218                 little bit
11219
11220 2006-03-26 [colin]      2.0.0cvs172
11221
11222         * src/procheader.c
11223                 Make sure the date is UTF8 valid, or try to make it
11224                 so. IncrediMail is really IncrediStupid.
11225         * src/compose.c
11226                 Fix possible conversions. 
11227                 
11228
11229 2006-03-26 [colin]      2.0.0cvs171
11230
11231         * src/matcher.c
11232                 Fix corner cases in body search. This is still a
11233                 hack... It seems impossible to make it good and 
11234                 reasonably fast at the same time.
11235
11236 2006-03-26 [colin]      2.0.0cvs170
11237
11238         * src/summaryview.c
11239                 I think I killed the twilight zone bug!
11240                 summary_select_node() flushes GTK events in order
11241                 to be able to center the view. But this also 
11242                 flushes keypresses like Ctrl-Alt-U, so this can
11243                 call summary_show from summary_select_node (itself
11244                 called from summary_show, etc.). And the summaryview
11245                 has to be unlocked in this function. So just locking
11246                 while processing GTK events, and bailing if locked, 
11247                 should fix it.
11248                 Fixes bug #927 (SIGSEGV during Update Summary)
11249
11250 2006-03-25 [colin]      2.0.0cvs169
11251
11252         * src/matcher.c
11253                 Fix search in QP-encoded bodies
11254                 Fix utf-8 searches in bodies encoded in the
11255                 locale's encoding
11256         * src/common/quoted-printable.c
11257         * src/common/quoted-printable.h
11258                 Add a decode function that doesn't overwrite
11259                 the original pointer
11260                 
11261
11262 2006-03-24 [colin]      2.0.0cvs168
11263
11264         * src/action.c
11265         * src/summaryview.c
11266         * src/summaryview.h
11267                 Update message cache after action
11268                 Patch by H. Merijn Brand
11269         * src/prefs_msg_colors.c
11270                 Factorize label 
11271                 Patch by Fabien Vantard
11272         * src/plugins/spamassassin/spamassassin_gtk.c
11273                 Remove useless translation
11274                 Patch by Fabien Vantard
11275
11276 2006-03-23 [colin]      2.0.0cvs167
11277
11278         * src/common/ssl.c
11279                 Let 30 seconds to SSL_connect
11280
11281 2006-03-23 [wwp]        2.0.0cvs166
11282
11283         * src/summaryview.c
11284         * src/gtk/description_window.c
11285                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
11286                 and headers are translated; adjust description windows' width to fit their
11287                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
11288
11289 2006-03-23 [paul]       2.0.0cvs165
11290
11291         * src/common/utils.c
11292                 fix highlighting of URIs containing "()"
11293                 (2.0.0cvs164's reversal fixed)
11294                 Thanks to Colin.
11295
11296 2006-03-23 [paul]       2.0.0cvs164
11297
11298         * src/common/utils.c
11299                 revert patch, (postponing a fix), at 2.0.0cvs120
11300                 as it breaks more URIs than it fixes.
11301                 Allow '-' to be a terminating character in a URI
11302
11303 2006-03-22 [colin]      2.0.0cvs163
11304
11305         * configure.ac
11306                 Require libetpan 0.45
11307                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
11308
11309 2006-03-22 [paul]       2.0.0cvs162
11310
11311         * src/editgroup.c
11312                 replace '<-' and '->' buttons with GTK_STOCK graphical
11313                 buttons
11314         * src/summary_search.c
11315                 don't offer '...' for translation
11316                 add a tooltip to advanced search '...' button
11317         * src/gtk/quicksearch.c
11318                 don't offer '...' for translation
11319
11320 2006-03-21 [colin]      2.0.0cvs161
11321
11322         * src/compose.c
11323                 Fix middle-click pasting (insert at click
11324                 position instead of cursor position, don't
11325                 remove existing selection and allow pasting
11326                 our own selection)
11327         * src/addressbook.c
11328                 "LDAP Server" -> "LDAP servers"
11329
11330 2006-03-21 [wwp]        2.0.0cvs160
11331
11332         * src/etpan/imap-thread.c
11333                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
11334
11335 2006-03-20 [colin]      2.0.0cvs159
11336
11337         * src/summaryview.c
11338                 Don't reload summaryview after an execute with no
11339                 move action
11340
11341 2006-03-19 [colin]      2.0.0cvs158
11342
11343         * src/addressbook.c
11344                 and put groups at the top, always
11345
11346 2006-03-19 [colin]      2.0.0cvs157
11347
11348         * src/addressbook.c
11349                 Order groups before names, as previously
11350
11351 2006-03-19 [colin]      2.0.0cvs156
11352
11353         * src/addressbook.c
11354                 - Sort case-unsensitive
11355                 - Put the sort arrow at opening too
11356
11357 2006-03-19 [wwp]        2.0.0cvs155
11358
11359         * src/addressbook.c
11360                 allow sorting by name/email/remarks, ensure that right-pane's contents
11361                 matches the left-pane selection (cleared when appropriate).
11362                 Patch by Pawel Pekala <c0rn@o2.pl>.
11363
11364 2006-03-18 [colin]      2.0.0cvs154
11365
11366         * src/textview.c
11367                 Fix text cursor ;)
11368
11369 2006-03-18 [colin]      2.0.0cvs153
11370
11371         * src/gtk/filesel.c
11372                 Make sure we hide the preview if we didn't get
11373                 a filename
11374
11375 2006-03-18 [colin]      2.0.0cvs152
11376
11377         * src/summaryview.c
11378                 Set cursor to watch for execution (fixes lack
11379                 of watch-cursor when dnd'ing hundreds of mails)
11380         * src/gtk/filesel.c
11381                 Check that mime type is 'image/*' before updating
11382                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
11383
11384 2006-03-18 [colin]      2.0.0cvs151
11385
11386         * src/mainwindow.c
11387         * src/textview.c
11388         * src/textview.h
11389                 Put a watch cursor in textview too when the mainwindow's
11390                 cursor in a watch
11391
11392 2006-03-18 [colin]      2.0.0cvs150
11393
11394         * src/folder.c
11395                 Change wrong asserts to simple tests
11396
11397 2006-03-17 [colin]      2.0.0cvs149
11398
11399         * src/mainwindow.c
11400         * src/mainwindow.h
11401         * src/prefs_msg_colors.c
11402         * src/summaryview.c
11403         * src/summaryview.h
11404         * src/gtk/colorlabel.c
11405         * src/gtk/colorlabel.h
11406                 Add a color label menu in the main menubar
11407                 Add (fixed) accels Ctrl-{0-7} to change the color
11408                 They have to be fixed because the menu's dynamic,
11409                 the items are complex widgets, hence we can't use
11410                 a GtkItemFactory.
11411
11412
11413 2006-03-17 [wwp]        2.0.0cvs148
11414
11415         * src/compose.c
11416                 rollback few lines from my previous commit (those lines come from
11417                 a pending patch, accidentally commited, even if neutral as they are
11418                 commented out).
11419
11420 2006-03-17 [wwp]        2.0.0cvs147
11421
11422         * src/compose.c
11423                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
11424                 applied code style/indentation to the modified function.
11425
11426 2006-03-17 [wwp]        2.0.0cvs146
11427
11428         * src/procmsg.c
11429         * src/compose.c
11430                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
11431
11432 2006-03-17 [paul]
11433
11434         2.1.0-rc1 released
11435
11436 2006-03-17 [paul]       2.0.0cvs145
11437
11438         * src/main.c
11439                 addressbook_read_file() was called twice
11440         * src/textview.c
11441                 X-Mailer highlighting
11442
11443 2006-03-16 [colin]      2.0.0cvs144
11444
11445         * src/sourcewindow.c
11446         * src/sourcewindow.h
11447                 And the last one, in source window.
11448
11449 2006-03-16 [colin]      2.0.0cvs143
11450
11451         * src/compose.c
11452         * src/compose.h
11453                 Fix the same stuff in compose
11454
11455 2006-03-16 [colin]      2.0.0cvs142
11456
11457         * src/messageview.c
11458                 Complete the previous messageview crash fix
11459
11460 2006-03-16 [colin]      2.0.0cvs141
11461
11462         * src/procmsg.h
11463         * src/procmsg.c
11464         * src/folder.c
11465                 Fix POSTPROCESSING hook
11466                 Patch by H. Merijn Brand
11467
11468         * src/procmime.c
11469         * src/procmime.h
11470                 Parse Content-Location
11471
11472         * src/toolbar.c
11473         * src/messageview.c
11474         * src/messageview.h
11475                 Don't crash when a top-level MessageView has
11476                 been closed on us. Same problematic than
11477                 yesterday's quicksearch issue.
11478
11479 2006-03-15 [colin]      2.0.0cvs140
11480
11481         * src/gtk/quicksearch.c
11482                 Fix a bitchy race we didn't think about when we
11483                 added quicksearch cancellation:
11484                 If the search is not on cached fields, for example
11485                 body_part matchcase "stuff"
11486                 the matcher code has to get the whole message. If
11487                 we're on IMAP, that can be slow, and in order to
11488                 be non-blocking, the IMAP code idle loop processes
11489                 gtk events too. So it is possible to cancel a
11490                 quicksearch while the matcher is getting the mail's
11491                 body. After matcher got its body, it will start to
11492                 iterate over the matcher list that the Quicksearch's
11493                 clear_search_cb() just freed via prepare_matcher().
11494                 SIGSEGV ensues.
11495                 The fix consists of guarding the matcherlist_match()
11496                 call with a boolean 'matching'. If we reset the
11497                 quicksearch while matching is TRUE, we don't free
11498                 the matcherlist anymore like we did, but we set
11499                 another new flag, deferred_free, to TRUE. Then,
11500                 in quicksearch_match(), just after returning from
11501                 matcherlist_match() and unsetting the matching flag,
11502                 we check the deferred_free flag and do the
11503                 prepare_matcher() (which does the matcherlist_free)
11504                 for real, so we free the matcherlist once it's not
11505                 used anymore.
11506                 As all of this runs via the glib main loop, we
11507                 luckily don't need a mutex.
11508         * src/summaryview.c
11509                 Also, show progress while searching.
11510
11511
11512 2006-03-14 [colin]      2.0.0cvs139
11513
11514         * src/alertpanel.c
11515                 Make alertpanel_is_open non-static
11516
11517 2006-03-14 [colin]      2.0.0cvs138
11518
11519         * src/prefs_spelling.c
11520                 Cleanups - Fabien Vantard
11521
11522 2006-03-14 [wwp]        2.0.0cvs137
11523
11524         * src/main.c
11525                 code style normalization (curly braces, indentation).
11526
11527 2006-03-14 [wwp]        2.0.0cvs137
11528
11529         * src/main.c
11530                 code style (braces, indentation)
11531
11532 2006-03-12 [paul]       2.0.0cvs136
11533
11534         * src/prefs_common.c
11535                 trans_hdr defaults to FALSE to be RFC-savvy
11536         * src/prefs_summaries.c
11537                 add a tooltip to the trans_hdr option
11538                 
11539
11540 2006-03-12 [paul]       2.0.0cvs135
11541
11542         * src/prefs_matcher.c
11543                 give a little more width to the combos
11544         * src/prefs_display_header.c
11545         * src/textview.c
11546                 translate headers if prefs_common.trans_hdr
11547                 is TRUE
11548
11549         Patches by Pawel Pekala
11550
11551 2006-03-12 [paul]       2.0.0cvs134
11552
11553         * src/plugins/clamav/clamav_plugin.c
11554         * src/plugins/dillo_viewer/dillo_viewer.c
11555         * src/plugins/pgpcore/plugin.c
11556         * src/plugins/pgpinline/plugin.c
11557         * src/plugins/pgpmime/plugin.c
11558         * src/plugins/spamassassin/spamassassin.c
11559                 update/add to descriptions
11560         * src/plugins/spamassassin/spamassassin_gtk.c
11561                 fixes to the english, remove superfluous
11562                 tooltips, clean up a little
11563
11564 2006-03-12 [paul]       2.0.0cvs133
11565
11566         * src/compose.c
11567                 fix Bug 924, 'Account combo box shows up wrong 
11568                 if & is in account name'
11569
11570 2006-03-11 [colin]      2.0.0cvs132
11571
11572         * src/summaryview.c
11573                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
11574                 messed up shift-selection because is slows down
11575                 moving around summaryview. thanks -users
11576
11577 2006-03-10 [colin]      2.0.0cvs131
11578
11579         * src/plugins/spamassassin/spamassassin_gtk.c
11580                 Put back Paul's engrish fixes
11581
11582 2006-03-10 [colin]      2.0.0cvs130
11583
11584         * src/plugins/spamassassin/spamassassin.c
11585         * src/plugins/spamassassin/spamassassin.h
11586         * src/plugins/spamassassin/spamassassin_gtk.c
11587                 Cleanup SA prefs page (more)
11588                 Patch by Fabien Vantard
11589
11590 2006-03-10 [paul]       2.0.0cvs129
11591
11592         * src/prefs_msg_colors.c
11593         * src/prefs_spelling.c
11594                 widget sensitivity
11595
11596 2006-03-09 [mones]      2.0.0cvs128
11597
11598         * po/es.po
11599                 Update for next RC
11600
11601 2006-03-09 [wwp]        2.0.0cvs127
11602
11603         * configure.ac
11604                 revert accidental commit (requirement for libetpan 0.43), this time
11605                 not in HEAD.
11606
11607 2006-03-09 [wwp]        2.0.0cvs125
11608
11609         * configure.ac
11610                 revert accidental commit (requirement for libetpan 0.43)
11611
11612 2006-03-09 [paul]       2.0.0cvs126
11613
11614         * src/prefs_receive.c
11615                 remove useless frame
11616                 replace 'incorporation' with 'receiving'
11617         * src/plugins/clamav/clamav_plugin_gtk.c
11618         * src/plugins/spamassassin/spamassassin_gtk.c
11619                 improve widget sensitivity
11620                 fix a bit his engrish
11621
11622 2006-03-09 [wwp]        2.0.0cvs125
11623
11624         * src/addressadd.c
11625         * src/foldersel.c
11626         * src/prefs_common.c
11627         * src/prefs_common.h
11628                 remember some more windows' sizes (add to addressbook and
11629                 select folder).
11630
11631 2006-03-09 [paul]       2.0.0cvs124
11632
11633         * src/plugins/pgpcore/prefs_gpg.c
11634                 normalise construction of dialogue
11635
11636 2006-03-09 [paul]       2.0.0cvs123
11637
11638         * src/plugins/trayicon/Makefile.am
11639                 add missing slash
11640
11641 2006-03-08 [colin]      2.0.0cvs122
11642
11643         * src/plugins/trayicon/Makefile.am
11644                 Fix build in separate dir 
11645                 Patch by Bamanzi <bamanzi@gmail.com>
11646
11647 2006-03-08 [colin]      2.0.0cvs121
11648
11649         * src/procmsg.c
11650                 Batch move and copies from summaryview with delayed execution
11651                 too
11652
11653 2006-03-07 [paul]       2.0.0cvs120
11654
11655         * src/common/utils.c
11656                 fix highlighting of URIs containing "()"
11657                 Patch by Pawel Pekala
11658
11659 2006-03-07 [paul]       2.0.0cvs119
11660
11661         * src/folder.c
11662         * src/folder.h
11663         * src/folderview.c
11664                 immediately do alphabetical resort when
11665                 changing a folder's name
11666                 Patch by Pawel Pekala
11667
11668 2006-03-07 [paul]       2.0.0cvs118
11669
11670         * src/news.c
11671         * src/news_gtk.c
11672                 when unsubscribing a newsgroup, remove the
11673                 folder and msgs in .sylpheed-claws/newscache
11674                 Patch by Pawel Pekala <c0rn@gazeta.pl>
11675
11676 2006-03-07 [paul]       2.0.0cvs117
11677
11678         * src/textview.c
11679                 fix wrong Fake URL Warning
11680                 Thanks to Hiro
11681
11682 2006-03-07 [colin]      2.0.0cvs116
11683
11684         * src/imap.c
11685                 Return immediately when password dialog was
11686                 cancelled
11687         * src/gtk/inputdialog.c
11688                 Allow empty strings for passwords
11689
11690
11691 2006-03-06 [colin]      2.0.0cvs115
11692
11693         * src/imap.c
11694                 Prevent double-timeouts when connection fails
11695
11696 2006-03-06 [colin]
11697
11698         2.0.1-rc1 released
11699
11700 2006-03-06 [colin]      2.0.0cvs114
11701
11702         * src/imap.c
11703                 Refresh session during potentially long
11704                 operations
11705
11706 2006-03-06 [wwp]        2.0.0cvs113
11707
11708         * src/prefs_msg_colors.h
11709                 forgot that one (custom color labels).
11710
11711 2006-03-06 [wwp]        2.0.0cvs112
11712
11713         * src/prefs_common.c
11714         * src/prefs_common.h
11715         * src/prefs_msg_colors.c
11716         * src/summaryview.c
11717         * src/summaryview.h
11718         * src/gtk/colorlabel.c
11719         * src/gtk/colorlabel.h
11720                 colors in messages list are now customizable. Color values and names can
11721                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
11722                 Thanks to Paul and Colin for their help with this longstanding patch!
11723
11724 2006-03-06 [wwp]        2.0.0cvs111
11725
11726         * src/textview.c
11727                 don't crash if (x)face is bad.
11728
11729 2006-03-05 [paul]       2.0.0cvs110
11730
11731         * AUTHORS
11732         * configure.ac
11733         * src/Makefile.am
11734         * src/common/Makefile.am
11735         * src/common/utils.h
11736         * src/etpan/imap-thread.c
11737         * src/gtk/authors.h
11738         * src/plugins/clamav/Makefile.am
11739         * src/plugins/demo/Makefile.am
11740         * src/plugins/dillo_viewer/Makefile.am
11741         * src/plugins/pgpcore/Makefile.am
11742         * src/plugins/pgpcore/passphrase.c
11743         * src/plugins/pgpinline/Makefile.am
11744         * src/plugins/pgpmime/Makefile.am
11745         * src/plugins/spamassassin/Makefile.am
11746         * src/plugins/trayicon/Makefile.am
11747                 fix builiding on cygwin
11748                 Patch by Ralgh Young <bamanzi@gmail.com>
11749
11750 2006-03-04 [wwp]        2.0.0cvs109
11751
11752         * manual/keyboard.xml
11753                 fix mixed up/down keys.
11754
11755 2006-03-04 [wwp]        2.0.0cvs108
11756
11757         * README
11758         * INSTALL
11759                 updated links to SpamAssassin.
11760
11761 2006-03-04 [wwp]        2.0.0cvs107
11762
11763         * manual/plugins.xml
11764         * src/plugins/spamassassin/README
11765                 updated SpamAssassin plugin docs to reflect new functional additions
11766                 (also fix/update/documents few technical stuff more, see the README).
11767
11768 2006-03-04 [wwp]        2.0.0cvs106
11769
11770         * src/prefs_message.c
11771                 normalized capitalization of message-prefs paths.
11772
11773 2006-03-04 [wwp]        2.0.0cvs105
11774
11775         * manual/advanced.xml
11776                 typo.
11777
11778 2006-03-03 [colin]      2.0.0cvs104
11779
11780         * src/plugins/clamav/clamav_plugin_gtk.c
11781                 Rework prefs page, patch by Fabien 
11782
11783 2006-03-03 [colin]      2.0.0cvs103
11784
11785         * src/plugins/clamav/clamav_plugin.c
11786                 Set error on all errors
11787
11788 2006-03-03 [colin]      2.0.0cvs102
11789
11790         * src/common/plugin.c
11791                 Initialize error to avoid crashing when a plugin fails
11792                 without setting error
11793
11794 2006-03-02 [wwp]        2.0.0cvs101
11795
11796         * configure.ac
11797                 fixed linker flags for libetpan support on Cygwin
11798                 (thanks to H.Merijn Brand).
11799
11800 2006-03-02 [wwp]        2.0.0cvs100
11801
11802         * src/addressbook.c
11803                 fix some AB error messages: one for punctuation and
11804                 one wrongly duplicate (thanks, maxbritov).
11805
11806 2006-03-02 [wwp]        2.0.0cvs99
11807
11808         * src/plugins/spamassassin/spamassassin.c
11809                 make sync calls to sa-learn/spamc to prevent
11810                 system (whatever local or client/server) overload.
11811
11812 2006-03-02 [colin]      2.0.0cvs98
11813
11814         * src/summaryview.c
11815                 Put the spam icon in the status column instead of the
11816                 mark one
11817
11818 2006-03-01 [colin]      2.0.0cvs97
11819
11820         * src/plugins/spamassassin/spamassassin.c
11821                 Fix segfault (g_file_set_contents fails for some 
11822                 reason and err==0x2f. Can't find out why with
11823                 valgrind, using working function :-)
11824
11825 2006-03-01 [colin]      2.0.0cvs96
11826
11827         * src/inc.c
11828                 Offline overriding: let 'No' be cached only 3 seconds
11829
11830 2006-03-01 [colin]      2.0.0cvs95
11831
11832         * src/addr_compl.c
11833         * src/addrbook.c
11834         * src/addressbook.c
11835         * src/addrindex.c
11836         * src/folder_item_prefs.c
11837         * src/headerview.c
11838         * src/imap.c
11839         * src/inc.c
11840         * src/ldif.c
11841         * src/mainwindow.c
11842         * src/mh.c
11843         * src/msgcache.c
11844         * src/prefs_common.h
11845         * src/prefs_msg_colors.c
11846         * src/procheader.c
11847         * src/procheader.h
11848         * src/procmime.c
11849         * src/procmsg.c
11850         * src/procmsg.h
11851         * src/send_message.h
11852         * src/simple-gettext.c
11853         * src/summaryview.c
11854         * src/summaryview.h
11855         * src/syldap.c
11856         * src/textview.c
11857         * src/undo.c
11858         * src/common/ssl_certificate.c
11859         * src/common/utils.c
11860         * src/gtk/colorsel.c
11861         * src/gtk/gtksctree.c
11862         * src/gtk/gtkshruler.c
11863         * src/plugins/trayicon/trayicon.c
11864                 #if 0 goes to /dev/null
11865
11866 2006-03-01 [colin]      2.0.0cvs94
11867
11868         * src/compose.c
11869         * src/imap.c
11870         * src/inc.c
11871         * src/inc.h
11872         * src/messageview.c
11873         * src/news.c
11874         * src/plugins/spamassassin/spamassassin.c
11875                 Allow to add information in the "working offline"
11876                 window
11877
11878 2006-03-01 [wwp]        2.0.0cvs93
11879
11880         * src/plugins/spamassassin/spamassassin.c
11881                 fixed spamc invocation: use a tricky temporary mini shell wrapper
11882                 'cause it seems that calling `spamc ... < inputfile` with
11883                 g_spawn_(a)sync simply.. erm doesn't work :-).
11884
11885 2006-03-01 [wwp]        2.0.0cvs92
11886
11887         * src/toolbar.c
11888         * src/toolbar.h
11889                 simplify the adding of spam/ham button to the messageview toolbar
11890                 (it gets more clear now that the same button will be "Mark as spam"
11891                 or "Mark as ham" according to the current message status,
11892                 thanks to Colin).
11893
11894 2006-03-01 [wwp]        2.0.0cvs91
11895
11896         * src/messageview.c
11897         * src/procmsg.c
11898         * src/procmsg.h
11899         * src/summaryview.c
11900         * src/plugins/spamassassin/spamassassin.c
11901         * src/plugins/spamassassin/spamassassin.h
11902                 make learner callbacks return a status (0 for ok),
11903                 handle it in main code to avoid setting flags when learning failed,
11904                 don't learn on TCP if offline in spamassassin,
11905                 thanks to Colin.
11906
11907                 
11908
11909 2006-03-01 [wwp]        2.0.0cvs90
11910
11911         * src/compose.c
11912                 some work around the compose window's account menu,
11913                 patch by Fabien Vantard.
11914
11915 2006-03-01 [wwp]        2.0.0cvs89
11916
11917         * src/plugins/spamassassin/spamassassin.c
11918                 fixed bad logics, was using spamc in local mode and sa-learn
11919                 in remote mode (thanks, Colin).
11920
11921 2006-03-01 [wwp]        2.0.0cvs88
11922
11923         * src/plugins/spamassassin/spamassassin.c
11924         * src/plugins/spamassassin/spamassassin.h
11925         * src/plugins/spamassassin/spamassassin_gtk.c
11926                 made processing of emails w/ sa-plugin an option (default is TRUE),
11927                 fixed Engrish some tooltips, capitalization of some debug messages
11928                 and warnings. The spamassassin plugin now provides two separate
11929                 services: process emails upon incorporation and spamd training.
11930                 Both services (un)register independently but use some common
11931                 plugin settings (transport settings, spam storage location).
11932
11933 2006-02-28 [wwp]        2.0.0cvs87
11934
11935         * src/plugins/spamassassin/spamassassin.c
11936                 fix async flag to spamc cmdline execution (batch exec should
11937                 be asynchronous).
11938
11939 2006-02-27 [wwp]        2.0.0cvs86
11940
11941         * src/plugins/spamassassin/spamassassin.c
11942         * src/plugins/spamassassin/spamassassin.h
11943         * src/plugins/spamassassin/spamassassin_gtk.c
11944                 - added the ability to learn a remote spamassassin server (spamd),
11945                 using spamc.
11946                 - added the spamassassin option 'username', that applies to all
11947                 spamassassin operations (filtering, learning, local or remote).
11948                 The default username is the current unix user (if left blank
11949                 from gtk prefs or config file).
11950                 - commented out some unused code (notebook widget), removed unused
11951                 layout (hbox1).
11952                 - make more widgets sensitive to the transport type.
11953
11954 2006-02-27 [colin]      2.0.0cvs85
11955
11956         * src/plugins/spamassassin/spamassassin.c
11957                 Fix sa-learn call when offline
11958
11959 2006-02-27 [colin]      2.0.0cvs84
11960
11961         * configure.ac
11962         * src/Makefile.am
11963         * src/mainwindow.c
11964         * src/mainwindow.h
11965         * src/messageview.c
11966         * src/messageview.h
11967         * src/prefs_toolbar.c
11968         * src/procmsg.c
11969         * src/stock_pixmap.c
11970         * src/stock_pixmap.h
11971         * src/summaryview.c
11972         * src/toolbar.c
11973         * src/toolbar.h
11974         * src/pixmaps/ham_btn.xpm
11975         * src/pixmaps/spam.xpm
11976         * src/pixmaps/spam_btn.xpm
11977         * src/plugins/spamassassin/spamassassin.c
11978                 Add button in toolbar for spam learning
11979                 Fix a few bugs from the last related commit
11980                 Revert 1.9.6cvs23 which messed up shift-selection
11981
11982 2006-02-24 [colin]      2.0.0cvs83
11983
11984         * src/procmsg.c
11985         * src/summaryview.c
11986         * src/summaryview.h
11987         * src/plugins/spamassassin/spamassassin.c
11988         * src/plugins/spamassassin/spamassassin.h
11989         * src/plugins/spamassassin/spamassassin_gtk.c
11990                 Unregister learner when spamassassin is either
11991                 disabled or over tcp
11992
11993 2006-02-24 [colin]      2.0.0cvs82
11994
11995         * src/Makefile.am
11996         * src/mainwindow.c
11997         * src/mainwindow.h
11998         * src/procmsg.c
11999         * src/procmsg.h
12000         * src/stock_pixmap.c
12001         * src/stock_pixmap.h
12002         * src/summaryview.c
12003         * src/summaryview.h
12004         * src/gtk/icon_legend.c
12005         * src/pixmaps/spam.xpm  ** NEW FILE **
12006         * src/plugins/spamassassin/spamassassin.c
12007         * src/plugins/spamassassin/spamassassin_gtk.c
12008                 Add spam learning interface (Mark/Mark as 
12009                 (spam|ham) menus)
12010
12011 2006-02-24 [wwp]        2.0.0cvs81
12012
12013         * src/compose.c
12014         * src/compose.h
12015         * src/filtering.c
12016                 hide compose window when sending message in batch mode
12017                 (filtering: forward and redirect). Also fixed a wrong
12018                 value returned when sending failed, neutral anyway.
12019                 (Colin, me) 
12020
12021 2006-02-24 [wwp]        2.0.0cvs80
12022
12023         * src/mainwindow.c
12024                 use GTK+'s stock quit button. Patch by Fabien Vantard.
12025
12026 2006-02-24 [paul]       2.0.0cvs79
12027
12028         * src/news.c
12029         * src/news.h
12030         * src/news_gtk.c
12031                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
12032                 Thanks to Colin
12033
12034 2006-02-23 [colin]      2.0.0cvs78
12035
12036         * src/alertpanel.c
12037                 Change OK to Close in alertpanel with View log
12038                 button; add accel to View log. Patch by Fabien
12039                 Vantard
12040
12041 2006-02-23 [wwp]        2.0.0cvs77
12042
12043         * src/compose.c
12044                 silly me, there were much more tests to perform, since toolbars can
12045                 really have down to 1 element only.
12046
12047 2006-02-23 [wwp]        2.0.0cvs76
12048
12049         * commitHelper
12050                 fixed indentation from my previous commit. Fallback to VISUAL if
12051                 EDITOR is not set (and to vi, at last resort).
12052
12053 2006-02-23 [wwp]        2.0.0cvs75
12054
12055         * commitHelper
12056                 improved error detection (Colin, me).
12057
12058 2006-02-23 [wwp]        2.0.0cvs74
12059
12060         * src/prefs_toolbar.c
12061                 simplify and fix prefs/toolbars layouting. Combos' contents can
12062                 now be really displayed.
12063
12064 2006-02-23 [wwp]        2.0.0cvs73
12065         simplifies and fix prefs/toolbars layouting. Combos' contents can now
12066         be really displayed.
12067
12068 2006-02-22 [wwp]        2.0.0cvs72
12069
12070         * src/compose.c
12071                 fix a typo in my previous commit (sorry!).
12072
12073 2006-02-22 [wwp]        2.0.0cvs71
12074
12075         * src/prefs_toolbar.c
12076                 fix a crash when adding separators to toolbars,
12077                 also fix some separator item information.
12078
12079 2006-02-22 [wwp]        2.0.0cvs70
12080
12081         * src/compose.c
12082                 fix a crash when redirecting (for instance) when compose window's
12083                 toolbar contents has been customized (when some buttons have been
12084                 removed in fact).
12085
12086 2006-02-21 [wwp]        2.0.0cvs69
12087
12088         * src/summaryview.c
12089         * src/gtk/pluginwindow.c
12090         * src/plugins/pgpcore/prefs_gpg.c
12091                 fix some compilation warnings (feat. remains of removed code).
12092
12093 2006-02-21 [wwp]        2.0.0cvs68
12094
12095         * src/gtk/gtkutils.c
12096                 fix two compilation issues, thanks to Stephan Sachse.
12097
12098 2006-02-20 [colin]      2.0.0cvs67
12099
12100         * src/mainwindow.c
12101                 Don't reselect displayed mail on refocus
12102                 This fixes actions misbehaving 
12103
12104 2006-02-20 [wwp]        2.0.0cvs66
12105
12106         * src/summaryview.c
12107         * src/gtk/gtksctree.c
12108         * src/gtk/gtkshruler.c
12109                 changed more runtime typecast checks.
12110
12111 2006-02-20 [wwp]        2.0.0cvs65
12112
12113         * src/summary_search.c
12114                 find all - summaryview refresh issue fixed, thanks to Colin.
12115
12116 2006-02-20 [wwp]        2.0.0cvs64
12117
12118         * src/gtk/gtkutils.c
12119                 better runtime typecast checks.
12120
12121 2006-02-20 [wwp]        2.0.0cvs63
12122
12123         * src/summary_search.c
12124                 enhancements to the summary search:
12125                         - add the ability to stop the running search
12126                           (upon ESC-key press, new Stop button or when Clear button is pressed)
12127                         - don't search if no criteria (From/To/Subject/Body) is set
12128                         - ensure that a busy mouse pointer is always shown when searching,
12129                           show it even a bit earlier
12130
12131 2006-02-19 [colin]      2.0.0cvs62
12132
12133         * src/compose.c
12134         * src/imap.c
12135         * src/etpan/imap-thread.c
12136         * src/etpan/imap-thread.h
12137                 (Future) IMAP speed improvement on sending
12138                 Will require a libetpan update
12139         * src/summaryview.c
12140         * src/gtk/quicksearch.c
12141                 Make quicksearch clearable while running.
12142
12143 2006-02-17 [colin]      2.0.0cvs61
12144
12145         * src/imap.c
12146         * src/etpan/imap-thread.c
12147         * src/etpan/imap-thread.h
12148                 Check for IMAP certificates
12149                 ** Requires libetpan-0.42-cvs4 
12150                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
12151
12152 2006-02-17 [colin]      2.0.0cvs60
12153
12154         * src/messageview.c
12155         * src/prefs_common.c
12156         * src/prefs_common.h
12157         * src/prefs_message.c
12158                 Add pref to display HTML-only mails with plugin, 
12159                 if possible (defaulting to FALSE of course).
12160
12161 2006-02-16 [colin]      2.0.0cvs59
12162
12163         * src/main.c
12164         * src/common/plugin.c
12165         * src/common/plugin.h
12166         * src/gtk/pluginwindow.c
12167                 Keep track of requested (but unloaded) plugins
12168                 in some error cases.
12169
12170 2006-02-16 [wwp]        2.0.0cvs58
12171
12172         * src/gtk/gtkaspell.c
12173         * src/gtk/gtkaspell.h
12174         * src/prefs_spelling.c
12175         * src/compose.c
12176         * src/prefs_common.c
12177         * src/prefs_common.h
12178                 implemented new optional spellchecker behaviour: re-check message when
12179                 dictionary got changed (from compose-window/context-menu/Change dictionary).
12180
12181 2006-02-16 [wwp]        2.0.0cvs57
12182
12183         * src/quote_fmt_parse.y
12184                 pclose popen'ed pipe.
12185
12186 2006-02-15 [colin]      2.0.0cvs56
12187
12188         * src/mimeview.c
12189         * src/mimeview.h
12190                 Let MimeViewers know which MimeView they
12191                 depend of.
12192         * src/summaryview.c
12193                 Swap From/To columns in Sent/Queue/Drafts
12194                 folders
12195         * src/etpan/imap-thread.c
12196                 Use mailstream_low_tls_open() for STARTTLS
12197                 instead of mailstream_low_ssl_open()
12198                 ** REQUIRES libetpan 0.42cvs3 **
12199
12200 2006-02-15 [wwp]        2.0.0cvs55
12201
12202         * src/compose.c
12203         * src/compose.h
12204         * src/message_search.c
12205         * src/message_search.h
12206         * src/textview.c
12207         * src/gtk/gtkutils.c
12208         * src/gtk/gtkutils.h
12209                 added the ability to Find text in the compose window (and a bit
12210                 of code factorization).
12211
12212 2006-02-15 [wwp]        2.0.0cvs54
12213
12214         * src/prefs_gtk.c
12215                 yet another one file was missing (fix for some widgets' sensitivity).
12216                 Thanks Colin!
12217
12218 2006-02-15 [wwp]        2.0.0cvs53
12219
12220         * src/prefs_gtk.h
12221                 oops forgot that file (fix for some widgets' sensitivity).
12222
12223 2006-02-15 [wwp]        2.0.0cvs52
12224
12225         * src/summary_search.c
12226                 implemented advanced summary search options (added the ability
12227                 to use matcher conditions in an advanced search mode).
12228
12229 2006-02-15 [wwp]        2.0.0cvs51
12230
12231         * src/plugins/pgpcore/prefs_gpg.c
12232         * src/prefs_account.c
12233                 fix some widget sensitivity, mostly around some labels in
12234                 account prefs.
12235
12236 2006-02-15 [paul]       2.0.0cvs50
12237
12238         * manual/advanced.xml
12239                 improve Templates info
12240                 written by wwp
12241
12242 2006-02-14 [colin]      2.0.0cvs49
12243
12244         * src/pixmaps/address_book.xpm
12245         * src/pixmaps/preferences.xpm
12246         * src/pixmaps/properties.xpm
12247                 Fix pixmap size - patch by Fabien Vantard
12248
12249 2006-02-13 [colin]      2.0.0cvs48
12250
12251         * src/procmime.c
12252                 Add missing fclose()s on error
12253         * src/textview.c
12254                 Remove unused code
12255         * src/common/utils.c
12256                 Fix temp files not being deleted on windows
12257         Patches by Thomas Gilgin
12258
12259 2006-02-13 [colin]      2.0.0cvs47
12260
12261         * src/mainwindow.c
12262                 Fix exit crash
12263
12264 2006-02-13 [wwp]        2.0.0cvs46
12265
12266         * src/plugins/pgpcore/prefs_gpg.c
12267                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
12268
12269 2006-02-12 [colin]      2.0.0cvs45
12270
12271         * src/folderview.c
12272         * src/main.c
12273         * src/mainwindow.c
12274                 Fix "stuff" when quitting
12275
12276 2006-02-12 [wwp]        2.0.0cvs44
12277
12278         * src/prefs_themes.c
12279                 fix typos in debug messages.
12280
12281 2006-02-11 [colin]      2.0.0cvs43
12282
12283         * src/summaryview.c
12284                 don't allow drag/drop from ourself
12285
12286 2006-02-10 [wwp]        2.0.0cvs42
12287
12288         * src/exporthtml.c
12289         * src/html.c
12290         * src/html.h
12291         * src/procmime.c
12292         * src/textview.c
12293                 renamed html_ prefixed functions and data structures to avoid
12294                 namespace clashes w/ other software (gtkhtml2 for instance).
12295                 Closes bug #907.
12296
12297
12298 2006-02-09 [colin]      2.0.0cvs41
12299
12300         * src/summaryview.c
12301                 Fix shitty logic messed up. Thanks Ticho for the hint!
12302
12303 2006-02-09 [wwp]        2.0.0cvs40
12304
12305         * src/gtk/about.c
12306         * src/compose.c
12307         * src/prefs_account.c
12308         * src/prefs_gtk.h
12309         * src/editaddress.c
12310                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
12311                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
12312                 Browse buttons in accounts prefs.
12313
12314 2006-02-09 [colin]      2.0.0cvs39
12315
12316         * src/matcher.c
12317                 Check for pointer before using its members
12318         * src/gtk/gtksourceprintjob.c
12319                 Fix a wrong warning
12320
12321 2006-02-09 [wwp]        2.0.0cvs38
12322
12323         * src/gtk/filesel.c
12324                 fix few compiler warnings (type mismatch).
12325
12326 2006-02-09 [paul]       2.0.0cvs37
12327
12328         * po/fr.po
12329                 updated by Fabien Vantard
12330
12331 2006-02-08 [colin]      2.0.0cvs36
12332
12333         * src/prefs_common.c
12334         * src/common/defs.h
12335         * src/common/plugin.c
12336                 allow windows and linux configurations to coexist
12337                 patch by Thomas Gilgin
12338
12339 2006-02-08 [colin]      2.0.0cvs35
12340
12341         * src/filtering.c
12342         * src/matcher.c
12343         * src/matcher.h
12344         * src/matcher_parser_parse.y
12345         * src/prefs_filtering_action.c
12346         * src/prefs_matcher.c
12347                 Add the "Ignore thread" filtering
12348                 action
12349
12350 2006-02-08 [colin]      2.0.0cvs34
12351
12352         * src/compose.c
12353         * src/procmime.c
12354         * src/procmime.h
12355                 Fix bug #905 (damaged attachment)
12356                 text files with raw \0's aren't really text files
12357         FOR_STABLE
12358
12359 2006-02-08 [colin]      2.0.0cvs33
12360
12361         * src/summaryview.c
12362                 Fix crasher introduced yesterday
12363
12364 2006-02-08 [wwp]        2.0.0cvs32
12365
12366         * src/compose.c
12367         * src/compose.h
12368                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
12369
12370 2006-02-08 [wwp]        2.0.0cvs31
12371
12372         * src/prefs_template.c
12373                 templates enhancement: allow address completion for Cc and Bcc fields
12374                 (it was currently possible for the To field only)
12375
12376 2006-02-08 [colin]      2.0.0cvs30
12377
12378         * src/compose.c
12379                 Don't unblock if not blocked
12380         FOR_STABLE
12381
12382 2006-02-07 [colin]      2.0.0cvs29
12383
12384         * src/action.c
12385                 Forgot to refresh summaryview
12386
12387 2006-02-07 [colin]      2.0.0cvs28
12388
12389         * src/action.c
12390                 Freeze/thaw message list and folder list while
12391                 processing %as{} actions 
12392         * src/compose.c
12393                 Fix auto-wrap disabling after a middle-click
12394                 paste - FOR_STABLE
12395
12396 2006-02-07 [paul]       2.0.0cvs27
12397
12398         * src/folder.c
12399                 fix freeing of uninitialised pointers
12400                 Thanks to Colin
12401
12402 2006-02-06 [colin]      2.0.0cvs26
12403
12404         * src/folder.c
12405                 Use g_slist_prepend in potentially big list
12406
12407 2006-02-06 [colin]      2.0.0cvs25
12408
12409         * src/folder.c
12410                 Completely skip processing if it doesn't 
12411                 exist (faster!)
12412
12413 2006-02-06 [colin]      2.0.0cvs24
12414
12415         * src/folder.c
12416         * src/summaryview.c
12417                 Batch filtering in summaryview (from Tools menu)
12418                 and pre/post//-processing too
12419
12420 2006-02-06 [colin]      2.0.0cvs23
12421
12422         * src/procmsg.h
12423         * src/filtering.c
12424                 Use a special field for batch filtering instead
12425                 of stepping on deferred execution's toes
12426
12427 2006-02-06 [colin]      2.0.0cvs22
12428
12429         * src/action.c
12430         * src/filtering.c
12431         * src/filtering.h
12432         * src/folder.c
12433         * src/summaryview.c
12434                 Fix filtering via menus and actions
12435
12436 2006-02-06 [colin]      2.0.0cvs21
12437
12438         * src/imap.c
12439                 Put the added file directly to cache if possible (will work
12440                 with next libetpan)
12441         * src/filtering.c
12442         * src/filtering.h
12443         * src/inc.c
12444         * src/folder.c
12445         * src/mbox.c
12446         * src/procmsg.h
12447                 Move and copy filtered messages by batches instead of one
12448                 by one - faster on IMAP
12449         * src/procmsg.c
12450                 Add a function that'll possibly be useful later
12451
12452 2006-02-06 [colin]      2.0.0cvs20
12453
12454         * src/addressbook.c
12455                 Use internal mime-type instead of text/plain for d'n'd
12456         * src/compose.c
12457                 Allow attaching files from mimeview's icon list via d'n'd
12458         * src/folderview.c
12459         * src/folderview.h
12460                 Use internal mime-type instead of text/plain for d'n'd
12461                 Don't try to selected opened folder if none is
12462                 Factorize d'n'd from other apps code
12463         * src/headerview.c
12464         * src/textview.c
12465         * src/gtk/gtkutils.c
12466         * src/gtk/gtkutils.h
12467                 Factorize Face/X-Face stuff
12468         * src/mimeview.c
12469                 Fix d'n'd to other apps
12470         * src/prefs_message.c
12471                 Let the XFace pref be usable without libcompface as it also
12472                 applies to Face
12473         * src/summaryview.c
12474                 Fix d'n'd to other apps
12475                 Factorize d'n'd from other apps code
12476
12477 2006-02-06 [wwp]        2.0.0cvs19
12478
12479         * po/it.po
12480                 Italian translation fixes by Andrea Spadaccini (no more confusion
12481                 between filtering and processing, and few changes in the About
12482                 dialog).
12483
12484
12485 2006-02-06 [mones]      2.0.0cvs18
12486
12487         * src/gtk/icon_legend.c
12488                 Improved descriptions allowing better translations
12489
12490 2006-02-05 [colin]      2.0.0cvs17
12491
12492         * src/imap.c
12493                 Add the f*cking missing expunge that caused imap_fetch_env
12494                 to fail after an add_msgs ! :-///
12495         * src/etpan/imap-thread.c
12496                 Add a bit of debug
12497         FOR_STABLE
12498
12499 2006-02-05 [colin]      2.0.0cvs16
12500
12501         * src/common/utils.c
12502                 Don't check for return-path (or we can't put
12503                 back non-sent mails)
12504
12505 2006-02-05 [colin]      2.0.0cvs15
12506
12507         * src/textview.c
12508                 Don't try to display Face header in textview
12509                 when teh headerview's active
12510
12511 2006-02-05 [colin]      2.0.0cvs14
12512
12513         * tools/tbird2syl.py
12514         * tools/Makefile.am
12515                 Add script to import Thunderbird mails
12516
12517 2006-02-05 [colin]      2.0.0cvs13
12518
12519         * src/headerview.c
12520         * src/procheader.c
12521         * src/procmsg.c
12522         * src/procmsg.h
12523         * src/textview.c
12524                 Show Face headers - patch partially by Klaus Flittner
12525
12526 2006-02-05 [colin]      2.0.0cvs12
12527
12528         * src/folderview.c
12529         * src/summaryview.c
12530         * src/common/utils.c
12531         * src/common/utils.h
12532                 Let dnd work from mime icons to summaryview
12533                 and to folderview too
12534                 Add a crude test to avoid trying to add files
12535                 drag'n'dropped when they're not mails
12536
12537 2006-02-04 [colin]      2.0.0cvs11
12538
12539         * src/summaryview.c
12540         * src/mimeview.c
12541                 Fix utf8 conversion
12542
12543 2006-02-04 [colin]      2.0.0cvs10
12544
12545         * src/compose.c
12546         * src/folderview.c
12547         * src/mimeview.c
12548         * src/summaryview.c
12549         * src/summaryview.h
12550                 Added various drag and drop capas:
12551                 From                    To
12552                 summaryview             other apps
12553                 mimeview icons          other apps
12554                 other apps              summaryview
12555                 other apps              folderview
12556
12557                 This shouldn't have broken the existing:
12558                 From                    To
12559                 summaryview             folderview
12560                 folderview              folderview
12561                 summaryview             compose's attachments
12562
12563         Tests welcomed.
12564
12565 2006-02-02 [paul]       2.0.0cvs9
12566
12567         * src/mainwindow.c
12568                 move global option 'Set displayed columns...' out
12569                 of folder option grouping.
12570                 fix sensitivity of 'harvest addresses'
12571         FOR_STABLE
12572
12573 2006-02-01 [colin]      2.0.0cvs8
12574
12575         * src/mimeview.c
12576                 Revert the alertpanel patch, it sucks (intrusive
12577                 and gets in the way of "open")
12578
12579 2006-02-01 [colin]      2.0.0cvs7
12580
12581         * src/compose.c
12582         * src/prefs_account.c
12583         * src/prefs_common.c
12584         * src/common/defs.h
12585         * src/common/utils.c
12586         * src/common/utils.h
12587                 Add ability to edit the signature file
12588                 from the account preferences, and use
12589                 a default for the text editor.
12590                 Patch by Fabien Vantard
12591
12592 2006-02-01 [colin]      2.0.0cvs6
12593
12594         * src/mimeview.c
12595                 Try to get mime type by extension if it is
12596                 application/octet-stream
12597                 Display a window with possible choices when
12598                 encountering unknown mime types
12599         * src/gtk/filesel.c
12600         * src/gtk/filesel.h
12601                 Add preview
12602                 Allow multiple selection in filtered filesel
12603                 (patch by Fabien Vantard)
12604         * src/gtk/pluginwindow.c
12605                 Use it (patch by Fabien Vantard)
12606
12607 2006-02-01 [paul]       2.0.0cvs5
12608
12609         * src/jpilot.c
12610                 fix crash on creating jpilot address book
12611                 Thanks to Colin - FOR_STABLE
12612         * src/prefs_summaries.c
12613         * src/prefs_wrapping.c
12614         * src/gtk/icon_legend.c
12615         * src/gtk/quicksearch.c
12616                 string fixes and additions
12617
12618 2006-02-01 [paul]       2.0.0cvs4
12619
12620         * src/compose.c
12621         * src/mainwindow.c
12622         * src/messageview.c
12623         * src/prefs_send.c
12624                 add Arabic encoding option
12625                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
12626
12627 2006-01-31 [colin]      2.0.0cvs3
12628
12629         * src/plugins/pgpcore/passphrase.c
12630                 Convert passphrase to locale encoding
12631         * src/compose.c
12632                 Fix drafting on IMAP. Crappy bug sneaked in
12633                 the release :-/
12634         FOR_STABLE
12635
12636 2006-01-30 [paul]       2.0.0cvs2
12637
12638         * src/gtk/icon_legend.c
12639                 show the new entries
12640
12641 2006-01-30 [colin]      2.0.0cvs1
12642
12643         * src/manual.c
12644                 Check for the file to be present before 
12645                 enabling the menu - FOR_STABLE
12646         * src/gtk/icon_legend.c
12647                 Add folders icons (not all of them, there
12648                 are too much, but the most intriguing ones)
12649
12650 2006-01-30 [paul]       2.0.0
12651
12652         version 2.0.0 released
12653
12654 [For previous entries, see ChangeLog.pre2.0.0]