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