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