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