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