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