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