2007-05-30 [colin] 2.9.2cvs18
[claws.git] / ChangeLog
1 2007-05-30 [colin]      2.9.2cvs18
2
3         * src/compose.c
4                 Fix race where it's possible to re-click Send
5                 between end of SMTP session and end of "move to
6                 sent folder" when sending an email with send
7                 dialog enabled.
8
9 2007-05-30 [colin]      2.9.2cvs17
10
11         * src/crash.c
12                 Ask for backtrace on all threads. Patch by
13                 Pawel
14         * src/folderview.c
15                 Fix stale news statusbar when scanning fails.
16                 Patch by Pawel
17         * src/ldapupdate.c
18                 Fix some LDAP write updates bugs. Patch
19                 by Michael Rasmussen
20
21 2007-05-29 [colin]      2.9.2cvs16
22
23         * src/imap.c
24                 Fix loss of local flags when moving mails
25                 on IMAP in high-bandwidth mode (UID FETCH)
26
27 2007-05-25 [paul]       2.9.2cvs15
28
29         * src/common/socket.c
30                 fix sometimes crasher on cancelling
31                 message sending
32
33 2007-05-25 [colin]      2.9.2cvs14
34
35         * src/imap.c
36                 Fix a memory leak
37         * src/imap_gtk.c
38                 Be more helpful in the subscription
39                 message
40
41 2007-05-23 [wwp]        2.9.2cvs13
42
43         * src/compose.c
44         * src/prefs_compose_writing.c
45         * src/prefs_quote.c
46         * src/prefs_template.c
47         * src/prefs_template.h
48         * src/quote_fmt.c
49         * src/quote_fmt.h
50         * src/quote_fmt_lex.l
51         * src/quote_fmt_parse.y
52                 Introduced new syntax elements (symbols and commands)
53                 in templates/quote_fmt. Compatibility w/ old
54                 symbols is kept.
55                 Updated and reworked the corresponding Information
56                 dialog.
57                 Display the line number in dialogs that talk about
58                 parser errors (in addition to the error message in
59                 output).
60
61 2007-05-23 [wwp]        2.9.2cvs12
62
63         * src/quote_fmt_parse.y
64                 Fix 2.9.2cvs11, probably a paste accident ;).
65
66 2007-05-23 [wwp]        2.9.2cvs11
67
68         * src/compose.c
69         * src/prefs_template.c
70         * src/quote_fmt.h
71         * src/quote_fmt_parse.y
72                 Fix 2.9.2cvs10, which broke --disable-aspell.
73
74 2007-05-22 [wwp]        2.9.2cvs10
75
76         * src/compose.c
77         * src/prefs_template.c
78         * src/quote_fmt.c
79         * src/quote_fmt.h
80         * src/quote_fmt_lex.l
81         * src/quote_fmt_parse.y
82         * src/gtk/gtkaspell.c
83         * src/gtk/gtkaspell.h
84                 Added template/quote format syntactical elements
85                 to show and query:
86                         - current dictionary
87                           %T to show (shows empty if not set or not enabled),
88                           ?T and !T to check if the default dictionary is
89                           enabled and set
90                         - current account's default dictionary
91                           %aT to show (empty if not set or not enabled),
92                           ?aT and !aT to check if it's enabled and set
93                         - name completion for an address, from the address
94                           book
95                           %ABf, %ABt, %ABc respectively show the full name got
96                           from the address book if From, To or Cc match a single
97                           contact.
98                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
99                           matches any contact and if the full name is non-empty.
100                           If From, To or Cc are lists of email addresses, only
101                           the first address will be checked.
102                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
103                 that could show a trailing ','.
104                 Also, template/quote_fmt parser now shows the line number in case
105                 of parser error.
106
107 2007-05-15 [colin]      2.9.2cvs9
108
109         * src/main.c
110         * src/main.h
111                 Add a public function to know whether Claws
112                 crashed last time
113                 Store opened folder when exiting
114         * src/folder.c
115         * src/folder.h
116                 Store last opened message in each FolderItem;
117                 Reset last seen messages if Claws crashed, so 
118                 that one can't go in an infinite crash in case 
119                 a particular mail crashes Claws.
120         * src/messageview.c
121         * src/prefs_common.c
122         * src/prefs_common.h
123         * src/summaryview.c
124         * src/prefs_summaries.c
125                 Add "Select last opened message" when entering
126                 a folder
127                 Add "Select last opened folder" at startup.
128
129 2007-05-14 [colin]      2.9.2cvs8
130
131         * manual/xml2pdf
132                 Fix bashism, search for xml catalog 
133                 in /usr/local/share/xml/catalog too
134                 Patch by Pawel
135
136 2007-05-13 [wwp]        2.9.2cvs7
137
138         * src/gtk/logwindow.c
139                 fix raising log windows when they are either minimized or
140                 in background.
141
142 2007-05-11 [colin]      2.9.2cvs6
143
144         * src/gtk/filesel.c
145                 Use Hildon's file chooser on Maemo. Patch
146                 by Jean-Luc Biord; fixes part 2 of bug 1201,
147                 'File attachment "manipulation" bugs...'
148
149 2007-05-10 [wwp]        2.9.2cvs5
150
151         * src/prefs_common.c
152         * src/prefs_common.h
153         * src/gtk/quicksearch.c
154                 Add a quicksearch option to automatically run
155                 a search selected from the history (this option
156                 is exclusive towards type-ahead).
157
158 2007-05-10 [colin]      2.9.2cvs4
159
160         * src/imap.c
161                 Fix g_warnings, thanks to Brian
162                 Morrison
163
164 2007-05-09 [colin]      2.9.2cvs3
165
166         * src/crash.c
167         * src/exporthtml.c
168         * src/mbox.c
169         * src/prefs_summaries.c
170         * src/procheader.c
171         * src/common/log.c
172         * src/common/utils.c
173         * src/gtk/gtksourceprintjob.c
174         * src/gtk/sslcertwindow.c
175                 Use the re-entrant variant of time functions
176                 Probably fixes bug 1217, 'reentrancy problems 
177                 with time functions'
178
179 2007-05-09 [colin]      2.9.2cvs2
180
181         * src/imap.c
182                 Fix crasher when reconnection fails
183
184 2007-05-08 [paul]       2.9.2cvs1
185
186         * NEWS
187         * README
188         * RELEASE_NOTES
189         * configure.ac
190                 bump version number following
191                 stable release
192
193 2007-05-08 [paul]       2.9.1cvs48
194
195         * src/plugins/demo/demo.c
196         * src/plugins/dillo_viewer/dillo_prefs.c
197         * src/plugins/dillo_viewer/dillo_prefs.h
198         * src/plugins/dillo_viewer/dillo_viewer.c
199         * src/plugins/pgpcore/pgp_viewer.c
200         * src/plugins/pgpcore/pgp_viewer.h
201         * src/plugins/pgpcore/plugin.c
202         * src/plugins/pgpcore/prefs_gpg.c
203         * src/plugins/pgpcore/prefs_gpg.h
204         * src/plugins/pgpcore/sgpgme.c
205         * src/plugins/pgpcore/sgpgme.h
206         * src/plugins/pgpinline/plugin.c
207         * src/plugins/pgpmime/pgpmime.c
208         * src/plugins/pgpmime/pgpmime.h
209         * src/plugins/pgpmime/plugin.c
210         * src/plugins/spamassassin/spamassassin.c
211         * src/plugins/spamassassin/spamassassin.h
212         * src/plugins/spamassassin/spamassassin_gtk.c
213         * src/plugins/trayicon/README
214         * tools/README
215         * tools/README.sylprint
216         * tools/outlook2claws-mail.pl
217         * tools/sylprint.pl
218         * tools/tb2claws-mail
219         * tools/tbird2claws.py
220         * tools/update-po
221         * tools/vcard2xml.py
222         * tools/kdeservicemenu/README
223                 cleanups and corrections
224
225 2007-05-06 [wwp]        2.9.1cvs47
226
227         * tools/uudec
228                 Fix missing dash to `display` command-line, reported
229                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
230
231 2007-05-06 [colin]      2.9.1cvs46
232
233         * src/Makefile.am
234         * src/stock_pixmap.c
235         * src/stock_pixmap.h
236         * src/pixmaps/printer.xpm
237                 Add a printer icon
238
239 2007-05-06 [paul]       2.9.1cvs45
240
241         * src/compose.c
242         * src/ldapquery.c
243         * src/privacy.h
244         * src/summary_search.c
245         * src/summaryview.c
246                 fix build warnings
247
248 2007-05-05 [wwp]        2.9.1cvs44
249
250         * src/messageview.c
251         * src/mh.c
252         * src/prefs_actions.c
253         * src/prefs_gtk.c
254         * src/summaryview.c
255         * src/common/xml.c
256                 Fix "faild" typos everywhere and capitalization of
257                 some g_warnings.
258
259 2007-05-04 [colin]      2.9.1cvs43
260
261         * src/compose.c
262         * src/privacy.c
263         * src/privacy.h
264         * src/plugins/pgpcore/prefs_gpg.c
265         * src/plugins/pgpcore/prefs_gpg.h
266         * src/plugins/pgpinline/pgpinline.c
267         * src/plugins/pgpmime/pgpmime.c
268                 Add an API to warn about encryption limits,
269                 and allow to disable these warnings
270
271 2007-05-03 [colin]      2.9.1cvs42
272
273         * src/summaryview.c
274         * src/mainwindow.c
275                 Fix bug 1213, 'Delete more than 
276                 one thread at once'
277
278 2007-05-03 [wwp]        2.9.1cvs41
279
280         * src/prefs_common.c
281         * src/prefs_filtering.c
282         * src/prefs_template.c
283         * src/common/template.c
284         * src/common/template.h
285         * src/gtk/gtkutils.c
286         * src/gtk/gtkutils.h
287                 Templates are no longer automatically sorted
288                 by name, but can be sorted manually using
289                 |< < > >| buttons as well as drag'n'drop.
290
291 2007-05-03 [wwp]        2.9.1cvs40
292
293         * src/plugins/spamassassin/spamassassin.c
294         * src/plugins/spamassassin/spamassassin.h
295         * src/plugins/spamassassin/spamassassin_gtk.c
296         * src/plugins/bogofilter/bogofilter.c
297         * src/plugins/bogofilter/bogofilter.h
298         * src/plugins/bogofilter/bogofilter_gtk.c
299                 Added an option to conditionally mark saved spam
300                 as read (default is and was to do so).
301                 Satisfies feature request 1708539 on sf.net tracker.
302
303 2007-05-03 [colin]      2.9.1cvs39
304
305         * src/inc.c
306                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
307
308 2007-05-02 [colin]      2.9.1cvs38
309
310         * src/textview.c
311                 Fix bug 1209, 'Clicking on address 
312                 in header (mailto uri) selects 
313                 default account'. Patch adapted from
314                 G.P. Halkes' patch.
315
316 2007-05-02 [colin]      2.9.1cvs37
317
318         * src/grouplistdialog.c
319                 Set cursor to wait cursor while loading
320                 groups.
321
322 2007-05-02 [paul]       2.9.1cvs36
323
324         * src/folder.c
325         * src/common/defs.h
326                 rename cache and mark files
327                 (data is preserved)
328
329 2007-04-30 [paul]       2.9.1cvs35
330
331         * manual/glossary.xml
332         * manual/plugins.xml
333                 updates. Patch by Ricardo
334
335 2007-04-29 [wwp]        2.9.1cvs34
336
337         * src/mainwindow.c
338         * configure.ac
339                 Fix few grammatical errors (patch by David Relson < relson at
340                 osagesoftware dot com >).
341
342 2007-04-28 [colin]      2.9.1cvs33
343
344         * src/account.c
345         * src/pop.c
346         * src/prefs_account.c
347         * src/prefs_account.h
348                 Drop the "Download all" preference. It's
349                 stupidly useless and confuses people from
350                 time to time.
351
352 2007-04-27 [wwp]        2.9.1cvs32
353
354         * src/account.c
355         * src/prefs_account.c
356         * src/prefs_account.h
357                 Don't reflect accounts changes to the mainwindow when it's
358                 not necessary.
359
360 2007-04-27 [colin]      2.9.1cvs31
361
362         * src/folder.c
363                 Freeze/thaw when sync'ing flags
364         * src/imap.c
365         * src/prefs_account.c
366         * src/prefs_account.h
367         * src/etpan/imap-thread.c
368         * src/etpan/imap-thread.h
369                 Add a way to use UID FETCH instead
370                 of searches to fetch message lists
371                 and flags. More expensive towards
372                 bandwidth, less expensive towards
373                 server's CPU. Probably fixes 
374                 bug 1158, 'Scanning new folders on 
375                 Exchange 2007 extremely slow'.
376                 Patch 95% by Hoa.
377
378 2007-04-27 [paul]       2.9.1cvs30
379
380         * src/mainwindow.c
381         * src/prefs_logging.c
382                 improvements to english usage
383
384 2007-04-27 [colin]      2.9.1cvs29
385
386         * src/imap.c
387                 Fix build without libetpan (my bad!)
388
389 2007-04-26 [colin]      2.9.1cvs28
390
391         * src/imap.c
392         * src/imap.h
393                 Fix uselessly exported function
394         * src/textview.c
395                 Consider "- -- \n" as signature separator
396                 (that's what signature separators look like
397                  in PGP/Inline signed mails)
398
399 2007-04-26 [colin]      2.9.1cvs27
400
401         * configure.ac
402                 libetpan-0.49 is now required
403         * src/procmime.c
404                 Fix double fetching of mails if
405                 first try failed
406         * src/imap.c
407                 Make offline sync faster, by
408                 remembering last change time, and
409                 last sync time.
410
411 2007-04-26 [hoa]        2.9.1cvs26
412
413         * src/imap.c
414         * src/imap.h
415         * src/mainwindow.c
416         * src/toolbar.c
417         * src/etpan/imap-thread.c
418         * src/etpan/imap-thread.h
419                 cancellation of IMAP operations is now allowed.
420                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
421
422 2007-04-26 [colin]      2.9.1cvs25
423
424         * src/folder.c
425                 Always fetch body+headers in folders that are
426                 synched for offline use, if "Synchronise as
427                 soon as possible" is set.
428                 Fixes bug 1200, 'Add option to always retrieve full 
429                 messages'
430
431 2007-04-25 [colin]      2.9.1cvs24
432
433         * src/compose.c
434                 Fix bug 1198, 'Reply-all "disappearing" address bug 
435                 persists...'
436
437 2007-04-24 [colin]      2.9.1cvs23
438
439         * src/folderview.c
440                 Fix bug 1195, 'Hardware key navigation' 
441                 Make GDK_Enter toggle expansion (Maemo)
442
443 2007-04-24 [wwp]        2.9.1cvs22
444
445         * src/compose.c
446                 Fix few compiler warnings.
447
448 2007-04-24 [paul]       2.9.1cvs21
449
450         * src/Makefile.am
451         * src/stock_pixmap.c
452         * src/stock_pixmap.h
453                 complete last commit
454
455 2007-04-24 [paul]       2.9.1cvs20
456
457         * src/gtk/about.c
458         * src/pixmaps/active.xpm
459         * src/pixmaps/checkbox_off.xpm
460         * src/pixmaps/checkbox_on.xpm
461         * src/pixmaps/inactive.xpm
462                 kick out the blobs
463                 remove transparent border from checkbox icons
464
465 2007-04-24 [wwp]        2.9.1cvs19
466
467         * src/textview.c
468         * src/textview.h
469                 Fix a crash in textview, thanks to Colin.
470
471 2007-04-23 [wwp]        2.9.1cvs18
472
473         * src/prefs_common.c
474                 Fix 2.9.1cvs5: no header was being translated at all.
475
476 2007-04-23 [colin]      2.9.1cvs17
477
478         * src/Makefile.am
479         * src/stock_pixmap.c
480         * src/stock_pixmap.h
481         * src/summaryview.c
482         * src/summaryview.h
483         * src/gtk/gtksctree.c
484         * src/gtk/gtksctree.h
485         * src/pixmaps/selection.xpm
486                 Fix bug 1193, 'Need a way to multi-select
487                 items'. Add a toggle button to the summaryview
488                 to switch between normal and multiple selection
489                 (Maemo)
490
491 2007-04-23 [colin]      2.9.1cvs16
492
493         * src/Makefile.am
494         * src/stock_pixmap.c
495         * src/stock_pixmap.h
496         * src/summaryview.c
497         * src/summaryview.h
498         * src/gtk/gtksctree.c
499         * src/gtk/gtksctree.h
500         * src/pixmaps/selection.xpm
501                 Fix bug 1193, 'Need a way to multi-
502                 select items'
503                 Add a toggle button in the summaryview
504                 to enable normal or multiple selection.
505                 (Maemo)
506
507 2007-04-23 [colin]      2.9.1cvs15
508
509         * src/compose.c
510                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
511
512 2007-04-21 [colin]      2.9.1cvs14
513
514         * src/gtk/quicksearch.c
515                 Fix previous commit (actually use correct
516                 parameter)
517
518 2007-04-21 [colin]      2.9.1cvs13
519
520         * src/gtk/quicksearch.c
521                 Fix changing quicksearch type (after Esc,
522                 after changing Recursive, ...)
523
524 2007-04-20 [wwp]        2.9.1cvs12
525
526         * src/gtk/Makefile.am
527                 Added headers.h (completes 2.9.1cvs5).
528
529 2007-04-20 [wwp]        2.9.1cvs11
530
531         * src/addressbook.c
532                 Fix the use of display name in name column,
533                 it has been overriden w/ the use of nickname
534                 by 2.9.0cvs3. Now nickname is used (if any)
535                 in case of LDAP books only.
536
537 2007-04-20 [colin]      2.9.1cvs10
538
539         * src/mimeview.c
540         * src/summaryview.c
541         * src/textview.c
542                 Add handling of 'a' to loop in a mail's
543                 mimeparts
544
545 2007-04-20 [colin]      2.9.1cvs9
546
547         * src/toolbar.c
548                 Fix bug 1190, 'dir_open' button doesn't work'
549                 (Maemo)
550
551 2007-04-20 [colin]      2.9.1cvs8
552
553         * src/folderview.c
554         * src/mainwindow.c
555                 Fix bug 1194, 'Hardware keys move from email 
556                 list to account/directory list, but not back 
557                 to email list...' (Maemo)
558
559 2007-04-20 [colin]      2.9.1cvs7
560
561         * src/compose.h
562                 complete previous commit
563
564 2007-04-20 [colin]      2.9.1cvs6
565
566         * src/compose.c
567                 Fix bug 1187, 'Reply-to addressee disappears 
568                 when reply-to text box is clicked...' (Maemo)
569
570 2007-04-20 [wwp]        2.9.1cvs5
571
572         * po/POTFILES.in
573         * src/addressbook.c
574         * src/compose.c
575         * src/filtering.c
576         * src/headerview.c
577         * src/matcher.c
578         * src/prefs_common.c
579         * src/prefs_common.h
580         * src/prefs_display_header.c
581         * src/prefs_matcher.c
582         * src/summaryview.c
583         * src/gtk/headers.h
584         * src/gtk/quicksearch.c
585                 Translate more header names according to the relevant option value,
586                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
587                 Replaced nearly all uses of prefs_common.trans_hdr with a call
588                 to prefs_common_translated_header_name().
589                 Added a headers.h reference file that contains known header names
590                 (RFC2822 and others) to the translation process' input, so that
591                 translated header names will still exist even if no occurrence of
592                 _("headername") is found anymore in the sources.
593                 Don't translate column name 'Number' following to trans_hdr option
594                 value as it's not a header name.
595
596 2007-04-20 [colin]      2.9.1cvs4
597
598         * src/gtk/quicksearch.c
599         * src/gtk/quicksearch.h
600                 Add "From, To or Subject" quicksearch
601                 type. Patch by ulfschaper@users.sf.net
602
603 2007-04-20 [colin]      2.9.1cvs3
604
605         * src/matcher.c
606                 Implement proper references filtering condition.
607                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
608
609 2007-04-19 [wwp]        2.9.1cvs2
610
611         * src/prefs_display_header.c
612         * src/message_search.c
613                 Fix few warnings (g_free of const gchar*).
614
615 2007-04-19 [paul]       2.9.1cvs1
616
617         * NEWS
618         * README
619         * RELEASE_NOTES
620         * configure.ac
621                 bump version number following
622                 stable release
623
624 2007-04-19 [paul]       2.9.0cvs9
625
626         * manual/advanced.xml
627         * manual/glossary.xml
628                 fix typos
629
630 2007-04-18 [paul]       2.9.0cvs8
631
632         * src/pop.c
633                 fix for CVE-2007-1558 (APOP)
634                 Thanks to Colin
635
636 2007-04-18 [paul]       2.9.0cvs7
637
638         * src/messageview.c
639         * src/mimeview.c
640         * src/summaryview.c
641         * src/gtk/filesel.c
642                 Fix encoding woes wrt saving of
643                 mails and parts
644                 Thanks to Colin
645
646 2007-04-18 [colin]      2.9.0cvs6
647
648         * src/gtk/pluginwindow.c
649                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
650
651 2007-04-17 [wwp]        2.9.0cvs5
652
653         * src/addressadd.c
654         * src/addressbook.c
655         * src/addrindex.c
656         * src/ldapupdate.c
657                 Fix --disable-ldap build,
658                 fix some LDAP annoyances on 
659                 searches, thanks to Colin.
660
661 2007-04-17 [wwp]        2.9.0cvs4
662
663         * src/ldapupdate.c
664                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
665                 like gcc 2.9x. Thanks to Colin.
666
667 2007-04-17 [wwp]        2.9.0cvs3
668
669         * src/Makefile.am
670         * src/addressadd.c
671         * src/addressbook.c
672         * src/addrindex.c
673         * src/addritem.c
674         * src/addritem.h
675         * src/editaddress.c
676         * src/ldapctrl.c
677         * src/ldapctrl.h
678         * src/ldapquery.c
679         * src/ldapserver.c
680         * src/ldapserver.h
681         * src/ldapupdate.c
682         * src/ldapupdate.h
683                 Add LDAP write support. Patch mostly by 
684                 Michael <mir at datanom dot net>
685
686 2007-04-17 [wwp]        2.9.0cvs2
687
688         * src/compose.c
689                 Prepend "Add to address book" to the context menu of compose window's sender and
690                 recipient fields.
691
692 2007-04-16 [paul]       2.9.0cvs1
693
694         * src/gtk/authors.h
695                 add Pader Rezso
696
697 2007-04-16 [paul]       2.9.0
698
699         * NEWS
700         * README
701         * RELEASE_NOTES
702                 2.9.0 released
703
704 2007-04-16 [paul]       2.8.1cvs102
705
706         * po/fr.po
707                 updated by Fabien Vantard
708
709 2007-04-16 [paul]       2.8.1cvs101
710
711         * po/ca.po
712         * po/cs.po
713         * po/de.po
714         * po/hu.po
715         * po/pl.po
716         * po/pt_BR.po
717         * po/sr.po
718         * po/zh_CN.po
719                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
720                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
721                 Aleksandar Urosevic, and Ralgh Young
722
723 2007-04-15 [mones]      2.8.1cvs100
724
725         * po/es.po
726                 Updated for release
727
728 2007-04-14 [colin]      2.8.1cvs99
729
730         * src/message_search.c
731         * src/prefs_display_header.c
732         * src/summary_search.c
733         * src/gtk/combobox.c
734                 Fix allocations
735
736 2007-04-14 [wwp]        2.8.1cvs98
737
738         * src/gtk/combobox.c
739         * src/message_search.c
740         * src/summary_search.c
741         * src/prefs_display_header.c
742                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
743                 returns NULL, get the text value directly from the GtkEntry child.
744
745 2007-04-13 [colin]      2.8.1cvs97
746
747         * src/gtk/quicksearch.c
748                 Give the focus back to summaryview when
749                 emptying the quicksearch with Esc
750
751 2007-04-13 [colin]      2.8.1cvs96
752
753         * src/message_search.c
754         * src/prefs_display_header.c
755         * src/summary_search.c
756                 Fix possibles crashes when getting text
757                 from gtk combos
758
759 2007-04-13 [colin]      2.8.1cvs95
760
761         * src/pop.c
762                 Add some UIDL debugging
763
764 2007-04-12 [colin]      2.8.1cvs94
765
766         * src/folder.c
767                 Force folder scan if necessary after
768                 copying mails, to be able to reapply
769                 flags.
770
771 2007-04-11 [colin]      2.8.1cvs93
772
773         * src/main.c
774                 don't scan for new mail on startup if --select
775                 is specified (or race conditions arise). If so,
776                 do both sequentially.
777
778 2007-04-09 [colin]      2.8.1cvs92
779
780         * src/common/defs.h
781                 Use leafpad by default on Maemo. Patch
782                 by Jean-Luc Biord.
783
784 2007-04-06 [colin]      2.8.1cvs91
785
786         * src/pixmaps/queue_close.xpm
787         * src/pixmaps/queue_close_hrm.xpm
788         * src/pixmaps/queue_close_hrm_mark.xpm
789         * src/pixmaps/queue_close_mark.xpm
790         * src/pixmaps/queue_open.xpm
791         * src/pixmaps/queue_open_hrm.xpm
792         * src/pixmaps/queue_open_hrm_mark.xpm
793         * src/pixmaps/queue_open_mark.xpm
794                 Move the clock one pixel down :)
795
796 2007-04-05 [colin]      2.8.1cvs90
797
798         * src/mainwindow.c
799                 Don't sync when switching offline from
800                 command line - it's usually too late :)
801
802 2007-04-05 [paul]       2.8.1cvs89
803
804         * src/Makefile.am
805         * src/stock_pixmap.c
806         * src/pixmaps/dir_close_hrm.xpm
807         * src/pixmaps/dir_close_hrm_mark.xpm
808         * src/pixmaps/drafts_close.xpm
809         * src/pixmaps/drafts_close_mark.xpm
810         * src/pixmaps/drafts_open.xpm
811         * src/pixmaps/drafts_open_mark.xpm
812         * src/pixmaps/inbox.xpm
813         * src/pixmaps/inbox_close.xpm
814         * src/pixmaps/inbox_close_hrm.xpm
815         * src/pixmaps/inbox_close_hrm_mark.xpm
816         * src/pixmaps/inbox_close_mark.xpm
817         * src/pixmaps/inbox_hrm.xpm
818         * src/pixmaps/inbox_hrm_mark.xpm
819         * src/pixmaps/inbox_mark.xpm
820         * src/pixmaps/inbox_open.xpm
821         * src/pixmaps/inbox_open_hrm.xpm
822         * src/pixmaps/inbox_open_hrm_mark.xpm
823         * src/pixmaps/inbox_open_mark.xpm
824         * src/pixmaps/outbox.xpm
825         * src/pixmaps/outbox_close.xpm
826         * src/pixmaps/outbox_close_hrm.xpm
827         * src/pixmaps/outbox_close_hrm_mark.xpm
828         * src/pixmaps/outbox_close_mark.xpm
829         * src/pixmaps/outbox_hrm.xpm
830         * src/pixmaps/outbox_hrm_mark.xpm
831         * src/pixmaps/outbox_mark.xpm
832         * src/pixmaps/outbox_open.xpm
833         * src/pixmaps/outbox_open_hrm.xpm
834         * src/pixmaps/outbox_open_hrm_mark.xpm
835         * src/pixmaps/outbox_open_mark.xpm
836         * src/pixmaps/queue_close.xpm
837         * src/pixmaps/queue_close_hrm.xpm
838         * src/pixmaps/queue_close_hrm_mark.xpm
839         * src/pixmaps/queue_close_mark.xpm
840         * src/pixmaps/queue_open.xpm
841         * src/pixmaps/queue_open_hrm.xpm
842         * src/pixmaps/queue_open_hrm_mark.xpm
843         * src/pixmaps/queue_open_mark.xpm
844                 updated, added and replaced icons
845                 Icons by Colin
846
847 2007-04-04 [colin]      2.8.1cvs88
848
849         * src/imap.c
850                 Fix build without libetpan
851
852 2007-04-03 [colin]      2.8.1cvs87
853
854         * src/imap.c
855                 Fix crash with Citadel, and try to make
856                 things work. this server (and specifically 
857                 STATUS and APPEND at least) seems broken.
858
859 2007-04-03 [colin]      2.8.1cvs86
860
861         * src/folderview.c
862                 Fix icons on folder close
863
864 2007-04-03 [colin]      2.8.1cvs85
865
866         * src/inc.c
867                 Fix double-ask of offline override in
868                 certain cases
869         * src/imap.c
870         * src/imap.h
871         * src/imap_gtk.c
872                 Much more efficient way to synchronise
873                 for offline use
874         * src/etpan/imap-thread.c
875                 Fix possible segs
876         * src/folder.c
877         * src/gtk/quicksearch.c
878                 Fix some GUI lags
879
880 2007-04-03 [paul]       2.8.1cvs84
881
882         * src/filtering.c
883         * src/folder.c
884         * src/folder.h
885         * src/prefs_common.c
886         * src/prefs_common.h
887         * src/prefs_other.c
888                 Fix sync being done too late
889                 Thanks to Colin
890
891 2007-04-02 [colin]      2.8.1cvs83
892
893         * src/summaryview.c
894                 Maemo: Put status and quicksearch at the top
895         * src/plugins/bogofilter/bogofilter.c
896         * src/plugins/spamassassin/spamassassin.c
897                 Derive trash from inbox if possible
898
899 2007-04-02 [paul]       2.8.1cvs82
900
901         * src/plugins/bogofilter/bogofilter_gtk.c
902                 a few English changes
903
904 2007-04-02 [paul]
905
906         2.9.0-rc1 released
907
908 2007-04-02 [colin]      2.8.1cvs81
909
910         * src/image_viewer.c
911                 Fix transparent images by using
912                 GtkImage
913         * src/messageview.c
914                 Flush events (on new windows) to avoid
915                 having the textview's image resize fail
916                 to know the available width
917
918 2007-04-01 [colin]      2.8.1cvs80
919
920         * src/prefs_account.c
921                 If no MH mailbox exist, when creating a POP/Local
922                 account, just create and use the default one 
923                 instead of bailing with a "Mailbox doesn't exist"
924                 error
925
926 2007-03-31 [colin]      2.8.1cvs79
927
928         * src/prefs_account.c
929                 Create signature file if it doesn't exist
930                 before editing
931         * src/prefs_toolbar.c
932                 Maemo: Move "Use default" on the left so
933                 that people can find it
934         * src/common/defs.h
935                 Maemo: make default editor "Maemopad", 
936                 default signature file "MyDocs/signature.txt"
937
938 2007-03-31 [colin]      2.8.1cvs78
939
940         * src/prefs_account.c
941                 Maemo: rework account prefs so
942                 that less horizontal scrolling
943                 is required
944
945 2007-03-31 [colin]      2.8.1cvs77
946
947         * src/folderview.c
948         * src/prefs_common.c
949         * src/prefs_common.h
950                 Fix bug 1167, 'Allow not displaying zeros 
951                 in folder list'. Patch by MartinP
952
953 2007-03-31 [colin]      2.8.1cvs76
954
955         * AUTHORS
956                 Add Jean-Luc Biord
957
958 2007-03-31 [colin]      2.8.1cvs75
959
960         * src/imap.c
961                 Apply patch from bug 1172, direct
962                 access to the folder's session instead
963                 of using getter. Patch by MartinP
964
965 2007-03-31 [paul]       2.8.1cvs74
966
967         * src/gtk/authors.h
968                 no need to list Fabien twice!
969
970 2007-03-31 [colin]      2.8.1cvs73
971
972         * src/inc.c
973                 If we're currently "overriding for %d minutes",
974                 don't ask
975
976 2007-03-31 [colin]      2.8.1cvs72
977
978         * src/compose.c
979         * src/imap.c
980         * src/inc.c
981         * src/inc.h
982         * src/messageview.c
983         * src/news.c
984         * src/plugins/spamassassin/spamassassin.c
985                 Offline override: Add a parameter to allow
986                 asking even if the override timer is running.
987                 Allows to ask every time the user makes an
988                 explicit action needing online access (such
989                 as Get Mail), and not when the action is 
990                 implicit (such as opening an IMAP folder)
991
992 2007-03-31 [colin]      2.8.1cvs71
993
994         * src/inc.c
995                 Override offline: "No" answer shouldn't
996                 re-ask after 3 seconds, but 10 minutes. 
997
998 2007-03-30 [colin]      2.8.1cvs70
999
1000         * src/common/socket.c
1001                 Better error reporting on unix socket
1002                 failure (bind usually)
1003         * src/gtk/gtkutils.c
1004         * src/gtk/gtkutils.h
1005                 Label window: add a pulsing progress
1006                 bar to show we're not hung :)
1007         * src/folderview.c
1008         * src/main.c
1009         * src/plugins/pgpcore/sgpgme.c
1010                 Update API
1011
1012 2007-03-30 [colin]      2.8.1cvs69
1013
1014         * src/pop.c
1015         * src/prefs_common.c
1016                 Fix possible trashing of history and uidl
1017                 files on disk full problems
1018
1019 2007-03-30 [paul]       2.8.1cvs68
1020
1021         * src/mainwindow.c
1022         * src/summaryview.c
1023         * src/summaryview.h
1024                 update summary when changing layout type
1025                 (fixes wrong folder icon being displayed)
1026                 Thanks to Colin
1027
1028 2007-03-29 [colin]      2.8.1cvs67
1029
1030         * src/prefs_ext_prog.c
1031                 The browser pref is irrelevant on Maemo
1032
1033 2007-03-29 [colin]      2.8.1cvs66
1034
1035         * src/compose.c
1036         * src/compose.h
1037                 Maemo: dynamically switch headers/text position
1038         * src/prefs_common.c
1039                 Maemo: hide compose's ruler by default
1040         * src/common/socket.c
1041         * src/common/socket.h
1042                 Fix build warning
1043
1044 2007-03-29 [colin]      2.8.1cvs65
1045
1046         * src/common/socket.c
1047         * src/common/socket.h
1048                 Fix build when MAEMO_CFLAGS contains
1049                 _X_OPENSOURCE (resolv.h errors as long
1050                 as we don't add _BSD_SOURCE. Ugly).
1051
1052 2007-03-29 [wwp]        2.8.1cvs64
1053
1054         * src/prefs_logging.c
1055                 Fix sensitivity of clip-log widgets in prefs/logging,
1056                 thanks to Fabien.
1057
1058 2007-03-29 [wwp]        2.8.1cvs63
1059
1060         * po/POTFILES.in
1061                 Updated files list for translations, thanks to Fabien.
1062
1063 2007-03-29 [colin]      2.8.1cvs62
1064
1065         * src/main.c
1066         * src/common/Makefile.am
1067         * src/common/utils.c
1068                 Maybe make URI opening work in Maemo
1069                 Requires testing :)
1070
1071 2007-03-28 [colin]      2.8.1cvs61
1072
1073         * src/folder.c
1074         * src/folder.h
1075         * src/folderview.c
1076                 Add the possibility to sort folders arbitrarily
1077                 (via editing of folderlist.xml only). Patch by
1078                 Martin P <mp26+claws@os.inf.tu-dresden.de>
1079                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
1080                 be changed by the user'
1081
1082 2007-03-28 [colin]      2.8.1cvs60
1083
1084         * src/mimeview.c
1085                 Add popup menu for mime icons
1086
1087 2007-03-28 [colin]      2.8.1cvs59
1088
1089         * src/mainwindow.c
1090                 Fix a layout issue when presenting
1091                 mainwindow in Small screen layout
1092         * src/toolbar.c
1093         * src/toolbar.h
1094                 Add a "Go to folder list" button for
1095                 mainwindow, and make it default in
1096                 the Maemo build
1097
1098 2007-03-28 [colin]      2.8.1cvs58
1099
1100         * src/compose.c
1101                 Don't dynamically update title on Maemo
1102                 Patch by Jean-Luc Biord
1103
1104 2007-03-27 [colin]      2.8.1cvs57
1105
1106         * src/compose.c
1107         * src/folderview.c
1108         * src/summaryview.c
1109                 Enable tap-and-hold on Maemo
1110
1111 2007-03-26 [colin]      2.8.1cvs56
1112
1113         * src/compose.c
1114                 More popup-menu (in attachments list)
1115
1116 2007-03-26 [colin]      2.8.1cvs55
1117
1118         * src/compose.c
1119                 Enable popup-menu signal
1120
1121 2007-03-26 [colin]      2.8.1cvs54
1122
1123         * src/plugins/pgpinline/pgpinline.c
1124                 Fix bug 1111, 'PGP/inline plugin hides text 
1125                 around encrypted text block'. Patch based on
1126                 a patch from Michal Cihar.
1127
1128 2007-03-26 [wwp]        2.8.1cvs53
1129
1130         * src/procmsg.c
1131                 Fix getting a false error when sending queued message
1132                 whereas the sending was fine (if there are subfolders
1133                 in the queue folder), thanks to Colin.
1134
1135 2007-03-26 [paul]       2.8.1cvs52
1136
1137         * src/wizard.c
1138                 update FACE header in welcome message
1139
1140 2007-03-25 [colin]      2.8.1cvs51
1141
1142         * src/Makefile.am
1143                 Fix make dist
1144
1145 2007-03-25 [colin]      2.8.1cvs50
1146
1147         * src/main.c
1148                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1149
1150 2007-03-24 [colin]      2.8.1cvs49
1151
1152         * src/main.c
1153                 Fix a few launch problems on Maemo
1154                 Patch by Jean-Luc Biord
1155
1156 2007-03-24 [wwp]        2.8.1cvs48
1157
1158         * src/alertpanel.c
1159         * src/alertpanel.h
1160         * src/messageview.c
1161         * src/summaryview.c
1162                 Fix wrong action performed when closing the
1163                 "ask about account specific filtering rules
1164                 when filtering manually" dialog by pressing Escape.
1165                 Fix wrong order of buttons in the "return receipt
1166                 notification - the message was sent to several of
1167                 your accounts" dialog.
1168
1169 2007-03-24 [paul]       2.8.1cvs47
1170
1171         * src/folderview.c
1172                 an improvement to English usage
1173         * tools/kdeservicemenu/README
1174                 updated Claws url
1175
1176 2007-03-24 [paul]       2.8.1cvs46
1177
1178         * src/Makefile.am
1179         * src/stock_pixmap.c
1180         * src/pixmaps/edit_extern.xpm
1181         * src/pixmaps/mail_sign.xpm
1182                 rescue long lost icons
1183
1184 2007-03-24 [paul]       2.8.1cvs45
1185
1186         * src/toolbar.c
1187                 fix toolbar (broken in 2.8.1cvs42)
1188
1189 2007-03-23 [colin]      2.8.1cvs44
1190
1191         * src/imap.c
1192                 Correctly unsubscribe/resubscribe after
1193                 RENAME
1194
1195 2007-03-23 [colin]      2.8.1cvs43
1196
1197         * src/prefs_common.c
1198                 Maemo: as the platform is light on RAM, allow
1199                 caches to be discarded faster.
1200
1201 2007-03-23 [colin]      2.8.1cvs42
1202
1203         * src/Makefile.am
1204         * src/compose.c
1205         * src/compose.h
1206         * src/stock_pixmap.c
1207         * src/stock_pixmap.h
1208         * src/summaryview.c
1209         * src/summaryview.h
1210         * src/toolbar.c
1211         * src/toolbar.h
1212         * src/pixmaps/open_mail.xpm
1213                 Maemo changes: Add the possibility to have
1214                 "Open Email" and "Close Window" buttons on 
1215                 toolbars (and use them in Maemo's default
1216                 toolbars)
1217
1218 2007-03-23 [wwp]        2.8.1cvs41
1219
1220         * src/action.c
1221                 Reverted that part of the action dialog closure logics, to
1222                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1223                 done later in a different way (or may not).
1224
1225 2007-03-22 [wwp]        2.8.1cvs40
1226
1227         * src/action.c
1228                 Fix sticky action dialog when got no output but action command
1229                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1230
1231 2007-03-22 [colin]      2.8.1cvs39
1232
1233         * src/prefs_filtering.c
1234         * src/gtk/combobox.h
1235                 Fix escaping account names in filtering prefs
1236
1237 2007-03-22 [colin]      2.8.1cvs38
1238
1239         * src/addrindex.c
1240         * src/ldapctrl.h
1241         * src/ldapquery.c
1242                 Add any attribute specified in LDAP servers'
1243                 Search attributes to the Other Attributes tab
1244                 of contacts; Add 'telephoneNumber' in the
1245                 default list.
1246
1247 2007-03-22 [colin]      2.8.1cvs37
1248
1249         * src/folderview.c
1250         * src/folderview.h
1251         * src/mainwindow.c
1252                 Try to prevent race conditions when
1253                 changing the folder list
1254         * src/summaryview.c
1255                 Fix possible red folder icon when
1256                 switching from Small screen layout
1257                 to any other
1258
1259 2007-03-22 [colin]      2.8.1cvs36
1260
1261         * src/mainwindow.c
1262         * src/mainwindow.h
1263         * src/summaryview.c
1264                 Rename "little screen" to "Small screen"
1265         * src/gtk/Makefile.am
1266         * src/common/utils.c
1267         * src/mh.c
1268                 Fix Maemo-related compilation problems
1269
1270 2007-03-21 [colin]      2.8.1cvs35
1271
1272         * configure.ac
1273                 Fix previous commit
1274         * claws-mail.desktop
1275                 Remove .png from the Icon, it's useless
1276
1277 2007-03-21 [colin]      2.8.1cvs34
1278
1279         * configure.ac
1280         * src/Makefile.am
1281                 Add the necessary lib checking for 
1282                 Maemo
1283
1284 2007-03-21 [colin]      2.8.1cvs33
1285
1286         * src/main.c
1287                 Fix unconditional "error happened" when
1288                 sending via command-line. "lol @ myself"
1289
1290 2007-03-21 [colin]      2.8.1cvs32
1291
1292         * claws-mail-40x40.png
1293         * claws-mail-26x26.png
1294         * src/account.c
1295         * src/addressbook.c
1296         * src/compose.c
1297         * src/folderview.c
1298         * src/folderview.h
1299         * src/main.c
1300         * src/mainwindow.c
1301         * src/mainwindow.h
1302         * src/messageview.c
1303         * src/prefs_account.c
1304         * src/prefs_common.c
1305         * src/summary_search.c
1306         * src/summaryview.c
1307         * src/summaryview.h
1308         * src/gtk/authors.h
1309         * src/gtk/gtkutils.c
1310         * src/gtk/gtkutils.h
1311         * src/gtk/logwindow.c
1312         * src/gtk/menu.c
1313         * src/gtk/prefswindow.c
1314                 Add Maemo port (patch mainly by Jean-Luc Biort)
1315                 Add a new 'Little screen' layout to help on such
1316                 platforms (patch by me)
1317                 Make some default preferences different (more
1318                 adapted) on Maemo (patch by me)
1319
1320 2007-03-21 [wwp]        2.8.1cvs31
1321
1322         * src/prefs_logging.c
1323         * src/prefs_logging.h
1324                 Fixed copyright header of newly added files.
1325
1326 2007-03-21 [wwp]        2.8.1cvs30
1327
1328         * src/Makefile.am
1329         * src/filtering.c
1330         * src/filtering.h
1331         * src/folder.c
1332         * src/folderview.c
1333         * src/imap.c
1334         * src/inc.c
1335         * src/main.c
1336         * src/mainwindow.c
1337         * src/mainwindow.h
1338         * src/matcher.c
1339         * src/messageview.c
1340         * src/news.c
1341         * src/pop.c
1342         * src/prefs_common.c
1343         * src/prefs_common.h
1344         * src/prefs_logging.c
1345         * src/prefs_logging.h
1346         * src/prefs_other.c
1347         * src/procmsg.c
1348         * src/send_message.c
1349         * src/summaryview.c
1350         * src/common/log.c
1351         * src/common/log.h
1352         * src/common/nntp.c
1353         * src/common/session.c
1354         * src/common/smtp.c
1355         * src/common/socket.c
1356         * src/etpan/imap-thread.c
1357         * src/gtk/logwindow.c
1358         * src/gtk/logwindow.h
1359         * src/plugins/bogofilter/bogofilter.c
1360         * src/plugins/spamassassin/spamassassin.c
1361                 Added debugging of filtering/processing rules.
1362                 The debug log is here 'Tools/Filtering debug window',
1363                 the options there 'Configuration/Preferences/Other/Logging',
1364                 and the log file is ~/.claws-mail/filtering.log.
1365                 Moved protocol log prefs to 'Other/Logging' as well.
1366                 To support such debugging feature, the existing log API has
1367                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1368                 this impacts many external modules (commits follow).
1369
1370 2007-03-21 [paul]       2.8.1cvs29
1371
1372         * src/etpan/Makefile.am
1373         * src/etpan/imap-thread.c
1374                 add missing #include
1375
1376 2007-03-21 [colin]      2.8.1cvs28
1377
1378         * src/procmime.c
1379                 Fix bug 1157, 'some broken messages confuse 
1380                 mime parser'. Make sure we can't have MimeInfos
1381                 with negative sizes.
1382
1383 2007-03-20 [colin]      2.8.1cvs27
1384
1385         * src/main.c
1386                 Fix missing \0 on buffer
1387
1388 2007-03-20 [colin]      2.8.1cvs26
1389
1390         * src/mh.c
1391                 Use make_dir_hier instead of make_dir 
1392                 to create the MH mailbox
1393
1394 2007-03-20 [colin]      2.8.1cvs25
1395
1396         * src/folder.c
1397         * src/folder.h
1398         * src/prefs_account.c
1399         * src/wizard.c
1400                 Fix default inbox weirdnesses (after wizard,
1401                 if path is Mail, mailbox identifier is #mh/Mailbox,
1402                 and when creating new accounts)
1403
1404 2007-03-20 [colin]      2.8.1cvs24
1405
1406         * src/account.c
1407                 Write folderlist after adding/deleting accounts
1408                 that have folders
1409
1410 2007-03-20 [colin]      2.8.1cvs23
1411
1412         * src/imap.c
1413         * src/remotefolder.h
1414                 Fix bug 1153, 'CM segfaults if IMAP folder is 
1415                 selected while scanning prior to update'
1416
1417 2007-03-17 [paul]       2.8.1cvs22
1418
1419         * src/main.c
1420                 fix a typo, and be a little more verbose.
1421
1422 2007-03-17 [wwp]        2.8.1cvs21
1423
1424         * src/inc.c
1425                 Fix a compiler warning.
1426
1427 2007-03-16 [wwp]        2.8.1cvs20
1428
1429         * tools/Makefile.am
1430         * tools/README
1431                 Updated to deal w/ the new mairix.sh tool.
1432
1433 2007-03-16 [wwp]        2.8.1cvs19
1434
1435         * src/action.c
1436                 Fix logics issues around the action IO dialog:
1437                 - disable entry widget and exec button when
1438                   the exec button is clicked (don't wait for any
1439                   output line) - fix possible disabling/re-enabling/
1440                   re-disabling of those widgets
1441                 - raise an error if executing a %as{} action either
1442                   empty or invalid, instead of failing silently
1443                 - don't close the dialog if the abort button has been
1444                   clicked and if there was no output yet
1445                 - set focus to the abort button when the exec button
1446                   is clicked
1447                 - fix capitalization of a warning message
1448
1449 2007-03-16 [wwp]        2.8.1cvs18
1450
1451         * tools/mairix.sh
1452                 Added a wrapper to mairix to the tools folder.
1453
1454 2007-03-16 [colin]      2.8.1cvs17
1455
1456         * src/messageview.c
1457         * src/mimeview.h
1458                 Allow mimeviewer plugins to print
1459                 their stuff
1460
1461 2007-03-16 [colin]      2.8.1cvs16
1462
1463         * .cvsignore
1464                 Ignore *.patchset
1465
1466 2007-03-15 [colin]      2.8.1cvs15
1467
1468         * src/messageview.c
1469         * src/mimeview.h
1470                 Add a way for mimeviewer plugins to
1471                 implement body search
1472
1473 2007-03-15 [paul]       2.8.1cvs14
1474
1475         * src/prefs_spelling.c
1476                 fix English usage
1477
1478 2007-03-15 [paul]       2.8.1cvs13
1479
1480         * src/common/quoted-printable.c
1481                 fix decoding of quoted-printable parts
1482
1483 2007-03-14 [wwp]        2.8.1cvs12
1484
1485         * src/gtk/logwindow.h
1486                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1487
1488 2007-03-14 [wwp]        2.8.1cvs11
1489
1490         * src/gtk/logwindow.h
1491                 Complete 2.8.1cvs10.
1492
1493 2007-03-14 [colin]      2.8.1cvs10
1494
1495         * src/gtk/logwindow.c
1496                 Probably fix bug 1149, crash on logwindow
1497                 close - at the expense of performance once
1498                 logwin has been opened
1499
1500 2007-03-14 [colin]      2.8.1cvs9
1501
1502         * src/main.c
1503                 If claws-mail is running on another
1504                 display, warn instead of popping it up
1505                 on the other display
1506
1507 2007-03-12 [colin]      2.8.1cvs8
1508
1509         * src/wizard.c
1510                 Fix bug 1145, 'Setting a different name 
1511                 for the Mailbox name isn't reflected in 
1512                 default account settings'. Patch by wwp
1513
1514 2007-03-12 [colin]      2.8.1cvs7
1515
1516         * src/summaryview.c
1517                 Fix bug 1143, 'Add number of messages to be 
1518                 deleted to confirmation dialog'
1519
1520 2007-03-12 [wwp]        2.8.1cvs6
1521
1522         * src/folderview.c
1523         * src/prefs_common.c
1524         * src/prefs_common.h
1525         * src/prefs_summaries.c
1526                 Changed the option that displays unread messages count
1527                 next to the folder name in folder list: it is now
1528                 possible to either display nothing, display the
1529                 unread messages number only or the unread and total messages
1530                 numbers. The patch includes this extra feature as well
1531                 as some minor fixes by rewriting the algo in folderview.c.
1532                 Thanks to Paul for the original idea and implementation, plus
1533                 testing and proof-reading!
1534
1535 2007-03-09 [paul]       2.8.1cvs5
1536
1537         * tools/Makefile.am
1538         * tools/README
1539         * tools/claws-mail-compose-insert-files.pl
1540                 added a script which enables inserting files
1541                 into the message body of a new Claws Mail
1542                 Compose window from the command line. Additionally
1543                 To, Cc, Subject and files to attach to the message
1544                 can be specified.
1545
1546 2007-03-09 [wwp]        2.8.1cvs4
1547
1548         * src/addr_compl.c
1549         * src/addr_compl.h
1550         * src/filtering.c
1551                 Optimize matching of addresses in the addressbook
1552                 (filtering/processing 'found_in_addressbook' condition).
1553
1554 2007-03-07 [wwp]        2.8.1cvs3
1555
1556         * src/quote_fmt.c
1557         * src/quote_fmt_lex.l
1558         * src/quote_fmt_parse.y
1559                 Add a new quote format symbol: %A to insert the
1560                 sender email address (just the address itself).
1561
1562 2007-03-06 [wwp]        2.8.1cvs2
1563
1564         * src/gtk/gtkutils.c
1565         * src/plugins/trayicon/trayicon_prefs.h
1566         * src/plugins/trayicon/trayicon_prefs.c
1567         * src/plugins/trayicon/trayicon.c
1568         * src/mainwindow.h
1569         * src/mainwindow.c
1570                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1571                 minimizing Claws-Mail main window will hide it to the trayicon instead.
1572
1573
1574 2007-03-06 [paul]       2.8.1cvs1
1575
1576         * NEWS
1577         * README
1578         * RELEASE_NOTES
1579         * configure.ac
1580                 bump version number following
1581                 stable release
1582
1583 2007-03-06 [paul]       2.8.0cvs24
1584
1585         * po/cs.po
1586                 corrected by by Tim <timbrain@post.cz>
1587
1588 2007-03-05 [colin]      2.8.0cvs23
1589
1590         * src/Makefile.am
1591         * src/procmime.c
1592                 Fix mime/globs path on NetBSD
1593                 patch by George Michaelson
1594
1595 2007-03-05 [wwp]        2.8.0cvs22
1596
1597         * src/addr_compl.c
1598                 Remove debug statement (accidentally committed w/ cvs14).
1599
1600 2007-03-05 [paul]       2.8.0cvs21
1601
1602         * src/plugins/pgpcore/prefs_gpg.c
1603                 fix compiler warning
1604
1605 2007-03-05 [wwp]        2.8.0cvs20
1606
1607         * src/matcher_parser_parse.y
1608                 Fix mismerge between cvs17 and cvs19.
1609
1610 2007-03-05 [wwp]        2.8.0cvs19
1611
1612         * src/matcher_parser_parse.y
1613         * src/prefs_filtering_action.c
1614         * src/matcher.c
1615         * src/matcher.h
1616         * src/filtering.c
1617         * src/filtering.h
1618                 Add new 'add_to_addressbook' filtering/processing action.
1619
1620 2007-03-05 [wwp]        2.8.0cvs18
1621
1622         * src/filtering.c
1623                 Fix mark_as_ham filtering/processing action: spam flag
1624                 was not unset.
1625
1626 2007-03-04 [colin]      2.8.0cvs17
1627
1628         * src/filtering.c
1629         * src/matcher.c
1630         * src/matcher.h
1631         * src/matcher_parser_parse.y
1632         * src/prefs_filtering_action.c
1633                 Add 'Mark as spam' and 'Mark as ham' filtering
1634                 actions. Fixes bug 1138.
1635
1636 2007-03-04 [colin]      2.8.0cvs16
1637
1638         * src/imap.c
1639                 Fix bug 1140, wrong return value
1640                 without libetpan
1641
1642 2007-03-04 [wwp]        2.8.0cvs15
1643
1644         * src/addr_compl.c
1645                 Rollback cvs14: don't free stuff that is managed in g_list.
1646
1647 2007-03-04 [wwp]        2.8.0cvs14
1648
1649         * src/addr_compl.c
1650                 Fix a leak in address completion code.
1651
1652 2007-03-04 [colin]      2.8.0cvs13
1653
1654         * src/addr_compl.c
1655                 Maybe fix bug 1136, 'Crash in group 
1656                 address completion'
1657
1658 2007-03-04 [iwkse]      2.8.0cvs12
1659
1660         * src/imap.c
1661                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1662
1663 2007-03-03 [colin]      2.8.0cvs11
1664
1665         * src/plugins/pgpinline/pgpinline.c
1666                 Fix off-by-one, fix double-free. Fixes
1667                 bug 1135, 'cm-segfault on decrypting 
1668                 with PGP/inline'
1669
1670 2007-03-03 [colin]      2.8.0cvs10
1671
1672         * configure.ac
1673         * src/main.c
1674         * src/common/plugin.c
1675                 Fix bug 1134, 'Valgrind macros unhandled 
1676                 by Irix's cc'
1677
1678 2007-03-02 [colin]      2.8.0cvs9
1679
1680         * src/mbox.c
1681                 Don't error out on EAGAIN. Fixes 
1682                 bug 1129, '"local mbox file" account 
1683                 isn't retrieving mails'
1684
1685 2007-03-01 [wwp]        2.8.0cvs8
1686
1687         * src/mainwindow.c
1688         * src/gtk/colorlabel.c
1689                 Remove accels for extra color labels until we set better
1690                 and definitive ones.
1691
1692 2007-02-28 [wwp]        2.8.0cvs7
1693
1694         * src/mainwindow.c
1695         * src/matcher_parser_parse.y
1696         * src/prefs_common.c
1697         * src/prefs_msg_colors.c
1698         * src/procmsg.h
1699         * src/gtk/colorlabel.c
1700         * src/gtk/colorlabel.h
1701                 Add more customizable color labels. Cleaned up a bit
1702                 the color label API to avoid duplicate defines of
1703                 the max number of colors.
1704
1705 2007-02-27 [colin]      2.8.0cvs6
1706
1707         * src/mainwindow.c
1708         * src/common/utils.c
1709         * src/common/utils.h
1710                 Fix '+' in mailto URIs for List-* headers
1711
1712 2007-02-27 [colin]      2.8.0cvs5
1713
1714         * src/gtk/gtkutils.c
1715                 Use gtk_window_set_role instead of 
1716                 _set_wmclass
1717
1718 2007-02-27 [colin]      2.8.0cvs4
1719
1720         * src/inc.c
1721                 Fix "After receiving new mail, go to inbox" on IMAP,
1722                 and make it work only on manual reception
1723
1724 2007-02-27 [wwp]        2.8.0cvs3
1725
1726         * src/prefs_filtering.c
1727         * src/prefs_filtering_action.c
1728         * src/prefs_matcher.c
1729                 Update filtering matcher's and action's color label menus
1730                 when re-opening those dialogs (reflect any change to the
1731                 color labels list in the preferences).
1732
1733 2007-02-27 [colin]      2.8.0cvs2
1734
1735         * src/imap.c
1736         * src/etpan/etpan-thread-manager-types.h
1737         * src/etpan/etpan-thread-manager.c
1738         * src/etpan/imap-thread.c
1739                 Log imap ALERTs as errors in the log.
1740
1741 2007-02-26 [paul]       2.8.0cvs1
1742
1743         * tools/claws.i18n.status.pl
1744                 updated
1745
1746 2007-02-26 [paul]       2.7.2cvs75
1747
1748         * po/ca.po
1749         * po/cs.po
1750         * po/de.po
1751         * po/en_GB.po
1752         * po/fi.po
1753         * po/fr.po
1754         * po/hu.po
1755         * po/pl.po
1756         * po/pt_BR.po
1757         * po/sk.po
1758         * po/sr.po
1759         * po/zh_CN.po
1760                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1761                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1762                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1763                 Aleksandar Urosevic, and Ralgh Young
1764
1765 2007-02-25 [mones]      2.7.2cvs74
1766
1767         * po/es.po
1768                 Updated for release
1769
1770 2007-02-25 [colin]      2.7.2cvs73
1771
1772         * src/main.c
1773                 Clearing the list is only useful
1774                 to prevent a valgrind false-positive
1775
1776 2007-02-25 [paul]       2.7.2cvs72
1777
1778         * tools/Makefile.am
1779         * tools/README
1780         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
1781         * tools/maildir2claws-mail.pl  **REMOVED**
1782                 renamed the script, fixed a couple bugs
1783
1784 2007-02-23 [colin]      2.7.2cvs71
1785
1786         * src/addressbook.c
1787                 Fix a leak, check for a few improbable nulls
1788
1789 2007-02-23 [colin]      2.7.2cvs70
1790
1791         * src/main.c
1792         * src/main.h
1793         * src/plugins/trayicon/trayicon.c
1794                 Fix blinking mainwin when starting in tray
1795                 (show mainwindow later in the startup process,
1796                  apart if restarting post-crash)
1797
1798 2007-02-23 [colin]      2.7.2cvs69
1799
1800         * src/folderview.c
1801         * src/imap_gtk.c
1802                 Fix crash when unsubscribing the currently
1803                 selected/opened folder
1804
1805 2007-02-23 [colin]      2.7.2cvs68
1806
1807         * src/compose.c
1808                 Fix bug that prevented colorization to
1809                 work without wrap quotation option
1810
1811 2007-02-23 [colin]      2.7.2cvs67
1812
1813         * src/addr_compl.c
1814                 Fix refcounting, start and end completion who
1815                 behaved as if there couldn't be any other current
1816                 user of completion
1817
1818 2007-02-23 [wwp]        2.7.2cvs66
1819
1820         * src/addressbook.c
1821         * src/addrindex.c
1822                 Address completion fixes: fix addressbook_peek_folder_exists() in
1823                 which the algorithm was ridiculously over-obfuscated and broken.
1824                 Fix addrindex_load_completion() as well, to load addresses in
1825                 completion list with regards to what addressbook_peek_folder_exists()
1826                 returns now.
1827
1828 2007-02-23 [wwp]        2.7.2cvs65
1829
1830         * src/addr_compl.c
1831                 Add addresses to completion when they're non-empty (thanks to Colin).
1832
1833 2007-02-23 [paul]       2.7.2cvs64
1834
1835         * src/plugins/pgpcore/passphrase.c
1836                 remove 'const '
1837
1838 2007-02-23 [colin]      2.7.2cvs63
1839
1840         * src/plugins/pgpcore/prefs_gpg.c
1841         * src/plugins/pgpcore/prefs_gpg.h
1842         * src/plugins/pgpcore/sgpgme.c
1843         * src/plugins/pgpinline/pgpinline.c
1844         * src/plugins/pgpmime/pgpmime.c
1845                 Try harder to respect user's choice wrt
1846                 gpg-agent even with gpg2, by unsetting
1847                 GPG_AGENT_INFO when necessary.
1848
1849 2007-02-22 [paul]       2.7.2cvs62
1850
1851         * src/plugins/pgpcore/sgpgme.c
1852         * src/plugins/pgpcore/sgpgme.h
1853         * src/plugins/pgpcore/passphrase.c
1854         * src/plugins/pgpinline/pgpinline.c
1855         * src/plugins/pgpmime/pgpmime.c
1856                 Fix a leak - gpgme_data_release_and_get_mem
1857                 leaks in recent gpgme. Workaround by using
1858                 our own function.
1859
1860 2007-02-22 [paul]       2.7.2cvs61
1861
1862         * src/gtk/quicksearch.c
1863                 Abandon dynamic search when pressing
1864                 Enter
1865
1866 2007-02-21 [colin]      2.7.2cvs60
1867
1868         * src/procmsg.c
1869         * src/plugins/pgpcore/passphrase.c
1870                 Fix little memory leaks
1871         * src/main.c
1872                 Fix false-positive leak at exit
1873         * src/gtk/quicksearch.c
1874                 Fix potentially big leak in recursive
1875                 Quicksearch
1876
1877 2007-02-21 [wwp]        2.7.2cvs59
1878
1879         * src/summaryview.c
1880                 Add missing newline to a debug message.
1881
1882 2007-02-20 [colin]      2.7.2cvs58
1883
1884         * src/Makefile.am
1885         * src/mimeview.c
1886         * src/stock_pixmap.c
1887         * src/stock_pixmap.h
1888         * src/pixmaps/mime_pgpsig.xpm
1889                 Add icon for application/pgp-signature
1890
1891 2007-02-20 [colin]      2.7.2cvs57
1892
1893         * src/Makefile.am
1894         * src/main.c
1895         * src/mimeview.c
1896         * src/stock_pixmap.c
1897         * src/stock_pixmap.h
1898         * src/pixmaps/mime_calendar.xpm
1899         * src/pixmaps/mime_pdf.xpm
1900         * src/pixmaps/mime_ps.xpm
1901                 Add icons for text/calendar, application/pdf
1902                 and application/postscript
1903
1904 2007-02-20 [colin]      2.7.2cvs56
1905
1906         * autogen.sh
1907         * src/matcher_parser_parse.y
1908         * src/matcher_parser_lex.l
1909                 Fix big memory leak in flex, and
1910                 require flex 2.5.31
1911
1912 2007-02-20 [wwp]        2.7.2cvs55
1913
1914         * src/matcher_parser_parse.y
1915                 Fix a duplicate token definition (thanks to iwkse).
1916
1917 2007-02-20 [wwp]        2.7.2cvs54
1918
1919         * src/matcher_parser_lex.l
1920         * src/quote_fmt_lex.l
1921                 Use proper flex options instead of direct use of #define,
1922                 make the flex-generated C lighter.
1923
1924 2007-02-20 [colin]      2.7.2cvs53
1925
1926         * src/summaryview.c
1927                 Grab focus in message list after hiding
1928                 the quicksearch, instead of leaving it
1929                 "somewhere"
1930
1931 2007-02-19 [colin]      2.7.2cvs52
1932
1933         * src/folderview.c
1934                 Fix bug 1033, 'Automatically refresh 
1935                 message list when new messages arrives'
1936                 Looks like folderview->opened can sometimes
1937                 be wrong...
1938
1939 2007-02-19 [paul]       2.7.2cvs51
1940
1941         * tools/Makefile.am
1942         * tools/README
1943         * tools/thunderbird-filters-convertor.pl
1944                 add new script which converts thunderbird filter
1945                 rules to Claws filter rules
1946
1947 2007-02-18 [paul]       2.7.2cvs50
1948
1949         * src/plugins/pgpcore/prefs_gpg.c
1950         * src/plugins/pgpcore/prefs_gpg.h
1951         * src/plugins/pgpcore/sgpgme.c
1952         * src/plugins/pgpinline/pgpinline.c
1953         * src/plugins/pgpmime/pgpmime.c
1954                 improved GUI interoperability with gpg-agent
1955
1956 2007-02-18 [paul]       2.7.2cvs49
1957
1958         * src/prefs_account.c
1959                 Privacy options sensitivity fix
1960
1961 2007-02-17 [colin]      2.7.2cvs48
1962
1963         * src/messageview.c
1964                 Reset icon to warning in the noticeview
1965
1966 2007-02-15 [colin]      2.7.2cvs47
1967
1968         * src/folderview.c
1969                 Fix a manifestation of bug 1033 (summaryview failing
1970                 to update for new mails), which happens after editing
1971                 account preferences or preferences that cause a 
1972                 folderview reload.
1973
1974 2007-02-15 [colin]      2.7.2cvs46
1975
1976         * src/addressbook.c
1977                 Probably fix bug 1123, 'Segmentation 
1978                 fault while opening address book'. I get
1979                 g_warnings if the saved paned position is
1980                 not greater than 0. Also, save position
1981                 when hiding the addressbook instead of
1982                 via signal.
1983
1984 2007-02-14 [colin]      2.7.2cvs45
1985
1986         * src/plugins/pgpcore/prefs_gpg.c
1987         * src/plugins/pgpcore/prefs_gpg.h
1988         * src/plugins/pgpcore/sgpgme.c
1989         * src/plugins/pgpinline/pgpinline.c
1990         * src/plugins/pgpmime/pgpmime.c
1991                 Add an option "Use gpg-agent if available". Fixes
1992                 annoyances with distro-installed gpg-agent, when
1993                 no pinentry program is installed, and the user's 
1994                 at a loss on why "decryption failed". Makes more
1995                 clear why passphrase isn't saved when gpg-agent is
1996                 used. Defaults to true, to avoid changing the 
1997                 current behaviour.
1998
1999 2007-02-14 [wwp]        2.7.2cvs44
2000
2001         * src/matcher_parser_parse.y
2002                 Fix missing line number reset (wrong line number might appear
2003                 when re-loading filtering rules if there's a parser error).
2004
2005 2007-02-13 [colin]      2.7.2cvs43
2006
2007         * src/common/utils.c
2008                 Don't encode ',' in URIs before passing it
2009                 to the browser command-line. It was probably
2010                 done at a time where commas in URIs made
2011                 mozilla -remote 'openurl(%s,new-window)'
2012                 bug.
2013
2014 2007-02-13 [wwp]        2.7.2cvs42
2015
2016         * src/prefs_matcher.c
2017         * src/plugins/bogofilter/bogofilter_gtk.c
2018                 A bit of string factorization around "Select ..." buttons.
2019
2020 2007-02-11 [colin]      2.7.2cvs41
2021
2022         * src/alertpanel.c
2023                 Make sure to escape the title
2024
2025 2007-02-11 [colin]      2.7.2cvs40
2026
2027         * src/codeconv.c
2028                 Recognize .utf8 locales as .UTF-8 ones
2029
2030 2007-02-11 [colin]      2.7.2cvs39
2031
2032         * src/compose.c
2033                 Fix code conversion when dragging a file
2034
2035 2007-02-09 [colin]      2.7.2cvs38
2036
2037         * src/plugins/clamav/clamav_plugin.c
2038                 Complete Paul's patch with conditional
2039                 compilation to avoid breaking compilation
2040                 on old Dapper and Edgy... Maybe other
2041                 distros too.
2042
2043 2007-02-09 [paul]       2.7.2cvs37
2044
2045         * src/plugins/clamav/clamav_plugin.c
2046                 fix for the upstream changes in libclamav
2047
2048 2007-02-09 [paul]       2.7.2cvs36
2049
2050         * src/main.c
2051         * src/mainwindow.c
2052         * src/procmsg.c
2053         * src/procmsg.h
2054                 fix "warn if there are queued messages" (on exit)
2055                 option, which only checked the first mailbox's
2056                 queue
2057                 don't ask before emptying trash if there are no
2058                 messages in trash, also check and empty all trash
2059                 folders
2060         * src/prefs_other.c
2061                 move "Ask before emptying trash" option
2062                 outside of the "On exit" frame as it's
2063                 not only an "On exit" option
2064
2065 2007-02-09 [paul]       2.7.2cvs35
2066
2067         * src/addrgather.c
2068         * src/alertpanel.c
2069         * src/editldap.c
2070         * src/prefs_account.c
2071         * src/prefs_folder_item.c
2072         * src/prefs_gtk.h
2073         * src/prefs_matcher.c
2074         * src/prefs_message.c
2075         * src/prefs_msg_colors.c
2076         * src/prefs_summaries.c
2077         * src/wizard.c
2078         * src/gtk/inputdialog.c
2079         * src/plugins/bogofilter/bogofilter_gtk.c
2080                 pedantic commit: use 'checkbtn' everywhere
2081                 instead of a mixture of 'checkbtn' and 'chkbtn'
2082
2083 2007-02-09 [paul]       2.7.2cvs34
2084
2085         * src/compose.c
2086                 fix default hotkeys
2087         * src/prefs_other.c
2088         * src/prefs_send.c
2089                 move "Never send Return Receipts" from
2090                 prefs_other to prefs_send
2091                 add an option "Ask about account specific
2092                 filtering rules..." to prefs_other
2093         * src/gtk/gtkutils.c
2094                 fix a compiler warning
2095
2096 2007-02-08 [colin]      2.7.2cvs33
2097
2098         * src/plugins/pgpinline/pgpinline.c
2099                 Fix bug 1110, 'pgpmime fails to process 
2100                 encapsulated openpgp mime (rfc 3156, 6.1 
2101                 -> rfc1847)'
2102                 It was due to an interaction between PGP/Mime
2103                 and PGP/Inline plugin. 
2104
2105 2007-02-08 [colin]      2.7.2cvs32
2106
2107         * src/inc.c
2108         * src/mbox.c
2109         * src/mbox.h
2110                 Fix bug 1117, 'fcntl locking code 
2111                 does not work in mbox.c'
2112
2113 2007-02-08 [colin]      2.7.2cvs31
2114
2115         * src/prefs_account.c
2116                 Fix Gentoo bug 165819, 'can't create 
2117                 a "local mbox file" account'. Patch
2118                 by Olivier <castan.o@free.fr>
2119
2120 2007-02-07 [colin]      2.7.2cvs30
2121
2122         * src/ldapquery.c
2123                 Fix bug 1106, 'Claws crash on exit if LDAPS 
2124                 autocompletion was used'
2125
2126 2007-02-07 [paul]       2.7.2cvs29
2127
2128         * src/folder.c
2129                 cut down on unnecessary debug_prints
2130         * src/imap_gtk.c
2131                 fix menu_set_active() on 'Show only
2132                 subscribed folders'
2133
2134 2007-02-07 [paul]       2.7.2cvs28
2135
2136         * src/plugins/clamav/clamav_plugin.c
2137         * src/plugins/clamav/clamav_plugin.h
2138         * src/plugins/clamav/clamav_plugin_gtk.c
2139                 fix copyright header
2140
2141 2007-02-07 [paul]       2.7.2cvs27
2142
2143         * src/procheader.c
2144                 fix bug 1116, 'summary view allow a 
2145                 subject line break'
2146
2147 2007-02-06 [colin]      2.7.2cvs26
2148
2149         * src/summaryview.c
2150                 Fix delete thread
2151
2152 2007-02-05 [fabien]     2.7.2cvs25
2153
2154         * po/POTFILES.in
2155         * src/uri_opener.c
2156                 i18n related - 1 fix and 1 message for translators.
2157
2158 2007-02-05 [colin]      2.7.2cvs24
2159
2160         * src/gtk/quicksearch.c
2161                 Don't reload summary list if quicksearch wasn't
2162                 active on hiding; move currently selected mail in
2163                 the visible area when showing the quicksearch
2164
2165 2007-02-05 [colin]      2.7.2cvs23
2166
2167         * src/folderview.c
2168                 Add debug to try to solve bug 1104
2169
2170 2007-02-05 [paul]       2.7.2cvs22
2171
2172         * src/mainwindow.c
2173                 confirm before emptying trash on exit is
2174                 a Yes or No answer, use Yes or No in the
2175                 dialog
2176
2177 2007-02-04 [colin]      2.7.2cvs21
2178
2179         * src/compose.c
2180         * src/plugins/pgpcore/passphrase.c
2181         * src/plugins/pgpcore/select-keys.c
2182                 Set wmclass on new windows
2183
2184 2007-02-04 [colin]
2185
2186         2.8.0-rc1 released
2187
2188 2007-02-04 [colin]      2.7.2cvs20
2189
2190         * src/compose.c
2191         * src/compose.h
2192                 Auto save drafts on exit, reopen them
2193                 at startup, instead of asking
2194         * src/account.c
2195         * src/addressadd.c
2196         * src/addressbook.c
2197         * src/addressbook_foldersel.c
2198         * src/addrgather.c
2199         * src/crash.c
2200         * src/editaddress.c
2201         * src/editbook.c
2202         * src/editgroup.c
2203         * src/editjpilot.c
2204         * src/editldap.c
2205         * src/editldap_basedn.c
2206         * src/editvcard.c
2207         * src/exphtmldlg.c
2208         * src/expldifdlg.c
2209         * src/export.c
2210         * src/foldersel.c
2211         * src/gedit-print.c
2212         * src/import.c
2213         * src/importldif.c
2214         * src/importmutt.c
2215         * src/importpine.c
2216         * src/main.c
2217         * src/mainwindow.c
2218         * src/message_search.c
2219         * src/messageview.c
2220         * src/prefs_actions.c
2221         * src/prefs_customheader.c
2222         * src/prefs_display_header.c
2223         * src/prefs_filtering.c
2224         * src/prefs_filtering_action.c
2225         * src/prefs_folder_column.c
2226         * src/prefs_gtk.c
2227         * src/prefs_matcher.c
2228         * src/prefs_other.c
2229         * src/prefs_summaries.c
2230         * src/prefs_summary_column.c
2231         * src/prefs_template.c
2232         * src/sourcewindow.c
2233         * src/ssl_manager.c
2234         * src/summary_search.c
2235         * src/uri_opener.c
2236         * src/gtk/about.c
2237         * src/gtk/description_window.c
2238         * src/gtk/foldersort.c
2239         * src/gtk/gtkutils.c
2240         * src/gtk/gtkutils.h
2241         * src/gtk/icon_legend.c
2242         * src/gtk/logwindow.c
2243         * src/gtk/pluginwindow.c
2244         * src/gtk/prefswindow.c
2245                 Give different wmclass to different
2246                 windows - thanks to sed ;)
2247
2248 2007-02-04 [colin]      2.7.2cvs19
2249
2250         * src/main.c
2251                 Revert previous patch, can't reproduce
2252                 it anymore. 
2253
2254 2007-02-03 [colin]      2.7.2cvs18
2255
2256         * src/main.c
2257                 Don't save the mainwindow size and
2258                 position on emergency exit (libSM's
2259                 "die" callback), Xfce seems to make
2260                 the window smaller just before the
2261                 size's saved.
2262
2263 2007-02-03 [colin]      2.7.2cvs17
2264
2265         * src/plugins/bogofilter/bogofilter.c
2266         * src/plugins/bogofilter/bogofilter.h
2267         * src/plugins/bogofilter/bogofilter_gtk.c
2268         * src/plugins/pgpinline/pgpinline.c
2269         * src/plugins/pgpinline/pgpinline.h
2270                 Fix more copyrights
2271
2272 2007-02-03 [colin]      2.7.2cvs16
2273
2274         * src/partial_download.c
2275         * src/partial_download.h
2276         * src/ssl_manager.c
2277         * src/ssl_manager.h
2278         * src/uri_opener.c
2279         * src/uri_opener.h
2280         * src/wizard.c
2281         * src/wizard.h
2282         * src/common/ssl_certificate.c
2283         * src/common/ssl_certificate.h
2284         * src/gtk/quicksearch.c
2285         * src/gtk/quicksearch.h
2286         * src/gtk/sslcertwindow.c
2287         * src/gtk/sslcertwindow.h
2288                 Fix copyright on my files
2289
2290 2007-02-02 [colin]      2.7.2cvs15
2291
2292         * src/Makefile.am
2293         * src/mainwindow.c
2294         * src/messageview.c
2295         * src/messageview.h
2296         * src/textview.c
2297         * src/textview.h
2298         * src/uri_opener.c
2299         * src/uri_opener.h
2300                 Add Tools/List URIs to allow
2301                 opening any URI in the current mail
2302
2303 2007-02-02 [colin]      2.7.2cvs14
2304
2305         * src/common/valgrind.h ** NEW FILE **
2306         * src/common/Makefile.am
2307         * src/common/plugin.c
2308                 Don't dlclose the plugins if we're running
2309                 under valgrind. (doesn't require valgrind
2310                 either at compile time or run time).
2311
2312 2007-02-01 [paul]       2.7.2cvs13
2313
2314         * AUTHORS
2315         * src/gtk/authors.h
2316         * tools/freshmeat_search.pl
2317         * tools/google_search.pl
2318         * tools/multiwebsearch.pl
2319                 add support for non ISO-8859-1 compatible locales
2320                 Patch by Alex Gorbachenko <agent_007@immo.ru>
2321
2322 2007-02-01 [colin]      2.7.2cvs12
2323
2324         * src/prefs_other.c
2325         * src/prefs_summaries.c
2326                 Move keybinding prefs to the Other page
2327
2328 2007-02-01 [wwp]        2.7.2cvs11
2329
2330         * src/plugins/trayicon/trayicon.c
2331                 Fix a raising issue within KDE.
2332
2333 2007-02-01 [colin]      2.7.2cvs10
2334
2335         * src/codeconv.c
2336                 Fix stray quotes in encoded strings
2337         * src/addressadd.c
2338                 Fix wrong call causing g_warnings
2339         * src/textview.c
2340                 Remove useless message
2341
2342 2007-01-31 [wwp]        2.7.2cvs9
2343
2344         * src/plugins/trayicon/trayicon.c
2345                 fix buggy hiding of main window when closing if close-to-tray
2346                 is not set (bad logics  in the trayicon hook code).
2347                 Changed the quit confirmation message too.
2348
2349 2007-01-30 [colin]      2.7.2cvs8
2350
2351         * src/main.c
2352                 Fix hidden mainwindow after clicking on
2353                 the X close button, if compose windows
2354                 exist and the user chooses not to quit
2355
2356 2007-01-30 [colin]      2.7.2cvs7
2357
2358         * src/main.c
2359         * src/compose.c
2360                 Handle local URIs to attach files (file:///...)
2361                 Fixes attaching files from Thunar for example
2362
2363 2007-01-30 [colin]      2.7.2cvs6
2364
2365         * src/prefs_ext_prog.c
2366                 Add 'mousepad' to the list of text editors.
2367                 Mousepad is XFCE's text editor
2368
2369 2007-01-29 [wwp]        2.7.2cvs5
2370
2371         * po/POTFILES.in
2372         * src/plugins/trayicon/trayicon_prefs.c
2373                 trayicon i18n fixes, thanks to Fabien.
2374
2375 2007-01-28 [wwp]        2.7.2cvs4
2376
2377         * src/mainwindow.c
2378         * src/mainwindow.h
2379         * src/plugins/trayicon/trayicon.c
2380         * src/plugins/trayicon/trayicon_prefs.c
2381         * src/plugins/trayicon/trayicon_prefs.h
2382                 Added a new TrayIcon plugin option to close to tray
2383                 (WM's hotkey and [X] button will hide the window instead
2384                 of closing it - closing CM can be done using the tray icon
2385                 menu or the File menu).
2386                 Improved visibility handling in trayicon, clicking the
2387                 trayicon now raise the window to current desktop when it
2388                 was either minimized/shaded/on another desktop.
2389                 Thanks to Paul for testing and fixing a strange behaviour
2390                 in KDE ;-).
2391
2392 2007-01-27 [paul]       2.7.2cvs3
2393
2394         * src/prefs_folder_item.c
2395         * src/prefs_receive.c
2396         * src/plugins/pgpcore/prefs_gpg.c
2397                 use 'start-up' instead of 'startup' in labels
2398
2399 2007-01-26 [wwp]        2.7.2cvs2
2400
2401         * src/plugins/trayicon/Makefile.am
2402         * src/plugins/trayicon/trayicon.c
2403         * src/plugins/trayicon/trayicon_prefs.c
2404         * src/plugins/trayicon/trayicon_prefs.h
2405                 Add a new TrayIcon option to hide the main window at
2406                 start-up.
2407                 Fix trayicon.c copyright header.
2408
2409 2007-01-26 [paul]       2.7.2cvs1
2410
2411         * NEWS
2412         * README
2413         * RELEASE_NOTES
2414         * configure.ac
2415                 bump up version number following
2416                 stable release
2417
2418 2007-01-25 [mones]      2.7.1cvs60
2419
2420         * po/es.po
2421                 updated thousands of strings (well, probably less ;-)
2422
2423 2007-01-25 [colin]      2.7.1cvs59
2424
2425         * src/matcher.c
2426                 Fix 2nd-run loss of matcherrc on new
2427                 configurations. 
2428
2429 2007-01-25 [wwp]        2.7.1cvs58
2430
2431         * src/mimeview.c
2432                 fix handling of empty value in attach_save_directory too, thanks
2433                 to Colin.
2434
2435 2007-01-25 [wwp]        2.7.1cvs57
2436
2437         * src/gtk/filesel.c
2438                 fix handling of empty value in attach_load_directory,
2439                 thanks to Colin.
2440
2441 2007-01-25 [wwp]        2.7.1cvs56
2442
2443         * src/plugins/dillo_viewer/dillo_prefs.h
2444                 fix a typo.
2445
2446 2007-01-25 [colin]      2.7.1cvs55
2447
2448         * src/matcher.c
2449         * src/matcher.h
2450         * src/matcher_parser_parse.y
2451         * src/prefs_matcher.c
2452                 Add matching on the spam flag
2453
2454 2007-01-24 [colin]      2.7.1cvs54
2455
2456         * src/folder.c
2457         * src/common/xml.c
2458         * src/common/xml.h
2459                 Make sure folderlist.xml is correctly
2460                 written before overwriting it.
2461         * src/procmsg.c
2462         * src/procmsg.h
2463         * src/summaryview.c
2464         * src/plugins/bogofilter/bogofilter.c
2465         * src/plugins/bogofilter/bogofilter.h
2466         * src/plugins/bogofilter/bogofilter_gtk.c
2467         * src/plugins/spamassassin/spamassassin.c
2468         * src/plugins/spamassassin/spamassassin.h
2469         * src/plugins/spamassassin/spamassassin_gtk.c
2470                 Move spam to the correct trash folder after
2471                 learning, if spam directory isn't set.
2472
2473 2007-01-23 [paul]       2.7.1cvs53
2474
2475         * src/plugins/bogofilter/bogofilter_gtk.c
2476                 fix sensitivity of "Insert X-Bogosity header"
2477                 option
2478
2479 2007-01-23 [colin]      2.7.1cvs52
2480
2481         * src/toolbar.c
2482                 Translate toolbar items text if
2483                 they're translatable (default)
2484         * src/addrcache.c
2485         * src/addrcache.h
2486         * src/addritem.c
2487         * src/addritem.h
2488         * src/codeconv.c
2489         * src/codeconv.h
2490         * src/jpilot.c
2491         * src/jpilot.h
2492         * src/ldapctrl.c
2493         * src/ldapctrl.h
2494         * src/ldapquery.h
2495         * src/ldif.c
2496         * src/ldif.h
2497         * src/etpan/etpan-thread-manager.c
2498         * src/etpan/etpan-thread-manager.h
2499         * src/gtk/gtkutils.c
2500         * src/gtk/gtkutils.h
2501                 More static functions
2502
2503 2007-01-22 [fabien]     2.7.1cvs51
2504
2505         * src/gtk/gtkutils.c
2506                 gtkut_get_options_frame() : ability to pass
2507                 a 'NULL' value in frame pointer parameter if
2508                 we don't need it.
2509
2510 2007-01-22 [colin]      2.7.1cvs50
2511
2512         * src/procmsg.c
2513         * src/procmsg.h
2514         * src/plugins/bogofilter/bogofilter.c
2515         * src/plugins/bogofilter/bogofilter_gtk.c
2516         * src/plugins/spamassassin/spamassassin.c
2517         * src/plugins/spamassassin/spamassassin_gtk.c
2518                 Allow moving spams to the account's trash
2519                 instead of default one
2520
2521 2007-01-21 [colin]      2.7.1cvs49
2522
2523         * src/ldapquery.c
2524         * src/ldapquery.h
2525                 Revert a static function that shouldn't
2526                 have been
2527
2528 2007-01-21 [colin]      2.7.1cvs48
2529
2530         * src/ldapquery.c
2531         * src/ldapquery.h
2532                 Same
2533
2534 2007-01-21 [colin]      2.7.1cvs47
2535
2536         * src/procmsg.c
2537         * src/procmsg.h
2538                 Same
2539
2540 2007-01-21 [colin]      2.7.1cvs46
2541
2542         * src/common/socket.c
2543         * src/common/socket.h
2544                 Same
2545
2546 2007-01-21 [colin]      2.7.1cvs45
2547
2548         * src/crash.c
2549         * src/exporthtml.c
2550         * src/exporthtml.h
2551         * src/exportldif.c
2552         * src/exportldif.h
2553         * src/folder.c
2554         * src/folder.h
2555         * src/folder_item_prefs.c
2556         * src/folder_item_prefs.h
2557         * src/folderview.c
2558         * src/folderview.h
2559         * src/gedit-print.c
2560         * src/gedit-print.h
2561         * src/main.c
2562         * src/main.h
2563         * src/common/socket.c
2564         * src/common/socket.h
2565         * src/gtk/gtkaspell.c
2566         * src/gtk/gtkaspell.h
2567         * src/gtk/quicksearch.c
2568         * src/gtk/quicksearch.h
2569                 Same
2570
2571 2007-01-21 [colin]      2.7.1cvs44
2572
2573         * src/common/utils.c
2574         * src/common/utils.h
2575         * src/etpan/etpan-thread-manager.c
2576         * src/etpan/etpan-thread-manager.h
2577                 Same (Funny that etpan_thread_unbind
2578                 is called but not etpan_thread_bind)
2579
2580 2007-01-21 [colin]      2.7.1cvs43
2581
2582         * src/addrselect.c
2583         * src/addrselect.h
2584         * src/codeconv.c
2585         * src/codeconv.h
2586         * src/compose.c
2587         * src/compose.h
2588         * src/etpan/Makefile.am
2589         * src/gtk/colorlabel.c
2590         * src/gtk/colorlabel.h
2591         * src/gtk/sslcertwindow.c
2592         * src/gtk/sslcertwindow.h
2593         * src/etpan/etpan-log.c ** REMOVED **
2594         * src/etpan/etpan-log.h ** REMOVED **
2595                 Same
2596
2597 2007-01-20 [colin]      2.7.1cvs42
2598
2599         * src/addritem.c
2600         * src/addritem.h
2601                 Same
2602
2603 2007-01-20 [colin]      2.7.1cvs41
2604
2605         * src/account.c
2606         * src/account.h
2607         * src/addrbook.c
2608         * src/addrbook.h
2609         * src/addrcache.c
2610         * src/addrcache.h
2611         * src/addrclip.c
2612         * src/addrclip.h
2613         * src/addressbook.c
2614         * src/addressbook.h
2615         * src/addrharvest.c
2616         * src/addrharvest.h
2617         * src/addrindex.c
2618         * src/addrindex.h
2619         * src/editaddress.c
2620         * src/editaddress.h
2621                 Make functions that aren't used in other
2622                 files static
2623
2624 2007-01-20 [colin]      2.7.1cvs40
2625
2626         * src/account.c
2627         * src/addrbook.c
2628         * src/addrcache.c
2629         * src/addressbook.c
2630         * src/addrgather.c
2631         * src/addrindex.c
2632         * src/addrquery.c
2633         * src/addrselect.c
2634         * src/browseldap.c
2635         * src/compose.c
2636         * src/editbook.c
2637         * src/editjpilot.c
2638         * src/editldap.c
2639         * src/editldap_basedn.c
2640         * src/editvcard.c
2641         * src/exporthtml.c
2642         * src/exportldif.c
2643         * src/folder.c
2644         * src/folderview.c
2645         * src/image_viewer.c
2646         * src/imap.c
2647         * src/importmutt.c
2648         * src/importpine.c
2649         * src/jpilot.c
2650         * src/ldapquery.c
2651         * src/main.c
2652         * src/mainwindow.c
2653         * src/matcher.c
2654         * src/messageview.c
2655         * src/mh.c
2656         * src/mimeview.c
2657         * src/msgcache.c
2658         * src/mutt.c
2659         * src/news.c
2660         * src/pine.c
2661         * src/prefs_account.c
2662         * src/prefs_common.c
2663         * src/prefs_compose_writing.c
2664         * src/prefs_ext_prog.c
2665         * src/prefs_folder_item.c
2666         * src/prefs_fonts.c
2667         * src/prefs_message.c
2668         * src/prefs_msg_colors.c
2669         * src/prefs_other.c
2670         * src/prefs_quote.c
2671         * src/prefs_receive.c
2672         * src/prefs_send.c
2673         * src/prefs_spelling.c
2674         * src/prefs_summaries.c
2675         * src/prefs_toolbar.c
2676         * src/prefs_wrapping.c
2677         * src/privacy.c
2678         * src/procmime.c
2679         * src/procmsg.c
2680         * src/ssl_manager.c
2681         * src/statusbar.c
2682         * src/summaryview.c
2683         * src/toolbar.c
2684         * src/vcard.c
2685         * src/common/hooks.c
2686         * src/common/log.c
2687         * src/common/passcrypt.c
2688         * src/common/socket.c
2689         * src/common/ssl.c
2690         * src/common/ssl_certificate.c
2691         * src/common/template.c
2692         * src/common/utils.c
2693         * src/etpan/imap-thread.c
2694         * src/gtk/sslcertwindow.c
2695         * src/gtk/sslcertwindow.h
2696                 Make functions that could be static, static
2697
2698 2007-01-20 [colin]      2.7.1cvs39
2699
2700         * src/editldap.c
2701                 Fix tooltip
2702
2703 2007-01-20 [colin]      2.7.1cvs38
2704
2705         * src/ldapquery.c
2706         * src/ldaputil.c
2707         * src/ldaputil.h
2708                 Fix bug 1102, 'claws-mail-2.7.1 
2709                 makes use of deprecated ldap 
2710                 functions'
2711
2712 2007-01-20 [colin]      2.7.1cvs37
2713
2714         * src/mainwindow.c
2715         * src/mainwindow.h
2716         * src/summaryview.c
2717         * src/gtk/quicksearch.c
2718                 Add Wide message list layout
2719
2720 2007-01-19 [fabien]     2.7.1cvs36
2721
2722         * src/textview.c
2723                 make sure a font change is considered in links of
2724                 headerview.
2725
2726 2007-01-19 [colin]      2.7.1cvs35
2727
2728         * src/main.c
2729         * src/mainwindow.c
2730         * src/mainwindow.h
2731         * src/messageview.c
2732         * src/messageview.h
2733         * src/prefs_common.c
2734         * src/prefs_common.h
2735         * src/summaryview.c
2736         * src/summaryview.h
2737         * src/gtk/quicksearch.c
2738         * src/gtk/quicksearch.h
2739                 Drop 'Separate Folder tree' and 'Separate
2740                 Message View'. Put three layouts in place
2741                 of it.
2742
2743 2007-01-19 [paul]       2.7.1cvs34
2744
2745         * src/prefs_msg_colors.c
2746                 more use of Q_ for translators
2747
2748 2007-01-19 [paul]       2.7.1cvs33
2749
2750         * src/imap_gtk.c
2751         * src/prefs_account.c
2752                 a few changes to the English
2753
2754 2007-01-19 [fabien]     2.7.1cvs32
2755
2756         * src/wizard.c
2757                 factorize translatable string
2758
2759 2007-01-18 [colin]      2.7.1cvs31
2760
2761         * src/main.c
2762                 Don't error out on --sync option. Although
2763                 we don't do anything with it, gtk+ handles
2764                 it, and it's useful for debugging X errors
2765
2766 2007-01-18 [fabien]     2.7.1cvs30
2767
2768         * src/prefs_other.c
2769                 ability to apply on the fly the recent added
2770                 'gtk_can_change_accels' pref (no need to restart).
2771
2772 2007-01-18 [fabien]     2.7.1cvs29
2773
2774         * src/plugins/bogofilter/bogofilter_gtk.c
2775         * src/plugins/bogofilter/bogofilter.c
2776         * src/plugins/spamassassin/spamassassin_gtk.c
2777         * src/addr_compl.c
2778         * src/prefs_account.c
2779                 factorize or rewrite some translatable strings.
2780
2781 2007-01-18 [fabien]     2.7.1cvs28
2782
2783         * src/prefs_gtk.h
2784         * src/compose.c
2785                 set a 4pix space between "Subject:" label and subject entry in
2786                 compose window.
2787
2788 2007-01-18 [wwp]        2.7.1cvs27
2789
2790         * src/addressbook.c
2791                 fix conflicting address-copy/paste when focus is set
2792                 to the embedded edit-person form.
2793  
2794
2795 2007-01-18 [wwp]        2.7.1cvs26
2796
2797         * src/addressbook.h
2798                 complete 2.7.1cvs23 (one more file was missing from that
2799                 commit).
2800
2801 2007-01-18 [colin]      2.7.1cvs25
2802
2803         * src/main.c
2804                 Provide a way to migrate without backup
2805                 Re-ask for migration on next start if 
2806                 it has been refused and wizard has been 
2807                 cancelled after.
2808
2809 2007-01-18 [wwp]        2.7.1cvs24
2810
2811         * src/editaddress.c
2812                 complete 2.7.1.cvs23 (file was missing from previous
2813                 commit).
2814
2815 2007-01-18 [wwp]        2.7.1cvs23
2816
2817         * src/addressbook.c
2818                 fix potential crashes in address book's focus_in/out signal handlers,
2819                 force focus to the edit-person form when clicked the Edit menu entry or
2820                 button (this only matters if the edit-person form is embedded to the
2821                 AB window, in that case, focus is not set when browsing the contacts
2822                 list w/ keys or mouse clicks).
2823
2824 2007-01-18 [paul]       2.7.1cvs22
2825
2826         * src/main.c
2827                 add command line options:
2828                 -h for --help
2829                 -q and --quit for --exit
2830                 -v for --version
2831                 print "Unknown option" for unknown options
2832
2833 2007-01-18 [paul]       2.7.1cvs21
2834
2835         * po/ru.po
2836                 updated by Pavlo Bohmat
2837
2838 2007-01-18 [paul]       2.7.1cvs20
2839
2840         * src/mainwindow.c
2841                 fix sensitivity issues of Mark as Spam/Ham
2842
2843 2007-01-17 [fabien]     2.7.1cvs19
2844
2845         * src/prefs_other.c
2846         * src/prefs_common.c
2847         * src/prefs_common.h
2848         * src/main.c
2849                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2850                 control the corresponding gtk property. It could be used to lock
2851                 all shortcuts (avoid to set one of them by inadvertency).
2852
2853 2007-01-17 [colin]      2.7.1cvs18
2854
2855         * src/summaryview.c
2856                 Fix bug 1100, 'Highlighted e-mail data not visible 
2857                 when color label applied.'. Use a weighted average
2858                 between normal selected foreground color and color
2859                 label instead of a simple one (3/1 instead 1/1).
2860
2861 2007-01-17 [colin]      2.7.1cvs17
2862
2863         * src/messageview.c
2864                 Better fix for bug 1088, 'Ctrl-h produces repeatable
2865                 crash' - don't prevent mail switching while loading
2866
2867 2007-01-17 [colin]      2.7.1cvs16
2868
2869         * src/folder.c
2870         * src/folder.h
2871         * src/folderview.c
2872         * src/folderview.h
2873         * src/imap.c
2874         * src/imap.h
2875         * src/imap_gtk.c
2876                 Manage recursive search of unsubscribed folders
2877                 Rescan tree without checking for new messages 
2878                 after subscriptions changed
2879
2880 2007-01-17 [paul]       2.7.1cvs15
2881
2882         * src/prefs_common.c
2883         * src/gtk/pluginwindow.c
2884                 fix bug 1101, '"Load plugin" button is
2885                 accidentally hidden'
2886                 unset (-1) initial width in prefs_common,
2887                 fix overlapping buttons,
2888                 and other cleanups
2889
2890 2007-01-17 [paul]       2.7.1cvs14
2891
2892         * src/procmime.c
2893                 add #include <errno.h>, it's needed
2894                 on some systems
2895
2896 2007-01-17 [paul]       2.7.1cvs13
2897
2898         * src/common/defs.h
2899         * tools/make.themes.project
2900                 rename .sylpheed_themeinfo to .claws_themeinfo
2901                 and use it
2902         * src/etpan/etpan-errors.h
2903         * src/etpan/etpan-log.c
2904         * src/etpan/etpan-log.h
2905         * src/etpan/etpan-thread-manager-types.h
2906         * src/etpan/etpan-thread-manager.c
2907         * src/etpan/etpan-thread-manager.h
2908         * src/etpan/imap-thread.c
2909         * src/etpan/imap-thread.h
2910                 add copyright header
2911
2912 2007-01-17 [colin]      2.7.1cvs12
2913
2914         * src/plugins/pgpcore/select-keys.c
2915         * src/gtk/pluginwindow.c
2916         * src/prefs_account.c
2917                 Fix warnings
2918
2919 2007-01-16 [colin]      2.7.1cvs11
2920
2921         * src/imap.c
2922         * src/imap.h
2923         * src/imap_gtk.c
2924                 Manage subscribing to subfolders when only
2925                 subscribed folders are shown.
2926
2927 2007-01-16 [colin]      2.7.1cvs10
2928
2929         * src/folderview.c
2930                 Fix annoying vscrollbar going back to top
2931                 on Check for new folders
2932
2933 2007-01-16 [colin]      2.7.1cvs9
2934
2935         * src/imap.c
2936                 Remove printf
2937
2938 2007-01-16 [colin]      2.7.1cvs8
2939
2940         * src/filtering.c
2941                 Bigger buffer for errors
2942         * src/imap.c
2943         * src/imap.h
2944         * src/imap_gtk.c
2945         * src/prefs_account.c
2946         * src/prefs_account.h
2947         * src/wizard.c
2948         * src/etpan/imap-thread.c
2949         * src/etpan/imap-thread.h
2950         * manual/handling.xml
2951                 Add subscriptions management. What it changes:
2952                 Creating a folder subscribes to it
2953                 Deleting a folder unsubscribes it
2954                 New contextual menu item allowing to switch between
2955                 All folders and Subscribed folders, subscribe, and
2956                 unsubscribe. "Creating" an existing but unsubscribed
2957                 folder will subscribe it.
2958                 By default for new accounts, only subscribed folders 
2959                 are shown.
2960
2961
2962 2007-01-16 [paul]       2.7.1cvs7
2963
2964         * src/summaryview.c
2965                 Allow folder classes to specify only sort_key or
2966                 sort_type instead of both or none.
2967
2968 2007-01-16 [paul]       2.7.1cvs6
2969
2970         * src/action.c
2971         * src/compose.c
2972         * src/mimeview.c
2973         * src/procmime.c
2974         * src/textview.c
2975                 Save and use errno for procmime_get_part
2976
2977 2007-01-16 [colin]      2.7.1cvs5
2978
2979         * src/imap.c
2980                 Never remove INBOX when scanning for
2981                 new folders. It's a special folder
2982                 that has to exist.
2983
2984 2007-01-15 [colin]      2.7.1cvs4
2985
2986         * src/imap.c
2987                 Fix 'Check for new folders' when IMAP subdirectory
2988                 is set
2989         * src/etpan/imap-thread.c
2990                 Fix build
2991
2992 2007-01-15 [colin]      2.7.1cvs3
2993
2994         * src/etpan/imap-thread.c
2995                 Fix invalid free on command-connection
2996                 error
2997
2998 2007-01-15 [wwp]        2.7.1cvs2
2999
3000         * src/matcher_parser_lex.l
3001         * src/quote_fmt_lex.l
3002         * src/matcher_parser_parse.y
3003                 fix copyright header in lexers and parsers.
3004
3005 2007-01-15 [paul]       2.7.1cvs1
3006
3007         * NEWS
3008         * README
3009         * RELEASE_NOTES
3010         * configure.ac
3011                 bump up version number following
3012                 stable release
3013
3014 2007-01-15 [paul]       2.7.0cvs31
3015
3016         * AUTHORS
3017         * src/gtk/authors.h
3018                 add Fabien to the Team list
3019                 add the recent contributors
3020                 make a few corrections
3021
3022 2007-01-15 [paul]       2.7.0cvs30
3023
3024         * src/mainwindow.c
3025                 fix compiler warning
3026         * src/plugins/pgpcore/prefs_gpg.c
3027         * src/plugins/pgpcore/prefs_gpg.h
3028                 add missing include
3029                 fix copyright header
3030
3031 2007-01-14 [colin]      2.7.0cvs29
3032
3033         * src/gtk/filesel.c
3034                 Use the 'gtk+' backend. Avoids gnome-vfs use,
3035                 two benefits: faster to open, will fix strange
3036                 dbus-related crash. Thanks to Pascal Terjan.
3037
3038 2007-01-14 [colin]      2.7.0cvs28
3039
3040         * src/etpan/imap-thread.c
3041                 Delete the old imap just after allocating
3042                 the new one. Makes sure we don't get the
3043                 same pointer by sheer luck, which feels
3044                 strange in the debug log.
3045
3046 2007-01-14 [colin]      2.7.0cvs27
3047
3048         * src/gtk/inputdialog.c
3049                 Make sure we don't print passwords in
3050                 clear text when in debug mode
3051
3052 2007-01-14 [colin]      2.7.0cvs26
3053
3054         * src/gtk/gtksctree.c
3055                 Fix bug 1098, 'bogus last row display 
3056                 after expanding a thread'. Patch by
3057                 Jindrich Makovicka <makovick@gmail.com>
3058
3059 2007-01-14 [colin]      2.7.0cvs25
3060
3061         * src/etpan/imap-thread.c
3062                 Close socket manually before
3063                 freeing the imap struct
3064
3065 2007-01-14 [colin]      2.7.0cvs24
3066
3067         * src/etpan/imap-thread.c
3068                 Maybe fix new reconnection issues
3069
3070 2007-01-13 [colin]      2.7.0cvs23
3071
3072         * src/summaryview.c
3073                 Freeze/thaw on thread selection
3074
3075 2007-01-13 [paul]       2.7.0cvs22
3076
3077         * src/mainwindow.c
3078         * src/summaryview.c
3079         * src/summaryview.h
3080                 add 'Edit/Delete thread'
3081
3082 2007-01-13 [colin]      2.7.0cvs21
3083
3084         * src/prefs_account.c
3085         * src/prefs_compose_writing.c
3086         * src/prefs_message.c
3087         * src/prefs_msg_colors.c
3088         * src/prefs_other.c
3089         * src/prefs_receive.c
3090         * src/prefs_spelling.c
3091         * src/prefs_summaries.c
3092         * src/prefs_themes.c
3093         * src/gtk/gtkutils.c
3094         * src/gtk/gtkutils.h
3095         * src/plugins/pgpcore/prefs_gpg.c
3096         * src/plugins/spamassassin/spamassassin_gtk.c
3097                 Factorize gtk frame creation
3098                 Patch by Pawel
3099
3100 2007-01-13 [colin]      2.7.0cvs20
3101
3102         * src/message_search.c
3103         * src/summary_search.c
3104                 Fix Enter in search windows
3105         * src/messageview.c
3106                 Fix body search starting at the
3107                 end of the mail (and asking for loop)
3108
3109 2007-01-13 [colin]      2.7.0cvs19
3110
3111         * src/etpan/imap-thread.c
3112                 Make sure we don't free the same imap
3113                 twice
3114
3115 2007-01-13 [colin]      2.7.0cvs18
3116
3117         * commitHelper
3118                 Allow multiple commitHelpers to
3119                 run at once
3120
3121 2007-01-12 [colin]      2.7.0cvs17
3122
3123         * src/etpan/imap-thread.c
3124                 Make sure we get rid of the previous mailimap
3125                 when connecting - just in case disconnect was
3126                 unclean
3127
3128 2007-01-12 [paul]       2.7.0cvs16
3129
3130         * src/compose.c
3131                 Strip S/MIME signatures when re-editing
3132                 S/MIME signed messages.
3133
3134 2007-01-12 [paul]       2.7.0cvs15
3135
3136         * configure.ac
3137         * src/addressbook.c
3138         * src/foldersel.c
3139         * src/folderview.c
3140         * src/main.c
3141                 no need to define CLAWS anymore, remove
3142                 all that stuff
3143
3144 2007-01-12 [paul]       2.7.0cvs14
3145
3146         * src/mimeview.c
3147                 check if the mail's signed as
3148                 it can change the mail structure
3149                 Thanks to Colin
3150
3151 2007-01-12 [paul]       2.7.0cvs13
3152
3153         * src/procmime.c
3154                 fix Forwarding msgs with attachments
3155                 that have dos line endings
3156                 Thanks to Colin
3157
3158 2007-01-12 [wwp]        2.7.0cvs12
3159
3160         * configure.ac
3161                 Revert accidentally committed extra version tag.
3162
3163 2007-01-12 [wwp]        2.7.0cvs11
3164
3165         * src/prefs_account.c
3166                 Fix compilation w/o aspell (completes 2.7.0cvs7).
3167
3168 2007-01-11 [colin]      2.7.0cvs10
3169
3170         * src/imap.c
3171                 move g_warning to debug_print
3172                 it scares people for no reason
3173
3174 2007-01-11 [colin]      2.7.0cvs9
3175
3176         * po/POTFILES.in
3177                 Fix files to translate. Patch by
3178                 Fabien
3179
3180 2007-01-11 [paul]       2.7.0cvs8
3181
3182         * src/imap.c
3183                 Fix recursion when server lists the
3184                 current subfolder in the response
3185         * src/mimeview.c
3186                 Fix updating of icon_list/ctree
3187         * src/plugins/pgpcore/select-keys.c
3188                 Fix a few annoyances when choosing
3189                 keys for the CMS (S/MIME) protocol
3190
3191 2007-01-11 [wwp]        2.7.0cvs7
3192
3193         * src/compose.c
3194         * src/prefs_account.c
3195         * src/prefs_account.h
3196                 Add per-account spellcheck default dictionaries settings.
3197
3198 2007-01-10 [colin]      2.7.0cvs6
3199
3200         * src/prefs_folder_item.c
3201                 Factorize strings - patch by Fabien
3202
3203 2007-01-10 [colin]      2.7.0cvs5
3204
3205         * src/mainwindow.c
3206                 Fix bug 1095, 'Crash while changing folder 
3207                 columns during incorporation'
3208
3209 2007-01-09 [colin]      2.7.0cvs4
3210
3211         * src/gtk/pluginwindow.c
3212                 Set the plugin window transient. Seems
3213                 like some window managers hide it in
3214                 the background after "load plugin"...
3215
3216 2007-01-09 [colin]      2.7.0cvs3
3217
3218         * src/gtk/filesel.c
3219                 Use the same type for alloc and free
3220
3221 2007-01-08 [paul]       2.7.0cvs2
3222
3223         * po/nl.po
3224                 updated by Tim Dijkstra
3225
3226 2007-01-08 [paul]       2.7.0cvs1
3227
3228         * src/prefs_themes.c
3229         * src/common/utils.c
3230                 Fix resource leaks
3231
3232 2007-01-08 [paul]       2.7.0
3233
3234         * NEWS
3235         * README
3236         * RELEASE_NOTES
3237                 2.7.0 released
3238
3239 2007-01-08 [paul]       2.6.1cvs119
3240
3241         * doc/man/claws-mail.1
3242                 another correction
3243
3244 2007-01-08 [paul]       2.6.1cvs118
3245
3246         * doc/man/claws-mail.1
3247                 corrections
3248         * manual/advanced.xml
3249                 improved English usage
3250
3251 2007-01-08 [paul]       2.6.1cvs117
3252
3253         * po/ca.po
3254         * po/de.po
3255         * po/en_GB.po
3256         * po/fi.po
3257         * po/it.po
3258         * po/pt_BR.po
3259         * po/sk.po
3260         * po/sr.po
3261         * po/zh_CN.po
3262                 updated by Miquel Oliete, Stephan Sachse, me,
3263                 Tommi Pirinen, Andrea Spadaccini, Frederico
3264                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3265                 Urosevic, and Ralgh Young
3266
3267 2007-01-07 [mones]      2.6.1cvs116
3268
3269         * manual/es/advanced.xml
3270         * po/es.po
3271                 Synced manual (unhide mark_as_read_delay)
3272                 and updated translation for release
3273
3274 2007-01-07 [paul]       2.6.1cvs115
3275
3276         * src/prefs_matcher.c
3277                 make the hbox content fit better under
3278                 various languages
3279
3280 2007-01-07 [colin]      2.6.1cvs114
3281
3282         * src/messageview.c
3283                 Fix bug 1088, 'Ctrl-h produces repeatable
3284                 crash'
3285
3286 2007-01-06 [colin]      2.6.1cvs113
3287
3288         * src/etpan/imap-thread.c
3289                 Add casts to int to get certs. Fixes
3290                 bug 1064, 'crash @ etpan_certificate_check() 
3291                 when opening an IMAP folder', with latest
3292                 libetpan CVS or >= 0.49
3293         * src/mainwindow.c
3294         * src/mainwindow.h
3295         * src/imap_gtk.c
3296         * src/news_gtk.c
3297         * src/prefs_folder_item.c
3298                 Grey out the "synchronise" menu items if
3299                 there's nothing to synchronise.
3300         * src/plugins/pgpcore/sgpgme.c
3301                 Make an error clearer than "Unknown error"
3302
3303 2007-01-06 [colin]      2.6.1cvs112
3304
3305         * src/messageview.c
3306                 Don't try to show a message if updating
3307                 Maybe fixes bug 1088, 'ctrl-h produces
3308                 repeatable crash'.
3309
3310 2007-01-06 [colin]      2.6.1cvs111
3311
3312         * src/summaryview.c
3313                 Disable Control-Space (handle it as Space).
3314
3315 2007-01-05 [paul]       2.6.1cvs110
3316
3317         * src/imap.c
3318                 Fix bug 934, 'sylpheed claws 2.1 
3319                 doesn't show Exchanges Public Folders'
3320                 Thanks to Hoa and Colin
3321         * src/msgcache.c
3322                 Refuse to allocate more than 2 MB for a 
3323                 single field, it's a good indication of
3324                 cache corruption.
3325
3326 2007-01-05 [colin]      2.6.1cvs109
3327
3328         * src/mainwindow.c
3329                 Allow --select'ing emails by Message-ID too
3330
3331 2007-01-05 [colin]      2.6.1cvs108
3332
3333         * src/common/quoted-printable.c
3334                 Uh! Third fix :)
3335
3336 2007-01-05 [colin]      2.6.1cvs107
3337
3338         * src/common/quoted-printable.c
3339                 Fix previous commit about bug 1089
3340                 Thanks to Ralf
3341
3342 2007-01-05 [colin]      2.6.1cvs106
3343
3344         * src/common/quoted-printable.c
3345                 Fix my previous commit on bug 1089
3346                 - Thanks to Ralf :)
3347
3348 2007-01-04 [colin]      2.6.1cvs105
3349
3350         * src/common/quoted-printable.c
3351                 Fix bug 1089, 'NUL characters in Subject 
3352                 line are misinterpreted'. Not a pain to
3353                 fix in fact.
3354
3355 2007-01-04 [colin]      
3356
3357         2.7.0-rc3 released
3358
3359 2007-01-04 [wwp]        2.6.1cvs104
3360
3361         * src/image_viewer.c
3362                 Force operator precedence (fix a compiler warning).
3363
3364 2007-01-04 [colin]      2.6.1cvs103
3365
3366         * src/image_viewer.c
3367                 Be cautious there too (same fix as the one
3368                 in textview from cvs33)
3369         * src/messageview.c
3370                 Don't use any MimeViewer plugin when showing
3371                 all headers
3372
3373 2007-01-03 [wwp]        2.6.1cvs102
3374
3375         * src/html.c
3376         * src/html.h
3377                 fixed "cent" sign (use the existing ASCII one),
3378                 decode more HTML entities,
3379                 converted table ASCII entries to UTF-8,
3380                 moved a switch() into a hashtable.
3381
3382 2007-01-03 [paul]       2.6.1cvs101
3383
3384         * src/compose.c
3385         * src/messageview.c
3386         * src/procmsg.c
3387         * src/procmsg.h
3388                 When possible, use move_msg instead of
3389                 copy_msg + remove_msg to move sent mail
3390                 from Queue to Sent. 
3391
3392 2007-01-03 [paul]       2.6.1cvs100
3393
3394         * src/html.c
3395                 add more html entity recognition:
3396                 pounds, euros, and cents
3397
3398 2007-01-03 [colin]      2.6.1cvs99
3399
3400         * src/imap_gtk.c
3401                 Don't display an error on NOSELECT
3402                 folders when synchronising
3403
3404 2007-01-03 [paul]       2.6.1cvs98
3405
3406         * tools/maildir2claws-mail.pl
3407                 only substitute 'sent-mail' if it's
3408                 the full directory name
3409
3410 2007-01-03 [paul]       2.6.1cvs97
3411
3412         * ChangeLog
3413         * ChangeLog.pre2.0.0
3414         * Makefile.am
3415                 archive a chunk of ChangeLog in
3416                 ChangeLog.pre2.0.0
3417         * ChangeLog.gtk1
3418         * doc/src/ChangeLog.claws-pre0.8.0
3419                 remove ChangeLog.claws-pre0.8.0, adding
3420                 its contents to ChangeLog.gtk1
3421
3422 2007-01-03 [paul]       2.6.1cvs96
3423
3424         * src/account.c
3425         * src/account.h
3426         * src/action.c
3427         * src/action.h
3428         * src/adbookbase.h
3429         * src/addr_compl.c
3430         * src/addr_compl.h
3431         * src/addrbook.c
3432         * src/addrcache.c
3433         * src/addrcache.h
3434         * src/addrcindex.c
3435         * src/addrcindex.h
3436         * src/addrclip.c
3437         * src/addrclip.h
3438         * src/addrdefs.h
3439         * src/addressadd.c
3440         * src/addressadd.h
3441         * src/addressbook.c
3442         * src/addressbook.h
3443         * src/addressbook_foldersel.c
3444         * src/addressbook_foldersel.h
3445         * src/addrgather.c
3446         * src/addrgather.h
3447         * src/addrharvest.c
3448         * src/addrharvest.h
3449         * src/addrindex.c
3450         * src/addrindex.h
3451         * src/addritem.c
3452         * src/addritem.h
3453         * src/addrquery.c
3454         * src/addrquery.h
3455         * src/addrselect.c
3456         * src/addrselect.h
3457         * src/alertpanel.c
3458         * src/alertpanel.h
3459         * src/browseldap.c
3460         * src/browseldap.h
3461         * src/codeconv.c
3462         * src/codeconv.h
3463         * src/compose.c
3464         * src/compose.h
3465         * src/customheader.c
3466         * src/customheader.h
3467         * src/displayheader.c
3468         * src/displayheader.h
3469         * src/editaddress.c
3470         * src/editaddress.h
3471         * src/editbook.c
3472         * src/editbook.h
3473         * src/editgroup.c
3474         * src/editgroup.h
3475         * src/editjpilot.c
3476         * src/editjpilot.h
3477         * src/editldap.c
3478         * src/editldap.h
3479         * src/editldap_basedn.c
3480         * src/editldap_basedn.h
3481         * src/editvcard.c
3482         * src/editvcard.h
3483         * src/exphtmldlg.c
3484         * src/exphtmldlg.h
3485         * src/expldifdlg.c
3486         * src/expldifdlg.h
3487         * src/export.c
3488         * src/export.h
3489         * src/exporthtml.c
3490         * src/exporthtml.h
3491         * src/exportldif.c
3492         * src/exportldif.h
3493         * src/filtering.c
3494         * src/filtering.h
3495         * src/folder.c
3496         * src/folder.h
3497         * src/folder_item_prefs.c
3498         * src/folder_item_prefs.h
3499         * src/foldersel.c
3500         * src/foldersel.h
3501         * src/folderutils.c
3502         * src/folderutils.h
3503         * src/folderview.c
3504         * src/folderview.h
3505         * src/grouplistdialog.c
3506         * src/grouplistdialog.h
3507         * src/headerview.c
3508         * src/html.c
3509         * src/html.h
3510         * src/image_viewer.c
3511         * src/image_viewer.h
3512         * src/imap.c
3513         * src/imap.h
3514         * src/imap_gtk.c
3515         * src/imap_gtk.h
3516         * src/import.c
3517         * src/import.h
3518         * src/importldif.c
3519         * src/importldif.h
3520         * src/importmutt.c
3521         * src/importmutt.h
3522         * src/importpine.c
3523         * src/importpine.h
3524         * src/inc.c
3525         * src/inc.h
3526         * src/jpilot.c
3527         * src/jpilot.h
3528         * src/ldapctrl.c
3529         * src/ldapctrl.h
3530         * src/ldaplocate.c
3531         * src/ldaplocate.h
3532         * src/ldapquery.c
3533         * src/ldapquery.h
3534         * src/ldapserver.c
3535         * src/ldapserver.h
3536         * src/ldaputil.c
3537         * src/ldaputil.h
3538         * src/ldif.c
3539         * src/ldif.h
3540         * src/main.c
3541         * src/main.h
3542         * src/mainwindow.c
3543         * src/mainwindow.h
3544         * src/manual.c
3545         * src/manual.h
3546         * src/mbox.c
3547         * src/message_search.c
3548         * src/message_search.h
3549         * src/messageview.c
3550         * src/messageview.h
3551         * src/mh.c
3552         * src/mh.h
3553         * src/mh_gtk.c
3554         * src/mh_gtk.h
3555         * src/mimeview.c
3556         * src/mimeview.h
3557         * src/msgcache.c
3558         * src/msgcache.h
3559         * src/mutt.c
3560         * src/mutt.h
3561         * src/news.c
3562         * src/news.h
3563         * src/news_gtk.c
3564         * src/news_gtk.h
3565         * src/partial_download.c
3566         * src/partial_download.h
3567         * src/pine.c
3568         * src/pine.h
3569         * src/pop.c
3570         * src/pop.h
3571         * src/prefs_account.c
3572         * src/prefs_account.h
3573         * src/prefs_actions.c
3574         * src/prefs_actions.h
3575         * src/prefs_common.c
3576         * src/prefs_common.h
3577         * src/prefs_compose_writing.c
3578         * src/prefs_compose_writing.h
3579         * src/prefs_customheader.c
3580         * src/prefs_customheader.h
3581         * src/prefs_display_header.c
3582         * src/prefs_display_header.h
3583         * src/prefs_filtering.c
3584         * src/prefs_filtering.h
3585         * src/prefs_filtering_action.c
3586         * src/prefs_filtering_action.h
3587         * src/prefs_folder_column.c
3588         * src/prefs_folder_column.h
3589         * src/prefs_folder_item.c
3590         * src/prefs_folder_item.h
3591         * src/prefs_fonts.c
3592         * src/prefs_fonts.h
3593         * src/prefs_gtk.c
3594         * src/prefs_gtk.h
3595         * src/prefs_image_viewer.c
3596         * src/prefs_image_viewer.h
3597         * src/prefs_matcher.c
3598         * src/prefs_matcher.h
3599         * src/prefs_message.c
3600         * src/prefs_msg_colors.c
3601         * src/prefs_msg_colors.h
3602         * src/prefs_other.c
3603         * src/prefs_quote.c
3604         * src/prefs_receive.c
3605         * src/prefs_send.c
3606         * src/prefs_spelling.c
3607         * src/prefs_spelling.h
3608         * src/prefs_summaries.c
3609         * src/prefs_summaries.h
3610         * src/prefs_summary_column.c
3611         * src/prefs_summary_column.h
3612         * src/prefs_template.c
3613         * src/prefs_template.h
3614         * src/prefs_themes.c
3615         * src/prefs_themes.h
3616         * src/prefs_toolbar.c
3617         * src/prefs_toolbar.h
3618         * src/prefs_wrapping.c
3619         * src/prefs_wrapping.h
3620         * src/privacy.c
3621         * src/privacy.h
3622         * src/procheader.c
3623         * src/procheader.h
3624         * src/procmime.c
3625         * src/procmime.h
3626         * src/procmsg.c
3627         * src/procmsg.h
3628         * src/quote_fmt.c
3629         * src/quote_fmt_parse.y
3630         * src/recv.c
3631         * src/recv.h
3632         * src/remotefolder.c
3633         * src/remotefolder.h
3634         * src/send_message.c
3635         * src/send_message.h
3636         * src/setup.c
3637         * src/setup.h
3638         * src/sourcewindow.c
3639         * src/sourcewindow.h
3640         * src/ssl_manager.c
3641         * src/ssl_manager.h
3642         * src/statusbar.c
3643         * src/statusbar.h
3644         * src/stock_pixmap.c
3645         * src/stock_pixmap.h
3646         * src/summary_search.c
3647         * src/summary_search.h
3648         * src/summaryview.c
3649         * src/summaryview.h
3650         * src/textview.c
3651         * src/textview.h
3652         * src/toolbar.c
3653         * src/toolbar.h
3654         * src/undo.c
3655         * src/undo.h
3656         * src/unmime.c
3657         * src/unmime.h
3658         * src/vcard.c
3659         * src/vcard.h
3660         * src/wizard.c
3661         * src/wizard.h
3662         * src/common/base64.c
3663         * src/common/base64.h
3664         * src/common/defs.h
3665         * src/common/hooks.c
3666         * src/common/hooks.h
3667         * src/common/log.c
3668         * src/common/log.h
3669         * src/common/mgutils.c
3670         * src/common/mgutils.h
3671         * src/common/nntp.c
3672         * src/common/nntp.h
3673         * src/common/passcrypt.c
3674         * src/common/passcrypt.h.in
3675         * src/common/plugin.c
3676         * src/common/plugin.h
3677         * src/common/prefs.c
3678         * src/common/prefs.h
3679         * src/common/progressindicator.c
3680         * src/common/progressindicator.h
3681         * src/common/quoted-printable.c
3682         * src/common/quoted-printable.h
3683         * src/common/session.c
3684         * src/common/session.h
3685         * src/common/smtp.c
3686         * src/common/smtp.h
3687         * src/common/socket.c
3688         * src/common/socket.h
3689         * src/common/ssl.c
3690         * src/common/ssl.h
3691         * src/common/ssl_certificate.c
3692         * src/common/ssl_certificate.h
3693         * src/common/stringtable.c
3694         * src/common/stringtable.h
3695         * src/common/template.c
3696         * src/common/template.h
3697         * src/common/timing.h
3698         * src/common/utils.c
3699         * src/common/utils.h
3700         * src/common/version.h.in
3701         * src/common/xml.c
3702         * src/common/xml.h
3703         * src/common/xmlprops.c
3704         * src/common/xmlprops.h
3705         * src/gtk/about.c
3706         * src/gtk/colorlabel.c
3707         * src/gtk/colorsel.c
3708         * src/gtk/colorsel.h
3709         * src/gtk/combobox.c
3710         * src/gtk/combobox.h
3711         * src/gtk/description_window.c
3712         * src/gtk/description_window.h
3713         * src/gtk/filesel.c
3714         * src/gtk/filesel.h
3715         * src/gtk/foldersort.c
3716         * src/gtk/foldersort.h
3717         * src/gtk/gtksctree.c
3718         * src/gtk/gtkutils.c
3719         * src/gtk/gtkutils.h
3720         * src/gtk/inputdialog.c
3721         * src/gtk/inputdialog.h
3722         * src/gtk/logwindow.c
3723         * src/gtk/logwindow.h
3724         * src/gtk/manage_window.c
3725         * src/gtk/manage_window.h
3726         * src/gtk/menu.c
3727         * src/gtk/menu.h
3728         * src/gtk/pluginwindow.c
3729         * src/gtk/pluginwindow.h
3730         * src/gtk/prefswindow.c
3731         * src/gtk/prefswindow.h
3732         * src/gtk/progressdialog.c
3733         * src/gtk/progressdialog.h
3734         * src/gtk/sslcertwindow.c
3735         * src/gtk/sslcertwindow.h
3736         * src/plugins/bogofilter/bogofilter.c
3737         * src/plugins/bogofilter/bogofilter.h
3738         * src/plugins/bogofilter/bogofilter_gtk.c
3739         * src/plugins/clamav/clamav_plugin.c
3740         * src/plugins/clamav/clamav_plugin.h
3741         * src/plugins/clamav/clamav_plugin_gtk.c
3742         * src/plugins/demo/demo.c
3743         * src/plugins/dillo_viewer/dillo_prefs.c
3744         * src/plugins/dillo_viewer/dillo_prefs.h
3745         * src/plugins/dillo_viewer/dillo_viewer.c
3746         * src/plugins/pgpcore/passphrase.c
3747         * src/plugins/pgpcore/passphrase.h
3748         * src/plugins/pgpcore/pgp_viewer.c
3749         * src/plugins/pgpcore/pgp_viewer.h
3750         * src/plugins/pgpcore/plugin.c
3751         * src/plugins/pgpcore/select-keys.c
3752         * src/plugins/pgpcore/select-keys.h
3753         * src/plugins/pgpcore/sgpgme.c
3754         * src/plugins/pgpcore/sgpgme.h
3755         * src/plugins/pgpinline/pgpinline.c
3756         * src/plugins/pgpinline/pgpinline.h
3757         * src/plugins/pgpinline/plugin.c
3758         * src/plugins/pgpmime/pgpmime.c
3759         * src/plugins/pgpmime/pgpmime.h
3760         * src/plugins/pgpmime/plugin.c
3761         * src/plugins/spamassassin/spamassassin.c
3762         * src/plugins/spamassassin/spamassassin.h
3763         * src/plugins/spamassassin/spamassassin_gtk.c
3764         * src/plugins/trayicon/trayicon.c
3765                 it's 2007, update the year in the copyright headers
3766
3767 2007-01-03 [paul]       2.6.1cvs95
3768
3769         * src/gtk/about.c
3770                 it is 2007, use it in the copyright string
3771
3772 2007-01-03 [paul]       2.6.1cvs94
3773
3774         * src/html.c
3775                 html entity conversion:
3776                 move &#153; to a more suitable place
3777                 add &bull; and &ndash;
3778                 make sure &mdash; and &#8212; are both
3779                 converted the same
3780
3781 2007-01-02 [colin]      2.6.1cvs93
3782
3783         * src/addrbook.c
3784                 Fix leak
3785         * src/common/plugin.c
3786                 Add comment
3787         * src/etpan/imap-thread.c
3788                 Fix warning
3789
3790 2006-12-31 [paul]       2.6.1cvs92
3791
3792         * src/prefs_summaries.c
3793                 use gtk_button_new_from_stock()
3794
3795 2006-12-30 [colin]      2.6.1cvs91
3796
3797         * src/folder.c
3798         * src/imap_gtk.c
3799         * src/mh_gtk.c
3800                 Don't update filtering and account paths 
3801                 when copying folders
3802
3803 2006-12-30 [colin]      2.6.1cvs90
3804
3805         * src/prefs_compose_writing.c
3806         * src/prefs_quote.c
3807         * src/prefs_template.c
3808                 Use message font for Writing and 
3809                 Quoting prefs, as well as Templates.
3810
3811 2006-12-30 [colin]      2.6.1cvs89
3812
3813         * src/prefs_summaries.c
3814                 Rework GUI; patch by Pawel
3815
3816 2006-12-29 [colin]      2.6.1cvs88
3817
3818         * src/prefs_folder_item.c
3819                 Fix bug 1085, 'Apply to subfolder 
3820                 doesn't work' - I was mistaken saying
3821                 it worked in every case
3822