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