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