b0172d674e5ade82cac75aa8e094f5275d67161f
[claws.git] / ChangeLog
1 2007-08-22 [wwp]        2.10.0cvs151
2
3         * src/ldapquery.c
4                 Few better null-ptr checks.
5
6 2007-08-22 [colin]      2.10.0cvs150
7
8         * src/editldap.c
9         * src/editldap_basedn.c
10         * src/ldapquery.c
11         * src/ldapserver.c
12         * src/ldapserver.h
13         * src/ldapupdate.c
14         * src/ldaputil.c
15         * src/ldaputil.h
16                 Fix ldap timeouts
17
18 2007-08-22 [colin]      2.10.0cvs149
19
20         * src/ldapquery.c
21                 Finish previous fix
22
23 2007-08-22 [colin]      2.10.0cvs148
24
25         * src/ldapquery.c
26                 Fix wrong assertions
27
28 2007-08-22 [colin]      2.10.0cvs147
29
30         * src/ldaputil.c
31                 Fix test (set ldap v3 if bindDN is set or TLS is set)
32
33 2007-08-22 [colin]      2.10.0cvs146
34
35         * src/editldap.c
36         * src/ldaputil.c
37                 Fix wrong "Connected successfully to server". Connection only succeeds if
38                 we can get the base DN.
39
40 2007-08-21 [wwp]        2.10.0cvs145
41
42         * src/browseldap.c
43         * src/editldap.c
44         * src/ldapctrl.c
45         * src/ldapquery.c
46         * src/ldapserver.c
47         * src/ldapupdate.c
48         * src/ldaputil.c
49                 More sanity checks in ldap functions.
50
51 2007-08-21 [wwp]        2.10.0cvs144
52
53         * src/prefs_account.c
54                 Don't return a value in a void function().
55
56 2007-08-21 [paul]       2.10.0cvs143
57
58         * src/messageview.c
59                 add check for ftp: to messageview_list_urls()
60
61 2007-08-21 [colin]      2.10.0cvs142
62
63         * src/editldap.c
64         * src/ldapctrl.c
65         * src/ldapctrl.h
66         * src/ldapquery.c
67         * src/ldapupdate.c
68                 Fix bug 1293, 'LDAP address book not working'
69                 Search only on specified fields, but fetch 
70                 every field possible. People will have to 
71                 reset the searched Attributes in their LDAP
72                 servers properties.
73
74 2007-08-21 [wwp]        2.10.0cvs141
75
76         * src/addr_compl.c
77         * src/addrbook.c
78         * src/addrcache.c
79         * src/addrcindex.c
80         * src/addressbook.c
81         * src/addrindex.c
82         * src/browseldap.c
83         * src/crash.c
84         * src/editaddress_other_attributes_ldap.c
85         * src/exporthtml.c
86         * src/folder.c
87         * src/folderview.c
88         * src/imap.c
89         * src/jpilot.c
90         * src/ldapserver.c
91         * src/ldapupdate.c
92         * src/ldif.c
93         * src/main.c
94         * src/mainwindow.c
95         * src/matcher.c
96         * src/mh.c
97         * src/msgcache.c
98         * src/mutt.c
99         * src/pine.c
100         * src/pop.c
101         * src/prefs_customheader.c
102         * src/prefs_msg_colors.c
103         * src/procmime.c
104         * src/textview.c
105         * src/vcard.c
106         * src/wizard.c
107         * src/common/log.c
108         * src/common/socket.c
109         * src/common/ssl_certificate.c
110         * src/common/utils.c
111         * src/common/utils.h
112         * src/gtk/description_window.c
113         * src/plugins/demo/demo.c
114         * src/plugins/pgpcore/prefs_gpg.c
115         * src/plugins/spamassassin/libspamc.c
116                 Make sure we use glib functions to send text messages (information,
117                 debug, warning, errors) to stdout/stderr - no more direct puts
118                 fputs printf fprintf to stdout/stderr when it can be done using
119                 g_log*() and g_print/g_printerr. Doing this, we make sure every
120                 stdout/stderr message is saved to log in Windows.
121
122
123 2007-08-21 [wwp]        2.10.0cvs140
124
125         * src/main.c
126         * src/common/utils.h
127                 Route glib's stdout/stderr messages to a log file (Windows only),
128                 instead of loosing them.
129
130 2007-08-21 [paul]       2.10.0cvs139
131
132         * src/mainwindow.c
133                 replace deprecated g_strncasecmp()
134         * src/messageview.c
135                 fix 'List URLS'
136
137 2007-08-20 [ticho]      2.10.0cvs138
138
139         * src/account.c
140         * src/prefs_account.h
141                 Copy all account preferences in account_clone() - some
142                 were missing.
143         * src/prefs_account.c
144                 Handle empty privacy system combobox gracefully (warning
145                 instead of a crash).
146
147 2007-08-20 [colin]      2.10.0cvs137
148
149         * src/ldapctrl.c
150                 Fix a leak
151
152 2007-08-20 [paul]       2.10.0cvs136
153
154         * src/browseldap.c
155         * src/editldap.c
156         * src/ldapctrl.c
157         * src/ldapquery.c
158         * src/ldapquery.h
159         * src/ldapserver.c
160         * src/ldaputil.c
161                 add debug_prints
162                 patch by Michael Rasmussen
163
164 2007-08-19 [colin]      2.10.0cvs135
165
166         * src/imap.c
167                 Fix previous commit. Sensitivity update is needed
168                 for "Cancel receiving". However when batching we
169                 don't need to do it for every message flag change,
170                 just once at the start and once at the end.
171
172 2007-08-19 [colin]      2.10.0cvs134
173
174         * src/imap.c
175                 Remove useless menu updates on session lock/unlock
176
177 2007-08-19 [colin]      2.10.0cvs133
178
179         * src/etpan/imap-thread.c
180                 Make all fetch logs less verbose
181
182 2007-08-19 [paul]       2.10.0cvs132
183
184         * src/foldersel.c
185         * src/folderview.c
186         * src/summaryview.c
187                 fix bug 1286, 'Can't move a folder into a "Folders
188                 Only" folder'
189
190 2007-08-18 [ticho]      2.10.0cvs131
191
192         * src/editaddress_other_attributes_ldap.c
193                 Converted option menu for other ldap attributes to GtkComboBox.
194
195 2007-08-18 [colin]      2.10.0cvs130
196
197         * src/compose.c
198         * src/prefs_common.c
199         * src/prefs_common.h
200         * src/prefs_send.c
201         * src/send_message.c
202                 Revert 'send_dialog_mode' meaning to 
203                 'send_dialog_invisible', so that the 
204                 new checkbox doesn't change the 
205                 existing behaviour.
206
207 2007-08-18 [paul]       2.10.0cvs129
208
209         * src/summaryview.c
210                 add missing menu update
211
212 2007-08-17 [colin]      2.10.0cvs128
213
214         * src/folder.c
215                 Set batching after getting flags - maybe fixes
216                 bug 1292, 'CM crashes on writing mail'
217
218 2007-08-16 [ticho]      2.10.0cvs127
219
220         * src/prefs_send.c
221                 Convert two GtkOptionMenu widgets to new GtkComboBox.
222         * src/gtk/combobox.h
223         * src/gtk/gtkutils.c
224                 Allow NULL for GtkComboBox menuitem label, rendering such
225                 items as row separators.
226
227 2007-08-16 [paul]       2.10.0cvs126
228
229         * src/plugins/trayicon/trayicon.c
230                 remove wrongly used gettextisation
231
232 2007-08-15 [ticho]      2.10.0cvs125
233
234         * src/importldif.c
235                 Fixed a runtime warning where an attempt to pack an
236                 already packed GtkLabel was made.
237
238 2007-08-15 [ticho]      2.10.0cvs124
239
240         * src/prefs_compose_writing.c
241                 Convert the insert-or-attach-dragged-files GtkOptionMenu
242                 into GtkComboBox.
243
244 2007-08-14 [ticho]      2.10.0cvs123
245
246         * src/messageview.c
247         * src/gtk/gtkutils.c
248                 Changed return receipt account selector to GtkComboBox.
249                 Fixed a runtime warning where GTK tried to parse
250                 "name <email@address" as a Pango markup in an alertpanel label.
251
252 2007-08-14 [ticho]      2.10.0cvs122
253
254         * src/prefs_logging.c
255                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
256
257 2007-08-14 [wwp]        2.10.0cvs121
258
259         * tools/Makefile.am
260         * tools/README
261         * tools/popfile-link.sh
262                 Added a new tool: POPFile helper, to open
263                 selected messages in POPFile control center,
264                 in order to change the messages' status.
265
266 2007-08-14 [ticho]      2.10.0cvs120
267
268         * src/compose.c
269         * src/prefs_common.c
270         * src/prefs_common.h
271         * src/prefs_send.c
272         * src/send_message.c
273                 Change "Show send dialog" optionmenu to a checkbutton.
274         * src/prefs_receive.c
275                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
276
277 2007-08-13 [wwp]        2.10.0cvs119
278
279         * src/addr_compl.c
280         * src/addressbook.c
281         * src/addrindex.c
282         * src/compose.c
283         * src/filtering.c
284         * src/folderview.c
285         * src/inc.c
286         * src/matcher.c
287         * src/mh.c
288         * src/partial_download.c
289         * src/prefs_gtk.c
290         * src/procmsg.c
291         * src/stock_pixmap.c
292         * src/summaryview.c
293         * src/common/utils.c
294         * src/gtk/gtkaspell.c
295         * src/gtk/menu.c
296                 Make sure we never pass NULL pointers for %s substitutions
297                 (prevent from crashing in Windows).
298
299 2007-08-13 [wwp]        2.10.0cvs118
300
301         * src/msgcache.c
302                 Re-enable mmap_reads in Windows with some missing
303                 CloseHandle of mapping objects, thanks to
304                 Marcus Brinkmann.
305
306 2007-08-13 [paul]       2.10.0cvs117
307
308         * src/common/utils.c
309                 fix bug 1287, 'Compile time problem on Solaris
310                 (nexenta gnu/Solaris) utils.c'
311                 Thanks to Piotr Chrzczonowicz
312
313 2007-08-12 [wwp]        2.10.0cvs116
314
315         * src/plugins/pgpcore/prefs_gpg.c
316                 Don't try to unset a GPG_AGENT_INFO that was not
317                 set (and don't use a NULL string in Windows, it was
318                 crashing with --debug if GPG_AGENT_INFO was not set).
319
320 2007-08-12 [wwp]        2.10.0cvs115
321
322         * src/privacy.h
323                 Make gcc type-check arguments passed to privacy_set_error().
324
325 2007-08-12 [ticho]      2.10.0cvs114
326
327         * src/prefs_folder_item.c
328                 Make sure that folder default account combobox always has some
329                 account preselected.
330         * src/gtk/combobox.c
331                 Handle empty combobox gracefully (warning instead of crash).
332
333 2007-08-12 [ticho]      2.10.0cvs114
334
335         * src/prefs_folder_item.c
336                 Make sure that folder default account combobox is not empty.
337         * src/gtk/combobox.c
338                 Handle empty combobox gracefully (warning instead of crash).
339
340 2007-08-11 [paul]       2.10.0cvs113
341
342         * src/addrgather.c
343         * src/folderview.c
344                 use 'subfolder' instead of 'sub-folder', matching
345                 everywhere else the term is used
346         * src/imap_gtk.c
347                 fix engrish
348
349 2007-08-10 [wwp]        2.10.0cvs112
350
351         * src/msgcache.c
352                 Disable mmap reads in Windows only (at least temporarily), they
353                 prevent from renaming/removing target cache files.
354
355 2007-08-10 [paul]
356
357         3.0.0-rc2 released
358
359 2007-08-10 [wwp]        2.10.0cvs111
360
361         * src/msgcache.c
362                 fix unpredictable crashes in Windows due to broken
363                 cache/mark/tags files writting (file were opened for
364                 writing in text mode).
365
366         * src/recv.c
367                 use gettimeofday() from w32lib.h on Windows.
368
369 2007-08-10 [colin]      2.10.0cvs110
370
371         * src/imap.c
372         * src/etpan/imap-thread.c
373         * src/etpan/imap-thread.h
374                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
375
376 2007-08-09 [colin]      2.10.0cvs109
377
378         * src/editldap.c
379                 Fix port being reset to 636 on SSL
380         * src/folder.c
381                 Fix folder_item_get_msg_num_by_file
382                 on drafts/queue folders
383
384 2007-08-09 [wwp]        2.10.0cvs108
385
386         * src/folder.c
387                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
388                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
389
390
391 2007-08-09 [colin]      2.10.0cvs107
392
393         * src/folderview.c
394         * src/summaryview.c
395         * src/gtk/prefswindow.c
396                 A few Maemo layout fixes
397
398 2007-08-09 [paul]       2.10.0cvs106
399
400         * src/prefs_account.c
401                 remove the hyphen from plug-ins to
402                 match everywhere else
403
404 2007-08-08 [wwp]        2.10.0cvs105
405
406         * src/prefs_folder_item.c
407                 Fix an extraneous stealth ^L char.
408
409 2007-08-08 [wwp]        2.10.0cvs104
410
411         * src/prefs_folder_item.c
412                 Better fix, group variables declarations (USE_ASPELL).
413
414 2007-08-08 [wwp]        2.10.0cvs103
415
416         * src/prefs_folder_item.c
417                 Fix compilation w/ USE_ASPELL set (broken
418                 by 2.10.0cvs102).
419
420 2007-08-08 [ticho]      2.10.0cvs102
421
422         * src/prefs_folder_item.c
423                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
424
425 2007-08-08 [colin]      2.10.0cvs101
426
427         * src/imap.c
428         * src/etpan/imap-thread.c
429         * src/etpan/imap-thread.h
430                 Close selected mailbox before doing
431                 status on it.
432
433 2007-08-08 [colin]      2.10.0cvs100
434
435         * src/html.c
436                 Complete symbol table, thanks to wwp.
437                 Fixes bug 1284, 'The html -> text 
438                 converter ignores entities'
439         * src/msgcache.c
440                 Fix possible fd leak
441
442 2007-08-08 [colin]      2.10.0cvs99
443
444         * src/imap.c
445                 Better way to fetch UIDs on non-UIDPLUS servers
446
447 2007-08-07 [colin]      2.10.0cvs98
448
449         * src/imap.c
450                 fix bug 1275, 'auto-saved draft messages not 
451                 always being removed'; Also, make multiple
452                 copy (in the same account) faster by matching
453                 source/destination message UIDs.
454         * src/messageview.c
455                 Don't try to reshow deleted mail
456         * src/msgcache.c
457                 Fix leak on error path
458
459 2007-08-07 [wwp]        2.10.0cvs97
460
461         * manual/account.xml
462         * manual/advanced.xml
463         * manual/fr/account.xml
464         * manual/fr/advanced.xml
465                 Updated the reference manual and the French translation to
466                 reflect 2.10.0cvs84: enable running folder Processing
467                 rules on demand.
468
469 2007-08-06 [wwp]        2.10.0cvs96
470
471         * src/prefs_common.c
472         * src/prefs_common.h
473         * src/textview.c
474                 Allow changing the emphasis color used to highlight
475                 the newsreader/x-mailer header value when it matches
476                 our preferred mail agent (hidden pref 'emphasis_col' added
477                 to clawsrc).
478
479 2007-08-06 [colin]      2.10.0cvs95
480
481         * src/compose.c
482         * src/compose.h
483                 Re-commit 2.10.0cvs86, with a protection
484                 against Pango bug. Also, try to fix 
485                 bug 1275, 'auto-saved draft messages not 
486                 always being removed'
487
488 2007-08-06 [wwp]        2.10.0cvs94
489
490         * src/gtk/quicksearch.c
491                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
492
493 2007-08-06 [ticho]      2.10.0cvs93
494
495         * src/prefs_account.c
496         * src/gtk/combobox.c
497                 Use GtkComboBox instead of GtkOptionMenu for privacy system
498                 selection in account preferences.
499
500 2007-08-06 [wwp]        2.10.0cvs92
501
502         * src/plugins/pgpcore/plugin.def
503                 Apply one more chunk from gpg4win's 03-w32-port patch.
504
505 2007-08-05 [colin]      2.10.0cvs91
506
507         * src/compose.c
508         * src/compose.h
509                 reverting buggy patch for now
510
511 2007-08-05 [colin]      2.10.0cvs90
512
513         * src/folder.c
514                 Fix slowdown
515
516 2007-08-04 [colin]      2.10.0cvs89
517
518         * src/prefs_summaries.c
519         * src/summary_search.c
520                 Replace deprecated widgets. Patch by
521                 Andrej.
522
523 2007-08-04 [colin]      2.10.0cvs88
524
525         * src/mh.c
526                 Refresh GUI only every 2000 mails on mh_get_last_num
527                 This is fast (readdir) and done only once per 
528                 session/folder
529
530 2007-08-03 [colin]      2.10.0cvs87
531
532         * src/prefs_account.c
533         * src/gtk/combobox.h
534         * src/gtk/gtkutils.c
535                 Fix a deprecated widget. Patch by
536                 Andrej
537
538 2007-08-03 [colin]      2.10.0cvs86
539
540         * src/compose.c
541         * src/compose.h
542                 Make colorisation and wrapping algorithms
543                 faster. Fixes bug 1246, 'compose becomes 
544                 increasingly slow replying to complex emails'
545
546 2007-08-03 [paul]       2.10.0cvs85
547
548         * src/mh.c
549                 keep the window painted
550
551 2007-08-02 [paul]       2.10.0cvs84
552
553         * src/folderview.c
554         * src/mainwindow.c
555         * src/mainwindow.h
556                 enable running folder Processing
557                 rules on demand
558
559 2007-08-02 [paul]       2.10.0cvs83
560
561         * src/textview.c
562                 speed up/clean up rendering of larger
563                 msgs
564                 Thanks to Colin
565
566 2007-08-01 [paul]       2.10.0cvs82
567
568         * src/mainwindow.h
569                 clean up cruft
570         * src/toolbar.c
571                 change default toolbar layout on maemo
572         * src/pixmaps/close.xpm
573                 make the red cross a grey cross
574         * src/pixmaps/jpilot.xpm
575                 make icon smaller so it fits better
576
577 2007-07-31 [paul]       2.10.0cvs81
578
579         * src/setup.c
580         * src/gtk/gtkutils.c
581                 fix crash on maemo on first launch
582
583 2007-07-30 [paul]       2.10.0cvs80
584
585         * src/prefs_matcher.c
586                 specify the units of age and size
587
588 2007-07-30 [paul]       2.10.0cvs79
589
590         * src/main.c
591                 Fix IMAP timeout setting
592
593 2007-07-30 [colin]      2.10.0cvs78
594
595         * src/prefs_account.c
596                 Fix a deprecated widget. Patch by
597                 Andrej
598
599 2007-07-27 [paul]       2.10.0cvs77
600
601         * src/matcher_parser_parse.y
602         * src/prefs_filtering_action.c
603         * src/prefs_matcher.c
604                 these changes forgotten in cvs74's
605                 'watch thread' feature
606
607 2007-07-27 [paul]       2.10.0cvs76
608
609         * src/compose.c
610                 fix potential crasher
611                 thanks to Colin
612
613 2007-07-27 [paul]       2.10.0cvs75
614
615         * src/mainwindow.c
616         * src/manual.c
617         * src/manual.h
618         * src/gtk/gtkutils.c
619                 make mainwindow's /Help/Manual point to the
620                 remote copy if the local copy doesn't exist
621
622 2007-07-27 [paul]       2.10.0cvs74
623
624         * src/Makefile.am
625         * src/filtering.c
626         * src/folder.c
627         * src/mainwindow.c
628         * src/matcher.c
629         * src/matcher.h
630         * src/matcher_parser_parse.y
631         * src/procmsg.c
632         * src/procmsg.h
633         * src/stock_pixmap.c
634         * src/stock_pixmap.h
635         * src/summaryview.c
636         * src/summaryview.h
637         * src/toolbar.c
638         * src/toolbar.h
639         * src/pixmaps/watchthread.xpm
640                 add 'watch thread' feature
641
642 2007-07-27 [paul]       2.10.0cvs73
643
644         * src/prefs_folder_item.c
645                 adjust labels, add tooltips
646
647 2007-07-27 [colin]      2.10.0cvs72
648
649         * src/summaryview.c
650                 Maemo: Remove less used menu items
651
652 2007-07-26 [colin]      2.10.0cvs71
653
654         * src/messageview.c
655                 Maemo: destroy messageview after trashing mail.
656                 Maybe should be done on X11 too
657
658 2007-07-26 [colin]      2.10.0cvs70
659
660         * src/folderview.c
661         * src/mainwindow.c
662         * src/prefs_common.c
663         * src/prefs_common.h
664         * src/summaryview.c
665                 Add View/Show or Hide/Column headers
666
667 2007-07-26 [colin]      2.10.0cvs69
668
669         * src/procmime.c
670                 Fix unwanted output
671
672 2007-07-26 [colin]      2.10.0cvs68
673
674         * src/ldapserver.c
675                 Fix possible crash on cache invalidation
676         * src/compose.c
677         * src/procmime.c
678         * src/procmime.h
679         * src/quote_fmt_parse.y
680                 Make replying to mails with big attachments
681                 much faster. Fixes bug 1224, 'The process of 
682                 Replying to emails with large attachments 
683                 seems unreasonably long...'
684
685 2007-07-26 [colin]      2.10.0cvs67
686
687         * src/mimeview.c
688         * src/matcher.c
689         * src/common/ssl.c
690                 Fix threads use on BSDs
691
692 2007-07-26 [paul]       2.10.0cvs66
693
694         * src/gtk/prefswindow.c
695                 fix account prefs breakage
696                 thanks to Colin
697
698 2007-07-26 [paul]       2.10.0cvs65
699
700         * configure.ac
701                 standardise ./configure --help messages
702
703 2007-07-26 [colin]      2.10.0cvs64
704
705         * src/addressbook.c
706         * src/editaddress.c
707                 Fix two vCard-related crashes
708
709 2007-07-25 [colin]      2.10.0cvs63
710
711         * src/inc.c
712         * src/prefs_common.c
713         * src/prefs_common.h
714         * src/prefs_receive.c
715                 Maemo: Add a better way to notify of
716                 new mails
717         * src/mainwindow.c
718         * src/statusbar.h
719         * src/summaryview.c
720         * src/toolbar.c
721                 Maemo: Various layout fixes
722         * src/gtk/prefswindow.c
723                 Maemo: Better prefs layout
724
725 2007-07-25 [paul]       2.10.0cvs62
726
727         * src/textview.c
728                 fix the layout on maemo
729                 thanks to Colin
730
731 2007-07-25 [iwkse]      2.10.0cvs61
732
733         * src/summaryview.c
734                 add 'o' shortcut on summaryview
735
736 2007-07-25 [iwkse]      2.10.0cvs60
737
738         * src/textview.c
739                 fix o shortcut
740
741 2007-07-24 [colin]      2.10.0cvs59
742
743         * src/mh.c
744                 Fix missing timestamp update on source
745                 folder when moving
746         * src/textview.c
747         * src/textview.h
748                 Better text layout on part's choices
749
750 2007-07-23 [colin]      2.10.0cvs58
751
752         * src/mimeview.c
753         * src/textview.c
754                 Maemo: Automatically choose the correct application
755                 to open parts
756         * src/gtk/quicksearch.c
757                 Make search run on GDK_KP_Enter too
758
759 2007-07-23 [wwp]        2.10.0cvs57
760
761         * src/quote_fmt_lex.l
762                 Revert accidentaly committed lines (account_sig) in
763                 2.10.0cvs56.
764
765 2007-07-23 [wwp]        2.10.0cvs56
766
767         * src/quote_fmt_lex.l
768                 Fix typos around long form expressions in the quote lexer.
769
770 2007-07-23 [paul]
771
772         3.0.0-rc1 released
773
774 2007-07-23 [colin]      2.10.0cvs55
775
776         * src/addr_compl.c
777                 Fix auto-completion on Maemo
778
779 2007-07-23 [colin]      2.10.0cvs54
780
781         * src/statusbar.c
782                 Maemo: Fix sticking statusbars
783
784 2007-07-22 [colin]      2.10.0cvs53
785
786         * src/main.c
787                 Maemo: Fix the strange "top_application" info
788                 at startup. We should do something when 
789                 receiving such a message.
790
791 2007-07-20 [paul]       2.10.0cvs52
792
793         * src/news_gtk.c
794                 add missing #include "statusbar.h"
795
796 2007-07-20 [colin]      2.10.0cvs51
797
798         * src/folder.c
799         * src/folder.h
800         * src/folder_item_prefs.c
801         * src/folder_item_prefs.h
802         * src/folderview.c
803         * src/imap.c
804         * src/imap_gtk.c
805         * src/imap_gtk.h
806         * src/news.c
807         * src/news_gtk.c
808         * src/news_gtk.h
809         * src/prefs_folder_item.c
810                 Implement age-based caching: allow to
811                 specify a threshold for the offline synchronisation
812                 feature, and whether old cached bodies should 
813                 be removed
814         * src/toolbar.c
815         * src/toolbar.h
816                 Fix label/tooltips
817         * src/plugins/dillo_viewer/dillo_viewer.c
818                 Check that Dillo's installed
819
820 2007-07-20 [wwp]        2.10.0cvs50
821
822         * src/mimeview.c
823         * src/stock_pixmap.c
824                 Draw a frame around the selected mimeview part icon (instead of the
825                 shifted 'dancing' icon).
826
827 2007-07-20 [colin]      2.10.0cvs49
828
829         * src/main.c
830                 Unref stuff even on error
831         * src/wizard.c
832                 disconnect signals only at the very
833                 end of the wizard save.
834
835 2007-07-20 [colin]      2.10.0cvs48
836
837         * src/mainwindow.c
838         * src/messageview.c
839         * src/toolbar.c
840         * src/toolbar.h
841                 Fix random crashes while navigating
842                 (GTK_EVENTS_FLUSH)
843
844 2007-07-19 [colin]      2.10.0cvs47
845
846         * configure.ac
847         * src/main.c
848         * src/prefs_common.c
849         * src/prefs_common.h
850         * src/wizard.c
851         * src/common/defs.h
852         * src/common/utils.c
853                 Maemo: add an easy way to store data (mails
854                 and IMAP/NNTP caches) on one of the SD cards,
855                 and protect against unmounts if needed
856
857 2007-07-19 [paul]       2.10.0cvs46
858
859         * src/Makefile.am
860         * src/stock_pixmap.c
861         * src/gtk/about.c
862         * src/pixmaps/claws-mail_logo-small.xpm
863                 implement a (slightly) different About
864                 dialog for maemo and add a small version
865                 of the logo for it
866         * src/wizard.c
867                 use a scrolled window for wizard page 1
868                 on maemo
869
870 2007-07-19 [paul]       2.10.0cvs45
871
872         * src/Makefile.am
873                 too soon for this line
874
875 2007-07-19 [paul]       2.10.0cvs44
876
877         * src/Makefile.am
878                 fix build on n800
879
880 2007-07-19 [colin]      2.10.0cvs43
881
882         * src/wizard.c
883                 Solve Mail/Mailbox name when specifying
884                 full /path/to/Mail.
885
886 2007-07-18 [colin]      2.10.0cvs42
887
888         * src/inc.c
889         * configure.ac
890                 Fix build on n770
891
892 2007-07-18 [colin]      2.10.0cvs41
893
894         * src/inc.c
895                 Maemo: plug the online/offline system into
896                 maemo's interfaces to have Claws automatically
897                 switch according to the system status
898         * src/statusbar.c
899                 Maemo: use HildonBanners to display status
900                 messages. Renders the main statusbar useless.
901
902 2007-07-18 [paul]       2.10.0cvs40
903
904         * src/filtering.c
905                 fix screen blanking on moving/copying many msgs
906         * src/folder.c
907                 fix processing progressbar and screen blanking
908                 during processing
909
910 2007-07-18 [paul]       2.10.0cvs39
911
912         * src/messageview.c
913                 revert cvs37, breakage on maemo
914
915 2007-07-18 [paul]       2.10.0cvs38
916
917         * src/gtk/gtkutils.c
918                 make sure we can still build with older GTK's
919
920 2007-07-18 [colin]      2.10.0cvs37
921
922         * src/messageview.c
923                 Only hide the small layout's messageview, instead
924                 of destroying it when closing
925         * src/gtk/gtkutils.c
926                 Use gtk_window_present_with_time to popup windows,
927                 it seems to make things better with modern WMs
928                 (actually focusing)
929
930 2007-07-17 [colin]      2.10.0cvs36
931
932         * src/editaddress.c
933                 Simplify layout on Maemo
934         * src/folder.c
935                 Fix possible crash
936         * src/prefs_display_header.c
937                 Remove some headers by default on Maemo
938
939 2007-07-17 [paul]       2.10.0cvs35
940
941         * src/prefs_common.c
942         * src/prefs_common.h
943         * src/prefs_logging.c
944         * src/common/log.c
945                 add options to stop/enable writing logs to disc
946
947 2007-07-17 [paul]       2.10.0cvs34
948
949         * src/edittags.c
950                 fix some issues with the Apply tags window:
951                 - set search column (enables autocompl in the treeview)
952                 - apply tag from "New tag" if it existed
953                 - clears New tag entry when adding it with the button
954                 Thanks to Colin
955
956 2007-07-17 [paul]       2.10.0cvs33
957
958         * src/edittags.c
959                 fix 'apply tags' dialogue weirdness
960
961 2007-07-16 [colin]      2.10.0cvs32
962
963         * src/toolbar.c
964                 Fix double-loading of mails on Maemo
965
966 2007-07-16 [colin]      2.10.0cvs31
967
968         * src/messageview.c
969                 Prevent double-loading of the same part under some
970                 conditions; hide statusbar on Maemo
971
972 2007-07-16 [colin]      2.10.0cvs30
973
974         * src/edittags.c
975         * src/edittags.h
976         * src/mainwindow.c
977         * src/summaryview.c
978                 Improve the tag interface - allow
979                 to set/unset tags from a special
980                 window.
981         * src/gtk/gtkvscrollbutton.c
982         * src/mimeview.c
983         * src/mimeview.h
984         * src/stock_pixmap.c
985                 Fix Mimeview's ugly hacks in the
986                 icon list. 
987
988 2007-07-16 [paul]       2.10.0cvs29
989
990         * src/wizard.c
991                 rework dialog
992         * src/gtk/icon_legend.c
993                 put it all in a scrolled window
994
995 2007-07-15 [colin]      2.10.0cvs28
996
997         * src/mainwindow.c
998                 Maemo: force layout to be Small screen; the
999                 others don't make sense
1000
1001 2007-07-14 [colin]      2.10.0cvs27
1002
1003         * src/mimeview.c
1004         * src/gtk/gtkvscrollbutton.c
1005                 Maemo: Fix mimeview's buttons size
1006
1007 2007-07-14 [colin]      2.10.0cvs26
1008
1009         * src/toolbar.c
1010                 Fix the button workaround fix.
1011                 (Use the correct variable)
1012
1013 2007-07-14 [colin]      2.10.0cvs25
1014
1015         * src/mainwindow.c
1016         * src/toolbar.c
1017                 Maemo: put the progress bar in the
1018                 toolbar
1019
1020 2007-07-14 [colin]      2.10.0cvs24
1021
1022         * src/prefs_common.c
1023                 Maemo: hide statusbar by default
1024         * src/Makefile.am
1025         * src/stock_pixmap.c
1026         * src/stock_pixmap.h
1027         * src/toolbar.c
1028         * src/pixmaps/go_folders.xpm
1029                 Maemo: Add a specific icon to go back to
1030                 folder list
1031
1032 2007-07-14 [colin]      2.10.0cvs23
1033
1034         * src/toolbar.c
1035                 Don't set homogeneous finally
1036
1037 2007-07-14 [colin]      2.10.0cvs22
1038
1039         * src/toolbar.c
1040                 Fix button show/hide issues
1041
1042 2007-07-14 [colin]      2.10.0cvs21
1043
1044         * src/toolbar.c
1045                 Fix huge arrows
1046                 Fix button workaround to be able to click
1047                 if mouse was on button when it went un-
1048                 sensitive.
1049                 Revert previous commit, gtk_tool_item_set_homogeneous
1050                 doesn't mean what it seems to mean ;-)
1051
1052 2007-07-14 [paul]       2.10.0cvs20
1053
1054         * src/toolbar.c
1055                 make homogeneous FALSE always
1056
1057 2007-07-13 [colin]      2.10.0cvs19
1058
1059         * src/toolbar.c
1060         * src/toolbar.h
1061                 Rework to fit the non-deprecated API
1062         * src/compose.c
1063         * src/folderview.c
1064         * src/mainwindow.c
1065         * src/messageview.c
1066         * src/summaryview.c
1067                 Maemo layout changes. Better toolbars,
1068                 removal of CTree headers. 
1069
1070 2007-07-13 [paul]       2.10.0cvs18
1071
1072         * src/gtk/colorlabel.c
1073                 fix bug 1261, '[DE] coloring messages in overview 
1074                 keys are not localised'
1075                 the string is now included in claws-mail.pot
1076
1077 2007-07-13 [colin]      2.10.0cvs17
1078
1079         * src/summaryview.c
1080                 Fix bug 1267, 'printing mutliple messages 
1081                 opens one message-dialog after the other'
1082                 Ask for confirmation when printing 10
1083                 messages or more.
1084
1085 2007-07-11 [colin]      2.10.0cvs16
1086
1087         * COPYING
1088         * README
1089         * autogen.sh
1090         * manual/claws-mail-manual.xml
1091         * manual/gpl.xml
1092         * manual/es/claws-mail-manual.xml
1093         * manual/es/gpl.xml
1094         * manual/fr/claws-mail-manual.xml
1095         * manual/fr/gpl.xml
1096         * manual/pl/gpl.xml
1097         * src/account.c
1098         * src/account.h
1099         * src/action.c
1100         * src/action.h
1101         * src/adbookbase.h
1102         * src/addr_compl.c
1103         * src/addr_compl.h
1104         * src/addrbook.c
1105         * src/addrbook.h
1106         * src/addrcache.c
1107         * src/addrcache.h
1108         * src/addrcindex.c
1109         * src/addrcindex.h
1110         * src/addrclip.c
1111         * src/addrclip.h
1112         * src/addrdefs.h
1113         * src/addressadd.c
1114         * src/addressadd.h
1115         * src/addressbook.c
1116         * src/addressbook.h
1117         * src/addressbook_foldersel.c
1118         * src/addressbook_foldersel.h
1119         * src/addressitem.h
1120         * src/addrgather.c
1121         * src/addrgather.h
1122         * src/addrharvest.c
1123         * src/addrharvest.h
1124         * src/addrindex.c
1125         * src/addrindex.h
1126         * src/addritem.c
1127         * src/addritem.h
1128         * src/addrquery.c
1129         * src/addrquery.h
1130         * src/addrselect.c
1131         * src/addrselect.h
1132         * src/alertpanel.c
1133         * src/alertpanel.h
1134         * src/browseldap.c
1135         * src/browseldap.h
1136         * src/codeconv.c
1137         * src/codeconv.h
1138         * src/compose.c
1139         * src/compose.h
1140         * src/crash.c
1141         * src/crash.h
1142         * src/customheader.c
1143         * src/customheader.h
1144         * src/displayheader.c
1145         * src/displayheader.h
1146         * src/editaddress.c
1147         * src/editaddress.h
1148         * src/editaddress_other_attributes_ldap.c
1149         * src/editaddress_other_attributes_ldap.h
1150         * src/editbook.c
1151         * src/editbook.h
1152         * src/editgroup.c
1153         * src/editgroup.h
1154         * src/editjpilot.c
1155         * src/editjpilot.h
1156         * src/editldap.c
1157         * src/editldap.h
1158         * src/editldap_basedn.c
1159         * src/editldap_basedn.h
1160         * src/edittags.c
1161         * src/edittags.h
1162         * src/editvcard.c
1163         * src/editvcard.h
1164         * src/enriched.c
1165         * src/enriched.h
1166         * src/exphtmldlg.c
1167         * src/exphtmldlg.h
1168         * src/expldifdlg.c
1169         * src/expldifdlg.h
1170         * src/export.c
1171         * src/export.h
1172         * src/exporthtml.c
1173         * src/exporthtml.h
1174         * src/exportldif.c
1175         * src/exportldif.h
1176         * src/filtering.c
1177         * src/filtering.h
1178         * src/folder.c
1179         * src/folder.h
1180         * src/folder_item_prefs.c
1181         * src/folder_item_prefs.h
1182         * src/foldersel.c
1183         * src/foldersel.h
1184         * src/folderutils.c
1185         * src/folderutils.h
1186         * src/folderview.c
1187         * src/folderview.h
1188         * src/gedit-print.c
1189         * src/gedit-print.h
1190         * src/grouplistdialog.c
1191         * src/grouplistdialog.h
1192         * src/headerview.c
1193         * src/headerview.h
1194         * src/html.c
1195         * src/html.h
1196         * src/image_viewer.c
1197         * src/image_viewer.h
1198         * src/imap.c
1199         * src/imap.h
1200         * src/imap_gtk.c
1201         * src/imap_gtk.h
1202         * src/import.c
1203         * src/import.h
1204         * src/importldif.c
1205         * src/importldif.h
1206         * src/importmutt.c
1207         * src/importmutt.h
1208         * src/importpine.c
1209         * src/importpine.h
1210         * src/inc.c
1211         * src/inc.h
1212         * src/jpilot.c
1213         * src/jpilot.h
1214         * src/ldapctrl.c
1215         * src/ldapctrl.h
1216         * src/ldaplocate.c
1217         * src/ldaplocate.h
1218         * src/ldapquery.c
1219         * src/ldapquery.h
1220         * src/ldapserver.c
1221         * src/ldapserver.h
1222         * src/ldapupdate.c
1223         * src/ldapupdate.h
1224         * src/ldaputil.c
1225         * src/ldaputil.h
1226         * src/ldif.c
1227         * src/ldif.h
1228         * src/localfolder.c
1229         * src/localfolder.h
1230         * src/main.c
1231         * src/main.h
1232         * src/mainwindow.c
1233         * src/mainwindow.h
1234         * src/manual.c
1235         * src/manual.h
1236         * src/matcher.c
1237         * src/matcher.h
1238         * src/matcher_parser.h
1239         * src/matcher_parser_lex.l
1240         * src/matcher_parser_parse.y
1241         * src/mbox.c
1242         * src/mbox.h
1243         * src/message_search.c
1244         * src/message_search.h
1245         * src/messageview.c
1246         * src/messageview.h
1247         * src/mh.c
1248         * src/mh.h
1249         * src/mh_gtk.c
1250         * src/mh_gtk.h
1251         * src/mimeview.c
1252         * src/mimeview.h
1253         * src/msgcache.c
1254         * src/msgcache.h
1255         * src/mutt.c
1256         * src/mutt.h
1257         * src/news.c
1258         * src/news.h
1259         * src/news_gtk.c
1260         * src/news_gtk.h
1261         * src/noticeview.c
1262         * src/noticeview.h
1263         * src/partial_download.c
1264         * src/partial_download.h
1265         * src/pine.c
1266         * src/pine.h
1267         * src/pop.c
1268         * src/pop.h
1269         * src/prefs_account.c
1270         * src/prefs_account.h
1271         * src/prefs_actions.c
1272         * src/prefs_actions.h
1273         * src/prefs_common.c
1274         * src/prefs_common.h
1275         * src/prefs_compose_writing.c
1276         * src/prefs_compose_writing.h
1277         * src/prefs_customheader.c
1278         * src/prefs_customheader.h
1279         * src/prefs_display_header.c
1280         * src/prefs_display_header.h
1281         * src/prefs_ext_prog.c
1282         * src/prefs_ext_prog.h
1283         * src/prefs_filtering.c
1284         * src/prefs_filtering.h
1285         * src/prefs_filtering_action.c
1286         * src/prefs_filtering_action.h
1287         * src/prefs_folder_column.c
1288         * src/prefs_folder_column.h
1289         * src/prefs_folder_item.c
1290         * src/prefs_folder_item.h
1291         * src/prefs_fonts.c
1292         * src/prefs_fonts.h
1293         * src/prefs_gtk.c
1294         * src/prefs_gtk.h
1295         * src/prefs_image_viewer.c
1296         * src/prefs_image_viewer.h
1297         * src/prefs_logging.c
1298         * src/prefs_logging.h
1299         * src/prefs_matcher.c
1300         * src/prefs_matcher.h
1301         * src/prefs_message.c
1302         * src/prefs_message.h
1303         * src/prefs_msg_colors.c
1304         * src/prefs_msg_colors.h
1305         * src/prefs_other.c
1306         * src/prefs_other.h
1307         * src/prefs_quote.c
1308         * src/prefs_quote.h
1309         * src/prefs_receive.c
1310         * src/prefs_receive.h
1311         * src/prefs_send.c
1312         * src/prefs_send.h
1313         * src/prefs_spelling.c
1314         * src/prefs_spelling.h
1315         * src/prefs_summaries.c
1316         * src/prefs_summaries.h
1317         * src/prefs_summary_column.c
1318         * src/prefs_summary_column.h
1319         * src/prefs_summary_open.c
1320         * src/prefs_summary_open.h
1321         * src/prefs_template.c
1322         * src/prefs_template.h
1323         * src/prefs_themes.c
1324         * src/prefs_themes.h
1325         * src/prefs_toolbar.c
1326         * src/prefs_toolbar.h
1327         * src/prefs_wrapping.c
1328         * src/prefs_wrapping.h
1329         * src/privacy.c
1330         * src/privacy.h
1331         * src/procheader.c
1332         * src/procheader.h
1333         * src/procmime.c
1334         * src/procmime.h
1335         * src/procmsg.c
1336         * src/procmsg.h
1337         * src/quote_fmt.c
1338         * src/quote_fmt_lex.l
1339         * src/quote_fmt_parse.y
1340         * src/recv.c
1341         * src/recv.h
1342         * src/remotefolder.c
1343         * src/remotefolder.h
1344         * src/send_message.c
1345         * src/send_message.h
1346         * src/setup.c
1347         * src/setup.h
1348         * src/simple-gettext.c
1349         * src/sourcewindow.c
1350         * src/sourcewindow.h
1351         * src/ssl_manager.c
1352         * src/ssl_manager.h
1353         * src/statusbar.c
1354         * src/statusbar.h
1355         * src/stock_pixmap.c
1356         * src/stock_pixmap.h
1357         * src/summary_search.c
1358         * src/summary_search.h
1359         * src/summaryview.c
1360         * src/summaryview.h
1361         * src/textview.c
1362         * src/textview.h
1363         * src/toolbar.c
1364         * src/toolbar.h
1365         * src/undo.c
1366         * src/undo.h
1367         * src/unmime.c
1368         * src/unmime.h
1369         * src/uri_opener.c
1370         * src/uri_opener.h
1371         * src/vcard.c
1372         * src/vcard.h
1373         * src/wizard.c
1374         * src/wizard.h
1375         * src/common/base64.c
1376         * src/common/base64.h
1377         * src/common/claws.c
1378         * src/common/claws.h
1379         * src/common/defs.h
1380         * src/common/fnmatch.c
1381         * src/common/fnmatch.h
1382         * src/common/fnmatch_loop.c
1383         * src/common/hooks.c
1384         * src/common/hooks.h
1385         * src/common/log.c
1386         * src/common/log.h
1387         * src/common/md5.c
1388         * src/common/md5.h
1389         * src/common/mgutils.c
1390         * src/common/mgutils.h
1391         * src/common/nntp.c
1392         * src/common/nntp.h
1393         * src/common/passcrypt.c
1394         * src/common/passcrypt.h.in
1395         * src/common/plugin.c
1396         * src/common/plugin.h
1397         * src/common/prefs.c
1398         * src/common/prefs.h
1399         * src/common/progressindicator.c
1400         * src/common/progressindicator.h
1401         * src/common/quoted-printable.c
1402         * src/common/quoted-printable.h
1403         * src/common/session.c
1404         * src/common/session.h
1405         * src/common/smtp.c
1406         * src/common/smtp.h
1407         * src/common/socket.c
1408         * src/common/socket.h
1409         * src/common/ssl.c
1410         * src/common/ssl.h
1411         * src/common/ssl_certificate.c
1412         * src/common/ssl_certificate.h
1413         * src/common/string_match.c
1414         * src/common/string_match.h
1415         * src/common/stringtable.c
1416         * src/common/stringtable.h
1417         * src/common/tags.c
1418         * src/common/tags.h
1419         * src/common/template.c
1420         * src/common/template.h
1421         * src/common/timing.h
1422         * src/common/utils.c
1423         * src/common/utils.h
1424         * src/common/uuencode.c
1425         * src/common/uuencode.h
1426         * src/common/version.h.in
1427         * src/common/w32_dirent.c
1428         * src/common/w32_reg.c
1429         * src/common/w32_signal.c
1430         * src/common/w32_stat.c
1431         * src/common/w32_stdlib.c
1432         * src/common/w32_string.c
1433         * src/common/w32_time.c
1434         * src/common/w32_unistd.c
1435         * src/common/w32_wait.c
1436         * src/common/w32lib.h
1437         * src/common/xml.c
1438         * src/common/xml.h
1439         * src/common/xmlprops.c
1440         * src/common/xmlprops.h
1441         * src/etpan/etpan-errors.h
1442         * src/etpan/etpan-thread-manager-types.h
1443         * src/etpan/etpan-thread-manager.c
1444         * src/etpan/etpan-thread-manager.h
1445         * src/etpan/imap-thread.c
1446         * src/etpan/imap-thread.h
1447         * src/gtk/about.c
1448         * src/gtk/about.h
1449         * src/gtk/colorlabel.c
1450         * src/gtk/colorlabel.h
1451         * src/gtk/colorsel.c
1452         * src/gtk/colorsel.h
1453         * src/gtk/combobox.c
1454         * src/gtk/combobox.h
1455         * src/gtk/description_window.c
1456         * src/gtk/description_window.h
1457         * src/gtk/filesel.c
1458         * src/gtk/filesel.h
1459         * src/gtk/foldersort.c
1460         * src/gtk/foldersort.h
1461         * src/gtk/gtkaspell.c
1462         * src/gtk/gtkaspell.h
1463         * src/gtk/gtksctree.c
1464         * src/gtk/gtkshruler.c
1465         * src/gtk/gtkshruler.h
1466         * src/gtk/gtksourceprintjob.c
1467         * src/gtk/gtksourceprintjob.h
1468         * src/gtk/gtkutils.c
1469         * src/gtk/gtkutils.h
1470         * src/gtk/gtkvscrollbutton.c
1471         * src/gtk/gtkvscrollbutton.h
1472         * src/gtk/icon_legend.c
1473         * src/gtk/icon_legend.h
1474         * src/gtk/inputdialog.c
1475         * src/gtk/inputdialog.h
1476         * src/gtk/logwindow.c
1477         * src/gtk/logwindow.h
1478         * src/gtk/manage_window.c
1479         * src/gtk/manage_window.h
1480         * src/gtk/menu.c
1481         * src/gtk/menu.h
1482         * src/gtk/pluginwindow.c
1483         * src/gtk/pluginwindow.h
1484         * src/gtk/prefswindow.c
1485         * src/gtk/prefswindow.h
1486         * src/gtk/progressdialog.c
1487         * src/gtk/progressdialog.h
1488         * src/gtk/quicksearch.c
1489         * src/gtk/quicksearch.h
1490         * src/gtk/sslcertwindow.c
1491         * src/gtk/sslcertwindow.h
1492         * src/plugins/bogofilter/bogofilter.c
1493         * src/plugins/bogofilter/bogofilter.h
1494         * src/plugins/bogofilter/bogofilter_gtk.c
1495         * src/plugins/clamav/clamav_plugin.c
1496         * src/plugins/clamav/clamav_plugin.h
1497         * src/plugins/clamav/clamav_plugin_gtk.c
1498         * src/plugins/demo/demo.c
1499         * src/plugins/dillo_viewer/dillo_prefs.c
1500         * src/plugins/dillo_viewer/dillo_prefs.h
1501         * src/plugins/dillo_viewer/dillo_viewer.c
1502         * src/plugins/pgpcore/passphrase.c
1503         * src/plugins/pgpcore/passphrase.h
1504         * src/plugins/pgpcore/pgp_viewer.c
1505         * src/plugins/pgpcore/pgp_viewer.h
1506         * src/plugins/pgpcore/plugin.c
1507         * src/plugins/pgpcore/prefs_gpg.c
1508         * src/plugins/pgpcore/prefs_gpg.h
1509         * src/plugins/pgpcore/select-keys.c
1510         * src/plugins/pgpcore/select-keys.h
1511         * src/plugins/pgpcore/sgpgme.c
1512         * src/plugins/pgpcore/sgpgme.h
1513         * src/plugins/pgpinline/pgpinline.c
1514         * src/plugins/pgpinline/pgpinline.h
1515         * src/plugins/pgpinline/plugin.c
1516         * src/plugins/pgpmime/pgpmime.c
1517         * src/plugins/pgpmime/pgpmime.h
1518         * src/plugins/pgpmime/plugin.c
1519         * src/plugins/spamassassin/spamassassin.c
1520         * src/plugins/spamassassin/spamassassin.h
1521         * src/plugins/spamassassin/spamassassin_gtk.c
1522         * src/plugins/trayicon/trayicon.c
1523         * src/plugins/trayicon/trayicon_prefs.c
1524         * src/plugins/trayicon/trayicon_prefs.h
1525         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1526         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1527         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1528         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1529         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1530         * tools/OOo2claws-mail.pl
1531         * tools/README.sylprint
1532         * tools/acroread2claws-mail.pl
1533         * tools/claws-mail-compose-insert-files.pl
1534         * tools/convert_mbox.pl
1535         * tools/filter_conv.pl
1536         * tools/filter_conv_new.pl
1537         * tools/fix_date.sh
1538         * tools/freshmeat_search.pl
1539         * tools/google_search.pl
1540         * tools/kmail-mailbox2claws-mail.pl
1541         * tools/kmail2claws-mail.pl
1542         * tools/kmail2claws-mail_v2.pl
1543         * tools/mairix.sh
1544         * tools/make.themes.project
1545         * tools/multiwebsearch.pl
1546         * tools/nautilus2claws-mail.sh
1547         * tools/outlook2claws-mail.pl
1548         * tools/textviewer.sh
1549         * tools/thunderbird-filters-convertor.pl
1550         * tools/update-po
1551         * tools/uuooffice
1552         * tools/vcard2xml.py
1553         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1554                 Upgrade to GPLv3 or later.
1555
1556 2007-07-10 [wwp]        2.10.0cvs15
1557
1558         * src/main.c
1559                 Fix re-opening of all composing messages that were
1560                 opened when closing the previous instance, thanks
1561                 to Colin.
1562
1563 2007-07-10 [paul]       2.10.0cvs14
1564
1565         * src/editaddress_other_attributes_ldap.c
1566         * src/ldapupdate.c
1567                 fix crash on selecting 'other attributes' combo
1568                 for either a new entry or an old entry with no
1569                 existing attributes.
1570                 fix bug on editing multiple attributes which
1571                 resulted them all having the value of the last
1572                 one changed.
1573                 Thanks to Colin
1574
1575 2007-07-10 [colin]      2.10.0cvs13
1576
1577         * src/editaddress.c
1578         * src/editaddress_other_attributes_ldap.h
1579         * src/ldapupdate.c
1580                 Fix --disable-ldap build
1581
1582 2007-07-09 [colin]      2.10.0cvs12
1583
1584         * src/Makefile.am
1585         * src/addritem.c
1586         * src/addritem.h
1587         * src/editaddress.c
1588         * src/editaddress_other_attributes_ldap.c
1589         * src/editaddress_other_attributes_ldap.h
1590         * src/editldap.c
1591         * src/ldapctrl.c
1592         * src/ldapctrl.h
1593         * src/ldapupdate.c
1594                 Add capability to edit all inetOrgPerson
1595                 attributes on LDAP. Patch by Michael 
1596                 Rasmussen
1597
1598 2007-07-09 [colin]      2.10.0cvs11
1599
1600         * src/Makefile.am
1601         * src/exporthtml.c
1602         * src/mbox.c
1603         * src/msgcache.c
1604         * src/prefs_summaries.c
1605         * src/prefs_themes.c
1606         * src/procheader.c
1607         * src/common/Makefile.am
1608         * src/common/log.c
1609         * src/common/timing.h
1610         * src/common/utils.c
1611         * src/common/utils.h
1612         * src/common/w32_account.c
1613         * src/common/w32lib.h
1614         * src/gtk/Makefile.am
1615         * src/gtk/colorlabel.c
1616         * src/plugins/pgpcore/Makefile.am
1617         * src/plugins/pgpcore/claws.def
1618         * src/plugins/pgpcore/passphrase.c
1619         * src/plugins/pgpcore/pgp_viewer.c
1620         * src/plugins/pgpcore/plugin.def
1621         * src/plugins/pgpcore/sgpgme.c
1622         * src/plugins/pgpinline/Makefile.am
1623         * src/plugins/pgpinline/claws.def
1624         * src/plugins/pgpinline/mypgpcore.def
1625         * src/plugins/pgpinline/plugin.def
1626         * src/plugins/pgpmime/Makefile.am
1627         * src/plugins/pgpmime/claws.def
1628         * src/plugins/pgpmime/mypgpcore.def
1629         * src/plugins/pgpmime/plugin.def
1630                 Commit win32 patch, from Werner Koch and
1631                 Marcus Brinkmann
1632
1633 2007-07-09 [colin]      2.10.0cvs10
1634
1635         * src/prefs_toolbar.c
1636                 Fix crash when no actions exist
1637
1638 2007-07-07 [paul]       2.10.0cvs9
1639
1640         * COPYING
1641         * manual/claws-mail-manual.xml
1642                 update copyright year
1643         * po/fi.po
1644                 updated by Flammie Pirinen
1645
1646 2007-07-05 [wwp]        2.10.0cvs8
1647
1648         * src/plugins/clamav/clamav_plugin_gtk.c
1649                 Make vertical spacing like in other plugin prefs pages.
1650
1651 2007-07-05 [wwp]        2.10.0cvs7
1652
1653         * src/quote_fmt.c
1654                 It's %am that works, not %ae (this doc incoherence has been
1655                 introduced with 2.9.2cvs13).
1656
1657 2007-07-04 [wwp]        2.10.0cvs6
1658
1659         * src/plugins/bogofilter/bogofilter.c
1660                 Gettext-ize an occurrence of "Any" that wasn't.
1661
1662 2007-07-04 [colin]      2.10.0cvs5
1663
1664         * po/POTFILES.in
1665                 Fix untranslated strings; thanks
1666                 to Pader Rezso.
1667
1668 2007-07-03 [colin]      2.10.0cvs4
1669
1670         * src/folder.c
1671         * src/mainwindow.c
1672                 Fix saving of sort mode for tags and
1673                 thread date. Thanks to Pierre Ossman.
1674                 Completes fix for bug 1233
1675
1676 2007-07-03 [paul]       2.10.0cvs3
1677
1678         * src/compose.c
1679                 fix auto-save
1680         * src/summaryview.c
1681                 fix build warnings
1682         Thanks to Colin
1683
1684 2007-07-02 [colin]      2.10.0cvs2
1685
1686         * src/folder.h
1687         * src/mainwindow.c
1688         * src/procmsg.h
1689         * src/summaryview.c
1690                 Add View/Sort/by Thread date
1691                 Fixes bug 1233, 'Capability to sort 
1692                 threads by most recent message'
1693                 Based on a patch by Paul Rolland
1694
1695 2007-07-02 [colin]      2.10.0cvs1
1696
1697         * src/Makefile.am
1698         * src/compose.c
1699         * src/edittags.c
1700         * src/edittags.h
1701         * src/filtering.c
1702         * src/folder.c
1703         * src/folder.h
1704         * src/headerview.c
1705         * src/headerview.h
1706         * src/main.c
1707         * src/mainwindow.c
1708         * src/mainwindow.h
1709         * src/manual.h
1710         * src/matcher.c
1711         * src/matcher.h
1712         * src/matcher_parser_parse.y
1713         * src/mimeview.c
1714         * src/msgcache.c
1715         * src/msgcache.h
1716         * src/prefs_common.c
1717         * src/prefs_common.h
1718         * src/prefs_filtering_action.c
1719         * src/prefs_matcher.c
1720         * src/prefs_summary_column.c
1721         * src/procmsg.c
1722         * src/procmsg.h
1723         * src/quote_fmt.c
1724         * src/quote_fmt_lex.l
1725         * src/quote_fmt_parse.y
1726         * src/summaryview.c
1727         * src/summaryview.h
1728         * src/textview.c
1729         * src/common/Makefile.am
1730         * src/common/defs.h
1731         * src/common/tags.c
1732         * src/common/tags.h
1733         * src/gtk/quicksearch.c
1734         * src/gtk/quicksearch.h
1735                 Add Tags implementation. Tags are arbitrary labels
1736                 that can be applied to messages. It is possible 
1737                 to create, edit, remove tags; apply them to mails;
1738                 filter on tags or tag presence; apply or unset
1739                 tags via filtering actions; reference tags in
1740                 reply templates.
1741
1742 2007-07-02 [paul]       2.10.0
1743
1744         * NEWS
1745         * README
1746         * RELEASE_NOTES
1747                 2.10.0 released
1748
1749 2007-07-02 [paul]       2.9.2cvs78
1750
1751         * po/de.po
1752         * po/en_GB.po
1753         * po/es.po
1754         * po/fr.po
1755         * po/hu.po
1756         * po/pt_BR.po
1757         * po/ru.po
1758         * po/zh_CN.po
1759                 updated by Stephan Sachse, me, Ricardo Mones
1760                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1761                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1762
1763 2007-07-02 [paul]       2.9.2cvs77
1764
1765         * AUTHORS
1766                 updated
1767
1768 2007-06-29 [wwp]        2.9.2cvs76
1769
1770         * src/gtk/headers.h
1771                 Fix a typo (thanks to Ricardo for finding this out).
1772
1773 2007-06-28 [paul]       2.9.2cvs75
1774
1775         * src/folderview.c
1776                 fix build warnings
1777
1778 2007-06-28 [paul]       2.9.2cvs74
1779
1780         * tools/Makefile.am
1781                 fix bug in the autotools build system.
1782                 Files cataloged under EXTRA_DIST were never
1783                 automatically copied to the build tree.
1784                 (fix 'make distcheck')
1785                 Patch by Michael Rasmussen.
1786
1787 2007-06-24 [colin]      2.9.2cvs73
1788
1789         * src/news_gtk.c
1790                 Fix bug 1249, 'Error handling for 
1791                 news errors needs modification'
1792                 Only popup error if the according
1793                 pref in Prefs/Receive is set.
1794
1795 2007-06-21 [colin]      2.9.2cvs72
1796
1797         * src/common/plugin.c
1798         * src/common/plugin.h
1799                 Change plugin API to know whether it's safe to 
1800                 unload plugins or whether we should just hide
1801                 them. Fixes bug 1248, 'Core dumps after 
1802                 unloading plugin and clicking on load plugins'
1803         * src/plugins/bogofilter/bogofilter.c
1804         * src/plugins/clamav/clamav_plugin.c
1805         * src/plugins/demo/demo.c
1806         * src/plugins/dillo_viewer/dillo_viewer.c
1807         * src/plugins/pgpcore/plugin.c
1808         * src/plugins/pgpinline/plugin.c
1809         * src/plugins/pgpmime/plugin.c
1810         * src/plugins/spamassassin/spamassassin.c
1811         * src/plugins/trayicon/trayicon.c
1812                 Update API
1813
1814 2007-06-19 [colin]      2.9.2cvs71
1815
1816         * src/compose.c
1817         * src/messageview.c
1818                 Fix crash mentioned in bug 1246
1819                 Race condition when automatically drafting
1820                 due to insertion on reedit.
1821
1822 2007-06-18 [wwp]        2.9.2cvs70
1823
1824         * src/importldif.c
1825                 LDIF import: use a "Proceed" button to complete
1826                 the process.
1827
1828 2007-06-18 [paul]       2.9.2cvs69
1829
1830         * configure.ac
1831                 use pkgconfig to check for gtk and glib
1832
1833 2007-06-17 [wwp]        2.9.2cvs68
1834
1835         * src/ldif.c
1836         * src/importldif.c
1837                 LDIF import: better error handling, minor code
1838                 and UI cleanup, and renamed the Save button
1839                 to Close, as imported stuff is already saved
1840                 when the Save button is shown.
1841
1842 2007-06-17 [colin]      2.9.2cvs67
1843
1844         * src/prefs_summaries.c
1845         * src/procmsg.c
1846                 Don't set as read when forwarded, only replied to
1847
1848 2007-06-17 [paul]       2.9.2cvs66
1849
1850         * src/alertpanel.c
1851                 add missing #include
1852
1853 2007-06-16 [colin]      2.9.2cvs65
1854
1855         * src/prefs_summaries.c
1856         * src/procmsg.c
1857                 Change the pref "Only mark as read when opened
1858                 in new window" to "..., replied to or forwarded".
1859                 Based on a patch by Paul Rolland.
1860
1861 2007-06-16 [paul]       2.9.2cvs64
1862
1863         * src/gtk/authors.h
1864                 alphabetical order! :)
1865
1866 2007-06-16 [colin]      2.9.2cvs63
1867
1868         * AUTHORS
1869         * src/gtk/authors.h
1870                 Add Michael Rasmussen in authors list
1871
1872 2007-06-16 [colin]      2.9.2cvs62
1873
1874         * src/messageview.c
1875                 Fix messageview_copy_clipboard to take advantage
1876                 of plugins' get_selection.
1877
1878 2007-06-15 [colin]      2.9.2cvs61
1879
1880         * src/action.c
1881         * src/addr_compl.c
1882         * src/addressbook.c
1883         * src/folderview.c
1884         * src/message_search.c
1885         * src/mimeview.c
1886         * src/summary_search.c
1887         * src/summaryview.c
1888         * src/textview.c
1889                 Allow GDK_KP_Enter to do the same as GDK_Return
1890                 Patch by Michael Rasmussen
1891
1892 2007-06-15 [paul]       2.9.2cvs60
1893
1894         * src/compose.c
1895                 fix bug when closing a compose window
1896                 during autosave
1897
1898 2007-06-14 [paul]       2.9.2cvs59
1899
1900         * src/main.c
1901         * src/common/defs.h
1902                 migrate sylpheed config
1903
1904 2007-06-14 [wwp]        2.9.2cvs58
1905
1906         * src/gtk/pluginwindow.c
1907                 Yet another attempt to fix sizing/alignment of the
1908                 button bar in plugins window.
1909
1910 2007-06-12 [colin]      2.9.2cvs57
1911
1912         * po/POTFILES.in
1913         * src/Makefile.am
1914         * src/folderview.c
1915         * src/prefs_common.c
1916         * src/prefs_common.h
1917         * src/prefs_summaries.c
1918         * src/prefs_summary_open.c
1919         * src/prefs_summary_open.h
1920         * src/summaryview.c
1921                 Make "when entering a folder" actions more personalisable
1922
1923 2007-06-12 [wwp]        2.9.2cvs56
1924
1925         * tools/README
1926                 Use short description from Paul (mairix.sh).
1927
1928 2007-06-12 [wwp]        2.9.2cvs55
1929
1930         * tools/README
1931                 Updated info about mairix.sh.
1932
1933 2007-06-11 [paul]       2.9.2cvs54
1934
1935         * src/prefs_logging.c
1936                 rework log window length widgets
1937                 and some sensitivity fixes
1938
1939 2007-06-11 [paul]       2.9.2cvs53
1940
1941         * src/mainwindow.c
1942         * src/prefs_logging.c
1943                 rename 'Protocol Log' to 'Network Log'
1944                 and some function renaming
1945
1946 2007-06-10 [wwp]        2.9.2cvs52
1947
1948         * src/gtk/pluginwindow.c
1949                 Revert 2.9.2cvs51.
1950
1951 2007-06-10 [wwp]        2.9.2cvs51
1952
1953         * src/gtk/pluginwindow.c
1954                 Fix button bar in plugin window, was centered and not
1955                 behaving like other dialogs w/ such button bar.
1956
1957 2007-06-08 [wwp]        2.9.2cvs50
1958
1959         * src/compose.c
1960         * src/compose.h
1961         * src/main.c
1962         * src/mainwindow.c
1963         * src/mainwindow.h
1964                 Provide a way out of automatic draft saving on IMAP, when
1965                 exiting offline.
1966                 Prevent drafting while sending and quitting while sending.
1967                 Thanks for Colin.
1968
1969
1970
1971 2007-06-08 [wwp]        2.9.2cvs49
1972
1973         * src/prefs_account.c
1974         * src/gtk/prefswindow.c
1975         * src/gtk/prefswindow.h
1976                 Activate the Basic page when opening account prefs.
1977
1978 2007-06-08 [wwp]        2.9.2cvs48
1979
1980         * src/common/socket.c
1981                 Don't crash if fork() fails, thanks to Colin.
1982
1983 2007-06-08 [wwp]        2.9.2cvs47
1984
1985         * src/gtk/prefswindow.c
1986                 Wrap some long lines, and reset horizontal scroller's adjusment
1987                 (this was already done, vertically), when changing tab (not page)
1988                 in prefs windows.
1989
1990 2007-06-08 [paul]       2.9.2cvs46
1991
1992         * src/common/utils.c
1993                 use gethostname() instead of uname()
1994                 based on a patch by Michael Hughes
1995                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1996
1997 2007-06-07 [wwp]        2.9.2cvs45
1998
1999         * src/prefs_common.c
2000                 Fix some useless warnings, thanks to Colin.
2001
2002 2007-06-06 [colin]      2.9.2cvs44
2003
2004         * src/ldapupdate.c
2005                 Fix strange allocations. 
2006
2007 2007-06-06 [colin]      2.9.2cvs43
2008
2009         * src/ldapupdate.c
2010                 Patch by Michael Rasmussus to help
2011                 bug 1232
2012
2013 2007-06-05 [wwp]        2.9.2cvs42
2014
2015         * src/prefs_account.c
2016         * src/prefs_folder_item.c
2017         * src/prefs_quote.c
2018         * src/quote_fmt.c
2019         * src/quote_fmt.h
2020                 Per-folder templates can now be applied recursively.
2021                 Always save per-folder templates (formats were erroneously
2022                 saved only if they were enabled).
2023                 Check for validity of quotation marks everywhere there
2024                 are defined.
2025
2026 2007-06-05 [wwp]        2.9.2cvs41
2027
2028         * src/inc.c
2029                 Fix incoming messages from local accounts always getting filtered
2030                 (even if the account prefs say don't), thanks to Colin.
2031
2032 2007-06-05 [wwp]        2.9.2cvs40
2033
2034         * src/compose.c
2035         * src/compose.h
2036                 Use per-folder/per-account quote chars when applying a
2037                 template or inserting text as well. Const'ify some
2038                 vars more.
2039
2040 2007-06-04 [colin]      2.9.2cvs39
2041
2042         * src/compose.c
2043                 More work for wwp :)
2044
2045 2007-06-04 [wwp]        2.9.2cvs38
2046
2047         * src/compose.c
2048                 Same as 2.9.2cvs36 but for forwarding.
2049
2050 2007-06-04 [colin]      2.9.2cvs37
2051
2052         * src/compose.c
2053                 Use original mail file for forward/redirect
2054                 Fixes some forwarded mails to be attached as
2055                 application/octet-stream (when they have binary
2056                 parts), and incidentally fixes bug 848
2057                 'Redirect breaks GnuPG'
2058
2059 2007-06-04 [wwp]        2.9.2cvs36
2060
2061         * src/compose.c
2062                 Fix quote mark mis-initialisation when replying/forwarding
2063                 (introduced w/ 2.9.2cvs20).
2064
2065 2007-06-04 [wwp]        2.9.2cvs35
2066
2067         * src/prefs_compose_writing.c
2068         * src/prefs_quote.c
2069                 Fix a bug where Quotation characters (prefs/compose/writing)
2070                 was cleared (introduced w/ 2.9.2cvs26).
2071
2072 2007-06-04 [wwp]        2.9.2cvs34
2073
2074         * src/prefs_account.c
2075         * src/prefs_account.h
2076                 Better fix for compiling w/o aspell (rollbacks
2077                 2.9.2cvs31).
2078
2079 2007-06-04 [wwp]        2.9.2cvs33
2080
2081         * src/account.c
2082         * src/prefs_account.c
2083         * src/prefs_account.h
2084         * src/procmsg.c
2085                 It's now possible to disable mail filtering plugins
2086                 on a per-account basis.
2087
2088 2007-06-04 [wwp]        2.9.2cvs32
2089
2090         * src/procheader.c
2091         * src/common/utils.c
2092         * src/common/utils.h
2093                 Support CRLF in headers part of messages.
2094                 Support few more date formats (RFC3339 subsets).
2095
2096 2007-06-04 [wwp]        2.9.2cvs31
2097
2098         * src/prefs_account.c
2099                 Fix compiling w/o aspell support.
2100
2101 2007-06-03 [wwp]        2.9.2cvs30
2102
2103         * src/prefs_gtk.c
2104                 Don't decode leading ENV_ and ~ in P_PASSWORD
2105                 values.
2106
2107 2007-06-03 [wwp]        2.9.2cvs29
2108
2109         * src/prefs_gtk.c
2110                 Don't decode leading ENV_ and ~ in P_PASSWORD
2111                 values.
2112
2113 2007-06-03 [wwp]        2.9.2cvs28
2114
2115         * src/prefs_account.c
2116         * src/gtk/prefswindow.c
2117         * src/gtk/prefswindow.h
2118                 Added a way to force preloading of all pages
2119                 (prefswindow).
2120                 Moved tabs to pages in account prefs.
2121
2122 2007-06-02 [colin]      2.9.2cvs27
2123
2124         * src/addressbook.c
2125                 Fix possible crash, fix ldap write bugs
2126         * src/ldapupdate.c
2127                 Fix ldap write bugs - patch by Michael
2128                 Rasmussen
2129         * src/alertpanel.c
2130         * src/alertpanel.h
2131                 Add a hook whenever alertpanel opens/closes
2132
2133 2007-05-31 [wwp]        2.9.2cvs26
2134
2135         * src/prefs_compose_writing.c
2136         * src/prefs_quote.c
2137                 Re-organized writing options a bit:
2138                  - renamed the Quoting page to Templates
2139                  - moved all composing templates to that page
2140                  - moved non-templates options to the Writing one,
2141                    grouped reply-related options, reordered reply and
2142                    forward options.
2143
2144 2007-05-31 [wwp]        2.9.2cvs25
2145
2146         * src/compose.c
2147                 Removed unused code.
2148
2149 2007-05-31 [colin]      2.9.2cvs24
2150
2151         * src/addressbook.c
2152                 Fix missing display name when modifying
2153                 LDAP. Patch by Michael Rasmussen
2154
2155 2007-05-31 [wwp]        2.9.2cvs23
2156
2157         * src/plugins/bogofilter/Makefile.am
2158         * src/plugins/clamav/Makefile.am
2159         * src/plugins/demo/Makefile.am
2160         * src/plugins/dillo_viewer/Makefile.am
2161         * src/plugins/spamassassin/Makefile.am
2162                 Fix building of those plugins in Mac OS X.
2163
2164 2007-05-30 [wwp]        2.9.2cvs22
2165
2166         * src/gtk/quicksearch.c
2167                 Fix missing initialization.
2168
2169 2007-05-30 [wwp]        2.9.2cvs21
2170
2171         * src/procheader.c
2172                 Revert accidental commit (debug outputs).
2173
2174 2007-05-30 [wwp]        2.9.2cvs20
2175
2176         * src/compose.c
2177         * src/folder_item_prefs.c
2178         * src/folder_item_prefs.h
2179         * src/prefs_account.c
2180         * src/prefs_account.h
2181         * src/prefs_folder_item.c
2182         * src/prefs_gtk.c
2183         * src/prefs_gtk.h
2184                 Implemented per-account and per-folder
2185                 compose/reply/forward formats.
2186
2187 2007-05-30 [wwp]        2.9.2cvs19
2188
2189         * src/prefs_compose_writing.c
2190         * src/prefs_quote.c
2191         * src/procheader.c
2192         * src/quote_fmt.c
2193         * src/quote_fmt.h
2194                 Internal API changes (factorize quote format
2195                 prefs and checks).
2196
2197 2007-05-30 [colin]      2.9.2cvs18
2198
2199         * src/compose.c
2200                 Fix race where it's possible to re-click Send
2201                 between end of SMTP session and end of "move to
2202                 sent folder" when sending an email with send
2203                 dialog enabled.
2204
2205 2007-05-30 [colin]      2.9.2cvs17
2206
2207         * src/crash.c
2208                 Ask for backtrace on all threads. Patch by
2209                 Pawel
2210         * src/folderview.c
2211                 Fix stale news statusbar when scanning fails.
2212                 Patch by Pawel
2213         * src/ldapupdate.c
2214                 Fix some LDAP write updates bugs. Patch
2215                 by Michael Rasmussen
2216
2217 2007-05-29 [colin]      2.9.2cvs16
2218
2219         * src/imap.c
2220                 Fix loss of local flags when moving mails
2221                 on IMAP in high-bandwidth mode (UID FETCH)
2222
2223 2007-05-25 [paul]       2.9.2cvs15
2224
2225         * src/common/socket.c
2226                 fix sometimes crasher on cancelling
2227                 message sending
2228
2229 2007-05-25 [colin]      2.9.2cvs14
2230
2231         * src/imap.c
2232                 Fix a memory leak
2233         * src/imap_gtk.c
2234                 Be more helpful in the subscription
2235                 message
2236
2237 2007-05-23 [wwp]        2.9.2cvs13
2238
2239         * src/compose.c
2240         * src/prefs_compose_writing.c
2241         * src/prefs_quote.c
2242         * src/prefs_template.c
2243         * src/prefs_template.h
2244         * src/quote_fmt.c
2245         * src/quote_fmt.h
2246         * src/quote_fmt_lex.l
2247         * src/quote_fmt_parse.y
2248                 Introduced new syntax elements (symbols and commands)
2249                 in templates/quote_fmt. Compatibility w/ old
2250                 symbols is kept.
2251                 Updated and reworked the corresponding Information
2252                 dialog.
2253                 Display the line number in dialogs that talk about
2254                 parser errors (in addition to the error message in
2255                 output).
2256
2257 2007-05-23 [wwp]        2.9.2cvs12
2258
2259         * src/quote_fmt_parse.y
2260                 Fix 2.9.2cvs11, probably a paste accident ;).
2261
2262 2007-05-23 [wwp]        2.9.2cvs11
2263
2264         * src/compose.c
2265         * src/prefs_template.c
2266         * src/quote_fmt.h
2267         * src/quote_fmt_parse.y
2268                 Fix 2.9.2cvs10, which broke --disable-aspell.
2269
2270 2007-05-22 [wwp]        2.9.2cvs10
2271
2272         * src/compose.c
2273         * src/prefs_template.c
2274         * src/quote_fmt.c
2275         * src/quote_fmt.h
2276         * src/quote_fmt_lex.l
2277         * src/quote_fmt_parse.y
2278         * src/gtk/gtkaspell.c
2279         * src/gtk/gtkaspell.h
2280                 Added template/quote format syntactical elements
2281                 to show and query:
2282                         - current dictionary
2283                           %T to show (shows empty if not set or not enabled),
2284                           ?T and !T to check if the default dictionary is
2285                           enabled and set
2286                         - current account's default dictionary
2287                           %aT to show (empty if not set or not enabled),
2288                           ?aT and !aT to check if it's enabled and set
2289                         - name completion for an address, from the address
2290                           book
2291                           %ABf, %ABt, %ABc respectively show the full name got
2292                           from the address book if From, To or Cc match a single
2293                           contact.
2294                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2295                           matches any contact and if the full name is non-empty.
2296                           If From, To or Cc are lists of email addresses, only
2297                           the first address will be checked.
2298                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2299                 that could show a trailing ','.
2300                 Also, template/quote_fmt parser now shows the line number in case
2301                 of parser error.
2302
2303 2007-05-15 [colin]      2.9.2cvs9
2304
2305         * src/main.c
2306         * src/main.h
2307                 Add a public function to know whether Claws
2308                 crashed last time
2309                 Store opened folder when exiting
2310         * src/folder.c
2311         * src/folder.h
2312                 Store last opened message in each FolderItem;
2313                 Reset last seen messages if Claws crashed, so 
2314                 that one can't go in an infinite crash in case 
2315                 a particular mail crashes Claws.
2316         * src/messageview.c
2317         * src/prefs_common.c
2318         * src/prefs_common.h
2319         * src/summaryview.c
2320         * src/prefs_summaries.c
2321                 Add "Select last opened message" when entering
2322                 a folder
2323                 Add "Select last opened folder" at startup.
2324
2325 2007-05-14 [colin]      2.9.2cvs8
2326
2327         * manual/xml2pdf
2328                 Fix bashism, search for xml catalog 
2329                 in /usr/local/share/xml/catalog too
2330                 Patch by Pawel
2331
2332 2007-05-13 [wwp]        2.9.2cvs7
2333
2334         * src/gtk/logwindow.c
2335                 fix raising log windows when they are either minimized or
2336                 in background.
2337
2338 2007-05-11 [colin]      2.9.2cvs6
2339
2340         * src/gtk/filesel.c
2341                 Use Hildon's file chooser on Maemo. Patch
2342                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2343                 'File attachment "manipulation" bugs...'
2344
2345 2007-05-10 [wwp]        2.9.2cvs5
2346
2347         * src/prefs_common.c
2348         * src/prefs_common.h
2349         * src/gtk/quicksearch.c
2350                 Add a quicksearch option to automatically run
2351                 a search selected from the history (this option
2352                 is exclusive towards type-ahead).
2353
2354 2007-05-10 [colin]      2.9.2cvs4
2355
2356         * src/imap.c
2357                 Fix g_warnings, thanks to Brian
2358                 Morrison
2359
2360 2007-05-09 [colin]      2.9.2cvs3
2361
2362         * src/crash.c
2363         * src/exporthtml.c
2364         * src/mbox.c
2365         * src/prefs_summaries.c
2366         * src/procheader.c
2367         * src/common/log.c
2368         * src/common/utils.c
2369         * src/gtk/gtksourceprintjob.c
2370         * src/gtk/sslcertwindow.c
2371                 Use the re-entrant variant of time functions
2372                 Probably fixes bug 1217, 'reentrancy problems 
2373                 with time functions'
2374
2375 2007-05-09 [colin]      2.9.2cvs2
2376
2377         * src/imap.c
2378                 Fix crasher when reconnection fails
2379
2380 2007-05-08 [paul]       2.9.2cvs1
2381
2382         * NEWS
2383         * README
2384         * RELEASE_NOTES
2385         * configure.ac
2386                 bump version number following
2387                 stable release
2388
2389 2007-05-08 [paul]       2.9.1cvs48
2390
2391         * src/plugins/demo/demo.c
2392         * src/plugins/dillo_viewer/dillo_prefs.c
2393         * src/plugins/dillo_viewer/dillo_prefs.h
2394         * src/plugins/dillo_viewer/dillo_viewer.c
2395         * src/plugins/pgpcore/pgp_viewer.c
2396         * src/plugins/pgpcore/pgp_viewer.h
2397         * src/plugins/pgpcore/plugin.c
2398         * src/plugins/pgpcore/prefs_gpg.c
2399         * src/plugins/pgpcore/prefs_gpg.h
2400         * src/plugins/pgpcore/sgpgme.c
2401         * src/plugins/pgpcore/sgpgme.h
2402         * src/plugins/pgpinline/plugin.c
2403         * src/plugins/pgpmime/pgpmime.c
2404         * src/plugins/pgpmime/pgpmime.h
2405         * src/plugins/pgpmime/plugin.c
2406         * src/plugins/spamassassin/spamassassin.c
2407         * src/plugins/spamassassin/spamassassin.h
2408         * src/plugins/spamassassin/spamassassin_gtk.c
2409         * src/plugins/trayicon/README
2410         * tools/README
2411         * tools/README.sylprint
2412         * tools/outlook2claws-mail.pl
2413         * tools/sylprint.pl
2414         * tools/tb2claws-mail
2415         * tools/tbird2claws.py
2416         * tools/update-po
2417         * tools/vcard2xml.py
2418         * tools/kdeservicemenu/README
2419                 cleanups and corrections
2420
2421 2007-05-06 [wwp]        2.9.1cvs47
2422
2423         * tools/uudec
2424                 Fix missing dash to `display` command-line, reported
2425                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2426
2427 2007-05-06 [colin]      2.9.1cvs46
2428
2429         * src/Makefile.am
2430         * src/stock_pixmap.c
2431         * src/stock_pixmap.h
2432         * src/pixmaps/printer.xpm
2433                 Add a printer icon
2434
2435 2007-05-06 [paul]       2.9.1cvs45
2436
2437         * src/compose.c
2438         * src/ldapquery.c
2439         * src/privacy.h
2440         * src/summary_search.c
2441         * src/summaryview.c
2442                 fix build warnings
2443
2444 2007-05-05 [wwp]        2.9.1cvs44
2445
2446         * src/messageview.c
2447         * src/mh.c
2448         * src/prefs_actions.c
2449         * src/prefs_gtk.c
2450         * src/summaryview.c
2451         * src/common/xml.c
2452                 Fix "faild" typos everywhere and capitalization of
2453                 some g_warnings.
2454
2455 2007-05-04 [colin]      2.9.1cvs43
2456
2457         * src/compose.c
2458         * src/privacy.c
2459         * src/privacy.h
2460         * src/plugins/pgpcore/prefs_gpg.c
2461         * src/plugins/pgpcore/prefs_gpg.h
2462         * src/plugins/pgpinline/pgpinline.c
2463         * src/plugins/pgpmime/pgpmime.c
2464                 Add an API to warn about encryption limits,
2465                 and allow to disable these warnings
2466
2467 2007-05-03 [colin]      2.9.1cvs42
2468
2469         * src/summaryview.c
2470         * src/mainwindow.c
2471                 Fix bug 1213, 'Delete more than 
2472                 one thread at once'
2473
2474 2007-05-03 [wwp]        2.9.1cvs41
2475
2476         * src/prefs_common.c
2477         * src/prefs_filtering.c
2478         * src/prefs_template.c
2479         * src/common/template.c
2480         * src/common/template.h
2481         * src/gtk/gtkutils.c
2482         * src/gtk/gtkutils.h
2483                 Templates are no longer automatically sorted
2484                 by name, but can be sorted manually using
2485                 |< < > >| buttons as well as drag'n'drop.
2486
2487 2007-05-03 [wwp]        2.9.1cvs40
2488
2489         * src/plugins/spamassassin/spamassassin.c
2490         * src/plugins/spamassassin/spamassassin.h
2491         * src/plugins/spamassassin/spamassassin_gtk.c
2492         * src/plugins/bogofilter/bogofilter.c
2493         * src/plugins/bogofilter/bogofilter.h
2494         * src/plugins/bogofilter/bogofilter_gtk.c
2495                 Added an option to conditionally mark saved spam
2496                 as read (default is and was to do so).
2497                 Satisfies feature request 1708539 on sf.net tracker.
2498
2499 2007-05-03 [colin]      2.9.1cvs39
2500
2501         * src/inc.c
2502                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2503
2504 2007-05-02 [colin]      2.9.1cvs38
2505
2506         * src/textview.c
2507                 Fix bug 1209, 'Clicking on address 
2508                 in header (mailto uri) selects 
2509                 default account'. Patch adapted from
2510                 G.P. Halkes' patch.
2511
2512 2007-05-02 [colin]      2.9.1cvs37
2513
2514         * src/grouplistdialog.c
2515                 Set cursor to wait cursor while loading
2516                 groups.
2517
2518 2007-05-02 [paul]       2.9.1cvs36
2519
2520         * src/folder.c
2521         * src/common/defs.h
2522                 rename cache and mark files
2523                 (data is preserved)
2524
2525 2007-04-30 [paul]       2.9.1cvs35
2526
2527         * manual/glossary.xml
2528         * manual/plugins.xml
2529                 updates. Patch by Ricardo
2530
2531 2007-04-29 [wwp]        2.9.1cvs34
2532
2533         * src/mainwindow.c
2534         * configure.ac
2535                 Fix few grammatical errors (patch by David Relson < relson at
2536                 osagesoftware dot com >).
2537
2538 2007-04-28 [colin]      2.9.1cvs33
2539
2540         * src/account.c
2541         * src/pop.c
2542         * src/prefs_account.c
2543         * src/prefs_account.h
2544                 Drop the "Download all" preference. It's
2545                 stupidly useless and confuses people from
2546                 time to time.
2547
2548 2007-04-27 [wwp]        2.9.1cvs32
2549
2550         * src/account.c
2551         * src/prefs_account.c
2552         * src/prefs_account.h
2553                 Don't reflect accounts changes to the mainwindow when it's
2554                 not necessary.
2555
2556 2007-04-27 [colin]      2.9.1cvs31
2557
2558         * src/folder.c
2559                 Freeze/thaw when sync'ing flags
2560         * src/imap.c
2561         * src/prefs_account.c
2562         * src/prefs_account.h
2563         * src/etpan/imap-thread.c
2564         * src/etpan/imap-thread.h
2565                 Add a way to use UID FETCH instead
2566                 of searches to fetch message lists
2567                 and flags. More expensive towards
2568                 bandwidth, less expensive towards
2569                 server's CPU. Probably fixes 
2570                 bug 1158, 'Scanning new folders on 
2571                 Exchange 2007 extremely slow'.
2572                 Patch 95% by Hoa.
2573
2574 2007-04-27 [paul]       2.9.1cvs30
2575
2576         * src/mainwindow.c
2577         * src/prefs_logging.c
2578                 improvements to english usage
2579
2580 2007-04-27 [colin]      2.9.1cvs29
2581
2582         * src/imap.c
2583                 Fix build without libetpan (my bad!)
2584
2585 2007-04-26 [colin]      2.9.1cvs28
2586
2587         * src/imap.c
2588         * src/imap.h
2589                 Fix uselessly exported function
2590         * src/textview.c
2591                 Consider "- -- \n" as signature separator
2592                 (that's what signature separators look like
2593                  in PGP/Inline signed mails)
2594
2595 2007-04-26 [colin]      2.9.1cvs27
2596
2597         * configure.ac
2598                 libetpan-0.49 is now required
2599         * src/procmime.c
2600                 Fix double fetching of mails if
2601                 first try failed
2602         * src/imap.c
2603                 Make offline sync faster, by
2604                 remembering last change time, and
2605                 last sync time.
2606
2607 2007-04-26 [hoa]        2.9.1cvs26
2608
2609         * src/imap.c
2610         * src/imap.h
2611         * src/mainwindow.c
2612         * src/toolbar.c
2613         * src/etpan/imap-thread.c
2614         * src/etpan/imap-thread.h
2615                 cancellation of IMAP operations is now allowed.
2616                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2617
2618 2007-04-26 [colin]      2.9.1cvs25
2619
2620         * src/folder.c
2621                 Always fetch body+headers in folders that are
2622                 synched for offline use, if "Synchronise as
2623                 soon as possible" is set.
2624                 Fixes bug 1200, 'Add option to always retrieve full 
2625                 messages'
2626
2627 2007-04-25 [colin]      2.9.1cvs24
2628
2629         * src/compose.c
2630                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2631                 persists...'
2632
2633 2007-04-24 [colin]      2.9.1cvs23
2634
2635         * src/folderview.c
2636                 Fix bug 1195, 'Hardware key navigation' 
2637                 Make GDK_Enter toggle expansion (Maemo)
2638
2639 2007-04-24 [wwp]        2.9.1cvs22
2640
2641         * src/compose.c
2642                 Fix few compiler warnings.
2643
2644 2007-04-24 [paul]       2.9.1cvs21
2645
2646         * src/Makefile.am
2647         * src/stock_pixmap.c
2648         * src/stock_pixmap.h
2649                 complete last commit
2650
2651 2007-04-24 [paul]       2.9.1cvs20
2652
2653         * src/gtk/about.c
2654         * src/pixmaps/active.xpm
2655         * src/pixmaps/checkbox_off.xpm
2656         * src/pixmaps/checkbox_on.xpm
2657         * src/pixmaps/inactive.xpm
2658                 kick out the blobs
2659                 remove transparent border from checkbox icons
2660
2661 2007-04-24 [wwp]        2.9.1cvs19
2662
2663         * src/textview.c
2664         * src/textview.h
2665                 Fix a crash in textview, thanks to Colin.
2666
2667 2007-04-23 [wwp]        2.9.1cvs18
2668
2669         * src/prefs_common.c
2670                 Fix 2.9.1cvs5: no header was being translated at all.
2671
2672 2007-04-23 [colin]      2.9.1cvs17
2673
2674         * src/Makefile.am
2675         * src/stock_pixmap.c
2676         * src/stock_pixmap.h
2677         * src/summaryview.c
2678         * src/summaryview.h
2679         * src/gtk/gtksctree.c
2680         * src/gtk/gtksctree.h
2681         * src/pixmaps/selection.xpm
2682                 Fix bug 1193, 'Need a way to multi-select
2683                 items'. Add a toggle button to the summaryview
2684                 to switch between normal and multiple selection
2685                 (Maemo)
2686
2687 2007-04-23 [colin]      2.9.1cvs16
2688
2689         * src/Makefile.am
2690         * src/stock_pixmap.c
2691         * src/stock_pixmap.h
2692         * src/summaryview.c
2693         * src/summaryview.h
2694         * src/gtk/gtksctree.c
2695         * src/gtk/gtksctree.h
2696         * src/pixmaps/selection.xpm
2697                 Fix bug 1193, 'Need a way to multi-
2698                 select items'
2699                 Add a toggle button in the summaryview
2700                 to enable normal or multiple selection.
2701                 (Maemo)
2702
2703 2007-04-23 [colin]      2.9.1cvs15
2704
2705         * src/compose.c
2706                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2707
2708 2007-04-21 [colin]      2.9.1cvs14
2709
2710         * src/gtk/quicksearch.c
2711                 Fix previous commit (actually use correct
2712                 parameter)
2713
2714 2007-04-21 [colin]      2.9.1cvs13
2715
2716         * src/gtk/quicksearch.c
2717                 Fix changing quicksearch type (after Esc,
2718                 after changing Recursive, ...)
2719
2720 2007-04-20 [wwp]        2.9.1cvs12
2721
2722         * src/gtk/Makefile.am
2723                 Added headers.h (completes 2.9.1cvs5).
2724
2725 2007-04-20 [wwp]        2.9.1cvs11
2726
2727         * src/addressbook.c
2728                 Fix the use of display name in name column,
2729                 it has been overriden w/ the use of nickname
2730                 by 2.9.0cvs3. Now nickname is used (if any)
2731                 in case of LDAP books only.
2732
2733 2007-04-20 [colin]      2.9.1cvs10
2734
2735         * src/mimeview.c
2736         * src/summaryview.c
2737         * src/textview.c
2738                 Add handling of 'a' to loop in a mail's
2739                 mimeparts
2740
2741 2007-04-20 [colin]      2.9.1cvs9
2742
2743         * src/toolbar.c
2744                 Fix bug 1190, 'dir_open' button doesn't work'
2745                 (Maemo)
2746
2747 2007-04-20 [colin]      2.9.1cvs8
2748
2749         * src/folderview.c
2750         * src/mainwindow.c
2751                 Fix bug 1194, 'Hardware keys move from email 
2752                 list to account/directory list, but not back 
2753                 to email list...' (Maemo)
2754
2755 2007-04-20 [colin]      2.9.1cvs7
2756
2757         * src/compose.h
2758                 complete previous commit
2759
2760 2007-04-20 [colin]      2.9.1cvs6
2761
2762         * src/compose.c
2763                 Fix bug 1187, 'Reply-to addressee disappears 
2764                 when reply-to text box is clicked...' (Maemo)
2765
2766 2007-04-20 [wwp]        2.9.1cvs5
2767
2768         * po/POTFILES.in
2769         * src/addressbook.c
2770         * src/compose.c
2771         * src/filtering.c
2772         * src/headerview.c
2773         * src/matcher.c
2774         * src/prefs_common.c
2775         * src/prefs_common.h
2776         * src/prefs_display_header.c
2777         * src/prefs_matcher.c
2778         * src/summaryview.c
2779         * src/gtk/headers.h
2780         * src/gtk/quicksearch.c
2781                 Translate more header names according to the relevant option value,
2782                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2783                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2784                 to prefs_common_translated_header_name().
2785                 Added a headers.h reference file that contains known header names
2786                 (RFC2822 and others) to the translation process' input, so that
2787                 translated header names will still exist even if no occurrence of
2788                 _("headername") is found anymore in the sources.
2789                 Don't translate column name 'Number' following to trans_hdr option
2790                 value as it's not a header name.
2791
2792 2007-04-20 [colin]      2.9.1cvs4
2793
2794         * src/gtk/quicksearch.c
2795         * src/gtk/quicksearch.h
2796                 Add "From, To or Subject" quicksearch
2797                 type. Patch by ulfschaper@users.sf.net
2798
2799 2007-04-20 [colin]      2.9.1cvs3
2800
2801         * src/matcher.c
2802                 Implement proper references filtering condition.
2803                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2804
2805 2007-04-19 [wwp]        2.9.1cvs2
2806
2807         * src/prefs_display_header.c
2808         * src/message_search.c
2809                 Fix few warnings (g_free of const gchar*).
2810
2811 2007-04-19 [paul]       2.9.1cvs1
2812
2813         * NEWS
2814         * README
2815         * RELEASE_NOTES
2816         * configure.ac
2817                 bump version number following
2818                 stable release
2819
2820 2007-04-19 [paul]       2.9.0cvs9
2821
2822         * manual/advanced.xml
2823         * manual/glossary.xml
2824                 fix typos
2825
2826 2007-04-18 [paul]       2.9.0cvs8
2827
2828         * src/pop.c
2829                 fix for CVE-2007-1558 (APOP)
2830                 Thanks to Colin
2831
2832 2007-04-18 [paul]       2.9.0cvs7
2833
2834         * src/messageview.c
2835         * src/mimeview.c
2836         * src/summaryview.c
2837         * src/gtk/filesel.c
2838                 Fix encoding woes wrt saving of
2839                 mails and parts
2840                 Thanks to Colin
2841
2842 2007-04-18 [colin]      2.9.0cvs6
2843
2844         * src/gtk/pluginwindow.c
2845                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2846
2847 2007-04-17 [wwp]        2.9.0cvs5
2848
2849         * src/addressadd.c
2850         * src/addressbook.c
2851         * src/addrindex.c
2852         * src/ldapupdate.c
2853                 Fix --disable-ldap build,
2854                 fix some LDAP annoyances on 
2855                 searches, thanks to Colin.
2856
2857 2007-04-17 [wwp]        2.9.0cvs4
2858
2859         * src/ldapupdate.c
2860                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2861                 like gcc 2.9x. Thanks to Colin.
2862
2863 2007-04-17 [wwp]        2.9.0cvs3
2864
2865         * src/Makefile.am
2866         * src/addressadd.c
2867         * src/addressbook.c
2868         * src/addrindex.c
2869         * src/addritem.c
2870         * src/addritem.h
2871         * src/editaddress.c
2872         * src/ldapctrl.c
2873         * src/ldapctrl.h
2874         * src/ldapquery.c
2875         * src/ldapserver.c
2876         * src/ldapserver.h
2877         * src/ldapupdate.c
2878         * src/ldapupdate.h
2879                 Add LDAP write support. Patch mostly by 
2880                 Michael <mir at datanom dot net>
2881
2882 2007-04-17 [wwp]        2.9.0cvs2
2883
2884         * src/compose.c
2885                 Prepend "Add to address book" to the context menu of compose window's sender and
2886                 recipient fields.
2887
2888 2007-04-16 [paul]       2.9.0cvs1
2889
2890         * src/gtk/authors.h
2891                 add Pader Rezso
2892
2893 2007-04-16 [paul]       2.9.0
2894
2895         * NEWS
2896         * README
2897         * RELEASE_NOTES
2898                 2.9.0 released
2899
2900 2007-04-16 [paul]       2.8.1cvs102
2901
2902         * po/fr.po
2903                 updated by Fabien Vantard
2904
2905 2007-04-16 [paul]       2.8.1cvs101
2906
2907         * po/ca.po
2908         * po/cs.po
2909         * po/de.po
2910         * po/hu.po
2911         * po/pl.po
2912         * po/pt_BR.po
2913         * po/sr.po
2914         * po/zh_CN.po
2915                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2916                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2917                 Aleksandar Urosevic, and Ralgh Young
2918
2919 2007-04-15 [mones]      2.8.1cvs100
2920
2921         * po/es.po
2922                 Updated for release
2923
2924 2007-04-14 [colin]      2.8.1cvs99
2925
2926         * src/message_search.c
2927         * src/prefs_display_header.c
2928         * src/summary_search.c
2929         * src/gtk/combobox.c
2930                 Fix allocations
2931
2932 2007-04-14 [wwp]        2.8.1cvs98
2933
2934         * src/gtk/combobox.c
2935         * src/message_search.c
2936         * src/summary_search.c
2937         * src/prefs_display_header.c
2938                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2939                 returns NULL, get the text value directly from the GtkEntry child.
2940
2941 2007-04-13 [colin]      2.8.1cvs97
2942
2943         * src/gtk/quicksearch.c
2944                 Give the focus back to summaryview when
2945                 emptying the quicksearch with Esc
2946
2947 2007-04-13 [colin]      2.8.1cvs96
2948
2949         * src/message_search.c
2950         * src/prefs_display_header.c
2951         * src/summary_search.c
2952                 Fix possibles crashes when getting text
2953                 from gtk combos
2954
2955 2007-04-13 [colin]      2.8.1cvs95
2956
2957         * src/pop.c
2958                 Add some UIDL debugging
2959
2960 2007-04-12 [colin]      2.8.1cvs94
2961
2962         * src/folder.c
2963                 Force folder scan if necessary after
2964                 copying mails, to be able to reapply
2965                 flags.
2966
2967 2007-04-11 [colin]      2.8.1cvs93
2968
2969         * src/main.c
2970                 don't scan for new mail on startup if --select
2971                 is specified (or race conditions arise). If so,
2972                 do both sequentially.
2973
2974 2007-04-09 [colin]      2.8.1cvs92
2975
2976         * src/common/defs.h
2977                 Use leafpad by default on Maemo. Patch
2978                 by Jean-Luc Biord.
2979
2980 2007-04-06 [colin]      2.8.1cvs91
2981
2982         * src/pixmaps/queue_close.xpm
2983         * src/pixmaps/queue_close_hrm.xpm
2984         * src/pixmaps/queue_close_hrm_mark.xpm
2985         * src/pixmaps/queue_close_mark.xpm
2986         * src/pixmaps/queue_open.xpm
2987         * src/pixmaps/queue_open_hrm.xpm
2988         * src/pixmaps/queue_open_hrm_mark.xpm
2989         * src/pixmaps/queue_open_mark.xpm
2990                 Move the clock one pixel down :)
2991
2992 2007-04-05 [colin]      2.8.1cvs90
2993
2994         * src/mainwindow.c
2995                 Don't sync when switching offline from
2996                 command line - it's usually too late :)
2997
2998 2007-04-05 [paul]       2.8.1cvs89
2999
3000         * src/Makefile.am
3001         * src/stock_pixmap.c
3002         * src/pixmaps/dir_close_hrm.xpm
3003         * src/pixmaps/dir_close_hrm_mark.xpm
3004         * src/pixmaps/drafts_close.xpm
3005         * src/pixmaps/drafts_close_mark.xpm
3006         * src/pixmaps/drafts_open.xpm
3007         * src/pixmaps/drafts_open_mark.xpm
3008         * src/pixmaps/inbox.xpm
3009         * src/pixmaps/inbox_close.xpm
3010         * src/pixmaps/inbox_close_hrm.xpm
3011         * src/pixmaps/inbox_close_hrm_mark.xpm
3012         * src/pixmaps/inbox_close_mark.xpm
3013         * src/pixmaps/inbox_hrm.xpm
3014         * src/pixmaps/inbox_hrm_mark.xpm
3015         * src/pixmaps/inbox_mark.xpm
3016         * src/pixmaps/inbox_open.xpm
3017         * src/pixmaps/inbox_open_hrm.xpm
3018         * src/pixmaps/inbox_open_hrm_mark.xpm
3019         * src/pixmaps/inbox_open_mark.xpm
3020         * src/pixmaps/outbox.xpm
3021         * src/pixmaps/outbox_close.xpm
3022         * src/pixmaps/outbox_close_hrm.xpm
3023         * src/pixmaps/outbox_close_hrm_mark.xpm
3024         * src/pixmaps/outbox_close_mark.xpm
3025         * src/pixmaps/outbox_hrm.xpm
3026         * src/pixmaps/outbox_hrm_mark.xpm
3027         * src/pixmaps/outbox_mark.xpm
3028         * src/pixmaps/outbox_open.xpm
3029         * src/pixmaps/outbox_open_hrm.xpm
3030         * src/pixmaps/outbox_open_hrm_mark.xpm
3031         * src/pixmaps/outbox_open_mark.xpm
3032         * src/pixmaps/queue_close.xpm
3033         * src/pixmaps/queue_close_hrm.xpm
3034         * src/pixmaps/queue_close_hrm_mark.xpm
3035         * src/pixmaps/queue_close_mark.xpm
3036         * src/pixmaps/queue_open.xpm
3037         * src/pixmaps/queue_open_hrm.xpm
3038         * src/pixmaps/queue_open_hrm_mark.xpm
3039         * src/pixmaps/queue_open_mark.xpm
3040                 updated, added and replaced icons
3041                 Icons by Colin
3042
3043 2007-04-04 [colin]      2.8.1cvs88
3044
3045         * src/imap.c
3046                 Fix build without libetpan
3047
3048 2007-04-03 [colin]      2.8.1cvs87
3049
3050         * src/imap.c
3051                 Fix crash with Citadel, and try to make
3052                 things work. this server (and specifically 
3053                 STATUS and APPEND at least) seems broken.
3054
3055 2007-04-03 [colin]      2.8.1cvs86
3056
3057         * src/folderview.c
3058                 Fix icons on folder close
3059
3060 2007-04-03 [colin]      2.8.1cvs85
3061
3062         * src/inc.c
3063                 Fix double-ask of offline override in
3064                 certain cases
3065         * src/imap.c
3066         * src/imap.h
3067         * src/imap_gtk.c
3068                 Much more efficient way to synchronise
3069                 for offline use
3070         * src/etpan/imap-thread.c
3071                 Fix possible segs
3072         * src/folder.c
3073         * src/gtk/quicksearch.c
3074                 Fix some GUI lags
3075
3076 2007-04-03 [paul]       2.8.1cvs84
3077
3078         * src/filtering.c
3079         * src/folder.c
3080         * src/folder.h
3081         * src/prefs_common.c
3082         * src/prefs_common.h
3083         * src/prefs_other.c
3084                 Fix sync being done too late
3085                 Thanks to Colin
3086
3087 2007-04-02 [colin]      2.8.1cvs83
3088
3089         * src/summaryview.c
3090                 Maemo: Put status and quicksearch at the top
3091         * src/plugins/bogofilter/bogofilter.c
3092         * src/plugins/spamassassin/spamassassin.c
3093                 Derive trash from inbox if possible
3094
3095 2007-04-02 [paul]       2.8.1cvs82
3096
3097         * src/plugins/bogofilter/bogofilter_gtk.c
3098                 a few English changes
3099
3100 2007-04-02 [paul]
3101
3102         2.9.0-rc1 released
3103
3104 2007-04-02 [colin]      2.8.1cvs81
3105
3106         * src/image_viewer.c
3107                 Fix transparent images by using
3108                 GtkImage
3109         * src/messageview.c
3110                 Flush events (on new windows) to avoid
3111                 having the textview's image resize fail
3112                 to know the available width
3113
3114 2007-04-01 [colin]      2.8.1cvs80
3115
3116         * src/prefs_account.c
3117                 If no MH mailbox exist, when creating a POP/Local
3118                 account, just create and use the default one 
3119                 instead of bailing with a "Mailbox doesn't exist"
3120                 error
3121
3122 2007-03-31 [colin]      2.8.1cvs79
3123
3124         * src/prefs_account.c
3125                 Create signature file if it doesn't exist
3126                 before editing
3127         * src/prefs_toolbar.c
3128                 Maemo: Move "Use default" on the left so
3129                 that people can find it
3130         * src/common/defs.h
3131                 Maemo: make default editor "Maemopad", 
3132                 default signature file "MyDocs/signature.txt"
3133
3134 2007-03-31 [colin]      2.8.1cvs78
3135
3136         * src/prefs_account.c
3137                 Maemo: rework account prefs so
3138                 that less horizontal scrolling
3139                 is required
3140
3141 2007-03-31 [colin]      2.8.1cvs77
3142
3143         * src/folderview.c
3144         * src/prefs_common.c
3145         * src/prefs_common.h
3146                 Fix bug 1167, 'Allow not displaying zeros 
3147                 in folder list'. Patch by MartinP
3148
3149 2007-03-31 [colin]      2.8.1cvs76
3150
3151         * AUTHORS
3152                 Add Jean-Luc Biord
3153
3154 2007-03-31 [colin]      2.8.1cvs75
3155
3156         * src/imap.c
3157                 Apply patch from bug 1172, direct
3158                 access to the folder's session instead
3159                 of using getter. Patch by MartinP
3160
3161 2007-03-31 [paul]       2.8.1cvs74
3162
3163         * src/gtk/authors.h
3164                 no need to list Fabien twice!
3165
3166 2007-03-31 [colin]      2.8.1cvs73
3167
3168         * src/inc.c
3169                 If we're currently "overriding for %d minutes",
3170                 don't ask
3171
3172 2007-03-31 [colin]      2.8.1cvs72
3173
3174         * src/compose.c
3175         * src/imap.c
3176         * src/inc.c
3177         * src/inc.h
3178         * src/messageview.c
3179         * src/news.c
3180         * src/plugins/spamassassin/spamassassin.c
3181                 Offline override: Add a parameter to allow
3182                 asking even if the override timer is running.
3183                 Allows to ask every time the user makes an
3184                 explicit action needing online access (such
3185                 as Get Mail), and not when the action is 
3186                 implicit (such as opening an IMAP folder)
3187
3188 2007-03-31 [colin]      2.8.1cvs71
3189
3190         * src/inc.c
3191                 Override offline: "No" answer shouldn't
3192                 re-ask after 3 seconds, but 10 minutes. 
3193
3194 2007-03-30 [colin]      2.8.1cvs70
3195
3196         * src/common/socket.c
3197                 Better error reporting on unix socket
3198                 failure (bind usually)
3199         * src/gtk/gtkutils.c
3200         * src/gtk/gtkutils.h
3201                 Label window: add a pulsing progress
3202                 bar to show we're not hung :)
3203         * src/folderview.c
3204         * src/main.c
3205         * src/plugins/pgpcore/sgpgme.c
3206                 Update API
3207
3208 2007-03-30 [colin]      2.8.1cvs69
3209
3210         * src/pop.c
3211         * src/prefs_common.c
3212                 Fix possible trashing of history and uidl
3213                 files on disk full problems
3214
3215 2007-03-30 [paul]       2.8.1cvs68
3216
3217         * src/mainwindow.c
3218         * src/summaryview.c
3219         * src/summaryview.h
3220                 update summary when changing layout type
3221                 (fixes wrong folder icon being displayed)
3222                 Thanks to Colin
3223
3224 2007-03-29 [colin]      2.8.1cvs67
3225
3226         * src/prefs_ext_prog.c
3227                 The browser pref is irrelevant on Maemo
3228
3229 2007-03-29 [colin]      2.8.1cvs66
3230
3231         * src/compose.c
3232         * src/compose.h
3233                 Maemo: dynamically switch headers/text position
3234         * src/prefs_common.c
3235                 Maemo: hide compose's ruler by default
3236         * src/common/socket.c
3237         * src/common/socket.h
3238                 Fix build warning
3239
3240 2007-03-29 [colin]      2.8.1cvs65
3241
3242         * src/common/socket.c
3243         * src/common/socket.h
3244                 Fix build when MAEMO_CFLAGS contains
3245                 _X_OPENSOURCE (resolv.h errors as long
3246                 as we don't add _BSD_SOURCE. Ugly).
3247
3248 2007-03-29 [wwp]        2.8.1cvs64
3249
3250         * src/prefs_logging.c
3251                 Fix sensitivity of clip-log widgets in prefs/logging,
3252                 thanks to Fabien.
3253
3254 2007-03-29 [wwp]        2.8.1cvs63
3255
3256         * po/POTFILES.in
3257                 Updated files list for translations, thanks to Fabien.
3258
3259 2007-03-29 [colin]      2.8.1cvs62
3260
3261         * src/main.c
3262         * src/common/Makefile.am
3263         * src/common/utils.c
3264                 Maybe make URI opening work in Maemo
3265                 Requires testing :)
3266
3267 2007-03-28 [colin]      2.8.1cvs61
3268
3269         * src/folder.c
3270         * src/folder.h
3271         * src/folderview.c
3272                 Add the possibility to sort folders arbitrarily
3273                 (via editing of folderlist.xml only). Patch by
3274                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3275                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3276                 be changed by the user'
3277
3278 2007-03-28 [colin]      2.8.1cvs60
3279
3280         * src/mimeview.c
3281                 Add popup menu for mime icons
3282
3283 2007-03-28 [colin]      2.8.1cvs59
3284
3285         * src/mainwindow.c
3286                 Fix a layout issue when presenting
3287                 mainwindow in Small screen layout
3288         * src/toolbar.c
3289         * src/toolbar.h
3290                 Add a "Go to folder list" button for
3291                 mainwindow, and make it default in
3292                 the Maemo build
3293
3294 2007-03-28 [colin]      2.8.1cvs58
3295
3296         * src/compose.c
3297                 Don't dynamically update title on Maemo
3298                 Patch by Jean-Luc Biord
3299
3300 2007-03-27 [colin]      2.8.1cvs57
3301
3302         * src/compose.c
3303         * src/folderview.c
3304         * src/summaryview.c
3305                 Enable tap-and-hold on Maemo
3306
3307 2007-03-26 [colin]      2.8.1cvs56
3308
3309         * src/compose.c
3310                 More popup-menu (in attachments list)
3311
3312 2007-03-26 [colin]      2.8.1cvs55
3313
3314         * src/compose.c
3315                 Enable popup-menu signal
3316
3317 2007-03-26 [colin]      2.8.1cvs54
3318
3319         * src/plugins/pgpinline/pgpinline.c
3320                 Fix bug 1111, 'PGP/inline plugin hides text 
3321                 around encrypted text block'. Patch based on
3322                 a patch from Michal Cihar.
3323
3324 2007-03-26 [wwp]        2.8.1cvs53
3325
3326         * src/procmsg.c
3327                 Fix getting a false error when sending queued message
3328                 whereas the sending was fine (if there are subfolders
3329                 in the queue folder), thanks to Colin.
3330
3331 2007-03-26 [paul]       2.8.1cvs52
3332
3333         * src/wizard.c
3334                 update FACE header in welcome message
3335
3336 2007-03-25 [colin]      2.8.1cvs51
3337
3338         * src/Makefile.am
3339                 Fix make dist
3340
3341 2007-03-25 [colin]      2.8.1cvs50
3342
3343         * src/main.c
3344                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3345
3346 2007-03-24 [colin]      2.8.1cvs49
3347
3348         * src/main.c
3349                 Fix a few launch problems on Maemo
3350                 Patch by Jean-Luc Biord
3351
3352 2007-03-24 [wwp]        2.8.1cvs48
3353
3354         * src/alertpanel.c
3355         * src/alertpanel.h
3356         * src/messageview.c
3357         * src/summaryview.c
3358                 Fix wrong action performed when closing the
3359                 "ask about account specific filtering rules
3360                 when filtering manually" dialog by pressing Escape.
3361                 Fix wrong order of buttons in the "return receipt
3362                 notification - the message was sent to several of
3363                 your accounts" dialog.
3364
3365 2007-03-24 [paul]       2.8.1cvs47
3366
3367         * src/folderview.c
3368                 an improvement to English usage
3369         * tools/kdeservicemenu/README
3370                 updated Claws url
3371
3372 2007-03-24 [paul]       2.8.1cvs46
3373
3374         * src/Makefile.am
3375         * src/stock_pixmap.c
3376         * src/pixmaps/edit_extern.xpm
3377         * src/pixmaps/mail_sign.xpm
3378                 rescue long lost icons
3379
3380 2007-03-24 [paul]       2.8.1cvs45
3381
3382         * src/toolbar.c
3383                 fix toolbar (broken in 2.8.1cvs42)
3384
3385 2007-03-23 [colin]      2.8.1cvs44
3386
3387         * src/imap.c
3388                 Correctly unsubscribe/resubscribe after
3389                 RENAME
3390
3391 2007-03-23 [colin]      2.8.1cvs43
3392
3393         * src/prefs_common.c
3394                 Maemo: as the platform is light on RAM, allow
3395                 caches to be discarded faster.
3396
3397 2007-03-23 [colin]      2.8.1cvs42
3398
3399         * src/Makefile.am
3400         * src/compose.c
3401         * src/compose.h
3402         * src/stock_pixmap.c
3403         * src/stock_pixmap.h
3404         * src/summaryview.c
3405         * src/summaryview.h
3406         * src/toolbar.c
3407         * src/toolbar.h
3408         * src/pixmaps/open_mail.xpm
3409                 Maemo changes: Add the possibility to have
3410                 "Open Email" and "Close Window" buttons on 
3411                 toolbars (and use them in Maemo's default
3412                 toolbars)
3413
3414 2007-03-23 [wwp]        2.8.1cvs41
3415
3416         * src/action.c
3417                 Reverted that part of the action dialog closure logics, to
3418                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3419                 done later in a different way (or may not).
3420
3421 2007-03-22 [wwp]        2.8.1cvs40
3422
3423         * src/action.c
3424                 Fix sticky action dialog when got no output but action command
3425                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3426
3427 2007-03-22 [colin]      2.8.1cvs39
3428
3429         * src/prefs_filtering.c
3430         * src/gtk/combobox.h
3431                 Fix escaping account names in filtering prefs
3432
3433 2007-03-22 [colin]      2.8.1cvs38
3434
3435         * src/addrindex.c
3436         * src/ldapctrl.h
3437         * src/ldapquery.c
3438                 Add any attribute specified in LDAP servers'
3439                 Search attributes to the Other Attributes tab
3440                 of contacts; Add 'telephoneNumber' in the
3441                 default list.
3442
3443 2007-03-22 [colin]      2.8.1cvs37
3444
3445         * src/folderview.c
3446         * src/folderview.h
3447         * src/mainwindow.c
3448                 Try to prevent race conditions when
3449                 changing the folder list
3450         * src/summaryview.c
3451                 Fix possible red folder icon when
3452                 switching from Small screen layout
3453                 to any other
3454
3455 2007-03-22 [colin]      2.8.1cvs36
3456
3457         * src/mainwindow.c
3458         * src/mainwindow.h
3459         * src/summaryview.c
3460                 Rename "little screen" to "Small screen"
3461         * src/gtk/Makefile.am
3462         * src/common/utils.c
3463         * src/mh.c
3464                 Fix Maemo-related compilation problems
3465
3466 2007-03-21 [colin]      2.8.1cvs35
3467
3468         * configure.ac
3469                 Fix previous commit
3470         * claws-mail.desktop
3471                 Remove .png from the Icon, it's useless
3472
3473 2007-03-21 [colin]      2.8.1cvs34
3474
3475         * configure.ac
3476         * src/Makefile.am
3477                 Add the necessary lib checking for 
3478                 Maemo
3479
3480 2007-03-21 [colin]      2.8.1cvs33
3481
3482         * src/main.c
3483                 Fix unconditional "error happened" when
3484                 sending via command-line. "lol @ myself"
3485
3486 2007-03-21 [colin]      2.8.1cvs32
3487
3488         * claws-mail-40x40.png
3489         * claws-mail-26x26.png
3490         * src/account.c
3491         * src/addressbook.c
3492         * src/compose.c
3493         * src/folderview.c
3494         * src/folderview.h
3495         * src/main.c
3496         * src/mainwindow.c
3497         * src/mainwindow.h
3498         * src/messageview.c
3499         * src/prefs_account.c
3500         * src/prefs_common.c
3501         * src/summary_search.c
3502         * src/summaryview.c
3503         * src/summaryview.h
3504         * src/gtk/authors.h
3505         * src/gtk/gtkutils.c
3506         * src/gtk/gtkutils.h
3507         * src/gtk/logwindow.c
3508         * src/gtk/menu.c
3509         * src/gtk/prefswindow.c
3510                 Add Maemo port (patch mainly by Jean-Luc Biort)
3511                 Add a new 'Little screen' layout to help on such
3512                 platforms (patch by me)
3513                 Make some default preferences different (more
3514                 adapted) on Maemo (patch by me)
3515
3516 2007-03-21 [wwp]        2.8.1cvs31
3517
3518         * src/prefs_logging.c
3519         * src/prefs_logging.h
3520                 Fixed copyright header of newly added files.
3521
3522 2007-03-21 [wwp]        2.8.1cvs30
3523
3524         * src/Makefile.am
3525         * src/filtering.c
3526         * src/filtering.h
3527         * src/folder.c
3528         * src/folderview.c
3529         * src/imap.c
3530         * src/inc.c
3531         * src/main.c
3532         * src/mainwindow.c
3533         * src/mainwindow.h
3534         * src/matcher.c
3535         * src/messageview.c
3536         * src/news.c
3537         * src/pop.c
3538         * src/prefs_common.c
3539         * src/prefs_common.h
3540         * src/prefs_logging.c
3541         * src/prefs_logging.h
3542         * src/prefs_other.c
3543         * src/procmsg.c
3544         * src/send_message.c
3545         * src/summaryview.c
3546         * src/common/log.c
3547         * src/common/log.h
3548         * src/common/nntp.c
3549         * src/common/session.c
3550         * src/common/smtp.c
3551         * src/common/socket.c
3552         * src/etpan/imap-thread.c
3553         * src/gtk/logwindow.c
3554         * src/gtk/logwindow.h
3555         * src/plugins/bogofilter/bogofilter.c
3556         * src/plugins/spamassassin/spamassassin.c
3557                 Added debugging of filtering/processing rules.
3558                 The debug log is here 'Tools/Filtering debug window',
3559                 the options there 'Configuration/Preferences/Other/Logging',
3560                 and the log file is ~/.claws-mail/filtering.log.
3561                 Moved protocol log prefs to 'Other/Logging' as well.
3562                 To support such debugging feature, the existing log API has
3563                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3564                 this impacts many external modules (commits follow).
3565
3566 2007-03-21 [paul]       2.8.1cvs29
3567
3568         * src/etpan/Makefile.am
3569         * src/etpan/imap-thread.c
3570                 add missing #include
3571
3572 2007-03-21 [colin]      2.8.1cvs28
3573
3574         * src/procmime.c
3575                 Fix bug 1157, 'some broken messages confuse 
3576                 mime parser'. Make sure we can't have MimeInfos
3577                 with negative sizes.
3578
3579 2007-03-20 [colin]      2.8.1cvs27
3580
3581         * src/main.c
3582                 Fix missing \0 on buffer
3583
3584 2007-03-20 [colin]      2.8.1cvs26
3585
3586         * src/mh.c
3587                 Use make_dir_hier instead of make_dir 
3588                 to create the MH mailbox
3589
3590 2007-03-20 [colin]      2.8.1cvs25
3591
3592         * src/folder.c
3593         * src/folder.h
3594         * src/prefs_account.c
3595         * src/wizard.c
3596                 Fix default inbox weirdnesses (after wizard,
3597                 if path is Mail, mailbox identifier is #mh/Mailbox,
3598                 and when creating new accounts)
3599
3600 2007-03-20 [colin]      2.8.1cvs24
3601
3602         * src/account.c
3603                 Write folderlist after adding/deleting accounts
3604                 that have folders
3605
3606 2007-03-20 [colin]      2.8.1cvs23
3607
3608         * src/imap.c
3609         * src/remotefolder.h
3610                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3611                 selected while scanning prior to update'
3612
3613 2007-03-17 [paul]       2.8.1cvs22
3614
3615         * src/main.c
3616                 fix a typo, and be a little more verbose.
3617
3618 2007-03-17 [wwp]        2.8.1cvs21
3619
3620         * src/inc.c
3621                 Fix a compiler warning.
3622
3623 2007-03-16 [wwp]        2.8.1cvs20
3624
3625         * tools/Makefile.am
3626         * tools/README
3627                 Updated to deal w/ the new mairix.sh tool.
3628
3629 2007-03-16 [wwp]        2.8.1cvs19
3630
3631         * src/action.c
3632                 Fix logics issues around the action IO dialog:
3633                 - disable entry widget and exec button when
3634                   the exec button is clicked (don't wait for any
3635                   output line) - fix possible disabling/re-enabling/
3636                   re-disabling of those widgets
3637                 - raise an error if executing a %as{} action either
3638                   empty or invalid, instead of failing silently
3639                 - don't close the dialog if the abort button has been
3640                   clicked and if there was no output yet
3641                 - set focus to the abort button when the exec button
3642                   is clicked
3643                 - fix capitalization of a warning message
3644
3645 2007-03-16 [wwp]        2.8.1cvs18
3646
3647         * tools/mairix.sh
3648                 Added a wrapper to mairix to the tools folder.
3649
3650 2007-03-16 [colin]      2.8.1cvs17
3651
3652         * src/messageview.c
3653         * src/mimeview.h
3654                 Allow mimeviewer plugins to print
3655                 their stuff
3656
3657 2007-03-16 [colin]      2.8.1cvs16
3658
3659         * .cvsignore
3660                 Ignore *.patchset
3661
3662 2007-03-15 [colin]      2.8.1cvs15
3663
3664         * src/messageview.c
3665         * src/mimeview.h
3666                 Add a way for mimeviewer plugins to
3667                 implement body search
3668
3669 2007-03-15 [paul]       2.8.1cvs14
3670
3671         * src/prefs_spelling.c
3672                 fix English usage
3673
3674 2007-03-15 [paul]       2.8.1cvs13
3675
3676         * src/common/quoted-printable.c
3677                 fix decoding of quoted-printable parts
3678
3679 2007-03-14 [wwp]        2.8.1cvs12
3680
3681         * src/gtk/logwindow.h
3682                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3683
3684 2007-03-14 [wwp]        2.8.1cvs11
3685
3686         * src/gtk/logwindow.h
3687                 Complete 2.8.1cvs10.
3688
3689 2007-03-14 [colin]      2.8.1cvs10
3690
3691         * src/gtk/logwindow.c
3692                 Probably fix bug 1149, crash on logwindow
3693                 close - at the expense of performance once
3694                 logwin has been opened
3695
3696 2007-03-14 [colin]      2.8.1cvs9
3697
3698         * src/main.c
3699                 If claws-mail is running on another
3700                 display, warn instead of popping it up
3701                 on the other display
3702
3703 2007-03-12 [colin]      2.8.1cvs8
3704
3705         * src/wizard.c
3706                 Fix bug 1145, 'Setting a different name 
3707                 for the Mailbox name isn't reflected in 
3708                 default account settings'. Patch by wwp
3709
3710 2007-03-12 [colin]      2.8.1cvs7
3711
3712         * src/summaryview.c
3713                 Fix bug 1143, 'Add number of messages to be 
3714                 deleted to confirmation dialog'
3715
3716 2007-03-12 [wwp]        2.8.1cvs6
3717
3718         * src/folderview.c
3719         * src/prefs_common.c
3720         * src/prefs_common.h
3721         * src/prefs_summaries.c
3722                 Changed the option that displays unread messages count
3723                 next to the folder name in folder list: it is now
3724                 possible to either display nothing, display the
3725                 unread messages number only or the unread and total messages
3726                 numbers. The patch includes this extra feature as well
3727                 as some minor fixes by rewriting the algo in folderview.c.
3728                 Thanks to Paul for the original idea and implementation, plus
3729                 testing and proof-reading!
3730
3731 2007-03-09 [paul]       2.8.1cvs5
3732
3733         * tools/Makefile.am
3734         * tools/README
3735         * tools/claws-mail-compose-insert-files.pl
3736                 added a script which enables inserting files
3737                 into the message body of a new Claws Mail
3738                 Compose window from the command line. Additionally
3739                 To, Cc, Subject and files to attach to the message
3740                 can be specified.
3741
3742 2007-03-09 [wwp]        2.8.1cvs4
3743
3744         * src/addr_compl.c
3745         * src/addr_compl.h
3746         * src/filtering.c
3747                 Optimize matching of addresses in the addressbook
3748                 (filtering/processing 'found_in_addressbook' condition).
3749
3750 2007-03-07 [wwp]        2.8.1cvs3
3751
3752         * src/quote_fmt.c
3753         * src/quote_fmt_lex.l
3754         * src/quote_fmt_parse.y
3755                 Add a new quote format symbol: %A to insert the
3756                 sender email address (just the address itself).
3757
3758 2007-03-06 [wwp]        2.8.1cvs2
3759
3760         * src/gtk/gtkutils.c
3761         * src/plugins/trayicon/trayicon_prefs.h
3762         * src/plugins/trayicon/trayicon_prefs.c
3763         * src/plugins/trayicon/trayicon.c
3764         * src/mainwindow.h
3765         * src/mainwindow.c
3766                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3767                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3768
3769
3770 2007-03-06 [paul]       2.8.1cvs1
3771
3772         * NEWS
3773         * README
3774         * RELEASE_NOTES
3775         * configure.ac
3776                 bump version number following
3777                 stable release
3778
3779 2007-03-06 [paul]       2.8.0cvs24
3780
3781         * po/cs.po
3782                 corrected by by Tim <timbrain@post.cz>
3783
3784 2007-03-05 [colin]      2.8.0cvs23
3785
3786         * src/Makefile.am
3787         * src/procmime.c
3788                 Fix mime/globs path on NetBSD
3789                 patch by George Michaelson
3790
3791 2007-03-05 [wwp]        2.8.0cvs22
3792
3793         * src/addr_compl.c
3794                 Remove debug statement (accidentally committed w/ cvs14).
3795
3796 2007-03-05 [paul]       2.8.0cvs21
3797
3798         * src/plugins/pgpcore/prefs_gpg.c
3799                 fix compiler warning
3800
3801 2007-03-05 [wwp]        2.8.0cvs20
3802
3803         * src/matcher_parser_parse.y
3804                 Fix mismerge between cvs17 and cvs19.
3805
3806 2007-03-05 [wwp]        2.8.0cvs19
3807
3808         * src/matcher_parser_parse.y
3809         * src/prefs_filtering_action.c
3810         * src/matcher.c
3811         * src/matcher.h
3812         * src/filtering.c
3813         * src/filtering.h
3814                 Add new 'add_to_addressbook' filtering/processing action.
3815
3816 2007-03-05 [wwp]        2.8.0cvs18
3817
3818         * src/filtering.c
3819                 Fix mark_as_ham filtering/processing action: spam flag
3820                 was not unset.
3821
3822 2007-03-04 [colin]      2.8.0cvs17
3823
3824         * src/filtering.c
3825         * src/matcher.c
3826         * src/matcher.h
3827         * src/matcher_parser_parse.y
3828         * src/prefs_filtering_action.c
3829                 Add 'Mark as spam' and 'Mark as ham' filtering
3830                 actions. Fixes bug 1138.
3831
3832 2007-03-04 [colin]      2.8.0cvs16
3833
3834         * src/imap.c
3835                 Fix bug 1140, wrong return value
3836                 without libetpan
3837
3838 2007-03-04 [wwp]        2.8.0cvs15
3839
3840         * src/addr_compl.c
3841                 Rollback cvs14: don't free stuff that is managed in g_list.
3842
3843 2007-03-04 [wwp]        2.8.0cvs14
3844
3845         * src/addr_compl.c
3846                 Fix a leak in address completion code.
3847
3848 2007-03-04 [colin]      2.8.0cvs13
3849
3850         * src/addr_compl.c
3851                 Maybe fix bug 1136, 'Crash in group 
3852                 address completion'
3853
3854 2007-03-04 [iwkse]      2.8.0cvs12
3855
3856         * src/imap.c
3857                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3858
3859 2007-03-03 [colin]      2.8.0cvs11
3860
3861         * src/plugins/pgpinline/pgpinline.c
3862                 Fix off-by-one, fix double-free. Fixes
3863                 bug 1135, 'cm-segfault on decrypting 
3864                 with PGP/inline'
3865
3866 2007-03-03 [colin]      2.8.0cvs10
3867
3868         * configure.ac
3869         * src/main.c
3870         * src/common/plugin.c
3871                 Fix bug 1134, 'Valgrind macros unhandled 
3872                 by Irix's cc'
3873
3874 2007-03-02 [colin]      2.8.0cvs9
3875
3876         * src/mbox.c
3877                 Don't error out on EAGAIN. Fixes 
3878                 bug 1129, '"local mbox file" account 
3879                 isn't retrieving mails'
3880
3881 2007-03-01 [wwp]        2.8.0cvs8
3882
3883         * src/mainwindow.c
3884         * src/gtk/colorlabel.c
3885                 Remove accels for extra color labels until we set better
3886                 and definitive ones.
3887
3888 2007-02-28 [wwp]        2.8.0cvs7
3889
3890         * src/mainwindow.c
3891         * src/matcher_parser_parse.y
3892         * src/prefs_common.c
3893         * src/prefs_msg_colors.c
3894         * src/procmsg.h
3895         * src/gtk/colorlabel.c
3896         * src/gtk/colorlabel.h
3897                 Add more customizable color labels. Cleaned up a bit
3898                 the color label API to avoid duplicate defines of
3899                 the max number of colors.
3900
3901 2007-02-27 [colin]      2.8.0cvs6
3902
3903         * src/mainwindow.c
3904         * src/common/utils.c
3905         * src/common/utils.h
3906                 Fix '+' in mailto URIs for List-* headers
3907
3908 2007-02-27 [colin]      2.8.0cvs5
3909
3910         * src/gtk/gtkutils.c
3911                 Use gtk_window_set_role instead of 
3912                 _set_wmclass
3913
3914 2007-02-27 [colin]      2.8.0cvs4
3915
3916         * src/inc.c
3917                 Fix "After receiving new mail, go to inbox" on IMAP,
3918                 and make it work only on manual reception
3919
3920 2007-02-27 [wwp]        2.8.0cvs3
3921
3922         * src/prefs_filtering.c
3923         * src/prefs_filtering_action.c
3924         * src/prefs_matcher.c
3925                 Update filtering matcher's and action's color label menus
3926                 when re-opening those dialogs (reflect any change to the
3927                 color labels list in the preferences).
3928
3929 2007-02-27 [colin]      2.8.0cvs2
3930
3931         * src/imap.c
3932         * src/etpan/etpan-thread-manager-types.h
3933         * src/etpan/etpan-thread-manager.c
3934         * src/etpan/imap-thread.c
3935                 Log imap ALERTs as errors in the log.
3936
3937 2007-02-26 [paul]       2.8.0cvs1
3938
3939         * tools/claws.i18n.status.pl
3940                 updated
3941
3942 2007-02-26 [paul]       2.7.2cvs75
3943
3944         * po/ca.po
3945         * po/cs.po
3946         * po/de.po
3947         * po/en_GB.po
3948         * po/fi.po
3949         * po/fr.po
3950         * po/hu.po
3951         * po/pl.po
3952         * po/pt_BR.po
3953         * po/sk.po
3954         * po/sr.po
3955         * po/zh_CN.po
3956                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3957                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3958                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3959                 Aleksandar Urosevic, and Ralgh Young
3960
3961 2007-02-25 [mones]      2.7.2cvs74
3962
3963         * po/es.po
3964                 Updated for release
3965
3966 2007-02-25 [colin]      2.7.2cvs73
3967
3968         * src/main.c
3969                 Clearing the list is only useful
3970                 to prevent a valgrind false-positive
3971
3972 2007-02-25 [paul]       2.7.2cvs72
3973
3974         * tools/Makefile.am
3975         * tools/README
3976         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3977         * tools/maildir2claws-mail.pl  **REMOVED**
3978                 renamed the script, fixed a couple bugs
3979
3980 2007-02-23 [colin]      2.7.2cvs71
3981
3982         * src/addressbook.c
3983                 Fix a leak, check for a few improbable nulls
3984
3985 2007-02-23 [colin]      2.7.2cvs70
3986
3987         * src/main.c
3988         * src/main.h
3989         * src/plugins/trayicon/trayicon.c
3990                 Fix blinking mainwin when starting in tray
3991                 (show mainwindow later in the startup process,
3992                  apart if restarting post-crash)
3993
3994 2007-02-23 [colin]      2.7.2cvs69
3995
3996         * src/folderview.c
3997         * src/imap_gtk.c
3998                 Fix crash when unsubscribing the currently
3999                 selected/opened folder
4000
4001 2007-02-23 [colin]      2.7.2cvs68
4002
4003         * src/compose.c
4004                 Fix bug that prevented colorization to
4005                 work without wrap quotation option
4006
4007 2007-02-23 [colin]      2.7.2cvs67
4008
4009         * src/addr_compl.c
4010                 Fix refcounting, start and end completion who
4011                 behaved as if there couldn't be any other current
4012                 user of completion
4013
4014 2007-02-23 [wwp]        2.7.2cvs66
4015
4016         * src/addressbook.c
4017         * src/addrindex.c
4018                 Address completion fixes: fix addressbook_peek_folder_exists() in
4019                 which the algorithm was ridiculously over-obfuscated and broken.
4020                 Fix addrindex_load_completion() as well, to load addresses in
4021                 completion list with regards to what addressbook_peek_folder_exists()
4022                 returns now.
4023
4024 2007-02-23 [wwp]        2.7.2cvs65
4025
4026         * src/addr_compl.c
4027                 Add addresses to completion when they're non-empty (thanks to Colin).
4028
4029 2007-02-23 [paul]       2.7.2cvs64
4030
4031         * src/plugins/pgpcore/passphrase.c
4032                 remove 'const '
4033
4034 2007-02-23 [colin]      2.7.2cvs63
4035
4036         * src/plugins/pgpcore/prefs_gpg.c
4037         * src/plugins/pgpcore/prefs_gpg.h
4038         * src/plugins/pgpcore/sgpgme.c
4039         * src/plugins/pgpinline/pgpinline.c
4040         * src/plugins/pgpmime/pgpmime.c
4041                 Try harder to respect user's choice wrt
4042                 gpg-agent even with gpg2, by unsetting
4043                 GPG_AGENT_INFO when necessary.
4044
4045 2007-02-22 [paul]       2.7.2cvs62
4046
4047         * src/plugins/pgpcore/sgpgme.c
4048         * src/plugins/pgpcore/sgpgme.h
4049         * src/plugins/pgpcore/passphrase.c
4050         * src/plugins/pgpinline/pgpinline.c
4051         * src/plugins/pgpmime/pgpmime.c
4052                 Fix a leak - gpgme_data_release_and_get_mem
4053                 leaks in recent gpgme. Workaround by using
4054                 our own function.
4055
4056 2007-02-22 [paul]       2.7.2cvs61
4057
4058         * src/gtk/quicksearch.c
4059                 Abandon dynamic search when pressing
4060                 Enter
4061
4062 2007-02-21 [colin]      2.7.2cvs60
4063
4064         * src/procmsg.c
4065         * src/plugins/pgpcore/passphrase.c
4066                 Fix little memory leaks
4067         * src/main.c
4068                 Fix false-positive leak at exit
4069         * src/gtk/quicksearch.c
4070                 Fix potentially big leak in recursive
4071                 Quicksearch
4072
4073 2007-02-21 [wwp]        2.7.2cvs59
4074
4075         * src/summaryview.c
4076                 Add missing newline to a debug message.
4077
4078 2007-02-20 [colin]      2.7.2cvs58
4079
4080         * src/Makefile.am
4081         * src/mimeview.c
4082         * src/stock_pixmap.c
4083         * src/stock_pixmap.h
4084         * src/pixmaps/mime_pgpsig.xpm
4085                 Add icon for application/pgp-signature
4086
4087 2007-02-20 [colin]      2.7.2cvs57
4088
4089         * src/Makefile.am
4090         * src/main.c
4091         * src/mimeview.c
4092         * src/stock_pixmap.c
4093         * src/stock_pixmap.h
4094         * src/pixmaps/mime_calendar.xpm
4095         * src/pixmaps/mime_pdf.xpm
4096         * src/pixmaps/mime_ps.xpm
4097                 Add icons for text/calendar, application/pdf
4098                 and application/postscript
4099
4100 2007-02-20 [colin]      2.7.2cvs56
4101
4102         * autogen.sh
4103         * src/matcher_parser_parse.y
4104         * src/matcher_parser_lex.l
4105                 Fix big memory leak in flex, and
4106                 require flex 2.5.31
4107
4108 2007-02-20 [wwp]        2.7.2cvs55
4109
4110         * src/matcher_parser_parse.y
4111                 Fix a duplicate token definition (thanks to iwkse).
4112
4113 2007-02-20 [wwp]        2.7.2cvs54
4114
4115         * src/matcher_parser_lex.l
4116         * src/quote_fmt_lex.l
4117                 Use proper flex options instead of direct use of #define,
4118                 make the flex-generated C lighter.
4119
4120 2007-02-20 [colin]      2.7.2cvs53
4121
4122         * src/summaryview.c
4123                 Grab focus in message list after hiding
4124                 the quicksearch, instead of leaving it
4125                 "somewhere"
4126
4127 2007-02-19 [colin]      2.7.2cvs52
4128
4129         * src/folderview.c
4130                 Fix bug 1033, 'Automatically refresh 
4131                 message list when new messages arrives'
4132                 Looks like folderview->opened can sometimes
4133                 be wrong...
4134
4135 2007-02-19 [paul]       2.7.2cvs51
4136
4137         * tools/Makefile.am
4138         * tools/README
4139         * tools/thunderbird-filters-convertor.pl
4140                 add new script which converts thunderbird filter
4141                 rules to Claws filter rules
4142
4143 2007-02-18 [paul]       2.7.2cvs50
4144
4145         * src/plugins/pgpcore/prefs_gpg.c
4146         * src/plugins/pgpcore/prefs_gpg.h
4147         * src/plugins/pgpcore/sgpgme.c
4148         * src/plugins/pgpinline/pgpinline.c
4149         * src/plugins/pgpmime/pgpmime.c
4150                 improved GUI interoperability with gpg-agent
4151
4152 2007-02-18 [paul]       2.7.2cvs49
4153
4154         * src/prefs_account.c
4155                 Privacy options sensitivity fix
4156
4157 2007-02-17 [colin]      2.7.2cvs48
4158
4159         * src/messageview.c
4160                 Reset icon to warning in the noticeview
4161
4162 2007-02-15 [colin]      2.7.2cvs47
4163
4164         * src/folderview.c
4165                 Fix a manifestation of bug 1033 (summaryview failing
4166                 to update for new mails), which happens after editing
4167                 account preferences or preferences that cause a 
4168                 folderview reload.
4169
4170 2007-02-15 [colin]      2.7.2cvs46
4171
4172         * src/addressbook.c
4173                 Probably fix bug 1123, 'Segmentation 
4174                 fault while opening address book'. I get
4175                 g_warnings if the saved paned position is
4176                 not greater than 0. Also, save position
4177                 when hiding the addressbook instead of
4178                 via signal.
4179
4180 2007-02-14 [colin]      2.7.2cvs45
4181
4182         * src/plugins/pgpcore/prefs_gpg.c
4183         * src/plugins/pgpcore/prefs_gpg.h
4184         * src/plugins/pgpcore/sgpgme.c
4185         * src/plugins/pgpinline/pgpinline.c
4186         * src/plugins/pgpmime/pgpmime.c
4187                 Add an option "Use gpg-agent if available". Fixes
4188                 annoyances with distro-installed gpg-agent, when
4189                 no pinentry program is installed, and the user's 
4190                 at a loss on why "decryption failed". Makes more
4191                 clear why passphrase isn't saved when gpg-agent is
4192                 used. Defaults to true, to avoid changing the 
4193                 current behaviour.
4194
4195 2007-02-14 [wwp]        2.7.2cvs44
4196
4197         * src/matcher_parser_parse.y
4198                 Fix missing line number reset (wrong line number might appear
4199                 when re-loading filtering rules if there's a parser error).
4200
4201 2007-02-13 [colin]      2.7.2cvs43
4202
4203         * src/common/utils.c
4204                 Don't encode ',' in URIs before passing it
4205                 to the browser command-line. It was probably
4206                 done at a time where commas in URIs made
4207                 mozilla -remote 'openurl(%s,new-window)'
4208                 bug.
4209
4210 2007-02-13 [wwp]        2.7.2cvs42
4211
4212         * src/prefs_matcher.c
4213         * src/plugins/bogofilter/bogofilter_gtk.c
4214                 A bit of string factorization around "Select ..." buttons.
4215
4216 2007-02-11 [colin]      2.7.2cvs41
4217
4218         * src/alertpanel.c
4219                 Make sure to escape the title
4220
4221 2007-02-11 [colin]      2.7.2cvs40
4222
4223         * src/codeconv.c
4224                 Recognize .utf8 locales as .UTF-8 ones
4225
4226 2007-02-11 [colin]      2.7.2cvs39
4227
4228         * src/compose.c
4229                 Fix code conversion when dragging a file
4230
4231 2007-02-09 [colin]      2.7.2cvs38
4232
4233         * src/plugins/clamav/clamav_plugin.c
4234                 Complete Paul's patch with conditional
4235                 compilation to avoid breaking compilation
4236                 on old Dapper and Edgy... Maybe other
4237                 distros too.
4238
4239 2007-02-09 [paul]       2.7.2cvs37
4240
4241         * src/plugins/clamav/clamav_plugin.c
4242                 fix for the upstream changes in libclamav
4243
4244 2007-02-09 [paul]       2.7.2cvs36
4245
4246         * src/main.c
4247         * src/mainwindow.c
4248         * src/procmsg.c
4249         * src/procmsg.h
4250                 fix "warn if there are queued messages" (on exit)
4251                 option, which only checked the first mailbox's
4252                 queue
4253                 don't ask before emptying trash if there are no
4254                 messages in trash, also check and empty all trash
4255                 folders
4256         * src/prefs_other.c
4257                 move "Ask before emptying trash" option
4258                 outside of the "On exit" frame as it's
4259                 not only an "On exit" option
4260
4261 2007-02-09 [paul]       2.7.2cvs35
4262
4263         * src/addrgather.c
4264         * src/alertpanel.c
4265         * src/editldap.c
4266         * src/prefs_account.c
4267         * src/prefs_folder_item.c
4268         * src/prefs_gtk.h
4269         * src/prefs_matcher.c
4270         * src/prefs_message.c
4271         * src/prefs_msg_colors.c
4272         * src/prefs_summaries.c
4273         * src/wizard.c
4274         * src/gtk/inputdialog.c
4275         * src/plugins/bogofilter/bogofilter_gtk.c
4276                 pedantic commit: use 'checkbtn' everywhere
4277                 instead of a mixture of 'checkbtn' and 'chkbtn'
4278
4279 2007-02-09 [paul]       2.7.2cvs34
4280
4281         * src/compose.c
4282                 fix default hotkeys
4283         * src/prefs_other.c
4284         * src/prefs_send.c
4285                 move "Never send Return Receipts" from
4286                 prefs_other to prefs_send
4287                 add an option "Ask about account specific
4288                 filtering rules..." to prefs_other
4289         * src/gtk/gtkutils.c
4290                 fix a compiler warning
4291
4292 2007-02-08 [colin]      2.7.2cvs33
4293
4294         * src/plugins/pgpinline/pgpinline.c
4295                 Fix bug 1110, 'pgpmime fails to process 
4296                 encapsulated openpgp mime (rfc 3156, 6.1 
4297                 -> rfc1847)'
4298                 It was due to an interaction between PGP/Mime
4299                 and PGP/Inline plugin. 
4300
4301 2007-02-08 [colin]      2.7.2cvs32
4302
4303         * src/inc.c
4304         * src/mbox.c
4305         * src/mbox.h
4306                 Fix bug 1117, 'fcntl locking code 
4307                 does not work in mbox.c'
4308
4309 2007-02-08 [colin]      2.7.2cvs31
4310
4311         * src/prefs_account.c
4312                 Fix Gentoo bug 165819, 'can't create 
4313                 a "local mbox file" account'. Patch
4314                 by Olivier <castan.o@free.fr>
4315
4316 2007-02-07 [colin]      2.7.2cvs30
4317
4318         * src/ldapquery.c
4319                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4320                 autocompletion was used'
4321
4322 2007-02-07 [paul]       2.7.2cvs29
4323
4324         * src/folder.c
4325                 cut down on unnecessary debug_prints
4326         * src/imap_gtk.c
4327                 fix menu_set_active() on 'Show only
4328                 subscribed folders'
4329
4330 2007-02-07 [paul]       2.7.2cvs28
4331
4332         * src/plugins/clamav/clamav_plugin.c
4333         * src/plugins/clamav/clamav_plugin.h
4334         * src/plugins/clamav/clamav_plugin_gtk.c
4335                 fix copyright header
4336
4337 2007-02-07 [paul]       2.7.2cvs27
4338
4339         * src/procheader.c
4340                 fix bug 1116, 'summary view allow a 
4341                 subject line break'
4342
4343 2007-02-06 [colin]      2.7.2cvs26
4344
4345         * src/summaryview.c
4346                 Fix delete thread
4347
4348 2007-02-05 [fabien]     2.7.2cvs25
4349
4350         * po/POTFILES.in
4351         * src/uri_opener.c
4352                 i18n related - 1 fix and 1 message for translators.
4353
4354 2007-02-05 [colin]      2.7.2cvs24
4355
4356         * src/gtk/quicksearch.c
4357                 Don't reload summary list if quicksearch wasn't
4358                 active on hiding; move currently selected mail in
4359                 the visible area when showing the quicksearch
4360
4361 2007-02-05 [colin]      2.7.2cvs23
4362
4363         * src/folderview.c
4364                 Add debug to try to solve bug 1104
4365
4366 2007-02-05 [paul]       2.7.2cvs22
4367
4368         * src/mainwindow.c
4369                 confirm before emptying trash on exit is
4370                 a Yes or No answer, use Yes or No in the
4371                 dialog
4372
4373 2007-02-04 [colin]      2.7.2cvs21
4374
4375         * src/compose.c
4376         * src/plugins/pgpcore/passphrase.c
4377         * src/plugins/pgpcore/select-keys.c
4378                 Set wmclass on new windows
4379
4380 2007-02-04 [colin]
4381
4382         2.8.0-rc1 released
4383
4384 2007-02-04 [colin]      2.7.2cvs20
4385
4386         * src/compose.c
4387         * src/compose.h
4388                 Auto save drafts on exit, reopen them
4389                 at startup, instead of asking
4390         * src/account.c
4391         * src/addressadd.c
4392         * src/addressbook.c
4393         * src/addressbook_foldersel.c
4394         * src/addrgather.c
4395         * src/crash.c
4396         * src/editaddress.c
4397         * src/editbook.c
4398         * src/editgroup.c
4399         * src/editjpilot.c
4400         * src/editldap.c
4401         * src/editldap_basedn.c
4402         * src/editvcard.c
4403         * src/exphtmldlg.c
4404         * src/expldifdlg.c
4405         * src/export.c
4406         * src/foldersel.c
4407         * src/gedit-print.c
4408         * src/import.c
4409         * src/importldif.c
4410         * src/importmutt.c
4411         * src/importpine.c
4412         * src/main.c
4413         * src/mainwindow.c
4414         * src/message_search.c
4415         * src/messageview.c
4416         * src/prefs_actions.c
4417         * src/prefs_customheader.c
4418         * src/prefs_display_header.c
4419         * src/prefs_filtering.c
4420         * src/prefs_filtering_action.c
4421         * src/prefs_folder_column.c
4422         * src/prefs_gtk.c
4423         * src/prefs_matcher.c
4424         * src/prefs_other.c
4425         * src/prefs_summaries.c
4426         * src/prefs_summary_column.c
4427         * src/prefs_template.c
4428         * src/sourcewindow.c
4429         * src/ssl_manager.c
4430         * src/summary_search.c
4431         * src/uri_opener.c
4432         * src/gtk/about.c
4433         * src/gtk/description_window.c
4434         * src/gtk/foldersort.c
4435         * src/gtk/gtkutils.c
4436         * src/gtk/gtkutils.h
4437         * src/gtk/icon_legend.c
4438         * src/gtk/logwindow.c
4439         * src/gtk/pluginwindow.c
4440         * src/gtk/prefswindow.c
4441                 Give different wmclass to different
4442                 windows - thanks to sed ;)
4443
4444 2007-02-04 [colin]      2.7.2cvs19
4445
4446         * src/main.c
4447                 Revert previous patch, can't reproduce
4448                 it anymore. 
4449
4450 2007-02-03 [colin]      2.7.2cvs18
4451
4452         * src/main.c
4453                 Don't save the mainwindow size and
4454                 position on emergency exit (libSM's
4455                 "die" callback), Xfce seems to make
4456                 the window smaller just before the
4457                 size's saved.
4458
4459 2007-02-03 [colin]      2.7.2cvs17
4460
4461         * src/plugins/bogofilter/bogofilter.c
4462         * src/plugins/bogofilter/bogofilter.h
4463         * src/plugins/bogofilter/bogofilter_gtk.c
4464         * src/plugins/pgpinline/pgpinline.c
4465         * src/plugins/pgpinline/pgpinline.h
4466                 Fix more copyrights
4467
4468 2007-02-03 [colin]      2.7.2cvs16
4469
4470         * src/partial_download.c
4471         * src/partial_download.h
4472         * src/ssl_manager.c
4473         * src/ssl_manager.h
4474         * src/uri_opener.c
4475         * src/uri_opener.h
4476         * src/wizard.c
4477         * src/wizard.h
4478         * src/common/ssl_certificate.c
4479         * src/common/ssl_certificate.h
4480         * src/gtk/quicksearch.c
4481         * src/gtk/quicksearch.h
4482         * src/gtk/sslcertwindow.c
4483         * src/gtk/sslcertwindow.h
4484                 Fix copyright on my files
4485
4486 2007-02-02 [colin]      2.7.2cvs15
4487
4488         * src/Makefile.am
4489         * src/mainwindow.c
4490         * src/messageview.c
4491         * src/messageview.h
4492         * src/textview.c
4493         * src/textview.h
4494         * src/uri_opener.c
4495         * src/uri_opener.h
4496                 Add Tools/List URIs to allow
4497                 opening any URI in the current mail
4498
4499 2007-02-02 [colin]      2.7.2cvs14
4500
4501         * src/common/valgrind.h ** NEW FILE **
4502         * src/common/Makefile.am
4503         * src/common/plugin.c
4504                 Don't dlclose the plugins if we're running
4505                 under valgrind. (doesn't require valgrind
4506                 either at compile time or run time).
4507
4508 2007-02-01 [paul]       2.7.2cvs13
4509
4510         * AUTHORS
4511         * src/gtk/authors.h
4512         * tools/freshmeat_search.pl
4513         * tools/google_search.pl
4514         * tools/multiwebsearch.pl
4515                 add support for non ISO-8859-1 compatible locales
4516                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4517
4518 2007-02-01 [colin]      2.7.2cvs12
4519
4520         * src/prefs_other.c
4521         * src/prefs_summaries.c
4522                 Move keybinding prefs to the Other page
4523
4524 2007-02-01 [wwp]        2.7.2cvs11
4525
4526         * src/plugins/trayicon/trayicon.c
4527                 Fix a raising issue within KDE.
4528
4529 2007-02-01 [colin]      2.7.2cvs10
4530
4531         * src/codeconv.c
4532                 Fix stray quotes in encoded strings
4533         * src/addressadd.c
4534                 Fix wrong call causing g_warnings
4535         * src/textview.c
4536                 Remove useless message
4537
4538 2007-01-31 [wwp]        2.7.2cvs9
4539
4540         * src/plugins/trayicon/trayicon.c
4541                 fix buggy hiding of main window when closing if close-to-tray
4542                 is not set (bad logics  in the trayicon hook code).
4543                 Changed the quit confirmation message too.
4544
4545 2007-01-30 [colin]      2.7.2cvs8
4546
4547         * src/main.c
4548                 Fix hidden mainwindow after clicking on
4549                 the X close button, if compose windows
4550                 exist and the user chooses not to quit
4551
4552 2007-01-30 [colin]      2.7.2cvs7
4553
4554         * src/main.c
4555         * src/compose.c
4556                 Handle local URIs to attach files (file:///...)
4557                 Fixes attaching files from Thunar for example
4558
4559 2007-01-30 [colin]      2.7.2cvs6
4560
4561         * src/prefs_ext_prog.c
4562                 Add 'mousepad' to the list of text editors.
4563                 Mousepad is XFCE's text editor
4564
4565 2007-01-29 [wwp]        2.7.2cvs5
4566
4567         * po/POTFILES.in
4568         * src/plugins/trayicon/trayicon_prefs.c
4569                 trayicon i18n fixes, thanks to Fabien.
4570
4571 2007-01-28 [wwp]        2.7.2cvs4
4572
4573         * src/mainwindow.c
4574         * src/mainwindow.h
4575         * src/plugins/trayicon/trayicon.c
4576         * src/plugins/trayicon/trayicon_prefs.c
4577         * src/plugins/trayicon/trayicon_prefs.h
4578                 Added a new TrayIcon plugin option to close to tray
4579                 (WM's hotkey and [X] button will hide the window instead
4580                 of closing it - closing CM can be done using the tray icon
4581                 menu or the File menu).
4582                 Improved visibility handling in trayicon, clicking the
4583                 trayicon now raise the window to current desktop when it
4584                 was either minimized/shaded/on another desktop.
4585                 Thanks to Paul for testing and fixing a strange behaviour
4586                 in KDE ;-).
4587
4588 2007-01-27 [paul]       2.7.2cvs3
4589
4590         * src/prefs_folder_item.c
4591         * src/prefs_receive.c
4592         * src/plugins/pgpcore/prefs_gpg.c
4593                 use 'start-up' instead of 'startup' in labels
4594
4595 2007-01-26 [wwp]        2.7.2cvs2
4596
4597         * src/plugins/trayicon/Makefile.am
4598         * src/plugins/trayicon/trayicon.c
4599         * src/plugins/trayicon/trayicon_prefs.c
4600         * src/plugins/trayicon/trayicon_prefs.h
4601                 Add a new TrayIcon option to hide the main window at
4602                 start-up.
4603                 Fix trayicon.c copyright header.
4604
4605 2007-01-26 [paul]       2.7.2cvs1
4606
4607         * NEWS
4608         * README
4609         * RELEASE_NOTES
4610         * configure.ac
4611                 bump up version number following
4612                 stable release
4613
4614 2007-01-25 [mones]      2.7.1cvs60
4615
4616         * po/es.po
4617                 updated thousands of strings (well, probably less ;-)
4618
4619 2007-01-25 [colin]      2.7.1cvs59
4620
4621         * src/matcher.c
4622                 Fix 2nd-run loss of matcherrc on new
4623                 configurations. 
4624
4625 2007-01-25 [wwp]        2.7.1cvs58
4626
4627         * src/mimeview.c
4628                 fix handling of empty value in attach_save_directory too, thanks
4629                 to Colin.
4630
4631 2007-01-25 [wwp]        2.7.1cvs57
4632
4633         * src/gtk/filesel.c
4634                 fix handling of empty value in attach_load_directory,
4635                 thanks to Colin.
4636
4637 2007-01-25 [wwp]        2.7.1cvs56
4638
4639         * src/plugins/dillo_viewer/dillo_prefs.h
4640                 fix a typo.
4641
4642 2007-01-25 [colin]      2.7.1cvs55
4643
4644         * src/matcher.c
4645         * src/matcher.h
4646         * src/matcher_parser_parse.y
4647         * src/prefs_matcher.c
4648                 Add matching on the spam flag
4649
4650 2007-01-24 [colin]      2.7.1cvs54
4651
4652         * src/folder.c
4653         * src/common/xml.c
4654         * src/common/xml.h
4655                 Make sure folderlist.xml is correctly
4656                 written before overwriting it.
4657         * src/procmsg.c
4658         * src/procmsg.h
4659         * src/summaryview.c
4660         * src/plugins/bogofilter/bogofilter.c
4661         * src/plugins/bogofilter/bogofilter.h
4662         * src/plugins/bogofilter/bogofilter_gtk.c
4663         * src/plugins/spamassassin/spamassassin.c
4664         * src/plugins/spamassassin/spamassassin.h
4665         * src/plugins/spamassassin/spamassassin_gtk.c
4666                 Move spam to the correct trash folder after
4667                 learning, if spam directory isn't set.
4668
4669 2007-01-23 [paul]       2.7.1cvs53
4670
4671         * src/plugins/bogofilter/bogofilter_gtk.c
4672                 fix sensitivity of "Insert X-Bogosity header"
4673                 option
4674
4675 2007-01-23 [colin]      2.7.1cvs52
4676
4677         * src/toolbar.c
4678                 Translate toolbar items text if
4679                 they're translatable (default)
4680         * src/addrcache.c
4681         * src/addrcache.h
4682         * src/addritem.c
4683         * src/addritem.h
4684         * src/codeconv.c
4685         * src/codeconv.h
4686         * src/jpilot.c
4687         * src/jpilot.h
4688         * src/ldapctrl.c
4689         * src/ldapctrl.h
4690         * src/ldapquery.h
4691         * src/ldif.c
4692         * src/ldif.h
4693         * src/etpan/etpan-thread-manager.c
4694         * src/etpan/etpan-thread-manager.h
4695         * src/gtk/gtkutils.c
4696         * src/gtk/gtkutils.h
4697                 More static functions
4698
4699 2007-01-22 [fabien]     2.7.1cvs51
4700
4701         * src/gtk/gtkutils.c
4702                 gtkut_get_options_frame() : ability to pass
4703                 a 'NULL' value in frame pointer parameter if
4704                 we don't need it.
4705
4706 2007-01-22 [colin]      2.7.1cvs50
4707
4708         * src/procmsg.c
4709         * src/procmsg.h
4710         * src/plugins/bogofilter/bogofilter.c
4711         * src/plugins/bogofilter/bogofilter_gtk.c
4712         * src/plugins/spamassassin/spamassassin.c
4713         * src/plugins/spamassassin/spamassassin_gtk.c
4714                 Allow moving spams to the account's trash
4715                 instead of default one
4716
4717 2007-01-21 [colin]      2.7.1cvs49
4718
4719         * src/ldapquery.c
4720         * src/ldapquery.h
4721                 Revert a static function that shouldn't
4722                 have been
4723
4724 2007-01-21 [colin]      2.7.1cvs48
4725
4726         * src/ldapquery.c
4727         * src/ldapquery.h
4728                 Same
4729
4730 2007-01-21 [colin]      2.7.1cvs47
4731
4732         * src/procmsg.c
4733         * src/procmsg.h
4734                 Same
4735
4736 2007-01-21 [colin]      2.7.1cvs46
4737
4738         * src/common/socket.c
4739         * src/common/socket.h
4740                 Same
4741
4742 2007-01-21 [colin]      2.7.1cvs45
4743
4744         * src/crash.c
4745         * src/exporthtml.c
4746         * src/exporthtml.h
4747         * src/exportldif.c
4748         * src/exportldif.h
4749         * src/folder.c
4750         * src/folder.h
4751         * src/folder_item_prefs.c
4752         * src/folder_item_prefs.h
4753         * src/folderview.c
4754         * src/folderview.h
4755         * src/gedit-print.c
4756         * src/gedit-print.h
4757         * src/main.c
4758         * src/main.h
4759         * src/common/socket.c
4760         * src/common/socket.h
4761         * src/gtk/gtkaspell.c
4762         * src/gtk/gtkaspell.h
4763         * src/gtk/quicksearch.c
4764         * src/gtk/quicksearch.h
4765                 Same
4766
4767 2007-01-21 [colin]      2.7.1cvs44
4768
4769         * src/common/utils.c
4770         * src/common/utils.h
4771         * src/etpan/etpan-thread-manager.c
4772         * src/etpan/etpan-thread-manager.h
4773                 Same (Funny that etpan_thread_unbind
4774                 is called but not etpan_thread_bind)
4775
4776 2007-01-21 [colin]      2.7.1cvs43
4777
4778         * src/addrselect.c
4779         * src/addrselect.h
4780         * src/codeconv.c
4781         * src/codeconv.h
4782         * src/compose.c
4783         * src/compose.h
4784         * src/etpan/Makefile.am
4785         * src/gtk/colorlabel.c
4786         * src/gtk/colorlabel.h
4787         * src/gtk/sslcertwindow.c
4788         * src/gtk/sslcertwindow.h
4789         * src/etpan/etpan-log.c ** REMOVED **
4790         * src/etpan/etpan-log.h ** REMOVED **
4791                 Same
4792
4793 2007-01-20 [colin]      2.7.1cvs42
4794
4795         * src/addritem.c
4796         * src/addritem.h
4797                 Same
4798
4799 2007-01-20 [colin]      2.7.1cvs41
4800
4801         * src/account.c
4802         * src/account.h
4803         * src/addrbook.c
4804         * src/addrbook.h
4805         * src/addrcache.c
4806         * src/addrcache.h
4807         * src/addrclip.c
4808         * src/addrclip.h
4809         * src/addressbook.c
4810         * src/addressbook.h
4811         * src/addrharvest.c
4812         * src/addrharvest.h
4813         * src/addrindex.c
4814         * src/addrindex.h
4815         * src/editaddress.c
4816         * src/editaddress.h
4817                 Make functions that aren't used in other
4818                 files static
4819
4820 2007-01-20 [colin]      2.7.1cvs40
4821
4822         * src/account.c
4823         * src/addrbook.c
4824         * src/addrcache.c
4825         * src/addressbook.c
4826         * src/addrgather.c
4827         * src/addrindex.c
4828         * src/addrquery.c
4829         * src/addrselect.c
4830         * src/browseldap.c
4831         * src/compose.c
4832         * src/editbook.c
4833         * src/editjpilot.c
4834         * src/editldap.c
4835         * src/editldap_basedn.c
4836         * src/editvcard.c
4837         * src/exporthtml.c
4838         * src/exportldif.c
4839         * src/folder.c
4840         * src/folderview.c
4841         * src/image_viewer.c
4842         * src/imap.c
4843         * src/importmutt.c
4844         * src/importpine.c
4845         * src/jpilot.c
4846         * src/ldapquery.c
4847         * src/main.c
4848         * src/mainwindow.c
4849         * src/matcher.c
4850         * src/messageview.c
4851         * src/mh.c
4852         * src/mimeview.c
4853         * src/msgcache.c
4854         * src/mutt.c
4855         * src/news.c
4856         * src/pine.c
4857         * src/prefs_account.c
4858         * src/prefs_common.c
4859         * src/prefs_compose_writing.c
4860         * src/prefs_ext_prog.c
4861         * src/prefs_folder_item.c
4862         * src/prefs_fonts.c
4863         * src/prefs_message.c
4864         * src/prefs_msg_colors.c
4865         * src/prefs_other.c
4866         * src/prefs_quote.c
4867         * src/prefs_receive.c
4868         * src/prefs_send.c
4869         * src/prefs_spelling.c
4870         * src/prefs_summaries.c
4871         * src/prefs_toolbar.c
4872         * src/prefs_wrapping.c
4873         * src/privacy.c
4874         * src/procmime.c
4875         * src/procmsg.c
4876         * src/ssl_manager.c
4877         * src/statusbar.c
4878         * src/summaryview.c
4879         * src/toolbar.c
4880         * src/vcard.c
4881         * src/common/hooks.c
4882         * src/common/log.c
4883         * src/common/passcrypt.c
4884         * src/common/socket.c
4885         * src/common/ssl.c
4886         * src/common/ssl_certificate.c
4887         * src/common/template.c
4888         * src/common/utils.c
4889         * src/etpan/imap-thread.c
4890         * src/gtk/sslcertwindow.c
4891         * src/gtk/sslcertwindow.h
4892                 Make functions that could be static, static
4893
4894 2007-01-20 [colin]      2.7.1cvs39
4895
4896         * src/editldap.c
4897                 Fix tooltip
4898
4899 2007-01-20 [colin]      2.7.1cvs38
4900
4901         * src/ldapquery.c
4902         * src/ldaputil.c
4903         * src/ldaputil.h
4904                 Fix bug 1102, 'claws-mail-2.7.1 
4905                 makes use of deprecated ldap 
4906                 functions'
4907
4908 2007-01-20 [colin]      2.7.1cvs37
4909
4910         * src/mainwindow.c
4911         * src/mainwindow.h
4912         * src/summaryview.c
4913         * src/gtk/quicksearch.c
4914                 Add Wide message list layout
4915
4916 2007-01-19 [fabien]     2.7.1cvs36
4917
4918         * src/textview.c
4919                 make sure a font change is considered in links of
4920                 headerview.
4921
4922 2007-01-19 [colin]      2.7.1cvs35
4923
4924         * src/main.c
4925         * src/mainwindow.c
4926         * src/mainwindow.h
4927         * src/messageview.c
4928         * src/messageview.h
4929         * src/prefs_common.c
4930         * src/prefs_common.h
4931         * src/summaryview.c
4932         * src/summaryview.h
4933         * src/gtk/quicksearch.c
4934         * src/gtk/quicksearch.h
4935                 Drop 'Separate Folder tree' and 'Separate
4936                 Message View'. Put three layouts in place
4937                 of it.
4938
4939 2007-01-19 [paul]       2.7.1cvs34
4940
4941         * src/prefs_msg_colors.c
4942                 more use of Q_ for translators
4943
4944 2007-01-19 [paul]       2.7.1cvs33
4945
4946         * src/imap_gtk.c
4947         * src/prefs_account.c
4948                 a few changes to the English
4949
4950 2007-01-19 [fabien]     2.7.1cvs32
4951
4952         * src/wizard.c
4953                 factorize translatable string
4954
4955 2007-01-18 [colin]      2.7.1cvs31
4956
4957         * src/main.c
4958                 Don't error out on --sync option. Although
4959                 we don't do anything with it, gtk+ handles
4960                 it, and it's useful for debugging X errors
4961
4962 2007-01-18 [fabien]     2.7.1cvs30
4963
4964         * src/prefs_other.c
4965                 ability to apply on the fly the recent added
4966                 'gtk_can_change_accels' pref (no need to restart).
4967
4968 2007-01-18 [fabien]     2.7.1cvs29
4969
4970         * src/plugins/bogofilter/bogofilter_gtk.c
4971         * src/plugins/bogofilter/bogofilter.c
4972         * src/plugins/spamassassin/spamassassin_gtk.c
4973         * src/addr_compl.c
4974         * src/prefs_account.c
4975                 factorize or rewrite some translatable strings.
4976
4977 2007-01-18 [fabien]     2.7.1cvs28
4978
4979         * src/prefs_gtk.h
4980         * src/compose.c
4981                 set a 4pix space between "Subject:" label and subject entry in
4982                 compose window.
4983
4984 2007-01-18 [wwp]        2.7.1cvs27
4985
4986         * src/addressbook.c
4987                 fix conflicting address-copy/paste when focus is set
4988                 to the embedded edit-person form.
4989  
4990
4991 2007-01-18 [wwp]        2.7.1cvs26
4992
4993         * src/addressbook.h
4994                 complete 2.7.1cvs23 (one more file was missing from that
4995                 commit).
4996
4997 2007-01-18 [colin]      2.7.1cvs25
4998
4999         * src/main.c
5000                 Provide a way to migrate without backup
5001                 Re-ask for migration on next start if 
5002                 it has been refused and wizard has been 
5003                 cancelled after.
5004
5005 2007-01-18 [wwp]        2.7.1cvs24
5006
5007         * src/editaddress.c
5008                 complete 2.7.1.cvs23 (file was missing from previous
5009                 commit).
5010
5011 2007-01-18 [wwp]        2.7.1cvs23
5012
5013         * src/addressbook.c
5014                 fix potential crashes in address book's focus_in/out signal handlers,
5015                 force focus to the edit-person form when clicked the Edit menu entry or
5016                 button (this only matters if the edit-person form is embedded to the
5017                 AB window, in that case, focus is not set when browsing the contacts
5018                 list w/ keys or mouse clicks).
5019
5020 2007-01-18 [paul]       2.7.1cvs22
5021
5022         * src/main.c
5023                 add command line options:
5024                 -h for --help
5025                 -q and --quit for --exit
5026                 -v for --version
5027                 print "Unknown option" for unknown options
5028
5029 2007-01-18 [paul]       2.7.1cvs21
5030
5031         * po/ru.po
5032                 updated by Pavlo Bohmat
5033
5034 2007-01-18 [paul]       2.7.1cvs20
5035
5036         * src/mainwindow.c
5037                 fix sensitivity issues of Mark as Spam/Ham
5038
5039 2007-01-17 [fabien]     2.7.1cvs19
5040
5041         * src/prefs_other.c
5042         * src/prefs_common.c
5043         * src/prefs_common.h
5044         * src/main.c
5045                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5046                 control the corresponding gtk property. It could be used to lock
5047                 all shortcuts (avoid to set one of them by inadvertency).
5048
5049 2007-01-17 [colin]      2.7.1cvs18
5050
5051         * src/summaryview.c
5052                 Fix bug 1100, 'Highlighted e-mail data not visible 
5053                 when color label applied.'. Use a weighted average
5054                 between normal selected foreground color and color
5055                 label instead of a simple one (3/1 instead 1/1).
5056
5057 2007-01-17 [colin]      2.7.1cvs17
5058
5059         * src/messageview.c
5060                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5061                 crash' - don't prevent mail switching while loading
5062
5063 2007-01-17 [colin]      2.7.1cvs16
5064
5065         * src/folder.c
5066         * src/folder.h
5067         * src/folderview.c
5068         * src/folderview.h
5069         * src/imap.c
5070         * src/imap.h
5071         * src/imap_gtk.c
5072                 Manage recursive search of unsubscribed folders
5073                 Rescan tree without checking for new messages 
5074                 after subscriptions changed
5075
5076 2007-01-17 [paul]       2.7.1cvs15
5077
5078         * src/prefs_common.c
5079         * src/gtk/pluginwindow.c
5080                 fix bug 1101, '"Load plugin" button is
5081                 accidentally hidden'
5082                 unset (-1) initial width in prefs_common,
5083                 fix overlapping buttons,
5084                 and other cleanups
5085
5086 2007-01-17 [paul]       2.7.1cvs14
5087
5088         * src/procmime.c
5089                 add #include <errno.h>, it's needed
5090                 on some systems
5091
5092 2007-01-17 [paul]       2.7.1cvs13
5093
5094         * src/common/defs.h
5095         * tools/make.themes.project
5096                 rename .sylpheed_themeinfo to .claws_themeinfo
5097                 and use it
5098         * src/etpan/etpan-errors.h
5099         * src/etpan/etpan-log.c
5100         * src/etpan/etpan-log.h
5101         * src/etpan/etpan-thread-manager-types.h
5102         * src/etpan/etpan-thread-manager.c
5103         * src/etpan/etpan-thread-manager.h
5104         * src/etpan/imap-thread.c
5105         * src/etpan/imap-thread.h
5106                 add copyright header
5107
5108 2007-01-17 [colin]      2.7.1cvs12
5109
5110         * src/plugins/pgpcore/select-keys.c
5111         * src/gtk/pluginwindow.c
5112         * src/prefs_account.c
5113                 Fix warnings
5114
5115 2007-01-16 [colin]      2.7.1cvs11
5116
5117         * src/imap.c
5118         * src/imap.h
5119         * src/imap_gtk.c
5120                 Manage subscribing to subfolders when only
5121                 subscribed folders are shown.
5122
5123 2007-01-16 [colin]      2.7.1cvs10
5124
5125         * src/folderview.c
5126                 Fix annoying vscrollbar going back to top
5127                 on Check for new folders
5128
5129 2007-01-16 [colin]      2.7.1cvs9
5130
5131         * src/imap.c
5132                 Remove printf
5133
5134 2007-01-16 [colin]      2.7.1cvs8
5135
5136         * src/filtering.c
5137                 Bigger buffer for errors
5138         * src/imap.c
5139         * src/imap.h
5140         * src/imap_gtk.c
5141         * src/prefs_account.c
5142         * src/prefs_account.h
5143         * src/wizard.c
5144         * src/etpan/imap-thread.c
5145         * src/etpan/imap-thread.h
5146         * manual/handling.xml
5147                 Add subscriptions management. What it changes:
5148                 Creating a folder subscribes to it
5149                 Deleting a folder unsubscribes it
5150                 New contextual menu item allowing to switch between
5151                 All folders and Subscribed folders, subscribe, and
5152                 unsubscribe. "Creating" an existing but unsubscribed
5153                 folder will subscribe it.
5154                 By default for new accounts, only subscribed folders 
5155                 are shown.
5156
5157
5158 2007-01-16 [paul]       2.7.1cvs7
5159
5160         * src/summaryview.c
5161                 Allow folder classes to specify only sort_key or
5162                 sort_type instead of both or none.
5163
5164 2007-01-16 [paul]       2.7.1cvs6
5165
5166         * src/action.c
5167         * src/compose.c
5168         * src/mimeview.c
5169         * src/procmime.c
5170         * src/textview.c
5171                 Save and use errno for procmime_get_part
5172
5173 2007-01-16 [colin]      2.7.1cvs5
5174
5175         * src/imap.c
5176                 Never remove INBOX when scanning for
5177                 new folders. It's a special folder
5178                 that has to exist.
5179
5180 2007-01-15 [colin]      2.7.1cvs4
5181
5182         * src/imap.c
5183                 Fix 'Check for new folders' when IMAP subdirectory
5184                 is set
5185         * src/etpan/imap-thread.c
5186                 Fix build
5187
5188 2007-01-15 [colin]      2.7.1cvs3
5189
5190         * src/etpan/imap-thread.c
5191                 Fix invalid free on command-connection
5192                 error
5193
5194 2007-01-15 [wwp]        2.7.1cvs2
5195
5196         * src/matcher_parser_lex.l
5197         * src/quote_fmt_lex.l
5198         * src/matcher_parser_parse.y
5199                 fix copyright header in lexers and parsers.
5200
5201 2007-01-15 [paul]       2.7.1cvs1
5202
5203         * NEWS
5204         * README
5205         * RELEASE_NOTES
5206         * configure.ac
5207                 bump up version number following
5208                 stable release
5209
5210 2007-01-15 [paul]       2.7.0cvs31
5211
5212         * AUTHORS
5213         * src/gtk/authors.h
5214                 add Fabien to the Team list
5215                 add the recent contributors
5216                 make a few corrections
5217
5218 2007-01-15 [paul]       2.7.0cvs30
5219
5220         * src/mainwindow.c
5221                 fix compiler warning
5222         * src/plugins/pgpcore/prefs_gpg.c
5223         * src/plugins/pgpcore/prefs_gpg.h
5224                 add missing include
5225                 fix copyright header
5226
5227 2007-01-14 [colin]      2.7.0cvs29
5228
5229         * src/gtk/filesel.c
5230                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5231                 two benefits: faster to open, will fix strange
5232                 dbus-related crash. Thanks to Pascal Terjan.
5233
5234 2007-01-14 [colin]      2.7.0cvs28
5235
5236         * src/etpan/imap-thread.c
5237                 Delete the old imap just after allocating
5238                 the new one. Makes sure we don't get the
5239                 same pointer by sheer luck, which feels
5240                 strange in the debug log.
5241
5242 2007-01-14 [colin]      2.7.0cvs27
5243
5244         * src/gtk/inputdialog.c
5245                 Make sure we don't print passwords in
5246                 clear text when in debug mode
5247
5248 2007-01-14 [colin]      2.7.0cvs26
5249
5250         * src/gtk/gtksctree.c
5251                 Fix bug 1098, 'bogus last row display 
5252                 after expanding a thread'. Patch by
5253                 Jindrich Makovicka <makovick@gmail.com>
5254
5255 2007-01-14 [colin]      2.7.0cvs25
5256
5257         * src/etpan/imap-thread.c
5258                 Close socket manually before
5259                 freeing the imap struct
5260
5261 2007-01-14 [colin]      2.7.0cvs24
5262
5263         * src/etpan/imap-thread.c
5264                 Maybe fix new reconnection issues
5265
5266 2007-01-13 [colin]      2.7.0cvs23
5267
5268         * src/summaryview.c
5269                 Freeze/thaw on thread selection
5270
5271 2007-01-13 [paul]       2.7.0cvs22
5272
5273         * src/mainwindow.c
5274         * src/summaryview.c
5275         * src/summaryview.h
5276                 add 'Edit/Delete thread'
5277
5278 2007-01-13 [colin]      2.7.0cvs21
5279
5280         * src/prefs_account.c
5281         * src/prefs_compose_writing.c
5282         * src/prefs_message.c
5283         * src/prefs_msg_colors.c
5284         * src/prefs_other.c
5285         * src/prefs_receive.c
5286         * src/prefs_spelling.c
5287         * src/prefs_summaries.c
5288         * src/prefs_themes.c
5289         * src/gtk/gtkutils.c
5290         * src/gtk/gtkutils.h
5291         * src/plugins/pgpcore/prefs_gpg.c
5292         * src/plugins/spamassassin/spamassassin_gtk.c
5293                 Factorize gtk frame creation
5294                 Patch by Pawel
5295
5296 2007-01-13 [colin]      2.7.0cvs20
5297
5298         * src/message_search.c
5299         * src/summary_search.c
5300                 Fix Enter in search windows
5301         * src/messageview.c
5302                 Fix body search starting at the
5303                 end of the mail (and asking for loop)
5304
5305 2007-01-13 [colin]      2.7.0cvs19
5306
5307         * src/etpan/imap-thread.c
5308                 Make sure we don't free the same imap
5309                 twice
5310
5311 2007-01-13 [colin]      2.7.0cvs18
5312
5313         * commitHelper
5314                 Allow multiple commitHelpers to
5315                 run at once
5316
5317 2007-01-12 [colin]      2.7.0cvs17
5318
5319         * src/etpan/imap-thread.c
5320                 Make sure we get rid of the previous mailimap
5321                 when connecting - just in case disconnect was
5322                 unclean
5323
5324 2007-01-12 [paul]       2.7.0cvs16
5325
5326         * src/compose.c
5327                 Strip S/MIME signatures when re-editing
5328                 S/MIME signed messages.
5329
5330 2007-01-12 [paul]       2.7.0cvs15
5331
5332         * configure.ac
5333         * src/addressbook.c
5334         * src/foldersel.c
5335         * src/folderview.c
5336         * src/main.c
5337                 no need to define CLAWS anymore, remove
5338                 all that stuff
5339
5340 2007-01-12 [paul]       2.7.0cvs14
5341
5342         * src/mimeview.c
5343                 check if the mail's signed as
5344                 it can change the mail structure
5345                 Thanks to Colin
5346
5347 2007-01-12 [paul]       2.7.0cvs13
5348
5349         * src/procmime.c
5350                 fix Forwarding msgs with attachments
5351                 that have dos line endings
5352                 Thanks to Colin
5353
5354 2007-01-12 [wwp]        2.7.0cvs12
5355
5356         * configure.ac
5357                 Revert accidentally committed extra version tag.
5358
5359 2007-01-12 [wwp]        2.7.0cvs11
5360
5361         * src/prefs_account.c
5362                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5363
5364 2007-01-11 [colin]      2.7.0cvs10
5365
5366         * src/imap.c
5367                 move g_warning to debug_print
5368                 it scares people for no reason
5369
5370 2007-01-11 [colin]      2.7.0cvs9
5371
5372         * po/POTFILES.in
5373                 Fix files to translate. Patch by
5374                 Fabien
5375
5376 2007-01-11 [paul]       2.7.0cvs8
5377
5378         * src/imap.c
5379                 Fix recursion when server lists the
5380                 current subfolder in the response
5381         * src/mimeview.c
5382                 Fix updating of icon_list/ctree
5383         * src/plugins/pgpcore/select-keys.c
5384                 Fix a few annoyances when choosing
5385                 keys for the CMS (S/MIME) protocol
5386
5387 2007-01-11 [wwp]        2.7.0cvs7
5388
5389         * src/compose.c
5390         * src/prefs_account.c
5391         * src/prefs_account.h
5392                 Add per-account spellcheck default dictionaries settings.
5393
5394 2007-01-10 [colin]      2.7.0cvs6
5395
5396         * src/prefs_folder_item.c
5397                 Factorize strings - patch by Fabien
5398
5399 2007-01-10 [colin]      2.7.0cvs5
5400
5401         * src/mainwindow.c
5402                 Fix bug 1095, 'Crash while changing folder 
5403                 columns during incorporation'
5404
5405 2007-01-09 [colin]      2.7.0cvs4
5406
5407         * src/gtk/pluginwindow.c
5408                 Set the plugin window transient. Seems
5409                 like some window managers hide it in
5410                 the background after "load plugin"...
5411
5412 2007-01-09 [colin]      2.7.0cvs3
5413
5414         * src/gtk/filesel.c
5415                 Use the same type for alloc and free
5416
5417 2007-01-08 [paul]       2.7.0cvs2
5418
5419         * po/nl.po
5420                 updated by Tim Dijkstra
5421
5422 2007-01-08 [paul]       2.7.0cvs1
5423
5424         * src/prefs_themes.c
5425         * src/common/utils.c
5426                 Fix resource leaks
5427
5428 2007-01-08 [paul]       2.7.0
5429
5430         * NEWS
5431         * README
5432         * RELEASE_NOTES
5433                 2.7.0 released
5434
5435 2007-01-08 [paul]       2.6.1cvs119
5436
5437         * doc/man/claws-mail.1
5438                 another correction
5439
5440 2007-01-08 [paul]       2.6.1cvs118
5441
5442         * doc/man/claws-mail.1
5443                 corrections
5444         * manual/advanced.xml
5445                 improved English usage
5446
5447 2007-01-08 [paul]       2.6.1cvs117
5448
5449         * po/ca.po
5450         * po/de.po
5451         * po/en_GB.po
5452         * po/fi.po
5453         * po/it.po
5454         * po/pt_BR.po
5455         * po/sk.po
5456         * po/sr.po
5457         * po/zh_CN.po
5458                 updated by Miquel Oliete, Stephan Sachse, me,
5459                 Tommi Pirinen, Andrea Spadaccini, Frederico
5460                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5461                 Urosevic, and Ralgh Young
5462
5463 2007-01-07 [mones]      2.6.1cvs116
5464
5465         * manual/es/advanced.xml
5466         * po/es.po
5467                 Synced manual (unhide mark_as_read_delay)
5468                 and updated translation for release
5469
5470 2007-01-07 [paul]       2.6.1cvs115
5471
5472         * src/prefs_matcher.c
5473                 make the hbox content fit better under
5474                 various languages
5475
5476 2007-01-07 [colin]      2.6.1cvs114
5477
5478         * src/messageview.c
5479                 Fix bug 1088, 'Ctrl-h produces repeatable
5480                 crash'
5481
5482 2007-01-06 [colin]      2.6.1cvs113
5483
5484         * src/etpan/imap-thread.c
5485                 Add casts to int to get certs. Fixes
5486                 bug 1064, 'crash @ etpan_certificate_check() 
5487                 when opening an IMAP folder', with latest
5488                 libetpan CVS or >= 0.49
5489         * src/mainwindow.c
5490         * src/mainwindow.h
5491         * src/imap_gtk.c
5492         * src/news_gtk.c
5493         * src/prefs_folder_item.c
5494                 Grey out the "synchronise" menu items if
5495                 there's nothing to synchronise.
5496         * src/plugins/pgpcore/sgpgme.c
5497                 Make an error clearer than "Unknown error"
5498
5499 2007-01-06 [colin]      2.6.1cvs112
5500
5501         * src/messageview.c
5502                 Don't try to show a message if updating
5503                 Maybe fixes bug 1088, 'ctrl-h produces
5504                 repeatable crash'.
5505
5506 2007-01-06 [colin]      2.6.1cvs111
5507
5508         * src/summaryview.c
5509                 Disable Control-Space (handle it as Space).
5510
5511 2007-01-05 [paul]       2.6.1cvs110
5512
5513         * src/imap.c
5514                 Fix bug 934, 'sylpheed claws 2.1 
5515                 doesn't show Exchanges Public Folders'
5516                 Thanks to Hoa and Colin
5517         * src/msgcache.c
5518                 Refuse to allocate more than 2 MB for a 
5519                 single field, it's a good indication of
5520                 cache corruption.
5521
5522 2007-01-05 [colin]      2.6.1cvs109
5523
5524         * src/mainwindow.c
5525                 Allow --select'ing emails by Message-ID too
5526
5527 2007-01-05 [colin]      2.6.1cvs108
5528
5529         * src/common/quoted-printable.c
5530                 Uh! Third fix :)
5531
5532 2007-01-05 [colin]      2.6.1cvs107
5533
5534         * src/common/quoted-printable.c
5535                 Fix previous commit about bug 1089
5536                 Thanks to Ralf
5537
5538 2007-01-05 [colin]      2.6.1cvs106
5539
5540         * src/common/quoted-printable.c
5541                 Fix my previous commit on bug 1089
5542                 - Thanks to Ralf :)
5543
5544 2007-01-04 [colin]      2.6.1cvs105
5545
5546         * src/common/quoted-printable.c
5547                 Fix bug 1089, 'NUL characters in Subject 
5548                 line are misinterpreted'. Not a pain to
5549                 fix in fact.
5550
5551 2007-01-04 [colin]      
5552
5553         2.7.0-rc3 released
5554
5555 2007-01-04 [wwp]        2.6.1cvs104
5556
5557         * src/image_viewer.c
5558                 Force operator precedence (fix a compiler warning).
5559
5560 2007-01-04 [colin]      2.6.1cvs103
5561
5562         * src/image_viewer.c
5563                 Be cautious there too (same fix as the one
5564                 in textview from cvs33)
5565         * src/messageview.c
5566                 Don't use any MimeViewer plugin when showing
5567                 all headers
5568
5569 2007-01-03 [wwp]        2.6.1cvs102
5570
5571         * src/html.c
5572         * src/html.h
5573                 fixed "cent" sign (use the existing ASCII one),
5574                 decode more HTML entities,
5575                 converted table ASCII entries to UTF-8,
5576                 moved a switch() into a hashtable.
5577
5578 2007-01-03 [paul]       2.6.1cvs101
5579
5580         * src/compose.c
5581         * src/messageview.c
5582         * src/procmsg.c
5583         * src/procmsg.h
5584                 When possible, use move_msg instead of
5585                 copy_msg + remove_msg to move sent mail
5586                 from Queue to Sent. 
5587
5588 2007-01-03 [paul]       2.6.1cvs100
5589
5590         * src/html.c
5591                 add more html entity recognition:
5592                 pounds, euros, and cents
5593
5594 2007-01-03 [colin]      2.6.1cvs99
5595
5596         * src/imap_gtk.c
5597                 Don't display an error on NOSELECT
5598                 folders when synchronising
5599
5600 2007-01-03 [paul]       2.6.1cvs98
5601
5602         * tools/maildir2claws-mail.pl
5603                 only substitute 'sent-mail' if it's
5604                 the full directory name
5605
5606 2007-01-03 [paul]       2.6.1cvs97
5607
5608         * ChangeLog
5609         * ChangeLog.pre2.0.0
5610         * Makefile.am
5611                 archive a chunk of ChangeLog in
5612                 ChangeLog.pre2.0.0
5613         * ChangeLog.gtk1
5614         * doc/src/ChangeLog.claws-pre0.8.0
5615                 remove ChangeLog.claws-pre0.8.0, adding
5616                 its contents to ChangeLog.gtk1
5617
5618 2007-01-03 [paul]       2.6.1cvs96
5619
5620         * src/account.c
5621         * src/account.h
5622         * src/action.c
5623         * src/action.h
5624         * src/adbookbase.h
5625         * src/addr_compl.c
5626         * src/addr_compl.h
5627         * src/addrbook.c
5628         * src/addrcache.c
5629         * src/addrcache.h
5630         * src/addrcindex.c
5631         * src/addrcindex.h
5632         * src/addrclip.c
5633         * src/addrclip.h
5634         * src/addrdefs.h
5635         * src/addressadd.c
5636         * src/addressadd.h
5637         * src/addressbook.c
5638         * src/addressbook.h
5639         * src/addressbook_foldersel.c
5640         * src/addressbook_foldersel.h
5641         * src/addrgather.c
5642         * src/addrgather.h
5643         * src/addrharvest.c
5644         * src/addrharvest.h
5645         * src/addrindex.c
5646         * src/addrindex.h
5647         * src/addritem.c
5648         * src/addritem.h
5649         * src/addrquery.c
5650         * src/addrquery.h
5651         * src/addrselect.c
5652         * src/addrselect.h
5653         * src/alertpanel.c
5654         * src/alertpanel.h
5655         * src/browseldap.c
5656         * src/browseldap.h
5657         * src/codeconv.c
5658         * src/codeconv.h
5659         * src/compose.c
5660         * src/compose.h
5661         * src/customheader.c
5662         * src/customheader.h
5663         * src/displayheader.c
5664         * src/displayheader.h
5665         * src/editaddress.c
5666         * src/editaddress.h
5667         * src/editbook.c
5668         * src/editbook.h
5669         * src/editgroup.c
5670         * src/editgroup.h
5671         * src/editjpilot.c
5672         * src/editjpilot.h
5673         * src/editldap.c
5674         * src/editldap.h
5675         * src/editldap_basedn.c
5676         * src/editldap_basedn.h
5677         * src/editvcard.c
5678         * src/editvcard.h
5679         * src/exphtmldlg.c
5680         * src/exphtmldlg.h
5681         * src/expldifdlg.c
5682         * src/expldifdlg.h
5683         * src/export.c
5684         * src/export.h
5685         * src/exporthtml.c
5686         * src/exporthtml.h
5687         * src/exportldif.c
5688         * src/exportldif.h
5689         * src/filtering.c
5690         * src/filtering.h
5691         * src/folder.c
5692         * src/folder.h
5693         * src/folder_item_prefs.c
5694         * src/folder_item_prefs.h
5695         * src/foldersel.c
5696         * src/foldersel.h
5697         * src/folderutils.c
5698         * src/folderutils.h
5699         * src/folderview.c
5700         * src/folderview.h
5701         * src/grouplistdialog.c
5702         * src/grouplistdialog.h
5703         * src/headerview.c
5704         * src/html.c
5705         * src/html.h
5706         * src/image_viewer.c
5707         * src/image_viewer.h
5708         * src/imap.c
5709         * src/imap.h
5710         * src/imap_gtk.c
5711         * src/imap_gtk.h
5712         * src/import.c
5713         * src/import.h
5714         * src/importldif.c
5715         * src/importldif.h
5716         * src/importmutt.c
5717         * src/importmutt.h
5718         * src/importpine.c
5719         * src/importpine.h
5720         * src/inc.c
5721         * src/inc.h
5722         * src/jpilot.c
5723         * src/jpilot.h
5724         * src/ldapctrl.c
5725         * src/ldapctrl.h
5726         * src/ldaplocate.c
5727         * src/ldaplocate.h
5728         * src/ldapquery.c
5729         * src/ldapquery.h
5730         * src/ldapserver.c
5731         * src/ldapserver.h
5732         * src/ldaputil.c
5733         * src/ldaputil.h
5734         * src/ldif.c
5735         * src/ldif.h
5736         * src/main.c
5737         * src/main.h
5738         * src/mainwindow.c
5739         * src/mainwindow.h
5740         * src/manual.c
5741         * src/manual.h
5742         * src/mbox.c
5743         * src/message_search.c
5744         * src/message_search.h
5745         * src/messageview.c
5746         * src/messageview.h
5747         * src/mh.c
5748         * src/mh.h
5749         * src/mh_gtk.c
5750         * src/mh_gtk.h
5751         * src/mimeview.c
5752         * src/mimeview.h
5753         * src/msgcache.c
5754         * src/msgcache.h
5755         * src/mutt.c
5756         * src/mutt.h
5757         * src/news.c
5758         * src/news.h
5759         * src/news_gtk.c
5760         * src/news_gtk.h
5761         * src/partial_download.c
5762         * src/partial_download.h
5763         * src/pine.c
5764         * src/pine.h
5765         * src/pop.c
5766         * src/pop.h
5767         * src/prefs_account.c
5768         * src/prefs_account.h
5769         * src/prefs_actions.c
5770         * src/prefs_actions.h
5771         * src/prefs_common.c
5772         * src/prefs_common.h
5773         * src/prefs_compose_writing.c
5774         * src/prefs_compose_writing.h
5775         * src/prefs_customheader.c
5776         * src/prefs_customheader.h
5777         * src/prefs_display_header.c
5778         * src/prefs_display_header.h
5779         * src/prefs_filtering.c
5780         * src/prefs_filtering.h
5781         * src/prefs_filtering_action.c
5782         * src/prefs_filtering_action.h
5783         * src/prefs_folder_column.c
5784         * src/prefs_folder_column.h
5785         * src/prefs_folder_item.c
5786         * src/prefs_folder_item.h
5787         * src/prefs_fonts.c
5788         * src/prefs_fonts.h
5789         * src/prefs_gtk.c
5790         * src/prefs_gtk.h
5791         * src/prefs_image_viewer.c
5792         * src/prefs_image_viewer.h
5793         * src/prefs_matcher.c
5794         * src/prefs_matcher.h
5795         * src/prefs_message.c
5796         * src/prefs_msg_colors.c
5797         * src/prefs_msg_colors.h
5798         * src/prefs_other.c
5799         * src/prefs_quote.c
5800         * src/prefs_receive.c
5801         * src/prefs_send.c
5802         * src/prefs_spelling.c
5803         * src/prefs_spelling.h
5804         * src/prefs_summaries.c
5805         * src/prefs_summaries.h
5806         * src/prefs_summary_column.c
5807         * src/prefs_summary_column.h
5808         * src/prefs_template.c
5809         * src/prefs_template.h
5810         * src/prefs_themes.c
5811         * src/prefs_themes.h
5812         * src/prefs_toolbar.c
5813         * src/prefs_toolbar.h
5814         * src/prefs_wrapping.c
5815         * src/prefs_wrapping.h
5816         * src/privacy.c
5817         * src/privacy.h
5818         * src/procheader.c
5819         * src/procheader.h
5820         * src/procmime.c
5821         * src/procmime.h
5822         * src/procmsg.c
5823         * src/procmsg.h
5824         * src/quote_fmt.c
5825         * src/quote_fmt_parse.y
5826         * src/recv.c
5827         * src/recv.h
5828         * src/remotefolder.c
5829         * src/remotefolder.h
5830         * src/send_message.c
5831         * src/send_message.h
5832         * src/setup.c
5833         * src/setup.h
5834         * src/sourcewindow.c
5835         * src/sourcewindow.h
5836         * src/ssl_manager.c
5837         * src/ssl_manager.h
5838         * src/statusbar.c
5839         * src/statusbar.h
5840         * src/stock_pixmap.c
5841         * src/stock_pixmap.h
5842         * src/summary_search.c
5843         * src/summary_search.h
5844         * src/summaryview.c
5845         * src/summaryview.h
5846         * src/textview.c
5847         * src/textview.h
5848         * src/toolbar.c
5849         * src/toolbar.h
5850         * src/undo.c
5851         * src/undo.h
5852         * src/unmime.c
5853         * src/unmime.h
5854         * src/vcard.c
5855         * src/vcard.h
5856         * src/wizard.c
5857         * src/wizard.h
5858         * src/common/base64.c
5859         * src/common/base64.h
5860         * src/common/defs.h
5861         * src/common/hooks.c
5862         * src/common/hooks.h
5863         * src/common/log.c
5864         * src/common/log.h
5865         * src/common/mgutils.c
5866         * src/common/mgutils.h
5867         * src/common/nntp.c
5868         * src/common/nntp.h
5869         * src/common/passcrypt.c
5870         * src/common/passcrypt.h.in
5871         * src/common/plugin.c
5872         * src/common/plugin.h
5873         * src/common/prefs.c
5874         * src/common/prefs.h
5875         * src/common/progressindicator.c
5876         * src/common/progressindicator.h
5877         * src/common/quoted-printable.c
5878         * src/common/quoted-printable.h
5879         * src/common/session.c
5880         * src/common/session.h
5881         * src/common/smtp.c
5882         * src/common/smtp.h
5883         * src/common/socket.c
5884         * src/common/socket.h
5885         * src/common/ssl.c
5886         * src/common/ssl.h
5887         * src/common/ssl_certificate.c
5888         * src/common/ssl_certificate.h
5889         * src/common/stringtable.c
5890         * src/common/stringtable.h
5891         * src/common/template.c
5892         * src/common/template.h
5893         * src/common/timing.h
5894         * src/common/utils.c
5895         * src/common/utils.h
5896         * src/common/version.h.in
5897         * src/common/xml.c
5898         * src/common/xml.h
5899         * src/common/xmlprops.c
5900         * src/common/xmlprops.h
5901         * src/gtk/about.c
5902         * src/gtk/colorlabel.c
5903         * src/gtk/colorsel.c
5904         * src/gtk/colorsel.h
5905         * src/gtk/combobox.c
5906         * src/gtk/combobox.h
5907         * src/gtk/description_window.c
5908         * src/gtk/description_window.h
5909         * src/gtk/filesel.c
5910         * src/gtk/filesel.h
5911         * src/gtk/foldersort.c
5912         * src/gtk/foldersort.h
5913         * src/gtk/gtksctree.c
5914         * src/gtk/gtkutils.c
5915         * src/gtk/gtkutils.h
5916         * src/gtk/inputdialog.c
5917         * src/gtk/inputdialog.h
5918         * src/gtk/logwindow.c
5919         * src/gtk/logwindow.h
5920         * src/gtk/manage_window.c
5921         * src/gtk/manage_window.h
5922         * src/gtk/menu.c
5923         * src/gtk/menu.h
5924         * src/gtk/pluginwindow.c
5925         * src/gtk/pluginwindow.h
5926         * src/gtk/prefswindow.c
5927         * src/gtk/prefswindow.h
5928         * src/gtk/progressdialog.c
5929         * src/gtk/progressdialog.h
5930         * src/gtk/sslcertwindow.c
5931         * src/gtk/sslcertwindow.h
5932         * src/plugins/bogofilter/bogofilter.c
5933         * src/plugins/bogofilter/bogofilter.h
5934         * src/plugins/bogofilter/bogofilter_gtk.c
5935         * src/plugins/clamav/clamav_plugin.c
5936         * src/plugins/clamav/clamav_plugin.h
5937         * src/plugins/clamav/clamav_plugin_gtk.c
5938         * src/plugins/demo/demo.c
5939         * src/plugins/dillo_viewer/dillo_prefs.c
5940         * src/plugins/dillo_viewer/dillo_prefs.h
5941         * src/plugins/dillo_viewer/dillo_viewer.c
5942         * src/plugins/pgpcore/passphrase.c
5943         * src/plugins/pgpcore/passphrase.h
5944         * src/plugins/pgpcore/pgp_viewer.c
5945         * src/plugins/pgpcore/pgp_viewer.h
5946         * src/plugins/pgpcore/plugin.c
5947         * src/plugins/pgpcore/select-keys.c
5948         * src/plugins/pgpcore/select-keys.h
5949         * src/plugins/pgpcore/sgpgme.c
5950         * src/plugins/pgpcore/sgpgme.h
5951         * src/plugins/pgpinline/pgpinline.c
5952         * src/plugins/pgpinline/pgpinline.h
5953         * src/plugins/pgpinline/plugin.c
5954         * src/plugins/pgpmime/pgpmime.c
5955         * src/plugins/pgpmime/pgpmime.h
5956         * src/plugins/pgpmime/plugin.c
5957         * src/plugins/spamassassin/spamassassin.c
5958         * src/plugins/spamassassin/spamassassin.h
5959         * src/plugins/spamassassin/spamassassin_gtk.c
5960         * src/plugins/trayicon/trayicon.c
5961                 it's 2007, update the year in the copyright headers
5962
5963 2007-01-03 [paul]       2.6.1cvs95
5964
5965         * src/gtk/about.c
5966                 it is 2007, use it in the copyright string
5967
5968 2007-01-03 [paul]       2.6.1cvs94
5969
5970         * src/html.c
5971                 html entity conversion:
5972                 move &#153; to a more suitable place
5973                 add &bull; and &ndash;
5974                 make sure &mdash; and &#8212; are both
5975                 converted the same
5976
5977 2007-01-02 [colin]      2.6.1cvs93
5978
5979         * src/addrbook.c
5980                 Fix leak
5981         * src/common/plugin.c
5982                 Add comment
5983         * src/etpan/imap-thread.c
5984                 Fix warning
5985
5986 2006-12-31 [paul]       2.6.1cvs92
5987
5988         * src/prefs_summaries.c
5989                 use gtk_button_new_from_stock()
5990
5991 2006-12-30 [colin]      2.6.1cvs91
5992
5993         * src/folder.c
5994         * src/imap_gtk.c
5995         * src/mh_gtk.c
5996                 Don't update filtering and account paths 
5997                 when copying folders
5998
5999 2006-12-30 [colin]      2.6.1cvs90
6000
6001         * src/prefs_compose_writing.c
6002         * src/prefs_quote.c
6003         * src/prefs_template.c
6004                 Use message font for Writing and 
6005                 Quoting prefs, as well as Templates.
6006
6007 2006-12-30 [colin]      2.6.1cvs89
6008
6009         * src/prefs_summaries.c
6010                 Rework GUI; patch by Pawel
6011
6012 2006-12-29 [colin]      2.6.1cvs88
6013
6014         * src/prefs_folder_item.c
6015                 Fix bug 1085, 'Apply to subfolder 
6016                 doesn't work' - I was mistaken saying
6017                 it worked in every case
6018
6019 2006-12-28 [colin]      2.6.1cvs87
6020
6021         * src/gtk/gtkaspell.c
6022                 Don't assert if use_alternate is true
6023                 and alt_dictionary isn't set -- this 
6024                 is what happens on upgrade! Rather,
6025                 do with it.
6026
6027 2006-12-28 [colin]      2.6.1cvs86
6028
6029         * Makefile.am
6030                 Fix desktop/icon simplification
6031
6032 2006-12-28 [colin]      2.6.1cvs85
6033
6034         * Makefile.am
6035                 Make desktop and icon not 
6036                 dependant on the desktop
6037
6038 2006-12-28 [wwp]        2.6.1cvs84
6039
6040         * src/plugins/pgpmime/claws.def
6041                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6042
6043 2006-12-28 [wwp]        2.6.1cvs83
6044
6045         * src/prefs_folder_item.c
6046                 Fix coloring of "simplify subject regexp" (folder prefs),
6047                 which might be left to red whereas the regexp gets empty.
6048
6049 2006-12-28 [wwp]        2.6.1cvs82
6050
6051         * src/prefs_common.c
6052         * src/prefs_common.h
6053         * src/addressbook.c
6054         * src/addressitem.h
6055                 Save addressbook mainwindow's horizontal and vertical splitter position.
6056
6057 2006-12-27 [wwp]        2.6.1cvs81
6058
6059         * src/gtk/gtkaspell.c
6060         * src/gtk/gtkaspell.h
6061         * src/compose.c
6062                 Fix assignment of compose's default and alternate dictionary from
6063                 account or folder settings. Now gtkaspell_change_dict does rotate
6064                 dicts only when it's called from a menu cb.
6065
6066 2006-12-27 [wwp]        2.6.1cvs80
6067
6068         * src/folder_item_prefs.c
6069                 Fix randomly initialized default-alt-dictionary (folder prefs),
6070                 complete 2.6.1cvs72.
6071
6072 2006-12-27 [paul]       2.6.1cvs79
6073
6074         * src/imap_gtk.c
6075         * src/mh_gtk.c
6076                 Add Copy folder in the folder's contextual
6077                 menu
6078
6079 2006-12-27 [wwp]        2.6.1cvs78
6080
6081         * src/imap.c
6082                 Clean up session locking, thanks to Colin.
6083
6084 2006-12-26 [colin]      2.6.1cvs77
6085
6086         * src/statusbar.c
6087                 Revert previous patch
6088
6089 2006-12-26 [colin]      2.6.1cvs76
6090
6091         * src/folder.c
6092         * src/folderview.c
6093         * src/imap.c
6094         * src/statusbar.c
6095         * src/etpan/imap-thread.c
6096                 Fix previous commit warnings
6097                 Make statusbar update every second if total < 20
6098                 Make IMAP APPEND faster by simplifying log              
6099
6100 2006-12-26 [colin]      2.6.1cvs75
6101
6102         * src/folder.c
6103         * src/folder.h
6104         * src/folderview.c
6105         * src/folderview.h
6106         * src/imap_gtk.c
6107         * src/mh_gtk.c
6108                 Make it possible to copy folders accross
6109                 mailboxes (this was an arbitrary limitation).
6110                 Still make it impossible to move folders 
6111                 accross mailboxes.
6112
6113 2006-12-26 [colin]      2.6.1cvs74
6114
6115         * src/etpan/imap-thread.c
6116                 Fix bug 1081, 'claws-mail 
6117                 segfaults when going offline 
6118                 while it transfers mails via 
6119                 imap'
6120
6121 2006-12-26 [colin]      2.6.1cvs73
6122
6123         * src/folder_item_prefs.c
6124                 Don't forget alt dictionary when
6125                 renaming/moving folders
6126
6127 2006-12-26 [wwp]        2.6.1cvs72
6128
6129         * src/folder_item_prefs.c
6130                 Add missing defaults for per-folder alt dict
6131                 (forgotten in 2.6.1cvs61).
6132
6133 2006-12-26 [colin]      2.6.1cvs71
6134
6135         * src/wizard.c
6136                 Add tooltip to state that specifying
6137                 full path to mailbox is possible
6138
6139 2006-12-26 [wwp]        2.6.1cvs70
6140
6141         * src/partial_download.c
6142         * src/gtk/gtkvscrollbutton.c
6143         * src/plugins/pgpinline/plugin.c
6144                 Fix for few compiler warnings that matter.
6145
6146 2006-12-25 [colin]      2.6.1cvs69
6147
6148         * src/partial_download.c
6149                 Fix marking for download or deletion
6150                 when the header isn't the first
6151         * src/gtk/logwindow.c
6152                 Fix start of scrolling
6153
6154 2006-12-23 [paul]       2.6.1cvs68
6155
6156         * src/compose.c
6157                 change last commit to use the 'academic'
6158                 method instead. Thanks to wwp
6159
6160 2006-12-23 [paul]       2.6.1cvs67
6161
6162         * src/compose.c
6163                 don't warn about empty subject when
6164                 redirecting
6165
6166 2006-12-22 [colin]      2.6.1cvs66
6167
6168         * src/summary_search.c
6169                 Fix previous patch
6170
6171 2006-12-22 [colin]      2.6.1cvs65
6172
6173         * src/gtk/gtkutils.c
6174         * src/imap.c
6175         * src/jpilot.c
6176         * src/summary_search.c
6177                 A few warning fixes
6178
6179 2006-12-23 [paul]       
6180
6181         2.7.0-rc2 released
6182
6183 2006-12-22 [colin]      2.6.1cvs64
6184
6185         * src/toolbar.c
6186         * src/toolbar.h
6187                 Add a combo to the learn spam button
6188         * src/plugins/bogofilter/bogofilter.c
6189         * src/plugins/bogofilter/bogofilter_gtk.c
6190         * src/plugins/bogofilter/bogofilter.h
6191                 Allow to store Unsure mails in a specific
6192                 folder to make better teaching easier
6193
6194 2006-12-21 [wwp]        2.6.1cvs63
6195
6196         * src/compose.c
6197         * src/prefs_common.c
6198         * src/prefs_common.h
6199         * src/prefs_spelling.c
6200         * src/gtk/gtkaspell.c
6201         * src/gtk/gtkaspell.h
6202                 Allow spell-checking using both current and alternate dictionaries
6203                 (thanks to Colin).
6204
6205 2006-12-21 [wwp]        2.6.1cvs62
6206
6207         * src/gtk/gtkaspell.c
6208                 Apply recheck_when_changing_dict (highlight all mispelled words)
6209                 when switching to alternate dictionary.
6210
6211 2006-12-21 [wwp]        2.6.1cvs61
6212
6213         * src/compose.c
6214         * src/folder_item_prefs.h
6215         * src/prefs_common.c
6216         * src/prefs_common.h
6217         * src/prefs_folder_item.c
6218         * src/prefs_spelling.c
6219         * src/gtk/gtkaspell.c
6220         * src/gtk/gtkaspell.h
6221                 Add global and per-folder prefs to set the default
6222                 alternate dictionary.
6223
6224 2006-12-21 [colin]      2.6.1cvs60
6225
6226         * src/folder.c
6227                 Look for folders by path in all folders
6228         * src/html.c
6229                 add &mdash;
6230
6231 2006-12-20 [colin]      2.6.1cvs59
6232
6233         * src/gtk/quicksearch.c
6234                 Make sure in_typing is false when clearing
6235
6236 2006-12-20 [wwp]        2.6.1cvs58
6237
6238         * configure.ac
6239                 change manual's target dir to be LFH-compliant (thanks to Colin).
6240
6241 2006-12-20 [wwp]        2.6.1cvs57
6242
6243         * src/prefs_common.c
6244         * src/prefs_summaries.c
6245                 i18n fix and factorize patch, thanks to Fabien.
6246
6247 2006-12-20 [paul]       2.6.1cvs56
6248
6249         * configure.ac
6250                 last of the renaming (??)
6251         * src/main.c
6252                 correct --help info of --status-full
6253         * src/plugins/bogofilter/bogofilter.c
6254                 make FALSE default of whitelist_ab
6255
6256 2006-12-19 [colin]      2.6.1cvs55
6257
6258         * src/jpilot.c
6259                 Same as before, without depending on
6260                 pisock >= 0.12
6261
6262 2006-12-19 [colin]      2.6.1cvs54
6263
6264         * src/jpilot.c
6265                 Fix bug 1059, 'Better jpilot charset 
6266                 handling'. Use libpisync's charset conversion
6267                 if possible
6268
6269 2006-12-19 [colin]      2.6.1cvs53
6270
6271         * po/fr.po
6272                 Updated by Fabien
6273
6274 2006-12-19 [wwp]        2.6.1cvs52
6275
6276         * src/gtk/about.c
6277                 Add missing #include (thanks to Colin).
6278
6279 2006-12-19 [wwp]        2.6.1cvs51
6280
6281         * src/prefs_receive.c
6282                 Better spacing between widgets in prefs.
6283
6284 2006-12-18 [colin]      2.6.1cvs50
6285
6286         * src/imap.c
6287                 Fix failure to get separator on LIST "" ""
6288                 Try LIST "" "INBOX" too.
6289
6290 2006-12-18 [wwp]        2.6.1cvs49
6291
6292         * src/common/session.c
6293                 Fix a compiler warning (thanks to Fabien).
6294
6295 2006-12-18 [wwp]        2.6.1cvs48
6296
6297         * src/compose.c
6298         * src/prefs_quote.c
6299                 Factorize some strings for translation (it's about error
6300                 messages when applying or checking template/quote format).
6301
6302 2006-12-18 [colin]      2.6.1cvs47
6303
6304         * Makefile.am
6305         * src/common/defs.h
6306         * src/gtk/Makefile.am
6307         * src/gtk/about.c
6308                 Add a Release notes tab from the contents of
6309                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6310
6311 2006-12-17 [colin]      2.6.1cvs46
6312
6313         * src/mimeview.c
6314         * src/textview.c
6315         * src/gtk/filesel.c
6316                 Correctly convert from/to UTF8/filename encoding
6317                 when loading and saving files. Probably fixes
6318                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6319                 for a file to attach and is blocked...'
6320
6321 2006-12-17 [colin]      2.6.1cvs45
6322
6323         * src/gtk/logwindow.c
6324                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6325                 IMAP folder and is blocked on main thread': 
6326                 make sure we put utf8 in the log.
6327
6328 2006-12-16 [colin]      2.6.1cvs44
6329
6330         * src/toolbar.c
6331         * src/toolbar.h
6332                 Fix bug 1055, 'Add the 'cancel receive' 
6333                 in the available events for the toolbar buttons'
6334
6335 2006-12-16 [colin]      2.6.1cvs43
6336
6337         * po/POTFILES.in
6338         * src/imap.c
6339         * src/common/nntp.c
6340         * src/common/session.c
6341                 Log error when SSL handshakes fail. 
6342                 Fixes bug 1082, 'incorrect / imprecise 
6343                 error message when imap server provides 
6344                 ssl only through STARTTLS but SSL is 
6345                 selected'
6346
6347 2006-12-15 [wwp]        2.6.1cvs42
6348
6349         * src/plugins/bogofilter/bogofilter_gtk.c
6350                 set proper sensitivity to widgets I've recently added.
6351
6352 2006-12-15 [colin]      
6353
6354         2.7.0-rc1 released
6355
6356 2006-12-15 [wwp]        2.6.1cvs41
6357
6358         * src/plugins/bogofilter/bogofilter.c
6359         * src/plugins/bogofilter/bogofilter.h
6360         * src/plugins/bogofilter/bogofilter_gtk.c
6361                 bogofilter's whitelist can now use a subset of
6362                 the addressbook (either a book, a subfolder of a book,
6363                 or the whole addressbook by using "Any"). Re-used there
6364                 some pref_matcher widgets and mechanisms to match a subset
6365                 of the addressbook.
6366
6367 2006-12-15 [wwp]        2.6.1cvs40
6368
6369         * src/wizard.c
6370         * src/common/plugin.c
6371         * src/common/plugin.h
6372         * src/gtk/about.c
6373         * src/plugins/bogofilter/bogofilter.c
6374         * src/plugins/clamav/clamav_plugin.c
6375         * src/plugins/demo/demo.c
6376         * src/plugins/dillo_viewer/dillo_viewer.c
6377         * src/plugins/pgpcore/plugin.c
6378         * src/plugins/pgpinline/plugin.c
6379         * src/plugins/pgpmime/plugin.c
6380         * src/plugins/spamassassin/spamassassin.c
6381         * src/plugins/trayicon/trayicon.c
6382                 factorize some translatable strings (plugins-related),
6383                 fix missing punctuation in several places,
6384                 remove useless translatable \n in about.c,
6385                 and factorize plugin init code w/ a new function
6386                 check_plugin_version() in common/plugin.c.
6387                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6388
6389 2006-12-15 [wwp]        2.6.1cvs39
6390
6391         * src/plugins/bogofilter/bogofilter.c
6392         * src/plugins/bogofilter/bogofilter_gtk.c
6393                 flag whitelisted spams as spam, but don't filter it to the spam
6394                 folder. Thanks to Colin.
6395
6396 2006-12-15 [ticho]      2.6.1cvs38
6397
6398         * src/plugins/bogofilter/bogofilter.c
6399         * src/plugins/bogofilter/bogofilter.h
6400         * src/plugins/bogofilter/bogofilter_gtk.c
6401                 Add option to whitelist senders found in addressbook. Patch by colin.
6402
6403 2006-12-15 [paul]       2.6.1cvs37
6404
6405         * src/folderview.c
6406                 add missing #include "log.h"
6407
6408 2006-12-15 [paul]       2.6.1cvs36
6409
6410         * src/plugins/bogofilter/bogofilter.c
6411         * src/plugins/bogofilter/bogofilter.h
6412         * src/plugins/bogofilter/bogofilter_gtk.c
6413                 Add an option to allow inserting an
6414                 X-Claws-Bogosity header (on MH folders
6415                 only). Patch by Colin
6416
6417 2006-12-14 [colin]      2.6.1cvs35
6418
6419         * src/main.c
6420                 "Yes" should be the default choice for
6421                 migration configuration
6422
6423 2006-12-14 [paul]       2.6.1cvs34
6424
6425         * src/prefs_summaries.c
6426         * manual/advanced.xml
6427                 Unhide mark_as_read_delay
6428
6429 2006-12-14 [paul]       2.6.1cvs33
6430
6431         * src/messageview.c
6432         * src/messageview.h
6433         * src/mimeview.c
6434         * src/mimeview.h
6435         * src/summaryview.c
6436         * src/textview.c
6437         * src/textview.h
6438                 Fix printing of selection
6439                 Fix printing of message parts
6440                 Fix printing of images
6441         * src/gtk/gtksourceprintjob.c
6442                 Fix page count when there are images
6443
6444 2006-12-14 [wwp]        2.6.1cvs32
6445
6446         * src/mainwindow.c
6447         * src/summaryview.c
6448         * src/summaryview.h
6449         * src/gtk/quicksearch.c
6450                 fix quicksearch 'magnify' button status when QS is closed
6451                 using the Escape key, thanks to Colin.
6452
6453 2006-12-14 [wwp]        2.6.1cvs31
6454
6455         * src/mainwindow.c
6456         * src/summaryview.c
6457         * src/summaryview.h
6458         * src/gtk/quicksearch.c
6459                 fix quicksearch 'magnify' button status when QS is closed
6460                 using the Escape key, thanks to Colin.
6461
6462 2006-12-13 [colin]      2.6.1cvs30
6463
6464         * src/ldapquery.c
6465         * src/ldaputil.c
6466                 Use the binary safe version of ldap_get_values,
6467                 to make sure we manipulate null-terminated 
6468                 strings. Maybe fixes bug 1075, 'claws mail 
6469                 segfault when completing ldap adresses'
6470         * src/syldap.c ** REMOVED **
6471         * src/syldap.h ** REMOVED **
6472                 Remove dead files
6473
6474 2006-12-13 [mones]      2.6.1cvs29
6475
6476         * po/es.po
6477                 Fixed piped strings, fixed click translation
6478
6479 2006-12-13 [paul]       2.6.1cvs28
6480
6481         * src/main.c
6482                 don't translate these strings
6483
6484 2006-12-13 [paul]       2.6.1cvs27
6485
6486         * po/en_GB.po
6487                 updated
6488
6489 2006-12-13 [colin]      2.6.1cvs26
6490
6491         * src/main.c
6492         * src/main.h
6493                 Add claws_is_starting()
6494
6495 2006-12-13 [mones]      2.6.1cvs25
6496
6497         * manual/es/advanced.xml
6498         * po/es.po
6499                 Synced manual and updated translation
6500
6501 2006-12-12 [colin]      2.6.1cvs24
6502
6503         * src/wizard.c
6504                 Add an option to use STARTTLS in the
6505                 welcome wizard. Fixes bug 1080, 
6506                 'Using SSL option in wizard for incoming 
6507                 server does not activate SSL with STARTTLS'
6508
6509 2006-12-12 [colin]      2.6.1cvs23
6510
6511         * src/main.c
6512                 Don't exit when there's an incomplete
6513                 mailbox configured - leaves a chance 
6514                 to fix a failing IMAP account. Exit
6515                 if no mailbox at all is loaded (case
6516                 of missing plugin).
6517                 Completes bug 1077's fix (I was wrong
6518                 in this bug's comment #3).
6519
6520 2006-12-12 [colin]      2.6.1cvs22
6521
6522         * src/gtk/menu.h
6523                 Add another menu data type
6524         * src/prefs_account.c
6525                 Complete the completion of bug 1076
6526                 (doesn't lose the pref on apply)
6527
6528 2006-12-12 [paul]       2.6.1cvs21
6529
6530         * src/prefs_account.c
6531                 complete the fix of bug 1076
6532                 also be more verbose with the text
6533
6534 2006-12-12 [paul]       2.6.1cvs20
6535
6536         * src/gtk/combobox.c
6537                 fix compilation warning
6538
6539 2006-12-11 [colin]      2.6.1cvs19
6540
6541         * src/wizard.c
6542                 Document :port in server entry tooltips
6543
6544 2006-12-11 [colin]      2.6.1cvs18
6545
6546         * src/main.c
6547                 Fix compile
6548
6549 2006-12-11 [colin]      2.6.1cvs17
6550
6551         * src/main.c
6552                 Add failing IMAP as a reason for no
6553                 mailbox
6554
6555 2006-12-11 [colin]      2.6.1cvs16
6556
6557         * src/prefs_account.c
6558                 Check for existence of inbox for local
6559                 accounts too
6560         * src/wizard.c
6561                 Allow setting the port to use for servers
6562                 by using the usual "server.example.com:port"
6563                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6564                 not start when IMAP server is unavailable'
6565
6566 2006-12-11 [colin]      2.6.1cvs15
6567
6568         * src/prefs_account.c
6569                 Prevent use of non-existing default inbox
6570
6571 2006-12-11 [colin]      2.6.1cvs14
6572
6573         * src/prefs_account.c
6574                 Fix sensitivity. Fixes bug 1076, 'privacy 
6575                 options are displayed even when pgp plugin 
6576                 not loaded / available'
6577
6578 2006-12-09 [colin]      2.6.1cvs13
6579
6580         * manual/advanced.xml
6581         * src/prefs_common.c
6582         * src/prefs_common.h
6583         * src/common/ssl_certificate.c
6584                 Add a new hidden preference, 'unsafe_ssl_certs',
6585                 which allows to store multiple certificates per
6586                 server/port. This is disabled by default because
6587                 it's less secure (presenting a new certificate
6588                 instead of a changed one raises less alarms).
6589                 This will cause Claws to ask about an unknown
6590                 certificate for people who have used 2.6.1cvs8
6591                 or greater.
6592
6593 2006-12-09 [colin]      2.6.1cvs12
6594
6595         * src/action.c
6596                 Fix cache updating after action
6597
6598 2006-12-07 [wwp]        2.6.1cvs11
6599
6600         * src/compose.c
6601                 fix email address comparison when replying to all
6602                 (avoid replying to ourselves), thanks to Colin.
6603
6604 2006-12-06 [paul]       2.6.1cvs10
6605
6606         * src/addrharvest.c
6607         * src/editldap.c
6608         * src/expldifdlg.c
6609         * src/news.c
6610         * src/toolbar.c
6611         * src/common/utils.c
6612                 ...and more renaming
6613                 Thanks to Colin
6614
6615 2006-12-06 [paul]       2.6.1cvs9
6616
6617         * src/compose.c
6618         * src/messageview.c
6619         * src/procheader.c
6620         * src/procmime.c
6621         * src/procmsg.c
6622         * src/textview.c
6623                 more renaming
6624                 Thanks to Colin
6625
6626 2006-12-06 [colin]      2.6.1cvs8
6627
6628         * src/ssl_manager.c
6629         * src/common/ssl_certificate.c
6630         * src/common/ssl_certificate.h
6631                 Handle multiple certificates per host/port
6632
6633 2006-12-06 [colin]      2.6.1cvs7
6634
6635         * src/etpan/imap-thread.c
6636                 Fix certificate checking on IMAP
6637
6638 2006-12-06 [colin]      2.6.1cvs6
6639
6640         * src/folderview.c
6641                 Fix bug 1072, 'Claws stops fetching newsgroups 
6642                 from server when newsgroup got deleted': continue
6643                 checking other groups
6644
6645 2006-12-05 [wwp]        2.6.1cvs5
6646
6647         * src/message_search.c
6648         * src/summary_search.c
6649         * src/gtk/combobox.c
6650         * src/gtk/combobox.h
6651         * src/gtk/gtkutils.c
6652         * src/gtk/gtkutils.h
6653                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6654                 behave like w/ old comboboxes (summary and message search only).
6655
6656 2006-12-05 [paul]       2.6.1cvs4
6657
6658         * src/wizard.c
6659                 encode headers
6660                 Thanks to Colin
6661
6662 2006-12-05 [paul]       2.6.1cvs3
6663
6664         * tools/README
6665         * tools/textviewer.pl
6666                 script updated and description added
6667
6668 2006-12-04 [colin]      2.6.1cvs2
6669
6670         * src/compose.c
6671                 Run pre-send hook only when checking
6672                 everything
6673
6674 2006-12-04 [paul]       2.6.1cvs1
6675
6676         * NEWS
6677         * README
6678         * RELEASE_NOTES
6679         * configure.ac
6680         * tools/README
6681                 bump up version number following stable release
6682
6683 2006-12-04 [paul]       2.6.0cvs83
6684
6685         * README
6686                 updates and corrections
6687
6688 2006-12-04 [colin]      2.6.0cvs82
6689
6690         * src/common/utils.c
6691                 Probably fix bug 1066, 'Incorrect mailbox 
6692                 size displayed'
6693
6694 2006-12-04 [colin]      2.6.0cvs81
6695
6696         * src/common/utils.c
6697                 Trim tabs from mailcap file too.
6698
6699 2006-12-02 [paul]       2.6.0cvs80
6700
6701         * src/exphtmldlg.c
6702                 fix broken GUI under certain languages
6703         * src/expldifdlg.c
6704                 put the Cancel button to the right
6705
6706 2006-12-01 [paul]       2.6.0cvs79
6707
6708         * tools/Makefile.am
6709                 remove reference to removed file
6710
6711 2006-12-01 [wwp]        2.6.0cvs78
6712
6713         * src/addressbook.c
6714         * src/editaddress.c
6715                 remove forgotten debug statements.
6716
6717 2006-12-01 [wwp]        2.6.0cvs77
6718
6719         * manual/advanced.xml
6720         * manual/fr/advanced.xml
6721         * src/addressbook.c
6722         * src/addressbook.h
6723         * src/addressitem.h
6724         * src/editaddress.c
6725         * src/editaddress.h
6726         * src/prefs_common.c
6727         * src/prefs_common.h
6728         * src/gtk/gtkutils.c
6729         * src/gtk/gtkutils.h
6730                 add a hidden option to allow embedding the editaddress (edit contact details)
6731                 dialog into the addressbook's window. This doesn't change the default
6732                 behaviour.
6733
6734 2006-12-01 [wwp]        2.6.0cvs76
6735
6736         * src/message_search.c
6737         * src/summary_search.c
6738                 fix more focus issues (don't set focus to combobox's entry widget when
6739                 entry's value changed, if entry widget has focus already).
6740
6741 2006-12-01 [wwp]        2.6.0cvs75
6742
6743         * src/gtk/quicksearch.c
6744                 revert last changes to the quicksearch gtk_combo_box, this needs more
6745                 tuning and testing.
6746
6747 2006-12-01 [paul]       2.6.0cvs74
6748
6749         * tools/kdeservicemenu/README
6750         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6751         * tools/kdeservicemenu/install.sh
6752         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6753         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6754                 simplify this stuff, and in so doing,
6755                 fix it. (possibly re-extend it again at
6756                 a later date)
6757
6758 2006-12-01 [wwp]        2.6.0cvs73
6759
6760         * src/gtk/quicksearch.c
6761                 adapt quicksearch code to use modern gtk_combo_box'es.
6762
6763 2006-12-01 [wwp]        2.6.0cvs72
6764
6765         * src/common/defs.h
6766         * src/prefs_common.c
6767         * src/prefs_common.h
6768         * src/message_search.c
6769         * src/summary_search.c
6770         * src/gtk/combobox.c
6771         * src/gtk/combobox.h
6772                 add history combos to all message and summary search fields.
6773
6774 2006-12-01 [wwp]        2.6.0cvs71
6775
6776         * src/summaryview.c
6777                 As the list may change while the mark as read delay
6778                 runs, we can't rely on the 'row' pointer, which can
6779                 be invalid when the timeout is called. As the mark
6780                 as read is only done if the message is still selected,
6781                 use summaryview->selected instead. Thanks to Colin.
6782
6783 2006-11-30 [paul]       2.6.0cvs70
6784
6785         * src/textview.c
6786                 give emphasis to "Sylpheed-Claws"
6787                 as well as "Claws Mail"
6788
6789 2006-11-30 [colin]      2.6.0cvs69
6790
6791         * src/wizard.c
6792                 Put the SSL checkboxes in the receiving
6793                 and sending server pages.
6794
6795 2006-11-29 [colin]      2.6.0cvs68
6796
6797         * src/gtk/gtkutils.c
6798         * src/gtk/gtkvscrollbutton.c
6799                 Revert some deprecated fixes - they seem to
6800                 deprecate stuff as soon as a new one gets out.
6801                 g_object_ref_sink needed glib-2.10.
6802
6803 2006-11-29 [colin]      2.6.0cvs67
6804
6805         * src/common/utils.c
6806                 Create .mailcap if it doesn't exist
6807
6808 2006-11-29 [colin]      2.6.0cvs66
6809
6810         * src/compose.c
6811                 Followup to cvs60: use original list
6812                 of recipients if replying to a mail
6813                 in Sent Drafts or Queue.
6814
6815 2006-11-27 [paul]       2.6.0cvs65
6816
6817         * src/image_viewer.c
6818                 revert the last change for now (it's broken)
6819
6820 2006-11-27 [paul]       2.6.0cvs64
6821
6822         * Makefile.am
6823         * configure.ac
6824         * m4/aclocal-include.m4
6825         * m4/check-type.m4
6826         * src/Makefile.am
6827         * src/addr_compl.c
6828         * src/compose.c
6829         * src/crash.c
6830         * src/export.c
6831         * src/exporthtml.c
6832         * src/exportldif.c
6833         * src/imap.c
6834         * src/import.c
6835         * src/main.c
6836         * src/main.h
6837         * src/matcher.c
6838         * src/mimeview.c
6839         * src/procmsg.c
6840         * src/textview.c
6841         * src/common/Makefile.am
6842         * src/common/claws.c
6843         * src/common/claws.h
6844         * src/common/ssl.c
6845         * src/common/sylpheed.c
6846         * src/common/sylpheed.h
6847         * src/etpan/Makefile.am
6848         * src/gtk/Makefile.am
6849         * src/gtk/claws-marshal.list
6850         * src/gtk/filesel.c
6851         * src/gtk/gtksctree.c
6852         * src/gtk/quicksearch.c
6853         * src/gtk/sylpheed-marshal.list
6854         * src/plugins/bogofilter/bogofilter.c
6855         * src/plugins/bogofilter/bogofilter_gtk.c
6856         * src/plugins/clamav/clamav_plugin.c
6857         * src/plugins/clamav/clamav_plugin_gtk.c
6858         * src/plugins/demo/demo.c
6859         * src/plugins/dillo_viewer/dillo_viewer.c
6860         * src/plugins/pgpcore/Makefile.am
6861         * src/plugins/pgpcore/claws.def
6862         * src/plugins/pgpcore/pgp_viewer.c
6863         * src/plugins/pgpcore/plugin.c
6864         * src/plugins/pgpcore/sylpheed.def
6865         * src/plugins/pgpinline/Makefile.am
6866         * src/plugins/pgpinline/claws.def
6867         * src/plugins/pgpinline/plugin.c
6868         * src/plugins/pgpinline/sylpheed.def
6869         * src/plugins/pgpmime/Makefile.am
6870         * src/plugins/pgpmime/claws.def
6871         * src/plugins/pgpmime/plugin.c
6872         * src/plugins/pgpmime/sylpheed.def
6873         * src/plugins/spamassassin/spamassassin.c
6874         * src/plugins/spamassassin/spamassassin_gtk.c
6875         * src/plugins/trayicon/trayicon.c
6876                 yet more renaming
6877                 remove deprecated gtk_tooltips_set_delay()
6878
6879 2006-11-26 [paul]       2.6.0cvs63
6880
6881         * src/expldifdlg.c
6882         * src/folderview.c
6883         * src/image_viewer.c
6884         * src/mainwindow.c
6885         * src/gtk/gtkutils.c
6886         * src/gtk/gtkvscrollbutton.c
6887         * src/gtk/prefswindow.c
6888         * src/plugins/pgpcore/prefs_gpg.c
6889                 replace more deprecated GTK+ functions
6890
6891 2006-11-26 [paul]       2.6.0cvs62
6892
6893         * src/addr_compl.c
6894         * src/addressbook.c
6895         * src/browseldap.c
6896                 replace deprecated gtk_idle_... functions
6897
6898 2006-11-26 [paul]       2.6.0cvs61
6899
6900         * src/compose.c
6901         * src/folderview.c
6902         * src/inc.c
6903         * src/summaryview.c
6904         * src/gtk/gtkvscrollbutton.c
6905         * src/gtk/quicksearch.c
6906         * src/plugins/pgpcore/passphrase.c
6907                 replace deprecated gtk_timeout_add and
6908                 gtk_timeout_remove
6909
6910 2006-11-26 [paul]       2.6.0cvs60
6911
6912         * src/compose.c
6913                 fix bug that caused the wrong recipient
6914                 to be selected when replying to a msg
6915                 which is From one of our accounts to
6916                 another of our accounts
6917
6918 2006-11-25 [paul]       2.6.0cvs59
6919
6920         * src/summaryview.c
6921                 don't change the From column title to
6922                 To if the To column is visible
6923
6924 2006-11-24 [paul]       2.6.0cvs58
6925
6926         * src/compose.c
6927                 fix bug 1069, 'Sent mails disappear, BCC
6928                 or locking problem?'
6929
6930 2006-11-21 [wwp]        2.6.0cvs57
6931
6932         * src/compose.c
6933                 fix spelling menu when replying (same as 2.3.1cvs39):
6934                 discrepancy between context menu and top menu when
6935                 folder's dictionary isn't the default one.
6936
6937 2006-11-19 [paul]       2.6.0cvs56
6938
6939         * src/summaryview.c
6940                 obey always_show_msg option when
6941                 marking as spam
6942         * src/plugins/bogofilter/bogofilter.c
6943                 fix typo
6944
6945 2006-11-18 [paul]       2.6.0cvs55
6946
6947         * AUTHORS
6948         * README
6949         * debian/copyright
6950         * manual/ack.xml
6951         * manual/es/ack.xml
6952         * manual/fr/ack.xml
6953         * manual/pl/ack.xml
6954         * src/gtk/authors.h
6955         * src/gtk/icon_legend.c
6956         * src/gtk/icon_legend.h
6957         * tools/OOo2claws-mail.pl
6958         * tools/README
6959         * tools/acroread2claws-mail.pl
6960         * tools/claws.i18n.status.pl
6961         * tools/filter_conv.pl
6962         * tools/filter_conv_new.pl
6963         * tools/freshmeat_search.pl
6964         * tools/google_search.pl
6965         * tools/kmail2claws-mail.pl
6966         * tools/kmail2claws-mail_v2.pl
6967         * tools/maildir2claws-mail.pl
6968         * tools/make.themes.project
6969         * tools/multiwebsearch.pl
6970         * tools/outlook2claws-mail.pl
6971         * tools/tb2claws-mail
6972         * tools/kdeservicemenu/README
6973         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6974                 update mine and wwp's email addresses in
6975                 several places
6976                 Patch by wwp
6977         * src/prefs_compose_writing.c
6978                 set sensitivity on 'new message format' frame
6979
6980 2006-11-17 [paul]       2.6.0cvs54
6981
6982         * src/gtk/about.c
6983                 more reworking of the GUI
6984                 Patch by Fabien Vantard
6985
6986 2006-11-16 [paul]       2.6.0cvs53
6987
6988         * src/gtk/about.c
6989                 set a minimum size for the window, allow
6990                 it to automatically expand as necessary
6991
6992 2006-11-16 [wwp]        2.6.0cvs52
6993
6994         * src/gtk/about.c
6995                 better wrap of copyright info on some systems.
6996
6997 2006-11-16 [paul]       2.6.0cvs51
6998
6999         * src/gtk/about.c
7000                 move the tech info from the upper panel
7001                 to the Info tab
7002                 use a gtk_text_view for the features tab
7003
7004 2006-11-16 [paul]       2.6.0cvs50
7005
7006         * po/Makevars
7007                 update my email address
7008         * src/addressbook.c
7009         * src/compose.c
7010         * src/imap_gtk.c
7011         * src/mh_gtk.c
7012         * src/news_gtk.c
7013         * src/summaryview.c
7014         * src/plugins/trayicon/trayicon.c
7015                 don't offer simple menu separators
7016                 for translation
7017         * src/folderview.c
7018                 add separator between 'mark all read'
7019                 and 'search folder'
7020
7021 2006-11-15 [wwp]        2.6.0cvs49
7022
7023         * src/gtk/authors.h
7024                 updated manuals authors.
7025
7026 2006-11-14 [paul]       2.6.0cvs48
7027
7028         * src/compose.c
7029                 Fix Options/Reply mode after draft save
7030
7031 2006-11-14 [paul]       2.6.0cvs47
7032
7033         * src/Makefile.am
7034                 Fix make DESTDIR=...
7035         * src/mbox.c
7036                 Optimise speed
7037         * src/plugins/pgpinline/pgpinline.c
7038                 Probably fix bug 1061
7039
7040 2006-11-14 [paul]       2.6.0cvs46
7041
7042         * po/Makevars
7043                 enable Q_ macro
7044         * src/Makefile.am
7045         * src/stock_pixmap.c
7046         * src/stock_pixmap.h
7047         * src/gtk/about.c
7048         * src/pixmaps/active.xpm
7049         * src/pixmaps/inactive.xpm
7050                 add a new page, 'Features', to the About dialog
7051                 showing which features are compiled in and which
7052                 are not
7053
7054 2006-11-14 [paul]       2.6.0cvs45
7055
7056         * po/ru.po
7057                 updated by Pavlo Bohmat
7058
7059 2006-11-14 [colin]      2.6.0cvs44
7060
7061         * src/compose.c
7062         * src/inc.c
7063         * src/messageview.c
7064         * src/news.c
7065         * src/pop.c
7066         * src/procmsg.c
7067         * src/gtk/gtkaspell.c
7068                 Fix 64-bit-related warnings
7069         * src/ssl_manager.c
7070                 Fix possible infinite loop
7071         * src/plugins/pgpcore/sgpgme.c
7072                 Remove useless check
7073
7074 2006-11-13 [colin]      2.6.0cvs43
7075
7076         * src/gtk/Makefile.am
7077                 authors.h isn't generated
7078
7079 2006-11-13 [colin]      2.6.0cvs42
7080
7081         * src/plugins/pgpinline/pgpinline.c
7082         * src/plugins/pgpmime/pgpmime.c
7083                 Very probably fix bug 1061, 'crash on 
7084                 opening signed email'. Another cast
7085                 problem
7086
7087 2006-11-13 [colin]      2.6.0cvs41
7088
7089         * src/plugins/pgpcore/sgpgme.c
7090                 Maybe fix bug 1061, 'crash on opening 
7091                 signed email'
7092
7093 2006-11-13 [wwp]        2.6.0cvs40
7094
7095         * src/plugins/pgpinline/pgpinline.c
7096                 fix candidate for bug #1057, thanks to Colin.
7097
7098 2006-11-13 [wwp]        2.6.0cvs39
7099
7100         * src/compose.c
7101         * src/quote_fmt_parse.y
7102                 fix bug 1052: current parser buffer was not always 
7103                 allocated, ptr to this buffer could be returned as 
7104                 NULL whereas no parser error has occurred. in 
7105                 consequence, defining a template body as "%d" 
7106                 (w/o the quotes) for the first time of the instance 
7107                 of claws-mail, was reporting a parser error. make 
7108                 sure that the buffer is always allocated, even to 
7109                 an empty string.
7110                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7111                 unescaping of the fmt string was always done 
7112                 whereas it must be done *only* when receiving 
7113                 quote format strings issued from the prefs 
7114                 (compose new message, reply, forward, redirect 
7115                 formats), *not* when applying templates.  in 
7116                 consequences, applying templates w/ sequences 
7117                 like \\|p{echo} were failing. make sure that 
7118                 unescaping is done only when necessary.
7119
7120 2006-11-12 [colin]      2.6.0cvs38
7121
7122         * po/de.po
7123                 Fix typo (s/KB/MB)
7124
7125 2006-11-12 [colin]      2.6.0cvs37
7126
7127         * src/plugins/pgpinline/pgpinline.c
7128         * src/plugins/pgpmime/pgpmime.c
7129                 Release GPG context at the latest 
7130                 possible moment. Maybe fixes 
7131                 bug 1057, 'crash on sending signed 
7132                 message to a newsgroup'
7133                 
7134
7135 2006-11-12 [colin]      2.6.0cvs36
7136
7137         * src/plugins/pgpcore/sgpgme.c
7138                 Tell a bit more when gpg's status doesn't
7139                 contain any signature
7140
7141 2006-11-12 [colin]      2.6.0cvs35
7142
7143         * src/compose.c
7144                 Fix bug 1060, 'compilation error with 
7145                 Irix's cc'
7146
7147 2006-11-12 [paul]       2.6.0cvs34
7148
7149         * doc/man/claws-mail.1
7150         * src/prefs_gtk.c
7151         * src/plugins/clamav/README
7152         * src/plugins/spamassassin/README
7153         * tools/README
7154         * tools/freshmeat_search.pl
7155         * tools/google_search.pl
7156         * tools/multiwebsearch.pl
7157                 more renaming
7158         * src/plugins/trayicon/trayicon.c
7159                 fix compiliation warning
7160
7161 2006-11-11 [colin]      2.6.0cvs33
7162
7163         * src/folderview.c
7164                 Forbid drag and drop from/to different
7165                 folders of type F_UNKNOWN
7166
7167 2006-11-11 [colin]      2.6.0cvs32
7168
7169         * src/plugins/pgpinline/pgpinline.c
7170                 Fix typo in previous commit:
7171                 - gpgme_new(&ctx);
7172                 + if ((err = gpgme_new(&data->ctx)) ...)
7173
7174 2006-11-11 [colin]      2.6.0cvs31
7175
7176         * src/plugins/pgpinline/pgpinline.c
7177         * src/plugins/pgpmime/pgpmime.c
7178                 Check success after calling gpgme_new
7179                 Maybe fixes bug 1057, 'crash on sending 
7180                 signed message to a newsgroup'
7181
7182 2006-11-11 [colin]      2.6.0cvs30
7183
7184         * src/undo.c
7185                 init undostruct to 0s (from
7186                 valgrind log of bug 1057)
7187
7188 2006-11-10 [colin]      2.6.0cvs29
7189
7190         * src/mainwindow.c
7191                 Set cursor to wait before filtering
7192                 duplicates in all folders
7193         * src/plugins/bogofilter/bogofilter.c
7194         * src/plugins/bogofilter/bogofilter.h
7195         * src/plugins/bogofilter/bogofilter_gtk.c
7196                 Completely thread away the bogofilter
7197                 filtering
7198
7199 2006-11-10 [mones]      2.6.0cvs28
7200
7201         * src/compose.c
7202         * src/compose.h
7203                 added COMPOSE_CHECK_BEFORE_SEND hook
7204
7205 2006-11-10 [paul]       2.6.0cvs27
7206
7207         * src/crash.c
7208                 more renaming
7209                 add libSM to get_compiled_in_features()
7210         * src/main.c
7211                 more renaming
7212
7213 2006-11-10 [colin]      2.6.0cvs26
7214
7215         * src/etpan/imap-thread.c
7216                 Add a reference to libetpan's sasl engine
7217                 so that sasl_done() doesn't get called by
7218                 libetpan, and doesn't break openssl.
7219                 Should fix bug 1053, 'SC fails to reestablish 
7220                 a secure connection'
7221                 Patch by Hoa
7222
7223 2006-11-10 [colin]      2.6.0cvs25
7224
7225         * manual/addrbook.xml
7226         * manual/advanced.xml
7227         * manual/faq.xml
7228         * manual/intro.xml
7229                 Some more renaming
7230
7231 2006-11-09 [colin]      2.6.0cvs24
7232
7233         * src/plugins/bogofilter/bogofilter_gtk.c
7234                 Add comment about annoyance
7235
7236 2006-11-09 [colin]      2.6.0cvs23
7237
7238         * src/plugins/bogofilter/bogofilter.c
7239         * src/plugins/bogofilter/bogofilter_gtk.c
7240                 Prepare things needed to thread bogofilter
7241                 filtering: separate bogo stuff and possible GUI
7242                 stuff. 
7243
7244 2006-11-09 [colin]      2.6.0cvs22
7245
7246         * src/account.c
7247         * src/compose.c
7248                 Search for one of our accounts in Delivered-To
7249                 (helps for auto-account selection when 
7250                  replying/forwarding)
7251         * src/folderview.c
7252         * src/mainwindow.c
7253         * src/mainwindow.h
7254         * src/plugins/trayicon/trayicon.c
7255                 Allow opening a new mail with any account from
7256                 the contextual menu
7257
7258 2006-11-09 [wwp]        2.6.0cvs21
7259
7260         * src/compose.c
7261         * src/prefs_common.c
7262         * src/prefs_common.h
7263         * src/prefs_compose_writing.c
7264                 add a compose new message format (in prefs/compose/writing), it's a
7265                 simple subject+body template to use when opening a new composition
7266                 window. It's similar to the existent reply and forward formats.
7267
7268                 enhanced the template/format % symbols substitution mechanism to
7269                 use current composition window information when % are used in
7270                 the compose new message format or in templates applied to new
7271                 messages (there were useless in that situations before). When
7272                 applied to new messages, %d corresponds to the system time/date.
7273
7274 2006-11-09 [paul]       2.6.0cvs20
7275
7276         * src/gtk/authors.h
7277                 fix last commit
7278
7279 2006-11-09 [paul]       2.6.0cvs19
7280
7281         * src/gtk/authors.h
7282                 keep tje alphabetical order
7283
7284 2006-11-08 [colin]      2.6.0cvs18
7285
7286         * src/etpan/imap-thread.c
7287                 Fix bug 1054, 'Slowness logging big 
7288                 data chunks'
7289
7290 2006-11-08 [paul]       2.6.0cvs17
7291
7292         * tools/Makefile.am
7293                 fix the renaming
7294
7295 2006-11-08 [paul]       2.6.0cvs16
7296
7297         * src/common/defs.h
7298                 update BUGZILLA_URI
7299
7300 2006-11-08 [paul]       2.6.0cvs15
7301
7302         * tools/Makefile.am
7303         * tools/OOo2claws-mail.pl
7304         * tools/OOo2sylpheed.pl
7305         * tools/README
7306         * tools/acroread2claws-mail.pl
7307         * tools/acroread2sylpheed.pl
7308         * tools/kmail2claws-mail.pl
7309         * tools/kmail2claws-mail_v2.pl
7310         * tools/kmail2sylpheed.pl
7311         * tools/kmail2sylpheed_v2.pl
7312         * tools/maildir2claws-mail.pl
7313         * tools/maildir2sylpheed.pl
7314         * tools/nautilus2claws-mail.sh
7315         * tools/nautilus2sylpheed.sh
7316         * tools/outlook2claws-mail.pl
7317         * tools/outlook2sylpheed.pl
7318         * tools/tb2claws-mail
7319         * tools/tb2sylpheed
7320         * tools/tbird2claws.py
7321         * tools/tbird2syl.py
7322         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7323         * tools/kdeservicemenu/install.sh
7324         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7325         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7326         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7327         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7328         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7329                 renamed (removed, added) tools files
7330
7331 2006-11-08 [paul]       2.6.0cvs14
7332
7333         * src/main.c
7334         * src/common/defs.h
7335                 Migrate sylpheedrc to clawsrc, and fix the standard
7336                 plugins path in the process
7337
7338 2006-11-07 [colin]      2.6.0cvs13
7339
7340         * src/Makefile.am
7341                 Symlink sylpheed-claws relative to 
7342                 claws-mail
7343
7344 2006-11-07 [colin]      2.6.0cvs12
7345
7346         * src/compose.c
7347                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7348
7349 2006-11-07 [paul]       2.6.0cvs11
7350
7351         * src/gtk/about.c
7352                 Fix a missed occurence of
7353                 Sylpheed-Claws
7354
7355 2006-11-07 [paul]       2.6.0cvs10
7356
7357         * src/Makefile.am
7358                 Fix symlink installation
7359
7360 2006-11-07 [paul]       2.6.0cvs9
7361
7362         * src/Makefile.am
7363                 Symlink claws-mail to sylpheed-claws
7364         * src/common/utils.c
7365                 Fix migrating symlinks
7366         * src/etpan/imap-thread.c
7367                 check certificate only when there's
7368                 no error
7369
7370 2006-11-07 [paul]       2.6.0cvs8
7371
7372         * Makefile.am
7373                 Fix icon breakages with Gtk, which needs a 
7374                 cache updated to see them.
7375
7376 2006-11-07 [paul]       2.6.0cvs7
7377
7378         * .cvsignore
7379         * AUTHORS
7380         * COPYING
7381         * INSTALL
7382         * Makefile.am
7383         * NEWS
7384         * README
7385         * RELEASE_NOTES
7386         * autogen.sh
7387         * claws-mail-128x128.png
7388         * claws-mail-64x64.png
7389         * claws-mail.ico
7390         * claws-mail.pc.in
7391         * claws-mail.png
7392         * configure.ac
7393         * sylpheed-claws-128x128.png
7394         * sylpheed-claws-64x64.png
7395         * sylpheed-claws.desktop
7396         * sylpheed-claws.ico
7397         * sylpheed-claws.pc.in
7398         * sylpheed-claws.png
7399         * debian/README.Debian
7400         * debian/changelog
7401         * debian/claws-mail.desktop
7402         * debian/claws-mail.menu
7403         * debian/claws-mail.postinst.debhelper
7404         * debian/claws-mail.postrm.debhelper
7405         * debian/control
7406         * debian/copyright
7407         * debian/files
7408         * debian/rules
7409         * debian/sylpheed-claws.desktop
7410         * debian/sylpheed-claws.menu
7411         * debian/sylpheed-claws.postinst.debhelper
7412         * debian/sylpheed-claws.postrm.debhelper
7413         * doc/man/Makefile.am
7414         * doc/man/claws-mail.1
7415         * doc/man/sylpheed-claws.1
7416         * doc/src/ChangeLog.claws-pre0.8.0
7417         * manual/Makefile.am
7418         * manual/account.xml
7419         * manual/ack.xml
7420         * manual/addrbook.xml
7421         * manual/advanced.xml
7422         * manual/claws-mail-manual.xml
7423         * manual/faq.xml
7424         * manual/glossary.xml
7425         * manual/handling.xml
7426         * manual/intro.xml
7427         * manual/keyboard.xml
7428         * manual/plugins.xml
7429         * manual/starting.xml
7430         * manual/sylpheed-claws-manual.xml
7431         * manual/xml2pdf
7432         * manual/dist/.cvsignore
7433         * manual/dist/html/.cvsignore
7434         * manual/dist/html/Makefile.am
7435         * manual/dist/pdf/.cvsignore
7436         * manual/dist/pdf/Makefile.am
7437         * manual/dist/ps/.cvsignore
7438         * manual/dist/ps/Makefile.am
7439         * manual/dist/txt/.cvsignore
7440         * manual/dist/txt/Makefile.am
7441         * manual/es/Makefile.am
7442         * manual/es/advanced.xml
7443         * manual/es/claws-mail-manual.xml
7444         * manual/es/faq.xml
7445         * manual/es/glossary.xml
7446         * manual/es/handling.xml
7447         * manual/es/intro.xml
7448         * manual/es/plugins.xml
7449         * manual/es/sylpheed-claws-manual.xml
7450         * manual/es/dist/.cvsignore
7451         * manual/es/dist/html/.cvsignore
7452         * manual/es/dist/html/Makefile.am
7453         * manual/es/dist/pdf/.cvsignore
7454         * manual/es/dist/pdf/Makefile.am
7455         * manual/es/dist/ps/.cvsignore
7456         * manual/es/dist/ps/Makefile.am
7457         * manual/es/dist/txt/.cvsignore
7458         * manual/es/dist/txt/Makefile.am
7459         * manual/fr/Makefile.am
7460         * manual/fr/account.xml
7461         * manual/fr/ack.xml
7462         * manual/fr/addrbook.xml
7463         * manual/fr/advanced.xml
7464         * manual/fr/claws-mail-manual.xml
7465         * manual/fr/faq.xml
7466         * manual/fr/glossary.xml
7467         * manual/fr/handling.xml
7468         * manual/fr/intro.xml
7469         * manual/fr/keyboard.xml
7470         * manual/fr/plugins.xml
7471         * manual/fr/starting.xml
7472         * manual/fr/sylpheed-claws-manual.xml
7473         * manual/fr/dist/.cvsignore
7474         * manual/fr/dist/html/.cvsignore
7475         * manual/fr/dist/html/Makefile.am
7476         * manual/fr/dist/pdf/.cvsignore
7477         * manual/fr/dist/pdf/Makefile.am
7478         * manual/fr/dist/ps/.cvsignore
7479         * manual/fr/dist/ps/Makefile.am
7480         * manual/fr/dist/txt/.cvsignore
7481         * manual/fr/dist/txt/Makefile.am
7482         * manual/pl/Makefile.am
7483         * manual/pl/account.xml
7484         * manual/pl/ack.xml
7485         * manual/pl/addrbook.xml
7486         * manual/pl/advanced.xml
7487         * manual/pl/claws-mail-manual.xml
7488         * manual/pl/faq.xml
7489         * manual/pl/glossary.xml
7490         * manual/pl/handling.xml
7491         * manual/pl/intro.xml
7492         * manual/pl/keyboard.xml
7493         * manual/pl/plugins.xml
7494         * manual/pl/starting.xml
7495         * manual/pl/sylpheed-claws-manual.xml
7496         * manual/pl/dist/.cvsignore
7497         * manual/pl/dist/html/.cvsignore
7498         * manual/pl/dist/html/Makefile.am
7499         * manual/pl/dist/pdf/.cvsignore
7500         * manual/pl/dist/pdf/Makefile.am
7501         * manual/pl/dist/ps/.cvsignore
7502         * manual/pl/dist/ps/Makefile.am
7503         * manual/pl/dist/txt/.cvsignore
7504         * manual/pl/dist/txt/Makefile.am
7505         * po/.cvsignore
7506         * po/Makevars
7507         * src/.cvsignore
7508         * src/Makefile.am
7509         * src/account.c
7510         * src/account.h
7511         * src/action.c
7512         * src/action.h
7513         * src/adbookbase.h
7514         * src/addr_compl.c
7515         * src/addr_compl.h
7516         * src/addrbook.c
7517         * src/addrcache.c
7518         * src/addrcache.h
7519         * src/addrcindex.c
7520         * src/addrcindex.h
7521         * src/addrclip.c
7522         * src/addrclip.h
7523         * src/addrdefs.h
7524         * src/addressadd.c
7525         * src/addressadd.h
7526         * src/addressbook.c
7527         * src/addressbook.h
7528         * src/addressbook_foldersel.c
7529         * src/addressbook_foldersel.h
7530         * src/addrgather.c
7531         * src/addrgather.h
7532         * src/addrharvest.c
7533         * src/addrharvest.h
7534         * src/addrindex.c
7535         * src/addrindex.h
7536         * src/addritem.c
7537         * src/addritem.h
7538         * src/addrquery.c
7539         * src/addrquery.h
7540         * src/addrselect.c
7541         * src/addrselect.h
7542         * src/alertpanel.c
7543         * src/alertpanel.h
7544         * src/browseldap.c
7545         * src/browseldap.h
7546         * src/codeconv.c
7547         * src/codeconv.h
7548         * src/compose.c
7549         * src/crash.c
7550         * src/crash.h
7551         * src/customheader.c
7552         * src/customheader.h
7553         * src/displayheader.c
7554         * src/displayheader.h
7555         * src/editaddress.c
7556         * src/editaddress.h
7557         * src/editbook.c
7558         * src/editbook.h
7559         * src/editgroup.c
7560         * src/editgroup.h
7561         * src/editjpilot.c
7562         * src/editjpilot.h
7563         * src/editldap.c
7564         * src/editldap.h
7565         * src/editldap_basedn.c
7566         * src/editldap_basedn.h
7567         * src/editvcard.c
7568         * src/editvcard.h
7569         * src/exphtmldlg.c
7570         * src/exphtmldlg.h
7571         * src/expldifdlg.c
7572         * src/expldifdlg.h
7573         * src/export.c
7574         * src/exporthtml.c
7575         * src/exporthtml.h
7576         * src/exportldif.c
7577         * src/exportldif.h
7578         * src/filtering.c
7579         * src/filtering.h
7580         * src/folder.c
7581         * src/folder.h
7582         * src/folder_item_prefs.c
7583         * src/folder_item_prefs.h
7584         * src/foldersel.c
7585         * src/foldersel.h
7586         * src/folderutils.c
7587         * src/folderutils.h
7588         * src/folderview.c
7589         * src/folderview.h
7590         * src/grouplistdialog.c
7591         * src/grouplistdialog.h
7592         * src/html.c
7593         * src/html.h
7594         * src/image_viewer.c
7595         * src/image_viewer.h
7596         * src/imap.c
7597         * src/imap.h
7598         * src/imap_gtk.c
7599         * src/imap_gtk.h
7600         * src/import.c
7601         * src/import.h
7602         * src/importldif.c
7603         * src/importldif.h
7604         * src/importmutt.c
7605         * src/importmutt.h
7606         * src/importpine.c
7607         * src/importpine.h
7608         * src/inc.c
7609         * src/inc.h
7610         * src/jpilot.c
7611         * src/jpilot.h
7612         * src/ldapctrl.c
7613         * src/ldapctrl.h
7614         * src/ldaplocate.c
7615         * src/ldaplocate.h
7616         * src/ldapquery.c
7617         * src/ldapquery.h
7618         * src/ldapserver.c
7619         * src/ldapserver.h
7620         * src/ldaputil.c
7621         * src/ldaputil.h
7622         * src/ldif.c
7623         * src/ldif.h
7624         * src/localfolder.c
7625         * src/localfolder.h
7626         * src/main.c
7627         * src/main.h
7628         * src/mainwindow.c
7629         * src/mainwindow.h
7630         * src/manual.c
7631         * src/manual.h
7632         * src/matcher.c
7633         * src/matcher.h
7634         * src/matcher_parser.h
7635         * src/matcher_parser_lex.l
7636         * src/matcher_parser_parse.y
7637         * src/mbox.c
7638         * src/mbox.h
7639         * src/message_search.c
7640         * src/message_search.h
7641         * src/messageview.c
7642         * src/messageview.h
7643         * src/mh.c
7644         * src/mh.h
7645         * src/mh_gtk.c
7646         * src/mh_gtk.h
7647         * src/mimeview.c
7648         * src/mimeview.h
7649         * src/msgcache.c
7650         * src/msgcache.h
7651         * src/mutt.c
7652         * src/mutt.h
7653         * src/news.c
7654         * src/news.h
7655         * src/news_gtk.c
7656         * src/news_gtk.h
7657         * src/noticeview.c
7658         * src/noticeview.h
7659         * src/partial_download.c
7660         * src/partial_download.h
7661         * src/pine.c
7662         * src/pine.h
7663         * src/pop.c
7664         * src/pop.h
7665         * src/prefs_account.c
7666         * src/prefs_account.h
7667         * src/prefs_actions.c
7668         * src/prefs_actions.h
7669         * src/prefs_common.c
7670         * src/prefs_common.h
7671         * src/prefs_compose_writing.c
7672         * src/prefs_compose_writing.h
7673         * src/prefs_customheader.c
7674         * src/prefs_customheader.h
7675         * src/prefs_display_header.c
7676         * src/prefs_display_header.h
7677         * src/prefs_ext_prog.c
7678         * src/prefs_ext_prog.h
7679         * src/prefs_filtering.c
7680         * src/prefs_folder_column.c
7681         * src/prefs_folder_column.h
7682         * src/prefs_folder_item.c
7683         * src/prefs_folder_item.h
7684         * src/prefs_fonts.c
7685         * src/prefs_fonts.h
7686         * src/prefs_gtk.c
7687         * src/prefs_gtk.h
7688         * src/prefs_image_viewer.c
7689         * src/prefs_image_viewer.h
7690         * src/prefs_matcher.c
7691         * src/prefs_matcher.h
7692         * src/prefs_message.c
7693         * src/prefs_message.h
7694         * src/prefs_msg_colors.c
7695         * src/prefs_msg_colors.h
7696         * src/prefs_other.c
7697         * src/prefs_other.h
7698         * src/prefs_quote.c
7699         * src/prefs_quote.h
7700         * src/prefs_receive.c
7701         * src/prefs_receive.h
7702         * src/prefs_send.c
7703         * src/prefs_send.h
7704         * src/prefs_spelling.c
7705         * src/prefs_spelling.h
7706         * src/prefs_summaries.c
7707         * src/prefs_summaries.h
7708         * src/prefs_summary_column.c
7709         * src/prefs_summary_column.h
7710         * src/prefs_template.c
7711         * src/prefs_template.h
7712         * src/prefs_themes.c
7713         * src/prefs_themes.h
7714         * src/prefs_toolbar.c
7715         * src/prefs_toolbar.h
7716         * src/prefs_wrapping.c
7717         * src/prefs_wrapping.h
7718         * src/privacy.c
7719         * src/privacy.h
7720         * src/procheader.c
7721         * src/procheader.h
7722         * src/procmime.c
7723         * src/procmime.h
7724         * src/procmsg.c
7725         * src/procmsg.h
7726         * src/quote_fmt.c
7727         * src/quote_fmt_parse.y
7728         * src/recv.c
7729         * src/recv.h
7730         * src/remotefolder.c
7731         * src/remotefolder.h
7732         * src/send_message.c
7733         * src/send_message.h
7734         * src/setup.c
7735         * src/setup.h
7736         * src/sourcewindow.c
7737         * src/sourcewindow.h
7738         * src/ssl_manager.c
7739         * src/ssl_manager.h
7740         * src/statusbar.c
7741         * src/statusbar.h
7742         * src/stock_pixmap.c
7743         * src/stock_pixmap.h
7744         * src/summary_search.c
7745         * src/summary_search.h
7746         * src/summaryview.c
7747         * src/summaryview.h
7748         * src/syldap.c
7749         * src/syldap.h
7750         * src/textview.c
7751         * src/textview.h
7752         * src/toolbar.c
7753         * src/toolbar.h
7754         * src/undo.c
7755         * src/undo.h
7756         * src/unmime.c
7757         * src/unmime.h
7758         * src/vcard.c
7759         * src/vcard.h
7760         * src/wizard.c
7761         * src/wizard.h
7762         * src/common/base64.c
7763         * src/common/base64.h
7764         * src/common/defs.h
7765         * src/common/hooks.c
7766         * src/common/hooks.h
7767         * src/common/log.c
7768         * src/common/log.h
7769         * src/common/mgutils.c
7770         * src/common/mgutils.h
7771         * src/common/nntp.c
7772         * src/common/nntp.h
7773         * src/common/passcrypt.c
7774         * src/common/passcrypt.h.in
7775         * src/common/plugin.c
7776         * src/common/plugin.h
7777         * src/common/prefs.c
7778         * src/common/prefs.h
7779         * src/common/progressindicator.c
7780         * src/common/progressindicator.h
7781         * src/common/quoted-printable.c
7782         * src/common/quoted-printable.h
7783         * src/common/session.c
7784         * src/common/session.h
7785         * src/common/smtp.c
7786         * src/common/smtp.h
7787         * src/common/socket.c
7788         * src/common/socket.h
7789         * src/common/ssl.c
7790         * src/common/ssl.h
7791         * src/common/stringtable.c
7792         * src/common/stringtable.h
7793         * src/common/sylpheed.c
7794         * src/common/sylpheed.h
7795         * src/common/template.c
7796         * src/common/template.h
7797         * src/common/timing.h
7798         * src/common/utils.c
7799         * src/common/utils.h
7800         * src/common/version.h.in
7801         * src/common/xml.c
7802         * src/common/xml.h
7803         * src/common/xmlprops.c
7804         * src/common/xmlprops.h
7805         * src/gtk/about.c
7806         * src/gtk/colorlabel.c
7807         * src/gtk/colorlabel.h
7808         * src/gtk/colorsel.c
7809         * src/gtk/colorsel.h
7810         * src/gtk/combobox.c
7811         * src/gtk/combobox.h
7812         * src/gtk/description_window.c
7813         * src/gtk/description_window.h
7814         * src/gtk/filesel.c
7815         * src/gtk/filesel.h
7816         * src/gtk/foldersort.c
7817         * src/gtk/foldersort.h
7818         * src/gtk/gtkaspell.c
7819         * src/gtk/gtkaspell.h
7820         * src/gtk/gtksctree.c
7821         * src/gtk/gtkshruler.c
7822         * src/gtk/gtkshruler.h
7823         * src/gtk/gtkutils.c
7824         * src/gtk/gtkutils.h
7825         * src/gtk/icon_legend.c
7826         * src/gtk/icon_legend.h
7827         * src/gtk/logwindow.c
7828         * src/gtk/logwindow.h
7829         * src/gtk/manage_window.c
7830         * src/gtk/manage_window.h
7831         * src/gtk/pluginwindow.c
7832         * src/gtk/pluginwindow.h
7833         * src/gtk/prefswindow.c
7834         * src/gtk/prefswindow.h
7835         * src/gtk/quicksearch.c
7836         * src/gtk/quicksearch.h
7837         * src/pixmaps/claws-mail.xpm
7838         * src/pixmaps/claws-mail_icon.xpm
7839         * src/pixmaps/claws-mail_logo.xpm
7840         * src/pixmaps/sylpheed-claws.xpm
7841         * src/pixmaps/sylpheed-claws_icon.xpm
7842         * src/pixmaps/sylpheed-claws_logo.xpm
7843         * src/plugins/bogofilter/Makefile.am
7844         * src/plugins/bogofilter/bogofilter.c
7845         * src/plugins/bogofilter/bogofilter.h
7846         * src/plugins/bogofilter/bogofilter_gtk.c
7847         * src/plugins/clamav/Makefile.am
7848         * src/plugins/clamav/clamav_plugin.c
7849         * src/plugins/clamav/clamav_plugin.h
7850         * src/plugins/clamav/clamav_plugin_gtk.c
7851         * src/plugins/demo/Makefile.am
7852         * src/plugins/demo/demo.c
7853         * src/plugins/dillo_viewer/Makefile.am
7854         * src/plugins/dillo_viewer/README
7855         * src/plugins/dillo_viewer/dillo_prefs.c
7856         * src/plugins/dillo_viewer/dillo_prefs.h
7857         * src/plugins/dillo_viewer/dillo_viewer.c
7858         * src/plugins/pgpcore/Makefile.am
7859         * src/plugins/pgpcore/passphrase.c
7860         * src/plugins/pgpcore/passphrase.h
7861         * src/plugins/pgpcore/pgp_viewer.c
7862         * src/plugins/pgpcore/pgp_viewer.h
7863         * src/plugins/pgpcore/plugin.c
7864         * src/plugins/pgpcore/prefs_gpg.c
7865         * src/plugins/pgpcore/prefs_gpg.h
7866         * src/plugins/pgpcore/select-keys.c
7867         * src/plugins/pgpcore/select-keys.h
7868         * src/plugins/pgpcore/sgpgme.c
7869         * src/plugins/pgpcore/sgpgme.h
7870         * src/plugins/pgpcore/sylpheed.def
7871         * src/plugins/pgpcore/version.rc
7872         * src/plugins/pgpinline/Makefile.am
7873         * src/plugins/pgpinline/pgpinline.c
7874         * src/plugins/pgpinline/pgpinline.h
7875         * src/plugins/pgpinline/plugin.c
7876         * src/plugins/pgpinline/sylpheed.def
7877         * src/plugins/pgpinline/version.rc
7878         * src/plugins/pgpmime/Makefile.am
7879         * src/plugins/pgpmime/pgpmime.c
7880         * src/plugins/pgpmime/pgpmime.h
7881         * src/plugins/pgpmime/plugin.c
7882         * src/plugins/pgpmime/sylpheed.def
7883         * src/plugins/pgpmime/version.rc
7884         * src/plugins/spamassassin/Makefile.am
7885         * src/plugins/spamassassin/README
7886         * src/plugins/spamassassin/spamassassin.c
7887         * src/plugins/spamassassin/spamassassin.h
7888         * src/plugins/spamassassin/spamassassin_gtk.c
7889         * src/plugins/trayicon/Makefile.am
7890         * src/plugins/trayicon/trayicon.c
7891         * tools/OOo2sylpheed.pl
7892         * tools/README
7893         * tools/README.sylprint
7894         * tools/acroread2sylpheed.pl
7895         * tools/claws.i18n.status.pl
7896         * tools/filter_conv.pl
7897         * tools/filter_conv_new.pl
7898         * tools/freshmeat_search.pl
7899         * tools/google_search.pl
7900         * tools/kmail2sylpheed.pl
7901         * tools/kmail2sylpheed_v2.pl
7902         * tools/make.themes.project
7903         * tools/multiwebsearch.pl
7904         * tools/nautilus2sylpheed.sh
7905         * tools/outlook2sylpheed.pl
7906         * tools/sylprint.pl
7907         * tools/sylprint.rc
7908         * tools/tb2sylpheed
7909         * tools/textviewer.sh
7910         * tools/vcard2xml.py
7911         * tools/kdeservicemenu/README
7912         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7913         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7914         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7915                 Change name to Claws Mail. Announce to follow...
7916
7917 2006-11-06 [wwp]        2.6.0cvs6
7918
7919         * src/prefs_template.c
7920                 unify messages related to quote format/template errors (fix
7921                 capitalization), again.
7922
7923 2006-11-06 [wwp]        2.6.0cvs5
7924
7925         * src/prefs_quote.c
7926                 unify messages related to quote format/template errors.
7927
7928 2006-11-06 [wwp]        2.6.0cvs4
7929
7930         * src/prefs_msg_colors.c
7931                 more uses of Q_ macro for contextual translations, thanks
7932                 to Fabien (fzzzzz).
7933
7934 2006-11-06 [wwp]        2.6.0cvs3
7935
7936         * src/compose.c
7937         * src/common/utils.c
7938         * src/common/utils.h
7939                 show an alertpanel to make sure users are aware that sensitive
7940                 files are attached (it's file blacklist-based). This will fix
7941                 interaction w/ GoogleEarth for instance, thanks to Colin.
7942
7943 2006-11-06 [wwp]        2.6.0cvs2
7944
7945         * src/prefs_quote.c
7946         * src/prefs_template.c
7947         * src/prefs_template.h
7948                 check quote format when applying/closing prefs. For now this only
7949                 shows up an error dialog box, not preventing the user from using
7950                 a broken quote (reply, forwards) format.
7951
7952 2006-11-06 [wwp]        2.6.0cvs1
7953
7954         * src/prefs_template.c
7955                 fix missing checks of some template fields.
7956
7957 2006-11-06 [paul]       2.6.0
7958
7959         * NEWS
7960         * README
7961         * RELEASE_NOTES
7962                 2.6.0 released
7963
7964 2006-11-06 [paul]       2.5.6cvs22
7965
7966         * manual/advanced.xml
7967         * manual/es/advanced.xml
7968                 put 'respect_flowed_format' info in the correct
7969                 place
7970
7971 2006-11-06 [mones]      2.5.6cvs21
7972
7973         * po/es.po
7974                 Minor fixes for release
7975
7976 2006-11-06 [paul]       2.5.6cvs20
7977
7978         * po/cs.po
7979         * po/de.po
7980         * po/fr.po
7981         * po/it.po
7982         * po/nl.po
7983         * po/pt_BR.po
7984         * po/sk.po
7985         * po/sv.po
7986         * po/zh_CN.po
7987                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7988                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7989                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7990                 Young
7991
7992 2006-11-02 [colin]      2.5.6cvs19
7993
7994         * src/imap.c
7995         * src/imap.h
7996         * src/prefs_account.c
7997         * src/etpan/imap-thread.c
7998                 Add GSSAPI support - fixes Debian bug #383274
7999
8000 2006-11-01 [colin]      2.5.6cvs18
8001
8002         * src/jpilot.c
8003                 Handle libpisock12 support. Probably
8004                 fixes bug 1046, 'jpilot AddressDB.pdb 
8005                 import fail'
8006
8007 2006-11-01 [colin]      2.5.6cvs17
8008
8009         * src/folderutils.c
8010                 debug_print() folderutils_mark_all_read()
8011
8012 2006-11-01 [colin]      2.5.6cvs16
8013
8014         * COPYING
8015                 Add missed files to the Apache exception
8016
8017 2006-10-31 [colin]      2.5.6cvs15
8018
8019         * src/folder.c
8020         * src/folder.h
8021                 Add a copy_private_data() func to FolderClasses
8022                 Doesn't break the feature freeze, because we 
8023                 won't use it (right now) in the core.
8024
8025 2006-10-31 [colin]      2.5.6cvs14
8026
8027         * COPYING
8028                 Allow linking with the Apache licensed files in
8029                 src/plugins/spamassassin. Hopefully fixes 
8030                 bug 1048, 'Spamassassin plugin license problem'
8031
8032 2006-10-31 [wwp]        2.5.6cvs13
8033
8034         * src/compose.c
8035                 fix and optimize trimming of leading linefeeds in body loop.
8036
8037 2006-10-31 [colin]      2.5.6cvs12
8038
8039         * src/etpan/imap-thread.c
8040         * src/imap.c
8041                 Make really sure to have NULL sets in case
8042                 of error
8043
8044 2006-10-30 [wwp]        2.5.6cvs11
8045
8046         * src/prefs_common.c
8047         * src/prefs_common.h
8048         * src/compose.c
8049                 fix broken storage of quote format template when it contains \-escape
8050                 sequences. The application of such sequences is also fixed now (\t
8051                 in quote format will be a real tab instead of a 't', for instance).
8052
8053 2006-10-27 [colin]      2.5.6cvs10
8054
8055         * src/compose.c
8056                 Probably fix bug 1045, 'sylpheed-claws 
8057                 doesn't remove the mail from the IMAP 
8058                 Queue folder after sending'. From
8059                 2.5.6cvs3-stable
8060
8061 2006-10-27 [colin]      2.5.6cvs9
8062
8063         * configure.ac
8064                 Require libetpan-0.48. I'm so annoying,
8065                 I know ;-)
8066
8067 2006-10-27 [colin]      2.5.6cvs8
8068
8069         * src/folder.c
8070         * src/imap.c
8071                 Probably fix bug 1044, 'sylpheed-claws 
8072                 segfaults while moving mails' - Fix relation
8073                 usage when moving to an IMAP mailbox from another
8074                 mailbox
8075
8076 2006-10-26 [paul]       2.5.6cvs7
8077
8078         * src/gtk/about.c
8079                 add libSM to compiled-in features
8080                 list
8081
8082 2006-10-24 [colin]      2.5.6cvs6
8083
8084         * src/textview.c
8085         * src/gtk/gtkutils.c
8086                 Fix crash when printing emails with an
8087                 xface
8088
8089 2006-10-24 [mones]      2.5.6cvs5
8090
8091         * manual/es/advanced.xml
8092                 Synchronize hidden option respect_flowed_format
8093         * po/es.po
8094                 Updated translation
8095
8096 2006-10-21 [paul]       2.5.6cvs4
8097
8098         * src/gtk/authors.h
8099         * src/plugins/pgpcore/pgp_viewer.c
8100         * src/plugins/pgpcore/sgpgme.c
8101                 fix building on BSDs
8102                 Thanks to Michael Hughes
8103                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8104
8105 2006-10-20 [colin]      2.5.6cvs3
8106
8107         * configure.ac
8108                 Bump up libetpan requirement
8109                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8110         * src/common/utils.c
8111         * src/common/utils.h
8112                 Add convenience get_file_mtime()
8113         * src/imap.c
8114         * src/etpan/imap-thread.c
8115         * src/etpan/imap-thread.h
8116                 Implement UIDPLUS support if the server
8117                 supports it - faster sending in this case
8118
8119 2006-10-19 [colin]      2.5.6cvs2
8120
8121         * src/gtk/quicksearch.c
8122                 Fix emptying in type-ahead+extended mode
8123         * src/mainwindow.c
8124         * src/mainwindow.h
8125                 Add a hook for offline state change
8126         * src/plugins/trayicon/trayicon.c
8127                 Use it to display offline icons
8128         * src/plugins/trayicon/Makefile.am
8129         * src/plugins/trayicon/newmail.offline.xpm
8130         * src/plugins/trayicon/newmarkedmail.offline.xpm
8131         * src/plugins/trayicon/nomail.offline.xpm
8132         * src/plugins/trayicon/unreadmail.offline.xpm
8133         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8134                 Add the icons
8135
8136 2006-10-12 [paul]       2.5.6cvs1
8137
8138         * NEWS
8139         * README
8140         * configure.ac
8141                 Update version number following
8142                 stable release
8143
8144 2006-10-19 [colin]      2.5.5cvs18
8145
8146         * manual/handling.xml
8147                 Add type-ahead search
8148
8149 2006-10-18 [colin]      2.5.5cvs17
8150
8151         * src/gtk/quicksearch.c
8152                 Remove "save to history only if there's
8153                 no syntax error", it breaks for some 
8154                 reason which I'll investigate later.
8155
8156 2006-10-18 [colin]      2.5.5cvs16
8157
8158         * src/prefs_common.c
8159         * src/prefs_common.h
8160         * src/summaryview.c
8161         * src/gtk/quicksearch.c
8162         * src/gtk/quicksearch.h
8163                 Add a type-ahead option for fast searches
8164                 Patch by Fabien Vantard
8165
8166 2006-10-18 [colin]      2.5.5cvs15
8167
8168         * src/compose.c
8169         * src/compose.h
8170                 Add Options/Reply mode/ menu to be able to
8171                 change the recipients of a reply on the fly
8172
8173 2006-10-18 [colin]      2.5.5cvs14
8174
8175         * src/compose.c
8176                 Fix redirecting of our own sent mails
8177
8178 2006-10-17 [wwp]        2.5.5cvs13
8179
8180         * src/send_message.c
8181                 Fix duplicate error messages when sending, and missing
8182                 newline in such error messages.
8183
8184 2006-10-17 [colin]      2.5.5cvs12
8185
8186         * src/compose.c
8187                 Compare addresses case-insensitive
8188
8189 2006-10-17 [colin]      2.5.5cvs11
8190
8191         * src/plugins/pgpcore/sgpgme.c
8192                 Fix return status
8193
8194 2006-10-17 [colin]      2.5.5cvs10
8195
8196         * src/plugins/pgpcore/pgp_viewer.c
8197                 Fix return status
8198
8199 2006-10-17 [colin]      2.5.5cvs9
8200
8201         * src/quote_fmt.c
8202                 Fix a typo (thanks to Fabien)
8203
8204 2006-10-16 [colin]      2.5.5cvs8
8205
8206         * src/textview.c
8207                 Fix problem with quote-folding when emails
8208                 don't convert cleanly to UTF-8
8209
8210 2006-10-14 [colin]      2.5.5cvs7
8211
8212         * src/prefs_template.c
8213                 Reset fields when reopening
8214                 the window
8215
8216 2006-10-13 [paul]       2.5.5cvs6
8217
8218         * manual/advanced.xml
8219         * src/prefs_message.c
8220                 make 'respect_flowed_format' a hidden
8221                 option, and add a manual entry for it
8222                 Thanks to Colin
8223
8224 2006-10-12 [colin]      2.5.5cvs5
8225
8226         * src/codeconv.c
8227                 Revert part of 2.5.2cvs21:
8228                 Don't optimise by reusing the 
8229                 last iconv converter if possible:
8230                 it seems slightly broken in a 
8231                 very hard way to reproduce
8232
8233 2006-10-12 [colin]      2.5.5cvs4
8234
8235         * src/prefs_common.c
8236         * src/prefs_common.h
8237         * src/prefs_message.c
8238         * src/procmime.c
8239                 Fix bug 1035, 'Incorrect handling 
8240                 of flowed lines'. We now optionnaly
8241                 handle this format (preference is in
8242                 Message View/Text options section)
8243
8244 2006-10-12 [colin]      2.5.5cvs3
8245
8246         * po/POTFILES.in
8247                 Add new file
8248         * src/plugins/pgpcore/pgp_viewer.c
8249         * src/plugins/pgpcore/sgpgme.c
8250                 Don't try to import without asking
8251
8252 2006-10-12 [colin]      2.5.5cvs2
8253
8254         * src/compose.c
8255                 Fix bug 1036, 'Forwarding a mutlipart
8256                 mail with a "text/html" block to ms
8257                 outlook users leeds to freeze of
8258                 outlook'. Poor outlook users...
8259
8260 2006-10-12 [paul]       2.5.5cvs1
8261
8262         * NEWS
8263         * README
8264         * configure.ac
8265                 Update version number following
8266                 stable release
8267
8268 2006-10-11 [paul]       2.5.4cvs1
8269
8270         * NEWS
8271         * README
8272         * configure.ac
8273                 Update version number following
8274                 stable release
8275
8276 2006-10-11 [paul]       2.5.3cvs32
8277
8278         * src/textview.c
8279                 fix bug 1032, 'Segmentation fault when showing
8280                 message' (bug in quote folding)
8281                 Thanks to Colin
8282
8283 2006-10-10 [colin]      2.5.3cvs31
8284
8285         * src/quote_fmt.c
8286                 Rephrase english a bit
8287
8288 2006-10-10 [colin]      2.5.3cvs30
8289
8290         * src/prefs_compose_writing.c
8291                 Stop making the page larger than the window
8292
8293 2006-10-10 [wwp]        2.5.3cvs29
8294
8295         * src/compose.c
8296         * src/prefs_template.c
8297         * src/quote_fmt.c
8298         * src/quote_fmt.h
8299         * src/quote_fmt_lex.l
8300         * src/quote_fmt_parse.y
8301                 Extend the quote parser a bit: allow to get access to
8302                 basic (composing) account info.
8303
8304 2006-10-10 [colin]      2.5.3cvs28
8305
8306         * src/procheader.c
8307                 Fix this \t problem in subject
8308
8309 2006-10-09 [colin]      2.5.3cvs27
8310
8311         * src/main.c
8312         * src/prefs_gtk.c
8313                 Prepare cache a bit later
8314                 If section already exists, skip the new one 
8315                 (as previously); avoid writing the same block
8316                 twice - if we find a second block with the 
8317                 same id, skip it.
8318         * src/plugins/pgpcore/pgp_viewer.c
8319                 Set cursor to busy when retrieving a key
8320         * src/plugins/pgpcore/sgpgme.c
8321                 allow 5 seconds for gpg to export the key
8322                 
8323
8324 2006-10-09 [colin]      2.5.3cvs26
8325
8326         * configure.ac
8327         * src/msgcache.c
8328         * src/prefs_gtk.c
8329                 Check for existence of fgets_unlocked
8330                 and fwrite_unlocked
8331
8332 2006-10-09 [paul]       2.5.3cvs25
8333
8334         * src/prefs_summaries.c
8335                 replace strftime() with fast_strftime() and in
8336                 the consequence fix the bug in the display of
8337                 AM/PM in the 'Example' string
8338
8339 2006-10-09 [ticho]      2.5.3cvs24
8340
8341         * po/sk.po
8342                 Updated (and fixed up somewhat) Slovak translation.
8343
8344 2006-10-08 [colin]      2.5.3cvs23
8345
8346         * src/prefs_folder_item.c
8347                 Explain why prefs in the top-level folder
8348                 aren't retained, but are still useful
8349
8350 2006-10-08 [colin]      2.5.3cvs22
8351
8352         * src/prefs_gtk.c
8353                 Don't cache anything if caching fails
8354
8355 2006-10-08 [colin]      2.5.3cvs21
8356
8357         * src/common/utils.c
8358                 always include gi18n.h
8359
8360 2006-10-07 [colin]      2.5.3cvs20
8361
8362         * src/plugins/pgpcore/pgp_viewer.c
8363                 Kill gpg after 5 seconds wait
8364
8365 2006-10-07 [colin]      2.5.3cvs19
8366
8367         * src/plugins/pgpcore/pgp_viewer.c
8368         * src/plugins/pgpcore/pgp_viewer.h
8369                 Fix copyright
8370
8371 2006-10-07 [colin]      2.5.3cvs18
8372
8373         * src/plugins/pgpcore/pgp_viewer.c
8374         * src/plugins/pgpcore/pgp_viewer.h
8375                 Actually add the files to CVS
8376
8377 2006-10-07 [colin]      2.5.3cvs17
8378
8379         * src/plugins/pgpcore/sgpgme.c
8380                 Be sure not to crash on 'application/pgp-signature' that
8381                 are not application/pgp-signatures
8382
8383 2006-10-07 [colin]      2.5.3cvs16
8384
8385         * src/textview.c
8386         * src/textview.h
8387                 Make a bit more of the API available
8388         * src/plugins/pgpcore/Makefile.am
8389         * src/plugins/pgpcore/plugin.c
8390         * src/plugins/pgpcore/sgpgme.c
8391                 Add basic key import/export
8392
8393 2006-10-07 [colin]      2.5.3cvs15
8394
8395         * src/folderview.c
8396         * src/imap.c
8397         * src/prefs_account.c
8398         * src/wizard.c
8399                 Warn users *everywhere* if libetpan's not
8400                 linked in
8401
8402 2006-10-06 [mones]      2.5.3cvs14
8403
8404         * po/de.po
8405         * po/es.po
8406                 updated by Stephan Sachse and me
8407
8408 2006-10-06 [colin]      2.5.3cvs13
8409
8410         * src/main.c
8411         * src/common/sylpheed.c
8412                 Don't load common plugins if --exit is passed
8413         * src/prefs_gtk.c
8414         * src/prefs_gtk.h
8415                 Implement a cache to avoid reading the same
8416                 files over and over again at startup
8417
8418 2006-10-06 [colin]      2.5.3cvs12
8419
8420         * src/summaryview.c
8421         * src/gtk/quicksearch.c
8422                 Update display every 5k mails on fast searches
8423
8424 2006-10-06 [colin]      2.5.3cvs11
8425
8426         * src/textview.c
8427                 Don't do quote folding on HTML or ERTF.
8428                 May fix the Cygwin issues if they were
8429                 happening with HTML mails?
8430
8431 2006-10-05 [colin]      2.5.3cvs10
8432
8433         * src/prefs_gtk.c
8434                 Oops, forgot one
8435
8436 2006-10-05 [colin]      2.5.3cvs9
8437
8438         * src/prefs_gtk.c
8439                 Use unlocked_stdio here too
8440
8441 2006-10-05 [colin]      2.5.3cvs8
8442
8443         * src/folderview.c
8444                 Fix go to next * after preferences apply
8445         * src/msgcache.c
8446                 Do the fd lock/unlock ourselves instead of
8447                 letting the libc do it at each write 
8448
8449 2006-10-05 [colin]      2.5.3cvs7
8450
8451         * src/common/utils.c
8452                 Faster division, thanks to Jean Diraison
8453
8454 2006-10-05 [paul]       2.5.3cvs6
8455
8456         * src/common/utils.c
8457                 fix building with --disable-nls
8458
8459 2006-10-04 [colin]      2.5.3cvs5
8460
8461         * src/folder.c
8462                 Maybe fix a segfault
8463
8464 2006-10-04 [wwp]        2.5.3cvs4
8465
8466         * src/prefs_folder_item.c
8467                 Fine-tune layouts in folder item prefs. Suggested by
8468                 Fabien Vantard <fzzzzz@gmail.com>.
8469
8470 2006-10-04 [wwp]        2.5.3cvs3
8471
8472         * src/prefs_folder_item.c
8473                 Kill the clandestine passengers. You didn't see anything.
8474
8475 2006-10-04 [wwp]        2.5.3cvs2
8476
8477         * src/prefs_folder_item.c
8478                 Add a way to test the subject simplify regexp in
8479                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8480                 w/ few layout changes.
8481
8482 2006-20-04 [paul]       2.5.3cvs1
8483
8484         * NEWS
8485         * README
8486         * configure.ac
8487                 Update version number following
8488                 stable release
8489
8490 2006-10-04 [colin]      2.5.2cvs42
8491
8492         * src/folder.c
8493         * src/folder.h
8494         * src/summaryview.c
8495                 Provide a way for folder classes to set their sort
8496                 type and key
8497
8498 2006-10-03 [colin]      2.5.2cvs41
8499
8500         * src/mh.c
8501                 Don't use strlen() to know if the
8502                 string's empty
8503
8504 2006-10-03 [colin]      2.5.2cvs40
8505
8506         * src/mh.c
8507                 Fix "check for new folders" with accentued folders
8508
8509 2006-10-03 [ticho]      2.5.2cvs39
8510
8511         * src/filtering.c
8512         * src/folder.c
8513         * src/inc.c
8514         * src/mbox.c
8515                 Colin's fix for "copy" filtering rules.
8516
8517 2006-10-02 [colin]      2.5.2cvs38
8518
8519         * src/folderview.c
8520                 Fix for double-click too
8521
8522 2006-10-02 [colin]      2.5.2cvs37
8523
8524         * src/folderview.c
8525                 correct fix for cvs36
8526
8527 2006-10-02 [colin]      2.5.2cvs36
8528
8529         * src/folderview.c
8530                 Fix 'goto next unread' after collapsing/expanding 
8531                 a node.
8532
8533 2006-10-02 [colin]      2.5.2cvs35
8534
8535         * src/summaryview.c
8536                 Fix double freeze/thaw
8537         * src/common/utils.c
8538         * src/common/utils.h
8539                 Reimplement strftime
8540         * src/procheader.c
8541                 Use it
8542
8543
8544 2006-10-02 [colin]      2.5.2cvs34
8545
8546         * src/mh.c
8547                 Time mh_write_sequences() - it's fast
8548         * src/summaryview.c
8549                 Init a variable to shut up gcc
8550
8551 2006-10-01 [colin]      2.5.2cvs33
8552
8553         * src/folder.c
8554         * src/mh.c
8555         * src/mh.h
8556         * src/msgcache.c
8557                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8558                 Add fsync but disable it, it's slow as hell
8559
8560 2006-10-01 [colin]      2.5.2cvs32
8561
8562         * src/mh.c
8563         * src/msgcache.c
8564                 fflush() caches and mh_sequences before
8565                 fclose()ing
8566
8567 2006-10-01 [colin]      2.5.2cvs31
8568
8569         * src/msgcache.c
8570                 Don't ftruncate when not using mmap
8571
8572 2006-09-30 [colin]      2.5.2cvs30
8573
8574         * src/main.c
8575                 Write folder list *after* saving caches
8576
8577 2006-09-30 [colin]      2.5.2cvs29
8578
8579         * src/folder.c
8580         * src/mh.c
8581                 Debug forced mtime changes
8582
8583 2006-09-30 [colin]      2.5.2cvs28
8584
8585         * src/folder.c
8586         * src/main.c
8587                 Remove useless debug_print()s (code
8588                 well-tested)
8589
8590 2006-09-30 [colin]      2.5.2cvs27
8591
8592         * src/mh.c
8593                 Do stuff faster when writing mh_sequences
8594
8595 2006-09-30 [colin]      2.5.2cvs26
8596
8597         * src/mh.c
8598                 Don't let the writing of .mh_sequences, which
8599                 can change the folder's mtime, let us think
8600                 we need to scan.
8601
8602 2006-09-30 [colin]      2.5.2cvs25
8603
8604         * src/folder.c
8605                 Move a debug_print where it belongs 
8606                 (processing)
8607         * src/summaryview.c
8608                 Don't mess with a huge slow subject
8609                 table if we're not threading by
8610                 subject
8611
8612 2006-09-30 [colin]      2.5.2cvs24
8613
8614         * src/msgcache.c
8615                 Reenable mmaped reads (*not* writes!)
8616         * src/procmsg.c
8617                 Don't destroy and recreate hashtables just
8618                 for fun
8619         * src/common/utils.c
8620                 Remove useless reply prefixes (it's case
8621                 unsensitive)
8622
8623 2006-09-30 [wwp]        2.5.2cvs23
8624
8625         * tools/fix_date.sh
8626                 Fixed a minor bug in date value extraction, added a switch
8627                 to replace non RFC-compliant Date: value, added a switch
8628                 to use strict RFC matching patterns for dates.
8629
8630 2006-09-29 [colin]      2.5.2cvs22
8631
8632         * src/matcher_parser.h
8633         * src/matcher_parser_parse.y
8634         * src/prefs_filtering.c
8635         * src/statusbar.c
8636         * src/summary_search.c
8637         * src/summaryview.c
8638         * src/gtk/quicksearch.c
8639         * src/gtk/quicksearch.h
8640                 Optimise searches by setting different
8641                 refresh intervals (depending if the 
8642                 search is fast or not)
8643
8644 2006-09-29 [colin]      2.5.2cvs21
8645
8646         * src/codeconv.c
8647                 Optimise by reusing the last iconv converter
8648                 if possible
8649         * src/textview.c
8650                 Optimise a bit (the foldable quotes feature
8651                 still has an awful O(n^2) algo
8652
8653 2006-09-29 [colin]      2.5.2cvs20
8654
8655         * src/gtk/gtksctree.c
8656         * src/gtk/gtksctree.h
8657                 Optimise de-selection via up/down or
8658                 another key
8659
8660 2006-09-28 [colin]      2.5.2cvs19
8661
8662         * src/action.c
8663         * src/compose.c
8664         * src/folderview.c
8665         * src/mainwindow.c
8666         * src/messageview.c
8667         * src/summary_search.c
8668         * src/toolbar.c
8669                 Avoid using summaryview->ctree directly
8670
8671 2006-09-28 [colin]      2.5.2cvs18
8672
8673         * src/summaryview.c
8674         * src/summaryview.h
8675                 Add helpers to freeze/thaw/grab_focus
8676                 Factorize calls to freeze/thaw/grab_focus
8677                 
8678
8679 2006-09-28 [colin]      2.5.2cvs17
8680
8681         * src/main.c
8682                 More guards for the session management
8683
8684 2006-09-28 [colin]      2.5.2cvs16
8685
8686         * src/folderview.c
8687         * src/gtk/gtksctree.c
8688         * src/gtk/gtksctree.h
8689                 Make expanding not recursive in folderview
8690
8691 2006-09-28 [colin]      2.5.2cvs15
8692
8693         * src/addressbook.c
8694                 If nothing is selected in the list (right part)
8695                 and a group is selected in the tree (left part),
8696                 mail this group.
8697
8698 2006-09-28 [colin]      2.5.2cvs14
8699
8700         * src/Makefile.am
8701                 Actually use SM_LIBS
8702
8703 2006-09-28 [ticho]      2.5.2cvs13
8704
8705         * src/export.c
8706         * src/messageview.c
8707         * src/mimeview.c
8708         * src/news.c
8709         * src/pop.c
8710         * src/prefs_themes.c
8711         * src/procmsg.c
8712                 Small i18n string optimization.
8713         * src/send_message.c
8714         * src/summaryview.c
8715         * src/common/session.c
8716         * src/common/smtp.c
8717         * src/common/ssl_certificate.c
8718         * src/common/utils.c
8719                 Use "Couldn't" instead of "Can't" in UI messages,
8720                 where appropriate.
8721
8722 2006-09-28 [colin]      2.5.2cvs12
8723
8724         * configure.ac
8725                 Possibly fix link errors
8726
8727 2006-09-27 [wwp]        2.5.2cvs11
8728
8729         * src/gtk/authors.h
8730         * doc/man/sylpheed-claws.1
8731         * manual/ack.xml
8732         * manual/es/ack.xml
8733         * manual/fr/ack.xml
8734         * manual/pl/ack.xml
8735                 Updated authors info (me, myself and I).
8736
8737 2006-09-27 [colin]      2.5.2cvs10
8738
8739         * src/addressbook.c
8740                 Remove useless printf
8741
8742 2006-09-27 [wwp]        2.5.2cvs9
8743
8744         * src/editgroup.c
8745         * src/send_message.c
8746         * src/inc.c
8747         * src/prefs_common.c
8748         * src/prefs_common.h
8749         * src/gtk/progressdialog.c
8750                 remember more windows' sizes (send dialog, received dialog,
8751                 edit group in addressbook).
8752
8753 2006-09-27 [colin]      2.5.2cvs8
8754
8755         * configure.ac
8756         * src/main.c
8757         * src/mainwindow.h
8758                 Use libSM to communicate with the session
8759                 manager, so that we can know when the 
8760                 session ends, save our caches, and draft
8761                 our compose windows.
8762
8763 2006-09-27 [colin]      2.5.2cvs7
8764
8765         * src/addressbook.c
8766                 Fix issues:
8767                 o Allow Book and Group creation from the tree's
8768                   contextual menu
8769                 o Do not actually delete the contacts when 
8770                   deleting groups from the tree (duh!)
8771
8772 2006-09-27 [colin]      2.5.2cvs6
8773
8774         * src/compose.c
8775         * src/compose.h
8776         * src/mainwindow.c
8777         * src/textview.c
8778         * src/toolbar.c
8779                 o Allow passing an email address to 
8780                   compose_new_with_folderitem
8781                 o Update callers
8782                 o Use current folderitem when clicking
8783                   on a TextView mailto: link
8784                 o Fix a possible leak in TextView
8785
8786 2006-09-27 [colin]      2.5.2cvs5
8787
8788         * src/html.c
8789                 Use UTF-8 chars to replace HTML entities
8790
8791 2006-09-27 [colin]      2.5.2cvs4
8792
8793         * AUTHORS
8794         * src/prefs_account.c
8795         * src/gtk/authors.h
8796                 Fix bug #1024 (Array index out of
8797                 range in sylpheed-claws-2.5.2)
8798                 Patch by Ales Nosek <anosek@suse.cz>
8799
8800 2006-09-27 [colin]      2.5.2cvs3
8801
8802         * src/addr_compl.c
8803                 Actually do the test
8804
8805 2006-09-27 [colin]      2.5.2cvs2
8806
8807         * src/addr_compl.c
8808         * src/addr_compl.h
8809                 Allow completing with comma (in certain cases: vCalendar
8810                 for example doesn't support that)
8811                 Patch by Fabien Vantard
8812
8813 2006-09-26 [colin]      2.5.2cvs1
8814
8815         * src/Makefile.am
8816         * src/addr_compl.c
8817         * src/addr_compl.h
8818         * src/addrbook.c
8819         * src/addrbook.h
8820         * src/addressbook.c
8821         * src/addrindex.c
8822         * src/addrindex.h
8823         * src/compose.c
8824         * src/prefs_common.c
8825         * src/prefs_filtering_action.c
8826         * src/prefs_folder_item.c
8827         * src/prefs_template.c
8828         * src/stock_pixmap.c
8829         * src/stock_pixmap.h
8830         * src/pixmaps/addr_one.xpm
8831         * src/pixmaps/addr_two.xpm
8832                 Add auto-completion on groups
8833
8834 2006-09-26 [colin]      2.5.2
8835
8836         * NEWS
8837         * README
8838         * RELEASE_NOTES
8839                 2.5.2 released
8840
8841 2006-09-26 [colin]      2.5.1cvs5
8842
8843         * src/matcher.c
8844                 Fix condition
8845
8846 2006-09-26 [colin]      2.5.1cvs4
8847
8848         * src/mbox.c
8849                 Revert cvs1 (useless as the message is printed 
8850                 every 500 mails)
8851
8852 2006-09-26 [colin]      2.5.1cvs3
8853
8854         * src/partial_download.c
8855                 Fix crasher found by Alexsandar Urosevic
8856
8857 2006-09-26 [colin]      2.5.1cvs2
8858
8859         * src/summaryview.c
8860                 Fix bug #1023 (Sylpheed deletes too much messages)
8861
8862 2006-09-26 [ticho]      2.5.1cvs1
8863
8864         * src/mbox.c
8865                 Make use of gettext's multiple plurals for statusbar
8866                 progress message.
8867
8868 2006-09-25 [paul]       2.5.1
8869
8870         * NEWS
8871         * README
8872         * RELEASE_NOTES
8873                 2.5.1 released
8874
8875 2006-09-25 [colin]      2.5.0cvs3
8876
8877         * src/plugins/bogofilter/bogofilter.c
8878         * src/plugins/clamav/clamav_plugin.c
8879         * src/plugins/spamassassin/spamassassin.c
8880                 BogoFilter, Spamassassin: Fix double hook registering after
8881                 visiting preferences
8882                 Spamassassin, Clamav: Just set the mails to move instead of
8883                 doing the move - caller will move the things at once.
8884
8885 2006-09-25 [colin]      2.5.0cvs2
8886
8887         * src/imap.c
8888         * src/etpan/imap-thread.c
8889                 Use UID SEARCH ALL instead of UID 1:*
8890                 (braindead servers can't figure out that's
8891                 the same...)
8892
8893 2006-09-25 [wwp]        2.5.0cvs1
8894
8895         * src/message_search.c
8896                 Added the ability to stop a running search (in message body).
8897
8898 2006-09-25 [paul]       2.5.0
8899
8900         * NEWS
8901         * README
8902         * RELEASE_NOTES
8903                 2.5.0 released
8904
8905 2006-09-25 [paul]       2.4.0cvs214
8906
8907         * po/cs.po
8908         * po/de.po
8909         * po/fi.po
8910         * po/fr.po
8911         * po/nl.po
8912         * po/pt_BR.po
8913         * po/sk.po
8914         * po/sr.po
8915         * po/zh_CN.po
8916                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8917                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8918                 Ticho, Aleksander Urosevic, Ralgh Young
8919
8920 2006-09-24 [mones]      2.4.0cvs213
8921
8922         * po/es.po
8923                 Updated for release
8924
8925 2006-09-23 [colin]      2.4.0cvs212
8926
8927         * src/gtk/inputdialog.c
8928                 Fix [ ] remember this appearing in normal
8929                 input dialogs after it's been used by
8930                 mimeview.
8931         * src/folder.c
8932         * src/folderview.c
8933         * src/msgcache.c
8934         * src/procmsg.c
8935         * src/summaryview.c
8936         * src/textview.c
8937         * src/common/timing.h
8938                 Enable timings in debug mode and make it
8939                 look prettier.
8940
8941 2006-09-22 [colin]      2.4.0cvs211
8942
8943         * README
8944                 Revert test change
8945         * commitHelper
8946                 ping the correct URI
8947
8948 2006-09-22 [colin]      2.4.0cvs210
8949
8950         * README
8951                 Let's see if bug #1022 is fixed
8952
8953 2006-09-21 [colin]      2.4.0cvs209
8954
8955         * src/wizard.c
8956         * src/common/plugin.c
8957                 Prepare infra to load predefined plugins when
8958                 no configuration existed. Don't actually load
8959                 anything yet (feat. freeze)
8960
8961 2006-09-21 [wwp]        2.4.0cvs208
8962
8963         * manual/fr/faq.xml
8964                 Partial sync w/ 2.4.0cvs72:
8965                 wrap file and minor updates.
8966
8967 2006-09-21 [wwp]        2.4.0cvs207
8968
8969         * tools/fix_date.sh
8970                 several fixes and enhancements. A new --force switch has been
8971                 added to prevent overriding by default Date: header when
8972                 already existing.
8973
8974 2006-09-21 [paul]       2.4.0cvs206
8975
8976         * src/common/utils.c
8977                 add Chinese UTF8 Re prefix
8978
8979 2006-09-21 [wwp]        2.4.0cvs205
8980
8981         * tools/Makefile.am
8982                 Fics alfabettical order.
8983
8984 2006-09-21 [wwp]        2.4.0cvs204
8985
8986         * tools/fix_date.sh
8987         * tools/Makefile.am
8988                 Added an action tool to fix missing Date field in emails.
8989                 Updated Makefile.am to reflect those last two additions.
8990
8991 2006-09-21 [wwp]        2.4.0cvs203
8992
8993         * tools/uuooffice
8994                 Added a action tool to open uuencoded docs w/
8995                 OpenOffice (based on uudec method).
8996
8997 2006-09-21 [colin]      2.4.0cvs202
8998
8999         * src/compose.c
9000         * src/textview.c
9001                 Workaround possible GTK crash: remove selection 
9002                 clipboard before destroying widget, or GTK+-2.10
9003                 dies. Thanks to Hiro.
9004
9005 2006-09-20 [colin]      2.4.0cvs201
9006
9007         * src/compose.c
9008                 Fix free-after-use in some cases (when 
9009                 procmime_encode_content() frees mimeinfo->data.mem
9010                 and turns it to a temp file)
9011
9012 2006-09-20 [colin]      2.4.0cvs200
9013
9014         * src/folderview.c
9015         * src/summaryview.c
9016         * src/gtk/gtksctree.c
9017         * src/gtk/gtksctree.h
9018                 Add tooltips in the folderview and summaryview
9019                 (Doesn't break string freeze as they already
9020                 exist)
9021         * src/toolbar.c
9022                 Put the spam button in the default configuration
9023                 if compiled with bogo plugin too
9024
9025 2006-09-19 [colin]      2.4.0cvs199
9026
9027         * src/summaryview.c
9028         * src/summaryview.h
9029                 Update folder name label on folder rename
9030         * src/prefs_matcher.c
9031         * src/gtk/logwindow.h
9032                 Fix warnings
9033                 Patches by Fabien
9034
9035 2006-09-19 [wwp]        2.4.0cvs198
9036
9037         * src/summary_search.c
9038                 fix can't click forward/backward buttons in the
9039                 search messages.
9040
9041 2006-09-18 [paul]       2.4.0cvs197
9042
9043         * src/wizard.c
9044                 add missing bracket, capitalise the A of
9045                 'SpamAssassin'
9046
9047 2006-09-18 [paul]       2.4.0cvs196
9048
9049         * src/compose.c
9050                 fix bug 1012 'crashed upon sending mail
9051                 from compose window'
9052                 Thanks to Colin
9053
9054 2006-09-16 [colin]      2.4.0cvs195
9055
9056         * src/folderview.c
9057                 Fix "real-time" sorting by freezing/thawing
9058
9059 2006-09-16 [colin]      2.4.0cvs194
9060
9061         * manual/faq.xml
9062                 Fix the anti-spam entry a bit
9063
9064 2006-09-16 [colin]      2.4.0cvs193
9065
9066         * src/wizard.c
9067                 Make sure reviewers have no excuse when stating
9068                 Sylpheed-Claws doesn't have antispam capabilities.
9069
9070 2006-09-16 [colin]      2.4.0cvs192
9071
9072         * src/main.c
9073                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9074                 as if the SIGPIPE comes from etpan's thread we could
9075                 trigger a GUI update from this thread.
9076
9077 2006-09-16 [colin]      2.4.0cvs191
9078
9079         * src/summaryview.c
9080                 Init all members of the struct
9081
9082 2006-09-16 [paul]       2.4.0cvs190
9083
9084         * src/account.c
9085                 improvements to the English
9086
9087 2006-09-15 [colin]      2.4.0cvs189
9088
9089         * src/summaryview.c
9090                 HIG order on dialog
9091
9092 2006-09-14 [colin]      2.4.0cvs188
9093
9094         * src/common/socket.c
9095         * src/common/socket.h
9096         * src/common/ssl.c
9097         * src/common/ssl_certificate.c
9098         * src/common/ssl_certificate.h
9099         * src/etpan/imap-thread.c
9100                 the get_fqdn() call done to get canonical name when
9101                 checking an SSL certificate is blocking, which is
9102                 sad as we just did a non-blocking lookup to connect.
9103                 Fix that by letting the fqdn available to the SockInfo,
9104                 and use that in ssl_certificate_check(). For IMAP,
9105                 we don't do it as the lookup's done by libetpan, but
9106                 it's less annoying as IMAP connections as much more
9107                 rare than POP3 connections.
9108
9109 2006-09-14 [paul]       2.4.0cvs187
9110
9111         * manual/advanced.xml
9112                 improvements to the English,
9113                 properly place the new hidden options
9114                 within the alphabetical order
9115         * src/gtk/pluginwindow.c
9116                 improvements to the English
9117
9118 2006-09-14 [colin]      2.4.0cvs186
9119
9120         * src/prefs_common.c
9121         * src/prefs_common.h
9122         * src/gtk/gtksctree.c
9123         * manual/advanced.xml
9124                 New hidden pref, stripes_color_offset, to change
9125                 the value added/substracted to normal bgcolor to
9126                 create the stripes in summaries
9127
9128 2006-09-13 [colin]      2.4.0cvs185
9129
9130         * src/gedit-print.c
9131         * src/messageview.c
9132         * src/messageview.h
9133         * src/summaryview.c
9134         * src/textview.c
9135                 Fix misc. printing issues: 
9136                 - Bad font for linkified headers
9137                 - Different font if the mail was displayed or not
9138                 - Factorize the thing
9139
9140 2006-09-13 [colin]      2.4.0cvs184
9141
9142         * src/common/ssl_certificate.c
9143                 Only get FQDN once when checking certificate
9144
9145 2006-09-13 [colin]      2.4.0cvs183
9146
9147         * src/account.c
9148         * src/gtk/pluginwindow.c
9149                 Misc. GUI fixes by Fabien
9150
9151 2006-09-13 [wwp]        2.4.0cvs182
9152
9153         * configure.ac
9154         * src/common/utils.h
9155         * src/common/utils.c
9156                 get rid of unused wide-char functions.
9157
9158 2006-09-13 [wwp]        2.4.0cvs181
9159
9160         * src/plugins/pgpinline/sylpheed.def
9161         * src/textview.c
9162                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9163                 add privacy_reset_error to the .def file,
9164                 do not fork for an external textviewer.
9165
9166 2006-09-13 [wwp]        2.4.0cvs180
9167
9168         * src/prefs_common.c
9169                 fix broken font entry in prefs (patch issued by the gpg4win team,
9170                 probably by Marcus Brinkmann <marcus@g10code.de>).
9171
9172 2006-09-13 [colin]      2.4.0cvs179
9173
9174         * src/folder.h
9175                 Fix a warning in summaryview.c
9176         * src/mainwindow.c
9177         * src/summaryview.c
9178         * src/summaryview.h
9179                 Add missing Mark/* elements in the
9180                 main menu
9181
9182 2006-09-12 [colin]      2.4.0cvs178
9183
9184         * src/prefs_actions.c
9185         * src/prefs_filtering_action.c
9186         * src/prefs_matcher.c
9187                 Use (New) instead of New everywhere
9188
9189 2006-09-12 [wwp]        2.4.0cvs177
9190
9191         * manual/fr/addrbook.xml
9192         * manual/fr/handling.xml
9193                 updated some quotes in the fr manual to match the fr translation.
9194
9195 2006-09-12 [wwp]        2.4.0cvs176
9196
9197         * src/prefs_matcher.c
9198                 don't store translated string elements in matcher expressions.
9199                 Also fixed a misused of Q_().
9200
9201 2006-09-11 [wwp]        2.4.0cvs175
9202
9203         * src/plugins//bogofilter/bogofilter.c
9204         * src/plugins//clamav/clamav_plugin.c
9205         * src/plugins//demo/demo.c
9206         * src/plugins//dillo_viewer/dillo_viewer.c
9207         * src/plugins//pgpcore/plugin.c
9208         * src/plugins//pgpinline/plugin.c
9209         * src/plugins//pgpmime/plugin.c
9210         * src/plugins//spamassassin/spamassassin.c
9211                 gettext-ize more strings (mostly plugin error messages).
9212
9213 2006-09-11 [colin]      2.4.0cvs174
9214
9215         * src/alertpanel.c
9216                 Make maximum buffer size bigger to avoid
9217                 truncating translated messages. Patch by
9218                 Fabien
9219
9220 2006-09-11 [colin]      2.4.0cvs173
9221
9222         * src/etpan/imap-thread.c
9223                 Fix compilation on OpenBSD, thanks to 
9224                 Landry
9225
9226 2006-09-10 [wwp]        2.4.0cvs172
9227
9228         * manual/account.xml
9229         * manual/addrbook.xml
9230         * manual/handling.xml
9231         * manual/es/handling.xml
9232         * manual/fr/account.xml
9233         * manual/fr/addrbook.xml
9234         * manual/fr/handling.xml
9235                 documented addressbook matching (condition configuration):
9236                   addrbook.xml, en fr
9237                 documented per-account filtering rules (handling/filtering
9238                   section, account section):
9239                   account.xml, handling.xml, en fr
9240                 slightly updated the handling/searching section to tell few
9241                   words about the extended search ability:
9242                   handling.xml, en fr
9243                 added missing <quote></quotes> to Quick Search:
9244                   handling.xml, en fr es
9245                 fixed a typo (auomatically):
9246                   handling.xml, en
9247                 changes revisited by Paul.
9248
9249 2006-09-10 [paul]       2.4.0cvs171
9250
9251         * src/prefs_actions.c
9252         * src/prefs_filtering.c
9253         * src/prefs_template.c
9254                 adjustments to the gui
9255                 Patch by Fabien Vantard (slightly modified)
9256
9257 2006-09-10 [colin]      2.4.0cvs170
9258
9259         * src/summaryview.c
9260                 Check folderitem/summaryview consistency
9261                 (basically automates Update summary). Fixes
9262                 #1011 (wrong (negative) count on unread 
9263                 messages)
9264
9265 2006-09-10 [colin]      2.4.0cvs169
9266
9267         * src/gtk/gtksctree.c
9268                 Fix recursive expansion via mouse
9269         * src/plugins/bogofilter/bogofilter.c
9270                 Use normal filtering way of moving
9271                 messages (batching), possibly fixing
9272                 bug #1015 (Bogofilter plugin doubles 
9273                 new messages)
9274
9275 2006-09-09 [wwp]        2.4.0cvs168
9276
9277         * src/prefs_filtering.c
9278                 better place for this fix.
9279
9280 2006-09-09 [wwp]        2.4.0cvs167
9281
9282         * src/prefs_filtering.c
9283                 fix a minor bug when the enabled status of a filtering/processing
9284                 rule always got set to TRUE when replacing this rule. That still
9285                 make sense when adding a new rule, but now when replacing, we
9286                 don't override the value of 'enabled'.
9287                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9288                 to prefs_filtering_list_view_get_info() as this function not only
9289                 returns the name, but also the account_id and the enabled status.
9290
9291 2006-09-09 [mones]      2.4.0cvs166
9292
9293         * manual/glossary.xml
9294         * manual/plugins.xml
9295                 Minor format corrections
9296         * manual/gpl.xml
9297                 Fix misplaced NO WARRANTY section
9298         * manual/es/advanced.xml
9299         * manual/es/faq.xml
9300         * manual/es/glossary.xml
9301         * manual/es/gpl.xml
9302         * manual/es/handling.xml
9303         * manual/es/plugins.xml
9304         * manual/es/starting.xml
9305                 Incorporate changes from English version
9306         * manual/fr/ack.xml
9307         * manual/pl/ack.xml
9308         * manual/es/ack.xml
9309                 Fix address, (add translation credits in es version)
9310         * po/es.po
9311                 Updated translation
9312
9313 2006-09-09 [wwp]        2.4.0cvs165
9314
9315         * src/prefs_filtering.c
9316                 fix a crash when opening filtering prefs, if matcherrc file contains
9317                 broken data (non-existing account id, which is theoretically not
9318                 possible).
9319
9320 2006-09-08 [colin]      2.4.0cvs164
9321
9322         * src/folder.c
9323                 Wrong assert, make it an if()
9324         * src/gtk/gtksctree.c
9325                 Fix bug #1013 (expand selected thread 
9326                 tree) - expanding is now recursive
9327
9328 2006-09-07 [wwp]        2.4.0cvs163
9329
9330         * src/prefs_matcher.c
9331                 make better sentences about addressbook matching in the
9332                 matcher prefs. This should make translators' work easier
9333                 too.
9334
9335 2006-09-07 [wwp]        2.4.0cvs162
9336
9337         * src/prefs_filtering.c
9338                 code simplification (get rid of dup var. assignment).
9339
9340 2006-09-07 [wwp]        2.4.0cvs161
9341
9342         * src/summaryview.c
9343                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9344                 <fzzzzz@gmail.com>.
9345
9346 2006-09-07 [paul]       2.4.0cvs160
9347
9348         * src/mimeview.c
9349                 fix compilation warnings
9350                 Thanks to Colin
9351
9352 2006-09-07 [paul]       2.4.0cvs159
9353
9354         * src/mimeview.c
9355                 select the mimepart icon when
9356                 displaying as text
9357                 Thanks to Colin
9358
9359 2006-09-06 [paul]       2.4.0cvs158
9360
9361         * src/prefs_filtering.c
9362                 fix labels and table element spacing
9363                 Patch by Fabien Vantard
9364
9365 2006-09-06 [paul]
9366
9367         2.5.0-rc3 released
9368
9369 2006-09-06 [paul]       2.4.0cvs157
9370
9371         * manual/es/advanced.xml
9372                 fix typo
9373
9374 2006-09-06 [wwp]        2.4.0cvs156
9375
9376         * src/mainwindow.c
9377                 fix an dup launch issue when iconified, thanks to Colin.
9378
9379 2006-09-06 [wwp]        2.4.0cvs155
9380
9381         * src/gtk//gtksctree.h
9382                 oops, forgot that one!
9383
9384 2006-09-06 [wwp]        2.4.0cvs154
9385
9386         * manual/pl/advanced.xml
9387         * manual/advanced.xml
9388         * manual/es/advanced.xml
9389         * manual/fr/advanced.xml
9390         * src/prefs_customheader.c
9391         * src/prefs_filtering_action.c
9392         * src/foldersel.c
9393         * src/prefs_summaries.c
9394         * src/prefs_filtering.c
9395         * src/account.c
9396         * src/compose.c
9397         * src/prefs_summary_column.c
9398         * src/addr_compl.c
9399         * src/prefs_actions.c
9400         * src/prefs_folder_column.c
9401         * src/ssl_manager.c
9402         * src/prefs_template.c
9403         * src/prefs_display_header.c
9404         * src/prefs_common.h
9405         * src/prefs_matcher.c
9406         * src/prefs_common.c
9407         * src/prefs_toolbar.c
9408         * src/summaryview.c
9409         * src/folderview.c
9410         * src/gtk/gtksctree.c
9411         * src/gtk/pluginwindow.c
9412         * src/gtk/progressdialog.c
9413         * src/gtk/prefswindow.c
9414                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9415                 to make its meaning more obvious (all versions of the manual reflect
9416                 the change).
9417                 added an extra hidden option use_stripes_in_summary to allow
9418                 discarding these stripes in mainwindow's folder and message lists;
9419                 en and fr manuals only are OK towards this.
9420
9421 2006-09-06 [colin]      2.4.0cvs153
9422
9423         * src/textview.c
9424                 Hide Sylpheed-Claws' internal queue headers
9425                 when showing all headers. They'll be present
9426                 only in Source window.
9427
9428 2006-09-05 [colin]      2.4.0cvs152
9429
9430         * src/plugins/trayicon/trayicon.c
9431                 Fix crash at exit - we have to disconnect
9432                 our handlers
9433         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9434                 Update eggtrayicon - patch adapted from a
9435                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9436                 on Sylpheed's ML
9437
9438 2006-09-05 [colin]      2.4.0cvs151
9439
9440         * src/mainwindow.c
9441         * src/gtk/logwindow.c
9442                 Fix race condition when something writes
9443                 to the log too soon during init. Thanks
9444                 to Fabien Vantard
9445
9446 2006-09-05 [colin]      2.4.0cvs150
9447
9448         * src/mimeview.c
9449                 Don't select part on right-click either
9450
9451 2006-09-05 [paul]       2.4.0cvs149
9452
9453         * src/mimeview.c
9454                 completion of previous commit
9455                 Thanks to Colin
9456
9457 2006-09-05 [colin]      2.4.0cvs148
9458
9459         * src/mimeview.c
9460                 Don't force selection on middle-click, just open
9461
9462 2006-09-04 [colin]      2.4.0cvs147
9463
9464         * src/mimeview.c
9465                 Looks like gtk_notebook_set_current_page()
9466                 sometimes steals focus, and this annoys us
9467                 in MimeViewers as it renders navigation
9468                 keys useless. Take back focus after switching
9469                 pages.
9470
9471 2006-09-04 [colin]      2.4.0cvs146
9472
9473         * src/messageview.c
9474                 Set stop_loading when clicking on Next
9475                 during load. Don't add a callback to 
9476                 avoid over-complicating things.
9477
9478 2006-09-04 [colin]      2.4.0cvs145
9479
9480         * src/mimeview.c
9481         * src/messageview.c
9482                 Fix multiple loads in separate messageview
9483
9484 2006-09-04 [colin]      2.4.0cvs144
9485
9486         * src/summaryview.c
9487                 Let navigation keys be handled during 
9488                 load
9489
9490 2006-09-04 [colin]      2.4.0cvs143
9491
9492         * src/messageview.c
9493         * src/summaryview.c
9494         * src/textview.c
9495         * src/textview.h
9496                 Make loading of huge mails (lots of text and/or
9497                 images) cancellable, so the GUI doesn't block 
9498
9499 2006-09-04 [colin]      2.4.0cvs142
9500
9501         * src/plugins/trayicon/trayicon.c
9502                 Fix annoyance when removing a folder with 
9503                 unread mails: trayicon didn't update
9504
9505 2006-09-04 [paul]       2.4.0cvs141
9506
9507         * src/gtk/icon_legend.c
9508                 straighten up columns
9509                 Patch by Fabien Vantard
9510
9511 2006-09-04 [wwp]        2.4.0cvs140
9512
9513         * src/prefs_filtering.c
9514                 fix new line's account name in filtering prefs:
9515                 was "All", is now "(New)".
9516
9517 2006-09-04 [paul]       2.4.0cvs139
9518
9519         * tools/make.themes.project
9520                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9521                 instead of homebrewed "make release"
9522
9523 2006-09-03 [colin]      2.4.0cvs138
9524
9525         * src/folderview.c
9526                 Fix bug #1007 (Wrong folder highlighted)
9527
9528 2006-09-03 [colin]      2.4.0cvs137
9529
9530         * src/compose.c
9531                 Don't set Newsgroup: header to a mail folder
9532                 path
9533
9534 2006-09-03 [paul]       2.4.0cvs136
9535
9536         * src/prefs_other.c
9537         * src/prefs_spelling.c
9538                 unify the gui
9539
9540 2006-09-03 [paul]       2.4.0cvs135
9541
9542         * src/prefs_summaries.c
9543                 correct menu item text in prefs_keybind_apply_clicked()
9544
9545 2006-09-03 [paul]       2.4.0cvs134
9546
9547         * manual/advanced.xml
9548                 some improvements to the descriptions
9549         * src/mainwindow.c
9550         * src/messageview.c
9551         * src/summaryview.c
9552         * src/gtk/menu.c
9553                 fix menu sensitivity issues
9554         * src/prefs_message.c
9555                 drop the useless word 'short'
9556         * src/prefs_other.c
9557                 add the word 'lines' indicating log length
9558                 is a measure of lines
9559         * src/textview.c
9560                 fix compilation warnings
9561
9562 2006-09-02 [colin]      2.4.0cvs133
9563
9564         * src/messageview.c
9565                 Display a special return-receipt message
9566                 if the message is from the user
9567         * src/summaryview.c
9568                 Fix missing freeze of the list when marking
9569                 all read and unthreading for exec. Thanks
9570                 to Stephan Sachse.
9571
9572 2006-09-02 [paul]       2.4.0cvs132
9573
9574         * src/mainwindow.c
9575         * src/prefs_message.c
9576         * src/summaryview.c
9577                 fix some english
9578
9579 2006-09-02 [wwp]        2.4.0cvs131
9580
9581         * src/prefs_filtering.c
9582                 added an account name column to the filtering rules
9583                 dialog.
9584
9585 2006-09-02 [colin]      2.4.0cvs130
9586
9587         * src/gtk/logwindow.c
9588         * src/gtk/logwindow.h
9589                 Block scrolling if we're not at the end
9590                 of the log
9591
9592 2006-09-02 [colin]      2.4.0cvs129
9593
9594         * src/folder.c
9595                 Make sure account-specific rules can't
9596                 be used in {pre-,post-,}processing
9597         * src/mainwindow.c
9598         * src/gtk/logwindow.c
9599         * src/gtk/logwindow.h
9600                 Jump to last error when clicking on the
9601                 warning icon
9602
9603 2006-09-02 [colin]      2.4.0cvs128
9604
9605         * src/imap.c
9606         * src/import.c
9607         * src/mainwindow.c
9608         * src/mainwindow.h
9609                 Fix warning icon
9610         * src/inc.c
9611         * src/mbox.c
9612         * src/mbox.h
9613                 Let proc_mbox know its account, for
9614                 account-specific rules
9615
9616 2006-09-01 [colin]      2.4.0cvs127
9617
9618         * src/codeconv.c
9619                 Don't uselessly use iconv to convert from
9620                 us-ascii
9621         * src/alertpanel.c
9622         * src/mainwindow.c
9623         * src/mainwindow.h
9624         * src/inc.c
9625                 Fix certain log cases, disable warning icon
9626                 for now, the correct way to display it when
9627                 necessary and only when necessary is probably
9628                 to do it manually rather than use error logs
9629         * src/etpan/imap-thread.c
9630                 Clean up UID logging a bit
9631         * src/gtk/logwindow.c
9632         * src/gtk/logwindow.h
9633                 Make logging faster when the window's closed
9634
9635 2006-09-01 [wwp]        2.4.0cvs126
9636
9637         * manual/fr/account.xml
9638                 reflect changes to the ref. manual (parts of cvs72):
9639                 fix tabnames and quotes.
9640
9641 2006-09-01 [wwp]        2.4.0cvs125
9642
9643         * manual/fr/plugins.xml
9644                 reflect changes to the reference manual (cvs42):
9645                 update IRC channel info.
9646
9647 2006-09-01 [wwp]        2.4.0cvs124
9648
9649         * commitHelper
9650                 use CVSEDITOR env. var. if set, according to `man cvs`.
9651
9652 2006-09-01 [wwp]        2.4.0cvs123
9653
9654         * manual/advanced.xml
9655                 better sentence again (thanks to Paul).
9656
9657 2006-09-01 [wwp]        2.4.0cvs122
9658
9659         * manual/advanced.xml
9660         fix definition of toolbar_detachable and rework a bit the one of
9661         enable_dotted_lines.
9662
9663 2006-09-01 [mones]      2.4.0cvs121
9664
9665         * manual/advanced.xml
9666                 Document enable_dotted_lines
9667
9668 2006-09-01 [paul]       2.4.0cvs120
9669
9670         * src/folderview.c
9671         * src/folderview.h
9672         * src/imap.c
9673         * src/mainwindow.c
9674         * src/summaryview.c
9675                 obey the 'When entering folder...' option
9676                 when using the /View/Go to/... menu items
9677                 Thanks to Colin
9678
9679 2006-08-31 [colin]      2.4.0cvs119
9680
9681         * src/folderview.c
9682                 Revert 2.4.0cvs116, wrong fix.
9683
9684 2006-08-31 [colin]      2.4.0cvs118
9685
9686         * src/gtk/gtksctree.c
9687                 Better state the various copyrights
9688
9689 2006-08-31 [colin]      2.4.0cvs117
9690
9691         * src/prefs_common.c
9692                 fix enable_dotted_lines
9693
9694 2006-08-31 [colin]      2.4.0cvs116
9695
9696         * src/folderview.c
9697                 Use pref "Always open on select" when going
9698                 to next unread folder
9699         * src/gtk/gtksctree.c
9700                 Fix link failure to _gtk_clist_create_cell_layout
9701                 on certain computers. (Why not mine, I wonder)
9702
9703 2006-08-31 [colin]      2.4.0cvs115
9704
9705         * src/procmsg.c
9706         * src/textview.c
9707         * src/plugins/bogofilter/bogofilter.c
9708         * src/plugins/spamassassin/spamassassin.c
9709                 Requalify some "errors" to warnings
9710         * src/mainwindow.c
9711         * src/mainwindow.h
9712         * src/statusbar.c
9713                 Add an icon in the statusbar to notify
9714                 of errors
9715         * src/gtk/gtksctree.c
9716         * src/folderview.c
9717         * src/summaryview.c
9718                 Make the GtkSCTree look more modern by
9719                 alternating background lines
9720         * src/prefs_common.c
9721         * src/prefs_common.h
9722                 Add a pref to let people have the old
9723                 way if they prefer
9724
9725
9726 2006-08-30 [colin]      2.4.0cvs114
9727
9728         * src/procmsg.c
9729         * src/procmsg.h
9730                 Provide a way to filter a list of
9731                 messages in an optimised manner, and
9732                 add a list-filtering hook
9733         * src/folder.c
9734         * src/inc.c
9735         * src/mbox.c
9736                 Use the list filtering
9737         * src/plugins/bogofilter/bogofilter.c
9738                 Use the list-filtering hook
9739                 Use -b (bulk) mode for more speed
9740                 when learning and filtering
9741         * src/etpan/imap-thread.c
9742                 Make log output shorter in UID SEARCH
9743
9744
9745 2006-08-30 [colin]      2.4.0cvs113
9746
9747         * src/plugins/bogofilter/bogofilter.c
9748                 Really fast mass learning - thanks to David
9749                 Relson for the options explanations :)
9750
9751 2006-08-30 [colin]      2.4.0cvs112
9752
9753         * src/msgcache.c
9754                 Fix compilation on FreeBSD. Thanks
9755                 to Michael Hugues
9756
9757 2006-08-29 [colin]      2.4.0cvs111
9758
9759         * src/folderview.c
9760                 Handle "popup_menu" signal (for popping the 
9761                 menu via the keyboard)
9762         * src/mimeview.c
9763         * src/mimeview.h
9764         * src/summaryview.c
9765         * src/textview.c
9766         * src/gtk/gtkutils.c
9767         * src/gtk/gtkutils.h
9768                 Factorize scrolling code, and add an API 
9769                 for MimeViewers to handle scroll orders
9770
9771 2006-08-29 [wwp]        2.4.0cvs110
9772
9773         * src/plugins//bogofilter/bogofilter.c
9774         * src/plugins//spamassassin/spamassassin.c
9775                 make the bogofilter/spamassassin filtering error dialogs at
9776         incorporation obey to the "don't popup error dialog on
9777         receive error" option. If disabled, feed the log window w/
9778         the error message.
9779
9780 2006-08-29 [paul]
9781
9782         2.5.0-rc2 released
9783
9784 2006-08-29 [paul]       2.4.0cvs109
9785
9786         * Makefile.am
9787                 remove 'make release', it's not needed
9788                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9789
9790 2006-08-29 [paul]       2.4.0cvs108
9791
9792         * src/foldersel.c
9793         * src/summary_search.c
9794         * src/gtk/progressdialog.c
9795         * src/plugins/pgpcore/passphrase.c
9796                 replace deprecated gtk_window_set_policy()
9797
9798 2006-08-29 [colin]      2.4.0cvs107
9799
9800         * src/folder.c
9801                 Fix data loss when copy fails during a move:
9802                 only use fast remove_msgs if everything was
9803                 copied OK; else use slow remove_msg on the
9804                 mails that got copied only.
9805
9806 2006-08-28 [paul]       2.4.0cvs106
9807
9808         * src/mh.c
9809                 revert change in 2.4.0cvs104, it breaks
9810                 stuff
9811
9812 2006-08-28 [paul]       2.4.0cvs105
9813
9814         * src/plugins/spamassassin/spamassassin.c
9815                 english fix
9816
9817 2006-08-28 [paul]       2.4.0cvs104
9818
9819         * src/mh.c
9820                 fix data loss when moving to another
9821                 mailbox fails
9822         * src/prefs_spelling.c
9823                 improve the english
9824         * src/gtk/pluginwindow.c
9825                 improve the layout of the dialog text
9826         All thanks to Colin
9827
9828 2006-08-28 [paul]       2.4.0cvs103
9829
9830         * src/plugins/bogofilter/bogofilter.c
9831         * src/plugins/bogofilter/bogofilter_gtk.c
9832                 fix english up a bit, innit
9833
9834 2006-08-28 [paul]       2.4.0cvs102
9835
9836         * configure.ac
9837         * po/Makefile.in.in
9838         * po/Makevars
9839                 require autoconf 2.60, enabling building
9840                 with gettext 0.15 (gettext 0.14.x build still
9841                 possible). Replace Makefiles with versions
9842                 from gettext 0.15.
9843                 Remove configure options --with-localedir and
9844                 --with-mandir. The options that are provided
9845                 directly by autoconf 2.60 can be used instead:
9846                 --mandir --localedir
9847
9848 2006-08-27 [colin]      2.4.0cvs101
9849
9850         * src/plugins/bogofilter/Makefile.am
9851                 Fix make dist (no README)
9852
9853 2006-08-27 [colin]      2.4.0cvs100
9854
9855         * src/folder.c
9856                 Don't use F_UNKNOWN folders for any default
9857                 outbox/trash/etc
9858         * src/plugins/bogofilter/bogofilter.c
9859         * src/plugins/bogofilter/bogofilter.h
9860         * src/plugins/bogofilter/bogofilter_gtk.c
9861                 Add an option to specify the path to bogofilter
9862                 Use single-quotes to be able to learn in folders
9863                 with spaces in their names
9864                 Verify learning status
9865
9866 2006-08-27 [colin]      2.4.0cvs99
9867
9868         * manual/faq.xml
9869         * manual/plugins.xml
9870                 Document Bogofilter plugin
9871
9872 2006-08-27 [colin]      2.4.0cvs98
9873
9874         * src/compose.c
9875         * src/messageview.c
9876         * src/procmsg.c
9877         * src/procmsg.h
9878                 When possible, copy the queued mail to sent folder
9879                 instead of re-adding. Much faster on IMAP.
9880
9881 2006-08-27 [colin]      2.4.0cvs97
9882
9883         * src/msgcache.c
9884                 Disable mmaped caches - huge metadata loss
9885                 here after a power failure.
9886         * src/summaryview.c
9887                 Add quicksearch timing
9888         * src/common/plugin.c
9889         * src/common/plugin.h
9890                 Implement an interface to tell what plugins
9891                 provide. Prevent loading of similar plugins.
9892         * src/plugins/clamav/clamav_plugin.c
9893         * src/plugins/demo/demo.c
9894         * src/plugins/dillo_viewer/dillo_viewer.c
9895         * src/plugins/pgpcore/plugin.c
9896         * src/plugins/pgpinline/pgpinline.c
9897         * src/plugins/pgpmime/pgpmime.c
9898         * src/plugins/spamassassin/spamassassin.c
9899         * src/plugins/trayicon/trayicon.c
9900                 Implement plugin_provides()
9901
9902 2006-08-27 [colin]      2.4.0cvs96
9903
9904         * configure.ac
9905         * src/plugins/Makefile.am
9906         * src/plugins/bogofilter/.cvsignore
9907         * src/plugins/bogofilter/Makefile.am
9908         * src/plugins/bogofilter/bogofilter.c
9909         * src/plugins/bogofilter/bogofilter.h
9910         * src/plugins/bogofilter/bogofilter_gtk.c
9911                 New Bogofilter plugin, provides filtering and
9912                 learning. Spamassassin will go to extra plugins.
9913
9914 2006-08-26 [mones]      2.4.0cvs95
9915
9916         * manual/handling.xml
9917                 Fix subfolder path in the example (thanks to Paul) 
9918
9919 2006-08-26 [mones]      2.4.0cvs94
9920
9921         * manual/glossary.xml
9922                 2.2. + add ISP to the glossary
9923                 7.5. + Add UIDL to glossary
9924                 7.7. + Add TCP to glossary
9925         * manual/handling.xml
9926                 7.1. + Mentions GNU/Linux distribution, what about the non...
9927                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9928                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9929                 7.4. = Use appropriate quotation for commands
9930                 7.6. = change "" to <quote></quote>
9931         * manual/plugins.xml
9932                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9933         * manual/starting.xml
9934                 2.1. + local mbox file: some examples of mbox file locations...
9935                 Also reformatted files requiring it
9936
9937 2006-08-26 [wwp]        2.4.0cvs93
9938
9939         * src/summary_search.c
9940                 disable find buttons while summary search is running.
9941
9942 2006-08-25 [colin]      2.4.0cvs92
9943
9944         * src/folder.c
9945         * src/folderutils.c
9946         * src/mh.c
9947         * src/procmsg.h
9948         * src/summaryview.c
9949                 Speed up MH moving, and add progressbar
9950                 for MH deletion
9951         * src/msgcache.c
9952                 Write cache files using mmap() too
9953
9954 2006-08-25 [wwp]        2.4.0cvs91
9955
9956         * src/summaryview.c
9957                 switch spam<->ham button when a message has been marked as spam or ham
9958                 and is still selected. Thanks to Colin.
9959
9960 2006-08-25 [paul]       2.4.0cvs90
9961
9962         * src/Makefile.am
9963         * src/stock_pixmap.c
9964         * src/stock_pixmap.h
9965         * src/summaryview.c
9966         * src/gtk/icon_legend.c
9967         * src/pixmaps/copied.xpm
9968         * src/pixmaps/moved.xpm
9969                 add icons for delayed execution marked for
9970                 copying, marked for moving
9971
9972 2006-08-25 [mones]      2.4.0cvs89
9973
9974         * manual/glossary.xml
9975                 Fix the other glossary items:
9976                 5.1. = Inmmediate execution -> <quote>immediate execution...
9977                 5.2. = Fix MBOX capitalization -> Mbox
9978                 5.3. + Improve Plugins def. w/ tech. ref.
9979                 5.4. = Quotation -> replace '>' by <quote>></quote>
9980                 5.5. - SMTP Server. -> remove dot
9981         * po/es.po
9982                 Updated translation
9983
9984 2006-08-25 [mones]      2.4.0cvs88
9985
9986         * manual/ack.xml
9987                 Reformatted, changed email address
9988         * manual/glossary.xml
9989                 Reformatted, fixed MANUAL-TODO items:
9990                 8.2. + add ROT-13 to glossary
9991                 8.4. + add URL to glossary
9992         * manual/es/advanced.xml
9993                 Fixed <literal>s
9994
9995 2006-08-25 [paul]       2.4.0cvs87
9996
9997         * src/gtk/icon_legend.c
9998                 add 'marked for deletion' icon
9999                 arrange icons by containing column
10000                 wrap long label text
10001
10002 2006-08-25 [colin]      2.4.0cvs86
10003
10004         * src/common/utils.c
10005         * src/common/utils.h
10006                 Add the sc_g_*list_bigger functions in
10007                 a place everyone can use it
10008         * src/summaryview.c
10009                 Only freeze/thaw the list when working
10010                 on the selection, if it's bigger than 1
10011         * src/gtk/gtksctree.c
10012                 Only freeze/thaw the list when unselec-
10013                 ting 'all' if ('all' != 1)
10014                 This avoids some flickering
10015
10016 2006-08-24 [colin]      2.4.0cvs85
10017
10018         * src/addressbook.c
10019                 Fix strange list selection
10020                 Fix random seg (Invalid read of freed memory)
10021
10022 2006-08-24 [colin]      2.4.0cvs84
10023
10024         * src/alertpanel.c
10025         * src/gtk/inputdialog.c
10026         * src/plugins/pgpcore/passphrase.c
10027                 Revert minimal width patch of 2.4.0cvs67,
10028                 as it is also a maximal width. Use 
10029                 gtk_window_set_default_size instead.
10030
10031 2006-08-24 [colin]      2.4.0cvs83
10032
10033         * src/msgcache.c
10034                 Write cache/mark to temp files before
10035                 overwriting old ones (avoids metadata
10036                 loss if writing the new files fail).
10037                 Use mmap() to read cache/mark file, as
10038                 this makes cache reading faster. Dis-
10039                 abled for big-endian machines until it
10040                 can be tested. (Big-endian users: set
10041                 msgcache_use_mmap = TRUE in the relevant
10042                 #if).
10043         * src/procmsg.h
10044                 Move rarely used fields of MsgInfo in 
10045                 another structure, which will only be
10046                 allocated if needed. Face, X-Face,
10047                 Return receipt headers and List-*
10048                 headers are moved. Mails having none
10049                 of these occupy 52 bytes less with
10050                 this patch, which makes 2.5MB of RAM
10051                 saved on a 50k folder).
10052         * src/headerview.c
10053         * src/mainwindow.c
10054         * src/messageview.c
10055         * src/partial_download.c
10056         * src/procheader.c
10057         * src/procmsg.c
10058         * src/textview.c
10059                 Follow this structure change.
10060
10061 2006-08-24 [wwp]        2.4.0cvs82
10062
10063         * manual/es/.cvsignore
10064         * manual/es/dist/.cvsignore
10065         * manual/es/dist/html/.cvsignore
10066         * manual/es/dist/pdf/.cvsignore
10067         * manual/es/dist/ps/.cvsignore
10068         * manual/es/dist/txt/.cvsignore
10069                 more (generated) files to ignore.
10070
10071 2006-08-24 [colin]      2.4.0cvs81
10072
10073         * src/folder.c
10074         * src/mh.c
10075                 Fix possible problems with local delivery. Check the folder doesn't
10076                 need scan before setting its mtime when saving cache (which can be
10077                 done long after the folder's been modified by an external process);
10078                 Check that the stored item's mtime didn't change in mh functions.
10079
10080 2006-08-24 [mones]      2.4.0cvs80
10081
10082         * manual/advanced.xml
10083                 Rewrapping, some fixes and MANUAL-TODO items:
10084                 8.1. = change "" to <quote></quote>
10085                 8.3. = quote menu items
10086                 8.5. - deploying -> new user ... ideally a new user (redundant)
10087
10088 2006-08-23 [colin]      2.4.0cvs79
10089
10090         * src/gtk/gtksctree.c
10091                 When selecting or deselecting range, only
10092                 freeze/thaw when selection is bigger than 10
10093
10094 2006-08-23 [colin]      2.4.0cvs78
10095
10096         * src/messageview.c
10097         * src/mimeview.c
10098         * src/mimeview.h
10099         * src/plugins/dillo_viewer/dillo_viewer.c
10100                 Provide an API for MimeViewer plugins to
10101                 return a text selection for replying
10102
10103 2006-08-23 [colin]      2.4.0cvs77
10104
10105         * src/image_viewer.c
10106         * src/textview.c
10107                 Use gtk_pixbuf_new_from_file_at_scale(), which
10108                 is faster than getting the pixbuf then resizing
10109                 it.
10110
10111 2006-08-23 [colin]      2.4.0cvs76
10112
10113         * src/procmime.c
10114                 UTF-8 should be sent Quoted-printable
10115
10116 2006-08-22 [colin]      2.4.0cvs75
10117
10118         * src/mh.c
10119                 Check if scan is required before touching
10120                 the folder (or it'll be required every time)
10121
10122 2006-08-22 [colin]      2.4.0cvs74
10123
10124         * configure.ac
10125                 Require libetpan 0.46 (crasher fix when built
10126                 against gnutls)
10127
10128 2006-08-22 [colin]      2.4.0cvs73
10129
10130         * src/folder.c
10131                 Set folder's mtime after writing its
10132                 cache
10133         * src/folderview.c
10134                 Add some timing
10135         * src/procmsg.c
10136                 Don't do useless stuff if we don't 
10137                 thread by subject
10138         * src/summaryview.c
10139                 Add some timing, don't deselect prior
10140                 to selecting (gtksctree does it itself),
10141                 remove crash avoidance hacks as it's been
10142                 properly fixed since a while
10143         * src/common/utils.c
10144                 Optimize to_human_readable(): _() is slow,
10145                 do it only once, and avoid %f format for KB
10146                 (the most common in a summaryview)
10147         * src/gtk/gtksctree.c
10148                 Don't uselessly freeze/thaw (fixes flicker
10149                 on next unread and friends), reduce number
10150                 of g_list_nth/g_list_position where possible
10151         * src/gtk/gtkutils.c
10152         * src/gtk/gtkutils.h
10153                 Reduce number of g_list_nth/g_list_position
10154                 where possible.
10155                 All of this makes loading as 70k folder 2.1
10156                 seconds instead of 3.2 (with hot FS caches).
10157                 (1.3 seconds without Date and Size columns...)
10158
10159 2006-08-22 [paul]       2.4.0cvs72
10160
10161         wrap documents and do some items from mones' MANUAL-TODO:
10162
10163         * manual/account.xml
10164                 4.1. = fix tabname references to <quote>tabname</quote>
10165                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10166         * manual/faq.xml
10167                 1.1. = mentioned options don't match UI
10168                 Add information about the 'Never send Return Receipts'
10169                 option
10170         * manual/handling.xml
10171                 6.2. = Mentions Extended symbols button, but now is
10172                 named Information
10173                 6.3. = Mentions ... button, which is now Edit
10174
10175 2006-08-22 [colin]      2.4.0cvs71
10176
10177         * src/gtk/pluginwindow.c
10178                 Fix layout in verbose translations (such
10179                 as french)
10180
10181 2006-08-22 [paul]       2.4.0cvs70
10182
10183         * manual/Makefile.am
10184                 build manuals in alphabetical order
10185         * src/addressbook.c
10186         * src/prefs_themes.c
10187                 replace/remove deprecated symbols
10188         * src/gtk/gtkutils.c
10189                 fix a warning
10190         * src/gtk/pluginwindow.c
10191                 replace deprecated symbol
10192                 replace label text and move it
10193         * src/plugins/pgpcore/prefs_gpg.c
10194                 move the 'Generate...' button out of the
10195                 Sign Key frame, replace the English used
10196         * src/plugins/pgpcore/sgpgme.c
10197                 fixes to the English
10198
10199 2006-08-21 [colin]      2.4.0cvs69
10200
10201         * src/plugins/trayicon/trayicon.c
10202                 Add more strings for translation; patch
10203                 by Pawel
10204
10205 2006-08-21 [colin]      2.4.0cvs68
10206
10207         * src/compose.c
10208                 fix replied flag not set after drafting
10209         * src/matcher.c
10210                 fix body quicksearch in non-encoded bodies
10211                 containing '='
10212         * src/msgcache.c
10213                 Get rid of the g_malloc workaround for
10214                 corrupted caches, use g_try_malloc
10215
10216 2006-08-21 [colin]      2.4.0cvs67
10217
10218         * src/alertpanel.c
10219         * src/gtk/inputdialog.c
10220         * src/plugins/pgpcore/passphrase.c
10221                 Set minimal width to 375
10222         * src/mainwindow.c
10223                 Fix switching to offline, asking if it 
10224                 should be overriden for synchronising
10225         * src/mimeview.c
10226                 Don't offer to remember command on Open 
10227                 with for text parts, as the browser or 
10228                 text editor command isn't changed from 
10229                 there
10230
10231 2006-08-20 [paul]       2.4.0cvs66
10232
10233         * po/ko.po
10234         * po/zh_CN.po
10235                 fix plural form errors. revealed by stricter
10236                 checking of gettext 0.15
10237
10238 2006-08-18 [paul]       2.4.0cvs65
10239
10240         * src/stock_pixmap.c
10241                 fix the fix of 2.4.0cvs64
10242                 Thanks to Colin
10243
10244 2006-08-18 [paul]       2.4.0cvs64
10245
10246         * src/stock_pixmap.c
10247                 fix leaks
10248                 Thanks to Colin
10249
10250 2006-08-18 [paul]       2.4.0cvs63
10251
10252         * src/compose.c
10253         * src/procmsg.c
10254                 fix occasional IMAP bug where large msgs
10255                 were left in the queue folder after sending
10256                 Thanks to Colin
10257
10258 2006-08-18 [paul]       2.4.0cvs62
10259
10260         * src/folderview.c
10261                 freeze the summaryview while quicksearch results
10262                 are displayed
10263                 (fixes bug 456 'current message is hidden when the
10264                 view is refreshed and extended search is "unread 
10265                 messages"')
10266                 Thanks to Colin
10267         * src/textview.c
10268                 add missing #include "inputdialog.h"
10269         * src/common/utils.h
10270                 add missing mailcap_update_default() and improve
10271                 readability
10272
10273 2006-08-17 [colin]      2.4.0cvs61
10274
10275         * src/plugins/pgpcore/select-keys.c
10276                 Fix warnings :)
10277
10278 2006-08-17 [colin]      2.4.0cvs60
10279
10280         * src/compose.c
10281                 Don't continue queuing if Cancel is clicked
10282                 in select-keys
10283
10284 2006-08-17 [colin]      2.4.0cvs59
10285
10286         * src/plugins/pgpcore/select-keys.c
10287                 When encrypting, if only one key matches and it 
10288                 matches exactly, automatically use it.
10289
10290 2006-08-17 [colin]      2.4.0cvs58
10291
10292         * src/mimeview.c
10293         * src/prefs_common.c
10294         * src/prefs_common.h
10295         * src/prefs_ext_prog.c
10296         * src/textview.c
10297                 Fix issues with previous patch (text/html)
10298                 Remove outdated prefs
10299
10300 2006-08-17 [colin]      2.4.0cvs57
10301
10302         * src/imap.c
10303                 Add View Log button on auth error
10304         * src/procmsg.c
10305                 Fix encrypted mail marked as new when
10306                 saved in normal folders
10307         * src/plugins/pgpinline/pgpinline.c
10308                 Fix encrypt bug on IMAP
10309         * src/mimeview.c
10310         * src/common/utils.c
10311         * src/common/utils.h
10312         * src/gtk/inputdialog.c
10313         * src/gtk/inputdialog.h
10314                 Get rid of metamail stuff, simplify
10315                 opening, and allow remembering of user's
10316                 choices (by updating ~/.mailcap). There's
10317                 still to drop "Audio player" and "Image
10318                 viewer" preferences.
10319
10320 2006-08-17 [mones]      2.4.0cvs56
10321
10322         * manual/es/sylpheed-claws-manual.xml
10323                 fix DTD path
10324
10325 2006-08-17 [mones]      2.4.0cvs55
10326
10327         * configure.ac
10328         * manual/Makefile.am
10329         * manual/es/Makefile.am
10330         * manual/es/account.xml
10331         * manual/es/ack.xml
10332         * manual/es/addrbook.xml
10333         * manual/es/advanced.xml
10334         * manual/es/faq.xml
10335         * manual/es/glossary.xml
10336         * manual/es/gpl.xml
10337         * manual/es/handling.xml
10338         * manual/es/intro.xml
10339         * manual/es/keyboard.xml
10340         * manual/es/plugins.xml
10341         * manual/es/starting.xml
10342         * manual/es/sylpheed-claws-manual.xml
10343         * manual/es/dist/Makefile.am
10344         * manual/es/dist/html/Makefile.am
10345         * manual/es/dist/pdf/Makefile.am
10346         * manual/es/dist/ps/Makefile.am
10347         * manual/es/dist/txt/Makefile.am
10348                 Spanish translation for the manual
10349
10350 2006-08-16 [colin]      2.4.0cvs54
10351
10352         * src/compose.c
10353         * src/main.c
10354         * src/mainwindow.c
10355                 Fix send button sensitivity at startup
10356                 Set send menu sensitivity (patch by Fabien)
10357         * src/ssl_manager.c
10358                 Enable closing with esc (patch by Fabien)
10359         * src/gtk/foldersort.c
10360                 Enable closing with esc (patch by Fabien)
10361         * src/procmime.c
10362                 Optimisation (no need to copy to tempfile to
10363                 "decode" 7bit and 8bit)
10364         * src/summaryview.c
10365                 Fix cruft in swap_from case
10366         * src/textview.c
10367                 Fix missing last line in some mail cases 
10368                 (Fixes debian #381872)
10369         * src/plugins/pgpcore/prefs_gpg.c
10370         * src/plugins/pgpcore/sgpgme.c
10371         * src/plugins/pgpcore/sgpgme.h
10372                 Don't show "no key found" when user explicitely
10373                 wants to create a key
10374
10375 2006-08-16 [paul]       2.4.0cvs53
10376
10377         * configure.ac
10378         * src/account.c
10379         * src/addressbook.c
10380         * src/headerview.c
10381         * src/prefs_account.c
10382         * src/prefs_message.c
10383         * src/gtk/gtkutils.c
10384                 bump up minimum required versions of GTK+ and
10385                 GLIB to 2.6.0
10386
10387 2006-08-16 [paul]       2.4.0cvs52
10388
10389         * src/toolbar.c
10390                 workaround GTK+ Bug 351600 - 'Can't re-click
10391                 on button after sensitivity update'
10392                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10393                 Thanks to Colin
10394
10395 2006-08-15 [colin]      2.4.0cvs51
10396
10397         * src/plugins/pgpcore/prefs_gpg.c
10398                 Set options sensitivity according to
10399                 key existence
10400         * src/plugins/pgpcore/sgpgme.c
10401                 Allow to create key with no passphrase
10402
10403 2006-08-14 [cleroy]     2.4.0cvs50
10404
10405         * src/gtk/pluginwindow.c
10406                 New layout (maybe to be changed?)
10407         * src/gtk/gtkutils.c
10408                 Fix a bit label_window
10409         * src/plugins/pgpcore/passphrase.c
10410         * src/plugins/pgpcore/passphrase.h
10411         * src/plugins/pgpcore/plugin.c
10412         * src/plugins/pgpcore/prefs_gpg.c
10413         * src/plugins/pgpcore/prefs_gpg.h
10414         * src/plugins/pgpcore/sgpgme.c
10415         * src/plugins/pgpcore/sgpgme.h
10416                 Allow to create a PGP private key via the GUI
10417
10418 2006-08-14 [wwp]        2.4.0cvs49
10419
10420         * src/addressbook_foldersel.c
10421                 fix strict ISO C90 compliance.
10422
10423 2006-08-14 [paul]       2.4.0cvs48
10424
10425         * src/gtk/prefswindow.c
10426                 re-set scrolled window on opening
10427                 Patch by Ticho
10428
10429 2006-08-14 [paul]
10430
10431         2.5.0-rc1 released
10432
10433 2006-08-14 [paul]       2.4.0cvs47
10434
10435         * src/prefs_display_header.c
10436                 re-enable user-defined Displayed Headers
10437
10438 2006-08-14 [paul]       2.4.0cvs46
10439
10440         * src/prefs_account.c
10441                 use GTK_STOCK_EDIT
10442
10443 2006-08-13 [colin]      2.4.0cvs45
10444
10445         * src/common/utils.c
10446                 Fix "a" in quote when the original message is empty,
10447                 by using \0 instead of 'a' to test writability of
10448                 temp files.
10449
10450 2006-08-13 [wwp]        2.4.0cvs44
10451
10452         * src/plugins/spamassassin/spamassassin.c
10453                 fix capitalization of "SpamAssassin" in some debug, log and
10454                 dialog messages.
10455
10456 2006-08-13 [paul]       2.4.0cvs43
10457
10458         * src/editldap.c
10459                 fix overlapping widgets
10460         * src/prefs_account.c
10461                 fix translation of protocol_names[]
10462                 fix label disappearing off the edge of the
10463                 visible area
10464
10465 2006-08-12 [paul]       2.4.0cvs42
10466
10467         * manual/plugins.xml
10468                 update IRC channel info before it gets forgotten
10469                 about
10470
10471 2006-08-11 [colin]      2.4.0cvs41
10472
10473         * src/compose.c
10474         * src/mainwindow.c
10475         * src/mainwindow.h
10476         * src/procmsg.c
10477         * src/procmsg.h
10478         * src/summaryview.c
10479         * src/toolbar.c
10480                 Grey out the Send button if
10481                 - Queue folders are empty, or
10482                 - We're sending already
10483
10484 2006-08-11 [wwp]        2.4.0cvs40
10485
10486         * src/main.c
10487                 fix a logic issue when quitting while a compose window is
10488                 still open, thanks to Colin.
10489
10490 2006-08-10 [colin]      2.4.0cvs39
10491
10492         * src/main.c
10493                 Fix default font size setting after wizard run
10494         * src/imap.c
10495         * src/etpan/imap-thread.c
10496         * src/etpan/imap-thread.h
10497                 Fix bug #999 (Timing out on TSL cert validation 
10498                 dialog makes ugly things happen). Also, STARTTLS
10499                 unconditionnaly if initial capabilities contain
10500                 LOGINDISABLED and STARTTLS.
10501
10502 2006-08-09 [colin]      2.4.0cvs38
10503
10504         * src/mainwindow.c
10505         * src/mainwindow.h
10506                 Fix Tools/Actions sensitivity when there are
10507                 no actions
10508
10509 2006-08-09 [colin]      2.4.0cvs37
10510
10511         * src/prefs_filtering.c
10512                 Warning fix, patch by Paul
10513         * src/messageview.c
10514         * src/prefs_actions.c
10515         * src/prefs_filtering_action.c
10516         * src/prefs_matcher.c
10517                 Uniformisation of "Info ..." to "Info..." (for
10518                 old gtk), patch by Fabien
10519         * src/plugins/clamav/clamav_plugin_gtk.c
10520                 Sensitivity fix by Fabien
10521
10522 2006-08-09 [colin]      2.4.0cvs36
10523
10524         * src/main.c
10525         * src/main.h
10526                 Add a function to know whether we're exiting
10527         * src/plugins/trayicon/trayicon.c
10528                 If exiting, don't do anything. Faster, and
10529                 avoids gtk_main_iteration reentracy causing
10530                 segfaults at exit
10531
10532 2006-08-09 [colin]      2.4.0cvs35
10533
10534         * src/messageview.c
10535         * src/mimeview.c
10536         * src/mimeview.h
10537                 Fix lack of part selection when automatically 
10538                 jumping to a specific part
10539         * src/msgcache.c
10540                 Little optimisation in cache reading
10541
10542 2006-08-09 [colin]      2.4.0cvs34
10543
10544         * src/compose.c
10545                 Fix crash setting the priority on reedit
10546                 (Accessing compose before creating it!)
10547
10548 2006-08-08 [colin]      2.4.0cvs33
10549
10550         * src/procmime.c
10551                 Fix bug #998 (last attachment is not accessible)
10552                 Bad RFC interpretation on multipart close-delimiters
10553         * src/mimeview.c
10554         * src/mimeview.h
10555         * src/gtk/gtkvscrollbutton.c
10556         * src/gtk/gtkvscrollbutton.h
10557                 Make attachments list wheel-scrollable
10558
10559 2006-08-07 [colin]      2.4.0cvs32
10560
10561         * src/gtk/gtkaspell.c
10562                 Fix bug #973 (Unicode punctation characters 
10563                 are not recognized as separators by the
10564                 spell checker); fix unsigned stuff
10565
10566 2006-08-07 [colin]      2.4.0cvs31
10567
10568         * src/compose.c
10569                 Fix bug #956 (DnD text with accents in compose 
10570                 text entry); fix gccc's signed/unsigned fuss
10571
10572 2006-08-06 [colin]      2.4.0cvs30
10573
10574         * src/main.c
10575                 Fix bug #979 (Plugin crashes when exiting 
10576                 sylpheed-claws) : handle exit request only 
10577                 once
10578
10579 2006-08-05 [colin]      2.4.0cvs29
10580
10581         * src/news.c
10582                 Just make sure we have a msgid.
10583
10584 2006-08-05 [colin]      2.4.0cvs28
10585
10586         * src/news.c
10587         * src/summaryview.c
10588                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10589                 by reimplementing it
10590         * src/textview.c
10591                 Fix bug when hiding quotes with level > 3 and quote
10592                 colors are recycled
10593
10594 2006-08-04 [colin]      2.4.0cvs27
10595
10596         * src/compose.c
10597         * src/undo.c
10598         * src/undo.h
10599                 Fix a bit replace-by-pasting undo
10600         * src/mainwindow.c
10601         * src/messageview.c
10602                 Fix Fold quotes menu synchro in
10603                 mainwindow when it changes in 
10604                 messageview
10605         * src/textview.c
10606                 Fix right-click on quotes blocks
10607         * src/common/utils.c
10608                 Verify that the file created by
10609                 my_tmpfile() is writable. Fixes
10610                 bug #988 (very specific filesystem
10611                 issue)
10612         * src/plugins/pgpcore/sgpgme.c
10613                 Fix file descriptor leak
10614         * src/plugins/spamassassin/spamassassin.c
10615                 Warn once if spamd isn't reachable
10616
10617 2006-08-04 [colin]      2.4.0cvs26
10618
10619         * src/toolbar.c
10620                 i18n context patch by Fabien
10621
10622 2006-08-03 [colin]      2.4.0cvs25
10623
10624         * src/mainwindow.c
10625         * src/messageview.c
10626                 Rename "Hide quotes" to "Fold quotes"
10627         * src/textview.c
10628                 Don't use hand cursor on quotes. "all 
10629                 the bonuses of the feature and none of 
10630                 unwelcome side-effects"
10631
10632 2006-08-03 [colin]      2.4.0cvs24
10633
10634         * AUTHORS
10635         * sylpheed-claws.desktop
10636         * src/gtk/authors.h
10637                 Bring the desktop file to XDG compliance
10638                 Patch by Charles A. Edwards
10639
10640 2006-08-03 [colin]      2.4.0cvs23
10641
10642         * src/textview.c
10643                 Fix links offset when they are preceded
10644                 by accentued chars (g_utf8_strlen!)
10645         * src/mainwindow.c
10646                 Fix wrong status when starting offline
10647
10648
10649 2006-08-03 [wwp]        2.4.0cvs22
10650
10651         * src/prefs_common.h
10652                 ask what to do w/ filtering rules that belong to an account when
10653                 applying filtering rules manually from the main window (skip,
10654                 apply regardless of the account, use current account). This dialog
10655                 can be skipped and the last reply used.
10656                 (forgot that file)
10657
10658 2006-08-03 [wwp]        2.4.0cvs21
10659
10660         * src/filtering.c
10661         * src/filtering.h
10662         * src/prefs_common.c
10663         * src/summaryview.c
10664         * src/alertpanel.c
10665         * src/alertpanel.h
10666         * src/messageview.c
10667                 ask what to do w/ filtering rules that belong to an account when
10668                 applying filtering rules manually from the main window (skip,
10669                 apply regardless of the account, use current account). This dialog
10670                 can be skipped and the last reply used.
10671
10672
10673 2006-08-03 [colin]      2.4.0cvs20
10674
10675         * src/textview.c
10676                 Optimize previous patch
10677
10678 2006-08-03 [cleroy]     2.4.0cvs19
10679
10680         * src/textview.c
10681                 Fix quotes getting toggled back when the
10682                 mail has an even number of text parts
10683
10684 2006-08-02 [colin]      2.4.0cvs18
10685
10686         * src/messageview.c
10687                 Add Hide quotes menu
10688
10689 2006-08-02 [colin]      2.4.0cvs17
10690
10691         * src/mainwindow.c
10692         * src/prefs_common.c
10693         * src/textview.c
10694         * src/textview.h
10695         * src/gtk/about.c
10696                 Allow per-level quote hiding,
10697                 Allow toggling quotes by double-clicking them
10698                 Rename RemoteURI to ClickableText to reflect
10699                 the fact it's used for a variety of things
10700
10701 2006-08-02 [wwp]        2.4.0cvs16
10702
10703         * src/mainwindow.c
10704                 fix "View/Hide quotes" menu item status initialization.
10705
10706 2006-08-02 [wwp]        2.4.0cvs15
10707
10708         * src/matcher_parser_parse.y
10709                 remove a debug trace.
10710
10711 2006-08-02 [paul]       2.4.0cvs14
10712
10713         * src/plugins/pgpcore/passphrase.c
10714                 don't set initial dialog size
10715                 make it resizable
10716
10717 2006-08-02 [paul]       2.4.0cvs13
10718
10719         * src/noticeview.c
10720                 remove the rogue '/' character
10721
10722 2006-08-02 [paul]       2.4.0cvs12
10723
10724         * src/noticeview.c
10725                 allow buttons to resize as necessary
10726
10727 2006-08-01 [wwp]        2.4.0cvs11
10728
10729         * src/mbox.c
10730                 fix strict ISO C90 compliance.
10731
10732 2006-08-01 [wwp]        2.4.0cvs10
10733
10734         * tools/update-po
10735                 updated update-po tool to work w/ context-dependent translations.
10736                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10737
10738 2006-08-01 [wwp]        2.4.0cvs9
10739
10740         * src/matcher.c
10741         * src/prefs_filtering.c
10742         * src/prefs_matcher.c
10743                 allow context-dependent translations for "All",
10744                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10745
10746 2006-07-31 [colin]      2.4.0cvs8
10747
10748         * AUTHORS
10749         * src/gtk/authors.h
10750                 Add Rafal to authors
10751
10752 2006-07-31 [colin]      2.4.0cvs7
10753
10754         * src/compose.c
10755         * src/mainwindow.c
10756         * src/messageview.h
10757         * src/prefs_common.c
10758         * src/prefs_common.h
10759         * src/textview.c
10760                 Add 'View/Hide quotes'. Patch based on a patch
10761                 by Rafal Weglarz
10762
10763 2006-07-31 [colin]      2.4.0cvs6
10764
10765         * src/action.c
10766                 Fix problem with "> stuff >" actions
10767
10768 2006-07-31 [paul]       2.4.0cvs5
10769
10770         * po/nb.po
10771                 updated by Geir Helland
10772
10773 2006-07-31 [wwp]        2.4.0cvs4
10774
10775         * src/mainwindow.c
10776         * src/summaryview.c
10777         * src/summaryview.h
10778                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10779                 thanks to Colin.
10780
10781 2006-07-31 [wwp]        2.4.0cvs3
10782
10783         * src/Makefile.am
10784         * src/addr_compl.c
10785         * src/addr_compl.h
10786         * src/addressbook.c
10787         * src/addressbook.h
10788         * src/addressbook_foldersel.c
10789         * src/addressbook_foldersel.h
10790         * src/addrindex.c
10791         * src/addrindex.h
10792         * src/matcher.c
10793         * src/matcher.h
10794         * src/matcher_parser_lex.l
10795         * src/matcher_parser_parse.y
10796         * src/prefs_common.c
10797         * src/prefs_common.h
10798         * src/prefs_filtering.c
10799         * src/prefs_matcher.c
10800         * src/prefs_matcher.h
10801         * src/summaryview.c
10802                 introduce filtering against the address book. It's now possible to add
10803                 matched conditions to determine if any email address in a message matches
10804                 or doesn't match any or all books or folders in the address book.
10805
10806 2006-07-31 [wwp]        2.4.0cvs2
10807
10808         * src/account.c
10809         * src/filtering.c
10810         * src/filtering.h
10811         * src/folder.c
10812         * src/folderview.c
10813         * src/inc.c
10814         * src/mainwindow.c
10815         * src/matcher.c
10816         * src/matcher_parser_lex.l
10817         * src/matcher_parser_parse.y
10818         * src/mbox.c
10819         * src/prefs_filtering.c
10820         * src/prefs_filtering.h
10821         * src/procmsg.c
10822         * src/procmsg.h
10823         * src/summaryview.c
10824                 introduce per-account filtering rules. Each filtering rule can now be assigned
10825                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10826                 when applying filtering rules manually, as all rules will apply - even the ones
10827                 assigned to an account. This issue will be addressed soon.
10828  
10829
10830
10831 2006-07-31 [wwp]        2.4.0cvs1
10832
10833         * src/quote_fmt.c
10834                 make more strings translatable.
10835
10836 2006-07-31 [paul]       2.4.0
10837
10838         2.4.0 released
10839
10840 2006-07-31 [paul]       2.3.1cvs91
10841
10842         * po/ca.po
10843                 updated by Miquel Oliete
10844
10845 2006-07-31 [paul]       2.3.1cvs90
10846
10847         * po/de.po
10848         * po/el.po
10849         * po/fr.po
10850         * po/it.po
10851         * po/pl.po
10852         * po/pt_BR.po
10853         * po/sr.po
10854         * po/zh_CN.po
10855                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10856                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10857                 Aleksandar Urosevic, and Ralgh Young
10858
10859 2006-07-31 [paul]       2.3.1cvs89
10860
10861         * src/account.c
10862         * src/main.c
10863         * src/mainwindow.c
10864         * src/mainwindow.h
10865                 Fix a race condition when, after an SC crash, rescanning
10866                 folders took more than 0.5 seconds
10867                 Thanks to Colin
10868
10869 2006-07-31 [paul]       2.3.1cvs88
10870
10871         * src/folderview.c
10872                 don't translate separator strings
10873
10874 2006-07-30 [mones]      2.3.1cvs87
10875
10876         * doc/man/sylpheed-claws.1
10877                 Fixed non-ASCII chars in Hoa's name
10878         * po/es.po
10879                 Updated for release
10880
10881 2006-07-27 [colin]      2.3.1cvs86
10882
10883         * src/textview.c
10884                 Don't include the leading \n in links
10885                 Patch by Fabien
10886
10887 2006-07-25 [colin]      2.3.1cvs85
10888
10889         * src/mainwindow.c
10890         * src/common/socket.h
10891         * src/etpan/imap-thread.c
10892                 Refresh resolvers before connecting
10893                 to IMAP servers, and after switching
10894                 to online. Thanks to Paul.
10895
10896 2006-07-18 [colin]
10897
10898         * 2.4.0-rc4 released
10899
10900 2006-07-17 [colin]      2.3.1cvs84
10901
10902         * src/inc.c
10903                 Show connection attempt in statusbar before
10904                 connecting (previously first message was
10905                 "Retrieving messages from ..." after the
10906                 connection succeeded.
10907
10908 2006-07-16 [wwp]        2.3.1cvs83
10909
10910         * sylpheed-claws.ico
10911                 Added .ico file (windows multi-size icon file, generated).
10912
10913 2006-07-12 [wwp]        2.3.1cvs82
10914
10915         * src/messageview.c
10916                 remove Message/Re-edit menu entry from messageview window,
10917                 as sent/draft/queued messages are opened in compose window when
10918                 re-edited and it's not possible to re-edit other msgs.
10919
10920 2006-07-12 [paul]       2.3.1cvs81
10921
10922         * AUTHORS
10923         * src/mainwindow.c
10924         * src/gtk/authors.h
10925                 check online state before resetting
10926                 mailcheck timer. Useful if some program
10927                 verifies connection state and updates
10928                 Claws.
10929                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10930
10931 2006-07-12 [paul]       2.3.1cvs80
10932
10933         * sylpheed-claws-128x128.png
10934         * sylpheed-claws-64x64.png
10935         * sylpheed-claws.png
10936         * src/Makefile.am
10937         * src/main.c
10938         * src/prefs_toolbar.c
10939         * src/stock_pixmap.c
10940         * src/stock_pixmap.h
10941         * src/wizard.c
10942         * src/gtk/about.c
10943         * src/gtk/gtkutils.c
10944         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10945         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10946         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10947         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10948         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10949         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10950                 updated and renamed logo/icon files and related
10951                 logo by Jesper Schultz
10952
10953 2006-07-11 [paul]       2.3.1cvs79
10954
10955         * src/main.c
10956                 fix the labels a smidgin
10957
10958 2006-07-09 [colin]      2.3.1cvs78
10959
10960         * src/textview.c
10961                 Show errors in textviewer's command
10962                 Patch by H. Merijn Brand
10963
10964 2006-07-09 [colin]      2.3.1cvs77
10965
10966         * src/compose.c
10967                 Save FMID in drafts too
10968
10969 2006-07-08 [colin]      2.3.1cvs76
10970
10971         * src/compose.c
10972                 Svae RMID in drafted mails too
10973                 Save quote_fmt vars for whole mails,
10974                 don't reset at each quote_fmt_init:
10975                 allows to use the same |i{var} in
10976                 various template fields
10977         * src/prefs_template.c
10978         * src/quote_fmt.h
10979         * src/quote_fmt_parse.y
10980                 Same
10981
10982 2006-07-08 [colin]      2.3.1cvs75
10983
10984         * src/textview.c
10985                 Fix highlighting of attached parts URIs
10986
10987 2006-07-08 [colin]      2.3.1cvs74
10988
10989         * src/main.c
10990                 Prevent bug #981 (sc 2.3.1 segfaults with 
10991                 gtk+ 2.10) from being reported again:
10992                 if Sylpheed-Claws has been compiled against
10993                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10994                 of if Sylpheed-Claws has been compiled against
10995                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10996                 error out.
10997
10998 2006-07-07 [colin]      2.3.1cvs73
10999
11000         * src/prefs_actions.c
11001                 Fix label
11002
11003 2006-07-07 [colin]      2.3.1cvs72
11004
11005         * src/prefs_actions.c
11006                 Fix compile on gtk < 2.8. argh :)
11007
11008 2006-07-07 [paul]       2.3.1cvs71
11009
11010         * src/common/defs.h
11011                 update DONATE_URI
11012
11013 2006-07-07 [colin]      2.3.1cvs70
11014
11015         * po/POTFILES.in
11016         * src/quote_fmt.c
11017         * src/quote_fmt_lex.l
11018         * src/quote_fmt_parse.y
11019                 Add |i{var}, a way to insert user-entered
11020                 text in a template
11021
11022 2006-07-07 [colin]
11023
11024         * 2.4.0-rc3 released
11025
11026 2006-07-07 [colin]      2.3.1cvs69
11027
11028         * src/folder.c
11029                 Don't consider inboxes of UNKNOWN folder 
11030                 classes to be useable as default inboxes
11031
11032 2006-07-07 [paul]       2.3.1cvs68
11033
11034         * src/textview.c
11035                 add missing #include <errno.h>
11036                 Thanks to René J. Blokland
11037
11038 2006-07-07 [paul]       2.3.1cvs67
11039
11040         * src/action.c
11041                 Return now Closes dialog
11042         * src/mimeview.c
11043         * src/mimeview.h
11044         * src/textview.c
11045                 add contextual menu to mime parts listed
11046                 in the textview
11047                 Thanks to Colin
11048         * src/common/utils.c
11049                 reversal: ' is a valid character in URLs
11050
11051 2006-07-06 [colin]      2.3.1cvs66
11052
11053         * src/remotefolder.h
11054                 Forgotten in previous commit
11055
11056 2006-07-06 [colin]      2.3.1cvs65
11057
11058         * src/folder.c
11059                 Set summary update flag whenever
11060                 totals changed
11061         * src/imap.c
11062         * src/prefs_account.c
11063         * src/common/utils.h
11064         * src/etpan/imap-thread.c
11065                 Fix warnings, thanks to Fabien and
11066                 Ricardo
11067
11068 2006-07-06 [wwp]        2.3.1cvs64
11069
11070         * src/gtk/gtkutils.c
11071                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11072
11073 2006-07-06 [wwp]        2.3.1cvs63
11074
11075         * src/account.c
11076         * src/addressbook.c
11077         * src/addressitem.h
11078         * src/folderview.c
11079         * src/mainwindow.c
11080         * src/manual.c
11081         * src/manual.h
11082         * src/message_search.c
11083         * src/prefs_actions.c
11084         * src/prefs_filtering.c
11085         * src/prefs_filtering.h
11086         * src/prefs_template.c
11087         * src/summary_search.c
11088         * src/summaryview.c
11089         * src/gtk/gtkutils.c
11090         * src/gtk/gtkutils.h
11091         * src/gtk/pluginwindow.c
11092                 add help buttons to some dialogs. Clicking such buttons opens a
11093                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11094
11095 2006-07-06 [paul]       2.3.1cvs62
11096
11097         * src/textview.c
11098                 fix attachments contextual menu
11099                 Thanks to Colin
11100
11101 2006-07-05 [colin]      2.3.1cvs61
11102
11103         * src/textview.c
11104         * src/compose.c
11105                 Handle sftp:// links
11106
11107 2006-07-05 [paul]       2.3.1cvs60
11108
11109         * src/gtk/filesel.c
11110                 grab save button by default
11111                 Thanks to Colin
11112
11113 2006-07-05 [wwp]        2.3.1cvs59
11114
11115         * manual/xml2pdf
11116                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11117
11118 2006-07-04 [colin]      2.3.1cvs58
11119
11120         * src/mimeview.c
11121         * src/textview.c
11122                 Use left click to select, middle click to open
11123                 on mimeparts links
11124         * src/common/utils.c
11125                 Fix segfault
11126
11127 2006-07-04 [colin]      2.3.1cvs57
11128
11129         * src/mainwindow.c
11130         * src/news.c
11131                 Warning fixes, thanks to Fabien
11132
11133 2006-07-04 [colin]      2.3.1cvs56
11134
11135         * src/mimeview.c
11136         * src/mimeview.h
11137         * src/textview.c
11138                 Allow parts to be selected via their text label
11139                 in textview
11140
11141 2006-07-04 [colin]      2.3.1cvs55
11142
11143         * src/folderview.c
11144                 Feedback when closing (for big folders)
11145         * src/prefs_actions.c
11146         * src/prefs_filtering.c
11147         * src/prefs_matcher.c
11148         * src/prefs_template.c
11149                 Fix default button when closing without
11150                 having saved
11151
11152 2006-07-04 [colin]      2.3.1cvs54
11153
11154         * src/news.c
11155                 Delete local file on deletion
11156
11157 2006-07-03 [colin]      2.3.1cvs53
11158
11159         * src/folderview.c
11160         * src/main.c
11161                 Don't freeze when rescanning after crash
11162
11163 2006-07-03 [wwp]        2.3.1cvs52
11164
11165         * src/compose.c
11166         * src/privacy.c
11167         * src/privacy.h
11168         * src/plugins/pgpinline/pgpinline.c
11169         * src/plugins/pgpmime/pgpmime.c
11170                 don't report an error when the user cancels the passphrase dialog.
11171
11172 2006-07-02 [colin]      2.3.1cvs51
11173
11174         * src/folderview.c
11175                 Open message when crossing folders with Space,
11176                 goto next unread and friends
11177
11178 2006-07-01 [colin]      2.3.1cvs50
11179
11180         * src/prefs_account.c
11181                 Typographic rules varying from language
11182                 to language (in french "Protocole :"),
11183                 we have to do that :)
11184
11185 2006-07-01 [ticho]      2.3.1cvs49
11186
11187         * src/prefs_account.c
11188                 Only use one temporary gchar* variable in
11189                 prefs_account_protocol_set_optmenu().
11190
11191 2006-07-01 [ticho]      2.3.1cvs48
11192
11193         * src/prefs_account.c
11194         * src/prefs_account.h
11195                 Use GtkLabel for existing account protocol name.
11196                 Created an array for protocol names and populate the
11197                 combobox from it in a for() cycle.
11198
11199 2006-06-30 [colin]      2.3.1cvs47
11200
11201         * src/compose.c
11202                 Block undo when changing signature (by changing
11203                 account)
11204
11205 2006-06-30 [paul]       2.3.1cvs46
11206
11207         * src/send_message.c
11208                 when editing From in the Compose window, use that address
11209                 in the Return-Path: header
11210                 Thanks to Colin
11211
11212 2006-06-30 [colin]      2.3.1cvs45
11213
11214         * src/compose.c
11215                 Fix signature replacement:
11216                 - when no newline before separator
11217                 - when reediting
11218
11219 2006-06-29 [colin]      2.3.1cvs44
11220
11221         * src/folderview.c
11222         * src/folderview.h
11223         * src/mainwindow.c
11224         * src/summaryview.c
11225                 Let 'View/Go to/Next marked' work like
11226                 Next new & Next unread: across folders
11227                 Change the select_on_entry pref to do
11228                 what we want when changing folder
11229         * src/common/utils.c
11230                 Fix single-quoted links 
11231
11232 2006-06-29 [colin]      2.3.1cvs43
11233
11234         * src/gtk/gtkaspell.c
11235                 "Sylpheed" and "Sylpheed-Claws" do exist !
11236
11237 2006-06-29 [colin]      2.3.1cvs42
11238
11239         * src/imap.c
11240                 Forgot to remove debug
11241
11242 2006-06-29 [colin]      2.3.1cvs41
11243
11244         * src/imap.c
11245         * src/imap.h
11246         * src/mainwindow.c
11247                 Disconnect from IMAP servers when going
11248                 offline. Fixes bug #978 (going to offline-mode 
11249                 won't close connections)
11250
11251 2006-06-29 [colin]      2.3.1cvs40
11252
11253         * src/main.c
11254                 Fix transient setting on failing plugins
11255                 Patch by Fabien
11256         * src/plugins/pgpcore/sgpgme.c
11257                 Only warn for OpenPGP. Most people don't
11258                 have CMS available.
11259
11260 2006-06-29 [colin]      2.3.1cvs39
11261
11262         * src/compose.c
11263                 Fix Spelling menu (discrepancy between context menu
11264                 and top menu when folder's dictionary isn't the 
11265                 default one)
11266         * src/plugins/pgpcore/sgpgme.c
11267                 More error reporting about why gpgme can fail
11268
11269 2006-06-29 [wwp]        2.3.1cvs38
11270
11271         * src/mainwindow.c
11272                 honor the display-header-pane setting even when the message view
11273                 is a separate window.
11274
11275 2006-06-29 [wwp]        2.3.1cvs37
11276
11277         * src/prefs_actions.c
11278                 forgot to commit that one (use of GTK_STOCK_INFO).
11279
11280 2006-06-29 [colin]      2.3.1cvs36
11281
11282         * src/imap.c
11283                 Better handling of login errors (ask the password
11284                 again once), alert in case of error. Fix three
11285                 signedness warnings.
11286
11287 2006-06-28 [wwp]        2.3.1cvs35
11288
11289         * src/prefs_template.c
11290         * src/prefs_matcher.c
11291         * src/prefs_filtering_action.c
11292         * src/prefs_quote.c
11293                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11294                 patch by Fabien Vantard, slightly modified.
11295
11296 2006-06-28 [paul]
11297
11298         2.4.0-rc2 released
11299
11300 2006-06-28 [colin]      2.3.1cvs34
11301
11302         * src/prefs_account.c
11303                 Fix bug #977 (Can't add or edit imap accounts)
11304
11305 2006-06-28 [colin]      2.3.1cvs33
11306
11307         * src/mimeview.c
11308                 Fix previous
11309
11310 2006-06-28 [colin]      2.3.1cvs32
11311
11312         * src/mimeview.c
11313                 Save named inlined attachments with "Save all"
11314         * src/main.c
11315         * src/mbox.c
11316         * src/common/plugin.c
11317         * src/common/plugin.h
11318         * src/common/sylpheed.c
11319         * src/common/utils.c
11320         * src/plugins/pgpcore/sylpheed.def
11321         * src/plugins/pgpinline/sylpheed.def
11322         * src/plugins/pgpmime/sylpheed.def
11323                 Win32 compatibility patch, by
11324                 Werner Koch
11325
11326 2006-06-28 [wwp]        2.3.1cvs31
11327
11328         * src/imap.c
11329         * src/prefs_folder_item.c
11330                 less compilation warnings (thanks to Fabien Vantard), less typos.
11331
11332 2006-06-28 [paul]       2.3.1cvs30
11333
11334         * src/gtk/gtkutils.c
11335                 gtk_combo_box_set_focus_on_click() is only
11336                 available since gtk 2.6.0
11337
11338 2006-06-28 [paul]       2.3.1cvs29
11339
11340         * src/prefs_ext_prog.c
11341                 fix engrish and add a tooltip for the
11342                 'command for 'Display as text' option
11343
11344 2006-06-28 [paul]
11345
11346         2.4.0-rc1 released
11347
11348 2006-06-28 [paul]       2.3.1cvs28
11349
11350         * ChangeLog
11351         * tools/Makefile.am
11352                 include textviewer.pl in releases
11353
11354 2006-06-28 [paul]       2.3.1cvs27
11355
11356         * src/prefs_ext_prog.c
11357                 hide Print command option if libgnomeprint
11358                 support is present
11359
11360 2006-06-27 [colin]      2.3.1cvs26
11361
11362         * src/compose.c
11363                 Fix Esc handling in insert/attach dialog
11364                 Don't show this dialog if dragging something
11365                 else than text/uri-list
11366                 Thanks to Fabien Vantard
11367         * tools/textviewer.pl
11368                 Filter script to display stuff as text
11369                 by H. Merijn Brand
11370
11371 2006-06-27 [wwp]        2.3.1cvs25
11372
11373         * src/messageview.c
11374                 use the exact product name (message view title), patch
11375                 by Fabien Vantard.
11376
11377 2006-06-27 [ticho]      2.3.1cvs24
11378
11379         * src/prefs_account.c
11380         * src/prefs_common.c
11381         * src/prefs_common.h
11382         * src/prefs_ext_prog.c
11383         * src/textview.c
11384                 Add a preference (Preferences/External programs)
11385                 to allow "Display as text" to be done via a script
11386                 (patch by H.Merijn Brand).
11387                 Use GtkComboBox for protocol selection in account
11388                 preferences.
11389                 Only include current choice for existing accounts, and
11390                 insensitivize the combobox.
11391
11392 2006-06-27 [paul]       2.3.1cvs23
11393
11394         * src/mbox.c
11395                 fix crasher introduced in cvs21.
11396                 Thanks to Colin
11397
11398 2006-06-26 [colin]      2.3.1cvs22
11399
11400         * src/mbox.c
11401                 Fix double-frees when leaving folders
11402                 after exporting to mbox
11403
11404 2006-06-26 [colin]      2.3.1cvs21
11405
11406         * src/mbox.c
11407                 More feedback (and optimisation)
11408                 on import/export
11409         * src/common/utils.c
11410                 Fix case when looking for mail addresses
11411         * src/gtk/gtkutils.c
11412                 Extra check for (X-)Face
11413
11414 2006-06-25 [ticho]      2.3.1cvs20
11415
11416         * src/compose.c
11417         * src/exphtmldlg.c
11418         * src/gtk/gtkutils.c
11419         * src/gtk/gtkutils.h
11420                 Added second argument to gtkut_sc_combobox_create() to
11421                 control focus-on-click for the widget.
11422                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11423
11424 2006-06-25 [ticho]      2.3.1cvs19
11425
11426         * src/compose.c
11427         * src/gtk/Makefile.am
11428         * src/gtk/combobox.c
11429         * src/gtk/combobox.h
11430         * src/gtk/gtkutils.c
11431         * src/gtk/gtkutils.h
11432                 Use GtkComboBox instead of deprecated GtkOptionMenu
11433                 for account selector in compose window and for encoding
11434                 selector in attachment properties.
11435                 Also factorise working with the new GtkComboBox somewhat.
11436
11437 2006-06-24 [paul]       2.3.1cvs18
11438
11439         * src/prefs_common.c
11440                 use the correct default value
11441
11442 2006-06-24 [paul]       2.3.1cvs17
11443
11444         * src/compose.c
11445         * src/prefs_common.c
11446         * src/prefs_common.h
11447         * src/prefs_compose_writing.c
11448                 enable setting of default action when
11449                 dnd'ing files in the compose window.
11450                 (Collaborative effort with wwp)
11451
11452 2006-06-23 [wwp]        2.3.1cvs16
11453
11454         * src/compose.c
11455                 i18n fix (thanks to Fabien Vantard)
11456
11457 2006-06-22 [colin]      2.3.1cvs15
11458
11459         * src/prefs_customheader.c
11460                 Don't use filters in custom headers' file 
11461                 selector. Remember, extensions mean nothing :)
11462
11463 2006-06-22 [paul]       2.3.1cvs14
11464
11465         * configure.ac
11466                 allow setting of man directory location
11467
11468 2006-06-22 [colin]      2.3.1cvs13
11469
11470         * src/mainwindow.c
11471                 Add 'View/Go to/Next unread folder'.
11472                 I missed that :)
11473
11474 2006-06-22 [colin]      2.3.1cvs12
11475
11476         * src/common/utils.c
11477                 Add some subject prefixes
11478                 Patch by Bjorn T Johansen <btj@havleik.no>
11479
11480 2006-06-22 [colin]      2.3.1cvs11
11481
11482         * manual/advanced.xml
11483                 Forgotten hidden pref
11484
11485 2006-06-21 [paul]       2.3.1cvs10
11486
11487         * src/prefs_account.c
11488                 complete the removal of 'Add date header' option
11489
11490 2006-06-21 [paul]       2.3.1cvs9
11491
11492         * src/account.c
11493         * src/compose.c
11494         * src/prefs_account.c
11495         * src/prefs_account.h
11496                 remove option to add date header - always
11497                 add date header
11498         * src/etpan/imap-thread.c
11499                 fix warnings (Thanks to Colin)
11500
11501 2006-06-21 [wwp]        2.3.1cvs8
11502
11503         * src/folder.c
11504                 set the attachment flag when inline text part are (file)named. This is more convenient
11505                 when receiving (for instance) inline source files or patches sent using thunderbird.
11506
11507 2006-06-21 [paul]       2.3.1cvs7
11508
11509         * src/inc.c
11510                 fix off-by-one count of current msg in
11511                 statusbar filtering progressbar
11512
11513 2006-06-21 [paul]       2.3.1cvs6
11514
11515         * src/folder.c
11516                 Show attachment icon even if the part is 'inline'
11517                 if the following conditions are met:
11518                 - content-type != 'text/plain'
11519                 - content-type != '*/pgp-signature'
11520                 - either 'name' or 'filename' parameter is not NULL
11521                 
11522                 Thanks to Colin
11523
11524 2006-06-21 [paul]       2.3.1cvs5
11525
11526         * src/messageview.c
11527         * src/prefs_common.c
11528         * src/prefs_common.h
11529         * src/prefs_other.c
11530                 add an option to 'Never send Return
11531                 Receipts'
11532                 Thanks to Colin
11533
11534 2006-06-20 [mones]      2.3.1cvs4
11535
11536         * po/es.po
11537                 updated
11538         * src/compose.c
11539                 typo fixed (space after comma)
11540         * tools/make.themes.project
11541                 remove exec mode from tarball files
11542
11543 2006-06-20 [colin]      2.3.1cvs3
11544
11545         * src/news.c
11546         * src/procheader.c
11547         * src/unmime.c
11548                 Better fix for \n's in headers (don't 
11549                 break Received: and others)
11550
11551 2006-06-20 [paul]       2.3.1cvs2
11552
11553         * src/alertpanel.c
11554         * src/textview.c
11555                 improve legibility of phishing attempt
11556                 dialog
11557
11558 2006-06-20 [paul]       2.3.1cvs1
11559
11560         * NEWS
11561         * README
11562         * configure.ac
11563                 Update version number following
11564                 stable release
11565
11566 2006-06-20 [colin]      2.3.0cvs26
11567
11568         * src/compose.c
11569                 When dragging a file to the text of the compose
11570                 window, ask whether we want to insert or attach
11571                 (I know lots of people who do that to attach)
11572
11573 2006-06-20 [colin]      2.3.0cvs25
11574
11575         * src/etpan/imap-thread.c
11576                 Fix threshold (the append command is often > 32 bytes)
11577
11578 2006-06-19 [colin]      2.3.0cvs24
11579
11580         * src/imap.c
11581         * src/etpan/imap-thread.c
11582                 Workaround Rockliffe IMAP server bug: replace
11583                 "x UID SEARCH (ANSWERED UID 1:*)" with
11584                 "x UID SEARCH ANSWERED"
11585                 (Rockliffe doesn't handle the parenthesis)
11586
11587 2006-06-19 [colin]      2.3.0cvs23
11588
11589         * src/compose.c
11590         * src/imap.c
11591         * src/etpan/imap-thread.c
11592                 Probably fix bug #972 (Freezes when adding 
11593                 an attachment to the message)
11594         * src/common/defs.h
11595                 Modernize Firefox cmd
11596
11597
11598 2006-06-18 [colin]      2.3.0cvs22
11599
11600         * src/prefs_customheader.c
11601                 Only allow correct filenames for various
11602                 custom headers
11603
11604 2006-06-18 [colin]      2.3.0cvs21
11605
11606         * src/prefs_customheader.c
11607                 Add a 'From File...' button in custom headers prefs, which
11608                 try to do the right thing: 
11609                 for normal headers, use file as plaintext,
11610                 for X-Face, calls compface,
11611                 for Face, encode to b64.
11612
11613 2006-06-17 [colin]      2.3.0cvs20
11614
11615         * src/mh.c
11616                 Warning fix
11617
11618 2006-06-16 [colin]      2.3.0cvs19
11619
11620         * src/summaryview.c
11621                 Recursive quicksearch: show message list
11622                 in current folder, *then* search children
11623                 in the background.
11624
11625 2006-06-16 [colin]      2.3.0cvs18
11626
11627         * src/main.c
11628                 Instead of ignoring SIGPIPE, save caches
11629                 when getting one. Will fix the fact that
11630                 hot caches are out-of-date when logging 
11631                 out of Xorg.
11632         * src/compose.c
11633         * src/prefs_compose_writing.c
11634                 Only save text (not attachments) when 
11635                 auto-saving to drafts
11636         * src/unmime.c
11637                 Always replace \n, \r and \t with spaces
11638                 in headers
11639         * manual/dist/html/Makefile.am
11640         * manual/dist/pdf/Makefile.am
11641         * manual/dist/ps/Makefile.am
11642         * manual/dist/txt/Makefile.am
11643         * manual/fr/dist/html/Makefile.am
11644         * manual/fr/dist/pdf/Makefile.am
11645         * manual/fr/dist/ps/Makefile.am
11646         * manual/fr/dist/txt/Makefile.am
11647         * manual/pl/dist/html/Makefile.am
11648         * manual/pl/dist/pdf/Makefile.am
11649         * manual/pl/dist/ps/Makefile.am
11650         * manual/pl/dist/txt/Makefile.am
11651                 Fix make clean removing pregenerated manuals
11652
11653
11654 2006-06-16 [colin]      2.3.0cvs17
11655
11656         * src/plugins/pgpcore/sgpgme.c
11657         * src/plugins/pgpmime/pgpmime.c
11658         * src/plugins/pgpinline/pgpinline.c
11659                 Better error reporting in setup_signers.
11660                 Don't fallback to default key if specified
11661                 key isn't found.
11662                 Don't allow signing if more than one secret
11663                 key matches the one specified in prefs.
11664
11665 2006-06-15 [colin]      2.3.0cvs16
11666
11667         * src/folderview.c
11668                 Add "Send queue" in the folder's contextual
11669                 menu
11670         * src/compose.c
11671         * src/messageview.c
11672         * src/privacy.c
11673         * src/privacy.h
11674         * src/procmime.c
11675         * src/procmsg.c
11676         * src/plugins/pgpcore/passphrase.c
11677         * src/plugins/pgpcore/sgpgme.c
11678         * src/plugins/pgpinline/pgpinline.c
11679         * src/plugins/pgpmime/pgpmime.c
11680                 Better error reporting
11681         * src/mbox.c
11682                 Probably fix bug #971 (2.2.3 cannot read mail 
11683                 from local mbox)
11684
11685
11686 2006-06-15 [mones]      2.3.0cvs15
11687
11688         * tools/make.themes.project
11689                 creates the themes project from the web page
11690
11691 2006-06-15 [colin]      2.3.0cvs14
11692
11693         * src/folder.c
11694                 Better fix (avoid losing the folder if scan_tree 
11695                 fails)
11696
11697 2006-06-15 [cleroy]     2.3.0cvs13
11698
11699         * src/folder.c
11700                 Probably fix Bug #969 (crash on rebuilding 
11701                 imap folder)
11702
11703 2006-06-14 [colin]      2.3.0cvs12
11704
11705         * manual/dtd/manual.xsl
11706         * manual/sylpheed-claws-manual.xml
11707         * manual/fr/sylpheed-claws-manual.xml
11708         * manual/pl/sylpheed-claws-manual.xml
11709                 Insert pagebreaks between sections
11710
11711 2006-06-14 [paul]       2.3.0cvs11
11712
11713         * configure.ac
11714                 better fix than 2.3.0cvs10
11715
11716 2006-06-14 [paul]       2.3.0cvs10
11717
11718         * configure.ac
11719                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11720                 (backwards compatible)
11721
11722 2006-06-13 [colin]      2.3.0cvs9
11723
11724         * src/messageview.c
11725                 Fix sending of return receipt with the new queue folders
11726
11727 2006-06-13 [wwp]        2.3.0cvs8
11728
11729         * src/quote_fmt_lex.l
11730                 fix wrong tokens returned in quote_fmt lexer, query not().
11731
11732 2006-06-13 [wwp]        2.3.0cvs7
11733
11734         * src/folder.c
11735         * src/prefs_folder_item.c
11736                 allow changing folder type even when folder is not a top-level one,
11737                 thanks to Colin.
11738
11739 2006-06-12 [colin]      2.3.0cvs6
11740
11741         * src/folderview.c
11742                 Fix double-ask of "Do you want to mark all
11743                 as read"
11744
11745 2006-06-12 [colin]      2.3.0cvs5
11746
11747         * src/compose.c
11748         * src/compose.h
11749         * src/folder.c
11750         * src/folder.h
11751         * src/imap.c
11752         * src/inc.c
11753         * src/main.c
11754         * src/messageview.c
11755         * src/mh.c
11756         * src/prefs_folder_item.c
11757         * src/procheader.c
11758         * src/procmime.c
11759         * src/procmsg.c
11760         * src/procmsg.h
11761         * src/send_message.c
11762         * src/summaryview.c
11763         * src/toolbar.c
11764                 Apply bug #964's patch (Queue and drafts aren't normal)
11765                 The Drafts and Queue folder now contain RFC-822 files,
11766                 allowing to move and copy mails from and to these 
11767                 folders. Moving from Drafts to Queue will prepare the
11768                 mail for sending (PGP signature, encryption, etc).
11769                 This patch also rework sending errors handling to try
11770                 to be more helpful.
11771                 Also, allow redefining folder types via the GUI 
11772                 (Folder type in its Properties)
11773
11774 2006-06-12 [colin]      2.3.0cvs4
11775
11776         * src/summaryview.c
11777         * src/prefs_common.c
11778         * src/prefs_common.h
11779         * src/gedit-print.c
11780                 Allow to define a specific print font - patch
11781                 by Bernhard Walle <bernhard.walle@gmx.de>
11782         * src/prefs_fonts.c
11783         * manual/advanced.xml
11784         * manual/fr/advanced.xml
11785                 Add a hidden pref to allow deletion without
11786                 confirmation
11787
11788 2006-06-12 [wwp]        2.3.0cvs3
11789
11790         * .cvsignore
11791                 more files to ignore.
11792
11793 2006-06-12 [wwp]        2.3.0cvs2
11794
11795         * src/quote_fmt.c
11796         * src/quote_fmt_lex.l
11797         * src/quote_fmt_parse.y
11798                 extend the quote_fmt parser (templates and quotes):
11799                 - allow limited sub-expressions in |p{} and |f{} expressions,
11800                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11801                 - implemented/fixed missing implementation of query_references and show_references,
11802                 - completed, fixed contents and format of the symbols help dialog,
11803                 - fix some compilation warnings.
11804
11805 2006-06-12 [wwp]        2.3.0cvs1
11806
11807         * manual/advanced.xml
11808         * manual/fr/advanced.xml
11809                 updates in the "templates" section of the manual (eng/fr):
11810                  - be more precise (both versions)
11811                  - completed to match the english reference (fr version)
11812                  - touchups (both versions)
11813
11814 2006-06-12 [paul]       2.3.0
11815
11816         2.3.0 released
11817
11818 2006-06-12 [paul]       2.2.3cvs14
11819
11820         * po/ca.po
11821         * po/cs.po
11822         * po/de.po
11823         * po/el.po
11824         * po/fr.po
11825         * po/it.po
11826         * po/pt_BR.po
11827         * po/sr.po
11828         * po/zh_CN.po
11829                 updated by Miquel Oliete, Tim, Stephan Sachse,
11830                 Stavros Giannouris, Fabien Vantard, Andrea
11831                 Spadaccini, Frederico Goncalves Guimaraes,
11832                 Aleksandar Urosevic, and Ralgh Young
11833
11834 2006-06-12 [colin]      2.2.3cvs13
11835
11836         * src/mbox.c
11837                 Add missing header
11838
11839 2006-06-11 [colin]      2.2.3cvs12
11840
11841         * src/msgcache.c
11842                 Verify that g_malloc() succeeded
11843
11844 2006-06-11 [colin]      2.2.3cvs11
11845
11846         * src/wizard.c
11847                 Add Face header to welcome mail
11848
11849 2006-06-10 [colin]      2.2.3cvs10
11850
11851         * src/textview.c
11852                 Revert previous (Forgot it changes the
11853                 margin on the whole mail)
11854
11855 2006-06-10 [colin]      2.2.3cvs9
11856
11857         * src/textview.c
11858                 Don't overlap long headers under (X-)Face
11859
11860 2006-06-10 [mones]      2.2.3cvs8
11861
11862         * manual/xml2pdf
11863                 allow generation of manual on systems lacking saxon binary
11864                 but with java and the saxon library installed
11865
11866         * po/es.po
11867                 updated for release
11868
11869 2006-06-09 [colin]      2.2.3cvs7
11870
11871         * src/summaryview.c
11872                 Fix leak when using Display Sender using Addressbook
11873
11874 2006-06-09 [colin]      2.2.3cvs6
11875
11876         * src/compose.c
11877         * src/folder.c
11878         * src/folderview.c
11879         * src/mimeview.c
11880         * src/summaryview.c
11881                 More leaks fixes
11882
11883 2006-06-09 [paul]       2.2.3cvs5
11884
11885         * AUTHORS
11886         * src/gtk/authors.h
11887         * tools/claws.i18n.status.pl
11888                 updated with new info
11889
11890 2006-06-09 [paul]       2.2.3cvs4
11891
11892         * README
11893                 updated
11894         * manual/ack.xml
11895                 add wwp to authors list
11896         * src/gtk/authors.h
11897                 update mine and Colin's addresses
11898
11899 2006-06-08 [colin]      2.2.3cvs3
11900
11901         * src/etpan/imap-thread.c
11902                 Fix leak on SSL cert check
11903
11904 2006-06-08 [colin]      2.2.3cvs2
11905
11906         * src/common/utils.c
11907                 Fix leak
11908
11909 2006-06-08 [paul]       2.2.3cvs1
11910
11911         * configure.ac
11912                 Update version number following
11913                 stable release
11914
11915 2006-06-07 [colin]      2.2.2cvs3
11916
11917         * src/msgcache.c
11918                 Fix catching cache read errors (guint instead of gint)
11919                 Prevent malloc'ing more than 8MB (means cache corruption)
11920
11921 2006-06-07 [paul]       2.2.2cvs2
11922
11923         * src/exporthtml.c
11924         * src/exportldif.c
11925         * src/mh.c
11926         * src/mutt.c
11927         * src/pine.c
11928         * src/common/utils.c
11929                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11930                 obey $HOME'
11931                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11932                 Thanks to Colin
11933
11934 2006-06-06 [paul]       2.2.2cvs1
11935
11936         * configure.ac
11937                 Update version number following
11938                 stable release
11939
11940 2006-06-06 [paul]       2.2.1cvs6
11941
11942         * src/matcher.c
11943                 fix  implicit declaration of
11944                 sylpheed_do_idle()
11945                 Patch by Fabien Vantard
11946
11947 2006-06-06 [paul]       2.2.1cvs5
11948
11949         * src/matcher.c
11950                 fix age_greater and age_lower so that they
11951                 mean what say and not '...or equal to'
11952                 Thanks to Colin
11953
11954 2006-06-06 [paul]       2.2.1cvs4
11955
11956         * src/textview.c
11957         * src/common/utils.c
11958                 fix URI check
11959                 Thanks to Colin
11960
11961 2006-06-05 [wwp]        2.2.1cvs3
11962
11963         * manual/fr/account.xml
11964                 minor language fixes (thanks to Fabien Vantard).
11965
11966 2006-06-05 [colin]      2.2.1cvs2
11967
11968         * src/prefs_folder_item.c
11969         * src/folderview.c
11970                 Allow recursive setting of properties 
11971                 for whole mailboxes
11972         * src/matcher.c
11973                 Don't freeze on 'test' filtering rule
11974
11975 2006-06-05 [colin]      2.2.1cvs1
11976
11977         * configure.ac
11978                 Update version number following
11979                 stable release
11980
11981 2006-06-04 [wwp]        2.2.0cvs82
11982
11983         * manual/glossary.xml
11984         * manual/account.xml
11985         * manual/fr/glossary.xml
11986         * manual/fr/account.xml
11987                 added glossary section and references/links related to the Face custom header.
11988
11989 2006-06-04 [colin]      2.2.0cvs81
11990
11991         * src/summaryview.c
11992                 Skip to next message on move with no
11993                 immediate execution
11994
11995 2006-06-04 [wwp]        2.2.0cvs80
11996
11997         * manual/xml2pdf
11998                 added sanity checks, exit when needed.
11999
12000 2006-06-03 [paul]       2.2.0cvs79
12001
12002         * src/prefs_receive.c
12003                 page name is now 'Receiving'
12004         * src/prefs_send.c
12005                 page name is now 'Sending'
12006
12007 2006-06-03 [colin]      2.2.0cvs78
12008
12009         * src/plugins/spamassassin/spamassassin_gtk.c
12010                 Autoswitch to Localhost if transport was previously
12011                 disabled. Else people had to check [] Enable, then
12012                 *reselect* transport.
12013
12014 2006-06-03 [colin]      2.2.0cvs77
12015
12016         * src/plugins/pgpinline/pgpinline.c
12017         * src/plugins/pgpmime/pgpmime.c
12018                 Check that gpg_data_release_and_get_mem 
12019                 didn't fail (now, why this happens...)
12020
12021 2006-06-03 [colin]      2.2.0cvs76
12022
12023         * src/mbox.c
12024                 Fix bug #962 (Manual and/or UI should 
12025                 warn about incompatible locking 
12026                 causing dataloss)
12027
12028 2006-06-02 [cleroy]     2.2.0cvs75
12029
12030         * src/filtering.c
12031         * src/folder.c
12032         * src/procmsg.c
12033         * src/summaryview.c
12034                 Fix a few leaks
12035
12036 2006-06-02 [colin]      2.2.0cvs74
12037
12038         * src/main.c
12039                 On exit, free caches after writing them
12040                 Shuts up some valgrind false positives
12041         * src/procmsg.c
12042         * src/send_message.c
12043                 Fix races when reusing existing SMTP connections
12044                 Fix inexistant session timeout
12045         * src/toolbar.c
12046                 Display alertpanel after all queues have
12047                 been processed, not after each
12048
12049 2006-06-02 [wwp]        2.2.0cvs73
12050
12051         * manual/fr/glossary.xml
12052         * manual/fr/ack.xml
12053         * manual/ack.xml
12054                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12055
12056 2006-06-02 [wwp]        2.2.0cvs72
12057
12058         * manual/xml2pdf
12059         * manual/dist/pdf/Makefile.am
12060         * manual/dtd/manual.xsl
12061         * manual/fr/dist/pdf/Makefile.am
12062         * manual/pl/dist/pdf/Makefile.am
12063                 we changed the procedure to generate the .pdf version of the manual.
12064                 The procedure is more modern and the .pdf we get now has a valid index.
12065                 Here are the new pre-requisites:
12066
12067                 - JRE 1.x (1.4 here): there must be one from your distro
12068                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12069                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12070                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12071
12072                 See my posts for further info about the installation of this toolchain:
12073
12074                 Date: Fri, 19 May 2006 19:40:06 +0200
12075                 From: wwp <subscript@free.fr>
12076                 To: sylpheed-claws-devel@lists.sourceforge.net
12077                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12078
12079                 and
12080
12081                 Date: Wed, 24 May 2006 12:58:49 +0200
12082                 From: wwp <subscript@free.fr>
12083                 To: sylpheed-claws-devel@lists.sourceforge.net
12084                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12085
12086 2006-06-01 [colin]      2.2.0cvs71
12087
12088         * src/compose.c
12089                 Better guards against IMAP races
12090         * src/main.c
12091         * src/prefs_common.c
12092         * src/prefs_common.h
12093         * src/common/ssl_certificate.c
12094         * src/etpan/imap-thread.c
12095         * src/etpan/imap-thread.h
12096         * src/gtk/sslcertwindow.c
12097                 New hidden option ssl_skip_cert_check to 
12098                 avoid dups of bug #959 (libetpan linked
12099                 against gnutls and gnutls buggy on 64bit)
12100                 Present expired warning only once per
12101                 session/server.
12102         * manual/advanced.xml
12103         * manual/fr/advanced.xml
12104                 Document new option
12105
12106 2006-06-01 [wwp]        2.2.0cvs70
12107
12108         * src/messageview.c
12109                 fix for bug #961 (return receipt dialog 
12110                 complains incorrectly about return-path 
12111                 email adress being different), thanks 
12112                 to Colin.
12113
12114 2006-05-31 [cleroy]     2.2.0cvs69
12115
12116         * src/common/ssl.c
12117                 Guard against NULLs, although this
12118                 should never be an issue
12119
12120 2006-05-31 [colin]      2.2.0cvs68
12121
12122         * src/filtering.c
12123                 Use g_slist_prepend
12124         * src/imap.c
12125                 Don't remove caches when destroying folder, it
12126                 could (should) be done at exit
12127         * src/inc.c
12128                 free processing cache after incorporation
12129         * src/etpan/imap-thread.c
12130                 Maybe fix bug #959 (Crash on moving to emails 
12131                 to a imap account per ssl with a expired 
12132                 certificate.)
12133
12134 2006-05-30 [colin]      2.2.0cvs67
12135
12136         * src/summaryview.c
12137                 Put back event flush when displaying message
12138                 It avoids reading a bunch of messages just
12139                 by hitting shift-n for too long ;)
12140
12141 2006-05-29 [colin]      2.2.0cvs66
12142
12143         * src/summaryview.c
12144                 Remove useless g_warnings
12145
12146 2006-05-29 [colin]      2.2.0cvs65
12147
12148         * src/imap.c
12149                 Fix g_slist_append()s for performance
12150
12151 2006-05-29 [colin]      2.2.0cvs64
12152
12153         * src/compose.c
12154         * src/common/utils.c
12155                 Fix extraneous tab at start of addresses
12156         * src/mainwindow.c
12157                 Fix warnings (thanks to Fabien)
12158                 Fix crash at exit when composing messages 
12159                 exist
12160         * src/pop.c
12161                 Fix progress bar when deleting expired mails
12162                 Thanks to Hiro
12163         * src/summaryview.c
12164         * src/gtk/gtksctree.c
12165                 Fix re-sorting slowness
12166
12167 2006-05-29 [paul]       2.2.0cvs63
12168
12169         * src/mh.c
12170                 fetch full message when moving mails
12171                 from another mailbox, (fixed data loss
12172                 when filtering from IMAP to MH, introduced
12173                 in 2.2.0cvs57).
12174                 Thanks to Colin
12175
12176 2006-05-29 [mones]      2.2.0cvs62
12177
12178         * src/gtk/gtksctree.c
12179                 Unselect faster (patch by Colin)        
12180
12181 2006-05-26 [colin]      2.2.0cvs61
12182
12183         * src/summaryview.c
12184                 Unplug MSGINFO_UPDATE callback on delete too.
12185
12186 2006-05-26 [colin]      2.2.0cvs60
12187
12188         * src/foldersel.c
12189                 Fix bold in folder selection window with glib2.10
12190                 thanks Hiro
12191
12192 2006-05-26 [colin]      2.2.0cvs59
12193
12194         * src/procheader.c
12195                 Convert date only if necessary (and don't
12196                 try to convert from utf8 to utf8, too)
12197         * src/summaryview.c
12198                 Only set column's text if the column's 
12199                 displayed
12200
12201 2006-05-26 [colin]      2.2.0cvs58
12202
12203         * src/summaryview.c
12204         * src/gtk/gtkutils.c
12205                 Fix useless warning
12206
12207 2006-05-26 [colin]      2.2.0cvs57
12208
12209         * src/mainwindow.c
12210                 Make summaryview selectable as long as 
12211                 no message has focus
12212         * src/mh.c
12213                 Faster deletion (by implementing mh_remove_msgs)
12214                 Faster copy (avoid using mh_fetch_msg just to get
12215                 the filename)
12216                 Faster move (using move_file instead of copy_file
12217                 if MSG_IS_MOVE)
12218                 No progressbar if total number of mails to cp/mv 
12219                 is less than 100
12220         * src/summaryview.c
12221                 Fix removal from subject_table when mail gets moved
12222                 Faster deletion (g_slist_prepend instead of append)
12223         * src/gtk/gtksctree.c
12224                 Remove useless code
12225
12226 2006-05-25 [colin]      2.2.0cvs56
12227
12228         * src/common/ssl_certificate.c
12229                 Fix leak in expired cert check
12230
12231 2006-05-25 [colin]      2.2.0cvs55
12232
12233         * src/mh.c
12234                 Disable flags syncing on .mh_sequences - it
12235                 is buggy and marks mails read under unknown
12236                 conditions.
12237
12238 2006-05-25 [paul]
12239
12240         * 2.3.0-rc4 released
12241
12242 2006-05-24 [colin]      2.2.0cvs54
12243
12244         attention cvs users: if you manage to crash
12245         Sylpheed-Claws while moving, copying or deleting
12246         mails, we *are* interested in stack traces and
12247         valgrind logs. It looks stable, but one never
12248         knows...
12249
12250         * src/folder.c
12251                 Add progressbar for cache updates
12252         * src/folderutils.c
12253                 Optimize Mark all read in the current
12254                 folder
12255         * src/mh.c
12256                 Add progressbar for copy/move
12257         * src/procmsg.c
12258                 Optimize O(n^2) in copy/move
12259         * src/summaryview.c
12260         * src/gtk/gtksctree.c
12261                 Optimize O(n^2) algos
12262         * src/common/timing.h
12263                 Display ms instead of us
12264
12265 2006-05-24 [wwp]        2.2.0cvs53
12266
12267         * manual/fr/advanced.xml
12268                 updates to the French manual.
12269
12270 2006-05-24 [wwp]        2.2.0cvs52
12271
12272         * src/common/utils.c
12273                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12274
12275 2006-05-24 [wwp]        2.2.0cvs51
12276
12277         * src/folderutils.c
12278                 fixed "mark all read" in MH folders (thanks to Colin).
12279
12280 2006-05-24 [paul]       2.2.0cvs50
12281
12282         * doc/man/sylpheed-claws.1
12283                 updated the man page
12284
12285 2006-05-23 [colin]      2.2.0cvs49
12286
12287         * src/folderview.c
12288         * src/imap.c
12289         * src/inc.c
12290         * src/mbox.c
12291         * src/messageview.c
12292         * src/news.c
12293         * src/send_message.c
12294         * src/summaryview.c
12295         * src/gtk/sslcertwindow.c
12296                 alertpanel fixes, by Fabien
12297
12298 2006-05-23 [colin]      2.2.0cvs48
12299
12300         * src/folder.c
12301         * src/folderview.c
12302         * src/msgcache.c
12303         * src/summaryview.c
12304         * src/gtk/gtksctree.c
12305         * src/gtk/gtksctree.h
12306                 More timings
12307                 Fix slow loading problem, which was caused by the
12308                 use of some gtk_ctree funcs and their use of
12309                 g_list_position while gtk_ctree_(un)link'ing.
12310                 Reap more functions from gtkctree.c to be sure we
12311                 use our (fast) version instead of theirs.
12312         * src/mh.c
12313                 Fix copy of unread mails
12314
12315
12316 2006-05-22 [wwp]        2.2.0cvs47
12317
12318         * manual/fr/advanced.xml
12319                 updated.
12320
12321 2006-05-22 [colin]      2.2.0cvs46
12322
12323         * src/filtering.c
12324                 Fix possible infinite loop. 'copy' is not a 
12325                 final action, so when encountering a 'copy',
12326                 we have to check if a previous one was set
12327                 and do it. In the same way, if we encounter
12328                 a 'move' we have to perform a possibly 
12329                 pending 'copy'. This will slow down filtering
12330                 on IMAP if move+copy or multiple copy actions
12331                 are to be done, but handling it via the batch
12332                 would be really too convoluted.
12333
12334 2006-05-22 [wwp]        2.2.0cvs45
12335
12336         * manual/fr/advanced.xml
12337         * manual/fr/faq.xml
12338         * manual/fr/glossary.xml
12339         * manual/fr/handling.xml
12340         * manual/fr/intro.xml
12341         * manual/fr/plugins.xml
12342         * manual/fr/sylpheed-claws-manual.xml
12343                 sync w/ the english manual: updates URIs, documented mailing-list
12344                 support, better explanation about the enabled/disabled feature
12345                 in filtering/processing rules by Paul.
12346
12347 2006-05-21 [colin]      2.2.0cvs44
12348
12349         * src/summaryview.c
12350                 Don't expand after building threads, but during
12351
12352 2006-05-21 [colin]      2.2.0cvs43
12353
12354         * src/procmsg.c
12355         * src/summaryview.c
12356                 More timing possibilities... For next time I have 
12357                 to find out how the hell some 3GHz computer takes
12358                 one minute to open a 30k folder...
12359
12360 2006-05-21 [colin]      2.2.0cvs42
12361
12362         * manual/pl/advanced.xml
12363         * manual/pl/faq.xml
12364         * manual/pl/glossary.xml
12365         * manual/pl/handling.xml
12366         * manual/pl/intro.xml
12367         * manual/pl/plugins.xml
12368         * manual/pl/sylpheed-claws-manual.xml
12369                 Polish manual updated by Pawel
12370
12371 2006-05-20 [colin]
12372
12373         * 2.3.0-rc3 released
12374
12375 2006-05-20 [colin]      2.2.0cvs41
12376
12377         * src/imap.c
12378                 Fix -rc2 problems:
12379                 - remove cache of moved messages from original folder
12380                 - apply new flags to messages even if they aren't appliable
12381                   via IMAP.
12382
12383 2006-05-20 [colin]
12384
12385         * 2.3.0-rc2 released
12386
12387 2006-05-19 [colin]      2.2.0cvs40
12388
12389         * src/imap.c
12390                 Don't issue SELECT in imap_change_flags
12391                 before having checked that we indeed have
12392                 some flags to change. MSG_POSTFILTERED for
12393                 example can't be used on IMAP.
12394                 Fixes bug #955 (copying messages between 
12395                 imap folders is extremely slow), which was
12396                 a regression.
12397
12398 2006-05-19 [colin]      2.2.0cvs39
12399
12400         * src/folder.c
12401         * src/folder.h
12402         * src/folderview.c
12403                 Try to fix bug #830 (Some unread messages 
12404                 get marked read in IMAP inbox):
12405                 - Prevent scanning a folder if it's being 
12406                   opened via the GUI
12407                 - Postpone opening via the GUI of a folder
12408                   currently scanned.
12409
12410
12411 2006-05-19 [wwp]        2.2.0cvs38
12412
12413         * manual/advanced.xml
12414                 fix English+typo (thanks to Paul).
12415
12416 2006-05-19 [wwp]        2.2.0cvs37
12417
12418         * manual/advanced.xml
12419         * manual/fr/advanced.xml
12420         * src/gtk/logwindow.c
12421         * src/prefs_common.c
12422         * src/prefs_common.h
12423                 added hidden prefs to allow customization of colors used in
12424                 protocol log window (useful for dark gtk+ themes).
12425
12426 2006-05-19 [wwp]        2.2.0cvs36
12427
12428         * ChangeLog
12429                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12430
12431 2006-05-19 [paul]       2.2.0cvs35
12432
12433         * src/textview.c
12434                 make Reply-To fully clickable
12435         * src/gtk/logwindow.c
12436                 more colouring (SMTP ESMTP)
12437         Both patches by Pawel Pekala
12438
12439 2006-05-19 [cleroy]     2.2.0cvs34
12440
12441         * src/mh.c
12442                 Don't update flags from current folder
12443                 Probably fixes bug #935 (Read Messages 
12444                 Revert to Being Marked as Unread)
12445
12446 2006-05-18 [colin]      2.2.0cvs33
12447
12448         * src/imap.c
12449                 Warning fix
12450         * src/compose.c
12451         * src/mainwindow.c
12452         * src/summaryview.c
12453         * src/toolbar.c
12454                 Allow replying to multiple emails
12455                 in multiple windows
12456         * src/mimeview.c
12457         * src/etpan/imap-thread.c
12458                 Leak fixes
12459
12460 2006-05-18 [paul]       2.2.0cvs32
12461
12462         * src/summaryview.c
12463                 keep Mailing-List menu refreshed
12464                 Thanks to Colin
12465
12466 2006-05-18 [paul]       2.2.0cvs31
12467
12468         * manual/advanced.xml
12469         * manual/faq.xml
12470         * manual/glossary.xml
12471         * manual/handling.xml
12472         * manual/intro.xml
12473         * manual/plugins.xml
12474         * manual/sylpheed-claws-manual.xml
12475                 update URLs
12476                 add info about mailing-list support
12477                 edit filtering info
12478         * src/wizard.c
12479         * src/common/defs.h
12480         * src/gtk/about.c
12481         * src/plugins/dillo_viewer/README
12482                 update URLs
12483
12484 2006-05-17 [wwp]        2.2.0cvs30
12485
12486         * manual/handling.xml
12487         * manual/fr/handling.xml
12488                 documented the ability to enabled/disable filtering/processing rules.
12489
12490 2006-05-17 [colin]      2.2.0cvs29
12491
12492         * src/main.c
12493                 Don't initialize g_thread subsystem if it's 
12494                 already done (thanks to Hiro)
12495         * src/mimeview.c
12496                 Fix saving of parts when there name can't be
12497                 converted from UTF-8.
12498
12499 2006-05-17 [paul]       2.2.0cvs28
12500
12501         * po/Makefile.in.in
12502                 fix config.status warning with autoconf 2.60
12503
12504 2006-05-17 [paul]       2.2.0cvs27
12505
12506         * po/POTFILES.in
12507                 add src/mbox.c
12508
12509 2006-05-17 [wwp]        2.2.0cvs26
12510
12511         * src/mainwindow.c
12512                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12513
12514 2006-05-17 [wwp]        2.2.0cvs25
12515
12516         * src/plugins/demo/demo.c
12517                 updated product name in plugin demo (many plugins need to be
12518                 sync'ed w/ that change).
12519
12520 2006-05-17 [colin]      2.2.0cvs24
12521
12522         * src/mh.c
12523                 Fix leak
12524
12525 2006-05-16 [colin]      2.2.0cvs23
12526
12527         * src/mainwindow.c
12528                 Stupid me hit again. Fix cvs22.
12529
12530 2006-05-16 [colin]      2.2.0cvs22
12531
12532         * src/mainwindow.c
12533                 Fix bug #922 (sylpheed-claws crashed after 
12534                 pushing on Inbox folder)
12535
12536 2006-05-16 [colin]      2.2.0cvs21
12537
12538         * src/compose.c
12539                 Make From header be copy/paste/select-able
12540
12541 2006-05-16 [wwp]        2.2.0cvs20
12542
12543         * src/export.c
12544         * src/matcher.c
12545         * src/summaryview.c
12546         * src/etpan/imap-thread.c
12547                 fix some compiler warnings (thanks to Colin).
12548
12549 2006-05-16 [wwp]        2.2.0cvs19
12550
12551         * src/action.c
12552         * src/gedit-print.c
12553         * src/inc.c
12554         * src/mainwindow.c
12555         * src/mh.c
12556         * src/statusbar.c
12557         * src/send_message.c
12558         * src/summaryview.c
12559                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12560
12561 2006-05-15 [colin]      2.2.0cvs18
12562
12563         * src/procmsg.c
12564                 Fix automatic rule creation with List-Post
12565
12566 2006-05-15 [paul]       2.2.0cvs17
12567
12568         * tools/filter_conv_new.pl
12569                 updated for rule enabling/disabling
12570                 claws version >= 2.3.x required
12571
12572 2006-05-15 [cleroy]     2.2.0cvs16
12573
12574         * src/main.c
12575                 Revert test
12576
12577 2006-05-15 [cleroy]     2.2.0cvs15
12578
12579         * src/main.c
12580                 test
12581
12582 2006-05-15 [wwp]        2.2.0cvs14
12583
12584         * manual/pl/.cvsignore
12585                 ignore generated files.
12586
12587 2006-05-14 [wwp]        2.3.0-rc1
12588
12589         * 2.3.0-rc1 released
12590
12591 2006-05-13 [wwp]        2.2.0cvs13
12592
12593         * src/filtering.c
12594         * src/filtering.h
12595         * src/matcher.c
12596         * src/matcher_parser_lex.l
12597         * src/matcher_parser_parse.y
12598         * src/prefs_filtering.c
12599                 new feature: provide the ability to disable filtering and processing
12600                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12601                 adaptations.
12602
12603 2006-05-13 [colin]      2.2.0cvs12
12604
12605         * src/compose.c
12606                 Remove useless if (a) b; else b;
12607                 Thanks to wwp
12608
12609 2006-05-13 [wwp]        2.2.0cvs11
12610
12611         * src/export.c
12612         * src/import.c
12613         * src/mainwindow.c
12614         * src/mbox.c
12615         * src/summaryview.c
12616         * src/summaryview.h
12617                 no more silent failures (or at least less ones) when importing
12618                 or exporting from/to mbox. Also start importing/exporting if
12619                 the necessary info is set.
12620
12621 2006-05-13 [wwp]        2.2.0cvs10
12622
12623         * RELEASE_NOTES
12624                 restored up-to-date release notes.
12625
12626 2006-05-13 [paul]       2.2.0cvs9
12627
12628         * po/nl.po
12629         * po/ru.po
12630                 updated by Tim Dijkstra and Pavlo Bohmat
12631
12632 2006-05-12 [colin]      2.2.0cvs8
12633
12634         * src/gtk/quicksearch.c
12635                 Add "k" as shortcut for "colorlabel". Patch
12636                 by ath42@users.sf.net.
12637
12638 2006-05-12 [paul]       2.2.0cvs7
12639
12640         * src/prefs_common.h
12641         * src/prefs_summaries.c
12642         * src/summaryview.c
12643                 when entering a folder also allow
12644                 going directly to first Marked message
12645
12646 2006-05-12 [paul]       2.2.0cvs6
12647
12648         * src/summaryview.c
12649                 always obey 'confirm before marking all
12650                 mails read' option
12651
12652 2006-05-12 [paul]       2.2.0cvs5
12653
12654         * src/textview.c
12655                 make Sender fully clickable
12656
12657 2006-05-12 [colin]      2.2.0cvs4
12658
12659         * src/compose.c
12660         * src/compose.h
12661                 Let From be editable
12662         * src/main.c
12663         * src/mh.c
12664                 Full support of .mh_sequences' Unseen seq
12665
12666 2006-05-12 [colin]      2.2.0cvs3
12667
12668         * src/folder.c
12669         * src/mainwindow.c
12670         * src/mainwindow.h
12671         * src/messageview.c
12672         * src/prefs_spelling.c
12673         * src/procheader.c
12674         * src/procmsg.c
12675         * src/procmsg.h
12676         * src/summaryview.c
12677         * src/toolbar.c
12678         * src/toolbar.h
12679                 Add contextual menu on Compose toolbar
12680                 button. Fixes bug #944 (Automatic
12681                 addresses not applied when changing account
12682                 from compose window)
12683                 add Mailing List support
12684                 based on the old 0.6.5claws25 patch by
12685                 Melvin Hadasht, with finishing touches
12686                 by Colin
12687                 Fix "ignore thread" when mails are threaded by
12688                 subject (and weren't ignored although appearing
12689                 in the thread).
12690                 GUI rework.
12691                 Both patches by Pawel.
12692
12693 2006-05-08 [paul]       2.2.0cvs2
12694
12695         * src/mainwindow.c
12696         * src/mainwindow.h
12697         * src/messageview.c
12698         * src/procheader.c
12699         * src/procmsg.c
12700         * src/procmsg.h
12701         * src/summaryview.c
12702                 add Mailing List support
12703                 based on the old 0.6.5claws25 patch by 
12704                 Melvin Hadasht, with finishing touches
12705                 by Colin
12706
12707 2006-05-08 [colin]      2.2.0cvs1
12708
12709         * src/mainwindow.c
12710         * src/toolbar.c
12711         * src/toolbar.h
12712                 Add contextual menu on Compose toolbar 
12713                 button. Fixes bug #944 (Automatic 
12714                 addresses not applied when changing account 
12715                 from compose window)
12716
12717 2006-05-08 [paul]       2.2.0
12718
12719         2.2.0 released
12720
12721 2006-05-08 [paul]       2.1.1cvs51
12722
12723         * po/cs.po
12724         * po/de.po
12725         * po/en_GB.po
12726         * po/fi.po
12727         * po/fr.po
12728         * po/pt_BR.po
12729         * po/sr.po
12730         * po/zh_CN.po
12731                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12732                 Fabien Vantard, Frederico Goncalves Guimaraes,
12733                 Aleksandar Urosevic, and Ralgh Young
12734
12735 2006-05-12 [colin]      2.1.1cvs50
12736
12737         * po/cs.po
12738         * po/de.po
12739         * po/en_GB.po
12740         * po/es.po
12741         * po/fi.po
12742         * po/fr.po
12743         * po/pt_BR.po
12744         * po/sr.po
12745         * po/zh_CN.po
12746                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12747                 Fabien Vantard, Frederico Goncalves Guimaraes,
12748                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12749
12750 2006-05-05 [colin]      2.1.1cvs49
12751
12752         * manual/Makefile.am
12753         * manual/pl/Makefile.am
12754         * manual/pl/account.xml
12755         * manual/pl/ack.xml
12756         * manual/pl/addrbook.xml
12757         * manual/pl/advanced.xml
12758         * manual/pl/faq.xml
12759         * manual/pl/glossary.xml
12760         * manual/pl/gpl.xml
12761         * manual/pl/handling.xml
12762         * manual/pl/intro.xml
12763         * manual/pl/keyboard.xml
12764         * manual/pl/plugins.xml
12765         * manual/pl/starting.xml
12766         * manual/pl/sylpheed-claws-manual.xml
12767         * manual/pl/dist/.cvsignore
12768         * manual/pl/dist/Makefile.am
12769         * manual/pl/dist/html/.cvsignore
12770         * manual/pl/dist/html/Makefile.am
12771         * manual/pl/dist/pdf/.cvsignore
12772         * manual/pl/dist/pdf/Makefile.am
12773         * manual/pl/dist/ps/.cvsignore
12774         * manual/pl/dist/ps/Makefile.am
12775         * manual/pl/dist/txt/.cvsignore
12776         * manual/pl/dist/txt/Makefile.am
12777                 Add the polish translation of the manual,
12778                 Authored by Pawel Pekala.
12779
12780 2006-05-05 [cleroy]     2.1.1cvs48
12781
12782         * src/main.c
12783                 Re-read matcherrc after loading plugins 
12784                 if some of them add folders.
12785
12786 2006-05-03 [colin]      2.1.1cvs47
12787
12788         * src/imap.c
12789                 I'm idiot
12790
12791 2006-05-03 [colin]      2.1.1cvs46
12792
12793         * src/imap.c
12794                 Be sure to have a session when
12795                 getting separator
12796
12797 2006-05-03 [colin]      2.1.1cvs45
12798
12799         * src/imap.c
12800         * src/imap.h
12801         * src/imap_gtk.c
12802                 Fix preventing renaming with namespace 
12803                 separator.
12804
12805 2006-05-01 [colin]      2.1.1cvs44
12806
12807         * src/action.c
12808                 Don't reload messageview when result of
12809                 action is piped.
12810
12811 2006-04-29 [colin]      2.1.1cvs43
12812
12813         * src/prefs_receive.c
12814         * src/plugins/spamassassin/spamassassin_gtk.c
12815         * src/plugins/clamav/clamav_plugin_gtk.c
12816                 GUI fixes by Pawel
12817
12818 2006-04-29 [colin]      2.1.1cvs42
12819
12820         * src/prefs_compose_writing.c
12821         * src/prefs_quote.c
12822                 Cleanups. Patch by Pawel
12823
12824 2006-04-28 [paul]       2.1.1cvs41
12825
12826         * src/matcher.c
12827                 fix returned quick search results when search
12828                 term contains an underscore.
12829                 Thanks to Colin
12830
12831 2006-04-28 [paul]       2.1.1cvs40
12832
12833         * src/prefs_message.c
12834         * src/prefs_receive.c
12835                 GUI cleanups
12836                 Patches by Pawel Pekala
12837
12838 2006-04-27 [colin]      2.1.1cvs39
12839
12840         * src/wizard.c
12841                 Differentiate subject Welcome from
12842                 window's title Welcome
12843
12844 2006-04-27 [paul]
12845
12846         2.2.0-rc1 released
12847
12848 2006-04-27 [paul]       2.1.1cvs38
12849
12850         * manual/advanced.xml
12851         * manual/fr/advanced.xml
12852                 add info about compose_no_markup hidden pref
12853
12854 2006-04-27 [paul]       2.1.1cvs37
12855
12856         * src/prefs_account.c
12857                 improve privacy labels
12858         * src/prefs_msg_colors.c
12859                 change some strings for translators' convenience
12860         * src/gtk/gtkutils.c
12861                 don't underline the link button text
12862
12863 2006-04-25 [colin]      2.1.1cvs36
12864
12865         * src/folder.c
12866                 Complete 2.1.1cvs33 (once more ;)
12867
12868 2006-04-25 [colin]      2.1.1cvs35
12869
12870         * src/editldap.c
12871                 Fix tooltip
12872
12873 2006-04-25 [cleroy]     2.1.1cvs34
12874
12875         * src/compose.c
12876         * src/gtk/gtkaspell.c
12877                 Fix crash on redirect (related to the return 
12878                 of the aspell menu in compose's toolbar)
12879         * src/prefs_msg_colors.c
12880                 Fix sensitivity widgets
12881         * src/image_viewer.c
12882         * src/gtk/pluginwindow.c
12883         * src/gtk/prefswindow.c
12884                 Change released signals to clicked (Fabien)
12885         * po/POTFILES.in
12886         * src/common/socket.c
12887         * src/plugins/spamassassin/spamassassin.c
12888                 Translate strings (Fabien)
12889
12890 2006-04-25 [paul]       2.1.1cvs33
12891
12892         * src/folder.c
12893         * src/folder.h
12894         * src/folderview.c
12895                 complete the fix of bug #912
12896                 Thanks to Colin
12897
12898 2006-04-25 [colin]      2.1.1cvs32
12899
12900         * src/news.c
12901                 Better progress bar
12902         * src/mimeview.c
12903         * src/summaryview.c
12904         * src/summaryview.h
12905                 Fix focus chain
12906                 Patches by Pawel Pekala
12907
12908 2006-04-24 [colin]      2.1.1cvs31
12909
12910         * src/compose.c
12911                 Fix compilation warnings (Fabien)
12912
12913 2006-04-24 [colin]      2.1.1cvs30
12914
12915         * src/addrindex.c
12916         * src/editldap.c
12917         * src/editldap_basedn.c
12918         * src/editldap_basedn.h
12919         * src/ldapctrl.c
12920         * src/ldapctrl.h
12921         * src/ldapquery.c
12922         * src/ldaputil.c
12923         * src/ldaputil.h
12924                 Fix bug #901 (LDAPS support)
12925
12926 2006-04-24 [colin]      2.1.1cvs29
12927
12928         * src/compose.c
12929                 Fix logic on error with send dialog on
12930         * src/imap.c
12931                 Fix compilation without libetpan, thanks
12932                 to Fabien
12933         * src/summaryview.c
12934                 Fix 'context-menu' key
12935
12936 2006-04-23 [colin]      2.1.1cvs28
12937
12938         * src/folder.c
12939                 Never free current's cache to free up 
12940                 memory. Fixes bug #912 (new count 
12941                 randomly set to message count)
12942
12943 2006-04-23 [colin]      2.1.1cvs27
12944
12945         * src/gtk/quicksearch.c
12946                 And remove printf...
12947
12948 2006-04-23 [colin]      2.1.1cvs26
12949
12950         * src/gtk/quicksearch.c
12951                 Fix replacing in quicksearch, and fix inserting
12952                 in the middle of the string. (introduced at 2.1.0cvs22)
12953
12954 2006-04-23 [colin]      2.1.1cvs25
12955
12956         * src/imap.c
12957                 Make sure uidnext is initialized in get_num_list
12958                 (not for stable, related to 2.1.1cvs8 and friends)
12959
12960 2006-04-23 [colin]      2.1.1cvs24
12961
12962         * src/imap.c
12963                 Output something when login is successful
12964                 too
12965
12966 2006-04-23 [colin]      2.1.1cvs23
12967
12968         * src/etpan/imap-thread.c
12969                 Better logging (line-per-line, hide data in fetch)
12970                 Fix a const warning
12971         * src/gtk/logwindow.c
12972         * src/gtk/logwindow.h
12973                 Better logging (color for input/output)
12974
12975 2006-04-21 [colin]      2.1.1cvs22
12976
12977         * src/gtk/quicksearch.c
12978                 On gtk+-2.8, use stock buttons in quicksearch
12979                 Based on a patch by Fabien and a design by Paul
12980
12981 2006-04-21 [colin]      2.1.1cvs21
12982
12983         * src/folderview.c
12984         * src/mainwindow.c
12985                 Fix occasional flicker in folderview
12986         * src/common/utils.c
12987                 Fix bug #943 (Incorrectly parsed email address 
12988                 list in short headers on message view and in 
12989                 printouts)
12990
12991 2006-04-20 [colin]      2.1.1cvs20
12992
12993         * src/imap.c
12994         * src/imap.h
12995         * src/prefs_account.c
12996                 Add ANONYMOUS auth for IMAP
12997
12998 2006-04-20 [paul]       2.1.1cvs19
12999
13000         * src/main.c
13001                 proper fix for 2.1.1cvs18
13002                 Thanks to Colin
13003
13004 2006-04-20 [paul]       2.1.1cvs18
13005
13006         * src/main.c
13007                 fix build warnings
13008
13009 2006-04-20 [paul]       2.1.1cvs17
13010
13011         * src/gtk/quicksearch.c
13012                 fix standard, non-extended Quick search,
13013                 was broken in 2.1.1cvs15.
13014                 Thanks to Colin.
13015
13016 2006-04-20 [colin]      2.1.1cvs16
13017
13018         * src/prefs_matcher.c
13019                 Fix values when reselecting a ~test
13020                 rule
13021
13022 2006-04-19 [colin]      2.1.1cvs15
13023
13024         * src/compose.c
13025         * src/compose.h
13026         * src/gtk/gtkaspell.c
13027         * src/gtk/gtkaspell.h
13028                 Put back Options menu in Spelling/
13029         * src/gtk/quicksearch.c
13030                 Don't search, and show error, if the
13031                 advanced search has a syntax error
13032
13033 2006-04-18 [colin]      2.1.1cvs14
13034
13035         * src/textview.c
13036                 Fix gdk warnings on set_cursor when textview
13037                 isn't visible
13038
13039 2006-04-18 [colin]      2.1.1cvs13
13040
13041         * src/gtk/gtksctree.c
13042                 Remove seemingly useless refresh that causes
13043                 flicker - watch this commit in case of 
13044                 problems before planned backport to stable
13045
13046 2006-04-18 [colin]      2.1.1cvs12
13047
13048         * src/imap.c
13049                 Factorize get/set_xml code
13050         * src/compose.c
13051         * src/prefs_account.c
13052         * src/prefs_account.h
13053         * src/procmsg.c
13054                 Add Encrypt to self option
13055
13056 2006-04-17 [colin]      2.1.1cvs11
13057
13058         * configure.ac
13059                 Fix search on encrpyt function on dragonfly
13060                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13061
13062 2006-04-17 [colin]      2.1.1cvs10
13063
13064         * src/prefs_account.c
13065                 Be safe by default: remove mails from POP3
13066                 after 7 days, not immediately
13067
13068 2006-04-17 [colin]      2.1.1cvs9
13069
13070         * src/etpan/imap-thread.c
13071                 Fix build on DragonFly - patch by 
13072                 Jonathan Buschmann <jonthn@agmact.com>
13073
13074 2006-04-17 [colin]      2.1.1cvs8
13075
13076         * src/imap.c
13077                 Save uidnext between sessions
13078
13079 2006-04-17 [colin]      2.1.1cvs7
13080
13081         * src/imap.c
13082                 scan is required when uid validity changes
13083
13084 2006-04-17 [colin]      2.1.1cvs6
13085
13086         * src/folderview.c
13087                 Don't scan if not necessary, apart in current
13088                 folder and INBOX to fetch flags.
13089         * src/imap.c
13090                 Scan is necessary if unread count changes
13091
13092 2006-04-17 [colin]      2.1.1cvs5
13093
13094         * src/imap.c
13095                 ...But always fetch ANSWERED and DELETED flags for
13096                 INBOX, as filtering can happen on these flags.
13097
13098 2006-04-17 [colin]      2.1.1cvs4
13099
13100         * src/imap.c
13101                 Don't fetch REPLIED and DELETED flags when synchronising
13102                 flags with a closed folder. We only need UNSEEN and FLAGGED
13103                 to update the folderview.
13104
13105 2006-04-17 [colin]      2.1.1cvs3
13106
13107         * src/imap.c
13108                 Faster flag search when there are new mails 
13109                 in a folder. We can do a full search if the 
13110                 folder contains less messages than the new
13111                 list.
13112
13113 2006-04-17 [colin]      2.1.1cvs2
13114
13115         * po/cs.po
13116         * po/de.po
13117         * po/fr.po
13118         * po/nl.po
13119         * po/pt_BR.po
13120                 Update translations from stable branch
13121
13122 2006-04-17 [colin]      2.1.1cvs1
13123
13124         * configure.ac
13125                 Bump version to follow stable release
13126
13127 2006-04-16 [mones]      2.1.0cvs50
13128
13129         * po/es.po
13130                 Updated for release
13131
13132 2006-04-16 [colin]      2.1.0cvs49
13133
13134         * src/textview.c
13135                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13136                 with gtk < 2.8. Thanks to Fabien Vantard.
13137
13138 2006-04-15 [colin]      2.1.0cvs48
13139
13140         * src/etpan/imap-thread.c
13141                 Fix bug #919 (libetpan: SEGV when connecting 
13142                 using command)
13143
13144 2006-04-14 [colin]      2.1.0cvs47
13145
13146         * src/main.c
13147                 Fix race on --select (should be done better)
13148
13149 2006-04-14 [wwp]        2.1.0cvs46
13150
13151         * src/send_message.c
13152                 enforce a check for domain in account prefs (a sending
13153                 error could be faced if domain was checked but no value set),
13154                 thanks to Colin.
13155
13156 2006-04-14 [colin]      2.1.0cvs45
13157
13158         * src/codeconv.c
13159                 when converting from unknown to unknown, if the
13160                 string is UTF8, don't convert it to the locale
13161                 (which breaks it)
13162
13163 2006-04-14 [colin]      2.1.0cvs44
13164
13165         * src/compose.c
13166                 Don't try to use ASCII for converting headers
13167                 (as done in body)
13168
13169 2006-04-14 [paul]       2.1.0cvs43
13170
13171         * src/crash.c
13172                 add locale/charset info to crash report
13173         * src/gtk/about.c
13174                 add wwp to doc team
13175                 replace 'e-mail' with preferred 'email'
13176         * src/gtk/authors.h
13177                 ensure contributors list is in alphabetical
13178                 order
13179
13180 2006-04-13 [colin]      2.1.0cvs42
13181
13182         * src/textview.c
13183                 Prevent gdk warnings
13184
13185 2006-04-13 [colin]      2.1.0cvs41
13186
13187         * src/common/ssl_certificate.c
13188         * src/common/ssl_certificate.h
13189         * src/gtk/sslcertwindow.c
13190                 Warn on expired certs, and display the expiration date
13191
13192 2006-04-13 [colin]      2.1.0cvs40
13193
13194         * src/plugins/spamassassin/spamassassin_gtk.c
13195                 Fix missing set_text on unix socket
13196
13197 2006-04-13 [wwp]        2.1.0cvs39
13198
13199         * manual/fr/advanced.xml
13200         * manual/fr/glossary.xml
13201                 applied new spam/ham/email lexicon (pourriel, courriel)
13202
13203 2006-04-13 [paul]       2.1.0cvs38
13204
13205         * src/plugins/pgpmime/plugin.c
13206                 remove the mention of S/MIME from the
13207                 description. This is now handled by the
13208                 S/MIME plugin.
13209
13210 2006-04-13 [paul]       2.1.0cvs37
13211
13212         * src/prefs_msg_colors.c
13213                 rework dialog
13214         * src/prefs_folder_item.c
13215         * src/prefs_spelling.c
13216                 add a tooltip to the colour selector buttons
13217
13218 2006-04-13 [wwp]        2.1.0cvs36
13219
13220         * manual/advanced.xml
13221         * manual/glossary.xml
13222         * manual/handling.xml
13223         * manual/keyboard.xml
13224         * manual/plugins.xml
13225         * manual/starting.xml
13226         * manual/fr/account.xml
13227         * manual/fr/ack.xml
13228         * manual/fr/addrbook.xml
13229         * manual/fr/advanced.xml
13230         * manual/fr/faq.xml
13231         * manual/fr/glossary.xml
13232         * manual/fr/gpl.xml
13233         * manual/fr/handling.xml
13234         * manual/fr/intro.xml
13235         * manual/fr/keyboard.xml
13236         * manual/fr/plugins.xml
13237         * manual/fr/starting.xml
13238         * manual/fr/sylpheed-claws-manual.xml
13239                 fixes to the manuals:
13240                  - summaryview -> Message List (same in French)
13241                  - translate key names
13242                  - fix French punctuation, use non-breakable spaces when
13243                    necessary, don't use &thinsp; which is not portable
13244                  - tell what maildir and mbox formats we support
13245
13246 2006-04-12 [wwp]        2.1.0cvs35
13247
13248         * src/prefs_toolbar.c
13249                 unified a replace button more,
13250                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13251
13252 2006-04-12 [wwp]        2.1.0cvs34
13253
13254         * src/prefs_common.c
13255         * src/prefs_msg_colors.c
13256                 make default color labels translatable,
13257                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13258                 thanks to Tim <timbrain@post.cz> for reporting.
13259
13260 2006-04-12 [wwp]        2.1.0cvs33
13261
13262         * manual/glossary.xml
13263         * manual/intro.xml
13264         * manual/plugins.xml
13265         * manual/starting.xml
13266         * manual/sylpheed-claws-manual.xml
13267         * manual/fr/.cvsignore
13268         * manual/fr/account.xml
13269         * manual/fr/ack.xml
13270         * manual/fr/addrbook.xml
13271         * manual/fr/advanced.xml
13272         * manual/fr/faq.xml
13273         * manual/fr/glossary.xml
13274         * manual/fr/handling.xml
13275         * manual/fr/intro.xml
13276         * manual/fr/keyboard.xml
13277         * manual/fr/plugins.xml
13278         * manual/fr/starting.xml
13279         * manual/fr/sylpheed-claws-manual.xml
13280                 various fixes: typos, missing .fr translations, punctuation,
13281                 capitalization, links, accents and some bad French more.
13282
13283 2006-04-12 [wwp]        2.1.0cvs32
13284
13285         * src/prefs_gtk.c
13286                 fix for bug #935: always store prefs files in UTF-8 (thanks
13287                 to Colin).
13288
13289 2006-04-11 [colin]      2.1.0cvs31
13290
13291         * src/compose.c
13292                 Fix inserting files not in utf8 when locale is utf8
13293
13294 2006-04-11 [colin]      2.1.0cvs30
13295
13296         * src/inc.c
13297                 Don't show error dialog when cancelling connection
13298                 Patch by Pawel
13299
13300 2006-04-11 [cleroy]     2.1.0cvs29
13301
13302         * src/compose.c
13303                 Implement multiple quote levels
13304         * src/prefs_common.c
13305                 Change a little bit the quote bgcolor for 2nd level
13306
13307 2006-04-11 [colin]      2.1.0cvs28
13308
13309         * src/gtk/about.c
13310                 Add locale and charset in the label
13311
13312 2006-04-10 [colin]      2.1.0cvs27
13313
13314         * src/compose.c
13315         * src/prefs_common.c
13316         * src/prefs_common.h
13317         * src/prefs_msg_colors.c
13318         * src/textview.c
13319                 Allow optional background color in quotes
13320                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13321                 GTK+-2.8.x feature
13322
13323 2006-04-10 [colin]      2.1.0cvs26
13324
13325         * src/main.c
13326         * src/mainwindow.c
13327         * src/mainwindow.h
13328                 Implement --select
13329
13330 2006-04-10 [colin]      2.1.0cvs25
13331
13332         * manual/plugins.xml
13333         * manual/fr/plugins.xml
13334                 Document libcurl's proxy variables
13335
13336 2006-04-09 [colin]      2.1.0cvs24
13337
13338         * src/prefs_common.c
13339                 gettext() returns statically allocated stuff. We have
13340                 to strdup it in order to be able to free it.
13341
13342 2006-04-09 [colin]      2.1.0cvs23
13343
13344         * AUTHORS
13345         * src/gtk/authors.h
13346                 Add Alexei
13347
13348 2006-04-09 [colin]      2.1.0cvs22
13349
13350         * src/mainwindow.c
13351         * src/gtk/quicksearch.c
13352                 Fix bug #859 (problems with cyrilic input in 
13353                 search panel) - Patch by Alexey Illarionov 
13354                 <littlesavage@rambler.ru>
13355
13356 2006-04-09 [colin]      2.1.0cvs21
13357
13358         * src/prefs_customheader.c
13359                 I prefer removing then freeing rather than the contrary
13360                 (even if it doesn't change anything ;-)
13361         * src/prefs_account.c
13362                 Fix bug #933 (Crash re-entering the custom headers list 
13363                 dialog in accounts prefs)
13364                 The problem happened when cancelling the Account 
13365                 Preferences' dialogs - in which case we didn't do 
13366                 anything to the PrefsAccount * struct. In case of applying,
13367                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13368                 working with in this dialog. The problem is that 
13369                 prefs_customheader.c, working on this tmp_ac_prefs, always
13370                 changes the ->customhdr_list pointer, even when cancelled. 
13371                 So in case of cancelling the prefs_account dialog, we still
13372                 have to update ->customhdr_list in the real account.
13373
13374 2006-04-08 [colin]      2.1.0cvs20
13375
13376         * manual/fr/glossary.xml
13377         * manual/fr/keyboard.xml
13378                 Forgot some headers :)
13379
13380 2006-04-08 [colin]      2.1.0cvs19
13381
13382         * manual/Makefile.am
13383         * manual/fr/Makefile.am
13384         * manual/fr/account.xml
13385         * manual/fr/ack.xml
13386         * manual/fr/addrbook.xml
13387         * manual/fr/advanced.xml
13388         * manual/fr/faq.xml
13389         * manual/fr/glossary.xml
13390         * manual/fr/gpl.xml
13391         * manual/fr/handling.xml
13392         * manual/fr/intro.xml
13393         * manual/fr/keyboard.xml
13394         * manual/fr/plugins.xml
13395         * manual/fr/starting.xml
13396         * manual/fr/sylpheed-claws-manual.xml
13397         * manual/fr/dist/.cvsignore
13398         * manual/fr/dist/Makefile.am
13399         * manual/fr/dist/html/.cvsignore
13400         * manual/fr/dist/html/Makefile.am
13401         * manual/fr/dist/pdf/.cvsignore
13402         * manual/fr/dist/pdf/Makefile.am
13403         * manual/fr/dist/ps/.cvsignore
13404         * manual/fr/dist/ps/Makefile.am
13405         * manual/fr/dist/txt/.cvsignore
13406         * manual/fr/dist/txt/Makefile.am
13407                 Add the french translation of the manual. Thanks to
13408                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13409                 account.xml, ack.xml, addrbook.xml and advanced.xml
13410
13411 2006-04-08 [colin]      2.1.0cvs18
13412
13413         * manual/plugins.xml
13414         * manual/starting.xml
13415                 More fixes
13416
13417 2006-04-07 [colin]      2.1.0cvs17
13418
13419         * manual/faq.xml
13420         * manual/intro.xml
13421         * manual/keyboard.xml
13422                 Little fixes
13423
13424 2006-04-07 [colin]      2.1.0cvs16
13425
13426         * README
13427         * src/compose.c
13428         * src/prefs_common.c
13429         * src/prefs_common.h
13430                 Add hidden compose_no_markup pref
13431
13432 2006-04-07 [wwp]        2.1.0cvs15
13433
13434         * src/summary_search.c
13435         * .cvsignore
13436                 Bugfix: stop button was sticky when searching in an empty folder.
13437                 Applied curly brackets code style to the whole file (summary_search.c).
13438                 More files to ignore.
13439
13440 2006-04-07 [wwp]        2.1.0cvs14
13441
13442         * src/message_search.c
13443         * src/summary_search.c
13444                 changed default button when search bumps at file/folder
13445                 beginning or end, for convenience (thanks to Colin).
13446
13447 2006-04-07 [paul]       2.1.0cvs13
13448
13449         * src/plugins/dillo_viewer/dillo_prefs.c
13450                 avoid future potential for namespace collision
13451                 Patch by Colin
13452
13453 2006-04-06 [wwp]        2.1.0cvs12
13454
13455         * src/summary_search.c
13456                 Unify extended/advanced searches names (and thus factorize labels),
13457                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13458
13459 2006-04-06 [wwp]        2.1.0cvs11
13460
13461         * src/folderview.c
13462         * src/prefs_themes.c
13463         * src/summaryview.c
13464                 Fixed some compilation warnings.
13465
13466 2006-04-06 [colin]      2.1.0cvs10
13467
13468         * manual/advanced.xml
13469                 Document the wizard template and how to deploy
13470                 Sylpheed-Claws effectively
13471
13472 2006-04-06 [colin]      2.1.0cvs9
13473
13474         * src/folderview.c
13475                 gettext patch to tell translators about _("#"),
13476                 by Maxim Britov
13477
13478 2006-04-06 [colin]      2.1.0cvs8
13479
13480         * src/textview.c
13481                 Fix invalid GtkTextBIter after clicking "Display as text"
13482
13483 2006-04-06 [mones]      2.1.0cvs7
13484
13485         * src/addr_compl.c
13486         * src/addrindex.c
13487         * src/addritem.c
13488         * src/codeconv.c
13489         * src/compose.c
13490         * src/filtering.c
13491         * src/folder.c
13492         * src/folder_item_prefs.c
13493         * src/folderview.c
13494         * src/localfolder.c
13495         * src/matcher.c
13496         * src/mimeview.c
13497         * src/prefs_msg_colors.c
13498         * src/prefs_spelling.c
13499         * src/prefs_themes.c
13500         * src/procmime.c
13501         * src/procmsg.c
13502         * src/stock_pixmap.c
13503         * src/summaryview.c
13504         * src/textview.c
13505         * src/toolbar.c
13506         * src/common/mgutils.c
13507         * src/common/prefs.c
13508         * src/common/ssl_certificate.c
13509         * src/gtk/colorlabel.c
13510         * src/gtk/quicksearch.c
13511         * src/plugins/pgpmime/pgpmime.c
13512         * src/plugins/spamassassin/spamassassin.c
13513                 Removed redundant NULL checks for g_free() calls.
13514                 Patch by Pawel Pekala.
13515
13516 2006-04-06 [mones]      2.1.0cvs6
13517
13518         * src/prefs_actions.c
13519         * src/prefs_filtering.c
13520         * src/prefs_filtering_action.c
13521         * src/prefs_matcher.c
13522         * src/prefs_template.c
13523         * src/gtk/gtkutils.c
13524         * src/gtk/gtkutils.h
13525                 Have a nice replace button. Patch by Pawel Pekala
13526
13527 2006-04-06 [colin]      2.1.0cvs5
13528
13529         * src/addressbook.c
13530                 Fix crash with empty columns
13531
13532 2006-04-05 [colin]      2.1.0cvs4
13533
13534         * src/wizard.c
13535         * src/prefs_gtk.c
13536                 Allow wizard customization with pre-filled values
13537
13538 2006-04-05 [colin]      2.1.0cvs3
13539
13540         * src/textview.c
13541         * src/mimeview.c
13542         * src/mimeview.h
13543                 Nicer messages in mimeview
13544
13545 2006-04-05 [colin]      2.1.0cvs2
13546
13547         * src/addressbook.c
13548         * src/prefs_summaries.c
13549                 i18n fix
13550
13551 2006-04-05 [colin]      2.1.0cvs1
13552
13553         * src/plugins/pgpcore/plugin.c
13554         * src/plugins/pgpcore/select-keys.c
13555         * src/plugins/pgpcore/select-keys.h
13556         * src/plugins/pgpcore/sgpgme.c
13557         * src/plugins/pgpcore/sgpgme.h
13558         * src/plugins/pgpinline/pgpinline.c
13559         * src/plugins/pgpinline/plugin.c
13560         * src/plugins/pgpmime/pgpmime.c
13561         * src/plugins/pgpmime/plugin.c
13562                 Factorize and generalize a bit 
13563                 Drop S/MIME signature verification from PGP/MIME
13564                 (adding it as another, more complete plugin)
13565
13566 2006-04-05 [paul]       2.1.0
13567
13568         2.1.0 released
13569
13570 2006-04-05 [paul]       2.0.0cvs186
13571
13572         * manual/advanced.xml
13573                 add info on colour labels
13574
13575 2006-04-05 [paul]       2.0.0cvs185
13576
13577         * po/bg.po
13578         * po/cs.po
13579         * po/de.po
13580         * po/el.po
13581         * po/en_GB.po
13582         * po/fi.po
13583         * po/fr.po
13584         * po/it.po
13585         * po/nl.po
13586         * po/pl.po
13587         * po/pt_BR.po
13588         * po/sr.po
13589         * po/zh_CN.po
13590                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13591                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13592                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13593                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13594         * src/gtk/authors.h
13595         * tools/claws.i18n.status.pl
13596                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13597                 and new Czech translator, Tim <timbrain@post.cz>
13598
13599 2006-04-05 [mones]      2.0.0cvs184
13600
13601         * po/es.po
13602                 Updated translation
13603
13604 2006-04-05 [colin]      2.0.0cvs183
13605
13606         * src/gtk/quicksearch.c
13607                 Fix bug #929 (unnecessary reload in quick search bar)
13608
13609 2006-04-05 [colin]      2.0.0cvs182
13610
13611         * src/compose.c
13612                 Fix crash on Reply with no From:
13613                 Show signature and conversion error on queuing 
13614                 (but not sending)
13615         * src/mainwindow.c
13616         * src/summaryview.c
13617         * src/summaryview.h
13618                 Factorize threading code and make sure msginfo 
13619                 is not null when it comes from a GtkCTreeRow's 
13620                 data
13621         * src/gtk/gtkaspell.c
13622                 Check for necessary things
13623         * src/gtk/gtksctree.c
13624         * src/gtk/gtksctree.h
13625                 Reset anchor if necessary when removing node
13626
13627 2006-03-29 [colin]      2.0.0cvs181
13628
13629         * src/folderview.c
13630                 Warn for disabled IMAP accounts (due to lack of
13631                 libetpan). Breaks string-freeze - sorry - but it
13632                 is kind of important ;)
13633
13634 2006-03-28 [colin]      2.0.0cvs180
13635
13636         * src/gtk/gtkutils.c
13637         * src/gtk/gtkutils.h
13638                 Add a gtkut_get_link_btn() function that
13639                 creates a button which acts like an URI
13640         * src/prefs_themes.c
13641         * src/gtk/about.c
13642                 Use this function (factorizes codes)
13643         * src/common/defs.h
13644         * src/gtk/pluginwindow.c
13645                 Add a "Get more..." in the plugins window
13646
13647 2006-03-28 [colin]      2.0.0cvs179
13648
13649         * src/common/smtp.c
13650         * src/common/passcrypt.c
13651         * src/undo.c
13652                 Warning fixes. Patch by Pawel Pekala
13653
13654 2006-03-27 [colin]      2.0.0cvs178
13655
13656         * src/undo.c
13657                 Fix undoing by blocks with spaces
13658
13659 2006-03-27 [colin]      2.0.0cvs177
13660
13661         * src/textview.c
13662                 Set margin to 3px for headers
13663
13664 2006-03-27 [paul]
13665
13666         2.1.0-rc2 released
13667
13668 2006-03-27 [wwp]        2.0.0cvs176
13669
13670         * src/summaryview.c
13671                 don't reset quicksearch when updating the message list.
13672                 Thanks to Colin.
13673
13674 2006-03-26 [wwp]        2.0.0cvs175
13675
13676         * src/compose.c
13677                 use a unified border width ('other' tab in the compose window,
13678                 patch by Pawel Pekala).
13679
13680
13681 2006-03-26 [wwp]        2.0.0cvs174
13682
13683         * src/common/quoted-printable.c
13684         * src/addressbook.c
13685                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13686
13687 2006-03-26 [colin]      2.0.0cvs173
13688
13689         * src/quote_fmt_parse.y
13690                 Fix non-UTF8 date formats messing up the whole quote a 
13691                 little bit
13692
13693 2006-03-26 [colin]      2.0.0cvs172
13694
13695         * src/procheader.c
13696                 Make sure the date is UTF8 valid, or try to make it
13697                 so. IncrediMail is really IncrediStupid.
13698         * src/compose.c
13699                 Fix possible conversions. 
13700                 
13701
13702 2006-03-26 [colin]      2.0.0cvs171
13703
13704         * src/matcher.c
13705                 Fix corner cases in body search. This is still a
13706                 hack... It seems impossible to make it good and 
13707                 reasonably fast at the same time.
13708
13709 2006-03-26 [colin]      2.0.0cvs170
13710
13711         * src/summaryview.c
13712                 I think I killed the twilight zone bug!
13713                 summary_select_node() flushes GTK events in order
13714                 to be able to center the view. But this also 
13715                 flushes keypresses like Ctrl-Alt-U, so this can
13716                 call summary_show from summary_select_node (itself
13717                 called from summary_show, etc.). And the summaryview
13718                 has to be unlocked in this function. So just locking
13719                 while processing GTK events, and bailing if locked, 
13720                 should fix it.
13721                 Fixes bug #927 (SIGSEGV during Update Summary)
13722
13723 2006-03-25 [colin]      2.0.0cvs169
13724
13725         * src/matcher.c
13726                 Fix search in QP-encoded bodies
13727                 Fix utf-8 searches in bodies encoded in the
13728                 locale's encoding
13729         * src/common/quoted-printable.c
13730         * src/common/quoted-printable.h
13731                 Add a decode function that doesn't overwrite
13732                 the original pointer
13733                 
13734
13735 2006-03-24 [colin]      2.0.0cvs168
13736
13737         * src/action.c
13738         * src/summaryview.c
13739         * src/summaryview.h
13740                 Update message cache after action
13741                 Patch by H. Merijn Brand
13742         * src/prefs_msg_colors.c
13743                 Factorize label 
13744                 Patch by Fabien Vantard
13745         * src/plugins/spamassassin/spamassassin_gtk.c
13746                 Remove useless translation
13747                 Patch by Fabien Vantard
13748
13749 2006-03-23 [colin]      2.0.0cvs167
13750
13751         * src/common/ssl.c
13752                 Let 30 seconds to SSL_connect
13753
13754 2006-03-23 [wwp]        2.0.0cvs166
13755
13756         * src/summaryview.c
13757         * src/gtk/description_window.c
13758                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13759                 and headers are translated; adjust description windows' width to fit their
13760                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13761
13762 2006-03-23 [paul]       2.0.0cvs165
13763
13764         * src/common/utils.c
13765                 fix highlighting of URIs containing "()"
13766                 (2.0.0cvs164's reversal fixed)
13767                 Thanks to Colin.
13768
13769 2006-03-23 [paul]       2.0.0cvs164
13770
13771         * src/common/utils.c
13772                 revert patch, (postponing a fix), at 2.0.0cvs120
13773                 as it breaks more URIs than it fixes.
13774                 Allow '-' to be a terminating character in a URI
13775
13776 2006-03-22 [colin]      2.0.0cvs163
13777
13778         * configure.ac
13779                 Require libetpan 0.45
13780                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13781
13782 2006-03-22 [paul]       2.0.0cvs162
13783
13784         * src/editgroup.c
13785                 replace '<-' and '->' buttons with GTK_STOCK graphical
13786                 buttons
13787         * src/summary_search.c
13788                 don't offer '...' for translation
13789                 add a tooltip to advanced search '...' button
13790         * src/gtk/quicksearch.c
13791                 don't offer '...' for translation
13792
13793 2006-03-21 [colin]      2.0.0cvs161
13794
13795         * src/compose.c
13796                 Fix middle-click pasting (insert at click
13797                 position instead of cursor position, don't
13798                 remove existing selection and allow pasting
13799                 our own selection)
13800         * src/addressbook.c
13801                 "LDAP Server" -> "LDAP servers"
13802
13803 2006-03-21 [wwp]        2.0.0cvs160
13804
13805         * src/etpan/imap-thread.c
13806                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13807
13808 2006-03-20 [colin]      2.0.0cvs159
13809
13810         * src/summaryview.c
13811                 Don't reload summaryview after an execute with no
13812                 move action
13813
13814 2006-03-19 [colin]      2.0.0cvs158
13815
13816         * src/addressbook.c
13817                 and put groups at the top, always
13818
13819 2006-03-19 [colin]      2.0.0cvs157
13820
13821         * src/addressbook.c
13822                 Order groups before names, as previously
13823
13824 2006-03-19 [colin]      2.0.0cvs156
13825
13826         * src/addressbook.c
13827                 - Sort case-unsensitive
13828                 - Put the sort arrow at opening too
13829
13830 2006-03-19 [wwp]        2.0.0cvs155
13831
13832         * src/addressbook.c
13833                 allow sorting by name/email/remarks, ensure that right-pane's contents
13834                 matches the left-pane selection (cleared when appropriate).
13835                 Patch by Pawel Pekala <c0rn@o2.pl>.
13836
13837 2006-03-18 [colin]      2.0.0cvs154
13838
13839         * src/textview.c
13840                 Fix text cursor ;)
13841
13842 2006-03-18 [colin]      2.0.0cvs153
13843
13844         * src/gtk/filesel.c
13845                 Make sure we hide the preview if we didn't get
13846                 a filename
13847
13848 2006-03-18 [colin]      2.0.0cvs152
13849
13850         * src/summaryview.c
13851                 Set cursor to watch for execution (fixes lack
13852                 of watch-cursor when dnd'ing hundreds of mails)
13853         * src/gtk/filesel.c
13854                 Check that mime type is 'image/*' before updating
13855                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13856
13857 2006-03-18 [colin]      2.0.0cvs151
13858
13859         * src/mainwindow.c
13860         * src/textview.c
13861         * src/textview.h
13862                 Put a watch cursor in textview too when the mainwindow's
13863                 cursor in a watch
13864
13865 2006-03-18 [colin]      2.0.0cvs150
13866
13867         * src/folder.c
13868                 Change wrong asserts to simple tests
13869
13870 2006-03-17 [colin]      2.0.0cvs149
13871
13872         * src/mainwindow.c
13873         * src/mainwindow.h
13874         * src/prefs_msg_colors.c
13875         * src/summaryview.c
13876         * src/summaryview.h
13877         * src/gtk/colorlabel.c
13878         * src/gtk/colorlabel.h
13879                 Add a color label menu in the main menubar
13880                 Add (fixed) accels Ctrl-{0-7} to change the color
13881                 They have to be fixed because the menu's dynamic,
13882                 the items are complex widgets, hence we can't use
13883                 a GtkItemFactory.
13884
13885
13886 2006-03-17 [wwp]        2.0.0cvs148
13887
13888         * src/compose.c
13889                 rollback few lines from my previous commit (those lines come from
13890                 a pending patch, accidentally commited, even if neutral as they are
13891                 commented out).
13892
13893 2006-03-17 [wwp]        2.0.0cvs147
13894
13895         * src/compose.c
13896                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13897                 applied code style/indentation to the modified function.
13898
13899 2006-03-17 [wwp]        2.0.0cvs146
13900
13901         * src/procmsg.c
13902         * src/compose.c
13903                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13904
13905 2006-03-17 [paul]
13906
13907         2.1.0-rc1 released
13908
13909 2006-03-17 [paul]       2.0.0cvs145
13910
13911         * src/main.c
13912                 addressbook_read_file() was called twice
13913         * src/textview.c
13914                 X-Mailer highlighting
13915
13916 2006-03-16 [colin]      2.0.0cvs144
13917
13918         * src/sourcewindow.c
13919         * src/sourcewindow.h
13920                 And the last one, in source window.
13921
13922 2006-03-16 [colin]      2.0.0cvs143
13923
13924         * src/compose.c
13925         * src/compose.h
13926                 Fix the same stuff in compose
13927
13928 2006-03-16 [colin]      2.0.0cvs142
13929
13930         * src/messageview.c
13931                 Complete the previous messageview crash fix
13932
13933 2006-03-16 [colin]      2.0.0cvs141
13934
13935         * src/procmsg.h
13936         * src/procmsg.c
13937         * src/folder.c
13938                 Fix POSTPROCESSING hook
13939                 Patch by H. Merijn Brand
13940
13941         * src/procmime.c
13942         * src/procmime.h
13943                 Parse Content-Location
13944
13945         * src/toolbar.c
13946         * src/messageview.c
13947         * src/messageview.h
13948                 Don't crash when a top-level MessageView has
13949                 been closed on us. Same problematic than
13950                 yesterday's quicksearch issue.
13951
13952 2006-03-15 [colin]      2.0.0cvs140
13953
13954         * src/gtk/quicksearch.c
13955                 Fix a bitchy race we didn't think about when we
13956                 added quicksearch cancellation:
13957                 If the search is not on cached fields, for example
13958                 body_part matchcase "stuff"
13959                 the matcher code has to get the whole message. If
13960                 we're on IMAP, that can be slow, and in order to
13961                 be non-blocking, the IMAP code idle loop processes
13962                 gtk events too. So it is possible to cancel a
13963                 quicksearch while the matcher is getting the mail's
13964                 body. After matcher got its body, it will start to
13965                 iterate over the matcher list that the Quicksearch's
13966                 clear_search_cb() just freed via prepare_matcher().
13967                 SIGSEGV ensues.
13968                 The fix consists of guarding the matcherlist_match()
13969                 call with a boolean 'matching'. If we reset the
13970                 quicksearch while matching is TRUE, we don't free
13971                 the matcherlist anymore like we did, but we set
13972                 another new flag, deferred_free, to TRUE. Then,
13973                 in quicksearch_match(), just after returning from
13974                 matcherlist_match() and unsetting the matching flag,
13975                 we check the deferred_free flag and do the
13976                 prepare_matcher() (which does the matcherlist_free)
13977                 for real, so we free the matcherlist once it's not
13978                 used anymore.
13979                 As all of this runs via the glib main loop, we
13980                 luckily don't need a mutex.
13981         * src/summaryview.c
13982                 Also, show progress while searching.
13983
13984
13985 2006-03-14 [colin]      2.0.0cvs139
13986
13987         * src/alertpanel.c
13988                 Make alertpanel_is_open non-static
13989
13990 2006-03-14 [colin]      2.0.0cvs138
13991
13992         * src/prefs_spelling.c
13993                 Cleanups - Fabien Vantard
13994
13995 2006-03-14 [wwp]        2.0.0cvs137
13996
13997         * src/main.c
13998                 code style normalization (curly braces, indentation).
13999
14000 2006-03-14 [wwp]        2.0.0cvs137
14001
14002         * src/main.c
14003                 code style (braces, indentation)
14004
14005 2006-03-12 [paul]       2.0.0cvs136
14006
14007         * src/prefs_common.c
14008                 trans_hdr defaults to FALSE to be RFC-savvy
14009         * src/prefs_summaries.c
14010                 add a tooltip to the trans_hdr option
14011                 
14012
14013 2006-03-12 [paul]       2.0.0cvs135
14014
14015         * src/prefs_matcher.c
14016                 give a little more width to the combos
14017         * src/prefs_display_header.c
14018         * src/textview.c
14019                 translate headers if prefs_common.trans_hdr
14020                 is TRUE
14021
14022         Patches by Pawel Pekala
14023
14024 2006-03-12 [paul]       2.0.0cvs134
14025
14026         * src/plugins/clamav/clamav_plugin.c
14027         * src/plugins/dillo_viewer/dillo_viewer.c
14028         * src/plugins/pgpcore/plugin.c
14029         * src/plugins/pgpinline/plugin.c
14030         * src/plugins/pgpmime/plugin.c
14031         * src/plugins/spamassassin/spamassassin.c
14032                 update/add to descriptions
14033         * src/plugins/spamassassin/spamassassin_gtk.c
14034                 fixes to the english, remove superfluous
14035                 tooltips, clean up a little
14036
14037 2006-03-12 [paul]       2.0.0cvs133
14038
14039         * src/compose.c
14040                 fix Bug 924, 'Account combo box shows up wrong 
14041                 if & is in account name'
14042
14043 2006-03-11 [colin]      2.0.0cvs132
14044
14045         * src/summaryview.c
14046                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14047                 messed up shift-selection because is slows down
14048                 moving around summaryview. thanks -users
14049
14050 2006-03-10 [colin]      2.0.0cvs131
14051
14052         * src/plugins/spamassassin/spamassassin_gtk.c
14053                 Put back Paul's engrish fixes
14054
14055 2006-03-10 [colin]      2.0.0cvs130
14056
14057         * src/plugins/spamassassin/spamassassin.c
14058         * src/plugins/spamassassin/spamassassin.h
14059         * src/plugins/spamassassin/spamassassin_gtk.c
14060                 Cleanup SA prefs page (more)
14061                 Patch by Fabien Vantard
14062
14063 2006-03-10 [paul]       2.0.0cvs129
14064
14065         * src/prefs_msg_colors.c
14066         * src/prefs_spelling.c
14067                 widget sensitivity
14068
14069 2006-03-09 [mones]      2.0.0cvs128
14070
14071         * po/es.po
14072                 Update for next RC
14073
14074 2006-03-09 [wwp]        2.0.0cvs127
14075
14076         * configure.ac
14077                 revert accidental commit (requirement for libetpan 0.43), this time
14078                 not in HEAD.
14079
14080 2006-03-09 [wwp]        2.0.0cvs125
14081
14082         * configure.ac
14083                 revert accidental commit (requirement for libetpan 0.43)
14084
14085 2006-03-09 [paul]       2.0.0cvs126
14086
14087         * src/prefs_receive.c
14088                 remove useless frame
14089                 replace 'incorporation' with 'receiving'
14090         * src/plugins/clamav/clamav_plugin_gtk.c
14091         * src/plugins/spamassassin/spamassassin_gtk.c
14092                 improve widget sensitivity
14093                 fix a bit his engrish
14094
14095 2006-03-09 [wwp]        2.0.0cvs125
14096
14097         * src/addressadd.c
14098         * src/foldersel.c
14099         * src/prefs_common.c
14100         * src/prefs_common.h
14101                 remember some more windows' sizes (add to addressbook and
14102                 select folder).
14103
14104 2006-03-09 [paul]       2.0.0cvs124
14105
14106         * src/plugins/pgpcore/prefs_gpg.c
14107                 normalise construction of dialogue
14108
14109 2006-03-09 [paul]       2.0.0cvs123
14110
14111         * src/plugins/trayicon/Makefile.am
14112                 add missing slash
14113
14114 2006-03-08 [colin]      2.0.0cvs122
14115
14116         * src/plugins/trayicon/Makefile.am
14117                 Fix build in separate dir 
14118                 Patch by Bamanzi <bamanzi@gmail.com>
14119
14120 2006-03-08 [colin]      2.0.0cvs121
14121
14122         * src/procmsg.c
14123                 Batch move and copies from summaryview with delayed execution
14124                 too
14125
14126 2006-03-07 [paul]       2.0.0cvs120
14127
14128         * src/common/utils.c
14129                 fix highlighting of URIs containing "()"
14130                 Patch by Pawel Pekala
14131
14132 2006-03-07 [paul]       2.0.0cvs119
14133
14134         * src/folder.c
14135         * src/folder.h
14136         * src/folderview.c
14137                 immediately do alphabetical resort when
14138                 changing a folder's name
14139                 Patch by Pawel Pekala
14140
14141 2006-03-07 [paul]       2.0.0cvs118
14142
14143         * src/news.c
14144         * src/news_gtk.c
14145                 when unsubscribing a newsgroup, remove the
14146                 folder and msgs in .sylpheed-claws/newscache
14147                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14148
14149 2006-03-07 [paul]       2.0.0cvs117
14150
14151         * src/textview.c
14152                 fix wrong Fake URL Warning
14153                 Thanks to Hiro
14154
14155 2006-03-07 [colin]      2.0.0cvs116
14156
14157         * src/imap.c
14158                 Return immediately when password dialog was
14159                 cancelled
14160         * src/gtk/inputdialog.c
14161                 Allow empty strings for passwords
14162
14163
14164 2006-03-06 [colin]      2.0.0cvs115
14165
14166         * src/imap.c
14167                 Prevent double-timeouts when connection fails
14168
14169 2006-03-06 [colin]
14170
14171         2.0.1-rc1 released
14172
14173 2006-03-06 [colin]      2.0.0cvs114
14174
14175         * src/imap.c
14176                 Refresh session during potentially long
14177                 operations
14178
14179 2006-03-06 [wwp]        2.0.0cvs113
14180
14181         * src/prefs_msg_colors.h
14182                 forgot that one (custom color labels).
14183
14184 2006-03-06 [wwp]        2.0.0cvs112
14185
14186         * src/prefs_common.c
14187         * src/prefs_common.h
14188         * src/prefs_msg_colors.c
14189         * src/summaryview.c
14190         * src/summaryview.h
14191         * src/gtk/colorlabel.c
14192         * src/gtk/colorlabel.h
14193                 colors in messages list are now customizable. Color values and names can
14194                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14195                 Thanks to Paul and Colin for their help with this longstanding patch!
14196
14197 2006-03-06 [wwp]        2.0.0cvs111
14198
14199         * src/textview.c
14200                 don't crash if (x)face is bad.
14201
14202 2006-03-05 [paul]       2.0.0cvs110
14203
14204         * AUTHORS
14205         * configure.ac
14206         * src/Makefile.am
14207         * src/common/Makefile.am
14208         * src/common/utils.h
14209         * src/etpan/imap-thread.c
14210         * src/gtk/authors.h
14211         * src/plugins/clamav/Makefile.am
14212         * src/plugins/demo/Makefile.am
14213         * src/plugins/dillo_viewer/Makefile.am
14214         * src/plugins/pgpcore/Makefile.am
14215         * src/plugins/pgpcore/passphrase.c
14216         * src/plugins/pgpinline/Makefile.am
14217         * src/plugins/pgpmime/Makefile.am
14218         * src/plugins/spamassassin/Makefile.am
14219         * src/plugins/trayicon/Makefile.am
14220                 fix builiding on cygwin
14221                 Patch by Ralgh Young <bamanzi@gmail.com>
14222
14223 2006-03-04 [wwp]        2.0.0cvs109
14224
14225         * manual/keyboard.xml
14226                 fix mixed up/down keys.
14227
14228 2006-03-04 [wwp]        2.0.0cvs108
14229
14230         * README
14231         * INSTALL
14232                 updated links to SpamAssassin.
14233
14234 2006-03-04 [wwp]        2.0.0cvs107
14235
14236         * manual/plugins.xml
14237         * src/plugins/spamassassin/README
14238                 updated SpamAssassin plugin docs to reflect new functional additions
14239                 (also fix/update/documents few technical stuff more, see the README).
14240
14241 2006-03-04 [wwp]        2.0.0cvs106
14242
14243         * src/prefs_message.c
14244                 normalized capitalization of message-prefs paths.
14245
14246 2006-03-04 [wwp]        2.0.0cvs105
14247
14248         * manual/advanced.xml
14249                 typo.
14250
14251 2006-03-03 [colin]      2.0.0cvs104
14252
14253         * src/plugins/clamav/clamav_plugin_gtk.c
14254                 Rework prefs page, patch by Fabien 
14255
14256 2006-03-03 [colin]      2.0.0cvs103
14257
14258         * src/plugins/clamav/clamav_plugin.c
14259                 Set error on all errors
14260
14261 2006-03-03 [colin]      2.0.0cvs102
14262
14263         * src/common/plugin.c
14264                 Initialize error to avoid crashing when a plugin fails
14265                 without setting error
14266
14267 2006-03-02 [wwp]        2.0.0cvs101
14268
14269         * configure.ac
14270                 fixed linker flags for libetpan support on Cygwin
14271                 (thanks to H.Merijn Brand).
14272
14273 2006-03-02 [wwp]        2.0.0cvs100
14274
14275         * src/addressbook.c
14276                 fix some AB error messages: one for punctuation and
14277                 one wrongly duplicate (thanks, maxbritov).
14278
14279 2006-03-02 [wwp]        2.0.0cvs99
14280
14281         * src/plugins/spamassassin/spamassassin.c
14282                 make sync calls to sa-learn/spamc to prevent
14283                 system (whatever local or client/server) overload.
14284
14285 2006-03-02 [colin]      2.0.0cvs98
14286
14287         * src/summaryview.c
14288                 Put the spam icon in the status column instead of the
14289                 mark one
14290
14291 2006-03-01 [colin]      2.0.0cvs97
14292
14293         * src/plugins/spamassassin/spamassassin.c
14294                 Fix segfault (g_file_set_contents fails for some 
14295                 reason and err==0x2f. Can't find out why with
14296                 valgrind, using working function :-)
14297
14298 2006-03-01 [colin]      2.0.0cvs96
14299
14300         * src/inc.c
14301                 Offline overriding: let 'No' be cached only 3 seconds
14302
14303 2006-03-01 [colin]      2.0.0cvs95
14304
14305         * src/addr_compl.c
14306         * src/addrbook.c
14307         * src/addressbook.c
14308         * src/addrindex.c
14309         * src/folder_item_prefs.c
14310         * src/headerview.c
14311         * src/imap.c
14312         * src/inc.c
14313         * src/ldif.c
14314         * src/mainwindow.c
14315         * src/mh.c
14316         * src/msgcache.c
14317         * src/prefs_common.h
14318         * src/prefs_msg_colors.c
14319         * src/procheader.c
14320         * src/procheader.h
14321         * src/procmime.c
14322         * src/procmsg.c
14323         * src/procmsg.h
14324         * src/send_message.h
14325         * src/simple-gettext.c
14326         * src/summaryview.c
14327         * src/summaryview.h
14328         * src/syldap.c
14329         * src/textview.c
14330         * src/undo.c
14331         * src/common/ssl_certificate.c
14332         * src/common/utils.c
14333         * src/gtk/colorsel.c
14334         * src/gtk/gtksctree.c
14335         * src/gtk/gtkshruler.c
14336         * src/plugins/trayicon/trayicon.c
14337                 #if 0 goes to /dev/null
14338
14339 2006-03-01 [colin]      2.0.0cvs94
14340
14341         * src/compose.c
14342         * src/imap.c
14343         * src/inc.c
14344         * src/inc.h
14345         * src/messageview.c
14346         * src/news.c
14347         * src/plugins/spamassassin/spamassassin.c
14348                 Allow to add information in the "working offline"
14349                 window
14350
14351 2006-03-01 [wwp]        2.0.0cvs93
14352
14353         * src/plugins/spamassassin/spamassassin.c
14354                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14355                 'cause it seems that calling `spamc ... < inputfile` with
14356                 g_spawn_(a)sync simply.. erm doesn't work :-).
14357
14358 2006-03-01 [wwp]        2.0.0cvs92
14359
14360         * src/toolbar.c
14361         * src/toolbar.h
14362                 simplify the adding of spam/ham button to the messageview toolbar
14363                 (it gets more clear now that the same button will be "Mark as spam"
14364                 or "Mark as ham" according to the current message status,
14365                 thanks to Colin).
14366
14367 2006-03-01 [wwp]        2.0.0cvs91
14368
14369         * src/messageview.c
14370         * src/procmsg.c
14371         * src/procmsg.h
14372         * src/summaryview.c
14373         * src/plugins/spamassassin/spamassassin.c
14374         * src/plugins/spamassassin/spamassassin.h
14375                 make learner callbacks return a status (0 for ok),
14376                 handle it in main code to avoid setting flags when learning failed,
14377                 don't learn on TCP if offline in spamassassin,
14378                 thanks to Colin.
14379
14380                 
14381
14382 2006-03-01 [wwp]        2.0.0cvs90
14383
14384         * src/compose.c
14385                 some work around the compose window's account menu,
14386                 patch by Fabien Vantard.
14387
14388 2006-03-01 [wwp]        2.0.0cvs89
14389
14390         * src/plugins/spamassassin/spamassassin.c
14391                 fixed bad logics, was using spamc in local mode and sa-learn
14392                 in remote mode (thanks, Colin).
14393
14394 2006-03-01 [wwp]        2.0.0cvs88
14395
14396         * src/plugins/spamassassin/spamassassin.c
14397         * src/plugins/spamassassin/spamassassin.h
14398         * src/plugins/spamassassin/spamassassin_gtk.c
14399                 made processing of emails w/ sa-plugin an option (default is TRUE),
14400                 fixed Engrish some tooltips, capitalization of some debug messages
14401                 and warnings. The spamassassin plugin now provides two separate
14402                 services: process emails upon incorporation and spamd training.
14403                 Both services (un)register independently but use some common
14404                 plugin settings (transport settings, spam storage location).
14405
14406 2006-02-28 [wwp]        2.0.0cvs87
14407
14408         * src/plugins/spamassassin/spamassassin.c
14409                 fix async flag to spamc cmdline execution (batch exec should
14410                 be asynchronous).
14411
14412 2006-02-27 [wwp]        2.0.0cvs86
14413
14414         * src/plugins/spamassassin/spamassassin.c
14415         * src/plugins/spamassassin/spamassassin.h
14416         * src/plugins/spamassassin/spamassassin_gtk.c
14417                 - added the ability to learn a remote spamassassin server (spamd),
14418                 using spamc.
14419                 - added the spamassassin option 'username', that applies to all
14420                 spamassassin operations (filtering, learning, local or remote).
14421                 The default username is the current unix user (if left blank
14422                 from gtk prefs or config file).
14423                 - commented out some unused code (notebook widget), removed unused
14424                 layout (hbox1).
14425                 - make more widgets sensitive to the transport type.
14426
14427 2006-02-27 [colin]      2.0.0cvs85
14428
14429         * src/plugins/spamassassin/spamassassin.c
14430                 Fix sa-learn call when offline
14431
14432 2006-02-27 [colin]      2.0.0cvs84
14433
14434         * configure.ac
14435         * src/Makefile.am
14436         * src/mainwindow.c
14437         * src/mainwindow.h
14438         * src/messageview.c
14439         * src/messageview.h
14440         * src/prefs_toolbar.c
14441         * src/procmsg.c
14442         * src/stock_pixmap.c
14443         * src/stock_pixmap.h
14444         * src/summaryview.c
14445         * src/toolbar.c
14446         * src/toolbar.h
14447         * src/pixmaps/ham_btn.xpm
14448         * src/pixmaps/spam.xpm
14449         * src/pixmaps/spam_btn.xpm
14450         * src/plugins/spamassassin/spamassassin.c
14451                 Add button in toolbar for spam learning
14452                 Fix a few bugs from the last related commit
14453                 Revert 1.9.6cvs23 which messed up shift-selection
14454
14455 2006-02-24 [colin]      2.0.0cvs83
14456
14457         * src/procmsg.c
14458         * src/summaryview.c
14459         * src/summaryview.h
14460         * src/plugins/spamassassin/spamassassin.c
14461         * src/plugins/spamassassin/spamassassin.h
14462         * src/plugins/spamassassin/spamassassin_gtk.c
14463                 Unregister learner when spamassassin is either
14464                 disabled or over tcp
14465
14466 2006-02-24 [colin]      2.0.0cvs82
14467
14468         * src/Makefile.am
14469         * src/mainwindow.c
14470         * src/mainwindow.h
14471         * src/procmsg.c
14472         * src/procmsg.h
14473         * src/stock_pixmap.c
14474         * src/stock_pixmap.h
14475         * src/summaryview.c
14476         * src/summaryview.h
14477         * src/gtk/icon_legend.c
14478         * src/pixmaps/spam.xpm  ** NEW FILE **
14479         * src/plugins/spamassassin/spamassassin.c
14480         * src/plugins/spamassassin/spamassassin_gtk.c
14481                 Add spam learning interface (Mark/Mark as 
14482                 (spam|ham) menus)
14483
14484 2006-02-24 [wwp]        2.0.0cvs81
14485
14486         * src/compose.c
14487         * src/compose.h
14488         * src/filtering.c
14489                 hide compose window when sending message in batch mode
14490                 (filtering: forward and redirect). Also fixed a wrong
14491                 value returned when sending failed, neutral anyway.
14492                 (Colin, me) 
14493
14494 2006-02-24 [wwp]        2.0.0cvs80
14495
14496         * src/mainwindow.c
14497                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14498
14499 2006-02-24 [paul]       2.0.0cvs79
14500
14501         * src/news.c
14502         * src/news.h
14503         * src/news_gtk.c
14504                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14505                 Thanks to Colin
14506
14507 2006-02-23 [colin]      2.0.0cvs78
14508
14509         * src/alertpanel.c
14510                 Change OK to Close in alertpanel with View log
14511                 button; add accel to View log. Patch by Fabien
14512                 Vantard
14513
14514 2006-02-23 [wwp]        2.0.0cvs77
14515
14516         * src/compose.c
14517                 silly me, there were much more tests to perform, since toolbars can
14518                 really have down to 1 element only.
14519
14520 2006-02-23 [wwp]        2.0.0cvs76
14521
14522         * commitHelper
14523                 fixed indentation from my previous commit. Fallback to VISUAL if
14524                 EDITOR is not set (and to vi, at last resort).
14525
14526 2006-02-23 [wwp]        2.0.0cvs75
14527
14528         * commitHelper
14529                 improved error detection (Colin, me).
14530
14531 2006-02-23 [wwp]        2.0.0cvs74
14532
14533         * src/prefs_toolbar.c
14534                 simplify and fix prefs/toolbars layouting. Combos' contents can
14535                 now be really displayed.
14536
14537 2006-02-23 [wwp]        2.0.0cvs73
14538         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14539         be really displayed.
14540
14541 2006-02-22 [wwp]        2.0.0cvs72
14542
14543         * src/compose.c
14544                 fix a typo in my previous commit (sorry!).
14545
14546 2006-02-22 [wwp]        2.0.0cvs71
14547
14548         * src/prefs_toolbar.c
14549                 fix a crash when adding separators to toolbars,
14550                 also fix some separator item information.
14551
14552 2006-02-22 [wwp]        2.0.0cvs70
14553
14554         * src/compose.c
14555                 fix a crash when redirecting (for instance) when compose window's
14556                 toolbar contents has been customized (when some buttons have been
14557                 removed in fact).
14558
14559 2006-02-21 [wwp]        2.0.0cvs69
14560
14561         * src/summaryview.c
14562         * src/gtk/pluginwindow.c
14563         * src/plugins/pgpcore/prefs_gpg.c
14564                 fix some compilation warnings (feat. remains of removed code).
14565
14566 2006-02-21 [wwp]        2.0.0cvs68
14567
14568         * src/gtk/gtkutils.c
14569                 fix two compilation issues, thanks to Stephan Sachse.
14570
14571 2006-02-20 [colin]      2.0.0cvs67
14572
14573         * src/mainwindow.c
14574                 Don't reselect displayed mail on refocus
14575                 This fixes actions misbehaving 
14576
14577 2006-02-20 [wwp]        2.0.0cvs66
14578
14579         * src/summaryview.c
14580         * src/gtk/gtksctree.c
14581         * src/gtk/gtkshruler.c
14582                 changed more runtime typecast checks.
14583
14584 2006-02-20 [wwp]        2.0.0cvs65
14585
14586         * src/summary_search.c
14587                 find all - summaryview refresh issue fixed, thanks to Colin.
14588
14589 2006-02-20 [wwp]        2.0.0cvs64
14590
14591         * src/gtk/gtkutils.c
14592                 better runtime typecast checks.
14593
14594 2006-02-20 [wwp]        2.0.0cvs63
14595
14596         * src/summary_search.c
14597                 enhancements to the summary search:
14598                         - add the ability to stop the running search
14599                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14600                         - don't search if no criteria (From/To/Subject/Body) is set
14601                         - ensure that a busy mouse pointer is always shown when searching,
14602                           show it even a bit earlier
14603
14604 2006-02-19 [colin]      2.0.0cvs62
14605
14606         * src/compose.c
14607         * src/imap.c
14608         * src/etpan/imap-thread.c
14609         * src/etpan/imap-thread.h
14610                 (Future) IMAP speed improvement on sending
14611                 Will require a libetpan update
14612         * src/summaryview.c
14613         * src/gtk/quicksearch.c
14614                 Make quicksearch clearable while running.
14615
14616 2006-02-17 [colin]      2.0.0cvs61
14617
14618         * src/imap.c
14619         * src/etpan/imap-thread.c
14620         * src/etpan/imap-thread.h
14621                 Check for IMAP certificates
14622                 ** Requires libetpan-0.42-cvs4 
14623                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14624
14625 2006-02-17 [colin]      2.0.0cvs60
14626
14627         * src/messageview.c
14628         * src/prefs_common.c
14629         * src/prefs_common.h
14630         * src/prefs_message.c
14631                 Add pref to display HTML-only mails with plugin, 
14632                 if possible (defaulting to FALSE of course).
14633
14634 2006-02-16 [colin]      2.0.0cvs59
14635
14636         * src/main.c
14637         * src/common/plugin.c
14638         * src/common/plugin.h
14639         * src/gtk/pluginwindow.c
14640                 Keep track of requested (but unloaded) plugins
14641                 in some error cases.
14642
14643 2006-02-16 [wwp]        2.0.0cvs58
14644
14645         * src/gtk/gtkaspell.c
14646         * src/gtk/gtkaspell.h
14647         * src/prefs_spelling.c
14648         * src/compose.c
14649         * src/prefs_common.c
14650         * src/prefs_common.h
14651                 implemented new optional spellchecker behaviour: re-check message when
14652                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14653
14654 2006-02-16 [wwp]        2.0.0cvs57
14655
14656         * src/quote_fmt_parse.y
14657                 pclose popen'ed pipe.
14658
14659 2006-02-15 [colin]      2.0.0cvs56
14660
14661         * src/mimeview.c
14662         * src/mimeview.h
14663                 Let MimeViewers know which MimeView they
14664                 depend of.
14665         * src/summaryview.c
14666                 Swap From/To columns in Sent/Queue/Drafts
14667                 folders
14668         * src/etpan/imap-thread.c
14669                 Use mailstream_low_tls_open() for STARTTLS
14670                 instead of mailstream_low_ssl_open()
14671                 ** REQUIRES libetpan 0.42cvs3 **
14672
14673 2006-02-15 [wwp]        2.0.0cvs55
14674
14675         * src/compose.c
14676         * src/compose.h
14677         * src/message_search.c
14678         * src/message_search.h
14679         * src/textview.c
14680         * src/gtk/gtkutils.c
14681         * src/gtk/gtkutils.h
14682                 added the ability to Find text in the compose window (and a bit
14683                 of code factorization).
14684
14685 2006-02-15 [wwp]        2.0.0cvs54
14686
14687         * src/prefs_gtk.c
14688                 yet another one file was missing (fix for some widgets' sensitivity).
14689                 Thanks Colin!
14690
14691 2006-02-15 [wwp]        2.0.0cvs53
14692
14693         * src/prefs_gtk.h
14694                 oops forgot that file (fix for some widgets' sensitivity).
14695
14696 2006-02-15 [wwp]        2.0.0cvs52
14697
14698         * src/summary_search.c
14699                 implemented advanced summary search options (added the ability
14700                 to use matcher conditions in an advanced search mode).
14701
14702 2006-02-15 [wwp]        2.0.0cvs51
14703
14704         * src/plugins/pgpcore/prefs_gpg.c
14705         * src/prefs_account.c
14706                 fix some widget sensitivity, mostly around some labels in
14707                 account prefs.
14708
14709 2006-02-15 [paul]       2.0.0cvs50
14710
14711         * manual/advanced.xml
14712                 improve Templates info
14713                 written by wwp
14714
14715 2006-02-14 [colin]      2.0.0cvs49
14716
14717         * src/pixmaps/address_book.xpm
14718         * src/pixmaps/preferences.xpm
14719         * src/pixmaps/properties.xpm
14720                 Fix pixmap size - patch by Fabien Vantard
14721
14722 2006-02-13 [colin]      2.0.0cvs48
14723
14724         * src/procmime.c
14725                 Add missing fclose()s on error
14726         * src/textview.c
14727                 Remove unused code
14728         * src/common/utils.c
14729                 Fix temp files not being deleted on windows
14730         Patches by Thomas Gilgin
14731
14732 2006-02-13 [colin]      2.0.0cvs47
14733
14734         * src/mainwindow.c
14735                 Fix exit crash
14736
14737 2006-02-13 [wwp]        2.0.0cvs46
14738
14739         * src/plugins/pgpcore/prefs_gpg.c
14740                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14741
14742 2006-02-12 [colin]      2.0.0cvs45
14743
14744         * src/folderview.c
14745         * src/main.c
14746         * src/mainwindow.c
14747                 Fix "stuff" when quitting
14748
14749 2006-02-12 [wwp]        2.0.0cvs44
14750
14751         * src/prefs_themes.c
14752                 fix typos in debug messages.
14753
14754 2006-02-11 [colin]      2.0.0cvs43
14755
14756         * src/summaryview.c
14757                 don't allow drag/drop from ourself
14758
14759 2006-02-10 [wwp]        2.0.0cvs42
14760
14761         * src/exporthtml.c
14762         * src/html.c
14763         * src/html.h
14764         * src/procmime.c
14765         * src/textview.c
14766                 renamed html_ prefixed functions and data structures to avoid
14767                 namespace clashes w/ other software (gtkhtml2 for instance).
14768                 Closes bug #907.
14769
14770
14771 2006-02-09 [colin]      2.0.0cvs41
14772
14773         * src/summaryview.c
14774                 Fix shitty logic messed up. Thanks Ticho for the hint!
14775
14776 2006-02-09 [wwp]        2.0.0cvs40
14777
14778         * src/gtk/about.c
14779         * src/compose.c
14780         * src/prefs_account.c
14781         * src/prefs_gtk.h
14782         * src/editaddress.c
14783                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14784                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14785                 Browse buttons in accounts prefs.
14786
14787 2006-02-09 [colin]      2.0.0cvs39
14788
14789         * src/matcher.c
14790                 Check for pointer before using its members
14791         * src/gtk/gtksourceprintjob.c
14792                 Fix a wrong warning
14793
14794 2006-02-09 [wwp]        2.0.0cvs38
14795
14796         * src/gtk/filesel.c
14797                 fix few compiler warnings (type mismatch).
14798
14799 2006-02-09 [paul]       2.0.0cvs37
14800
14801         * po/fr.po
14802                 updated by Fabien Vantard
14803
14804 2006-02-08 [colin]      2.0.0cvs36
14805
14806         * src/prefs_common.c
14807         * src/common/defs.h
14808         * src/common/plugin.c
14809                 allow windows and linux configurations to coexist
14810                 patch by Thomas Gilgin
14811
14812 2006-02-08 [colin]      2.0.0cvs35
14813
14814         * src/filtering.c
14815         * src/matcher.c
14816         * src/matcher.h
14817         * src/matcher_parser_parse.y
14818         * src/prefs_filtering_action.c
14819         * src/prefs_matcher.c
14820                 Add the "Ignore thread" filtering
14821                 action
14822
14823 2006-02-08 [colin]      2.0.0cvs34
14824
14825         * src/compose.c
14826         * src/procmime.c
14827         * src/procmime.h
14828                 Fix bug #905 (damaged attachment)
14829                 text files with raw \0's aren't really text files
14830         FOR_STABLE
14831
14832 2006-02-08 [colin]      2.0.0cvs33
14833
14834         * src/summaryview.c
14835                 Fix crasher introduced yesterday
14836
14837 2006-02-08 [wwp]        2.0.0cvs32
14838
14839         * src/compose.c
14840         * src/compose.h
14841                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14842
14843 2006-02-08 [wwp]        2.0.0cvs31
14844
14845         * src/prefs_template.c
14846                 templates enhancement: allow address completion for Cc and Bcc fields
14847                 (it was currently possible for the To field only)
14848
14849 2006-02-08 [colin]      2.0.0cvs30
14850
14851         * src/compose.c
14852                 Don't unblock if not blocked
14853         FOR_STABLE
14854
14855 2006-02-07 [colin]      2.0.0cvs29
14856
14857         * src/action.c
14858                 Forgot to refresh summaryview
14859
14860 2006-02-07 [colin]      2.0.0cvs28
14861
14862         * src/action.c
14863                 Freeze/thaw message list and folder list while
14864                 processing %as{} actions 
14865         * src/compose.c
14866                 Fix auto-wrap disabling after a middle-click
14867                 paste - FOR_STABLE
14868
14869 2006-02-07 [paul]       2.0.0cvs27
14870
14871         * src/folder.c
14872                 fix freeing of uninitialised pointers
14873                 Thanks to Colin
14874
14875 2006-02-06 [colin]      2.0.0cvs26
14876
14877         * src/folder.c
14878                 Use g_slist_prepend in potentially big list
14879
14880 2006-02-06 [colin]      2.0.0cvs25
14881
14882         * src/folder.c
14883                 Completely skip processing if it doesn't 
14884                 exist (faster!)
14885
14886 2006-02-06 [colin]      2.0.0cvs24
14887
14888         * src/folder.c
14889         * src/summaryview.c
14890                 Batch filtering in summaryview (from Tools menu)
14891                 and pre/post//-processing too
14892
14893 2006-02-06 [colin]      2.0.0cvs23
14894
14895         * src/procmsg.h
14896         * src/filtering.c
14897                 Use a special field for batch filtering instead
14898                 of stepping on deferred execution's toes
14899
14900 2006-02-06 [colin]      2.0.0cvs22
14901
14902         * src/action.c
14903         * src/filtering.c
14904         * src/filtering.h
14905         * src/folder.c
14906         * src/summaryview.c
14907                 Fix filtering via menus and actions
14908
14909 2006-02-06 [colin]      2.0.0cvs21
14910
14911         * src/imap.c
14912                 Put the added file directly to cache if possible (will work
14913                 with next libetpan)
14914         * src/filtering.c
14915         * src/filtering.h
14916         * src/inc.c
14917         * src/folder.c
14918         * src/mbox.c
14919         * src/procmsg.h
14920                 Move and copy filtered messages by batches instead of one
14921                 by one - faster on IMAP
14922         * src/procmsg.c
14923                 Add a function that'll possibly be useful later
14924
14925 2006-02-06 [colin]      2.0.0cvs20
14926
14927         * src/addressbook.c
14928                 Use internal mime-type instead of text/plain for d'n'd
14929         * src/compose.c
14930                 Allow attaching files from mimeview's icon list via d'n'd
14931         * src/folderview.c
14932         * src/folderview.h
14933                 Use internal mime-type instead of text/plain for d'n'd
14934                 Don't try to selected opened folder if none is
14935                 Factorize d'n'd from other apps code
14936         * src/headerview.c
14937         * src/textview.c
14938         * src/gtk/gtkutils.c
14939         * src/gtk/gtkutils.h
14940                 Factorize Face/X-Face stuff
14941         * src/mimeview.c
14942                 Fix d'n'd to other apps
14943         * src/prefs_message.c
14944                 Let the XFace pref be usable without libcompface as it also
14945                 applies to Face
14946         * src/summaryview.c
14947                 Fix d'n'd to other apps
14948                 Factorize d'n'd from other apps code
14949
14950 2006-02-06 [wwp]        2.0.0cvs19
14951
14952         * po/it.po
14953                 Italian translation fixes by Andrea Spadaccini (no more confusion
14954                 between filtering and processing, and few changes in the About
14955                 dialog).
14956
14957
14958 2006-02-06 [mones]      2.0.0cvs18
14959
14960         * src/gtk/icon_legend.c
14961                 Improved descriptions allowing better translations
14962
14963 2006-02-05 [colin]      2.0.0cvs17
14964
14965         * src/imap.c
14966                 Add the f*cking missing expunge that caused imap_fetch_env
14967                 to fail after an add_msgs ! :-///
14968         * src/etpan/imap-thread.c
14969                 Add a bit of debug
14970         FOR_STABLE
14971
14972 2006-02-05 [colin]      2.0.0cvs16
14973
14974         * src/common/utils.c
14975                 Don't check for return-path (or we can't put
14976                 back non-sent mails)
14977
14978 2006-02-05 [colin]      2.0.0cvs15
14979
14980         * src/textview.c
14981                 Don't try to display Face header in textview
14982                 when teh headerview's active
14983
14984 2006-02-05 [colin]      2.0.0cvs14
14985
14986         * tools/tbird2syl.py
14987         * tools/Makefile.am
14988                 Add script to import Thunderbird mails
14989
14990 2006-02-05 [colin]      2.0.0cvs13
14991
14992         * src/headerview.c
14993         * src/procheader.c
14994         * src/procmsg.c
14995         * src/procmsg.h
14996         * src/textview.c
14997                 Show Face headers - patch partially by Klaus Flittner
14998
14999 2006-02-05 [colin]      2.0.0cvs12
15000
15001         * src/folderview.c
15002         * src/summaryview.c
15003         * src/common/utils.c
15004         * src/common/utils.h
15005                 Let dnd work from mime icons to summaryview
15006                 and to folderview too
15007                 Add a crude test to avoid trying to add files
15008                 drag'n'dropped when they're not mails
15009
15010 2006-02-04 [colin]      2.0.0cvs11
15011
15012         * src/summaryview.c
15013         * src/mimeview.c
15014                 Fix utf8 conversion
15015
15016 2006-02-04 [colin]      2.0.0cvs10
15017
15018         * src/compose.c
15019         * src/folderview.c
15020         * src/mimeview.c
15021         * src/summaryview.c
15022         * src/summaryview.h
15023                 Added various drag and drop capas:
15024                 From                    To
15025                 summaryview             other apps
15026                 mimeview icons          other apps
15027                 other apps              summaryview
15028                 other apps              folderview
15029
15030                 This shouldn't have broken the existing:
15031                 From                    To
15032                 summaryview             folderview
15033                 folderview              folderview
15034                 summaryview             compose's attachments
15035
15036         Tests welcomed.
15037
15038 2006-02-02 [paul]       2.0.0cvs9
15039
15040         * src/mainwindow.c
15041                 move global option 'Set displayed columns...' out
15042                 of folder option grouping.
15043                 fix sensitivity of 'harvest addresses'
15044         FOR_STABLE
15045
15046 2006-02-01 [colin]      2.0.0cvs8
15047
15048         * src/mimeview.c
15049                 Revert the alertpanel patch, it sucks (intrusive
15050                 and gets in the way of "open")
15051
15052 2006-02-01 [colin]      2.0.0cvs7
15053
15054         * src/compose.c
15055         * src/prefs_account.c
15056         * src/prefs_common.c
15057         * src/common/defs.h
15058         * src/common/utils.c
15059         * src/common/utils.h
15060                 Add ability to edit the signature file
15061                 from the account preferences, and use
15062                 a default for the text editor.
15063                 Patch by Fabien Vantard
15064
15065 2006-02-01 [colin]      2.0.0cvs6
15066
15067         * src/mimeview.c
15068                 Try to get mime type by extension if it is
15069                 application/octet-stream
15070                 Display a window with possible choices when
15071                 encountering unknown mime types
15072         * src/gtk/filesel.c
15073         * src/gtk/filesel.h
15074                 Add preview
15075                 Allow multiple selection in filtered filesel
15076                 (patch by Fabien Vantard)
15077         * src/gtk/pluginwindow.c
15078                 Use it (patch by Fabien Vantard)
15079
15080 2006-02-01 [paul]       2.0.0cvs5
15081
15082         * src/jpilot.c
15083                 fix crash on creating jpilot address book
15084                 Thanks to Colin - FOR_STABLE
15085         * src/prefs_summaries.c
15086         * src/prefs_wrapping.c
15087         * src/gtk/icon_legend.c
15088         * src/gtk/quicksearch.c
15089                 string fixes and additions
15090
15091 2006-02-01 [paul]       2.0.0cvs4
15092
15093         * src/compose.c
15094         * src/mainwindow.c
15095         * src/messageview.c
15096         * src/prefs_send.c
15097                 add Arabic encoding option
15098                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15099
15100 2006-01-31 [colin]      2.0.0cvs3
15101
15102         * src/plugins/pgpcore/passphrase.c
15103                 Convert passphrase to locale encoding
15104         * src/compose.c
15105                 Fix drafting on IMAP. Crappy bug sneaked in
15106                 the release :-/
15107         FOR_STABLE
15108
15109 2006-01-30 [paul]       2.0.0cvs2
15110
15111         * src/gtk/icon_legend.c
15112                 show the new entries
15113
15114 2006-01-30 [colin]      2.0.0cvs1
15115
15116         * src/manual.c
15117                 Check for the file to be present before 
15118                 enabling the menu - FOR_STABLE
15119         * src/gtk/icon_legend.c
15120                 Add folders icons (not all of them, there
15121                 are too much, but the most intriguing ones)
15122
15123 2006-01-30 [paul]       2.0.0
15124
15125         version 2.0.0 released
15126
15127 [For previous entries, see ChangeLog.pre2.0.0]