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