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