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