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