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