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