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