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