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