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