21e8dc30f9a5d77c043329be1ffc7dfc2c0393c2
[claws.git] / ChangeLog
1 2007-02-11 [colin]      2.7.2cvs40
2
3         * src/codeconv.c
4                 Recognize .utf8 locales as .UTF-8 ones
5
6 2007-02-11 [colin]      2.7.2cvs39
7
8         * src/compose.c
9                 Fix code conversion when dragging a file
10
11 2007-02-09 [colin]      2.7.2cvs38
12
13         * src/plugins/clamav/clamav_plugin.c
14                 Complete Paul's patch with conditional
15                 compilation to avoid breaking compilation
16                 on old Dapper and Edgy... Maybe other
17                 distros too.
18
19 2007-02-09 [paul]       2.7.2cvs37
20
21         * src/plugins/clamav/clamav_plugin.c
22                 fix for the upstream changes in libclamav
23
24 2007-02-09 [paul]       2.7.2cvs36
25
26         * src/main.c
27         * src/mainwindow.c
28         * src/procmsg.c
29         * src/procmsg.h
30                 fix "warn if there are queued messages" (on exit)
31                 option, which only checked the first mailbox's
32                 queue
33                 don't ask before emptying trash if there are no
34                 messages in trash, also check and empty all trash
35                 folders
36         * src/prefs_other.c
37                 move "Ask before emptying trash" option
38                 outside of the "On exit" frame as it's
39                 not only an "On exit" option
40
41 2007-02-09 [paul]       2.7.2cvs35
42
43         * src/addrgather.c
44         * src/alertpanel.c
45         * src/editldap.c
46         * src/prefs_account.c
47         * src/prefs_folder_item.c
48         * src/prefs_gtk.h
49         * src/prefs_matcher.c
50         * src/prefs_message.c
51         * src/prefs_msg_colors.c
52         * src/prefs_summaries.c
53         * src/wizard.c
54         * src/gtk/inputdialog.c
55         * src/plugins/bogofilter/bogofilter_gtk.c
56                 pedantic commit: use 'checkbtn' everywhere
57                 instead of a mixture of 'checkbtn' and 'chkbtn'
58
59 2007-02-09 [paul]       2.7.2cvs34
60
61         * src/compose.c
62                 fix default hotkeys
63         * src/prefs_other.c
64         * src/prefs_send.c
65                 move "Never send Return Receipts" from
66                 prefs_other to prefs_send
67                 add an option "Ask about account specific
68                 filtering rules..." to prefs_other
69         * src/gtk/gtkutils.c
70                 fix a compiler warning
71
72 2007-02-08 [colin]      2.7.2cvs33
73
74         * src/plugins/pgpinline/pgpinline.c
75                 Fix bug 1110, 'pgpmime fails to process 
76                 encapsulated openpgp mime (rfc 3156, 6.1 
77                 -> rfc1847)'
78                 It was due to an interaction between PGP/Mime
79                 and PGP/Inline plugin. 
80
81 2007-02-08 [colin]      2.7.2cvs32
82
83         * src/inc.c
84         * src/mbox.c
85         * src/mbox.h
86                 Fix bug 1117, 'fcntl locking code 
87                 does not work in mbox.c'
88
89 2007-02-08 [colin]      2.7.2cvs31
90
91         * src/prefs_account.c
92                 Fix Gentoo bug 165819, 'can't create 
93                 a "local mbox file" account'. Patch
94                 by Olivier <castan.o@free.fr>
95
96 2007-02-07 [colin]      2.7.2cvs30
97
98         * src/ldapquery.c
99                 Fix bug 1106, 'Claws crash on exit if LDAPS 
100                 autocompletion was used'
101
102 2007-02-07 [paul]       2.7.2cvs29
103
104         * src/folder.c
105                 cut down on unnecessary debug_prints
106         * src/imap_gtk.c
107                 fix menu_set_active() on 'Show only
108                 subscribed folders'
109
110 2007-02-07 [paul]       2.7.2cvs28
111
112         * src/plugins/clamav/clamav_plugin.c
113         * src/plugins/clamav/clamav_plugin.h
114         * src/plugins/clamav/clamav_plugin_gtk.c
115                 fix copyright header
116
117 2007-02-07 [paul]       2.7.2cvs27
118
119         * src/procheader.c
120                 fix bug 1116, 'summary view allow a 
121                 subject line break'
122
123 2007-02-06 [colin]      2.7.2cvs26
124
125         * src/summaryview.c
126                 Fix delete thread
127
128 2007-02-05 [fabien]     2.7.2cvs25
129
130         * po/POTFILES.in
131         * src/uri_opener.c
132                 i18n related - 1 fix and 1 message for translators.
133
134 2007-02-05 [colin]      2.7.2cvs24
135
136         * src/gtk/quicksearch.c
137                 Don't reload summary list if quicksearch wasn't
138                 active on hiding; move currently selected mail in
139                 the visible area when showing the quicksearch
140
141 2007-02-05 [colin]      2.7.2cvs23
142
143         * src/folderview.c
144                 Add debug to try to solve bug 1104
145
146 2007-02-05 [paul]       2.7.2cvs22
147
148         * src/mainwindow.c
149                 confirm before emptying trash on exit is
150                 a Yes or No answer, use Yes or No in the
151                 dialog
152
153 2007-02-04 [colin]      2.7.2cvs21
154
155         * src/compose.c
156         * src/plugins/pgpcore/passphrase.c
157         * src/plugins/pgpcore/select-keys.c
158                 Set wmclass on new windows
159
160 2007-02-04 [colin]      2.7.2cvs20
161
162         * src/compose.c
163         * src/compose.h
164                 Auto save drafts on exit, reopen them
165                 at startup, instead of asking
166         * src/account.c
167         * src/addressadd.c
168         * src/addressbook.c
169         * src/addressbook_foldersel.c
170         * src/addrgather.c
171         * src/crash.c
172         * src/editaddress.c
173         * src/editbook.c
174         * src/editgroup.c
175         * src/editjpilot.c
176         * src/editldap.c
177         * src/editldap_basedn.c
178         * src/editvcard.c
179         * src/exphtmldlg.c
180         * src/expldifdlg.c
181         * src/export.c
182         * src/foldersel.c
183         * src/gedit-print.c
184         * src/import.c
185         * src/importldif.c
186         * src/importmutt.c
187         * src/importpine.c
188         * src/main.c
189         * src/mainwindow.c
190         * src/message_search.c
191         * src/messageview.c
192         * src/prefs_actions.c
193         * src/prefs_customheader.c
194         * src/prefs_display_header.c
195         * src/prefs_filtering.c
196         * src/prefs_filtering_action.c
197         * src/prefs_folder_column.c
198         * src/prefs_gtk.c
199         * src/prefs_matcher.c
200         * src/prefs_other.c
201         * src/prefs_summaries.c
202         * src/prefs_summary_column.c
203         * src/prefs_template.c
204         * src/sourcewindow.c
205         * src/ssl_manager.c
206         * src/summary_search.c
207         * src/uri_opener.c
208         * src/gtk/about.c
209         * src/gtk/description_window.c
210         * src/gtk/foldersort.c
211         * src/gtk/gtkutils.c
212         * src/gtk/gtkutils.h
213         * src/gtk/icon_legend.c
214         * src/gtk/logwindow.c
215         * src/gtk/pluginwindow.c
216         * src/gtk/prefswindow.c
217                 Give different wmclass to different
218                 windows - thanks to sed ;)
219
220 2007-02-04 [colin]      2.7.2cvs19
221
222         * src/main.c
223                 Revert previous patch, can't reproduce
224                 it anymore. 
225
226 2007-02-03 [colin]      2.7.2cvs18
227
228         * src/main.c
229                 Don't save the mainwindow size and
230                 position on emergency exit (libSM's
231                 "die" callback), Xfce seems to make
232                 the window smaller just before the
233                 size's saved.
234
235 2007-02-03 [colin]      2.7.2cvs17
236
237         * src/plugins/bogofilter/bogofilter.c
238         * src/plugins/bogofilter/bogofilter.h
239         * src/plugins/bogofilter/bogofilter_gtk.c
240         * src/plugins/pgpinline/pgpinline.c
241         * src/plugins/pgpinline/pgpinline.h
242                 Fix more copyrights
243
244 2007-02-03 [colin]      2.7.2cvs16
245
246         * src/partial_download.c
247         * src/partial_download.h
248         * src/ssl_manager.c
249         * src/ssl_manager.h
250         * src/uri_opener.c
251         * src/uri_opener.h
252         * src/wizard.c
253         * src/wizard.h
254         * src/common/ssl_certificate.c
255         * src/common/ssl_certificate.h
256         * src/gtk/quicksearch.c
257         * src/gtk/quicksearch.h
258         * src/gtk/sslcertwindow.c
259         * src/gtk/sslcertwindow.h
260                 Fix copyright on my files
261
262 2007-02-02 [colin]      2.7.2cvs15
263
264         * src/Makefile.am
265         * src/mainwindow.c
266         * src/messageview.c
267         * src/messageview.h
268         * src/textview.c
269         * src/textview.h
270         * src/uri_opener.c
271         * src/uri_opener.h
272                 Add Tools/List URIs to allow
273                 opening any URI in the current mail
274
275 2007-02-02 [colin]      2.7.2cvs14
276
277         * src/common/valgrind.h ** NEW FILE **
278         * src/common/Makefile.am
279         * src/common/plugin.c
280                 Don't dlclose the plugins if we're running
281                 under valgrind. (doesn't require valgrind
282                 either at compile time or run time).
283
284 2007-02-01 [paul]       2.7.2cvs13
285
286         * AUTHORS
287         * src/gtk/authors.h
288         * tools/freshmeat_search.pl
289         * tools/google_search.pl
290         * tools/multiwebsearch.pl
291                 add support for non ISO-8859-1 compatible locales
292                 Patch by Alex Gorbachenko <agent_007@immo.ru>
293
294 2007-02-01 [colin]      2.7.2cvs12
295
296         * src/prefs_other.c
297         * src/prefs_summaries.c
298                 Move keybinding prefs to the Other page
299
300 2007-02-01 [wwp]        2.7.2cvs11
301
302         * src/plugins/trayicon/trayicon.c
303                 Fix a raising issue within KDE.
304
305 2007-02-01 [colin]      2.7.2cvs10
306
307         * src/codeconv.c
308                 Fix stray quotes in encoded strings
309         * src/addressadd.c
310                 Fix wrong call causing g_warnings
311         * src/textview.c
312                 Remove useless message
313
314 2007-01-31 [wwp]        2.7.2cvs9
315
316         * src/plugins/trayicon/trayicon.c
317                 fix buggy hiding of main window when closing if close-to-tray
318                 is not set (bad logics  in the trayicon hook code).
319                 Changed the quit confirmation message too.
320
321 2007-01-30 [colin]      2.7.2cvs8
322
323         * src/main.c
324                 Fix hidden mainwindow after clicking on
325                 the X close button, if compose windows
326                 exist and the user chooses not to quit
327
328 2007-01-30 [colin]      2.7.2cvs7
329
330         * src/main.c
331         * src/compose.c
332                 Handle local URIs to attach files (file:///...)
333                 Fixes attaching files from Thunar for example
334
335 2007-01-30 [colin]      2.7.2cvs6
336
337         * src/prefs_ext_prog.c
338                 Add 'mousepad' to the list of text editors.
339                 Mousepad is XFCE's text editor
340
341 2007-01-29 [wwp]        2.7.2cvs5
342
343         * po/POTFILES.in
344         * src/plugins/trayicon/trayicon_prefs.c
345                 trayicon i18n fixes, thanks to Fabien.
346
347 2007-01-28 [wwp]        2.7.2cvs4
348
349         * src/mainwindow.c
350         * src/mainwindow.h
351         * src/plugins/trayicon/trayicon.c
352         * src/plugins/trayicon/trayicon_prefs.c
353         * src/plugins/trayicon/trayicon_prefs.h
354                 Added a new TrayIcon plugin option to close to tray
355                 (WM's hotkey and [X] button will hide the window instead
356                 of closing it - closing CM can be done using the tray icon
357                 menu or the File menu).
358                 Improved visibility handling in trayicon, clicking the
359                 trayicon now raise the window to current desktop when it
360                 was either minimized/shaded/on another desktop.
361                 Thanks to Paul for testing and fixing a strange behaviour
362                 in KDE ;-).
363
364 2007-01-27 [paul]       2.7.2cvs3
365
366         * src/prefs_folder_item.c
367         * src/prefs_receive.c
368         * src/plugins/pgpcore/prefs_gpg.c
369                 use 'start-up' instead of 'startup' in labels
370
371 2007-01-26 [wwp]        2.7.2cvs2
372
373         * src/plugins/trayicon/Makefile.am
374         * src/plugins/trayicon/trayicon.c
375         * src/plugins/trayicon/trayicon_prefs.c
376         * src/plugins/trayicon/trayicon_prefs.h
377                 Add a new TrayIcon option to hide the main window at
378                 start-up.
379                 Fix trayicon.c copyright header.
380
381 2007-01-26 [paul]       2.7.2cvs1
382
383         * NEWS
384         * README
385         * RELEASE_NOTES
386         * configure.ac
387                 bump up version number following
388                 stable release
389
390 2007-01-25 [mones]      2.7.1cvs60
391
392         * po/es.po
393                 updated thousands of strings (well, probably less ;-)
394
395 2007-01-25 [colin]      2.7.1cvs59
396
397         * src/matcher.c
398                 Fix 2nd-run loss of matcherrc on new
399                 configurations. 
400
401 2007-01-25 [wwp]        2.7.1cvs58
402
403         * src/mimeview.c
404                 fix handling of empty value in attach_save_directory too, thanks
405                 to Colin.
406
407 2007-01-25 [wwp]        2.7.1cvs57
408
409         * src/gtk/filesel.c
410                 fix handling of empty value in attach_load_directory,
411                 thanks to Colin.
412
413 2007-01-25 [wwp]        2.7.1cvs56
414
415         * src/plugins/dillo_viewer/dillo_prefs.h
416                 fix a typo.
417
418 2007-01-25 [colin]      2.7.1cvs55
419
420         * src/matcher.c
421         * src/matcher.h
422         * src/matcher_parser_parse.y
423         * src/prefs_matcher.c
424                 Add matching on the spam flag
425
426 2007-01-24 [colin]      2.7.1cvs54
427
428         * src/folder.c
429         * src/common/xml.c
430         * src/common/xml.h
431                 Make sure folderlist.xml is correctly
432                 written before overwriting it.
433         * src/procmsg.c
434         * src/procmsg.h
435         * src/summaryview.c
436         * src/plugins/bogofilter/bogofilter.c
437         * src/plugins/bogofilter/bogofilter.h
438         * src/plugins/bogofilter/bogofilter_gtk.c
439         * src/plugins/spamassassin/spamassassin.c
440         * src/plugins/spamassassin/spamassassin.h
441         * src/plugins/spamassassin/spamassassin_gtk.c
442                 Move spam to the correct trash folder after
443                 learning, if spam directory isn't set.
444
445 2007-01-23 [paul]       2.7.1cvs53
446
447         * src/plugins/bogofilter/bogofilter_gtk.c
448                 fix sensitivity of "Insert X-Bogosity header"
449                 option
450
451 2007-01-23 [colin]      2.7.1cvs52
452
453         * src/toolbar.c
454                 Translate toolbar items text if
455                 they're translatable (default)
456         * src/addrcache.c
457         * src/addrcache.h
458         * src/addritem.c
459         * src/addritem.h
460         * src/codeconv.c
461         * src/codeconv.h
462         * src/jpilot.c
463         * src/jpilot.h
464         * src/ldapctrl.c
465         * src/ldapctrl.h
466         * src/ldapquery.h
467         * src/ldif.c
468         * src/ldif.h
469         * src/etpan/etpan-thread-manager.c
470         * src/etpan/etpan-thread-manager.h
471         * src/gtk/gtkutils.c
472         * src/gtk/gtkutils.h
473                 More static functions
474
475 2007-01-22 [fabien]     2.7.1cvs51
476
477         * src/gtk/gtkutils.c
478                 gtkut_get_options_frame() : ability to pass
479                 a 'NULL' value in frame pointer parameter if
480                 we don't need it.
481
482 2007-01-22 [colin]      2.7.1cvs50
483
484         * src/procmsg.c
485         * src/procmsg.h
486         * src/plugins/bogofilter/bogofilter.c
487         * src/plugins/bogofilter/bogofilter_gtk.c
488         * src/plugins/spamassassin/spamassassin.c
489         * src/plugins/spamassassin/spamassassin_gtk.c
490                 Allow moving spams to the account's trash
491                 instead of default one
492
493 2007-01-21 [colin]      2.7.1cvs49
494
495         * src/ldapquery.c
496         * src/ldapquery.h
497                 Revert a static function that shouldn't
498                 have been
499
500 2007-01-21 [colin]      2.7.1cvs48
501
502         * src/ldapquery.c
503         * src/ldapquery.h
504                 Same
505
506 2007-01-21 [colin]      2.7.1cvs47
507
508         * src/procmsg.c
509         * src/procmsg.h
510                 Same
511
512 2007-01-21 [colin]      2.7.1cvs46
513
514         * src/common/socket.c
515         * src/common/socket.h
516                 Same
517
518 2007-01-21 [colin]      2.7.1cvs45
519
520         * src/crash.c
521         * src/exporthtml.c
522         * src/exporthtml.h
523         * src/exportldif.c
524         * src/exportldif.h
525         * src/folder.c
526         * src/folder.h
527         * src/folder_item_prefs.c
528         * src/folder_item_prefs.h
529         * src/folderview.c
530         * src/folderview.h
531         * src/gedit-print.c
532         * src/gedit-print.h
533         * src/main.c
534         * src/main.h
535         * src/common/socket.c
536         * src/common/socket.h
537         * src/gtk/gtkaspell.c
538         * src/gtk/gtkaspell.h
539         * src/gtk/quicksearch.c
540         * src/gtk/quicksearch.h
541                 Same
542
543 2007-01-21 [colin]      2.7.1cvs44
544
545         * src/common/utils.c
546         * src/common/utils.h
547         * src/etpan/etpan-thread-manager.c
548         * src/etpan/etpan-thread-manager.h
549                 Same (Funny that etpan_thread_unbind
550                 is called but not etpan_thread_bind)
551
552 2007-01-21 [colin]      2.7.1cvs43
553
554         * src/addrselect.c
555         * src/addrselect.h
556         * src/codeconv.c
557         * src/codeconv.h
558         * src/compose.c
559         * src/compose.h
560         * src/etpan/Makefile.am
561         * src/gtk/colorlabel.c
562         * src/gtk/colorlabel.h
563         * src/gtk/sslcertwindow.c
564         * src/gtk/sslcertwindow.h
565         * src/etpan/etpan-log.c ** REMOVED **
566         * src/etpan/etpan-log.h ** REMOVED **
567                 Same
568
569 2007-01-20 [colin]      2.7.1cvs42
570
571         * src/addritem.c
572         * src/addritem.h
573                 Same
574
575 2007-01-20 [colin]      2.7.1cvs41
576
577         * src/account.c
578         * src/account.h
579         * src/addrbook.c
580         * src/addrbook.h
581         * src/addrcache.c
582         * src/addrcache.h
583         * src/addrclip.c
584         * src/addrclip.h
585         * src/addressbook.c
586         * src/addressbook.h
587         * src/addrharvest.c
588         * src/addrharvest.h
589         * src/addrindex.c
590         * src/addrindex.h
591         * src/editaddress.c
592         * src/editaddress.h
593                 Make functions that aren't used in other
594                 files static
595
596 2007-01-20 [colin]      2.7.1cvs40
597
598         * src/account.c
599         * src/addrbook.c
600         * src/addrcache.c
601         * src/addressbook.c
602         * src/addrgather.c
603         * src/addrindex.c
604         * src/addrquery.c
605         * src/addrselect.c
606         * src/browseldap.c
607         * src/compose.c
608         * src/editbook.c
609         * src/editjpilot.c
610         * src/editldap.c
611         * src/editldap_basedn.c
612         * src/editvcard.c
613         * src/exporthtml.c
614         * src/exportldif.c
615         * src/folder.c
616         * src/folderview.c
617         * src/image_viewer.c
618         * src/imap.c
619         * src/importmutt.c
620         * src/importpine.c
621         * src/jpilot.c
622         * src/ldapquery.c
623         * src/main.c
624         * src/mainwindow.c
625         * src/matcher.c
626         * src/messageview.c
627         * src/mh.c
628         * src/mimeview.c
629         * src/msgcache.c
630         * src/mutt.c
631         * src/news.c
632         * src/pine.c
633         * src/prefs_account.c
634         * src/prefs_common.c
635         * src/prefs_compose_writing.c
636         * src/prefs_ext_prog.c
637         * src/prefs_folder_item.c
638         * src/prefs_fonts.c
639         * src/prefs_message.c
640         * src/prefs_msg_colors.c
641         * src/prefs_other.c
642         * src/prefs_quote.c
643         * src/prefs_receive.c
644         * src/prefs_send.c
645         * src/prefs_spelling.c
646         * src/prefs_summaries.c
647         * src/prefs_toolbar.c
648         * src/prefs_wrapping.c
649         * src/privacy.c
650         * src/procmime.c
651         * src/procmsg.c
652         * src/ssl_manager.c
653         * src/statusbar.c
654         * src/summaryview.c
655         * src/toolbar.c
656         * src/vcard.c
657         * src/common/hooks.c
658         * src/common/log.c
659         * src/common/passcrypt.c
660         * src/common/socket.c
661         * src/common/ssl.c
662         * src/common/ssl_certificate.c
663         * src/common/template.c
664         * src/common/utils.c
665         * src/etpan/imap-thread.c
666         * src/gtk/sslcertwindow.c
667         * src/gtk/sslcertwindow.h
668                 Make functions that could be static, static
669
670 2007-01-20 [colin]      2.7.1cvs39
671
672         * src/editldap.c
673                 Fix tooltip
674
675 2007-01-20 [colin]      2.7.1cvs38
676
677         * src/ldapquery.c
678         * src/ldaputil.c
679         * src/ldaputil.h
680                 Fix bug 1102, 'claws-mail-2.7.1 
681                 makes use of deprecated ldap 
682                 functions'
683
684 2007-01-20 [colin]      2.7.1cvs37
685
686         * src/mainwindow.c
687         * src/mainwindow.h
688         * src/summaryview.c
689         * src/gtk/quicksearch.c
690                 Add Wide message list layout
691
692 2007-01-19 [fabien]     2.7.1cvs36
693
694         * src/textview.c
695                 make sure a font change is considered in links of
696                 headerview.
697
698 2007-01-19 [colin]      2.7.1cvs35
699
700         * src/main.c
701         * src/mainwindow.c
702         * src/mainwindow.h
703         * src/messageview.c
704         * src/messageview.h
705         * src/prefs_common.c
706         * src/prefs_common.h
707         * src/summaryview.c
708         * src/summaryview.h
709         * src/gtk/quicksearch.c
710         * src/gtk/quicksearch.h
711                 Drop 'Separate Folder tree' and 'Separate
712                 Message View'. Put three layouts in place
713                 of it.
714
715 2007-01-19 [paul]       2.7.1cvs34
716
717         * src/prefs_msg_colors.c
718                 more use of Q_ for translators
719
720 2007-01-19 [paul]       2.7.1cvs33
721
722         * src/imap_gtk.c
723         * src/prefs_account.c
724                 a few changes to the English
725
726 2007-01-19 [fabien]     2.7.1cvs32
727
728         * src/wizard.c
729                 factorize translatable string
730
731 2007-01-18 [colin]      2.7.1cvs31
732
733         * src/main.c
734                 Don't error out on --sync option. Although
735                 we don't do anything with it, gtk+ handles
736                 it, and it's useful for debugging X errors
737
738 2007-01-18 [fabien]     2.7.1cvs30
739
740         * src/prefs_other.c
741                 ability to apply on the fly the recent added
742                 'gtk_can_change_accels' pref (no need to restart).
743
744 2007-01-18 [fabien]     2.7.1cvs29
745
746         * src/plugins/bogofilter/bogofilter_gtk.c
747         * src/plugins/bogofilter/bogofilter.c
748         * src/plugins/spamassassin/spamassassin_gtk.c
749         * src/addr_compl.c
750         * src/prefs_account.c
751                 factorize or rewrite some translatable strings.
752
753 2007-01-18 [fabien]     2.7.1cvs28
754
755         * src/prefs_gtk.h
756         * src/compose.c
757                 set a 4pix space between "Subject:" label and subject entry in
758                 compose window.
759
760 2007-01-18 [wwp]        2.7.1cvs27
761
762         * src/addressbook.c
763                 fix conflicting address-copy/paste when focus is set
764                 to the embedded edit-person form.
765  
766
767 2007-01-18 [wwp]        2.7.1cvs26
768
769         * src/addressbook.h
770                 complete 2.7.1cvs23 (one more file was missing from that
771                 commit).
772
773 2007-01-18 [colin]      2.7.1cvs25
774
775         * src/main.c
776                 Provide a way to migrate without backup
777                 Re-ask for migration on next start if 
778                 it has been refused and wizard has been 
779                 cancelled after.
780
781 2007-01-18 [wwp]        2.7.1cvs24
782
783         * src/editaddress.c
784                 complete 2.7.1.cvs23 (file was missing from previous
785                 commit).
786
787 2007-01-18 [wwp]        2.7.1cvs23
788
789         * src/addressbook.c
790                 fix potential crashes in address book's focus_in/out signal handlers,
791                 force focus to the edit-person form when clicked the Edit menu entry or
792                 button (this only matters if the edit-person form is embedded to the
793                 AB window, in that case, focus is not set when browsing the contacts
794                 list w/ keys or mouse clicks).
795
796 2007-01-18 [paul]       2.7.1cvs22
797
798         * src/main.c
799                 add command line options:
800                 -h for --help
801                 -q and --quit for --exit
802                 -v for --version
803                 print "Unknown option" for unknown options
804
805 2007-01-18 [paul]       2.7.1cvs21
806
807         * po/ru.po
808                 updated by Pavlo Bohmat
809
810 2007-01-18 [paul]       2.7.1cvs20
811
812         * src/mainwindow.c
813                 fix sensitivity issues of Mark as Spam/Ham
814
815 2007-01-17 [fabien]     2.7.1cvs19
816
817         * src/prefs_other.c
818         * src/prefs_common.c
819         * src/prefs_common.h
820         * src/main.c
821                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
822                 control the corresponding gtk property. It could be used to lock
823                 all shortcuts (avoid to set one of them by inadvertency).
824
825 2007-01-17 [colin]      2.7.1cvs18
826
827         * src/summaryview.c
828                 Fix bug 1100, 'Highlighted e-mail data not visible 
829                 when color label applied.'. Use a weighted average
830                 between normal selected foreground color and color
831                 label instead of a simple one (3/1 instead 1/1).
832
833 2007-01-17 [colin]      2.7.1cvs17
834
835         * src/messageview.c
836                 Better fix for bug 1088, 'Ctrl-h produces repeatable
837                 crash' - don't prevent mail switching while loading
838
839 2007-01-17 [colin]      2.7.1cvs16
840
841         * src/folder.c
842         * src/folder.h
843         * src/folderview.c
844         * src/folderview.h
845         * src/imap.c
846         * src/imap.h
847         * src/imap_gtk.c
848                 Manage recursive search of unsubscribed folders
849                 Rescan tree without checking for new messages 
850                 after subscriptions changed
851
852 2007-01-17 [paul]       2.7.1cvs15
853
854         * src/prefs_common.c
855         * src/gtk/pluginwindow.c
856                 fix bug 1101, '"Load plugin" button is
857                 accidentally hidden'
858                 unset (-1) initial width in prefs_common,
859                 fix overlapping buttons,
860                 and other cleanups
861
862 2007-01-17 [paul]       2.7.1cvs14
863
864         * src/procmime.c
865                 add #include <errno.h>, it's needed
866                 on some systems
867
868 2007-01-17 [paul]       2.7.1cvs13
869
870         * src/common/defs.h
871         * tools/make.themes.project
872                 rename .sylpheed_themeinfo to .claws_themeinfo
873                 and use it
874         * src/etpan/etpan-errors.h
875         * src/etpan/etpan-log.c
876         * src/etpan/etpan-log.h
877         * src/etpan/etpan-thread-manager-types.h
878         * src/etpan/etpan-thread-manager.c
879         * src/etpan/etpan-thread-manager.h
880         * src/etpan/imap-thread.c
881         * src/etpan/imap-thread.h
882                 add copyright header
883
884 2007-01-17 [colin]      2.7.1cvs12
885
886         * src/plugins/pgpcore/select-keys.c
887         * src/gtk/pluginwindow.c
888         * src/prefs_account.c
889                 Fix warnings
890
891 2007-01-16 [colin]      2.7.1cvs11
892
893         * src/imap.c
894         * src/imap.h
895         * src/imap_gtk.c
896                 Manage subscribing to subfolders when only
897                 subscribed folders are shown.
898
899 2007-01-16 [colin]      2.7.1cvs10
900
901         * src/folderview.c
902                 Fix annoying vscrollbar going back to top
903                 on Check for new folders
904
905 2007-01-16 [colin]      2.7.1cvs9
906
907         * src/imap.c
908                 Remove printf
909
910 2007-01-16 [colin]      2.7.1cvs8
911
912         * src/filtering.c
913                 Bigger buffer for errors
914         * src/imap.c
915         * src/imap.h
916         * src/imap_gtk.c
917         * src/prefs_account.c
918         * src/prefs_account.h
919         * src/wizard.c
920         * src/etpan/imap-thread.c
921         * src/etpan/imap-thread.h
922         * manual/handling.xml
923                 Add subscriptions management. What it changes:
924                 Creating a folder subscribes to it
925                 Deleting a folder unsubscribes it
926                 New contextual menu item allowing to switch between
927                 All folders and Subscribed folders, subscribe, and
928                 unsubscribe. "Creating" an existing but unsubscribed
929                 folder will subscribe it.
930                 By default for new accounts, only subscribed folders 
931                 are shown.
932
933
934 2007-01-16 [paul]       2.7.1cvs7
935
936         * src/summaryview.c
937                 Allow folder classes to specify only sort_key or
938                 sort_type instead of both or none.
939
940 2007-01-16 [paul]       2.7.1cvs6
941
942         * src/action.c
943         * src/compose.c
944         * src/mimeview.c
945         * src/procmime.c
946         * src/textview.c
947                 Save and use errno for procmime_get_part
948
949 2007-01-16 [colin]      2.7.1cvs5
950
951         * src/imap.c
952                 Never remove INBOX when scanning for
953                 new folders. It's a special folder
954                 that has to exist.
955
956 2007-01-15 [colin]      2.7.1cvs4
957
958         * src/imap.c
959                 Fix 'Check for new folders' when IMAP subdirectory
960                 is set
961         * src/etpan/imap-thread.c
962                 Fix build
963
964 2007-01-15 [colin]      2.7.1cvs3
965
966         * src/etpan/imap-thread.c
967                 Fix invalid free on command-connection
968                 error
969
970 2007-01-15 [wwp]        2.7.1cvs2
971
972         * src/matcher_parser_lex.l
973         * src/quote_fmt_lex.l
974         * src/matcher_parser_parse.y
975                 fix copyright header in lexers and parsers.
976
977 2007-01-15 [paul]       2.7.1cvs1
978
979         * NEWS
980         * README
981         * RELEASE_NOTES
982         * configure.ac
983                 bump up version number following
984                 stable release
985
986 2007-01-15 [paul]       2.7.0cvs31
987
988         * AUTHORS
989         * src/gtk/authors.h
990                 add Fabien to the Team list
991                 add the recent contributors
992                 make a few corrections
993
994 2007-01-15 [paul]       2.7.0cvs30
995
996         * src/mainwindow.c
997                 fix compiler warning
998         * src/plugins/pgpcore/prefs_gpg.c
999         * src/plugins/pgpcore/prefs_gpg.h
1000                 add missing include
1001                 fix copyright header
1002
1003 2007-01-14 [colin]      2.7.0cvs29
1004
1005         * src/gtk/filesel.c
1006                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1007                 two benefits: faster to open, will fix strange
1008                 dbus-related crash. Thanks to Pascal Terjan.
1009
1010 2007-01-14 [colin]      2.7.0cvs28
1011
1012         * src/etpan/imap-thread.c
1013                 Delete the old imap just after allocating
1014                 the new one. Makes sure we don't get the
1015                 same pointer by sheer luck, which feels
1016                 strange in the debug log.
1017
1018 2007-01-14 [colin]      2.7.0cvs27
1019
1020         * src/gtk/inputdialog.c
1021                 Make sure we don't print passwords in
1022                 clear text when in debug mode
1023
1024 2007-01-14 [colin]      2.7.0cvs26
1025
1026         * src/gtk/gtksctree.c
1027                 Fix bug 1098, 'bogus last row display 
1028                 after expanding a thread'. Patch by
1029                 Jindrich Makovicka <makovick@gmail.com>
1030
1031 2007-01-14 [colin]      2.7.0cvs25
1032
1033         * src/etpan/imap-thread.c
1034                 Close socket manually before
1035                 freeing the imap struct
1036
1037 2007-01-14 [colin]      2.7.0cvs24
1038
1039         * src/etpan/imap-thread.c
1040                 Maybe fix new reconnection issues
1041
1042 2007-01-13 [colin]      2.7.0cvs23
1043
1044         * src/summaryview.c
1045                 Freeze/thaw on thread selection
1046
1047 2007-01-13 [paul]       2.7.0cvs22
1048
1049         * src/mainwindow.c
1050         * src/summaryview.c
1051         * src/summaryview.h
1052                 add 'Edit/Delete thread'
1053
1054 2007-01-13 [colin]      2.7.0cvs21
1055
1056         * src/prefs_account.c
1057         * src/prefs_compose_writing.c
1058         * src/prefs_message.c
1059         * src/prefs_msg_colors.c
1060         * src/prefs_other.c
1061         * src/prefs_receive.c
1062         * src/prefs_spelling.c
1063         * src/prefs_summaries.c
1064         * src/prefs_themes.c
1065         * src/gtk/gtkutils.c
1066         * src/gtk/gtkutils.h
1067         * src/plugins/pgpcore/prefs_gpg.c
1068         * src/plugins/spamassassin/spamassassin_gtk.c
1069                 Factorize gtk frame creation
1070                 Patch by Pawel
1071
1072 2007-01-13 [colin]      2.7.0cvs20
1073
1074         * src/message_search.c
1075         * src/summary_search.c
1076                 Fix Enter in search windows
1077         * src/messageview.c
1078                 Fix body search starting at the
1079                 end of the mail (and asking for loop)
1080
1081 2007-01-13 [colin]      2.7.0cvs19
1082
1083         * src/etpan/imap-thread.c
1084                 Make sure we don't free the same imap
1085                 twice
1086
1087 2007-01-13 [colin]      2.7.0cvs18
1088
1089         * commitHelper
1090                 Allow multiple commitHelpers to
1091                 run at once
1092
1093 2007-01-12 [colin]      2.7.0cvs17
1094
1095         * src/etpan/imap-thread.c
1096                 Make sure we get rid of the previous mailimap
1097                 when connecting - just in case disconnect was
1098                 unclean
1099
1100 2007-01-12 [paul]       2.7.0cvs16
1101
1102         * src/compose.c
1103                 Strip S/MIME signatures when re-editing
1104                 S/MIME signed messages.
1105
1106 2007-01-12 [paul]       2.7.0cvs15
1107
1108         * configure.ac
1109         * src/addressbook.c
1110         * src/foldersel.c
1111         * src/folderview.c
1112         * src/main.c
1113                 no need to define CLAWS anymore, remove
1114                 all that stuff
1115
1116 2007-01-12 [paul]       2.7.0cvs14
1117
1118         * src/mimeview.c
1119                 check if the mail's signed as
1120                 it can change the mail structure
1121                 Thanks to Colin
1122
1123 2007-01-12 [paul]       2.7.0cvs13
1124
1125         * src/procmime.c
1126                 fix Forwarding msgs with attachments
1127                 that have dos line endings
1128                 Thanks to Colin
1129
1130 2007-01-12 [wwp]        2.7.0cvs12
1131
1132         * configure.ac
1133                 Revert accidentally committed extra version tag.
1134
1135 2007-01-12 [wwp]        2.7.0cvs11
1136
1137         * src/prefs_account.c
1138                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1139
1140 2007-01-11 [colin]      2.7.0cvs10
1141
1142         * src/imap.c
1143                 move g_warning to debug_print
1144                 it scares people for no reason
1145
1146 2007-01-11 [colin]      2.7.0cvs9
1147
1148         * po/POTFILES.in
1149                 Fix files to translate. Patch by
1150                 Fabien
1151
1152 2007-01-11 [paul]       2.7.0cvs8
1153
1154         * src/imap.c
1155                 Fix recursion when server lists the
1156                 current subfolder in the response
1157         * src/mimeview.c
1158                 Fix updating of icon_list/ctree
1159         * src/plugins/pgpcore/select-keys.c
1160                 Fix a few annoyances when choosing
1161                 keys for the CMS (S/MIME) protocol
1162
1163 2007-01-11 [wwp]        2.7.0cvs7
1164
1165         * src/compose.c
1166         * src/prefs_account.c
1167         * src/prefs_account.h
1168                 Add per-account spellcheck default dictionaries settings.
1169
1170 2007-01-10 [colin]      2.7.0cvs6
1171
1172         * src/prefs_folder_item.c
1173                 Factorize strings - patch by Fabien
1174
1175 2007-01-10 [colin]      2.7.0cvs5
1176
1177         * src/mainwindow.c
1178                 Fix bug 1095, 'Crash while changing folder 
1179                 columns during incorporation'
1180
1181 2007-01-09 [colin]      2.7.0cvs4
1182
1183         * src/gtk/pluginwindow.c
1184                 Set the plugin window transient. Seems
1185                 like some window managers hide it in
1186                 the background after "load plugin"...
1187
1188 2007-01-09 [colin]      2.7.0cvs3
1189
1190         * src/gtk/filesel.c
1191                 Use the same type for alloc and free
1192
1193 2007-01-08 [paul]       2.7.0cvs2
1194
1195         * po/nl.po
1196                 updated by Tim Dijkstra
1197
1198 2007-01-08 [paul]       2.7.0cvs1
1199
1200         * src/prefs_themes.c
1201         * src/common/utils.c
1202                 Fix resource leaks
1203
1204 2007-01-08 [paul]       2.7.0
1205
1206         * NEWS
1207         * README
1208         * RELEASE_NOTES
1209                 2.7.0 released
1210
1211 2007-01-08 [paul]       2.6.1cvs119
1212
1213         * doc/man/claws-mail.1
1214                 another correction
1215
1216 2007-01-08 [paul]       2.6.1cvs118
1217
1218         * doc/man/claws-mail.1
1219                 corrections
1220         * manual/advanced.xml
1221                 improved English usage
1222
1223 2007-01-08 [paul]       2.6.1cvs117
1224
1225         * po/ca.po
1226         * po/de.po
1227         * po/en_GB.po
1228         * po/fi.po
1229         * po/it.po
1230         * po/pt_BR.po
1231         * po/sk.po
1232         * po/sr.po
1233         * po/zh_CN.po
1234                 updated by Miquel Oliete, Stephan Sachse, me,
1235                 Tommi Pirinen, Andrea Spadaccini, Frederico
1236                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1237                 Urosevic, and Ralgh Young
1238
1239 2007-01-07 [mones]      2.6.1cvs116
1240
1241         * manual/es/advanced.xml
1242         * po/es.po
1243                 Synced manual (unhide mark_as_read_delay)
1244                 and updated translation for release
1245
1246 2007-01-07 [paul]       2.6.1cvs115
1247
1248         * src/prefs_matcher.c
1249                 make the hbox content fit better under
1250                 various languages
1251
1252 2007-01-07 [colin]      2.6.1cvs114
1253
1254         * src/messageview.c
1255                 Fix bug 1088, 'Ctrl-h produces repeatable
1256                 crash'
1257
1258 2007-01-06 [colin]      2.6.1cvs113
1259
1260         * src/etpan/imap-thread.c
1261                 Add casts to int to get certs. Fixes
1262                 bug 1064, 'crash @ etpan_certificate_check() 
1263                 when opening an IMAP folder', with latest
1264                 libetpan CVS or >= 0.49
1265         * src/mainwindow.c
1266         * src/mainwindow.h
1267         * src/imap_gtk.c
1268         * src/news_gtk.c
1269         * src/prefs_folder_item.c
1270                 Grey out the "synchronise" menu items if
1271                 there's nothing to synchronise.
1272         * src/plugins/pgpcore/sgpgme.c
1273                 Make an error clearer than "Unknown error"
1274
1275 2007-01-06 [colin]      2.6.1cvs112
1276
1277         * src/messageview.c
1278                 Don't try to show a message if updating
1279                 Maybe fixes bug 1088, 'ctrl-h produces
1280                 repeatable crash'.
1281
1282 2007-01-06 [colin]      2.6.1cvs111
1283
1284         * src/summaryview.c
1285                 Disable Control-Space (handle it as Space).
1286
1287 2007-01-05 [paul]       2.6.1cvs110
1288
1289         * src/imap.c
1290                 Fix bug 934, 'sylpheed claws 2.1 
1291                 doesn't show Exchanges Public Folders'
1292                 Thanks to Hoa and Colin
1293         * src/msgcache.c
1294                 Refuse to allocate more than 2 MB for a 
1295                 single field, it's a good indication of
1296                 cache corruption.
1297
1298 2007-01-05 [colin]      2.6.1cvs109
1299
1300         * src/mainwindow.c
1301                 Allow --select'ing emails by Message-ID too
1302
1303 2007-01-05 [colin]      2.6.1cvs108
1304
1305         * src/common/quoted-printable.c
1306                 Uh! Third fix :)
1307
1308 2007-01-05 [colin]      2.6.1cvs107
1309
1310         * src/common/quoted-printable.c
1311                 Fix previous commit about bug 1089
1312                 Thanks to Ralf
1313
1314 2007-01-05 [colin]      2.6.1cvs106
1315
1316         * src/common/quoted-printable.c
1317                 Fix my previous commit on bug 1089
1318                 - Thanks to Ralf :)
1319
1320 2007-01-04 [colin]      2.6.1cvs105
1321
1322         * src/common/quoted-printable.c
1323                 Fix bug 1089, 'NUL characters in Subject 
1324                 line are misinterpreted'. Not a pain to
1325                 fix in fact.
1326
1327 2007-01-04 [colin]      
1328
1329         2.7.0-rc3 released
1330
1331 2007-01-04 [wwp]        2.6.1cvs104
1332
1333         * src/image_viewer.c
1334                 Force operator precedence (fix a compiler warning).
1335
1336 2007-01-04 [colin]      2.6.1cvs103
1337
1338         * src/image_viewer.c
1339                 Be cautious there too (same fix as the one
1340                 in textview from cvs33)
1341         * src/messageview.c
1342                 Don't use any MimeViewer plugin when showing
1343                 all headers
1344
1345 2007-01-03 [wwp]        2.6.1cvs102
1346
1347         * src/html.c
1348         * src/html.h
1349                 fixed "cent" sign (use the existing ASCII one),
1350                 decode more HTML entities,
1351                 converted table ASCII entries to UTF-8,
1352                 moved a switch() into a hashtable.
1353
1354 2007-01-03 [paul]       2.6.1cvs101
1355
1356         * src/compose.c
1357         * src/messageview.c
1358         * src/procmsg.c
1359         * src/procmsg.h
1360                 When possible, use move_msg instead of
1361                 copy_msg + remove_msg to move sent mail
1362                 from Queue to Sent. 
1363
1364 2007-01-03 [paul]       2.6.1cvs100
1365
1366         * src/html.c
1367                 add more html entity recognition:
1368                 pounds, euros, and cents
1369
1370 2007-01-03 [colin]      2.6.1cvs99
1371
1372         * src/imap_gtk.c
1373                 Don't display an error on NOSELECT
1374                 folders when synchronising
1375
1376 2007-01-03 [paul]       2.6.1cvs98
1377
1378         * tools/maildir2claws-mail.pl
1379                 only substitute 'sent-mail' if it's
1380                 the full directory name
1381
1382 2007-01-03 [paul]       2.6.1cvs97
1383
1384         * ChangeLog
1385         * ChangeLog.pre2.0.0
1386         * Makefile.am
1387                 archive a chunk of ChangeLog in
1388                 ChangeLog.pre2.0.0
1389         * ChangeLog.gtk1
1390         * doc/src/ChangeLog.claws-pre0.8.0
1391                 remove ChangeLog.claws-pre0.8.0, adding
1392                 its contents to ChangeLog.gtk1
1393
1394 2007-01-03 [paul]       2.6.1cvs96
1395
1396         * src/account.c
1397         * src/account.h
1398         * src/action.c
1399         * src/action.h
1400         * src/adbookbase.h
1401         * src/addr_compl.c
1402         * src/addr_compl.h
1403         * src/addrbook.c
1404         * src/addrcache.c
1405         * src/addrcache.h
1406         * src/addrcindex.c
1407         * src/addrcindex.h
1408         * src/addrclip.c
1409         * src/addrclip.h
1410         * src/addrdefs.h
1411         * src/addressadd.c
1412         * src/addressadd.h
1413         * src/addressbook.c
1414         * src/addressbook.h
1415         * src/addressbook_foldersel.c
1416         * src/addressbook_foldersel.h
1417         * src/addrgather.c
1418         * src/addrgather.h
1419         * src/addrharvest.c
1420         * src/addrharvest.h
1421         * src/addrindex.c
1422         * src/addrindex.h
1423         * src/addritem.c
1424         * src/addritem.h
1425         * src/addrquery.c
1426         * src/addrquery.h
1427         * src/addrselect.c
1428         * src/addrselect.h
1429         * src/alertpanel.c
1430         * src/alertpanel.h
1431         * src/browseldap.c
1432         * src/browseldap.h
1433         * src/codeconv.c
1434         * src/codeconv.h
1435         * src/compose.c
1436         * src/compose.h
1437         * src/customheader.c
1438         * src/customheader.h
1439         * src/displayheader.c
1440         * src/displayheader.h
1441         * src/editaddress.c
1442         * src/editaddress.h
1443         * src/editbook.c
1444         * src/editbook.h
1445         * src/editgroup.c
1446         * src/editgroup.h
1447         * src/editjpilot.c
1448         * src/editjpilot.h
1449         * src/editldap.c
1450         * src/editldap.h
1451         * src/editldap_basedn.c
1452         * src/editldap_basedn.h
1453         * src/editvcard.c
1454         * src/editvcard.h
1455         * src/exphtmldlg.c
1456         * src/exphtmldlg.h
1457         * src/expldifdlg.c
1458         * src/expldifdlg.h
1459         * src/export.c
1460         * src/export.h
1461         * src/exporthtml.c
1462         * src/exporthtml.h
1463         * src/exportldif.c
1464         * src/exportldif.h
1465         * src/filtering.c
1466         * src/filtering.h
1467         * src/folder.c
1468         * src/folder.h
1469         * src/folder_item_prefs.c
1470         * src/folder_item_prefs.h
1471         * src/foldersel.c
1472         * src/foldersel.h
1473         * src/folderutils.c
1474         * src/folderutils.h
1475         * src/folderview.c
1476         * src/folderview.h
1477         * src/grouplistdialog.c
1478         * src/grouplistdialog.h
1479         * src/headerview.c
1480         * src/html.c
1481         * src/html.h
1482         * src/image_viewer.c
1483         * src/image_viewer.h
1484         * src/imap.c
1485         * src/imap.h
1486         * src/imap_gtk.c
1487         * src/imap_gtk.h
1488         * src/import.c
1489         * src/import.h
1490         * src/importldif.c
1491         * src/importldif.h
1492         * src/importmutt.c
1493         * src/importmutt.h
1494         * src/importpine.c
1495         * src/importpine.h
1496         * src/inc.c
1497         * src/inc.h
1498         * src/jpilot.c
1499         * src/jpilot.h
1500         * src/ldapctrl.c
1501         * src/ldapctrl.h
1502         * src/ldaplocate.c
1503         * src/ldaplocate.h
1504         * src/ldapquery.c
1505         * src/ldapquery.h
1506         * src/ldapserver.c
1507         * src/ldapserver.h
1508         * src/ldaputil.c
1509         * src/ldaputil.h
1510         * src/ldif.c
1511         * src/ldif.h
1512         * src/main.c
1513         * src/main.h
1514         * src/mainwindow.c
1515         * src/mainwindow.h
1516         * src/manual.c
1517         * src/manual.h
1518         * src/mbox.c
1519         * src/message_search.c
1520         * src/message_search.h
1521         * src/messageview.c
1522         * src/messageview.h
1523         * src/mh.c
1524         * src/mh.h
1525         * src/mh_gtk.c
1526         * src/mh_gtk.h
1527         * src/mimeview.c
1528         * src/mimeview.h
1529         * src/msgcache.c
1530         * src/msgcache.h
1531         * src/mutt.c
1532         * src/mutt.h
1533         * src/news.c
1534         * src/news.h
1535         * src/news_gtk.c
1536         * src/news_gtk.h
1537         * src/partial_download.c
1538         * src/partial_download.h
1539         * src/pine.c
1540         * src/pine.h
1541         * src/pop.c
1542         * src/pop.h
1543         * src/prefs_account.c
1544         * src/prefs_account.h
1545         * src/prefs_actions.c
1546         * src/prefs_actions.h
1547         * src/prefs_common.c
1548         * src/prefs_common.h
1549         * src/prefs_compose_writing.c
1550         * src/prefs_compose_writing.h
1551         * src/prefs_customheader.c
1552         * src/prefs_customheader.h
1553         * src/prefs_display_header.c
1554         * src/prefs_display_header.h
1555         * src/prefs_filtering.c
1556         * src/prefs_filtering.h
1557         * src/prefs_filtering_action.c
1558         * src/prefs_filtering_action.h
1559         * src/prefs_folder_column.c
1560         * src/prefs_folder_column.h
1561         * src/prefs_folder_item.c
1562         * src/prefs_folder_item.h
1563         * src/prefs_fonts.c
1564         * src/prefs_fonts.h
1565         * src/prefs_gtk.c
1566         * src/prefs_gtk.h
1567         * src/prefs_image_viewer.c
1568         * src/prefs_image_viewer.h
1569         * src/prefs_matcher.c
1570         * src/prefs_matcher.h
1571         * src/prefs_message.c
1572         * src/prefs_msg_colors.c
1573         * src/prefs_msg_colors.h
1574         * src/prefs_other.c
1575         * src/prefs_quote.c
1576         * src/prefs_receive.c
1577         * src/prefs_send.c
1578         * src/prefs_spelling.c
1579         * src/prefs_spelling.h
1580         * src/prefs_summaries.c
1581         * src/prefs_summaries.h
1582         * src/prefs_summary_column.c
1583         * src/prefs_summary_column.h
1584         * src/prefs_template.c
1585         * src/prefs_template.h
1586         * src/prefs_themes.c
1587         * src/prefs_themes.h
1588         * src/prefs_toolbar.c
1589         * src/prefs_toolbar.h
1590         * src/prefs_wrapping.c
1591         * src/prefs_wrapping.h
1592         * src/privacy.c
1593         * src/privacy.h
1594         * src/procheader.c
1595         * src/procheader.h
1596         * src/procmime.c
1597         * src/procmime.h
1598         * src/procmsg.c
1599         * src/procmsg.h
1600         * src/quote_fmt.c
1601         * src/quote_fmt_parse.y
1602         * src/recv.c
1603         * src/recv.h
1604         * src/remotefolder.c
1605         * src/remotefolder.h
1606         * src/send_message.c
1607         * src/send_message.h
1608         * src/setup.c
1609         * src/setup.h
1610         * src/sourcewindow.c
1611         * src/sourcewindow.h
1612         * src/ssl_manager.c
1613         * src/ssl_manager.h
1614         * src/statusbar.c
1615         * src/statusbar.h
1616         * src/stock_pixmap.c
1617         * src/stock_pixmap.h
1618         * src/summary_search.c
1619         * src/summary_search.h
1620         * src/summaryview.c
1621         * src/summaryview.h
1622         * src/textview.c
1623         * src/textview.h
1624         * src/toolbar.c
1625         * src/toolbar.h
1626         * src/undo.c
1627         * src/undo.h
1628         * src/unmime.c
1629         * src/unmime.h
1630         * src/vcard.c
1631         * src/vcard.h
1632         * src/wizard.c
1633         * src/wizard.h
1634         * src/common/base64.c
1635         * src/common/base64.h
1636         * src/common/defs.h
1637         * src/common/hooks.c
1638         * src/common/hooks.h
1639         * src/common/log.c
1640         * src/common/log.h
1641         * src/common/mgutils.c
1642         * src/common/mgutils.h
1643         * src/common/nntp.c
1644         * src/common/nntp.h
1645         * src/common/passcrypt.c
1646         * src/common/passcrypt.h.in
1647         * src/common/plugin.c
1648         * src/common/plugin.h
1649         * src/common/prefs.c
1650         * src/common/prefs.h
1651         * src/common/progressindicator.c
1652         * src/common/progressindicator.h
1653         * src/common/quoted-printable.c
1654         * src/common/quoted-printable.h
1655         * src/common/session.c
1656         * src/common/session.h
1657         * src/common/smtp.c
1658         * src/common/smtp.h
1659         * src/common/socket.c
1660         * src/common/socket.h
1661         * src/common/ssl.c
1662         * src/common/ssl.h
1663         * src/common/ssl_certificate.c
1664         * src/common/ssl_certificate.h
1665         * src/common/stringtable.c
1666         * src/common/stringtable.h
1667         * src/common/template.c
1668         * src/common/template.h
1669         * src/common/timing.h
1670         * src/common/utils.c
1671         * src/common/utils.h
1672         * src/common/version.h.in
1673         * src/common/xml.c
1674         * src/common/xml.h
1675         * src/common/xmlprops.c
1676         * src/common/xmlprops.h
1677         * src/gtk/about.c
1678         * src/gtk/colorlabel.c
1679         * src/gtk/colorsel.c
1680         * src/gtk/colorsel.h
1681         * src/gtk/combobox.c
1682         * src/gtk/combobox.h
1683         * src/gtk/description_window.c
1684         * src/gtk/description_window.h
1685         * src/gtk/filesel.c
1686         * src/gtk/filesel.h
1687         * src/gtk/foldersort.c
1688         * src/gtk/foldersort.h
1689         * src/gtk/gtksctree.c
1690         * src/gtk/gtkutils.c
1691         * src/gtk/gtkutils.h
1692         * src/gtk/inputdialog.c
1693         * src/gtk/inputdialog.h
1694         * src/gtk/logwindow.c
1695         * src/gtk/logwindow.h
1696         * src/gtk/manage_window.c
1697         * src/gtk/manage_window.h
1698         * src/gtk/menu.c
1699         * src/gtk/menu.h
1700         * src/gtk/pluginwindow.c
1701         * src/gtk/pluginwindow.h
1702         * src/gtk/prefswindow.c
1703         * src/gtk/prefswindow.h
1704         * src/gtk/progressdialog.c
1705         * src/gtk/progressdialog.h
1706         * src/gtk/sslcertwindow.c
1707         * src/gtk/sslcertwindow.h
1708         * src/plugins/bogofilter/bogofilter.c
1709         * src/plugins/bogofilter/bogofilter.h
1710         * src/plugins/bogofilter/bogofilter_gtk.c
1711         * src/plugins/clamav/clamav_plugin.c
1712         * src/plugins/clamav/clamav_plugin.h
1713         * src/plugins/clamav/clamav_plugin_gtk.c
1714         * src/plugins/demo/demo.c
1715         * src/plugins/dillo_viewer/dillo_prefs.c
1716         * src/plugins/dillo_viewer/dillo_prefs.h
1717         * src/plugins/dillo_viewer/dillo_viewer.c
1718         * src/plugins/pgpcore/passphrase.c
1719         * src/plugins/pgpcore/passphrase.h
1720         * src/plugins/pgpcore/pgp_viewer.c
1721         * src/plugins/pgpcore/pgp_viewer.h
1722         * src/plugins/pgpcore/plugin.c
1723         * src/plugins/pgpcore/select-keys.c
1724         * src/plugins/pgpcore/select-keys.h
1725         * src/plugins/pgpcore/sgpgme.c
1726         * src/plugins/pgpcore/sgpgme.h
1727         * src/plugins/pgpinline/pgpinline.c
1728         * src/plugins/pgpinline/pgpinline.h
1729         * src/plugins/pgpinline/plugin.c
1730         * src/plugins/pgpmime/pgpmime.c
1731         * src/plugins/pgpmime/pgpmime.h
1732         * src/plugins/pgpmime/plugin.c
1733         * src/plugins/spamassassin/spamassassin.c
1734         * src/plugins/spamassassin/spamassassin.h
1735         * src/plugins/spamassassin/spamassassin_gtk.c
1736         * src/plugins/trayicon/trayicon.c
1737                 it's 2007, update the year in the copyright headers
1738
1739 2007-01-03 [paul]       2.6.1cvs95
1740
1741         * src/gtk/about.c
1742                 it is 2007, use it in the copyright string
1743
1744 2007-01-03 [paul]       2.6.1cvs94
1745
1746         * src/html.c
1747                 html entity conversion:
1748                 move &#153; to a more suitable place
1749                 add &bull; and &ndash;
1750                 make sure &mdash; and &#8212; are both
1751                 converted the same
1752
1753 2007-01-02 [colin]      2.6.1cvs93
1754
1755         * src/addrbook.c
1756                 Fix leak
1757         * src/common/plugin.c
1758                 Add comment
1759         * src/etpan/imap-thread.c
1760                 Fix warning
1761
1762 2006-12-31 [paul]       2.6.1cvs92
1763
1764         * src/prefs_summaries.c
1765                 use gtk_button_new_from_stock()
1766
1767 2006-12-30 [colin]      2.6.1cvs91
1768
1769         * src/folder.c
1770         * src/imap_gtk.c
1771         * src/mh_gtk.c
1772                 Don't update filtering and account paths 
1773                 when copying folders
1774
1775 2006-12-30 [colin]      2.6.1cvs90
1776
1777         * src/prefs_compose_writing.c
1778         * src/prefs_quote.c
1779         * src/prefs_template.c
1780                 Use message font for Writing and 
1781                 Quoting prefs, as well as Templates.
1782
1783 2006-12-30 [colin]      2.6.1cvs89
1784
1785         * src/prefs_summaries.c
1786                 Rework GUI; patch by Pawel
1787
1788 2006-12-29 [colin]      2.6.1cvs88
1789
1790         * src/prefs_folder_item.c
1791                 Fix bug 1085, 'Apply to subfolder 
1792                 doesn't work' - I was mistaken saying
1793                 it worked in every case
1794
1795 2006-12-28 [colin]      2.6.1cvs87
1796
1797         * src/gtk/gtkaspell.c
1798                 Don't assert if use_alternate is true
1799                 and alt_dictionary isn't set -- this 
1800                 is what happens on upgrade! Rather,
1801                 do with it.
1802
1803 2006-12-28 [colin]      2.6.1cvs86
1804
1805         * Makefile.am
1806                 Fix desktop/icon simplification
1807
1808 2006-12-28 [colin]      2.6.1cvs85
1809
1810         * Makefile.am
1811                 Make desktop and icon not 
1812                 dependant on the desktop
1813
1814 2006-12-28 [wwp]        2.6.1cvs84
1815
1816         * src/plugins/pgpmime/claws.def
1817                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1818
1819 2006-12-28 [wwp]        2.6.1cvs83
1820
1821         * src/prefs_folder_item.c
1822                 Fix coloring of "simplify subject regexp" (folder prefs),
1823                 which might be left to red whereas the regexp gets empty.
1824
1825 2006-12-28 [wwp]        2.6.1cvs82
1826
1827         * src/prefs_common.c
1828         * src/prefs_common.h
1829         * src/addressbook.c
1830         * src/addressitem.h
1831                 Save addressbook mainwindow's horizontal and vertical splitter position.
1832
1833 2006-12-27 [wwp]        2.6.1cvs81
1834
1835         * src/gtk/gtkaspell.c
1836         * src/gtk/gtkaspell.h
1837         * src/compose.c
1838                 Fix assignment of compose's default and alternate dictionary from
1839                 account or folder settings. Now gtkaspell_change_dict does rotate
1840                 dicts only when it's called from a menu cb.
1841
1842 2006-12-27 [wwp]        2.6.1cvs80
1843
1844         * src/folder_item_prefs.c
1845                 Fix randomly initialized default-alt-dictionary (folder prefs),
1846                 complete 2.6.1cvs72.
1847
1848 2006-12-27 [paul]       2.6.1cvs79
1849
1850         * src/imap_gtk.c
1851         * src/mh_gtk.c
1852                 Add Copy folder in the folder's contextual
1853                 menu
1854
1855 2006-12-27 [wwp]        2.6.1cvs78
1856
1857         * src/imap.c
1858                 Clean up session locking, thanks to Colin.
1859
1860 2006-12-26 [colin]      2.6.1cvs77
1861
1862         * src/statusbar.c
1863                 Revert previous patch
1864
1865 2006-12-26 [colin]      2.6.1cvs76
1866
1867         * src/folder.c
1868         * src/folderview.c
1869         * src/imap.c
1870         * src/statusbar.c
1871         * src/etpan/imap-thread.c
1872                 Fix previous commit warnings
1873                 Make statusbar update every second if total < 20
1874                 Make IMAP APPEND faster by simplifying log              
1875
1876 2006-12-26 [colin]      2.6.1cvs75
1877
1878         * src/folder.c
1879         * src/folder.h
1880         * src/folderview.c
1881         * src/folderview.h
1882         * src/imap_gtk.c
1883         * src/mh_gtk.c
1884                 Make it possible to copy folders accross
1885                 mailboxes (this was an arbitrary limitation).
1886                 Still make it impossible to move folders 
1887                 accross mailboxes.
1888
1889 2006-12-26 [colin]      2.6.1cvs74
1890
1891         * src/etpan/imap-thread.c
1892                 Fix bug 1081, 'claws-mail 
1893                 segfaults when going offline 
1894                 while it transfers mails via 
1895                 imap'
1896
1897 2006-12-26 [colin]      2.6.1cvs73
1898
1899         * src/folder_item_prefs.c
1900                 Don't forget alt dictionary when
1901                 renaming/moving folders
1902
1903 2006-12-26 [wwp]        2.6.1cvs72
1904
1905         * src/folder_item_prefs.c
1906                 Add missing defaults for per-folder alt dict
1907                 (forgotten in 2.6.1cvs61).
1908
1909 2006-12-26 [colin]      2.6.1cvs71
1910
1911         * src/wizard.c
1912                 Add tooltip to state that specifying
1913                 full path to mailbox is possible
1914
1915 2006-12-26 [wwp]        2.6.1cvs70
1916
1917         * src/partial_download.c
1918         * src/gtk/gtkvscrollbutton.c
1919         * src/plugins/pgpinline/plugin.c
1920                 Fix for few compiler warnings that matter.
1921
1922 2006-12-25 [colin]      2.6.1cvs69
1923
1924         * src/partial_download.c
1925                 Fix marking for download or deletion
1926                 when the header isn't the first
1927         * src/gtk/logwindow.c
1928                 Fix start of scrolling
1929
1930 2006-12-23 [paul]       2.6.1cvs68
1931
1932         * src/compose.c
1933                 change last commit to use the 'academic'
1934                 method instead. Thanks to wwp
1935
1936 2006-12-23 [paul]       2.6.1cvs67
1937
1938         * src/compose.c
1939                 don't warn about empty subject when
1940                 redirecting
1941
1942 2006-12-22 [colin]      2.6.1cvs66
1943
1944         * src/summary_search.c
1945                 Fix previous patch
1946
1947 2006-12-22 [colin]      2.6.1cvs65
1948
1949         * src/gtk/gtkutils.c
1950         * src/imap.c
1951         * src/jpilot.c
1952         * src/summary_search.c
1953                 A few warning fixes
1954
1955 2006-12-23 [paul]       
1956
1957         2.7.0-rc2 released
1958
1959 2006-12-22 [colin]      2.6.1cvs64
1960
1961         * src/toolbar.c
1962         * src/toolbar.h
1963                 Add a combo to the learn spam button
1964         * src/plugins/bogofilter/bogofilter.c
1965         * src/plugins/bogofilter/bogofilter_gtk.c
1966         * src/plugins/bogofilter/bogofilter.h
1967                 Allow to store Unsure mails in a specific
1968                 folder to make better teaching easier
1969
1970 2006-12-21 [wwp]        2.6.1cvs63
1971
1972         * src/compose.c
1973         * src/prefs_common.c
1974         * src/prefs_common.h
1975         * src/prefs_spelling.c
1976         * src/gtk/gtkaspell.c
1977         * src/gtk/gtkaspell.h
1978                 Allow spell-checking using both current and alternate dictionaries
1979                 (thanks to Colin).
1980
1981 2006-12-21 [wwp]        2.6.1cvs62
1982
1983         * src/gtk/gtkaspell.c
1984                 Apply recheck_when_changing_dict (highlight all mispelled words)
1985                 when switching to alternate dictionary.
1986
1987 2006-12-21 [wwp]        2.6.1cvs61
1988
1989         * src/compose.c
1990         * src/folder_item_prefs.h
1991         * src/prefs_common.c
1992         * src/prefs_common.h
1993         * src/prefs_folder_item.c
1994         * src/prefs_spelling.c
1995         * src/gtk/gtkaspell.c
1996         * src/gtk/gtkaspell.h
1997                 Add global and per-folder prefs to set the default
1998                 alternate dictionary.
1999
2000 2006-12-21 [colin]      2.6.1cvs60
2001
2002         * src/folder.c
2003                 Look for folders by path in all folders
2004         * src/html.c
2005                 add &mdash;
2006
2007 2006-12-20 [colin]      2.6.1cvs59
2008
2009         * src/gtk/quicksearch.c
2010                 Make sure in_typing is false when clearing
2011
2012 2006-12-20 [wwp]        2.6.1cvs58
2013
2014         * configure.ac
2015                 change manual's target dir to be LFH-compliant (thanks to Colin).
2016
2017 2006-12-20 [wwp]        2.6.1cvs57
2018
2019         * src/prefs_common.c
2020         * src/prefs_summaries.c
2021                 i18n fix and factorize patch, thanks to Fabien.
2022
2023 2006-12-20 [paul]       2.6.1cvs56
2024
2025         * configure.ac
2026                 last of the renaming (??)
2027         * src/main.c
2028                 correct --help info of --status-full
2029         * src/plugins/bogofilter/bogofilter.c
2030                 make FALSE default of whitelist_ab
2031
2032 2006-12-19 [colin]      2.6.1cvs55
2033
2034         * src/jpilot.c
2035                 Same as before, without depending on
2036                 pisock >= 0.12
2037
2038 2006-12-19 [colin]      2.6.1cvs54
2039
2040         * src/jpilot.c
2041                 Fix bug 1059, 'Better jpilot charset 
2042                 handling'. Use libpisync's charset conversion
2043                 if possible
2044
2045 2006-12-19 [colin]      2.6.1cvs53
2046
2047         * po/fr.po
2048                 Updated by Fabien
2049
2050 2006-12-19 [wwp]        2.6.1cvs52
2051
2052         * src/gtk/about.c
2053                 Add missing #include (thanks to Colin).
2054
2055 2006-12-19 [wwp]        2.6.1cvs51
2056
2057         * src/prefs_receive.c
2058                 Better spacing between widgets in prefs.
2059
2060 2006-12-18 [colin]      2.6.1cvs50
2061
2062         * src/imap.c
2063                 Fix failure to get separator on LIST "" ""
2064                 Try LIST "" "INBOX" too.
2065
2066 2006-12-18 [wwp]        2.6.1cvs49
2067
2068         * src/common/session.c
2069                 Fix a compiler warning (thanks to Fabien).
2070
2071 2006-12-18 [wwp]        2.6.1cvs48
2072
2073         * src/compose.c
2074         * src/prefs_quote.c
2075                 Factorize some strings for translation (it's about error
2076                 messages when applying or checking template/quote format).
2077
2078 2006-12-18 [colin]      2.6.1cvs47
2079
2080         * Makefile.am
2081         * src/common/defs.h
2082         * src/gtk/Makefile.am
2083         * src/gtk/about.c
2084                 Add a Release notes tab from the contents of
2085                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2086
2087 2006-12-17 [colin]      2.6.1cvs46
2088
2089         * src/mimeview.c
2090         * src/textview.c
2091         * src/gtk/filesel.c
2092                 Correctly convert from/to UTF8/filename encoding
2093                 when loading and saving files. Probably fixes
2094                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2095                 for a file to attach and is blocked...'
2096
2097 2006-12-17 [colin]      2.6.1cvs45
2098
2099         * src/gtk/logwindow.c
2100                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2101                 IMAP folder and is blocked on main thread': 
2102                 make sure we put utf8 in the log.
2103
2104 2006-12-16 [colin]      2.6.1cvs44
2105
2106         * src/toolbar.c
2107         * src/toolbar.h
2108                 Fix bug 1055, 'Add the 'cancel receive' 
2109                 in the available events for the toolbar buttons'
2110
2111 2006-12-16 [colin]      2.6.1cvs43
2112
2113         * po/POTFILES.in
2114         * src/imap.c
2115         * src/common/nntp.c
2116         * src/common/session.c
2117                 Log error when SSL handshakes fail. 
2118                 Fixes bug 1082, 'incorrect / imprecise 
2119                 error message when imap server provides 
2120                 ssl only through STARTTLS but SSL is 
2121                 selected'
2122
2123 2006-12-15 [wwp]        2.6.1cvs42
2124
2125         * src/plugins/bogofilter/bogofilter_gtk.c
2126                 set proper sensitivity to widgets I've recently added.
2127
2128 2006-12-15 [colin]      
2129
2130         2.7.0-rc1 released
2131
2132 2006-12-15 [wwp]        2.6.1cvs41
2133
2134         * src/plugins/bogofilter/bogofilter.c
2135         * src/plugins/bogofilter/bogofilter.h
2136         * src/plugins/bogofilter/bogofilter_gtk.c
2137                 bogofilter's whitelist can now use a subset of
2138                 the addressbook (either a book, a subfolder of a book,
2139                 or the whole addressbook by using "Any"). Re-used there
2140                 some pref_matcher widgets and mechanisms to match a subset
2141                 of the addressbook.
2142
2143 2006-12-15 [wwp]        2.6.1cvs40
2144
2145         * src/wizard.c
2146         * src/common/plugin.c
2147         * src/common/plugin.h
2148         * src/gtk/about.c
2149         * src/plugins/bogofilter/bogofilter.c
2150         * src/plugins/clamav/clamav_plugin.c
2151         * src/plugins/demo/demo.c
2152         * src/plugins/dillo_viewer/dillo_viewer.c
2153         * src/plugins/pgpcore/plugin.c
2154         * src/plugins/pgpinline/plugin.c
2155         * src/plugins/pgpmime/plugin.c
2156         * src/plugins/spamassassin/spamassassin.c
2157         * src/plugins/trayicon/trayicon.c
2158                 factorize some translatable strings (plugins-related),
2159                 fix missing punctuation in several places,
2160                 remove useless translatable \n in about.c,
2161                 and factorize plugin init code w/ a new function
2162                 check_plugin_version() in common/plugin.c.
2163                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2164
2165 2006-12-15 [wwp]        2.6.1cvs39
2166
2167         * src/plugins/bogofilter/bogofilter.c
2168         * src/plugins/bogofilter/bogofilter_gtk.c
2169                 flag whitelisted spams as spam, but don't filter it to the spam
2170                 folder. Thanks to Colin.
2171
2172 2006-12-15 [ticho]      2.6.1cvs38
2173
2174         * src/plugins/bogofilter/bogofilter.c
2175         * src/plugins/bogofilter/bogofilter.h
2176         * src/plugins/bogofilter/bogofilter_gtk.c
2177                 Add option to whitelist senders found in addressbook. Patch by colin.
2178
2179 2006-12-15 [paul]       2.6.1cvs37
2180
2181         * src/folderview.c
2182                 add missing #include "log.h"
2183
2184 2006-12-15 [paul]       2.6.1cvs36
2185
2186         * src/plugins/bogofilter/bogofilter.c
2187         * src/plugins/bogofilter/bogofilter.h
2188         * src/plugins/bogofilter/bogofilter_gtk.c
2189                 Add an option to allow inserting an
2190                 X-Claws-Bogosity header (on MH folders
2191                 only). Patch by Colin
2192
2193 2006-12-14 [colin]      2.6.1cvs35
2194
2195         * src/main.c
2196                 "Yes" should be the default choice for
2197                 migration configuration
2198
2199 2006-12-14 [paul]       2.6.1cvs34
2200
2201         * src/prefs_summaries.c
2202         * manual/advanced.xml
2203                 Unhide mark_as_read_delay
2204
2205 2006-12-14 [paul]       2.6.1cvs33
2206
2207         * src/messageview.c
2208         * src/messageview.h
2209         * src/mimeview.c
2210         * src/mimeview.h
2211         * src/summaryview.c
2212         * src/textview.c
2213         * src/textview.h
2214                 Fix printing of selection
2215                 Fix printing of message parts
2216                 Fix printing of images
2217         * src/gtk/gtksourceprintjob.c
2218                 Fix page count when there are images
2219
2220 2006-12-14 [wwp]        2.6.1cvs32
2221
2222         * src/mainwindow.c
2223         * src/summaryview.c
2224         * src/summaryview.h
2225         * src/gtk/quicksearch.c
2226                 fix quicksearch 'magnify' button status when QS is closed
2227                 using the Escape key, thanks to Colin.
2228
2229 2006-12-14 [wwp]        2.6.1cvs31
2230
2231         * src/mainwindow.c
2232         * src/summaryview.c
2233         * src/summaryview.h
2234         * src/gtk/quicksearch.c
2235                 fix quicksearch 'magnify' button status when QS is closed
2236                 using the Escape key, thanks to Colin.
2237
2238 2006-12-13 [colin]      2.6.1cvs30
2239
2240         * src/ldapquery.c
2241         * src/ldaputil.c
2242                 Use the binary safe version of ldap_get_values,
2243                 to make sure we manipulate null-terminated 
2244                 strings. Maybe fixes bug 1075, 'claws mail 
2245                 segfault when completing ldap adresses'
2246         * src/syldap.c ** REMOVED **
2247         * src/syldap.h ** REMOVED **
2248                 Remove dead files
2249
2250 2006-12-13 [mones]      2.6.1cvs29
2251
2252         * po/es.po
2253                 Fixed piped strings, fixed click translation
2254
2255 2006-12-13 [paul]       2.6.1cvs28
2256
2257         * src/main.c
2258                 don't translate these strings
2259
2260 2006-12-13 [paul]       2.6.1cvs27
2261
2262         * po/en_GB.po
2263                 updated
2264
2265 2006-12-13 [colin]      2.6.1cvs26
2266
2267         * src/main.c
2268         * src/main.h
2269                 Add claws_is_starting()
2270
2271 2006-12-13 [mones]      2.6.1cvs25
2272
2273         * manual/es/advanced.xml
2274         * po/es.po
2275                 Synced manual and updated translation
2276
2277 2006-12-12 [colin]      2.6.1cvs24
2278
2279         * src/wizard.c
2280                 Add an option to use STARTTLS in the
2281                 welcome wizard. Fixes bug 1080, 
2282                 'Using SSL option in wizard for incoming 
2283                 server does not activate SSL with STARTTLS'
2284
2285 2006-12-12 [colin]      2.6.1cvs23
2286
2287         * src/main.c
2288                 Don't exit when there's an incomplete
2289                 mailbox configured - leaves a chance 
2290                 to fix a failing IMAP account. Exit
2291                 if no mailbox at all is loaded (case
2292                 of missing plugin).
2293                 Completes bug 1077's fix (I was wrong
2294                 in this bug's comment #3).
2295
2296 2006-12-12 [colin]      2.6.1cvs22
2297
2298         * src/gtk/menu.h
2299                 Add another menu data type
2300         * src/prefs_account.c
2301                 Complete the completion of bug 1076
2302                 (doesn't lose the pref on apply)
2303
2304 2006-12-12 [paul]       2.6.1cvs21
2305
2306         * src/prefs_account.c
2307                 complete the fix of bug 1076
2308                 also be more verbose with the text
2309
2310 2006-12-12 [paul]       2.6.1cvs20
2311
2312         * src/gtk/combobox.c
2313                 fix compilation warning
2314
2315 2006-12-11 [colin]      2.6.1cvs19
2316
2317         * src/wizard.c
2318                 Document :port in server entry tooltips
2319
2320 2006-12-11 [colin]      2.6.1cvs18
2321
2322         * src/main.c
2323                 Fix compile
2324
2325 2006-12-11 [colin]      2.6.1cvs17
2326
2327         * src/main.c
2328                 Add failing IMAP as a reason for no
2329                 mailbox
2330
2331 2006-12-11 [colin]      2.6.1cvs16
2332
2333         * src/prefs_account.c
2334                 Check for existence of inbox for local
2335                 accounts too
2336         * src/wizard.c
2337                 Allow setting the port to use for servers
2338                 by using the usual "server.example.com:port"
2339                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2340                 not start when IMAP server is unavailable'
2341
2342 2006-12-11 [colin]      2.6.1cvs15
2343
2344         * src/prefs_account.c
2345                 Prevent use of non-existing default inbox
2346
2347 2006-12-11 [colin]      2.6.1cvs14
2348
2349         * src/prefs_account.c
2350                 Fix sensitivity. Fixes bug 1076, 'privacy 
2351                 options are displayed even when pgp plugin 
2352                 not loaded / available'
2353
2354 2006-12-09 [colin]      2.6.1cvs13
2355
2356         * manual/advanced.xml
2357         * src/prefs_common.c
2358         * src/prefs_common.h
2359         * src/common/ssl_certificate.c
2360                 Add a new hidden preference, 'unsafe_ssl_certs',
2361                 which allows to store multiple certificates per
2362                 server/port. This is disabled by default because
2363                 it's less secure (presenting a new certificate
2364                 instead of a changed one raises less alarms).
2365                 This will cause Claws to ask about an unknown
2366                 certificate for people who have used 2.6.1cvs8
2367                 or greater.
2368
2369 2006-12-09 [colin]      2.6.1cvs12
2370
2371         * src/action.c
2372                 Fix cache updating after action
2373
2374 2006-12-07 [wwp]        2.6.1cvs11
2375
2376         * src/compose.c
2377                 fix email address comparison when replying to all
2378                 (avoid replying to ourselves), thanks to Colin.
2379
2380 2006-12-06 [paul]       2.6.1cvs10
2381
2382         * src/addrharvest.c
2383         * src/editldap.c
2384         * src/expldifdlg.c
2385         * src/news.c
2386         * src/toolbar.c
2387         * src/common/utils.c
2388                 ...and more renaming
2389                 Thanks to Colin
2390
2391 2006-12-06 [paul]       2.6.1cvs9
2392
2393         * src/compose.c
2394         * src/messageview.c
2395         * src/procheader.c
2396         * src/procmime.c
2397         * src/procmsg.c
2398         * src/textview.c
2399                 more renaming
2400                 Thanks to Colin
2401
2402 2006-12-06 [colin]      2.6.1cvs8
2403
2404         * src/ssl_manager.c
2405         * src/common/ssl_certificate.c
2406         * src/common/ssl_certificate.h
2407                 Handle multiple certificates per host/port
2408
2409 2006-12-06 [colin]      2.6.1cvs7
2410
2411         * src/etpan/imap-thread.c
2412                 Fix certificate checking on IMAP
2413
2414 2006-12-06 [colin]      2.6.1cvs6
2415
2416         * src/folderview.c
2417                 Fix bug 1072, 'Claws stops fetching newsgroups 
2418                 from server when newsgroup got deleted': continue
2419                 checking other groups
2420
2421 2006-12-05 [wwp]        2.6.1cvs5
2422
2423         * src/message_search.c
2424         * src/summary_search.c
2425         * src/gtk/combobox.c
2426         * src/gtk/combobox.h
2427         * src/gtk/gtkutils.c
2428         * src/gtk/gtkutils.h
2429                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2430                 behave like w/ old comboboxes (summary and message search only).
2431
2432 2006-12-05 [paul]       2.6.1cvs4
2433
2434         * src/wizard.c
2435                 encode headers
2436                 Thanks to Colin
2437
2438 2006-12-05 [paul]       2.6.1cvs3
2439
2440         * tools/README
2441         * tools/textviewer.pl
2442                 script updated and description added
2443
2444 2006-12-04 [colin]      2.6.1cvs2
2445
2446         * src/compose.c
2447                 Run pre-send hook only when checking
2448                 everything
2449
2450 2006-12-04 [paul]       2.6.1cvs1
2451
2452         * NEWS
2453         * README
2454         * RELEASE_NOTES
2455         * configure.ac
2456         * tools/README
2457                 bump up version number following stable release
2458
2459 2006-12-04 [paul]       2.6.0cvs83
2460
2461         * README
2462                 updates and corrections
2463
2464 2006-12-04 [colin]      2.6.0cvs82
2465
2466         * src/common/utils.c
2467                 Probably fix bug 1066, 'Incorrect mailbox 
2468                 size displayed'
2469
2470 2006-12-04 [colin]      2.6.0cvs81
2471
2472         * src/common/utils.c
2473                 Trim tabs from mailcap file too.
2474
2475 2006-12-02 [paul]       2.6.0cvs80
2476
2477         * src/exphtmldlg.c
2478                 fix broken GUI under certain languages
2479         * src/expldifdlg.c
2480                 put the Cancel button to the right
2481
2482 2006-12-01 [paul]       2.6.0cvs79
2483
2484         * tools/Makefile.am
2485                 remove reference to removed file
2486
2487 2006-12-01 [wwp]        2.6.0cvs78
2488
2489         * src/addressbook.c
2490         * src/editaddress.c
2491                 remove forgotten debug statements.
2492
2493 2006-12-01 [wwp]        2.6.0cvs77
2494
2495         * manual/advanced.xml
2496         * manual/fr/advanced.xml
2497         * src/addressbook.c
2498         * src/addressbook.h
2499         * src/addressitem.h
2500         * src/editaddress.c
2501         * src/editaddress.h
2502         * src/prefs_common.c
2503         * src/prefs_common.h
2504         * src/gtk/gtkutils.c
2505         * src/gtk/gtkutils.h
2506                 add a hidden option to allow embedding the editaddress (edit contact details)
2507                 dialog into the addressbook's window. This doesn't change the default
2508                 behaviour.
2509
2510 2006-12-01 [wwp]        2.6.0cvs76
2511
2512         * src/message_search.c
2513         * src/summary_search.c
2514                 fix more focus issues (don't set focus to combobox's entry widget when
2515                 entry's value changed, if entry widget has focus already).
2516
2517 2006-12-01 [wwp]        2.6.0cvs75
2518
2519         * src/gtk/quicksearch.c
2520                 revert last changes to the quicksearch gtk_combo_box, this needs more
2521                 tuning and testing.
2522
2523 2006-12-01 [paul]       2.6.0cvs74
2524
2525         * tools/kdeservicemenu/README
2526         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2527         * tools/kdeservicemenu/install.sh
2528         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2529         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2530                 simplify this stuff, and in so doing,
2531                 fix it. (possibly re-extend it again at
2532                 a later date)
2533
2534 2006-12-01 [wwp]        2.6.0cvs73
2535
2536         * src/gtk/quicksearch.c
2537                 adapt quicksearch code to use modern gtk_combo_box'es.
2538
2539 2006-12-01 [wwp]        2.6.0cvs72
2540
2541         * src/common/defs.h
2542         * src/prefs_common.c
2543         * src/prefs_common.h
2544         * src/message_search.c
2545         * src/summary_search.c
2546         * src/gtk/combobox.c
2547         * src/gtk/combobox.h
2548                 add history combos to all message and summary search fields.
2549
2550 2006-12-01 [wwp]        2.6.0cvs71
2551
2552         * src/summaryview.c
2553                 As the list may change while the mark as read delay
2554                 runs, we can't rely on the 'row' pointer, which can
2555                 be invalid when the timeout is called. As the mark
2556                 as read is only done if the message is still selected,
2557                 use summaryview->selected instead. Thanks to Colin.
2558
2559 2006-11-30 [paul]       2.6.0cvs70
2560
2561         * src/textview.c
2562                 give emphasis to "Sylpheed-Claws"
2563                 as well as "Claws Mail"
2564
2565 2006-11-30 [colin]      2.6.0cvs69
2566
2567         * src/wizard.c
2568                 Put the SSL checkboxes in the receiving
2569                 and sending server pages.
2570
2571 2006-11-29 [colin]      2.6.0cvs68
2572
2573         * src/gtk/gtkutils.c
2574         * src/gtk/gtkvscrollbutton.c
2575                 Revert some deprecated fixes - they seem to
2576                 deprecate stuff as soon as a new one gets out.
2577                 g_object_ref_sink needed glib-2.10.
2578
2579 2006-11-29 [colin]      2.6.0cvs67
2580
2581         * src/common/utils.c
2582                 Create .mailcap if it doesn't exist
2583
2584 2006-11-29 [colin]      2.6.0cvs66
2585
2586         * src/compose.c
2587                 Followup to cvs60: use original list
2588                 of recipients if replying to a mail
2589                 in Sent Drafts or Queue.
2590
2591 2006-11-27 [paul]       2.6.0cvs65
2592
2593         * src/image_viewer.c
2594                 revert the last change for now (it's broken)
2595
2596 2006-11-27 [paul]       2.6.0cvs64
2597
2598         * Makefile.am
2599         * configure.ac
2600         * m4/aclocal-include.m4
2601         * m4/check-type.m4
2602         * src/Makefile.am
2603         * src/addr_compl.c
2604         * src/compose.c
2605         * src/crash.c
2606         * src/export.c
2607         * src/exporthtml.c
2608         * src/exportldif.c
2609         * src/imap.c
2610         * src/import.c
2611         * src/main.c
2612         * src/main.h
2613         * src/matcher.c
2614         * src/mimeview.c
2615         * src/procmsg.c
2616         * src/textview.c
2617         * src/common/Makefile.am
2618         * src/common/claws.c
2619         * src/common/claws.h
2620         * src/common/ssl.c
2621         * src/common/sylpheed.c
2622         * src/common/sylpheed.h
2623         * src/etpan/Makefile.am
2624         * src/gtk/Makefile.am
2625         * src/gtk/claws-marshal.list
2626         * src/gtk/filesel.c
2627         * src/gtk/gtksctree.c
2628         * src/gtk/quicksearch.c
2629         * src/gtk/sylpheed-marshal.list
2630         * src/plugins/bogofilter/bogofilter.c
2631         * src/plugins/bogofilter/bogofilter_gtk.c
2632         * src/plugins/clamav/clamav_plugin.c
2633         * src/plugins/clamav/clamav_plugin_gtk.c
2634         * src/plugins/demo/demo.c
2635         * src/plugins/dillo_viewer/dillo_viewer.c
2636         * src/plugins/pgpcore/Makefile.am
2637         * src/plugins/pgpcore/claws.def
2638         * src/plugins/pgpcore/pgp_viewer.c
2639         * src/plugins/pgpcore/plugin.c
2640         * src/plugins/pgpcore/sylpheed.def
2641         * src/plugins/pgpinline/Makefile.am
2642         * src/plugins/pgpinline/claws.def
2643         * src/plugins/pgpinline/plugin.c
2644         * src/plugins/pgpinline/sylpheed.def
2645         * src/plugins/pgpmime/Makefile.am
2646         * src/plugins/pgpmime/claws.def
2647         * src/plugins/pgpmime/plugin.c
2648         * src/plugins/pgpmime/sylpheed.def
2649         * src/plugins/spamassassin/spamassassin.c
2650         * src/plugins/spamassassin/spamassassin_gtk.c
2651         * src/plugins/trayicon/trayicon.c
2652                 yet more renaming
2653                 remove deprecated gtk_tooltips_set_delay()
2654
2655 2006-11-26 [paul]       2.6.0cvs63
2656
2657         * src/expldifdlg.c
2658         * src/folderview.c
2659         * src/image_viewer.c
2660         * src/mainwindow.c
2661         * src/gtk/gtkutils.c
2662         * src/gtk/gtkvscrollbutton.c
2663         * src/gtk/prefswindow.c
2664         * src/plugins/pgpcore/prefs_gpg.c
2665                 replace more deprecated GTK+ functions
2666
2667 2006-11-26 [paul]       2.6.0cvs62
2668
2669         * src/addr_compl.c
2670         * src/addressbook.c
2671         * src/browseldap.c
2672                 replace deprecated gtk_idle_... functions
2673
2674 2006-11-26 [paul]       2.6.0cvs61
2675
2676         * src/compose.c
2677         * src/folderview.c
2678         * src/inc.c
2679         * src/summaryview.c
2680         * src/gtk/gtkvscrollbutton.c
2681         * src/gtk/quicksearch.c
2682         * src/plugins/pgpcore/passphrase.c
2683                 replace deprecated gtk_timeout_add and
2684                 gtk_timeout_remove
2685
2686 2006-11-26 [paul]       2.6.0cvs60
2687
2688         * src/compose.c
2689                 fix bug that caused the wrong recipient
2690                 to be selected when replying to a msg
2691                 which is From one of our accounts to
2692                 another of our accounts
2693
2694 2006-11-25 [paul]       2.6.0cvs59
2695
2696         * src/summaryview.c
2697                 don't change the From column title to
2698                 To if the To column is visible
2699
2700 2006-11-24 [paul]       2.6.0cvs58
2701
2702         * src/compose.c
2703                 fix bug 1069, 'Sent mails disappear, BCC
2704                 or locking problem?'
2705
2706 2006-11-21 [wwp]        2.6.0cvs57
2707
2708         * src/compose.c
2709                 fix spelling menu when replying (same as 2.3.1cvs39):
2710                 discrepancy between context menu and top menu when
2711                 folder's dictionary isn't the default one.
2712
2713 2006-11-19 [paul]       2.6.0cvs56
2714
2715         * src/summaryview.c
2716                 obey always_show_msg option when
2717                 marking as spam
2718         * src/plugins/bogofilter/bogofilter.c
2719                 fix typo
2720
2721 2006-11-18 [paul]       2.6.0cvs55
2722
2723         * AUTHORS
2724         * README
2725         * debian/copyright
2726         * manual/ack.xml
2727         * manual/es/ack.xml
2728         * manual/fr/ack.xml
2729         * manual/pl/ack.xml
2730         * src/gtk/authors.h
2731         * src/gtk/icon_legend.c
2732         * src/gtk/icon_legend.h
2733         * tools/OOo2claws-mail.pl
2734         * tools/README
2735         * tools/acroread2claws-mail.pl
2736         * tools/claws.i18n.status.pl
2737         * tools/filter_conv.pl
2738         * tools/filter_conv_new.pl
2739         * tools/freshmeat_search.pl
2740         * tools/google_search.pl
2741         * tools/kmail2claws-mail.pl
2742         * tools/kmail2claws-mail_v2.pl
2743         * tools/maildir2claws-mail.pl
2744         * tools/make.themes.project
2745         * tools/multiwebsearch.pl
2746         * tools/outlook2claws-mail.pl
2747         * tools/tb2claws-mail
2748         * tools/kdeservicemenu/README
2749         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2750                 update mine and wwp's email addresses in
2751                 several places
2752                 Patch by wwp
2753         * src/prefs_compose_writing.c
2754                 set sensitivity on 'new message format' frame
2755
2756 2006-11-17 [paul]       2.6.0cvs54
2757
2758         * src/gtk/about.c
2759                 more reworking of the GUI
2760                 Patch by Fabien Vantard
2761
2762 2006-11-16 [paul]       2.6.0cvs53
2763
2764         * src/gtk/about.c
2765                 set a minimum size for the window, allow
2766                 it to automatically expand as necessary
2767
2768 2006-11-16 [wwp]        2.6.0cvs52
2769
2770         * src/gtk/about.c
2771                 better wrap of copyright info on some systems.
2772
2773 2006-11-16 [paul]       2.6.0cvs51
2774
2775         * src/gtk/about.c
2776                 move the tech info from the upper panel
2777                 to the Info tab
2778                 use a gtk_text_view for the features tab
2779
2780 2006-11-16 [paul]       2.6.0cvs50
2781
2782         * po/Makevars
2783                 update my email address
2784         * src/addressbook.c
2785         * src/compose.c
2786         * src/imap_gtk.c
2787         * src/mh_gtk.c
2788         * src/news_gtk.c
2789         * src/summaryview.c
2790         * src/plugins/trayicon/trayicon.c
2791                 don't offer simple menu separators
2792                 for translation
2793         * src/folderview.c
2794                 add separator between 'mark all read'
2795                 and 'search folder'
2796
2797 2006-11-15 [wwp]        2.6.0cvs49
2798
2799         * src/gtk/authors.h
2800                 updated manuals authors.
2801
2802 2006-11-14 [paul]       2.6.0cvs48
2803
2804         * src/compose.c
2805                 Fix Options/Reply mode after draft save
2806
2807 2006-11-14 [paul]       2.6.0cvs47
2808
2809         * src/Makefile.am
2810                 Fix make DESTDIR=...
2811         * src/mbox.c
2812                 Optimise speed
2813         * src/plugins/pgpinline/pgpinline.c
2814                 Probably fix bug 1061
2815
2816 2006-11-14 [paul]       2.6.0cvs46
2817
2818         * po/Makevars
2819                 enable Q_ macro
2820         * src/Makefile.am
2821         * src/stock_pixmap.c
2822         * src/stock_pixmap.h
2823         * src/gtk/about.c
2824         * src/pixmaps/active.xpm
2825         * src/pixmaps/inactive.xpm
2826                 add a new page, 'Features', to the About dialog
2827                 showing which features are compiled in and which
2828                 are not
2829
2830 2006-11-14 [paul]       2.6.0cvs45
2831
2832         * po/ru.po
2833                 updated by Pavlo Bohmat
2834
2835 2006-11-14 [colin]      2.6.0cvs44
2836
2837         * src/compose.c
2838         * src/inc.c
2839         * src/messageview.c
2840         * src/news.c
2841         * src/pop.c
2842         * src/procmsg.c
2843         * src/gtk/gtkaspell.c
2844                 Fix 64-bit-related warnings
2845         * src/ssl_manager.c
2846                 Fix possible infinite loop
2847         * src/plugins/pgpcore/sgpgme.c
2848                 Remove useless check
2849
2850 2006-11-13 [colin]      2.6.0cvs43
2851
2852         * src/gtk/Makefile.am
2853                 authors.h isn't generated
2854
2855 2006-11-13 [colin]      2.6.0cvs42
2856
2857         * src/plugins/pgpinline/pgpinline.c
2858         * src/plugins/pgpmime/pgpmime.c
2859                 Very probably fix bug 1061, 'crash on 
2860                 opening signed email'. Another cast
2861                 problem
2862
2863 2006-11-13 [colin]      2.6.0cvs41
2864
2865         * src/plugins/pgpcore/sgpgme.c
2866                 Maybe fix bug 1061, 'crash on opening 
2867                 signed email'
2868
2869 2006-11-13 [wwp]        2.6.0cvs40
2870
2871         * src/plugins/pgpinline/pgpinline.c
2872                 fix candidate for bug #1057, thanks to Colin.
2873
2874 2006-11-13 [wwp]        2.6.0cvs39
2875
2876         * src/compose.c
2877         * src/quote_fmt_parse.y
2878                 fix bug 1052: current parser buffer was not always 
2879                 allocated, ptr to this buffer could be returned as 
2880                 NULL whereas no parser error has occurred. in 
2881                 consequence, defining a template body as "%d" 
2882                 (w/o the quotes) for the first time of the instance 
2883                 of claws-mail, was reporting a parser error. make 
2884                 sure that the buffer is always allocated, even to 
2885                 an empty string.
2886                 fix mis-unescaping in compose.:compose_quote_fmt(): 
2887                 unescaping of the fmt string was always done 
2888                 whereas it must be done *only* when receiving 
2889                 quote format strings issued from the prefs 
2890                 (compose new message, reply, forward, redirect 
2891                 formats), *not* when applying templates.  in 
2892                 consequences, applying templates w/ sequences 
2893                 like \\|p{echo} were failing. make sure that 
2894                 unescaping is done only when necessary.
2895
2896 2006-11-12 [colin]      2.6.0cvs38
2897
2898         * po/de.po
2899                 Fix typo (s/KB/MB)
2900
2901 2006-11-12 [colin]      2.6.0cvs37
2902
2903         * src/plugins/pgpinline/pgpinline.c
2904         * src/plugins/pgpmime/pgpmime.c
2905                 Release GPG context at the latest 
2906                 possible moment. Maybe fixes 
2907                 bug 1057, 'crash on sending signed 
2908                 message to a newsgroup'
2909                 
2910
2911 2006-11-12 [colin]      2.6.0cvs36
2912
2913         * src/plugins/pgpcore/sgpgme.c
2914                 Tell a bit more when gpg's status doesn't
2915                 contain any signature
2916
2917 2006-11-12 [colin]      2.6.0cvs35
2918
2919         * src/compose.c
2920                 Fix bug 1060, 'compilation error with 
2921                 Irix's cc'
2922
2923 2006-11-12 [paul]       2.6.0cvs34
2924
2925         * doc/man/claws-mail.1
2926         * src/prefs_gtk.c
2927         * src/plugins/clamav/README
2928         * src/plugins/spamassassin/README
2929         * tools/README
2930         * tools/freshmeat_search.pl
2931         * tools/google_search.pl
2932         * tools/multiwebsearch.pl
2933                 more renaming
2934         * src/plugins/trayicon/trayicon.c
2935                 fix compiliation warning
2936
2937 2006-11-11 [colin]      2.6.0cvs33
2938
2939         * src/folderview.c
2940                 Forbid drag and drop from/to different
2941                 folders of type F_UNKNOWN
2942
2943 2006-11-11 [colin]      2.6.0cvs32
2944
2945         * src/plugins/pgpinline/pgpinline.c
2946                 Fix typo in previous commit:
2947                 - gpgme_new(&ctx);
2948                 + if ((err = gpgme_new(&data->ctx)) ...)
2949
2950 2006-11-11 [colin]      2.6.0cvs31
2951
2952         * src/plugins/pgpinline/pgpinline.c
2953         * src/plugins/pgpmime/pgpmime.c
2954                 Check success after calling gpgme_new
2955                 Maybe fixes bug 1057, 'crash on sending 
2956                 signed message to a newsgroup'
2957
2958 2006-11-11 [colin]      2.6.0cvs30
2959
2960         * src/undo.c
2961                 init undostruct to 0s (from
2962                 valgrind log of bug 1057)
2963
2964 2006-11-10 [colin]      2.6.0cvs29
2965
2966         * src/mainwindow.c
2967                 Set cursor to wait before filtering
2968                 duplicates in all folders
2969         * src/plugins/bogofilter/bogofilter.c
2970         * src/plugins/bogofilter/bogofilter.h
2971         * src/plugins/bogofilter/bogofilter_gtk.c
2972                 Completely thread away the bogofilter
2973                 filtering
2974
2975 2006-11-10 [mones]      2.6.0cvs28
2976
2977         * src/compose.c
2978         * src/compose.h
2979                 added COMPOSE_CHECK_BEFORE_SEND hook
2980
2981 2006-11-10 [paul]       2.6.0cvs27
2982
2983         * src/crash.c
2984                 more renaming
2985                 add libSM to get_compiled_in_features()
2986         * src/main.c
2987                 more renaming
2988
2989 2006-11-10 [colin]      2.6.0cvs26
2990
2991         * src/etpan/imap-thread.c
2992                 Add a reference to libetpan's sasl engine
2993                 so that sasl_done() doesn't get called by
2994                 libetpan, and doesn't break openssl.
2995                 Should fix bug 1053, 'SC fails to reestablish 
2996                 a secure connection'
2997                 Patch by Hoa
2998
2999 2006-11-10 [colin]      2.6.0cvs25
3000
3001         * manual/addrbook.xml
3002         * manual/advanced.xml
3003         * manual/faq.xml
3004         * manual/intro.xml
3005                 Some more renaming
3006
3007 2006-11-09 [colin]      2.6.0cvs24
3008
3009         * src/plugins/bogofilter/bogofilter_gtk.c
3010                 Add comment about annoyance
3011
3012 2006-11-09 [colin]      2.6.0cvs23
3013
3014         * src/plugins/bogofilter/bogofilter.c
3015         * src/plugins/bogofilter/bogofilter_gtk.c
3016                 Prepare things needed to thread bogofilter
3017                 filtering: separate bogo stuff and possible GUI
3018                 stuff. 
3019
3020 2006-11-09 [colin]      2.6.0cvs22
3021
3022         * src/account.c
3023         * src/compose.c
3024                 Search for one of our accounts in Delivered-To
3025                 (helps for auto-account selection when 
3026                  replying/forwarding)
3027         * src/folderview.c
3028         * src/mainwindow.c
3029         * src/mainwindow.h
3030         * src/plugins/trayicon/trayicon.c
3031                 Allow opening a new mail with any account from
3032                 the contextual menu
3033
3034 2006-11-09 [wwp]        2.6.0cvs21
3035
3036         * src/compose.c
3037         * src/prefs_common.c
3038         * src/prefs_common.h
3039         * src/prefs_compose_writing.c
3040                 add a compose new message format (in prefs/compose/writing), it's a
3041                 simple subject+body template to use when opening a new composition
3042                 window. It's similar to the existent reply and forward formats.
3043
3044                 enhanced the template/format % symbols substitution mechanism to
3045                 use current composition window information when % are used in
3046                 the compose new message format or in templates applied to new
3047                 messages (there were useless in that situations before). When
3048                 applied to new messages, %d corresponds to the system time/date.
3049
3050 2006-11-09 [paul]       2.6.0cvs20
3051
3052         * src/gtk/authors.h
3053                 fix last commit
3054
3055 2006-11-09 [paul]       2.6.0cvs19
3056
3057         * src/gtk/authors.h
3058                 keep tje alphabetical order
3059
3060 2006-11-08 [colin]      2.6.0cvs18
3061
3062         * src/etpan/imap-thread.c
3063                 Fix bug 1054, 'Slowness logging big 
3064                 data chunks'
3065
3066 2006-11-08 [paul]       2.6.0cvs17
3067
3068         * tools/Makefile.am
3069                 fix the renaming
3070
3071 2006-11-08 [paul]       2.6.0cvs16
3072
3073         * src/common/defs.h
3074                 update BUGZILLA_URI
3075
3076 2006-11-08 [paul]       2.6.0cvs15
3077
3078         * tools/Makefile.am
3079         * tools/OOo2claws-mail.pl
3080         * tools/OOo2sylpheed.pl
3081         * tools/README
3082         * tools/acroread2claws-mail.pl
3083         * tools/acroread2sylpheed.pl
3084         * tools/kmail2claws-mail.pl
3085         * tools/kmail2claws-mail_v2.pl
3086         * tools/kmail2sylpheed.pl
3087         * tools/kmail2sylpheed_v2.pl
3088         * tools/maildir2claws-mail.pl
3089         * tools/maildir2sylpheed.pl
3090         * tools/nautilus2claws-mail.sh
3091         * tools/nautilus2sylpheed.sh
3092         * tools/outlook2claws-mail.pl
3093         * tools/outlook2sylpheed.pl
3094         * tools/tb2claws-mail
3095         * tools/tb2sylpheed
3096         * tools/tbird2claws.py
3097         * tools/tbird2syl.py
3098         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3099         * tools/kdeservicemenu/install.sh
3100         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3101         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3102         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3103         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3104         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3105                 renamed (removed, added) tools files
3106
3107 2006-11-08 [paul]       2.6.0cvs14
3108
3109         * src/main.c
3110         * src/common/defs.h
3111                 Migrate sylpheedrc to clawsrc, and fix the standard
3112                 plugins path in the process
3113
3114 2006-11-07 [colin]      2.6.0cvs13
3115
3116         * src/Makefile.am
3117                 Symlink sylpheed-claws relative to 
3118                 claws-mail
3119
3120 2006-11-07 [colin]      2.6.0cvs12
3121
3122         * src/compose.c
3123                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3124
3125 2006-11-07 [paul]       2.6.0cvs11
3126
3127         * src/gtk/about.c
3128                 Fix a missed occurence of
3129                 Sylpheed-Claws
3130
3131 2006-11-07 [paul]       2.6.0cvs10
3132
3133         * src/Makefile.am
3134                 Fix symlink installation
3135
3136 2006-11-07 [paul]       2.6.0cvs9
3137
3138         * src/Makefile.am
3139                 Symlink claws-mail to sylpheed-claws
3140         * src/common/utils.c
3141                 Fix migrating symlinks
3142         * src/etpan/imap-thread.c
3143                 check certificate only when there's
3144                 no error
3145
3146 2006-11-07 [paul]       2.6.0cvs8
3147
3148         * Makefile.am
3149                 Fix icon breakages with Gtk, which needs a 
3150                 cache updated to see them.
3151
3152 2006-11-07 [paul]       2.6.0cvs7
3153
3154         * .cvsignore
3155         * AUTHORS
3156         * COPYING
3157         * INSTALL
3158         * Makefile.am
3159         * NEWS
3160         * README
3161         * RELEASE_NOTES
3162         * autogen.sh
3163         * claws-mail-128x128.png
3164         * claws-mail-64x64.png
3165         * claws-mail.ico
3166         * claws-mail.pc.in
3167         * claws-mail.png
3168         * configure.ac
3169         * sylpheed-claws-128x128.png
3170         * sylpheed-claws-64x64.png
3171         * sylpheed-claws.desktop
3172         * sylpheed-claws.ico
3173         * sylpheed-claws.pc.in
3174         * sylpheed-claws.png
3175         * debian/README.Debian
3176         * debian/changelog
3177         * debian/claws-mail.desktop
3178         * debian/claws-mail.menu
3179         * debian/claws-mail.postinst.debhelper
3180         * debian/claws-mail.postrm.debhelper
3181         * debian/control
3182         * debian/copyright
3183         * debian/files
3184         * debian/rules
3185         * debian/sylpheed-claws.desktop
3186         * debian/sylpheed-claws.menu
3187         * debian/sylpheed-claws.postinst.debhelper
3188         * debian/sylpheed-claws.postrm.debhelper
3189         * doc/man/Makefile.am
3190         * doc/man/claws-mail.1
3191         * doc/man/sylpheed-claws.1
3192         * doc/src/ChangeLog.claws-pre0.8.0
3193         * manual/Makefile.am
3194         * manual/account.xml
3195         * manual/ack.xml
3196         * manual/addrbook.xml
3197         * manual/advanced.xml
3198         * manual/claws-mail-manual.xml
3199         * manual/faq.xml
3200         * manual/glossary.xml
3201         * manual/handling.xml
3202         * manual/intro.xml
3203         * manual/keyboard.xml
3204         * manual/plugins.xml
3205         * manual/starting.xml
3206         * manual/sylpheed-claws-manual.xml
3207         * manual/xml2pdf
3208         * manual/dist/.cvsignore
3209         * manual/dist/html/.cvsignore
3210         * manual/dist/html/Makefile.am
3211         * manual/dist/pdf/.cvsignore
3212         * manual/dist/pdf/Makefile.am
3213         * manual/dist/ps/.cvsignore
3214         * manual/dist/ps/Makefile.am
3215         * manual/dist/txt/.cvsignore
3216         * manual/dist/txt/Makefile.am
3217         * manual/es/Makefile.am
3218         * manual/es/advanced.xml
3219         * manual/es/claws-mail-manual.xml
3220         * manual/es/faq.xml
3221         * manual/es/glossary.xml
3222         * manual/es/handling.xml
3223         * manual/es/intro.xml
3224         * manual/es/plugins.xml
3225         * manual/es/sylpheed-claws-manual.xml
3226         * manual/es/dist/.cvsignore
3227         * manual/es/dist/html/.cvsignore
3228         * manual/es/dist/html/Makefile.am
3229         * manual/es/dist/pdf/.cvsignore
3230         * manual/es/dist/pdf/Makefile.am
3231         * manual/es/dist/ps/.cvsignore
3232         * manual/es/dist/ps/Makefile.am
3233         * manual/es/dist/txt/.cvsignore
3234         * manual/es/dist/txt/Makefile.am
3235         * manual/fr/Makefile.am
3236         * manual/fr/account.xml
3237         * manual/fr/ack.xml
3238         * manual/fr/addrbook.xml
3239         * manual/fr/advanced.xml
3240         * manual/fr/claws-mail-manual.xml
3241         * manual/fr/faq.xml
3242         * manual/fr/glossary.xml
3243         * manual/fr/handling.xml
3244         * manual/fr/intro.xml
3245         * manual/fr/keyboard.xml
3246         * manual/fr/plugins.xml
3247         * manual/fr/starting.xml
3248         * manual/fr/sylpheed-claws-manual.xml
3249         * manual/fr/dist/.cvsignore
3250         * manual/fr/dist/html/.cvsignore
3251         * manual/fr/dist/html/Makefile.am
3252         * manual/fr/dist/pdf/.cvsignore
3253         * manual/fr/dist/pdf/Makefile.am
3254         * manual/fr/dist/ps/.cvsignore
3255         * manual/fr/dist/ps/Makefile.am
3256         * manual/fr/dist/txt/.cvsignore
3257         * manual/fr/dist/txt/Makefile.am
3258         * manual/pl/Makefile.am
3259         * manual/pl/account.xml
3260         * manual/pl/ack.xml
3261         * manual/pl/addrbook.xml
3262         * manual/pl/advanced.xml
3263         * manual/pl/claws-mail-manual.xml
3264         * manual/pl/faq.xml
3265         * manual/pl/glossary.xml
3266         * manual/pl/handling.xml
3267         * manual/pl/intro.xml
3268         * manual/pl/keyboard.xml
3269         * manual/pl/plugins.xml
3270         * manual/pl/starting.xml
3271         * manual/pl/sylpheed-claws-manual.xml
3272         * manual/pl/dist/.cvsignore
3273         * manual/pl/dist/html/.cvsignore
3274         * manual/pl/dist/html/Makefile.am
3275         * manual/pl/dist/pdf/.cvsignore
3276         * manual/pl/dist/pdf/Makefile.am
3277         * manual/pl/dist/ps/.cvsignore
3278         * manual/pl/dist/ps/Makefile.am
3279         * manual/pl/dist/txt/.cvsignore
3280         * manual/pl/dist/txt/Makefile.am
3281         * po/.cvsignore
3282         * po/Makevars
3283         * src/.cvsignore
3284         * src/Makefile.am
3285         * src/account.c
3286         * src/account.h
3287         * src/action.c
3288         * src/action.h
3289         * src/adbookbase.h
3290         * src/addr_compl.c
3291         * src/addr_compl.h
3292         * src/addrbook.c
3293         * src/addrcache.c
3294         * src/addrcache.h
3295         * src/addrcindex.c
3296         * src/addrcindex.h
3297         * src/addrclip.c
3298         * src/addrclip.h
3299         * src/addrdefs.h
3300         * src/addressadd.c
3301         * src/addressadd.h
3302         * src/addressbook.c
3303         * src/addressbook.h
3304         * src/addressbook_foldersel.c
3305         * src/addressbook_foldersel.h
3306         * src/addrgather.c
3307         * src/addrgather.h
3308         * src/addrharvest.c
3309         * src/addrharvest.h
3310         * src/addrindex.c
3311         * src/addrindex.h
3312         * src/addritem.c
3313         * src/addritem.h
3314         * src/addrquery.c
3315         * src/addrquery.h
3316         * src/addrselect.c
3317         * src/addrselect.h
3318         * src/alertpanel.c
3319         * src/alertpanel.h
3320         * src/browseldap.c
3321         * src/browseldap.h
3322         * src/codeconv.c
3323         * src/codeconv.h
3324         * src/compose.c
3325         * src/crash.c
3326         * src/crash.h
3327         * src/customheader.c
3328         * src/customheader.h
3329         * src/displayheader.c
3330         * src/displayheader.h
3331         * src/editaddress.c
3332         * src/editaddress.h
3333         * src/editbook.c
3334         * src/editbook.h
3335         * src/editgroup.c
3336         * src/editgroup.h
3337         * src/editjpilot.c
3338         * src/editjpilot.h
3339         * src/editldap.c
3340         * src/editldap.h
3341         * src/editldap_basedn.c
3342         * src/editldap_basedn.h
3343         * src/editvcard.c
3344         * src/editvcard.h
3345         * src/exphtmldlg.c
3346         * src/exphtmldlg.h
3347         * src/expldifdlg.c
3348         * src/expldifdlg.h
3349         * src/export.c
3350         * src/exporthtml.c
3351         * src/exporthtml.h
3352         * src/exportldif.c
3353         * src/exportldif.h
3354         * src/filtering.c
3355         * src/filtering.h
3356         * src/folder.c
3357         * src/folder.h
3358         * src/folder_item_prefs.c
3359         * src/folder_item_prefs.h
3360         * src/foldersel.c
3361         * src/foldersel.h
3362         * src/folderutils.c
3363         * src/folderutils.h
3364         * src/folderview.c
3365         * src/folderview.h
3366         * src/grouplistdialog.c
3367         * src/grouplistdialog.h
3368         * src/html.c
3369         * src/html.h
3370         * src/image_viewer.c
3371         * src/image_viewer.h
3372         * src/imap.c
3373         * src/imap.h
3374         * src/imap_gtk.c
3375         * src/imap_gtk.h
3376         * src/import.c
3377         * src/import.h
3378         * src/importldif.c
3379         * src/importldif.h
3380         * src/importmutt.c
3381         * src/importmutt.h
3382         * src/importpine.c
3383         * src/importpine.h
3384         * src/inc.c
3385         * src/inc.h
3386         * src/jpilot.c
3387         * src/jpilot.h
3388         * src/ldapctrl.c
3389         * src/ldapctrl.h
3390         * src/ldaplocate.c
3391         * src/ldaplocate.h
3392         * src/ldapquery.c
3393         * src/ldapquery.h
3394         * src/ldapserver.c
3395         * src/ldapserver.h
3396         * src/ldaputil.c
3397         * src/ldaputil.h
3398         * src/ldif.c
3399         * src/ldif.h
3400         * src/localfolder.c
3401         * src/localfolder.h
3402         * src/main.c
3403         * src/main.h
3404         * src/mainwindow.c
3405         * src/mainwindow.h
3406         * src/manual.c
3407         * src/manual.h
3408         * src/matcher.c
3409         * src/matcher.h
3410         * src/matcher_parser.h
3411         * src/matcher_parser_lex.l
3412         * src/matcher_parser_parse.y
3413         * src/mbox.c
3414         * src/mbox.h
3415         * src/message_search.c
3416         * src/message_search.h
3417         * src/messageview.c
3418         * src/messageview.h
3419         * src/mh.c
3420         * src/mh.h
3421         * src/mh_gtk.c
3422         * src/mh_gtk.h
3423         * src/mimeview.c
3424         * src/mimeview.h
3425         * src/msgcache.c
3426         * src/msgcache.h
3427         * src/mutt.c
3428         * src/mutt.h
3429         * src/news.c
3430         * src/news.h
3431         * src/news_gtk.c
3432         * src/news_gtk.h
3433         * src/noticeview.c
3434         * src/noticeview.h
3435         * src/partial_download.c
3436         * src/partial_download.h
3437         * src/pine.c
3438         * src/pine.h
3439         * src/pop.c
3440         * src/pop.h
3441         * src/prefs_account.c
3442         * src/prefs_account.h
3443         * src/prefs_actions.c
3444         * src/prefs_actions.h
3445         * src/prefs_common.c
3446         * src/prefs_common.h
3447         * src/prefs_compose_writing.c
3448         * src/prefs_compose_writing.h
3449         * src/prefs_customheader.c
3450         * src/prefs_customheader.h
3451         * src/prefs_display_header.c
3452         * src/prefs_display_header.h
3453         * src/prefs_ext_prog.c
3454         * src/prefs_ext_prog.h
3455         * src/prefs_filtering.c
3456         * src/prefs_folder_column.c
3457         * src/prefs_folder_column.h
3458         * src/prefs_folder_item.c
3459         * src/prefs_folder_item.h
3460         * src/prefs_fonts.c
3461         * src/prefs_fonts.h
3462         * src/prefs_gtk.c
3463         * src/prefs_gtk.h
3464         * src/prefs_image_viewer.c
3465         * src/prefs_image_viewer.h
3466         * src/prefs_matcher.c
3467         * src/prefs_matcher.h
3468         * src/prefs_message.c
3469         * src/prefs_message.h
3470         * src/prefs_msg_colors.c
3471         * src/prefs_msg_colors.h
3472         * src/prefs_other.c
3473         * src/prefs_other.h
3474         * src/prefs_quote.c
3475         * src/prefs_quote.h
3476         * src/prefs_receive.c
3477         * src/prefs_receive.h
3478         * src/prefs_send.c
3479         * src/prefs_send.h
3480         * src/prefs_spelling.c
3481         * src/prefs_spelling.h
3482         * src/prefs_summaries.c
3483         * src/prefs_summaries.h
3484         * src/prefs_summary_column.c
3485         * src/prefs_summary_column.h
3486         * src/prefs_template.c
3487         * src/prefs_template.h
3488         * src/prefs_themes.c
3489         * src/prefs_themes.h
3490         * src/prefs_toolbar.c
3491         * src/prefs_toolbar.h
3492         * src/prefs_wrapping.c
3493         * src/prefs_wrapping.h
3494         * src/privacy.c
3495         * src/privacy.h
3496         * src/procheader.c
3497         * src/procheader.h
3498         * src/procmime.c
3499         * src/procmime.h
3500         * src/procmsg.c
3501         * src/procmsg.h
3502         * src/quote_fmt.c
3503         * src/quote_fmt_parse.y
3504         * src/recv.c
3505         * src/recv.h
3506         * src/remotefolder.c
3507         * src/remotefolder.h
3508         * src/send_message.c
3509         * src/send_message.h
3510         * src/setup.c
3511         * src/setup.h
3512         * src/sourcewindow.c
3513         * src/sourcewindow.h
3514         * src/ssl_manager.c
3515         * src/ssl_manager.h
3516         * src/statusbar.c
3517         * src/statusbar.h
3518         * src/stock_pixmap.c
3519         * src/stock_pixmap.h
3520         * src/summary_search.c
3521         * src/summary_search.h
3522         * src/summaryview.c
3523         * src/summaryview.h
3524         * src/syldap.c
3525         * src/syldap.h
3526         * src/textview.c
3527         * src/textview.h
3528         * src/toolbar.c
3529         * src/toolbar.h
3530         * src/undo.c
3531         * src/undo.h
3532         * src/unmime.c
3533         * src/unmime.h
3534         * src/vcard.c
3535         * src/vcard.h
3536         * src/wizard.c
3537         * src/wizard.h
3538         * src/common/base64.c
3539         * src/common/base64.h
3540         * src/common/defs.h
3541         * src/common/hooks.c
3542         * src/common/hooks.h
3543         * src/common/log.c
3544         * src/common/log.h
3545         * src/common/mgutils.c
3546         * src/common/mgutils.h
3547         * src/common/nntp.c
3548         * src/common/nntp.h
3549         * src/common/passcrypt.c
3550         * src/common/passcrypt.h.in
3551         * src/common/plugin.c
3552         * src/common/plugin.h
3553         * src/common/prefs.c
3554         * src/common/prefs.h
3555         * src/common/progressindicator.c
3556         * src/common/progressindicator.h
3557         * src/common/quoted-printable.c
3558         * src/common/quoted-printable.h
3559         * src/common/session.c
3560         * src/common/session.h
3561         * src/common/smtp.c
3562         * src/common/smtp.h
3563         * src/common/socket.c
3564         * src/common/socket.h
3565         * src/common/ssl.c
3566         * src/common/ssl.h
3567         * src/common/stringtable.c
3568         * src/common/stringtable.h
3569         * src/common/sylpheed.c
3570         * src/common/sylpheed.h
3571         * src/common/template.c
3572         * src/common/template.h
3573         * src/common/timing.h
3574         * src/common/utils.c
3575         * src/common/utils.h
3576         * src/common/version.h.in
3577         * src/common/xml.c
3578         * src/common/xml.h
3579         * src/common/xmlprops.c
3580         * src/common/xmlprops.h
3581         * src/gtk/about.c
3582         * src/gtk/colorlabel.c
3583         * src/gtk/colorlabel.h
3584         * src/gtk/colorsel.c
3585         * src/gtk/colorsel.h
3586         * src/gtk/combobox.c
3587         * src/gtk/combobox.h
3588         * src/gtk/description_window.c
3589         * src/gtk/description_window.h
3590         * src/gtk/filesel.c
3591         * src/gtk/filesel.h
3592         * src/gtk/foldersort.c
3593         * src/gtk/foldersort.h
3594         * src/gtk/gtkaspell.c
3595         * src/gtk/gtkaspell.h
3596         * src/gtk/gtksctree.c
3597         * src/gtk/gtkshruler.c
3598         * src/gtk/gtkshruler.h
3599         * src/gtk/gtkutils.c
3600         * src/gtk/gtkutils.h
3601         * src/gtk/icon_legend.c
3602         * src/gtk/icon_legend.h
3603         * src/gtk/logwindow.c
3604         * src/gtk/logwindow.h
3605         * src/gtk/manage_window.c
3606         * src/gtk/manage_window.h
3607         * src/gtk/pluginwindow.c
3608         * src/gtk/pluginwindow.h
3609         * src/gtk/prefswindow.c
3610         * src/gtk/prefswindow.h
3611         * src/gtk/quicksearch.c
3612         * src/gtk/quicksearch.h
3613         * src/pixmaps/claws-mail.xpm
3614         * src/pixmaps/claws-mail_icon.xpm
3615         * src/pixmaps/claws-mail_logo.xpm
3616         * src/pixmaps/sylpheed-claws.xpm
3617         * src/pixmaps/sylpheed-claws_icon.xpm
3618         * src/pixmaps/sylpheed-claws_logo.xpm
3619         * src/plugins/bogofilter/Makefile.am
3620         * src/plugins/bogofilter/bogofilter.c
3621         * src/plugins/bogofilter/bogofilter.h
3622         * src/plugins/bogofilter/bogofilter_gtk.c
3623         * src/plugins/clamav/Makefile.am
3624         * src/plugins/clamav/clamav_plugin.c
3625         * src/plugins/clamav/clamav_plugin.h
3626         * src/plugins/clamav/clamav_plugin_gtk.c
3627         * src/plugins/demo/Makefile.am
3628         * src/plugins/demo/demo.c
3629         * src/plugins/dillo_viewer/Makefile.am
3630         * src/plugins/dillo_viewer/README
3631         * src/plugins/dillo_viewer/dillo_prefs.c
3632         * src/plugins/dillo_viewer/dillo_prefs.h
3633         * src/plugins/dillo_viewer/dillo_viewer.c
3634         * src/plugins/pgpcore/Makefile.am
3635         * src/plugins/pgpcore/passphrase.c
3636         * src/plugins/pgpcore/passphrase.h
3637         * src/plugins/pgpcore/pgp_viewer.c
3638         * src/plugins/pgpcore/pgp_viewer.h
3639         * src/plugins/pgpcore/plugin.c
3640         * src/plugins/pgpcore/prefs_gpg.c
3641         * src/plugins/pgpcore/prefs_gpg.h
3642         * src/plugins/pgpcore/select-keys.c
3643         * src/plugins/pgpcore/select-keys.h
3644         * src/plugins/pgpcore/sgpgme.c
3645         * src/plugins/pgpcore/sgpgme.h
3646         * src/plugins/pgpcore/sylpheed.def
3647         * src/plugins/pgpcore/version.rc
3648         * src/plugins/pgpinline/Makefile.am
3649         * src/plugins/pgpinline/pgpinline.c
3650         * src/plugins/pgpinline/pgpinline.h
3651         * src/plugins/pgpinline/plugin.c
3652         * src/plugins/pgpinline/sylpheed.def
3653         * src/plugins/pgpinline/version.rc
3654         * src/plugins/pgpmime/Makefile.am
3655         * src/plugins/pgpmime/pgpmime.c
3656         * src/plugins/pgpmime/pgpmime.h
3657         * src/plugins/pgpmime/plugin.c
3658         * src/plugins/pgpmime/sylpheed.def
3659         * src/plugins/pgpmime/version.rc
3660         * src/plugins/spamassassin/Makefile.am
3661         * src/plugins/spamassassin/README
3662         * src/plugins/spamassassin/spamassassin.c
3663         * src/plugins/spamassassin/spamassassin.h
3664         * src/plugins/spamassassin/spamassassin_gtk.c
3665         * src/plugins/trayicon/Makefile.am
3666         * src/plugins/trayicon/trayicon.c
3667         * tools/OOo2sylpheed.pl
3668         * tools/README
3669         * tools/README.sylprint
3670         * tools/acroread2sylpheed.pl
3671         * tools/claws.i18n.status.pl
3672         * tools/filter_conv.pl
3673         * tools/filter_conv_new.pl
3674         * tools/freshmeat_search.pl
3675         * tools/google_search.pl
3676         * tools/kmail2sylpheed.pl
3677         * tools/kmail2sylpheed_v2.pl
3678         * tools/make.themes.project
3679         * tools/multiwebsearch.pl
3680         * tools/nautilus2sylpheed.sh
3681         * tools/outlook2sylpheed.pl
3682         * tools/sylprint.pl
3683         * tools/sylprint.rc
3684         * tools/tb2sylpheed
3685         * tools/textviewer.sh
3686         * tools/vcard2xml.py
3687         * tools/kdeservicemenu/README
3688         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3689         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3690         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3691                 Change name to Claws Mail. Announce to follow...
3692
3693 2006-11-06 [wwp]        2.6.0cvs6
3694
3695         * src/prefs_template.c
3696                 unify messages related to quote format/template errors (fix
3697                 capitalization), again.
3698
3699 2006-11-06 [wwp]        2.6.0cvs5
3700
3701         * src/prefs_quote.c
3702                 unify messages related to quote format/template errors.
3703
3704 2006-11-06 [wwp]        2.6.0cvs4
3705
3706         * src/prefs_msg_colors.c
3707                 more uses of Q_ macro for contextual translations, thanks
3708                 to Fabien (fzzzzz).
3709
3710 2006-11-06 [wwp]        2.6.0cvs3
3711
3712         * src/compose.c
3713         * src/common/utils.c
3714         * src/common/utils.h
3715                 show an alertpanel to make sure users are aware that sensitive
3716                 files are attached (it's file blacklist-based). This will fix
3717                 interaction w/ GoogleEarth for instance, thanks to Colin.
3718
3719 2006-11-06 [wwp]        2.6.0cvs2
3720
3721         * src/prefs_quote.c
3722         * src/prefs_template.c
3723         * src/prefs_template.h
3724                 check quote format when applying/closing prefs. For now this only
3725                 shows up an error dialog box, not preventing the user from using
3726                 a broken quote (reply, forwards) format.
3727
3728 2006-11-06 [wwp]        2.6.0cvs1
3729
3730         * src/prefs_template.c
3731                 fix missing checks of some template fields.
3732
3733 2006-11-06 [paul]       2.6.0
3734
3735         * NEWS
3736         * README
3737         * RELEASE_NOTES
3738                 2.6.0 released
3739
3740 2006-11-06 [paul]       2.5.6cvs22
3741
3742         * manual/advanced.xml
3743         * manual/es/advanced.xml
3744                 put 'respect_flowed_format' info in the correct
3745                 place
3746
3747 2006-11-06 [mones]      2.5.6cvs21
3748
3749         * po/es.po
3750                 Minor fixes for release
3751
3752 2006-11-06 [paul]       2.5.6cvs20
3753
3754         * po/cs.po
3755         * po/de.po
3756         * po/fr.po
3757         * po/it.po
3758         * po/nl.po
3759         * po/pt_BR.po
3760         * po/sk.po
3761         * po/sv.po
3762         * po/zh_CN.po
3763                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3764                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3765                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3766                 Young
3767
3768 2006-11-02 [colin]      2.5.6cvs19
3769
3770         * src/imap.c
3771         * src/imap.h
3772         * src/prefs_account.c
3773         * src/etpan/imap-thread.c
3774                 Add GSSAPI support - fixes Debian bug #383274
3775
3776 2006-11-01 [colin]      2.5.6cvs18
3777
3778         * src/jpilot.c
3779                 Handle libpisock12 support. Probably
3780                 fixes bug 1046, 'jpilot AddressDB.pdb 
3781                 import fail'
3782
3783 2006-11-01 [colin]      2.5.6cvs17
3784
3785         * src/folderutils.c
3786                 debug_print() folderutils_mark_all_read()
3787
3788 2006-11-01 [colin]      2.5.6cvs16
3789
3790         * COPYING
3791                 Add missed files to the Apache exception
3792
3793 2006-10-31 [colin]      2.5.6cvs15
3794
3795         * src/folder.c
3796         * src/folder.h
3797                 Add a copy_private_data() func to FolderClasses
3798                 Doesn't break the feature freeze, because we 
3799                 won't use it (right now) in the core.
3800
3801 2006-10-31 [colin]      2.5.6cvs14
3802
3803         * COPYING
3804                 Allow linking with the Apache licensed files in
3805                 src/plugins/spamassassin. Hopefully fixes 
3806                 bug 1048, 'Spamassassin plugin license problem'
3807
3808 2006-10-31 [wwp]        2.5.6cvs13
3809
3810         * src/compose.c
3811                 fix and optimize trimming of leading linefeeds in body loop.
3812
3813 2006-10-31 [colin]      2.5.6cvs12
3814
3815         * src/etpan/imap-thread.c
3816         * src/imap.c
3817                 Make really sure to have NULL sets in case
3818                 of error
3819
3820 2006-10-30 [wwp]        2.5.6cvs11
3821
3822         * src/prefs_common.c
3823         * src/prefs_common.h
3824         * src/compose.c
3825                 fix broken storage of quote format template when it contains \-escape
3826                 sequences. The application of such sequences is also fixed now (\t
3827                 in quote format will be a real tab instead of a 't', for instance).
3828
3829 2006-10-27 [colin]      2.5.6cvs10
3830
3831         * src/compose.c
3832                 Probably fix bug 1045, 'sylpheed-claws 
3833                 doesn't remove the mail from the IMAP 
3834                 Queue folder after sending'. From
3835                 2.5.6cvs3-stable
3836
3837 2006-10-27 [colin]      2.5.6cvs9
3838
3839         * configure.ac
3840                 Require libetpan-0.48. I'm so annoying,
3841                 I know ;-)
3842
3843 2006-10-27 [colin]      2.5.6cvs8
3844
3845         * src/folder.c
3846         * src/imap.c
3847                 Probably fix bug 1044, 'sylpheed-claws 
3848            &n