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