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