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