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