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