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