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