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