9def25b5062fa4a280875cf5c1e4f4bd99b6eea5
[claws.git] / ChangeLog
1 2007-08-22 [colin]      2.10.0cvs152
2
3         * src/ldapserver.c
4                 Set tv_usec too
5
6 2007-08-22 [wwp]        2.10.0cvs151
7
8         * src/ldapquery.c
9                 Few better null-ptr checks.
10
11 2007-08-22 [colin]      2.10.0cvs150
12
13         * src/editldap.c
14         * src/editldap_basedn.c
15         * src/ldapquery.c
16         * src/ldapserver.c
17         * src/ldapserver.h
18         * src/ldapupdate.c
19         * src/ldaputil.c
20         * src/ldaputil.h
21                 Fix ldap timeouts
22
23 2007-08-22 [colin]      2.10.0cvs149
24
25         * src/ldapquery.c
26                 Finish previous fix
27
28 2007-08-22 [colin]      2.10.0cvs148
29
30         * src/ldapquery.c
31                 Fix wrong assertions
32
33 2007-08-22 [colin]      2.10.0cvs147
34
35         * src/ldaputil.c
36                 Fix test (set ldap v3 if bindDN is set or TLS is set)
37
38 2007-08-22 [colin]      2.10.0cvs146
39
40         * src/editldap.c
41         * src/ldaputil.c
42                 Fix wrong "Connected successfully to server". Connection only succeeds if
43                 we can get the base DN.
44
45 2007-08-21 [wwp]        2.10.0cvs145
46
47         * src/browseldap.c
48         * src/editldap.c
49         * src/ldapctrl.c
50         * src/ldapquery.c
51         * src/ldapserver.c
52         * src/ldapupdate.c
53         * src/ldaputil.c
54                 More sanity checks in ldap functions.
55
56 2007-08-21 [wwp]        2.10.0cvs144
57
58         * src/prefs_account.c
59                 Don't return a value in a void function().
60
61 2007-08-21 [paul]       2.10.0cvs143
62
63         * src/messageview.c
64                 add check for ftp: to messageview_list_urls()
65
66 2007-08-21 [colin]      2.10.0cvs142
67
68         * src/editldap.c
69         * src/ldapctrl.c
70         * src/ldapctrl.h
71         * src/ldapquery.c
72         * src/ldapupdate.c
73                 Fix bug 1293, 'LDAP address book not working'
74                 Search only on specified fields, but fetch 
75                 every field possible. People will have to 
76                 reset the searched Attributes in their LDAP
77                 servers properties.
78
79 2007-08-21 [wwp]        2.10.0cvs141
80
81         * src/addr_compl.c
82         * src/addrbook.c
83         * src/addrcache.c
84         * src/addrcindex.c
85         * src/addressbook.c
86         * src/addrindex.c
87         * src/browseldap.c
88         * src/crash.c
89         * src/editaddress_other_attributes_ldap.c
90         * src/exporthtml.c
91         * src/folder.c
92         * src/folderview.c
93         * src/imap.c
94         * src/jpilot.c
95         * src/ldapserver.c
96         * src/ldapupdate.c
97         * src/ldif.c
98         * src/main.c
99         * src/mainwindow.c
100         * src/matcher.c
101         * src/mh.c
102         * src/msgcache.c
103         * src/mutt.c
104         * src/pine.c
105         * src/pop.c
106         * src/prefs_customheader.c
107         * src/prefs_msg_colors.c
108         * src/procmime.c
109         * src/textview.c
110         * src/vcard.c
111         * src/wizard.c
112         * src/common/log.c
113         * src/common/socket.c
114         * src/common/ssl_certificate.c
115         * src/common/utils.c
116         * src/common/utils.h
117         * src/gtk/description_window.c
118         * src/plugins/demo/demo.c
119         * src/plugins/pgpcore/prefs_gpg.c
120         * src/plugins/spamassassin/libspamc.c
121                 Make sure we use glib functions to send text messages (information,
122                 debug, warning, errors) to stdout/stderr - no more direct puts
123                 fputs printf fprintf to stdout/stderr when it can be done using
124                 g_log*() and g_print/g_printerr. Doing this, we make sure every
125                 stdout/stderr message is saved to log in Windows.
126
127
128 2007-08-21 [wwp]        2.10.0cvs140
129
130         * src/main.c
131         * src/common/utils.h
132                 Route glib's stdout/stderr messages to a log file (Windows only),
133                 instead of loosing them.
134
135 2007-08-21 [paul]       2.10.0cvs139
136
137         * src/mainwindow.c
138                 replace deprecated g_strncasecmp()
139         * src/messageview.c
140                 fix 'List URLS'
141
142 2007-08-20 [ticho]      2.10.0cvs138
143
144         * src/account.c
145         * src/prefs_account.h
146                 Copy all account preferences in account_clone() - some
147                 were missing.
148         * src/prefs_account.c
149                 Handle empty privacy system combobox gracefully (warning
150                 instead of a crash).
151
152 2007-08-20 [colin]      2.10.0cvs137
153
154         * src/ldapctrl.c
155                 Fix a leak
156
157 2007-08-20 [paul]       2.10.0cvs136
158
159         * src/browseldap.c
160         * src/editldap.c
161         * src/ldapctrl.c
162         * src/ldapquery.c
163         * src/ldapquery.h
164         * src/ldapserver.c
165         * src/ldaputil.c
166                 add debug_prints
167                 patch by Michael Rasmussen
168
169 2007-08-19 [colin]      2.10.0cvs135
170
171         * src/imap.c
172                 Fix previous commit. Sensitivity update is needed
173                 for "Cancel receiving". However when batching we
174                 don't need to do it for every message flag change,
175                 just once at the start and once at the end.
176
177 2007-08-19 [colin]      2.10.0cvs134
178
179         * src/imap.c
180                 Remove useless menu updates on session lock/unlock
181
182 2007-08-19 [colin]      2.10.0cvs133
183
184         * src/etpan/imap-thread.c
185                 Make all fetch logs less verbose
186
187 2007-08-19 [paul]       2.10.0cvs132
188
189         * src/foldersel.c
190         * src/folderview.c
191         * src/summaryview.c
192                 fix bug 1286, 'Can't move a folder into a "Folders
193                 Only" folder'
194
195 2007-08-18 [ticho]      2.10.0cvs131
196
197         * src/editaddress_other_attributes_ldap.c
198                 Converted option menu for other ldap attributes to GtkComboBox.
199
200 2007-08-18 [colin]      2.10.0cvs130
201
202         * src/compose.c
203         * src/prefs_common.c
204         * src/prefs_common.h
205         * src/prefs_send.c
206         * src/send_message.c
207                 Revert 'send_dialog_mode' meaning to 
208                 'send_dialog_invisible', so that the 
209                 new checkbox doesn't change the 
210                 existing behaviour.
211
212 2007-08-18 [paul]       2.10.0cvs129
213
214         * src/summaryview.c
215                 add missing menu update
216
217 2007-08-17 [colin]      2.10.0cvs128
218
219         * src/folder.c
220                 Set batching after getting flags - maybe fixes
221                 bug 1292, 'CM crashes on writing mail'
222
223 2007-08-16 [ticho]      2.10.0cvs127
224
225         * src/prefs_send.c
226                 Convert two GtkOptionMenu widgets to new GtkComboBox.
227         * src/gtk/combobox.h
228         * src/gtk/gtkutils.c
229                 Allow NULL for GtkComboBox menuitem label, rendering such
230                 items as row separators.
231
232 2007-08-16 [paul]       2.10.0cvs126
233
234         * src/plugins/trayicon/trayicon.c
235                 remove wrongly used gettextisation
236
237 2007-08-15 [ticho]      2.10.0cvs125
238
239         * src/importldif.c
240                 Fixed a runtime warning where an attempt to pack an
241                 already packed GtkLabel was made.
242
243 2007-08-15 [ticho]      2.10.0cvs124
244
245         * src/prefs_compose_writing.c
246                 Convert the insert-or-attach-dragged-files GtkOptionMenu
247                 into GtkComboBox.
248
249 2007-08-14 [ticho]      2.10.0cvs123
250
251         * src/messageview.c
252         * src/gtk/gtkutils.c
253                 Changed return receipt account selector to GtkComboBox.
254                 Fixed a runtime warning where GTK tried to parse
255                 "name <email@address" as a Pango markup in an alertpanel label.
256
257 2007-08-14 [ticho]      2.10.0cvs122
258
259         * src/prefs_logging.c
260                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
261
262 2007-08-14 [wwp]        2.10.0cvs121
263
264         * tools/Makefile.am
265         * tools/README
266         * tools/popfile-link.sh
267                 Added a new tool: POPFile helper, to open
268                 selected messages in POPFile control center,
269                 in order to change the messages' status.
270
271 2007-08-14 [ticho]      2.10.0cvs120
272
273         * src/compose.c
274         * src/prefs_common.c
275         * src/prefs_common.h
276         * src/prefs_send.c
277         * src/send_message.c
278                 Change "Show send dialog" optionmenu to a checkbutton.
279         * src/prefs_receive.c
280                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
281
282 2007-08-13 [wwp]        2.10.0cvs119
283
284         * src/addr_compl.c
285         * src/addressbook.c
286         * src/addrindex.c
287         * src/compose.c
288         * src/filtering.c
289         * src/folderview.c
290         * src/inc.c
291         * src/matcher.c
292         * src/mh.c
293         * src/partial_download.c
294         * src/prefs_gtk.c
295         * src/procmsg.c
296         * src/stock_pixmap.c
297         * src/summaryview.c
298         * src/common/utils.c
299         * src/gtk/gtkaspell.c
300         * src/gtk/menu.c
301                 Make sure we never pass NULL pointers for %s substitutions
302                 (prevent from crashing in Windows).
303
304 2007-08-13 [wwp]        2.10.0cvs118
305
306         * src/msgcache.c
307                 Re-enable mmap_reads in Windows with some missing
308                 CloseHandle of mapping objects, thanks to
309                 Marcus Brinkmann.
310
311 2007-08-13 [paul]       2.10.0cvs117
312
313         * src/common/utils.c
314                 fix bug 1287, 'Compile time problem on Solaris
315                 (nexenta gnu/Solaris) utils.c'
316                 Thanks to Piotr Chrzczonowicz
317
318 2007-08-12 [wwp]        2.10.0cvs116
319
320         * src/plugins/pgpcore/prefs_gpg.c
321                 Don't try to unset a GPG_AGENT_INFO that was not
322                 set (and don't use a NULL string in Windows, it was
323                 crashing with --debug if GPG_AGENT_INFO was not set).
324
325 2007-08-12 [wwp]        2.10.0cvs115
326
327         * src/privacy.h
328                 Make gcc type-check arguments passed to privacy_set_error().
329
330 2007-08-12 [ticho]      2.10.0cvs114
331
332         * src/prefs_folder_item.c
333                 Make sure that folder default account combobox always has some
334                 account preselected.
335         * src/gtk/combobox.c
336                 Handle empty combobox gracefully (warning instead of crash).
337
338 2007-08-12 [ticho]      2.10.0cvs114
339
340         * src/prefs_folder_item.c
341                 Make sure that folder default account combobox is not empty.
342         * src/gtk/combobox.c
343                 Handle empty combobox gracefully (warning instead of crash).
344
345 2007-08-11 [paul]       2.10.0cvs113
346
347         * src/addrgather.c
348         * src/folderview.c
349                 use 'subfolder' instead of 'sub-folder', matching
350                 everywhere else the term is used
351         * src/imap_gtk.c
352                 fix engrish
353
354 2007-08-10 [wwp]        2.10.0cvs112
355
356         * src/msgcache.c
357                 Disable mmap reads in Windows only (at least temporarily), they
358                 prevent from renaming/removing target cache files.
359
360 2007-08-10 [paul]
361
362         3.0.0-rc2 released
363
364 2007-08-10 [wwp]        2.10.0cvs111
365
366         * src/msgcache.c
367                 fix unpredictable crashes in Windows due to broken
368                 cache/mark/tags files writting (file were opened for
369                 writing in text mode).
370
371         * src/recv.c
372                 use gettimeofday() from w32lib.h on Windows.
373
374 2007-08-10 [colin]      2.10.0cvs110
375
376         * src/imap.c
377         * src/etpan/imap-thread.c
378         * src/etpan/imap-thread.h
379                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
380
381 2007-08-09 [colin]      2.10.0cvs109
382
383         * src/editldap.c
384                 Fix port being reset to 636 on SSL
385         * src/folder.c
386                 Fix folder_item_get_msg_num_by_file
387                 on drafts/queue folders
388
389 2007-08-09 [wwp]        2.10.0cvs108
390
391         * src/folder.c
392                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
393                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
394
395
396 2007-08-09 [colin]      2.10.0cvs107
397
398         * src/folderview.c
399         * src/summaryview.c
400         * src/gtk/prefswindow.c
401                 A few Maemo layout fixes
402
403 2007-08-09 [paul]       2.10.0cvs106
404
405         * src/prefs_account.c
406                 remove the hyphen from plug-ins to
407                 match everywhere else
408
409 2007-08-08 [wwp]        2.10.0cvs105
410
411         * src/prefs_folder_item.c
412                 Fix an extraneous stealth ^L char.
413
414 2007-08-08 [wwp]        2.10.0cvs104
415
416         * src/prefs_folder_item.c
417                 Better fix, group variables declarations (USE_ASPELL).
418
419 2007-08-08 [wwp]        2.10.0cvs103
420
421         * src/prefs_folder_item.c
422                 Fix compilation w/ USE_ASPELL set (broken
423                 by 2.10.0cvs102).
424
425 2007-08-08 [ticho]      2.10.0cvs102
426
427         * src/prefs_folder_item.c
428                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
429
430 2007-08-08 [colin]      2.10.0cvs101
431
432         * src/imap.c
433         * src/etpan/imap-thread.c
434         * src/etpan/imap-thread.h
435                 Close selected mailbox before doing
436                 status on it.
437
438 2007-08-08 [colin]      2.10.0cvs100
439
440         * src/html.c
441                 Complete symbol table, thanks to wwp.
442                 Fixes bug 1284, 'The html -> text 
443                 converter ignores entities'
444         * src/msgcache.c
445                 Fix possible fd leak
446
447 2007-08-08 [colin]      2.10.0cvs99
448
449         * src/imap.c
450                 Better way to fetch UIDs on non-UIDPLUS servers
451
452 2007-08-07 [colin]      2.10.0cvs98
453
454         * src/imap.c
455                 fix bug 1275, 'auto-saved draft messages not 
456                 always being removed'; Also, make multiple
457                 copy (in the same account) faster by matching
458                 source/destination message UIDs.
459         * src/messageview.c
460                 Don't try to reshow deleted mail
461         * src/msgcache.c
462                 Fix leak on error path
463
464 2007-08-07 [wwp]        2.10.0cvs97
465
466         * manual/account.xml
467         * manual/advanced.xml
468         * manual/fr/account.xml
469         * manual/fr/advanced.xml
470                 Updated the reference manual and the French translation to
471                 reflect 2.10.0cvs84: enable running folder Processing
472                 rules on demand.
473
474 2007-08-06 [wwp]        2.10.0cvs96
475
476         * src/prefs_common.c
477         * src/prefs_common.h
478         * src/textview.c
479                 Allow changing the emphasis color used to highlight
480                 the newsreader/x-mailer header value when it matches
481                 our preferred mail agent (hidden pref 'emphasis_col' added
482                 to clawsrc).
483
484 2007-08-06 [colin]      2.10.0cvs95
485
486         * src/compose.c
487         * src/compose.h
488                 Re-commit 2.10.0cvs86, with a protection
489                 against Pango bug. Also, try to fix 
490                 bug 1275, 'auto-saved draft messages not 
491                 always being removed'
492
493 2007-08-06 [wwp]        2.10.0cvs94
494
495         * src/gtk/quicksearch.c
496                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
497
498 2007-08-06 [ticho]      2.10.0cvs93
499
500         * src/prefs_account.c
501         * src/gtk/combobox.c
502                 Use GtkComboBox instead of GtkOptionMenu for privacy system
503                 selection in account preferences.
504
505 2007-08-06 [wwp]        2.10.0cvs92
506
507         * src/plugins/pgpcore/plugin.def
508                 Apply one more chunk from gpg4win's 03-w32-port patch.
509
510 2007-08-05 [colin]      2.10.0cvs91
511
512         * src/compose.c
513         * src/compose.h
514                 reverting buggy patch for now
515
516 2007-08-05 [colin]      2.10.0cvs90
517
518         * src/folder.c
519                 Fix slowdown
520
521 2007-08-04 [colin]      2.10.0cvs89
522
523         * src/prefs_summaries.c
524         * src/summary_search.c
525                 Replace deprecated widgets. Patch by
526                 Andrej.
527
528 2007-08-04 [colin]      2.10.0cvs88
529
530         * src/mh.c
531                 Refresh GUI only every 2000 mails on mh_get_last_num
532                 This is fast (readdir) and done only once per 
533                 session/folder
534
535 2007-08-03 [colin]      2.10.0cvs87
536
537         * src/prefs_account.c
538         * src/gtk/combobox.h
539         * src/gtk/gtkutils.c
540                 Fix a deprecated widget. Patch by
541                 Andrej
542
543 2007-08-03 [colin]      2.10.0cvs86
544
545         * src/compose.c
546         * src/compose.h
547                 Make colorisation and wrapping algorithms
548                 faster. Fixes bug 1246, 'compose becomes 
549                 increasingly slow replying to complex emails'
550
551 2007-08-03 [paul]       2.10.0cvs85
552
553         * src/mh.c
554                 keep the window painted
555
556 2007-08-02 [paul]       2.10.0cvs84
557
558         * src/folderview.c
559         * src/mainwindow.c
560         * src/mainwindow.h
561                 enable running folder Processing
562                 rules on demand
563
564 2007-08-02 [paul]       2.10.0cvs83
565
566         * src/textview.c
567                 speed up/clean up rendering of larger
568                 msgs
569                 Thanks to Colin
570
571 2007-08-01 [paul]       2.10.0cvs82
572
573         * src/mainwindow.h
574                 clean up cruft
575         * src/toolbar.c
576                 change default toolbar layout on maemo
577         * src/pixmaps/close.xpm
578                 make the red cross a grey cross
579         * src/pixmaps/jpilot.xpm
580                 make icon smaller so it fits better
581
582 2007-07-31 [paul]       2.10.0cvs81
583
584         * src/setup.c
585         * src/gtk/gtkutils.c
586                 fix crash on maemo on first launch
587
588 2007-07-30 [paul]       2.10.0cvs80
589
590         * src/prefs_matcher.c
591                 specify the units of age and size
592
593 2007-07-30 [paul]       2.10.0cvs79
594
595         * src/main.c
596                 Fix IMAP timeout setting
597
598 2007-07-30 [colin]      2.10.0cvs78
599
600         * src/prefs_account.c
601                 Fix a deprecated widget. Patch by
602                 Andrej
603
604 2007-07-27 [paul]       2.10.0cvs77
605
606         * src/matcher_parser_parse.y
607         * src/prefs_filtering_action.c
608         * src/prefs_matcher.c
609                 these changes forgotten in cvs74's
610                 'watch thread' feature
611
612 2007-07-27 [paul]       2.10.0cvs76
613
614         * src/compose.c
615                 fix potential crasher
616                 thanks to Colin
617
618 2007-07-27 [paul]       2.10.0cvs75
619
620         * src/mainwindow.c
621         * src/manual.c
622         * src/manual.h
623         * src/gtk/gtkutils.c
624                 make mainwindow's /Help/Manual point to the
625                 remote copy if the local copy doesn't exist
626
627 2007-07-27 [paul]       2.10.0cvs74
628
629         * src/Makefile.am
630         * src/filtering.c
631         * src/folder.c
632         * src/mainwindow.c
633         * src/matcher.c
634         * src/matcher.h
635         * src/matcher_parser_parse.y
636         * src/procmsg.c
637         * src/procmsg.h
638         * src/stock_pixmap.c
639         * src/stock_pixmap.h
640         * src/summaryview.c
641         * src/summaryview.h
642         * src/toolbar.c
643         * src/toolbar.h
644         * src/pixmaps/watchthread.xpm
645                 add 'watch thread' feature
646
647 2007-07-27 [paul]       2.10.0cvs73
648
649         * src/prefs_folder_item.c
650                 adjust labels, add tooltips
651
652 2007-07-27 [colin]      2.10.0cvs72
653
654         * src/summaryview.c
655                 Maemo: Remove less used menu items
656
657 2007-07-26 [colin]      2.10.0cvs71
658
659         * src/messageview.c
660                 Maemo: destroy messageview after trashing mail.
661                 Maybe should be done on X11 too
662
663 2007-07-26 [colin]      2.10.0cvs70
664
665         * src/folderview.c
666         * src/mainwindow.c
667         * src/prefs_common.c
668         * src/prefs_common.h
669         * src/summaryview.c
670                 Add View/Show or Hide/Column headers
671
672 2007-07-26 [colin]      2.10.0cvs69
673
674         * src/procmime.c
675                 Fix unwanted output
676
677 2007-07-26 [colin]      2.10.0cvs68
678
679         * src/ldapserver.c
680                 Fix possible crash on cache invalidation
681         * src/compose.c
682         * src/procmime.c
683         * src/procmime.h
684         * src/quote_fmt_parse.y
685                 Make replying to mails with big attachments
686                 much faster. Fixes bug 1224, 'The process of 
687                 Replying to emails with large attachments 
688                 seems unreasonably long...'
689
690 2007-07-26 [colin]      2.10.0cvs67
691
692         * src/mimeview.c
693         * src/matcher.c
694         * src/common/ssl.c
695                 Fix threads use on BSDs
696
697 2007-07-26 [paul]       2.10.0cvs66
698
699         * src/gtk/prefswindow.c
700                 fix account prefs breakage
701                 thanks to Colin
702
703 2007-07-26 [paul]       2.10.0cvs65
704
705         * configure.ac
706                 standardise ./configure --help messages
707
708 2007-07-26 [colin]      2.10.0cvs64
709
710         * src/addressbook.c
711         * src/editaddress.c
712                 Fix two vCard-related crashes
713
714 2007-07-25 [colin]      2.10.0cvs63
715
716         * src/inc.c
717         * src/prefs_common.c
718         * src/prefs_common.h
719         * src/prefs_receive.c
720                 Maemo: Add a better way to notify of
721                 new mails
722         * src/mainwindow.c
723         * src/statusbar.h
724         * src/summaryview.c
725         * src/toolbar.c
726                 Maemo: Various layout fixes
727         * src/gtk/prefswindow.c
728                 Maemo: Better prefs layout
729
730 2007-07-25 [paul]       2.10.0cvs62
731
732         * src/textview.c
733                 fix the layout on maemo
734                 thanks to Colin
735
736 2007-07-25 [iwkse]      2.10.0cvs61
737
738         * src/summaryview.c
739                 add 'o' shortcut on summaryview
740
741 2007-07-25 [iwkse]      2.10.0cvs60
742
743         * src/textview.c
744                 fix o shortcut
745
746 2007-07-24 [colin]      2.10.0cvs59
747
748         * src/mh.c
749                 Fix missing timestamp update on source
750                 folder when moving
751         * src/textview.c
752         * src/textview.h
753                 Better text layout on part's choices
754
755 2007-07-23 [colin]      2.10.0cvs58
756
757         * src/mimeview.c
758         * src/textview.c
759                 Maemo: Automatically choose the correct application
760                 to open parts
761         * src/gtk/quicksearch.c
762                 Make search run on GDK_KP_Enter too
763
764 2007-07-23 [wwp]        2.10.0cvs57
765
766         * src/quote_fmt_lex.l
767                 Revert accidentaly committed lines (account_sig) in
768                 2.10.0cvs56.
769
770 2007-07-23 [wwp]        2.10.0cvs56
771
772         * src/quote_fmt_lex.l
773                 Fix typos around long form expressions in the quote lexer.
774
775 2007-07-23 [paul]
776
777         3.0.0-rc1 released
778
779 2007-07-23 [colin]      2.10.0cvs55
780
781         * src/addr_compl.c
782                 Fix auto-completion on Maemo
783
784 2007-07-23 [colin]      2.10.0cvs54
785
786         * src/statusbar.c
787                 Maemo: Fix sticking statusbars
788
789 2007-07-22 [colin]      2.10.0cvs53
790
791         * src/main.c
792                 Maemo: Fix the strange "top_application" info
793                 at startup. We should do something when 
794                 receiving such a message.
795
796 2007-07-20 [paul]       2.10.0cvs52
797
798         * src/news_gtk.c
799                 add missing #include "statusbar.h"
800
801 2007-07-20 [colin]      2.10.0cvs51
802
803         * src/folder.c
804         * src/folder.h
805         * src/folder_item_prefs.c
806         * src/folder_item_prefs.h
807         * src/folderview.c
808         * src/imap.c
809         * src/imap_gtk.c
810         * src/imap_gtk.h
811         * src/news.c
812         * src/news_gtk.c
813         * src/news_gtk.h
814         * src/prefs_folder_item.c
815                 Implement age-based caching: allow to
816                 specify a threshold for the offline synchronisation
817                 feature, and whether old cached bodies should 
818                 be removed
819         * src/toolbar.c
820         * src/toolbar.h
821                 Fix label/tooltips
822         * src/plugins/dillo_viewer/dillo_viewer.c
823                 Check that Dillo's installed
824
825 2007-07-20 [wwp]        2.10.0cvs50
826
827         * src/mimeview.c
828         * src/stock_pixmap.c
829                 Draw a frame around the selected mimeview part icon (instead of the
830                 shifted 'dancing' icon).
831
832 2007-07-20 [colin]      2.10.0cvs49
833
834         * src/main.c
835                 Unref stuff even on error
836         * src/wizard.c
837                 disconnect signals only at the very
838                 end of the wizard save.
839
840 2007-07-20 [colin]      2.10.0cvs48
841
842         * src/mainwindow.c
843         * src/messageview.c
844         * src/toolbar.c
845         * src/toolbar.h
846                 Fix random crashes while navigating
847                 (GTK_EVENTS_FLUSH)
848
849 2007-07-19 [colin]      2.10.0cvs47
850
851         * configure.ac
852         * src/main.c
853         * src/prefs_common.c
854         * src/prefs_common.h
855         * src/wizard.c
856         * src/common/defs.h
857         * src/common/utils.c
858                 Maemo: add an easy way to store data (mails
859                 and IMAP/NNTP caches) on one of the SD cards,
860                 and protect against unmounts if needed
861
862 2007-07-19 [paul]       2.10.0cvs46
863
864         * src/Makefile.am
865         * src/stock_pixmap.c
866         * src/gtk/about.c
867         * src/pixmaps/claws-mail_logo-small.xpm
868                 implement a (slightly) different About
869                 dialog for maemo and add a small version
870                 of the logo for it
871         * src/wizard.c
872                 use a scrolled window for wizard page 1
873                 on maemo
874
875 2007-07-19 [paul]       2.10.0cvs45
876
877         * src/Makefile.am
878                 too soon for this line
879
880 2007-07-19 [paul]       2.10.0cvs44
881
882         * src/Makefile.am
883                 fix build on n800
884
885 2007-07-19 [colin]      2.10.0cvs43
886
887         * src/wizard.c
888                 Solve Mail/Mailbox name when specifying
889                 full /path/to/Mail.
890
891 2007-07-18 [colin]      2.10.0cvs42
892
893         * src/inc.c
894         * configure.ac
895                 Fix build on n770
896
897 2007-07-18 [colin]      2.10.0cvs41
898
899         * src/inc.c
900                 Maemo: plug the online/offline system into
901                 maemo's interfaces to have Claws automatically
902                 switch according to the system status
903         * src/statusbar.c
904                 Maemo: use HildonBanners to display status
905                 messages. Renders the main statusbar useless.
906
907 2007-07-18 [paul]       2.10.0cvs40
908
909         * src/filtering.c
910                 fix screen blanking on moving/copying many msgs
911         * src/folder.c
912                 fix processing progressbar and screen blanking
913                 during processing
914
915 2007-07-18 [paul]       2.10.0cvs39
916
917         * src/messageview.c
918                 revert cvs37, breakage on maemo
919
920 2007-07-18 [paul]       2.10.0cvs38
921
922         * src/gtk/gtkutils.c
923                 make sure we can still build with older GTK's
924
925 2007-07-18 [colin]      2.10.0cvs37
926
927         * src/messageview.c
928                 Only hide the small layout's messageview, instead
929                 of destroying it when closing
930         * src/gtk/gtkutils.c
931                 Use gtk_window_present_with_time to popup windows,
932                 it seems to make things better with modern WMs
933                 (actually focusing)
934
935 2007-07-17 [colin]      2.10.0cvs36
936
937         * src/editaddress.c
938                 Simplify layout on Maemo
939         * src/folder.c
940                 Fix possible crash
941         * src/prefs_display_header.c
942                 Remove some headers by default on Maemo
943
944 2007-07-17 [paul]       2.10.0cvs35
945
946         * src/prefs_common.c
947         * src/prefs_common.h
948         * src/prefs_logging.c
949         * src/common/log.c
950                 add options to stop/enable writing logs to disc
951
952 2007-07-17 [paul]       2.10.0cvs34
953
954         * src/edittags.c
955                 fix some issues with the Apply tags window:
956                 - set search column (enables autocompl in the treeview)
957                 - apply tag from "New tag" if it existed
958                 - clears New tag entry when adding it with the button
959                 Thanks to Colin
960
961 2007-07-17 [paul]       2.10.0cvs33
962
963         * src/edittags.c
964                 fix 'apply tags' dialogue weirdness
965
966 2007-07-16 [colin]      2.10.0cvs32
967
968         * src/toolbar.c
969                 Fix double-loading of mails on Maemo
970
971 2007-07-16 [colin]      2.10.0cvs31
972
973         * src/messageview.c
974                 Prevent double-loading of the same part under some
975                 conditions; hide statusbar on Maemo
976
977 2007-07-16 [colin]      2.10.0cvs30
978
979         * src/edittags.c
980         * src/edittags.h
981         * src/mainwindow.c
982         * src/summaryview.c
983                 Improve the tag interface - allow
984                 to set/unset tags from a special
985                 window.
986         * src/gtk/gtkvscrollbutton.c
987         * src/mimeview.c
988         * src/mimeview.h
989         * src/stock_pixmap.c
990                 Fix Mimeview's ugly hacks in the
991                 icon list. 
992
993 2007-07-16 [paul]       2.10.0cvs29
994
995         * src/wizard.c
996                 rework dialog
997         * src/gtk/icon_legend.c
998                 put it all in a scrolled window
999
1000 2007-07-15 [colin]      2.10.0cvs28
1001
1002         * src/mainwindow.c
1003                 Maemo: force layout to be Small screen; the
1004                 others don't make sense
1005
1006 2007-07-14 [colin]      2.10.0cvs27
1007
1008         * src/mimeview.c
1009         * src/gtk/gtkvscrollbutton.c
1010                 Maemo: Fix mimeview's buttons size
1011
1012 2007-07-14 [colin]      2.10.0cvs26
1013
1014         * src/toolbar.c
1015                 Fix the button workaround fix.
1016                 (Use the correct variable)
1017
1018 2007-07-14 [colin]      2.10.0cvs25
1019
1020         * src/mainwindow.c
1021         * src/toolbar.c
1022                 Maemo: put the progress bar in the
1023                 toolbar
1024
1025 2007-07-14 [colin]      2.10.0cvs24
1026
1027         * src/prefs_common.c
1028                 Maemo: hide statusbar by default
1029         * src/Makefile.am
1030         * src/stock_pixmap.c
1031         * src/stock_pixmap.h
1032         * src/toolbar.c
1033         * src/pixmaps/go_folders.xpm
1034                 Maemo: Add a specific icon to go back to
1035                 folder list
1036
1037 2007-07-14 [colin]      2.10.0cvs23
1038
1039         * src/toolbar.c
1040                 Don't set homogeneous finally
1041
1042 2007-07-14 [colin]      2.10.0cvs22
1043
1044         * src/toolbar.c
1045                 Fix button show/hide issues
1046
1047 2007-07-14 [colin]      2.10.0cvs21
1048
1049         * src/toolbar.c
1050                 Fix huge arrows
1051                 Fix button workaround to be able to click
1052                 if mouse was on button when it went un-
1053                 sensitive.
1054                 Revert previous commit, gtk_tool_item_set_homogeneous
1055                 doesn't mean what it seems to mean ;-)
1056
1057 2007-07-14 [paul]       2.10.0cvs20
1058
1059         * src/toolbar.c
1060                 make homogeneous FALSE always
1061
1062 2007-07-13 [colin]      2.10.0cvs19
1063
1064         * src/toolbar.c
1065         * src/toolbar.h
1066                 Rework to fit the non-deprecated API
1067         * src/compose.c
1068         * src/folderview.c
1069         * src/mainwindow.c
1070         * src/messageview.c
1071         * src/summaryview.c
1072                 Maemo layout changes. Better toolbars,
1073                 removal of CTree headers. 
1074
1075 2007-07-13 [paul]       2.10.0cvs18
1076
1077         * src/gtk/colorlabel.c
1078                 fix bug 1261, '[DE] coloring messages in overview 
1079                 keys are not localised'
1080                 the string is now included in claws-mail.pot
1081
1082 2007-07-13 [colin]      2.10.0cvs17
1083
1084         * src/summaryview.c
1085                 Fix bug 1267, 'printing mutliple messages 
1086                 opens one message-dialog after the other'
1087                 Ask for confirmation when printing 10
1088                 messages or more.
1089
1090 2007-07-11 [colin]      2.10.0cvs16
1091
1092         * COPYING
1093         * README
1094         * autogen.sh
1095         * manual/claws-mail-manual.xml
1096         * manual/gpl.xml
1097         * manual/es/claws-mail-manual.xml
1098         * manual/es/gpl.xml
1099         * manual/fr/claws-mail-manual.xml
1100         * manual/fr/gpl.xml
1101         * manual/pl/gpl.xml
1102         * src/account.c
1103         * src/account.h
1104         * src/action.c
1105         * src/action.h
1106         * src/adbookbase.h
1107         * src/addr_compl.c
1108         * src/addr_compl.h
1109         * src/addrbook.c
1110         * src/addrbook.h
1111         * src/addrcache.c
1112         * src/addrcache.h
1113         * src/addrcindex.c
1114         * src/addrcindex.h
1115         * src/addrclip.c
1116         * src/addrclip.h
1117         * src/addrdefs.h
1118         * src/addressadd.c
1119         * src/addressadd.h
1120         * src/addressbook.c
1121         * src/addressbook.h
1122         * src/addressbook_foldersel.c
1123         * src/addressbook_foldersel.h
1124         * src/addressitem.h
1125         * src/addrgather.c
1126         * src/addrgather.h
1127         * src/addrharvest.c
1128         * src/addrharvest.h
1129         * src/addrindex.c
1130         * src/addrindex.h
1131         * src/addritem.c
1132         * src/addritem.h
1133         * src/addrquery.c
1134         * src/addrquery.h
1135         * src/addrselect.c
1136         * src/addrselect.h
1137         * src/alertpanel.c
1138         * src/alertpanel.h
1139         * src/browseldap.c
1140         * src/browseldap.h
1141         * src/codeconv.c
1142         * src/codeconv.h
1143         * src/compose.c
1144         * src/compose.h
1145         * src/crash.c
1146         * src/crash.h
1147         * src/customheader.c
1148         * src/customheader.h
1149         * src/displayheader.c
1150         * src/displayheader.h
1151         * src/editaddress.c
1152         * src/editaddress.h
1153         * src/editaddress_other_attributes_ldap.c
1154         * src/editaddress_other_attributes_ldap.h
1155         * src/editbook.c
1156         * src/editbook.h
1157         * src/editgroup.c
1158         * src/editgroup.h
1159         * src/editjpilot.c
1160         * src/editjpilot.h
1161         * src/editldap.c
1162         * src/editldap.h
1163         * src/editldap_basedn.c
1164         * src/editldap_basedn.h
1165         * src/edittags.c
1166         * src/edittags.h
1167         * src/editvcard.c
1168         * src/editvcard.h
1169         * src/enriched.c
1170         * src/enriched.h
1171         * src/exphtmldlg.c
1172         * src/exphtmldlg.h
1173         * src/expldifdlg.c
1174         * src/expldifdlg.h
1175         * src/export.c
1176         * src/export.h
1177         * src/exporthtml.c
1178         * src/exporthtml.h
1179         * src/exportldif.c
1180         * src/exportldif.h
1181         * src/filtering.c
1182         * src/filtering.h
1183         * src/folder.c
1184         * src/folder.h
1185         * src/folder_item_prefs.c
1186         * src/folder_item_prefs.h
1187         * src/foldersel.c
1188         * src/foldersel.h
1189         * src/folderutils.c
1190         * src/folderutils.h
1191         * src/folderview.c
1192         * src/folderview.h
1193         * src/gedit-print.c
1194         * src/gedit-print.h
1195         * src/grouplistdialog.c
1196         * src/grouplistdialog.h
1197         * src/headerview.c
1198         * src/headerview.h
1199         * src/html.c
1200         * src/html.h
1201         * src/image_viewer.c
1202         * src/image_viewer.h
1203         * src/imap.c
1204         * src/imap.h
1205         * src/imap_gtk.c
1206         * src/imap_gtk.h
1207         * src/import.c
1208         * src/import.h
1209         * src/importldif.c
1210         * src/importldif.h
1211         * src/importmutt.c
1212         * src/importmutt.h
1213         * src/importpine.c
1214         * src/importpine.h
1215         * src/inc.c
1216         * src/inc.h
1217         * src/jpilot.c
1218         * src/jpilot.h
1219         * src/ldapctrl.c
1220         * src/ldapctrl.h
1221         * src/ldaplocate.c
1222         * src/ldaplocate.h
1223         * src/ldapquery.c
1224         * src/ldapquery.h
1225         * src/ldapserver.c
1226         * src/ldapserver.h
1227         * src/ldapupdate.c
1228         * src/ldapupdate.h
1229         * src/ldaputil.c
1230         * src/ldaputil.h
1231         * src/ldif.c
1232         * src/ldif.h
1233         * src/localfolder.c
1234         * src/localfolder.h
1235         * src/main.c
1236         * src/main.h
1237         * src/mainwindow.c
1238         * src/mainwindow.h
1239         * src/manual.c
1240         * src/manual.h
1241         * src/matcher.c
1242         * src/matcher.h
1243         * src/matcher_parser.h
1244         * src/matcher_parser_lex.l
1245         * src/matcher_parser_parse.y
1246         * src/mbox.c
1247         * src/mbox.h
1248         * src/message_search.c
1249         * src/message_search.h
1250         * src/messageview.c
1251         * src/messageview.h
1252         * src/mh.c
1253         * src/mh.h
1254         * src/mh_gtk.c
1255         * src/mh_gtk.h
1256         * src/mimeview.c
1257         * src/mimeview.h
1258         * src/msgcache.c
1259         * src/msgcache.h
1260         * src/mutt.c
1261         * src/mutt.h
1262         * src/news.c
1263         * src/news.h
1264         * src/news_gtk.c
1265         * src/news_gtk.h
1266         * src/noticeview.c
1267         * src/noticeview.h
1268         * src/partial_download.c
1269         * src/partial_download.h
1270         * src/pine.c
1271         * src/pine.h
1272         * src/pop.c
1273         * src/pop.h
1274         * src/prefs_account.c
1275         * src/prefs_account.h
1276         * src/prefs_actions.c
1277         * src/prefs_actions.h
1278         * src/prefs_common.c
1279         * src/prefs_common.h
1280         * src/prefs_compose_writing.c
1281         * src/prefs_compose_writing.h
1282         * src/prefs_customheader.c
1283         * src/prefs_customheader.h
1284         * src/prefs_display_header.c
1285         * src/prefs_display_header.h
1286         * src/prefs_ext_prog.c
1287         * src/prefs_ext_prog.h
1288         * src/prefs_filtering.c
1289         * src/prefs_filtering.h
1290         * src/prefs_filtering_action.c
1291         * src/prefs_filtering_action.h
1292         * src/prefs_folder_column.c
1293         * src/prefs_folder_column.h
1294         * src/prefs_folder_item.c
1295         * src/prefs_folder_item.h
1296         * src/prefs_fonts.c
1297         * src/prefs_fonts.h
1298         * src/prefs_gtk.c
1299         * src/prefs_gtk.h
1300         * src/prefs_image_viewer.c
1301         * src/prefs_image_viewer.h
1302         * src/prefs_logging.c
1303         * src/prefs_logging.h
1304         * src/prefs_matcher.c
1305         * src/prefs_matcher.h
1306         * src/prefs_message.c
1307         * src/prefs_message.h
1308         * src/prefs_msg_colors.c
1309         * src/prefs_msg_colors.h
1310         * src/prefs_other.c
1311         * src/prefs_other.h
1312         * src/prefs_quote.c
1313         * src/prefs_quote.h
1314         * src/prefs_receive.c
1315         * src/prefs_receive.h
1316         * src/prefs_send.c
1317         * src/prefs_send.h
1318         * src/prefs_spelling.c
1319         * src/prefs_spelling.h
1320         * src/prefs_summaries.c
1321         * src/prefs_summaries.h
1322         * src/prefs_summary_column.c
1323         * src/prefs_summary_column.h
1324         * src/prefs_summary_open.c
1325         * src/prefs_summary_open.h
1326         * src/prefs_template.c
1327         * src/prefs_template.h
1328         * src/prefs_themes.c
1329         * src/prefs_themes.h
1330         * src/prefs_toolbar.c
1331         * src/prefs_toolbar.h
1332         * src/prefs_wrapping.c
1333         * src/prefs_wrapping.h
1334         * src/privacy.c
1335         * src/privacy.h
1336         * src/procheader.c
1337         * src/procheader.h
1338         * src/procmime.c
1339         * src/procmime.h
1340         * src/procmsg.c
1341         * src/procmsg.h
1342         * src/quote_fmt.c
1343         * src/quote_fmt_lex.l
1344         * src/quote_fmt_parse.y
1345         * src/recv.c
1346         * src/recv.h
1347         * src/remotefolder.c
1348         * src/remotefolder.h
1349         * src/send_message.c
1350         * src/send_message.h
1351         * src/setup.c
1352         * src/setup.h
1353         * src/simple-gettext.c
1354         * src/sourcewindow.c
1355         * src/sourcewindow.h
1356         * src/ssl_manager.c
1357         * src/ssl_manager.h
1358         * src/statusbar.c
1359         * src/statusbar.h
1360         * src/stock_pixmap.c
1361         * src/stock_pixmap.h
1362         * src/summary_search.c
1363         * src/summary_search.h
1364         * src/summaryview.c
1365         * src/summaryview.h
1366         * src/textview.c
1367         * src/textview.h
1368         * src/toolbar.c
1369         * src/toolbar.h
1370         * src/undo.c
1371         * src/undo.h
1372         * src/unmime.c
1373         * src/unmime.h
1374         * src/uri_opener.c
1375         * src/uri_opener.h
1376         * src/vcard.c
1377         * src/vcard.h
1378         * src/wizard.c
1379         * src/wizard.h
1380         * src/common/base64.c
1381         * src/common/base64.h
1382         * src/common/claws.c
1383         * src/common/claws.h
1384         * src/common/defs.h
1385         * src/common/fnmatch.c
1386         * src/common/fnmatch.h
1387         * src/common/fnmatch_loop.c
1388         * src/common/hooks.c
1389         * src/common/hooks.h
1390         * src/common/log.c
1391         * src/common/log.h
1392         * src/common/md5.c
1393         * src/common/md5.h
1394         * src/common/mgutils.c
1395         * src/common/mgutils.h
1396         * src/common/nntp.c
1397         * src/common/nntp.h
1398         * src/common/passcrypt.c
1399         * src/common/passcrypt.h.in
1400         * src/common/plugin.c
1401         * src/common/plugin.h
1402         * src/common/prefs.c
1403         * src/common/prefs.h
1404         * src/common/progressindicator.c
1405         * src/common/progressindicator.h
1406         * src/common/quoted-printable.c
1407         * src/common/quoted-printable.h
1408         * src/common/session.c
1409         * src/common/session.h
1410         * src/common/smtp.c
1411         * src/common/smtp.h
1412         * src/common/socket.c
1413         * src/common/socket.h
1414         * src/common/ssl.c
1415         * src/common/ssl.h
1416         * src/common/ssl_certificate.c
1417         * src/common/ssl_certificate.h
1418         * src/common/string_match.c
1419         * src/common/string_match.h
1420         * src/common/stringtable.c
1421         * src/common/stringtable.h
1422         * src/common/tags.c
1423         * src/common/tags.h
1424         * src/common/template.c
1425         * src/common/template.h
1426         * src/common/timing.h
1427         * src/common/utils.c
1428         * src/common/utils.h
1429         * src/common/uuencode.c
1430         * src/common/uuencode.h
1431         * src/common/version.h.in
1432         * src/common/w32_dirent.c
1433         * src/common/w32_reg.c
1434         * src/common/w32_signal.c
1435         * src/common/w32_stat.c
1436         * src/common/w32_stdlib.c
1437         * src/common/w32_string.c
1438         * src/common/w32_time.c
1439         * src/common/w32_unistd.c
1440         * src/common/w32_wait.c
1441         * src/common/w32lib.h
1442         * src/common/xml.c
1443         * src/common/xml.h
1444         * src/common/xmlprops.c
1445         * src/common/xmlprops.h
1446         * src/etpan/etpan-errors.h
1447         * src/etpan/etpan-thread-manager-types.h
1448         * src/etpan/etpan-thread-manager.c
1449         * src/etpan/etpan-thread-manager.h
1450         * src/etpan/imap-thread.c
1451         * src/etpan/imap-thread.h
1452         * src/gtk/about.c
1453         * src/gtk/about.h
1454         * src/gtk/colorlabel.c
1455         * src/gtk/colorlabel.h
1456         * src/gtk/colorsel.c
1457         * src/gtk/colorsel.h
1458         * src/gtk/combobox.c
1459         * src/gtk/combobox.h
1460         * src/gtk/description_window.c
1461         * src/gtk/description_window.h
1462         * src/gtk/filesel.c
1463         * src/gtk/filesel.h
1464         * src/gtk/foldersort.c
1465         * src/gtk/foldersort.h
1466         * src/gtk/gtkaspell.c
1467         * src/gtk/gtkaspell.h
1468         * src/gtk/gtksctree.c
1469         * src/gtk/gtkshruler.c
1470         * src/gtk/gtkshruler.h
1471         * src/gtk/gtksourceprintjob.c
1472         * src/gtk/gtksourceprintjob.h
1473         * src/gtk/gtkutils.c
1474         * src/gtk/gtkutils.h
1475         * src/gtk/gtkvscrollbutton.c
1476         * src/gtk/gtkvscrollbutton.h
1477         * src/gtk/icon_legend.c
1478         * src/gtk/icon_legend.h
1479         * src/gtk/inputdialog.c
1480         * src/gtk/inputdialog.h
1481         * src/gtk/logwindow.c
1482         * src/gtk/logwindow.h
1483         * src/gtk/manage_window.c
1484         * src/gtk/manage_window.h
1485         * src/gtk/menu.c
1486         * src/gtk/menu.h
1487         * src/gtk/pluginwindow.c
1488         * src/gtk/pluginwindow.h
1489         * src/gtk/prefswindow.c
1490         * src/gtk/prefswindow.h
1491         * src/gtk/progressdialog.c
1492         * src/gtk/progressdialog.h
1493         * src/gtk/quicksearch.c
1494         * src/gtk/quicksearch.h
1495         * src/gtk/sslcertwindow.c
1496         * src/gtk/sslcertwindow.h
1497         * src/plugins/bogofilter/bogofilter.c
1498         * src/plugins/bogofilter/bogofilter.h
1499         * src/plugins/bogofilter/bogofilter_gtk.c
1500         * src/plugins/clamav/clamav_plugin.c
1501         * src/plugins/clamav/clamav_plugin.h
1502         * src/plugins/clamav/clamav_plugin_gtk.c
1503         * src/plugins/demo/demo.c
1504         * src/plugins/dillo_viewer/dillo_prefs.c
1505         * src/plugins/dillo_viewer/dillo_prefs.h
1506         * src/plugins/dillo_viewer/dillo_viewer.c
1507         * src/plugins/pgpcore/passphrase.c
1508         * src/plugins/pgpcore/passphrase.h
1509         * src/plugins/pgpcore/pgp_viewer.c
1510         * src/plugins/pgpcore/pgp_viewer.h
1511         * src/plugins/pgpcore/plugin.c
1512         * src/plugins/pgpcore/prefs_gpg.c
1513         * src/plugins/pgpcore/prefs_gpg.h
1514         * src/plugins/pgpcore/select-keys.c
1515         * src/plugins/pgpcore/select-keys.h
1516         * src/plugins/pgpcore/sgpgme.c
1517         * src/plugins/pgpcore/sgpgme.h
1518         * src/plugins/pgpinline/pgpinline.c
1519         * src/plugins/pgpinline/pgpinline.h
1520         * src/plugins/pgpinline/plugin.c
1521         * src/plugins/pgpmime/pgpmime.c
1522         * src/plugins/pgpmime/pgpmime.h
1523         * src/plugins/pgpmime/plugin.c
1524         * src/plugins/spamassassin/spamassassin.c
1525         * src/plugins/spamassassin/spamassassin.h
1526         * src/plugins/spamassassin/spamassassin_gtk.c
1527         * src/plugins/trayicon/trayicon.c
1528         * src/plugins/trayicon/trayicon_prefs.c
1529         * src/plugins/trayicon/trayicon_prefs.h
1530         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1531         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1532         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1533         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1534         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1535         * tools/OOo2claws-mail.pl
1536         * tools/README.sylprint
1537         * tools/acroread2claws-mail.pl
1538         * tools/claws-mail-compose-insert-files.pl
1539         * tools/convert_mbox.pl
1540         * tools/filter_conv.pl
1541         * tools/filter_conv_new.pl
1542         * tools/fix_date.sh
1543         * tools/freshmeat_search.pl
1544         * tools/google_search.pl
1545         * tools/kmail-mailbox2claws-mail.pl
1546         * tools/kmail2claws-mail.pl
1547         * tools/kmail2claws-mail_v2.pl
1548         * tools/mairix.sh
1549         * tools/make.themes.project
1550         * tools/multiwebsearch.pl
1551         * tools/nautilus2claws-mail.sh
1552         * tools/outlook2claws-mail.pl
1553         * tools/textviewer.sh
1554         * tools/thunderbird-filters-convertor.pl
1555         * tools/update-po
1556         * tools/uuooffice
1557         * tools/vcard2xml.py
1558         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1559                 Upgrade to GPLv3 or later.
1560
1561 2007-07-10 [wwp]        2.10.0cvs15
1562
1563         * src/main.c
1564                 Fix re-opening of all composing messages that were
1565                 opened when closing the previous instance, thanks
1566                 to Colin.
1567
1568 2007-07-10 [paul]       2.10.0cvs14
1569
1570         * src/editaddress_other_attributes_ldap.c
1571         * src/ldapupdate.c
1572                 fix crash on selecting 'other attributes' combo
1573                 for either a new entry or an old entry with no
1574                 existing attributes.
1575                 fix bug on editing multiple attributes which
1576                 resulted them all having the value of the last
1577                 one changed.
1578                 Thanks to Colin
1579
1580 2007-07-10 [colin]      2.10.0cvs13
1581
1582         * src/editaddress.c
1583         * src/editaddress_other_attributes_ldap.h
1584         * src/ldapupdate.c
1585                 Fix --disable-ldap build
1586
1587 2007-07-09 [colin]      2.10.0cvs12
1588
1589         * src/Makefile.am
1590         * src/addritem.c
1591         * src/addritem.h
1592         * src/editaddress.c
1593         * src/editaddress_other_attributes_ldap.c
1594         * src/editaddress_other_attributes_ldap.h
1595         * src/editldap.c
1596         * src/ldapctrl.c
1597         * src/ldapctrl.h
1598         * src/ldapupdate.c
1599                 Add capability to edit all inetOrgPerson
1600                 attributes on LDAP. Patch by Michael 
1601                 Rasmussen
1602
1603 2007-07-09 [colin]      2.10.0cvs11
1604
1605         * src/Makefile.am
1606         * src/exporthtml.c
1607         * src/mbox.c
1608         * src/msgcache.c
1609         * src/prefs_summaries.c
1610         * src/prefs_themes.c
1611         * src/procheader.c
1612         * src/common/Makefile.am
1613         * src/common/log.c
1614         * src/common/timing.h
1615         * src/common/utils.c
1616         * src/common/utils.h
1617         * src/common/w32_account.c
1618         * src/common/w32lib.h
1619         * src/gtk/Makefile.am
1620         * src/gtk/colorlabel.c
1621         * src/plugins/pgpcore/Makefile.am
1622         * src/plugins/pgpcore/claws.def
1623         * src/plugins/pgpcore/passphrase.c
1624         * src/plugins/pgpcore/pgp_viewer.c
1625         * src/plugins/pgpcore/plugin.def
1626         * src/plugins/pgpcore/sgpgme.c
1627         * src/plugins/pgpinline/Makefile.am
1628         * src/plugins/pgpinline/claws.def
1629         * src/plugins/pgpinline/mypgpcore.def
1630         * src/plugins/pgpinline/plugin.def
1631         * src/plugins/pgpmime/Makefile.am
1632         * src/plugins/pgpmime/claws.def
1633         * src/plugins/pgpmime/mypgpcore.def
1634         * src/plugins/pgpmime/plugin.def
1635                 Commit win32 patch, from Werner Koch and
1636                 Marcus Brinkmann
1637
1638 2007-07-09 [colin]      2.10.0cvs10
1639
1640         * src/prefs_toolbar.c
1641                 Fix crash when no actions exist
1642
1643 2007-07-07 [paul]       2.10.0cvs9
1644
1645         * COPYING
1646         * manual/claws-mail-manual.xml
1647                 update copyright year
1648         * po/fi.po
1649                 updated by Flammie Pirinen
1650
1651 2007-07-05 [wwp]        2.10.0cvs8
1652
1653         * src/plugins/clamav/clamav_plugin_gtk.c
1654                 Make vertical spacing like in other plugin prefs pages.
1655
1656 2007-07-05 [wwp]        2.10.0cvs7
1657
1658         * src/quote_fmt.c
1659                 It's %am that works, not %ae (this doc incoherence has been
1660                 introduced with 2.9.2cvs13).
1661
1662 2007-07-04 [wwp]        2.10.0cvs6
1663
1664         * src/plugins/bogofilter/bogofilter.c
1665                 Gettext-ize an occurrence of "Any" that wasn't.
1666
1667 2007-07-04 [colin]      2.10.0cvs5
1668
1669         * po/POTFILES.in
1670                 Fix untranslated strings; thanks
1671                 to Pader Rezso.
1672
1673 2007-07-03 [colin]      2.10.0cvs4
1674
1675         * src/folder.c
1676         * src/mainwindow.c
1677                 Fix saving of sort mode for tags and
1678                 thread date. Thanks to Pierre Ossman.
1679                 Completes fix for bug 1233
1680
1681 2007-07-03 [paul]       2.10.0cvs3
1682
1683         * src/compose.c
1684                 fix auto-save
1685         * src/summaryview.c
1686                 fix build warnings
1687         Thanks to Colin
1688
1689 2007-07-02 [colin]      2.10.0cvs2
1690
1691         * src/folder.h
1692         * src/mainwindow.c
1693         * src/procmsg.h
1694         * src/summaryview.c
1695                 Add View/Sort/by Thread date
1696                 Fixes bug 1233, 'Capability to sort 
1697                 threads by most recent message'
1698                 Based on a patch by Paul Rolland
1699
1700 2007-07-02 [colin]      2.10.0cvs1
1701
1702         * src/Makefile.am
1703         * src/compose.c
1704         * src/edittags.c
1705         * src/edittags.h
1706         * src/filtering.c
1707         * src/folder.c
1708         * src/folder.h
1709         * src/headerview.c
1710         * src/headerview.h
1711         * src/main.c
1712         * src/mainwindow.c
1713         * src/mainwindow.h
1714         * src/manual.h
1715         * src/matcher.c
1716         * src/matcher.h
1717         * src/matcher_parser_parse.y
1718         * src/mimeview.c
1719         * src/msgcache.c
1720         * src/msgcache.h
1721         * src/prefs_common.c
1722         * src/prefs_common.h
1723         * src/prefs_filtering_action.c
1724         * src/prefs_matcher.c
1725         * src/prefs_summary_column.c
1726         * src/procmsg.c
1727         * src/procmsg.h
1728         * src/quote_fmt.c
1729         * src/quote_fmt_lex.l
1730         * src/quote_fmt_parse.y
1731         * src/summaryview.c
1732         * src/summaryview.h
1733         * src/textview.c
1734         * src/common/Makefile.am
1735         * src/common/defs.h
1736         * src/common/tags.c
1737         * src/common/tags.h
1738         * src/gtk/quicksearch.c
1739         * src/gtk/quicksearch.h
1740                 Add Tags implementation. Tags are arbitrary labels
1741                 that can be applied to messages. It is possible 
1742                 to create, edit, remove tags; apply them to mails;
1743                 filter on tags or tag presence; apply or unset
1744                 tags via filtering actions; reference tags in
1745                 reply templates.
1746
1747 2007-07-02 [paul]       2.10.0
1748
1749         * NEWS
1750         * README
1751         * RELEASE_NOTES
1752                 2.10.0 released
1753
1754 2007-07-02 [paul]       2.9.2cvs78
1755
1756         * po/de.po
1757         * po/en_GB.po
1758         * po/es.po
1759         * po/fr.po
1760         * po/hu.po
1761         * po/pt_BR.po
1762         * po/ru.po
1763         * po/zh_CN.po
1764                 updated by Stephan Sachse, me, Ricardo Mones
1765                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1766                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1767
1768 2007-07-02 [paul]       2.9.2cvs77
1769
1770         * AUTHORS
1771                 updated
1772
1773 2007-06-29 [wwp]        2.9.2cvs76
1774
1775         * src/gtk/headers.h
1776                 Fix a typo (thanks to Ricardo for finding this out).
1777
1778 2007-06-28 [paul]       2.9.2cvs75
1779
1780         * src/folderview.c
1781                 fix build warnings
1782
1783 2007-06-28 [paul]       2.9.2cvs74
1784
1785         * tools/Makefile.am
1786                 fix bug in the autotools build system.
1787                 Files cataloged under EXTRA_DIST were never
1788                 automatically copied to the build tree.
1789                 (fix 'make distcheck')
1790                 Patch by Michael Rasmussen.
1791
1792 2007-06-24 [colin]      2.9.2cvs73
1793
1794         * src/news_gtk.c
1795                 Fix bug 1249, 'Error handling for 
1796                 news errors needs modification'
1797                 Only popup error if the according
1798                 pref in Prefs/Receive is set.
1799
1800 2007-06-21 [colin]      2.9.2cvs72
1801
1802         * src/common/plugin.c
1803         * src/common/plugin.h
1804                 Change plugin API to know whether it's safe to 
1805                 unload plugins or whether we should just hide
1806                 them. Fixes bug 1248, 'Core dumps after 
1807                 unloading plugin and clicking on load plugins'
1808         * src/plugins/bogofilter/bogofilter.c
1809         * src/plugins/clamav/clamav_plugin.c
1810         * src/plugins/demo/demo.c
1811         * src/plugins/dillo_viewer/dillo_viewer.c
1812         * src/plugins/pgpcore/plugin.c
1813         * src/plugins/pgpinline/plugin.c
1814         * src/plugins/pgpmime/plugin.c
1815         * src/plugins/spamassassin/spamassassin.c
1816         * src/plugins/trayicon/trayicon.c
1817                 Update API
1818
1819 2007-06-19 [colin]      2.9.2cvs71
1820
1821         * src/compose.c
1822         * src/messageview.c
1823                 Fix crash mentioned in bug 1246
1824                 Race condition when automatically drafting
1825                 due to insertion on reedit.
1826
1827 2007-06-18 [wwp]        2.9.2cvs70
1828
1829         * src/importldif.c
1830                 LDIF import: use a "Proceed" button to complete
1831                 the process.
1832
1833 2007-06-18 [paul]       2.9.2cvs69
1834
1835         * configure.ac
1836                 use pkgconfig to check for gtk and glib
1837
1838 2007-06-17 [wwp]        2.9.2cvs68
1839
1840         * src/ldif.c
1841         * src/importldif.c
1842                 LDIF import: better error handling, minor code
1843                 and UI cleanup, and renamed the Save button
1844                 to Close, as imported stuff is already saved
1845                 when the Save button is shown.
1846
1847 2007-06-17 [colin]      2.9.2cvs67
1848
1849         * src/prefs_summaries.c
1850         * src/procmsg.c
1851                 Don't set as read when forwarded, only replied to
1852
1853 2007-06-17 [paul]       2.9.2cvs66
1854
1855         * src/alertpanel.c
1856                 add missing #include
1857
1858 2007-06-16 [colin]      2.9.2cvs65
1859
1860         * src/prefs_summaries.c
1861         * src/procmsg.c
1862                 Change the pref "Only mark as read when opened
1863                 in new window" to "..., replied to or forwarded".
1864                 Based on a patch by Paul Rolland.
1865
1866 2007-06-16 [paul]       2.9.2cvs64
1867
1868         * src/gtk/authors.h
1869                 alphabetical order! :)
1870
1871 2007-06-16 [colin]      2.9.2cvs63
1872
1873         * AUTHORS
1874         * src/gtk/authors.h
1875                 Add Michael Rasmussen in authors list
1876
1877 2007-06-16 [colin]      2.9.2cvs62
1878
1879         * src/messageview.c
1880                 Fix messageview_copy_clipboard to take advantage
1881                 of plugins' get_selection.
1882
1883 2007-06-15 [colin]      2.9.2cvs61
1884
1885         * src/action.c
1886         * src/addr_compl.c
1887         * src/addressbook.c
1888         * src/folderview.c
1889         * src/message_search.c
1890         * src/mimeview.c
1891         * src/summary_search.c
1892         * src/summaryview.c
1893         * src/textview.c
1894                 Allow GDK_KP_Enter to do the same as GDK_Return
1895                 Patch by Michael Rasmussen
1896
1897 2007-06-15 [paul]       2.9.2cvs60
1898
1899         * src/compose.c
1900                 fix bug when closing a compose window
1901                 during autosave
1902
1903 2007-06-14 [paul]       2.9.2cvs59
1904
1905         * src/main.c
1906         * src/common/defs.h
1907                 migrate sylpheed config
1908
1909 2007-06-14 [wwp]        2.9.2cvs58
1910
1911         * src/gtk/pluginwindow.c
1912                 Yet another attempt to fix sizing/alignment of the
1913                 button bar in plugins window.
1914
1915 2007-06-12 [colin]      2.9.2cvs57
1916
1917         * po/POTFILES.in
1918         * src/Makefile.am
1919         * src/folderview.c
1920         * src/prefs_common.c
1921         * src/prefs_common.h
1922         * src/prefs_summaries.c
1923         * src/prefs_summary_open.c
1924         * src/prefs_summary_open.h
1925         * src/summaryview.c
1926                 Make "when entering a folder" actions more personalisable
1927
1928 2007-06-12 [wwp]        2.9.2cvs56
1929
1930         * tools/README
1931                 Use short description from Paul (mairix.sh).
1932
1933 2007-06-12 [wwp]        2.9.2cvs55
1934
1935         * tools/README
1936                 Updated info about mairix.sh.
1937
1938 2007-06-11 [paul]       2.9.2cvs54
1939
1940         * src/prefs_logging.c
1941                 rework log window length widgets
1942                 and some sensitivity fixes
1943
1944 2007-06-11 [paul]       2.9.2cvs53
1945
1946         * src/mainwindow.c
1947         * src/prefs_logging.c
1948                 rename 'Protocol Log' to 'Network Log'
1949                 and some function renaming
1950
1951 2007-06-10 [wwp]        2.9.2cvs52
1952
1953         * src/gtk/pluginwindow.c
1954                 Revert 2.9.2cvs51.
1955
1956 2007-06-10 [wwp]        2.9.2cvs51
1957
1958         * src/gtk/pluginwindow.c
1959                 Fix button bar in plugin window, was centered and not
1960                 behaving like other dialogs w/ such button bar.
1961
1962 2007-06-08 [wwp]        2.9.2cvs50
1963
1964         * src/compose.c
1965         * src/compose.h
1966         * src/main.c
1967         * src/mainwindow.c
1968         * src/mainwindow.h
1969                 Provide a way out of automatic draft saving on IMAP, when
1970                 exiting offline.
1971                 Prevent drafting while sending and quitting while sending.
1972                 Thanks for Colin.
1973
1974
1975
1976 2007-06-08 [wwp]        2.9.2cvs49
1977
1978         * src/prefs_account.c
1979         * src/gtk/prefswindow.c
1980         * src/gtk/prefswindow.h
1981                 Activate the Basic page when opening account prefs.
1982
1983 2007-06-08 [wwp]        2.9.2cvs48
1984
1985         * src/common/socket.c
1986                 Don't crash if fork() fails, thanks to Colin.
1987
1988 2007-06-08 [wwp]        2.9.2cvs47
1989
1990         * src/gtk/prefswindow.c
1991                 Wrap some long lines, and reset horizontal scroller's adjusment
1992                 (this was already done, vertically), when changing tab (not page)
1993                 in prefs windows.
1994
1995 2007-06-08 [paul]       2.9.2cvs46
1996
1997         * src/common/utils.c
1998                 use gethostname() instead of uname()
1999                 based on a patch by Michael Hughes
2000                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2001
2002 2007-06-07 [wwp]        2.9.2cvs45
2003
2004         * src/prefs_common.c
2005                 Fix some useless warnings, thanks to Colin.
2006
2007 2007-06-06 [colin]      2.9.2cvs44
2008
2009         * src/ldapupdate.c
2010                 Fix strange allocations. 
2011
2012 2007-06-06 [colin]      2.9.2cvs43
2013
2014         * src/ldapupdate.c
2015                 Patch by Michael Rasmussus to help
2016                 bug 1232
2017
2018 2007-06-05 [wwp]        2.9.2cvs42
2019
2020         * src/prefs_account.c
2021         * src/prefs_folder_item.c
2022         * src/prefs_quote.c
2023         * src/quote_fmt.c
2024         * src/quote_fmt.h
2025                 Per-folder templates can now be applied recursively.
2026                 Always save per-folder templates (formats were erroneously
2027                 saved only if they were enabled).
2028                 Check for validity of quotation marks everywhere there
2029                 are defined.
2030
2031 2007-06-05 [wwp]        2.9.2cvs41
2032
2033         * src/inc.c
2034                 Fix incoming messages from local accounts always getting filtered
2035                 (even if the account prefs say don't), thanks to Colin.
2036
2037 2007-06-05 [wwp]        2.9.2cvs40
2038
2039         * src/compose.c
2040         * src/compose.h
2041                 Use per-folder/per-account quote chars when applying a
2042                 template or inserting text as well. Const'ify some
2043                 vars more.
2044
2045 2007-06-04 [colin]      2.9.2cvs39
2046
2047         * src/compose.c
2048                 More work for wwp :)
2049
2050 2007-06-04 [wwp]        2.9.2cvs38
2051
2052         * src/compose.c
2053                 Same as 2.9.2cvs36 but for forwarding.
2054
2055 2007-06-04 [colin]      2.9.2cvs37
2056
2057         * src/compose.c
2058                 Use original mail file for forward/redirect
2059                 Fixes some forwarded mails to be attached as
2060                 application/octet-stream (when they have binary
2061                 parts), and incidentally fixes bug 848
2062                 'Redirect breaks GnuPG'
2063
2064 2007-06-04 [wwp]        2.9.2cvs36
2065
2066         * src/compose.c
2067                 Fix quote mark mis-initialisation when replying/forwarding
2068                 (introduced w/ 2.9.2cvs20).
2069
2070 2007-06-04 [wwp]        2.9.2cvs35
2071
2072         * src/prefs_compose_writing.c
2073         * src/prefs_quote.c
2074                 Fix a bug where Quotation characters (prefs/compose/writing)
2075                 was cleared (introduced w/ 2.9.2cvs26).
2076
2077 2007-06-04 [wwp]        2.9.2cvs34
2078
2079         * src/prefs_account.c
2080         * src/prefs_account.h
2081                 Better fix for compiling w/o aspell (rollbacks
2082                 2.9.2cvs31).
2083
2084 2007-06-04 [wwp]        2.9.2cvs33
2085
2086         * src/account.c
2087         * src/prefs_account.c
2088         * src/prefs_account.h
2089         * src/procmsg.c
2090                 It's now possible to disable mail filtering plugins
2091                 on a per-account basis.
2092
2093 2007-06-04 [wwp]        2.9.2cvs32
2094
2095         * src/procheader.c
2096         * src/common/utils.c
2097         * src/common/utils.h
2098                 Support CRLF in headers part of messages.
2099                 Support few more date formats (RFC3339 subsets).
2100
2101 2007-06-04 [wwp]        2.9.2cvs31
2102
2103         * src/prefs_account.c
2104                 Fix compiling w/o aspell support.
2105
2106 2007-06-03 [wwp]        2.9.2cvs30
2107
2108         * src/prefs_gtk.c
2109                 Don't decode leading ENV_ and ~ in P_PASSWORD
2110                 values.
2111
2112 2007-06-03 [wwp]        2.9.2cvs29
2113
2114         * src/prefs_gtk.c
2115                 Don't decode leading ENV_ and ~ in P_PASSWORD
2116                 values.
2117
2118 2007-06-03 [wwp]        2.9.2cvs28
2119
2120         * src/prefs_account.c
2121         * src/gtk/prefswindow.c
2122         * src/gtk/prefswindow.h
2123                 Added a way to force preloading of all pages
2124                 (prefswindow).
2125                 Moved tabs to pages in account prefs.
2126
2127 2007-06-02 [colin]      2.9.2cvs27
2128
2129         * src/addressbook.c
2130                 Fix possible crash, fix ldap write bugs
2131         * src/ldapupdate.c
2132                 Fix ldap write bugs - patch by Michael
2133                 Rasmussen
2134         * src/alertpanel.c
2135         * src/alertpanel.h
2136                 Add a hook whenever alertpanel opens/closes
2137
2138 2007-05-31 [wwp]        2.9.2cvs26
2139
2140         * src/prefs_compose_writing.c
2141         * src/prefs_quote.c
2142                 Re-organized writing options a bit:
2143                  - renamed the Quoting page to Templates
2144                  - moved all composing templates to that page
2145                  - moved non-templates options to the Writing one,
2146                    grouped reply-related options, reordered reply and
2147                    forward options.
2148
2149 2007-05-31 [wwp]        2.9.2cvs25
2150
2151         * src/compose.c
2152                 Removed unused code.
2153
2154 2007-05-31 [colin]      2.9.2cvs24
2155
2156         * src/addressbook.c
2157                 Fix missing display name when modifying
2158                 LDAP. Patch by Michael Rasmussen
2159
2160 2007-05-31 [wwp]        2.9.2cvs23
2161
2162         * src/plugins/bogofilter/Makefile.am
2163         * src/plugins/clamav/Makefile.am
2164         * src/plugins/demo/Makefile.am
2165         * src/plugins/dillo_viewer/Makefile.am
2166         * src/plugins/spamassassin/Makefile.am
2167                 Fix building of those plugins in Mac OS X.
2168
2169 2007-05-30 [wwp]        2.9.2cvs22
2170
2171         * src/gtk/quicksearch.c
2172                 Fix missing initialization.
2173
2174 2007-05-30 [wwp]        2.9.2cvs21
2175
2176         * src/procheader.c
2177                 Revert accidental commit (debug outputs).
2178
2179 2007-05-30 [wwp]        2.9.2cvs20
2180
2181         * src/compose.c
2182         * src/folder_item_prefs.c
2183         * src/folder_item_prefs.h
2184         * src/prefs_account.c
2185         * src/prefs_account.h
2186         * src/prefs_folder_item.c
2187         * src/prefs_gtk.c
2188         * src/prefs_gtk.h
2189                 Implemented per-account and per-folder
2190                 compose/reply/forward formats.
2191
2192 2007-05-30 [wwp]        2.9.2cvs19
2193
2194         * src/prefs_compose_writing.c
2195         * src/prefs_quote.c
2196         * src/procheader.c
2197         * src/quote_fmt.c
2198         * src/quote_fmt.h
2199                 Internal API changes (factorize quote format
2200                 prefs and checks).
2201
2202 2007-05-30 [colin]      2.9.2cvs18
2203
2204         * src/compose.c
2205                 Fix race where it's possible to re-click Send
2206                 between end of SMTP session and end of "move to
2207                 sent folder" when sending an email with send
2208                 dialog enabled.
2209
2210 2007-05-30 [colin]      2.9.2cvs17
2211
2212         * src/crash.c
2213                 Ask for backtrace on all threads. Patch by
2214                 Pawel
2215         * src/folderview.c
2216                 Fix stale news statusbar when scanning fails.
2217                 Patch by Pawel
2218         * src/ldapupdate.c
2219                 Fix some LDAP write updates bugs. Patch
2220                 by Michael Rasmussen
2221
2222 2007-05-29 [colin]      2.9.2cvs16
2223
2224         * src/imap.c
2225                 Fix loss of local flags when moving mails
2226                 on IMAP in high-bandwidth mode (UID FETCH)
2227
2228 2007-05-25 [paul]       2.9.2cvs15
2229
2230         * src/common/socket.c
2231                 fix sometimes crasher on cancelling
2232                 message sending
2233
2234 2007-05-25 [colin]      2.9.2cvs14
2235
2236         * src/imap.c
2237                 Fix a memory leak
2238         * src/imap_gtk.c
2239                 Be more helpful in the subscription
2240                 message
2241
2242 2007-05-23 [wwp]        2.9.2cvs13
2243
2244         * src/compose.c
2245         * src/prefs_compose_writing.c
2246         * src/prefs_quote.c
2247         * src/prefs_template.c
2248         * src/prefs_template.h
2249         * src/quote_fmt.c
2250         * src/quote_fmt.h
2251         * src/quote_fmt_lex.l
2252         * src/quote_fmt_parse.y
2253                 Introduced new syntax elements (symbols and commands)
2254                 in templates/quote_fmt. Compatibility w/ old
2255                 symbols is kept.
2256                 Updated and reworked the corresponding Information
2257                 dialog.
2258                 Display the line number in dialogs that talk about
2259                 parser errors (in addition to the error message in
2260                 output).
2261
2262 2007-05-23 [wwp]        2.9.2cvs12
2263
2264         * src/quote_fmt_parse.y
2265                 Fix 2.9.2cvs11, probably a paste accident ;).
2266
2267 2007-05-23 [wwp]        2.9.2cvs11
2268
2269         * src/compose.c
2270         * src/prefs_template.c
2271         * src/quote_fmt.h
2272         * src/quote_fmt_parse.y
2273                 Fix 2.9.2cvs10, which broke --disable-aspell.
2274
2275 2007-05-22 [wwp]        2.9.2cvs10
2276
2277         * src/compose.c
2278         * src/prefs_template.c
2279         * src/quote_fmt.c
2280         * src/quote_fmt.h
2281         * src/quote_fmt_lex.l
2282         * src/quote_fmt_parse.y
2283         * src/gtk/gtkaspell.c
2284         * src/gtk/gtkaspell.h
2285                 Added template/quote format syntactical elements
2286                 to show and query:
2287                         - current dictionary
2288                           %T to show (shows empty if not set or not enabled),
2289                           ?T and !T to check if the default dictionary is
2290                           enabled and set
2291                         - current account's default dictionary
2292                           %aT to show (empty if not set or not enabled),
2293                           ?aT and !aT to check if it's enabled and set
2294                         - name completion for an address, from the address
2295                           book
2296                           %ABf, %ABt, %ABc respectively show the full name got
2297                           from the address book if From, To or Cc match a single
2298                           contact.
2299                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2300                           matches any contact and if the full name is non-empty.
2301                           If From, To or Cc are lists of email addresses, only
2302                           the first address will be checked.
2303                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2304                 that could show a trailing ','.
2305                 Also, template/quote_fmt parser now shows the line number in case
2306                 of parser error.
2307
2308 2007-05-15 [colin]      2.9.2cvs9
2309
2310         * src/main.c
2311         * src/main.h
2312                 Add a public function to know whether Claws
2313                 crashed last time
2314                 Store opened folder when exiting
2315         * src/folder.c
2316         * src/folder.h
2317                 Store last opened message in each FolderItem;
2318                 Reset last seen messages if Claws crashed, so 
2319                 that one can't go in an infinite crash in case 
2320                 a particular mail crashes Claws.
2321         * src/messageview.c
2322         * src/prefs_common.c
2323         * src/prefs_common.h
2324         * src/summaryview.c
2325         * src/prefs_summaries.c
2326                 Add "Select last opened message" when entering
2327                 a folder
2328                 Add "Select last opened folder" at startup.
2329
2330 2007-05-14 [colin]      2.9.2cvs8
2331
2332         * manual/xml2pdf
2333                 Fix bashism, search for xml catalog 
2334                 in /usr/local/share/xml/catalog too
2335                 Patch by Pawel
2336
2337 2007-05-13 [wwp]        2.9.2cvs7
2338
2339         * src/gtk/logwindow.c
2340                 fix raising log windows when they are either minimized or
2341                 in background.
2342
2343 2007-05-11 [colin]      2.9.2cvs6
2344
2345         * src/gtk/filesel.c
2346                 Use Hildon's file chooser on Maemo. Patch
2347                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2348                 'File attachment "manipulation" bugs...'
2349
2350 2007-05-10 [wwp]        2.9.2cvs5
2351
2352         * src/prefs_common.c
2353         * src/prefs_common.h
2354         * src/gtk/quicksearch.c
2355                 Add a quicksearch option to automatically run
2356                 a search selected from the history (this option
2357                 is exclusive towards type-ahead).
2358
2359 2007-05-10 [colin]      2.9.2cvs4
2360
2361         * src/imap.c
2362                 Fix g_warnings, thanks to Brian
2363                 Morrison
2364
2365 2007-05-09 [colin]      2.9.2cvs3
2366
2367         * src/crash.c
2368         * src/exporthtml.c
2369         * src/mbox.c
2370         * src/prefs_summaries.c
2371         * src/procheader.c
2372         * src/common/log.c
2373         * src/common/utils.c
2374         * src/gtk/gtksourceprintjob.c
2375         * src/gtk/sslcertwindow.c
2376                 Use the re-entrant variant of time functions
2377                 Probably fixes bug 1217, 'reentrancy problems 
2378                 with time functions'
2379
2380 2007-05-09 [colin]      2.9.2cvs2
2381
2382         * src/imap.c
2383                 Fix crasher when reconnection fails
2384
2385 2007-05-08 [paul]       2.9.2cvs1
2386
2387         * NEWS
2388         * README
2389         * RELEASE_NOTES
2390         * configure.ac
2391                 bump version number following
2392                 stable release
2393
2394 2007-05-08 [paul]       2.9.1cvs48
2395
2396         * src/plugins/demo/demo.c
2397         * src/plugins/dillo_viewer/dillo_prefs.c
2398         * src/plugins/dillo_viewer/dillo_prefs.h
2399         * src/plugins/dillo_viewer/dillo_viewer.c
2400         * src/plugins/pgpcore/pgp_viewer.c
2401         * src/plugins/pgpcore/pgp_viewer.h
2402         * src/plugins/pgpcore/plugin.c
2403         * src/plugins/pgpcore/prefs_gpg.c
2404         * src/plugins/pgpcore/prefs_gpg.h
2405         * src/plugins/pgpcore/sgpgme.c
2406         * src/plugins/pgpcore/sgpgme.h
2407         * src/plugins/pgpinline/plugin.c
2408         * src/plugins/pgpmime/pgpmime.c
2409         * src/plugins/pgpmime/pgpmime.h
2410         * src/plugins/pgpmime/plugin.c
2411         * src/plugins/spamassassin/spamassassin.c
2412         * src/plugins/spamassassin/spamassassin.h
2413         * src/plugins/spamassassin/spamassassin_gtk.c
2414         * src/plugins/trayicon/README
2415         * tools/README
2416         * tools/README.sylprint
2417         * tools/outlook2claws-mail.pl
2418         * tools/sylprint.pl
2419         * tools/tb2claws-mail
2420         * tools/tbird2claws.py
2421         * tools/update-po
2422         * tools/vcard2xml.py
2423         * tools/kdeservicemenu/README
2424                 cleanups and corrections
2425
2426 2007-05-06 [wwp]        2.9.1cvs47
2427
2428         * tools/uudec
2429                 Fix missing dash to `display` command-line, reported
2430                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2431
2432 2007-05-06 [colin]      2.9.1cvs46
2433
2434         * src/Makefile.am
2435         * src/stock_pixmap.c
2436         * src/stock_pixmap.h
2437         * src/pixmaps/printer.xpm
2438                 Add a printer icon
2439
2440 2007-05-06 [paul]       2.9.1cvs45
2441
2442         * src/compose.c
2443         * src/ldapquery.c
2444         * src/privacy.h
2445         * src/summary_search.c
2446         * src/summaryview.c
2447                 fix build warnings
2448
2449 2007-05-05 [wwp]        2.9.1cvs44
2450
2451         * src/messageview.c
2452         * src/mh.c
2453         * src/prefs_actions.c
2454         * src/prefs_gtk.c
2455         * src/summaryview.c
2456         * src/common/xml.c
2457                 Fix "faild" typos everywhere and capitalization of
2458                 some g_warnings.
2459
2460 2007-05-04 [colin]      2.9.1cvs43
2461
2462         * src/compose.c
2463         * src/privacy.c
2464         * src/privacy.h
2465         * src/plugins/pgpcore/prefs_gpg.c
2466         * src/plugins/pgpcore/prefs_gpg.h
2467         * src/plugins/pgpinline/pgpinline.c
2468         * src/plugins/pgpmime/pgpmime.c
2469                 Add an API to warn about encryption limits,
2470                 and allow to disable these warnings
2471
2472 2007-05-03 [colin]      2.9.1cvs42
2473
2474         * src/summaryview.c
2475         * src/mainwindow.c
2476                 Fix bug 1213, 'Delete more than 
2477                 one thread at once'
2478
2479 2007-05-03 [wwp]        2.9.1cvs41
2480
2481         * src/prefs_common.c
2482         * src/prefs_filtering.c
2483         * src/prefs_template.c
2484         * src/common/template.c
2485         * src/common/template.h
2486         * src/gtk/gtkutils.c
2487         * src/gtk/gtkutils.h
2488                 Templates are no longer automatically sorted
2489                 by name, but can be sorted manually using
2490                 |< < > >| buttons as well as drag'n'drop.
2491
2492 2007-05-03 [wwp]        2.9.1cvs40
2493
2494         * src/plugins/spamassassin/spamassassin.c
2495         * src/plugins/spamassassin/spamassassin.h
2496         * src/plugins/spamassassin/spamassassin_gtk.c
2497         * src/plugins/bogofilter/bogofilter.c
2498         * src/plugins/bogofilter/bogofilter.h
2499         * src/plugins/bogofilter/bogofilter_gtk.c
2500                 Added an option to conditionally mark saved spam
2501                 as read (default is and was to do so).
2502                 Satisfies feature request 1708539 on sf.net tracker.
2503
2504 2007-05-03 [colin]      2.9.1cvs39
2505
2506         * src/inc.c
2507                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2508
2509 2007-05-02 [colin]      2.9.1cvs38
2510
2511         * src/textview.c
2512                 Fix bug 1209, 'Clicking on address 
2513                 in header (mailto uri) selects 
2514                 default account'. Patch adapted from
2515                 G.P. Halkes' patch.
2516
2517 2007-05-02 [colin]      2.9.1cvs37
2518
2519         * src/grouplistdialog.c
2520                 Set cursor to wait cursor while loading
2521                 groups.
2522
2523 2007-05-02 [paul]       2.9.1cvs36
2524
2525         * src/folder.c
2526         * src/common/defs.h
2527                 rename cache and mark files
2528                 (data is preserved)
2529
2530 2007-04-30 [paul]       2.9.1cvs35
2531
2532         * manual/glossary.xml
2533         * manual/plugins.xml
2534                 updates. Patch by Ricardo
2535
2536 2007-04-29 [wwp]        2.9.1cvs34
2537
2538         * src/mainwindow.c
2539         * configure.ac
2540                 Fix few grammatical errors (patch by David Relson < relson at
2541                 osagesoftware dot com >).
2542
2543 2007-04-28 [colin]      2.9.1cvs33
2544
2545         * src/account.c
2546         * src/pop.c
2547         * src/prefs_account.c
2548         * src/prefs_account.h
2549                 Drop the "Download all" preference. It's
2550                 stupidly useless and confuses people from
2551                 time to time.
2552
2553 2007-04-27 [wwp]        2.9.1cvs32
2554
2555         * src/account.c
2556         * src/prefs_account.c
2557         * src/prefs_account.h
2558                 Don't reflect accounts changes to the mainwindow when it's
2559                 not necessary.
2560
2561 2007-04-27 [colin]      2.9.1cvs31
2562
2563         * src/folder.c
2564                 Freeze/thaw when sync'ing flags
2565         * src/imap.c
2566         * src/prefs_account.c
2567         * src/prefs_account.h
2568         * src/etpan/imap-thread.c
2569         * src/etpan/imap-thread.h
2570                 Add a way to use UID FETCH instead
2571                 of searches to fetch message lists
2572                 and flags. More expensive towards
2573                 bandwidth, less expensive towards
2574                 server's CPU. Probably fixes 
2575                 bug 1158, 'Scanning new folders on 
2576                 Exchange 2007 extremely slow'.
2577                 Patch 95% by Hoa.
2578
2579 2007-04-27 [paul]       2.9.1cvs30
2580
2581         * src/mainwindow.c
2582         * src/prefs_logging.c
2583                 improvements to english usage
2584
2585 2007-04-27 [colin]      2.9.1cvs29
2586
2587         * src/imap.c
2588                 Fix build without libetpan (my bad!)
2589
2590 2007-04-26 [colin]      2.9.1cvs28
2591
2592         * src/imap.c
2593         * src/imap.h
2594                 Fix uselessly exported function
2595         * src/textview.c
2596                 Consider "- -- \n" as signature separator
2597                 (that's what signature separators look like
2598                  in PGP/Inline signed mails)
2599
2600 2007-04-26 [colin]      2.9.1cvs27
2601
2602         * configure.ac
2603                 libetpan-0.49 is now required
2604         * src/procmime.c
2605                 Fix double fetching of mails if
2606                 first try failed
2607         * src/imap.c
2608                 Make offline sync faster, by
2609                 remembering last change time, and
2610                 last sync time.
2611
2612 2007-04-26 [hoa]        2.9.1cvs26
2613
2614         * src/imap.c
2615         * src/imap.h
2616         * src/mainwindow.c
2617         * src/toolbar.c
2618         * src/etpan/imap-thread.c
2619         * src/etpan/imap-thread.h
2620                 cancellation of IMAP operations is now allowed.
2621                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2622
2623 2007-04-26 [colin]      2.9.1cvs25
2624
2625         * src/folder.c
2626                 Always fetch body+headers in folders that are
2627                 synched for offline use, if "Synchronise as
2628                 soon as possible" is set.
2629                 Fixes bug 1200, 'Add option to always retrieve full 
2630                 messages'
2631
2632 2007-04-25 [colin]      2.9.1cvs24
2633
2634         * src/compose.c
2635                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2636                 persists...'
2637
2638 2007-04-24 [colin]      2.9.1cvs23
2639
2640         * src/folderview.c
2641                 Fix bug 1195, 'Hardware key navigation' 
2642                 Make GDK_Enter toggle expansion (Maemo)
2643
2644 2007-04-24 [wwp]        2.9.1cvs22
2645
2646         * src/compose.c
2647                 Fix few compiler warnings.
2648
2649 2007-04-24 [paul]       2.9.1cvs21
2650
2651         * src/Makefile.am
2652         * src/stock_pixmap.c
2653         * src/stock_pixmap.h
2654                 complete last commit
2655
2656 2007-04-24 [paul]       2.9.1cvs20
2657
2658         * src/gtk/about.c
2659         * src/pixmaps/active.xpm
2660         * src/pixmaps/checkbox_off.xpm
2661         * src/pixmaps/checkbox_on.xpm
2662         * src/pixmaps/inactive.xpm
2663                 kick out the blobs
2664                 remove transparent border from checkbox icons
2665
2666 2007-04-24 [wwp]        2.9.1cvs19
2667
2668         * src/textview.c
2669         * src/textview.h
2670                 Fix a crash in textview, thanks to Colin.
2671
2672 2007-04-23 [wwp]        2.9.1cvs18
2673
2674         * src/prefs_common.c
2675                 Fix 2.9.1cvs5: no header was being translated at all.
2676
2677 2007-04-23 [colin]      2.9.1cvs17
2678
2679         * src/Makefile.am
2680         * src/stock_pixmap.c
2681         * src/stock_pixmap.h
2682         * src/summaryview.c
2683         * src/summaryview.h
2684         * src/gtk/gtksctree.c
2685         * src/gtk/gtksctree.h
2686         * src/pixmaps/selection.xpm
2687                 Fix bug 1193, 'Need a way to multi-select
2688                 items'. Add a toggle button to the summaryview
2689                 to switch between normal and multiple selection
2690                 (Maemo)
2691
2692 2007-04-23 [colin]      2.9.1cvs16
2693
2694         * src/Makefile.am
2695         * src/stock_pixmap.c
2696         * src/stock_pixmap.h
2697         * src/summaryview.c
2698         * src/summaryview.h
2699         * src/gtk/gtksctree.c
2700         * src/gtk/gtksctree.h
2701         * src/pixmaps/selection.xpm
2702                 Fix bug 1193, 'Need a way to multi-
2703                 select items'
2704                 Add a toggle button in the summaryview
2705                 to enable normal or multiple selection.
2706                 (Maemo)
2707
2708 2007-04-23 [colin]      2.9.1cvs15
2709
2710         * src/compose.c
2711                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2712
2713 2007-04-21 [colin]      2.9.1cvs14
2714
2715         * src/gtk/quicksearch.c
2716                 Fix previous commit (actually use correct
2717                 parameter)
2718
2719 2007-04-21 [colin]      2.9.1cvs13
2720
2721         * src/gtk/quicksearch.c
2722                 Fix changing quicksearch type (after Esc,
2723                 after changing Recursive, ...)
2724
2725 2007-04-20 [wwp]        2.9.1cvs12
2726
2727         * src/gtk/Makefile.am
2728                 Added headers.h (completes 2.9.1cvs5).
2729
2730 2007-04-20 [wwp]        2.9.1cvs11
2731
2732         * src/addressbook.c
2733                 Fix the use of display name in name column,
2734                 it has been overriden w/ the use of nickname
2735                 by 2.9.0cvs3. Now nickname is used (if any)
2736                 in case of LDAP books only.
2737
2738 2007-04-20 [colin]      2.9.1cvs10
2739
2740         * src/mimeview.c
2741         * src/summaryview.c
2742         * src/textview.c
2743                 Add handling of 'a' to loop in a mail's
2744                 mimeparts
2745
2746 2007-04-20 [colin]      2.9.1cvs9
2747
2748         * src/toolbar.c
2749                 Fix bug 1190, 'dir_open' button doesn't work'
2750                 (Maemo)
2751
2752 2007-04-20 [colin]      2.9.1cvs8
2753
2754         * src/folderview.c
2755         * src/mainwindow.c
2756                 Fix bug 1194, 'Hardware keys move from email 
2757                 list to account/directory list, but not back 
2758                 to email list...' (Maemo)
2759
2760 2007-04-20 [colin]      2.9.1cvs7
2761
2762         * src/compose.h
2763                 complete previous commit
2764
2765 2007-04-20 [colin]      2.9.1cvs6
2766
2767         * src/compose.c
2768                 Fix bug 1187, 'Reply-to addressee disappears 
2769                 when reply-to text box is clicked...' (Maemo)
2770
2771 2007-04-20 [wwp]        2.9.1cvs5
2772
2773         * po/POTFILES.in
2774         * src/addressbook.c
2775         * src/compose.c
2776         * src/filtering.c
2777         * src/headerview.c
2778         * src/matcher.c
2779         * src/prefs_common.c
2780         * src/prefs_common.h
2781         * src/prefs_display_header.c
2782         * src/prefs_matcher.c
2783         * src/summaryview.c
2784         * src/gtk/headers.h
2785         * src/gtk/quicksearch.c
2786                 Translate more header names according to the relevant option value,
2787                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2788                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2789                 to prefs_common_translated_header_name().
2790                 Added a headers.h reference file that contains known header names
2791                 (RFC2822 and others) to the translation process' input, so that
2792                 translated header names will still exist even if no occurrence of
2793                 _("headername") is found anymore in the sources.
2794                 Don't translate column name 'Number' following to trans_hdr option
2795                 value as it's not a header name.
2796
2797 2007-04-20 [colin]      2.9.1cvs4
2798
2799         * src/gtk/quicksearch.c
2800         * src/gtk/quicksearch.h
2801                 Add "From, To or Subject" quicksearch
2802                 type. Patch by ulfschaper@users.sf.net
2803
2804 2007-04-20 [colin]      2.9.1cvs3
2805
2806         * src/matcher.c
2807                 Implement proper references filtering condition.
2808                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2809
2810 2007-04-19 [wwp]        2.9.1cvs2
2811
2812         * src/prefs_display_header.c
2813         * src/message_search.c
2814                 Fix few warnings (g_free of const gchar*).
2815
2816 2007-04-19 [paul]       2.9.1cvs1
2817
2818         * NEWS
2819         * README
2820         * RELEASE_NOTES
2821         * configure.ac
2822                 bump version number following
2823                 stable release
2824
2825 2007-04-19 [paul]       2.9.0cvs9
2826
2827         * manual/advanced.xml
2828         * manual/glossary.xml
2829                 fix typos
2830
2831 2007-04-18 [paul]       2.9.0cvs8
2832
2833         * src/pop.c
2834                 fix for CVE-2007-1558 (APOP)
2835                 Thanks to Colin
2836
2837 2007-04-18 [paul]       2.9.0cvs7
2838
2839         * src/messageview.c
2840         * src/mimeview.c
2841         * src/summaryview.c
2842         * src/gtk/filesel.c
2843                 Fix encoding woes wrt saving of
2844                 mails and parts
2845                 Thanks to Colin
2846
2847 2007-04-18 [colin]      2.9.0cvs6
2848
2849         * src/gtk/pluginwindow.c
2850                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2851
2852 2007-04-17 [wwp]        2.9.0cvs5
2853
2854         * src/addressadd.c
2855         * src/addressbook.c
2856         * src/addrindex.c
2857         * src/ldapupdate.c
2858                 Fix --disable-ldap build,
2859                 fix some LDAP annoyances on 
2860                 searches, thanks to Colin.
2861
2862 2007-04-17 [wwp]        2.9.0cvs4
2863
2864         * src/ldapupdate.c
2865                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2866                 like gcc 2.9x. Thanks to Colin.
2867
2868 2007-04-17 [wwp]        2.9.0cvs3
2869
2870         * src/Makefile.am
2871         * src/addressadd.c
2872         * src/addressbook.c
2873         * src/addrindex.c
2874         * src/addritem.c
2875         * src/addritem.h
2876         * src/editaddress.c
2877         * src/ldapctrl.c
2878         * src/ldapctrl.h
2879         * src/ldapquery.c
2880         * src/ldapserver.c
2881         * src/ldapserver.h
2882         * src/ldapupdate.c
2883         * src/ldapupdate.h
2884                 Add LDAP write support. Patch mostly by 
2885                 Michael <mir at datanom dot net>
2886
2887 2007-04-17 [wwp]        2.9.0cvs2
2888
2889         * src/compose.c
2890                 Prepend "Add to address book" to the context menu of compose window's sender and
2891                 recipient fields.
2892
2893 2007-04-16 [paul]       2.9.0cvs1
2894
2895         * src/gtk/authors.h
2896                 add Pader Rezso
2897
2898 2007-04-16 [paul]       2.9.0
2899
2900         * NEWS
2901         * README
2902         * RELEASE_NOTES
2903                 2.9.0 released
2904
2905 2007-04-16 [paul]       2.8.1cvs102
2906
2907         * po/fr.po
2908                 updated by Fabien Vantard
2909
2910 2007-04-16 [paul]       2.8.1cvs101
2911
2912         * po/ca.po
2913         * po/cs.po
2914         * po/de.po
2915         * po/hu.po
2916         * po/pl.po
2917         * po/pt_BR.po
2918         * po/sr.po
2919         * po/zh_CN.po
2920                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2921                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2922                 Aleksandar Urosevic, and Ralgh Young
2923
2924 2007-04-15 [mones]      2.8.1cvs100
2925
2926         * po/es.po
2927                 Updated for release
2928
2929 2007-04-14 [colin]      2.8.1cvs99
2930
2931         * src/message_search.c
2932         * src/prefs_display_header.c
2933         * src/summary_search.c
2934         * src/gtk/combobox.c
2935                 Fix allocations
2936
2937 2007-04-14 [wwp]        2.8.1cvs98
2938
2939         * src/gtk/combobox.c
2940         * src/message_search.c
2941         * src/summary_search.c
2942         * src/prefs_display_header.c
2943                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2944                 returns NULL, get the text value directly from the GtkEntry child.
2945
2946 2007-04-13 [colin]      2.8.1cvs97
2947
2948         * src/gtk/quicksearch.c
2949                 Give the focus back to summaryview when
2950                 emptying the quicksearch with Esc
2951
2952 2007-04-13 [colin]      2.8.1cvs96
2953
2954         * src/message_search.c
2955         * src/prefs_display_header.c
2956         * src/summary_search.c
2957                 Fix possibles crashes when getting text
2958                 from gtk combos
2959
2960 2007-04-13 [colin]      2.8.1cvs95
2961
2962         * src/pop.c
2963                 Add some UIDL debugging
2964
2965 2007-04-12 [colin]      2.8.1cvs94
2966
2967         * src/folder.c
2968                 Force folder scan if necessary after
2969                 copying mails, to be able to reapply
2970                 flags.
2971
2972 2007-04-11 [colin]      2.8.1cvs93
2973
2974         * src/main.c
2975                 don't scan for new mail on startup if --select
2976                 is specified (or race conditions arise). If so,
2977                 do both sequentially.
2978
2979 2007-04-09 [colin]      2.8.1cvs92
2980
2981         * src/common/defs.h
2982                 Use leafpad by default on Maemo. Patch
2983                 by Jean-Luc Biord.
2984
2985 2007-04-06 [colin]      2.8.1cvs91
2986
2987         * src/pixmaps/queue_close.xpm
2988         * src/pixmaps/queue_close_hrm.xpm
2989         * src/pixmaps/queue_close_hrm_mark.xpm
2990         * src/pixmaps/queue_close_mark.xpm
2991         * src/pixmaps/queue_open.xpm
2992         * src/pixmaps/queue_open_hrm.xpm
2993         * src/pixmaps/queue_open_hrm_mark.xpm
2994         * src/pixmaps/queue_open_mark.xpm
2995                 Move the clock one pixel down :)
2996
2997 2007-04-05 [colin]      2.8.1cvs90
2998
2999         * src/mainwindow.c
3000                 Don't sync when switching offline from
3001                 command line - it's usually too late :)
3002
3003 2007-04-05 [paul]       2.8.1cvs89
3004
3005         * src/Makefile.am
3006         * src/stock_pixmap.c
3007         * src/pixmaps/dir_close_hrm.xpm
3008         * src/pixmaps/dir_close_hrm_mark.xpm
3009         * src/pixmaps/drafts_close.xpm
3010         * src/pixmaps/drafts_close_mark.xpm
3011         * src/pixmaps/drafts_open.xpm
3012         * src/pixmaps/drafts_open_mark.xpm
3013         * src/pixmaps/inbox.xpm
3014         * src/pixmaps/inbox_close.xpm
3015         * src/pixmaps/inbox_close_hrm.xpm
3016         * src/pixmaps/inbox_close_hrm_mark.xpm
3017         * src/pixmaps/inbox_close_mark.xpm
3018         * src/pixmaps/inbox_hrm.xpm
3019         * src/pixmaps/inbox_hrm_mark.xpm
3020         * src/pixmaps/inbox_mark.xpm
3021         * src/pixmaps/inbox_open.xpm
3022         * src/pixmaps/inbox_open_hrm.xpm
3023         * src/pixmaps/inbox_open_hrm_mark.xpm
3024         * src/pixmaps/inbox_open_mark.xpm
3025         * src/pixmaps/outbox.xpm
3026         * src/pixmaps/outbox_close.xpm
3027         * src/pixmaps/outbox_close_hrm.xpm
3028         * src/pixmaps/outbox_close_hrm_mark.xpm
3029         * src/pixmaps/outbox_close_mark.xpm
3030         * src/pixmaps/outbox_hrm.xpm
3031         * src/pixmaps/outbox_hrm_mark.xpm
3032         * src/pixmaps/outbox_mark.xpm
3033         * src/pixmaps/outbox_open.xpm
3034         * src/pixmaps/outbox_open_hrm.xpm
3035         * src/pixmaps/outbox_open_hrm_mark.xpm
3036         * src/pixmaps/outbox_open_mark.xpm
3037         * src/pixmaps/queue_close.xpm
3038         * src/pixmaps/queue_close_hrm.xpm
3039         * src/pixmaps/queue_close_hrm_mark.xpm
3040         * src/pixmaps/queue_close_mark.xpm
3041         * src/pixmaps/queue_open.xpm
3042         * src/pixmaps/queue_open_hrm.xpm
3043         * src/pixmaps/queue_open_hrm_mark.xpm
3044         * src/pixmaps/queue_open_mark.xpm
3045                 updated, added and replaced icons
3046                 Icons by Colin
3047
3048 2007-04-04 [colin]      2.8.1cvs88
3049
3050         * src/imap.c
3051                 Fix build without libetpan
3052
3053 2007-04-03 [colin]      2.8.1cvs87
3054
3055         * src/imap.c
3056                 Fix crash with Citadel, and try to make
3057                 things work. this server (and specifically 
3058                 STATUS and APPEND at least) seems broken.
3059
3060 2007-04-03 [colin]      2.8.1cvs86
3061
3062         * src/folderview.c
3063                 Fix icons on folder close
3064
3065 2007-04-03 [colin]      2.8.1cvs85
3066
3067         * src/inc.c
3068                 Fix double-ask of offline override in
3069                 certain cases
3070         * src/imap.c
3071         * src/imap.h
3072         * src/imap_gtk.c
3073                 Much more efficient way to synchronise
3074                 for offline use
3075         * src/etpan/imap-thread.c
3076                 Fix possible segs
3077         * src/folder.c
3078         * src/gtk/quicksearch.c
3079                 Fix some GUI lags
3080
3081 2007-04-03 [paul]       2.8.1cvs84
3082
3083         * src/filtering.c
3084         * src/folder.c
3085         * src/folder.h
3086         * src/prefs_common.c
3087         * src/prefs_common.h
3088         * src/prefs_other.c
3089                 Fix sync being done too late
3090                 Thanks to Colin
3091
3092 2007-04-02 [colin]      2.8.1cvs83
3093
3094         * src/summaryview.c
3095                 Maemo: Put status and quicksearch at the top
3096         * src/plugins/bogofilter/bogofilter.c
3097         * src/plugins/spamassassin/spamassassin.c
3098                 Derive trash from inbox if possible
3099
3100 2007-04-02 [paul]       2.8.1cvs82
3101
3102         * src/plugins/bogofilter/bogofilter_gtk.c
3103                 a few English changes
3104
3105 2007-04-02 [paul]
3106
3107         2.9.0-rc1 released
3108
3109 2007-04-02 [colin]      2.8.1cvs81
3110
3111         * src/image_viewer.c
3112                 Fix transparent images by using
3113                 GtkImage
3114         * src/messageview.c
3115                 Flush events (on new windows) to avoid
3116                 having the textview's image resize fail
3117                 to know the available width
3118
3119 2007-04-01 [colin]      2.8.1cvs80
3120
3121         * src/prefs_account.c
3122                 If no MH mailbox exist, when creating a POP/Local
3123                 account, just create and use the default one 
3124                 instead of bailing with a "Mailbox doesn't exist"
3125                 error
3126
3127 2007-03-31 [colin]      2.8.1cvs79
3128
3129         * src/prefs_account.c
3130                 Create signature file if it doesn't exist
3131                 before editing
3132         * src/prefs_toolbar.c
3133                 Maemo: Move "Use default" on the left so
3134                 that people can find it
3135         * src/common/defs.h
3136                 Maemo: make default editor "Maemopad", 
3137                 default signature file "MyDocs/signature.txt"
3138
3139 2007-03-31 [colin]      2.8.1cvs78
3140
3141         * src/prefs_account.c
3142                 Maemo: rework account prefs so
3143                 that less horizontal scrolling
3144                 is required
3145
3146 2007-03-31 [colin]      2.8.1cvs77
3147
3148         * src/folderview.c
3149         * src/prefs_common.c
3150         * src/prefs_common.h
3151                 Fix bug 1167, 'Allow not displaying zeros 
3152                 in folder list'. Patch by MartinP
3153
3154 2007-03-31 [colin]      2.8.1cvs76
3155
3156         * AUTHORS
3157                 Add Jean-Luc Biord
3158
3159 2007-03-31 [colin]      2.8.1cvs75
3160
3161         * src/imap.c
3162                 Apply patch from bug 1172, direct
3163                 access to the folder's session instead
3164                 of using getter. Patch by MartinP
3165
3166 2007-03-31 [paul]       2.8.1cvs74
3167
3168         * src/gtk/authors.h
3169                 no need to list Fabien twice!
3170
3171 2007-03-31 [colin]      2.8.1cvs73
3172
3173         * src/inc.c
3174                 If we're currently "overriding for %d minutes",
3175                 don't ask
3176
3177 2007-03-31 [colin]      2.8.1cvs72
3178
3179         * src/compose.c
3180         * src/imap.c
3181         * src/inc.c
3182         * src/inc.h
3183         * src/messageview.c
3184         * src/news.c
3185         * src/plugins/spamassassin/spamassassin.c
3186                 Offline override: Add a parameter to allow
3187                 asking even if the override timer is running.
3188                 Allows to ask every time the user makes an
3189                 explicit action needing online access (such
3190                 as Get Mail), and not when the action is 
3191                 implicit (such as opening an IMAP folder)
3192
3193 2007-03-31 [colin]      2.8.1cvs71
3194
3195         * src/inc.c
3196                 Override offline: "No" answer shouldn't
3197                 re-ask after 3 seconds, but 10 minutes. 
3198
3199 2007-03-30 [colin]      2.8.1cvs70
3200
3201         * src/common/socket.c
3202                 Better error reporting on unix socket
3203                 failure (bind usually)
3204         * src/gtk/gtkutils.c
3205         * src/gtk/gtkutils.h
3206                 Label window: add a pulsing progress
3207                 bar to show we're not hung :)
3208         * src/folderview.c
3209         * src/main.c
3210         * src/plugins/pgpcore/sgpgme.c
3211                 Update API
3212
3213 2007-03-30 [colin]      2.8.1cvs69
3214
3215         * src/pop.c
3216         * src/prefs_common.c
3217                 Fix possible trashing of history and uidl
3218                 files on disk full problems
3219
3220 2007-03-30 [paul]       2.8.1cvs68
3221
3222         * src/mainwindow.c
3223         * src/summaryview.c
3224         * src/summaryview.h
3225                 update summary when changing layout type
3226                 (fixes wrong folder icon being displayed)
3227                 Thanks to Colin
3228
3229 2007-03-29 [colin]      2.8.1cvs67
3230
3231         * src/prefs_ext_prog.c
3232                 The browser pref is irrelevant on Maemo
3233
3234 2007-03-29 [colin]      2.8.1cvs66
3235
3236         * src/compose.c
3237         * src/compose.h
3238                 Maemo: dynamically switch headers/text position
3239         * src/prefs_common.c
3240                 Maemo: hide compose's ruler by default
3241         * src/common/socket.c
3242         * src/common/socket.h
3243                 Fix build warning
3244
3245 2007-03-29 [colin]      2.8.1cvs65
3246
3247         * src/common/socket.c
3248         * src/common/socket.h
3249                 Fix build when MAEMO_CFLAGS contains
3250                 _X_OPENSOURCE (resolv.h errors as long
3251                 as we don't add _BSD_SOURCE. Ugly).
3252
3253 2007-03-29 [wwp]        2.8.1cvs64
3254
3255         * src/prefs_logging.c
3256                 Fix sensitivity of clip-log widgets in prefs/logging,
3257                 thanks to Fabien.
3258
3259 2007-03-29 [wwp]        2.8.1cvs63
3260
3261         * po/POTFILES.in
3262                 Updated files list for translations, thanks to Fabien.
3263
3264 2007-03-29 [colin]      2.8.1cvs62
3265
3266         * src/main.c
3267         * src/common/Makefile.am
3268         * src/common/utils.c
3269                 Maybe make URI opening work in Maemo
3270                 Requires testing :)
3271
3272 2007-03-28 [colin]      2.8.1cvs61
3273
3274         * src/folder.c
3275         * src/folder.h
3276         * src/folderview.c
3277                 Add the possibility to sort folders arbitrarily
3278                 (via editing of folderlist.xml only). Patch by
3279                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3280                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3281                 be changed by the user'
3282
3283 2007-03-28 [colin]      2.8.1cvs60
3284
3285         * src/mimeview.c
3286                 Add popup menu for mime icons
3287
3288 2007-03-28 [colin]      2.8.1cvs59
3289
3290         * src/mainwindow.c
3291                 Fix a layout issue when presenting
3292                 mainwindow in Small screen layout
3293         * src/toolbar.c
3294         * src/toolbar.h
3295                 Add a "Go to folder list" button for
3296                 mainwindow, and make it default in
3297                 the Maemo build
3298
3299 2007-03-28 [colin]      2.8.1cvs58
3300
3301         * src/compose.c
3302                 Don't dynamically update title on Maemo
3303                 Patch by Jean-Luc Biord
3304
3305 2007-03-27 [colin]      2.8.1cvs57
3306
3307         * src/compose.c
3308         * src/folderview.c
3309         * src/summaryview.c
3310                 Enable tap-and-hold on Maemo
3311
3312 2007-03-26 [colin]      2.8.1cvs56
3313
3314         * src/compose.c
3315                 More popup-menu (in attachments list)
3316
3317 2007-03-26 [colin]      2.8.1cvs55
3318
3319         * src/compose.c
3320                 Enable popup-menu signal
3321
3322 2007-03-26 [colin]      2.8.1cvs54
3323
3324         * src/plugins/pgpinline/pgpinline.c
3325                 Fix bug 1111, 'PGP/inline plugin hides text 
3326                 around encrypted text block'. Patch based on
3327                 a patch from Michal Cihar.
3328
3329 2007-03-26 [wwp]        2.8.1cvs53
3330
3331         * src/procmsg.c
3332                 Fix getting a false error when sending queued message
3333                 whereas the sending was fine (if there are subfolders
3334                 in the queue folder), thanks to Colin.
3335
3336 2007-03-26 [paul]       2.8.1cvs52
3337
3338         * src/wizard.c
3339                 update FACE header in welcome message
3340
3341 2007-03-25 [colin]      2.8.1cvs51
3342
3343         * src/Makefile.am
3344                 Fix make dist
3345
3346 2007-03-25 [colin]      2.8.1cvs50
3347
3348         * src/main.c
3349                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3350
3351 2007-03-24 [colin]      2.8.1cvs49
3352
3353         * src/main.c
3354                 Fix a few launch problems on Maemo
3355                 Patch by Jean-Luc Biord
3356
3357 2007-03-24 [wwp]        2.8.1cvs48
3358
3359         * src/alertpanel.c
3360         * src/alertpanel.h
3361         * src/messageview.c
3362         * src/summaryview.c
3363                 Fix wrong action performed when closing the
3364                 "ask about account specific filtering rules
3365                 when filtering manually" dialog by pressing Escape.
3366                 Fix wrong order of buttons in the "return receipt
3367                 notification - the message was sent to several of
3368                 your accounts" dialog.
3369
3370 2007-03-24 [paul]       2.8.1cvs47
3371
3372         * src/folderview.c
3373                 an improvement to English usage
3374         * tools/kdeservicemenu/README
3375                 updated Claws url
3376
3377 2007-03-24 [paul]       2.8.1cvs46
3378
3379         * src/Makefile.am
3380         * src/stock_pixmap.c
3381         * src/pixmaps/edit_extern.xpm
3382         * src/pixmaps/mail_sign.xpm
3383                 rescue long lost icons
3384
3385 2007-03-24 [paul]       2.8.1cvs45
3386
3387         * src/toolbar.c
3388                 fix toolbar (broken in 2.8.1cvs42)
3389
3390 2007-03-23 [colin]      2.8.1cvs44
3391
3392         * src/imap.c
3393                 Correctly unsubscribe/resubscribe after
3394                 RENAME
3395
3396 2007-03-23 [colin]      2.8.1cvs43
3397
3398         * src/prefs_common.c
3399                 Maemo: as the platform is light on RAM, allow
3400                 caches to be discarded faster.
3401
3402 2007-03-23 [colin]      2.8.1cvs42
3403
3404         * src/Makefile.am
3405         * src/compose.c
3406         * src/compose.h
3407         * src/stock_pixmap.c
3408         * src/stock_pixmap.h
3409         * src/summaryview.c
3410         * src/summaryview.h
3411         * src/toolbar.c
3412         * src/toolbar.h
3413         * src/pixmaps/open_mail.xpm
3414                 Maemo changes: Add the possibility to have
3415                 "Open Email" and "Close Window" buttons on 
3416                 toolbars (and use them in Maemo's default
3417                 toolbars)
3418
3419 2007-03-23 [wwp]        2.8.1cvs41
3420
3421         * src/action.c
3422                 Reverted that part of the action dialog closure logics, to
3423                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3424                 done later in a different way (or may not).
3425
3426 2007-03-22 [wwp]        2.8.1cvs40
3427
3428         * src/action.c
3429                 Fix sticky action dialog when got no output but action command
3430                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3431
3432 2007-03-22 [colin]      2.8.1cvs39
3433
3434         * src/prefs_filtering.c
3435         * src/gtk/combobox.h
3436                 Fix escaping account names in filtering prefs
3437
3438 2007-03-22 [colin]      2.8.1cvs38
3439
3440         * src/addrindex.c
3441         * src/ldapctrl.h
3442         * src/ldapquery.c
3443                 Add any attribute specified in LDAP servers'
3444                 Search attributes to the Other Attributes tab
3445                 of contacts; Add 'telephoneNumber' in the
3446                 default list.
3447
3448 2007-03-22 [colin]      2.8.1cvs37
3449
3450         * src/folderview.c
3451         * src/folderview.h
3452         * src/mainwindow.c
3453                 Try to prevent race conditions when
3454                 changing the folder list
3455         * src/summaryview.c
3456                 Fix possible red folder icon when
3457                 switching from Small screen layout
3458                 to any other
3459
3460 2007-03-22 [colin]      2.8.1cvs36
3461
3462         * src/mainwindow.c
3463         * src/mainwindow.h
3464         * src/summaryview.c
3465                 Rename "little screen" to "Small screen"
3466         * src/gtk/Makefile.am
3467         * src/common/utils.c
3468         * src/mh.c
3469                 Fix Maemo-related compilation problems
3470
3471 2007-03-21 [colin]      2.8.1cvs35
3472
3473         * configure.ac
3474                 Fix previous commit
3475         * claws-mail.desktop
3476                 Remove .png from the Icon, it's useless
3477
3478 2007-03-21 [colin]      2.8.1cvs34
3479
3480         * configure.ac
3481         * src/Makefile.am
3482                 Add the necessary lib checking for 
3483                 Maemo
3484
3485 2007-03-21 [colin]      2.8.1cvs33
3486
3487         * src/main.c
3488                 Fix unconditional "error happened" when
3489                 sending via command-line. "lol @ myself"
3490
3491 2007-03-21 [colin]      2.8.1cvs32
3492
3493         * claws-mail-40x40.png
3494         * claws-mail-26x26.png
3495         * src/account.c
3496         * src/addressbook.c
3497         * src/compose.c
3498         * src/folderview.c
3499         * src/folderview.h
3500         * src/main.c
3501         * src/mainwindow.c
3502         * src/mainwindow.h
3503         * src/messageview.c
3504         * src/prefs_account.c
3505         * src/prefs_common.c
3506         * src/summary_search.c
3507         * src/summaryview.c
3508         * src/summaryview.h
3509         * src/gtk/authors.h
3510         * src/gtk/gtkutils.c
3511         * src/gtk/gtkutils.h
3512         * src/gtk/logwindow.c
3513         * src/gtk/menu.c
3514         * src/gtk/prefswindow.c
3515                 Add Maemo port (patch mainly by Jean-Luc Biort)
3516                 Add a new 'Little screen' layout to help on such
3517                 platforms (patch by me)
3518                 Make some default preferences different (more
3519                 adapted) on Maemo (patch by me)
3520
3521 2007-03-21 [wwp]        2.8.1cvs31
3522
3523         * src/prefs_logging.c
3524         * src/prefs_logging.h
3525                 Fixed copyright header of newly added files.
3526
3527 2007-03-21 [wwp]        2.8.1cvs30
3528
3529         * src/Makefile.am
3530         * src/filtering.c
3531         * src/filtering.h
3532         * src/folder.c
3533         * src/folderview.c
3534         * src/imap.c
3535         * src/inc.c
3536         * src/main.c
3537         * src/mainwindow.c
3538         * src/mainwindow.h
3539         * src/matcher.c
3540         * src/messageview.c
3541         * src/news.c
3542         * src/pop.c
3543         * src/prefs_common.c
3544         * src/prefs_common.h
3545         * src/prefs_logging.c
3546         * src/prefs_logging.h
3547         * src/prefs_other.c
3548         * src/procmsg.c
3549         * src/send_message.c
3550         * src/summaryview.c
3551         * src/common/log.c
3552         * src/common/log.h
3553         * src/common/nntp.c
3554         * src/common/session.c
3555         * src/common/smtp.c
3556         * src/common/socket.c
3557         * src/etpan/imap-thread.c
3558         * src/gtk/logwindow.c
3559         * src/gtk/logwindow.h
3560         * src/plugins/bogofilter/bogofilter.c
3561         * src/plugins/spamassassin/spamassassin.c
3562                 Added debugging of filtering/processing rules.
3563                 The debug log is here 'Tools/Filtering debug window',
3564                 the options there 'Configuration/Preferences/Other/Logging',
3565                 and the log file is ~/.claws-mail/filtering.log.
3566                 Moved protocol log prefs to 'Other/Logging' as well.
3567                 To support such debugging feature, the existing log API has
3568                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3569                 this impacts many external modules (commits follow).
3570
3571 2007-03-21 [paul]       2.8.1cvs29
3572
3573         * src/etpan/Makefile.am
3574         * src/etpan/imap-thread.c
3575                 add missing #include
3576
3577 2007-03-21 [colin]      2.8.1cvs28
3578
3579         * src/procmime.c
3580                 Fix bug 1157, 'some broken messages confuse 
3581                 mime parser'. Make sure we can't have MimeInfos
3582                 with negative sizes.
3583
3584 2007-03-20 [colin]      2.8.1cvs27
3585
3586         * src/main.c
3587                 Fix missing \0 on buffer
3588
3589 2007-03-20 [colin]      2.8.1cvs26
3590
3591         * src/mh.c
3592                 Use make_dir_hier instead of make_dir 
3593                 to create the MH mailbox
3594
3595 2007-03-20 [colin]      2.8.1cvs25
3596
3597         * src/folder.c
3598         * src/folder.h
3599         * src/prefs_account.c
3600         * src/wizard.c
3601                 Fix default inbox weirdnesses (after wizard,
3602                 if path is Mail, mailbox identifier is #mh/Mailbox,
3603                 and when creating new accounts)
3604
3605 2007-03-20 [colin]      2.8.1cvs24
3606
3607         * src/account.c
3608                 Write folderlist after adding/deleting accounts
3609                 that have folders
3610
3611 2007-03-20 [colin]      2.8.1cvs23
3612
3613         * src/imap.c
3614         * src/remotefolder.h
3615                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3616                 selected while scanning prior to update'
3617
3618 2007-03-17 [paul]       2.8.1cvs22
3619
3620         * src/main.c
3621                 fix a typo, and be a little more verbose.
3622
3623 2007-03-17 [wwp]        2.8.1cvs21
3624
3625         * src/inc.c
3626                 Fix a compiler warning.
3627
3628 2007-03-16 [wwp]        2.8.1cvs20
3629
3630         * tools/Makefile.am
3631         * tools/README
3632                 Updated to deal w/ the new mairix.sh tool.
3633
3634 2007-03-16 [wwp]        2.8.1cvs19
3635
3636         * src/action.c
3637                 Fix logics issues around the action IO dialog:
3638                 - disable entry widget and exec button when
3639                   the exec button is clicked (don't wait for any
3640                   output line) - fix possible disabling/re-enabling/
3641                   re-disabling of those widgets
3642                 - raise an error if executing a %as{} action either
3643                   empty or invalid, instead of failing silently
3644                 - don't close the dialog if the abort button has been
3645                   clicked and if there was no output yet
3646                 - set focus to the abort button when the exec button
3647                   is clicked
3648                 - fix capitalization of a warning message
3649
3650 2007-03-16 [wwp]        2.8.1cvs18
3651
3652         * tools/mairix.sh
3653                 Added a wrapper to mairix to the tools folder.
3654
3655 2007-03-16 [colin]      2.8.1cvs17
3656
3657         * src/messageview.c
3658         * src/mimeview.h
3659                 Allow mimeviewer plugins to print
3660                 their stuff
3661
3662 2007-03-16 [colin]      2.8.1cvs16
3663
3664         * .cvsignore
3665                 Ignore *.patchset
3666
3667 2007-03-15 [colin]      2.8.1cvs15
3668
3669         * src/messageview.c
3670         * src/mimeview.h
3671                 Add a way for mimeviewer plugins to
3672                 implement body search
3673
3674 2007-03-15 [paul]       2.8.1cvs14
3675
3676         * src/prefs_spelling.c
3677                 fix English usage
3678
3679 2007-03-15 [paul]       2.8.1cvs13
3680
3681         * src/common/quoted-printable.c
3682                 fix decoding of quoted-printable parts
3683
3684 2007-03-14 [wwp]        2.8.1cvs12
3685
3686         * src/gtk/logwindow.h
3687                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3688
3689 2007-03-14 [wwp]        2.8.1cvs11
3690
3691         * src/gtk/logwindow.h
3692                 Complete 2.8.1cvs10.
3693
3694 2007-03-14 [colin]      2.8.1cvs10
3695
3696         * src/gtk/logwindow.c
3697                 Probably fix bug 1149, crash on logwindow
3698                 close - at the expense of performance once
3699                 logwin has been opened
3700
3701 2007-03-14 [colin]      2.8.1cvs9
3702
3703         * src/main.c
3704                 If claws-mail is running on another
3705                 display, warn instead of popping it up
3706                 on the other display
3707
3708 2007-03-12 [colin]      2.8.1cvs8
3709
3710         * src/wizard.c
3711                 Fix bug 1145, 'Setting a different name 
3712                 for the Mailbox name isn't reflected in 
3713                 default account settings'. Patch by wwp
3714
3715 2007-03-12 [colin]      2.8.1cvs7
3716
3717         * src/summaryview.c
3718                 Fix bug 1143, 'Add number of messages to be 
3719                 deleted to confirmation dialog'
3720
3721 2007-03-12 [wwp]        2.8.1cvs6
3722
3723         * src/folderview.c
3724         * src/prefs_common.c
3725         * src/prefs_common.h
3726         * src/prefs_summaries.c
3727                 Changed the option that displays unread messages count
3728                 next to the folder name in folder list: it is now
3729                 possible to either display nothing, display the
3730                 unread messages number only or the unread and total messages
3731                 numbers. The patch includes this extra feature as well
3732                 as some minor fixes by rewriting the algo in folderview.c.
3733                 Thanks to Paul for the original idea and implementation, plus
3734                 testing and proof-reading!
3735
3736 2007-03-09 [paul]       2.8.1cvs5
3737
3738         * tools/Makefile.am
3739         * tools/README
3740         * tools/claws-mail-compose-insert-files.pl
3741                 added a script which enables inserting files
3742                 into the message body of a new Claws Mail
3743                 Compose window from the command line. Additionally
3744                 To, Cc, Subject and files to attach to the message
3745                 can be specified.
3746
3747 2007-03-09 [wwp]        2.8.1cvs4
3748
3749         * src/addr_compl.c
3750         * src/addr_compl.h
3751         * src/filtering.c
3752                 Optimize matching of addresses in the addressbook
3753                 (filtering/processing 'found_in_addressbook' condition).
3754
3755 2007-03-07 [wwp]        2.8.1cvs3
3756
3757         * src/quote_fmt.c
3758         * src/quote_fmt_lex.l
3759         * src/quote_fmt_parse.y
3760                 Add a new quote format symbol: %A to insert the
3761                 sender email address (just the address itself).
3762
3763 2007-03-06 [wwp]        2.8.1cvs2
3764
3765         * src/gtk/gtkutils.c
3766         * src/plugins/trayicon/trayicon_prefs.h
3767         * src/plugins/trayicon/trayicon_prefs.c
3768         * src/plugins/trayicon/trayicon.c
3769         * src/mainwindow.h
3770         * src/mainwindow.c
3771                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3772                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3773
3774
3775 2007-03-06 [paul]       2.8.1cvs1
3776
3777         * NEWS
3778         * README
3779         * RELEASE_NOTES
3780         * configure.ac
3781                 bump version number following
3782                 stable release
3783
3784 2007-03-06 [paul]       2.8.0cvs24
3785
3786         * po/cs.po
3787                 corrected by by Tim <timbrain@post.cz>
3788
3789 2007-03-05 [colin]      2.8.0cvs23
3790
3791         * src/Makefile.am
3792         * src/procmime.c
3793                 Fix mime/globs path on NetBSD
3794                 patch by George Michaelson
3795
3796 2007-03-05 [wwp]        2.8.0cvs22
3797
3798         * src/addr_compl.c
3799                 Remove debug statement (accidentally committed w/ cvs14).
3800
3801 2007-03-05 [paul]       2.8.0cvs21
3802
3803         * src/plugins/pgpcore/prefs_gpg.c
3804                 fix compiler warning
3805
3806 2007-03-05 [wwp]        2.8.0cvs20
3807
3808         * src/matcher_parser_parse.y
3809                 Fix mismerge between cvs17 and cvs19.
3810
3811 2007-03-05 [wwp]        2.8.0cvs19
3812
3813         * src/matcher_parser_parse.y
3814         * src/prefs_filtering_action.c
3815         * src/matcher.c
3816         * src/matcher.h
3817         * src/filtering.c
3818         * src/filtering.h
3819                 Add new 'add_to_addressbook' filtering/processing action.
3820
3821 2007-03-05 [wwp]        2.8.0cvs18
3822
3823         * src/filtering.c
3824                 Fix mark_as_ham filtering/processing action: spam flag
3825                 was not unset.
3826
3827 2007-03-04 [colin]      2.8.0cvs17
3828
3829         * src/filtering.c
3830         * src/matcher.c
3831         * src/matcher.h
3832         * src/matcher_parser_parse.y
3833         * src/prefs_filtering_action.c
3834                 Add 'Mark as spam' and 'Mark as ham' filtering
3835                 actions. Fixes bug 1138.
3836
3837 2007-03-04 [colin]      2.8.0cvs16
3838
3839         * src/imap.c
3840                 Fix bug 1140, wrong return value
3841                 without libetpan
3842
3843 2007-03-04 [wwp]        2.8.0cvs15
3844
3845         * src/addr_compl.c
3846                 Rollback cvs14: don't free stuff that is managed in g_list.
3847
3848 2007-03-04 [wwp]        2.8.0cvs14
3849
3850         * src/addr_compl.c
3851                 Fix a leak in address completion code.
3852
3853 2007-03-04 [colin]      2.8.0cvs13
3854
3855         * src/addr_compl.c
3856                 Maybe fix bug 1136, 'Crash in group 
3857                 address completion'
3858
3859 2007-03-04 [iwkse]      2.8.0cvs12
3860
3861         * src/imap.c
3862                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3863
3864 2007-03-03 [colin]      2.8.0cvs11
3865
3866         * src/plugins/pgpinline/pgpinline.c
3867                 Fix off-by-one, fix double-free. Fixes
3868                 bug 1135, 'cm-segfault on decrypting 
3869                 with PGP/inline'
3870
3871 2007-03-03 [colin]      2.8.0cvs10
3872
3873         * configure.ac
3874         * src/main.c
3875         * src/common/plugin.c
3876                 Fix bug 1134, 'Valgrind macros unhandled 
3877                 by Irix's cc'
3878
3879 2007-03-02 [colin]      2.8.0cvs9
3880
3881         * src/mbox.c
3882                 Don't error out on EAGAIN. Fixes 
3883                 bug 1129, '"local mbox file" account 
3884                 isn't retrieving mails'
3885
3886 2007-03-01 [wwp]        2.8.0cvs8
3887
3888         * src/mainwindow.c
3889         * src/gtk/colorlabel.c
3890                 Remove accels for extra color labels until we set better
3891                 and definitive ones.
3892
3893 2007-02-28 [wwp]        2.8.0cvs7
3894
3895         * src/mainwindow.c
3896         * src/matcher_parser_parse.y
3897         * src/prefs_common.c
3898         * src/prefs_msg_colors.c
3899         * src/procmsg.h
3900         * src/gtk/colorlabel.c
3901         * src/gtk/colorlabel.h
3902                 Add more customizable color labels. Cleaned up a bit
3903                 the color label API to avoid duplicate defines of
3904                 the max number of colors.
3905
3906 2007-02-27 [colin]      2.8.0cvs6
3907
3908         * src/mainwindow.c
3909         * src/common/utils.c
3910         * src/common/utils.h
3911                 Fix '+' in mailto URIs for List-* headers
3912
3913 2007-02-27 [colin]      2.8.0cvs5
3914
3915         * src/gtk/gtkutils.c
3916                 Use gtk_window_set_role instead of 
3917                 _set_wmclass
3918
3919 2007-02-27 [colin]      2.8.0cvs4
3920
3921         * src/inc.c
3922                 Fix "After receiving new mail, go to inbox" on IMAP,
3923                 and make it work only on manual reception
3924
3925 2007-02-27 [wwp]        2.8.0cvs3
3926
3927         * src/prefs_filtering.c
3928         * src/prefs_filtering_action.c
3929         * src/prefs_matcher.c
3930                 Update filtering matcher's and action's color label menus
3931                 when re-opening those dialogs (reflect any change to the
3932                 color labels list in the preferences).
3933
3934 2007-02-27 [colin]      2.8.0cvs2
3935
3936         * src/imap.c
3937         * src/etpan/etpan-thread-manager-types.h
3938         * src/etpan/etpan-thread-manager.c
3939         * src/etpan/imap-thread.c
3940                 Log imap ALERTs as errors in the log.
3941
3942 2007-02-26 [paul]       2.8.0cvs1
3943
3944         * tools/claws.i18n.status.pl
3945                 updated
3946
3947 2007-02-26 [paul]       2.7.2cvs75
3948
3949         * po/ca.po
3950         * po/cs.po
3951         * po/de.po
3952         * po/en_GB.po
3953         * po/fi.po
3954         * po/fr.po
3955         * po/hu.po
3956         * po/pl.po
3957         * po/pt_BR.po
3958         * po/sk.po
3959         * po/sr.po
3960         * po/zh_CN.po
3961                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3962                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3963                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3964                 Aleksandar Urosevic, and Ralgh Young
3965
3966 2007-02-25 [mones]      2.7.2cvs74
3967
3968         * po/es.po
3969                 Updated for release
3970
3971 2007-02-25 [colin]      2.7.2cvs73
3972
3973         * src/main.c
3974                 Clearing the list is only useful
3975                 to prevent a valgrind false-positive
3976
3977 2007-02-25 [paul]       2.7.2cvs72
3978
3979         * tools/Makefile.am
3980         * tools/README
3981         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3982         * tools/maildir2claws-mail.pl  **REMOVED**
3983                 renamed the script, fixed a couple bugs
3984
3985 2007-02-23 [colin]      2.7.2cvs71
3986
3987         * src/addressbook.c
3988                 Fix a leak, check for a few improbable nulls
3989
3990 2007-02-23 [colin]      2.7.2cvs70
3991
3992         * src/main.c
3993         * src/main.h
3994         * src/plugins/trayicon/trayicon.c
3995                 Fix blinking mainwin when starting in tray
3996                 (show mainwindow later in the startup process,
3997                  apart if restarting post-crash)
3998
3999 2007-02-23 [colin]      2.7.2cvs69
4000
4001         * src/folderview.c
4002         * src/imap_gtk.c
4003                 Fix crash when unsubscribing the currently
4004                 selected/opened folder
4005
4006 2007-02-23 [colin]      2.7.2cvs68
4007
4008         * src/compose.c
4009                 Fix bug that prevented colorization to
4010                 work without wrap quotation option
4011
4012 2007-02-23 [colin]      2.7.2cvs67
4013
4014         * src/addr_compl.c
4015                 Fix refcounting, start and end completion who
4016                 behaved as if there couldn't be any other current
4017                 user of completion
4018
4019 2007-02-23 [wwp]        2.7.2cvs66
4020
4021         * src/addressbook.c
4022         * src/addrindex.c
4023                 Address completion fixes: fix addressbook_peek_folder_exists() in
4024                 which the algorithm was ridiculously over-obfuscated and broken.
4025                 Fix addrindex_load_completion() as well, to load addresses in
4026                 completion list with regards to what addressbook_peek_folder_exists()
4027                 returns now.
4028
4029 2007-02-23 [wwp]        2.7.2cvs65
4030
4031         * src/addr_compl.c
4032                 Add addresses to completion when they're non-empty (thanks to Colin).
4033
4034 2007-02-23 [paul]       2.7.2cvs64
4035
4036         * src/plugins/pgpcore/passphrase.c
4037                 remove 'const '
4038
4039 2007-02-23 [colin]      2.7.2cvs63
4040
4041         * src/plugins/pgpcore/prefs_gpg.c
4042         * src/plugins/pgpcore/prefs_gpg.h
4043         * src/plugins/pgpcore/sgpgme.c
4044         * src/plugins/pgpinline/pgpinline.c
4045         * src/plugins/pgpmime/pgpmime.c
4046                 Try harder to respect user's choice wrt
4047                 gpg-agent even with gpg2, by unsetting
4048                 GPG_AGENT_INFO when necessary.
4049
4050 2007-02-22 [paul]       2.7.2cvs62
4051
4052         * src/plugins/pgpcore/sgpgme.c
4053         * src/plugins/pgpcore/sgpgme.h
4054         * src/plugins/pgpcore/passphrase.c
4055         * src/plugins/pgpinline/pgpinline.c
4056         * src/plugins/pgpmime/pgpmime.c
4057                 Fix a leak - gpgme_data_release_and_get_mem
4058                 leaks in recent gpgme. Workaround by using
4059                 our own function.
4060
4061 2007-02-22 [paul]       2.7.2cvs61
4062
4063         * src/gtk/quicksearch.c
4064                 Abandon dynamic search when pressing
4065                 Enter
4066
4067 2007-02-21 [colin]      2.7.2cvs60
4068
4069         * src/procmsg.c
4070         * src/plugins/pgpcore/passphrase.c
4071                 Fix little memory leaks
4072         * src/main.c
4073                 Fix false-positive leak at exit
4074         * src/gtk/quicksearch.c
4075                 Fix potentially big leak in recursive
4076                 Quicksearch
4077
4078 2007-02-21 [wwp]        2.7.2cvs59
4079
4080         * src/summaryview.c
4081                 Add missing newline to a debug message.
4082
4083 2007-02-20 [colin]      2.7.2cvs58
4084
4085         * src/Makefile.am
4086         * src/mimeview.c
4087         * src/stock_pixmap.c
4088         * src/stock_pixmap.h
4089         * src/pixmaps/mime_pgpsig.xpm
4090                 Add icon for application/pgp-signature
4091
4092 2007-02-20 [colin]      2.7.2cvs57
4093
4094         * src/Makefile.am
4095         * src/main.c
4096         * src/mimeview.c
4097         * src/stock_pixmap.c
4098         * src/stock_pixmap.h
4099         * src/pixmaps/mime_calendar.xpm
4100         * src/pixmaps/mime_pdf.xpm
4101         * src/pixmaps/mime_ps.xpm
4102                 Add icons for text/calendar, application/pdf
4103                 and application/postscript
4104
4105 2007-02-20 [colin]      2.7.2cvs56
4106
4107         * autogen.sh
4108         * src/matcher_parser_parse.y
4109         * src/matcher_parser_lex.l
4110                 Fix big memory leak in flex, and
4111                 require flex 2.5.31
4112
4113 2007-02-20 [wwp]        2.7.2cvs55
4114
4115         * src/matcher_parser_parse.y
4116                 Fix a duplicate token definition (thanks to iwkse).
4117
4118 2007-02-20 [wwp]        2.7.2cvs54
4119
4120         * src/matcher_parser_lex.l
4121         * src/quote_fmt_lex.l
4122                 Use proper flex options instead of direct use of #define,
4123                 make the flex-generated C lighter.
4124
4125 2007-02-20 [colin]      2.7.2cvs53
4126
4127         * src/summaryview.c
4128                 Grab focus in message list after hiding
4129                 the quicksearch, instead of leaving it
4130                 "somewhere"
4131
4132 2007-02-19 [colin]      2.7.2cvs52
4133
4134         * src/folderview.c
4135                 Fix bug 1033, 'Automatically refresh 
4136                 message list when new messages arrives'
4137                 Looks like folderview->opened can sometimes
4138                 be wrong...
4139
4140 2007-02-19 [paul]       2.7.2cvs51
4141
4142         * tools/Makefile.am
4143         * tools/README
4144         * tools/thunderbird-filters-convertor.pl
4145                 add new script which converts thunderbird filter
4146                 rules to Claws filter rules
4147
4148 2007-02-18 [paul]       2.7.2cvs50
4149
4150         * src/plugins/pgpcore/prefs_gpg.c
4151         * src/plugins/pgpcore/prefs_gpg.h
4152         * src/plugins/pgpcore/sgpgme.c
4153         * src/plugins/pgpinline/pgpinline.c
4154         * src/plugins/pgpmime/pgpmime.c
4155                 improved GUI interoperability with gpg-agent
4156
4157 2007-02-18 [paul]       2.7.2cvs49
4158
4159         * src/prefs_account.c
4160                 Privacy options sensitivity fix
4161
4162 2007-02-17 [colin]      2.7.2cvs48
4163
4164         * src/messageview.c
4165                 Reset icon to warning in the noticeview
4166
4167 2007-02-15 [colin]      2.7.2cvs47
4168
4169         * src/folderview.c
4170                 Fix a manifestation of bug 1033 (summaryview failing
4171                 to update for new mails), which happens after editing
4172                 account preferences or preferences that cause a 
4173                 folderview reload.
4174
4175 2007-02-15 [colin]      2.7.2cvs46
4176
4177         * src/addressbook.c
4178                 Probably fix bug 1123, 'Segmentation 
4179                 fault while opening address book'. I get
4180                 g_warnings if the saved paned position is
4181                 not greater than 0. Also, save position
4182                 when hiding the addressbook instead of
4183                 via signal.
4184
4185 2007-02-14 [colin]      2.7.2cvs45
4186
4187         * src/plugins/pgpcore/prefs_gpg.c
4188         * src/plugins/pgpcore/prefs_gpg.h
4189         * src/plugins/pgpcore/sgpgme.c
4190         * src/plugins/pgpinline/pgpinline.c
4191         * src/plugins/pgpmime/pgpmime.c
4192                 Add an option "Use gpg-agent if available". Fixes
4193                 annoyances with distro-installed gpg-agent, when
4194                 no pinentry program is installed, and the user's 
4195                 at a loss on why "decryption failed". Makes more
4196                 clear why passphrase isn't saved when gpg-agent is
4197                 used. Defaults to true, to avoid changing the 
4198                 current behaviour.
4199
4200 2007-02-14 [wwp]        2.7.2cvs44
4201
4202         * src/matcher_parser_parse.y
4203                 Fix missing line number reset (wrong line number might appear
4204                 when re-loading filtering rules if there's a parser error).
4205
4206 2007-02-13 [colin]      2.7.2cvs43
4207
4208         * src/common/utils.c
4209                 Don't encode ',' in URIs before passing it
4210                 to the browser command-line. It was probably
4211                 done at a time where commas in URIs made
4212                 mozilla -remote 'openurl(%s,new-window)'
4213                 bug.
4214
4215 2007-02-13 [wwp]        2.7.2cvs42
4216
4217         * src/prefs_matcher.c
4218         * src/plugins/bogofilter/bogofilter_gtk.c
4219                 A bit of string factorization around "Select ..." buttons.
4220
4221 2007-02-11 [colin]      2.7.2cvs41
4222
4223         * src/alertpanel.c
4224                 Make sure to escape the title
4225
4226 2007-02-11 [colin]      2.7.2cvs40
4227
4228         * src/codeconv.c
4229                 Recognize .utf8 locales as .UTF-8 ones
4230
4231 2007-02-11 [colin]      2.7.2cvs39
4232
4233         * src/compose.c
4234                 Fix code conversion when dragging a file
4235
4236 2007-02-09 [colin]      2.7.2cvs38
4237
4238         * src/plugins/clamav/clamav_plugin.c
4239                 Complete Paul's patch with conditional
4240                 compilation to avoid breaking compilation
4241                 on old Dapper and Edgy... Maybe other
4242                 distros too.
4243
4244 2007-02-09 [paul]       2.7.2cvs37
4245
4246         * src/plugins/clamav/clamav_plugin.c
4247                 fix for the upstream changes in libclamav
4248
4249 2007-02-09 [paul]       2.7.2cvs36
4250
4251         * src/main.c
4252         * src/mainwindow.c
4253         * src/procmsg.c
4254         * src/procmsg.h
4255                 fix "warn if there are queued messages" (on exit)
4256                 option, which only checked the first mailbox's
4257                 queue
4258                 don't ask before emptying trash if there are no
4259                 messages in trash, also check and empty all trash
4260                 folders
4261         * src/prefs_other.c
4262                 move "Ask before emptying trash" option
4263                 outside of the "On exit" frame as it's
4264                 not only an "On exit" option
4265
4266 2007-02-09 [paul]       2.7.2cvs35
4267
4268         * src/addrgather.c
4269         * src/alertpanel.c
4270         * src/editldap.c
4271         * src/prefs_account.c
4272         * src/prefs_folder_item.c
4273         * src/prefs_gtk.h
4274         * src/prefs_matcher.c
4275         * src/prefs_message.c
4276         * src/prefs_msg_colors.c
4277         * src/prefs_summaries.c
4278         * src/wizard.c
4279         * src/gtk/inputdialog.c
4280         * src/plugins/bogofilter/bogofilter_gtk.c
4281                 pedantic commit: use 'checkbtn' everywhere
4282                 instead of a mixture of 'checkbtn' and 'chkbtn'
4283
4284 2007-02-09 [paul]       2.7.2cvs34
4285
4286         * src/compose.c
4287                 fix default hotkeys
4288         * src/prefs_other.c
4289         * src/prefs_send.c
4290                 move "Never send Return Receipts" from
4291                 prefs_other to prefs_send
4292                 add an option "Ask about account specific
4293                 filtering rules..." to prefs_other
4294         * src/gtk/gtkutils.c
4295                 fix a compiler warning
4296
4297 2007-02-08 [colin]      2.7.2cvs33
4298
4299         * src/plugins/pgpinline/pgpinline.c
4300                 Fix bug 1110, 'pgpmime fails to process 
4301                 encapsulated openpgp mime (rfc 3156, 6.1 
4302                 -> rfc1847)'
4303                 It was due to an interaction between PGP/Mime
4304                 and PGP/Inline plugin. 
4305
4306 2007-02-08 [colin]      2.7.2cvs32
4307
4308         * src/inc.c
4309         * src/mbox.c
4310         * src/mbox.h
4311                 Fix bug 1117, 'fcntl locking code 
4312                 does not work in mbox.c'
4313
4314 2007-02-08 [colin]      2.7.2cvs31
4315
4316         * src/prefs_account.c
4317                 Fix Gentoo bug 165819, 'can't create 
4318                 a "local mbox file" account'. Patch
4319                 by Olivier <castan.o@free.fr>
4320
4321 2007-02-07 [colin]      2.7.2cvs30
4322
4323         * src/ldapquery.c
4324                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4325                 autocompletion was used'
4326
4327 2007-02-07 [paul]       2.7.2cvs29
4328
4329         * src/folder.c
4330                 cut down on unnecessary debug_prints
4331         * src/imap_gtk.c
4332                 fix menu_set_active() on 'Show only
4333                 subscribed folders'
4334
4335 2007-02-07 [paul]       2.7.2cvs28
4336
4337         * src/plugins/clamav/clamav_plugin.c
4338         * src/plugins/clamav/clamav_plugin.h
4339         * src/plugins/clamav/clamav_plugin_gtk.c
4340                 fix copyright header
4341
4342 2007-02-07 [paul]       2.7.2cvs27
4343
4344         * src/procheader.c
4345                 fix bug 1116, 'summary view allow a 
4346                 subject line break'
4347
4348 2007-02-06 [colin]      2.7.2cvs26
4349
4350         * src/summaryview.c
4351                 Fix delete thread
4352
4353 2007-02-05 [fabien]     2.7.2cvs25
4354
4355         * po/POTFILES.in
4356         * src/uri_opener.c
4357                 i18n related - 1 fix and 1 message for translators.
4358
4359 2007-02-05 [colin]      2.7.2cvs24
4360
4361         * src/gtk/quicksearch.c
4362                 Don't reload summary list if quicksearch wasn't
4363                 active on hiding; move currently selected mail in
4364                 the visible area when showing the quicksearch
4365
4366 2007-02-05 [colin]      2.7.2cvs23
4367
4368         * src/folderview.c
4369                 Add debug to try to solve bug 1104
4370
4371 2007-02-05 [paul]       2.7.2cvs22
4372
4373         * src/mainwindow.c
4374                 confirm before emptying trash on exit is
4375                 a Yes or No answer, use Yes or No in the
4376                 dialog
4377
4378 2007-02-04 [colin]      2.7.2cvs21
4379
4380         * src/compose.c
4381         * src/plugins/pgpcore/passphrase.c
4382         * src/plugins/pgpcore/select-keys.c
4383                 Set wmclass on new windows
4384
4385 2007-02-04 [colin]
4386
4387         2.8.0-rc1 released
4388
4389 2007-02-04 [colin]      2.7.2cvs20
4390
4391         * src/compose.c
4392         * src/compose.h
4393                 Auto save drafts on exit, reopen them
4394                 at startup, instead of asking
4395         * src/account.c
4396         * src/addressadd.c
4397         * src/addressbook.c
4398         * src/addressbook_foldersel.c
4399         * src/addrgather.c
4400         * src/crash.c
4401         * src/editaddress.c
4402         * src/editbook.c
4403         * src/editgroup.c
4404         * src/editjpilot.c
4405         * src/editldap.c
4406         * src/editldap_basedn.c
4407         * src/editvcard.c
4408         * src/exphtmldlg.c
4409         * src/expldifdlg.c
4410         * src/export.c
4411         * src/foldersel.c
4412         * src/gedit-print.c
4413         * src/import.c
4414         * src/importldif.c
4415         * src/importmutt.c
4416         * src/importpine.c
4417         * src/main.c
4418         * src/mainwindow.c
4419         * src/message_search.c
4420         * src/messageview.c
4421         * src/prefs_actions.c
4422         * src/prefs_customheader.c
4423         * src/prefs_display_header.c
4424         * src/prefs_filtering.c
4425         * src/prefs_filtering_action.c
4426         * src/prefs_folder_column.c
4427         * src/prefs_gtk.c
4428         * src/prefs_matcher.c
4429         * src/prefs_other.c
4430         * src/prefs_summaries.c
4431         * src/prefs_summary_column.c
4432         * src/prefs_template.c
4433         * src/sourcewindow.c
4434         * src/ssl_manager.c
4435         * src/summary_search.c
4436         * src/uri_opener.c
4437         * src/gtk/about.c
4438         * src/gtk/description_window.c
4439         * src/gtk/foldersort.c
4440         * src/gtk/gtkutils.c
4441         * src/gtk/gtkutils.h
4442         * src/gtk/icon_legend.c
4443         * src/gtk/logwindow.c
4444         * src/gtk/pluginwindow.c
4445         * src/gtk/prefswindow.c
4446                 Give different wmclass to different
4447                 windows - thanks to sed ;)
4448
4449 2007-02-04 [colin]      2.7.2cvs19
4450
4451         * src/main.c
4452                 Revert previous patch, can't reproduce
4453                 it anymore. 
4454
4455 2007-02-03 [colin]      2.7.2cvs18
4456
4457         * src/main.c
4458                 Don't save the mainwindow size and
4459                 position on emergency exit (libSM's
4460                 "die" callback), Xfce seems to make
4461                 the window smaller just before the
4462                 size's saved.
4463
4464 2007-02-03 [colin]      2.7.2cvs17
4465
4466         * src/plugins/bogofilter/bogofilter.c
4467         * src/plugins/bogofilter/bogofilter.h
4468         * src/plugins/bogofilter/bogofilter_gtk.c
4469         * src/plugins/pgpinline/pgpinline.c
4470         * src/plugins/pgpinline/pgpinline.h
4471                 Fix more copyrights
4472
4473 2007-02-03 [colin]      2.7.2cvs16
4474
4475         * src/partial_download.c
4476         * src/partial_download.h
4477         * src/ssl_manager.c
4478         * src/ssl_manager.h
4479         * src/uri_opener.c
4480         * src/uri_opener.h
4481         * src/wizard.c
4482         * src/wizard.h
4483         * src/common/ssl_certificate.c
4484         * src/common/ssl_certificate.h
4485         * src/gtk/quicksearch.c
4486         * src/gtk/quicksearch.h
4487         * src/gtk/sslcertwindow.c
4488         * src/gtk/sslcertwindow.h
4489                 Fix copyright on my files
4490
4491 2007-02-02 [colin]      2.7.2cvs15
4492
4493         * src/Makefile.am
4494         * src/mainwindow.c
4495         * src/messageview.c
4496         * src/messageview.h
4497         * src/textview.c
4498         * src/textview.h
4499         * src/uri_opener.c
4500         * src/uri_opener.h
4501                 Add Tools/List URIs to allow
4502                 opening any URI in the current mail
4503
4504 2007-02-02 [colin]      2.7.2cvs14
4505
4506         * src/common/valgrind.h ** NEW FILE **
4507         * src/common/Makefile.am
4508         * src/common/plugin.c
4509                 Don't dlclose the plugins if we're running
4510                 under valgrind. (doesn't require valgrind
4511                 either at compile time or run time).
4512
4513 2007-02-01 [paul]       2.7.2cvs13
4514
4515         * AUTHORS
4516         * src/gtk/authors.h
4517         * tools/freshmeat_search.pl
4518         * tools/google_search.pl
4519         * tools/multiwebsearch.pl
4520                 add support for non ISO-8859-1 compatible locales
4521                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4522
4523 2007-02-01 [colin]      2.7.2cvs12
4524
4525         * src/prefs_other.c
4526         * src/prefs_summaries.c
4527                 Move keybinding prefs to the Other page
4528
4529 2007-02-01 [wwp]        2.7.2cvs11
4530
4531         * src/plugins/trayicon/trayicon.c
4532                 Fix a raising issue within KDE.
4533
4534 2007-02-01 [colin]      2.7.2cvs10
4535
4536         * src/codeconv.c
4537                 Fix stray quotes in encoded strings
4538         * src/addressadd.c
4539                 Fix wrong call causing g_warnings
4540         * src/textview.c
4541                 Remove useless message
4542
4543 2007-01-31 [wwp]        2.7.2cvs9
4544
4545         * src/plugins/trayicon/trayicon.c
4546                 fix buggy hiding of main window when closing if close-to-tray
4547                 is not set (bad logics  in the trayicon hook code).
4548                 Changed the quit confirmation message too.
4549
4550 2007-01-30 [colin]      2.7.2cvs8
4551
4552         * src/main.c
4553                 Fix hidden mainwindow after clicking on
4554                 the X close button, if compose windows
4555                 exist and the user chooses not to quit
4556
4557 2007-01-30 [colin]      2.7.2cvs7
4558
4559         * src/main.c
4560         * src/compose.c
4561                 Handle local URIs to attach files (file:///...)
4562                 Fixes attaching files from Thunar for example
4563
4564 2007-01-30 [colin]      2.7.2cvs6
4565
4566         * src/prefs_ext_prog.c
4567                 Add 'mousepad' to the list of text editors.
4568                 Mousepad is XFCE's text editor
4569
4570 2007-01-29 [wwp]        2.7.2cvs5
4571
4572         * po/POTFILES.in
4573         * src/plugins/trayicon/trayicon_prefs.c
4574                 trayicon i18n fixes, thanks to Fabien.
4575
4576 2007-01-28 [wwp]        2.7.2cvs4
4577
4578         * src/mainwindow.c
4579         * src/mainwindow.h
4580         * src/plugins/trayicon/trayicon.c
4581         * src/plugins/trayicon/trayicon_prefs.c
4582         * src/plugins/trayicon/trayicon_prefs.h
4583                 Added a new TrayIcon plugin option to close to tray
4584                 (WM's hotkey and [X] button will hide the window instead
4585                 of closing it - closing CM can be done using the tray icon
4586                 menu or the File menu).
4587                 Improved visibility handling in trayicon, clicking the
4588                 trayicon now raise the window to current desktop when it
4589                 was either minimized/shaded/on another desktop.
4590                 Thanks to Paul for testing and fixing a strange behaviour
4591                 in KDE ;-).
4592
4593 2007-01-27 [paul]       2.7.2cvs3
4594
4595         * src/prefs_folder_item.c
4596         * src/prefs_receive.c
4597         * src/plugins/pgpcore/prefs_gpg.c
4598                 use 'start-up' instead of 'startup' in labels
4599
4600 2007-01-26 [wwp]        2.7.2cvs2
4601
4602         * src/plugins/trayicon/Makefile.am
4603         * src/plugins/trayicon/trayicon.c
4604         * src/plugins/trayicon/trayicon_prefs.c
4605         * src/plugins/trayicon/trayicon_prefs.h
4606                 Add a new TrayIcon option to hide the main window at
4607                 start-up.
4608                 Fix trayicon.c copyright header.
4609
4610 2007-01-26 [paul]       2.7.2cvs1
4611
4612         * NEWS
4613         * README
4614         * RELEASE_NOTES
4615         * configure.ac
4616                 bump up version number following
4617                 stable release
4618
4619 2007-01-25 [mones]      2.7.1cvs60
4620
4621         * po/es.po
4622                 updated thousands of strings (well, probably less ;-)
4623
4624 2007-01-25 [colin]      2.7.1cvs59
4625
4626         * src/matcher.c
4627                 Fix 2nd-run loss of matcherrc on new
4628                 configurations. 
4629
4630 2007-01-25 [wwp]        2.7.1cvs58
4631
4632         * src/mimeview.c
4633                 fix handling of empty value in attach_save_directory too, thanks
4634                 to Colin.
4635
4636 2007-01-25 [wwp]        2.7.1cvs57
4637
4638         * src/gtk/filesel.c
4639                 fix handling of empty value in attach_load_directory,
4640                 thanks to Colin.
4641
4642 2007-01-25 [wwp]        2.7.1cvs56
4643
4644         * src/plugins/dillo_viewer/dillo_prefs.h
4645                 fix a typo.
4646
4647 2007-01-25 [colin]      2.7.1cvs55
4648
4649         * src/matcher.c
4650         * src/matcher.h
4651         * src/matcher_parser_parse.y
4652         * src/prefs_matcher.c
4653                 Add matching on the spam flag
4654
4655 2007-01-24 [colin]      2.7.1cvs54
4656
4657         * src/folder.c
4658         * src/common/xml.c
4659         * src/common/xml.h
4660                 Make sure folderlist.xml is correctly
4661                 written before overwriting it.
4662         * src/procmsg.c
4663         * src/procmsg.h
4664         * src/summaryview.c
4665         * src/plugins/bogofilter/bogofilter.c
4666         * src/plugins/bogofilter/bogofilter.h
4667         * src/plugins/bogofilter/bogofilter_gtk.c
4668         * src/plugins/spamassassin/spamassassin.c
4669         * src/plugins/spamassassin/spamassassin.h
4670         * src/plugins/spamassassin/spamassassin_gtk.c
4671                 Move spam to the correct trash folder after
4672                 learning, if spam directory isn't set.
4673
4674 2007-01-23 [paul]       2.7.1cvs53
4675
4676         * src/plugins/bogofilter/bogofilter_gtk.c
4677                 fix sensitivity of "Insert X-Bogosity header"
4678                 option
4679
4680 2007-01-23 [colin]      2.7.1cvs52
4681
4682         * src/toolbar.c
4683                 Translate toolbar items text if
4684                 they're translatable (default)
4685         * src/addrcache.c
4686         * src/addrcache.h
4687         * src/addritem.c
4688         * src/addritem.h
4689         * src/codeconv.c
4690         * src/codeconv.h
4691         * src/jpilot.c
4692         * src/jpilot.h
4693         * src/ldapctrl.c
4694         * src/ldapctrl.h
4695         * src/ldapquery.h
4696         * src/ldif.c
4697         * src/ldif.h
4698         * src/etpan/etpan-thread-manager.c
4699         * src/etpan/etpan-thread-manager.h
4700         * src/gtk/gtkutils.c
4701         * src/gtk/gtkutils.h
4702                 More static functions
4703
4704 2007-01-22 [fabien]     2.7.1cvs51
4705
4706         * src/gtk/gtkutils.c
4707                 gtkut_get_options_frame() : ability to pass
4708                 a 'NULL' value in frame pointer parameter if
4709                 we don't need it.
4710
4711 2007-01-22 [colin]      2.7.1cvs50
4712
4713         * src/procmsg.c
4714         * src/procmsg.h
4715         * src/plugins/bogofilter/bogofilter.c
4716         * src/plugins/bogofilter/bogofilter_gtk.c
4717         * src/plugins/spamassassin/spamassassin.c
4718         * src/plugins/spamassassin/spamassassin_gtk.c
4719                 Allow moving spams to the account's trash
4720                 instead of default one
4721
4722 2007-01-21 [colin]      2.7.1cvs49
4723
4724         * src/ldapquery.c
4725         * src/ldapquery.h
4726                 Revert a static function that shouldn't
4727                 have been
4728
4729 2007-01-21 [colin]      2.7.1cvs48
4730
4731         * src/ldapquery.c
4732         * src/ldapquery.h
4733                 Same
4734
4735 2007-01-21 [colin]      2.7.1cvs47
4736
4737         * src/procmsg.c
4738         * src/procmsg.h
4739                 Same
4740
4741 2007-01-21 [colin]      2.7.1cvs46
4742
4743         * src/common/socket.c
4744         * src/common/socket.h
4745                 Same
4746
4747 2007-01-21 [colin]      2.7.1cvs45
4748
4749         * src/crash.c
4750         * src/exporthtml.c
4751         * src/exporthtml.h
4752         * src/exportldif.c
4753         * src/exportldif.h
4754         * src/folder.c
4755         * src/folder.h
4756         * src/folder_item_prefs.c
4757         * src/folder_item_prefs.h
4758         * src/folderview.c
4759         * src/folderview.h
4760         * src/gedit-print.c
4761         * src/gedit-print.h
4762         * src/main.c
4763         * src/main.h
4764         * src/common/socket.c
4765         * src/common/socket.h
4766         * src/gtk/gtkaspell.c
4767         * src/gtk/gtkaspell.h
4768         * src/gtk/quicksearch.c
4769         * src/gtk/quicksearch.h
4770                 Same
4771
4772 2007-01-21 [colin]      2.7.1cvs44
4773
4774         * src/common/utils.c
4775         * src/common/utils.h
4776         * src/etpan/etpan-thread-manager.c
4777         * src/etpan/etpan-thread-manager.h
4778                 Same (Funny that etpan_thread_unbind
4779                 is called but not etpan_thread_bind)
4780
4781 2007-01-21 [colin]      2.7.1cvs43
4782
4783         * src/addrselect.c
4784         * src/addrselect.h
4785         * src/codeconv.c
4786         * src/codeconv.h
4787         * src/compose.c
4788         * src/compose.h
4789         * src/etpan/Makefile.am
4790         * src/gtk/colorlabel.c
4791         * src/gtk/colorlabel.h
4792         * src/gtk/sslcertwindow.c
4793         * src/gtk/sslcertwindow.h
4794         * src/etpan/etpan-log.c ** REMOVED **
4795         * src/etpan/etpan-log.h ** REMOVED **
4796                 Same
4797
4798 2007-01-20 [colin]      2.7.1cvs42
4799
4800         * src/addritem.c
4801         * src/addritem.h
4802                 Same
4803
4804 2007-01-20 [colin]      2.7.1cvs41
4805
4806         * src/account.c
4807         * src/account.h
4808         * src/addrbook.c
4809         * src/addrbook.h
4810         * src/addrcache.c
4811         * src/addrcache.h
4812         * src/addrclip.c
4813         * src/addrclip.h
4814         * src/addressbook.c
4815         * src/addressbook.h
4816         * src/addrharvest.c
4817         * src/addrharvest.h
4818         * src/addrindex.c
4819         * src/addrindex.h
4820         * src/editaddress.c
4821         * src/editaddress.h
4822                 Make functions that aren't used in other
4823                 files static
4824
4825 2007-01-20 [colin]      2.7.1cvs40
4826
4827         * src/account.c
4828         * src/addrbook.c
4829         * src/addrcache.c
4830         * src/addressbook.c
4831         * src/addrgather.c
4832         * src/addrindex.c
4833         * src/addrquery.c
4834         * src/addrselect.c
4835         * src/browseldap.c
4836         * src/compose.c
4837         * src/editbook.c
4838         * src/editjpilot.c
4839         * src/editldap.c
4840         * src/editldap_basedn.c
4841         * src/editvcard.c
4842         * src/exporthtml.c
4843         * src/exportldif.c
4844         * src/folder.c
4845         * src/folderview.c
4846         * src/image_viewer.c
4847         * src/imap.c
4848         * src/importmutt.c
4849         * src/importpine.c
4850         * src/jpilot.c
4851         * src/ldapquery.c
4852         * src/main.c
4853         * src/mainwindow.c
4854         * src/matcher.c
4855         * src/messageview.c
4856         * src/mh.c
4857         * src/mimeview.c
4858         * src/msgcache.c
4859         * src/mutt.c
4860         * src/news.c
4861         * src/pine.c
4862         * src/prefs_account.c
4863         * src/prefs_common.c
4864         * src/prefs_compose_writing.c
4865         * src/prefs_ext_prog.c
4866         * src/prefs_folder_item.c
4867         * src/prefs_fonts.c
4868         * src/prefs_message.c
4869         * src/prefs_msg_colors.c
4870         * src/prefs_other.c
4871         * src/prefs_quote.c
4872         * src/prefs_receive.c
4873         * src/prefs_send.c
4874         * src/prefs_spelling.c
4875         * src/prefs_summaries.c
4876         * src/prefs_toolbar.c
4877         * src/prefs_wrapping.c
4878         * src/privacy.c
4879         * src/procmime.c
4880         * src/procmsg.c
4881         * src/ssl_manager.c
4882         * src/statusbar.c
4883         * src/summaryview.c
4884         * src/toolbar.c
4885         * src/vcard.c
4886         * src/common/hooks.c
4887         * src/common/log.c
4888         * src/common/passcrypt.c
4889         * src/common/socket.c
4890         * src/common/ssl.c
4891         * src/common/ssl_certificate.c
4892         * src/common/template.c
4893         * src/common/utils.c
4894         * src/etpan/imap-thread.c
4895         * src/gtk/sslcertwindow.c
4896         * src/gtk/sslcertwindow.h
4897                 Make functions that could be static, static
4898
4899 2007-01-20 [colin]      2.7.1cvs39
4900
4901         * src/editldap.c
4902                 Fix tooltip
4903
4904 2007-01-20 [colin]      2.7.1cvs38
4905
4906         * src/ldapquery.c
4907         * src/ldaputil.c
4908         * src/ldaputil.h
4909                 Fix bug 1102, 'claws-mail-2.7.1 
4910                 makes use of deprecated ldap 
4911                 functions'
4912
4913 2007-01-20 [colin]      2.7.1cvs37
4914
4915         * src/mainwindow.c
4916         * src/mainwindow.h
4917         * src/summaryview.c
4918         * src/gtk/quicksearch.c
4919                 Add Wide message list layout
4920
4921 2007-01-19 [fabien]     2.7.1cvs36
4922
4923         * src/textview.c
4924                 make sure a font change is considered in links of
4925                 headerview.
4926
4927 2007-01-19 [colin]      2.7.1cvs35
4928
4929         * src/main.c
4930         * src/mainwindow.c
4931         * src/mainwindow.h
4932         * src/messageview.c
4933         * src/messageview.h
4934         * src/prefs_common.c
4935         * src/prefs_common.h
4936         * src/summaryview.c
4937         * src/summaryview.h
4938         * src/gtk/quicksearch.c
4939         * src/gtk/quicksearch.h
4940                 Drop 'Separate Folder tree' and 'Separate
4941                 Message View'. Put three layouts in place
4942                 of it.
4943
4944 2007-01-19 [paul]       2.7.1cvs34
4945
4946         * src/prefs_msg_colors.c
4947                 more use of Q_ for translators
4948
4949 2007-01-19 [paul]       2.7.1cvs33
4950
4951         * src/imap_gtk.c
4952         * src/prefs_account.c
4953                 a few changes to the English
4954
4955 2007-01-19 [fabien]     2.7.1cvs32
4956
4957         * src/wizard.c
4958                 factorize translatable string
4959
4960 2007-01-18 [colin]      2.7.1cvs31
4961
4962         * src/main.c
4963                 Don't error out on --sync option. Although
4964                 we don't do anything with it, gtk+ handles
4965                 it, and it's useful for debugging X errors
4966
4967 2007-01-18 [fabien]     2.7.1cvs30
4968
4969         * src/prefs_other.c
4970                 ability to apply on the fly the recent added
4971                 'gtk_can_change_accels' pref (no need to restart).
4972
4973 2007-01-18 [fabien]     2.7.1cvs29
4974
4975         * src/plugins/bogofilter/bogofilter_gtk.c
4976         * src/plugins/bogofilter/bogofilter.c
4977         * src/plugins/spamassassin/spamassassin_gtk.c
4978         * src/addr_compl.c
4979         * src/prefs_account.c
4980                 factorize or rewrite some translatable strings.
4981
4982 2007-01-18 [fabien]     2.7.1cvs28
4983
4984         * src/prefs_gtk.h
4985         * src/compose.c
4986                 set a 4pix space between "Subject:" label and subject entry in
4987                 compose window.
4988
4989 2007-01-18 [wwp]        2.7.1cvs27
4990
4991         * src/addressbook.c
4992                 fix conflicting address-copy/paste when focus is set
4993                 to the embedded edit-person form.
4994  
4995
4996 2007-01-18 [wwp]        2.7.1cvs26
4997
4998         * src/addressbook.h
4999                 complete 2.7.1cvs23 (one more file was missing from that
5000                 commit).
5001
5002 2007-01-18 [colin]      2.7.1cvs25
5003
5004         * src/main.c
5005                 Provide a way to migrate without backup
5006                 Re-ask for migration on next start if 
5007                 it has been refused and wizard has been 
5008                 cancelled after.
5009
5010 2007-01-18 [wwp]        2.7.1cvs24
5011
5012         * src/editaddress.c
5013                 complete 2.7.1.cvs23 (file was missing from previous
5014                 commit).
5015
5016 2007-01-18 [wwp]        2.7.1cvs23
5017
5018         * src/addressbook.c
5019                 fix potential crashes in address book's focus_in/out signal handlers,
5020                 force focus to the edit-person form when clicked the Edit menu entry or
5021                 button (this only matters if the edit-person form is embedded to the
5022                 AB window, in that case, focus is not set when browsing the contacts
5023                 list w/ keys or mouse clicks).
5024
5025 2007-01-18 [paul]       2.7.1cvs22
5026
5027         * src/main.c
5028                 add command line options:
5029                 -h for --help
5030                 -q and --quit for --exit
5031                 -v for --version
5032                 print "Unknown option" for unknown options
5033
5034 2007-01-18 [paul]       2.7.1cvs21
5035
5036         * po/ru.po
5037                 updated by Pavlo Bohmat
5038
5039 2007-01-18 [paul]       2.7.1cvs20
5040
5041         * src/mainwindow.c
5042                 fix sensitivity issues of Mark as Spam/Ham
5043
5044 2007-01-17 [fabien]     2.7.1cvs19
5045
5046         * src/prefs_other.c
5047         * src/prefs_common.c
5048         * src/prefs_common.h
5049         * src/main.c
5050                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5051                 control the corresponding gtk property. It could be used to lock
5052                 all shortcuts (avoid to set one of them by inadvertency).
5053
5054 2007-01-17 [colin]      2.7.1cvs18
5055
5056         * src/summaryview.c
5057                 Fix bug 1100, 'Highlighted e-mail data not visible 
5058                 when color label applied.'. Use a weighted average
5059                 between normal selected foreground color and color
5060                 label instead of a simple one (3/1 instead 1/1).
5061
5062 2007-01-17 [colin]      2.7.1cvs17
5063
5064         * src/messageview.c
5065                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5066                 crash' - don't prevent mail switching while loading
5067
5068 2007-01-17 [colin]      2.7.1cvs16
5069
5070         * src/folder.c
5071         * src/folder.h
5072         * src/folderview.c
5073         * src/folderview.h
5074         * src/imap.c
5075         * src/imap.h
5076         * src/imap_gtk.c
5077                 Manage recursive search of unsubscribed folders
5078                 Rescan tree without checking for new messages 
5079                 after subscriptions changed
5080
5081 2007-01-17 [paul]       2.7.1cvs15
5082
5083         * src/prefs_common.c
5084         * src/gtk/pluginwindow.c
5085                 fix bug 1101, '"Load plugin" button is
5086                 accidentally hidden'
5087                 unset (-1) initial width in prefs_common,
5088                 fix overlapping buttons,
5089                 and other cleanups
5090
5091 2007-01-17 [paul]       2.7.1cvs14
5092
5093         * src/procmime.c
5094                 add #include <errno.h>, it's needed
5095                 on some systems
5096
5097 2007-01-17 [paul]       2.7.1cvs13
5098
5099         * src/common/defs.h
5100         * tools/make.themes.project
5101                 rename .sylpheed_themeinfo to .claws_themeinfo
5102                 and use it
5103         * src/etpan/etpan-errors.h
5104         * src/etpan/etpan-log.c
5105         * src/etpan/etpan-log.h
5106         * src/etpan/etpan-thread-manager-types.h
5107         * src/etpan/etpan-thread-manager.c
5108         * src/etpan/etpan-thread-manager.h
5109         * src/etpan/imap-thread.c
5110         * src/etpan/imap-thread.h
5111                 add copyright header
5112
5113 2007-01-17 [colin]      2.7.1cvs12
5114
5115         * src/plugins/pgpcore/select-keys.c
5116         * src/gtk/pluginwindow.c
5117         * src/prefs_account.c
5118                 Fix warnings
5119
5120 2007-01-16 [colin]      2.7.1cvs11
5121
5122         * src/imap.c
5123         * src/imap.h
5124         * src/imap_gtk.c
5125                 Manage subscribing to subfolders when only
5126                 subscribed folders are shown.
5127
5128 2007-01-16 [colin]      2.7.1cvs10
5129
5130         * src/folderview.c
5131                 Fix annoying vscrollbar going back to top
5132                 on Check for new folders
5133
5134 2007-01-16 [colin]      2.7.1cvs9
5135
5136         * src/imap.c
5137                 Remove printf
5138
5139 2007-01-16 [colin]      2.7.1cvs8
5140
5141         * src/filtering.c
5142                 Bigger buffer for errors
5143         * src/imap.c
5144         * src/imap.h
5145         * src/imap_gtk.c
5146         * src/prefs_account.c
5147         * src/prefs_account.h
5148         * src/wizard.c
5149         * src/etpan/imap-thread.c
5150         * src/etpan/imap-thread.h
5151         * manual/handling.xml
5152                 Add subscriptions management. What it changes:
5153                 Creating a folder subscribes to it
5154                 Deleting a folder unsubscribes it
5155                 New contextual menu item allowing to switch between
5156                 All folders and Subscribed folders, subscribe, and
5157                 unsubscribe. "Creating" an existing but unsubscribed
5158                 folder will subscribe it.
5159                 By default for new accounts, only subscribed folders 
5160                 are shown.
5161
5162
5163 2007-01-16 [paul]       2.7.1cvs7
5164
5165         * src/summaryview.c
5166                 Allow folder classes to specify only sort_key or
5167                 sort_type instead of both or none.
5168
5169 2007-01-16 [paul]       2.7.1cvs6
5170
5171         * src/action.c
5172         * src/compose.c
5173         * src/mimeview.c
5174         * src/procmime.c
5175         * src/textview.c
5176                 Save and use errno for procmime_get_part
5177
5178 2007-01-16 [colin]      2.7.1cvs5
5179
5180         * src/imap.c
5181                 Never remove INBOX when scanning for
5182                 new folders. It's a special folder
5183                 that has to exist.
5184
5185 2007-01-15 [colin]      2.7.1cvs4
5186
5187         * src/imap.c
5188                 Fix 'Check for new folders' when IMAP subdirectory
5189                 is set
5190         * src/etpan/imap-thread.c
5191                 Fix build
5192
5193 2007-01-15 [colin]      2.7.1cvs3
5194
5195         * src/etpan/imap-thread.c
5196                 Fix invalid free on command-connection
5197                 error
5198
5199 2007-01-15 [wwp]        2.7.1cvs2
5200
5201         * src/matcher_parser_lex.l
5202         * src/quote_fmt_lex.l
5203         * src/matcher_parser_parse.y
5204                 fix copyright header in lexers and parsers.
5205
5206 2007-01-15 [paul]       2.7.1cvs1
5207
5208         * NEWS
5209         * README
5210         * RELEASE_NOTES
5211         * configure.ac
5212                 bump up version number following
5213                 stable release
5214
5215 2007-01-15 [paul]       2.7.0cvs31
5216
5217         * AUTHORS
5218         * src/gtk/authors.h
5219                 add Fabien to the Team list
5220                 add the recent contributors
5221                 make a few corrections
5222
5223 2007-01-15 [paul]       2.7.0cvs30
5224
5225         * src/mainwindow.c
5226                 fix compiler warning
5227         * src/plugins/pgpcore/prefs_gpg.c
5228         * src/plugins/pgpcore/prefs_gpg.h
5229                 add missing include
5230                 fix copyright header
5231
5232 2007-01-14 [colin]      2.7.0cvs29
5233
5234         * src/gtk/filesel.c
5235                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5236                 two benefits: faster to open, will fix strange
5237                 dbus-related crash. Thanks to Pascal Terjan.
5238
5239 2007-01-14 [colin]      2.7.0cvs28
5240
5241         * src/etpan/imap-thread.c
5242                 Delete the old imap just after allocating
5243                 the new one. Makes sure we don't get the
5244                 same pointer by sheer luck, which feels
5245                 strange in the debug log.
5246
5247 2007-01-14 [colin]      2.7.0cvs27
5248
5249         * src/gtk/inputdialog.c
5250                 Make sure we don't print passwords in
5251                 clear text when in debug mode
5252
5253 2007-01-14 [colin]      2.7.0cvs26
5254
5255         * src/gtk/gtksctree.c
5256                 Fix bug 1098, 'bogus last row display 
5257                 after expanding a thread'. Patch by
5258                 Jindrich Makovicka <makovick@gmail.com>
5259
5260 2007-01-14 [colin]      2.7.0cvs25
5261
5262         * src/etpan/imap-thread.c
5263                 Close socket manually before
5264                 freeing the imap struct
5265
5266 2007-01-14 [colin]      2.7.0cvs24
5267
5268         * src/etpan/imap-thread.c
5269                 Maybe fix new reconnection issues
5270
5271 2007-01-13 [colin]      2.7.0cvs23
5272
5273         * src/summaryview.c
5274                 Freeze/thaw on thread selection
5275
5276 2007-01-13 [paul]       2.7.0cvs22
5277
5278         * src/mainwindow.c
5279         * src/summaryview.c
5280         * src/summaryview.h
5281                 add 'Edit/Delete thread'
5282
5283 2007-01-13 [colin]      2.7.0cvs21
5284
5285         * src/prefs_account.c
5286         * src/prefs_compose_writing.c
5287         * src/prefs_message.c
5288         * src/prefs_msg_colors.c
5289         * src/prefs_other.c
5290         * src/prefs_receive.c
5291         * src/prefs_spelling.c
5292         * src/prefs_summaries.c
5293         * src/prefs_themes.c
5294         * src/gtk/gtkutils.c
5295         * src/gtk/gtkutils.h
5296         * src/plugins/pgpcore/prefs_gpg.c
5297         * src/plugins/spamassassin/spamassassin_gtk.c
5298                 Factorize gtk frame creation
5299                 Patch by Pawel
5300
5301 2007-01-13 [colin]      2.7.0cvs20
5302
5303         * src/message_search.c
5304         * src/summary_search.c
5305                 Fix Enter in search windows
5306         * src/messageview.c
5307                 Fix body search starting at the
5308                 end of the mail (and asking for loop)
5309
5310 2007-01-13 [colin]      2.7.0cvs19
5311
5312         * src/etpan/imap-thread.c
5313                 Make sure we don't free the same imap
5314                 twice
5315
5316 2007-01-13 [colin]      2.7.0cvs18
5317
5318         * commitHelper
5319                 Allow multiple commitHelpers to
5320                 run at once
5321
5322 2007-01-12 [colin]      2.7.0cvs17
5323
5324         * src/etpan/imap-thread.c
5325                 Make sure we get rid of the previous mailimap
5326                 when connecting - just in case disconnect was
5327                 unclean
5328
5329 2007-01-12 [paul]       2.7.0cvs16
5330
5331         * src/compose.c
5332                 Strip S/MIME signatures when re-editing
5333                 S/MIME signed messages.
5334
5335 2007-01-12 [paul]       2.7.0cvs15
5336
5337         * configure.ac
5338         * src/addressbook.c
5339         * src/foldersel.c
5340         * src/folderview.c
5341         * src/main.c
5342                 no need to define CLAWS anymore, remove
5343                 all that stuff
5344
5345 2007-01-12 [paul]       2.7.0cvs14
5346
5347         * src/mimeview.c
5348                 check if the mail's signed as
5349                 it can change the mail structure
5350                 Thanks to Colin
5351
5352 2007-01-12 [paul]       2.7.0cvs13
5353
5354         * src/procmime.c
5355                 fix Forwarding msgs with attachments
5356                 that have dos line endings
5357                 Thanks to Colin
5358
5359 2007-01-12 [wwp]        2.7.0cvs12
5360
5361         * configure.ac
5362                 Revert accidentally committed extra version tag.
5363
5364 2007-01-12 [wwp]        2.7.0cvs11
5365
5366         * src/prefs_account.c
5367                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5368
5369 2007-01-11 [colin]      2.7.0cvs10
5370
5371         * src/imap.c
5372                 move g_warning to debug_print
5373                 it scares people for no reason
5374
5375 2007-01-11 [colin]      2.7.0cvs9
5376
5377         * po/POTFILES.in
5378                 Fix files to translate. Patch by
5379                 Fabien
5380
5381 2007-01-11 [paul]       2.7.0cvs8
5382
5383         * src/imap.c
5384                 Fix recursion when server lists the
5385                 current subfolder in the response
5386         * src/mimeview.c
5387                 Fix updating of icon_list/ctree
5388         * src/plugins/pgpcore/select-keys.c
5389                 Fix a few annoyances when choosing
5390                 keys for the CMS (S/MIME) protocol
5391
5392 2007-01-11 [wwp]        2.7.0cvs7
5393
5394         * src/compose.c
5395         * src/prefs_account.c
5396         * src/prefs_account.h
5397                 Add per-account spellcheck default dictionaries settings.
5398
5399 2007-01-10 [colin]      2.7.0cvs6
5400
5401         * src/prefs_folder_item.c
5402                 Factorize strings - patch by Fabien
5403
5404 2007-01-10 [colin]      2.7.0cvs5
5405
5406         * src/mainwindow.c
5407                 Fix bug 1095, 'Crash while changing folder 
5408                 columns during incorporation'
5409
5410 2007-01-09 [colin]      2.7.0cvs4
5411
5412         * src/gtk/pluginwindow.c
5413                 Set the plugin window transient. Seems
5414                 like some window managers hide it in
5415                 the background after "load plugin"...
5416
5417 2007-01-09 [colin]      2.7.0cvs3
5418
5419         * src/gtk/filesel.c
5420                 Use the same type for alloc and free
5421
5422 2007-01-08 [paul]       2.7.0cvs2
5423
5424         * po/nl.po
5425                 updated by Tim Dijkstra
5426
5427 2007-01-08 [paul]       2.7.0cvs1
5428
5429         * src/prefs_themes.c
5430         * src/common/utils.c
5431                 Fix resource leaks
5432
5433 2007-01-08 [paul]       2.7.0
5434
5435         * NEWS
5436         * README
5437         * RELEASE_NOTES
5438                 2.7.0 released
5439
5440 2007-01-08 [paul]       2.6.1cvs119
5441
5442         * doc/man/claws-mail.1
5443                 another correction
5444
5445 2007-01-08 [paul]       2.6.1cvs118
5446
5447         * doc/man/claws-mail.1
5448                 corrections
5449         * manual/advanced.xml
5450                 improved English usage
5451
5452 2007-01-08 [paul]       2.6.1cvs117
5453
5454         * po/ca.po
5455         * po/de.po
5456         * po/en_GB.po
5457         * po/fi.po
5458         * po/it.po
5459         * po/pt_BR.po
5460         * po/sk.po
5461         * po/sr.po
5462         * po/zh_CN.po
5463                 updated by Miquel Oliete, Stephan Sachse, me,
5464                 Tommi Pirinen, Andrea Spadaccini, Frederico
5465                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5466                 Urosevic, and Ralgh Young
5467
5468 2007-01-07 [mones]      2.6.1cvs116
5469
5470         * manual/es/advanced.xml
5471         * po/es.po
5472                 Synced manual (unhide mark_as_read_delay)
5473                 and updated translation for release
5474
5475 2007-01-07 [paul]       2.6.1cvs115
5476
5477         * src/prefs_matcher.c
5478                 make the hbox content fit better under
5479                 various languages
5480
5481 2007-01-07 [colin]      2.6.1cvs114
5482
5483         * src/messageview.c
5484                 Fix bug 1088, 'Ctrl-h produces repeatable
5485                 crash'
5486
5487 2007-01-06 [colin]      2.6.1cvs113
5488
5489         * src/etpan/imap-thread.c
5490                 Add casts to int to get certs. Fixes
5491                 bug 1064, 'crash @ etpan_certificate_check() 
5492                 when opening an IMAP folder', with latest
5493                 libetpan CVS or >= 0.49
5494         * src/mainwindow.c
5495         * src/mainwindow.h
5496         * src/imap_gtk.c
5497         * src/news_gtk.c
5498         * src/prefs_folder_item.c
5499                 Grey out the "synchronise" menu items if
5500                 there's nothing to synchronise.
5501         * src/plugins/pgpcore/sgpgme.c
5502                 Make an error clearer than "Unknown error"
5503
5504 2007-01-06 [colin]      2.6.1cvs112
5505
5506         * src/messageview.c
5507                 Don't try to show a message if updating
5508                 Maybe fixes bug 1088, 'ctrl-h produces
5509                 repeatable crash'.
5510
5511 2007-01-06 [colin]      2.6.1cvs111
5512
5513         * src/summaryview.c
5514                 Disable Control-Space (handle it as Space).
5515
5516 2007-01-05 [paul]       2.6.1cvs110
5517
5518         * src/imap.c
5519                 Fix bug 934, 'sylpheed claws 2.1 
5520                 doesn't show Exchanges Public Folders'
5521                 Thanks to Hoa and Colin
5522         * src/msgcache.c
5523                 Refuse to allocate more than 2 MB for a 
5524                 single field, it's a good indication of
5525                 cache corruption.
5526
5527 2007-01-05 [colin]      2.6.1cvs109
5528
5529         * src/mainwindow.c
5530                 Allow --select'ing emails by Message-ID too
5531
5532 2007-01-05 [colin]      2.6.1cvs108
5533
5534         * src/common/quoted-printable.c
5535                 Uh! Third fix :)
5536
5537 2007-01-05 [colin]      2.6.1cvs107
5538
5539         * src/common/quoted-printable.c
5540                 Fix previous commit about bug 1089
5541                 Thanks to Ralf
5542
5543 2007-01-05 [colin]      2.6.1cvs106
5544
5545         * src/common/quoted-printable.c
5546                 Fix my previous commit on bug 1089
5547                 - Thanks to Ralf :)
5548
5549 2007-01-04 [colin]      2.6.1cvs105
5550
5551         * src/common/quoted-printable.c
5552                 Fix bug 1089, 'NUL characters in Subject 
5553                 line are misinterpreted'. Not a pain to
5554                 fix in fact.
5555
5556 2007-01-04 [colin]      
5557
5558         2.7.0-rc3 released
5559
5560 2007-01-04 [wwp]        2.6.1cvs104
5561
5562         * src/image_viewer.c
5563                 Force operator precedence (fix a compiler warning).
5564
5565 2007-01-04 [colin]      2.6.1cvs103
5566
5567         * src/image_viewer.c
5568                 Be cautious there too (same fix as the one
5569                 in textview from cvs33)
5570         * src/messageview.c
5571                 Don't use any MimeViewer plugin when showing
5572                 all headers
5573
5574 2007-01-03 [wwp]        2.6.1cvs102
5575
5576         * src/html.c
5577         * src/html.h
5578                 fixed "cent" sign (use the existing ASCII one),
5579                 decode more HTML entities,
5580                 converted table ASCII entries to UTF-8,
5581                 moved a switch() into a hashtable.
5582
5583 2007-01-03 [paul]       2.6.1cvs101
5584
5585         * src/compose.c
5586         * src/messageview.c
5587         * src/procmsg.c
5588         * src/procmsg.h
5589                 When possible, use move_msg instead of
5590                 copy_msg + remove_msg to move sent mail
5591                 from Queue to Sent. 
5592
5593 2007-01-03 [paul]       2.6.1cvs100
5594
5595         * src/html.c
5596                 add more html entity recognition:
5597                 pounds, euros, and cents
5598
5599 2007-01-03 [colin]      2.6.1cvs99
5600
5601         * src/imap_gtk.c
5602                 Don't display an error on NOSELECT
5603                 folders when synchronising
5604
5605 2007-01-03 [paul]       2.6.1cvs98
5606
5607         * tools/maildir2claws-mail.pl
5608                 only substitute 'sent-mail' if it's
5609                 the full directory name
5610
5611 2007-01-03 [paul]       2.6.1cvs97
5612
5613         * ChangeLog
5614         * ChangeLog.pre2.0.0
5615         * Makefile.am
5616                 archive a chunk of ChangeLog in
5617                 ChangeLog.pre2.0.0
5618         * ChangeLog.gtk1
5619         * doc/src/ChangeLog.claws-pre0.8.0
5620                 remove ChangeLog.claws-pre0.8.0, adding
5621                 its contents to ChangeLog.gtk1
5622
5623 2007-01-03 [paul]       2.6.1cvs96
5624
5625         * src/account.c
5626         * src/account.h
5627         * src/action.c
5628         * src/action.h
5629         * src/adbookbase.h
5630         * src/addr_compl.c
5631         * src/addr_compl.h
5632         * src/addrbook.c
5633         * src/addrcache.c
5634         * src/addrcache.h
5635         * src/addrcindex.c
5636         * src/addrcindex.h
5637         * src/addrclip.c
5638         * src/addrclip.h
5639         * src/addrdefs.h
5640         * src/addressadd.c
5641         * src/addressadd.h
5642         * src/addressbook.c
5643         * src/addressbook.h
5644         * src/addressbook_foldersel.c
5645         * src/addressbook_foldersel.h
5646         * src/addrgather.c
5647         * src/addrgather.h
5648         * src/addrharvest.c
5649         * src/addrharvest.h
5650         * src/addrindex.c
5651         * src/addrindex.h
5652         * src/addritem.c
5653         * src/addritem.h
5654         * src/addrquery.c
5655         * src/addrquery.h
5656         * src/addrselect.c
5657         * src/addrselect.h
5658         * src/alertpanel.c
5659         * src/alertpanel.h
5660         * src/browseldap.c
5661         * src/browseldap.h
5662         * src/codeconv.c
5663         * src/codeconv.h
5664         * src/compose.c
5665         * src/compose.h
5666         * src/customheader.c
5667         * src/customheader.h
5668         * src/displayheader.c
5669         * src/displayheader.h
5670         * src/editaddress.c
5671         * src/editaddress.h
5672         * src/editbook.c
5673         * src/editbook.h
5674         * src/editgroup.c
5675         * src/editgroup.h
5676         * src/editjpilot.c
5677         * src/editjpilot.h
5678         * src/editldap.c
5679         * src/editldap.h
5680         * src/editldap_basedn.c
5681         * src/editldap_basedn.h
5682         * src/editvcard.c
5683         * src/editvcard.h
5684         * src/exphtmldlg.c
5685         * src/exphtmldlg.h
5686         * src/expldifdlg.c
5687         * src/expldifdlg.h
5688         * src/export.c
5689         * src/export.h
5690         * src/exporthtml.c
5691         * src/exporthtml.h
5692         * src/exportldif.c
5693         * src/exportldif.h
5694         * src/filtering.c
5695         * src/filtering.h
5696         * src/folder.c
5697         * src/folder.h
5698         * src/folder_item_prefs.c
5699         * src/folder_item_prefs.h
5700         * src/foldersel.c
5701         * src/foldersel.h
5702         * src/folderutils.c
5703         * src/folderutils.h
5704         * src/folderview.c
5705         * src/folderview.h
5706         * src/grouplistdialog.c
5707         * src/grouplistdialog.h
5708         * src/headerview.c
5709         * src/html.c
5710         * src/html.h
5711         * src/image_viewer.c
5712         * src/image_viewer.h
5713         * src/imap.c
5714         * src/imap.h
5715         * src/imap_gtk.c
5716         * src/imap_gtk.h
5717         * src/import.c
5718         * src/import.h
5719         * src/importldif.c
5720         * src/importldif.h
5721         * src/importmutt.c
5722         * src/importmutt.h
5723         * src/importpine.c
5724         * src/importpine.h
5725         * src/inc.c
5726         * src/inc.h
5727         * src/jpilot.c
5728         * src/jpilot.h
5729         * src/ldapctrl.c
5730         * src/ldapctrl.h
5731         * src/ldaplocate.c
5732         * src/ldaplocate.h
5733         * src/ldapquery.c
5734         * src/ldapquery.h
5735         * src/ldapserver.c
5736         * src/ldapserver.h
5737         * src/ldaputil.c
5738         * src/ldaputil.h
5739         * src/ldif.c
5740         * src/ldif.h
5741         * src/main.c
5742         * src/main.h
5743         * src/mainwindow.c
5744         * src/mainwindow.h
5745         * src/manual.c
5746         * src/manual.h
5747         * src/mbox.c
5748         * src/message_search.c
5749         * src/message_search.h
5750         * src/messageview.c
5751         * src/messageview.h
5752         * src/mh.c
5753         * src/mh.h
5754         * src/mh_gtk.c
5755         * src/mh_gtk.h
5756         * src/mimeview.c
5757         * src/mimeview.h
5758         * src/msgcache.c
5759         * src/msgcache.h
5760         * src/mutt.c
5761         * src/mutt.h
5762         * src/news.c
5763         * src/news.h
5764         * src/news_gtk.c
5765         * src/news_gtk.h
5766         * src/partial_download.c
5767         * src/partial_download.h
5768         * src/pine.c
5769         * src/pine.h
5770         * src/pop.c
5771         * src/pop.h
5772         * src/prefs_account.c
5773         * src/prefs_account.h
5774         * src/prefs_actions.c
5775         * src/prefs_actions.h
5776         * src/prefs_common.c
5777         * src/prefs_common.h
5778         * src/prefs_compose_writing.c
5779         * src/prefs_compose_writing.h
5780         * src/prefs_customheader.c
5781         * src/prefs_customheader.h
5782         * src/prefs_display_header.c
5783         * src/prefs_display_header.h
5784         * src/prefs_filtering.c
5785         * src/prefs_filtering.h
5786         * src/prefs_filtering_action.c
5787         * src/prefs_filtering_action.h
5788         * src/prefs_folder_column.c
5789         * src/prefs_folder_column.h
5790         * src/prefs_folder_item.c
5791         * src/prefs_folder_item.h
5792         * src/prefs_fonts.c
5793         * src/prefs_fonts.h
5794         * src/prefs_gtk.c
5795         * src/prefs_gtk.h
5796         * src/prefs_image_viewer.c
5797         * src/prefs_image_viewer.h
5798         * src/prefs_matcher.c
5799         * src/prefs_matcher.h
5800         * src/prefs_message.c
5801         * src/prefs_msg_colors.c
5802         * src/prefs_msg_colors.h
5803         * src/prefs_other.c
5804         * src/prefs_quote.c
5805         * src/prefs_receive.c
5806         * src/prefs_send.c
5807         * src/prefs_spelling.c
5808         * src/prefs_spelling.h
5809         * src/prefs_summaries.c
5810         * src/prefs_summaries.h
5811         * src/prefs_summary_column.c
5812         * src/prefs_summary_column.h
5813         * src/prefs_template.c
5814         * src/prefs_template.h
5815         * src/prefs_themes.c
5816         * src/prefs_themes.h
5817         * src/prefs_toolbar.c
5818         * src/prefs_toolbar.h
5819         * src/prefs_wrapping.c
5820         * src/prefs_wrapping.h
5821         * src/privacy.c
5822         * src/privacy.h
5823         * src/procheader.c
5824         * src/procheader.h
5825         * src/procmime.c
5826         * src/procmime.h
5827         * src/procmsg.c
5828         * src/procmsg.h
5829         * src/quote_fmt.c
5830         * src/quote_fmt_parse.y
5831         * src/recv.c
5832         * src/recv.h
5833         * src/remotefolder.c
5834         * src/remotefolder.h
5835         * src/send_message.c
5836         * src/send_message.h
5837         * src/setup.c
5838         * src/setup.h
5839         * src/sourcewindow.c
5840         * src/sourcewindow.h
5841         * src/ssl_manager.c
5842         * src/ssl_manager.h
5843         * src/statusbar.c
5844         * src/statusbar.h
5845         * src/stock_pixmap.c
5846         * src/stock_pixmap.h
5847         * src/summary_search.c
5848         * src/summary_search.h
5849         * src/summaryview.c
5850         * src/summaryview.h
5851         * src/textview.c
5852         * src/textview.h
5853         * src/toolbar.c
5854         * src/toolbar.h
5855         * src/undo.c
5856         * src/undo.h
5857         * src/unmime.c
5858         * src/unmime.h
5859         * src/vcard.c
5860         * src/vcard.h
5861         * src/wizard.c
5862         * src/wizard.h
5863         * src/common/base64.c
5864         * src/common/base64.h
5865         * src/common/defs.h
5866         * src/common/hooks.c
5867         * src/common/hooks.h
5868         * src/common/log.c
5869         * src/common/log.h
5870         * src/common/mgutils.c
5871         * src/common/mgutils.h
5872         * src/common/nntp.c
5873         * src/common/nntp.h
5874         * src/common/passcrypt.c
5875         * src/common/passcrypt.h.in
5876         * src/common/plugin.c
5877         * src/common/plugin.h
5878         * src/common/prefs.c
5879         * src/common/prefs.h
5880         * src/common/progressindicator.c
5881         * src/common/progressindicator.h
5882         * src/common/quoted-printable.c
5883         * src/common/quoted-printable.h
5884         * src/common/session.c
5885         * src/common/session.h
5886         * src/common/smtp.c
5887         * src/common/smtp.h
5888         * src/common/socket.c
5889         * src/common/socket.h
5890         * src/common/ssl.c
5891         * src/common/ssl.h
5892         * src/common/ssl_certificate.c
5893         * src/common/ssl_certificate.h
5894         * src/common/stringtable.c
5895         * src/common/stringtable.h
5896         * src/common/template.c
5897         * src/common/template.h
5898         * src/common/timing.h
5899         * src/common/utils.c
5900         * src/common/utils.h
5901         * src/common/version.h.in
5902         * src/common/xml.c
5903         * src/common/xml.h
5904         * src/common/xmlprops.c
5905         * src/common/xmlprops.h
5906         * src/gtk/about.c
5907         * src/gtk/colorlabel.c
5908         * src/gtk/colorsel.c
5909         * src/gtk/colorsel.h
5910         * src/gtk/combobox.c
5911         * src/gtk/combobox.h
5912         * src/gtk/description_window.c
5913         * src/gtk/description_window.h
5914         * src/gtk/filesel.c
5915         * src/gtk/filesel.h
5916         * src/gtk/foldersort.c
5917         * src/gtk/foldersort.h
5918         * src/gtk/gtksctree.c
5919         * src/gtk/gtkutils.c
5920         * src/gtk/gtkutils.h
5921         * src/gtk/inputdialog.c
5922         * src/gtk/inputdialog.h
5923         * src/gtk/logwindow.c
5924         * src/gtk/logwindow.h
5925         * src/gtk/manage_window.c
5926         * src/gtk/manage_window.h
5927         * src/gtk/menu.c
5928         * src/gtk/menu.h
5929         * src/gtk/pluginwindow.c
5930         * src/gtk/pluginwindow.h
5931         * src/gtk/prefswindow.c
5932         * src/gtk/prefswindow.h
5933         * src/gtk/progressdialog.c
5934         * src/gtk/progressdialog.h
5935         * src/gtk/sslcertwindow.c
5936         * src/gtk/sslcertwindow.h
5937         * src/plugins/bogofilter/bogofilter.c
5938         * src/plugins/bogofilter/bogofilter.h
5939         * src/plugins/bogofilter/bogofilter_gtk.c
5940         * src/plugins/clamav/clamav_plugin.c
5941         * src/plugins/clamav/clamav_plugin.h
5942         * src/plugins/clamav/clamav_plugin_gtk.c
5943         * src/plugins/demo/demo.c
5944         * src/plugins/dillo_viewer/dillo_prefs.c
5945         * src/plugins/dillo_viewer/dillo_prefs.h
5946         * src/plugins/dillo_viewer/dillo_viewer.c
5947         * src/plugins/pgpcore/passphrase.c
5948         * src/plugins/pgpcore/passphrase.h
5949         * src/plugins/pgpcore/pgp_viewer.c
5950         * src/plugins/pgpcore/pgp_viewer.h
5951         * src/plugins/pgpcore/plugin.c
5952         * src/plugins/pgpcore/select-keys.c
5953         * src/plugins/pgpcore/select-keys.h
5954         * src/plugins/pgpcore/sgpgme.c
5955         * src/plugins/pgpcore/sgpgme.h
5956         * src/plugins/pgpinline/pgpinline.c
5957         * src/plugins/pgpinline/pgpinline.h
5958         * src/plugins/pgpinline/plugin.c
5959         * src/plugins/pgpmime/pgpmime.c
5960         * src/plugins/pgpmime/pgpmime.h
5961         * src/plugins/pgpmime/plugin.c
5962         * src/plugins/spamassassin/spamassassin.c
5963         * src/plugins/spamassassin/spamassassin.h
5964         * src/plugins/spamassassin/spamassassin_gtk.c
5965         * src/plugins/trayicon/trayicon.c
5966                 it's 2007, update the year in the copyright headers
5967
5968 2007-01-03 [paul]       2.6.1cvs95
5969
5970         * src/gtk/about.c
5971                 it is 2007, use it in the copyright string
5972
5973 2007-01-03 [paul]       2.6.1cvs94
5974
5975         * src/html.c
5976                 html entity conversion:
5977                 move &#153; to a more suitable place
5978                 add &bull; and &ndash;
5979                 make sure &mdash; and &#8212; are both
5980                 converted the same
5981
5982 2007-01-02 [colin]      2.6.1cvs93
5983
5984         * src/addrbook.c
5985                 Fix leak
5986         * src/common/plugin.c
5987                 Add comment
5988         * src/etpan/imap-thread.c
5989                 Fix warning
5990
5991 2006-12-31 [paul]       2.6.1cvs92
5992
5993         * src/prefs_summaries.c
5994                 use gtk_button_new_from_stock()
5995
5996 2006-12-30 [colin]      2.6.1cvs91
5997
5998         * src/folder.c
5999         * src/imap_gtk.c
6000         * src/mh_gtk.c
6001                 Don't update filtering and account paths 
6002                 when copying folders
6003
6004 2006-12-30 [colin]      2.6.1cvs90
6005
6006         * src/prefs_compose_writing.c
6007         * src/prefs_quote.c
6008         * src/prefs_template.c
6009                 Use message font for Writing and 
6010                 Quoting prefs, as well as Templates.
6011
6012 2006-12-30 [colin]      2.6.1cvs89
6013
6014         * src/prefs_summaries.c
6015                 Rework GUI; patch by Pawel
6016
6017 2006-12-29 [colin]      2.6.1cvs88
6018
6019         * src/prefs_folder_item.c
6020                 Fix bug 1085, 'Apply to subfolder 
6021                 doesn't work' - I was mistaken saying
6022                 it worked in every case
6023
6024 2006-12-28 [colin]      2.6.1cvs87
6025
6026         * src/gtk/gtkaspell.c
6027                 Don't assert if use_alternate is true
6028                 and alt_dictionary isn't set -- this 
6029                 is what happens on upgrade! Rather,
6030                 do with it.
6031
6032 2006-12-28 [colin]      2.6.1cvs86
6033
6034         * Makefile.am
6035                 Fix desktop/icon simplification
6036
6037 2006-12-28 [colin]      2.6.1cvs85
6038
6039         * Makefile.am
6040                 Make desktop and icon not 
6041                 dependant on the desktop
6042
6043 2006-12-28 [wwp]        2.6.1cvs84
6044
6045         * src/plugins/pgpmime/claws.def
6046                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6047
6048 2006-12-28 [wwp]        2.6.1cvs83
6049
6050         * src/prefs_folder_item.c
6051                 Fix coloring of "simplify subject regexp" (folder prefs),
6052                 which might be left to red whereas the regexp gets empty.
6053
6054 2006-12-28 [wwp]        2.6.1cvs82
6055
6056         * src/prefs_common.c
6057         * src/prefs_common.h
6058         * src/addressbook.c
6059         * src/addressitem.h
6060                 Save addressbook mainwindow's horizontal and vertical splitter position.
6061
6062 2006-12-27 [wwp]        2.6.1cvs81
6063
6064         * src/gtk/gtkaspell.c
6065         * src/gtk/gtkaspell.h
6066         * src/compose.c
6067                 Fix assignment of compose's default and alternate dictionary from
6068                 account or folder settings. Now gtkaspell_change_dict does rotate
6069                 dicts only when it's called from a menu cb.
6070
6071 2006-12-27 [wwp]        2.6.1cvs80
6072
6073         * src/folder_item_prefs.c
6074                 Fix randomly initialized default-alt-dictionary (folder prefs),
6075                 complete 2.6.1cvs72.
6076
6077 2006-12-27 [paul]       2.6.1cvs79
6078
6079         * src/imap_gtk.c
6080         * src/mh_gtk.c
6081                 Add Copy folder in the folder's contextual
6082                 menu
6083
6084 2006-12-27 [wwp]        2.6.1cvs78
6085
6086         * src/imap.c
6087                 Clean up session locking, thanks to Colin.
6088
6089 2006-12-26 [colin]      2.6.1cvs77
6090
6091         * src/statusbar.c
6092                 Revert previous patch
6093
6094 2006-12-26 [colin]      2.6.1cvs76
6095
6096         * src/folder.c
6097         * src/folderview.c
6098         * src/imap.c
6099         * src/statusbar.c
6100         * src/etpan/imap-thread.c
6101                 Fix previous commit warnings
6102                 Make statusbar update every second if total < 20
6103                 Make IMAP APPEND faster by simplifying log              
6104
6105 2006-12-26 [colin]      2.6.1cvs75
6106
6107         * src/folder.c
6108         * src/folder.h
6109         * src/folderview.c
6110         * src/folderview.h
6111         * src/imap_gtk.c
6112         * src/mh_gtk.c
6113                 Make it possible to copy folders accross
6114                 mailboxes (this was an arbitrary limitation).
6115                 Still make it impossible to move folders 
6116                 accross mailboxes.
6117
6118 2006-12-26 [colin]      2.6.1cvs74
6119
6120         * src/etpan/imap-thread.c
6121                 Fix bug 1081, 'claws-mail 
6122                 segfaults when going offline 
6123                 while it transfers mails via 
6124                 imap'
6125
6126 2006-12-26 [colin]      2.6.1cvs73
6127
6128         * src/folder_item_prefs.c
6129                 Don't forget alt dictionary when
6130                 renaming/moving folders
6131
6132 2006-12-26 [wwp]        2.6.1cvs72
6133
6134         * src/folder_item_prefs.c
6135                 Add missing defaults for per-folder alt dict
6136                 (forgotten in 2.6.1cvs61).
6137
6138 2006-12-26 [colin]      2.6.1cvs71
6139
6140         * src/wizard.c
6141                 Add tooltip to state that specifying
6142                 full path to mailbox is possible
6143
6144 2006-12-26 [wwp]        2.6.1cvs70
6145
6146         * src/partial_download.c
6147         * src/gtk/gtkvscrollbutton.c
6148         * src/plugins/pgpinline/plugin.c
6149                 Fix for few compiler warnings that matter.
6150
6151 2006-12-25 [colin]      2.6.1cvs69
6152
6153         * src/partial_download.c
6154                 Fix marking for download or deletion
6155                 when the header isn't the first
6156         * src/gtk/logwindow.c
6157                 Fix start of scrolling
6158
6159 2006-12-23 [paul]       2.6.1cvs68
6160
6161         * src/compose.c
6162                 change last commit to use the 'academic'
6163                 method instead. Thanks to wwp
6164
6165 2006-12-23 [paul]       2.6.1cvs67
6166
6167         * src/compose.c
6168                 don't warn about empty subject when
6169                 redirecting
6170
6171 2006-12-22 [colin]      2.6.1cvs66
6172
6173         * src/summary_search.c
6174                 Fix previous patch
6175
6176 2006-12-22 [colin]      2.6.1cvs65
6177
6178         * src/gtk/gtkutils.c
6179         * src/imap.c
6180         * src/jpilot.c
6181         * src/summary_search.c
6182                 A few warning fixes
6183
6184 2006-12-23 [paul]       
6185
6186         2.7.0-rc2 released
6187
6188 2006-12-22 [colin]      2.6.1cvs64
6189
6190         * src/toolbar.c
6191         * src/toolbar.h
6192                 Add a combo to the learn spam button
6193         * src/plugins/bogofilter/bogofilter.c
6194         * src/plugins/bogofilter/bogofilter_gtk.c
6195         * src/plugins/bogofilter/bogofilter.h
6196                 Allow to store Unsure mails in a specific
6197                 folder to make better teaching easier
6198
6199 2006-12-21 [wwp]        2.6.1cvs63
6200
6201         * src/compose.c
6202         * src/prefs_common.c
6203         * src/prefs_common.h
6204         * src/prefs_spelling.c
6205         * src/gtk/gtkaspell.c
6206         * src/gtk/gtkaspell.h
6207                 Allow spell-checking using both current and alternate dictionaries
6208                 (thanks to Colin).
6209
6210 2006-12-21 [wwp]        2.6.1cvs62
6211
6212         * src/gtk/gtkaspell.c
6213                 Apply recheck_when_changing_dict (highlight all mispelled words)
6214                 when switching to alternate dictionary.
6215
6216 2006-12-21 [wwp]        2.6.1cvs61
6217
6218         * src/compose.c
6219         * src/folder_item_prefs.h
6220         * src/prefs_common.c
6221         * src/prefs_common.h
6222         * src/prefs_folder_item.c
6223         * src/prefs_spelling.c
6224         * src/gtk/gtkaspell.c
6225         * src/gtk/gtkaspell.h
6226                 Add global and per-folder prefs to set the default
6227                 alternate dictionary.
6228
6229 2006-12-21 [colin]      2.6.1cvs60
6230
6231         * src/folder.c
6232                 Look for folders by path in all folders
6233         * src/html.c
6234                 add &mdash;
6235
6236 2006-12-20 [colin]      2.6.1cvs59
6237
6238         * src/gtk/quicksearch.c
6239                 Make sure in_typing is false when clearing
6240
6241 2006-12-20 [wwp]        2.6.1cvs58
6242
6243         * configure.ac
6244                 change manual's target dir to be LFH-compliant (thanks to Colin).
6245
6246 2006-12-20 [wwp]        2.6.1cvs57
6247
6248         * src/prefs_common.c
6249         * src/prefs_summaries.c
6250                 i18n fix and factorize patch, thanks to Fabien.
6251
6252 2006-12-20 [paul]       2.6.1cvs56
6253
6254         * configure.ac
6255                 last of the renaming (??)
6256         * src/main.c
6257                 correct --help info of --status-full
6258         * src/plugins/bogofilter/bogofilter.c
6259                 make FALSE default of whitelist_ab
6260
6261 2006-12-19 [colin]      2.6.1cvs55
6262
6263         * src/jpilot.c
6264                 Same as before, without depending on
6265                 pisock >= 0.12
6266
6267 2006-12-19 [colin]      2.6.1cvs54
6268
6269         * src/jpilot.c
6270                 Fix bug 1059, 'Better jpilot charset 
6271                 handling'. Use libpisync's charset conversion
6272                 if possible
6273
6274 2006-12-19 [colin]      2.6.1cvs53
6275
6276         * po/fr.po
6277                 Updated by Fabien
6278
6279 2006-12-19 [wwp]        2.6.1cvs52
6280
6281         * src/gtk/about.c
6282                 Add missing #include (thanks to Colin).
6283
6284 2006-12-19 [wwp]        2.6.1cvs51
6285
6286         * src/prefs_receive.c
6287                 Better spacing between widgets in prefs.
6288
6289 2006-12-18 [colin]      2.6.1cvs50
6290
6291         * src/imap.c
6292                 Fix failure to get separator on LIST "" ""
6293                 Try LIST "" "INBOX" too.
6294
6295 2006-12-18 [wwp]        2.6.1cvs49
6296
6297         * src/common/session.c
6298                 Fix a compiler warning (thanks to Fabien).
6299
6300 2006-12-18 [wwp]        2.6.1cvs48
6301
6302         * src/compose.c
6303         * src/prefs_quote.c
6304                 Factorize some strings for translation (it's about error
6305                 messages when applying or checking template/quote format).
6306
6307 2006-12-18 [colin]      2.6.1cvs47
6308
6309         * Makefile.am
6310         * src/common/defs.h
6311         * src/gtk/Makefile.am
6312         * src/gtk/about.c
6313                 Add a Release notes tab from the contents of
6314                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6315
6316 2006-12-17 [colin]      2.6.1cvs46
6317
6318         * src/mimeview.c
6319         * src/textview.c
6320         * src/gtk/filesel.c
6321                 Correctly convert from/to UTF8/filename encoding
6322                 when loading and saving files. Probably fixes
6323                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6324                 for a file to attach and is blocked...'
6325
6326 2006-12-17 [colin]      2.6.1cvs45
6327
6328         * src/gtk/logwindow.c
6329                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6330                 IMAP folder and is blocked on main thread': 
6331                 make sure we put utf8 in the log.
6332
6333 2006-12-16 [colin]      2.6.1cvs44
6334
6335         * src/toolbar.c
6336         * src/toolbar.h
6337                 Fix bug 1055, 'Add the 'cancel receive' 
6338                 in the available events for the toolbar buttons'
6339
6340 2006-12-16 [colin]      2.6.1cvs43
6341
6342         * po/POTFILES.in
6343         * src/imap.c
6344         * src/common/nntp.c
6345         * src/common/session.c
6346                 Log error when SSL handshakes fail. 
6347                 Fixes bug 1082, 'incorrect / imprecise 
6348                 error message when imap server provides 
6349                 ssl only through STARTTLS but SSL is 
6350                 selected'
6351
6352 2006-12-15 [wwp]        2.6.1cvs42
6353
6354         * src/plugins/bogofilter/bogofilter_gtk.c
6355                 set proper sensitivity to widgets I've recently added.
6356
6357 2006-12-15 [colin]      
6358
6359         2.7.0-rc1 released
6360
6361 2006-12-15 [wwp]        2.6.1cvs41
6362
6363         * src/plugins/bogofilter/bogofilter.c
6364         * src/plugins/bogofilter/bogofilter.h
6365         * src/plugins/bogofilter/bogofilter_gtk.c
6366                 bogofilter's whitelist can now use a subset of
6367                 the addressbook (either a book, a subfolder of a book,
6368                 or the whole addressbook by using "Any"). Re-used there
6369                 some pref_matcher widgets and mechanisms to match a subset
6370                 of the addressbook.
6371
6372 2006-12-15 [wwp]        2.6.1cvs40
6373
6374         * src/wizard.c
6375         * src/common/plugin.c
6376         * src/common/plugin.h
6377         * src/gtk/about.c
6378         * src/plugins/bogofilter/bogofilter.c
6379         * src/plugins/clamav/clamav_plugin.c
6380         * src/plugins/demo/demo.c
6381         * src/plugins/dillo_viewer/dillo_viewer.c
6382         * src/plugins/pgpcore/plugin.c
6383         * src/plugins/pgpinline/plugin.c
6384         * src/plugins/pgpmime/plugin.c
6385         * src/plugins/spamassassin/spamassassin.c
6386         * src/plugins/trayicon/trayicon.c
6387                 factorize some translatable strings (plugins-related),
6388                 fix missing punctuation in several places,
6389                 remove useless translatable \n in about.c,
6390                 and factorize plugin init code w/ a new function
6391                 check_plugin_version() in common/plugin.c.
6392                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6393
6394 2006-12-15 [wwp]        2.6.1cvs39
6395
6396         * src/plugins/bogofilter/bogofilter.c
6397         * src/plugins/bogofilter/bogofilter_gtk.c
6398                 flag whitelisted spams as spam, but don't filter it to the spam
6399                 folder. Thanks to Colin.
6400
6401 2006-12-15 [ticho]      2.6.1cvs38
6402
6403         * src/plugins/bogofilter/bogofilter.c
6404         * src/plugins/bogofilter/bogofilter.h
6405         * src/plugins/bogofilter/bogofilter_gtk.c
6406                 Add option to whitelist senders found in addressbook. Patch by colin.
6407
6408 2006-12-15 [paul]       2.6.1cvs37
6409
6410         * src/folderview.c
6411                 add missing #include "log.h"
6412
6413 2006-12-15 [paul]       2.6.1cvs36
6414
6415         * src/plugins/bogofilter/bogofilter.c
6416         * src/plugins/bogofilter/bogofilter.h
6417         * src/plugins/bogofilter/bogofilter_gtk.c
6418                 Add an option to allow inserting an
6419                 X-Claws-Bogosity header (on MH folders
6420                 only). Patch by Colin
6421
6422 2006-12-14 [colin]      2.6.1cvs35
6423
6424         * src/main.c
6425                 "Yes" should be the default choice for
6426                 migration configuration
6427
6428 2006-12-14 [paul]       2.6.1cvs34
6429
6430         * src/prefs_summaries.c
6431         * manual/advanced.xml
6432                 Unhide mark_as_read_delay
6433
6434 2006-12-14 [paul]       2.6.1cvs33
6435
6436         * src/messageview.c
6437         * src/messageview.h
6438         * src/mimeview.c
6439         * src/mimeview.h
6440         * src/summaryview.c
6441         * src/textview.c
6442         * src/textview.h
6443                 Fix printing of selection
6444                 Fix printing of message parts
6445                 Fix printing of images
6446         * src/gtk/gtksourceprintjob.c
6447                 Fix page count when there are images
6448
6449 2006-12-14 [wwp]        2.6.1cvs32
6450
6451         * src/mainwindow.c
6452         * src/summaryview.c
6453         * src/summaryview.h
6454         * src/gtk/quicksearch.c
6455                 fix quicksearch 'magnify' button status when QS is closed
6456                 using the Escape key, thanks to Colin.
6457
6458 2006-12-14 [wwp]        2.6.1cvs31
6459
6460         * src/mainwindow.c
6461         * src/summaryview.c
6462         * src/summaryview.h
6463         * src/gtk/quicksearch.c
6464                 fix quicksearch 'magnify' button status when QS is closed
6465                 using the Escape key, thanks to Colin.
6466
6467 2006-12-13 [colin]      2.6.1cvs30
6468
6469         * src/ldapquery.c
6470         * src/ldaputil.c
6471                 Use the binary safe version of ldap_get_values,
6472                 to make sure we manipulate null-terminated 
6473                 strings. Maybe fixes bug 1075, 'claws mail 
6474                 segfault when completing ldap adresses'
6475         * src/syldap.c ** REMOVED **
6476         * src/syldap.h ** REMOVED **
6477                 Remove dead files
6478
6479 2006-12-13 [mones]      2.6.1cvs29
6480
6481         * po/es.po
6482                 Fixed piped strings, fixed click translation
6483
6484 2006-12-13 [paul]       2.6.1cvs28
6485
6486         * src/main.c
6487                 don't translate these strings
6488
6489 2006-12-13 [paul]       2.6.1cvs27
6490
6491         * po/en_GB.po
6492                 updated
6493
6494 2006-12-13 [colin]      2.6.1cvs26
6495
6496         * src/main.c
6497         * src/main.h
6498                 Add claws_is_starting()
6499
6500 2006-12-13 [mones]      2.6.1cvs25
6501
6502         * manual/es/advanced.xml
6503         * po/es.po
6504                 Synced manual and updated translation
6505
6506 2006-12-12 [colin]      2.6.1cvs24
6507
6508         * src/wizard.c
6509                 Add an option to use STARTTLS in the
6510                 welcome wizard. Fixes bug 1080, 
6511                 'Using SSL option in wizard for incoming 
6512                 server does not activate SSL with STARTTLS'
6513
6514 2006-12-12 [colin]      2.6.1cvs23
6515
6516         * src/main.c
6517                 Don't exit when there's an incomplete
6518                 mailbox configured - leaves a chance 
6519                 to fix a failing IMAP account. Exit
6520                 if no mailbox at all is loaded (case
6521                 of missing plugin).
6522                 Completes bug 1077's fix (I was wrong
6523                 in this bug's comment #3).
6524
6525 2006-12-12 [colin]      2.6.1cvs22
6526
6527         * src/gtk/menu.h
6528                 Add another menu data type
6529         * src/prefs_account.c
6530                 Complete the completion of bug 1076
6531                 (doesn't lose the pref on apply)
6532
6533 2006-12-12 [paul]       2.6.1cvs21
6534
6535         * src/prefs_account.c
6536                 complete the fix of bug 1076
6537                 also be more verbose with the text
6538
6539 2006-12-12 [paul]       2.6.1cvs20
6540
6541         * src/gtk/combobox.c
6542                 fix compilation warning
6543
6544 2006-12-11 [colin]      2.6.1cvs19
6545
6546         * src/wizard.c
6547                 Document :port in server entry tooltips
6548
6549 2006-12-11 [colin]      2.6.1cvs18
6550
6551         * src/main.c
6552                 Fix compile
6553
6554 2006-12-11 [colin]      2.6.1cvs17
6555
6556         * src/main.c
6557                 Add failing IMAP as a reason for no
6558                 mailbox
6559
6560 2006-12-11 [colin]      2.6.1cvs16
6561
6562         * src/prefs_account.c
6563                 Check for existence of inbox for local
6564                 accounts too
6565         * src/wizard.c
6566                 Allow setting the port to use for servers
6567                 by using the usual "server.example.com:port"
6568                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6569                 not start when IMAP server is unavailable'
6570
6571 2006-12-11 [colin]      2.6.1cvs15
6572
6573         * src/prefs_account.c
6574                 Prevent use of non-existing default inbox
6575
6576 2006-12-11 [colin]      2.6.1cvs14
6577
6578         * src/prefs_account.c
6579                 Fix sensitivity. Fixes bug 1076, 'privacy 
6580                 options are displayed even when pgp plugin 
6581                 not loaded / available'
6582
6583 2006-12-09 [colin]      2.6.1cvs13
6584
6585         * manual/advanced.xml
6586         * src/prefs_common.c
6587         * src/prefs_common.h
6588         * src/common/ssl_certificate.c
6589                 Add a new hidden preference, 'unsafe_ssl_certs',
6590                 which allows to store multiple certificates per
6591                 server/port. This is disabled by default because
6592                 it's less secure (presenting a new certificate
6593                 instead of a changed one raises less alarms).
6594                 This will cause Claws to ask about an unknown
6595                 certificate for people who have used 2.6.1cvs8
6596                 or greater.
6597
6598 2006-12-09 [colin]      2.6.1cvs12
6599
6600         * src/action.c
6601                 Fix cache updating after action
6602
6603 2006-12-07 [wwp]        2.6.1cvs11
6604
6605         * src/compose.c
6606                 fix email address comparison when replying to all
6607                 (avoid replying to ourselves), thanks to Colin.
6608
6609 2006-12-06 [paul]       2.6.1cvs10
6610
6611         * src/addrharvest.c
6612         * src/editldap.c
6613         * src/expldifdlg.c
6614         * src/news.c
6615         * src/toolbar.c
6616         * src/common/utils.c
6617                 ...and more renaming
6618                 Thanks to Colin
6619
6620 2006-12-06 [paul]       2.6.1cvs9
6621
6622         * src/compose.c
6623         * src/messageview.c
6624         * src/procheader.c
6625         * src/procmime.c
6626         * src/procmsg.c
6627         * src/textview.c
6628                 more renaming
6629                 Thanks to Colin
6630
6631 2006-12-06 [colin]      2.6.1cvs8
6632
6633         * src/ssl_manager.c
6634         * src/common/ssl_certificate.c
6635         * src/common/ssl_certificate.h
6636                 Handle multiple certificates per host/port
6637
6638 2006-12-06 [colin]      2.6.1cvs7
6639
6640         * src/etpan/imap-thread.c
6641                 Fix certificate checking on IMAP
6642
6643 2006-12-06 [colin]      2.6.1cvs6
6644
6645         * src/folderview.c
6646                 Fix bug 1072, 'Claws stops fetching newsgroups 
6647                 from server when newsgroup got deleted': continue
6648                 checking other groups
6649
6650 2006-12-05 [wwp]        2.6.1cvs5
6651
6652         * src/message_search.c
6653         * src/summary_search.c
6654         * src/gtk/combobox.c
6655         * src/gtk/combobox.h
6656         * src/gtk/gtkutils.c
6657         * src/gtk/gtkutils.h
6658                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6659                 behave like w/ old comboboxes (summary and message search only).
6660
6661 2006-12-05 [paul]       2.6.1cvs4
6662
6663         * src/wizard.c
6664                 encode headers
6665                 Thanks to Colin
6666
6667 2006-12-05 [paul]       2.6.1cvs3
6668
6669         * tools/README
6670         * tools/textviewer.pl
6671                 script updated and description added
6672
6673 2006-12-04 [colin]      2.6.1cvs2
6674
6675         * src/compose.c
6676                 Run pre-send hook only when checking
6677                 everything
6678
6679 2006-12-04 [paul]       2.6.1cvs1
6680
6681         * NEWS
6682         * README
6683         * RELEASE_NOTES
6684         * configure.ac
6685         * tools/README
6686                 bump up version number following stable release
6687
6688 2006-12-04 [paul]       2.6.0cvs83
6689
6690         * README
6691                 updates and corrections
6692
6693 2006-12-04 [colin]      2.6.0cvs82
6694
6695         * src/common/utils.c
6696                 Probably fix bug 1066, 'Incorrect mailbox 
6697                 size displayed'
6698
6699 2006-12-04 [colin]      2.6.0cvs81
6700
6701         * src/common/utils.c
6702                 Trim tabs from mailcap file too.
6703
6704 2006-12-02 [paul]       2.6.0cvs80
6705
6706         * src/exphtmldlg.c
6707                 fix broken GUI under certain languages
6708         * src/expldifdlg.c
6709                 put the Cancel button to the right
6710
6711 2006-12-01 [paul]       2.6.0cvs79
6712
6713         * tools/Makefile.am
6714                 remove reference to removed file
6715
6716 2006-12-01 [wwp]        2.6.0cvs78
6717
6718         * src/addressbook.c
6719         * src/editaddress.c
6720                 remove forgotten debug statements.
6721
6722 2006-12-01 [wwp]        2.6.0cvs77
6723
6724         * manual/advanced.xml
6725         * manual/fr/advanced.xml
6726         * src/addressbook.c
6727         * src/addressbook.h
6728         * src/addressitem.h
6729         * src/editaddress.c
6730         * src/editaddress.h
6731         * src/prefs_common.c
6732         * src/prefs_common.h
6733         * src/gtk/gtkutils.c
6734         * src/gtk/gtkutils.h
6735                 add a hidden option to allow embedding the editaddress (edit contact details)
6736                 dialog into the addressbook's window. This doesn't change the default
6737                 behaviour.
6738
6739 2006-12-01 [wwp]        2.6.0cvs76
6740
6741         * src/message_search.c
6742         * src/summary_search.c
6743                 fix more focus issues (don't set focus to combobox's entry widget when
6744                 entry's value changed, if entry widget has focus already).
6745
6746 2006-12-01 [wwp]        2.6.0cvs75
6747
6748         * src/gtk/quicksearch.c
6749                 revert last changes to the quicksearch gtk_combo_box, this needs more
6750                 tuning and testing.
6751
6752 2006-12-01 [paul]       2.6.0cvs74
6753
6754         * tools/kdeservicemenu/README
6755         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6756         * tools/kdeservicemenu/install.sh
6757         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6758         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6759                 simplify this stuff, and in so doing,
6760                 fix it. (possibly re-extend it again at
6761                 a later date)
6762
6763 2006-12-01 [wwp]        2.6.0cvs73
6764
6765         * src/gtk/quicksearch.c
6766                 adapt quicksearch code to use modern gtk_combo_box'es.
6767
6768 2006-12-01 [wwp]        2.6.0cvs72
6769
6770         * src/common/defs.h
6771         * src/prefs_common.c
6772         * src/prefs_common.h
6773         * src/message_search.c
6774         * src/summary_search.c
6775         * src/gtk/combobox.c
6776         * src/gtk/combobox.h
6777                 add history combos to all message and summary search fields.
6778
6779 2006-12-01 [wwp]        2.6.0cvs71
6780
6781         * src/summaryview.c
6782                 As the list may change while the mark as read delay
6783                 runs, we can't rely on the 'row' pointer, which can
6784                 be invalid when the timeout is called. As the mark
6785                 as read is only done if the message is still selected,
6786                 use summaryview->selected instead. Thanks to Colin.
6787
6788 2006-11-30 [paul]       2.6.0cvs70
6789
6790         * src/textview.c
6791                 give emphasis to "Sylpheed-Claws"
6792                 as well as "Claws Mail"
6793
6794 2006-11-30 [colin]      2.6.0cvs69
6795
6796         * src/wizard.c
6797                 Put the SSL checkboxes in the receiving
6798                 and sending server pages.
6799
6800 2006-11-29 [colin]      2.6.0cvs68
6801
6802         * src/gtk/gtkutils.c
6803         * src/gtk/gtkvscrollbutton.c
6804                 Revert some deprecated fixes - they seem to
6805                 deprecate stuff as soon as a new one gets out.
6806                 g_object_ref_sink needed glib-2.10.
6807
6808 2006-11-29 [colin]      2.6.0cvs67
6809
6810         * src/common/utils.c
6811                 Create .mailcap if it doesn't exist
6812
6813 2006-11-29 [colin]      2.6.0cvs66
6814
6815         * src/compose.c
6816                 Followup to cvs60: use original list
6817                 of recipients if replying to a mail
6818                 in Sent Drafts or Queue.
6819
6820 2006-11-27 [paul]       2.6.0cvs65
6821
6822         * src/image_viewer.c
6823                 revert the last change for now (it's broken)
6824
6825 2006-11-27 [paul]       2.6.0cvs64
6826
6827         * Makefile.am
6828         * configure.ac
6829         * m4/aclocal-include.m4
6830         * m4/check-type.m4
6831         * src/Makefile.am
6832         * src/addr_compl.c
6833         * src/compose.c
6834         * src/crash.c
6835         * src/export.c
6836         * src/exporthtml.c
6837         * src/exportldif.c
6838         * src/imap.c
6839         * src/import.c
6840         * src/main.c
6841         * src/main.h
6842         * src/matcher.c
6843         * src/mimeview.c
6844         * src/procmsg.c
6845         * src/textview.c
6846         * src/common/Makefile.am
6847         * src/common/claws.c
6848         * src/common/claws.h
6849         * src/common/ssl.c
6850         * src/common/sylpheed.c
6851         * src/common/sylpheed.h
6852         * src/etpan/Makefile.am
6853         * src/gtk/Makefile.am
6854         * src/gtk/claws-marshal.list
6855         * src/gtk/filesel.c
6856         * src/gtk/gtksctree.c
6857         * src/gtk/quicksearch.c
6858         * src/gtk/sylpheed-marshal.list
6859         * src/plugins/bogofilter/bogofilter.c
6860         * src/plugins/bogofilter/bogofilter_gtk.c
6861         * src/plugins/clamav/clamav_plugin.c
6862         * src/plugins/clamav/clamav_plugin_gtk.c
6863         * src/plugins/demo/demo.c
6864         * src/plugins/dillo_viewer/dillo_viewer.c
6865         * src/plugins/pgpcore/Makefile.am
6866         * src/plugins/pgpcore/claws.def
6867         * src/plugins/pgpcore/pgp_viewer.c
6868         * src/plugins/pgpcore/plugin.c
6869         * src/plugins/pgpcore/sylpheed.def
6870         * src/plugins/pgpinline/Makefile.am
6871         * src/plugins/pgpinline/claws.def
6872         * src/plugins/pgpinline/plugin.c
6873         * src/plugins/pgpinline/sylpheed.def
6874         * src/plugins/pgpmime/Makefile.am
6875         * src/plugins/pgpmime/claws.def
6876         * src/plugins/pgpmime/plugin.c
6877         * src/plugins/pgpmime/sylpheed.def
6878         * src/plugins/spamassassin/spamassassin.c
6879         * src/plugins/spamassassin/spamassassin_gtk.c
6880         * src/plugins/trayicon/trayicon.c
6881                 yet more renaming
6882                 remove deprecated gtk_tooltips_set_delay()
6883
6884 2006-11-26 [paul]       2.6.0cvs63
6885
6886         * src/expldifdlg.c
6887         * src/folderview.c
6888         * src/image_viewer.c
6889         * src/mainwindow.c
6890         * src/gtk/gtkutils.c
6891         * src/gtk/gtkvscrollbutton.c
6892         * src/gtk/prefswindow.c
6893         * src/plugins/pgpcore/prefs_gpg.c
6894                 replace more deprecated GTK+ functions
6895
6896 2006-11-26 [paul]       2.6.0cvs62
6897
6898         * src/addr_compl.c
6899         * src/addressbook.c
6900         * src/browseldap.c
6901                 replace deprecated gtk_idle_... functions
6902
6903 2006-11-26 [paul]       2.6.0cvs61
6904
6905         * src/compose.c
6906         * src/folderview.c
6907         * src/inc.c
6908         * src/summaryview.c
6909         * src/gtk/gtkvscrollbutton.c
6910         * src/gtk/quicksearch.c
6911         * src/plugins/pgpcore/passphrase.c
6912                 replace deprecated gtk_timeout_add and
6913                 gtk_timeout_remove
6914
6915 2006-11-26 [paul]       2.6.0cvs60
6916
6917         * src/compose.c
6918                 fix bug that caused the wrong recipient
6919                 to be selected when replying to a msg
6920                 which is From one of our accounts to
6921                 another of our accounts
6922
6923 2006-11-25 [paul]       2.6.0cvs59
6924
6925         * src/summaryview.c
6926                 don't change the From column title to
6927                 To if the To column is visible
6928
6929 2006-11-24 [paul]       2.6.0cvs58
6930
6931         * src/compose.c
6932                 fix bug 1069, 'Sent mails disappear, BCC
6933                 or locking problem?'
6934
6935 2006-11-21 [wwp]        2.6.0cvs57
6936
6937         * src/compose.c
6938                 fix spelling menu when replying (same as 2.3.1cvs39):
6939                 discrepancy between context menu and top menu when
6940                 folder's dictionary isn't the default one.
6941
6942 2006-11-19 [paul]       2.6.0cvs56
6943
6944         * src/summaryview.c
6945                 obey always_show_msg option when
6946                 marking as spam
6947         * src/plugins/bogofilter/bogofilter.c
6948                 fix typo
6949
6950 2006-11-18 [paul]       2.6.0cvs55
6951
6952         * AUTHORS
6953         * README
6954         * debian/copyright
6955         * manual/ack.xml
6956         * manual/es/ack.xml
6957         * manual/fr/ack.xml
6958         * manual/pl/ack.xml
6959         * src/gtk/authors.h
6960         * src/gtk/icon_legend.c
6961         * src/gtk/icon_legend.h
6962         * tools/OOo2claws-mail.pl
6963         * tools/README
6964         * tools/acroread2claws-mail.pl
6965         * tools/claws.i18n.status.pl
6966         * tools/filter_conv.pl
6967         * tools/filter_conv_new.pl
6968         * tools/freshmeat_search.pl
6969         * tools/google_search.pl
6970         * tools/kmail2claws-mail.pl
6971         * tools/kmail2claws-mail_v2.pl
6972         * tools/maildir2claws-mail.pl
6973         * tools/make.themes.project
6974         * tools/multiwebsearch.pl
6975         * tools/outlook2claws-mail.pl
6976         * tools/tb2claws-mail
6977         * tools/kdeservicemenu/README
6978         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6979                 update mine and wwp's email addresses in
6980                 several places
6981                 Patch by wwp
6982         * src/prefs_compose_writing.c
6983                 set sensitivity on 'new message format' frame
6984
6985 2006-11-17 [paul]       2.6.0cvs54
6986
6987         * src/gtk/about.c
6988                 more reworking of the GUI
6989                 Patch by Fabien Vantard
6990
6991 2006-11-16 [paul]       2.6.0cvs53
6992
6993         * src/gtk/about.c
6994                 set a minimum size for the window, allow
6995                 it to automatically expand as necessary
6996
6997 2006-11-16 [wwp]        2.6.0cvs52
6998
6999         * src/gtk/about.c
7000                 better wrap of copyright info on some systems.
7001
7002 2006-11-16 [paul]       2.6.0cvs51
7003
7004         * src/gtk/about.c
7005                 move the tech info from the upper panel
7006                 to the Info tab
7007                 use a gtk_text_view for the features tab
7008
7009 2006-11-16 [paul]       2.6.0cvs50
7010
7011         * po/Makevars
7012                 update my email address
7013         * src/addressbook.c
7014         * src/compose.c
7015         * src/imap_gtk.c
7016         * src/mh_gtk.c
7017         * src/news_gtk.c
7018         * src/summaryview.c
7019         * src/plugins/trayicon/trayicon.c
7020                 don't offer simple menu separators
7021                 for translation
7022         * src/folderview.c
7023                 add separator between 'mark all read'
7024                 and 'search folder'
7025
7026 2006-11-15 [wwp]        2.6.0cvs49
7027
7028         * src/gtk/authors.h
7029                 updated manuals authors.
7030
7031 2006-11-14 [paul]       2.6.0cvs48
7032
7033         * src/compose.c
7034                 Fix Options/Reply mode after draft save
7035
7036 2006-11-14 [paul]       2.6.0cvs47
7037
7038         * src/Makefile.am
7039                 Fix make DESTDIR=...
7040         * src/mbox.c
7041                 Optimise speed
7042         * src/plugins/pgpinline/pgpinline.c
7043                 Probably fix bug 1061
7044
7045 2006-11-14 [paul]       2.6.0cvs46
7046
7047         * po/Makevars
7048                 enable Q_ macro
7049         * src/Makefile.am
7050         * src/stock_pixmap.c
7051         * src/stock_pixmap.h
7052         * src/gtk/about.c
7053         * src/pixmaps/active.xpm
7054         * src/pixmaps/inactive.xpm
7055                 add a new page, 'Features', to the About dialog
7056                 showing which features are compiled in and which
7057                 are not
7058
7059 2006-11-14 [paul]       2.6.0cvs45
7060
7061         * po/ru.po
7062                 updated by Pavlo Bohmat
7063
7064 2006-11-14 [colin]      2.6.0cvs44
7065
7066         * src/compose.c
7067         * src/inc.c
7068         * src/messageview.c
7069         * src/news.c
7070         * src/pop.c
7071         * src/procmsg.c
7072         * src/gtk/gtkaspell.c
7073                 Fix 64-bit-related warnings
7074         * src/ssl_manager.c
7075                 Fix possible infinite loop
7076         * src/plugins/pgpcore/sgpgme.c
7077                 Remove useless check
7078
7079 2006-11-13 [colin]      2.6.0cvs43
7080
7081         * src/gtk/Makefile.am
7082                 authors.h isn't generated
7083
7084 2006-11-13 [colin]      2.6.0cvs42
7085
7086         * src/plugins/pgpinline/pgpinline.c
7087         * src/plugins/pgpmime/pgpmime.c
7088                 Very probably fix bug 1061, 'crash on 
7089                 opening signed email'. Another cast
7090                 problem
7091
7092 2006-11-13 [colin]      2.6.0cvs41
7093
7094         * src/plugins/pgpcore/sgpgme.c
7095                 Maybe fix bug 1061, 'crash on opening 
7096                 signed email'
7097
7098 2006-11-13 [wwp]        2.6.0cvs40
7099
7100         * src/plugins/pgpinline/pgpinline.c
7101                 fix candidate for bug #1057, thanks to Colin.
7102
7103 2006-11-13 [wwp]        2.6.0cvs39
7104
7105         * src/compose.c
7106         * src/quote_fmt_parse.y
7107                 fix bug 1052: current parser buffer was not always 
7108                 allocated, ptr to this buffer could be returned as 
7109                 NULL whereas no parser error has occurred. in 
7110                 consequence, defining a template body as "%d" 
7111                 (w/o the quotes) for the first time of the instance 
7112                 of claws-mail, was reporting a parser error. make 
7113                 sure that the buffer is always allocated, even to 
7114                 an empty string.
7115                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7116                 unescaping of the fmt string was always done 
7117                 whereas it must be done *only* when receiving 
7118                 quote format strings issued from the prefs 
7119                 (compose new message, reply, forward, redirect 
7120                 formats), *not* when applying templates.  in 
7121                 consequences, applying templates w/ sequences 
7122                 like \\|p{echo} were failing. make sure that 
7123                 unescaping is done only when necessary.
7124
7125 2006-11-12 [colin]      2.6.0cvs38
7126
7127         * po/de.po
7128                 Fix typo (s/KB/MB)
7129
7130 2006-11-12 [colin]      2.6.0cvs37
7131
7132         * src/plugins/pgpinline/pgpinline.c
7133         * src/plugins/pgpmime/pgpmime.c
7134                 Release GPG context at the latest 
7135                 possible moment. Maybe fixes 
7136                 bug 1057, 'crash on sending signed 
7137                 message to a newsgroup'
7138                 
7139
7140 2006-11-12 [colin]      2.6.0cvs36
7141
7142         * src/plugins/pgpcore/sgpgme.c
7143                 Tell a bit more when gpg's status doesn't
7144                 contain any signature
7145
7146 2006-11-12 [colin]      2.6.0cvs35
7147
7148         * src/compose.c
7149                 Fix bug 1060, 'compilation error with 
7150                 Irix's cc'
7151
7152 2006-11-12 [paul]       2.6.0cvs34
7153
7154         * doc/man/claws-mail.1
7155         * src/prefs_gtk.c
7156         * src/plugins/clamav/README
7157         * src/plugins/spamassassin/README
7158         * tools/README
7159         * tools/freshmeat_search.pl
7160         * tools/google_search.pl
7161         * tools/multiwebsearch.pl
7162                 more renaming
7163         * src/plugins/trayicon/trayicon.c
7164                 fix compiliation warning
7165
7166 2006-11-11 [colin]      2.6.0cvs33
7167
7168         * src/folderview.c
7169                 Forbid drag and drop from/to different
7170                 folders of type F_UNKNOWN
7171
7172 2006-11-11 [colin]      2.6.0cvs32
7173
7174         * src/plugins/pgpinline/pgpinline.c
7175                 Fix typo in previous commit:
7176                 - gpgme_new(&ctx);
7177                 + if ((err = gpgme_new(&data->ctx)) ...)
7178
7179 2006-11-11 [colin]      2.6.0cvs31
7180
7181         * src/plugins/pgpinline/pgpinline.c
7182         * src/plugins/pgpmime/pgpmime.c
7183                 Check success after calling gpgme_new
7184                 Maybe fixes bug 1057, 'crash on sending 
7185                 signed message to a newsgroup'
7186
7187 2006-11-11 [colin]      2.6.0cvs30
7188
7189         * src/undo.c
7190                 init undostruct to 0s (from
7191                 valgrind log of bug 1057)
7192
7193 2006-11-10 [colin]      2.6.0cvs29
7194
7195         * src/mainwindow.c
7196                 Set cursor to wait before filtering
7197                 duplicates in all folders
7198         * src/plugins/bogofilter/bogofilter.c
7199         * src/plugins/bogofilter/bogofilter.h
7200         * src/plugins/bogofilter/bogofilter_gtk.c
7201                 Completely thread away the bogofilter
7202                 filtering
7203
7204 2006-11-10 [mones]      2.6.0cvs28
7205
7206         * src/compose.c
7207         * src/compose.h
7208                 added COMPOSE_CHECK_BEFORE_SEND hook
7209
7210 2006-11-10 [paul]       2.6.0cvs27
7211
7212         * src/crash.c
7213                 more renaming
7214                 add libSM to get_compiled_in_features()
7215         * src/main.c
7216                 more renaming
7217
7218 2006-11-10 [colin]      2.6.0cvs26
7219
7220         * src/etpan/imap-thread.c
7221                 Add a reference to libetpan's sasl engine
7222                 so that sasl_done() doesn't get called by
7223                 libetpan, and doesn't break openssl.
7224                 Should fix bug 1053, 'SC fails to reestablish 
7225                 a secure connection'
7226                 Patch by Hoa
7227
7228 2006-11-10 [colin]      2.6.0cvs25
7229
7230         * manual/addrbook.xml
7231         * manual/advanced.xml
7232         * manual/faq.xml
7233         * manual/intro.xml
7234                 Some more renaming
7235
7236 2006-11-09 [colin]      2.6.0cvs24
7237
7238         * src/plugins/bogofilter/bogofilter_gtk.c
7239                 Add comment about annoyance
7240
7241 2006-11-09 [colin]      2.6.0cvs23
7242
7243         * src/plugins/bogofilter/bogofilter.c
7244         * src/plugins/bogofilter/bogofilter_gtk.c
7245                 Prepare things needed to thread bogofilter
7246                 filtering: separate bogo stuff and possible GUI
7247                 stuff. 
7248
7249 2006-11-09 [colin]      2.6.0cvs22
7250
7251         * src/account.c
7252         * src/compose.c
7253                 Search for one of our accounts in Delivered-To
7254                 (helps for auto-account selection when 
7255                  replying/forwarding)
7256         * src/folderview.c
7257         * src/mainwindow.c
7258         * src/mainwindow.h
7259         * src/plugins/trayicon/trayicon.c
7260                 Allow opening a new mail with any account from
7261                 the contextual menu
7262
7263 2006-11-09 [wwp]        2.6.0cvs21
7264
7265         * src/compose.c
7266         * src/prefs_common.c
7267         * src/prefs_common.h
7268         * src/prefs_compose_writing.c
7269                 add a compose new message format (in prefs/compose/writing), it's a
7270                 simple subject+body template to use when opening a new composition
7271                 window. It's similar to the existent reply and forward formats.
7272
7273                 enhanced the template/format % symbols substitution mechanism to
7274                 use current composition window information when % are used in
7275                 the compose new message format or in templates applied to new
7276                 messages (there were useless in that situations before). When
7277                 applied to new messages, %d corresponds to the system time/date.
7278
7279 2006-11-09 [paul]       2.6.0cvs20
7280
7281         * src/gtk/authors.h
7282                 fix last commit
7283
7284 2006-11-09 [paul]       2.6.0cvs19
7285
7286         * src/gtk/authors.h
7287                 keep tje alphabetical order
7288
7289 2006-11-08 [colin]      2.6.0cvs18
7290
7291         * src/etpan/imap-thread.c
7292                 Fix bug 1054, 'Slowness logging big 
7293                 data chunks'
7294
7295 2006-11-08 [paul]       2.6.0cvs17
7296
7297         * tools/Makefile.am
7298                 fix the renaming
7299
7300 2006-11-08 [paul]       2.6.0cvs16
7301
7302         * src/common/defs.h
7303                 update BUGZILLA_URI
7304
7305 2006-11-08 [paul]       2.6.0cvs15
7306
7307         * tools/Makefile.am
7308         * tools/OOo2claws-mail.pl
7309         * tools/OOo2sylpheed.pl
7310         * tools/README
7311         * tools/acroread2claws-mail.pl
7312         * tools/acroread2sylpheed.pl
7313         * tools/kmail2claws-mail.pl
7314         * tools/kmail2claws-mail_v2.pl
7315         * tools/kmail2sylpheed.pl
7316         * tools/kmail2sylpheed_v2.pl
7317         * tools/maildir2claws-mail.pl
7318         * tools/maildir2sylpheed.pl
7319         * tools/nautilus2claws-mail.sh
7320         * tools/nautilus2sylpheed.sh
7321         * tools/outlook2claws-mail.pl
7322         * tools/outlook2sylpheed.pl
7323         * tools/tb2claws-mail
7324         * tools/tb2sylpheed
7325         * tools/tbird2claws.py
7326         * tools/tbird2syl.py
7327         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7328         * tools/kdeservicemenu/install.sh
7329         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7330         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7331         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7332         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7333         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7334                 renamed (removed, added) tools files
7335
7336 2006-11-08 [paul]       2.6.0cvs14
7337
7338         * src/main.c
7339         * src/common/defs.h
7340                 Migrate sylpheedrc to clawsrc, and fix the standard
7341                 plugins path in the process
7342
7343 2006-11-07 [colin]      2.6.0cvs13
7344
7345         * src/Makefile.am
7346                 Symlink sylpheed-claws relative to 
7347                 claws-mail
7348
7349 2006-11-07 [colin]      2.6.0cvs12
7350
7351         * src/compose.c
7352                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7353
7354 2006-11-07 [paul]       2.6.0cvs11
7355
7356         * src/gtk/about.c
7357                 Fix a missed occurence of
7358                 Sylpheed-Claws
7359
7360 2006-11-07 [paul]       2.6.0cvs10
7361
7362         * src/Makefile.am
7363                 Fix symlink installation
7364
7365 2006-11-07 [paul]       2.6.0cvs9
7366
7367         * src/Makefile.am
7368                 Symlink claws-mail to sylpheed-claws
7369         * src/common/utils.c
7370                 Fix migrating symlinks
7371         * src/etpan/imap-thread.c
7372                 check certificate only when there's
7373                 no error
7374
7375 2006-11-07 [paul]       2.6.0cvs8
7376
7377         * Makefile.am
7378                 Fix icon breakages with Gtk, which needs a 
7379                 cache updated to see them.
7380
7381 2006-11-07 [paul]       2.6.0cvs7
7382
7383         * .cvsignore
7384         * AUTHORS
7385         * COPYING
7386         * INSTALL
7387         * Makefile.am
7388         * NEWS
7389         * README
7390         * RELEASE_NOTES
7391         * autogen.sh
7392         * claws-mail-128x128.png
7393         * claws-mail-64x64.png
7394         * claws-mail.ico
7395         * claws-mail.pc.in
7396         * claws-mail.png
7397         * configure.ac
7398         * sylpheed-claws-128x128.png
7399         * sylpheed-claws-64x64.png
7400         * sylpheed-claws.desktop
7401         * sylpheed-claws.ico
7402         * sylpheed-claws.pc.in
7403         * sylpheed-claws.png
7404         * debian/README.Debian
7405         * debian/changelog
7406         * debian/claws-mail.desktop
7407         * debian/claws-mail.menu
7408         * debian/claws-mail.postinst.debhelper
7409         * debian/claws-mail.postrm.debhelper
7410         * debian/control
7411         * debian/copyright
7412         * debian/files
7413         * debian/rules
7414         * debian/sylpheed-claws.desktop
7415         * debian/sylpheed-claws.menu
7416         * debian/sylpheed-claws.postinst.debhelper
7417         * debian/sylpheed-claws.postrm.debhelper
7418         * doc/man/Makefile.am
7419         * doc/man/claws-mail.1
7420         * doc/man/sylpheed-claws.1
7421         * doc/src/ChangeLog.claws-pre0.8.0
7422         * manual/Makefile.am
7423         * manual/account.xml
7424         * manual/ack.xml
7425         * manual/addrbook.xml
7426         * manual/advanced.xml
7427         * manual/claws-mail-manual.xml
7428         * manual/faq.xml
7429         * manual/glossary.xml
7430         * manual/handling.xml
7431         * manual/intro.xml
7432         * manual/keyboard.xml
7433         * manual/plugins.xml
7434         * manual/starting.xml
7435         * manual/sylpheed-claws-manual.xml
7436         * manual/xml2pdf
7437         * manual/dist/.cvsignore
7438         * manual/dist/html/.cvsignore
7439         * manual/dist/html/Makefile.am
7440         * manual/dist/pdf/.cvsignore
7441         * manual/dist/pdf/Makefile.am
7442         * manual/dist/ps/.cvsignore
7443         * manual/dist/ps/Makefile.am
7444         * manual/dist/txt/.cvsignore
7445         * manual/dist/txt/Makefile.am
7446         * manual/es/Makefile.am
7447         * manual/es/advanced.xml
7448         * manual/es/claws-mail-manual.xml
7449         * manual/es/faq.xml
7450         * manual/es/glossary.xml
7451         * manual/es/handling.xml
7452         * manual/es/intro.xml
7453         * manual/es/plugins.xml
7454         * manual/es/sylpheed-claws-manual.xml
7455         * manual/es/dist/.cvsignore
7456         * manual/es/dist/html/.cvsignore
7457         * manual/es/dist/html/Makefile.am
7458         * manual/es/dist/pdf/.cvsignore
7459         * manual/es/dist/pdf/Makefile.am
7460         * manual/es/dist/ps/.cvsignore
7461         * manual/es/dist/ps/Makefile.am
7462         * manual/es/dist/txt/.cvsignore
7463         * manual/es/dist/txt/Makefile.am
7464         * manual/fr/Makefile.am
7465         * manual/fr/account.xml
7466         * manual/fr/ack.xml
7467         * manual/fr/addrbook.xml
7468         * manual/fr/advanced.xml
7469         * manual/fr/claws-mail-manual.xml
7470         * manual/fr/faq.xml
7471         * manual/fr/glossary.xml
7472         * manual/fr/handling.xml
7473         * manual/fr/intro.xml
7474         * manual/fr/keyboard.xml
7475         * manual/fr/plugins.xml
7476         * manual/fr/starting.xml
7477         * manual/fr/sylpheed-claws-manual.xml
7478         * manual/fr/dist/.cvsignore
7479         * manual/fr/dist/html/.cvsignore
7480         * manual/fr/dist/html/Makefile.am
7481         * manual/fr/dist/pdf/.cvsignore
7482         * manual/fr/dist/pdf/Makefile.am
7483         * manual/fr/dist/ps/.cvsignore
7484         * manual/fr/dist/ps/Makefile.am
7485         * manual/fr/dist/txt/.cvsignore
7486         * manual/fr/dist/txt/Makefile.am
7487         * manual/pl/Makefile.am
7488         * manual/pl/account.xml
7489         * manual/pl/ack.xml
7490         * manual/pl/addrbook.xml
7491         * manual/pl/advanced.xml
7492         * manual/pl/claws-mail-manual.xml
7493         * manual/pl/faq.xml
7494         * manual/pl/glossary.xml
7495         * manual/pl/handling.xml
7496         * manual/pl/intro.xml
7497         * manual/pl/keyboard.xml
7498         * manual/pl/plugins.xml
7499         * manual/pl/starting.xml
7500         * manual/pl/sylpheed-claws-manual.xml
7501         * manual/pl/dist/.cvsignore
7502         * manual/pl/dist/html/.cvsignore
7503         * manual/pl/dist/html/Makefile.am
7504         * manual/pl/dist/pdf/.cvsignore
7505         * manual/pl/dist/pdf/Makefile.am
7506         * manual/pl/dist/ps/.cvsignore
7507         * manual/pl/dist/ps/Makefile.am
7508         * manual/pl/dist/txt/.cvsignore
7509         * manual/pl/dist/txt/Makefile.am
7510         * po/.cvsignore
7511         * po/Makevars
7512         * src/.cvsignore
7513         * src/Makefile.am
7514         * src/account.c
7515         * src/account.h
7516         * src/action.c
7517         * src/action.h
7518         * src/adbookbase.h
7519         * src/addr_compl.c
7520         * src/addr_compl.h
7521         * src/addrbook.c
7522         * src/addrcache.c
7523         * src/addrcache.h
7524         * src/addrcindex.c
7525         * src/addrcindex.h
7526         * src/addrclip.c
7527         * src/addrclip.h
7528         * src/addrdefs.h
7529         * src/addressadd.c
7530         * src/addressadd.h
7531         * src/addressbook.c
7532         * src/addressbook.h
7533         * src/addressbook_foldersel.c
7534         * src/addressbook_foldersel.h
7535         * src/addrgather.c
7536         * src/addrgather.h
7537         * src/addrharvest.c
7538         * src/addrharvest.h
7539         * src/addrindex.c
7540         * src/addrindex.h
7541         * src/addritem.c
7542         * src/addritem.h
7543         * src/addrquery.c
7544         * src/addrquery.h
7545         * src/addrselect.c
7546         * src/addrselect.h
7547         * src/alertpanel.c
7548         * src/alertpanel.h
7549         * src/browseldap.c
7550         * src/browseldap.h
7551         * src/codeconv.c
7552         * src/codeconv.h
7553         * src/compose.c
7554         * src/crash.c
7555         * src/crash.h
7556         * src/customheader.c
7557         * src/customheader.h
7558         * src/displayheader.c
7559         * src/displayheader.h
7560         * src/editaddress.c
7561         * src/editaddress.h
7562         * src/editbook.c
7563         * src/editbook.h
7564         * src/editgroup.c
7565         * src/editgroup.h
7566         * src/editjpilot.c
7567         * src/editjpilot.h
7568         * src/editldap.c
7569         * src/editldap.h
7570         * src/editldap_basedn.c
7571         * src/editldap_basedn.h
7572         * src/editvcard.c
7573         * src/editvcard.h
7574         * src/exphtmldlg.c
7575         * src/exphtmldlg.h
7576         * src/expldifdlg.c
7577         * src/expldifdlg.h
7578         * src/export.c
7579         * src/exporthtml.c
7580         * src/exporthtml.h
7581         * src/exportldif.c
7582         * src/exportldif.h
7583         * src/filtering.c
7584         * src/filtering.h
7585         * src/folder.c
7586         * src/folder.h
7587         * src/folder_item_prefs.c
7588         * src/folder_item_prefs.h
7589         * src/foldersel.c
7590         * src/foldersel.h
7591         * src/folderutils.c
7592         * src/folderutils.h
7593         * src/folderview.c
7594         * src/folderview.h
7595         * src/grouplistdialog.c
7596         * src/grouplistdialog.h
7597         * src/html.c
7598         * src/html.h
7599         * src/image_viewer.c
7600         * src/image_viewer.h
7601         * src/imap.c
7602         * src/imap.h
7603         * src/imap_gtk.c
7604         * src/imap_gtk.h
7605         * src/import.c
7606         * src/import.h
7607         * src/importldif.c
7608         * src/importldif.h
7609         * src/importmutt.c
7610         * src/importmutt.h
7611         * src/importpine.c
7612         * src/importpine.h
7613         * src/inc.c
7614         * src/inc.h
7615         * src/jpilot.c
7616         * src/jpilot.h
7617         * src/ldapctrl.c
7618         * src/ldapctrl.h
7619         * src/ldaplocate.c
7620         * src/ldaplocate.h
7621         * src/ldapquery.c
7622         * src/ldapquery.h
7623         * src/ldapserver.c
7624         * src/ldapserver.h
7625         * src/ldaputil.c
7626         * src/ldaputil.h
7627         * src/ldif.c
7628         * src/ldif.h
7629         * src/localfolder.c
7630         * src/localfolder.h
7631         * src/main.c
7632         * src/main.h
7633         * src/mainwindow.c
7634         * src/mainwindow.h
7635         * src/manual.c
7636         * src/manual.h
7637         * src/matcher.c
7638         * src/matcher.h
7639         * src/matcher_parser.h
7640         * src/matcher_parser_lex.l
7641         * src/matcher_parser_parse.y
7642         * src/mbox.c
7643         * src/mbox.h
7644         * src/message_search.c
7645         * src/message_search.h
7646         * src/messageview.c
7647         * src/messageview.h
7648         * src/mh.c
7649         * src/mh.h
7650         * src/mh_gtk.c
7651         * src/mh_gtk.h
7652         * src/mimeview.c
7653         * src/mimeview.h
7654         * src/msgcache.c
7655         * src/msgcache.h
7656         * src/mutt.c
7657         * src/mutt.h
7658         * src/news.c
7659         * src/news.h
7660         * src/news_gtk.c
7661         * src/news_gtk.h
7662         * src/noticeview.c
7663         * src/noticeview.h
7664         * src/partial_download.c
7665         * src/partial_download.h
7666         * src/pine.c
7667         * src/pine.h
7668         * src/pop.c
7669         * src/pop.h
7670         * src/prefs_account.c
7671         * src/prefs_account.h
7672         * src/prefs_actions.c
7673         * src/prefs_actions.h
7674         * src/prefs_common.c
7675         * src/prefs_common.h
7676         * src/prefs_compose_writing.c
7677         * src/prefs_compose_writing.h
7678         * src/prefs_customheader.c
7679         * src/prefs_customheader.h
7680         * src/prefs_display_header.c
7681         * src/prefs_display_header.h
7682         * src/prefs_ext_prog.c
7683         * src/prefs_ext_prog.h
7684         * src/prefs_filtering.c
7685         * src/prefs_folder_column.c
7686         * src/prefs_folder_column.h
7687         * src/prefs_folder_item.c
7688         * src/prefs_folder_item.h
7689         * src/prefs_fonts.c
7690         * src/prefs_fonts.h
7691         * src/prefs_gtk.c
7692         * src/prefs_gtk.h
7693         * src/prefs_image_viewer.c
7694         * src/prefs_image_viewer.h
7695         * src/prefs_matcher.c
7696         * src/prefs_matcher.h
7697         * src/prefs_message.c
7698         * src/prefs_message.h
7699         * src/prefs_msg_colors.c
7700         * src/prefs_msg_colors.h
7701         * src/prefs_other.c
7702         * src/prefs_other.h
7703         * src/prefs_quote.c
7704         * src/prefs_quote.h
7705         * src/prefs_receive.c
7706         * src/prefs_receive.h
7707         * src/prefs_send.c
7708         * src/prefs_send.h
7709         * src/prefs_spelling.c
7710         * src/prefs_spelling.h
7711         * src/prefs_summaries.c
7712         * src/prefs_summaries.h
7713         * src/prefs_summary_column.c
7714         * src/prefs_summary_column.h
7715         * src/prefs_template.c
7716         * src/prefs_template.h
7717         * src/prefs_themes.c
7718         * src/prefs_themes.h
7719         * src/prefs_toolbar.c
7720         * src/prefs_toolbar.h
7721         * src/prefs_wrapping.c
7722         * src/prefs_wrapping.h
7723         * src/privacy.c
7724         * src/privacy.h
7725         * src/procheader.c
7726         * src/procheader.h
7727         * src/procmime.c
7728         * src/procmime.h
7729         * src/procmsg.c
7730         * src/procmsg.h
7731         * src/quote_fmt.c
7732         * src/quote_fmt_parse.y
7733         * src/recv.c
7734         * src/recv.h
7735         * src/remotefolder.c
7736         * src/remotefolder.h
7737         * src/send_message.c
7738         * src/send_message.h
7739         * src/setup.c
7740         * src/setup.h
7741         * src/sourcewindow.c
7742         * src/sourcewindow.h
7743         * src/ssl_manager.c
7744         * src/ssl_manager.h
7745         * src/statusbar.c
7746         * src/statusbar.h
7747         * src/stock_pixmap.c
7748         * src/stock_pixmap.h
7749         * src/summary_search.c
7750         * src/summary_search.h
7751         * src/summaryview.c
7752         * src/summaryview.h
7753         * src/syldap.c
7754         * src/syldap.h
7755         * src/textview.c
7756         * src/textview.h
7757         * src/toolbar.c
7758         * src/toolbar.h
7759         * src/undo.c
7760         * src/undo.h
7761         * src/unmime.c
7762         * src/unmime.h
7763         * src/vcard.c
7764         * src/vcard.h
7765         * src/wizard.c
7766         * src/wizard.h
7767         * src/common/base64.c
7768         * src/common/base64.h
7769         * src/common/defs.h
7770         * src/common/hooks.c
7771         * src/common/hooks.h
7772         * src/common/log.c
7773         * src/common/log.h
7774         * src/common/mgutils.c
7775         * src/common/mgutils.h
7776         * src/common/nntp.c
7777         * src/common/nntp.h
7778         * src/common/passcrypt.c
7779         * src/common/passcrypt.h.in
7780         * src/common/plugin.c
7781         * src/common/plugin.h
7782         * src/common/prefs.c
7783         * src/common/prefs.h
7784         * src/common/progressindicator.c
7785         * src/common/progressindicator.h
7786         * src/common/quoted-printable.c
7787         * src/common/quoted-printable.h
7788         * src/common/session.c
7789         * src/common/session.h
7790         * src/common/smtp.c
7791         * src/common/smtp.h
7792         * src/common/socket.c
7793         * src/common/socket.h
7794         * src/common/ssl.c
7795         * src/common/ssl.h
7796         * src/common/stringtable.c
7797         * src/common/stringtable.h
7798         * src/common/sylpheed.c
7799         * src/common/sylpheed.h
7800         * src/common/template.c
7801         * src/common/template.h
7802         * src/common/timing.h
7803         * src/common/utils.c
7804         * src/common/utils.h
7805         * src/common/version.h.in
7806         * src/common/xml.c
7807         * src/common/xml.h
7808         * src/common/xmlprops.c
7809         * src/common/xmlprops.h
7810         * src/gtk/about.c
7811         * src/gtk/colorlabel.c
7812         * src/gtk/colorlabel.h
7813         * src/gtk/colorsel.c
7814         * src/gtk/colorsel.h
7815         * src/gtk/combobox.c
7816         * src/gtk/combobox.h
7817         * src/gtk/description_window.c
7818         * src/gtk/description_window.h
7819         * src/gtk/filesel.c
7820         * src/gtk/filesel.h
7821         * src/gtk/foldersort.c
7822         * src/gtk/foldersort.h
7823         * src/gtk/gtkaspell.c
7824         * src/gtk/gtkaspell.h
7825         * src/gtk/gtksctree.c
7826         * src/gtk/gtkshruler.c
7827         * src/gtk/gtkshruler.h
7828         * src/gtk/gtkutils.c
7829         * src/gtk/gtkutils.h
7830         * src/gtk/icon_legend.c
7831         * src/gtk/icon_legend.h
7832         * src/gtk/logwindow.c
7833         * src/gtk/logwindow.h
7834         * src/gtk/manage_window.c
7835         * src/gtk/manage_window.h
7836         * src/gtk/pluginwindow.c
7837         * src/gtk/pluginwindow.h
7838         * src/gtk/prefswindow.c
7839         * src/gtk/prefswindow.h
7840         * src/gtk/quicksearch.c
7841         * src/gtk/quicksearch.h
7842         * src/pixmaps/claws-mail.xpm
7843         * src/pixmaps/claws-mail_icon.xpm
7844         * src/pixmaps/claws-mail_logo.xpm
7845         * src/pixmaps/sylpheed-claws.xpm
7846         * src/pixmaps/sylpheed-claws_icon.xpm
7847         * src/pixmaps/sylpheed-claws_logo.xpm
7848         * src/plugins/bogofilter/Makefile.am
7849         * src/plugins/bogofilter/bogofilter.c
7850         * src/plugins/bogofilter/bogofilter.h
7851         * src/plugins/bogofilter/bogofilter_gtk.c
7852         * src/plugins/clamav/Makefile.am
7853         * src/plugins/clamav/clamav_plugin.c
7854         * src/plugins/clamav/clamav_plugin.h
7855         * src/plugins/clamav/clamav_plugin_gtk.c
7856         * src/plugins/demo/Makefile.am
7857         * src/plugins/demo/demo.c
7858         * src/plugins/dillo_viewer/Makefile.am
7859         * src/plugins/dillo_viewer/README
7860         * src/plugins/dillo_viewer/dillo_prefs.c
7861         * src/plugins/dillo_viewer/dillo_prefs.h
7862         * src/plugins/dillo_viewer/dillo_viewer.c
7863         * src/plugins/pgpcore/Makefile.am
7864         * src/plugins/pgpcore/passphrase.c
7865         * src/plugins/pgpcore/passphrase.h
7866         * src/plugins/pgpcore/pgp_viewer.c
7867         * src/plugins/pgpcore/pgp_viewer.h
7868         * src/plugins/pgpcore/plugin.c
7869         * src/plugins/pgpcore/prefs_gpg.c
7870         * src/plugins/pgpcore/prefs_gpg.h
7871         * src/plugins/pgpcore/select-keys.c
7872         * src/plugins/pgpcore/select-keys.h
7873         * src/plugins/pgpcore/sgpgme.c
7874         * src/plugins/pgpcore/sgpgme.h
7875         * src/plugins/pgpcore/sylpheed.def
7876         * src/plugins/pgpcore/version.rc
7877         * src/plugins/pgpinline/Makefile.am
7878         * src/plugins/pgpinline/pgpinline.c
7879         * src/plugins/pgpinline/pgpinline.h
7880         * src/plugins/pgpinline/plugin.c
7881         * src/plugins/pgpinline/sylpheed.def
7882         * src/plugins/pgpinline/version.rc
7883         * src/plugins/pgpmime/Makefile.am
7884         * src/plugins/pgpmime/pgpmime.c
7885         * src/plugins/pgpmime/pgpmime.h
7886         * src/plugins/pgpmime/plugin.c
7887         * src/plugins/pgpmime/sylpheed.def
7888         * src/plugins/pgpmime/version.rc
7889         * src/plugins/spamassassin/Makefile.am
7890         * src/plugins/spamassassin/README
7891         * src/plugins/spamassassin/spamassassin.c
7892         * src/plugins/spamassassin/spamassassin.h
7893         * src/plugins/spamassassin/spamassassin_gtk.c
7894         * src/plugins/trayicon/Makefile.am
7895         * src/plugins/trayicon/trayicon.c
7896         * tools/OOo2sylpheed.pl
7897         * tools/README
7898         * tools/README.sylprint
7899         * tools/acroread2sylpheed.pl
7900         * tools/claws.i18n.status.pl
7901         * tools/filter_conv.pl
7902         * tools/filter_conv_new.pl
7903         * tools/freshmeat_search.pl
7904         * tools/google_search.pl
7905         * tools/kmail2sylpheed.pl
7906         * tools/kmail2sylpheed_v2.pl
7907         * tools/make.themes.project
7908         * tools/multiwebsearch.pl
7909         * tools/nautilus2sylpheed.sh
7910         * tools/outlook2sylpheed.pl
7911         * tools/sylprint.pl
7912         * tools/sylprint.rc
7913         * tools/tb2sylpheed
7914         * tools/textviewer.sh
7915         * tools/vcard2xml.py
7916         * tools/kdeservicemenu/README
7917         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7918         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7919         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7920                 Change name to Claws Mail. Announce to follow...
7921
7922 2006-11-06 [wwp]        2.6.0cvs6
7923
7924         * src/prefs_template.c
7925                 unify messages related to quote format/template errors (fix
7926                 capitalization), again.
7927
7928 2006-11-06 [wwp]        2.6.0cvs5
7929
7930         * src/prefs_quote.c
7931                 unify messages related to quote format/template errors.
7932
7933 2006-11-06 [wwp]        2.6.0cvs4
7934
7935         * src/prefs_msg_colors.c
7936                 more uses of Q_ macro for contextual translations, thanks
7937                 to Fabien (fzzzzz).
7938
7939 2006-11-06 [wwp]        2.6.0cvs3
7940
7941         * src/compose.c
7942         * src/common/utils.c
7943         * src/common/utils.h
7944                 show an alertpanel to make sure users are aware that sensitive
7945                 files are attached (it's file blacklist-based). This will fix
7946                 interaction w/ GoogleEarth for instance, thanks to Colin.
7947
7948 2006-11-06 [wwp]        2.6.0cvs2
7949
7950         * src/prefs_quote.c
7951         * src/prefs_template.c
7952         * src/prefs_template.h
7953                 check quote format when applying/closing prefs. For now this only
7954                 shows up an error dialog box, not preventing the user from using
7955                 a broken quote (reply, forwards) format.
7956
7957 2006-11-06 [wwp]        2.6.0cvs1
7958
7959         * src/prefs_template.c
7960                 fix missing checks of some template fields.
7961
7962 2006-11-06 [paul]       2.6.0
7963
7964         * NEWS
7965         * README
7966         * RELEASE_NOTES
7967                 2.6.0 released
7968
7969 2006-11-06 [paul]       2.5.6cvs22
7970
7971         * manual/advanced.xml
7972         * manual/es/advanced.xml
7973                 put 'respect_flowed_format' info in the correct
7974                 place
7975
7976 2006-11-06 [mones]      2.5.6cvs21
7977
7978         * po/es.po
7979                 Minor fixes for release
7980
7981 2006-11-06 [paul]       2.5.6cvs20
7982
7983         * po/cs.po
7984         * po/de.po
7985         * po/fr.po
7986         * po/it.po
7987         * po/nl.po
7988         * po/pt_BR.po
7989         * po/sk.po
7990         * po/sv.po
7991         * po/zh_CN.po
7992                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7993                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7994                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7995                 Young
7996
7997 2006-11-02 [colin]      2.5.6cvs19
7998
7999         * src/imap.c
8000         * src/imap.h
8001         * src/prefs_account.c
8002         * src/etpan/imap-thread.c
8003                 Add GSSAPI support - fixes Debian bug #383274
8004
8005 2006-11-01 [colin]      2.5.6cvs18
8006
8007         * src/jpilot.c
8008                 Handle libpisock12 support. Probably
8009                 fixes bug 1046, 'jpilot AddressDB.pdb 
8010                 import fail'
8011
8012 2006-11-01 [colin]      2.5.6cvs17
8013
8014         * src/folderutils.c
8015                 debug_print() folderutils_mark_all_read()
8016
8017 2006-11-01 [colin]      2.5.6cvs16
8018
8019         * COPYING
8020                 Add missed files to the Apache exception
8021
8022 2006-10-31 [colin]      2.5.6cvs15
8023
8024         * src/folder.c
8025         * src/folder.h
8026                 Add a copy_private_data() func to FolderClasses
8027                 Doesn't break the feature freeze, because we 
8028                 won't use it (right now) in the core.
8029
8030 2006-10-31 [colin]      2.5.6cvs14
8031
8032         * COPYING
8033                 Allow linking with the Apache licensed files in
8034                 src/plugins/spamassassin. Hopefully fixes 
8035                 bug 1048, 'Spamassassin plugin license problem'
8036
8037 2006-10-31 [wwp]        2.5.6cvs13
8038
8039         * src/compose.c
8040                 fix and optimize trimming of leading linefeeds in body loop.
8041
8042 2006-10-31 [colin]      2.5.6cvs12
8043
8044         * src/etpan/imap-thread.c
8045         * src/imap.c
8046                 Make really sure to have NULL sets in case
8047                 of error
8048
8049 2006-10-30 [wwp]        2.5.6cvs11
8050
8051         * src/prefs_common.c
8052         * src/prefs_common.h
8053         * src/compose.c
8054                 fix broken storage of quote format template when it contains \-escape
8055                 sequences. The application of such sequences is also fixed now (\t
8056                 in quote format will be a real tab instead of a 't', for instance).
8057
8058 2006-10-27 [colin]      2.5.6cvs10
8059
8060         * src/compose.c
8061                 Probably fix bug 1045, 'sylpheed-claws 
8062                 doesn't remove the mail from the IMAP 
8063                 Queue folder after sending'. From
8064                 2.5.6cvs3-stable
8065
8066 2006-10-27 [colin]      2.5.6cvs9
8067
8068         * configure.ac
8069                 Require libetpan-0.48. I'm so annoying,
8070                 I know ;-)
8071
8072 2006-10-27 [colin]      2.5.6cvs8
8073
8074         * src/folder.c
8075         * src/imap.c
8076                 Probably fix bug 1044, 'sylpheed-claws 
8077                 segfaults while moving mails' - Fix relation
8078                 usage when moving to an IMAP mailbox from another
8079                 mailbox
8080
8081 2006-10-26 [paul]       2.5.6cvs7
8082
8083         * src/gtk/about.c
8084                 add libSM to compiled-in features
8085                 list
8086
8087 2006-10-24 [colin]      2.5.6cvs6
8088
8089         * src/textview.c
8090         * src/gtk/gtkutils.c
8091                 Fix crash when printing emails with an
8092                 xface
8093
8094 2006-10-24 [mones]      2.5.6cvs5
8095
8096         * manual/es/advanced.xml
8097                 Synchronize hidden option respect_flowed_format
8098         * po/es.po
8099                 Updated translation
8100
8101 2006-10-21 [paul]       2.5.6cvs4
8102
8103         * src/gtk/authors.h
8104         * src/plugins/pgpcore/pgp_viewer.c
8105         * src/plugins/pgpcore/sgpgme.c
8106                 fix building on BSDs
8107                 Thanks to Michael Hughes
8108                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8109
8110 2006-10-20 [colin]      2.5.6cvs3
8111
8112         * configure.ac
8113                 Bump up libetpan requirement
8114                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8115         * src/common/utils.c
8116         * src/common/utils.h
8117                 Add convenience get_file_mtime()
8118         * src/imap.c
8119         * src/etpan/imap-thread.c
8120         * src/etpan/imap-thread.h
8121                 Implement UIDPLUS support if the server
8122                 supports it - faster sending in this case
8123
8124 2006-10-19 [colin]      2.5.6cvs2
8125
8126         * src/gtk/quicksearch.c
8127                 Fix emptying in type-ahead+extended mode
8128         * src/mainwindow.c
8129         * src/mainwindow.h
8130                 Add a hook for offline state change
8131         * src/plugins/trayicon/trayicon.c
8132                 Use it to display offline icons
8133         * src/plugins/trayicon/Makefile.am
8134         * src/plugins/trayicon/newmail.offline.xpm
8135         * src/plugins/trayicon/newmarkedmail.offline.xpm
8136         * src/plugins/trayicon/nomail.offline.xpm
8137         * src/plugins/trayicon/unreadmail.offline.xpm
8138         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8139                 Add the icons
8140
8141 2006-10-12 [paul]       2.5.6cvs1
8142
8143         * NEWS
8144         * README
8145         * configure.ac
8146                 Update version number following
8147                 stable release
8148
8149 2006-10-19 [colin]      2.5.5cvs18
8150
8151         * manual/handling.xml
8152                 Add type-ahead search
8153
8154 2006-10-18 [colin]      2.5.5cvs17
8155
8156         * src/gtk/quicksearch.c
8157                 Remove "save to history only if there's
8158                 no syntax error", it breaks for some 
8159                 reason which I'll investigate later.
8160
8161 2006-10-18 [colin]      2.5.5cvs16
8162
8163         * src/prefs_common.c
8164         * src/prefs_common.h
8165         * src/summaryview.c
8166         * src/gtk/quicksearch.c
8167         * src/gtk/quicksearch.h
8168                 Add a type-ahead option for fast searches
8169                 Patch by Fabien Vantard
8170
8171 2006-10-18 [colin]      2.5.5cvs15
8172
8173         * src/compose.c
8174         * src/compose.h
8175                 Add Options/Reply mode/ menu to be able to
8176                 change the recipients of a reply on the fly
8177
8178 2006-10-18 [colin]      2.5.5cvs14
8179
8180         * src/compose.c
8181                 Fix redirecting of our own sent mails
8182
8183 2006-10-17 [wwp]        2.5.5cvs13
8184
8185         * src/send_message.c
8186                 Fix duplicate error messages when sending, and missing
8187                 newline in such error messages.
8188
8189 2006-10-17 [colin]      2.5.5cvs12
8190
8191         * src/compose.c
8192                 Compare addresses case-insensitive
8193
8194 2006-10-17 [colin]      2.5.5cvs11
8195
8196         * src/plugins/pgpcore/sgpgme.c
8197                 Fix return status
8198
8199 2006-10-17 [colin]      2.5.5cvs10
8200
8201         * src/plugins/pgpcore/pgp_viewer.c
8202                 Fix return status
8203
8204 2006-10-17 [colin]      2.5.5cvs9
8205
8206         * src/quote_fmt.c
8207                 Fix a typo (thanks to Fabien)
8208
8209 2006-10-16 [colin]      2.5.5cvs8
8210
8211         * src/textview.c
8212                 Fix problem with quote-folding when emails
8213                 don't convert cleanly to UTF-8
8214
8215 2006-10-14 [colin]      2.5.5cvs7
8216
8217         * src/prefs_template.c
8218                 Reset fields when reopening
8219                 the window
8220
8221 2006-10-13 [paul]       2.5.5cvs6
8222
8223         * manual/advanced.xml
8224         * src/prefs_message.c
8225                 make 'respect_flowed_format' a hidden
8226                 option, and add a manual entry for it
8227                 Thanks to Colin
8228
8229 2006-10-12 [colin]      2.5.5cvs5
8230
8231         * src/codeconv.c
8232                 Revert part of 2.5.2cvs21:
8233                 Don't optimise by reusing the 
8234                 last iconv converter if possible:
8235                 it seems slightly broken in a 
8236                 very hard way to reproduce
8237
8238 2006-10-12 [colin]      2.5.5cvs4
8239
8240         * src/prefs_common.c
8241         * src/prefs_common.h
8242         * src/prefs_message.c
8243         * src/procmime.c
8244                 Fix bug 1035, 'Incorrect handling 
8245                 of flowed lines'. We now optionnaly
8246                 handle this format (preference is in
8247                 Message View/Text options section)
8248
8249 2006-10-12 [colin]      2.5.5cvs3
8250
8251         * po/POTFILES.in
8252                 Add new file
8253         * src/plugins/pgpcore/pgp_viewer.c
8254         * src/plugins/pgpcore/sgpgme.c
8255                 Don't try to import without asking
8256
8257 2006-10-12 [colin]      2.5.5cvs2
8258
8259         * src/compose.c
8260                 Fix bug 1036, 'Forwarding a mutlipart
8261                 mail with a "text/html" block to ms
8262                 outlook users leeds to freeze of
8263                 outlook'. Poor outlook users...
8264
8265 2006-10-12 [paul]       2.5.5cvs1
8266
8267         * NEWS
8268         * README
8269         * configure.ac
8270                 Update version number following
8271                 stable release
8272
8273 2006-10-11 [paul]       2.5.4cvs1
8274
8275         * NEWS
8276         * README
8277         * configure.ac
8278                 Update version number following
8279                 stable release
8280
8281 2006-10-11 [paul]       2.5.3cvs32
8282
8283         * src/textview.c
8284                 fix bug 1032, 'Segmentation fault when showing
8285                 message' (bug in quote folding)
8286                 Thanks to Colin
8287
8288 2006-10-10 [colin]      2.5.3cvs31
8289
8290         * src/quote_fmt.c
8291                 Rephrase english a bit
8292
8293 2006-10-10 [colin]      2.5.3cvs30
8294
8295         * src/prefs_compose_writing.c
8296                 Stop making the page larger than the window
8297
8298 2006-10-10 [wwp]        2.5.3cvs29
8299
8300         * src/compose.c
8301         * src/prefs_template.c
8302         * src/quote_fmt.c
8303         * src/quote_fmt.h
8304         * src/quote_fmt_lex.l
8305         * src/quote_fmt_parse.y
8306                 Extend the quote parser a bit: allow to get access to
8307                 basic (composing) account info.
8308
8309 2006-10-10 [colin]      2.5.3cvs28
8310
8311         * src/procheader.c
8312                 Fix this \t problem in subject
8313
8314 2006-10-09 [colin]      2.5.3cvs27
8315
8316         * src/main.c
8317         * src/prefs_gtk.c
8318                 Prepare cache a bit later
8319                 If section already exists, skip the new one 
8320                 (as previously); avoid writing the same block
8321                 twice - if we find a second block with the 
8322                 same id, skip it.
8323         * src/plugins/pgpcore/pgp_viewer.c
8324                 Set cursor to busy when retrieving a key
8325         * src/plugins/pgpcore/sgpgme.c
8326                 allow 5 seconds for gpg to export the key
8327                 
8328
8329 2006-10-09 [colin]      2.5.3cvs26
8330
8331         * configure.ac
8332         * src/msgcache.c
8333         * src/prefs_gtk.c
8334                 Check for existence of fgets_unlocked
8335                 and fwrite_unlocked
8336
8337 2006-10-09 [paul]       2.5.3cvs25
8338
8339         * src/prefs_summaries.c
8340                 replace strftime() with fast_strftime() and in
8341                 the consequence fix the bug in the display of
8342                 AM/PM in the 'Example' string
8343
8344 2006-10-09 [ticho]      2.5.3cvs24
8345
8346         * po/sk.po
8347                 Updated (and fixed up somewhat) Slovak translation.
8348
8349 2006-10-08 [colin]      2.5.3cvs23
8350
8351         * src/prefs_folder_item.c
8352                 Explain why prefs in the top-level folder
8353                 aren't retained, but are still useful
8354
8355 2006-10-08 [colin]      2.5.3cvs22
8356
8357         * src/prefs_gtk.c
8358                 Don't cache anything if caching fails
8359
8360 2006-10-08 [colin]      2.5.3cvs21
8361
8362         * src/common/utils.c
8363                 always include gi18n.h
8364
8365 2006-10-07 [colin]      2.5.3cvs20
8366
8367         * src/plugins/pgpcore/pgp_viewer.c
8368                 Kill gpg after 5 seconds wait
8369
8370 2006-10-07 [colin]      2.5.3cvs19
8371
8372         * src/plugins/pgpcore/pgp_viewer.c
8373         * src/plugins/pgpcore/pgp_viewer.h
8374                 Fix copyright
8375
8376 2006-10-07 [colin]      2.5.3cvs18
8377
8378         * src/plugins/pgpcore/pgp_viewer.c
8379         * src/plugins/pgpcore/pgp_viewer.h
8380                 Actually add the files to CVS
8381
8382 2006-10-07 [colin]      2.5.3cvs17
8383
8384         * src/plugins/pgpcore/sgpgme.c
8385                 Be sure not to crash on 'application/pgp-signature' that
8386                 are not application/pgp-signatures
8387
8388 2006-10-07 [colin]      2.5.3cvs16
8389
8390         * src/textview.c
8391         * src/textview.h
8392                 Make a bit more of the API available
8393         * src/plugins/pgpcore/Makefile.am
8394         * src/plugins/pgpcore/plugin.c
8395         * src/plugins/pgpcore/sgpgme.c
8396                 Add basic key import/export
8397
8398 2006-10-07 [colin]      2.5.3cvs15
8399
8400         * src/folderview.c
8401         * src/imap.c
8402         * src/prefs_account.c
8403         * src/wizard.c
8404                 Warn users *everywhere* if libetpan's not
8405                 linked in
8406
8407 2006-10-06 [mones]      2.5.3cvs14
8408
8409         * po/de.po
8410         * po/es.po
8411                 updated by Stephan Sachse and me
8412
8413 2006-10-06 [colin]      2.5.3cvs13
8414
8415         * src/main.c
8416         * src/common/sylpheed.c
8417                 Don't load common plugins if --exit is passed
8418         * src/prefs_gtk.c
8419         * src/prefs_gtk.h
8420                 Implement a cache to avoid reading the same
8421                 files over and over again at startup
8422
8423 2006-10-06 [colin]      2.5.3cvs12
8424
8425         * src/summaryview.c
8426         * src/gtk/quicksearch.c
8427                 Update display every 5k mails on fast searches
8428
8429 2006-10-06 [colin]      2.5.3cvs11
8430
8431         * src/textview.c
8432                 Don't do quote folding on HTML or ERTF.
8433                 May fix the Cygwin issues if they were
8434                 happening with HTML mails?
8435
8436 2006-10-05 [colin]      2.5.3cvs10
8437
8438         * src/prefs_gtk.c
8439                 Oops, forgot one
8440
8441 2006-10-05 [colin]      2.5.3cvs9
8442
8443         * src/prefs_gtk.c
8444                 Use unlocked_stdio here too
8445
8446 2006-10-05 [colin]      2.5.3cvs8
8447
8448         * src/folderview.c
8449                 Fix go to next * after preferences apply
8450         * src/msgcache.c
8451                 Do the fd lock/unlock ourselves instead of
8452                 letting the libc do it at each write 
8453
8454 2006-10-05 [colin]      2.5.3cvs7
8455
8456         * src/common/utils.c
8457                 Faster division, thanks to Jean Diraison
8458
8459 2006-10-05 [paul]       2.5.3cvs6
8460
8461         * src/common/utils.c
8462                 fix building with --disable-nls
8463
8464 2006-10-04 [colin]      2.5.3cvs5
8465
8466         * src/folder.c
8467                 Maybe fix a segfault
8468
8469 2006-10-04 [wwp]        2.5.3cvs4
8470
8471         * src/prefs_folder_item.c
8472                 Fine-tune layouts in folder item prefs. Suggested by
8473                 Fabien Vantard <fzzzzz@gmail.com>.
8474
8475 2006-10-04 [wwp]        2.5.3cvs3
8476
8477         * src/prefs_folder_item.c
8478                 Kill the clandestine passengers. You didn't see anything.
8479
8480 2006-10-04 [wwp]        2.5.3cvs2
8481
8482         * src/prefs_folder_item.c
8483                 Add a way to test the subject simplify regexp in
8484                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8485                 w/ few layout changes.
8486
8487 2006-20-04 [paul]       2.5.3cvs1
8488
8489         * NEWS
8490         * README
8491         * configure.ac
8492                 Update version number following
8493                 stable release
8494
8495 2006-10-04 [colin]      2.5.2cvs42
8496
8497         * src/folder.c
8498         * src/folder.h
8499         * src/summaryview.c
8500                 Provide a way for folder classes to set their sort
8501                 type and key
8502
8503 2006-10-03 [colin]      2.5.2cvs41
8504
8505         * src/mh.c
8506                 Don't use strlen() to know if the
8507                 string's empty
8508
8509 2006-10-03 [colin]      2.5.2cvs40
8510
8511         * src/mh.c
8512                 Fix "check for new folders" with accentued folders
8513
8514 2006-10-03 [ticho]      2.5.2cvs39
8515
8516         * src/filtering.c
8517         * src/folder.c
8518         * src/inc.c
8519         * src/mbox.c
8520                 Colin's fix for "copy" filtering rules.
8521
8522 2006-10-02 [colin]      2.5.2cvs38
8523
8524         * src/folderview.c
8525                 Fix for double-click too
8526
8527 2006-10-02 [colin]      2.5.2cvs37
8528
8529         * src/folderview.c
8530                 correct fix for cvs36
8531
8532 2006-10-02 [colin]      2.5.2cvs36
8533
8534         * src/folderview.c
8535                 Fix 'goto next unread' after collapsing/expanding 
8536                 a node.
8537
8538 2006-10-02 [colin]      2.5.2cvs35
8539
8540         * src/summaryview.c
8541                 Fix double freeze/thaw
8542         * src/common/utils.c
8543         * src/common/utils.h
8544                 Reimplement strftime
8545         * src/procheader.c
8546                 Use it
8547
8548
8549 2006-10-02 [colin]      2.5.2cvs34
8550
8551         * src/mh.c
8552                 Time mh_write_sequences() - it's fast
8553         * src/summaryview.c
8554                 Init a variable to shut up gcc
8555
8556 2006-10-01 [colin]      2.5.2cvs33
8557
8558         * src/folder.c
8559         * src/mh.c
8560         * src/mh.h
8561         * src/msgcache.c
8562                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8563                 Add fsync but disable it, it's slow as hell
8564
8565 2006-10-01 [colin]      2.5.2cvs32
8566
8567         * src/mh.c
8568         * src/msgcache.c
8569                 fflush() caches and mh_sequences before
8570                 fclose()ing
8571
8572 2006-10-01 [colin]      2.5.2cvs31
8573
8574         * src/msgcache.c
8575                 Don't ftruncate when not using mmap
8576
8577 2006-09-30 [colin]      2.5.2cvs30
8578
8579         * src/main.c
8580                 Write folder list *after* saving caches
8581
8582 2006-09-30 [colin]      2.5.2cvs29
8583
8584         * src/folder.c
8585         * src/mh.c
8586                 Debug forced mtime changes
8587
8588 2006-09-30 [colin]      2.5.2cvs28
8589
8590         * src/folder.c
8591         * src/main.c
8592                 Remove useless debug_print()s (code
8593                 well-tested)
8594
8595 2006-09-30 [colin]      2.5.2cvs27
8596
8597         * src/mh.c
8598                 Do stuff faster when writing mh_sequences
8599
8600 2006-09-30 [colin]      2.5.2cvs26
8601
8602         * src/mh.c
8603                 Don't let the writing of .mh_sequences, which
8604                 can change the folder's mtime, let us think
8605                 we need to scan.
8606
8607 2006-09-30 [colin]      2.5.2cvs25
8608
8609         * src/folder.c
8610                 Move a debug_print where it belongs 
8611                 (processing)
8612         * src/summaryview.c
8613                 Don't mess with a huge slow subject
8614                 table if we're not threading by
8615                 subject
8616
8617 2006-09-30 [colin]      2.5.2cvs24
8618
8619         * src/msgcache.c
8620                 Reenable mmaped reads (*not* writes!)
8621         * src/procmsg.c
8622                 Don't destroy and recreate hashtables just
8623                 for fun
8624         * src/common/utils.c
8625                 Remove useless reply prefixes (it's case
8626                 unsensitive)
8627
8628 2006-09-30 [wwp]        2.5.2cvs23
8629
8630         * tools/fix_date.sh
8631                 Fixed a minor bug in date value extraction, added a switch
8632                 to replace non RFC-compliant Date: value, added a switch
8633                 to use strict RFC matching patterns for dates.
8634
8635 2006-09-29 [colin]      2.5.2cvs22
8636
8637         * src/matcher_parser.h
8638         * src/matcher_parser_parse.y
8639         * src/prefs_filtering.c
8640         * src/statusbar.c
8641         * src/summary_search.c
8642         * src/summaryview.c
8643         * src/gtk/quicksearch.c
8644         * src/gtk/quicksearch.h
8645                 Optimise searches by setting different
8646                 refresh intervals (depending if the 
8647                 search is fast or not)
8648
8649 2006-09-29 [colin]      2.5.2cvs21
8650
8651         * src/codeconv.c
8652                 Optimise by reusing the last iconv converter
8653                 if possible
8654         * src/textview.c
8655                 Optimise a bit (the foldable quotes feature
8656                 still has an awful O(n^2) algo
8657
8658 2006-09-29 [colin]      2.5.2cvs20
8659
8660         * src/gtk/gtksctree.c
8661         * src/gtk/gtksctree.h
8662                 Optimise de-selection via up/down or
8663                 another key
8664
8665 2006-09-28 [colin]      2.5.2cvs19
8666
8667         * src/action.c
8668         * src/compose.c
8669         * src/folderview.c
8670         * src/mainwindow.c
8671         * src/messageview.c
8672         * src/summary_search.c
8673         * src/toolbar.c
8674                 Avoid using summaryview->ctree directly
8675
8676 2006-09-28 [colin]      2.5.2cvs18
8677
8678         * src/summaryview.c
8679         * src/summaryview.h
8680                 Add helpers to freeze/thaw/grab_focus
8681                 Factorize calls to freeze/thaw/grab_focus
8682                 
8683
8684 2006-09-28 [colin]      2.5.2cvs17
8685
8686         * src/main.c
8687                 More guards for the session management
8688
8689 2006-09-28 [colin]      2.5.2cvs16
8690
8691         * src/folderview.c
8692         * src/gtk/gtksctree.c
8693         * src/gtk/gtksctree.h
8694                 Make expanding not recursive in folderview
8695
8696 2006-09-28 [colin]      2.5.2cvs15
8697
8698         * src/addressbook.c
8699                 If nothing is selected in the list (right part)
8700                 and a group is selected in the tree (left part),
8701                 mail this group.
8702
8703 2006-09-28 [colin]      2.5.2cvs14
8704
8705         * src/Makefile.am
8706                 Actually use SM_LIBS
8707
8708 2006-09-28 [ticho]      2.5.2cvs13
8709
8710         * src/export.c
8711         * src/messageview.c
8712         * src/mimeview.c
8713         * src/news.c
8714         * src/pop.c
8715         * src/prefs_themes.c
8716         * src/procmsg.c
8717                 Small i18n string optimization.
8718         * src/send_message.c
8719         * src/summaryview.c
8720         * src/common/session.c
8721         * src/common/smtp.c
8722         * src/common/ssl_certificate.c
8723         * src/common/utils.c
8724                 Use "Couldn't" instead of "Can't" in UI messages,
8725                 where appropriate.
8726
8727 2006-09-28 [colin]      2.5.2cvs12
8728
8729         * configure.ac
8730                 Possibly fix link errors
8731
8732 2006-09-27 [wwp]        2.5.2cvs11
8733
8734         * src/gtk/authors.h
8735         * doc/man/sylpheed-claws.1
8736         * manual/ack.xml
8737         * manual/es/ack.xml
8738         * manual/fr/ack.xml
8739         * manual/pl/ack.xml
8740                 Updated authors info (me, myself and I).
8741
8742 2006-09-27 [colin]      2.5.2cvs10
8743
8744         * src/addressbook.c
8745                 Remove useless printf
8746
8747 2006-09-27 [wwp]        2.5.2cvs9
8748
8749         * src/editgroup.c
8750         * src/send_message.c
8751         * src/inc.c
8752         * src/prefs_common.c
8753         * src/prefs_common.h
8754         * src/gtk/progressdialog.c
8755                 remember more windows' sizes (send dialog, received dialog,
8756                 edit group in addressbook).
8757
8758 2006-09-27 [colin]      2.5.2cvs8
8759
8760         * configure.ac
8761         * src/main.c
8762         * src/mainwindow.h
8763                 Use libSM to communicate with the session
8764                 manager, so that we can know when the 
8765                 session ends, save our caches, and draft
8766                 our compose windows.
8767
8768 2006-09-27 [colin]      2.5.2cvs7
8769
8770         * src/addressbook.c
8771                 Fix issues:
8772                 o Allow Book and Group creation from the tree's
8773                   contextual menu
8774                 o Do not actually delete the contacts when 
8775                   deleting groups from the tree (duh!)
8776
8777 2006-09-27 [colin]      2.5.2cvs6
8778
8779         * src/compose.c
8780         * src/compose.h
8781         * src/mainwindow.c
8782         * src/textview.c
8783         * src/toolbar.c
8784                 o Allow passing an email address to 
8785                   compose_new_with_folderitem
8786                 o Update callers
8787                 o Use current folderitem when clicking
8788                   on a TextView mailto: link
8789                 o Fix a possible leak in TextView
8790
8791 2006-09-27 [colin]      2.5.2cvs5
8792
8793         * src/html.c
8794                 Use UTF-8 chars to replace HTML entities
8795
8796 2006-09-27 [colin]      2.5.2cvs4
8797
8798         * AUTHORS
8799         * src/prefs_account.c
8800         * src/gtk/authors.h
8801                 Fix bug #1024 (Array index out of
8802                 range in sylpheed-claws-2.5.2)
8803                 Patch by Ales Nosek <anosek@suse.cz>
8804
8805 2006-09-27 [colin]      2.5.2cvs3
8806
8807         * src/addr_compl.c
8808                 Actually do the test
8809
8810 2006-09-27 [colin]      2.5.2cvs2
8811
8812         * src/addr_compl.c
8813         * src/addr_compl.h
8814                 Allow completing with comma (in certain cases: vCalendar
8815                 for example doesn't support that)
8816                 Patch by Fabien Vantard
8817
8818 2006-09-26 [colin]      2.5.2cvs1
8819
8820         * src/Makefile.am
8821         * src/addr_compl.c
8822         * src/addr_compl.h
8823         * src/addrbook.c
8824         * src/addrbook.h
8825         * src/addressbook.c
8826         * src/addrindex.c
8827         * src/addrindex.h
8828         * src/compose.c
8829         * src/prefs_common.c
8830         * src/prefs_filtering_action.c
8831         * src/prefs_folder_item.c
8832         * src/prefs_template.c
8833         * src/stock_pixmap.c
8834         * src/stock_pixmap.h
8835         * src/pixmaps/addr_one.xpm
8836         * src/pixmaps/addr_two.xpm
8837                 Add auto-completion on groups
8838
8839 2006-09-26 [colin]      2.5.2
8840
8841         * NEWS
8842         * README
8843         * RELEASE_NOTES
8844                 2.5.2 released
8845
8846 2006-09-26 [colin]      2.5.1cvs5
8847
8848         * src/matcher.c
8849                 Fix condition
8850
8851 2006-09-26 [colin]      2.5.1cvs4
8852
8853         * src/mbox.c
8854                 Revert cvs1 (useless as the message is printed 
8855                 every 500 mails)
8856
8857 2006-09-26 [colin]      2.5.1cvs3
8858
8859         * src/partial_download.c
8860                 Fix crasher found by Alexsandar Urosevic
8861
8862 2006-09-26 [colin]      2.5.1cvs2
8863
8864         * src/summaryview.c
8865                 Fix bug #1023 (Sylpheed deletes too much messages)
8866
8867 2006-09-26 [ticho]      2.5.1cvs1
8868
8869         * src/mbox.c
8870                 Make use of gettext's multiple plurals for statusbar
8871                 progress message.
8872
8873 2006-09-25 [paul]       2.5.1
8874
8875         * NEWS
8876         * README
8877         * RELEASE_NOTES
8878                 2.5.1 released
8879
8880 2006-09-25 [colin]      2.5.0cvs3
8881
8882         * src/plugins/bogofilter/bogofilter.c
8883         * src/plugins/clamav/clamav_plugin.c
8884         * src/plugins/spamassassin/spamassassin.c
8885                 BogoFilter, Spamassassin: Fix double hook registering after
8886                 visiting preferences
8887                 Spamassassin, Clamav: Just set the mails to move instead of
8888                 doing the move - caller will move the things at once.
8889
8890 2006-09-25 [colin]      2.5.0cvs2
8891
8892         * src/imap.c
8893         * src/etpan/imap-thread.c
8894                 Use UID SEARCH ALL instead of UID 1:*
8895                 (braindead servers can't figure out that's
8896                 the same...)
8897
8898 2006-09-25 [wwp]        2.5.0cvs1
8899
8900         * src/message_search.c
8901                 Added the ability to stop a running search (in message body).
8902
8903 2006-09-25 [paul]       2.5.0
8904
8905         * NEWS
8906         * README
8907         * RELEASE_NOTES
8908                 2.5.0 released
8909
8910 2006-09-25 [paul]       2.4.0cvs214
8911
8912         * po/cs.po
8913         * po/de.po
8914         * po/fi.po
8915         * po/fr.po
8916         * po/nl.po
8917         * po/pt_BR.po
8918         * po/sk.po
8919         * po/sr.po
8920         * po/zh_CN.po
8921                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8922                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8923                 Ticho, Aleksander Urosevic, Ralgh Young
8924
8925 2006-09-24 [mones]      2.4.0cvs213
8926
8927         * po/es.po
8928                 Updated for release
8929
8930 2006-09-23 [colin]      2.4.0cvs212
8931
8932         * src/gtk/inputdialog.c
8933                 Fix [ ] remember this appearing in normal
8934                 input dialogs after it's been used by
8935                 mimeview.
8936         * src/folder.c
8937         * src/folderview.c
8938         * src/msgcache.c
8939         * src/procmsg.c
8940         * src/summaryview.c
8941         * src/textview.c
8942         * src/common/timing.h
8943                 Enable timings in debug mode and make it
8944                 look prettier.
8945
8946 2006-09-22 [colin]      2.4.0cvs211
8947
8948         * README
8949                 Revert test change
8950         * commitHelper
8951                 ping the correct URI
8952
8953 2006-09-22 [colin]      2.4.0cvs210
8954
8955         * README
8956                 Let's see if bug #1022 is fixed
8957
8958 2006-09-21 [colin]      2.4.0cvs209
8959
8960         * src/wizard.c
8961         * src/common/plugin.c
8962                 Prepare infra to load predefined plugins when
8963                 no configuration existed. Don't actually load
8964                 anything yet (feat. freeze)
8965
8966 2006-09-21 [wwp]        2.4.0cvs208
8967
8968         * manual/fr/faq.xml
8969                 Partial sync w/ 2.4.0cvs72:
8970                 wrap file and minor updates.
8971
8972 2006-09-21 [wwp]        2.4.0cvs207
8973
8974         * tools/fix_date.sh
8975                 several fixes and enhancements. A new --force switch has been
8976                 added to prevent overriding by default Date: header when
8977                 already existing.
8978
8979 2006-09-21 [paul]       2.4.0cvs206
8980
8981         * src/common/utils.c
8982                 add Chinese UTF8 Re prefix
8983
8984 2006-09-21 [wwp]        2.4.0cvs205
8985
8986         * tools/Makefile.am
8987                 Fics alfabettical order.
8988
8989 2006-09-21 [wwp]        2.4.0cvs204
8990
8991         * tools/fix_date.sh
8992         * tools/Makefile.am
8993                 Added an action tool to fix missing Date field in emails.
8994                 Updated Makefile.am to reflect those last two additions.
8995
8996 2006-09-21 [wwp]        2.4.0cvs203
8997
8998         * tools/uuooffice
8999                 Added a action tool to open uuencoded docs w/
9000                 OpenOffice (based on uudec method).
9001
9002 2006-09-21 [colin]      2.4.0cvs202
9003
9004         * src/compose.c
9005         * src/textview.c
9006                 Workaround possible GTK crash: remove selection 
9007                 clipboard before destroying widget, or GTK+-2.10
9008                 dies. Thanks to Hiro.
9009
9010 2006-09-20 [colin]      2.4.0cvs201
9011
9012         * src/compose.c
9013                 Fix free-after-use in some cases (when 
9014                 procmime_encode_content() frees mimeinfo->data.mem
9015                 and turns it to a temp file)
9016
9017 2006-09-20 [colin]      2.4.0cvs200
9018
9019         * src/folderview.c
9020         * src/summaryview.c
9021         * src/gtk/gtksctree.c
9022         * src/gtk/gtksctree.h
9023                 Add tooltips in the folderview and summaryview
9024                 (Doesn't break string freeze as they already
9025                 exist)
9026         * src/toolbar.c
9027                 Put the spam button in the default configuration
9028                 if compiled with bogo plugin too
9029
9030 2006-09-19 [colin]      2.4.0cvs199
9031
9032         * src/summaryview.c
9033         * src/summaryview.h
9034                 Update folder name label on folder rename
9035         * src/prefs_matcher.c
9036         * src/gtk/logwindow.h
9037                 Fix warnings
9038                 Patches by Fabien
9039
9040 2006-09-19 [wwp]        2.4.0cvs198
9041
9042         * src/summary_search.c
9043                 fix can't click forward/backward buttons in the
9044                 search messages.
9045
9046 2006-09-18 [paul]       2.4.0cvs197
9047
9048         * src/wizard.c
9049                 add missing bracket, capitalise the A of
9050                 'SpamAssassin'
9051
9052 2006-09-18 [paul]       2.4.0cvs196
9053
9054         * src/compose.c
9055                 fix bug 1012 'crashed upon sending mail
9056                 from compose window'
9057                 Thanks to Colin
9058
9059 2006-09-16 [colin]      2.4.0cvs195
9060
9061         * src/folderview.c
9062                 Fix "real-time" sorting by freezing/thawing
9063
9064 2006-09-16 [colin]      2.4.0cvs194
9065
9066         * manual/faq.xml
9067                 Fix the anti-spam entry a bit
9068
9069 2006-09-16 [colin]      2.4.0cvs193
9070
9071         * src/wizard.c
9072                 Make sure reviewers have no excuse when stating
9073                 Sylpheed-Claws doesn't have antispam capabilities.
9074
9075 2006-09-16 [colin]      2.4.0cvs192
9076
9077         * src/main.c
9078                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9079                 as if the SIGPIPE comes from etpan's thread we could
9080                 trigger a GUI update from this thread.
9081
9082 2006-09-16 [colin]      2.4.0cvs191
9083
9084         * src/summaryview.c
9085                 Init all members of the struct
9086
9087 2006-09-16 [paul]       2.4.0cvs190
9088
9089         * src/account.c
9090                 improvements to the English
9091
9092 2006-09-15 [colin]      2.4.0cvs189
9093
9094         * src/summaryview.c
9095                 HIG order on dialog
9096
9097 2006-09-14 [colin]      2.4.0cvs188
9098
9099         * src/common/socket.c
9100         * src/common/socket.h
9101         * src/common/ssl.c
9102         * src/common/ssl_certificate.c
9103         * src/common/ssl_certificate.h
9104         * src/etpan/imap-thread.c
9105                 the get_fqdn() call done to get canonical name when
9106                 checking an SSL certificate is blocking, which is
9107                 sad as we just did a non-blocking lookup to connect.
9108                 Fix that by letting the fqdn available to the SockInfo,
9109                 and use that in ssl_certificate_check(). For IMAP,
9110                 we don't do it as the lookup's done by libetpan, but
9111                 it's less annoying as IMAP connections as much more
9112                 rare than POP3 connections.
9113
9114 2006-09-14 [paul]       2.4.0cvs187
9115
9116         * manual/advanced.xml
9117                 improvements to the English,
9118                 properly place the new hidden options
9119                 within the alphabetical order
9120         * src/gtk/pluginwindow.c
9121                 improvements to the English
9122
9123 2006-09-14 [colin]      2.4.0cvs186
9124
9125         * src/prefs_common.c
9126         * src/prefs_common.h
9127         * src/gtk/gtksctree.c
9128         * manual/advanced.xml
9129                 New hidden pref, stripes_color_offset, to change
9130                 the value added/substracted to normal bgcolor to
9131                 create the stripes in summaries
9132
9133 2006-09-13 [colin]      2.4.0cvs185
9134
9135         * src/gedit-print.c
9136         * src/messageview.c
9137         * src/messageview.h
9138         * src/summaryview.c
9139         * src/textview.c
9140                 Fix misc. printing issues: 
9141                 - Bad font for linkified headers
9142                 - Different font if the mail was displayed or not
9143                 - Factorize the thing
9144
9145 2006-09-13 [colin]      2.4.0cvs184
9146
9147         * src/common/ssl_certificate.c
9148                 Only get FQDN once when checking certificate
9149
9150 2006-09-13 [colin]      2.4.0cvs183
9151
9152         * src/account.c
9153         * src/gtk/pluginwindow.c
9154                 Misc. GUI fixes by Fabien
9155
9156 2006-09-13 [wwp]        2.4.0cvs182
9157
9158         * configure.ac
9159         * src/common/utils.h
9160         * src/common/utils.c
9161                 get rid of unused wide-char functions.
9162
9163 2006-09-13 [wwp]        2.4.0cvs181
9164
9165         * src/plugins/pgpinline/sylpheed.def
9166         * src/textview.c
9167                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9168                 add privacy_reset_error to the .def file,
9169                 do not fork for an external textviewer.
9170
9171 2006-09-13 [wwp]        2.4.0cvs180
9172
9173         * src/prefs_common.c
9174                 fix broken font entry in prefs (patch issued by the gpg4win team,
9175                 probably by Marcus Brinkmann <marcus@g10code.de>).
9176
9177 2006-09-13 [colin]      2.4.0cvs179
9178
9179         * src/folder.h
9180                 Fix a warning in summaryview.c
9181         * src/mainwindow.c
9182         * src/summaryview.c
9183         * src/summaryview.h
9184                 Add missing Mark/* elements in the
9185                 main menu
9186
9187 2006-09-12 [colin]      2.4.0cvs178
9188
9189         * src/prefs_actions.c
9190         * src/prefs_filtering_action.c
9191         * src/prefs_matcher.c
9192                 Use (New) instead of New everywhere
9193
9194 2006-09-12 [wwp]        2.4.0cvs177
9195
9196         * manual/fr/addrbook.xml
9197         * manual/fr/handling.xml
9198                 updated some quotes in the fr manual to match the fr translation.
9199
9200 2006-09-12 [wwp]        2.4.0cvs176
9201
9202         * src/prefs_matcher.c
9203                 don't store translated string elements in matcher expressions.
9204                 Also fixed a misused of Q_().
9205
9206 2006-09-11 [wwp]        2.4.0cvs175
9207
9208         * src/plugins//bogofilter/bogofilter.c
9209         * src/plugins//clamav/clamav_plugin.c
9210         * src/plugins//demo/demo.c
9211         * src/plugins//dillo_viewer/dillo_viewer.c
9212         * src/plugins//pgpcore/plugin.c
9213         * src/plugins//pgpinline/plugin.c
9214         * src/plugins//pgpmime/plugin.c
9215         * src/plugins//spamassassin/spamassassin.c
9216                 gettext-ize more strings (mostly plugin error messages).
9217
9218 2006-09-11 [colin]      2.4.0cvs174
9219
9220         * src/alertpanel.c
9221                 Make maximum buffer size bigger to avoid
9222                 truncating translated messages. Patch by
9223                 Fabien
9224
9225 2006-09-11 [colin]      2.4.0cvs173
9226
9227         * src/etpan/imap-thread.c
9228                 Fix compilation on OpenBSD, thanks to 
9229                 Landry
9230
9231 2006-09-10 [wwp]        2.4.0cvs172
9232
9233         * manual/account.xml
9234         * manual/addrbook.xml
9235         * manual/handling.xml
9236         * manual/es/handling.xml
9237         * manual/fr/account.xml
9238         * manual/fr/addrbook.xml
9239         * manual/fr/handling.xml
9240                 documented addressbook matching (condition configuration):
9241                   addrbook.xml, en fr
9242                 documented per-account filtering rules (handling/filtering
9243                   section, account section):
9244                   account.xml, handling.xml, en fr
9245                 slightly updated the handling/searching section to tell few
9246                   words about the extended search ability:
9247                   handling.xml, en fr
9248                 added missing <quote></quotes> to Quick Search:
9249                   handling.xml, en fr es
9250                 fixed a typo (auomatically):
9251                   handling.xml, en
9252                 changes revisited by Paul.
9253
9254 2006-09-10 [paul]       2.4.0cvs171
9255
9256         * src/prefs_actions.c
9257         * src/prefs_filtering.c
9258         * src/prefs_template.c
9259                 adjustments to the gui
9260                 Patch by Fabien Vantard (slightly modified)
9261
9262 2006-09-10 [colin]      2.4.0cvs170
9263
9264         * src/summaryview.c
9265                 Check folderitem/summaryview consistency
9266                 (basically automates Update summary). Fixes
9267                 #1011 (wrong (negative) count on unread 
9268                 messages)
9269
9270 2006-09-10 [colin]      2.4.0cvs169
9271
9272         * src/gtk/gtksctree.c
9273                 Fix recursive expansion via mouse
9274         * src/plugins/bogofilter/bogofilter.c
9275                 Use normal filtering way of moving
9276                 messages (batching), possibly fixing
9277                 bug #1015 (Bogofilter plugin doubles 
9278                 new messages)
9279
9280 2006-09-09 [wwp]        2.4.0cvs168
9281
9282         * src/prefs_filtering.c
9283                 better place for this fix.
9284
9285 2006-09-09 [wwp]        2.4.0cvs167
9286
9287         * src/prefs_filtering.c
9288                 fix a minor bug when the enabled status of a filtering/processing
9289                 rule always got set to TRUE when replacing this rule. That still
9290                 make sense when adding a new rule, but now when replacing, we
9291                 don't override the value of 'enabled'.
9292                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9293                 to prefs_filtering_list_view_get_info() as this function not only
9294                 returns the name, but also the account_id and the enabled status.
9295
9296 2006-09-09 [mones]      2.4.0cvs166
9297
9298         * manual/glossary.xml
9299         * manual/plugins.xml
9300                 Minor format corrections
9301         * manual/gpl.xml
9302                 Fix misplaced NO WARRANTY section
9303         * manual/es/advanced.xml
9304         * manual/es/faq.xml
9305         * manual/es/glossary.xml
9306         * manual/es/gpl.xml
9307         * manual/es/handling.xml
9308         * manual/es/plugins.xml
9309         * manual/es/starting.xml
9310                 Incorporate changes from English version
9311         * manual/fr/ack.xml
9312         * manual/pl/ack.xml
9313         * manual/es/ack.xml
9314                 Fix address, (add translation credits in es version)
9315         * po/es.po
9316                 Updated translation
9317
9318 2006-09-09 [wwp]        2.4.0cvs165
9319
9320         * src/prefs_filtering.c
9321                 fix a crash when opening filtering prefs, if matcherrc file contains
9322                 broken data (non-existing account id, which is theoretically not
9323                 possible).
9324
9325 2006-09-08 [colin]      2.4.0cvs164
9326
9327         * src/folder.c
9328                 Wrong assert, make it an if()
9329         * src/gtk/gtksctree.c
9330                 Fix bug #1013 (expand selected thread 
9331                 tree) - expanding is now recursive
9332
9333 2006-09-07 [wwp]        2.4.0cvs163
9334
9335         * src/prefs_matcher.c
9336                 make better sentences about addressbook matching in the
9337                 matcher prefs. This should make translators' work easier
9338                 too.
9339
9340 2006-09-07 [wwp]        2.4.0cvs162
9341
9342         * src/prefs_filtering.c
9343                 code simplification (get rid of dup var. assignment).
9344
9345 2006-09-07 [wwp]        2.4.0cvs161
9346
9347         * src/summaryview.c
9348                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9349                 <fzzzzz@gmail.com>.
9350
9351 2006-09-07 [paul]       2.4.0cvs160
9352
9353         * src/mimeview.c
9354                 fix compilation warnings
9355                 Thanks to Colin
9356
9357 2006-09-07 [paul]       2.4.0cvs159
9358
9359         * src/mimeview.c
9360                 select the mimepart icon when
9361                 displaying as text
9362                 Thanks to Colin
9363
9364 2006-09-06 [paul]       2.4.0cvs158
9365
9366         * src/prefs_filtering.c
9367                 fix labels and table element spacing
9368                 Patch by Fabien Vantard
9369
9370 2006-09-06 [paul]
9371
9372         2.5.0-rc3 released
9373
9374 2006-09-06 [paul]       2.4.0cvs157
9375
9376         * manual/es/advanced.xml
9377                 fix typo
9378
9379 2006-09-06 [wwp]        2.4.0cvs156
9380
9381         * src/mainwindow.c
9382                 fix an dup launch issue when iconified, thanks to Colin.
9383
9384 2006-09-06 [wwp]        2.4.0cvs155
9385
9386         * src/gtk//gtksctree.h
9387                 oops, forgot that one!
9388
9389 2006-09-06 [wwp]        2.4.0cvs154
9390
9391         * manual/pl/advanced.xml
9392         * manual/advanced.xml
9393         * manual/es/advanced.xml
9394         * manual/fr/advanced.xml
9395         * src/prefs_customheader.c
9396         * src/prefs_filtering_action.c
9397         * src/foldersel.c
9398         * src/prefs_summaries.c
9399         * src/prefs_filtering.c
9400         * src/account.c
9401         * src/compose.c
9402         * src/prefs_summary_column.c
9403         * src/addr_compl.c
9404         * src/prefs_actions.c
9405         * src/prefs_folder_column.c
9406         * src/ssl_manager.c
9407         * src/prefs_template.c
9408         * src/prefs_display_header.c
9409         * src/prefs_common.h
9410         * src/prefs_matcher.c
9411         * src/prefs_common.c
9412         * src/prefs_toolbar.c
9413         * src/summaryview.c
9414         * src/folderview.c
9415         * src/gtk/gtksctree.c
9416         * src/gtk/pluginwindow.c
9417         * src/gtk/progressdialog.c
9418         * src/gtk/prefswindow.c
9419                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9420                 to make its meaning more obvious (all versions of the manual reflect
9421                 the change).
9422                 added an extra hidden option use_stripes_in_summary to allow
9423                 discarding these stripes in mainwindow's folder and message lists;
9424                 en and fr manuals only are OK towards this.
9425
9426 2006-09-06 [colin]      2.4.0cvs153
9427
9428         * src/textview.c
9429                 Hide Sylpheed-Claws' internal queue headers
9430                 when showing all headers. They'll be present
9431                 only in Source window.
9432
9433 2006-09-05 [colin]      2.4.0cvs152
9434
9435         * src/plugins/trayicon/trayicon.c
9436                 Fix crash at exit - we have to disconnect
9437                 our handlers
9438         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9439                 Update eggtrayicon - patch adapted from a
9440                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9441                 on Sylpheed's ML
9442
9443 2006-09-05 [colin]      2.4.0cvs151
9444
9445         * src/mainwindow.c
9446         * src/gtk/logwindow.c
9447                 Fix race condition when something writes
9448                 to the log too soon during init. Thanks
9449                 to Fabien Vantard
9450
9451 2006-09-05 [colin]      2.4.0cvs150
9452
9453         * src/mimeview.c
9454                 Don't select part on right-click either
9455
9456 2006-09-05 [paul]       2.4.0cvs149
9457
9458         * src/mimeview.c
9459                 completion of previous commit
9460                 Thanks to Colin
9461
9462 2006-09-05 [colin]      2.4.0cvs148
9463
9464         * src/mimeview.c
9465                 Don't force selection on middle-click, just open
9466
9467 2006-09-04 [colin]      2.4.0cvs147
9468
9469         * src/mimeview.c
9470                 Looks like gtk_notebook_set_current_page()
9471                 sometimes steals focus, and this annoys us
9472                 in MimeViewers as it renders navigation
9473                 keys useless. Take back focus after switching
9474                 pages.
9475
9476 2006-09-04 [colin]      2.4.0cvs146
9477
9478         * src/messageview.c
9479                 Set stop_loading when clicking on Next
9480                 during load. Don't add a callback to 
9481                 avoid over-complicating things.
9482
9483 2006-09-04 [colin]      2.4.0cvs145
9484
9485         * src/mimeview.c
9486         * src/messageview.c
9487                 Fix multiple loads in separate messageview
9488
9489 2006-09-04 [colin]      2.4.0cvs144
9490
9491         * src/summaryview.c
9492                 Let navigation keys be handled during 
9493                 load
9494
9495 2006-09-04 [colin]      2.4.0cvs143
9496
9497         * src/messageview.c
9498         * src/summaryview.c
9499         * src/textview.c
9500         * src/textview.h
9501                 Make loading of huge mails (lots of text and/or
9502                 images) cancellable, so the GUI doesn't block 
9503
9504 2006-09-04 [colin]      2.4.0cvs142
9505
9506         * src/plugins/trayicon/trayicon.c
9507                 Fix annoyance when removing a folder with 
9508                 unread mails: trayicon didn't update
9509
9510 2006-09-04 [paul]       2.4.0cvs141
9511
9512         * src/gtk/icon_legend.c
9513                 straighten up columns
9514                 Patch by Fabien Vantard
9515
9516 2006-09-04 [wwp]        2.4.0cvs140
9517
9518         * src/prefs_filtering.c
9519                 fix new line's account name in filtering prefs:
9520                 was "All", is now "(New)".
9521
9522 2006-09-04 [paul]       2.4.0cvs139
9523
9524         * tools/make.themes.project
9525                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9526                 instead of homebrewed "make release"
9527
9528 2006-09-03 [colin]      2.4.0cvs138
9529
9530         * src/folderview.c
9531                 Fix bug #1007 (Wrong folder highlighted)
9532
9533 2006-09-03 [colin]      2.4.0cvs137
9534
9535         * src/compose.c
9536                 Don't set Newsgroup: header to a mail folder
9537                 path
9538
9539 2006-09-03 [paul]       2.4.0cvs136
9540
9541         * src/prefs_other.c
9542         * src/prefs_spelling.c
9543                 unify the gui
9544
9545 2006-09-03 [paul]       2.4.0cvs135
9546
9547         * src/prefs_summaries.c
9548                 correct menu item text in prefs_keybind_apply_clicked()
9549
9550 2006-09-03 [paul]       2.4.0cvs134
9551
9552         * manual/advanced.xml
9553                 some improvements to the descriptions
9554         * src/mainwindow.c
9555         * src/messageview.c
9556         * src/summaryview.c
9557         * src/gtk/menu.c
9558                 fix menu sensitivity issues
9559         * src/prefs_message.c
9560                 drop the useless word 'short'
9561         * src/prefs_other.c
9562                 add the word 'lines' indicating log length
9563                 is a measure of lines
9564         * src/textview.c
9565                 fix compilation warnings
9566
9567 2006-09-02 [colin]      2.4.0cvs133
9568
9569         * src/messageview.c
9570                 Display a special return-receipt message
9571                 if the message is from the user
9572         * src/summaryview.c
9573                 Fix missing freeze of the list when marking
9574                 all read and unthreading for exec. Thanks
9575                 to Stephan Sachse.
9576
9577 2006-09-02 [paul]       2.4.0cvs132
9578
9579         * src/mainwindow.c
9580         * src/prefs_message.c
9581         * src/summaryview.c
9582                 fix some english
9583
9584 2006-09-02 [wwp]        2.4.0cvs131
9585
9586         * src/prefs_filtering.c
9587                 added an account name column to the filtering rules
9588                 dialog.
9589
9590 2006-09-02 [colin]      2.4.0cvs130
9591
9592         * src/gtk/logwindow.c
9593         * src/gtk/logwindow.h
9594                 Block scrolling if we're not at the end
9595                 of the log
9596
9597 2006-09-02 [colin]      2.4.0cvs129
9598
9599         * src/folder.c
9600                 Make sure account-specific rules can't
9601                 be used in {pre-,post-,}processing
9602         * src/mainwindow.c
9603         * src/gtk/logwindow.c
9604         * src/gtk/logwindow.h
9605                 Jump to last error when clicking on the
9606                 warning icon
9607
9608 2006-09-02 [colin]      2.4.0cvs128
9609
9610         * src/imap.c
9611         * src/import.c
9612         * src/mainwindow.c
9613         * src/mainwindow.h
9614                 Fix warning icon
9615         * src/inc.c
9616         * src/mbox.c
9617         * src/mbox.h
9618                 Let proc_mbox know its account, for
9619                 account-specific rules
9620
9621 2006-09-01 [colin]      2.4.0cvs127
9622
9623         * src/codeconv.c
9624                 Don't uselessly use iconv to convert from
9625                 us-ascii
9626         * src/alertpanel.c
9627         * src/mainwindow.c
9628         * src/mainwindow.h
9629         * src/inc.c
9630                 Fix certain log cases, disable warning icon
9631                 for now, the correct way to display it when
9632                 necessary and only when necessary is probably
9633                 to do it manually rather than use error logs
9634         * src/etpan/imap-thread.c
9635                 Clean up UID logging a bit
9636         * src/gtk/logwindow.c
9637         * src/gtk/logwindow.h
9638                 Make logging faster when the window's closed
9639
9640 2006-09-01 [wwp]        2.4.0cvs126
9641
9642         * manual/fr/account.xml
9643                 reflect changes to the ref. manual (parts of cvs72):
9644                 fix tabnames and quotes.
9645
9646 2006-09-01 [wwp]        2.4.0cvs125
9647
9648         * manual/fr/plugins.xml
9649                 reflect changes to the reference manual (cvs42):
9650                 update IRC channel info.
9651
9652 2006-09-01 [wwp]        2.4.0cvs124
9653
9654         * commitHelper
9655                 use CVSEDITOR env. var. if set, according to `man cvs`.
9656
9657 2006-09-01 [wwp]        2.4.0cvs123
9658
9659         * manual/advanced.xml
9660                 better sentence again (thanks to Paul).
9661
9662 2006-09-01 [wwp]        2.4.0cvs122
9663
9664         * manual/advanced.xml
9665         fix definition of toolbar_detachable and rework a bit the one of
9666         enable_dotted_lines.
9667
9668 2006-09-01 [mones]      2.4.0cvs121
9669
9670         * manual/advanced.xml
9671                 Document enable_dotted_lines
9672
9673 2006-09-01 [paul]       2.4.0cvs120
9674
9675         * src/folderview.c
9676         * src/folderview.h
9677         * src/imap.c
9678         * src/mainwindow.c
9679         * src/summaryview.c
9680                 obey the 'When entering folder...' option
9681                 when using the /View/Go to/... menu items
9682                 Thanks to Colin
9683
9684 2006-08-31 [colin]      2.4.0cvs119
9685
9686         * src/folderview.c
9687                 Revert 2.4.0cvs116, wrong fix.
9688
9689 2006-08-31 [colin]      2.4.0cvs118
9690
9691         * src/gtk/gtksctree.c
9692                 Better state the various copyrights
9693
9694 2006-08-31 [colin]      2.4.0cvs117
9695
9696         * src/prefs_common.c
9697                 fix enable_dotted_lines
9698
9699 2006-08-31 [colin]      2.4.0cvs116
9700
9701         * src/folderview.c
9702                 Use pref "Always open on select" when going
9703                 to next unread folder
9704         * src/gtk/gtksctree.c
9705                 Fix link failure to _gtk_clist_create_cell_layout
9706                 on certain computers. (Why not mine, I wonder)
9707
9708 2006-08-31 [colin]      2.4.0cvs115
9709
9710         * src/procmsg.c
9711         * src/textview.c
9712         * src/plugins/bogofilter/bogofilter.c
9713         * src/plugins/spamassassin/spamassassin.c
9714                 Requalify some "errors" to warnings
9715         * src/mainwindow.c
9716         * src/mainwindow.h
9717         * src/statusbar.c
9718                 Add an icon in the statusbar to notify
9719                 of errors
9720         * src/gtk/gtksctree.c
9721         * src/folderview.c
9722         * src/summaryview.c
9723                 Make the GtkSCTree look more modern by
9724                 alternating background lines
9725         * src/prefs_common.c
9726         * src/prefs_common.h
9727                 Add a pref to let people have the old
9728                 way if they prefer
9729
9730
9731 2006-08-30 [colin]      2.4.0cvs114
9732
9733         * src/procmsg.c
9734         * src/procmsg.h
9735                 Provide a way to filter a list of
9736                 messages in an optimised manner, and
9737                 add a list-filtering hook
9738         * src/folder.c
9739         * src/inc.c
9740         * src/mbox.c
9741                 Use the list filtering
9742         * src/plugins/bogofilter/bogofilter.c
9743                 Use the list-filtering hook
9744                 Use -b (bulk) mode for more speed
9745                 when learning and filtering
9746         * src/etpan/imap-thread.c
9747                 Make log output shorter in UID SEARCH
9748
9749
9750 2006-08-30 [colin]      2.4.0cvs113
9751
9752         * src/plugins/bogofilter/bogofilter.c
9753                 Really fast mass learning - thanks to David
9754                 Relson for the options explanations :)
9755
9756 2006-08-30 [colin]      2.4.0cvs112
9757
9758         * src/msgcache.c
9759                 Fix compilation on FreeBSD. Thanks
9760                 to Michael Hugues
9761
9762 2006-08-29 [colin]      2.4.0cvs111
9763
9764         * src/folderview.c
9765                 Handle "popup_menu" signal (for popping the 
9766                 menu via the keyboard)
9767         * src/mimeview.c
9768         * src/mimeview.h
9769         * src/summaryview.c
9770         * src/textview.c
9771         * src/gtk/gtkutils.c
9772         * src/gtk/gtkutils.h
9773                 Factorize scrolling code, and add an API 
9774                 for MimeViewers to handle scroll orders
9775
9776 2006-08-29 [wwp]        2.4.0cvs110
9777
9778         * src/plugins//bogofilter/bogofilter.c
9779         * src/plugins//spamassassin/spamassassin.c
9780                 make the bogofilter/spamassassin filtering error dialogs at
9781         incorporation obey to the "don't popup error dialog on
9782         receive error" option. If disabled, feed the log window w/
9783         the error message.
9784
9785 2006-08-29 [paul]
9786
9787         2.5.0-rc2 released
9788
9789 2006-08-29 [paul]       2.4.0cvs109
9790
9791         * Makefile.am
9792                 remove 'make release', it's not needed
9793                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9794
9795 2006-08-29 [paul]       2.4.0cvs108
9796
9797         * src/foldersel.c
9798         * src/summary_search.c
9799         * src/gtk/progressdialog.c
9800         * src/plugins/pgpcore/passphrase.c
9801                 replace deprecated gtk_window_set_policy()
9802
9803 2006-08-29 [colin]      2.4.0cvs107
9804
9805         * src/folder.c
9806                 Fix data loss when copy fails during a move:
9807                 only use fast remove_msgs if everything was
9808                 copied OK; else use slow remove_msg on the
9809                 mails that got copied only.
9810
9811 2006-08-28 [paul]       2.4.0cvs106
9812
9813         * src/mh.c
9814                 revert change in 2.4.0cvs104, it breaks
9815                 stuff
9816
9817 2006-08-28 [paul]       2.4.0cvs105
9818
9819         * src/plugins/spamassassin/spamassassin.c
9820                 english fix
9821
9822 2006-08-28 [paul]       2.4.0cvs104
9823
9824         * src/mh.c
9825                 fix data loss when moving to another
9826                 mailbox fails
9827         * src/prefs_spelling.c
9828                 improve the english
9829         * src/gtk/pluginwindow.c
9830                 improve the layout of the dialog text
9831         All thanks to Colin
9832
9833 2006-08-28 [paul]       2.4.0cvs103
9834
9835         * src/plugins/bogofilter/bogofilter.c
9836         * src/plugins/bogofilter/bogofilter_gtk.c
9837                 fix english up a bit, innit
9838
9839 2006-08-28 [paul]       2.4.0cvs102
9840
9841         * configure.ac
9842         * po/Makefile.in.in
9843         * po/Makevars
9844                 require autoconf 2.60, enabling building
9845                 with gettext 0.15 (gettext 0.14.x build still
9846                 possible). Replace Makefiles with versions
9847                 from gettext 0.15.
9848                 Remove configure options --with-localedir and
9849                 --with-mandir. The options that are provided
9850                 directly by autoconf 2.60 can be used instead:
9851                 --mandir --localedir
9852
9853 2006-08-27 [colin]      2.4.0cvs101
9854
9855         * src/plugins/bogofilter/Makefile.am
9856                 Fix make dist (no README)
9857
9858 2006-08-27 [colin]      2.4.0cvs100
9859
9860         * src/folder.c
9861                 Don't use F_UNKNOWN folders for any default
9862                 outbox/trash/etc
9863         * src/plugins/bogofilter/bogofilter.c
9864         * src/plugins/bogofilter/bogofilter.h
9865         * src/plugins/bogofilter/bogofilter_gtk.c
9866                 Add an option to specify the path to bogofilter
9867                 Use single-quotes to be able to learn in folders
9868                 with spaces in their names
9869                 Verify learning status
9870
9871 2006-08-27 [colin]      2.4.0cvs99
9872
9873         * manual/faq.xml
9874         * manual/plugins.xml
9875                 Document Bogofilter plugin
9876
9877 2006-08-27 [colin]      2.4.0cvs98
9878
9879         * src/compose.c
9880         * src/messageview.c
9881         * src/procmsg.c
9882         * src/procmsg.h
9883                 When possible, copy the queued mail to sent folder
9884                 instead of re-adding. Much faster on IMAP.
9885
9886 2006-08-27 [colin]      2.4.0cvs97
9887
9888         * src/msgcache.c
9889                 Disable mmaped caches - huge metadata loss
9890                 here after a power failure.
9891         * src/summaryview.c
9892                 Add quicksearch timing
9893         * src/common/plugin.c
9894         * src/common/plugin.h
9895                 Implement an interface to tell what plugins
9896                 provide. Prevent loading of similar plugins.
9897         * src/plugins/clamav/clamav_plugin.c
9898         * src/plugins/demo/demo.c
9899         * src/plugins/dillo_viewer/dillo_viewer.c
9900         * src/plugins/pgpcore/plugin.c
9901         * src/plugins/pgpinline/pgpinline.c
9902         * src/plugins/pgpmime/pgpmime.c
9903         * src/plugins/spamassassin/spamassassin.c
9904         * src/plugins/trayicon/trayicon.c
9905                 Implement plugin_provides()
9906
9907 2006-08-27 [colin]      2.4.0cvs96
9908
9909         * configure.ac
9910         * src/plugins/Makefile.am
9911         * src/plugins/bogofilter/.cvsignore
9912         * src/plugins/bogofilter/Makefile.am
9913         * src/plugins/bogofilter/bogofilter.c
9914         * src/plugins/bogofilter/bogofilter.h
9915         * src/plugins/bogofilter/bogofilter_gtk.c
9916                 New Bogofilter plugin, provides filtering and
9917                 learning. Spamassassin will go to extra plugins.
9918
9919 2006-08-26 [mones]      2.4.0cvs95
9920
9921         * manual/handling.xml
9922                 Fix subfolder path in the example (thanks to Paul) 
9923
9924 2006-08-26 [mones]      2.4.0cvs94
9925
9926         * manual/glossary.xml
9927                 2.2. + add ISP to the glossary
9928                 7.5. + Add UIDL to glossary
9929                 7.7. + Add TCP to glossary
9930         * manual/handling.xml
9931                 7.1. + Mentions GNU/Linux distribution, what about the non...
9932                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9933                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9934                 7.4. = Use appropriate quotation for commands
9935                 7.6. = change "" to <quote></quote>
9936         * manual/plugins.xml
9937                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9938         * manual/starting.xml
9939                 2.1. + local mbox file: some examples of mbox file locations...
9940                 Also reformatted files requiring it
9941
9942 2006-08-26 [wwp]        2.4.0cvs93
9943
9944         * src/summary_search.c
9945                 disable find buttons while summary search is running.
9946
9947 2006-08-25 [colin]      2.4.0cvs92
9948
9949         * src/folder.c
9950         * src/folderutils.c
9951         * src/mh.c
9952         * src/procmsg.h
9953         * src/summaryview.c
9954                 Speed up MH moving, and add progressbar
9955                 for MH deletion
9956         * src/msgcache.c
9957                 Write cache files using mmap() too
9958
9959 2006-08-25 [wwp]        2.4.0cvs91
9960
9961         * src/summaryview.c
9962                 switch spam<->ham button when a message has been marked as spam or ham
9963                 and is still selected. Thanks to Colin.
9964
9965 2006-08-25 [paul]       2.4.0cvs90
9966
9967         * src/Makefile.am
9968         * src/stock_pixmap.c
9969         * src/stock_pixmap.h
9970         * src/summaryview.c
9971         * src/gtk/icon_legend.c
9972         * src/pixmaps/copied.xpm
9973         * src/pixmaps/moved.xpm
9974                 add icons for delayed execution marked for
9975                 copying, marked for moving
9976
9977 2006-08-25 [mones]      2.4.0cvs89
9978
9979         * manual/glossary.xml
9980                 Fix the other glossary items:
9981                 5.1. = Inmmediate execution -> <quote>immediate execution...
9982                 5.2. = Fix MBOX capitalization -> Mbox
9983                 5.3. + Improve Plugins def. w/ tech. ref.
9984                 5.4. = Quotation -> replace '>' by <quote>></quote>
9985                 5.5. - SMTP Server. -> remove dot
9986         * po/es.po
9987                 Updated translation
9988
9989 2006-08-25 [mones]      2.4.0cvs88
9990
9991         * manual/ack.xml
9992                 Reformatted, changed email address
9993         * manual/glossary.xml
9994                 Reformatted, fixed MANUAL-TODO items:
9995                 8.2. + add ROT-13 to glossary
9996                 8.4. + add URL to glossary
9997         * manual/es/advanced.xml
9998                 Fixed <literal>s
9999
10000 2006-08-25 [paul]       2.4.0cvs87
10001
10002         * src/gtk/icon_legend.c
10003                 add 'marked for deletion' icon
10004                 arrange icons by containing column
10005                 wrap long label text
10006
10007 2006-08-25 [colin]      2.4.0cvs86
10008
10009         * src/common/utils.c
10010         * src/common/utils.h
10011                 Add the sc_g_*list_bigger functions in
10012                 a place everyone can use it
10013         * src/summaryview.c
10014                 Only freeze/thaw the list when working
10015                 on the selection, if it's bigger than 1
10016         * src/gtk/gtksctree.c
10017                 Only freeze/thaw the list when unselec-
10018                 ting 'all' if ('all' != 1)
10019                 This avoids some flickering
10020
10021 2006-08-24 [colin]      2.4.0cvs85
10022
10023         * src/addressbook.c
10024                 Fix strange list selection
10025                 Fix random seg (Invalid read of freed memory)
10026
10027 2006-08-24 [colin]      2.4.0cvs84
10028
10029         * src/alertpanel.c
10030         * src/gtk/inputdialog.c
10031         * src/plugins/pgpcore/passphrase.c
10032                 Revert minimal width patch of 2.4.0cvs67,
10033                 as it is also a maximal width. Use 
10034                 gtk_window_set_default_size instead.
10035
10036 2006-08-24 [colin]      2.4.0cvs83
10037
10038         * src/msgcache.c
10039                 Write cache/mark to temp files before
10040                 overwriting old ones (avoids metadata
10041                 loss if writing the new files fail).
10042                 Use mmap() to read cache/mark file, as
10043                 this makes cache reading faster. Dis-
10044                 abled for big-endian machines until it
10045                 can be tested. (Big-endian users: set
10046                 msgcache_use_mmap = TRUE in the relevant
10047                 #if).
10048         * src/procmsg.h
10049                 Move rarely used fields of MsgInfo in 
10050                 another structure, which will only be
10051                 allocated if needed. Face, X-Face,
10052                 Return receipt headers and List-*
10053                 headers are moved. Mails having none
10054                 of these occupy 52 bytes less with
10055                 this patch, which makes 2.5MB of RAM
10056                 saved on a 50k folder).
10057         * src/headerview.c
10058         * src/mainwindow.c
10059         * src/messageview.c
10060         * src/partial_download.c
10061         * src/procheader.c
10062         * src/procmsg.c
10063         * src/textview.c
10064                 Follow this structure change.
10065
10066 2006-08-24 [wwp]        2.4.0cvs82
10067
10068         * manual/es/.cvsignore
10069         * manual/es/dist/.cvsignore
10070         * manual/es/dist/html/.cvsignore
10071         * manual/es/dist/pdf/.cvsignore
10072         * manual/es/dist/ps/.cvsignore
10073         * manual/es/dist/txt/.cvsignore
10074                 more (generated) files to ignore.
10075
10076 2006-08-24 [colin]      2.4.0cvs81
10077
10078         * src/folder.c
10079         * src/mh.c
10080                 Fix possible problems with local delivery. Check the folder doesn't
10081                 need scan before setting its mtime when saving cache (which can be
10082                 done long after the folder's been modified by an external process);
10083                 Check that the stored item's mtime didn't change in mh functions.
10084
10085 2006-08-24 [mones]      2.4.0cvs80
10086
10087         * manual/advanced.xml
10088                 Rewrapping, some fixes and MANUAL-TODO items:
10089                 8.1. = change "" to <quote></quote>
10090                 8.3. = quote menu items
10091                 8.5. - deploying -> new user ... ideally a new user (redundant)
10092
10093 2006-08-23 [colin]      2.4.0cvs79
10094
10095         * src/gtk/gtksctree.c
10096                 When selecting or deselecting range, only
10097                 freeze/thaw when selection is bigger than 10
10098
10099 2006-08-23 [colin]      2.4.0cvs78
10100
10101         * src/messageview.c
10102         * src/mimeview.c
10103         * src/mimeview.h
10104         * src/plugins/dillo_viewer/dillo_viewer.c
10105                 Provide an API for MimeViewer plugins to
10106                 return a text selection for replying
10107
10108 2006-08-23 [colin]      2.4.0cvs77
10109
10110         * src/image_viewer.c
10111         * src/textview.c
10112                 Use gtk_pixbuf_new_from_file_at_scale(), which
10113                 is faster than getting the pixbuf then resizing
10114                 it.
10115
10116 2006-08-23 [colin]      2.4.0cvs76
10117
10118         * src/procmime.c
10119                 UTF-8 should be sent Quoted-printable
10120
10121 2006-08-22 [colin]      2.4.0cvs75
10122
10123         * src/mh.c
10124                 Check if scan is required before touching
10125                 the folder (or it'll be required every time)
10126
10127 2006-08-22 [colin]      2.4.0cvs74
10128
10129         * configure.ac
10130                 Require libetpan 0.46 (crasher fix when built
10131                 against gnutls)
10132
10133 2006-08-22 [colin]      2.4.0cvs73
10134
10135         * src/folder.c
10136                 Set folder's mtime after writing its
10137                 cache
10138         * src/folderview.c
10139                 Add some timing
10140         * src/procmsg.c
10141                 Don't do useless stuff if we don't 
10142                 thread by subject
10143         * src/summaryview.c
10144                 Add some timing, don't deselect prior
10145                 to selecting (gtksctree does it itself),
10146                 remove crash avoidance hacks as it's been
10147                 properly fixed since a while
10148         * src/common/utils.c
10149                 Optimize to_human_readable(): _() is slow,
10150                 do it only once, and avoid %f format for KB
10151                 (the most common in a summaryview)
10152         * src/gtk/gtksctree.c
10153                 Don't uselessly freeze/thaw (fixes flicker
10154                 on next unread and friends), reduce number
10155                 of g_list_nth/g_list_position where possible
10156         * src/gtk/gtkutils.c
10157         * src/gtk/gtkutils.h
10158                 Reduce number of g_list_nth/g_list_position
10159                 where possible.
10160                 All of this makes loading as 70k folder 2.1
10161                 seconds instead of 3.2 (with hot FS caches).
10162                 (1.3 seconds without Date and Size columns...)
10163
10164 2006-08-22 [paul]       2.4.0cvs72
10165
10166         wrap documents and do some items from mones' MANUAL-TODO:
10167
10168         * manual/account.xml
10169                 4.1. = fix tabname references to <quote>tabname</quote>
10170                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10171         * manual/faq.xml
10172                 1.1. = mentioned options don't match UI
10173                 Add information about the 'Never send Return Receipts'
10174                 option
10175         * manual/handling.xml
10176                 6.2. = Mentions Extended symbols button, but now is
10177                 named Information
10178                 6.3. = Mentions ... button, which is now Edit
10179
10180 2006-08-22 [colin]      2.4.0cvs71
10181
10182         * src/gtk/pluginwindow.c
10183                 Fix layout in verbose translations (such
10184                 as french)
10185
10186 2006-08-22 [paul]       2.4.0cvs70
10187
10188         * manual/Makefile.am
10189                 build manuals in alphabetical order
10190         * src/addressbook.c
10191         * src/prefs_themes.c
10192                 replace/remove deprecated symbols
10193         * src/gtk/gtkutils.c
10194                 fix a warning
10195         * src/gtk/pluginwindow.c
10196                 replace deprecated symbol
10197                 replace label text and move it
10198         * src/plugins/pgpcore/prefs_gpg.c
10199                 move the 'Generate...' button out of the
10200                 Sign Key frame, replace the English used
10201         * src/plugins/pgpcore/sgpgme.c
10202                 fixes to the English
10203
10204 2006-08-21 [colin]      2.4.0cvs69
10205
10206         * src/plugins/trayicon/trayicon.c
10207                 Add more strings for translation; patch
10208                 by Pawel
10209
10210 2006-08-21 [colin]      2.4.0cvs68
10211
10212         * src/compose.c
10213                 fix replied flag not set after drafting
10214         * src/matcher.c
10215                 fix body quicksearch in non-encoded bodies
10216                 containing '='
10217         * src/msgcache.c
10218                 Get rid of the g_malloc workaround for
10219                 corrupted caches, use g_try_malloc
10220
10221 2006-08-21 [colin]      2.4.0cvs67
10222
10223         * src/alertpanel.c
10224         * src/gtk/inputdialog.c
10225         * src/plugins/pgpcore/passphrase.c
10226                 Set minimal width to 375
10227         * src/mainwindow.c
10228                 Fix switching to offline, asking if it 
10229                 should be overriden for synchronising
10230         * src/mimeview.c
10231                 Don't offer to remember command on Open 
10232                 with for text parts, as the browser or 
10233                 text editor command isn't changed from 
10234                 there
10235
10236 2006-08-20 [paul]       2.4.0cvs66
10237
10238         * po/ko.po
10239         * po/zh_CN.po
10240                 fix plural form errors. revealed by stricter
10241                 checking of gettext 0.15
10242
10243 2006-08-18 [paul]       2.4.0cvs65
10244
10245         * src/stock_pixmap.c
10246                 fix the fix of 2.4.0cvs64
10247                 Thanks to Colin
10248
10249 2006-08-18 [paul]       2.4.0cvs64
10250
10251         * src/stock_pixmap.c
10252                 fix leaks
10253                 Thanks to Colin
10254
10255 2006-08-18 [paul]       2.4.0cvs63
10256
10257         * src/compose.c
10258         * src/procmsg.c
10259                 fix occasional IMAP bug where large msgs
10260                 were left in the queue folder after sending
10261                 Thanks to Colin
10262
10263 2006-08-18 [paul]       2.4.0cvs62
10264
10265         * src/folderview.c
10266                 freeze the summaryview while quicksearch results
10267                 are displayed
10268                 (fixes bug 456 'current message is hidden when the
10269                 view is refreshed and extended search is "unread 
10270                 messages"')
10271                 Thanks to Colin
10272         * src/textview.c
10273                 add missing #include "inputdialog.h"
10274         * src/common/utils.h
10275                 add missing mailcap_update_default() and improve
10276                 readability
10277
10278 2006-08-17 [colin]      2.4.0cvs61
10279
10280         * src/plugins/pgpcore/select-keys.c
10281                 Fix warnings :)
10282
10283 2006-08-17 [colin]      2.4.0cvs60
10284
10285         * src/compose.c
10286                 Don't continue queuing if Cancel is clicked
10287                 in select-keys
10288
10289 2006-08-17 [colin]      2.4.0cvs59
10290
10291         * src/plugins/pgpcore/select-keys.c
10292                 When encrypting, if only one key matches and it 
10293                 matches exactly, automatically use it.
10294
10295 2006-08-17 [colin]      2.4.0cvs58
10296
10297         * src/mimeview.c
10298         * src/prefs_common.c
10299         * src/prefs_common.h
10300         * src/prefs_ext_prog.c
10301         * src/textview.c
10302                 Fix issues with previous patch (text/html)
10303                 Remove outdated prefs
10304
10305 2006-08-17 [colin]      2.4.0cvs57
10306
10307         * src/imap.c
10308                 Add View Log button on auth error
10309         * src/procmsg.c
10310                 Fix encrypted mail marked as new when
10311                 saved in normal folders
10312         * src/plugins/pgpinline/pgpinline.c
10313                 Fix encrypt bug on IMAP
10314         * src/mimeview.c
10315         * src/common/utils.c
10316         * src/common/utils.h
10317         * src/gtk/inputdialog.c
10318         * src/gtk/inputdialog.h
10319                 Get rid of metamail stuff, simplify
10320                 opening, and allow remembering of user's
10321                 choices (by updating ~/.mailcap). There's
10322                 still to drop "Audio player" and "Image
10323                 viewer" preferences.
10324
10325 2006-08-17 [mones]      2.4.0cvs56
10326
10327         * manual/es/sylpheed-claws-manual.xml
10328                 fix DTD path
10329
10330 2006-08-17 [mones]      2.4.0cvs55
10331
10332         * configure.ac
10333         * manual/Makefile.am
10334         * manual/es/Makefile.am
10335         * manual/es/account.xml
10336         * manual/es/ack.xml
10337         * manual/es/addrbook.xml
10338         * manual/es/advanced.xml
10339         * manual/es/faq.xml
10340         * manual/es/glossary.xml
10341         * manual/es/gpl.xml
10342         * manual/es/handling.xml
10343         * manual/es/intro.xml
10344         * manual/es/keyboard.xml
10345         * manual/es/plugins.xml
10346         * manual/es/starting.xml
10347         * manual/es/sylpheed-claws-manual.xml
10348         * manual/es/dist/Makefile.am
10349         * manual/es/dist/html/Makefile.am
10350         * manual/es/dist/pdf/Makefile.am
10351         * manual/es/dist/ps/Makefile.am
10352         * manual/es/dist/txt/Makefile.am
10353                 Spanish translation for the manual
10354
10355 2006-08-16 [colin]      2.4.0cvs54
10356
10357         * src/compose.c
10358         * src/main.c
10359         * src/mainwindow.c
10360                 Fix send button sensitivity at startup
10361                 Set send menu sensitivity (patch by Fabien)
10362         * src/ssl_manager.c
10363                 Enable closing with esc (patch by Fabien)
10364         * src/gtk/foldersort.c
10365                 Enable closing with esc (patch by Fabien)
10366         * src/procmime.c
10367                 Optimisation (no need to copy to tempfile to
10368                 "decode" 7bit and 8bit)
10369         * src/summaryview.c
10370                 Fix cruft in swap_from case
10371         * src/textview.c
10372                 Fix missing last line in some mail cases 
10373                 (Fixes debian #381872)
10374         * src/plugins/pgpcore/prefs_gpg.c
10375         * src/plugins/pgpcore/sgpgme.c
10376         * src/plugins/pgpcore/sgpgme.h
10377                 Don't show "no key found" when user explicitely
10378                 wants to create a key
10379
10380 2006-08-16 [paul]       2.4.0cvs53
10381
10382         * configure.ac
10383         * src/account.c
10384         * src/addressbook.c
10385         * src/headerview.c
10386         * src/prefs_account.c
10387         * src/prefs_message.c
10388         * src/gtk/gtkutils.c
10389                 bump up minimum required versions of GTK+ and
10390                 GLIB to 2.6.0
10391
10392 2006-08-16 [paul]       2.4.0cvs52
10393
10394         * src/toolbar.c
10395                 workaround GTK+ Bug 351600 - 'Can't re-click
10396                 on button after sensitivity update'
10397                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10398                 Thanks to Colin
10399
10400 2006-08-15 [colin]      2.4.0cvs51
10401
10402         * src/plugins/pgpcore/prefs_gpg.c
10403                 Set options sensitivity according to
10404                 key existence
10405         * src/plugins/pgpcore/sgpgme.c
10406                 Allow to create key with no passphrase
10407
10408 2006-08-14 [cleroy]     2.4.0cvs50
10409
10410         * src/gtk/pluginwindow.c
10411                 New layout (maybe to be changed?)
10412         * src/gtk/gtkutils.c
10413                 Fix a bit label_window
10414         * src/plugins/pgpcore/passphrase.c
10415         * src/plugins/pgpcore/passphrase.h
10416         * src/plugins/pgpcore/plugin.c
10417         * src/plugins/pgpcore/prefs_gpg.c
10418         * src/plugins/pgpcore/prefs_gpg.h
10419         * src/plugins/pgpcore/sgpgme.c
10420         * src/plugins/pgpcore/sgpgme.h
10421                 Allow to create a PGP private key via the GUI
10422
10423 2006-08-14 [wwp]        2.4.0cvs49
10424
10425         * src/addressbook_foldersel.c
10426                 fix strict ISO C90 compliance.
10427
10428 2006-08-14 [paul]       2.4.0cvs48
10429
10430         * src/gtk/prefswindow.c
10431                 re-set scrolled window on opening
10432                 Patch by Ticho
10433
10434 2006-08-14 [paul]
10435
10436         2.5.0-rc1 released
10437
10438 2006-08-14 [paul]       2.4.0cvs47
10439
10440         * src/prefs_display_header.c
10441                 re-enable user-defined Displayed Headers
10442
10443 2006-08-14 [paul]       2.4.0cvs46
10444
10445         * src/prefs_account.c
10446                 use GTK_STOCK_EDIT
10447
10448 2006-08-13 [colin]      2.4.0cvs45
10449
10450         * src/common/utils.c
10451                 Fix "a" in quote when the original message is empty,
10452                 by using \0 instead of 'a' to test writability of
10453                 temp files.
10454
10455 2006-08-13 [wwp]        2.4.0cvs44
10456
10457         * src/plugins/spamassassin/spamassassin.c
10458                 fix capitalization of "SpamAssassin" in some debug, log and
10459                 dialog messages.
10460
10461 2006-08-13 [paul]       2.4.0cvs43
10462
10463         * src/editldap.c
10464                 fix overlapping widgets
10465         * src/prefs_account.c
10466                 fix translation of protocol_names[]
10467                 fix label disappearing off the edge of the
10468                 visible area
10469
10470 2006-08-12 [paul]       2.4.0cvs42
10471
10472         * manual/plugins.xml
10473                 update IRC channel info before it gets forgotten
10474                 about
10475
10476 2006-08-11 [colin]      2.4.0cvs41
10477
10478         * src/compose.c
10479         * src/mainwindow.c
10480         * src/mainwindow.h
10481         * src/procmsg.c
10482         * src/procmsg.h
10483         * src/summaryview.c
10484         * src/toolbar.c
10485                 Grey out the Send button if
10486                 - Queue folders are empty, or
10487                 - We're sending already
10488
10489 2006-08-11 [wwp]        2.4.0cvs40
10490
10491         * src/main.c
10492                 fix a logic issue when quitting while a compose window is
10493                 still open, thanks to Colin.
10494
10495 2006-08-10 [colin]      2.4.0cvs39
10496
10497         * src/main.c
10498                 Fix default font size setting after wizard run
10499         * src/imap.c
10500         * src/etpan/imap-thread.c
10501         * src/etpan/imap-thread.h
10502                 Fix bug #999 (Timing out on TSL cert validation 
10503                 dialog makes ugly things happen). Also, STARTTLS
10504                 unconditionnaly if initial capabilities contain
10505                 LOGINDISABLED and STARTTLS.
10506
10507 2006-08-09 [colin]      2.4.0cvs38
10508
10509         * src/mainwindow.c
10510         * src/mainwindow.h
10511                 Fix Tools/Actions sensitivity when there are
10512                 no actions
10513
10514 2006-08-09 [colin]      2.4.0cvs37
10515
10516         * src/prefs_filtering.c
10517                 Warning fix, patch by Paul
10518         * src/messageview.c
10519         * src/prefs_actions.c
10520         * src/prefs_filtering_action.c
10521         * src/prefs_matcher.c
10522                 Uniformisation of "Info ..." to "Info..." (for
10523                 old gtk), patch by Fabien
10524         * src/plugins/clamav/clamav_plugin_gtk.c
10525                 Sensitivity fix by Fabien
10526
10527 2006-08-09 [colin]      2.4.0cvs36
10528
10529         * src/main.c
10530         * src/main.h
10531                 Add a function to know whether we're exiting
10532         * src/plugins/trayicon/trayicon.c
10533                 If exiting, don't do anything. Faster, and
10534                 avoids gtk_main_iteration reentracy causing
10535                 segfaults at exit
10536
10537 2006-08-09 [colin]      2.4.0cvs35
10538
10539         * src/messageview.c
10540         * src/mimeview.c
10541         * src/mimeview.h
10542                 Fix lack of part selection when automatically 
10543                 jumping to a specific part
10544         * src/msgcache.c
10545                 Little optimisation in cache reading
10546
10547 2006-08-09 [colin]      2.4.0cvs34
10548
10549         * src/compose.c
10550                 Fix crash setting the priority on reedit
10551                 (Accessing compose before creating it!)
10552
10553 2006-08-08 [colin]      2.4.0cvs33
10554
10555         * src/procmime.c
10556                 Fix bug #998 (last attachment is not accessible)
10557                 Bad RFC interpretation on multipart close-delimiters
10558         * src/mimeview.c
10559         * src/mimeview.h
10560         * src/gtk/gtkvscrollbutton.c
10561         * src/gtk/gtkvscrollbutton.h
10562                 Make attachments list wheel-scrollable
10563
10564 2006-08-07 [colin]      2.4.0cvs32
10565
10566         * src/gtk/gtkaspell.c
10567                 Fix bug #973 (Unicode punctation characters 
10568                 are not recognized as separators by the
10569                 spell checker); fix unsigned stuff
10570
10571 2006-08-07 [colin]      2.4.0cvs31
10572
10573         * src/compose.c
10574                 Fix bug #956 (DnD text with accents in compose 
10575                 text entry); fix gccc's signed/unsigned fuss
10576
10577 2006-08-06 [colin]      2.4.0cvs30
10578
10579         * src/main.c
10580                 Fix bug #979 (Plugin crashes when exiting 
10581                 sylpheed-claws) : handle exit request only 
10582                 once
10583
10584 2006-08-05 [colin]      2.4.0cvs29
10585
10586         * src/news.c
10587                 Just make sure we have a msgid.
10588
10589 2006-08-05 [colin]      2.4.0cvs28
10590
10591         * src/news.c
10592         * src/summaryview.c
10593                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10594                 by reimplementing it
10595         * src/textview.c
10596                 Fix bug when hiding quotes with level > 3 and quote
10597                 colors are recycled
10598
10599 2006-08-04 [colin]      2.4.0cvs27
10600
10601         * src/compose.c
10602         * src/undo.c
10603         * src/undo.h
10604                 Fix a bit replace-by-pasting undo
10605         * src/mainwindow.c
10606         * src/messageview.c
10607                 Fix Fold quotes menu synchro in
10608                 mainwindow when it changes in 
10609                 messageview
10610         * src/textview.c
10611                 Fix right-click on quotes blocks
10612         * src/common/utils.c
10613                 Verify that the file created by
10614                 my_tmpfile() is writable. Fixes
10615                 bug #988 (very specific filesystem
10616                 issue)
10617         * src/plugins/pgpcore/sgpgme.c
10618                 Fix file descriptor leak
10619         * src/plugins/spamassassin/spamassassin.c
10620                 Warn once if spamd isn't reachable
10621
10622 2006-08-04 [colin]      2.4.0cvs26
10623
10624         * src/toolbar.c
10625                 i18n context patch by Fabien
10626
10627 2006-08-03 [colin]      2.4.0cvs25
10628
10629         * src/mainwindow.c
10630         * src/messageview.c
10631                 Rename "Hide quotes" to "Fold quotes"
10632         * src/textview.c
10633                 Don't use hand cursor on quotes. "all 
10634                 the bonuses of the feature and none of 
10635                 unwelcome side-effects"
10636
10637 2006-08-03 [colin]      2.4.0cvs24
10638
10639         * AUTHORS
10640         * sylpheed-claws.desktop
10641         * src/gtk/authors.h
10642                 Bring the desktop file to XDG compliance
10643                 Patch by Charles A. Edwards
10644
10645 2006-08-03 [colin]      2.4.0cvs23
10646
10647         * src/textview.c
10648                 Fix links offset when they are preceded
10649                 by accentued chars (g_utf8_strlen!)
10650         * src/mainwindow.c
10651                 Fix wrong status when starting offline
10652
10653
10654 2006-08-03 [wwp]        2.4.0cvs22
10655
10656         * src/prefs_common.h
10657                 ask what to do w/ filtering rules that belong to an account when
10658                 applying filtering rules manually from the main window (skip,
10659                 apply regardless of the account, use current account). This dialog
10660                 can be skipped and the last reply used.
10661                 (forgot that file)
10662
10663 2006-08-03 [wwp]        2.4.0cvs21
10664
10665         * src/filtering.c
10666         * src/filtering.h
10667         * src/prefs_common.c
10668         * src/summaryview.c
10669         * src/alertpanel.c
10670         * src/alertpanel.h
10671         * src/messageview.c
10672                 ask what to do w/ filtering rules that belong to an account when
10673                 applying filtering rules manually from the main window (skip,
10674                 apply regardless of the account, use current account). This dialog
10675                 can be skipped and the last reply used.
10676
10677
10678 2006-08-03 [colin]      2.4.0cvs20
10679
10680         * src/textview.c
10681                 Optimize previous patch
10682
10683 2006-08-03 [cleroy]     2.4.0cvs19
10684
10685         * src/textview.c
10686                 Fix quotes getting toggled back when the
10687                 mail has an even number of text parts
10688
10689 2006-08-02 [colin]      2.4.0cvs18
10690
10691         * src/messageview.c
10692                 Add Hide quotes menu
10693
10694 2006-08-02 [colin]      2.4.0cvs17
10695
10696         * src/mainwindow.c
10697         * src/prefs_common.c
10698         * src/textview.c
10699         * src/textview.h
10700         * src/gtk/about.c
10701                 Allow per-level quote hiding,
10702                 Allow toggling quotes by double-clicking them
10703                 Rename RemoteURI to ClickableText to reflect
10704                 the fact it's used for a variety of things
10705
10706 2006-08-02 [wwp]        2.4.0cvs16
10707
10708         * src/mainwindow.c
10709                 fix "View/Hide quotes" menu item status initialization.
10710
10711 2006-08-02 [wwp]        2.4.0cvs15
10712
10713         * src/matcher_parser_parse.y
10714                 remove a debug trace.
10715
10716 2006-08-02 [paul]       2.4.0cvs14
10717
10718         * src/plugins/pgpcore/passphrase.c
10719                 don't set initial dialog size
10720                 make it resizable
10721
10722 2006-08-02 [paul]       2.4.0cvs13
10723
10724         * src/noticeview.c
10725                 remove the rogue '/' character
10726
10727 2006-08-02 [paul]       2.4.0cvs12
10728
10729         * src/noticeview.c
10730                 allow buttons to resize as necessary
10731
10732 2006-08-01 [wwp]        2.4.0cvs11
10733
10734         * src/mbox.c
10735                 fix strict ISO C90 compliance.
10736
10737 2006-08-01 [wwp]        2.4.0cvs10
10738
10739         * tools/update-po
10740                 updated update-po tool to work w/ context-dependent translations.
10741                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10742
10743 2006-08-01 [wwp]        2.4.0cvs9
10744
10745         * src/matcher.c
10746         * src/prefs_filtering.c
10747         * src/prefs_matcher.c
10748                 allow context-dependent translations for "All",
10749                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10750
10751 2006-07-31 [colin]      2.4.0cvs8
10752
10753         * AUTHORS
10754         * src/gtk/authors.h
10755                 Add Rafal to authors
10756
10757 2006-07-31 [colin]      2.4.0cvs7
10758
10759         * src/compose.c
10760         * src/mainwindow.c
10761         * src/messageview.h
10762         * src/prefs_common.c
10763         * src/prefs_common.h
10764         * src/textview.c
10765                 Add 'View/Hide quotes'. Patch based on a patch
10766                 by Rafal Weglarz
10767
10768 2006-07-31 [colin]      2.4.0cvs6
10769
10770         * src/action.c
10771                 Fix problem with "> stuff >" actions
10772
10773 2006-07-31 [paul]       2.4.0cvs5
10774
10775         * po/nb.po
10776                 updated by Geir Helland
10777
10778 2006-07-31 [wwp]        2.4.0cvs4
10779
10780         * src/mainwindow.c
10781         * src/summaryview.c
10782         * src/summaryview.h
10783                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10784                 thanks to Colin.
10785
10786 2006-07-31 [wwp]        2.4.0cvs3
10787
10788         * src/Makefile.am
10789         * src/addr_compl.c
10790         * src/addr_compl.h
10791         * src/addressbook.c
10792         * src/addressbook.h
10793         * src/addressbook_foldersel.c
10794         * src/addressbook_foldersel.h
10795         * src/addrindex.c
10796         * src/addrindex.h
10797         * src/matcher.c
10798         * src/matcher.h
10799         * src/matcher_parser_lex.l
10800         * src/matcher_parser_parse.y
10801         * src/prefs_common.c
10802         * src/prefs_common.h
10803         * src/prefs_filtering.c
10804         * src/prefs_matcher.c
10805         * src/prefs_matcher.h
10806         * src/summaryview.c
10807                 introduce filtering against the address book. It's now possible to add
10808                 matched conditions to determine if any email address in a message matches
10809                 or doesn't match any or all books or folders in the address book.
10810
10811 2006-07-31 [wwp]        2.4.0cvs2
10812
10813         * src/account.c
10814         * src/filtering.c
10815         * src/filtering.h
10816         * src/folder.c
10817         * src/folderview.c
10818         * src/inc.c
10819         * src/mainwindow.c
10820         * src/matcher.c
10821         * src/matcher_parser_lex.l
10822         * src/matcher_parser_parse.y
10823         * src/mbox.c
10824         * src/prefs_filtering.c
10825         * src/prefs_filtering.h
10826         * src/procmsg.c
10827         * src/procmsg.h
10828         * src/summaryview.c
10829                 introduce per-account filtering rules. Each filtering rule can now be assigned
10830                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10831                 when applying filtering rules manually, as all rules will apply - even the ones
10832                 assigned to an account. This issue will be addressed soon.
10833  
10834
10835
10836 2006-07-31 [wwp]        2.4.0cvs1
10837
10838         * src/quote_fmt.c
10839                 make more strings translatable.
10840
10841 2006-07-31 [paul]       2.4.0
10842
10843         2.4.0 released
10844
10845 2006-07-31 [paul]       2.3.1cvs91
10846
10847         * po/ca.po
10848                 updated by Miquel Oliete
10849
10850 2006-07-31 [paul]       2.3.1cvs90
10851
10852         * po/de.po
10853         * po/el.po
10854         * po/fr.po
10855         * po/it.po
10856         * po/pl.po
10857         * po/pt_BR.po
10858         * po/sr.po
10859         * po/zh_CN.po
10860                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10861                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10862                 Aleksandar Urosevic, and Ralgh Young
10863
10864 2006-07-31 [paul]       2.3.1cvs89
10865
10866         * src/account.c
10867         * src/main.c
10868         * src/mainwindow.c
10869         * src/mainwindow.h
10870                 Fix a race condition when, after an SC crash, rescanning
10871                 folders took more than 0.5 seconds
10872                 Thanks to Colin
10873
10874 2006-07-31 [paul]       2.3.1cvs88
10875
10876         * src/folderview.c
10877                 don't translate separator strings
10878
10879 2006-07-30 [mones]      2.3.1cvs87
10880
10881         * doc/man/sylpheed-claws.1
10882                 Fixed non-ASCII chars in Hoa's name
10883         * po/es.po
10884                 Updated for release
10885
10886 2006-07-27 [colin]      2.3.1cvs86
10887
10888         * src/textview.c
10889                 Don't include the leading \n in links
10890                 Patch by Fabien
10891
10892 2006-07-25 [colin]      2.3.1cvs85
10893
10894         * src/mainwindow.c
10895         * src/common/socket.h
10896         * src/etpan/imap-thread.c
10897                 Refresh resolvers before connecting
10898                 to IMAP servers, and after switching
10899                 to online. Thanks to Paul.
10900
10901 2006-07-18 [colin]
10902
10903         * 2.4.0-rc4 released
10904
10905 2006-07-17 [colin]      2.3.1cvs84
10906
10907         * src/inc.c
10908                 Show connection attempt in statusbar before
10909                 connecting (previously first message was
10910                 "Retrieving messages from ..." after the
10911                 connection succeeded.
10912
10913 2006-07-16 [wwp]        2.3.1cvs83
10914
10915         * sylpheed-claws.ico
10916                 Added .ico file (windows multi-size icon file, generated).
10917
10918 2006-07-12 [wwp]        2.3.1cvs82
10919
10920         * src/messageview.c
10921                 remove Message/Re-edit menu entry from messageview window,
10922                 as sent/draft/queued messages are opened in compose window when
10923                 re-edited and it's not possible to re-edit other msgs.
10924
10925 2006-07-12 [paul]       2.3.1cvs81
10926
10927         * AUTHORS
10928         * src/mainwindow.c
10929         * src/gtk/authors.h
10930                 check online state before resetting
10931                 mailcheck timer. Useful if some program
10932                 verifies connection state and updates
10933                 Claws.
10934                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10935
10936 2006-07-12 [paul]       2.3.1cvs80
10937
10938         * sylpheed-claws-128x128.png
10939         * sylpheed-claws-64x64.png
10940         * sylpheed-claws.png
10941         * src/Makefile.am
10942         * src/main.c
10943         * src/prefs_toolbar.c
10944         * src/stock_pixmap.c
10945         * src/stock_pixmap.h
10946         * src/wizard.c
10947         * src/gtk/about.c
10948         * src/gtk/gtkutils.c
10949         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10950         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10951         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10952         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10953         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10954         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10955                 updated and renamed logo/icon files and related
10956                 logo by Jesper Schultz
10957
10958 2006-07-11 [paul]       2.3.1cvs79
10959
10960         * src/main.c
10961                 fix the labels a smidgin
10962
10963 2006-07-09 [colin]      2.3.1cvs78
10964
10965         * src/textview.c
10966                 Show errors in textviewer's command
10967                 Patch by H. Merijn Brand
10968
10969 2006-07-09 [colin]      2.3.1cvs77
10970
10971         * src/compose.c
10972                 Save FMID in drafts too
10973
10974 2006-07-08 [colin]      2.3.1cvs76
10975
10976         * src/compose.c
10977                 Svae RMID in drafted mails too
10978                 Save quote_fmt vars for whole mails,
10979                 don't reset at each quote_fmt_init:
10980                 allows to use the same |i{var} in
10981                 various template fields
10982         * src/prefs_template.c
10983         * src/quote_fmt.h
10984         * src/quote_fmt_parse.y
10985                 Same
10986
10987 2006-07-08 [colin]      2.3.1cvs75
10988
10989         * src/textview.c
10990                 Fix highlighting of attached parts URIs
10991
10992 2006-07-08 [colin]      2.3.1cvs74
10993
10994         * src/main.c
10995                 Prevent bug #981 (sc 2.3.1 segfaults with 
10996                 gtk+ 2.10) from being reported again:
10997                 if Sylpheed-Claws has been compiled against
10998                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10999                 of if Sylpheed-Claws has been compiled against
11000                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11001                 error out.
11002
11003 2006-07-07 [colin]      2.3.1cvs73
11004
11005         * src/prefs_actions.c
11006                 Fix label
11007
11008 2006-07-07 [colin]      2.3.1cvs72
11009
11010         * src/prefs_actions.c
11011                 Fix compile on gtk < 2.8. argh :)
11012
11013 2006-07-07 [paul]       2.3.1cvs71
11014
11015         * src/common/defs.h
11016                 update DONATE_URI
11017
11018 2006-07-07 [colin]      2.3.1cvs70
11019
11020         * po/POTFILES.in
11021         * src/quote_fmt.c
11022         * src/quote_fmt_lex.l
11023         * src/quote_fmt_parse.y
11024                 Add |i{var}, a way to insert user-entered
11025                 text in a template
11026
11027 2006-07-07 [colin]
11028
11029         * 2.4.0-rc3 released
11030
11031 2006-07-07 [colin]      2.3.1cvs69
11032
11033         * src/folder.c
11034                 Don't consider inboxes of UNKNOWN folder 
11035                 classes to be useable as default inboxes
11036
11037 2006-07-07 [paul]       2.3.1cvs68
11038
11039         * src/textview.c
11040                 add missing #include <errno.h>
11041                 Thanks to René J. Blokland
11042
11043 2006-07-07 [paul]       2.3.1cvs67
11044
11045         * src/action.c
11046                 Return now Closes dialog
11047         * src/mimeview.c
11048         * src/mimeview.h
11049         * src/textview.c
11050                 add contextual menu to mime parts listed
11051                 in the textview
11052                 Thanks to Colin
11053         * src/common/utils.c
11054                 reversal: ' is a valid character in URLs
11055
11056 2006-07-06 [colin]      2.3.1cvs66
11057
11058         * src/remotefolder.h
11059                 Forgotten in previous commit
11060
11061 2006-07-06 [colin]      2.3.1cvs65
11062
11063         * src/folder.c
11064                 Set summary update flag whenever
11065                 totals changed
11066         * src/imap.c
11067         * src/prefs_account.c
11068         * src/common/utils.h
11069         * src/etpan/imap-thread.c
11070                 Fix warnings, thanks to Fabien and
11071                 Ricardo
11072
11073 2006-07-06 [wwp]        2.3.1cvs64
11074
11075         * src/gtk/gtkutils.c
11076                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11077
11078 2006-07-06 [wwp]        2.3.1cvs63
11079
11080         * src/account.c
11081         * src/addressbook.c
11082         * src/addressitem.h
11083         * src/folderview.c
11084         * src/mainwindow.c
11085         * src/manual.c
11086         * src/manual.h
11087         * src/message_search.c
11088         * src/prefs_actions.c
11089         * src/prefs_filtering.c
11090         * src/prefs_filtering.h
11091         * src/prefs_template.c
11092         * src/summary_search.c
11093         * src/summaryview.c
11094         * src/gtk/gtkutils.c
11095         * src/gtk/gtkutils.h
11096         * src/gtk/pluginwindow.c
11097                 add help buttons to some dialogs. Clicking such buttons opens a
11098                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11099
11100 2006-07-06 [paul]       2.3.1cvs62
11101
11102         * src/textview.c
11103                 fix attachments contextual menu
11104                 Thanks to Colin
11105
11106 2006-07-05 [colin]      2.3.1cvs61
11107
11108         * src/textview.c
11109         * src/compose.c
11110                 Handle sftp:// links
11111
11112 2006-07-05 [paul]       2.3.1cvs60
11113
11114         * src/gtk/filesel.c
11115                 grab save button by default
11116                 Thanks to Colin
11117
11118 2006-07-05 [wwp]        2.3.1cvs59
11119
11120         * manual/xml2pdf
11121                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11122
11123 2006-07-04 [colin]      2.3.1cvs58
11124
11125         * src/mimeview.c
11126         * src/textview.c
11127                 Use left click to select, middle click to open
11128                 on mimeparts links
11129         * src/common/utils.c
11130                 Fix segfault
11131
11132 2006-07-04 [colin]      2.3.1cvs57
11133
11134         * src/mainwindow.c
11135         * src/news.c
11136                 Warning fixes, thanks to Fabien
11137
11138 2006-07-04 [colin]      2.3.1cvs56
11139
11140         * src/mimeview.c
11141         * src/mimeview.h
11142         * src/textview.c
11143                 Allow parts to be selected via their text label
11144                 in textview
11145
11146 2006-07-04 [colin]      2.3.1cvs55
11147
11148         * src/folderview.c
11149                 Feedback when closing (for big folders)
11150         * src/prefs_actions.c
11151         * src/prefs_filtering.c
11152         * src/prefs_matcher.c
11153         * src/prefs_template.c
11154                 Fix default button when closing without
11155                 having saved
11156
11157 2006-07-04 [colin]      2.3.1cvs54
11158
11159         * src/news.c
11160                 Delete local file on deletion
11161
11162 2006-07-03 [colin]      2.3.1cvs53
11163
11164         * src/folderview.c
11165         * src/main.c
11166                 Don't freeze when rescanning after crash
11167
11168 2006-07-03 [wwp]        2.3.1cvs52
11169
11170         * src/compose.c
11171         * src/privacy.c
11172         * src/privacy.h
11173         * src/plugins/pgpinline/pgpinline.c
11174         * src/plugins/pgpmime/pgpmime.c
11175                 don't report an error when the user cancels the passphrase dialog.
11176
11177 2006-07-02 [colin]      2.3.1cvs51
11178
11179         * src/folderview.c
11180                 Open message when crossing folders with Space,
11181                 goto next unread and friends
11182
11183 2006-07-01 [colin]      2.3.1cvs50
11184
11185         * src/prefs_account.c
11186                 Typographic rules varying from language
11187                 to language (in french "Protocole :"),
11188                 we have to do that :)
11189
11190 2006-07-01 [ticho]      2.3.1cvs49
11191
11192         * src/prefs_account.c
11193                 Only use one temporary gchar* variable in
11194                 prefs_account_protocol_set_optmenu().
11195
11196 2006-07-01 [ticho]      2.3.1cvs48
11197
11198         * src/prefs_account.c
11199         * src/prefs_account.h
11200                 Use GtkLabel for existing account protocol name.
11201                 Created an array for protocol names and populate the
11202                 combobox from it in a for() cycle.
11203
11204 2006-06-30 [colin]      2.3.1cvs47
11205
11206         * src/compose.c
11207                 Block undo when changing signature (by changing
11208                 account)
11209
11210 2006-06-30 [paul]       2.3.1cvs46
11211
11212         * src/send_message.c
11213                 when editing From in the Compose window, use that address
11214                 in the Return-Path: header
11215                 Thanks to Colin
11216
11217 2006-06-30 [colin]      2.3.1cvs45
11218
11219         * src/compose.c
11220                 Fix signature replacement:
11221                 - when no newline before separator
11222                 - when reediting
11223
11224 2006-06-29 [colin]      2.3.1cvs44
11225
11226         * src/folderview.c
11227         * src/folderview.h
11228         * src/mainwindow.c
11229         * src/summaryview.c
11230                 Let 'View/Go to/Next marked' work like
11231                 Next new & Next unread: across folders
11232                 Change the select_on_entry pref to do
11233                 what we want when changing folder
11234         * src/common/utils.c
11235                 Fix single-quoted links 
11236
11237 2006-06-29 [colin]      2.3.1cvs43
11238
11239         * src/gtk/gtkaspell.c
11240                 "Sylpheed" and "Sylpheed-Claws" do exist !
11241
11242 2006-06-29 [colin]      2.3.1cvs42
11243
11244         * src/imap.c
11245                 Forgot to remove debug
11246
11247 2006-06-29 [colin]      2.3.1cvs41
11248
11249         * src/imap.c
11250         * src/imap.h
11251         * src/mainwindow.c
11252                 Disconnect from IMAP servers when going
11253                 offline. Fixes bug #978 (going to offline-mode 
11254                 won't close connections)
11255
11256 2006-06-29 [colin]      2.3.1cvs40
11257
11258         * src/main.c
11259                 Fix transient setting on failing plugins
11260                 Patch by Fabien
11261         * src/plugins/pgpcore/sgpgme.c
11262                 Only warn for OpenPGP. Most people don't
11263                 have CMS available.
11264
11265 2006-06-29 [colin]      2.3.1cvs39
11266
11267         * src/compose.c
11268                 Fix Spelling menu (discrepancy between context menu
11269                 and top menu when folder's dictionary isn't the 
11270                 default one)
11271         * src/plugins/pgpcore/sgpgme.c
11272                 More error reporting about why gpgme can fail
11273
11274 2006-06-29 [wwp]        2.3.1cvs38
11275
11276         * src/mainwindow.c
11277                 honor the display-header-pane setting even when the message view
11278                 is a separate window.
11279
11280 2006-06-29 [wwp]        2.3.1cvs37
11281
11282         * src/prefs_actions.c
11283                 forgot to commit that one (use of GTK_STOCK_INFO).
11284
11285 2006-06-29 [colin]      2.3.1cvs36
11286
11287         * src/imap.c
11288                 Better handling of login errors (ask the password
11289                 again once), alert in case of error. Fix three
11290                 signedness warnings.
11291
11292 2006-06-28 [wwp]        2.3.1cvs35
11293
11294         * src/prefs_template.c
11295         * src/prefs_matcher.c
11296         * src/prefs_filtering_action.c
11297         * src/prefs_quote.c
11298                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11299                 patch by Fabien Vantard, slightly modified.
11300
11301 2006-06-28 [paul]
11302
11303         2.4.0-rc2 released
11304
11305 2006-06-28 [colin]      2.3.1cvs34
11306
11307         * src/prefs_account.c
11308                 Fix bug #977 (Can't add or edit imap accounts)
11309
11310 2006-06-28 [colin]      2.3.1cvs33
11311
11312         * src/mimeview.c
11313                 Fix previous
11314
11315 2006-06-28 [colin]      2.3.1cvs32
11316
11317         * src/mimeview.c
11318                 Save named inlined attachments with "Save all"
11319         * src/main.c
11320         * src/mbox.c
11321         * src/common/plugin.c
11322         * src/common/plugin.h
11323         * src/common/sylpheed.c
11324         * src/common/utils.c
11325         * src/plugins/pgpcore/sylpheed.def
11326         * src/plugins/pgpinline/sylpheed.def
11327         * src/plugins/pgpmime/sylpheed.def
11328                 Win32 compatibility patch, by
11329                 Werner Koch
11330
11331 2006-06-28 [wwp]        2.3.1cvs31
11332
11333         * src/imap.c
11334         * src/prefs_folder_item.c
11335                 less compilation warnings (thanks to Fabien Vantard), less typos.
11336
11337 2006-06-28 [paul]       2.3.1cvs30
11338
11339         * src/gtk/gtkutils.c
11340                 gtk_combo_box_set_focus_on_click() is only
11341                 available since gtk 2.6.0
11342
11343 2006-06-28 [paul]       2.3.1cvs29
11344
11345         * src/prefs_ext_prog.c
11346                 fix engrish and add a tooltip for the
11347                 'command for 'Display as text' option
11348
11349 2006-06-28 [paul]
11350
11351         2.4.0-rc1 released
11352
11353 2006-06-28 [paul]       2.3.1cvs28
11354
11355         * ChangeLog
11356         * tools/Makefile.am
11357                 include textviewer.pl in releases
11358
11359 2006-06-28 [paul]       2.3.1cvs27
11360
11361         * src/prefs_ext_prog.c
11362                 hide Print command option if libgnomeprint
11363                 support is present
11364
11365 2006-06-27 [colin]      2.3.1cvs26
11366
11367         * src/compose.c
11368                 Fix Esc handling in insert/attach dialog
11369                 Don't show this dialog if dragging something
11370                 else than text/uri-list
11371                 Thanks to Fabien Vantard
11372         * tools/textviewer.pl
11373                 Filter script to display stuff as text
11374                 by H. Merijn Brand
11375
11376 2006-06-27 [wwp]        2.3.1cvs25
11377
11378         * src/messageview.c
11379                 use the exact product name (message view title), patch
11380                 by Fabien Vantard.
11381
11382 2006-06-27 [ticho]      2.3.1cvs24
11383
11384         * src/prefs_account.c
11385         * src/prefs_common.c
11386         * src/prefs_common.h
11387         * src/prefs_ext_prog.c
11388         * src/textview.c
11389                 Add a preference (Preferences/External programs)
11390                 to allow "Display as text" to be done via a script
11391                 (patch by H.Merijn Brand).
11392                 Use GtkComboBox for protocol selection in account
11393                 preferences.
11394                 Only include current choice for existing accounts, and
11395                 insensitivize the combobox.
11396
11397 2006-06-27 [paul]       2.3.1cvs23
11398
11399         * src/mbox.c
11400                 fix crasher introduced in cvs21.
11401                 Thanks to Colin
11402
11403 2006-06-26 [colin]      2.3.1cvs22
11404
11405         * src/mbox.c
11406                 Fix double-frees when leaving folders
11407                 after exporting to mbox
11408
11409 2006-06-26 [colin]      2.3.1cvs21
11410
11411         * src/mbox.c
11412                 More feedback (and optimisation)
11413                 on import/export
11414         * src/common/utils.c
11415                 Fix case when looking for mail addresses
11416         * src/gtk/gtkutils.c
11417                 Extra check for (X-)Face
11418
11419 2006-06-25 [ticho]      2.3.1cvs20
11420
11421         * src/compose.c
11422         * src/exphtmldlg.c
11423         * src/gtk/gtkutils.c
11424         * src/gtk/gtkutils.h
11425                 Added second argument to gtkut_sc_combobox_create() to
11426                 control focus-on-click for the widget.
11427                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11428
11429 2006-06-25 [ticho]      2.3.1cvs19
11430
11431         * src/compose.c
11432         * src/gtk/Makefile.am
11433         * src/gtk/combobox.c
11434         * src/gtk/combobox.h
11435         * src/gtk/gtkutils.c
11436         * src/gtk/gtkutils.h
11437                 Use GtkComboBox instead of deprecated GtkOptionMenu
11438                 for account selector in compose window and for encoding
11439                 selector in attachment properties.
11440                 Also factorise working with the new GtkComboBox somewhat.
11441
11442 2006-06-24 [paul]       2.3.1cvs18
11443
11444         * src/prefs_common.c
11445                 use the correct default value
11446
11447 2006-06-24 [paul]       2.3.1cvs17
11448
11449         * src/compose.c
11450         * src/prefs_common.c
11451         * src/prefs_common.h
11452         * src/prefs_compose_writing.c
11453                 enable setting of default action when
11454                 dnd'ing files in the compose window.
11455                 (Collaborative effort with wwp)
11456
11457 2006-06-23 [wwp]        2.3.1cvs16
11458
11459         * src/compose.c
11460                 i18n fix (thanks to Fabien Vantard)
11461
11462 2006-06-22 [colin]      2.3.1cvs15
11463
11464         * src/prefs_customheader.c
11465                 Don't use filters in custom headers' file 
11466                 selector. Remember, extensions mean nothing :)
11467
11468 2006-06-22 [paul]       2.3.1cvs14
11469
11470         * configure.ac
11471                 allow setting of man directory location
11472
11473 2006-06-22 [colin]      2.3.1cvs13
11474
11475         * src/mainwindow.c
11476                 Add 'View/Go to/Next unread folder'.
11477                 I missed that :)
11478
11479 2006-06-22 [colin]      2.3.1cvs12
11480
11481         * src/common/utils.c
11482                 Add some subject prefixes
11483                 Patch by Bjorn T Johansen <btj@havleik.no>
11484
11485 2006-06-22 [colin]      2.3.1cvs11
11486
11487         * manual/advanced.xml
11488                 Forgotten hidden pref
11489
11490 2006-06-21 [paul]       2.3.1cvs10
11491
11492         * src/prefs_account.c
11493                 complete the removal of 'Add date header' option
11494
11495 2006-06-21 [paul]       2.3.1cvs9
11496
11497         * src/account.c
11498         * src/compose.c
11499         * src/prefs_account.c
11500         * src/prefs_account.h
11501                 remove option to add date header - always
11502                 add date header
11503         * src/etpan/imap-thread.c
11504                 fix warnings (Thanks to Colin)
11505
11506 2006-06-21 [wwp]        2.3.1cvs8
11507
11508         * src/folder.c
11509                 set the attachment flag when inline text part are (file)named. This is more convenient
11510                 when receiving (for instance) inline source files or patches sent using thunderbird.
11511
11512 2006-06-21 [paul]       2.3.1cvs7
11513
11514         * src/inc.c
11515                 fix off-by-one count of current msg in
11516                 statusbar filtering progressbar
11517
11518 2006-06-21 [paul]       2.3.1cvs6
11519
11520         * src/folder.c
11521                 Show attachment icon even if the part is 'inline'
11522                 if the following conditions are met:
11523                 - content-type != 'text/plain'
11524                 - content-type != '*/pgp-signature'
11525                 - either 'name' or 'filename' parameter is not NULL
11526                 
11527                 Thanks to Colin
11528
11529 2006-06-21 [paul]       2.3.1cvs5
11530
11531         * src/messageview.c
11532         * src/prefs_common.c
11533         * src/prefs_common.h
11534         * src/prefs_other.c
11535                 add an option to 'Never send Return
11536                 Receipts'
11537                 Thanks to Colin
11538
11539 2006-06-20 [mones]      2.3.1cvs4
11540
11541         * po/es.po
11542                 updated
11543         * src/compose.c
11544                 typo fixed (space after comma)
11545         * tools/make.themes.project
11546                 remove exec mode from tarball files
11547
11548 2006-06-20 [colin]      2.3.1cvs3
11549
11550         * src/news.c
11551         * src/procheader.c
11552         * src/unmime.c
11553                 Better fix for \n's in headers (don't 
11554                 break Received: and others)
11555
11556 2006-06-20 [paul]       2.3.1cvs2
11557
11558         * src/alertpanel.c
11559         * src/textview.c
11560                 improve legibility of phishing attempt
11561                 dialog
11562
11563 2006-06-20 [paul]       2.3.1cvs1
11564
11565         * NEWS
11566         * README
11567         * configure.ac
11568                 Update version number following
11569                 stable release
11570
11571 2006-06-20 [colin]      2.3.0cvs26
11572
11573         * src/compose.c
11574                 When dragging a file to the text of the compose
11575                 window, ask whether we want to insert or attach
11576                 (I know lots of people who do that to attach)
11577
11578 2006-06-20 [colin]      2.3.0cvs25
11579
11580         * src/etpan/imap-thread.c
11581                 Fix threshold (the append command is often > 32 bytes)
11582
11583 2006-06-19 [colin]      2.3.0cvs24
11584
11585         * src/imap.c
11586         * src/etpan/imap-thread.c
11587                 Workaround Rockliffe IMAP server bug: replace
11588                 "x UID SEARCH (ANSWERED UID 1:*)" with
11589                 "x UID SEARCH ANSWERED"
11590                 (Rockliffe doesn't handle the parenthesis)
11591
11592 2006-06-19 [colin]      2.3.0cvs23
11593
11594         * src/compose.c
11595         * src/imap.c
11596         * src/etpan/imap-thread.c
11597                 Probably fix bug #972 (Freezes when adding 
11598                 an attachment to the message)
11599         * src/common/defs.h
11600                 Modernize Firefox cmd
11601
11602
11603 2006-06-18 [colin]      2.3.0cvs22
11604
11605         * src/prefs_customheader.c
11606                 Only allow correct filenames for various
11607                 custom headers
11608
11609 2006-06-18 [colin]      2.3.0cvs21
11610
11611         * src/prefs_customheader.c
11612                 Add a 'From File...' button in custom headers prefs, which
11613                 try to do the right thing: 
11614                 for normal headers, use file as plaintext,
11615                 for X-Face, calls compface,
11616                 for Face, encode to b64.
11617
11618 2006-06-17 [colin]      2.3.0cvs20
11619
11620         * src/mh.c
11621                 Warning fix
11622
11623 2006-06-16 [colin]      2.3.0cvs19
11624
11625         * src/summaryview.c
11626                 Recursive quicksearch: show message list
11627                 in current folder, *then* search children
11628                 in the background.
11629
11630 2006-06-16 [colin]      2.3.0cvs18
11631
11632         * src/main.c
11633                 Instead of ignoring SIGPIPE, save caches
11634                 when getting one. Will fix the fact that
11635                 hot caches are out-of-date when logging 
11636                 out of Xorg.
11637         * src/compose.c
11638         * src/prefs_compose_writing.c
11639                 Only save text (not attachments) when 
11640                 auto-saving to drafts
11641         * src/unmime.c
11642                 Always replace \n, \r and \t with spaces
11643                 in headers
11644         * manual/dist/html/Makefile.am
11645         * manual/dist/pdf/Makefile.am
11646         * manual/dist/ps/Makefile.am
11647         * manual/dist/txt/Makefile.am
11648         * manual/fr/dist/html/Makefile.am
11649         * manual/fr/dist/pdf/Makefile.am
11650         * manual/fr/dist/ps/Makefile.am
11651         * manual/fr/dist/txt/Makefile.am
11652         * manual/pl/dist/html/Makefile.am
11653         * manual/pl/dist/pdf/Makefile.am
11654         * manual/pl/dist/ps/Makefile.am
11655         * manual/pl/dist/txt/Makefile.am
11656                 Fix make clean removing pregenerated manuals
11657
11658
11659 2006-06-16 [colin]      2.3.0cvs17
11660
11661         * src/plugins/pgpcore/sgpgme.c
11662         * src/plugins/pgpmime/pgpmime.c
11663         * src/plugins/pgpinline/pgpinline.c
11664                 Better error reporting in setup_signers.
11665                 Don't fallback to default key if specified
11666                 key isn't found.
11667                 Don't allow signing if more than one secret
11668                 key matches the one specified in prefs.
11669
11670 2006-06-15 [colin]      2.3.0cvs16
11671
11672         * src/folderview.c
11673                 Add "Send queue" in the folder's contextual
11674                 menu
11675         * src/compose.c
11676         * src/messageview.c
11677         * src/privacy.c
11678         * src/privacy.h
11679         * src/procmime.c
11680         * src/procmsg.c
11681         * src/plugins/pgpcore/passphrase.c
11682         * src/plugins/pgpcore/sgpgme.c
11683         * src/plugins/pgpinline/pgpinline.c
11684         * src/plugins/pgpmime/pgpmime.c
11685                 Better error reporting
11686         * src/mbox.c
11687                 Probably fix bug #971 (2.2.3 cannot read mail 
11688                 from local mbox)
11689
11690
11691 2006-06-15 [mones]      2.3.0cvs15
11692
11693         * tools/make.themes.project
11694                 creates the themes project from the web page
11695
11696 2006-06-15 [colin]      2.3.0cvs14
11697
11698         * src/folder.c
11699                 Better fix (avoid losing the folder if scan_tree 
11700                 fails)
11701
11702 2006-06-15 [cleroy]     2.3.0cvs13
11703
11704         * src/folder.c
11705                 Probably fix Bug #969 (crash on rebuilding 
11706                 imap folder)
11707
11708 2006-06-14 [colin]      2.3.0cvs12
11709
11710         * manual/dtd/manual.xsl
11711         * manual/sylpheed-claws-manual.xml
11712         * manual/fr/sylpheed-claws-manual.xml
11713         * manual/pl/sylpheed-claws-manual.xml
11714                 Insert pagebreaks between sections
11715
11716 2006-06-14 [paul]       2.3.0cvs11
11717
11718         * configure.ac
11719                 better fix than 2.3.0cvs10
11720
11721 2006-06-14 [paul]       2.3.0cvs10
11722
11723         * configure.ac
11724                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11725                 (backwards compatible)
11726
11727 2006-06-13 [colin]      2.3.0cvs9
11728
11729         * src/messageview.c
11730                 Fix sending of return receipt with the new queue folders
11731
11732 2006-06-13 [wwp]        2.3.0cvs8
11733
11734         * src/quote_fmt_lex.l
11735                 fix wrong tokens returned in quote_fmt lexer, query not().
11736
11737 2006-06-13 [wwp]        2.3.0cvs7
11738
11739         * src/folder.c
11740         * src/prefs_folder_item.c
11741                 allow changing folder type even when folder is not a top-level one,
11742                 thanks to Colin.
11743
11744 2006-06-12 [colin]      2.3.0cvs6
11745
11746         * src/folderview.c
11747                 Fix double-ask of "Do you want to mark all
11748                 as read"
11749
11750 2006-06-12 [colin]      2.3.0cvs5
11751
11752         * src/compose.c
11753         * src/compose.h
11754         * src/folder.c
11755         * src/folder.h
11756         * src/imap.c
11757         * src/inc.c
11758         * src/main.c
11759         * src/messageview.c
11760         * src/mh.c
11761         * src/prefs_folder_item.c
11762         * src/procheader.c
11763         * src/procmime.c
11764         * src/procmsg.c
11765         * src/procmsg.h
11766         * src/send_message.c
11767         * src/summaryview.c
11768         * src/toolbar.c
11769                 Apply bug #964's patch (Queue and drafts aren't normal)
11770                 The Drafts and Queue folder now contain RFC-822 files,
11771                 allowing to move and copy mails from and to these 
11772                 folders. Moving from Drafts to Queue will prepare the
11773                 mail for sending (PGP signature, encryption, etc).
11774                 This patch also rework sending errors handling to try
11775                 to be more helpful.
11776                 Also, allow redefining folder types via the GUI 
11777                 (Folder type in its Properties)
11778
11779 2006-06-12 [colin]      2.3.0cvs4
11780
11781         * src/summaryview.c
11782         * src/prefs_common.c
11783         * src/prefs_common.h
11784         * src/gedit-print.c
11785                 Allow to define a specific print font - patch
11786                 by Bernhard Walle <bernhard.walle@gmx.de>
11787         * src/prefs_fonts.c
11788         * manual/advanced.xml
11789         * manual/fr/advanced.xml
11790                 Add a hidden pref to allow deletion without
11791                 confirmation
11792
11793 2006-06-12 [wwp]        2.3.0cvs3
11794
11795         * .cvsignore
11796                 more files to ignore.
11797
11798 2006-06-12 [wwp]        2.3.0cvs2
11799
11800         * src/quote_fmt.c
11801         * src/quote_fmt_lex.l
11802         * src/quote_fmt_parse.y
11803                 extend the quote_fmt parser (templates and quotes):
11804                 - allow limited sub-expressions in |p{} and |f{} expressions,
11805                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11806                 - implemented/fixed missing implementation of query_references and show_references,
11807                 - completed, fixed contents and format of the symbols help dialog,
11808                 - fix some compilation warnings.
11809
11810 2006-06-12 [wwp]        2.3.0cvs1
11811
11812         * manual/advanced.xml
11813         * manual/fr/advanced.xml
11814                 updates in the "templates" section of the manual (eng/fr):
11815                  - be more precise (both versions)
11816                  - completed to match the english reference (fr version)
11817                  - touchups (both versions)
11818
11819 2006-06-12 [paul]       2.3.0
11820
11821         2.3.0 released
11822
11823 2006-06-12 [paul]       2.2.3cvs14
11824
11825         * po/ca.po
11826         * po/cs.po
11827         * po/de.po
11828         * po/el.po
11829         * po/fr.po
11830         * po/it.po
11831         * po/pt_BR.po
11832         * po/sr.po
11833         * po/zh_CN.po
11834                 updated by Miquel Oliete, Tim, Stephan Sachse,
11835                 Stavros Giannouris, Fabien Vantard, Andrea
11836                 Spadaccini, Frederico Goncalves Guimaraes,
11837                 Aleksandar Urosevic, and Ralgh Young
11838
11839 2006-06-12 [colin]      2.2.3cvs13
11840
11841         * src/mbox.c
11842                 Add missing header
11843
11844 2006-06-11 [colin]      2.2.3cvs12
11845
11846         * src/msgcache.c
11847                 Verify that g_malloc() succeeded
11848
11849 2006-06-11 [colin]      2.2.3cvs11
11850
11851         * src/wizard.c
11852                 Add Face header to welcome mail
11853
11854 2006-06-10 [colin]      2.2.3cvs10
11855
11856         * src/textview.c
11857                 Revert previous (Forgot it changes the
11858                 margin on the whole mail)
11859
11860 2006-06-10 [colin]      2.2.3cvs9
11861
11862         * src/textview.c
11863                 Don't overlap long headers under (X-)Face
11864
11865 2006-06-10 [mones]      2.2.3cvs8
11866
11867         * manual/xml2pdf
11868                 allow generation of manual on systems lacking saxon binary
11869                 but with java and the saxon library installed
11870
11871         * po/es.po
11872                 updated for release
11873
11874 2006-06-09 [colin]      2.2.3cvs7
11875
11876         * src/summaryview.c
11877                 Fix leak when using Display Sender using Addressbook
11878
11879 2006-06-09 [colin]      2.2.3cvs6
11880
11881         * src/compose.c
11882         * src/folder.c
11883         * src/folderview.c
11884         * src/mimeview.c
11885         * src/summaryview.c
11886                 More leaks fixes
11887
11888 2006-06-09 [paul]       2.2.3cvs5
11889
11890         * AUTHORS
11891         * src/gtk/authors.h
11892         * tools/claws.i18n.status.pl
11893                 updated with new info
11894
11895 2006-06-09 [paul]       2.2.3cvs4
11896
11897         * README
11898                 updated
11899         * manual/ack.xml
11900                 add wwp to authors list
11901         * src/gtk/authors.h
11902                 update mine and Colin's addresses
11903
11904 2006-06-08 [colin]      2.2.3cvs3
11905
11906         * src/etpan/imap-thread.c
11907                 Fix leak on SSL cert check
11908
11909 2006-06-08 [colin]      2.2.3cvs2
11910
11911         * src/common/utils.c
11912                 Fix leak
11913
11914 2006-06-08 [paul]       2.2.3cvs1
11915
11916         * configure.ac
11917                 Update version number following
11918                 stable release
11919
11920 2006-06-07 [colin]      2.2.2cvs3
11921
11922         * src/msgcache.c
11923                 Fix catching cache read errors (guint instead of gint)
11924                 Prevent malloc'ing more than 8MB (means cache corruption)
11925
11926 2006-06-07 [paul]       2.2.2cvs2
11927
11928         * src/exporthtml.c
11929         * src/exportldif.c
11930         * src/mh.c
11931         * src/mutt.c
11932         * src/pine.c
11933         * src/common/utils.c
11934                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11935                 obey $HOME'
11936                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11937                 Thanks to Colin
11938
11939 2006-06-06 [paul]       2.2.2cvs1
11940
11941         * configure.ac
11942                 Update version number following
11943                 stable release
11944
11945 2006-06-06 [paul]       2.2.1cvs6
11946
11947         * src/matcher.c
11948                 fix  implicit declaration of
11949                 sylpheed_do_idle()
11950                 Patch by Fabien Vantard
11951
11952 2006-06-06 [paul]       2.2.1cvs5
11953
11954         * src/matcher.c
11955                 fix age_greater and age_lower so that they
11956                 mean what say and not '...or equal to'
11957                 Thanks to Colin
11958
11959 2006-06-06 [paul]       2.2.1cvs4
11960
11961         * src/textview.c
11962         * src/common/utils.c
11963                 fix URI check
11964                 Thanks to Colin
11965
11966 2006-06-05 [wwp]        2.2.1cvs3
11967
11968         * manual/fr/account.xml
11969                 minor language fixes (thanks to Fabien Vantard).
11970
11971 2006-06-05 [colin]      2.2.1cvs2
11972
11973         * src/prefs_folder_item.c
11974         * src/folderview.c
11975                 Allow recursive setting of properties 
11976                 for whole mailboxes
11977         * src/matcher.c
11978                 Don't freeze on 'test' filtering rule
11979
11980 2006-06-05 [colin]      2.2.1cvs1
11981
11982         * configure.ac
11983                 Update version number following
11984                 stable release
11985
11986 2006-06-04 [wwp]        2.2.0cvs82
11987
11988         * manual/glossary.xml
11989         * manual/account.xml
11990         * manual/fr/glossary.xml
11991         * manual/fr/account.xml
11992                 added glossary section and references/links related to the Face custom header.
11993
11994 2006-06-04 [colin]      2.2.0cvs81
11995
11996         * src/summaryview.c
11997                 Skip to next message on move with no
11998                 immediate execution
11999
12000 2006-06-04 [wwp]        2.2.0cvs80
12001
12002         * manual/xml2pdf
12003                 added sanity checks, exit when needed.
12004
12005 2006-06-03 [paul]       2.2.0cvs79
12006
12007         * src/prefs_receive.c
12008                 page name is now 'Receiving'
12009         * src/prefs_send.c
12010                 page name is now 'Sending'
12011
12012 2006-06-03 [colin]      2.2.0cvs78
12013
12014         * src/plugins/spamassassin/spamassassin_gtk.c
12015                 Autoswitch to Localhost if transport was previously
12016                 disabled. Else people had to check [] Enable, then
12017                 *reselect* transport.
12018
12019 2006-06-03 [colin]      2.2.0cvs77
12020
12021         * src/plugins/pgpinline/pgpinline.c
12022         * src/plugins/pgpmime/pgpmime.c
12023                 Check that gpg_data_release_and_get_mem 
12024                 didn't fail (now, why this happens...)
12025
12026 2006-06-03 [colin]      2.2.0cvs76
12027
12028         * src/mbox.c
12029                 Fix bug #962 (Manual and/or UI should 
12030                 warn about incompatible locking 
12031                 causing dataloss)
12032
12033 2006-06-02 [cleroy]     2.2.0cvs75
12034
12035         * src/filtering.c
12036         * src/folder.c
12037         * src/procmsg.c
12038         * src/summaryview.c
12039                 Fix a few leaks
12040
12041 2006-06-02 [colin]      2.2.0cvs74
12042
12043         * src/main.c
12044                 On exit, free caches after writing them
12045                 Shuts up some valgrind false positives
12046         * src/procmsg.c
12047         * src/send_message.c
12048                 Fix races when reusing existing SMTP connections
12049                 Fix inexistant session timeout
12050         * src/toolbar.c
12051                 Display alertpanel after all queues have
12052                 been processed, not after each
12053
12054 2006-06-02 [wwp]        2.2.0cvs73
12055
12056         * manual/fr/glossary.xml
12057         * manual/fr/ack.xml
12058         * manual/ack.xml
12059                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12060
12061 2006-06-02 [wwp]        2.2.0cvs72
12062
12063         * manual/xml2pdf
12064         * manual/dist/pdf/Makefile.am
12065         * manual/dtd/manual.xsl
12066         * manual/fr/dist/pdf/Makefile.am
12067         * manual/pl/dist/pdf/Makefile.am
12068                 we changed the procedure to generate the .pdf version of the manual.
12069                 The procedure is more modern and the .pdf we get now has a valid index.
12070                 Here are the new pre-requisites:
12071
12072                 - JRE 1.x (1.4 here): there must be one from your distro
12073                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12074                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12075                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12076
12077                 See my posts for further info about the installation of this toolchain:
12078
12079                 Date: Fri, 19 May 2006 19:40:06 +0200
12080                 From: wwp <subscript@free.fr>
12081                 To: sylpheed-claws-devel@lists.sourceforge.net
12082                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12083
12084                 and
12085
12086                 Date: Wed, 24 May 2006 12:58:49 +0200
12087                 From: wwp <subscript@free.fr>
12088                 To: sylpheed-claws-devel@lists.sourceforge.net
12089                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12090
12091 2006-06-01 [colin]      2.2.0cvs71
12092
12093         * src/compose.c
12094                 Better guards against IMAP races
12095         * src/main.c
12096         * src/prefs_common.c
12097         * src/prefs_common.h
12098         * src/common/ssl_certificate.c
12099         * src/etpan/imap-thread.c
12100         * src/etpan/imap-thread.h
12101         * src/gtk/sslcertwindow.c
12102                 New hidden option ssl_skip_cert_check to 
12103                 avoid dups of bug #959 (libetpan linked
12104                 against gnutls and gnutls buggy on 64bit)
12105                 Present expired warning only once per
12106                 session/server.
12107         * manual/advanced.xml
12108         * manual/fr/advanced.xml
12109                 Document new option
12110
12111 2006-06-01 [wwp]        2.2.0cvs70
12112
12113         * src/messageview.c
12114                 fix for bug #961 (return receipt dialog 
12115                 complains incorrectly about return-path 
12116                 email adress being different), thanks 
12117                 to Colin.
12118
12119 2006-05-31 [cleroy]     2.2.0cvs69
12120
12121         * src/common/ssl.c
12122                 Guard against NULLs, although this
12123                 should never be an issue
12124
12125 2006-05-31 [colin]      2.2.0cvs68
12126
12127         * src/filtering.c
12128                 Use g_slist_prepend
12129         * src/imap.c
12130                 Don't remove caches when destroying folder, it
12131                 could (should) be done at exit
12132         * src/inc.c
12133                 free processing cache after incorporation
12134         * src/etpan/imap-thread.c
12135                 Maybe fix bug #959 (Crash on moving to emails 
12136                 to a imap account per ssl with a expired 
12137                 certificate.)
12138
12139 2006-05-30 [colin]      2.2.0cvs67
12140
12141         * src/summaryview.c
12142                 Put back event flush when displaying message
12143                 It avoids reading a bunch of messages just
12144                 by hitting shift-n for too long ;)
12145
12146 2006-05-29 [colin]      2.2.0cvs66
12147
12148         * src/summaryview.c
12149                 Remove useless g_warnings
12150
12151 2006-05-29 [colin]      2.2.0cvs65
12152
12153         * src/imap.c
12154                 Fix g_slist_append()s for performance
12155
12156 2006-05-29 [colin]      2.2.0cvs64
12157
12158         * src/compose.c
12159         * src/common/utils.c
12160                 Fix extraneous tab at start of addresses
12161         * src/mainwindow.c
12162                 Fix warnings (thanks to Fabien)
12163                 Fix crash at exit when composing messages 
12164                 exist
12165         * src/pop.c
12166                 Fix progress bar when deleting expired mails
12167                 Thanks to Hiro
12168         * src/summaryview.c
12169         * src/gtk/gtksctree.c
12170                 Fix re-sorting slowness
12171
12172 2006-05-29 [paul]       2.2.0cvs63
12173
12174         * src/mh.c
12175                 fetch full message when moving mails
12176                 from another mailbox, (fixed data loss
12177                 when filtering from IMAP to MH, introduced
12178                 in 2.2.0cvs57).
12179                 Thanks to Colin
12180
12181 2006-05-29 [mones]      2.2.0cvs62
12182
12183         * src/gtk/gtksctree.c
12184                 Unselect faster (patch by Colin)        
12185
12186 2006-05-26 [colin]      2.2.0cvs61
12187
12188         * src/summaryview.c
12189                 Unplug MSGINFO_UPDATE callback on delete too.
12190
12191 2006-05-26 [colin]      2.2.0cvs60
12192
12193         * src/foldersel.c
12194                 Fix bold in folder selection window with glib2.10
12195                 thanks Hiro
12196
12197 2006-05-26 [colin]      2.2.0cvs59
12198
12199         * src/procheader.c
12200                 Convert date only if necessary (and don't
12201                 try to convert from utf8 to utf8, too)
12202         * src/summaryview.c
12203                 Only set column's text if the column's 
12204                 displayed
12205
12206 2006-05-26 [colin]      2.2.0cvs58
12207
12208         * src/summaryview.c
12209         * src/gtk/gtkutils.c
12210                 Fix useless warning
12211
12212 2006-05-26 [colin]      2.2.0cvs57
12213
12214         * src/mainwindow.c
12215                 Make summaryview selectable as long as 
12216                 no message has focus
12217         * src/mh.c
12218                 Faster deletion (by implementing mh_remove_msgs)
12219                 Faster copy (avoid using mh_fetch_msg just to get
12220                 the filename)
12221                 Faster move (using move_file instead of copy_file
12222                 if MSG_IS_MOVE)
12223                 No progressbar if total number of mails to cp/mv 
12224                 is less than 100
12225         * src/summaryview.c
12226                 Fix removal from subject_table when mail gets moved
12227                 Faster deletion (g_slist_prepend instead of append)
12228         * src/gtk/gtksctree.c
12229                 Remove useless code
12230
12231 2006-05-25 [colin]      2.2.0cvs56
12232
12233         * src/common/ssl_certificate.c
12234                 Fix leak in expired cert check
12235
12236 2006-05-25 [colin]      2.2.0cvs55
12237
12238         * src/mh.c
12239                 Disable flags syncing on .mh_sequences - it
12240                 is buggy and marks mails read under unknown
12241                 conditions.
12242
12243 2006-05-25 [paul]
12244
12245         * 2.3.0-rc4 released
12246
12247 2006-05-24 [colin]      2.2.0cvs54
12248
12249         attention cvs users: if you manage to crash
12250         Sylpheed-Claws while moving, copying or deleting
12251         mails, we *are* interested in stack traces and
12252         valgrind logs. It looks stable, but one never
12253         knows...
12254
12255         * src/folder.c
12256                 Add progressbar for cache updates
12257         * src/folderutils.c
12258                 Optimize Mark all read in the current
12259                 folder
12260         * src/mh.c
12261                 Add progressbar for copy/move
12262         * src/procmsg.c
12263                 Optimize O(n^2) in copy/move
12264         * src/summaryview.c
12265         * src/gtk/gtksctree.c
12266                 Optimize O(n^2) algos
12267         * src/common/timing.h
12268                 Display ms instead of us
12269
12270 2006-05-24 [wwp]        2.2.0cvs53
12271
12272         * manual/fr/advanced.xml
12273                 updates to the French manual.
12274
12275 2006-05-24 [wwp]        2.2.0cvs52
12276
12277         * src/common/utils.c
12278                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12279
12280 2006-05-24 [wwp]        2.2.0cvs51
12281
12282         * src/folderutils.c
12283                 fixed "mark all read" in MH folders (thanks to Colin).
12284
12285 2006-05-24 [paul]       2.2.0cvs50
12286
12287         * doc/man/sylpheed-claws.1
12288                 updated the man page
12289
12290 2006-05-23 [colin]      2.2.0cvs49
12291
12292         * src/folderview.c
12293         * src/imap.c
12294         * src/inc.c
12295         * src/mbox.c
12296         * src/messageview.c
12297         * src/news.c
12298         * src/send_message.c
12299         * src/summaryview.c
12300         * src/gtk/sslcertwindow.c
12301                 alertpanel fixes, by Fabien
12302
12303 2006-05-23 [colin]      2.2.0cvs48
12304
12305         * src/folder.c
12306         * src/folderview.c
12307         * src/msgcache.c
12308         * src/summaryview.c
12309         * src/gtk/gtksctree.c
12310         * src/gtk/gtksctree.h
12311                 More timings
12312                 Fix slow loading problem, which was caused by the
12313                 use of some gtk_ctree funcs and their use of
12314                 g_list_position while gtk_ctree_(un)link'ing.
12315                 Reap more functions from gtkctree.c to be sure we
12316                 use our (fast) version instead of theirs.
12317         * src/mh.c
12318                 Fix copy of unread mails
12319
12320
12321 2006-05-22 [wwp]        2.2.0cvs47
12322
12323         * manual/fr/advanced.xml
12324                 updated.
12325
12326 2006-05-22 [colin]      2.2.0cvs46
12327
12328         * src/filtering.c
12329                 Fix possible infinite loop. 'copy' is not a 
12330                 final action, so when encountering a 'copy',
12331                 we have to check if a previous one was set
12332                 and do it. In the same way, if we encounter
12333                 a 'move' we have to perform a possibly 
12334                 pending 'copy'. This will slow down filtering
12335                 on IMAP if move+copy or multiple copy actions
12336                 are to be done, but handling it via the batch
12337                 would be really too convoluted.
12338
12339 2006-05-22 [wwp]        2.2.0cvs45
12340
12341         * manual/fr/advanced.xml
12342         * manual/fr/faq.xml
12343         * manual/fr/glossary.xml
12344         * manual/fr/handling.xml
12345         * manual/fr/intro.xml
12346         * manual/fr/plugins.xml
12347         * manual/fr/sylpheed-claws-manual.xml
12348                 sync w/ the english manual: updates URIs, documented mailing-list
12349                 support, better explanation about the enabled/disabled feature
12350                 in filtering/processing rules by Paul.
12351
12352 2006-05-21 [colin]      2.2.0cvs44
12353
12354         * src/summaryview.c
12355                 Don't expand after building threads, but during
12356
12357 2006-05-21 [colin]      2.2.0cvs43
12358
12359         * src/procmsg.c
12360         * src/summaryview.c
12361                 More timing possibilities... For next time I have 
12362                 to find out how the hell some 3GHz computer takes
12363                 one minute to open a 30k folder...
12364
12365 2006-05-21 [colin]      2.2.0cvs42
12366
12367         * manual/pl/advanced.xml
12368         * manual/pl/faq.xml
12369         * manual/pl/glossary.xml
12370         * manual/pl/handling.xml
12371         * manual/pl/intro.xml
12372         * manual/pl/plugins.xml
12373         * manual/pl/sylpheed-claws-manual.xml
12374                 Polish manual updated by Pawel
12375
12376 2006-05-20 [colin]
12377
12378         * 2.3.0-rc3 released
12379
12380 2006-05-20 [colin]      2.2.0cvs41
12381
12382         * src/imap.c
12383                 Fix -rc2 problems:
12384                 - remove cache of moved messages from original folder
12385                 - apply new flags to messages even if they aren't appliable
12386                   via IMAP.
12387
12388 2006-05-20 [colin]
12389
12390         * 2.3.0-rc2 released
12391
12392 2006-05-19 [colin]      2.2.0cvs40
12393
12394         * src/imap.c
12395                 Don't issue SELECT in imap_change_flags
12396                 before having checked that we indeed have
12397                 some flags to change. MSG_POSTFILTERED for
12398                 example can't be used on IMAP.
12399                 Fixes bug #955 (copying messages between 
12400                 imap folders is extremely slow), which was
12401                 a regression.
12402
12403 2006-05-19 [colin]      2.2.0cvs39
12404
12405         * src/folder.c
12406         * src/folder.h
12407         * src/folderview.c
12408                 Try to fix bug #830 (Some unread messages 
12409                 get marked read in IMAP inbox):
12410                 - Prevent scanning a folder if it's being 
12411                   opened via the GUI
12412                 - Postpone opening via the GUI of a folder
12413                   currently scanned.
12414
12415
12416 2006-05-19 [wwp]        2.2.0cvs38
12417
12418         * manual/advanced.xml
12419                 fix English+typo (thanks to Paul).
12420
12421 2006-05-19 [wwp]        2.2.0cvs37
12422
12423         * manual/advanced.xml
12424         * manual/fr/advanced.xml
12425         * src/gtk/logwindow.c
12426         * src/prefs_common.c
12427         * src/prefs_common.h
12428                 added hidden prefs to allow customization of colors used in
12429                 protocol log window (useful for dark gtk+ themes).
12430
12431 2006-05-19 [wwp]        2.2.0cvs36
12432
12433         * ChangeLog
12434                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12435
12436 2006-05-19 [paul]       2.2.0cvs35
12437
12438         * src/textview.c
12439                 make Reply-To fully clickable
12440         * src/gtk/logwindow.c
12441                 more colouring (SMTP ESMTP)
12442         Both patches by Pawel Pekala
12443
12444 2006-05-19 [cleroy]     2.2.0cvs34
12445
12446         * src/mh.c
12447                 Don't update flags from current folder
12448                 Probably fixes bug #935 (Read Messages 
12449                 Revert to Being Marked as Unread)
12450
12451 2006-05-18 [colin]      2.2.0cvs33
12452
12453         * src/imap.c
12454                 Warning fix
12455         * src/compose.c
12456         * src/mainwindow.c
12457         * src/summaryview.c
12458         * src/toolbar.c
12459                 Allow replying to multiple emails
12460                 in multiple windows
12461         * src/mimeview.c
12462         * src/etpan/imap-thread.c
12463                 Leak fixes
12464
12465 2006-05-18 [paul]       2.2.0cvs32
12466
12467         * src/summaryview.c
12468                 keep Mailing-List menu refreshed
12469                 Thanks to Colin
12470
12471 2006-05-18 [paul]       2.2.0cvs31
12472
12473         * manual/advanced.xml
12474         * manual/faq.xml
12475         * manual/glossary.xml
12476         * manual/handling.xml
12477         * manual/intro.xml
12478         * manual/plugins.xml
12479         * manual/sylpheed-claws-manual.xml
12480                 update URLs
12481                 add info about mailing-list support
12482                 edit filtering info
12483         * src/wizard.c
12484         * src/common/defs.h
12485         * src/gtk/about.c
12486         * src/plugins/dillo_viewer/README
12487                 update URLs
12488
12489 2006-05-17 [wwp]        2.2.0cvs30
12490
12491         * manual/handling.xml
12492         * manual/fr/handling.xml
12493                 documented the ability to enabled/disable filtering/processing rules.
12494
12495 2006-05-17 [colin]      2.2.0cvs29
12496
12497         * src/main.c
12498                 Don't initialize g_thread subsystem if it's 
12499                 already done (thanks to Hiro)
12500         * src/mimeview.c
12501                 Fix saving of parts when there name can't be
12502                 converted from UTF-8.
12503
12504 2006-05-17 [paul]       2.2.0cvs28
12505
12506         * po/Makefile.in.in
12507                 fix config.status warning with autoconf 2.60
12508
12509 2006-05-17 [paul]       2.2.0cvs27
12510
12511         * po/POTFILES.in
12512                 add src/mbox.c
12513
12514 2006-05-17 [wwp]        2.2.0cvs26
12515
12516         * src/mainwindow.c
12517                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12518
12519 2006-05-17 [wwp]        2.2.0cvs25
12520
12521         * src/plugins/demo/demo.c
12522                 updated product name in plugin demo (many plugins need to be
12523                 sync'ed w/ that change).
12524
12525 2006-05-17 [colin]      2.2.0cvs24
12526
12527         * src/mh.c
12528                 Fix leak
12529
12530 2006-05-16 [colin]      2.2.0cvs23
12531
12532         * src/mainwindow.c
12533                 Stupid me hit again. Fix cvs22.
12534
12535 2006-05-16 [colin]      2.2.0cvs22
12536
12537         * src/mainwindow.c
12538                 Fix bug #922 (sylpheed-claws crashed after 
12539                 pushing on Inbox folder)
12540
12541 2006-05-16 [colin]      2.2.0cvs21
12542
12543         * src/compose.c
12544                 Make From header be copy/paste/select-able
12545
12546 2006-05-16 [wwp]        2.2.0cvs20
12547
12548         * src/export.c
12549         * src/matcher.c
12550         * src/summaryview.c
12551         * src/etpan/imap-thread.c
12552                 fix some compiler warnings (thanks to Colin).
12553
12554 2006-05-16 [wwp]        2.2.0cvs19
12555
12556         * src/action.c
12557         * src/gedit-print.c
12558         * src/inc.c
12559         * src/mainwindow.c
12560         * src/mh.c
12561         * src/statusbar.c
12562         * src/send_message.c
12563         * src/summaryview.c
12564                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12565
12566 2006-05-15 [colin]      2.2.0cvs18
12567
12568         * src/procmsg.c
12569                 Fix automatic rule creation with List-Post
12570
12571 2006-05-15 [paul]       2.2.0cvs17
12572
12573         * tools/filter_conv_new.pl
12574                 updated for rule enabling/disabling
12575                 claws version >= 2.3.x required
12576
12577 2006-05-15 [cleroy]     2.2.0cvs16
12578
12579         * src/main.c
12580                 Revert test
12581
12582 2006-05-15 [cleroy]     2.2.0cvs15
12583
12584         * src/main.c
12585                 test
12586
12587 2006-05-15 [wwp]        2.2.0cvs14
12588
12589         * manual/pl/.cvsignore
12590                 ignore generated files.
12591
12592 2006-05-14 [wwp]        2.3.0-rc1
12593
12594         * 2.3.0-rc1 released
12595
12596 2006-05-13 [wwp]        2.2.0cvs13
12597
12598         * src/filtering.c
12599         * src/filtering.h
12600         * src/matcher.c
12601         * src/matcher_parser_lex.l
12602         * src/matcher_parser_parse.y
12603         * src/prefs_filtering.c
12604                 new feature: provide the ability to disable filtering and processing
12605                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12606                 adaptations.
12607
12608 2006-05-13 [colin]      2.2.0cvs12
12609
12610         * src/compose.c
12611                 Remove useless if (a) b; else b;
12612                 Thanks to wwp
12613
12614 2006-05-13 [wwp]        2.2.0cvs11
12615
12616         * src/export.c
12617         * src/import.c
12618         * src/mainwindow.c
12619         * src/mbox.c
12620         * src/summaryview.c
12621         * src/summaryview.h
12622                 no more silent failures (or at least less ones) when importing
12623                 or exporting from/to mbox. Also start importing/exporting if
12624                 the necessary info is set.
12625
12626 2006-05-13 [wwp]        2.2.0cvs10
12627
12628         * RELEASE_NOTES
12629                 restored up-to-date release notes.
12630
12631 2006-05-13 [paul]       2.2.0cvs9
12632
12633         * po/nl.po
12634         * po/ru.po
12635                 updated by Tim Dijkstra and Pavlo Bohmat
12636
12637 2006-05-12 [colin]      2.2.0cvs8
12638
12639         * src/gtk/quicksearch.c
12640                 Add "k" as shortcut for "colorlabel". Patch
12641                 by ath42@users.sf.net.
12642
12643 2006-05-12 [paul]       2.2.0cvs7
12644
12645         * src/prefs_common.h
12646         * src/prefs_summaries.c
12647         * src/summaryview.c
12648                 when entering a folder also allow
12649                 going directly to first Marked message
12650
12651 2006-05-12 [paul]       2.2.0cvs6
12652
12653         * src/summaryview.c
12654                 always obey 'confirm before marking all
12655                 mails read' option
12656
12657 2006-05-12 [paul]       2.2.0cvs5
12658
12659         * src/textview.c
12660                 make Sender fully clickable
12661
12662 2006-05-12 [colin]      2.2.0cvs4
12663
12664         * src/compose.c
12665         * src/compose.h
12666                 Let From be editable
12667         * src/main.c
12668         * src/mh.c
12669                 Full support of .mh_sequences' Unseen seq
12670
12671 2006-05-12 [colin]      2.2.0cvs3
12672
12673         * src/folder.c
12674         * src/mainwindow.c
12675         * src/mainwindow.h
12676         * src/messageview.c
12677         * src/prefs_spelling.c
12678         * src/procheader.c
12679         * src/procmsg.c
12680         * src/procmsg.h
12681         * src/summaryview.c
12682         * src/toolbar.c
12683         * src/toolbar.h
12684                 Add contextual menu on Compose toolbar
12685                 button. Fixes bug #944 (Automatic
12686                 addresses not applied when changing account
12687                 from compose window)
12688                 add Mailing List support
12689                 based on the old 0.6.5claws25 patch by
12690                 Melvin Hadasht, with finishing touches
12691                 by Colin
12692                 Fix "ignore thread" when mails are threaded by
12693                 subject (and weren't ignored although appearing
12694                 in the thread).
12695                 GUI rework.
12696                 Both patches by Pawel.
12697
12698 2006-05-08 [paul]       2.2.0cvs2
12699
12700         * src/mainwindow.c
12701         * src/mainwindow.h
12702         * src/messageview.c
12703         * src/procheader.c
12704         * src/procmsg.c
12705         * src/procmsg.h
12706         * src/summaryview.c
12707                 add Mailing List support
12708                 based on the old 0.6.5claws25 patch by 
12709                 Melvin Hadasht, with finishing touches
12710                 by Colin
12711
12712 2006-05-08 [colin]      2.2.0cvs1
12713
12714         * src/mainwindow.c
12715         * src/toolbar.c
12716         * src/toolbar.h
12717                 Add contextual menu on Compose toolbar 
12718                 button. Fixes bug #944 (Automatic 
12719                 addresses not applied when changing account 
12720                 from compose window)
12721
12722 2006-05-08 [paul]       2.2.0
12723
12724         2.2.0 released
12725
12726 2006-05-08 [paul]       2.1.1cvs51
12727
12728         * po/cs.po
12729         * po/de.po
12730         * po/en_GB.po
12731         * po/fi.po
12732         * po/fr.po
12733         * po/pt_BR.po
12734         * po/sr.po
12735         * po/zh_CN.po
12736                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12737                 Fabien Vantard, Frederico Goncalves Guimaraes,
12738                 Aleksandar Urosevic, and Ralgh Young
12739
12740 2006-05-12 [colin]      2.1.1cvs50
12741
12742         * po/cs.po
12743         * po/de.po
12744         * po/en_GB.po
12745         * po/es.po
12746         * po/fi.po
12747         * po/fr.po
12748         * po/pt_BR.po
12749         * po/sr.po
12750         * po/zh_CN.po
12751                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12752                 Fabien Vantard, Frederico Goncalves Guimaraes,
12753                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12754
12755 2006-05-05 [colin]      2.1.1cvs49
12756
12757         * manual/Makefile.am
12758         * manual/pl/Makefile.am
12759         * manual/pl/account.xml
12760         * manual/pl/ack.xml
12761         * manual/pl/addrbook.xml
12762         * manual/pl/advanced.xml
12763         * manual/pl/faq.xml
12764         * manual/pl/glossary.xml
12765         * manual/pl/gpl.xml
12766         * manual/pl/handling.xml
12767         * manual/pl/intro.xml
12768         * manual/pl/keyboard.xml
12769         * manual/pl/plugins.xml
12770         * manual/pl/starting.xml
12771         * manual/pl/sylpheed-claws-manual.xml
12772         * manual/pl/dist/.cvsignore
12773         * manual/pl/dist/Makefile.am
12774         * manual/pl/dist/html/.cvsignore
12775         * manual/pl/dist/html/Makefile.am
12776         * manual/pl/dist/pdf/.cvsignore
12777         * manual/pl/dist/pdf/Makefile.am
12778         * manual/pl/dist/ps/.cvsignore
12779         * manual/pl/dist/ps/Makefile.am
12780         * manual/pl/dist/txt/.cvsignore
12781         * manual/pl/dist/txt/Makefile.am
12782                 Add the polish translation of the manual,
12783                 Authored by Pawel Pekala.
12784
12785 2006-05-05 [cleroy]     2.1.1cvs48
12786
12787         * src/main.c
12788                 Re-read matcherrc after loading plugins 
12789                 if some of them add folders.
12790
12791 2006-05-03 [colin]      2.1.1cvs47
12792
12793         * src/imap.c
12794                 I'm idiot
12795
12796 2006-05-03 [colin]      2.1.1cvs46
12797
12798         * src/imap.c
12799                 Be sure to have a session when
12800                 getting separator
12801
12802 2006-05-03 [colin]      2.1.1cvs45
12803
12804         * src/imap.c
12805         * src/imap.h
12806         * src/imap_gtk.c
12807                 Fix preventing renaming with namespace 
12808                 separator.
12809
12810 2006-05-01 [colin]      2.1.1cvs44
12811
12812         * src/action.c
12813                 Don't reload messageview when result of
12814                 action is piped.
12815
12816 2006-04-29 [colin]      2.1.1cvs43
12817
12818         * src/prefs_receive.c
12819         * src/plugins/spamassassin/spamassassin_gtk.c
12820         * src/plugins/clamav/clamav_plugin_gtk.c
12821                 GUI fixes by Pawel
12822
12823 2006-04-29 [colin]      2.1.1cvs42
12824
12825         * src/prefs_compose_writing.c
12826         * src/prefs_quote.c
12827                 Cleanups. Patch by Pawel
12828
12829 2006-04-28 [paul]       2.1.1cvs41
12830
12831         * src/matcher.c
12832                 fix returned quick search results when search
12833                 term contains an underscore.
12834                 Thanks to Colin
12835
12836 2006-04-28 [paul]       2.1.1cvs40
12837
12838         * src/prefs_message.c
12839         * src/prefs_receive.c
12840                 GUI cleanups
12841                 Patches by Pawel Pekala
12842
12843 2006-04-27 [colin]      2.1.1cvs39
12844
12845         * src/wizard.c
12846                 Differentiate subject Welcome from
12847                 window's title Welcome
12848
12849 2006-04-27 [paul]
12850
12851         2.2.0-rc1 released
12852
12853 2006-04-27 [paul]       2.1.1cvs38
12854
12855         * manual/advanced.xml
12856         * manual/fr/advanced.xml
12857                 add info about compose_no_markup hidden pref
12858
12859 2006-04-27 [paul]       2.1.1cvs37
12860
12861         * src/prefs_account.c
12862                 improve privacy labels
12863         * src/prefs_msg_colors.c
12864                 change some strings for translators' convenience
12865         * src/gtk/gtkutils.c
12866                 don't underline the link button text
12867
12868 2006-04-25 [colin]      2.1.1cvs36
12869
12870         * src/folder.c
12871                 Complete 2.1.1cvs33 (once more ;)
12872
12873 2006-04-25 [colin]      2.1.1cvs35
12874
12875         * src/editldap.c
12876                 Fix tooltip
12877
12878 2006-04-25 [cleroy]     2.1.1cvs34
12879
12880         * src/compose.c
12881         * src/gtk/gtkaspell.c
12882                 Fix crash on redirect (related to the return 
12883                 of the aspell menu in compose's toolbar)
12884         * src/prefs_msg_colors.c
12885                 Fix sensitivity widgets
12886         * src/image_viewer.c
12887         * src/gtk/pluginwindow.c
12888         * src/gtk/prefswindow.c
12889                 Change released signals to clicked (Fabien)
12890         * po/POTFILES.in
12891         * src/common/socket.c
12892         * src/plugins/spamassassin/spamassassin.c
12893                 Translate strings (Fabien)
12894
12895 2006-04-25 [paul]       2.1.1cvs33
12896
12897         * src/folder.c
12898         * src/folder.h
12899         * src/folderview.c
12900                 complete the fix of bug #912
12901                 Thanks to Colin
12902
12903 2006-04-25 [colin]      2.1.1cvs32
12904
12905         * src/news.c
12906                 Better progress bar
12907         * src/mimeview.c
12908         * src/summaryview.c
12909         * src/summaryview.h
12910                 Fix focus chain
12911                 Patches by Pawel Pekala
12912
12913 2006-04-24 [colin]      2.1.1cvs31
12914
12915         * src/compose.c
12916                 Fix compilation warnings (Fabien)
12917
12918 2006-04-24 [colin]      2.1.1cvs30
12919
12920         * src/addrindex.c
12921         * src/editldap.c
12922         * src/editldap_basedn.c
12923         * src/editldap_basedn.h
12924         * src/ldapctrl.c
12925         * src/ldapctrl.h
12926         * src/ldapquery.c
12927         * src/ldaputil.c
12928         * src/ldaputil.h
12929                 Fix bug #901 (LDAPS support)
12930
12931 2006-04-24 [colin]      2.1.1cvs29
12932
12933         * src/compose.c
12934                 Fix logic on error with send dialog on
12935         * src/imap.c
12936                 Fix compilation without libetpan, thanks
12937                 to Fabien
12938         * src/summaryview.c
12939                 Fix 'context-menu' key
12940
12941 2006-04-23 [colin]      2.1.1cvs28
12942
12943         * src/folder.c
12944                 Never free current's cache to free up 
12945                 memory. Fixes bug #912 (new count 
12946                 randomly set to message count)
12947
12948 2006-04-23 [colin]      2.1.1cvs27
12949
12950         * src/gtk/quicksearch.c
12951                 And remove printf...
12952
12953 2006-04-23 [colin]      2.1.1cvs26
12954
12955         * src/gtk/quicksearch.c
12956                 Fix replacing in quicksearch, and fix inserting
12957                 in the middle of the string. (introduced at 2.1.0cvs22)
12958
12959 2006-04-23 [colin]      2.1.1cvs25
12960
12961         * src/imap.c
12962                 Make sure uidnext is initialized in get_num_list
12963                 (not for stable, related to 2.1.1cvs8 and friends)
12964
12965 2006-04-23 [colin]      2.1.1cvs24
12966
12967         * src/imap.c
12968                 Output something when login is successful
12969                 too
12970
12971 2006-04-23 [colin]      2.1.1cvs23
12972
12973         * src/etpan/imap-thread.c
12974                 Better logging (line-per-line, hide data in fetch)
12975                 Fix a const warning
12976         * src/gtk/logwindow.c
12977         * src/gtk/logwindow.h
12978                 Better logging (color for input/output)
12979
12980 2006-04-21 [colin]      2.1.1cvs22
12981
12982         * src/gtk/quicksearch.c
12983                 On gtk+-2.8, use stock buttons in quicksearch
12984                 Based on a patch by Fabien and a design by Paul
12985
12986 2006-04-21 [colin]      2.1.1cvs21
12987
12988         * src/folderview.c
12989         * src/mainwindow.c
12990                 Fix occasional flicker in folderview
12991         * src/common/utils.c
12992                 Fix bug #943 (Incorrectly parsed email address 
12993                 list in short headers on message view and in 
12994                 printouts)
12995
12996 2006-04-20 [colin]      2.1.1cvs20
12997
12998         * src/imap.c
12999         * src/imap.h
13000         * src/prefs_account.c
13001                 Add ANONYMOUS auth for IMAP
13002
13003 2006-04-20 [paul]       2.1.1cvs19
13004
13005         * src/main.c
13006                 proper fix for 2.1.1cvs18
13007                 Thanks to Colin
13008
13009 2006-04-20 [paul]       2.1.1cvs18
13010
13011         * src/main.c
13012                 fix build warnings
13013
13014 2006-04-20 [paul]       2.1.1cvs17
13015
13016         * src/gtk/quicksearch.c
13017                 fix standard, non-extended Quick search,
13018                 was broken in 2.1.1cvs15.
13019                 Thanks to Colin.
13020
13021 2006-04-20 [colin]      2.1.1cvs16
13022
13023         * src/prefs_matcher.c
13024                 Fix values when reselecting a ~test
13025                 rule
13026
13027 2006-04-19 [colin]      2.1.1cvs15
13028
13029         * src/compose.c
13030         * src/compose.h
13031         * src/gtk/gtkaspell.c
13032         * src/gtk/gtkaspell.h
13033                 Put back Options menu in Spelling/
13034         * src/gtk/quicksearch.c
13035                 Don't search, and show error, if the
13036                 advanced search has a syntax error
13037
13038 2006-04-18 [colin]      2.1.1cvs14
13039
13040         * src/textview.c
13041                 Fix gdk warnings on set_cursor when textview
13042                 isn't visible
13043
13044 2006-04-18 [colin]      2.1.1cvs13
13045
13046         * src/gtk/gtksctree.c
13047                 Remove seemingly useless refresh that causes
13048                 flicker - watch this commit in case of 
13049                 problems before planned backport to stable
13050
13051 2006-04-18 [colin]      2.1.1cvs12
13052
13053         * src/imap.c
13054                 Factorize get/set_xml code
13055         * src/compose.c
13056         * src/prefs_account.c
13057         * src/prefs_account.h
13058         * src/procmsg.c
13059                 Add Encrypt to self option
13060
13061 2006-04-17 [colin]      2.1.1cvs11
13062
13063         * configure.ac
13064                 Fix search on encrpyt function on dragonfly
13065                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13066
13067 2006-04-17 [colin]      2.1.1cvs10
13068
13069         * src/prefs_account.c
13070                 Be safe by default: remove mails from POP3
13071                 after 7 days, not immediately
13072
13073 2006-04-17 [colin]      2.1.1cvs9
13074
13075         * src/etpan/imap-thread.c
13076                 Fix build on DragonFly - patch by 
13077                 Jonathan Buschmann <jonthn@agmact.com>
13078
13079 2006-04-17 [colin]      2.1.1cvs8
13080
13081         * src/imap.c
13082                 Save uidnext between sessions
13083
13084 2006-04-17 [colin]      2.1.1cvs7
13085
13086         * src/imap.c
13087                 scan is required when uid validity changes
13088
13089 2006-04-17 [colin]      2.1.1cvs6
13090
13091         * src/folderview.c
13092                 Don't scan if not necessary, apart in current
13093                 folder and INBOX to fetch flags.
13094         * src/imap.c
13095                 Scan is necessary if unread count changes
13096
13097 2006-04-17 [colin]      2.1.1cvs5
13098
13099         * src/imap.c
13100                 ...But always fetch ANSWERED and DELETED flags for
13101                 INBOX, as filtering can happen on these flags.
13102
13103 2006-04-17 [colin]      2.1.1cvs4
13104
13105         * src/imap.c
13106                 Don't fetch REPLIED and DELETED flags when synchronising
13107                 flags with a closed folder. We only need UNSEEN and FLAGGED
13108                 to update the folderview.
13109
13110 2006-04-17 [colin]      2.1.1cvs3
13111
13112         * src/imap.c
13113                 Faster flag search when there are new mails 
13114                 in a folder. We can do a full search if the 
13115                 folder contains less messages than the new
13116                 list.
13117
13118 2006-04-17 [colin]      2.1.1cvs2
13119
13120         * po/cs.po
13121         * po/de.po
13122         * po/fr.po
13123         * po/nl.po
13124         * po/pt_BR.po
13125                 Update translations from stable branch
13126
13127 2006-04-17 [colin]      2.1.1cvs1
13128
13129         * configure.ac
13130                 Bump version to follow stable release
13131
13132 2006-04-16 [mones]      2.1.0cvs50
13133
13134         * po/es.po
13135                 Updated for release
13136
13137 2006-04-16 [colin]      2.1.0cvs49
13138
13139         * src/textview.c
13140                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13141                 with gtk < 2.8. Thanks to Fabien Vantard.
13142
13143 2006-04-15 [colin]      2.1.0cvs48
13144
13145         * src/etpan/imap-thread.c
13146                 Fix bug #919 (libetpan: SEGV when connecting 
13147                 using command)
13148
13149 2006-04-14 [colin]      2.1.0cvs47
13150
13151         * src/main.c
13152                 Fix race on --select (should be done better)
13153
13154 2006-04-14 [wwp]        2.1.0cvs46
13155
13156         * src/send_message.c
13157                 enforce a check for domain in account prefs (a sending
13158                 error could be faced if domain was checked but no value set),
13159                 thanks to Colin.
13160
13161 2006-04-14 [colin]      2.1.0cvs45
13162
13163         * src/codeconv.c
13164                 when converting from unknown to unknown, if the
13165                 string is UTF8, don't convert it to the locale
13166                 (which breaks it)
13167
13168 2006-04-14 [colin]      2.1.0cvs44
13169
13170         * src/compose.c
13171                 Don't try to use ASCII for converting headers
13172                 (as done in body)
13173
13174 2006-04-14 [paul]       2.1.0cvs43
13175
13176         * src/crash.c
13177                 add locale/charset info to crash report
13178         * src/gtk/about.c
13179                 add wwp to doc team
13180                 replace 'e-mail' with preferred 'email'
13181         * src/gtk/authors.h
13182                 ensure contributors list is in alphabetical
13183                 order
13184
13185 2006-04-13 [colin]      2.1.0cvs42
13186
13187         * src/textview.c
13188                 Prevent gdk warnings
13189
13190 2006-04-13 [colin]      2.1.0cvs41
13191
13192         * src/common/ssl_certificate.c
13193         * src/common/ssl_certificate.h
13194         * src/gtk/sslcertwindow.c
13195                 Warn on expired certs, and display the expiration date
13196
13197 2006-04-13 [colin]      2.1.0cvs40
13198
13199         * src/plugins/spamassassin/spamassassin_gtk.c
13200                 Fix missing set_text on unix socket
13201
13202 2006-04-13 [wwp]        2.1.0cvs39
13203
13204         * manual/fr/advanced.xml
13205         * manual/fr/glossary.xml
13206                 applied new spam/ham/email lexicon (pourriel, courriel)
13207
13208 2006-04-13 [paul]       2.1.0cvs38
13209
13210         * src/plugins/pgpmime/plugin.c
13211                 remove the mention of S/MIME from the
13212                 description. This is now handled by the
13213                 S/MIME plugin.
13214
13215 2006-04-13 [paul]       2.1.0cvs37
13216
13217         * src/prefs_msg_colors.c
13218                 rework dialog
13219         * src/prefs_folder_item.c
13220         * src/prefs_spelling.c
13221                 add a tooltip to the colour selector buttons
13222
13223 2006-04-13 [wwp]        2.1.0cvs36
13224
13225         * manual/advanced.xml
13226         * manual/glossary.xml
13227         * manual/handling.xml
13228         * manual/keyboard.xml
13229         * manual/plugins.xml
13230         * manual/starting.xml
13231         * manual/fr/account.xml
13232         * manual/fr/ack.xml
13233         * manual/fr/addrbook.xml
13234         * manual/fr/advanced.xml
13235         * manual/fr/faq.xml
13236         * manual/fr/glossary.xml
13237         * manual/fr/gpl.xml
13238         * manual/fr/handling.xml
13239         * manual/fr/intro.xml
13240         * manual/fr/keyboard.xml
13241         * manual/fr/plugins.xml
13242         * manual/fr/starting.xml
13243         * manual/fr/sylpheed-claws-manual.xml
13244                 fixes to the manuals:
13245                  - summaryview -> Message List (same in French)
13246                  - translate key names
13247                  - fix French punctuation, use non-breakable spaces when
13248                    necessary, don't use &thinsp; which is not portable
13249                  - tell what maildir and mbox formats we support
13250
13251 2006-04-12 [wwp]        2.1.0cvs35
13252
13253         * src/prefs_toolbar.c
13254                 unified a replace button more,
13255                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13256
13257 2006-04-12 [wwp]        2.1.0cvs34
13258
13259         * src/prefs_common.c
13260         * src/prefs_msg_colors.c
13261                 make default color labels translatable,
13262                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13263                 thanks to Tim <timbrain@post.cz> for reporting.
13264
13265 2006-04-12 [wwp]        2.1.0cvs33
13266
13267         * manual/glossary.xml
13268         * manual/intro.xml
13269         * manual/plugins.xml
13270         * manual/starting.xml
13271         * manual/sylpheed-claws-manual.xml
13272         * manual/fr/.cvsignore
13273         * manual/fr/account.xml
13274         * manual/fr/ack.xml
13275         * manual/fr/addrbook.xml
13276         * manual/fr/advanced.xml
13277         * manual/fr/faq.xml
13278         * manual/fr/glossary.xml
13279         * manual/fr/handling.xml
13280         * manual/fr/intro.xml
13281         * manual/fr/keyboard.xml
13282         * manual/fr/plugins.xml
13283         * manual/fr/starting.xml
13284         * manual/fr/sylpheed-claws-manual.xml
13285                 various fixes: typos, missing .fr translations, punctuation,
13286                 capitalization, links, accents and some bad French more.
13287
13288 2006-04-12 [wwp]        2.1.0cvs32
13289
13290         * src/prefs_gtk.c
13291                 fix for bug #935: always store prefs files in UTF-8 (thanks
13292                 to Colin).
13293
13294 2006-04-11 [colin]      2.1.0cvs31
13295
13296         * src/compose.c
13297                 Fix inserting files not in utf8 when locale is utf8
13298
13299 2006-04-11 [colin]      2.1.0cvs30
13300
13301         * src/inc.c
13302                 Don't show error dialog when cancelling connection
13303                 Patch by Pawel
13304
13305 2006-04-11 [cleroy]     2.1.0cvs29
13306
13307         * src/compose.c
13308                 Implement multiple quote levels
13309         * src/prefs_common.c
13310                 Change a little bit the quote bgcolor for 2nd level
13311
13312 2006-04-11 [colin]      2.1.0cvs28
13313
13314         * src/gtk/about.c
13315                 Add locale and charset in the label
13316
13317 2006-04-10 [colin]      2.1.0cvs27
13318
13319         * src/compose.c
13320         * src/prefs_common.c
13321         * src/prefs_common.h
13322         * src/prefs_msg_colors.c
13323         * src/textview.c
13324                 Allow optional background color in quotes
13325                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13326                 GTK+-2.8.x feature
13327
13328 2006-04-10 [colin]      2.1.0cvs26
13329
13330         * src/main.c
13331         * src/mainwindow.c
13332         * src/mainwindow.h
13333                 Implement --select
13334
13335 2006-04-10 [colin]      2.1.0cvs25
13336
13337         * manual/plugins.xml
13338         * manual/fr/plugins.xml
13339                 Document libcurl's proxy variables
13340
13341 2006-04-09 [colin]      2.1.0cvs24
13342
13343         * src/prefs_common.c
13344                 gettext() returns statically allocated stuff. We have
13345                 to strdup it in order to be able to free it.
13346
13347 2006-04-09 [colin]      2.1.0cvs23
13348
13349         * AUTHORS
13350         * src/gtk/authors.h
13351                 Add Alexei
13352
13353 2006-04-09 [colin]      2.1.0cvs22
13354
13355         * src/mainwindow.c
13356         * src/gtk/quicksearch.c
13357                 Fix bug #859 (problems with cyrilic input in 
13358                 search panel) - Patch by Alexey Illarionov 
13359                 <littlesavage@rambler.ru>
13360
13361 2006-04-09 [colin]      2.1.0cvs21
13362
13363         * src/prefs_customheader.c
13364                 I prefer removing then freeing rather than the contrary
13365                 (even if it doesn't change anything ;-)
13366         * src/prefs_account.c
13367                 Fix bug #933 (Crash re-entering the custom headers list 
13368                 dialog in accounts prefs)
13369                 The problem happened when cancelling the Account 
13370                 Preferences' dialogs - in which case we didn't do 
13371                 anything to the PrefsAccount * struct. In case of applying,
13372                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13373                 working with in this dialog. The problem is that 
13374                 prefs_customheader.c, working on this tmp_ac_prefs, always
13375                 changes the ->customhdr_list pointer, even when cancelled. 
13376                 So in case of cancelling the prefs_account dialog, we still
13377                 have to update ->customhdr_list in the real account.
13378
13379 2006-04-08 [colin]      2.1.0cvs20
13380
13381         * manual/fr/glossary.xml
13382         * manual/fr/keyboard.xml
13383                 Forgot some headers :)
13384
13385 2006-04-08 [colin]      2.1.0cvs19
13386
13387         * manual/Makefile.am
13388         * manual/fr/Makefile.am
13389         * manual/fr/account.xml
13390         * manual/fr/ack.xml
13391         * manual/fr/addrbook.xml
13392         * manual/fr/advanced.xml
13393         * manual/fr/faq.xml
13394         * manual/fr/glossary.xml
13395         * manual/fr/gpl.xml
13396         * manual/fr/handling.xml
13397         * manual/fr/intro.xml
13398         * manual/fr/keyboard.xml
13399         * manual/fr/plugins.xml
13400         * manual/fr/starting.xml
13401         * manual/fr/sylpheed-claws-manual.xml
13402         * manual/fr/dist/.cvsignore
13403         * manual/fr/dist/Makefile.am
13404         * manual/fr/dist/html/.cvsignore
13405         * manual/fr/dist/html/Makefile.am
13406         * manual/fr/dist/pdf/.cvsignore
13407         * manual/fr/dist/pdf/Makefile.am
13408         * manual/fr/dist/ps/.cvsignore
13409         * manual/fr/dist/ps/Makefile.am
13410         * manual/fr/dist/txt/.cvsignore
13411         * manual/fr/dist/txt/Makefile.am
13412                 Add the french translation of the manual. Thanks to
13413                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13414                 account.xml, ack.xml, addrbook.xml and advanced.xml
13415
13416 2006-04-08 [colin]      2.1.0cvs18
13417
13418         * manual/plugins.xml
13419         * manual/starting.xml
13420                 More fixes
13421
13422 2006-04-07 [colin]      2.1.0cvs17
13423
13424         * manual/faq.xml
13425         * manual/intro.xml
13426         * manual/keyboard.xml
13427                 Little fixes
13428
13429 2006-04-07 [colin]      2.1.0cvs16
13430
13431         * README
13432         * src/compose.c
13433         * src/prefs_common.c
13434         * src/prefs_common.h
13435                 Add hidden compose_no_markup pref
13436
13437 2006-04-07 [wwp]        2.1.0cvs15
13438
13439         * src/summary_search.c
13440         * .cvsignore
13441                 Bugfix: stop button was sticky when searching in an empty folder.
13442                 Applied curly brackets code style to the whole file (summary_search.c).
13443                 More files to ignore.
13444
13445 2006-04-07 [wwp]        2.1.0cvs14
13446
13447         * src/message_search.c
13448         * src/summary_search.c
13449                 changed default button when search bumps at file/folder
13450                 beginning or end, for convenience (thanks to Colin).
13451
13452 2006-04-07 [paul]       2.1.0cvs13
13453
13454         * src/plugins/dillo_viewer/dillo_prefs.c
13455                 avoid future potential for namespace collision
13456                 Patch by Colin
13457
13458 2006-04-06 [wwp]        2.1.0cvs12
13459
13460         * src/summary_search.c
13461                 Unify extended/advanced searches names (and thus factorize labels),
13462                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13463
13464 2006-04-06 [wwp]        2.1.0cvs11
13465
13466         * src/folderview.c
13467         * src/prefs_themes.c
13468         * src/summaryview.c
13469                 Fixed some compilation warnings.
13470
13471 2006-04-06 [colin]      2.1.0cvs10
13472
13473         * manual/advanced.xml
13474                 Document the wizard template and how to deploy
13475                 Sylpheed-Claws effectively
13476
13477 2006-04-06 [colin]      2.1.0cvs9
13478
13479         * src/folderview.c
13480                 gettext patch to tell translators about _("#"),
13481                 by Maxim Britov
13482
13483 2006-04-06 [colin]      2.1.0cvs8
13484
13485         * src/textview.c
13486                 Fix invalid GtkTextBIter after clicking "Display as text"
13487
13488 2006-04-06 [mones]      2.1.0cvs7
13489
13490         * src/addr_compl.c
13491         * src/addrindex.c
13492         * src/addritem.c
13493         * src/codeconv.c
13494         * src/compose.c
13495         * src/filtering.c
13496         * src/folder.c
13497         * src/folder_item_prefs.c
13498         * src/folderview.c
13499         * src/localfolder.c
13500         * src/matcher.c
13501         * src/mimeview.c
13502         * src/prefs_msg_colors.c
13503         * src/prefs_spelling.c
13504         * src/prefs_themes.c
13505         * src/procmime.c
13506         * src/procmsg.c
13507         * src/stock_pixmap.c
13508         * src/summaryview.c
13509         * src/textview.c
13510         * src/toolbar.c
13511         * src/common/mgutils.c
13512         * src/common/prefs.c
13513         * src/common/ssl_certificate.c
13514         * src/gtk/colorlabel.c
13515         * src/gtk/quicksearch.c
13516         * src/plugins/pgpmime/pgpmime.c
13517         * src/plugins/spamassassin/spamassassin.c
13518                 Removed redundant NULL checks for g_free() calls.
13519                 Patch by Pawel Pekala.
13520
13521 2006-04-06 [mones]      2.1.0cvs6
13522
13523         * src/prefs_actions.c
13524         * src/prefs_filtering.c
13525         * src/prefs_filtering_action.c
13526         * src/prefs_matcher.c
13527         * src/prefs_template.c
13528         * src/gtk/gtkutils.c
13529         * src/gtk/gtkutils.h
13530                 Have a nice replace button. Patch by Pawel Pekala
13531
13532 2006-04-06 [colin]      2.1.0cvs5
13533
13534         * src/addressbook.c
13535                 Fix crash with empty columns
13536
13537 2006-04-05 [colin]      2.1.0cvs4
13538
13539         * src/wizard.c
13540         * src/prefs_gtk.c
13541                 Allow wizard customization with pre-filled values
13542
13543 2006-04-05 [colin]      2.1.0cvs3
13544
13545         * src/textview.c
13546         * src/mimeview.c
13547         * src/mimeview.h
13548                 Nicer messages in mimeview
13549
13550 2006-04-05 [colin]      2.1.0cvs2
13551
13552         * src/addressbook.c
13553         * src/prefs_summaries.c
13554                 i18n fix
13555
13556 2006-04-05 [colin]      2.1.0cvs1
13557
13558         * src/plugins/pgpcore/plugin.c
13559         * src/plugins/pgpcore/select-keys.c
13560         * src/plugins/pgpcore/select-keys.h
13561         * src/plugins/pgpcore/sgpgme.c
13562         * src/plugins/pgpcore/sgpgme.h
13563         * src/plugins/pgpinline/pgpinline.c
13564         * src/plugins/pgpinline/plugin.c
13565         * src/plugins/pgpmime/pgpmime.c
13566         * src/plugins/pgpmime/plugin.c
13567                 Factorize and generalize a bit 
13568                 Drop S/MIME signature verification from PGP/MIME
13569                 (adding it as another, more complete plugin)
13570
13571 2006-04-05 [paul]       2.1.0
13572
13573         2.1.0 released
13574
13575 2006-04-05 [paul]       2.0.0cvs186
13576
13577         * manual/advanced.xml
13578                 add info on colour labels
13579
13580 2006-04-05 [paul]       2.0.0cvs185
13581
13582         * po/bg.po
13583         * po/cs.po
13584         * po/de.po
13585         * po/el.po
13586         * po/en_GB.po
13587         * po/fi.po
13588         * po/fr.po
13589         * po/it.po
13590         * po/nl.po
13591         * po/pl.po
13592         * po/pt_BR.po
13593         * po/sr.po
13594         * po/zh_CN.po
13595                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13596                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13597                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13598                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13599         * src/gtk/authors.h
13600         * tools/claws.i18n.status.pl
13601                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13602                 and new Czech translator, Tim <timbrain@post.cz>
13603
13604 2006-04-05 [mones]      2.0.0cvs184
13605
13606         * po/es.po
13607                 Updated translation
13608
13609 2006-04-05 [colin]      2.0.0cvs183
13610
13611         * src/gtk/quicksearch.c
13612                 Fix bug #929 (unnecessary reload in quick search bar)
13613
13614 2006-04-05 [colin]      2.0.0cvs182
13615
13616         * src/compose.c
13617                 Fix crash on Reply with no From:
13618                 Show signature and conversion error on queuing 
13619                 (but not sending)
13620         * src/mainwindow.c
13621         * src/summaryview.c
13622         * src/summaryview.h
13623                 Factorize threading code and make sure msginfo 
13624                 is not null when it comes from a GtkCTreeRow's 
13625                 data
13626         * src/gtk/gtkaspell.c
13627                 Check for necessary things
13628         * src/gtk/gtksctree.c
13629         * src/gtk/gtksctree.h
13630                 Reset anchor if necessary when removing node
13631
13632 2006-03-29 [colin]      2.0.0cvs181
13633
13634         * src/folderview.c
13635                 Warn for disabled IMAP accounts (due to lack of
13636                 libetpan). Breaks string-freeze - sorry - but it
13637                 is kind of important ;)
13638
13639 2006-03-28 [colin]      2.0.0cvs180
13640
13641         * src/gtk/gtkutils.c
13642         * src/gtk/gtkutils.h
13643                 Add a gtkut_get_link_btn() function that
13644                 creates a button which acts like an URI
13645         * src/prefs_themes.c
13646         * src/gtk/about.c
13647                 Use this function (factorizes codes)
13648         * src/common/defs.h
13649         * src/gtk/pluginwindow.c
13650                 Add a "Get more..." in the plugins window
13651
13652 2006-03-28 [colin]      2.0.0cvs179
13653
13654         * src/common/smtp.c
13655         * src/common/passcrypt.c
13656         * src/undo.c
13657                 Warning fixes. Patch by Pawel Pekala
13658
13659 2006-03-27 [colin]      2.0.0cvs178
13660
13661         * src/undo.c
13662                 Fix undoing by blocks with spaces
13663
13664 2006-03-27 [colin]      2.0.0cvs177
13665
13666         * src/textview.c
13667                 Set margin to 3px for headers
13668
13669 2006-03-27 [paul]
13670
13671         2.1.0-rc2 released
13672
13673 2006-03-27 [wwp]        2.0.0cvs176
13674
13675         * src/summaryview.c
13676                 don't reset quicksearch when updating the message list.
13677                 Thanks to Colin.
13678
13679 2006-03-26 [wwp]        2.0.0cvs175
13680
13681         * src/compose.c
13682                 use a unified border width ('other' tab in the compose window,
13683                 patch by Pawel Pekala).
13684
13685
13686 2006-03-26 [wwp]        2.0.0cvs174
13687
13688         * src/common/quoted-printable.c
13689         * src/addressbook.c
13690                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13691
13692 2006-03-26 [colin]      2.0.0cvs173
13693
13694         * src/quote_fmt_parse.y
13695                 Fix non-UTF8 date formats messing up the whole quote a 
13696                 little bit
13697
13698 2006-03-26 [colin]      2.0.0cvs172
13699
13700         * src/procheader.c
13701                 Make sure the date is UTF8 valid, or try to make it
13702                 so. IncrediMail is really IncrediStupid.
13703         * src/compose.c
13704                 Fix possible conversions. 
13705                 
13706
13707 2006-03-26 [colin]      2.0.0cvs171
13708
13709         * src/matcher.c
13710                 Fix corner cases in body search. This is still a
13711                 hack... It seems impossible to make it good and 
13712                 reasonably fast at the same time.
13713
13714 2006-03-26 [colin]      2.0.0cvs170
13715
13716         * src/summaryview.c
13717                 I think I killed the twilight zone bug!
13718                 summary_select_node() flushes GTK events in order
13719                 to be able to center the view. But this also 
13720                 flushes keypresses like Ctrl-Alt-U, so this can
13721                 call summary_show from summary_select_node (itself
13722                 called from summary_show, etc.). And the summaryview
13723                 has to be unlocked in this function. So just locking
13724                 while processing GTK events, and bailing if locked, 
13725                 should fix it.
13726                 Fixes bug #927 (SIGSEGV during Update Summary)
13727
13728 2006-03-25 [colin]      2.0.0cvs169
13729
13730         * src/matcher.c
13731                 Fix search in QP-encoded bodies
13732                 Fix utf-8 searches in bodies encoded in the
13733                 locale's encoding
13734         * src/common/quoted-printable.c
13735         * src/common/quoted-printable.h
13736                 Add a decode function that doesn't overwrite
13737                 the original pointer
13738                 
13739
13740 2006-03-24 [colin]      2.0.0cvs168
13741
13742         * src/action.c
13743         * src/summaryview.c
13744         * src/summaryview.h
13745                 Update message cache after action
13746                 Patch by H. Merijn Brand
13747         * src/prefs_msg_colors.c
13748                 Factorize label 
13749                 Patch by Fabien Vantard
13750         * src/plugins/spamassassin/spamassassin_gtk.c
13751                 Remove useless translation
13752                 Patch by Fabien Vantard
13753
13754 2006-03-23 [colin]      2.0.0cvs167
13755
13756         * src/common/ssl.c
13757                 Let 30 seconds to SSL_connect
13758
13759 2006-03-23 [wwp]        2.0.0cvs166
13760
13761         * src/summaryview.c
13762         * src/gtk/description_window.c
13763                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13764                 and headers are translated; adjust description windows' width to fit their
13765                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13766
13767 2006-03-23 [paul]       2.0.0cvs165
13768
13769         * src/common/utils.c
13770                 fix highlighting of URIs containing "()"
13771                 (2.0.0cvs164's reversal fixed)
13772                 Thanks to Colin.
13773
13774 2006-03-23 [paul]       2.0.0cvs164
13775
13776         * src/common/utils.c
13777                 revert patch, (postponing a fix), at 2.0.0cvs120
13778                 as it breaks more URIs than it fixes.
13779                 Allow '-' to be a terminating character in a URI
13780
13781 2006-03-22 [colin]      2.0.0cvs163
13782
13783         * configure.ac
13784                 Require libetpan 0.45
13785                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13786
13787 2006-03-22 [paul]       2.0.0cvs162
13788
13789         * src/editgroup.c
13790                 replace '<-' and '->' buttons with GTK_STOCK graphical
13791                 buttons
13792         * src/summary_search.c
13793                 don't offer '...' for translation
13794                 add a tooltip to advanced search '...' button
13795         * src/gtk/quicksearch.c
13796                 don't offer '...' for translation
13797
13798 2006-03-21 [colin]      2.0.0cvs161
13799
13800         * src/compose.c
13801                 Fix middle-click pasting (insert at click
13802                 position instead of cursor position, don't
13803                 remove existing selection and allow pasting
13804                 our own selection)
13805         * src/addressbook.c
13806                 "LDAP Server" -> "LDAP servers"
13807
13808 2006-03-21 [wwp]        2.0.0cvs160
13809
13810         * src/etpan/imap-thread.c
13811                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13812
13813 2006-03-20 [colin]      2.0.0cvs159
13814
13815         * src/summaryview.c
13816                 Don't reload summaryview after an execute with no
13817                 move action
13818
13819 2006-03-19 [colin]      2.0.0cvs158
13820
13821         * src/addressbook.c
13822                 and put groups at the top, always
13823
13824 2006-03-19 [colin]      2.0.0cvs157
13825
13826         * src/addressbook.c
13827                 Order groups before names, as previously
13828
13829 2006-03-19 [colin]      2.0.0cvs156
13830
13831         * src/addressbook.c
13832                 - Sort case-unsensitive
13833                 - Put the sort arrow at opening too
13834
13835 2006-03-19 [wwp]        2.0.0cvs155
13836
13837         * src/addressbook.c
13838                 allow sorting by name/email/remarks, ensure that right-pane's contents
13839                 matches the left-pane selection (cleared when appropriate).
13840                 Patch by Pawel Pekala <c0rn@o2.pl>.
13841
13842 2006-03-18 [colin]      2.0.0cvs154
13843
13844         * src/textview.c
13845                 Fix text cursor ;)
13846
13847 2006-03-18 [colin]      2.0.0cvs153
13848
13849         * src/gtk/filesel.c
13850                 Make sure we hide the preview if we didn't get
13851                 a filename
13852
13853 2006-03-18 [colin]      2.0.0cvs152
13854
13855         * src/summaryview.c
13856                 Set cursor to watch for execution (fixes lack
13857                 of watch-cursor when dnd'ing hundreds of mails)
13858         * src/gtk/filesel.c
13859                 Check that mime type is 'image/*' before updating
13860                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13861
13862 2006-03-18 [colin]      2.0.0cvs151
13863
13864         * src/mainwindow.c
13865         * src/textview.c
13866         * src/textview.h
13867                 Put a watch cursor in textview too when the mainwindow's
13868                 cursor in a watch
13869
13870 2006-03-18 [colin]      2.0.0cvs150
13871
13872         * src/folder.c
13873                 Change wrong asserts to simple tests
13874
13875 2006-03-17 [colin]      2.0.0cvs149
13876
13877         * src/mainwindow.c
13878         * src/mainwindow.h
13879         * src/prefs_msg_colors.c
13880         * src/summaryview.c
13881         * src/summaryview.h
13882         * src/gtk/colorlabel.c
13883         * src/gtk/colorlabel.h
13884                 Add a color label menu in the main menubar
13885                 Add (fixed) accels Ctrl-{0-7} to change the color
13886                 They have to be fixed because the menu's dynamic,
13887                 the items are complex widgets, hence we can't use
13888                 a GtkItemFactory.
13889
13890
13891 2006-03-17 [wwp]        2.0.0cvs148
13892
13893         * src/compose.c
13894                 rollback few lines from my previous commit (those lines come from
13895                 a pending patch, accidentally commited, even if neutral as they are
13896                 commented out).
13897
13898 2006-03-17 [wwp]        2.0.0cvs147
13899
13900         * src/compose.c
13901                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13902                 applied code style/indentation to the modified function.
13903
13904 2006-03-17 [wwp]        2.0.0cvs146
13905
13906         * src/procmsg.c
13907         * src/compose.c
13908                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13909
13910 2006-03-17 [paul]
13911
13912         2.1.0-rc1 released
13913
13914 2006-03-17 [paul]       2.0.0cvs145
13915
13916         * src/main.c
13917                 addressbook_read_file() was called twice
13918         * src/textview.c
13919                 X-Mailer highlighting
13920
13921 2006-03-16 [colin]      2.0.0cvs144
13922
13923         * src/sourcewindow.c
13924         * src/sourcewindow.h
13925                 And the last one, in source window.
13926
13927 2006-03-16 [colin]      2.0.0cvs143
13928
13929         * src/compose.c
13930         * src/compose.h
13931                 Fix the same stuff in compose
13932
13933 2006-03-16 [colin]      2.0.0cvs142
13934
13935         * src/messageview.c
13936                 Complete the previous messageview crash fix
13937
13938 2006-03-16 [colin]      2.0.0cvs141
13939
13940         * src/procmsg.h
13941         * src/procmsg.c
13942         * src/folder.c
13943                 Fix POSTPROCESSING hook
13944                 Patch by H. Merijn Brand
13945
13946         * src/procmime.c
13947         * src/procmime.h
13948                 Parse Content-Location
13949
13950         * src/toolbar.c
13951         * src/messageview.c
13952         * src/messageview.h
13953                 Don't crash when a top-level MessageView has
13954                 been closed on us. Same problematic than
13955                 yesterday's quicksearch issue.
13956
13957 2006-03-15 [colin]      2.0.0cvs140
13958
13959         * src/gtk/quicksearch.c
13960                 Fix a bitchy race we didn't think about when we
13961                 added quicksearch cancellation:
13962                 If the search is not on cached fields, for example
13963                 body_part matchcase "stuff"
13964                 the matcher code has to get the whole message. If
13965                 we're on IMAP, that can be slow, and in order to
13966                 be non-blocking, the IMAP code idle loop processes
13967                 gtk events too. So it is possible to cancel a
13968                 quicksearch while the matcher is getting the mail's
13969                 body. After matcher got its body, it will start to
13970                 iterate over the matcher list that the Quicksearch's
13971                 clear_search_cb() just freed via prepare_matcher().
13972                 SIGSEGV ensues.
13973                 The fix consists of guarding the matcherlist_match()
13974                 call with a boolean 'matching'. If we reset the
13975                 quicksearch while matching is TRUE, we don't free
13976                 the matcherlist anymore like we did, but we set
13977                 another new flag, deferred_free, to TRUE. Then,
13978                 in quicksearch_match(), just after returning from
13979                 matcherlist_match() and unsetting the matching flag,
13980                 we check the deferred_free flag and do the
13981                 prepare_matcher() (which does the matcherlist_free)
13982                 for real, so we free the matcherlist once it's not
13983                 used anymore.
13984                 As all of this runs via the glib main loop, we
13985                 luckily don't need a mutex.
13986         * src/summaryview.c
13987                 Also, show progress while searching.
13988
13989
13990 2006-03-14 [colin]      2.0.0cvs139
13991
13992         * src/alertpanel.c
13993                 Make alertpanel_is_open non-static
13994
13995 2006-03-14 [colin]      2.0.0cvs138
13996
13997         * src/prefs_spelling.c
13998                 Cleanups - Fabien Vantard
13999
14000 2006-03-14 [wwp]        2.0.0cvs137
14001
14002         * src/main.c
14003                 code style normalization (curly braces, indentation).
14004
14005 2006-03-14 [wwp]        2.0.0cvs137
14006
14007         * src/main.c
14008                 code style (braces, indentation)
14009
14010 2006-03-12 [paul]       2.0.0cvs136
14011
14012         * src/prefs_common.c
14013                 trans_hdr defaults to FALSE to be RFC-savvy
14014         * src/prefs_summaries.c
14015                 add a tooltip to the trans_hdr option
14016                 
14017
14018 2006-03-12 [paul]       2.0.0cvs135
14019
14020         * src/prefs_matcher.c
14021                 give a little more width to the combos
14022         * src/prefs_display_header.c
14023         * src/textview.c
14024                 translate headers if prefs_common.trans_hdr
14025                 is TRUE
14026
14027         Patches by Pawel Pekala
14028
14029 2006-03-12 [paul]       2.0.0cvs134
14030
14031         * src/plugins/clamav/clamav_plugin.c
14032         * src/plugins/dillo_viewer/dillo_viewer.c
14033         * src/plugins/pgpcore/plugin.c
14034         * src/plugins/pgpinline/plugin.c
14035         * src/plugins/pgpmime/plugin.c
14036         * src/plugins/spamassassin/spamassassin.c
14037                 update/add to descriptions
14038         * src/plugins/spamassassin/spamassassin_gtk.c
14039                 fixes to the english, remove superfluous
14040                 tooltips, clean up a little
14041
14042 2006-03-12 [paul]       2.0.0cvs133
14043
14044         * src/compose.c
14045                 fix Bug 924, 'Account combo box shows up wrong 
14046                 if & is in account name'
14047
14048 2006-03-11 [colin]      2.0.0cvs132
14049
14050         * src/summaryview.c
14051                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14052                 messed up shift-selection because is slows down
14053                 moving around summaryview. thanks -users
14054
14055 2006-03-10 [colin]      2.0.0cvs131
14056
14057         * src/plugins/spamassassin/spamassassin_gtk.c
14058                 Put back Paul's engrish fixes
14059
14060 2006-03-10 [colin]      2.0.0cvs130
14061
14062         * src/plugins/spamassassin/spamassassin.c
14063         * src/plugins/spamassassin/spamassassin.h
14064         * src/plugins/spamassassin/spamassassin_gtk.c
14065                 Cleanup SA prefs page (more)
14066                 Patch by Fabien Vantard
14067
14068 2006-03-10 [paul]       2.0.0cvs129
14069
14070         * src/prefs_msg_colors.c
14071         * src/prefs_spelling.c
14072                 widget sensitivity
14073
14074 2006-03-09 [mones]      2.0.0cvs128
14075
14076         * po/es.po
14077                 Update for next RC
14078
14079 2006-03-09 [wwp]        2.0.0cvs127
14080
14081         * configure.ac
14082                 revert accidental commit (requirement for libetpan 0.43), this time
14083                 not in HEAD.
14084
14085 2006-03-09 [wwp]        2.0.0cvs125
14086
14087         * configure.ac
14088                 revert accidental commit (requirement for libetpan 0.43)
14089
14090 2006-03-09 [paul]       2.0.0cvs126
14091
14092         * src/prefs_receive.c
14093                 remove useless frame
14094                 replace 'incorporation' with 'receiving'
14095         * src/plugins/clamav/clamav_plugin_gtk.c
14096         * src/plugins/spamassassin/spamassassin_gtk.c
14097                 improve widget sensitivity
14098                 fix a bit his engrish
14099
14100 2006-03-09 [wwp]        2.0.0cvs125
14101
14102         * src/addressadd.c
14103         * src/foldersel.c
14104         * src/prefs_common.c
14105         * src/prefs_common.h
14106                 remember some more windows' sizes (add to addressbook and
14107                 select folder).
14108
14109 2006-03-09 [paul]       2.0.0cvs124
14110
14111         * src/plugins/pgpcore/prefs_gpg.c
14112                 normalise construction of dialogue
14113
14114 2006-03-09 [paul]       2.0.0cvs123
14115
14116         * src/plugins/trayicon/Makefile.am
14117                 add missing slash
14118
14119 2006-03-08 [colin]      2.0.0cvs122
14120
14121         * src/plugins/trayicon/Makefile.am
14122                 Fix build in separate dir 
14123                 Patch by Bamanzi <bamanzi@gmail.com>
14124
14125 2006-03-08 [colin]      2.0.0cvs121
14126
14127         * src/procmsg.c
14128                 Batch move and copies from summaryview with delayed execution
14129                 too
14130
14131 2006-03-07 [paul]       2.0.0cvs120
14132
14133         * src/common/utils.c
14134                 fix highlighting of URIs containing "()"
14135                 Patch by Pawel Pekala
14136
14137 2006-03-07 [paul]       2.0.0cvs119
14138
14139         * src/folder.c
14140         * src/folder.h
14141         * src/folderview.c
14142                 immediately do alphabetical resort when
14143                 changing a folder's name
14144                 Patch by Pawel Pekala
14145
14146 2006-03-07 [paul]       2.0.0cvs118
14147
14148         * src/news.c
14149         * src/news_gtk.c
14150                 when unsubscribing a newsgroup, remove the
14151                 folder and msgs in .sylpheed-claws/newscache
14152                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14153
14154 2006-03-07 [paul]       2.0.0cvs117
14155
14156         * src/textview.c
14157                 fix wrong Fake URL Warning
14158                 Thanks to Hiro
14159
14160 2006-03-07 [colin]      2.0.0cvs116
14161
14162         * src/imap.c
14163                 Return immediately when password dialog was
14164                 cancelled
14165         * src/gtk/inputdialog.c
14166                 Allow empty strings for passwords
14167
14168
14169 2006-03-06 [colin]      2.0.0cvs115
14170
14171         * src/imap.c
14172                 Prevent double-timeouts when connection fails
14173
14174 2006-03-06 [colin]
14175
14176         2.0.1-rc1 released
14177
14178 2006-03-06 [colin]      2.0.0cvs114
14179
14180         * src/imap.c
14181                 Refresh session during potentially long
14182                 operations
14183
14184 2006-03-06 [wwp]        2.0.0cvs113
14185
14186         * src/prefs_msg_colors.h
14187                 forgot that one (custom color labels).
14188
14189 2006-03-06 [wwp]        2.0.0cvs112
14190
14191         * src/prefs_common.c
14192         * src/prefs_common.h
14193         * src/prefs_msg_colors.c
14194         * src/summaryview.c
14195         * src/summaryview.h
14196         * src/gtk/colorlabel.c
14197         * src/gtk/colorlabel.h
14198                 colors in messages list are now customizable. Color values and names can
14199                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14200                 Thanks to Paul and Colin for their help with this longstanding patch!
14201
14202 2006-03-06 [wwp]        2.0.0cvs111
14203
14204         * src/textview.c
14205                 don't crash if (x)face is bad.
14206
14207 2006-03-05 [paul]       2.0.0cvs110
14208
14209         * AUTHORS
14210         * configure.ac
14211         * src/Makefile.am
14212         * src/common/Makefile.am
14213         * src/common/utils.h
14214         * src/etpan/imap-thread.c
14215         * src/gtk/authors.h
14216         * src/plugins/clamav/Makefile.am
14217         * src/plugins/demo/Makefile.am
14218         * src/plugins/dillo_viewer/Makefile.am
14219         * src/plugins/pgpcore/Makefile.am
14220         * src/plugins/pgpcore/passphrase.c
14221         * src/plugins/pgpinline/Makefile.am
14222         * src/plugins/pgpmime/Makefile.am
14223         * src/plugins/spamassassin/Makefile.am
14224         * src/plugins/trayicon/Makefile.am
14225                 fix builiding on cygwin
14226                 Patch by Ralgh Young <bamanzi@gmail.com>
14227
14228 2006-03-04 [wwp]        2.0.0cvs109
14229
14230         * manual/keyboard.xml
14231                 fix mixed up/down keys.
14232
14233 2006-03-04 [wwp]        2.0.0cvs108
14234
14235         * README
14236         * INSTALL
14237                 updated links to SpamAssassin.
14238
14239 2006-03-04 [wwp]        2.0.0cvs107
14240
14241         * manual/plugins.xml
14242         * src/plugins/spamassassin/README
14243                 updated SpamAssassin plugin docs to reflect new functional additions
14244                 (also fix/update/documents few technical stuff more, see the README).
14245
14246 2006-03-04 [wwp]        2.0.0cvs106
14247
14248         * src/prefs_message.c
14249                 normalized capitalization of message-prefs paths.
14250
14251 2006-03-04 [wwp]        2.0.0cvs105
14252
14253         * manual/advanced.xml
14254                 typo.
14255
14256 2006-03-03 [colin]      2.0.0cvs104
14257
14258         * src/plugins/clamav/clamav_plugin_gtk.c
14259                 Rework prefs page, patch by Fabien 
14260
14261 2006-03-03 [colin]      2.0.0cvs103
14262
14263         * src/plugins/clamav/clamav_plugin.c
14264                 Set error on all errors
14265
14266 2006-03-03 [colin]      2.0.0cvs102
14267
14268         * src/common/plugin.c
14269                 Initialize error to avoid crashing when a plugin fails
14270                 without setting error
14271
14272 2006-03-02 [wwp]        2.0.0cvs101
14273
14274         * configure.ac
14275                 fixed linker flags for libetpan support on Cygwin
14276                 (thanks to H.Merijn Brand).
14277
14278 2006-03-02 [wwp]        2.0.0cvs100
14279
14280         * src/addressbook.c
14281                 fix some AB error messages: one for punctuation and
14282                 one wrongly duplicate (thanks, maxbritov).
14283
14284 2006-03-02 [wwp]        2.0.0cvs99
14285
14286         * src/plugins/spamassassin/spamassassin.c
14287                 make sync calls to sa-learn/spamc to prevent
14288                 system (whatever local or client/server) overload.
14289
14290 2006-03-02 [colin]      2.0.0cvs98
14291
14292         * src/summaryview.c
14293                 Put the spam icon in the status column instead of the
14294                 mark one
14295
14296 2006-03-01 [colin]      2.0.0cvs97
14297
14298         * src/plugins/spamassassin/spamassassin.c
14299                 Fix segfault (g_file_set_contents fails for some 
14300                 reason and err==0x2f. Can't find out why with
14301                 valgrind, using working function :-)
14302
14303 2006-03-01 [colin]      2.0.0cvs96
14304
14305         * src/inc.c
14306                 Offline overriding: let 'No' be cached only 3 seconds
14307
14308 2006-03-01 [colin]      2.0.0cvs95
14309
14310         * src/addr_compl.c
14311         * src/addrbook.c
14312         * src/addressbook.c
14313         * src/addrindex.c
14314         * src/folder_item_prefs.c
14315         * src/headerview.c
14316         * src/imap.c
14317         * src/inc.c
14318         * src/ldif.c
14319         * src/mainwindow.c
14320         * src/mh.c
14321         * src/msgcache.c
14322         * src/prefs_common.h
14323         * src/prefs_msg_colors.c
14324         * src/procheader.c
14325         * src/procheader.h
14326         * src/procmime.c
14327         * src/procmsg.c
14328         * src/procmsg.h
14329         * src/send_message.h
14330         * src/simple-gettext.c
14331         * src/summaryview.c
14332         * src/summaryview.h
14333         * src/syldap.c
14334         * src/textview.c
14335         * src/undo.c
14336         * src/common/ssl_certificate.c
14337         * src/common/utils.c
14338         * src/gtk/colorsel.c
14339         * src/gtk/gtksctree.c
14340         * src/gtk/gtkshruler.c
14341         * src/plugins/trayicon/trayicon.c
14342                 #if 0 goes to /dev/null
14343
14344 2006-03-01 [colin]      2.0.0cvs94
14345
14346         * src/compose.c
14347         * src/imap.c
14348         * src/inc.c
14349         * src/inc.h
14350         * src/messageview.c
14351         * src/news.c
14352         * src/plugins/spamassassin/spamassassin.c
14353                 Allow to add information in the "working offline"
14354                 window
14355
14356 2006-03-01 [wwp]        2.0.0cvs93
14357
14358         * src/plugins/spamassassin/spamassassin.c
14359                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14360                 'cause it seems that calling `spamc ... < inputfile` with
14361                 g_spawn_(a)sync simply.. erm doesn't work :-).
14362
14363 2006-03-01 [wwp]        2.0.0cvs92
14364
14365         * src/toolbar.c
14366         * src/toolbar.h
14367                 simplify the adding of spam/ham button to the messageview toolbar
14368                 (it gets more clear now that the same button will be "Mark as spam"
14369                 or "Mark as ham" according to the current message status,
14370                 thanks to Colin).
14371
14372 2006-03-01 [wwp]        2.0.0cvs91
14373
14374         * src/messageview.c
14375         * src/procmsg.c
14376         * src/procmsg.h
14377         * src/summaryview.c
14378         * src/plugins/spamassassin/spamassassin.c
14379         * src/plugins/spamassassin/spamassassin.h
14380                 make learner callbacks return a status (0 for ok),
14381                 handle it in main code to avoid setting flags when learning failed,
14382                 don't learn on TCP if offline in spamassassin,
14383                 thanks to Colin.
14384
14385                 
14386
14387 2006-03-01 [wwp]        2.0.0cvs90
14388
14389         * src/compose.c
14390                 some work around the compose window's account menu,
14391                 patch by Fabien Vantard.
14392
14393 2006-03-01 [wwp]        2.0.0cvs89
14394
14395         * src/plugins/spamassassin/spamassassin.c
14396                 fixed bad logics, was using spamc in local mode and sa-learn
14397                 in remote mode (thanks, Colin).
14398
14399 2006-03-01 [wwp]        2.0.0cvs88
14400
14401         * src/plugins/spamassassin/spamassassin.c
14402         * src/plugins/spamassassin/spamassassin.h
14403         * src/plugins/spamassassin/spamassassin_gtk.c
14404                 made processing of emails w/ sa-plugin an option (default is TRUE),
14405                 fixed Engrish some tooltips, capitalization of some debug messages
14406                 and warnings. The spamassassin plugin now provides two separate
14407                 services: process emails upon incorporation and spamd training.
14408                 Both services (un)register independently but use some common
14409                 plugin settings (transport settings, spam storage location).
14410
14411 2006-02-28 [wwp]        2.0.0cvs87
14412
14413         * src/plugins/spamassassin/spamassassin.c
14414                 fix async flag to spamc cmdline execution (batch exec should
14415                 be asynchronous).
14416
14417 2006-02-27 [wwp]        2.0.0cvs86
14418
14419         * src/plugins/spamassassin/spamassassin.c
14420         * src/plugins/spamassassin/spamassassin.h
14421         * src/plugins/spamassassin/spamassassin_gtk.c
14422                 - added the ability to learn a remote spamassassin server (spamd),
14423                 using spamc.
14424                 - added the spamassassin option 'username', that applies to all
14425                 spamassassin operations (filtering, learning, local or remote).
14426                 The default username is the current unix user (if left blank
14427                 from gtk prefs or config file).
14428                 - commented out some unused code (notebook widget), removed unused
14429                 layout (hbox1).
14430                 - make more widgets sensitive to the transport type.
14431
14432 2006-02-27 [colin]      2.0.0cvs85
14433
14434         * src/plugins/spamassassin/spamassassin.c
14435                 Fix sa-learn call when offline
14436
14437 2006-02-27 [colin]      2.0.0cvs84
14438
14439         * configure.ac
14440         * src/Makefile.am
14441         * src/mainwindow.c
14442         * src/mainwindow.h
14443         * src/messageview.c
14444         * src/messageview.h
14445         * src/prefs_toolbar.c
14446         * src/procmsg.c
14447         * src/stock_pixmap.c
14448         * src/stock_pixmap.h
14449         * src/summaryview.c
14450         * src/toolbar.c
14451         * src/toolbar.h
14452         * src/pixmaps/ham_btn.xpm
14453         * src/pixmaps/spam.xpm
14454         * src/pixmaps/spam_btn.xpm
14455         * src/plugins/spamassassin/spamassassin.c
14456                 Add button in toolbar for spam learning
14457                 Fix a few bugs from the last related commit
14458                 Revert 1.9.6cvs23 which messed up shift-selection
14459
14460 2006-02-24 [colin]      2.0.0cvs83
14461
14462         * src/procmsg.c
14463         * src/summaryview.c
14464         * src/summaryview.h
14465         * src/plugins/spamassassin/spamassassin.c
14466         * src/plugins/spamassassin/spamassassin.h
14467         * src/plugins/spamassassin/spamassassin_gtk.c
14468                 Unregister learner when spamassassin is either
14469                 disabled or over tcp
14470
14471 2006-02-24 [colin]      2.0.0cvs82
14472
14473         * src/Makefile.am
14474         * src/mainwindow.c
14475         * src/mainwindow.h
14476         * src/procmsg.c
14477         * src/procmsg.h
14478         * src/stock_pixmap.c
14479         * src/stock_pixmap.h
14480         * src/summaryview.c
14481         * src/summaryview.h
14482         * src/gtk/icon_legend.c
14483         * src/pixmaps/spam.xpm  ** NEW FILE **
14484         * src/plugins/spamassassin/spamassassin.c
14485         * src/plugins/spamassassin/spamassassin_gtk.c
14486                 Add spam learning interface (Mark/Mark as 
14487                 (spam|ham) menus)
14488
14489 2006-02-24 [wwp]        2.0.0cvs81
14490
14491         * src/compose.c
14492         * src/compose.h
14493         * src/filtering.c
14494                 hide compose window when sending message in batch mode
14495                 (filtering: forward and redirect). Also fixed a wrong
14496                 value returned when sending failed, neutral anyway.
14497                 (Colin, me) 
14498
14499 2006-02-24 [wwp]        2.0.0cvs80
14500
14501         * src/mainwindow.c
14502                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14503
14504 2006-02-24 [paul]       2.0.0cvs79
14505
14506         * src/news.c
14507         * src/news.h
14508         * src/news_gtk.c
14509                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14510                 Thanks to Colin
14511
14512 2006-02-23 [colin]      2.0.0cvs78
14513
14514         * src/alertpanel.c
14515                 Change OK to Close in alertpanel with View log
14516                 button; add accel to View log. Patch by Fabien
14517                 Vantard
14518
14519 2006-02-23 [wwp]        2.0.0cvs77
14520
14521         * src/compose.c
14522                 silly me, there were much more tests to perform, since toolbars can
14523                 really have down to 1 element only.
14524
14525 2006-02-23 [wwp]        2.0.0cvs76
14526
14527         * commitHelper
14528                 fixed indentation from my previous commit. Fallback to VISUAL if
14529                 EDITOR is not set (and to vi, at last resort).
14530
14531 2006-02-23 [wwp]        2.0.0cvs75
14532
14533         * commitHelper
14534                 improved error detection (Colin, me).
14535
14536 2006-02-23 [wwp]        2.0.0cvs74
14537
14538         * src/prefs_toolbar.c
14539                 simplify and fix prefs/toolbars layouting. Combos' contents can
14540                 now be really displayed.
14541
14542 2006-02-23 [wwp]        2.0.0cvs73
14543         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14544         be really displayed.
14545
14546 2006-02-22 [wwp]        2.0.0cvs72
14547
14548         * src/compose.c
14549                 fix a typo in my previous commit (sorry!).
14550
14551 2006-02-22 [wwp]        2.0.0cvs71
14552
14553         * src/prefs_toolbar.c
14554                 fix a crash when adding separators to toolbars,
14555                 also fix some separator item information.
14556
14557 2006-02-22 [wwp]        2.0.0cvs70
14558
14559         * src/compose.c
14560                 fix a crash when redirecting (for instance) when compose window's
14561                 toolbar contents has been customized (when some buttons have been
14562                 removed in fact).
14563
14564 2006-02-21 [wwp]        2.0.0cvs69
14565
14566         * src/summaryview.c
14567         * src/gtk/pluginwindow.c
14568         * src/plugins/pgpcore/prefs_gpg.c
14569                 fix some compilation warnings (feat. remains of removed code).
14570
14571 2006-02-21 [wwp]        2.0.0cvs68
14572
14573         * src/gtk/gtkutils.c
14574                 fix two compilation issues, thanks to Stephan Sachse.
14575
14576 2006-02-20 [colin]      2.0.0cvs67
14577
14578         * src/mainwindow.c
14579                 Don't reselect displayed mail on refocus
14580                 This fixes actions misbehaving 
14581
14582 2006-02-20 [wwp]        2.0.0cvs66
14583
14584         * src/summaryview.c
14585         * src/gtk/gtksctree.c
14586         * src/gtk/gtkshruler.c
14587                 changed more runtime typecast checks.
14588
14589 2006-02-20 [wwp]        2.0.0cvs65
14590
14591         * src/summary_search.c
14592                 find all - summaryview refresh issue fixed, thanks to Colin.
14593
14594 2006-02-20 [wwp]        2.0.0cvs64
14595
14596         * src/gtk/gtkutils.c
14597                 better runtime typecast checks.
14598
14599 2006-02-20 [wwp]        2.0.0cvs63
14600
14601         * src/summary_search.c
14602                 enhancements to the summary search:
14603                         - add the ability to stop the running search
14604                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14605                         - don't search if no criteria (From/To/Subject/Body) is set
14606                         - ensure that a busy mouse pointer is always shown when searching,
14607                           show it even a bit earlier
14608
14609 2006-02-19 [colin]      2.0.0cvs62
14610
14611         * src/compose.c
14612         * src/imap.c
14613         * src/etpan/imap-thread.c
14614         * src/etpan/imap-thread.h
14615                 (Future) IMAP speed improvement on sending
14616                 Will require a libetpan update
14617         * src/summaryview.c
14618         * src/gtk/quicksearch.c
14619                 Make quicksearch clearable while running.
14620
14621 2006-02-17 [colin]      2.0.0cvs61
14622
14623         * src/imap.c
14624         * src/etpan/imap-thread.c
14625         * src/etpan/imap-thread.h
14626                 Check for IMAP certificates
14627                 ** Requires libetpan-0.42-cvs4 
14628                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14629
14630 2006-02-17 [colin]      2.0.0cvs60
14631
14632         * src/messageview.c
14633         * src/prefs_common.c
14634         * src/prefs_common.h
14635         * src/prefs_message.c
14636                 Add pref to display HTML-only mails with plugin, 
14637                 if possible (defaulting to FALSE of course).
14638
14639 2006-02-16 [colin]      2.0.0cvs59
14640
14641         * src/main.c
14642         * src/common/plugin.c
14643         * src/common/plugin.h
14644         * src/gtk/pluginwindow.c
14645                 Keep track of requested (but unloaded) plugins
14646                 in some error cases.
14647
14648 2006-02-16 [wwp]        2.0.0cvs58
14649
14650         * src/gtk/gtkaspell.c
14651         * src/gtk/gtkaspell.h
14652         * src/prefs_spelling.c
14653         * src/compose.c
14654         * src/prefs_common.c
14655         * src/prefs_common.h
14656                 implemented new optional spellchecker behaviour: re-check message when
14657                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14658
14659 2006-02-16 [wwp]        2.0.0cvs57
14660
14661         * src/quote_fmt_parse.y
14662                 pclose popen'ed pipe.
14663
14664 2006-02-15 [colin]      2.0.0cvs56
14665
14666         * src/mimeview.c
14667         * src/mimeview.h
14668                 Let MimeViewers know which MimeView they
14669                 depend of.
14670         * src/summaryview.c
14671                 Swap From/To columns in Sent/Queue/Drafts
14672                 folders
14673         * src/etpan/imap-thread.c
14674                 Use mailstream_low_tls_open() for STARTTLS
14675                 instead of mailstream_low_ssl_open()
14676                 ** REQUIRES libetpan 0.42cvs3 **
14677
14678 2006-02-15 [wwp]        2.0.0cvs55
14679
14680         * src/compose.c
14681         * src/compose.h
14682         * src/message_search.c
14683         * src/message_search.h
14684         * src/textview.c
14685         * src/gtk/gtkutils.c
14686         * src/gtk/gtkutils.h
14687                 added the ability to Find text in the compose window (and a bit
14688                 of code factorization).
14689
14690 2006-02-15 [wwp]        2.0.0cvs54
14691
14692         * src/prefs_gtk.c
14693                 yet another one file was missing (fix for some widgets' sensitivity).
14694                 Thanks Colin!
14695
14696 2006-02-15 [wwp]        2.0.0cvs53
14697
14698         * src/prefs_gtk.h
14699                 oops forgot that file (fix for some widgets' sensitivity).
14700
14701 2006-02-15 [wwp]        2.0.0cvs52
14702
14703         * src/summary_search.c
14704                 implemented advanced summary search options (added the ability
14705                 to use matcher conditions in an advanced search mode).
14706
14707 2006-02-15 [wwp]        2.0.0cvs51
14708
14709         * src/plugins/pgpcore/prefs_gpg.c
14710         * src/prefs_account.c
14711                 fix some widget sensitivity, mostly around some labels in
14712                 account prefs.
14713
14714 2006-02-15 [paul]       2.0.0cvs50
14715
14716         * manual/advanced.xml
14717                 improve Templates info
14718                 written by wwp
14719
14720 2006-02-14 [colin]      2.0.0cvs49
14721
14722         * src/pixmaps/address_book.xpm
14723         * src/pixmaps/preferences.xpm
14724         * src/pixmaps/properties.xpm
14725                 Fix pixmap size - patch by Fabien Vantard
14726
14727 2006-02-13 [colin]      2.0.0cvs48
14728
14729         * src/procmime.c
14730                 Add missing fclose()s on error
14731         * src/textview.c
14732                 Remove unused code
14733         * src/common/utils.c
14734                 Fix temp files not being deleted on windows
14735         Patches by Thomas Gilgin
14736
14737 2006-02-13 [colin]      2.0.0cvs47
14738
14739         * src/mainwindow.c
14740                 Fix exit crash
14741
14742 2006-02-13 [wwp]        2.0.0cvs46
14743
14744         * src/plugins/pgpcore/prefs_gpg.c
14745                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14746
14747 2006-02-12 [colin]      2.0.0cvs45
14748
14749         * src/folderview.c
14750         * src/main.c
14751         * src/mainwindow.c
14752                 Fix "stuff" when quitting
14753
14754 2006-02-12 [wwp]        2.0.0cvs44
14755
14756         * src/prefs_themes.c
14757                 fix typos in debug messages.
14758
14759 2006-02-11 [colin]      2.0.0cvs43
14760
14761         * src/summaryview.c
14762                 don't allow drag/drop from ourself
14763
14764 2006-02-10 [wwp]        2.0.0cvs42
14765
14766         * src/exporthtml.c
14767         * src/html.c
14768         * src/html.h
14769         * src/procmime.c
14770         * src/textview.c
14771                 renamed html_ prefixed functions and data structures to avoid
14772                 namespace clashes w/ other software (gtkhtml2 for instance).
14773                 Closes bug #907.
14774
14775
14776 2006-02-09 [colin]      2.0.0cvs41
14777
14778         * src/summaryview.c
14779                 Fix shitty logic messed up. Thanks Ticho for the hint!
14780
14781 2006-02-09 [wwp]        2.0.0cvs40
14782
14783         * src/gtk/about.c
14784         * src/compose.c
14785         * src/prefs_account.c
14786         * src/prefs_gtk.h
14787         * src/editaddress.c
14788                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14789                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14790                 Browse buttons in accounts prefs.
14791
14792 2006-02-09 [colin]      2.0.0cvs39
14793
14794         * src/matcher.c
14795                 Check for pointer before using its members
14796         * src/gtk/gtksourceprintjob.c
14797                 Fix a wrong warning
14798
14799 2006-02-09 [wwp]        2.0.0cvs38
14800
14801         * src/gtk/filesel.c
14802                 fix few compiler warnings (type mismatch).
14803
14804 2006-02-09 [paul]       2.0.0cvs37
14805
14806         * po/fr.po
14807                 updated by Fabien Vantard
14808
14809 2006-02-08 [colin]      2.0.0cvs36
14810
14811         * src/prefs_common.c
14812         * src/common/defs.h
14813         * src/common/plugin.c
14814                 allow windows and linux configurations to coexist
14815                 patch by Thomas Gilgin
14816
14817 2006-02-08 [colin]      2.0.0cvs35
14818
14819         * src/filtering.c
14820         * src/matcher.c
14821         * src/matcher.h
14822         * src/matcher_parser_parse.y
14823         * src/prefs_filtering_action.c
14824         * src/prefs_matcher.c
14825                 Add the "Ignore thread" filtering
14826                 action
14827
14828 2006-02-08 [colin]      2.0.0cvs34
14829
14830         * src/compose.c
14831         * src/procmime.c
14832         * src/procmime.h
14833                 Fix bug #905 (damaged attachment)
14834                 text files with raw \0's aren't really text files
14835         FOR_STABLE
14836
14837 2006-02-08 [colin]      2.0.0cvs33
14838
14839         * src/summaryview.c
14840                 Fix crasher introduced yesterday
14841
14842 2006-02-08 [wwp]        2.0.0cvs32
14843
14844         * src/compose.c
14845         * src/compose.h
14846                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14847
14848 2006-02-08 [wwp]        2.0.0cvs31
14849
14850         * src/prefs_template.c
14851                 templates enhancement: allow address completion for Cc and Bcc fields
14852                 (it was currently possible for the To field only)
14853
14854 2006-02-08 [colin]      2.0.0cvs30
14855
14856         * src/compose.c
14857                 Don't unblock if not blocked
14858         FOR_STABLE
14859
14860 2006-02-07 [colin]      2.0.0cvs29
14861
14862         * src/action.c
14863                 Forgot to refresh summaryview
14864
14865 2006-02-07 [colin]      2.0.0cvs28
14866
14867         * src/action.c
14868                 Freeze/thaw message list and folder list while
14869                 processing %as{} actions 
14870         * src/compose.c
14871                 Fix auto-wrap disabling after a middle-click
14872                 paste - FOR_STABLE
14873
14874 2006-02-07 [paul]       2.0.0cvs27
14875
14876         * src/folder.c
14877                 fix freeing of uninitialised pointers
14878                 Thanks to Colin
14879
14880 2006-02-06 [colin]      2.0.0cvs26
14881
14882         * src/folder.c
14883                 Use g_slist_prepend in potentially big list
14884
14885 2006-02-06 [colin]      2.0.0cvs25
14886
14887         * src/folder.c
14888                 Completely skip processing if it doesn't 
14889                 exist (faster!)
14890
14891 2006-02-06 [colin]      2.0.0cvs24
14892
14893         * src/folder.c
14894         * src/summaryview.c
14895                 Batch filtering in summaryview (from Tools menu)
14896                 and pre/post//-processing too
14897
14898 2006-02-06 [colin]      2.0.0cvs23
14899
14900         * src/procmsg.h
14901         * src/filtering.c
14902                 Use a special field for batch filtering instead
14903                 of stepping on deferred execution's toes
14904
14905 2006-02-06 [colin]      2.0.0cvs22
14906
14907         * src/action.c
14908         * src/filtering.c
14909         * src/filtering.h
14910         * src/folder.c
14911         * src/summaryview.c
14912                 Fix filtering via menus and actions
14913
14914 2006-02-06 [colin]      2.0.0cvs21
14915
14916         * src/imap.c
14917                 Put the added file directly to cache if possible (will work
14918                 with next libetpan)
14919         * src/filtering.c
14920         * src/filtering.h
14921         * src/inc.c
14922         * src/folder.c
14923         * src/mbox.c
14924         * src/procmsg.h
14925                 Move and copy filtered messages by batches instead of one
14926                 by one - faster on IMAP
14927         * src/procmsg.c
14928                 Add a function that'll possibly be useful later
14929
14930 2006-02-06 [colin]      2.0.0cvs20
14931
14932         * src/addressbook.c
14933                 Use internal mime-type instead of text/plain for d'n'd
14934         * src/compose.c
14935                 Allow attaching files from mimeview's icon list via d'n'd
14936         * src/folderview.c
14937         * src/folderview.h
14938                 Use internal mime-type instead of text/plain for d'n'd
14939                 Don't try to selected opened folder if none is
14940                 Factorize d'n'd from other apps code
14941         * src/headerview.c
14942         * src/textview.c
14943         * src/gtk/gtkutils.c
14944         * src/gtk/gtkutils.h
14945                 Factorize Face/X-Face stuff
14946         * src/mimeview.c
14947                 Fix d'n'd to other apps
14948         * src/prefs_message.c
14949                 Let the XFace pref be usable without libcompface as it also
14950                 applies to Face
14951         * src/summaryview.c
14952                 Fix d'n'd to other apps
14953                 Factorize d'n'd from other apps code
14954
14955 2006-02-06 [wwp]        2.0.0cvs19
14956
14957         * po/it.po
14958                 Italian translation fixes by Andrea Spadaccini (no more confusion
14959                 between filtering and processing, and few changes in the About
14960                 dialog).
14961
14962
14963 2006-02-06 [mones]      2.0.0cvs18
14964
14965         * src/gtk/icon_legend.c
14966                 Improved descriptions allowing better translations
14967
14968 2006-02-05 [colin]      2.0.0cvs17
14969
14970         * src/imap.c
14971                 Add the f*cking missing expunge that caused imap_fetch_env
14972                 to fail after an add_msgs ! :-///
14973         * src/etpan/imap-thread.c
14974                 Add a bit of debug
14975         FOR_STABLE
14976
14977 2006-02-05 [colin]      2.0.0cvs16
14978
14979         * src/common/utils.c
14980                 Don't check for return-path (or we can't put
14981                 back non-sent mails)
14982
14983 2006-02-05 [colin]      2.0.0cvs15
14984
14985         * src/textview.c
14986                 Don't try to display Face header in textview
14987                 when teh headerview's active
14988
14989 2006-02-05 [colin]      2.0.0cvs14
14990
14991         * tools/tbird2syl.py
14992         * tools/Makefile.am
14993                 Add script to import Thunderbird mails
14994
14995 2006-02-05 [colin]      2.0.0cvs13
14996
14997         * src/headerview.c
14998         * src/procheader.c
14999         * src/procmsg.c
15000         * src/procmsg.h
15001         * src/textview.c
15002                 Show Face headers - patch partially by Klaus Flittner
15003
15004 2006-02-05 [colin]      2.0.0cvs12
15005
15006         * src/folderview.c
15007         * src/summaryview.c
15008         * src/common/utils.c
15009         * src/common/utils.h
15010                 Let dnd work from mime icons to summaryview
15011                 and to folderview too
15012                 Add a crude test to avoid trying to add files
15013                 drag'n'dropped when they're not mails
15014
15015 2006-02-04 [colin]      2.0.0cvs11
15016
15017         * src/summaryview.c
15018         * src/mimeview.c
15019                 Fix utf8 conversion
15020
15021 2006-02-04 [colin]      2.0.0cvs10
15022
15023         * src/compose.c
15024         * src/folderview.c
15025         * src/mimeview.c
15026         * src/summaryview.c
15027         * src/summaryview.h
15028                 Added various drag and drop capas:
15029                 From                    To
15030                 summaryview             other apps
15031                 mimeview icons          other apps
15032                 other apps              summaryview
15033                 other apps              folderview
15034
15035                 This shouldn't have broken the existing:
15036                 From                    To
15037                 summaryview             folderview
15038                 folderview              folderview
15039                 summaryview             compose's attachments
15040
15041         Tests welcomed.
15042
15043 2006-02-02 [paul]       2.0.0cvs9
15044
15045         * src/mainwindow.c
15046                 move global option 'Set displayed columns...' out
15047                 of folder option grouping.
15048                 fix sensitivity of 'harvest addresses'
15049         FOR_STABLE
15050
15051 2006-02-01 [colin]      2.0.0cvs8
15052
15053         * src/mimeview.c
15054                 Revert the alertpanel patch, it sucks (intrusive
15055                 and gets in the way of "open")
15056
15057 2006-02-01 [colin]      2.0.0cvs7
15058
15059         * src/compose.c
15060         * src/prefs_account.c
15061         * src/prefs_common.c
15062         * src/common/defs.h
15063         * src/common/utils.c
15064         * src/common/utils.h
15065                 Add ability to edit the signature file
15066                 from the account preferences, and use
15067                 a default for the text editor.
15068                 Patch by Fabien Vantard
15069
15070 2006-02-01 [colin]      2.0.0cvs6
15071
15072         * src/mimeview.c
15073                 Try to get mime type by extension if it is
15074                 application/octet-stream
15075                 Display a window with possible choices when
15076                 encountering unknown mime types
15077         * src/gtk/filesel.c
15078         * src/gtk/filesel.h
15079                 Add preview
15080                 Allow multiple selection in filtered filesel
15081                 (patch by Fabien Vantard)
15082         * src/gtk/pluginwindow.c
15083                 Use it (patch by Fabien Vantard)
15084
15085 2006-02-01 [paul]       2.0.0cvs5
15086
15087         * src/jpilot.c
15088                 fix crash on creating jpilot address book
15089                 Thanks to Colin - FOR_STABLE
15090         * src/prefs_summaries.c
15091         * src/prefs_wrapping.c
15092         * src/gtk/icon_legend.c
15093         * src/gtk/quicksearch.c
15094                 string fixes and additions
15095
15096 2006-02-01 [paul]       2.0.0cvs4
15097
15098         * src/compose.c
15099         * src/mainwindow.c
15100         * src/messageview.c
15101         * src/prefs_send.c
15102                 add Arabic encoding option
15103                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15104
15105 2006-01-31 [colin]      2.0.0cvs3
15106
15107         * src/plugins/pgpcore/passphrase.c
15108                 Convert passphrase to locale encoding
15109         * src/compose.c
15110                 Fix drafting on IMAP. Crappy bug sneaked in
15111                 the release :-/
15112         FOR_STABLE
15113
15114 2006-01-30 [paul]       2.0.0cvs2
15115
15116         * src/gtk/icon_legend.c
15117                 show the new entries
15118
15119 2006-01-30 [colin]      2.0.0cvs1
15120
15121         * src/manual.c
15122                 Check for the file to be present before 
15123                 enabling the menu - FOR_STABLE
15124         * src/gtk/icon_legend.c
15125                 Add folders icons (not all of them, there
15126                 are too much, but the most intriguing ones)
15127
15128 2006-01-30 [paul]       2.0.0
15129
15130         version 2.0.0 released
15131
15132 [For previous entries, see ChangeLog.pre2.0.0]