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