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