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