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