2007-08-24 [paul] 2.10.0cvs163
[claws.git] / ChangeLog
1 2007-08-24 [paul]       2.10.0cvs163
2
3         * manual/plugins.xml
4                 remove the obsolete plugins, add the
5                 missing plugins, including the forthcoming
6                 SpamReport plugin
7
8 2007-08-24 [paul]       2.10.0cvs162
9
10         * manual/advanced.xml
11                 add info about the hidden emphasis_color option
12         * manual/keyboard.xml
13                 correct the info about hotkeys
14                 wrap the long lines
15
16 2007-08-24 [paul]       2.10.0cvs161
17
18         * src/folderview.c
19                 add mnemonic to 'Run procesing rules'
20
21 2007-08-24 [paul]       2.10.0cvs160
22
23         * src/account.c
24         * src/folder.c
25         * src/folder.h
26                 use suitable defaults for outbox,
27                 queue, drafts and trash folders
28
29 2007-08-24 [wwp]        2.10.0cvs159
30
31         * src/folderview.c
32                 Update menu item sensitivity if necessary (or we get a
33                 gtk critical message).
34
35 2007-08-23 [wwp]        2.10.0cvs158
36
37         * src/action.c
38         * src/prefs_actions.c
39                 Allow literal % chars in action commands (use %%).
40                 Add a missing p++ to the action parser in action_get_type(),
41                 which was missing it, even if it was neutral.
42                 Fix a pango markup warning at runtime.
43
44 2007-08-23 [wwp]        2.10.0cvs157
45
46         * src/addressbook.c
47                 Contacts are now locale-aware sorted in the address book
48                 (LC_COLLATE matters here).
49                 Fix missing table initializers.
50
51 2007-08-23 [colin]      2.10.0cvs156
52
53         * src/imap.c
54                 Check scan_required on dest folder when copying
55
56 2007-08-23 [colin]      2.10.0cvs155
57
58         * src/imap.c
59                 Fix scanning when folder was empty
60
61 2007-08-22 [colin]      2.10.0cvs154
62
63         * src/msgcache.c
64                 Don't g_warning when g_try_malloc fails(), or it makes
65                 things worse as g_log() allocates. Fixes bug 1290,
66                 'Claws Mail crashes if too little memory when 
67                 rebuilding folder tree'
68
69 2007-08-22 [colin]      2.10.0cvs153
70
71         * src/inc.c
72                 Fix format string vulnerability, thanks to
73                 Ulf Harnhammar, Secunia Research
74
75 2007-08-22 [colin]      2.10.0cvs152
76
77         * src/ldapserver.c
78                 Set tv_usec too
79
80 2007-08-22 [wwp]        2.10.0cvs151
81
82         * src/ldapquery.c
83                 Few better null-ptr checks.
84
85 2007-08-22 [colin]      2.10.0cvs150
86
87         * src/editldap.c
88         * src/editldap_basedn.c
89         * src/ldapquery.c
90         * src/ldapserver.c
91         * src/ldapserver.h
92         * src/ldapupdate.c
93         * src/ldaputil.c
94         * src/ldaputil.h
95                 Fix ldap timeouts
96
97 2007-08-22 [colin]      2.10.0cvs149
98
99         * src/ldapquery.c
100                 Finish previous fix
101
102 2007-08-22 [colin]      2.10.0cvs148
103
104         * src/ldapquery.c
105                 Fix wrong assertions
106
107 2007-08-22 [colin]      2.10.0cvs147
108
109         * src/ldaputil.c
110                 Fix test (set ldap v3 if bindDN is set or TLS is set)
111
112 2007-08-22 [colin]      2.10.0cvs146
113
114         * src/editldap.c
115         * src/ldaputil.c
116                 Fix wrong "Connected successfully to server". Connection only succeeds if
117                 we can get the base DN.
118
119 2007-08-21 [wwp]        2.10.0cvs145
120
121         * src/browseldap.c
122         * src/editldap.c
123         * src/ldapctrl.c
124         * src/ldapquery.c
125         * src/ldapserver.c
126         * src/ldapupdate.c
127         * src/ldaputil.c
128                 More sanity checks in ldap functions.
129
130 2007-08-21 [wwp]        2.10.0cvs144
131
132         * src/prefs_account.c
133                 Don't return a value in a void function().
134
135 2007-08-21 [paul]       2.10.0cvs143
136
137         * src/messageview.c
138                 add check for ftp: to messageview_list_urls()
139
140 2007-08-21 [colin]      2.10.0cvs142
141
142         * src/editldap.c
143         * src/ldapctrl.c
144         * src/ldapctrl.h
145         * src/ldapquery.c
146         * src/ldapupdate.c
147                 Fix bug 1293, 'LDAP address book not working'
148                 Search only on specified fields, but fetch 
149                 every field possible. People will have to 
150                 reset the searched Attributes in their LDAP
151                 servers properties.
152
153 2007-08-21 [wwp]        2.10.0cvs141
154
155         * src/addr_compl.c
156         * src/addrbook.c
157         * src/addrcache.c
158         * src/addrcindex.c
159         * src/addressbook.c
160         * src/addrindex.c
161         * src/browseldap.c
162         * src/crash.c
163         * src/editaddress_other_attributes_ldap.c
164         * src/exporthtml.c
165         * src/folder.c
166         * src/folderview.c
167         * src/imap.c
168         * src/jpilot.c
169         * src/ldapserver.c
170         * src/ldapupdate.c
171         * src/ldif.c
172         * src/main.c
173         * src/mainwindow.c
174         * src/matcher.c
175         * src/mh.c
176         * src/msgcache.c
177         * src/mutt.c
178         * src/pine.c
179         * src/pop.c
180         * src/prefs_customheader.c
181         * src/prefs_msg_colors.c
182         * src/procmime.c
183         * src/textview.c
184         * src/vcard.c
185         * src/wizard.c
186         * src/common/log.c
187         * src/common/socket.c
188         * src/common/ssl_certificate.c
189         * src/common/utils.c
190         * src/common/utils.h
191         * src/gtk/description_window.c
192         * src/plugins/demo/demo.c
193         * src/plugins/pgpcore/prefs_gpg.c
194         * src/plugins/spamassassin/libspamc.c
195                 Make sure we use glib functions to send text messages (information,
196                 debug, warning, errors) to stdout/stderr - no more direct puts
197                 fputs printf fprintf to stdout/stderr when it can be done using
198                 g_log*() and g_print/g_printerr. Doing this, we make sure every
199                 stdout/stderr message is saved to log in Windows.
200
201
202 2007-08-21 [wwp]        2.10.0cvs140
203
204         * src/main.c
205         * src/common/utils.h
206                 Route glib's stdout/stderr messages to a log file (Windows only),
207                 instead of loosing them.
208
209 2007-08-21 [paul]       2.10.0cvs139
210
211         * src/mainwindow.c
212                 replace deprecated g_strncasecmp()
213         * src/messageview.c
214                 fix 'List URLS'
215
216 2007-08-20 [ticho]      2.10.0cvs138
217
218         * src/account.c
219         * src/prefs_account.h
220                 Copy all account preferences in account_clone() - some
221                 were missing.
222         * src/prefs_account.c
223                 Handle empty privacy system combobox gracefully (warning
224                 instead of a crash).
225
226 2007-08-20 [colin]      2.10.0cvs137
227
228         * src/ldapctrl.c
229                 Fix a leak
230
231 2007-08-20 [paul]       2.10.0cvs136
232
233         * src/browseldap.c
234         * src/editldap.c
235         * src/ldapctrl.c
236         * src/ldapquery.c
237         * src/ldapquery.h
238         * src/ldapserver.c
239         * src/ldaputil.c
240                 add debug_prints
241                 patch by Michael Rasmussen
242
243 2007-08-19 [colin]      2.10.0cvs135
244
245         * src/imap.c
246                 Fix previous commit. Sensitivity update is needed
247                 for "Cancel receiving". However when batching we
248                 don't need to do it for every message flag change,
249                 just once at the start and once at the end.
250
251 2007-08-19 [colin]      2.10.0cvs134
252
253         * src/imap.c
254                 Remove useless menu updates on session lock/unlock
255
256 2007-08-19 [colin]      2.10.0cvs133
257
258         * src/etpan/imap-thread.c
259                 Make all fetch logs less verbose
260
261 2007-08-19 [paul]       2.10.0cvs132
262
263         * src/foldersel.c
264         * src/folderview.c
265         * src/summaryview.c
266                 fix bug 1286, 'Can't move a folder into a "Folders
267                 Only" folder'
268
269 2007-08-18 [ticho]      2.10.0cvs131
270
271         * src/editaddress_other_attributes_ldap.c
272                 Converted option menu for other ldap attributes to GtkComboBox.
273
274 2007-08-18 [colin]      2.10.0cvs130
275
276         * src/compose.c
277         * src/prefs_common.c
278         * src/prefs_common.h
279         * src/prefs_send.c
280         * src/send_message.c
281                 Revert 'send_dialog_mode' meaning to 
282                 'send_dialog_invisible', so that the 
283                 new checkbox doesn't change the 
284                 existing behaviour.
285
286 2007-08-18 [paul]       2.10.0cvs129
287
288         * src/summaryview.c
289                 add missing menu update
290
291 2007-08-17 [colin]      2.10.0cvs128
292
293         * src/folder.c
294                 Set batching after getting flags - maybe fixes
295                 bug 1292, 'CM crashes on writing mail'
296
297 2007-08-16 [ticho]      2.10.0cvs127
298
299         * src/prefs_send.c
300                 Convert two GtkOptionMenu widgets to new GtkComboBox.
301         * src/gtk/combobox.h
302         * src/gtk/gtkutils.c
303                 Allow NULL for GtkComboBox menuitem label, rendering such
304                 items as row separators.
305
306 2007-08-16 [paul]       2.10.0cvs126
307
308         * src/plugins/trayicon/trayicon.c
309                 remove wrongly used gettextisation
310
311 2007-08-15 [ticho]      2.10.0cvs125
312
313         * src/importldif.c
314                 Fixed a runtime warning where an attempt to pack an
315                 already packed GtkLabel was made.
316
317 2007-08-15 [ticho]      2.10.0cvs124
318
319         * src/prefs_compose_writing.c
320                 Convert the insert-or-attach-dragged-files GtkOptionMenu
321                 into GtkComboBox.
322
323 2007-08-14 [ticho]      2.10.0cvs123
324
325         * src/messageview.c
326         * src/gtk/gtkutils.c
327                 Changed return receipt account selector to GtkComboBox.
328                 Fixed a runtime warning where GTK tried to parse
329                 "name <email@address" as a Pango markup in an alertpanel label.
330
331 2007-08-14 [ticho]      2.10.0cvs122
332
333         * src/prefs_logging.c
334                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
335
336 2007-08-14 [wwp]        2.10.0cvs121
337
338         * tools/Makefile.am
339         * tools/README
340         * tools/popfile-link.sh
341                 Added a new tool: POPFile helper, to open
342                 selected messages in POPFile control center,
343                 in order to change the messages' status.
344
345 2007-08-14 [ticho]      2.10.0cvs120
346
347         * src/compose.c
348         * src/prefs_common.c
349         * src/prefs_common.h
350         * src/prefs_send.c
351         * src/send_message.c
352                 Change "Show send dialog" optionmenu to a checkbutton.
353         * src/prefs_receive.c
354                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
355
356 2007-08-13 [wwp]        2.10.0cvs119
357
358         * src/addr_compl.c
359         * src/addressbook.c
360         * src/addrindex.c
361         * src/compose.c
362         * src/filtering.c
363         * src/folderview.c
364         * src/inc.c
365         * src/matcher.c
366         * src/mh.c
367         * src/partial_download.c
368         * src/prefs_gtk.c
369         * src/procmsg.c
370         * src/stock_pixmap.c
371         * src/summaryview.c
372         * src/common/utils.c
373         * src/gtk/gtkaspell.c
374         * src/gtk/menu.c
375                 Make sure we never pass NULL pointers for %s substitutions
376                 (prevent from crashing in Windows).
377
378 2007-08-13 [wwp]        2.10.0cvs118
379
380         * src/msgcache.c
381                 Re-enable mmap_reads in Windows with some missing
382                 CloseHandle of mapping objects, thanks to
383                 Marcus Brinkmann.
384
385 2007-08-13 [paul]       2.10.0cvs117
386
387         * src/common/utils.c
388                 fix bug 1287, 'Compile time problem on Solaris
389                 (nexenta gnu/Solaris) utils.c'
390                 Thanks to Piotr Chrzczonowicz
391
392 2007-08-12 [wwp]        2.10.0cvs116
393
394         * src/plugins/pgpcore/prefs_gpg.c
395                 Don't try to unset a GPG_AGENT_INFO that was not
396                 set (and don't use a NULL string in Windows, it was
397                 crashing with --debug if GPG_AGENT_INFO was not set).
398
399 2007-08-12 [wwp]        2.10.0cvs115
400
401         * src/privacy.h
402                 Make gcc type-check arguments passed to privacy_set_error().
403
404 2007-08-12 [ticho]      2.10.0cvs114
405
406         * src/prefs_folder_item.c
407                 Make sure that folder default account combobox always has some
408                 account preselected.
409         * src/gtk/combobox.c
410                 Handle empty combobox gracefully (warning instead of crash).
411
412 2007-08-12 [ticho]      2.10.0cvs114
413
414         * src/prefs_folder_item.c
415                 Make sure that folder default account combobox is not empty.
416         * src/gtk/combobox.c
417                 Handle empty combobox gracefully (warning instead of crash).
418
419 2007-08-11 [paul]       2.10.0cvs113
420
421         * src/addrgather.c
422         * src/folderview.c
423                 use 'subfolder' instead of 'sub-folder', matching
424                 everywhere else the term is used
425         * src/imap_gtk.c
426                 fix engrish
427
428 2007-08-10 [wwp]        2.10.0cvs112
429
430         * src/msgcache.c
431                 Disable mmap reads in Windows only (at least temporarily), they
432                 prevent from renaming/removing target cache files.
433
434 2007-08-10 [paul]
435
436         3.0.0-rc2 released
437
438 2007-08-10 [wwp]        2.10.0cvs111
439
440         * src/msgcache.c
441                 fix unpredictable crashes in Windows due to broken
442                 cache/mark/tags files writting (file were opened for
443                 writing in text mode).
444
445         * src/recv.c
446                 use gettimeofday() from w32lib.h on Windows.
447
448 2007-08-10 [colin]      2.10.0cvs110
449
450         * src/imap.c
451         * src/etpan/imap-thread.c
452         * src/etpan/imap-thread.h
453                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
454
455 2007-08-09 [colin]      2.10.0cvs109
456
457         * src/editldap.c
458                 Fix port being reset to 636 on SSL
459         * src/folder.c
460                 Fix folder_item_get_msg_num_by_file
461                 on drafts/queue folders
462
463 2007-08-09 [wwp]        2.10.0cvs108
464
465         * src/folder.c
466                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
467                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
468
469
470 2007-08-09 [colin]      2.10.0cvs107
471
472         * src/folderview.c
473         * src/summaryview.c
474         * src/gtk/prefswindow.c
475                 A few Maemo layout fixes
476
477 2007-08-09 [paul]       2.10.0cvs106
478
479         * src/prefs_account.c
480                 remove the hyphen from plug-ins to
481                 match everywhere else
482
483 2007-08-08 [wwp]        2.10.0cvs105
484
485         * src/prefs_folder_item.c
486                 Fix an extraneous stealth ^L char.
487
488 2007-08-08 [wwp]        2.10.0cvs104
489
490         * src/prefs_folder_item.c
491                 Better fix, group variables declarations (USE_ASPELL).
492
493 2007-08-08 [wwp]        2.10.0cvs103
494
495         * src/prefs_folder_item.c
496                 Fix compilation w/ USE_ASPELL set (broken
497                 by 2.10.0cvs102).
498
499 2007-08-08 [ticho]      2.10.0cvs102
500
501         * src/prefs_folder_item.c
502                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
503
504 2007-08-08 [colin]      2.10.0cvs101
505
506         * src/imap.c
507         * src/etpan/imap-thread.c
508         * src/etpan/imap-thread.h
509                 Close selected mailbox before doing
510                 status on it.
511
512 2007-08-08 [colin]      2.10.0cvs100
513
514         * src/html.c
515                 Complete symbol table, thanks to wwp.
516                 Fixes bug 1284, 'The html -> text 
517                 converter ignores entities'
518         * src/msgcache.c
519                 Fix possible fd leak
520
521 2007-08-08 [colin]      2.10.0cvs99
522
523         * src/imap.c
524                 Better way to fetch UIDs on non-UIDPLUS servers
525
526 2007-08-07 [colin]      2.10.0cvs98
527
528         * src/imap.c
529                 fix bug 1275, 'auto-saved draft messages not 
530                 always being removed'; Also, make multiple
531                 copy (in the same account) faster by matching
532                 source/destination message UIDs.
533         * src/messageview.c
534                 Don't try to reshow deleted mail
535         * src/msgcache.c
536                 Fix leak on error path
537
538 2007-08-07 [wwp]        2.10.0cvs97
539
540         * manual/account.xml
541         * manual/advanced.xml
542         * manual/fr/account.xml
543         * manual/fr/advanced.xml
544                 Updated the reference manual and the French translation to
545                 reflect 2.10.0cvs84: enable running folder Processing
546                 rules on demand.
547
548 2007-08-06 [wwp]        2.10.0cvs96
549
550         * src/prefs_common.c
551         * src/prefs_common.h
552         * src/textview.c
553                 Allow changing the emphasis color used to highlight
554                 the newsreader/x-mailer header value when it matches
555                 our preferred mail agent (hidden pref 'emphasis_col' added
556                 to clawsrc).
557
558 2007-08-06 [colin]      2.10.0cvs95
559
560         * src/compose.c
561         * src/compose.h
562                 Re-commit 2.10.0cvs86, with a protection
563                 against Pango bug. Also, try to fix 
564                 bug 1275, 'auto-saved draft messages not 
565                 always being removed'
566
567 2007-08-06 [wwp]        2.10.0cvs94
568
569         * src/gtk/quicksearch.c
570                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
571
572 2007-08-06 [ticho]      2.10.0cvs93
573
574         * src/prefs_account.c
575         * src/gtk/combobox.c
576                 Use GtkComboBox instead of GtkOptionMenu for privacy system
577                 selection in account preferences.
578
579 2007-08-06 [wwp]        2.10.0cvs92
580
581         * src/plugins/pgpcore/plugin.def
582                 Apply one more chunk from gpg4win's 03-w32-port patch.
583
584 2007-08-05 [colin]      2.10.0cvs91
585
586         * src/compose.c
587         * src/compose.h
588                 reverting buggy patch for now
589
590 2007-08-05 [colin]      2.10.0cvs90
591
592         * src/folder.c
593                 Fix slowdown
594
595 2007-08-04 [colin]      2.10.0cvs89
596
597         * src/prefs_summaries.c
598         * src/summary_search.c
599                 Replace deprecated widgets. Patch by
600                 Andrej.
601
602 2007-08-04 [colin]      2.10.0cvs88
603
604         * src/mh.c
605                 Refresh GUI only every 2000 mails on mh_get_last_num
606                 This is fast (readdir) and done only once per 
607                 session/folder
608
609 2007-08-03 [colin]      2.10.0cvs87
610
611         * src/prefs_account.c
612         * src/gtk/combobox.h
613         * src/gtk/gtkutils.c
614                 Fix a deprecated widget. Patch by
615                 Andrej
616
617 2007-08-03 [colin]      2.10.0cvs86
618
619         * src/compose.c
620         * src/compose.h
621                 Make colorisation and wrapping algorithms
622                 faster. Fixes bug 1246, 'compose becomes 
623                 increasingly slow replying to complex emails'
624
625 2007-08-03 [paul]       2.10.0cvs85
626
627         * src/mh.c
628                 keep the window painted
629
630 2007-08-02 [paul]       2.10.0cvs84
631
632         * src/folderview.c
633         * src/mainwindow.c
634         * src/mainwindow.h
635                 enable running folder Processing
636                 rules on demand
637
638 2007-08-02 [paul]       2.10.0cvs83
639
640         * src/textview.c
641                 speed up/clean up rendering of larger
642                 msgs
643                 Thanks to Colin
644
645 2007-08-01 [paul]       2.10.0cvs82
646
647         * src/mainwindow.h
648                 clean up cruft
649         * src/toolbar.c
650                 change default toolbar layout on maemo
651         * src/pixmaps/close.xpm
652                 make the red cross a grey cross
653         * src/pixmaps/jpilot.xpm
654                 make icon smaller so it fits better
655
656 2007-07-31 [paul]       2.10.0cvs81
657
658         * src/setup.c
659         * src/gtk/gtkutils.c
660                 fix crash on maemo on first launch
661
662 2007-07-30 [paul]       2.10.0cvs80
663
664         * src/prefs_matcher.c
665                 specify the units of age and size
666
667 2007-07-30 [paul]       2.10.0cvs79
668
669         * src/main.c
670                 Fix IMAP timeout setting
671
672 2007-07-30 [colin]      2.10.0cvs78
673
674         * src/prefs_account.c
675                 Fix a deprecated widget. Patch by
676                 Andrej
677
678 2007-07-27 [paul]       2.10.0cvs77
679
680         * src/matcher_parser_parse.y
681         * src/prefs_filtering_action.c
682         * src/prefs_matcher.c
683                 these changes forgotten in cvs74's
684                 'watch thread' feature
685
686 2007-07-27 [paul]       2.10.0cvs76
687
688         * src/compose.c
689                 fix potential crasher
690                 thanks to Colin
691
692 2007-07-27 [paul]       2.10.0cvs75
693
694         * src/mainwindow.c
695         * src/manual.c
696         * src/manual.h
697         * src/gtk/gtkutils.c
698                 make mainwindow's /Help/Manual point to the
699                 remote copy if the local copy doesn't exist
700
701 2007-07-27 [paul]       2.10.0cvs74
702
703         * src/Makefile.am
704         * src/filtering.c
705         * src/folder.c
706         * src/mainwindow.c
707         * src/matcher.c
708         * src/matcher.h
709         * src/matcher_parser_parse.y
710         * src/procmsg.c
711         * src/procmsg.h
712         * src/stock_pixmap.c
713         * src/stock_pixmap.h
714         * src/summaryview.c
715         * src/summaryview.h
716         * src/toolbar.c
717         * src/toolbar.h
718         * src/pixmaps/watchthread.xpm
719                 add 'watch thread' feature
720
721 2007-07-27 [paul]       2.10.0cvs73
722
723         * src/prefs_folder_item.c
724                 adjust labels, add tooltips
725
726 2007-07-27 [colin]      2.10.0cvs72
727
728         * src/summaryview.c
729                 Maemo: Remove less used menu items
730
731 2007-07-26 [colin]      2.10.0cvs71
732
733         * src/messageview.c
734                 Maemo: destroy messageview after trashing mail.
735                 Maybe should be done on X11 too
736
737 2007-07-26 [colin]      2.10.0cvs70
738
739         * src/folderview.c
740         * src/mainwindow.c
741         * src/prefs_common.c
742         * src/prefs_common.h
743         * src/summaryview.c
744                 Add View/Show or Hide/Column headers
745
746 2007-07-26 [colin]      2.10.0cvs69
747
748         * src/procmime.c
749                 Fix unwanted output
750
751 2007-07-26 [colin]      2.10.0cvs68
752
753         * src/ldapserver.c
754                 Fix possible crash on cache invalidation
755         * src/compose.c
756         * src/procmime.c
757         * src/procmime.h
758         * src/quote_fmt_parse.y
759                 Make replying to mails with big attachments
760                 much faster. Fixes bug 1224, 'The process of 
761                 Replying to emails with large attachments 
762                 seems unreasonably long...'
763
764 2007-07-26 [colin]      2.10.0cvs67
765
766         * src/mimeview.c
767         * src/matcher.c
768         * src/common/ssl.c
769                 Fix threads use on BSDs
770
771 2007-07-26 [paul]       2.10.0cvs66
772
773         * src/gtk/prefswindow.c
774                 fix account prefs breakage
775                 thanks to Colin
776
777 2007-07-26 [paul]       2.10.0cvs65
778
779         * configure.ac
780                 standardise ./configure --help messages
781
782 2007-07-26 [colin]      2.10.0cvs64
783
784         * src/addressbook.c
785         * src/editaddress.c
786                 Fix two vCard-related crashes
787
788 2007-07-25 [colin]      2.10.0cvs63
789
790         * src/inc.c
791         * src/prefs_common.c
792         * src/prefs_common.h
793         * src/prefs_receive.c
794                 Maemo: Add a better way to notify of
795                 new mails
796         * src/mainwindow.c
797         * src/statusbar.h
798         * src/summaryview.c
799         * src/toolbar.c
800                 Maemo: Various layout fixes
801         * src/gtk/prefswindow.c
802                 Maemo: Better prefs layout
803
804 2007-07-25 [paul]       2.10.0cvs62
805
806         * src/textview.c
807                 fix the layout on maemo
808                 thanks to Colin
809
810 2007-07-25 [iwkse]      2.10.0cvs61
811
812         * src/summaryview.c
813                 add 'o' shortcut on summaryview
814
815 2007-07-25 [iwkse]      2.10.0cvs60
816
817         * src/textview.c
818                 fix o shortcut
819
820 2007-07-24 [colin]      2.10.0cvs59
821
822         * src/mh.c
823                 Fix missing timestamp update on source
824                 folder when moving
825         * src/textview.c
826         * src/textview.h
827                 Better text layout on part's choices
828
829 2007-07-23 [colin]      2.10.0cvs58
830
831         * src/mimeview.c
832         * src/textview.c
833                 Maemo: Automatically choose the correct application
834                 to open parts
835         * src/gtk/quicksearch.c
836                 Make search run on GDK_KP_Enter too
837
838 2007-07-23 [wwp]        2.10.0cvs57
839
840         * src/quote_fmt_lex.l
841                 Revert accidentaly committed lines (account_sig) in
842                 2.10.0cvs56.
843
844 2007-07-23 [wwp]        2.10.0cvs56
845
846         * src/quote_fmt_lex.l
847                 Fix typos around long form expressions in the quote lexer.
848
849 2007-07-23 [paul]
850
851         3.0.0-rc1 released
852
853 2007-07-23 [colin]      2.10.0cvs55
854
855         * src/addr_compl.c
856                 Fix auto-completion on Maemo
857
858 2007-07-23 [colin]      2.10.0cvs54
859
860         * src/statusbar.c
861                 Maemo: Fix sticking statusbars
862
863 2007-07-22 [colin]      2.10.0cvs53
864
865         * src/main.c
866                 Maemo: Fix the strange "top_application" info
867                 at startup. We should do something when 
868                 receiving such a message.
869
870 2007-07-20 [paul]       2.10.0cvs52
871
872         * src/news_gtk.c
873                 add missing #include "statusbar.h"
874
875 2007-07-20 [colin]      2.10.0cvs51
876
877         * src/folder.c
878         * src/folder.h
879         * src/folder_item_prefs.c
880         * src/folder_item_prefs.h
881         * src/folderview.c
882         * src/imap.c
883         * src/imap_gtk.c
884         * src/imap_gtk.h
885         * src/news.c
886         * src/news_gtk.c
887         * src/news_gtk.h
888         * src/prefs_folder_item.c
889                 Implement age-based caching: allow to
890                 specify a threshold for the offline synchronisation
891                 feature, and whether old cached bodies should 
892                 be removed
893         * src/toolbar.c
894         * src/toolbar.h
895                 Fix label/tooltips
896         * src/plugins/dillo_viewer/dillo_viewer.c
897                 Check that Dillo's installed
898
899 2007-07-20 [wwp]        2.10.0cvs50
900
901         * src/mimeview.c
902         * src/stock_pixmap.c
903                 Draw a frame around the selected mimeview part icon (instead of the
904                 shifted 'dancing' icon).
905
906 2007-07-20 [colin]      2.10.0cvs49
907
908         * src/main.c
909                 Unref stuff even on error
910         * src/wizard.c
911                 disconnect signals only at the very
912                 end of the wizard save.
913
914 2007-07-20 [colin]      2.10.0cvs48
915
916         * src/mainwindow.c
917         * src/messageview.c
918         * src/toolbar.c
919         * src/toolbar.h
920                 Fix random crashes while navigating
921                 (GTK_EVENTS_FLUSH)
922
923 2007-07-19 [colin]      2.10.0cvs47
924
925         * configure.ac
926         * src/main.c
927         * src/prefs_common.c
928         * src/prefs_common.h
929         * src/wizard.c
930         * src/common/defs.h
931         * src/common/utils.c
932                 Maemo: add an easy way to store data (mails
933                 and IMAP/NNTP caches) on one of the SD cards,
934                 and protect against unmounts if needed
935
936 2007-07-19 [paul]       2.10.0cvs46
937
938         * src/Makefile.am
939         * src/stock_pixmap.c
940         * src/gtk/about.c
941         * src/pixmaps/claws-mail_logo-small.xpm
942                 implement a (slightly) different About
943                 dialog for maemo and add a small version
944                 of the logo for it
945         * src/wizard.c
946                 use a scrolled window for wizard page 1
947                 on maemo
948
949 2007-07-19 [paul]       2.10.0cvs45
950
951         * src/Makefile.am
952                 too soon for this line
953
954 2007-07-19 [paul]       2.10.0cvs44
955
956         * src/Makefile.am
957                 fix build on n800
958
959 2007-07-19 [colin]      2.10.0cvs43
960
961         * src/wizard.c
962                 Solve Mail/Mailbox name when specifying
963                 full /path/to/Mail.
964
965 2007-07-18 [colin]      2.10.0cvs42
966
967         * src/inc.c
968         * configure.ac
969                 Fix build on n770
970
971 2007-07-18 [colin]      2.10.0cvs41
972
973         * src/inc.c
974                 Maemo: plug the online/offline system into
975                 maemo's interfaces to have Claws automatically
976                 switch according to the system status
977         * src/statusbar.c
978                 Maemo: use HildonBanners to display status
979                 messages. Renders the main statusbar useless.
980
981 2007-07-18 [paul]       2.10.0cvs40
982
983         * src/filtering.c
984                 fix screen blanking on moving/copying many msgs
985         * src/folder.c
986                 fix processing progressbar and screen blanking
987                 during processing
988
989 2007-07-18 [paul]       2.10.0cvs39
990
991         * src/messageview.c
992                 revert cvs37, breakage on maemo
993
994 2007-07-18 [paul]       2.10.0cvs38
995
996         * src/gtk/gtkutils.c
997                 make sure we can still build with older GTK's
998
999 2007-07-18 [colin]      2.10.0cvs37
1000
1001         * src/messageview.c
1002                 Only hide the small layout's messageview, instead
1003                 of destroying it when closing
1004         * src/gtk/gtkutils.c
1005                 Use gtk_window_present_with_time to popup windows,
1006                 it seems to make things better with modern WMs
1007                 (actually focusing)
1008
1009 2007-07-17 [colin]      2.10.0cvs36
1010
1011         * src/editaddress.c
1012                 Simplify layout on Maemo
1013         * src/folder.c
1014                 Fix possible crash
1015         * src/prefs_display_header.c
1016                 Remove some headers by default on Maemo
1017
1018 2007-07-17 [paul]       2.10.0cvs35
1019
1020         * src/prefs_common.c
1021         * src/prefs_common.h
1022         * src/prefs_logging.c
1023         * src/common/log.c
1024                 add options to stop/enable writing logs to disc
1025
1026 2007-07-17 [paul]       2.10.0cvs34
1027
1028         * src/edittags.c
1029                 fix some issues with the Apply tags window:
1030                 - set search column (enables autocompl in the treeview)
1031                 - apply tag from "New tag" if it existed
1032                 - clears New tag entry when adding it with the button
1033                 Thanks to Colin
1034
1035 2007-07-17 [paul]       2.10.0cvs33
1036
1037         * src/edittags.c
1038                 fix 'apply tags' dialogue weirdness
1039
1040 2007-07-16 [colin]      2.10.0cvs32
1041
1042         * src/toolbar.c
1043                 Fix double-loading of mails on Maemo
1044
1045 2007-07-16 [colin]      2.10.0cvs31
1046
1047         * src/messageview.c
1048                 Prevent double-loading of the same part under some
1049                 conditions; hide statusbar on Maemo
1050
1051 2007-07-16 [colin]      2.10.0cvs30
1052
1053         * src/edittags.c
1054         * src/edittags.h
1055         * src/mainwindow.c
1056         * src/summaryview.c
1057                 Improve the tag interface - allow
1058                 to set/unset tags from a special
1059                 window.
1060         * src/gtk/gtkvscrollbutton.c
1061         * src/mimeview.c
1062         * src/mimeview.h
1063         * src/stock_pixmap.c
1064                 Fix Mimeview's ugly hacks in the
1065                 icon list. 
1066
1067 2007-07-16 [paul]       2.10.0cvs29
1068
1069         * src/wizard.c
1070                 rework dialog
1071         * src/gtk/icon_legend.c
1072                 put it all in a scrolled window
1073
1074 2007-07-15 [colin]      2.10.0cvs28
1075
1076         * src/mainwindow.c
1077                 Maemo: force layout to be Small screen; the
1078                 others don't make sense
1079
1080 2007-07-14 [colin]      2.10.0cvs27
1081
1082         * src/mimeview.c
1083         * src/gtk/gtkvscrollbutton.c
1084                 Maemo: Fix mimeview's buttons size
1085
1086 2007-07-14 [colin]      2.10.0cvs26
1087
1088         * src/toolbar.c
1089                 Fix the button workaround fix.
1090                 (Use the correct variable)
1091
1092 2007-07-14 [colin]      2.10.0cvs25
1093
1094         * src/mainwindow.c
1095         * src/toolbar.c
1096                 Maemo: put the progress bar in the
1097                 toolbar
1098
1099 2007-07-14 [colin]      2.10.0cvs24
1100
1101         * src/prefs_common.c
1102                 Maemo: hide statusbar by default
1103         * src/Makefile.am
1104         * src/stock_pixmap.c
1105         * src/stock_pixmap.h
1106         * src/toolbar.c
1107         * src/pixmaps/go_folders.xpm
1108                 Maemo: Add a specific icon to go back to
1109                 folder list
1110
1111 2007-07-14 [colin]      2.10.0cvs23
1112
1113         * src/toolbar.c
1114                 Don't set homogeneous finally
1115
1116 2007-07-14 [colin]      2.10.0cvs22
1117
1118         * src/toolbar.c
1119                 Fix button show/hide issues
1120
1121 2007-07-14 [colin]      2.10.0cvs21
1122
1123         * src/toolbar.c
1124                 Fix huge arrows
1125                 Fix button workaround to be able to click
1126                 if mouse was on button when it went un-
1127                 sensitive.
1128                 Revert previous commit, gtk_tool_item_set_homogeneous
1129                 doesn't mean what it seems to mean ;-)
1130
1131 2007-07-14 [paul]       2.10.0cvs20
1132
1133         * src/toolbar.c
1134                 make homogeneous FALSE always
1135
1136 2007-07-13 [colin]      2.10.0cvs19
1137
1138         * src/toolbar.c
1139         * src/toolbar.h
1140                 Rework to fit the non-deprecated API
1141         * src/compose.c
1142         * src/folderview.c
1143         * src/mainwindow.c
1144         * src/messageview.c
1145         * src/summaryview.c
1146                 Maemo layout changes. Better toolbars,
1147                 removal of CTree headers. 
1148
1149 2007-07-13 [paul]       2.10.0cvs18
1150
1151         * src/gtk/colorlabel.c
1152                 fix bug 1261, '[DE] coloring messages in overview 
1153                 keys are not localised'
1154                 the string is now included in claws-mail.pot
1155
1156 2007-07-13 [colin]      2.10.0cvs17
1157
1158         * src/summaryview.c
1159                 Fix bug 1267, 'printing mutliple messages 
1160                 opens one message-dialog after the other'
1161                 Ask for confirmation when printing 10
1162                 messages or more.
1163
1164 2007-07-11 [colin]      2.10.0cvs16
1165
1166         * COPYING
1167         * README
1168         * autogen.sh
1169         * manual/claws-mail-manual.xml
1170         * manual/gpl.xml
1171         * manual/es/claws-mail-manual.xml
1172         * manual/es/gpl.xml
1173         * manual/fr/claws-mail-manual.xml
1174         * manual/fr/gpl.xml
1175         * manual/pl/gpl.xml
1176         * src/account.c
1177         * src/account.h
1178         * src/action.c
1179         * src/action.h
1180         * src/adbookbase.h
1181         * src/addr_compl.c
1182         * src/addr_compl.h
1183         * src/addrbook.c
1184         * src/addrbook.h
1185         * src/addrcache.c
1186         * src/addrcache.h
1187         * src/addrcindex.c
1188         * src/addrcindex.h
1189         * src/addrclip.c
1190         * src/addrclip.h
1191         * src/addrdefs.h
1192         * src/addressadd.c
1193         * src/addressadd.h
1194         * src/addressbook.c
1195         * src/addressbook.h
1196         * src/addressbook_foldersel.c
1197         * src/addressbook_foldersel.h
1198         * src/addressitem.h
1199         * src/addrgather.c
1200         * src/addrgather.h
1201         * src/addrharvest.c
1202         * src/addrharvest.h
1203         * src/addrindex.c
1204         * src/addrindex.h
1205         * src/addritem.c
1206         * src/addritem.h
1207         * src/addrquery.c
1208         * src/addrquery.h
1209         * src/addrselect.c
1210         * src/addrselect.h
1211         * src/alertpanel.c
1212         * src/alertpanel.h
1213         * src/browseldap.c
1214         * src/browseldap.h
1215         * src/codeconv.c
1216         * src/codeconv.h
1217         * src/compose.c
1218         * src/compose.h
1219         * src/crash.c
1220         * src/crash.h
1221         * src/customheader.c
1222         * src/customheader.h
1223         * src/displayheader.c
1224         * src/displayheader.h
1225         * src/editaddress.c
1226         * src/editaddress.h
1227         * src/editaddress_other_attributes_ldap.c
1228         * src/editaddress_other_attributes_ldap.h
1229         * src/editbook.c
1230         * src/editbook.h
1231         * src/editgroup.c
1232         * src/editgroup.h
1233         * src/editjpilot.c
1234         * src/editjpilot.h
1235         * src/editldap.c
1236         * src/editldap.h
1237         * src/editldap_basedn.c
1238         * src/editldap_basedn.h
1239         * src/edittags.c
1240         * src/edittags.h
1241         * src/editvcard.c
1242         * src/editvcard.h
1243         * src/enriched.c
1244         * src/enriched.h
1245         * src/exphtmldlg.c
1246         * src/exphtmldlg.h
1247         * src/expldifdlg.c
1248         * src/expldifdlg.h
1249         * src/export.c
1250         * src/export.h
1251         * src/exporthtml.c
1252         * src/exporthtml.h
1253         * src/exportldif.c
1254         * src/exportldif.h
1255         * src/filtering.c
1256         * src/filtering.h
1257         * src/folder.c
1258         * src/folder.h
1259         * src/folder_item_prefs.c
1260         * src/folder_item_prefs.h
1261         * src/foldersel.c
1262         * src/foldersel.h
1263         * src/folderutils.c
1264         * src/folderutils.h
1265         * src/folderview.c
1266         * src/folderview.h
1267         * src/gedit-print.c
1268         * src/gedit-print.h
1269         * src/grouplistdialog.c
1270         * src/grouplistdialog.h
1271         * src/headerview.c
1272         * src/headerview.h
1273         * src/html.c
1274         * src/html.h
1275         * src/image_viewer.c
1276         * src/image_viewer.h
1277         * src/imap.c
1278         * src/imap.h
1279         * src/imap_gtk.c
1280         * src/imap_gtk.h
1281         * src/import.c
1282         * src/import.h
1283         * src/importldif.c
1284         * src/importldif.h
1285         * src/importmutt.c
1286         * src/importmutt.h
1287         * src/importpine.c
1288         * src/importpine.h
1289         * src/inc.c
1290         * src/inc.h
1291         * src/jpilot.c
1292         * src/jpilot.h
1293         * src/ldapctrl.c
1294         * src/ldapctrl.h
1295         * src/ldaplocate.c
1296         * src/ldaplocate.h
1297         * src/ldapquery.c
1298         * src/ldapquery.h
1299         * src/ldapserver.c
1300         * src/ldapserver.h
1301         * src/ldapupdate.c
1302         * src/ldapupdate.h
1303         * src/ldaputil.c
1304         * src/ldaputil.h
1305         * src/ldif.c
1306         * src/ldif.h
1307         * src/localfolder.c
1308         * src/localfolder.h
1309         * src/main.c
1310         * src/main.h
1311         * src/mainwindow.c
1312         * src/mainwindow.h
1313         * src/manual.c
1314         * src/manual.h
1315         * src/matcher.c
1316         * src/matcher.h
1317         * src/matcher_parser.h
1318         * src/matcher_parser_lex.l
1319         * src/matcher_parser_parse.y
1320         * src/mbox.c
1321         * src/mbox.h
1322         * src/message_search.c
1323         * src/message_search.h
1324         * src/messageview.c
1325         * src/messageview.h
1326         * src/mh.c
1327         * src/mh.h
1328         * src/mh_gtk.c
1329         * src/mh_gtk.h
1330         * src/mimeview.c
1331         * src/mimeview.h
1332         * src/msgcache.c
1333         * src/msgcache.h
1334         * src/mutt.c
1335         * src/mutt.h
1336         * src/news.c
1337         * src/news.h
1338         * src/news_gtk.c
1339         * src/news_gtk.h
1340         * src/noticeview.c
1341         * src/noticeview.h
1342         * src/partial_download.c
1343         * src/partial_download.h
1344         * src/pine.c
1345         * src/pine.h
1346         * src/pop.c
1347         * src/pop.h
1348         * src/prefs_account.c
1349         * src/prefs_account.h
1350         * src/prefs_actions.c
1351         * src/prefs_actions.h
1352         * src/prefs_common.c
1353         * src/prefs_common.h
1354         * src/prefs_compose_writing.c
1355         * src/prefs_compose_writing.h
1356         * src/prefs_customheader.c
1357         * src/prefs_customheader.h
1358         * src/prefs_display_header.c
1359         * src/prefs_display_header.h
1360         * src/prefs_ext_prog.c
1361         * src/prefs_ext_prog.h
1362         * src/prefs_filtering.c
1363         * src/prefs_filtering.h
1364         * src/prefs_filtering_action.c
1365         * src/prefs_filtering_action.h
1366         * src/prefs_folder_column.c
1367         * src/prefs_folder_column.h
1368         * src/prefs_folder_item.c
1369         * src/prefs_folder_item.h
1370         * src/prefs_fonts.c
1371         * src/prefs_fonts.h
1372         * src/prefs_gtk.c
1373         * src/prefs_gtk.h
1374         * src/prefs_image_viewer.c
1375         * src/prefs_image_viewer.h
1376         * src/prefs_logging.c
1377         * src/prefs_logging.h
1378         * src/prefs_matcher.c
1379         * src/prefs_matcher.h
1380         * src/prefs_message.c
1381         * src/prefs_message.h
1382         * src/prefs_msg_colors.c
1383         * src/prefs_msg_colors.h
1384         * src/prefs_other.c
1385         * src/prefs_other.h
1386         * src/prefs_quote.c
1387         * src/prefs_quote.h
1388         * src/prefs_receive.c
1389         * src/prefs_receive.h
1390         * src/prefs_send.c
1391         * src/prefs_send.h
1392         * src/prefs_spelling.c
1393         * src/prefs_spelling.h
1394         * src/prefs_summaries.c
1395         * src/prefs_summaries.h
1396         * src/prefs_summary_column.c
1397         * src/prefs_summary_column.h
1398         * src/prefs_summary_open.c
1399         * src/prefs_summary_open.h
1400         * src/prefs_template.c
1401         * src/prefs_template.h
1402         * src/prefs_themes.c
1403         * src/prefs_themes.h
1404         * src/prefs_toolbar.c
1405         * src/prefs_toolbar.h
1406         * src/prefs_wrapping.c
1407         * src/prefs_wrapping.h
1408         * src/privacy.c
1409         * src/privacy.h
1410         * src/procheader.c
1411         * src/procheader.h
1412         * src/procmime.c
1413         * src/procmime.h
1414         * src/procmsg.c
1415         * src/procmsg.h
1416         * src/quote_fmt.c
1417         * src/quote_fmt_lex.l
1418         * src/quote_fmt_parse.y
1419         * src/recv.c
1420         * src/recv.h
1421         * src/remotefolder.c
1422         * src/remotefolder.h
1423         * src/send_message.c
1424         * src/send_message.h
1425         * src/setup.c
1426         * src/setup.h
1427         * src/simple-gettext.c
1428         * src/sourcewindow.c
1429         * src/sourcewindow.h
1430         * src/ssl_manager.c
1431         * src/ssl_manager.h
1432         * src/statusbar.c
1433         * src/statusbar.h
1434         * src/stock_pixmap.c
1435         * src/stock_pixmap.h
1436         * src/summary_search.c
1437         * src/summary_search.h
1438         * src/summaryview.c
1439         * src/summaryview.h
1440         * src/textview.c
1441         * src/textview.h
1442         * src/toolbar.c
1443         * src/toolbar.h
1444         * src/undo.c
1445         * src/undo.h
1446         * src/unmime.c
1447         * src/unmime.h
1448         * src/uri_opener.c
1449         * src/uri_opener.h
1450         * src/vcard.c
1451         * src/vcard.h
1452         * src/wizard.c
1453         * src/wizard.h
1454         * src/common/base64.c
1455         * src/common/base64.h
1456         * src/common/claws.c
1457         * src/common/claws.h
1458         * src/common/defs.h
1459         * src/common/fnmatch.c
1460         * src/common/fnmatch.h
1461         * src/common/fnmatch_loop.c
1462         * src/common/hooks.c
1463         * src/common/hooks.h
1464         * src/common/log.c
1465         * src/common/log.h
1466         * src/common/md5.c
1467         * src/common/md5.h
1468         * src/common/mgutils.c
1469         * src/common/mgutils.h
1470         * src/common/nntp.c
1471         * src/common/nntp.h
1472         * src/common/passcrypt.c
1473         * src/common/passcrypt.h.in
1474         * src/common/plugin.c
1475         * src/common/plugin.h
1476         * src/common/prefs.c
1477         * src/common/prefs.h
1478         * src/common/progressindicator.c
1479         * src/common/progressindicator.h
1480         * src/common/quoted-printable.c
1481         * src/common/quoted-printable.h
1482         * src/common/session.c
1483         * src/common/session.h
1484         * src/common/smtp.c
1485         * src/common/smtp.h
1486         * src/common/socket.c
1487         * src/common/socket.h
1488         * src/common/ssl.c
1489         * src/common/ssl.h
1490         * src/common/ssl_certificate.c
1491         * src/common/ssl_certificate.h
1492         * src/common/string_match.c
1493         * src/common/string_match.h
1494         * src/common/stringtable.c
1495         * src/common/stringtable.h
1496         * src/common/tags.c
1497         * src/common/tags.h
1498         * src/common/template.c
1499         * src/common/template.h
1500         * src/common/timing.h
1501         * src/common/utils.c
1502         * src/common/utils.h
1503         * src/common/uuencode.c
1504         * src/common/uuencode.h
1505         * src/common/version.h.in
1506         * src/common/w32_dirent.c
1507         * src/common/w32_reg.c
1508         * src/common/w32_signal.c
1509         * src/common/w32_stat.c
1510         * src/common/w32_stdlib.c
1511         * src/common/w32_string.c
1512         * src/common/w32_time.c
1513         * src/common/w32_unistd.c
1514         * src/common/w32_wait.c
1515         * src/common/w32lib.h
1516         * src/common/xml.c
1517         * src/common/xml.h
1518         * src/common/xmlprops.c
1519         * src/common/xmlprops.h
1520         * src/etpan/etpan-errors.h
1521         * src/etpan/etpan-thread-manager-types.h
1522         * src/etpan/etpan-thread-manager.c
1523         * src/etpan/etpan-thread-manager.h
1524         * src/etpan/imap-thread.c
1525         * src/etpan/imap-thread.h
1526         * src/gtk/about.c
1527         * src/gtk/about.h
1528         * src/gtk/colorlabel.c
1529         * src/gtk/colorlabel.h
1530         * src/gtk/colorsel.c
1531         * src/gtk/colorsel.h
1532         * src/gtk/combobox.c
1533         * src/gtk/combobox.h
1534         * src/gtk/description_window.c
1535         * src/gtk/description_window.h
1536         * src/gtk/filesel.c
1537         * src/gtk/filesel.h
1538         * src/gtk/foldersort.c
1539         * src/gtk/foldersort.h
1540         * src/gtk/gtkaspell.c
1541         * src/gtk/gtkaspell.h
1542         * src/gtk/gtksctree.c
1543         * src/gtk/gtkshruler.c
1544         * src/gtk/gtkshruler.h
1545         * src/gtk/gtksourceprintjob.c
1546         * src/gtk/gtksourceprintjob.h
1547         * src/gtk/gtkutils.c
1548         * src/gtk/gtkutils.h
1549         * src/gtk/gtkvscrollbutton.c
1550         * src/gtk/gtkvscrollbutton.h
1551         * src/gtk/icon_legend.c
1552         * src/gtk/icon_legend.h
1553         * src/gtk/inputdialog.c
1554         * src/gtk/inputdialog.h
1555         * src/gtk/logwindow.c
1556         * src/gtk/logwindow.h
1557         * src/gtk/manage_window.c
1558         * src/gtk/manage_window.h
1559         * src/gtk/menu.c
1560         * src/gtk/menu.h
1561         * src/gtk/pluginwindow.c
1562         * src/gtk/pluginwindow.h
1563         * src/gtk/prefswindow.c
1564         * src/gtk/prefswindow.h
1565         * src/gtk/progressdialog.c
1566         * src/gtk/progressdialog.h
1567         * src/gtk/quicksearch.c
1568         * src/gtk/quicksearch.h
1569         * src/gtk/sslcertwindow.c
1570         * src/gtk/sslcertwindow.h
1571         * src/plugins/bogofilter/bogofilter.c
1572         * src/plugins/bogofilter/bogofilter.h
1573         * src/plugins/bogofilter/bogofilter_gtk.c
1574         * src/plugins/clamav/clamav_plugin.c
1575         * src/plugins/clamav/clamav_plugin.h
1576         * src/plugins/clamav/clamav_plugin_gtk.c
1577         * src/plugins/demo/demo.c
1578         * src/plugins/dillo_viewer/dillo_prefs.c
1579         * src/plugins/dillo_viewer/dillo_prefs.h
1580         * src/plugins/dillo_viewer/dillo_viewer.c
1581         * src/plugins/pgpcore/passphrase.c
1582         * src/plugins/pgpcore/passphrase.h
1583         * src/plugins/pgpcore/pgp_viewer.c
1584         * src/plugins/pgpcore/pgp_viewer.h
1585         * src/plugins/pgpcore/plugin.c
1586         * src/plugins/pgpcore/prefs_gpg.c
1587         * src/plugins/pgpcore/prefs_gpg.h
1588         * src/plugins/pgpcore/select-keys.c
1589         * src/plugins/pgpcore/select-keys.h
1590         * src/plugins/pgpcore/sgpgme.c
1591         * src/plugins/pgpcore/sgpgme.h
1592         * src/plugins/pgpinline/pgpinline.c
1593         * src/plugins/pgpinline/pgpinline.h
1594         * src/plugins/pgpinline/plugin.c
1595         * src/plugins/pgpmime/pgpmime.c
1596         * src/plugins/pgpmime/pgpmime.h
1597         * src/plugins/pgpmime/plugin.c
1598         * src/plugins/spamassassin/spamassassin.c
1599         * src/plugins/spamassassin/spamassassin.h
1600         * src/plugins/spamassassin/spamassassin_gtk.c
1601         * src/plugins/trayicon/trayicon.c
1602         * src/plugins/trayicon/trayicon_prefs.c
1603         * src/plugins/trayicon/trayicon_prefs.h
1604         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1605         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1606         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1607         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1608         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1609         * tools/OOo2claws-mail.pl
1610         * tools/README.sylprint
1611         * tools/acroread2claws-mail.pl
1612         * tools/claws-mail-compose-insert-files.pl
1613         * tools/convert_mbox.pl
1614         * tools/filter_conv.pl
1615         * tools/filter_conv_new.pl
1616         * tools/fix_date.sh
1617         * tools/freshmeat_search.pl
1618         * tools/google_search.pl
1619         * tools/kmail-mailbox2claws-mail.pl
1620         * tools/kmail2claws-mail.pl
1621         * tools/kmail2claws-mail_v2.pl
1622         * tools/mairix.sh
1623         * tools/make.themes.project
1624         * tools/multiwebsearch.pl
1625         * tools/nautilus2claws-mail.sh
1626         * tools/outlook2claws-mail.pl
1627         * tools/textviewer.sh
1628         * tools/thunderbird-filters-convertor.pl
1629         * tools/update-po
1630         * tools/uuooffice
1631         * tools/vcard2xml.py
1632         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1633                 Upgrade to GPLv3 or later.
1634
1635 2007-07-10 [wwp]        2.10.0cvs15
1636
1637         * src/main.c
1638                 Fix re-opening of all composing messages that were
1639                 opened when closing the previous instance, thanks
1640                 to Colin.
1641
1642 2007-07-10 [paul]       2.10.0cvs14
1643
1644         * src/editaddress_other_attributes_ldap.c
1645         * src/ldapupdate.c
1646                 fix crash on selecting 'other attributes' combo
1647                 for either a new entry or an old entry with no
1648                 existing attributes.
1649                 fix bug on editing multiple attributes which
1650                 resulted them all having the value of the last
1651                 one changed.
1652                 Thanks to Colin
1653
1654 2007-07-10 [colin]      2.10.0cvs13
1655
1656         * src/editaddress.c
1657         * src/editaddress_other_attributes_ldap.h
1658         * src/ldapupdate.c
1659                 Fix --disable-ldap build
1660
1661 2007-07-09 [colin]      2.10.0cvs12
1662
1663         * src/Makefile.am
1664         * src/addritem.c
1665         * src/addritem.h
1666         * src/editaddress.c
1667         * src/editaddress_other_attributes_ldap.c
1668         * src/editaddress_other_attributes_ldap.h
1669         * src/editldap.c
1670         * src/ldapctrl.c
1671         * src/ldapctrl.h
1672         * src/ldapupdate.c
1673                 Add capability to edit all inetOrgPerson
1674                 attributes on LDAP. Patch by Michael 
1675                 Rasmussen
1676
1677 2007-07-09 [colin]      2.10.0cvs11
1678
1679         * src/Makefile.am
1680         * src/exporthtml.c
1681         * src/mbox.c
1682         * src/msgcache.c
1683         * src/prefs_summaries.c
1684         * src/prefs_themes.c
1685         * src/procheader.c
1686         * src/common/Makefile.am
1687         * src/common/log.c
1688         * src/common/timing.h
1689         * src/common/utils.c
1690         * src/common/utils.h
1691         * src/common/w32_account.c
1692         * src/common/w32lib.h
1693         * src/gtk/Makefile.am
1694         * src/gtk/colorlabel.c
1695         * src/plugins/pgpcore/Makefile.am
1696         * src/plugins/pgpcore/claws.def
1697         * src/plugins/pgpcore/passphrase.c
1698         * src/plugins/pgpcore/pgp_viewer.c
1699         * src/plugins/pgpcore/plugin.def
1700         * src/plugins/pgpcore/sgpgme.c
1701         * src/plugins/pgpinline/Makefile.am
1702         * src/plugins/pgpinline/claws.def
1703         * src/plugins/pgpinline/mypgpcore.def
1704         * src/plugins/pgpinline/plugin.def
1705         * src/plugins/pgpmime/Makefile.am
1706         * src/plugins/pgpmime/claws.def
1707         * src/plugins/pgpmime/mypgpcore.def
1708         * src/plugins/pgpmime/plugin.def
1709                 Commit win32 patch, from Werner Koch and
1710                 Marcus Brinkmann
1711
1712 2007-07-09 [colin]      2.10.0cvs10
1713
1714         * src/prefs_toolbar.c
1715                 Fix crash when no actions exist
1716
1717 2007-07-07 [paul]       2.10.0cvs9
1718
1719         * COPYING
1720         * manual/claws-mail-manual.xml
1721                 update copyright year
1722         * po/fi.po
1723                 updated by Flammie Pirinen
1724
1725 2007-07-05 [wwp]        2.10.0cvs8
1726
1727         * src/plugins/clamav/clamav_plugin_gtk.c
1728                 Make vertical spacing like in other plugin prefs pages.
1729
1730 2007-07-05 [wwp]        2.10.0cvs7
1731
1732         * src/quote_fmt.c
1733                 It's %am that works, not %ae (this doc incoherence has been
1734                 introduced with 2.9.2cvs13).
1735
1736 2007-07-04 [wwp]        2.10.0cvs6
1737
1738         * src/plugins/bogofilter/bogofilter.c
1739                 Gettext-ize an occurrence of "Any" that wasn't.
1740
1741 2007-07-04 [colin]      2.10.0cvs5
1742
1743         * po/POTFILES.in
1744                 Fix untranslated strings; thanks
1745                 to Pader Rezso.
1746
1747 2007-07-03 [colin]      2.10.0cvs4
1748
1749         * src/folder.c
1750         * src/mainwindow.c
1751                 Fix saving of sort mode for tags and
1752                 thread date. Thanks to Pierre Ossman.
1753                 Completes fix for bug 1233
1754
1755 2007-07-03 [paul]       2.10.0cvs3
1756
1757         * src/compose.c
1758                 fix auto-save
1759         * src/summaryview.c
1760                 fix build warnings
1761         Thanks to Colin
1762
1763 2007-07-02 [colin]      2.10.0cvs2
1764
1765         * src/folder.h
1766         * src/mainwindow.c
1767         * src/procmsg.h
1768         * src/summaryview.c
1769                 Add View/Sort/by Thread date
1770                 Fixes bug 1233, 'Capability to sort 
1771                 threads by most recent message'
1772                 Based on a patch by Paul Rolland
1773
1774 2007-07-02 [colin]      2.10.0cvs1
1775
1776         * src/Makefile.am
1777         * src/compose.c
1778         * src/edittags.c
1779         * src/edittags.h
1780         * src/filtering.c
1781         * src/folder.c
1782         * src/folder.h
1783         * src/headerview.c
1784         * src/headerview.h
1785         * src/main.c
1786         * src/mainwindow.c
1787         * src/mainwindow.h
1788         * src/manual.h
1789         * src/matcher.c
1790         * src/matcher.h
1791         * src/matcher_parser_parse.y
1792         * src/mimeview.c
1793         * src/msgcache.c
1794         * src/msgcache.h
1795         * src/prefs_common.c
1796         * src/prefs_common.h
1797         * src/prefs_filtering_action.c
1798         * src/prefs_matcher.c
1799         * src/prefs_summary_column.c
1800         * src/procmsg.c
1801         * src/procmsg.h
1802         * src/quote_fmt.c
1803         * src/quote_fmt_lex.l
1804         * src/quote_fmt_parse.y
1805         * src/summaryview.c
1806         * src/summaryview.h
1807         * src/textview.c
1808         * src/common/Makefile.am
1809         * src/common/defs.h
1810         * src/common/tags.c
1811         * src/common/tags.h
1812         * src/gtk/quicksearch.c
1813         * src/gtk/quicksearch.h
1814                 Add Tags implementation. Tags are arbitrary labels
1815                 that can be applied to messages. It is possible 
1816                 to create, edit, remove tags; apply them to mails;
1817                 filter on tags or tag presence; apply or unset
1818                 tags via filtering actions; reference tags in
1819                 reply templates.
1820
1821 2007-07-02 [paul]       2.10.0
1822
1823         * NEWS
1824         * README
1825         * RELEASE_NOTES
1826                 2.10.0 released
1827
1828 2007-07-02 [paul]       2.9.2cvs78
1829
1830         * po/de.po
1831         * po/en_GB.po
1832         * po/es.po
1833         * po/fr.po
1834         * po/hu.po
1835         * po/pt_BR.po
1836         * po/ru.po
1837         * po/zh_CN.po
1838                 updated by Stephan Sachse, me, Ricardo Mones
1839                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1840                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1841
1842 2007-07-02 [paul]       2.9.2cvs77
1843
1844         * AUTHORS
1845                 updated
1846
1847 2007-06-29 [wwp]        2.9.2cvs76
1848
1849         * src/gtk/headers.h
1850                 Fix a typo (thanks to Ricardo for finding this out).
1851
1852 2007-06-28 [paul]       2.9.2cvs75
1853
1854         * src/folderview.c
1855                 fix build warnings
1856
1857 2007-06-28 [paul]       2.9.2cvs74
1858
1859         * tools/Makefile.am
1860                 fix bug in the autotools build system.
1861                 Files cataloged under EXTRA_DIST were never
1862                 automatically copied to the build tree.
1863                 (fix 'make distcheck')
1864                 Patch by Michael Rasmussen.
1865
1866 2007-06-24 [colin]      2.9.2cvs73
1867
1868         * src/news_gtk.c
1869                 Fix bug 1249, 'Error handling for 
1870                 news errors needs modification'
1871                 Only popup error if the according
1872                 pref in Prefs/Receive is set.
1873
1874 2007-06-21 [colin]      2.9.2cvs72
1875
1876         * src/common/plugin.c
1877         * src/common/plugin.h
1878                 Change plugin API to know whether it's safe to 
1879                 unload plugins or whether we should just hide
1880                 them. Fixes bug 1248, 'Core dumps after 
1881                 unloading plugin and clicking on load plugins'
1882         * src/plugins/bogofilter/bogofilter.c
1883         * src/plugins/clamav/clamav_plugin.c
1884         * src/plugins/demo/demo.c
1885         * src/plugins/dillo_viewer/dillo_viewer.c
1886         * src/plugins/pgpcore/plugin.c
1887         * src/plugins/pgpinline/plugin.c
1888         * src/plugins/pgpmime/plugin.c
1889         * src/plugins/spamassassin/spamassassin.c
1890         * src/plugins/trayicon/trayicon.c
1891                 Update API
1892
1893 2007-06-19 [colin]      2.9.2cvs71
1894
1895         * src/compose.c
1896         * src/messageview.c
1897                 Fix crash mentioned in bug 1246
1898                 Race condition when automatically drafting
1899                 due to insertion on reedit.
1900
1901 2007-06-18 [wwp]        2.9.2cvs70
1902
1903         * src/importldif.c
1904                 LDIF import: use a "Proceed" button to complete
1905                 the process.
1906
1907 2007-06-18 [paul]       2.9.2cvs69
1908
1909         * configure.ac
1910                 use pkgconfig to check for gtk and glib
1911
1912 2007-06-17 [wwp]        2.9.2cvs68
1913
1914         * src/ldif.c
1915         * src/importldif.c
1916                 LDIF import: better error handling, minor code
1917                 and UI cleanup, and renamed the Save button
1918                 to Close, as imported stuff is already saved
1919                 when the Save button is shown.
1920
1921 2007-06-17 [colin]      2.9.2cvs67
1922
1923         * src/prefs_summaries.c
1924         * src/procmsg.c
1925                 Don't set as read when forwarded, only replied to
1926
1927 2007-06-17 [paul]       2.9.2cvs66
1928
1929         * src/alertpanel.c
1930                 add missing #include
1931
1932 2007-06-16 [colin]      2.9.2cvs65
1933
1934         * src/prefs_summaries.c
1935         * src/procmsg.c
1936                 Change the pref "Only mark as read when opened
1937                 in new window" to "..., replied to or forwarded".
1938                 Based on a patch by Paul Rolland.
1939
1940 2007-06-16 [paul]       2.9.2cvs64
1941
1942         * src/gtk/authors.h
1943                 alphabetical order! :)
1944
1945 2007-06-16 [colin]      2.9.2cvs63
1946
1947         * AUTHORS
1948         * src/gtk/authors.h
1949                 Add Michael Rasmussen in authors list
1950
1951 2007-06-16 [colin]      2.9.2cvs62
1952
1953         * src/messageview.c
1954                 Fix messageview_copy_clipboard to take advantage
1955                 of plugins' get_selection.
1956
1957 2007-06-15 [colin]      2.9.2cvs61
1958
1959         * src/action.c
1960         * src/addr_compl.c
1961         * src/addressbook.c
1962         * src/folderview.c
1963         * src/message_search.c
1964         * src/mimeview.c
1965         * src/summary_search.c
1966         * src/summaryview.c
1967         * src/textview.c
1968                 Allow GDK_KP_Enter to do the same as GDK_Return
1969                 Patch by Michael Rasmussen
1970
1971 2007-06-15 [paul]       2.9.2cvs60
1972
1973         * src/compose.c
1974                 fix bug when closing a compose window
1975                 during autosave
1976
1977 2007-06-14 [paul]       2.9.2cvs59
1978
1979         * src/main.c
1980         * src/common/defs.h
1981                 migrate sylpheed config
1982
1983 2007-06-14 [wwp]        2.9.2cvs58
1984
1985         * src/gtk/pluginwindow.c
1986                 Yet another attempt to fix sizing/alignment of the
1987                 button bar in plugins window.
1988
1989 2007-06-12 [colin]      2.9.2cvs57
1990
1991         * po/POTFILES.in
1992         * src/Makefile.am
1993         * src/folderview.c
1994         * src/prefs_common.c
1995         * src/prefs_common.h
1996         * src/prefs_summaries.c
1997         * src/prefs_summary_open.c
1998         * src/prefs_summary_open.h
1999         * src/summaryview.c
2000                 Make "when entering a folder" actions more personalisable
2001
2002 2007-06-12 [wwp]        2.9.2cvs56
2003
2004         * tools/README
2005                 Use short description from Paul (mairix.sh).
2006
2007 2007-06-12 [wwp]        2.9.2cvs55
2008
2009         * tools/README
2010                 Updated info about mairix.sh.
2011
2012 2007-06-11 [paul]       2.9.2cvs54
2013
2014         * src/prefs_logging.c
2015                 rework log window length widgets
2016                 and some sensitivity fixes
2017
2018 2007-06-11 [paul]       2.9.2cvs53
2019
2020         * src/mainwindow.c
2021         * src/prefs_logging.c
2022                 rename 'Protocol Log' to 'Network Log'
2023                 and some function renaming
2024
2025 2007-06-10 [wwp]        2.9.2cvs52
2026
2027         * src/gtk/pluginwindow.c
2028                 Revert 2.9.2cvs51.
2029
2030 2007-06-10 [wwp]        2.9.2cvs51
2031
2032         * src/gtk/pluginwindow.c
2033                 Fix button bar in plugin window, was centered and not
2034                 behaving like other dialogs w/ such button bar.
2035
2036 2007-06-08 [wwp]        2.9.2cvs50
2037
2038         * src/compose.c
2039         * src/compose.h
2040         * src/main.c
2041         * src/mainwindow.c
2042         * src/mainwindow.h
2043                 Provide a way out of automatic draft saving on IMAP, when
2044                 exiting offline.
2045                 Prevent drafting while sending and quitting while sending.
2046                 Thanks for Colin.
2047
2048
2049
2050 2007-06-08 [wwp]        2.9.2cvs49
2051
2052         * src/prefs_account.c
2053         * src/gtk/prefswindow.c
2054         * src/gtk/prefswindow.h
2055                 Activate the Basic page when opening account prefs.
2056
2057 2007-06-08 [wwp]        2.9.2cvs48
2058
2059         * src/common/socket.c
2060                 Don't crash if fork() fails, thanks to Colin.
2061
2062 2007-06-08 [wwp]        2.9.2cvs47
2063
2064         * src/gtk/prefswindow.c
2065                 Wrap some long lines, and reset horizontal scroller's adjusment
2066                 (this was already done, vertically), when changing tab (not page)
2067                 in prefs windows.
2068
2069 2007-06-08 [paul]       2.9.2cvs46
2070
2071         * src/common/utils.c
2072                 use gethostname() instead of uname()
2073                 based on a patch by Michael Hughes
2074                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2075
2076 2007-06-07 [wwp]        2.9.2cvs45
2077
2078         * src/prefs_common.c
2079                 Fix some useless warnings, thanks to Colin.
2080
2081 2007-06-06 [colin]      2.9.2cvs44
2082
2083         * src/ldapupdate.c
2084                 Fix strange allocations. 
2085
2086 2007-06-06 [colin]      2.9.2cvs43
2087
2088         * src/ldapupdate.c
2089                 Patch by Michael Rasmussus to help
2090                 bug 1232
2091
2092 2007-06-05 [wwp]        2.9.2cvs42
2093
2094         * src/prefs_account.c
2095         * src/prefs_folder_item.c
2096         * src/prefs_quote.c
2097         * src/quote_fmt.c
2098         * src/quote_fmt.h
2099                 Per-folder templates can now be applied recursively.
2100                 Always save per-folder templates (formats were erroneously
2101                 saved only if they were enabled).
2102                 Check for validity of quotation marks everywhere there
2103                 are defined.
2104
2105 2007-06-05 [wwp]        2.9.2cvs41
2106
2107         * src/inc.c
2108                 Fix incoming messages from local accounts always getting filtered
2109                 (even if the account prefs say don't), thanks to Colin.
2110
2111 2007-06-05 [wwp]        2.9.2cvs40
2112
2113         * src/compose.c
2114         * src/compose.h
2115                 Use per-folder/per-account quote chars when applying a
2116                 template or inserting text as well. Const'ify some
2117                 vars more.
2118
2119 2007-06-04 [colin]      2.9.2cvs39
2120
2121         * src/compose.c
2122                 More work for wwp :)
2123
2124 2007-06-04 [wwp]        2.9.2cvs38
2125
2126         * src/compose.c
2127                 Same as 2.9.2cvs36 but for forwarding.
2128
2129 2007-06-04 [colin]      2.9.2cvs37
2130
2131         * src/compose.c
2132                 Use original mail file for forward/redirect
2133                 Fixes some forwarded mails to be attached as
2134                 application/octet-stream (when they have binary
2135                 parts), and incidentally fixes bug 848
2136                 'Redirect breaks GnuPG'
2137
2138 2007-06-04 [wwp]        2.9.2cvs36
2139
2140         * src/compose.c
2141                 Fix quote mark mis-initialisation when replying/forwarding
2142                 (introduced w/ 2.9.2cvs20).
2143
2144 2007-06-04 [wwp]        2.9.2cvs35
2145
2146         * src/prefs_compose_writing.c
2147         * src/prefs_quote.c
2148                 Fix a bug where Quotation characters (prefs/compose/writing)
2149                 was cleared (introduced w/ 2.9.2cvs26).
2150
2151 2007-06-04 [wwp]        2.9.2cvs34
2152
2153         * src/prefs_account.c
2154         * src/prefs_account.h
2155                 Better fix for compiling w/o aspell (rollbacks
2156                 2.9.2cvs31).
2157
2158 2007-06-04 [wwp]        2.9.2cvs33
2159
2160         * src/account.c
2161         * src/prefs_account.c
2162         * src/prefs_account.h
2163         * src/procmsg.c
2164                 It's now possible to disable mail filtering plugins
2165                 on a per-account basis.
2166
2167 2007-06-04 [wwp]        2.9.2cvs32
2168
2169         * src/procheader.c
2170         * src/common/utils.c
2171         * src/common/utils.h
2172                 Support CRLF in headers part of messages.
2173                 Support few more date formats (RFC3339 subsets).
2174
2175 2007-06-04 [wwp]        2.9.2cvs31
2176
2177         * src/prefs_account.c
2178                 Fix compiling w/o aspell support.
2179
2180 2007-06-03 [wwp]        2.9.2cvs30
2181
2182         * src/prefs_gtk.c
2183                 Don't decode leading ENV_ and ~ in P_PASSWORD
2184                 values.
2185
2186 2007-06-03 [wwp]        2.9.2cvs29
2187
2188         * src/prefs_gtk.c
2189                 Don't decode leading ENV_ and ~ in P_PASSWORD
2190                 values.
2191
2192 2007-06-03 [wwp]        2.9.2cvs28
2193
2194         * src/prefs_account.c
2195         * src/gtk/prefswindow.c
2196         * src/gtk/prefswindow.h
2197                 Added a way to force preloading of all pages
2198                 (prefswindow).
2199                 Moved tabs to pages in account prefs.
2200
2201 2007-06-02 [colin]      2.9.2cvs27
2202
2203         * src/addressbook.c
2204                 Fix possible crash, fix ldap write bugs
2205         * src/ldapupdate.c
2206                 Fix ldap write bugs - patch by Michael
2207                 Rasmussen
2208         * src/alertpanel.c
2209         * src/alertpanel.h
2210                 Add a hook whenever alertpanel opens/closes
2211
2212 2007-05-31 [wwp]        2.9.2cvs26
2213
2214         * src/prefs_compose_writing.c
2215         * src/prefs_quote.c
2216                 Re-organized writing options a bit:
2217                  - renamed the Quoting page to Templates
2218                  - moved all composing templates to that page
2219                  - moved non-templates options to the Writing one,
2220                    grouped reply-related options, reordered reply and
2221                    forward options.
2222
2223 2007-05-31 [wwp]        2.9.2cvs25
2224
2225         * src/compose.c
2226                 Removed unused code.
2227
2228 2007-05-31 [colin]      2.9.2cvs24
2229
2230         * src/addressbook.c
2231                 Fix missing display name when modifying
2232                 LDAP. Patch by Michael Rasmussen
2233
2234 2007-05-31 [wwp]        2.9.2cvs23
2235
2236         * src/plugins/bogofilter/Makefile.am
2237         * src/plugins/clamav/Makefile.am
2238         * src/plugins/demo/Makefile.am
2239         * src/plugins/dillo_viewer/Makefile.am
2240         * src/plugins/spamassassin/Makefile.am
2241                 Fix building of those plugins in Mac OS X.
2242
2243 2007-05-30 [wwp]        2.9.2cvs22
2244
2245         * src/gtk/quicksearch.c
2246                 Fix missing initialization.
2247
2248 2007-05-30 [wwp]        2.9.2cvs21
2249
2250         * src/procheader.c
2251                 Revert accidental commit (debug outputs).
2252
2253 2007-05-30 [wwp]        2.9.2cvs20
2254
2255         * src/compose.c
2256         * src/folder_item_prefs.c
2257         * src/folder_item_prefs.h
2258         * src/prefs_account.c
2259         * src/prefs_account.h
2260         * src/prefs_folder_item.c
2261         * src/prefs_gtk.c
2262         * src/prefs_gtk.h
2263                 Implemented per-account and per-folder
2264                 compose/reply/forward formats.
2265
2266 2007-05-30 [wwp]        2.9.2cvs19
2267
2268         * src/prefs_compose_writing.c
2269         * src/prefs_quote.c
2270         * src/procheader.c
2271         * src/quote_fmt.c
2272         * src/quote_fmt.h
2273                 Internal API changes (factorize quote format
2274                 prefs and checks).
2275
2276 2007-05-30 [colin]      2.9.2cvs18
2277
2278         * src/compose.c
2279                 Fix race where it's possible to re-click Send
2280                 between end of SMTP session and end of "move to
2281                 sent folder" when sending an email with send
2282                 dialog enabled.
2283
2284 2007-05-30 [colin]      2.9.2cvs17
2285
2286         * src/crash.c
2287                 Ask for backtrace on all threads. Patch by
2288                 Pawel
2289         * src/folderview.c
2290                 Fix stale news statusbar when scanning fails.
2291                 Patch by Pawel
2292         * src/ldapupdate.c
2293                 Fix some LDAP write updates bugs. Patch
2294                 by Michael Rasmussen
2295
2296 2007-05-29 [colin]      2.9.2cvs16
2297
2298         * src/imap.c
2299                 Fix loss of local flags when moving mails
2300                 on IMAP in high-bandwidth mode (UID FETCH)
2301
2302 2007-05-25 [paul]       2.9.2cvs15
2303
2304         * src/common/socket.c
2305                 fix sometimes crasher on cancelling
2306                 message sending
2307
2308 2007-05-25 [colin]      2.9.2cvs14
2309
2310         * src/imap.c
2311                 Fix a memory leak
2312         * src/imap_gtk.c
2313                 Be more helpful in the subscription
2314                 message
2315
2316 2007-05-23 [wwp]        2.9.2cvs13
2317
2318         * src/compose.c
2319         * src/prefs_compose_writing.c
2320         * src/prefs_quote.c
2321         * src/prefs_template.c
2322         * src/prefs_template.h
2323         * src/quote_fmt.c
2324         * src/quote_fmt.h
2325         * src/quote_fmt_lex.l
2326         * src/quote_fmt_parse.y
2327                 Introduced new syntax elements (symbols and commands)
2328                 in templates/quote_fmt. Compatibility w/ old
2329                 symbols is kept.
2330                 Updated and reworked the corresponding Information
2331                 dialog.
2332                 Display the line number in dialogs that talk about
2333                 parser errors (in addition to the error message in
2334                 output).
2335
2336 2007-05-23 [wwp]        2.9.2cvs12
2337
2338         * src/quote_fmt_parse.y
2339                 Fix 2.9.2cvs11, probably a paste accident ;).
2340
2341 2007-05-23 [wwp]        2.9.2cvs11
2342
2343         * src/compose.c
2344         * src/prefs_template.c
2345         * src/quote_fmt.h
2346         * src/quote_fmt_parse.y
2347                 Fix 2.9.2cvs10, which broke --disable-aspell.
2348
2349 2007-05-22 [wwp]        2.9.2cvs10
2350
2351         * src/compose.c
2352         * src/prefs_template.c
2353         * src/quote_fmt.c
2354         * src/quote_fmt.h
2355         * src/quote_fmt_lex.l
2356         * src/quote_fmt_parse.y
2357         * src/gtk/gtkaspell.c
2358         * src/gtk/gtkaspell.h
2359                 Added template/quote format syntactical elements
2360                 to show and query:
2361                         - current dictionary
2362                           %T to show (shows empty if not set or not enabled),
2363                           ?T and !T to check if the default dictionary is
2364                           enabled and set
2365                         - current account's default dictionary
2366                           %aT to show (empty if not set or not enabled),
2367                           ?aT and !aT to check if it's enabled and set
2368                         - name completion for an address, from the address
2369                           book
2370                           %ABf, %ABt, %ABc respectively show the full name got
2371                           from the address book if From, To or Cc match a single
2372                           contact.
2373                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2374                           matches any contact and if the full name is non-empty.
2375                           If From, To or Cc are lists of email addresses, only
2376                           the first address will be checked.
2377                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2378                 that could show a trailing ','.
2379                 Also, template/quote_fmt parser now shows the line number in case
2380                 of parser error.
2381
2382 2007-05-15 [colin]      2.9.2cvs9
2383
2384         * src/main.c
2385         * src/main.h
2386                 Add a public function to know whether Claws
2387                 crashed last time
2388                 Store opened folder when exiting
2389         * src/folder.c
2390         * src/folder.h
2391                 Store last opened message in each FolderItem;
2392                 Reset last seen messages if Claws crashed, so 
2393                 that one can't go in an infinite crash in case 
2394                 a particular mail crashes Claws.
2395         * src/messageview.c
2396         * src/prefs_common.c
2397         * src/prefs_common.h
2398         * src/summaryview.c
2399         * src/prefs_summaries.c
2400                 Add "Select last opened message" when entering
2401                 a folder
2402                 Add "Select last opened folder" at startup.
2403
2404 2007-05-14 [colin]      2.9.2cvs8
2405
2406         * manual/xml2pdf
2407                 Fix bashism, search for xml catalog 
2408                 in /usr/local/share/xml/catalog too
2409                 Patch by Pawel
2410
2411 2007-05-13 [wwp]        2.9.2cvs7
2412
2413         * src/gtk/logwindow.c
2414                 fix raising log windows when they are either minimized or
2415                 in background.
2416
2417 2007-05-11 [colin]      2.9.2cvs6
2418
2419         * src/gtk/filesel.c
2420                 Use Hildon's file chooser on Maemo. Patch
2421                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2422                 'File attachment "manipulation" bugs...'
2423
2424 2007-05-10 [wwp]        2.9.2cvs5
2425
2426         * src/prefs_common.c
2427         * src/prefs_common.h
2428         * src/gtk/quicksearch.c
2429                 Add a quicksearch option to automatically run
2430                 a search selected from the history (this option
2431                 is exclusive towards type-ahead).
2432
2433 2007-05-10 [colin]      2.9.2cvs4
2434
2435         * src/imap.c
2436                 Fix g_warnings, thanks to Brian
2437                 Morrison
2438
2439 2007-05-09 [colin]      2.9.2cvs3
2440
2441         * src/crash.c
2442         * src/exporthtml.c
2443         * src/mbox.c
2444         * src/prefs_summaries.c
2445         * src/procheader.c
2446         * src/common/log.c
2447         * src/common/utils.c
2448         * src/gtk/gtksourceprintjob.c
2449         * src/gtk/sslcertwindow.c
2450                 Use the re-entrant variant of time functions
2451                 Probably fixes bug 1217, 'reentrancy problems 
2452                 with time functions'
2453
2454 2007-05-09 [colin]      2.9.2cvs2
2455
2456         * src/imap.c
2457                 Fix crasher when reconnection fails
2458
2459 2007-05-08 [paul]       2.9.2cvs1
2460
2461         * NEWS
2462         * README
2463         * RELEASE_NOTES
2464         * configure.ac
2465                 bump version number following
2466                 stable release
2467
2468 2007-05-08 [paul]       2.9.1cvs48
2469
2470         * src/plugins/demo/demo.c
2471         * src/plugins/dillo_viewer/dillo_prefs.c
2472         * src/plugins/dillo_viewer/dillo_prefs.h
2473         * src/plugins/dillo_viewer/dillo_viewer.c
2474         * src/plugins/pgpcore/pgp_viewer.c
2475         * src/plugins/pgpcore/pgp_viewer.h
2476         * src/plugins/pgpcore/plugin.c
2477         * src/plugins/pgpcore/prefs_gpg.c
2478         * src/plugins/pgpcore/prefs_gpg.h
2479         * src/plugins/pgpcore/sgpgme.c
2480         * src/plugins/pgpcore/sgpgme.h
2481         * src/plugins/pgpinline/plugin.c
2482         * src/plugins/pgpmime/pgpmime.c
2483         * src/plugins/pgpmime/pgpmime.h
2484         * src/plugins/pgpmime/plugin.c
2485         * src/plugins/spamassassin/spamassassin.c
2486         * src/plugins/spamassassin/spamassassin.h
2487         * src/plugins/spamassassin/spamassassin_gtk.c
2488         * src/plugins/trayicon/README
2489         * tools/README
2490         * tools/README.sylprint
2491         * tools/outlook2claws-mail.pl
2492         * tools/sylprint.pl
2493         * tools/tb2claws-mail
2494         * tools/tbird2claws.py
2495         * tools/update-po
2496         * tools/vcard2xml.py
2497         * tools/kdeservicemenu/README
2498                 cleanups and corrections
2499
2500 2007-05-06 [wwp]        2.9.1cvs47
2501
2502         * tools/uudec
2503                 Fix missing dash to `display` command-line, reported
2504                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2505
2506 2007-05-06 [colin]      2.9.1cvs46
2507
2508         * src/Makefile.am
2509         * src/stock_pixmap.c
2510         * src/stock_pixmap.h
2511         * src/pixmaps/printer.xpm
2512                 Add a printer icon
2513
2514 2007-05-06 [paul]       2.9.1cvs45
2515
2516         * src/compose.c
2517         * src/ldapquery.c
2518         * src/privacy.h
2519         * src/summary_search.c
2520         * src/summaryview.c
2521                 fix build warnings
2522
2523 2007-05-05 [wwp]        2.9.1cvs44
2524
2525         * src/messageview.c
2526         * src/mh.c
2527         * src/prefs_actions.c
2528         * src/prefs_gtk.c
2529         * src/summaryview.c
2530         * src/common/xml.c
2531                 Fix "faild" typos everywhere and capitalization of
2532                 some g_warnings.
2533
2534 2007-05-04 [colin]      2.9.1cvs43
2535
2536         * src/compose.c
2537         * src/privacy.c
2538         * src/privacy.h
2539         * src/plugins/pgpcore/prefs_gpg.c
2540         * src/plugins/pgpcore/prefs_gpg.h
2541         * src/plugins/pgpinline/pgpinline.c
2542         * src/plugins/pgpmime/pgpmime.c
2543                 Add an API to warn about encryption limits,
2544                 and allow to disable these warnings
2545
2546 2007-05-03 [colin]      2.9.1cvs42
2547
2548         * src/summaryview.c
2549         * src/mainwindow.c
2550                 Fix bug 1213, 'Delete more than 
2551                 one thread at once'
2552
2553 2007-05-03 [wwp]        2.9.1cvs41
2554
2555         * src/prefs_common.c
2556         * src/prefs_filtering.c
2557         * src/prefs_template.c
2558         * src/common/template.c
2559         * src/common/template.h
2560         * src/gtk/gtkutils.c
2561         * src/gtk/gtkutils.h
2562                 Templates are no longer automatically sorted
2563                 by name, but can be sorted manually using
2564                 |< < > >| buttons as well as drag'n'drop.
2565
2566 2007-05-03 [wwp]        2.9.1cvs40
2567
2568         * src/plugins/spamassassin/spamassassin.c
2569         * src/plugins/spamassassin/spamassassin.h
2570         * src/plugins/spamassassin/spamassassin_gtk.c
2571         * src/plugins/bogofilter/bogofilter.c
2572         * src/plugins/bogofilter/bogofilter.h
2573         * src/plugins/bogofilter/bogofilter_gtk.c
2574                 Added an option to conditionally mark saved spam
2575                 as read (default is and was to do so).
2576                 Satisfies feature request 1708539 on sf.net tracker.
2577
2578 2007-05-03 [colin]      2.9.1cvs39
2579
2580         * src/inc.c
2581                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2582
2583 2007-05-02 [colin]      2.9.1cvs38
2584
2585         * src/textview.c
2586                 Fix bug 1209, 'Clicking on address 
2587                 in header (mailto uri) selects 
2588                 default account'. Patch adapted from
2589                 G.P. Halkes' patch.
2590
2591 2007-05-02 [colin]      2.9.1cvs37
2592
2593         * src/grouplistdialog.c
2594                 Set cursor to wait cursor while loading
2595                 groups.
2596
2597 2007-05-02 [paul]       2.9.1cvs36
2598
2599         * src/folder.c
2600         * src/common/defs.h
2601                 rename cache and mark files
2602                 (data is preserved)
2603
2604 2007-04-30 [paul]       2.9.1cvs35
2605
2606         * manual/glossary.xml
2607         * manual/plugins.xml
2608                 updates. Patch by Ricardo
2609
2610 2007-04-29 [wwp]        2.9.1cvs34
2611
2612         * src/mainwindow.c
2613         * configure.ac
2614                 Fix few grammatical errors (patch by David Relson < relson at
2615                 osagesoftware dot com >).
2616
2617 2007-04-28 [colin]      2.9.1cvs33
2618
2619         * src/account.c
2620         * src/pop.c
2621         * src/prefs_account.c
2622         * src/prefs_account.h
2623                 Drop the "Download all" preference. It's
2624                 stupidly useless and confuses people from
2625                 time to time.
2626
2627 2007-04-27 [wwp]        2.9.1cvs32
2628
2629         * src/account.c
2630         * src/prefs_account.c
2631         * src/prefs_account.h
2632                 Don't reflect accounts changes to the mainwindow when it's
2633                 not necessary.
2634
2635 2007-04-27 [colin]      2.9.1cvs31
2636
2637         * src/folder.c
2638                 Freeze/thaw when sync'ing flags
2639         * src/imap.c
2640         * src/prefs_account.c
2641         * src/prefs_account.h
2642         * src/etpan/imap-thread.c
2643         * src/etpan/imap-thread.h
2644                 Add a way to use UID FETCH instead
2645                 of searches to fetch message lists
2646                 and flags. More expensive towards
2647                 bandwidth, less expensive towards
2648                 server's CPU. Probably fixes 
2649                 bug 1158, 'Scanning new folders on 
2650                 Exchange 2007 extremely slow'.
2651                 Patch 95% by Hoa.
2652
2653 2007-04-27 [paul]       2.9.1cvs30
2654
2655         * src/mainwindow.c
2656         * src/prefs_logging.c
2657                 improvements to english usage
2658
2659 2007-04-27 [colin]      2.9.1cvs29
2660
2661         * src/imap.c
2662                 Fix build without libetpan (my bad!)
2663
2664 2007-04-26 [colin]      2.9.1cvs28
2665
2666         * src/imap.c
2667         * src/imap.h
2668                 Fix uselessly exported function
2669         * src/textview.c
2670                 Consider "- -- \n" as signature separator
2671                 (that's what signature separators look like
2672                  in PGP/Inline signed mails)
2673
2674 2007-04-26 [colin]      2.9.1cvs27
2675
2676         * configure.ac
2677                 libetpan-0.49 is now required
2678         * src/procmime.c
2679                 Fix double fetching of mails if
2680                 first try failed
2681         * src/imap.c
2682                 Make offline sync faster, by
2683                 remembering last change time, and
2684                 last sync time.
2685
2686 2007-04-26 [hoa]        2.9.1cvs26
2687
2688         * src/imap.c
2689         * src/imap.h
2690         * src/mainwindow.c
2691         * src/toolbar.c
2692         * src/etpan/imap-thread.c
2693         * src/etpan/imap-thread.h
2694                 cancellation of IMAP operations is now allowed.
2695                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2696
2697 2007-04-26 [colin]      2.9.1cvs25
2698
2699         * src/folder.c
2700                 Always fetch body+headers in folders that are
2701                 synched for offline use, if "Synchronise as
2702                 soon as possible" is set.
2703                 Fixes bug 1200, 'Add option to always retrieve full 
2704                 messages'
2705
2706 2007-04-25 [colin]      2.9.1cvs24
2707
2708         * src/compose.c
2709                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2710                 persists...'
2711
2712 2007-04-24 [colin]      2.9.1cvs23
2713
2714         * src/folderview.c
2715                 Fix bug 1195, 'Hardware key navigation' 
2716                 Make GDK_Enter toggle expansion (Maemo)
2717
2718 2007-04-24 [wwp]        2.9.1cvs22
2719
2720         * src/compose.c
2721                 Fix few compiler warnings.
2722
2723 2007-04-24 [paul]       2.9.1cvs21
2724
2725         * src/Makefile.am
2726         * src/stock_pixmap.c
2727         * src/stock_pixmap.h
2728                 complete last commit
2729
2730 2007-04-24 [paul]       2.9.1cvs20
2731
2732         * src/gtk/about.c
2733         * src/pixmaps/active.xpm
2734         * src/pixmaps/checkbox_off.xpm
2735         * src/pixmaps/checkbox_on.xpm
2736         * src/pixmaps/inactive.xpm
2737                 kick out the blobs
2738                 remove transparent border from checkbox icons
2739
2740 2007-04-24 [wwp]        2.9.1cvs19
2741
2742         * src/textview.c
2743         * src/textview.h
2744                 Fix a crash in textview, thanks to Colin.
2745
2746 2007-04-23 [wwp]        2.9.1cvs18
2747
2748         * src/prefs_common.c
2749                 Fix 2.9.1cvs5: no header was being translated at all.
2750
2751 2007-04-23 [colin]      2.9.1cvs17
2752
2753         * src/Makefile.am
2754         * src/stock_pixmap.c
2755         * src/stock_pixmap.h
2756         * src/summaryview.c
2757         * src/summaryview.h
2758         * src/gtk/gtksctree.c
2759         * src/gtk/gtksctree.h
2760         * src/pixmaps/selection.xpm
2761                 Fix bug 1193, 'Need a way to multi-select
2762                 items'. Add a toggle button to the summaryview
2763                 to switch between normal and multiple selection
2764                 (Maemo)
2765
2766 2007-04-23 [colin]      2.9.1cvs16
2767
2768         * src/Makefile.am
2769         * src/stock_pixmap.c
2770         * src/stock_pixmap.h
2771         * src/summaryview.c
2772         * src/summaryview.h
2773         * src/gtk/gtksctree.c
2774         * src/gtk/gtksctree.h
2775         * src/pixmaps/selection.xpm
2776                 Fix bug 1193, 'Need a way to multi-
2777                 select items'
2778                 Add a toggle button in the summaryview
2779                 to enable normal or multiple selection.
2780                 (Maemo)
2781
2782 2007-04-23 [colin]      2.9.1cvs15
2783
2784         * src/compose.c
2785                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2786
2787 2007-04-21 [colin]      2.9.1cvs14
2788
2789         * src/gtk/quicksearch.c
2790                 Fix previous commit (actually use correct
2791                 parameter)
2792
2793 2007-04-21 [colin]      2.9.1cvs13
2794
2795         * src/gtk/quicksearch.c
2796                 Fix changing quicksearch type (after Esc,
2797                 after changing Recursive, ...)
2798
2799 2007-04-20 [wwp]        2.9.1cvs12
2800
2801         * src/gtk/Makefile.am
2802                 Added headers.h (completes 2.9.1cvs5).
2803
2804 2007-04-20 [wwp]        2.9.1cvs11
2805
2806         * src/addressbook.c
2807                 Fix the use of display name in name column,
2808                 it has been overriden w/ the use of nickname
2809                 by 2.9.0cvs3. Now nickname is used (if any)
2810                 in case of LDAP books only.
2811
2812 2007-04-20 [colin]      2.9.1cvs10
2813
2814         * src/mimeview.c
2815         * src/summaryview.c
2816         * src/textview.c
2817                 Add handling of 'a' to loop in a mail's
2818                 mimeparts
2819
2820 2007-04-20 [colin]      2.9.1cvs9
2821
2822         * src/toolbar.c
2823                 Fix bug 1190, 'dir_open' button doesn't work'
2824                 (Maemo)
2825
2826 2007-04-20 [colin]      2.9.1cvs8
2827
2828         * src/folderview.c
2829         * src/mainwindow.c
2830                 Fix bug 1194, 'Hardware keys move from email 
2831                 list to account/directory list, but not back 
2832                 to email list...' (Maemo)
2833
2834 2007-04-20 [colin]      2.9.1cvs7
2835
2836         * src/compose.h
2837                 complete previous commit
2838
2839 2007-04-20 [colin]      2.9.1cvs6
2840
2841         * src/compose.c
2842                 Fix bug 1187, 'Reply-to addressee disappears 
2843                 when reply-to text box is clicked...' (Maemo)
2844
2845 2007-04-20 [wwp]        2.9.1cvs5
2846
2847         * po/POTFILES.in
2848         * src/addressbook.c
2849         * src/compose.c
2850         * src/filtering.c
2851         * src/headerview.c
2852         * src/matcher.c
2853         * src/prefs_common.c
2854         * src/prefs_common.h
2855         * src/prefs_display_header.c
2856         * src/prefs_matcher.c
2857         * src/summaryview.c
2858         * src/gtk/headers.h
2859         * src/gtk/quicksearch.c
2860                 Translate more header names according to the relevant option value,
2861                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2862                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2863                 to prefs_common_translated_header_name().
2864                 Added a headers.h reference file that contains known header names
2865                 (RFC2822 and others) to the translation process' input, so that
2866                 translated header names will still exist even if no occurrence of
2867                 _("headername") is found anymore in the sources.
2868                 Don't translate column name 'Number' following to trans_hdr option
2869                 value as it's not a header name.
2870
2871 2007-04-20 [colin]      2.9.1cvs4
2872
2873         * src/gtk/quicksearch.c
2874         * src/gtk/quicksearch.h
2875                 Add "From, To or Subject" quicksearch
2876                 type. Patch by ulfschaper@users.sf.net
2877
2878 2007-04-20 [colin]      2.9.1cvs3
2879
2880         * src/matcher.c
2881                 Implement proper references filtering condition.
2882                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2883
2884 2007-04-19 [wwp]        2.9.1cvs2
2885
2886         * src/prefs_display_header.c
2887         * src/message_search.c
2888                 Fix few warnings (g_free of const gchar*).
2889
2890 2007-04-19 [paul]       2.9.1cvs1
2891
2892         * NEWS
2893         * README
2894         * RELEASE_NOTES
2895         * configure.ac
2896                 bump version number following
2897                 stable release
2898
2899 2007-04-19 [paul]       2.9.0cvs9
2900
2901         * manual/advanced.xml
2902         * manual/glossary.xml
2903                 fix typos
2904
2905 2007-04-18 [paul]       2.9.0cvs8
2906
2907         * src/pop.c
2908                 fix for CVE-2007-1558 (APOP)
2909                 Thanks to Colin
2910
2911 2007-04-18 [paul]       2.9.0cvs7
2912
2913         * src/messageview.c
2914         * src/mimeview.c
2915         * src/summaryview.c
2916         * src/gtk/filesel.c
2917                 Fix encoding woes wrt saving of
2918                 mails and parts
2919                 Thanks to Colin
2920
2921 2007-04-18 [colin]      2.9.0cvs6
2922
2923         * src/gtk/pluginwindow.c
2924                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2925
2926 2007-04-17 [wwp]        2.9.0cvs5
2927
2928         * src/addressadd.c
2929         * src/addressbook.c
2930         * src/addrindex.c
2931         * src/ldapupdate.c
2932                 Fix --disable-ldap build,
2933                 fix some LDAP annoyances on 
2934                 searches, thanks to Colin.
2935
2936 2007-04-17 [wwp]        2.9.0cvs4
2937
2938         * src/ldapupdate.c
2939                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2940                 like gcc 2.9x. Thanks to Colin.
2941
2942 2007-04-17 [wwp]        2.9.0cvs3
2943
2944         * src/Makefile.am
2945         * src/addressadd.c
2946         * src/addressbook.c
2947         * src/addrindex.c
2948         * src/addritem.c
2949         * src/addritem.h
2950         * src/editaddress.c
2951         * src/ldapctrl.c
2952         * src/ldapctrl.h
2953         * src/ldapquery.c
2954         * src/ldapserver.c
2955         * src/ldapserver.h
2956         * src/ldapupdate.c
2957         * src/ldapupdate.h
2958                 Add LDAP write support. Patch mostly by 
2959                 Michael <mir at datanom dot net>
2960
2961 2007-04-17 [wwp]        2.9.0cvs2
2962
2963         * src/compose.c
2964                 Prepend "Add to address book" to the context menu of compose window's sender and
2965                 recipient fields.
2966
2967 2007-04-16 [paul]       2.9.0cvs1
2968
2969         * src/gtk/authors.h
2970                 add Pader Rezso
2971
2972 2007-04-16 [paul]       2.9.0
2973
2974         * NEWS
2975         * README
2976         * RELEASE_NOTES
2977                 2.9.0 released
2978
2979 2007-04-16 [paul]       2.8.1cvs102
2980
2981         * po/fr.po
2982                 updated by Fabien Vantard
2983
2984 2007-04-16 [paul]       2.8.1cvs101
2985
2986         * po/ca.po
2987         * po/cs.po
2988         * po/de.po
2989         * po/hu.po
2990         * po/pl.po
2991         * po/pt_BR.po
2992         * po/sr.po
2993         * po/zh_CN.po
2994                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2995                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2996                 Aleksandar Urosevic, and Ralgh Young
2997
2998 2007-04-15 [mones]      2.8.1cvs100
2999
3000         * po/es.po
3001                 Updated for release
3002
3003 2007-04-14 [colin]      2.8.1cvs99
3004
3005         * src/message_search.c
3006         * src/prefs_display_header.c
3007         * src/summary_search.c
3008         * src/gtk/combobox.c
3009                 Fix allocations
3010
3011 2007-04-14 [wwp]        2.8.1cvs98
3012
3013         * src/gtk/combobox.c
3014         * src/message_search.c
3015         * src/summary_search.c
3016         * src/prefs_display_header.c
3017                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3018                 returns NULL, get the text value directly from the GtkEntry child.
3019
3020 2007-04-13 [colin]      2.8.1cvs97
3021
3022         * src/gtk/quicksearch.c
3023                 Give the focus back to summaryview when
3024                 emptying the quicksearch with Esc
3025
3026 2007-04-13 [colin]      2.8.1cvs96
3027
3028         * src/message_search.c
3029         * src/prefs_display_header.c
3030         * src/summary_search.c
3031                 Fix possibles crashes when getting text
3032                 from gtk combos
3033
3034 2007-04-13 [colin]      2.8.1cvs95
3035
3036         * src/pop.c
3037                 Add some UIDL debugging
3038
3039 2007-04-12 [colin]      2.8.1cvs94
3040
3041         * src/folder.c
3042                 Force folder scan if necessary after
3043                 copying mails, to be able to reapply
3044                 flags.
3045
3046 2007-04-11 [colin]      2.8.1cvs93
3047
3048         * src/main.c
3049                 don't scan for new mail on startup if --select
3050                 is specified (or race conditions arise). If so,
3051                 do both sequentially.
3052
3053 2007-04-09 [colin]      2.8.1cvs92
3054
3055         * src/common/defs.h
3056                 Use leafpad by default on Maemo. Patch
3057                 by Jean-Luc Biord.
3058
3059 2007-04-06 [colin]      2.8.1cvs91
3060
3061         * src/pixmaps/queue_close.xpm
3062         * src/pixmaps/queue_close_hrm.xpm
3063         * src/pixmaps/queue_close_hrm_mark.xpm
3064         * src/pixmaps/queue_close_mark.xpm
3065         * src/pixmaps/queue_open.xpm
3066         * src/pixmaps/queue_open_hrm.xpm
3067         * src/pixmaps/queue_open_hrm_mark.xpm
3068         * src/pixmaps/queue_open_mark.xpm
3069                 Move the clock one pixel down :)
3070
3071 2007-04-05 [colin]      2.8.1cvs90
3072
3073         * src/mainwindow.c
3074                 Don't sync when switching offline from
3075                 command line - it's usually too late :)
3076
3077 2007-04-05 [paul]       2.8.1cvs89
3078
3079         * src/Makefile.am
3080         * src/stock_pixmap.c
3081         * src/pixmaps/dir_close_hrm.xpm
3082         * src/pixmaps/dir_close_hrm_mark.xpm
3083         * src/pixmaps/drafts_close.xpm
3084         * src/pixmaps/drafts_close_mark.xpm
3085         * src/pixmaps/drafts_open.xpm
3086         * src/pixmaps/drafts_open_mark.xpm
3087         * src/pixmaps/inbox.xpm
3088         * src/pixmaps/inbox_close.xpm
3089         * src/pixmaps/inbox_close_hrm.xpm
3090         * src/pixmaps/inbox_close_hrm_mark.xpm
3091         * src/pixmaps/inbox_close_mark.xpm
3092         * src/pixmaps/inbox_hrm.xpm
3093         * src/pixmaps/inbox_hrm_mark.xpm
3094         * src/pixmaps/inbox_mark.xpm
3095         * src/pixmaps/inbox_open.xpm
3096         * src/pixmaps/inbox_open_hrm.xpm
3097         * src/pixmaps/inbox_open_hrm_mark.xpm
3098         * src/pixmaps/inbox_open_mark.xpm
3099         * src/pixmaps/outbox.xpm
3100         * src/pixmaps/outbox_close.xpm
3101         * src/pixmaps/outbox_close_hrm.xpm
3102         * src/pixmaps/outbox_close_hrm_mark.xpm
3103         * src/pixmaps/outbox_close_mark.xpm
3104         * src/pixmaps/outbox_hrm.xpm
3105         * src/pixmaps/outbox_hrm_mark.xpm
3106         * src/pixmaps/outbox_mark.xpm
3107         * src/pixmaps/outbox_open.xpm
3108         * src/pixmaps/outbox_open_hrm.xpm
3109         * src/pixmaps/outbox_open_hrm_mark.xpm
3110         * src/pixmaps/outbox_open_mark.xpm
3111         * src/pixmaps/queue_close.xpm
3112         * src/pixmaps/queue_close_hrm.xpm
3113         * src/pixmaps/queue_close_hrm_mark.xpm
3114         * src/pixmaps/queue_close_mark.xpm
3115         * src/pixmaps/queue_open.xpm
3116         * src/pixmaps/queue_open_hrm.xpm
3117         * src/pixmaps/queue_open_hrm_mark.xpm
3118         * src/pixmaps/queue_open_mark.xpm
3119                 updated, added and replaced icons
3120                 Icons by Colin
3121
3122 2007-04-04 [colin]      2.8.1cvs88
3123
3124         * src/imap.c
3125                 Fix build without libetpan
3126
3127 2007-04-03 [colin]      2.8.1cvs87
3128
3129         * src/imap.c
3130                 Fix crash with Citadel, and try to make
3131                 things work. this server (and specifically 
3132                 STATUS and APPEND at least) seems broken.
3133
3134 2007-04-03 [colin]      2.8.1cvs86
3135
3136         * src/folderview.c
3137                 Fix icons on folder close
3138
3139 2007-04-03 [colin]      2.8.1cvs85
3140
3141         * src/inc.c
3142                 Fix double-ask of offline override in
3143                 certain cases
3144         * src/imap.c
3145         * src/imap.h
3146         * src/imap_gtk.c
3147                 Much more efficient way to synchronise
3148                 for offline use
3149         * src/etpan/imap-thread.c
3150                 Fix possible segs
3151         * src/folder.c
3152         * src/gtk/quicksearch.c
3153                 Fix some GUI lags
3154
3155 2007-04-03 [paul]       2.8.1cvs84
3156
3157         * src/filtering.c
3158         * src/folder.c
3159         * src/folder.h
3160         * src/prefs_common.c
3161         * src/prefs_common.h
3162         * src/prefs_other.c
3163                 Fix sync being done too late
3164                 Thanks to Colin
3165
3166 2007-04-02 [colin]      2.8.1cvs83
3167
3168         * src/summaryview.c
3169                 Maemo: Put status and quicksearch at the top
3170         * src/plugins/bogofilter/bogofilter.c
3171         * src/plugins/spamassassin/spamassassin.c
3172                 Derive trash from inbox if possible
3173
3174 2007-04-02 [paul]       2.8.1cvs82
3175
3176         * src/plugins/bogofilter/bogofilter_gtk.c
3177                 a few English changes
3178
3179 2007-04-02 [paul]
3180
3181         2.9.0-rc1 released
3182
3183 2007-04-02 [colin]      2.8.1cvs81
3184
3185         * src/image_viewer.c
3186                 Fix transparent images by using
3187                 GtkImage
3188         * src/messageview.c
3189                 Flush events (on new windows) to avoid
3190                 having the textview's image resize fail
3191                 to know the available width
3192
3193 2007-04-01 [colin]      2.8.1cvs80
3194
3195         * src/prefs_account.c
3196                 If no MH mailbox exist, when creating a POP/Local
3197                 account, just create and use the default one 
3198                 instead of bailing with a "Mailbox doesn't exist"
3199                 error
3200
3201 2007-03-31 [colin]      2.8.1cvs79
3202
3203         * src/prefs_account.c
3204                 Create signature file if it doesn't exist
3205                 before editing
3206         * src/prefs_toolbar.c
3207                 Maemo: Move "Use default" on the left so
3208                 that people can find it
3209         * src/common/defs.h
3210                 Maemo: make default editor "Maemopad", 
3211                 default signature file "MyDocs/signature.txt"
3212
3213 2007-03-31 [colin]      2.8.1cvs78
3214
3215         * src/prefs_account.c
3216                 Maemo: rework account prefs so
3217                 that less horizontal scrolling
3218                 is required
3219
3220 2007-03-31 [colin]      2.8.1cvs77
3221
3222         * src/folderview.c
3223         * src/prefs_common.c
3224         * src/prefs_common.h
3225                 Fix bug 1167, 'Allow not displaying zeros 
3226                 in folder list'. Patch by MartinP
3227
3228 2007-03-31 [colin]      2.8.1cvs76
3229
3230         * AUTHORS
3231                 Add Jean-Luc Biord
3232
3233 2007-03-31 [colin]      2.8.1cvs75
3234
3235         * src/imap.c
3236                 Apply patch from bug 1172, direct
3237                 access to the folder's session instead
3238                 of using getter. Patch by MartinP
3239
3240 2007-03-31 [paul]       2.8.1cvs74
3241
3242         * src/gtk/authors.h
3243                 no need to list Fabien twice!
3244
3245 2007-03-31 [colin]      2.8.1cvs73
3246
3247         * src/inc.c
3248                 If we're currently "overriding for %d minutes",
3249                 don't ask
3250
3251 2007-03-31 [colin]      2.8.1cvs72
3252
3253         * src/compose.c
3254         * src/imap.c
3255         * src/inc.c
3256         * src/inc.h
3257         * src/messageview.c
3258         * src/news.c
3259         * src/plugins/spamassassin/spamassassin.c
3260                 Offline override: Add a parameter to allow
3261                 asking even if the override timer is running.
3262                 Allows to ask every time the user makes an
3263                 explicit action needing online access (such
3264                 as Get Mail), and not when the action is 
3265                 implicit (such as opening an IMAP folder)
3266
3267 2007-03-31 [colin]      2.8.1cvs71
3268
3269         * src/inc.c
3270                 Override offline: "No" answer shouldn't
3271                 re-ask after 3 seconds, but 10 minutes. 
3272
3273 2007-03-30 [colin]      2.8.1cvs70
3274
3275         * src/common/socket.c
3276                 Better error reporting on unix socket
3277                 failure (bind usually)
3278         * src/gtk/gtkutils.c
3279         * src/gtk/gtkutils.h
3280                 Label window: add a pulsing progress
3281                 bar to show we're not hung :)
3282         * src/folderview.c
3283         * src/main.c
3284         * src/plugins/pgpcore/sgpgme.c
3285                 Update API
3286
3287 2007-03-30 [colin]      2.8.1cvs69
3288
3289         * src/pop.c
3290         * src/prefs_common.c
3291                 Fix possible trashing of history and uidl
3292                 files on disk full problems
3293
3294 2007-03-30 [paul]       2.8.1cvs68
3295
3296         * src/mainwindow.c
3297         * src/summaryview.c
3298         * src/summaryview.h
3299                 update summary when changing layout type
3300                 (fixes wrong folder icon being displayed)
3301                 Thanks to Colin
3302
3303 2007-03-29 [colin]      2.8.1cvs67
3304
3305         * src/prefs_ext_prog.c
3306                 The browser pref is irrelevant on Maemo
3307
3308 2007-03-29 [colin]      2.8.1cvs66
3309
3310         * src/compose.c
3311         * src/compose.h
3312                 Maemo: dynamically switch headers/text position
3313         * src/prefs_common.c
3314                 Maemo: hide compose's ruler by default
3315         * src/common/socket.c
3316         * src/common/socket.h
3317                 Fix build warning
3318
3319 2007-03-29 [colin]      2.8.1cvs65
3320
3321         * src/common/socket.c
3322         * src/common/socket.h
3323                 Fix build when MAEMO_CFLAGS contains
3324                 _X_OPENSOURCE (resolv.h errors as long
3325                 as we don't add _BSD_SOURCE. Ugly).
3326
3327 2007-03-29 [wwp]        2.8.1cvs64
3328
3329         * src/prefs_logging.c
3330                 Fix sensitivity of clip-log widgets in prefs/logging,
3331                 thanks to Fabien.
3332
3333 2007-03-29 [wwp]        2.8.1cvs63
3334
3335         * po/POTFILES.in
3336                 Updated files list for translations, thanks to Fabien.
3337
3338 2007-03-29 [colin]      2.8.1cvs62
3339
3340         * src/main.c
3341         * src/common/Makefile.am
3342         * src/common/utils.c
3343                 Maybe make URI opening work in Maemo
3344                 Requires testing :)
3345
3346 2007-03-28 [colin]      2.8.1cvs61
3347
3348         * src/folder.c
3349         * src/folder.h
3350         * src/folderview.c
3351                 Add the possibility to sort folders arbitrarily
3352                 (via editing of folderlist.xml only). Patch by
3353                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3354                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3355                 be changed by the user'
3356
3357 2007-03-28 [colin]      2.8.1cvs60
3358
3359         * src/mimeview.c
3360                 Add popup menu for mime icons
3361
3362 2007-03-28 [colin]      2.8.1cvs59
3363
3364         * src/mainwindow.c
3365                 Fix a layout issue when presenting
3366                 mainwindow in Small screen layout
3367         * src/toolbar.c
3368         * src/toolbar.h
3369                 Add a "Go to folder list" button for
3370                 mainwindow, and make it default in
3371                 the Maemo build
3372
3373 2007-03-28 [colin]      2.8.1cvs58
3374
3375         * src/compose.c
3376                 Don't dynamically update title on Maemo
3377                 Patch by Jean-Luc Biord
3378
3379 2007-03-27 [colin]      2.8.1cvs57
3380
3381         * src/compose.c
3382         * src/folderview.c
3383         * src/summaryview.c
3384                 Enable tap-and-hold on Maemo
3385
3386 2007-03-26 [colin]      2.8.1cvs56
3387
3388         * src/compose.c
3389                 More popup-menu (in attachments list)
3390
3391 2007-03-26 [colin]      2.8.1cvs55
3392
3393         * src/compose.c
3394                 Enable popup-menu signal
3395
3396 2007-03-26 [colin]      2.8.1cvs54
3397
3398         * src/plugins/pgpinline/pgpinline.c
3399                 Fix bug 1111, 'PGP/inline plugin hides text 
3400                 around encrypted text block'. Patch based on
3401                 a patch from Michal Cihar.
3402
3403 2007-03-26 [wwp]        2.8.1cvs53
3404
3405         * src/procmsg.c
3406                 Fix getting a false error when sending queued message
3407                 whereas the sending was fine (if there are subfolders
3408                 in the queue folder), thanks to Colin.
3409
3410 2007-03-26 [paul]       2.8.1cvs52
3411
3412         * src/wizard.c
3413                 update FACE header in welcome message
3414
3415 2007-03-25 [colin]      2.8.1cvs51
3416
3417         * src/Makefile.am
3418                 Fix make dist
3419
3420 2007-03-25 [colin]      2.8.1cvs50
3421
3422         * src/main.c
3423                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3424
3425 2007-03-24 [colin]      2.8.1cvs49
3426
3427         * src/main.c
3428                 Fix a few launch problems on Maemo
3429                 Patch by Jean-Luc Biord
3430
3431 2007-03-24 [wwp]        2.8.1cvs48
3432
3433         * src/alertpanel.c
3434         * src/alertpanel.h
3435         * src/messageview.c
3436         * src/summaryview.c
3437                 Fix wrong action performed when closing the
3438                 "ask about account specific filtering rules
3439                 when filtering manually" dialog by pressing Escape.
3440                 Fix wrong order of buttons in the "return receipt
3441                 notification - the message was sent to several of
3442                 your accounts" dialog.
3443
3444 2007-03-24 [paul]       2.8.1cvs47
3445
3446         * src/folderview.c
3447                 an improvement to English usage
3448         * tools/kdeservicemenu/README
3449                 updated Claws url
3450
3451 2007-03-24 [paul]       2.8.1cvs46
3452
3453         * src/Makefile.am
3454         * src/stock_pixmap.c
3455         * src/pixmaps/edit_extern.xpm
3456         * src/pixmaps/mail_sign.xpm
3457                 rescue long lost icons
3458
3459 2007-03-24 [paul]       2.8.1cvs45
3460
3461         * src/toolbar.c
3462                 fix toolbar (broken in 2.8.1cvs42)
3463
3464 2007-03-23 [colin]      2.8.1cvs44
3465
3466         * src/imap.c
3467                 Correctly unsubscribe/resubscribe after
3468                 RENAME
3469
3470 2007-03-23 [colin]      2.8.1cvs43
3471
3472         * src/prefs_common.c
3473                 Maemo: as the platform is light on RAM, allow
3474                 caches to be discarded faster.
3475
3476 2007-03-23 [colin]      2.8.1cvs42
3477
3478         * src/Makefile.am
3479         * src/compose.c
3480         * src/compose.h
3481         * src/stock_pixmap.c
3482         * src/stock_pixmap.h
3483         * src/summaryview.c
3484         * src/summaryview.h
3485         * src/toolbar.c
3486         * src/toolbar.h
3487         * src/pixmaps/open_mail.xpm
3488                 Maemo changes: Add the possibility to have
3489                 "Open Email" and "Close Window" buttons on 
3490                 toolbars (and use them in Maemo's default
3491                 toolbars)
3492
3493 2007-03-23 [wwp]        2.8.1cvs41
3494
3495         * src/action.c
3496                 Reverted that part of the action dialog closure logics, to
3497                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3498                 done later in a different way (or may not).
3499
3500 2007-03-22 [wwp]        2.8.1cvs40
3501
3502         * src/action.c
3503                 Fix sticky action dialog when got no output but action command
3504                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3505
3506 2007-03-22 [colin]      2.8.1cvs39
3507
3508         * src/prefs_filtering.c
3509         * src/gtk/combobox.h
3510                 Fix escaping account names in filtering prefs
3511
3512 2007-03-22 [colin]      2.8.1cvs38
3513
3514         * src/addrindex.c
3515         * src/ldapctrl.h
3516         * src/ldapquery.c
3517                 Add any attribute specified in LDAP servers'
3518                 Search attributes to the Other Attributes tab
3519                 of contacts; Add 'telephoneNumber' in the
3520                 default list.
3521
3522 2007-03-22 [colin]      2.8.1cvs37
3523
3524         * src/folderview.c
3525         * src/folderview.h
3526         * src/mainwindow.c
3527                 Try to prevent race conditions when
3528                 changing the folder list
3529         * src/summaryview.c
3530                 Fix possible red folder icon when
3531                 switching from Small screen layout
3532                 to any other
3533
3534 2007-03-22 [colin]      2.8.1cvs36
3535
3536         * src/mainwindow.c
3537         * src/mainwindow.h
3538         * src/summaryview.c
3539                 Rename "little screen" to "Small screen"
3540         * src/gtk/Makefile.am
3541         * src/common/utils.c
3542         * src/mh.c
3543                 Fix Maemo-related compilation problems
3544
3545 2007-03-21 [colin]      2.8.1cvs35
3546
3547         * configure.ac
3548                 Fix previous commit
3549         * claws-mail.desktop
3550                 Remove .png from the Icon, it's useless
3551
3552 2007-03-21 [colin]      2.8.1cvs34
3553
3554         * configure.ac
3555         * src/Makefile.am
3556                 Add the necessary lib checking for 
3557                 Maemo
3558
3559 2007-03-21 [colin]      2.8.1cvs33
3560
3561         * src/main.c
3562                 Fix unconditional "error happened" when
3563                 sending via command-line. "lol @ myself"
3564
3565 2007-03-21 [colin]      2.8.1cvs32
3566
3567         * claws-mail-40x40.png
3568         * claws-mail-26x26.png
3569         * src/account.c
3570         * src/addressbook.c
3571         * src/compose.c
3572         * src/folderview.c
3573         * src/folderview.h
3574         * src/main.c
3575         * src/mainwindow.c
3576         * src/mainwindow.h
3577         * src/messageview.c
3578         * src/prefs_account.c
3579         * src/prefs_common.c
3580         * src/summary_search.c
3581         * src/summaryview.c
3582         * src/summaryview.h
3583         * src/gtk/authors.h
3584         * src/gtk/gtkutils.c
3585         * src/gtk/gtkutils.h
3586         * src/gtk/logwindow.c
3587         * src/gtk/menu.c
3588         * src/gtk/prefswindow.c
3589                 Add Maemo port (patch mainly by Jean-Luc Biort)
3590                 Add a new 'Little screen' layout to help on such
3591                 platforms (patch by me)
3592                 Make some default preferences different (more
3593                 adapted) on Maemo (patch by me)
3594
3595 2007-03-21 [wwp]        2.8.1cvs31
3596
3597         * src/prefs_logging.c
3598         * src/prefs_logging.h
3599                 Fixed copyright header of newly added files.
3600
3601 2007-03-21 [wwp]        2.8.1cvs30
3602
3603         * src/Makefile.am
3604         * src/filtering.c
3605         * src/filtering.h
3606         * src/folder.c
3607         * src/folderview.c
3608         * src/imap.c
3609         * src/inc.c
3610         * src/main.c
3611         * src/mainwindow.c
3612         * src/mainwindow.h
3613         * src/matcher.c
3614         * src/messageview.c
3615         * src/news.c
3616         * src/pop.c
3617         * src/prefs_common.c
3618         * src/prefs_common.h
3619         * src/prefs_logging.c
3620         * src/prefs_logging.h
3621         * src/prefs_other.c
3622         * src/procmsg.c
3623         * src/send_message.c
3624         * src/summaryview.c
3625         * src/common/log.c
3626         * src/common/log.h
3627         * src/common/nntp.c
3628         * src/common/session.c
3629         * src/common/smtp.c
3630         * src/common/socket.c
3631         * src/etpan/imap-thread.c
3632         * src/gtk/logwindow.c
3633         * src/gtk/logwindow.h
3634         * src/plugins/bogofilter/bogofilter.c
3635         * src/plugins/spamassassin/spamassassin.c
3636                 Added debugging of filtering/processing rules.
3637                 The debug log is here 'Tools/Filtering debug window',
3638                 the options there 'Configuration/Preferences/Other/Logging',
3639                 and the log file is ~/.claws-mail/filtering.log.
3640                 Moved protocol log prefs to 'Other/Logging' as well.
3641                 To support such debugging feature, the existing log API has
3642                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3643                 this impacts many external modules (commits follow).
3644
3645 2007-03-21 [paul]       2.8.1cvs29
3646
3647         * src/etpan/Makefile.am
3648         * src/etpan/imap-thread.c
3649                 add missing #include
3650
3651 2007-03-21 [colin]      2.8.1cvs28
3652
3653         * src/procmime.c
3654                 Fix bug 1157, 'some broken messages confuse 
3655                 mime parser'. Make sure we can't have MimeInfos
3656                 with negative sizes.
3657
3658 2007-03-20 [colin]      2.8.1cvs27
3659
3660         * src/main.c
3661                 Fix missing \0 on buffer
3662
3663 2007-03-20 [colin]      2.8.1cvs26
3664
3665         * src/mh.c
3666                 Use make_dir_hier instead of make_dir 
3667                 to create the MH mailbox
3668
3669 2007-03-20 [colin]      2.8.1cvs25
3670
3671         * src/folder.c
3672         * src/folder.h
3673         * src/prefs_account.c
3674         * src/wizard.c
3675                 Fix default inbox weirdnesses (after wizard,
3676                 if path is Mail, mailbox identifier is #mh/Mailbox,
3677                 and when creating new accounts)
3678
3679 2007-03-20 [colin]      2.8.1cvs24
3680
3681         * src/account.c
3682                 Write folderlist after adding/deleting accounts
3683                 that have folders
3684
3685 2007-03-20 [colin]      2.8.1cvs23
3686
3687         * src/imap.c
3688         * src/remotefolder.h
3689                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3690                 selected while scanning prior to update'
3691
3692 2007-03-17 [paul]       2.8.1cvs22
3693
3694         * src/main.c
3695                 fix a typo, and be a little more verbose.
3696
3697 2007-03-17 [wwp]        2.8.1cvs21
3698
3699         * src/inc.c
3700                 Fix a compiler warning.
3701
3702 2007-03-16 [wwp]        2.8.1cvs20
3703
3704         * tools/Makefile.am
3705         * tools/README
3706                 Updated to deal w/ the new mairix.sh tool.
3707
3708 2007-03-16 [wwp]        2.8.1cvs19
3709
3710         * src/action.c
3711                 Fix logics issues around the action IO dialog:
3712                 - disable entry widget and exec button when
3713                   the exec button is clicked (don't wait for any
3714                   output line) - fix possible disabling/re-enabling/
3715                   re-disabling of those widgets
3716                 - raise an error if executing a %as{} action either
3717                   empty or invalid, instead of failing silently
3718                 - don't close the dialog if the abort button has been
3719                   clicked and if there was no output yet
3720                 - set focus to the abort button when the exec button
3721                   is clicked
3722                 - fix capitalization of a warning message
3723
3724 2007-03-16 [wwp]        2.8.1cvs18
3725
3726         * tools/mairix.sh
3727                 Added a wrapper to mairix to the tools folder.
3728
3729 2007-03-16 [colin]      2.8.1cvs17
3730
3731         * src/messageview.c
3732         * src/mimeview.h
3733                 Allow mimeviewer plugins to print
3734                 their stuff
3735
3736 2007-03-16 [colin]      2.8.1cvs16
3737
3738         * .cvsignore
3739                 Ignore *.patchset
3740
3741 2007-03-15 [colin]      2.8.1cvs15
3742
3743         * src/messageview.c
3744         * src/mimeview.h
3745                 Add a way for mimeviewer plugins to
3746                 implement body search
3747
3748 2007-03-15 [paul]       2.8.1cvs14
3749
3750         * src/prefs_spelling.c
3751                 fix English usage
3752
3753 2007-03-15 [paul]       2.8.1cvs13
3754
3755         * src/common/quoted-printable.c
3756                 fix decoding of quoted-printable parts
3757
3758 2007-03-14 [wwp]        2.8.1cvs12
3759
3760         * src/gtk/logwindow.h
3761                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3762
3763 2007-03-14 [wwp]        2.8.1cvs11
3764
3765         * src/gtk/logwindow.h
3766                 Complete 2.8.1cvs10.
3767
3768 2007-03-14 [colin]      2.8.1cvs10
3769
3770         * src/gtk/logwindow.c
3771                 Probably fix bug 1149, crash on logwindow
3772                 close - at the expense of performance once
3773                 logwin has been opened
3774
3775 2007-03-14 [colin]      2.8.1cvs9
3776
3777         * src/main.c
3778                 If claws-mail is running on another
3779                 display, warn instead of popping it up
3780                 on the other display
3781
3782 2007-03-12 [colin]      2.8.1cvs8
3783
3784         * src/wizard.c
3785                 Fix bug 1145, 'Setting a different name 
3786                 for the Mailbox name isn't reflected in 
3787                 default account settings'. Patch by wwp
3788
3789 2007-03-12 [colin]      2.8.1cvs7
3790
3791         * src/summaryview.c
3792                 Fix bug 1143, 'Add number of messages to be 
3793                 deleted to confirmation dialog'
3794
3795 2007-03-12 [wwp]        2.8.1cvs6
3796
3797         * src/folderview.c
3798         * src/prefs_common.c
3799         * src/prefs_common.h
3800         * src/prefs_summaries.c
3801                 Changed the option that displays unread messages count
3802                 next to the folder name in folder list: it is now
3803                 possible to either display nothing, display the
3804                 unread messages number only or the unread and total messages
3805                 numbers. The patch includes this extra feature as well
3806                 as some minor fixes by rewriting the algo in folderview.c.
3807                 Thanks to Paul for the original idea and implementation, plus
3808                 testing and proof-reading!
3809
3810 2007-03-09 [paul]       2.8.1cvs5
3811
3812         * tools/Makefile.am
3813         * tools/README
3814         * tools/claws-mail-compose-insert-files.pl
3815                 added a script which enables inserting files
3816                 into the message body of a new Claws Mail
3817                 Compose window from the command line. Additionally
3818                 To, Cc, Subject and files to attach to the message
3819                 can be specified.
3820
3821 2007-03-09 [wwp]        2.8.1cvs4
3822
3823         * src/addr_compl.c
3824         * src/addr_compl.h
3825         * src/filtering.c
3826                 Optimize matching of addresses in the addressbook
3827                 (filtering/processing 'found_in_addressbook' condition).
3828
3829 2007-03-07 [wwp]        2.8.1cvs3
3830
3831         * src/quote_fmt.c
3832         * src/quote_fmt_lex.l
3833         * src/quote_fmt_parse.y
3834                 Add a new quote format symbol: %A to insert the
3835                 sender email address (just the address itself).
3836
3837 2007-03-06 [wwp]        2.8.1cvs2
3838
3839         * src/gtk/gtkutils.c
3840         * src/plugins/trayicon/trayicon_prefs.h
3841         * src/plugins/trayicon/trayicon_prefs.c
3842         * src/plugins/trayicon/trayicon.c
3843         * src/mainwindow.h
3844         * src/mainwindow.c
3845                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3846                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3847
3848
3849 2007-03-06 [paul]       2.8.1cvs1
3850
3851         * NEWS
3852         * README
3853         * RELEASE_NOTES
3854         * configure.ac
3855                 bump version number following
3856                 stable release
3857
3858 2007-03-06 [paul]       2.8.0cvs24
3859
3860         * po/cs.po
3861                 corrected by by Tim <timbrain@post.cz>
3862
3863 2007-03-05 [colin]      2.8.0cvs23
3864
3865         * src/Makefile.am
3866         * src/procmime.c
3867                 Fix mime/globs path on NetBSD
3868                 patch by George Michaelson
3869
3870 2007-03-05 [wwp]        2.8.0cvs22
3871
3872         * src/addr_compl.c
3873                 Remove debug statement (accidentally committed w/ cvs14).
3874
3875 2007-03-05 [paul]       2.8.0cvs21
3876
3877         * src/plugins/pgpcore/prefs_gpg.c
3878                 fix compiler warning
3879
3880 2007-03-05 [wwp]        2.8.0cvs20
3881
3882         * src/matcher_parser_parse.y
3883                 Fix mismerge between cvs17 and cvs19.
3884
3885 2007-03-05 [wwp]        2.8.0cvs19
3886
3887         * src/matcher_parser_parse.y
3888         * src/prefs_filtering_action.c
3889         * src/matcher.c
3890         * src/matcher.h
3891         * src/filtering.c
3892         * src/filtering.h
3893                 Add new 'add_to_addressbook' filtering/processing action.
3894
3895 2007-03-05 [wwp]        2.8.0cvs18
3896
3897         * src/filtering.c
3898                 Fix mark_as_ham filtering/processing action: spam flag
3899                 was not unset.
3900
3901 2007-03-04 [colin]      2.8.0cvs17
3902
3903         * src/filtering.c
3904         * src/matcher.c
3905         * src/matcher.h
3906         * src/matcher_parser_parse.y
3907         * src/prefs_filtering_action.c
3908                 Add 'Mark as spam' and 'Mark as ham' filtering
3909                 actions. Fixes bug 1138.
3910
3911 2007-03-04 [colin]      2.8.0cvs16
3912
3913         * src/imap.c
3914                 Fix bug 1140, wrong return value
3915                 without libetpan
3916
3917 2007-03-04 [wwp]        2.8.0cvs15
3918
3919         * src/addr_compl.c
3920                 Rollback cvs14: don't free stuff that is managed in g_list.
3921
3922 2007-03-04 [wwp]        2.8.0cvs14
3923
3924         * src/addr_compl.c
3925                 Fix a leak in address completion code.
3926
3927 2007-03-04 [colin]      2.8.0cvs13
3928
3929         * src/addr_compl.c
3930                 Maybe fix bug 1136, 'Crash in group 
3931                 address completion'
3932
3933 2007-03-04 [iwkse]      2.8.0cvs12
3934
3935         * src/imap.c
3936                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3937
3938 2007-03-03 [colin]      2.8.0cvs11
3939
3940         * src/plugins/pgpinline/pgpinline.c
3941                 Fix off-by-one, fix double-free. Fixes
3942                 bug 1135, 'cm-segfault on decrypting 
3943                 with PGP/inline'
3944
3945 2007-03-03 [colin]      2.8.0cvs10
3946
3947         * configure.ac
3948         * src/main.c
3949         * src/common/plugin.c
3950                 Fix bug 1134, 'Valgrind macros unhandled 
3951                 by Irix's cc'
3952
3953 2007-03-02 [colin]      2.8.0cvs9
3954
3955         * src/mbox.c
3956                 Don't error out on EAGAIN. Fixes 
3957                 bug 1129, '"local mbox file" account 
3958                 isn't retrieving mails'
3959
3960 2007-03-01 [wwp]        2.8.0cvs8
3961
3962         * src/mainwindow.c
3963         * src/gtk/colorlabel.c
3964                 Remove accels for extra color labels until we set better
3965                 and definitive ones.
3966
3967 2007-02-28 [wwp]        2.8.0cvs7
3968
3969         * src/mainwindow.c
3970         * src/matcher_parser_parse.y
3971         * src/prefs_common.c
3972         * src/prefs_msg_colors.c
3973         * src/procmsg.h
3974         * src/gtk/colorlabel.c
3975         * src/gtk/colorlabel.h
3976                 Add more customizable color labels. Cleaned up a bit
3977                 the color label API to avoid duplicate defines of
3978                 the max number of colors.
3979
3980 2007-02-27 [colin]      2.8.0cvs6
3981
3982         * src/mainwindow.c
3983         * src/common/utils.c
3984         * src/common/utils.h
3985                 Fix '+' in mailto URIs for List-* headers
3986
3987 2007-02-27 [colin]      2.8.0cvs5
3988
3989         * src/gtk/gtkutils.c
3990                 Use gtk_window_set_role instead of 
3991                 _set_wmclass
3992
3993 2007-02-27 [colin]      2.8.0cvs4
3994
3995         * src/inc.c
3996                 Fix "After receiving new mail, go to inbox" on IMAP,
3997                 and make it work only on manual reception
3998
3999 2007-02-27 [wwp]        2.8.0cvs3
4000
4001         * src/prefs_filtering.c
4002         * src/prefs_filtering_action.c
4003         * src/prefs_matcher.c
4004                 Update filtering matcher's and action's color label menus
4005                 when re-opening those dialogs (reflect any change to the
4006                 color labels list in the preferences).
4007
4008 2007-02-27 [colin]      2.8.0cvs2
4009
4010         * src/imap.c
4011         * src/etpan/etpan-thread-manager-types.h
4012         * src/etpan/etpan-thread-manager.c
4013         * src/etpan/imap-thread.c
4014                 Log imap ALERTs as errors in the log.
4015
4016 2007-02-26 [paul]       2.8.0cvs1
4017
4018         * tools/claws.i18n.status.pl
4019                 updated
4020
4021 2007-02-26 [paul]       2.7.2cvs75
4022
4023         * po/ca.po
4024         * po/cs.po
4025         * po/de.po
4026         * po/en_GB.po
4027         * po/fi.po
4028         * po/fr.po
4029         * po/hu.po
4030         * po/pl.po
4031         * po/pt_BR.po
4032         * po/sk.po
4033         * po/sr.po
4034         * po/zh_CN.po
4035                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4036                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4037                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4038                 Aleksandar Urosevic, and Ralgh Young
4039
4040 2007-02-25 [mones]      2.7.2cvs74
4041
4042         * po/es.po
4043                 Updated for release
4044
4045 2007-02-25 [colin]      2.7.2cvs73
4046
4047         * src/main.c
4048                 Clearing the list is only useful
4049                 to prevent a valgrind false-positive
4050
4051 2007-02-25 [paul]       2.7.2cvs72
4052
4053         * tools/Makefile.am
4054         * tools/README
4055         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4056         * tools/maildir2claws-mail.pl  **REMOVED**
4057                 renamed the script, fixed a couple bugs
4058
4059 2007-02-23 [colin]      2.7.2cvs71
4060
4061         * src/addressbook.c
4062                 Fix a leak, check for a few improbable nulls
4063
4064 2007-02-23 [colin]      2.7.2cvs70
4065
4066         * src/main.c
4067         * src/main.h
4068         * src/plugins/trayicon/trayicon.c
4069                 Fix blinking mainwin when starting in tray
4070                 (show mainwindow later in the startup process,
4071                  apart if restarting post-crash)
4072
4073 2007-02-23 [colin]      2.7.2cvs69
4074
4075         * src/folderview.c
4076         * src/imap_gtk.c
4077                 Fix crash when unsubscribing the currently
4078                 selected/opened folder
4079
4080 2007-02-23 [colin]      2.7.2cvs68
4081
4082         * src/compose.c
4083                 Fix bug that prevented colorization to
4084                 work without wrap quotation option
4085
4086 2007-02-23 [colin]      2.7.2cvs67
4087
4088         * src/addr_compl.c
4089                 Fix refcounting, start and end completion who
4090                 behaved as if there couldn't be any other current
4091                 user of completion
4092
4093 2007-02-23 [wwp]        2.7.2cvs66
4094
4095         * src/addressbook.c
4096         * src/addrindex.c
4097                 Address completion fixes: fix addressbook_peek_folder_exists() in
4098                 which the algorithm was ridiculously over-obfuscated and broken.
4099                 Fix addrindex_load_completion() as well, to load addresses in
4100                 completion list with regards to what addressbook_peek_folder_exists()
4101                 returns now.
4102
4103 2007-02-23 [wwp]        2.7.2cvs65
4104
4105         * src/addr_compl.c
4106                 Add addresses to completion when they're non-empty (thanks to Colin).
4107
4108 2007-02-23 [paul]       2.7.2cvs64
4109
4110         * src/plugins/pgpcore/passphrase.c
4111                 remove 'const '
4112
4113 2007-02-23 [colin]      2.7.2cvs63
4114
4115         * src/plugins/pgpcore/prefs_gpg.c
4116         * src/plugins/pgpcore/prefs_gpg.h
4117         * src/plugins/pgpcore/sgpgme.c
4118         * src/plugins/pgpinline/pgpinline.c
4119         * src/plugins/pgpmime/pgpmime.c
4120                 Try harder to respect user's choice wrt
4121                 gpg-agent even with gpg2, by unsetting
4122                 GPG_AGENT_INFO when necessary.
4123
4124 2007-02-22 [paul]       2.7.2cvs62
4125
4126         * src/plugins/pgpcore/sgpgme.c
4127         * src/plugins/pgpcore/sgpgme.h
4128         * src/plugins/pgpcore/passphrase.c
4129         * src/plugins/pgpinline/pgpinline.c
4130         * src/plugins/pgpmime/pgpmime.c
4131                 Fix a leak - gpgme_data_release_and_get_mem
4132                 leaks in recent gpgme. Workaround by using
4133                 our own function.
4134
4135 2007-02-22 [paul]       2.7.2cvs61
4136
4137         * src/gtk/quicksearch.c
4138                 Abandon dynamic search when pressing
4139                 Enter
4140
4141 2007-02-21 [colin]      2.7.2cvs60
4142
4143         * src/procmsg.c
4144         * src/plugins/pgpcore/passphrase.c
4145                 Fix little memory leaks
4146         * src/main.c
4147                 Fix false-positive leak at exit
4148         * src/gtk/quicksearch.c
4149                 Fix potentially big leak in recursive
4150                 Quicksearch
4151
4152 2007-02-21 [wwp]        2.7.2cvs59
4153
4154         * src/summaryview.c
4155                 Add missing newline to a debug message.
4156
4157 2007-02-20 [colin]      2.7.2cvs58
4158
4159         * src/Makefile.am
4160         * src/mimeview.c
4161         * src/stock_pixmap.c
4162         * src/stock_pixmap.h
4163         * src/pixmaps/mime_pgpsig.xpm
4164                 Add icon for application/pgp-signature
4165
4166 2007-02-20 [colin]      2.7.2cvs57
4167
4168         * src/Makefile.am
4169         * src/main.c
4170         * src/mimeview.c
4171         * src/stock_pixmap.c
4172         * src/stock_pixmap.h
4173         * src/pixmaps/mime_calendar.xpm
4174         * src/pixmaps/mime_pdf.xpm
4175         * src/pixmaps/mime_ps.xpm
4176                 Add icons for text/calendar, application/pdf
4177                 and application/postscript
4178
4179 2007-02-20 [colin]      2.7.2cvs56
4180
4181         * autogen.sh
4182         * src/matcher_parser_parse.y
4183         * src/matcher_parser_lex.l
4184                 Fix big memory leak in flex, and
4185                 require flex 2.5.31
4186
4187 2007-02-20 [wwp]        2.7.2cvs55
4188
4189         * src/matcher_parser_parse.y
4190                 Fix a duplicate token definition (thanks to iwkse).
4191
4192 2007-02-20 [wwp]        2.7.2cvs54
4193
4194         * src/matcher_parser_lex.l
4195         * src/quote_fmt_lex.l
4196                 Use proper flex options instead of direct use of #define,
4197                 make the flex-generated C lighter.
4198
4199 2007-02-20 [colin]      2.7.2cvs53
4200
4201         * src/summaryview.c
4202                 Grab focus in message list after hiding
4203                 the quicksearch, instead of leaving it
4204                 "somewhere"
4205
4206 2007-02-19 [colin]      2.7.2cvs52
4207
4208         * src/folderview.c
4209                 Fix bug 1033, 'Automatically refresh 
4210                 message list when new messages arrives'
4211                 Looks like folderview->opened can sometimes
4212                 be wrong...
4213
4214 2007-02-19 [paul]       2.7.2cvs51
4215
4216         * tools/Makefile.am
4217         * tools/README
4218         * tools/thunderbird-filters-convertor.pl
4219                 add new script which converts thunderbird filter
4220                 rules to Claws filter rules
4221
4222 2007-02-18 [paul]       2.7.2cvs50
4223
4224         * src/plugins/pgpcore/prefs_gpg.c
4225         * src/plugins/pgpcore/prefs_gpg.h
4226         * src/plugins/pgpcore/sgpgme.c
4227         * src/plugins/pgpinline/pgpinline.c
4228         * src/plugins/pgpmime/pgpmime.c
4229                 improved GUI interoperability with gpg-agent
4230
4231 2007-02-18 [paul]       2.7.2cvs49
4232
4233         * src/prefs_account.c
4234                 Privacy options sensitivity fix
4235
4236 2007-02-17 [colin]      2.7.2cvs48
4237
4238         * src/messageview.c
4239                 Reset icon to warning in the noticeview
4240
4241 2007-02-15 [colin]      2.7.2cvs47
4242
4243         * src/folderview.c
4244                 Fix a manifestation of bug 1033 (summaryview failing
4245                 to update for new mails), which happens after editing
4246                 account preferences or preferences that cause a 
4247                 folderview reload.
4248
4249 2007-02-15 [colin]      2.7.2cvs46
4250
4251         * src/addressbook.c
4252                 Probably fix bug 1123, 'Segmentation 
4253                 fault while opening address book'. I get
4254                 g_warnings if the saved paned position is
4255                 not greater than 0. Also, save position
4256                 when hiding the addressbook instead of
4257                 via signal.
4258
4259 2007-02-14 [colin]      2.7.2cvs45
4260
4261         * src/plugins/pgpcore/prefs_gpg.c
4262         * src/plugins/pgpcore/prefs_gpg.h
4263         * src/plugins/pgpcore/sgpgme.c
4264         * src/plugins/pgpinline/pgpinline.c
4265         * src/plugins/pgpmime/pgpmime.c
4266                 Add an option "Use gpg-agent if available". Fixes
4267                 annoyances with distro-installed gpg-agent, when
4268                 no pinentry program is installed, and the user's 
4269                 at a loss on why "decryption failed". Makes more
4270                 clear why passphrase isn't saved when gpg-agent is
4271                 used. Defaults to true, to avoid changing the 
4272                 current behaviour.
4273
4274 2007-02-14 [wwp]        2.7.2cvs44
4275
4276         * src/matcher_parser_parse.y
4277                 Fix missing line number reset (wrong line number might appear
4278                 when re-loading filtering rules if there's a parser error).
4279
4280 2007-02-13 [colin]      2.7.2cvs43
4281
4282         * src/common/utils.c
4283                 Don't encode ',' in URIs before passing it
4284                 to the browser command-line. It was probably
4285                 done at a time where commas in URIs made
4286                 mozilla -remote 'openurl(%s,new-window)'
4287                 bug.
4288
4289 2007-02-13 [wwp]        2.7.2cvs42
4290
4291         * src/prefs_matcher.c
4292         * src/plugins/bogofilter/bogofilter_gtk.c
4293                 A bit of string factorization around "Select ..." buttons.
4294
4295 2007-02-11 [colin]      2.7.2cvs41
4296
4297         * src/alertpanel.c
4298                 Make sure to escape the title
4299
4300 2007-02-11 [colin]      2.7.2cvs40
4301
4302         * src/codeconv.c
4303                 Recognize .utf8 locales as .UTF-8 ones
4304
4305 2007-02-11 [colin]      2.7.2cvs39
4306
4307         * src/compose.c
4308                 Fix code conversion when dragging a file
4309
4310 2007-02-09 [colin]      2.7.2cvs38
4311
4312         * src/plugins/clamav/clamav_plugin.c
4313                 Complete Paul's patch with conditional
4314                 compilation to avoid breaking compilation
4315                 on old Dapper and Edgy... Maybe other
4316                 distros too.
4317
4318 2007-02-09 [paul]       2.7.2cvs37
4319
4320         * src/plugins/clamav/clamav_plugin.c
4321                 fix for the upstream changes in libclamav
4322
4323 2007-02-09 [paul]       2.7.2cvs36
4324
4325         * src/main.c
4326         * src/mainwindow.c
4327         * src/procmsg.c
4328         * src/procmsg.h
4329                 fix "warn if there are queued messages" (on exit)
4330                 option, which only checked the first mailbox's
4331                 queue
4332                 don't ask before emptying trash if there are no
4333                 messages in trash, also check and empty all trash
4334                 folders
4335         * src/prefs_other.c
4336                 move "Ask before emptying trash" option
4337                 outside of the "On exit" frame as it's
4338                 not only an "On exit" option
4339
4340 2007-02-09 [paul]       2.7.2cvs35
4341
4342         * src/addrgather.c
4343         * src/alertpanel.c
4344         * src/editldap.c
4345         * src/prefs_account.c
4346         * src/prefs_folder_item.c
4347         * src/prefs_gtk.h
4348         * src/prefs_matcher.c
4349         * src/prefs_message.c
4350         * src/prefs_msg_colors.c
4351         * src/prefs_summaries.c
4352         * src/wizard.c
4353         * src/gtk/inputdialog.c
4354         * src/plugins/bogofilter/bogofilter_gtk.c
4355                 pedantic commit: use 'checkbtn' everywhere
4356                 instead of a mixture of 'checkbtn' and 'chkbtn'
4357
4358 2007-02-09 [paul]       2.7.2cvs34
4359
4360         * src/compose.c
4361                 fix default hotkeys
4362         * src/prefs_other.c
4363         * src/prefs_send.c
4364                 move "Never send Return Receipts" from
4365                 prefs_other to prefs_send
4366                 add an option "Ask about account specific
4367                 filtering rules..." to prefs_other
4368         * src/gtk/gtkutils.c
4369                 fix a compiler warning
4370
4371 2007-02-08 [colin]      2.7.2cvs33
4372
4373         * src/plugins/pgpinline/pgpinline.c
4374                 Fix bug 1110, 'pgpmime fails to process 
4375                 encapsulated openpgp mime (rfc 3156, 6.1 
4376                 -> rfc1847)'
4377                 It was due to an interaction between PGP/Mime
4378                 and PGP/Inline plugin. 
4379
4380 2007-02-08 [colin]      2.7.2cvs32
4381
4382         * src/inc.c
4383         * src/mbox.c
4384         * src/mbox.h
4385                 Fix bug 1117, 'fcntl locking code 
4386                 does not work in mbox.c'
4387
4388 2007-02-08 [colin]      2.7.2cvs31
4389
4390         * src/prefs_account.c
4391                 Fix Gentoo bug 165819, 'can't create 
4392                 a "local mbox file" account'. Patch
4393                 by Olivier <castan.o@free.fr>
4394
4395 2007-02-07 [colin]      2.7.2cvs30
4396
4397         * src/ldapquery.c
4398                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4399                 autocompletion was used'
4400
4401 2007-02-07 [paul]       2.7.2cvs29
4402
4403         * src/folder.c
4404                 cut down on unnecessary debug_prints
4405         * src/imap_gtk.c
4406                 fix menu_set_active() on 'Show only
4407                 subscribed folders'
4408
4409 2007-02-07 [paul]       2.7.2cvs28
4410
4411         * src/plugins/clamav/clamav_plugin.c
4412         * src/plugins/clamav/clamav_plugin.h
4413         * src/plugins/clamav/clamav_plugin_gtk.c
4414                 fix copyright header
4415
4416 2007-02-07 [paul]       2.7.2cvs27
4417
4418         * src/procheader.c
4419                 fix bug 1116, 'summary view allow a 
4420                 subject line break'
4421
4422 2007-02-06 [colin]      2.7.2cvs26
4423
4424         * src/summaryview.c
4425                 Fix delete thread
4426
4427 2007-02-05 [fabien]     2.7.2cvs25
4428
4429         * po/POTFILES.in
4430         * src/uri_opener.c
4431                 i18n related - 1 fix and 1 message for translators.
4432
4433 2007-02-05 [colin]      2.7.2cvs24
4434
4435         * src/gtk/quicksearch.c
4436                 Don't reload summary list if quicksearch wasn't
4437                 active on hiding; move currently selected mail in
4438                 the visible area when showing the quicksearch
4439
4440 2007-02-05 [colin]      2.7.2cvs23
4441
4442         * src/folderview.c
4443                 Add debug to try to solve bug 1104
4444
4445 2007-02-05 [paul]       2.7.2cvs22
4446
4447         * src/mainwindow.c
4448                 confirm before emptying trash on exit is
4449                 a Yes or No answer, use Yes or No in the
4450                 dialog
4451
4452 2007-02-04 [colin]      2.7.2cvs21
4453
4454         * src/compose.c
4455         * src/plugins/pgpcore/passphrase.c
4456         * src/plugins/pgpcore/select-keys.c
4457                 Set wmclass on new windows
4458
4459 2007-02-04 [colin]
4460
4461         2.8.0-rc1 released
4462
4463 2007-02-04 [colin]      2.7.2cvs20
4464
4465         * src/compose.c
4466         * src/compose.h
4467                 Auto save drafts on exit, reopen them
4468                 at startup, instead of asking
4469         * src/account.c
4470         * src/addressadd.c
4471         * src/addressbook.c
4472         * src/addressbook_foldersel.c
4473         * src/addrgather.c
4474         * src/crash.c
4475         * src/editaddress.c
4476         * src/editbook.c
4477         * src/editgroup.c
4478         * src/editjpilot.c
4479         * src/editldap.c
4480         * src/editldap_basedn.c
4481         * src/editvcard.c
4482         * src/exphtmldlg.c
4483         * src/expldifdlg.c
4484         * src/export.c
4485         * src/foldersel.c
4486         * src/gedit-print.c
4487         * src/import.c
4488         * src/importldif.c
4489         * src/importmutt.c
4490         * src/importpine.c
4491         * src/main.c
4492         * src/mainwindow.c
4493         * src/message_search.c
4494         * src/messageview.c
4495         * src/prefs_actions.c
4496         * src/prefs_customheader.c
4497         * src/prefs_display_header.c
4498         * src/prefs_filtering.c
4499         * src/prefs_filtering_action.c
4500         * src/prefs_folder_column.c
4501         * src/prefs_gtk.c
4502         * src/prefs_matcher.c
4503         * src/prefs_other.c
4504         * src/prefs_summaries.c
4505         * src/prefs_summary_column.c
4506         * src/prefs_template.c
4507         * src/sourcewindow.c
4508         * src/ssl_manager.c
4509         * src/summary_search.c
4510         * src/uri_opener.c
4511         * src/gtk/about.c
4512         * src/gtk/description_window.c
4513         * src/gtk/foldersort.c
4514         * src/gtk/gtkutils.c
4515         * src/gtk/gtkutils.h
4516         * src/gtk/icon_legend.c
4517         * src/gtk/logwindow.c
4518         * src/gtk/pluginwindow.c
4519         * src/gtk/prefswindow.c
4520                 Give different wmclass to different
4521                 windows - thanks to sed ;)
4522
4523 2007-02-04 [colin]      2.7.2cvs19
4524
4525         * src/main.c
4526                 Revert previous patch, can't reproduce
4527                 it anymore. 
4528
4529 2007-02-03 [colin]      2.7.2cvs18
4530
4531         * src/main.c
4532                 Don't save the mainwindow size and
4533                 position on emergency exit (libSM's
4534                 "die" callback), Xfce seems to make
4535                 the window smaller just before the
4536                 size's saved.
4537
4538 2007-02-03 [colin]      2.7.2cvs17
4539
4540         * src/plugins/bogofilter/bogofilter.c
4541         * src/plugins/bogofilter/bogofilter.h
4542         * src/plugins/bogofilter/bogofilter_gtk.c
4543         * src/plugins/pgpinline/pgpinline.c
4544         * src/plugins/pgpinline/pgpinline.h
4545                 Fix more copyrights
4546
4547 2007-02-03 [colin]      2.7.2cvs16
4548
4549         * src/partial_download.c
4550         * src/partial_download.h
4551         * src/ssl_manager.c
4552         * src/ssl_manager.h
4553         * src/uri_opener.c
4554         * src/uri_opener.h
4555         * src/wizard.c
4556         * src/wizard.h
4557         * src/common/ssl_certificate.c
4558         * src/common/ssl_certificate.h
4559         * src/gtk/quicksearch.c
4560         * src/gtk/quicksearch.h
4561         * src/gtk/sslcertwindow.c
4562         * src/gtk/sslcertwindow.h
4563                 Fix copyright on my files
4564
4565 2007-02-02 [colin]      2.7.2cvs15
4566
4567         * src/Makefile.am
4568         * src/mainwindow.c
4569         * src/messageview.c
4570         * src/messageview.h
4571         * src/textview.c
4572         * src/textview.h
4573         * src/uri_opener.c
4574         * src/uri_opener.h
4575                 Add Tools/List URIs to allow
4576                 opening any URI in the current mail
4577
4578 2007-02-02 [colin]      2.7.2cvs14
4579
4580         * src/common/valgrind.h ** NEW FILE **
4581         * src/common/Makefile.am
4582         * src/common/plugin.c
4583                 Don't dlclose the plugins if we're running
4584                 under valgrind. (doesn't require valgrind
4585                 either at compile time or run time).
4586
4587 2007-02-01 [paul]       2.7.2cvs13
4588
4589         * AUTHORS
4590         * src/gtk/authors.h
4591         * tools/freshmeat_search.pl
4592         * tools/google_search.pl
4593         * tools/multiwebsearch.pl
4594                 add support for non ISO-8859-1 compatible locales
4595                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4596
4597 2007-02-01 [colin]      2.7.2cvs12
4598
4599         * src/prefs_other.c
4600         * src/prefs_summaries.c
4601                 Move keybinding prefs to the Other page
4602
4603 2007-02-01 [wwp]        2.7.2cvs11
4604
4605         * src/plugins/trayicon/trayicon.c
4606                 Fix a raising issue within KDE.
4607
4608 2007-02-01 [colin]      2.7.2cvs10
4609
4610         * src/codeconv.c
4611                 Fix stray quotes in encoded strings
4612         * src/addressadd.c
4613                 Fix wrong call causing g_warnings
4614         * src/textview.c
4615                 Remove useless message
4616
4617 2007-01-31 [wwp]        2.7.2cvs9
4618
4619         * src/plugins/trayicon/trayicon.c
4620                 fix buggy hiding of main window when closing if close-to-tray
4621                 is not set (bad logics  in the trayicon hook code).
4622                 Changed the quit confirmation message too.
4623
4624 2007-01-30 [colin]      2.7.2cvs8
4625
4626         * src/main.c
4627                 Fix hidden mainwindow after clicking on
4628                 the X close button, if compose windows
4629                 exist and the user chooses not to quit
4630
4631 2007-01-30 [colin]      2.7.2cvs7
4632
4633         * src/main.c
4634         * src/compose.c
4635                 Handle local URIs to attach files (file:///...)
4636                 Fixes attaching files from Thunar for example
4637
4638 2007-01-30 [colin]      2.7.2cvs6
4639
4640         * src/prefs_ext_prog.c
4641                 Add 'mousepad' to the list of text editors.
4642                 Mousepad is XFCE's text editor
4643
4644 2007-01-29 [wwp]        2.7.2cvs5
4645
4646         * po/POTFILES.in
4647         * src/plugins/trayicon/trayicon_prefs.c
4648                 trayicon i18n fixes, thanks to Fabien.
4649
4650 2007-01-28 [wwp]        2.7.2cvs4
4651
4652         * src/mainwindow.c
4653         * src/mainwindow.h
4654         * src/plugins/trayicon/trayicon.c
4655         * src/plugins/trayicon/trayicon_prefs.c
4656         * src/plugins/trayicon/trayicon_prefs.h
4657                 Added a new TrayIcon plugin option to close to tray
4658                 (WM's hotkey and [X] button will hide the window instead
4659                 of closing it - closing CM can be done using the tray icon
4660                 menu or the File menu).
4661                 Improved visibility handling in trayicon, clicking the
4662                 trayicon now raise the window to current desktop when it
4663                 was either minimized/shaded/on another desktop.
4664                 Thanks to Paul for testing and fixing a strange behaviour
4665                 in KDE ;-).
4666
4667 2007-01-27 [paul]       2.7.2cvs3
4668
4669         * src/prefs_folder_item.c
4670         * src/prefs_receive.c
4671         * src/plugins/pgpcore/prefs_gpg.c
4672                 use 'start-up' instead of 'startup' in labels
4673
4674 2007-01-26 [wwp]        2.7.2cvs2
4675
4676         * src/plugins/trayicon/Makefile.am
4677         * src/plugins/trayicon/trayicon.c
4678         * src/plugins/trayicon/trayicon_prefs.c
4679         * src/plugins/trayicon/trayicon_prefs.h
4680                 Add a new TrayIcon option to hide the main window at
4681                 start-up.
4682                 Fix trayicon.c copyright header.
4683
4684 2007-01-26 [paul]       2.7.2cvs1
4685
4686         * NEWS
4687         * README
4688         * RELEASE_NOTES
4689         * configure.ac
4690                 bump up version number following
4691                 stable release
4692
4693 2007-01-25 [mones]      2.7.1cvs60
4694
4695         * po/es.po
4696                 updated thousands of strings (well, probably less ;-)
4697
4698 2007-01-25 [colin]      2.7.1cvs59
4699
4700         * src/matcher.c
4701                 Fix 2nd-run loss of matcherrc on new
4702                 configurations. 
4703
4704 2007-01-25 [wwp]        2.7.1cvs58
4705
4706         * src/mimeview.c
4707                 fix handling of empty value in attach_save_directory too, thanks
4708                 to Colin.
4709
4710 2007-01-25 [wwp]        2.7.1cvs57
4711
4712         * src/gtk/filesel.c
4713                 fix handling of empty value in attach_load_directory,
4714                 thanks to Colin.
4715
4716 2007-01-25 [wwp]        2.7.1cvs56
4717
4718         * src/plugins/dillo_viewer/dillo_prefs.h
4719                 fix a typo.
4720
4721 2007-01-25 [colin]      2.7.1cvs55
4722
4723         * src/matcher.c
4724         * src/matcher.h
4725         * src/matcher_parser_parse.y
4726         * src/prefs_matcher.c
4727                 Add matching on the spam flag
4728
4729 2007-01-24 [colin]      2.7.1cvs54
4730
4731         * src/folder.c
4732         * src/common/xml.c
4733         * src/common/xml.h
4734                 Make sure folderlist.xml is correctly
4735                 written before overwriting it.
4736         * src/procmsg.c
4737         * src/procmsg.h
4738         * src/summaryview.c
4739         * src/plugins/bogofilter/bogofilter.c
4740         * src/plugins/bogofilter/bogofilter.h
4741         * src/plugins/bogofilter/bogofilter_gtk.c
4742         * src/plugins/spamassassin/spamassassin.c
4743         * src/plugins/spamassassin/spamassassin.h
4744         * src/plugins/spamassassin/spamassassin_gtk.c
4745                 Move spam to the correct trash folder after
4746                 learning, if spam directory isn't set.
4747
4748 2007-01-23 [paul]       2.7.1cvs53
4749
4750         * src/plugins/bogofilter/bogofilter_gtk.c
4751                 fix sensitivity of "Insert X-Bogosity header"
4752                 option
4753
4754 2007-01-23 [colin]      2.7.1cvs52
4755
4756         * src/toolbar.c
4757                 Translate toolbar items text if
4758                 they're translatable (default)
4759         * src/addrcache.c
4760         * src/addrcache.h
4761         * src/addritem.c
4762         * src/addritem.h
4763         * src/codeconv.c
4764         * src/codeconv.h
4765         * src/jpilot.c
4766         * src/jpilot.h
4767         * src/ldapctrl.c
4768         * src/ldapctrl.h
4769         * src/ldapquery.h
4770         * src/ldif.c
4771         * src/ldif.h
4772         * src/etpan/etpan-thread-manager.c
4773         * src/etpan/etpan-thread-manager.h
4774         * src/gtk/gtkutils.c
4775         * src/gtk/gtkutils.h
4776                 More static functions
4777
4778 2007-01-22 [fabien]     2.7.1cvs51
4779
4780         * src/gtk/gtkutils.c
4781                 gtkut_get_options_frame() : ability to pass
4782                 a 'NULL' value in frame pointer parameter if
4783                 we don't need it.
4784
4785 2007-01-22 [colin]      2.7.1cvs50
4786
4787         * src/procmsg.c
4788         * src/procmsg.h
4789         * src/plugins/bogofilter/bogofilter.c
4790         * src/plugins/bogofilter/bogofilter_gtk.c
4791         * src/plugins/spamassassin/spamassassin.c
4792         * src/plugins/spamassassin/spamassassin_gtk.c
4793                 Allow moving spams to the account's trash
4794                 instead of default one
4795
4796 2007-01-21 [colin]      2.7.1cvs49
4797
4798         * src/ldapquery.c
4799         * src/ldapquery.h
4800                 Revert a static function that shouldn't
4801                 have been
4802
4803 2007-01-21 [colin]      2.7.1cvs48
4804
4805         * src/ldapquery.c
4806         * src/ldapquery.h
4807                 Same
4808
4809 2007-01-21 [colin]      2.7.1cvs47
4810
4811         * src/procmsg.c
4812         * src/procmsg.h
4813                 Same
4814
4815 2007-01-21 [colin]      2.7.1cvs46
4816
4817         * src/common/socket.c
4818         * src/common/socket.h
4819                 Same
4820
4821 2007-01-21 [colin]      2.7.1cvs45
4822
4823         * src/crash.c
4824         * src/exporthtml.c
4825         * src/exporthtml.h
4826         * src/exportldif.c
4827         * src/exportldif.h
4828         * src/folder.c
4829         * src/folder.h
4830         * src/folder_item_prefs.c
4831         * src/folder_item_prefs.h
4832         * src/folderview.c
4833         * src/folderview.h
4834         * src/gedit-print.c
4835         * src/gedit-print.h
4836         * src/main.c
4837         * src/main.h
4838         * src/common/socket.c
4839         * src/common/socket.h
4840         * src/gtk/gtkaspell.c
4841         * src/gtk/gtkaspell.h
4842         * src/gtk/quicksearch.c
4843         * src/gtk/quicksearch.h
4844                 Same
4845
4846 2007-01-21 [colin]      2.7.1cvs44
4847
4848         * src/common/utils.c
4849         * src/common/utils.h
4850         * src/etpan/etpan-thread-manager.c
4851         * src/etpan/etpan-thread-manager.h
4852                 Same (Funny that etpan_thread_unbind
4853                 is called but not etpan_thread_bind)
4854
4855 2007-01-21 [colin]      2.7.1cvs43
4856
4857         * src/addrselect.c
4858         * src/addrselect.h
4859         * src/codeconv.c
4860         * src/codeconv.h
4861         * src/compose.c
4862         * src/compose.h
4863         * src/etpan/Makefile.am
4864         * src/gtk/colorlabel.c
4865         * src/gtk/colorlabel.h
4866         * src/gtk/sslcertwindow.c
4867         * src/gtk/sslcertwindow.h
4868         * src/etpan/etpan-log.c ** REMOVED **
4869         * src/etpan/etpan-log.h ** REMOVED **
4870                 Same
4871
4872 2007-01-20 [colin]      2.7.1cvs42
4873
4874         * src/addritem.c
4875         * src/addritem.h
4876                 Same
4877
4878 2007-01-20 [colin]      2.7.1cvs41
4879
4880         * src/account.c
4881         * src/account.h
4882         * src/addrbook.c
4883         * src/addrbook.h
4884         * src/addrcache.c
4885         * src/addrcache.h
4886         * src/addrclip.c
4887         * src/addrclip.h
4888         * src/addressbook.c
4889         * src/addressbook.h
4890         * src/addrharvest.c
4891         * src/addrharvest.h
4892         * src/addrindex.c
4893         * src/addrindex.h
4894         * src/editaddress.c
4895         * src/editaddress.h
4896                 Make functions that aren't used in other
4897                 files static
4898
4899 2007-01-20 [colin]      2.7.1cvs40
4900
4901         * src/account.c
4902         * src/addrbook.c
4903         * src/addrcache.c
4904         * src/addressbook.c
4905         * src/addrgather.c
4906         * src/addrindex.c
4907         * src/addrquery.c
4908         * src/addrselect.c
4909         * src/browseldap.c
4910         * src/compose.c
4911         * src/editbook.c
4912         * src/editjpilot.c
4913         * src/editldap.c
4914         * src/editldap_basedn.c
4915         * src/editvcard.c
4916         * src/exporthtml.c
4917         * src/exportldif.c
4918         * src/folder.c
4919         * src/folderview.c
4920         * src/image_viewer.c
4921         * src/imap.c
4922         * src/importmutt.c
4923         * src/importpine.c
4924         * src/jpilot.c
4925         * src/ldapquery.c
4926         * src/main.c
4927         * src/mainwindow.c
4928         * src/matcher.c
4929         * src/messageview.c
4930         * src/mh.c
4931         * src/mimeview.c
4932         * src/msgcache.c
4933         * src/mutt.c
4934         * src/news.c
4935         * src/pine.c
4936         * src/prefs_account.c
4937         * src/prefs_common.c
4938         * src/prefs_compose_writing.c
4939         * src/prefs_ext_prog.c
4940         * src/prefs_folder_item.c
4941         * src/prefs_fonts.c
4942         * src/prefs_message.c
4943         * src/prefs_msg_colors.c
4944         * src/prefs_other.c
4945         * src/prefs_quote.c
4946         * src/prefs_receive.c
4947         * src/prefs_send.c
4948         * src/prefs_spelling.c
4949         * src/prefs_summaries.c
4950         * src/prefs_toolbar.c
4951         * src/prefs_wrapping.c
4952         * src/privacy.c
4953         * src/procmime.c
4954         * src/procmsg.c
4955         * src/ssl_manager.c
4956         * src/statusbar.c
4957         * src/summaryview.c
4958         * src/toolbar.c
4959         * src/vcard.c
4960         * src/common/hooks.c
4961         * src/common/log.c
4962         * src/common/passcrypt.c
4963         * src/common/socket.c
4964         * src/common/ssl.c
4965         * src/common/ssl_certificate.c
4966         * src/common/template.c
4967         * src/common/utils.c
4968         * src/etpan/imap-thread.c
4969         * src/gtk/sslcertwindow.c
4970         * src/gtk/sslcertwindow.h
4971                 Make functions that could be static, static
4972
4973 2007-01-20 [colin]      2.7.1cvs39
4974
4975         * src/editldap.c
4976                 Fix tooltip
4977
4978 2007-01-20 [colin]      2.7.1cvs38
4979
4980         * src/ldapquery.c
4981         * src/ldaputil.c
4982         * src/ldaputil.h
4983                 Fix bug 1102, 'claws-mail-2.7.1 
4984                 makes use of deprecated ldap 
4985                 functions'
4986
4987 2007-01-20 [colin]      2.7.1cvs37
4988
4989         * src/mainwindow.c
4990         * src/mainwindow.h
4991         * src/summaryview.c
4992         * src/gtk/quicksearch.c
4993                 Add Wide message list layout
4994
4995 2007-01-19 [fabien]     2.7.1cvs36
4996
4997         * src/textview.c
4998                 make sure a font change is considered in links of
4999                 headerview.
5000
5001 2007-01-19 [colin]      2.7.1cvs35
5002
5003         * src/main.c
5004         * src/mainwindow.c
5005         * src/mainwindow.h
5006         * src/messageview.c
5007         * src/messageview.h
5008         * src/prefs_common.c
5009         * src/prefs_common.h
5010         * src/summaryview.c
5011         * src/summaryview.h
5012         * src/gtk/quicksearch.c
5013         * src/gtk/quicksearch.h
5014                 Drop 'Separate Folder tree' and 'Separate
5015                 Message View'. Put three layouts in place
5016                 of it.
5017
5018 2007-01-19 [paul]       2.7.1cvs34
5019
5020         * src/prefs_msg_colors.c
5021                 more use of Q_ for translators
5022
5023 2007-01-19 [paul]       2.7.1cvs33
5024
5025         * src/imap_gtk.c
5026         * src/prefs_account.c
5027                 a few changes to the English
5028
5029 2007-01-19 [fabien]     2.7.1cvs32
5030
5031         * src/wizard.c
5032                 factorize translatable string
5033
5034 2007-01-18 [colin]      2.7.1cvs31
5035
5036         * src/main.c
5037                 Don't error out on --sync option. Although
5038                 we don't do anything with it, gtk+ handles
5039                 it, and it's useful for debugging X errors
5040
5041 2007-01-18 [fabien]     2.7.1cvs30
5042
5043         * src/prefs_other.c
5044                 ability to apply on the fly the recent added
5045                 'gtk_can_change_accels' pref (no need to restart).
5046
5047 2007-01-18 [fabien]     2.7.1cvs29
5048
5049         * src/plugins/bogofilter/bogofilter_gtk.c
5050         * src/plugins/bogofilter/bogofilter.c
5051         * src/plugins/spamassassin/spamassassin_gtk.c
5052         * src/addr_compl.c
5053         * src/prefs_account.c
5054                 factorize or rewrite some translatable strings.
5055
5056 2007-01-18 [fabien]     2.7.1cvs28
5057
5058         * src/prefs_gtk.h
5059         * src/compose.c
5060                 set a 4pix space between "Subject:" label and subject entry in
5061                 compose window.
5062
5063 2007-01-18 [wwp]        2.7.1cvs27
5064
5065         * src/addressbook.c
5066                 fix conflicting address-copy/paste when focus is set
5067                 to the embedded edit-person form.
5068  
5069
5070 2007-01-18 [wwp]        2.7.1cvs26
5071
5072         * src/addressbook.h
5073                 complete 2.7.1cvs23 (one more file was missing from that
5074                 commit).
5075
5076 2007-01-18 [colin]      2.7.1cvs25
5077
5078         * src/main.c
5079                 Provide a way to migrate without backup
5080                 Re-ask for migration on next start if 
5081                 it has been refused and wizard has been 
5082                 cancelled after.
5083
5084 2007-01-18 [wwp]        2.7.1cvs24
5085
5086         * src/editaddress.c
5087                 complete 2.7.1.cvs23 (file was missing from previous
5088                 commit).
5089
5090 2007-01-18 [wwp]        2.7.1cvs23
5091
5092         * src/addressbook.c
5093                 fix potential crashes in address book's focus_in/out signal handlers,
5094                 force focus to the edit-person form when clicked the Edit menu entry or
5095                 button (this only matters if the edit-person form is embedded to the
5096                 AB window, in that case, focus is not set when browsing the contacts
5097                 list w/ keys or mouse clicks).
5098
5099 2007-01-18 [paul]       2.7.1cvs22
5100
5101         * src/main.c
5102                 add command line options:
5103                 -h for --help
5104                 -q and --quit for --exit
5105                 -v for --version
5106                 print "Unknown option" for unknown options
5107
5108 2007-01-18 [paul]       2.7.1cvs21
5109
5110         * po/ru.po
5111                 updated by Pavlo Bohmat
5112
5113 2007-01-18 [paul]       2.7.1cvs20
5114
5115         * src/mainwindow.c
5116                 fix sensitivity issues of Mark as Spam/Ham
5117
5118 2007-01-17 [fabien]     2.7.1cvs19
5119
5120         * src/prefs_other.c
5121         * src/prefs_common.c
5122         * src/prefs_common.h
5123         * src/main.c
5124                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5125                 control the corresponding gtk property. It could be used to lock
5126                 all shortcuts (avoid to set one of them by inadvertency).
5127
5128 2007-01-17 [colin]      2.7.1cvs18
5129
5130         * src/summaryview.c
5131                 Fix bug 1100, 'Highlighted e-mail data not visible 
5132                 when color label applied.'. Use a weighted average
5133                 between normal selected foreground color and color
5134                 label instead of a simple one (3/1 instead 1/1).
5135
5136 2007-01-17 [colin]      2.7.1cvs17
5137
5138         * src/messageview.c
5139                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5140                 crash' - don't prevent mail switching while loading
5141
5142 2007-01-17 [colin]      2.7.1cvs16
5143
5144         * src/folder.c
5145         * src/folder.h
5146         * src/folderview.c
5147         * src/folderview.h
5148         * src/imap.c
5149         * src/imap.h
5150         * src/imap_gtk.c
5151                 Manage recursive search of unsubscribed folders
5152                 Rescan tree without checking for new messages 
5153                 after subscriptions changed
5154
5155 2007-01-17 [paul]       2.7.1cvs15
5156
5157         * src/prefs_common.c
5158         * src/gtk/pluginwindow.c
5159                 fix bug 1101, '"Load plugin" button is
5160                 accidentally hidden'
5161                 unset (-1) initial width in prefs_common,
5162                 fix overlapping buttons,
5163                 and other cleanups
5164
5165 2007-01-17 [paul]       2.7.1cvs14
5166
5167         * src/procmime.c
5168                 add #include <errno.h>, it's needed
5169                 on some systems
5170
5171 2007-01-17 [paul]       2.7.1cvs13
5172
5173         * src/common/defs.h
5174         * tools/make.themes.project
5175                 rename .sylpheed_themeinfo to .claws_themeinfo
5176                 and use it
5177         * src/etpan/etpan-errors.h
5178         * src/etpan/etpan-log.c
5179         * src/etpan/etpan-log.h
5180         * src/etpan/etpan-thread-manager-types.h
5181         * src/etpan/etpan-thread-manager.c
5182         * src/etpan/etpan-thread-manager.h
5183         * src/etpan/imap-thread.c
5184         * src/etpan/imap-thread.h
5185                 add copyright header
5186
5187 2007-01-17 [colin]      2.7.1cvs12
5188
5189         * src/plugins/pgpcore/select-keys.c
5190         * src/gtk/pluginwindow.c
5191         * src/prefs_account.c
5192                 Fix warnings
5193
5194 2007-01-16 [colin]      2.7.1cvs11
5195
5196         * src/imap.c
5197         * src/imap.h
5198         * src/imap_gtk.c
5199                 Manage subscribing to subfolders when only
5200                 subscribed folders are shown.
5201
5202 2007-01-16 [colin]      2.7.1cvs10
5203
5204         * src/folderview.c
5205                 Fix annoying vscrollbar going back to top
5206                 on Check for new folders
5207
5208 2007-01-16 [colin]      2.7.1cvs9
5209
5210         * src/imap.c
5211                 Remove printf
5212
5213 2007-01-16 [colin]      2.7.1cvs8
5214
5215         * src/filtering.c
5216                 Bigger buffer for errors
5217         * src/imap.c
5218         * src/imap.h
5219         * src/imap_gtk.c
5220         * src/prefs_account.c
5221         * src/prefs_account.h
5222         * src/wizard.c
5223         * src/etpan/imap-thread.c
5224         * src/etpan/imap-thread.h
5225         * manual/handling.xml
5226                 Add subscriptions management. What it changes:
5227                 Creating a folder subscribes to it
5228                 Deleting a folder unsubscribes it
5229                 New contextual menu item allowing to switch between
5230                 All folders and Subscribed folders, subscribe, and
5231                 unsubscribe. "Creating" an existing but unsubscribed
5232                 folder will subscribe it.
5233                 By default for new accounts, only subscribed folders 
5234                 are shown.
5235
5236
5237 2007-01-16 [paul]       2.7.1cvs7
5238
5239         * src/summaryview.c
5240                 Allow folder classes to specify only sort_key or
5241                 sort_type instead of both or none.
5242
5243 2007-01-16 [paul]       2.7.1cvs6
5244
5245         * src/action.c
5246         * src/compose.c
5247         * src/mimeview.c
5248         * src/procmime.c
5249         * src/textview.c
5250                 Save and use errno for procmime_get_part
5251
5252 2007-01-16 [colin]      2.7.1cvs5
5253
5254         * src/imap.c
5255                 Never remove INBOX when scanning for
5256                 new folders. It's a special folder
5257                 that has to exist.
5258
5259 2007-01-15 [colin]      2.7.1cvs4
5260
5261         * src/imap.c
5262                 Fix 'Check for new folders' when IMAP subdirectory
5263                 is set
5264         * src/etpan/imap-thread.c
5265                 Fix build
5266
5267 2007-01-15 [colin]      2.7.1cvs3
5268
5269         * src/etpan/imap-thread.c
5270                 Fix invalid free on command-connection
5271                 error
5272
5273 2007-01-15 [wwp]        2.7.1cvs2
5274
5275         * src/matcher_parser_lex.l
5276         * src/quote_fmt_lex.l
5277         * src/matcher_parser_parse.y
5278                 fix copyright header in lexers and parsers.
5279
5280 2007-01-15 [paul]       2.7.1cvs1
5281
5282         * NEWS
5283         * README
5284         * RELEASE_NOTES
5285         * configure.ac
5286                 bump up version number following
5287                 stable release
5288
5289 2007-01-15 [paul]       2.7.0cvs31
5290
5291         * AUTHORS
5292         * src/gtk/authors.h
5293                 add Fabien to the Team list
5294                 add the recent contributors
5295                 make a few corrections
5296
5297 2007-01-15 [paul]       2.7.0cvs30
5298
5299         * src/mainwindow.c
5300                 fix compiler warning
5301         * src/plugins/pgpcore/prefs_gpg.c
5302         * src/plugins/pgpcore/prefs_gpg.h
5303                 add missing include
5304                 fix copyright header
5305
5306 2007-01-14 [colin]      2.7.0cvs29
5307
5308         * src/gtk/filesel.c
5309                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5310                 two benefits: faster to open, will fix strange
5311                 dbus-related crash. Thanks to Pascal Terjan.
5312
5313 2007-01-14 [colin]      2.7.0cvs28
5314
5315         * src/etpan/imap-thread.c
5316                 Delete the old imap just after allocating
5317                 the new one. Makes sure we don't get the
5318                 same pointer by sheer luck, which feels
5319                 strange in the debug log.
5320
5321 2007-01-14 [colin]      2.7.0cvs27
5322
5323         * src/gtk/inputdialog.c
5324                 Make sure we don't print passwords in
5325                 clear text when in debug mode
5326
5327 2007-01-14 [colin]      2.7.0cvs26
5328
5329         * src/gtk/gtksctree.c
5330                 Fix bug 1098, 'bogus last row display 
5331                 after expanding a thread'. Patch by
5332                 Jindrich Makovicka <makovick@gmail.com>
5333
5334 2007-01-14 [colin]      2.7.0cvs25
5335
5336         * src/etpan/imap-thread.c
5337                 Close socket manually before
5338                 freeing the imap struct
5339
5340 2007-01-14 [colin]      2.7.0cvs24
5341
5342         * src/etpan/imap-thread.c
5343                 Maybe fix new reconnection issues
5344
5345 2007-01-13 [colin]      2.7.0cvs23
5346
5347         * src/summaryview.c
5348                 Freeze/thaw on thread selection
5349
5350 2007-01-13 [paul]       2.7.0cvs22
5351
5352         * src/mainwindow.c
5353         * src/summaryview.c
5354         * src/summaryview.h
5355                 add 'Edit/Delete thread'
5356
5357 2007-01-13 [colin]      2.7.0cvs21
5358
5359         * src/prefs_account.c
5360         * src/prefs_compose_writing.c
5361         * src/prefs_message.c
5362         * src/prefs_msg_colors.c
5363         * src/prefs_other.c
5364         * src/prefs_receive.c
5365         * src/prefs_spelling.c
5366         * src/prefs_summaries.c
5367         * src/prefs_themes.c
5368         * src/gtk/gtkutils.c
5369         * src/gtk/gtkutils.h
5370         * src/plugins/pgpcore/prefs_gpg.c
5371         * src/plugins/spamassassin/spamassassin_gtk.c
5372                 Factorize gtk frame creation
5373                 Patch by Pawel
5374
5375 2007-01-13 [colin]      2.7.0cvs20
5376
5377         * src/message_search.c
5378         * src/summary_search.c
5379                 Fix Enter in search windows
5380         * src/messageview.c
5381                 Fix body search starting at the
5382                 end of the mail (and asking for loop)
5383
5384 2007-01-13 [colin]      2.7.0cvs19
5385
5386         * src/etpan/imap-thread.c
5387                 Make sure we don't free the same imap
5388                 twice
5389
5390 2007-01-13 [colin]      2.7.0cvs18
5391
5392         * commitHelper
5393                 Allow multiple commitHelpers to
5394                 run at once
5395
5396 2007-01-12 [colin]      2.7.0cvs17
5397
5398         * src/etpan/imap-thread.c
5399                 Make sure we get rid of the previous mailimap
5400                 when connecting - just in case disconnect was
5401                 unclean
5402
5403 2007-01-12 [paul]       2.7.0cvs16
5404
5405         * src/compose.c
5406                 Strip S/MIME signatures when re-editing
5407                 S/MIME signed messages.
5408
5409 2007-01-12 [paul]       2.7.0cvs15
5410
5411         * configure.ac
5412         * src/addressbook.c
5413         * src/foldersel.c
5414         * src/folderview.c
5415         * src/main.c
5416                 no need to define CLAWS anymore, remove
5417                 all that stuff
5418
5419 2007-01-12 [paul]       2.7.0cvs14
5420
5421         * src/mimeview.c
5422                 check if the mail's signed as
5423                 it can change the mail structure
5424                 Thanks to Colin
5425
5426 2007-01-12 [paul]       2.7.0cvs13
5427
5428         * src/procmime.c
5429                 fix Forwarding msgs with attachments
5430                 that have dos line endings
5431                 Thanks to Colin
5432
5433 2007-01-12 [wwp]        2.7.0cvs12
5434
5435         * configure.ac
5436                 Revert accidentally committed extra version tag.
5437
5438 2007-01-12 [wwp]        2.7.0cvs11
5439
5440         * src/prefs_account.c
5441                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5442
5443 2007-01-11 [colin]      2.7.0cvs10
5444
5445         * src/imap.c
5446                 move g_warning to debug_print
5447                 it scares people for no reason
5448
5449 2007-01-11 [colin]      2.7.0cvs9
5450
5451         * po/POTFILES.in
5452                 Fix files to translate. Patch by
5453                 Fabien
5454
5455 2007-01-11 [paul]       2.7.0cvs8
5456
5457         * src/imap.c
5458                 Fix recursion when server lists the
5459                 current subfolder in the response
5460         * src/mimeview.c
5461                 Fix updating of icon_list/ctree
5462         * src/plugins/pgpcore/select-keys.c
5463                 Fix a few annoyances when choosing
5464                 keys for the CMS (S/MIME) protocol
5465
5466 2007-01-11 [wwp]        2.7.0cvs7
5467
5468         * src/compose.c
5469         * src/prefs_account.c
5470         * src/prefs_account.h
5471                 Add per-account spellcheck default dictionaries settings.
5472
5473 2007-01-10 [colin]      2.7.0cvs6
5474
5475         * src/prefs_folder_item.c
5476                 Factorize strings - patch by Fabien
5477
5478 2007-01-10 [colin]      2.7.0cvs5
5479
5480         * src/mainwindow.c
5481                 Fix bug 1095, 'Crash while changing folder 
5482                 columns during incorporation'
5483
5484 2007-01-09 [colin]      2.7.0cvs4
5485
5486         * src/gtk/pluginwindow.c
5487                 Set the plugin window transient. Seems
5488                 like some window managers hide it in
5489                 the background after "load plugin"...
5490
5491 2007-01-09 [colin]      2.7.0cvs3
5492
5493         * src/gtk/filesel.c
5494                 Use the same type for alloc and free
5495
5496 2007-01-08 [paul]       2.7.0cvs2
5497
5498         * po/nl.po
5499                 updated by Tim Dijkstra
5500
5501 2007-01-08 [paul]       2.7.0cvs1
5502
5503         * src/prefs_themes.c
5504         * src/common/utils.c
5505                 Fix resource leaks
5506
5507 2007-01-08 [paul]       2.7.0
5508
5509         * NEWS
5510         * README
5511         * RELEASE_NOTES
5512                 2.7.0 released
5513
5514 2007-01-08 [paul]       2.6.1cvs119
5515
5516         * doc/man/claws-mail.1
5517                 another correction
5518
5519 2007-01-08 [paul]       2.6.1cvs118
5520
5521         * doc/man/claws-mail.1
5522                 corrections
5523         * manual/advanced.xml
5524                 improved English usage
5525
5526 2007-01-08 [paul]       2.6.1cvs117
5527
5528         * po/ca.po
5529         * po/de.po
5530         * po/en_GB.po
5531         * po/fi.po
5532         * po/it.po
5533         * po/pt_BR.po
5534         * po/sk.po
5535         * po/sr.po
5536         * po/zh_CN.po
5537                 updated by Miquel Oliete, Stephan Sachse, me,
5538                 Tommi Pirinen, Andrea Spadaccini, Frederico
5539                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5540                 Urosevic, and Ralgh Young
5541
5542 2007-01-07 [mones]      2.6.1cvs116
5543
5544         * manual/es/advanced.xml
5545         * po/es.po
5546                 Synced manual (unhide mark_as_read_delay)
5547                 and updated translation for release
5548
5549 2007-01-07 [paul]       2.6.1cvs115
5550
5551         * src/prefs_matcher.c
5552                 make the hbox content fit better under
5553                 various languages
5554
5555 2007-01-07 [colin]      2.6.1cvs114
5556
5557         * src/messageview.c
5558                 Fix bug 1088, 'Ctrl-h produces repeatable
5559                 crash'
5560
5561 2007-01-06 [colin]      2.6.1cvs113
5562
5563         * src/etpan/imap-thread.c
5564                 Add casts to int to get certs. Fixes
5565                 bug 1064, 'crash @ etpan_certificate_check() 
5566                 when opening an IMAP folder', with latest
5567                 libetpan CVS or >= 0.49
5568         * src/mainwindow.c
5569         * src/mainwindow.h
5570         * src/imap_gtk.c
5571         * src/news_gtk.c
5572         * src/prefs_folder_item.c
5573                 Grey out the "synchronise" menu items if
5574                 there's nothing to synchronise.
5575         * src/plugins/pgpcore/sgpgme.c
5576                 Make an error clearer than "Unknown error"
5577
5578 2007-01-06 [colin]      2.6.1cvs112
5579
5580         * src/messageview.c
5581                 Don't try to show a message if updating
5582                 Maybe fixes bug 1088, 'ctrl-h produces
5583                 repeatable crash'.
5584
5585 2007-01-06 [colin]      2.6.1cvs111
5586
5587         * src/summaryview.c
5588                 Disable Control-Space (handle it as Space).
5589
5590 2007-01-05 [paul]       2.6.1cvs110
5591
5592         * src/imap.c
5593                 Fix bug 934, 'sylpheed claws 2.1 
5594                 doesn't show Exchanges Public Folders'
5595                 Thanks to Hoa and Colin
5596         * src/msgcache.c
5597                 Refuse to allocate more than 2 MB for a 
5598                 single field, it's a good indication of
5599                 cache corruption.
5600
5601 2007-01-05 [colin]      2.6.1cvs109
5602
5603         * src/mainwindow.c
5604                 Allow --select'ing emails by Message-ID too
5605
5606 2007-01-05 [colin]      2.6.1cvs108
5607
5608         * src/common/quoted-printable.c
5609                 Uh! Third fix :)
5610
5611 2007-01-05 [colin]      2.6.1cvs107
5612
5613         * src/common/quoted-printable.c
5614                 Fix previous commit about bug 1089
5615                 Thanks to Ralf
5616
5617 2007-01-05 [colin]      2.6.1cvs106
5618
5619         * src/common/quoted-printable.c
5620                 Fix my previous commit on bug 1089
5621                 - Thanks to Ralf :)
5622
5623 2007-01-04 [colin]      2.6.1cvs105
5624
5625         * src/common/quoted-printable.c
5626                 Fix bug 1089, 'NUL characters in Subject 
5627                 line are misinterpreted'. Not a pain to
5628                 fix in fact.
5629
5630 2007-01-04 [colin]      
5631
5632         2.7.0-rc3 released
5633
5634 2007-01-04 [wwp]        2.6.1cvs104
5635
5636         * src/image_viewer.c
5637                 Force operator precedence (fix a compiler warning).
5638
5639 2007-01-04 [colin]      2.6.1cvs103
5640
5641         * src/image_viewer.c
5642                 Be cautious there too (same fix as the one
5643                 in textview from cvs33)
5644         * src/messageview.c
5645                 Don't use any MimeViewer plugin when showing
5646                 all headers
5647
5648 2007-01-03 [wwp]        2.6.1cvs102
5649
5650         * src/html.c
5651         * src/html.h
5652                 fixed "cent" sign (use the existing ASCII one),
5653                 decode more HTML entities,
5654                 converted table ASCII entries to UTF-8,
5655                 moved a switch() into a hashtable.
5656
5657 2007-01-03 [paul]       2.6.1cvs101
5658
5659         * src/compose.c
5660         * src/messageview.c
5661         * src/procmsg.c
5662         * src/procmsg.h
5663                 When possible, use move_msg instead of
5664                 copy_msg + remove_msg to move sent mail
5665                 from Queue to Sent. 
5666
5667 2007-01-03 [paul]       2.6.1cvs100
5668
5669         * src/html.c
5670                 add more html entity recognition:
5671                 pounds, euros, and cents
5672
5673 2007-01-03 [colin]      2.6.1cvs99
5674
5675         * src/imap_gtk.c
5676                 Don't display an error on NOSELECT
5677                 folders when synchronising
5678
5679 2007-01-03 [paul]       2.6.1cvs98
5680
5681         * tools/maildir2claws-mail.pl
5682                 only substitute 'sent-mail' if it's
5683                 the full directory name
5684
5685 2007-01-03 [paul]       2.6.1cvs97
5686
5687         * ChangeLog
5688         * ChangeLog.pre2.0.0
5689         * Makefile.am
5690                 archive a chunk of ChangeLog in
5691                 ChangeLog.pre2.0.0
5692         * ChangeLog.gtk1
5693         * doc/src/ChangeLog.claws-pre0.8.0
5694                 remove ChangeLog.claws-pre0.8.0, adding
5695                 its contents to ChangeLog.gtk1
5696
5697 2007-01-03 [paul]       2.6.1cvs96
5698
5699         * src/account.c
5700         * src/account.h
5701         * src/action.c
5702         * src/action.h
5703         * src/adbookbase.h
5704         * src/addr_compl.c
5705         * src/addr_compl.h
5706         * src/addrbook.c
5707         * src/addrcache.c
5708         * src/addrcache.h
5709         * src/addrcindex.c
5710         * src/addrcindex.h
5711         * src/addrclip.c
5712         * src/addrclip.h
5713         * src/addrdefs.h
5714         * src/addressadd.c
5715         * src/addressadd.h
5716         * src/addressbook.c
5717         * src/addressbook.h
5718         * src/addressbook_foldersel.c
5719         * src/addressbook_foldersel.h
5720         * src/addrgather.c
5721         * src/addrgather.h
5722         * src/addrharvest.c
5723         * src/addrharvest.h
5724         * src/addrindex.c
5725         * src/addrindex.h
5726         * src/addritem.c
5727         * src/addritem.h
5728         * src/addrquery.c
5729         * src/addrquery.h
5730         * src/addrselect.c
5731         * src/addrselect.h
5732         * src/alertpanel.c
5733         * src/alertpanel.h
5734         * src/browseldap.c
5735         * src/browseldap.h
5736         * src/codeconv.c
5737         * src/codeconv.h
5738         * src/compose.c
5739         * src/compose.h
5740         * src/customheader.c
5741         * src/customheader.h
5742         * src/displayheader.c
5743         * src/displayheader.h
5744         * src/editaddress.c
5745         * src/editaddress.h
5746         * src/editbook.c
5747         * src/editbook.h
5748         * src/editgroup.c
5749         * src/editgroup.h
5750         * src/editjpilot.c
5751         * src/editjpilot.h
5752         * src/editldap.c
5753         * src/editldap.h
5754         * src/editldap_basedn.c
5755         * src/editldap_basedn.h
5756         * src/editvcard.c
5757         * src/editvcard.h
5758         * src/exphtmldlg.c
5759         * src/exphtmldlg.h
5760         * src/expldifdlg.c
5761         * src/expldifdlg.h
5762         * src/export.c
5763         * src/export.h
5764         * src/exporthtml.c
5765         * src/exporthtml.h
5766         * src/exportldif.c
5767         * src/exportldif.h
5768         * src/filtering.c
5769         * src/filtering.h
5770         * src/folder.c
5771         * src/folder.h
5772         * src/folder_item_prefs.c
5773         * src/folder_item_prefs.h
5774         * src/foldersel.c
5775         * src/foldersel.h
5776         * src/folderutils.c
5777         * src/folderutils.h
5778         * src/folderview.c
5779         * src/folderview.h
5780         * src/grouplistdialog.c
5781         * src/grouplistdialog.h
5782         * src/headerview.c
5783         * src/html.c
5784         * src/html.h
5785         * src/image_viewer.c
5786         * src/image_viewer.h
5787         * src/imap.c
5788         * src/imap.h
5789         * src/imap_gtk.c
5790         * src/imap_gtk.h
5791         * src/import.c
5792         * src/import.h
5793         * src/importldif.c
5794         * src/importldif.h
5795         * src/importmutt.c
5796         * src/importmutt.h
5797         * src/importpine.c
5798         * src/importpine.h
5799         * src/inc.c
5800         * src/inc.h
5801         * src/jpilot.c
5802         * src/jpilot.h
5803         * src/ldapctrl.c
5804         * src/ldapctrl.h
5805         * src/ldaplocate.c
5806         * src/ldaplocate.h
5807         * src/ldapquery.c
5808         * src/ldapquery.h
5809         * src/ldapserver.c
5810         * src/ldapserver.h
5811         * src/ldaputil.c
5812         * src/ldaputil.h
5813         * src/ldif.c
5814         * src/ldif.h
5815         * src/main.c
5816         * src/main.h
5817         * src/mainwindow.c
5818         * src/mainwindow.h
5819         * src/manual.c
5820         * src/manual.h
5821         * src/mbox.c
5822         * src/message_search.c
5823         * src/message_search.h
5824         * src/messageview.c
5825         * src/messageview.h
5826         * src/mh.c
5827         * src/mh.h
5828         * src/mh_gtk.c
5829         * src/mh_gtk.h
5830         * src/mimeview.c
5831         * src/mimeview.h
5832         * src/msgcache.c
5833         * src/msgcache.h
5834         * src/mutt.c
5835         * src/mutt.h
5836         * src/news.c
5837         * src/news.h
5838         * src/news_gtk.c
5839         * src/news_gtk.h
5840         * src/partial_download.c
5841         * src/partial_download.h
5842         * src/pine.c
5843         * src/pine.h
5844         * src/pop.c
5845         * src/pop.h
5846         * src/prefs_account.c
5847         * src/prefs_account.h
5848         * src/prefs_actions.c
5849         * src/prefs_actions.h
5850         * src/prefs_common.c
5851         * src/prefs_common.h
5852         * src/prefs_compose_writing.c
5853         * src/prefs_compose_writing.h
5854         * src/prefs_customheader.c
5855         * src/prefs_customheader.h
5856         * src/prefs_display_header.c
5857         * src/prefs_display_header.h
5858         * src/prefs_filtering.c
5859         * src/prefs_filtering.h
5860         * src/prefs_filtering_action.c
5861         * src/prefs_filtering_action.h
5862         * src/prefs_folder_column.c
5863         * src/prefs_folder_column.h
5864         * src/prefs_folder_item.c
5865         * src/prefs_folder_item.h
5866         * src/prefs_fonts.c
5867         * src/prefs_fonts.h
5868         * src/prefs_gtk.c
5869         * src/prefs_gtk.h
5870         * src/prefs_image_viewer.c
5871         * src/prefs_image_viewer.h
5872         * src/prefs_matcher.c
5873         * src/prefs_matcher.h
5874         * src/prefs_message.c
5875         * src/prefs_msg_colors.c
5876         * src/prefs_msg_colors.h
5877         * src/prefs_other.c
5878         * src/prefs_quote.c
5879         * src/prefs_receive.c
5880         * src/prefs_send.c
5881         * src/prefs_spelling.c
5882         * src/prefs_spelling.h
5883         * src/prefs_summaries.c
5884         * src/prefs_summaries.h
5885         * src/prefs_summary_column.c
5886         * src/prefs_summary_column.h
5887         * src/prefs_template.c
5888         * src/prefs_template.h
5889         * src/prefs_themes.c
5890         * src/prefs_themes.h
5891         * src/prefs_toolbar.c
5892         * src/prefs_toolbar.h
5893         * src/prefs_wrapping.c
5894         * src/prefs_wrapping.h
5895         * src/privacy.c
5896         * src/privacy.h
5897         * src/procheader.c
5898         * src/procheader.h
5899         * src/procmime.c
5900         * src/procmime.h
5901         * src/procmsg.c
5902         * src/procmsg.h
5903         * src/quote_fmt.c
5904         * src/quote_fmt_parse.y
5905         * src/recv.c
5906         * src/recv.h
5907         * src/remotefolder.c
5908         * src/remotefolder.h
5909         * src/send_message.c
5910         * src/send_message.h
5911         * src/setup.c
5912         * src/setup.h
5913         * src/sourcewindow.c
5914         * src/sourcewindow.h
5915         * src/ssl_manager.c
5916         * src/ssl_manager.h
5917         * src/statusbar.c
5918         * src/statusbar.h
5919         * src/stock_pixmap.c
5920         * src/stock_pixmap.h
5921         * src/summary_search.c
5922         * src/summary_search.h
5923         * src/summaryview.c
5924         * src/summaryview.h
5925         * src/textview.c
5926         * src/textview.h
5927         * src/toolbar.c
5928         * src/toolbar.h
5929         * src/undo.c
5930         * src/undo.h
5931         * src/unmime.c
5932         * src/unmime.h
5933         * src/vcard.c
5934         * src/vcard.h
5935         * src/wizard.c
5936         * src/wizard.h
5937         * src/common/base64.c
5938         * src/common/base64.h
5939         * src/common/defs.h
5940         * src/common/hooks.c
5941         * src/common/hooks.h
5942         * src/common/log.c
5943         * src/common/log.h
5944         * src/common/mgutils.c
5945         * src/common/mgutils.h
5946         * src/common/nntp.c
5947         * src/common/nntp.h
5948         * src/common/passcrypt.c
5949         * src/common/passcrypt.h.in
5950         * src/common/plugin.c
5951         * src/common/plugin.h
5952         * src/common/prefs.c
5953         * src/common/prefs.h
5954         * src/common/progressindicator.c
5955         * src/common/progressindicator.h
5956         * src/common/quoted-printable.c
5957         * src/common/quoted-printable.h
5958         * src/common/session.c
5959         * src/common/session.h
5960         * src/common/smtp.c
5961         * src/common/smtp.h
5962         * src/common/socket.c
5963         * src/common/socket.h
5964         * src/common/ssl.c
5965         * src/common/ssl.h
5966         * src/common/ssl_certificate.c
5967         * src/common/ssl_certificate.h
5968         * src/common/stringtable.c
5969         * src/common/stringtable.h
5970         * src/common/template.c
5971         * src/common/template.h
5972         * src/common/timing.h
5973         * src/common/utils.c
5974         * src/common/utils.h
5975         * src/common/version.h.in
5976         * src/common/xml.c
5977         * src/common/xml.h
5978         * src/common/xmlprops.c
5979         * src/common/xmlprops.h
5980         * src/gtk/about.c
5981         * src/gtk/colorlabel.c
5982         * src/gtk/colorsel.c
5983         * src/gtk/colorsel.h
5984         * src/gtk/combobox.c
5985         * src/gtk/combobox.h
5986         * src/gtk/description_window.c
5987         * src/gtk/description_window.h
5988         * src/gtk/filesel.c
5989         * src/gtk/filesel.h
5990         * src/gtk/foldersort.c
5991         * src/gtk/foldersort.h
5992         * src/gtk/gtksctree.c
5993         * src/gtk/gtkutils.c
5994         * src/gtk/gtkutils.h
5995         * src/gtk/inputdialog.c
5996         * src/gtk/inputdialog.h
5997         * src/gtk/logwindow.c
5998         * src/gtk/logwindow.h
5999         * src/gtk/manage_window.c
6000         * src/gtk/manage_window.h
6001         * src/gtk/menu.c
6002         * src/gtk/menu.h
6003         * src/gtk/pluginwindow.c
6004         * src/gtk/pluginwindow.h
6005         * src/gtk/prefswindow.c
6006         * src/gtk/prefswindow.h
6007         * src/gtk/progressdialog.c
6008         * src/gtk/progressdialog.h
6009         * src/gtk/sslcertwindow.c
6010         * src/gtk/sslcertwindow.h
6011         * src/plugins/bogofilter/bogofilter.c
6012         * src/plugins/bogofilter/bogofilter.h
6013         * src/plugins/bogofilter/bogofilter_gtk.c
6014         * src/plugins/clamav/clamav_plugin.c
6015         * src/plugins/clamav/clamav_plugin.h
6016         * src/plugins/clamav/clamav_plugin_gtk.c
6017         * src/plugins/demo/demo.c
6018         * src/plugins/dillo_viewer/dillo_prefs.c
6019         * src/plugins/dillo_viewer/dillo_prefs.h
6020         * src/plugins/dillo_viewer/dillo_viewer.c
6021         * src/plugins/pgpcore/passphrase.c
6022         * src/plugins/pgpcore/passphrase.h
6023         * src/plugins/pgpcore/pgp_viewer.c
6024         * src/plugins/pgpcore/pgp_viewer.h
6025         * src/plugins/pgpcore/plugin.c
6026         * src/plugins/pgpcore/select-keys.c
6027         * src/plugins/pgpcore/select-keys.h
6028         * src/plugins/pgpcore/sgpgme.c
6029         * src/plugins/pgpcore/sgpgme.h
6030         * src/plugins/pgpinline/pgpinline.c
6031         * src/plugins/pgpinline/pgpinline.h
6032         * src/plugins/pgpinline/plugin.c
6033         * src/plugins/pgpmime/pgpmime.c
6034         * src/plugins/pgpmime/pgpmime.h
6035         * src/plugins/pgpmime/plugin.c
6036         * src/plugins/spamassassin/spamassassin.c
6037         * src/plugins/spamassassin/spamassassin.h
6038         * src/plugins/spamassassin/spamassassin_gtk.c
6039         * src/plugins/trayicon/trayicon.c
6040                 it's 2007, update the year in the copyright headers
6041
6042 2007-01-03 [paul]       2.6.1cvs95
6043
6044         * src/gtk/about.c
6045                 it is 2007, use it in the copyright string
6046
6047 2007-01-03 [paul]       2.6.1cvs94
6048
6049         * src/html.c
6050                 html entity conversion:
6051                 move &#153; to a more suitable place
6052                 add &bull; and &ndash;
6053                 make sure &mdash; and &#8212; are both
6054                 converted the same
6055
6056 2007-01-02 [colin]      2.6.1cvs93
6057
6058         * src/addrbook.c
6059                 Fix leak
6060         * src/common/plugin.c
6061                 Add comment
6062         * src/etpan/imap-thread.c
6063                 Fix warning
6064
6065 2006-12-31 [paul]       2.6.1cvs92
6066
6067         * src/prefs_summaries.c
6068                 use gtk_button_new_from_stock()
6069
6070 2006-12-30 [colin]      2.6.1cvs91
6071
6072         * src/folder.c
6073         * src/imap_gtk.c
6074         * src/mh_gtk.c
6075                 Don't update filtering and account paths 
6076                 when copying folders
6077
6078 2006-12-30 [colin]      2.6.1cvs90
6079
6080         * src/prefs_compose_writing.c
6081         * src/prefs_quote.c
6082         * src/prefs_template.c
6083                 Use message font for Writing and 
6084                 Quoting prefs, as well as Templates.
6085
6086 2006-12-30 [colin]      2.6.1cvs89
6087
6088         * src/prefs_summaries.c
6089                 Rework GUI; patch by Pawel
6090
6091 2006-12-29 [colin]      2.6.1cvs88
6092
6093         * src/prefs_folder_item.c
6094                 Fix bug 1085, 'Apply to subfolder 
6095                 doesn't work' - I was mistaken saying
6096                 it worked in every case
6097
6098 2006-12-28 [colin]      2.6.1cvs87
6099
6100         * src/gtk/gtkaspell.c
6101                 Don't assert if use_alternate is true
6102                 and alt_dictionary isn't set -- this 
6103                 is what happens on upgrade! Rather,
6104                 do with it.
6105
6106 2006-12-28 [colin]      2.6.1cvs86
6107
6108         * Makefile.am
6109                 Fix desktop/icon simplification
6110
6111 2006-12-28 [colin]      2.6.1cvs85
6112
6113         * Makefile.am
6114                 Make desktop and icon not 
6115                 dependant on the desktop
6116
6117 2006-12-28 [wwp]        2.6.1cvs84
6118
6119         * src/plugins/pgpmime/claws.def
6120                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6121
6122 2006-12-28 [wwp]        2.6.1cvs83
6123
6124         * src/prefs_folder_item.c
6125                 Fix coloring of "simplify subject regexp" (folder prefs),
6126                 which might be left to red whereas the regexp gets empty.
6127
6128 2006-12-28 [wwp]        2.6.1cvs82
6129
6130         * src/prefs_common.c
6131         * src/prefs_common.h
6132         * src/addressbook.c
6133         * src/addressitem.h
6134                 Save addressbook mainwindow's horizontal and vertical splitter position.
6135
6136 2006-12-27 [wwp]        2.6.1cvs81
6137
6138         * src/gtk/gtkaspell.c
6139         * src/gtk/gtkaspell.h
6140         * src/compose.c
6141                 Fix assignment of compose's default and alternate dictionary from
6142                 account or folder settings. Now gtkaspell_change_dict does rotate
6143                 dicts only when it's called from a menu cb.
6144
6145 2006-12-27 [wwp]        2.6.1cvs80
6146
6147         * src/folder_item_prefs.c
6148                 Fix randomly initialized default-alt-dictionary (folder prefs),
6149                 complete 2.6.1cvs72.
6150
6151 2006-12-27 [paul]       2.6.1cvs79
6152
6153         * src/imap_gtk.c
6154         * src/mh_gtk.c
6155                 Add Copy folder in the folder's contextual
6156                 menu
6157
6158 2006-12-27 [wwp]        2.6.1cvs78
6159
6160         * src/imap.c
6161                 Clean up session locking, thanks to Colin.
6162
6163 2006-12-26 [colin]      2.6.1cvs77
6164
6165         * src/statusbar.c
6166                 Revert previous patch
6167
6168 2006-12-26 [colin]      2.6.1cvs76
6169
6170         * src/folder.c
6171         * src/folderview.c
6172         * src/imap.c
6173         * src/statusbar.c
6174         * src/etpan/imap-thread.c
6175                 Fix previous commit warnings
6176                 Make statusbar update every second if total < 20
6177                 Make IMAP APPEND faster by simplifying log              
6178
6179 2006-12-26 [colin]      2.6.1cvs75
6180
6181         * src/folder.c
6182         * src/folder.h
6183         * src/folderview.c
6184         * src/folderview.h
6185         * src/imap_gtk.c
6186         * src/mh_gtk.c
6187                 Make it possible to copy folders accross
6188                 mailboxes (this was an arbitrary limitation).
6189                 Still make it impossible to move folders 
6190                 accross mailboxes.
6191
6192 2006-12-26 [colin]      2.6.1cvs74
6193
6194         * src/etpan/imap-thread.c
6195                 Fix bug 1081, 'claws-mail 
6196                 segfaults when going offline 
6197                 while it transfers mails via 
6198                 imap'
6199
6200 2006-12-26 [colin]      2.6.1cvs73
6201
6202         * src/folder_item_prefs.c
6203                 Don't forget alt dictionary when
6204                 renaming/moving folders
6205
6206 2006-12-26 [wwp]        2.6.1cvs72
6207
6208         * src/folder_item_prefs.c
6209                 Add missing defaults for per-folder alt dict
6210                 (forgotten in 2.6.1cvs61).
6211
6212 2006-12-26 [colin]      2.6.1cvs71
6213
6214         * src/wizard.c
6215                 Add tooltip to state that specifying
6216                 full path to mailbox is possible
6217
6218 2006-12-26 [wwp]        2.6.1cvs70
6219
6220         * src/partial_download.c
6221         * src/gtk/gtkvscrollbutton.c
6222         * src/plugins/pgpinline/plugin.c
6223                 Fix for few compiler warnings that matter.
6224
6225 2006-12-25 [colin]      2.6.1cvs69
6226
6227         * src/partial_download.c
6228                 Fix marking for download or deletion
6229                 when the header isn't the first
6230         * src/gtk/logwindow.c
6231                 Fix start of scrolling
6232
6233 2006-12-23 [paul]       2.6.1cvs68
6234
6235         * src/compose.c
6236                 change last commit to use the 'academic'
6237                 method instead. Thanks to wwp
6238
6239 2006-12-23 [paul]       2.6.1cvs67
6240
6241         * src/compose.c
6242                 don't warn about empty subject when
6243                 redirecting
6244
6245 2006-12-22 [colin]      2.6.1cvs66
6246
6247         * src/summary_search.c
6248                 Fix previous patch
6249
6250 2006-12-22 [colin]      2.6.1cvs65
6251
6252         * src/gtk/gtkutils.c
6253         * src/imap.c
6254         * src/jpilot.c
6255         * src/summary_search.c
6256                 A few warning fixes
6257
6258 2006-12-23 [paul]       
6259
6260         2.7.0-rc2 released
6261
6262 2006-12-22 [colin]      2.6.1cvs64
6263
6264         * src/toolbar.c
6265         * src/toolbar.h
6266                 Add a combo to the learn spam button
6267         * src/plugins/bogofilter/bogofilter.c
6268         * src/plugins/bogofilter/bogofilter_gtk.c
6269         * src/plugins/bogofilter/bogofilter.h
6270                 Allow to store Unsure mails in a specific
6271                 folder to make better teaching easier
6272
6273 2006-12-21 [wwp]        2.6.1cvs63
6274
6275         * src/compose.c
6276         * src/prefs_common.c
6277         * src/prefs_common.h
6278         * src/prefs_spelling.c
6279         * src/gtk/gtkaspell.c
6280         * src/gtk/gtkaspell.h
6281                 Allow spell-checking using both current and alternate dictionaries
6282                 (thanks to Colin).
6283
6284 2006-12-21 [wwp]        2.6.1cvs62
6285
6286         * src/gtk/gtkaspell.c
6287                 Apply recheck_when_changing_dict (highlight all mispelled words)
6288                 when switching to alternate dictionary.
6289
6290 2006-12-21 [wwp]        2.6.1cvs61
6291
6292         * src/compose.c
6293         * src/folder_item_prefs.h
6294         * src/prefs_common.c
6295         * src/prefs_common.h
6296         * src/prefs_folder_item.c
6297         * src/prefs_spelling.c
6298         * src/gtk/gtkaspell.c
6299         * src/gtk/gtkaspell.h
6300                 Add global and per-folder prefs to set the default
6301                 alternate dictionary.
6302
6303 2006-12-21 [colin]      2.6.1cvs60
6304
6305         * src/folder.c
6306                 Look for folders by path in all folders
6307         * src/html.c
6308                 add &mdash;
6309
6310 2006-12-20 [colin]      2.6.1cvs59
6311
6312         * src/gtk/quicksearch.c
6313                 Make sure in_typing is false when clearing
6314
6315 2006-12-20 [wwp]        2.6.1cvs58
6316
6317         * configure.ac
6318                 change manual's target dir to be LFH-compliant (thanks to Colin).
6319
6320 2006-12-20 [wwp]        2.6.1cvs57
6321
6322         * src/prefs_common.c
6323         * src/prefs_summaries.c
6324                 i18n fix and factorize patch, thanks to Fabien.
6325
6326 2006-12-20 [paul]       2.6.1cvs56
6327
6328         * configure.ac
6329                 last of the renaming (??)
6330         * src/main.c
6331                 correct --help info of --status-full
6332         * src/plugins/bogofilter/bogofilter.c
6333                 make FALSE default of whitelist_ab
6334
6335 2006-12-19 [colin]      2.6.1cvs55
6336
6337         * src/jpilot.c
6338                 Same as before, without depending on
6339                 pisock >= 0.12
6340
6341 2006-12-19 [colin]      2.6.1cvs54
6342
6343         * src/jpilot.c
6344                 Fix bug 1059, 'Better jpilot charset 
6345                 handling'. Use libpisync's charset conversion
6346                 if possible
6347
6348 2006-12-19 [colin]      2.6.1cvs53
6349
6350         * po/fr.po
6351                 Updated by Fabien
6352
6353 2006-12-19 [wwp]        2.6.1cvs52
6354
6355         * src/gtk/about.c
6356                 Add missing #include (thanks to Colin).
6357
6358 2006-12-19 [wwp]        2.6.1cvs51
6359
6360         * src/prefs_receive.c
6361                 Better spacing between widgets in prefs.
6362
6363 2006-12-18 [colin]      2.6.1cvs50
6364
6365         * src/imap.c
6366                 Fix failure to get separator on LIST "" ""
6367                 Try LIST "" "INBOX" too.
6368
6369 2006-12-18 [wwp]        2.6.1cvs49
6370
6371         * src/common/session.c
6372                 Fix a compiler warning (thanks to Fabien).
6373
6374 2006-12-18 [wwp]        2.6.1cvs48
6375
6376         * src/compose.c
6377         * src/prefs_quote.c
6378                 Factorize some strings for translation (it's about error
6379                 messages when applying or checking template/quote format).
6380
6381 2006-12-18 [colin]      2.6.1cvs47
6382
6383         * Makefile.am
6384         * src/common/defs.h
6385         * src/gtk/Makefile.am
6386         * src/gtk/about.c
6387                 Add a Release notes tab from the contents of
6388                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6389
6390 2006-12-17 [colin]      2.6.1cvs46
6391
6392         * src/mimeview.c
6393         * src/textview.c
6394         * src/gtk/filesel.c
6395                 Correctly convert from/to UTF8/filename encoding
6396                 when loading and saving files. Probably fixes
6397                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6398                 for a file to attach and is blocked...'
6399
6400 2006-12-17 [colin]      2.6.1cvs45
6401
6402         * src/gtk/logwindow.c
6403                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6404                 IMAP folder and is blocked on main thread': 
6405                 make sure we put utf8 in the log.
6406
6407 2006-12-16 [colin]      2.6.1cvs44
6408
6409         * src/toolbar.c
6410         * src/toolbar.h
6411                 Fix bug 1055, 'Add the 'cancel receive' 
6412                 in the available events for the toolbar buttons'
6413
6414 2006-12-16 [colin]      2.6.1cvs43
6415
6416         * po/POTFILES.in
6417         * src/imap.c
6418         * src/common/nntp.c
6419         * src/common/session.c
6420                 Log error when SSL handshakes fail. 
6421                 Fixes bug 1082, 'incorrect / imprecise 
6422                 error message when imap server provides 
6423                 ssl only through STARTTLS but SSL is 
6424                 selected'
6425
6426 2006-12-15 [wwp]        2.6.1cvs42
6427
6428         * src/plugins/bogofilter/bogofilter_gtk.c
6429                 set proper sensitivity to widgets I've recently added.
6430
6431 2006-12-15 [colin]      
6432
6433         2.7.0-rc1 released
6434
6435 2006-12-15 [wwp]        2.6.1cvs41
6436
6437         * src/plugins/bogofilter/bogofilter.c
6438         * src/plugins/bogofilter/bogofilter.h
6439         * src/plugins/bogofilter/bogofilter_gtk.c
6440                 bogofilter's whitelist can now use a subset of
6441                 the addressbook (either a book, a subfolder of a book,
6442                 or the whole addressbook by using "Any"). Re-used there
6443                 some pref_matcher widgets and mechanisms to match a subset
6444                 of the addressbook.
6445
6446 2006-12-15 [wwp]        2.6.1cvs40
6447
6448         * src/wizard.c
6449         * src/common/plugin.c
6450         * src/common/plugin.h
6451         * src/gtk/about.c
6452         * src/plugins/bogofilter/bogofilter.c
6453         * src/plugins/clamav/clamav_plugin.c
6454         * src/plugins/demo/demo.c
6455         * src/plugins/dillo_viewer/dillo_viewer.c
6456         * src/plugins/pgpcore/plugin.c
6457         * src/plugins/pgpinline/plugin.c
6458         * src/plugins/pgpmime/plugin.c
6459         * src/plugins/spamassassin/spamassassin.c
6460         * src/plugins/trayicon/trayicon.c
6461                 factorize some translatable strings (plugins-related),
6462                 fix missing punctuation in several places,
6463                 remove useless translatable \n in about.c,
6464                 and factorize plugin init code w/ a new function
6465                 check_plugin_version() in common/plugin.c.
6466                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6467
6468 2006-12-15 [wwp]        2.6.1cvs39
6469
6470         * src/plugins/bogofilter/bogofilter.c
6471         * src/plugins/bogofilter/bogofilter_gtk.c
6472                 flag whitelisted spams as spam, but don't filter it to the spam
6473                 folder. Thanks to Colin.
6474
6475 2006-12-15 [ticho]      2.6.1cvs38
6476
6477         * src/plugins/bogofilter/bogofilter.c
6478         * src/plugins/bogofilter/bogofilter.h
6479         * src/plugins/bogofilter/bogofilter_gtk.c
6480                 Add option to whitelist senders found in addressbook. Patch by colin.
6481
6482 2006-12-15 [paul]       2.6.1cvs37
6483
6484         * src/folderview.c
6485                 add missing #include "log.h"
6486
6487 2006-12-15 [paul]       2.6.1cvs36
6488
6489         * src/plugins/bogofilter/bogofilter.c
6490         * src/plugins/bogofilter/bogofilter.h
6491         * src/plugins/bogofilter/bogofilter_gtk.c
6492                 Add an option to allow inserting an
6493                 X-Claws-Bogosity header (on MH folders
6494                 only). Patch by Colin
6495
6496 2006-12-14 [colin]      2.6.1cvs35
6497
6498         * src/main.c
6499                 "Yes" should be the default choice for
6500                 migration configuration
6501
6502 2006-12-14 [paul]       2.6.1cvs34
6503
6504         * src/prefs_summaries.c
6505         * manual/advanced.xml
6506                 Unhide mark_as_read_delay
6507
6508 2006-12-14 [paul]       2.6.1cvs33
6509
6510         * src/messageview.c
6511         * src/messageview.h
6512         * src/mimeview.c
6513         * src/mimeview.h
6514         * src/summaryview.c
6515         * src/textview.c
6516         * src/textview.h
6517                 Fix printing of selection
6518                 Fix printing of message parts
6519                 Fix printing of images
6520         * src/gtk/gtksourceprintjob.c
6521                 Fix page count when there are images
6522
6523 2006-12-14 [wwp]        2.6.1cvs32
6524
6525         * src/mainwindow.c
6526         * src/summaryview.c
6527         * src/summaryview.h
6528         * src/gtk/quicksearch.c
6529                 fix quicksearch 'magnify' button status when QS is closed
6530                 using the Escape key, thanks to Colin.
6531
6532 2006-12-14 [wwp]        2.6.1cvs31
6533
6534         * src/mainwindow.c
6535         * src/summaryview.c
6536         * src/summaryview.h
6537         * src/gtk/quicksearch.c
6538                 fix quicksearch 'magnify' button status when QS is closed
6539                 using the Escape key, thanks to Colin.
6540
6541 2006-12-13 [colin]      2.6.1cvs30
6542
6543         * src/ldapquery.c
6544         * src/ldaputil.c
6545                 Use the binary safe version of ldap_get_values,
6546                 to make sure we manipulate null-terminated 
6547                 strings. Maybe fixes bug 1075, 'claws mail 
6548                 segfault when completing ldap adresses'
6549         * src/syldap.c ** REMOVED **
6550         * src/syldap.h ** REMOVED **
6551                 Remove dead files
6552
6553 2006-12-13 [mones]      2.6.1cvs29
6554
6555         * po/es.po
6556                 Fixed piped strings, fixed click translation
6557
6558 2006-12-13 [paul]       2.6.1cvs28
6559
6560         * src/main.c
6561                 don't translate these strings
6562
6563 2006-12-13 [paul]       2.6.1cvs27
6564
6565         * po/en_GB.po
6566                 updated
6567
6568 2006-12-13 [colin]      2.6.1cvs26
6569
6570         * src/main.c
6571         * src/main.h
6572                 Add claws_is_starting()
6573
6574 2006-12-13 [mones]      2.6.1cvs25
6575
6576         * manual/es/advanced.xml
6577         * po/es.po
6578                 Synced manual and updated translation
6579
6580 2006-12-12 [colin]      2.6.1cvs24
6581
6582         * src/wizard.c
6583                 Add an option to use STARTTLS in the
6584                 welcome wizard. Fixes bug 1080, 
6585                 'Using SSL option in wizard for incoming 
6586                 server does not activate SSL with STARTTLS'
6587
6588 2006-12-12 [colin]      2.6.1cvs23
6589
6590         * src/main.c
6591                 Don't exit when there's an incomplete
6592                 mailbox configured - leaves a chance 
6593                 to fix a failing IMAP account. Exit
6594                 if no mailbox at all is loaded (case
6595                 of missing plugin).
6596                 Completes bug 1077's fix (I was wrong
6597                 in this bug's comment #3).
6598
6599 2006-12-12 [colin]      2.6.1cvs22
6600
6601         * src/gtk/menu.h
6602                 Add another menu data type
6603         * src/prefs_account.c
6604                 Complete the completion of bug 1076
6605                 (doesn't lose the pref on apply)
6606
6607 2006-12-12 [paul]       2.6.1cvs21
6608
6609         * src/prefs_account.c
6610                 complete the fix of bug 1076
6611                 also be more verbose with the text
6612
6613 2006-12-12 [paul]       2.6.1cvs20
6614
6615         * src/gtk/combobox.c
6616                 fix compilation warning
6617
6618 2006-12-11 [colin]      2.6.1cvs19
6619
6620         * src/wizard.c
6621                 Document :port in server entry tooltips
6622
6623 2006-12-11 [colin]      2.6.1cvs18
6624
6625         * src/main.c
6626                 Fix compile
6627
6628 2006-12-11 [colin]      2.6.1cvs17
6629
6630         * src/main.c
6631                 Add failing IMAP as a reason for no
6632                 mailbox
6633
6634 2006-12-11 [colin]      2.6.1cvs16
6635
6636         * src/prefs_account.c
6637                 Check for existence of inbox for local
6638                 accounts too
6639         * src/wizard.c
6640                 Allow setting the port to use for servers
6641                 by using the usual "server.example.com:port"
6642                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6643                 not start when IMAP server is unavailable'
6644
6645 2006-12-11 [colin]      2.6.1cvs15
6646
6647         * src/prefs_account.c
6648                 Prevent use of non-existing default inbox
6649
6650 2006-12-11 [colin]      2.6.1cvs14
6651
6652         * src/prefs_account.c
6653                 Fix sensitivity. Fixes bug 1076, 'privacy 
6654                 options are displayed even when pgp plugin 
6655                 not loaded / available'
6656
6657 2006-12-09 [colin]      2.6.1cvs13
6658
6659         * manual/advanced.xml
6660         * src/prefs_common.c
6661         * src/prefs_common.h
6662         * src/common/ssl_certificate.c
6663                 Add a new hidden preference, 'unsafe_ssl_certs',
6664                 which allows to store multiple certificates per
6665                 server/port. This is disabled by default because
6666                 it's less secure (presenting a new certificate
6667                 instead of a changed one raises less alarms).
6668                 This will cause Claws to ask about an unknown
6669                 certificate for people who have used 2.6.1cvs8
6670                 or greater.
6671
6672 2006-12-09 [colin]      2.6.1cvs12
6673
6674         * src/action.c
6675                 Fix cache updating after action
6676
6677 2006-12-07 [wwp]        2.6.1cvs11
6678
6679         * src/compose.c
6680                 fix email address comparison when replying to all
6681                 (avoid replying to ourselves), thanks to Colin.
6682
6683 2006-12-06 [paul]       2.6.1cvs10
6684
6685         * src/addrharvest.c
6686         * src/editldap.c
6687         * src/expldifdlg.c
6688         * src/news.c
6689         * src/toolbar.c
6690         * src/common/utils.c
6691                 ...and more renaming
6692                 Thanks to Colin
6693
6694 2006-12-06 [paul]       2.6.1cvs9
6695
6696         * src/compose.c
6697         * src/messageview.c
6698         * src/procheader.c
6699         * src/procmime.c
6700         * src/procmsg.c
6701         * src/textview.c
6702                 more renaming
6703                 Thanks to Colin
6704
6705 2006-12-06 [colin]      2.6.1cvs8
6706
6707         * src/ssl_manager.c
6708         * src/common/ssl_certificate.c
6709         * src/common/ssl_certificate.h
6710                 Handle multiple certificates per host/port
6711
6712 2006-12-06 [colin]      2.6.1cvs7
6713
6714         * src/etpan/imap-thread.c
6715                 Fix certificate checking on IMAP
6716
6717 2006-12-06 [colin]      2.6.1cvs6
6718
6719         * src/folderview.c
6720                 Fix bug 1072, 'Claws stops fetching newsgroups 
6721                 from server when newsgroup got deleted': continue
6722                 checking other groups
6723
6724 2006-12-05 [wwp]        2.6.1cvs5
6725
6726         * src/message_search.c
6727         * src/summary_search.c
6728         * src/gtk/combobox.c
6729         * src/gtk/combobox.h
6730         * src/gtk/gtkutils.c
6731         * src/gtk/gtkutils.h
6732                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6733                 behave like w/ old comboboxes (summary and message search only).
6734
6735 2006-12-05 [paul]       2.6.1cvs4
6736
6737         * src/wizard.c
6738                 encode headers
6739                 Thanks to Colin
6740
6741 2006-12-05 [paul]       2.6.1cvs3
6742
6743         * tools/README
6744         * tools/textviewer.pl
6745                 script updated and description added
6746
6747 2006-12-04 [colin]      2.6.1cvs2
6748
6749         * src/compose.c
6750                 Run pre-send hook only when checking
6751                 everything
6752
6753 2006-12-04 [paul]       2.6.1cvs1
6754
6755         * NEWS
6756         * README
6757         * RELEASE_NOTES
6758         * configure.ac
6759         * tools/README
6760                 bump up version number following stable release
6761
6762 2006-12-04 [paul]       2.6.0cvs83
6763
6764         * README
6765                 updates and corrections
6766
6767 2006-12-04 [colin]      2.6.0cvs82
6768
6769         * src/common/utils.c
6770                 Probably fix bug 1066, 'Incorrect mailbox 
6771                 size displayed'
6772
6773 2006-12-04 [colin]      2.6.0cvs81
6774
6775         * src/common/utils.c
6776                 Trim tabs from mailcap file too.
6777
6778 2006-12-02 [paul]       2.6.0cvs80
6779
6780         * src/exphtmldlg.c
6781                 fix broken GUI under certain languages
6782         * src/expldifdlg.c
6783                 put the Cancel button to the right
6784
6785 2006-12-01 [paul]       2.6.0cvs79
6786
6787         * tools/Makefile.am
6788                 remove reference to removed file
6789
6790 2006-12-01 [wwp]        2.6.0cvs78
6791
6792         * src/addressbook.c
6793         * src/editaddress.c
6794                 remove forgotten debug statements.
6795
6796 2006-12-01 [wwp]        2.6.0cvs77
6797
6798         * manual/advanced.xml
6799         * manual/fr/advanced.xml
6800         * src/addressbook.c
6801         * src/addressbook.h
6802         * src/addressitem.h
6803         * src/editaddress.c
6804         * src/editaddress.h
6805         * src/prefs_common.c
6806         * src/prefs_common.h
6807         * src/gtk/gtkutils.c
6808         * src/gtk/gtkutils.h
6809                 add a hidden option to allow embedding the editaddress (edit contact details)
6810                 dialog into the addressbook's window. This doesn't change the default
6811                 behaviour.
6812
6813 2006-12-01 [wwp]        2.6.0cvs76
6814
6815         * src/message_search.c
6816         * src/summary_search.c
6817                 fix more focus issues (don't set focus to combobox's entry widget when
6818                 entry's value changed, if entry widget has focus already).
6819
6820 2006-12-01 [wwp]        2.6.0cvs75
6821
6822         * src/gtk/quicksearch.c
6823                 revert last changes to the quicksearch gtk_combo_box, this needs more
6824                 tuning and testing.
6825
6826 2006-12-01 [paul]       2.6.0cvs74
6827
6828         * tools/kdeservicemenu/README
6829         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6830         * tools/kdeservicemenu/install.sh
6831         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6832         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6833                 simplify this stuff, and in so doing,
6834                 fix it. (possibly re-extend it again at
6835                 a later date)
6836
6837 2006-12-01 [wwp]        2.6.0cvs73
6838
6839         * src/gtk/quicksearch.c
6840                 adapt quicksearch code to use modern gtk_combo_box'es.
6841
6842 2006-12-01 [wwp]        2.6.0cvs72
6843
6844         * src/common/defs.h
6845         * src/prefs_common.c
6846         * src/prefs_common.h
6847         * src/message_search.c
6848         * src/summary_search.c
6849         * src/gtk/combobox.c
6850         * src/gtk/combobox.h
6851                 add history combos to all message and summary search fields.
6852
6853 2006-12-01 [wwp]        2.6.0cvs71
6854
6855         * src/summaryview.c
6856                 As the list may change while the mark as read delay
6857                 runs, we can't rely on the 'row' pointer, which can
6858                 be invalid when the timeout is called. As the mark
6859                 as read is only done if the message is still selected,
6860                 use summaryview->selected instead. Thanks to Colin.
6861
6862 2006-11-30 [paul]       2.6.0cvs70
6863
6864         * src/textview.c
6865                 give emphasis to "Sylpheed-Claws"
6866                 as well as "Claws Mail"
6867
6868 2006-11-30 [colin]      2.6.0cvs69
6869
6870         * src/wizard.c
6871                 Put the SSL checkboxes in the receiving
6872                 and sending server pages.
6873
6874 2006-11-29 [colin]      2.6.0cvs68
6875
6876         * src/gtk/gtkutils.c
6877         * src/gtk/gtkvscrollbutton.c
6878                 Revert some deprecated fixes - they seem to
6879                 deprecate stuff as soon as a new one gets out.
6880                 g_object_ref_sink needed glib-2.10.
6881
6882 2006-11-29 [colin]      2.6.0cvs67
6883
6884         * src/common/utils.c
6885                 Create .mailcap if it doesn't exist
6886
6887 2006-11-29 [colin]      2.6.0cvs66
6888
6889         * src/compose.c
6890                 Followup to cvs60: use original list
6891                 of recipients if replying to a mail
6892                 in Sent Drafts or Queue.
6893
6894 2006-11-27 [paul]       2.6.0cvs65
6895
6896         * src/image_viewer.c
6897                 revert the last change for now (it's broken)
6898
6899 2006-11-27 [paul]       2.6.0cvs64
6900
6901         * Makefile.am
6902         * configure.ac
6903         * m4/aclocal-include.m4
6904         * m4/check-type.m4
6905         * src/Makefile.am
6906         * src/addr_compl.c
6907         * src/compose.c
6908         * src/crash.c
6909         * src/export.c
6910         * src/exporthtml.c
6911         * src/exportldif.c
6912         * src/imap.c
6913         * src/import.c
6914         * src/main.c
6915         * src/main.h
6916         * src/matcher.c
6917         * src/mimeview.c
6918         * src/procmsg.c
6919         * src/textview.c
6920         * src/common/Makefile.am
6921         * src/common/claws.c
6922         * src/common/claws.h
6923         * src/common/ssl.c
6924         * src/common/sylpheed.c
6925         * src/common/sylpheed.h
6926         * src/etpan/Makefile.am
6927         * src/gtk/Makefile.am
6928         * src/gtk/claws-marshal.list
6929         * src/gtk/filesel.c
6930         * src/gtk/gtksctree.c
6931         * src/gtk/quicksearch.c
6932         * src/gtk/sylpheed-marshal.list
6933         * src/plugins/bogofilter/bogofilter.c
6934         * src/plugins/bogofilter/bogofilter_gtk.c
6935         * src/plugins/clamav/clamav_plugin.c
6936         * src/plugins/clamav/clamav_plugin_gtk.c
6937         * src/plugins/demo/demo.c
6938         * src/plugins/dillo_viewer/dillo_viewer.c
6939         * src/plugins/pgpcore/Makefile.am
6940         * src/plugins/pgpcore/claws.def
6941         * src/plugins/pgpcore/pgp_viewer.c
6942         * src/plugins/pgpcore/plugin.c
6943         * src/plugins/pgpcore/sylpheed.def
6944         * src/plugins/pgpinline/Makefile.am
6945         * src/plugins/pgpinline/claws.def
6946         * src/plugins/pgpinline/plugin.c
6947         * src/plugins/pgpinline/sylpheed.def
6948         * src/plugins/pgpmime/Makefile.am
6949         * src/plugins/pgpmime/claws.def
6950         * src/plugins/pgpmime/plugin.c
6951         * src/plugins/pgpmime/sylpheed.def
6952         * src/plugins/spamassassin/spamassassin.c
6953         * src/plugins/spamassassin/spamassassin_gtk.c
6954         * src/plugins/trayicon/trayicon.c
6955                 yet more renaming
6956                 remove deprecated gtk_tooltips_set_delay()
6957
6958 2006-11-26 [paul]       2.6.0cvs63
6959
6960         * src/expldifdlg.c
6961         * src/folderview.c
6962         * src/image_viewer.c
6963         * src/mainwindow.c
6964         * src/gtk/gtkutils.c
6965         * src/gtk/gtkvscrollbutton.c
6966         * src/gtk/prefswindow.c
6967         * src/plugins/pgpcore/prefs_gpg.c
6968                 replace more deprecated GTK+ functions
6969
6970 2006-11-26 [paul]       2.6.0cvs62
6971
6972         * src/addr_compl.c
6973         * src/addressbook.c
6974         * src/browseldap.c
6975                 replace deprecated gtk_idle_... functions
6976
6977 2006-11-26 [paul]       2.6.0cvs61
6978
6979         * src/compose.c
6980         * src/folderview.c
6981         * src/inc.c
6982         * src/summaryview.c
6983         * src/gtk/gtkvscrollbutton.c
6984         * src/gtk/quicksearch.c
6985         * src/plugins/pgpcore/passphrase.c
6986                 replace deprecated gtk_timeout_add and
6987                 gtk_timeout_remove
6988
6989 2006-11-26 [paul]       2.6.0cvs60
6990
6991         * src/compose.c
6992                 fix bug that caused the wrong recipient
6993                 to be selected when replying to a msg
6994                 which is From one of our accounts to
6995                 another of our accounts
6996
6997 2006-11-25 [paul]       2.6.0cvs59
6998
6999         * src/summaryview.c
7000                 don't change the From column title to
7001                 To if the To column is visible
7002
7003 2006-11-24 [paul]       2.6.0cvs58
7004
7005         * src/compose.c
7006                 fix bug 1069, 'Sent mails disappear, BCC
7007                 or locking problem?'
7008
7009 2006-11-21 [wwp]        2.6.0cvs57
7010
7011         * src/compose.c
7012                 fix spelling menu when replying (same as 2.3.1cvs39):
7013                 discrepancy between context menu and top menu when
7014                 folder's dictionary isn't the default one.
7015
7016 2006-11-19 [paul]       2.6.0cvs56
7017
7018         * src/summaryview.c
7019                 obey always_show_msg option when
7020                 marking as spam
7021         * src/plugins/bogofilter/bogofilter.c
7022                 fix typo
7023
7024 2006-11-18 [paul]       2.6.0cvs55
7025
7026         * AUTHORS
7027         * README
7028         * debian/copyright
7029         * manual/ack.xml
7030         * manual/es/ack.xml
7031         * manual/fr/ack.xml
7032         * manual/pl/ack.xml
7033         * src/gtk/authors.h
7034         * src/gtk/icon_legend.c
7035         * src/gtk/icon_legend.h
7036         * tools/OOo2claws-mail.pl
7037         * tools/README
7038         * tools/acroread2claws-mail.pl
7039         * tools/claws.i18n.status.pl
7040         * tools/filter_conv.pl
7041         * tools/filter_conv_new.pl
7042         * tools/freshmeat_search.pl
7043         * tools/google_search.pl
7044         * tools/kmail2claws-mail.pl
7045         * tools/kmail2claws-mail_v2.pl
7046         * tools/maildir2claws-mail.pl
7047         * tools/make.themes.project
7048         * tools/multiwebsearch.pl
7049         * tools/outlook2claws-mail.pl
7050         * tools/tb2claws-mail
7051         * tools/kdeservicemenu/README
7052         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7053                 update mine and wwp's email addresses in
7054                 several places
7055                 Patch by wwp
7056         * src/prefs_compose_writing.c
7057                 set sensitivity on 'new message format' frame
7058
7059 2006-11-17 [paul]       2.6.0cvs54
7060
7061         * src/gtk/about.c
7062                 more reworking of the GUI
7063                 Patch by Fabien Vantard
7064
7065 2006-11-16 [paul]       2.6.0cvs53
7066
7067         * src/gtk/about.c
7068                 set a minimum size for the window, allow
7069                 it to automatically expand as necessary
7070
7071 2006-11-16 [wwp]        2.6.0cvs52
7072
7073         * src/gtk/about.c
7074                 better wrap of copyright info on some systems.
7075
7076 2006-11-16 [paul]       2.6.0cvs51
7077
7078         * src/gtk/about.c
7079                 move the tech info from the upper panel
7080                 to the Info tab
7081                 use a gtk_text_view for the features tab
7082
7083 2006-11-16 [paul]       2.6.0cvs50
7084
7085         * po/Makevars
7086                 update my email address
7087         * src/addressbook.c
7088         * src/compose.c
7089         * src/imap_gtk.c
7090         * src/mh_gtk.c
7091         * src/news_gtk.c
7092         * src/summaryview.c
7093         * src/plugins/trayicon/trayicon.c
7094                 don't offer simple menu separators
7095                 for translation
7096         * src/folderview.c
7097                 add separator between 'mark all read'
7098                 and 'search folder'
7099
7100 2006-11-15 [wwp]        2.6.0cvs49
7101
7102         * src/gtk/authors.h
7103                 updated manuals authors.
7104
7105 2006-11-14 [paul]       2.6.0cvs48
7106
7107         * src/compose.c
7108                 Fix Options/Reply mode after draft save
7109
7110 2006-11-14 [paul]       2.6.0cvs47
7111
7112         * src/Makefile.am
7113                 Fix make DESTDIR=...
7114         * src/mbox.c
7115                 Optimise speed
7116         * src/plugins/pgpinline/pgpinline.c
7117                 Probably fix bug 1061
7118
7119 2006-11-14 [paul]       2.6.0cvs46
7120
7121         * po/Makevars
7122                 enable Q_ macro
7123         * src/Makefile.am
7124         * src/stock_pixmap.c
7125         * src/stock_pixmap.h
7126         * src/gtk/about.c
7127         * src/pixmaps/active.xpm
7128         * src/pixmaps/inactive.xpm
7129                 add a new page, 'Features', to the About dialog
7130                 showing which features are compiled in and which
7131                 are not
7132
7133 2006-11-14 [paul]       2.6.0cvs45
7134
7135         * po/ru.po
7136                 updated by Pavlo Bohmat
7137
7138 2006-11-14 [colin]      2.6.0cvs44
7139
7140         * src/compose.c
7141         * src/inc.c
7142         * src/messageview.c
7143         * src/news.c
7144         * src/pop.c
7145         * src/procmsg.c
7146         * src/gtk/gtkaspell.c
7147                 Fix 64-bit-related warnings
7148         * src/ssl_manager.c
7149                 Fix possible infinite loop
7150         * src/plugins/pgpcore/sgpgme.c
7151                 Remove useless check
7152
7153 2006-11-13 [colin]      2.6.0cvs43
7154
7155         * src/gtk/Makefile.am
7156                 authors.h isn't generated
7157
7158 2006-11-13 [colin]      2.6.0cvs42
7159
7160         * src/plugins/pgpinline/pgpinline.c
7161         * src/plugins/pgpmime/pgpmime.c
7162                 Very probably fix bug 1061, 'crash on 
7163                 opening signed email'. Another cast
7164                 problem
7165
7166 2006-11-13 [colin]      2.6.0cvs41
7167
7168         * src/plugins/pgpcore/sgpgme.c
7169                 Maybe fix bug 1061, 'crash on opening 
7170                 signed email'
7171
7172 2006-11-13 [wwp]        2.6.0cvs40
7173
7174         * src/plugins/pgpinline/pgpinline.c
7175                 fix candidate for bug #1057, thanks to Colin.
7176
7177 2006-11-13 [wwp]        2.6.0cvs39
7178
7179         * src/compose.c
7180         * src/quote_fmt_parse.y
7181                 fix bug 1052: current parser buffer was not always 
7182                 allocated, ptr to this buffer could be returned as 
7183                 NULL whereas no parser error has occurred. in 
7184                 consequence, defining a template body as "%d" 
7185                 (w/o the quotes) for the first time of the instance 
7186                 of claws-mail, was reporting a parser error. make 
7187                 sure that the buffer is always allocated, even to 
7188                 an empty string.
7189                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7190                 unescaping of the fmt string was always done 
7191                 whereas it must be done *only* when receiving 
7192                 quote format strings issued from the prefs 
7193                 (compose new message, reply, forward, redirect 
7194                 formats), *not* when applying templates.  in 
7195                 consequences, applying templates w/ sequences 
7196                 like \\|p{echo} were failing. make sure that 
7197                 unescaping is done only when necessary.
7198
7199 2006-11-12 [colin]      2.6.0cvs38
7200
7201         * po/de.po
7202                 Fix typo (s/KB/MB)
7203
7204 2006-11-12 [colin]      2.6.0cvs37
7205
7206         * src/plugins/pgpinline/pgpinline.c
7207         * src/plugins/pgpmime/pgpmime.c
7208                 Release GPG context at the latest 
7209                 possible moment. Maybe fixes 
7210                 bug 1057, 'crash on sending signed 
7211                 message to a newsgroup'
7212                 
7213
7214 2006-11-12 [colin]      2.6.0cvs36
7215
7216         * src/plugins/pgpcore/sgpgme.c
7217                 Tell a bit more when gpg's status doesn't
7218                 contain any signature
7219
7220 2006-11-12 [colin]      2.6.0cvs35
7221
7222         * src/compose.c
7223                 Fix bug 1060, 'compilation error with 
7224                 Irix's cc'
7225
7226 2006-11-12 [paul]       2.6.0cvs34
7227
7228         * doc/man/claws-mail.1
7229         * src/prefs_gtk.c
7230         * src/plugins/clamav/README
7231         * src/plugins/spamassassin/README
7232         * tools/README
7233         * tools/freshmeat_search.pl
7234         * tools/google_search.pl
7235         * tools/multiwebsearch.pl
7236                 more renaming
7237         * src/plugins/trayicon/trayicon.c
7238                 fix compiliation warning
7239
7240 2006-11-11 [colin]      2.6.0cvs33
7241
7242         * src/folderview.c
7243                 Forbid drag and drop from/to different
7244                 folders of type F_UNKNOWN
7245
7246 2006-11-11 [colin]      2.6.0cvs32
7247
7248         * src/plugins/pgpinline/pgpinline.c
7249                 Fix typo in previous commit:
7250                 - gpgme_new(&ctx);
7251                 + if ((err = gpgme_new(&data->ctx)) ...)
7252
7253 2006-11-11 [colin]      2.6.0cvs31
7254
7255         * src/plugins/pgpinline/pgpinline.c
7256         * src/plugins/pgpmime/pgpmime.c
7257                 Check success after calling gpgme_new
7258                 Maybe fixes bug 1057, 'crash on sending 
7259                 signed message to a newsgroup'
7260
7261 2006-11-11 [colin]      2.6.0cvs30
7262
7263         * src/undo.c
7264                 init undostruct to 0s (from
7265                 valgrind log of bug 1057)
7266
7267 2006-11-10 [colin]      2.6.0cvs29
7268
7269         * src/mainwindow.c
7270                 Set cursor to wait before filtering
7271                 duplicates in all folders
7272         * src/plugins/bogofilter/bogofilter.c
7273         * src/plugins/bogofilter/bogofilter.h
7274         * src/plugins/bogofilter/bogofilter_gtk.c
7275                 Completely thread away the bogofilter
7276                 filtering
7277
7278 2006-11-10 [mones]      2.6.0cvs28
7279
7280         * src/compose.c
7281         * src/compose.h
7282                 added COMPOSE_CHECK_BEFORE_SEND hook
7283
7284 2006-11-10 [paul]       2.6.0cvs27
7285
7286         * src/crash.c
7287                 more renaming
7288                 add libSM to get_compiled_in_features()
7289         * src/main.c
7290                 more renaming
7291
7292 2006-11-10 [colin]      2.6.0cvs26
7293
7294         * src/etpan/imap-thread.c
7295                 Add a reference to libetpan's sasl engine
7296                 so that sasl_done() doesn't get called by
7297                 libetpan, and doesn't break openssl.
7298                 Should fix bug 1053, 'SC fails to reestablish 
7299                 a secure connection'
7300                 Patch by Hoa
7301
7302 2006-11-10 [colin]      2.6.0cvs25
7303
7304         * manual/addrbook.xml
7305         * manual/advanced.xml
7306         * manual/faq.xml
7307         * manual/intro.xml
7308                 Some more renaming
7309
7310 2006-11-09 [colin]      2.6.0cvs24
7311
7312         * src/plugins/bogofilter/bogofilter_gtk.c
7313                 Add comment about annoyance
7314
7315 2006-11-09 [colin]      2.6.0cvs23
7316
7317         * src/plugins/bogofilter/bogofilter.c
7318         * src/plugins/bogofilter/bogofilter_gtk.c
7319                 Prepare things needed to thread bogofilter
7320                 filtering: separate bogo stuff and possible GUI
7321                 stuff. 
7322
7323 2006-11-09 [colin]      2.6.0cvs22
7324
7325         * src/account.c
7326         * src/compose.c
7327                 Search for one of our accounts in Delivered-To
7328                 (helps for auto-account selection when 
7329                  replying/forwarding)
7330         * src/folderview.c
7331         * src/mainwindow.c
7332         * src/mainwindow.h
7333         * src/plugins/trayicon/trayicon.c
7334                 Allow opening a new mail with any account from
7335                 the contextual menu
7336
7337 2006-11-09 [wwp]        2.6.0cvs21
7338
7339         * src/compose.c
7340         * src/prefs_common.c
7341         * src/prefs_common.h
7342         * src/prefs_compose_writing.c
7343                 add a compose new message format (in prefs/compose/writing), it's a
7344                 simple subject+body template to use when opening a new composition
7345                 window. It's similar to the existent reply and forward formats.
7346
7347                 enhanced the template/format % symbols substitution mechanism to
7348                 use current composition window information when % are used in
7349                 the compose new message format or in templates applied to new
7350                 messages (there were useless in that situations before). When
7351                 applied to new messages, %d corresponds to the system time/date.
7352
7353 2006-11-09 [paul]       2.6.0cvs20
7354
7355         * src/gtk/authors.h
7356                 fix last commit
7357
7358 2006-11-09 [paul]       2.6.0cvs19
7359
7360         * src/gtk/authors.h
7361                 keep tje alphabetical order
7362
7363 2006-11-08 [colin]      2.6.0cvs18
7364
7365         * src/etpan/imap-thread.c
7366                 Fix bug 1054, 'Slowness logging big 
7367                 data chunks'
7368
7369 2006-11-08 [paul]       2.6.0cvs17
7370
7371         * tools/Makefile.am
7372                 fix the renaming
7373
7374 2006-11-08 [paul]       2.6.0cvs16
7375
7376         * src/common/defs.h
7377                 update BUGZILLA_URI
7378
7379 2006-11-08 [paul]       2.6.0cvs15
7380
7381         * tools/Makefile.am
7382         * tools/OOo2claws-mail.pl
7383         * tools/OOo2sylpheed.pl
7384         * tools/README
7385         * tools/acroread2claws-mail.pl
7386         * tools/acroread2sylpheed.pl
7387         * tools/kmail2claws-mail.pl
7388         * tools/kmail2claws-mail_v2.pl
7389         * tools/kmail2sylpheed.pl
7390         * tools/kmail2sylpheed_v2.pl
7391         * tools/maildir2claws-mail.pl
7392         * tools/maildir2sylpheed.pl
7393         * tools/nautilus2claws-mail.sh
7394         * tools/nautilus2sylpheed.sh
7395         * tools/outlook2claws-mail.pl
7396         * tools/outlook2sylpheed.pl
7397         * tools/tb2claws-mail
7398         * tools/tb2sylpheed
7399         * tools/tbird2claws.py
7400         * tools/tbird2syl.py
7401         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7402         * tools/kdeservicemenu/install.sh
7403         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7404         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7405         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7406         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7407         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7408                 renamed (removed, added) tools files
7409
7410 2006-11-08 [paul]       2.6.0cvs14
7411
7412         * src/main.c
7413         * src/common/defs.h
7414                 Migrate sylpheedrc to clawsrc, and fix the standard
7415                 plugins path in the process
7416
7417 2006-11-07 [colin]      2.6.0cvs13
7418
7419         * src/Makefile.am
7420                 Symlink sylpheed-claws relative to 
7421                 claws-mail
7422
7423 2006-11-07 [colin]      2.6.0cvs12
7424
7425         * src/compose.c
7426                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7427
7428 2006-11-07 [paul]       2.6.0cvs11
7429
7430         * src/gtk/about.c
7431                 Fix a missed occurence of
7432                 Sylpheed-Claws
7433
7434 2006-11-07 [paul]       2.6.0cvs10
7435
7436         * src/Makefile.am
7437                 Fix symlink installation
7438
7439 2006-11-07 [paul]       2.6.0cvs9
7440
7441         * src/Makefile.am
7442                 Symlink claws-mail to sylpheed-claws
7443         * src/common/utils.c
7444                 Fix migrating symlinks
7445         * src/etpan/imap-thread.c
7446                 check certificate only when there's
7447                 no error
7448
7449 2006-11-07 [paul]       2.6.0cvs8
7450
7451         * Makefile.am
7452                 Fix icon breakages with Gtk, which needs a 
7453                 cache updated to see them.
7454
7455 2006-11-07 [paul]       2.6.0cvs7
7456
7457         * .cvsignore
7458         * AUTHORS
7459         * COPYING
7460         * INSTALL
7461         * Makefile.am
7462         * NEWS
7463         * README
7464         * RELEASE_NOTES
7465         * autogen.sh
7466         * claws-mail-128x128.png
7467         * claws-mail-64x64.png
7468         * claws-mail.ico
7469         * claws-mail.pc.in
7470         * claws-mail.png
7471         * configure.ac
7472         * sylpheed-claws-128x128.png
7473         * sylpheed-claws-64x64.png
7474         * sylpheed-claws.desktop
7475         * sylpheed-claws.ico
7476         * sylpheed-claws.pc.in
7477         * sylpheed-claws.png
7478         * debian/README.Debian
7479         * debian/changelog
7480         * debian/claws-mail.desktop
7481         * debian/claws-mail.menu
7482         * debian/claws-mail.postinst.debhelper
7483         * debian/claws-mail.postrm.debhelper
7484         * debian/control
7485         * debian/copyright
7486         * debian/files
7487         * debian/rules
7488         * debian/sylpheed-claws.desktop
7489         * debian/sylpheed-claws.menu
7490         * debian/sylpheed-claws.postinst.debhelper
7491         * debian/sylpheed-claws.postrm.debhelper
7492         * doc/man/Makefile.am
7493         * doc/man/claws-mail.1
7494         * doc/man/sylpheed-claws.1
7495         * doc/src/ChangeLog.claws-pre0.8.0
7496         * manual/Makefile.am
7497         * manual/account.xml
7498         * manual/ack.xml
7499         * manual/addrbook.xml
7500         * manual/advanced.xml
7501         * manual/claws-mail-manual.xml
7502         * manual/faq.xml
7503         * manual/glossary.xml
7504         * manual/handling.xml
7505         * manual/intro.xml
7506         * manual/keyboard.xml
7507         * manual/plugins.xml
7508         * manual/starting.xml
7509         * manual/sylpheed-claws-manual.xml
7510         * manual/xml2pdf
7511         * manual/dist/.cvsignore
7512         * manual/dist/html/.cvsignore
7513         * manual/dist/html/Makefile.am
7514         * manual/dist/pdf/.cvsignore
7515         * manual/dist/pdf/Makefile.am
7516         * manual/dist/ps/.cvsignore
7517         * manual/dist/ps/Makefile.am
7518         * manual/dist/txt/.cvsignore
7519         * manual/dist/txt/Makefile.am
7520         * manual/es/Makefile.am
7521         * manual/es/advanced.xml
7522         * manual/es/claws-mail-manual.xml
7523         * manual/es/faq.xml
7524         * manual/es/glossary.xml
7525         * manual/es/handling.xml
7526         * manual/es/intro.xml
7527         * manual/es/plugins.xml
7528         * manual/es/sylpheed-claws-manual.xml
7529         * manual/es/dist/.cvsignore
7530         * manual/es/dist/html/.cvsignore
7531         * manual/es/dist/html/Makefile.am
7532         * manual/es/dist/pdf/.cvsignore
7533         * manual/es/dist/pdf/Makefile.am
7534         * manual/es/dist/ps/.cvsignore
7535         * manual/es/dist/ps/Makefile.am
7536         * manual/es/dist/txt/.cvsignore
7537         * manual/es/dist/txt/Makefile.am
7538         * manual/fr/Makefile.am
7539         * manual/fr/account.xml
7540         * manual/fr/ack.xml
7541         * manual/fr/addrbook.xml
7542         * manual/fr/advanced.xml
7543         * manual/fr/claws-mail-manual.xml
7544         * manual/fr/faq.xml
7545         * manual/fr/glossary.xml
7546         * manual/fr/handling.xml
7547         * manual/fr/intro.xml
7548         * manual/fr/keyboard.xml
7549         * manual/fr/plugins.xml
7550         * manual/fr/starting.xml
7551         * manual/fr/sylpheed-claws-manual.xml
7552         * manual/fr/dist/.cvsignore
7553         * manual/fr/dist/html/.cvsignore
7554         * manual/fr/dist/html/Makefile.am
7555         * manual/fr/dist/pdf/.cvsignore
7556         * manual/fr/dist/pdf/Makefile.am
7557         * manual/fr/dist/ps/.cvsignore
7558         * manual/fr/dist/ps/Makefile.am
7559         * manual/fr/dist/txt/.cvsignore
7560         * manual/fr/dist/txt/Makefile.am
7561         * manual/pl/Makefile.am
7562         * manual/pl/account.xml
7563         * manual/pl/ack.xml
7564         * manual/pl/addrbook.xml
7565         * manual/pl/advanced.xml
7566         * manual/pl/claws-mail-manual.xml
7567         * manual/pl/faq.xml
7568         * manual/pl/glossary.xml
7569         * manual/pl/handling.xml
7570         * manual/pl/intro.xml
7571         * manual/pl/keyboard.xml
7572         * manual/pl/plugins.xml
7573         * manual/pl/starting.xml
7574         * manual/pl/sylpheed-claws-manual.xml
7575         * manual/pl/dist/.cvsignore
7576         * manual/pl/dist/html/.cvsignore
7577         * manual/pl/dist/html/Makefile.am
7578         * manual/pl/dist/pdf/.cvsignore
7579         * manual/pl/dist/pdf/Makefile.am
7580         * manual/pl/dist/ps/.cvsignore
7581         * manual/pl/dist/ps/Makefile.am
7582         * manual/pl/dist/txt/.cvsignore
7583         * manual/pl/dist/txt/Makefile.am
7584         * po/.cvsignore
7585         * po/Makevars
7586         * src/.cvsignore
7587         * src/Makefile.am
7588         * src/account.c
7589         * src/account.h
7590         * src/action.c
7591         * src/action.h
7592         * src/adbookbase.h
7593         * src/addr_compl.c
7594         * src/addr_compl.h
7595         * src/addrbook.c
7596         * src/addrcache.c
7597         * src/addrcache.h
7598         * src/addrcindex.c
7599         * src/addrcindex.h
7600         * src/addrclip.c
7601         * src/addrclip.h
7602         * src/addrdefs.h
7603         * src/addressadd.c
7604         * src/addressadd.h
7605         * src/addressbook.c
7606         * src/addressbook.h
7607         * src/addressbook_foldersel.c
7608         * src/addressbook_foldersel.h
7609         * src/addrgather.c
7610         * src/addrgather.h
7611         * src/addrharvest.c
7612         * src/addrharvest.h
7613         * src/addrindex.c
7614         * src/addrindex.h
7615         * src/addritem.c
7616         * src/addritem.h
7617         * src/addrquery.c
7618         * src/addrquery.h
7619         * src/addrselect.c
7620         * src/addrselect.h
7621         * src/alertpanel.c
7622         * src/alertpanel.h
7623         * src/browseldap.c
7624         * src/browseldap.h
7625         * src/codeconv.c
7626         * src/codeconv.h
7627         * src/compose.c
7628         * src/crash.c
7629         * src/crash.h
7630         * src/customheader.c
7631         * src/customheader.h
7632         * src/displayheader.c
7633         * src/displayheader.h
7634         * src/editaddress.c
7635         * src/editaddress.h
7636         * src/editbook.c
7637         * src/editbook.h
7638         * src/editgroup.c
7639         * src/editgroup.h
7640         * src/editjpilot.c
7641         * src/editjpilot.h
7642         * src/editldap.c
7643         * src/editldap.h
7644         * src/editldap_basedn.c
7645         * src/editldap_basedn.h
7646         * src/editvcard.c
7647         * src/editvcard.h
7648         * src/exphtmldlg.c
7649         * src/exphtmldlg.h
7650         * src/expldifdlg.c
7651         * src/expldifdlg.h
7652         * src/export.c
7653         * src/exporthtml.c
7654         * src/exporthtml.h
7655         * src/exportldif.c
7656         * src/exportldif.h
7657         * src/filtering.c
7658         * src/filtering.h
7659         * src/folder.c
7660         * src/folder.h
7661         * src/folder_item_prefs.c
7662         * src/folder_item_prefs.h
7663         * src/foldersel.c
7664         * src/foldersel.h
7665         * src/folderutils.c
7666         * src/folderutils.h
7667         * src/folderview.c
7668         * src/folderview.h
7669         * src/grouplistdialog.c
7670         * src/grouplistdialog.h
7671         * src/html.c
7672         * src/html.h
7673         * src/image_viewer.c
7674         * src/image_viewer.h
7675         * src/imap.c
7676         * src/imap.h
7677         * src/imap_gtk.c
7678         * src/imap_gtk.h
7679         * src/import.c
7680         * src/import.h
7681         * src/importldif.c
7682         * src/importldif.h
7683         * src/importmutt.c
7684         * src/importmutt.h
7685         * src/importpine.c
7686         * src/importpine.h
7687         * src/inc.c
7688         * src/inc.h
7689         * src/jpilot.c
7690         * src/jpilot.h
7691         * src/ldapctrl.c
7692         * src/ldapctrl.h
7693         * src/ldaplocate.c
7694         * src/ldaplocate.h
7695         * src/ldapquery.c
7696         * src/ldapquery.h
7697         * src/ldapserver.c
7698         * src/ldapserver.h
7699         * src/ldaputil.c
7700         * src/ldaputil.h
7701         * src/ldif.c
7702         * src/ldif.h
7703         * src/localfolder.c
7704         * src/localfolder.h
7705         * src/main.c
7706         * src/main.h
7707         * src/mainwindow.c
7708         * src/mainwindow.h
7709         * src/manual.c
7710         * src/manual.h
7711         * src/matcher.c
7712         * src/matcher.h
7713         * src/matcher_parser.h
7714         * src/matcher_parser_lex.l
7715         * src/matcher_parser_parse.y
7716         * src/mbox.c
7717         * src/mbox.h
7718         * src/message_search.c
7719         * src/message_search.h
7720         * src/messageview.c
7721         * src/messageview.h
7722         * src/mh.c
7723         * src/mh.h
7724         * src/mh_gtk.c
7725         * src/mh_gtk.h
7726         * src/mimeview.c
7727         * src/mimeview.h
7728         * src/msgcache.c
7729         * src/msgcache.h
7730         * src/mutt.c
7731         * src/mutt.h
7732         * src/news.c
7733         * src/news.h
7734         * src/news_gtk.c
7735         * src/news_gtk.h
7736         * src/noticeview.c
7737         * src/noticeview.h
7738         * src/partial_download.c
7739         * src/partial_download.h
7740         * src/pine.c
7741         * src/pine.h
7742         * src/pop.c
7743         * src/pop.h
7744         * src/prefs_account.c
7745         * src/prefs_account.h
7746         * src/prefs_actions.c
7747         * src/prefs_actions.h
7748         * src/prefs_common.c
7749         * src/prefs_common.h
7750         * src/prefs_compose_writing.c
7751         * src/prefs_compose_writing.h
7752         * src/prefs_customheader.c
7753         * src/prefs_customheader.h
7754         * src/prefs_display_header.c
7755         * src/prefs_display_header.h
7756         * src/prefs_ext_prog.c
7757         * src/prefs_ext_prog.h
7758         * src/prefs_filtering.c
7759         * src/prefs_folder_column.c
7760         * src/prefs_folder_column.h
7761         * src/prefs_folder_item.c
7762         * src/prefs_folder_item.h
7763         * src/prefs_fonts.c
7764         * src/prefs_fonts.h
7765         * src/prefs_gtk.c
7766         * src/prefs_gtk.h
7767         * src/prefs_image_viewer.c
7768         * src/prefs_image_viewer.h
7769         * src/prefs_matcher.c
7770         * src/prefs_matcher.h
7771         * src/prefs_message.c
7772         * src/prefs_message.h
7773         * src/prefs_msg_colors.c
7774         * src/prefs_msg_colors.h
7775         * src/prefs_other.c
7776         * src/prefs_other.h
7777         * src/prefs_quote.c
7778         * src/prefs_quote.h
7779         * src/prefs_receive.c
7780         * src/prefs_receive.h
7781         * src/prefs_send.c
7782         * src/prefs_send.h
7783         * src/prefs_spelling.c
7784         * src/prefs_spelling.h
7785         * src/prefs_summaries.c
7786         * src/prefs_summaries.h
7787         * src/prefs_summary_column.c
7788         * src/prefs_summary_column.h
7789         * src/prefs_template.c
7790         * src/prefs_template.h
7791         * src/prefs_themes.c
7792         * src/prefs_themes.h
7793         * src/prefs_toolbar.c
7794         * src/prefs_toolbar.h
7795         * src/prefs_wrapping.c
7796         * src/prefs_wrapping.h
7797         * src/privacy.c
7798         * src/privacy.h
7799         * src/procheader.c
7800         * src/procheader.h
7801         * src/procmime.c
7802         * src/procmime.h
7803         * src/procmsg.c
7804         * src/procmsg.h
7805         * src/quote_fmt.c
7806         * src/quote_fmt_parse.y
7807         * src/recv.c
7808         * src/recv.h
7809         * src/remotefolder.c
7810         * src/remotefolder.h
7811         * src/send_message.c
7812         * src/send_message.h
7813         * src/setup.c
7814         * src/setup.h
7815         * src/sourcewindow.c
7816         * src/sourcewindow.h
7817         * src/ssl_manager.c
7818         * src/ssl_manager.h
7819         * src/statusbar.c
7820         * src/statusbar.h
7821         * src/stock_pixmap.c
7822         * src/stock_pixmap.h
7823         * src/summary_search.c
7824         * src/summary_search.h
7825         * src/summaryview.c
7826         * src/summaryview.h
7827         * src/syldap.c
7828         * src/syldap.h
7829         * src/textview.c
7830         * src/textview.h
7831         * src/toolbar.c
7832         * src/toolbar.h
7833         * src/undo.c
7834         * src/undo.h
7835         * src/unmime.c
7836         * src/unmime.h
7837         * src/vcard.c
7838         * src/vcard.h
7839         * src/wizard.c
7840         * src/wizard.h
7841         * src/common/base64.c
7842         * src/common/base64.h
7843         * src/common/defs.h
7844         * src/common/hooks.c
7845         * src/common/hooks.h
7846         * src/common/log.c
7847         * src/common/log.h
7848         * src/common/mgutils.c
7849         * src/common/mgutils.h
7850         * src/common/nntp.c
7851         * src/common/nntp.h
7852         * src/common/passcrypt.c
7853         * src/common/passcrypt.h.in
7854         * src/common/plugin.c
7855         * src/common/plugin.h
7856         * src/common/prefs.c
7857         * src/common/prefs.h
7858         * src/common/progressindicator.c
7859         * src/common/progressindicator.h
7860         * src/common/quoted-printable.c
7861         * src/common/quoted-printable.h
7862         * src/common/session.c
7863         * src/common/session.h
7864         * src/common/smtp.c
7865         * src/common/smtp.h
7866         * src/common/socket.c
7867         * src/common/socket.h
7868         * src/common/ssl.c
7869         * src/common/ssl.h
7870         * src/common/stringtable.c
7871         * src/common/stringtable.h
7872         * src/common/sylpheed.c
7873         * src/common/sylpheed.h
7874         * src/common/template.c
7875         * src/common/template.h
7876         * src/common/timing.h
7877         * src/common/utils.c
7878         * src/common/utils.h
7879         * src/common/version.h.in
7880         * src/common/xml.c
7881         * src/common/xml.h
7882         * src/common/xmlprops.c
7883         * src/common/xmlprops.h
7884         * src/gtk/about.c
7885         * src/gtk/colorlabel.c
7886         * src/gtk/colorlabel.h
7887         * src/gtk/colorsel.c
7888         * src/gtk/colorsel.h
7889         * src/gtk/combobox.c
7890         * src/gtk/combobox.h
7891         * src/gtk/description_window.c
7892         * src/gtk/description_window.h
7893         * src/gtk/filesel.c
7894         * src/gtk/filesel.h
7895         * src/gtk/foldersort.c
7896         * src/gtk/foldersort.h
7897         * src/gtk/gtkaspell.c
7898         * src/gtk/gtkaspell.h
7899         * src/gtk/gtksctree.c
7900         * src/gtk/gtkshruler.c
7901         * src/gtk/gtkshruler.h
7902         * src/gtk/gtkutils.c
7903         * src/gtk/gtkutils.h
7904         * src/gtk/icon_legend.c
7905         * src/gtk/icon_legend.h
7906         * src/gtk/logwindow.c
7907         * src/gtk/logwindow.h
7908         * src/gtk/manage_window.c
7909         * src/gtk/manage_window.h
7910         * src/gtk/pluginwindow.c
7911         * src/gtk/pluginwindow.h
7912         * src/gtk/prefswindow.c
7913         * src/gtk/prefswindow.h
7914         * src/gtk/quicksearch.c
7915         * src/gtk/quicksearch.h
7916         * src/pixmaps/claws-mail.xpm
7917         * src/pixmaps/claws-mail_icon.xpm
7918         * src/pixmaps/claws-mail_logo.xpm
7919         * src/pixmaps/sylpheed-claws.xpm
7920         * src/pixmaps/sylpheed-claws_icon.xpm
7921         * src/pixmaps/sylpheed-claws_logo.xpm
7922         * src/plugins/bogofilter/Makefile.am
7923         * src/plugins/bogofilter/bogofilter.c
7924         * src/plugins/bogofilter/bogofilter.h
7925         * src/plugins/bogofilter/bogofilter_gtk.c
7926         * src/plugins/clamav/Makefile.am
7927         * src/plugins/clamav/clamav_plugin.c
7928         * src/plugins/clamav/clamav_plugin.h
7929         * src/plugins/clamav/clamav_plugin_gtk.c
7930         * src/plugins/demo/Makefile.am
7931         * src/plugins/demo/demo.c
7932         * src/plugins/dillo_viewer/Makefile.am
7933         * src/plugins/dillo_viewer/README
7934         * src/plugins/dillo_viewer/dillo_prefs.c
7935         * src/plugins/dillo_viewer/dillo_prefs.h
7936         * src/plugins/dillo_viewer/dillo_viewer.c
7937         * src/plugins/pgpcore/Makefile.am
7938         * src/plugins/pgpcore/passphrase.c
7939         * src/plugins/pgpcore/passphrase.h
7940         * src/plugins/pgpcore/pgp_viewer.c
7941         * src/plugins/pgpcore/pgp_viewer.h
7942         * src/plugins/pgpcore/plugin.c
7943         * src/plugins/pgpcore/prefs_gpg.c
7944         * src/plugins/pgpcore/prefs_gpg.h
7945         * src/plugins/pgpcore/select-keys.c
7946         * src/plugins/pgpcore/select-keys.h
7947         * src/plugins/pgpcore/sgpgme.c
7948         * src/plugins/pgpcore/sgpgme.h
7949         * src/plugins/pgpcore/sylpheed.def
7950         * src/plugins/pgpcore/version.rc
7951         * src/plugins/pgpinline/Makefile.am
7952         * src/plugins/pgpinline/pgpinline.c
7953         * src/plugins/pgpinline/pgpinline.h
7954         * src/plugins/pgpinline/plugin.c
7955         * src/plugins/pgpinline/sylpheed.def
7956         * src/plugins/pgpinline/version.rc
7957         * src/plugins/pgpmime/Makefile.am
7958         * src/plugins/pgpmime/pgpmime.c
7959         * src/plugins/pgpmime/pgpmime.h
7960         * src/plugins/pgpmime/plugin.c
7961         * src/plugins/pgpmime/sylpheed.def
7962         * src/plugins/pgpmime/version.rc
7963         * src/plugins/spamassassin/Makefile.am
7964         * src/plugins/spamassassin/README
7965         * src/plugins/spamassassin/spamassassin.c
7966         * src/plugins/spamassassin/spamassassin.h
7967         * src/plugins/spamassassin/spamassassin_gtk.c
7968         * src/plugins/trayicon/Makefile.am
7969         * src/plugins/trayicon/trayicon.c
7970         * tools/OOo2sylpheed.pl
7971         * tools/README
7972         * tools/README.sylprint
7973         * tools/acroread2sylpheed.pl
7974         * tools/claws.i18n.status.pl
7975         * tools/filter_conv.pl
7976         * tools/filter_conv_new.pl
7977         * tools/freshmeat_search.pl
7978         * tools/google_search.pl
7979         * tools/kmail2sylpheed.pl
7980         * tools/kmail2sylpheed_v2.pl
7981         * tools/make.themes.project
7982         * tools/multiwebsearch.pl
7983         * tools/nautilus2sylpheed.sh
7984         * tools/outlook2sylpheed.pl
7985         * tools/sylprint.pl
7986         * tools/sylprint.rc
7987         * tools/tb2sylpheed
7988         * tools/textviewer.sh
7989         * tools/vcard2xml.py
7990         * tools/kdeservicemenu/README
7991         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7992         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7993         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7994                 Change name to Claws Mail. Announce to follow...
7995
7996 2006-11-06 [wwp]        2.6.0cvs6
7997
7998         * src/prefs_template.c
7999                 unify messages related to quote format/template errors (fix
8000                 capitalization), again.
8001
8002 2006-11-06 [wwp]        2.6.0cvs5
8003
8004         * src/prefs_quote.c
8005                 unify messages related to quote format/template errors.
8006
8007 2006-11-06 [wwp]        2.6.0cvs4
8008
8009         * src/prefs_msg_colors.c
8010                 more uses of Q_ macro for contextual translations, thanks
8011                 to Fabien (fzzzzz).
8012
8013 2006-11-06 [wwp]        2.6.0cvs3
8014
8015         * src/compose.c
8016         * src/common/utils.c
8017         * src/common/utils.h
8018                 show an alertpanel to make sure users are aware that sensitive
8019                 files are attached (it's file blacklist-based). This will fix
8020                 interaction w/ GoogleEarth for instance, thanks to Colin.
8021
8022 2006-11-06 [wwp]        2.6.0cvs2
8023
8024         * src/prefs_quote.c
8025         * src/prefs_template.c
8026         * src/prefs_template.h
8027                 check quote format when applying/closing prefs. For now this only
8028                 shows up an error dialog box, not preventing the user from using
8029                 a broken quote (reply, forwards) format.
8030
8031 2006-11-06 [wwp]        2.6.0cvs1
8032
8033         * src/prefs_template.c
8034                 fix missing checks of some template fields.
8035
8036 2006-11-06 [paul]       2.6.0
8037
8038         * NEWS
8039         * README
8040         * RELEASE_NOTES
8041                 2.6.0 released
8042
8043 2006-11-06 [paul]       2.5.6cvs22
8044
8045         * manual/advanced.xml
8046         * manual/es/advanced.xml
8047                 put 'respect_flowed_format' info in the correct
8048                 place
8049
8050 2006-11-06 [mones]      2.5.6cvs21
8051
8052         * po/es.po
8053                 Minor fixes for release
8054
8055 2006-11-06 [paul]       2.5.6cvs20
8056
8057         * po/cs.po
8058         * po/de.po
8059         * po/fr.po
8060         * po/it.po
8061         * po/nl.po
8062         * po/pt_BR.po
8063         * po/sk.po
8064         * po/sv.po
8065         * po/zh_CN.po
8066                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8067                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8068                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8069                 Young
8070
8071 2006-11-02 [colin]      2.5.6cvs19
8072
8073         * src/imap.c
8074         * src/imap.h
8075         * src/prefs_account.c
8076         * src/etpan/imap-thread.c
8077                 Add GSSAPI support - fixes Debian bug #383274
8078
8079 2006-11-01 [colin]      2.5.6cvs18
8080
8081         * src/jpilot.c
8082                 Handle libpisock12 support. Probably
8083                 fixes bug 1046, 'jpilot AddressDB.pdb 
8084                 import fail'
8085
8086 2006-11-01 [colin]      2.5.6cvs17
8087
8088         * src/folderutils.c
8089                 debug_print() folderutils_mark_all_read()
8090
8091 2006-11-01 [colin]      2.5.6cvs16
8092
8093         * COPYING
8094                 Add missed files to the Apache exception
8095
8096 2006-10-31 [colin]      2.5.6cvs15
8097
8098         * src/folder.c
8099         * src/folder.h
8100                 Add a copy_private_data() func to FolderClasses
8101                 Doesn't break the feature freeze, because we 
8102                 won't use it (right now) in the core.
8103
8104 2006-10-31 [colin]      2.5.6cvs14
8105
8106         * COPYING
8107                 Allow linking with the Apache licensed files in
8108                 src/plugins/spamassassin. Hopefully fixes 
8109                 bug 1048, 'Spamassassin plugin license problem'
8110
8111 2006-10-31 [wwp]        2.5.6cvs13
8112
8113         * src/compose.c
8114                 fix and optimize trimming of leading linefeeds in body loop.
8115
8116 2006-10-31 [colin]      2.5.6cvs12
8117
8118         * src/etpan/imap-thread.c
8119         * src/imap.c
8120                 Make really sure to have NULL sets in case
8121                 of error
8122
8123 2006-10-30 [wwp]        2.5.6cvs11
8124
8125         * src/prefs_common.c
8126         * src/prefs_common.h
8127         * src/compose.c
8128                 fix broken storage of quote format template when it contains \-escape
8129                 sequences. The application of such sequences is also fixed now (\t
8130                 in quote format will be a real tab instead of a 't', for instance).
8131
8132 2006-10-27 [colin]      2.5.6cvs10
8133
8134         * src/compose.c
8135                 Probably fix bug 1045, 'sylpheed-claws 
8136                 doesn't remove the mail from the IMAP 
8137                 Queue folder after sending'. From
8138                 2.5.6cvs3-stable
8139
8140 2006-10-27 [colin]      2.5.6cvs9
8141
8142         * configure.ac
8143                 Require libetpan-0.48. I'm so annoying,
8144                 I know ;-)
8145
8146 2006-10-27 [colin]      2.5.6cvs8
8147
8148         * src/folder.c
8149         * src/imap.c
8150                 Probably fix bug 1044, 'sylpheed-claws 
8151                 segfaults while moving mails' - Fix relation
8152                 usage when moving to an IMAP mailbox from another
8153                 mailbox
8154
8155 2006-10-26 [paul]       2.5.6cvs7
8156
8157         * src/gtk/about.c
8158                 add libSM to compiled-in features
8159                 list
8160
8161 2006-10-24 [colin]      2.5.6cvs6
8162
8163         * src/textview.c
8164         * src/gtk/gtkutils.c
8165                 Fix crash when printing emails with an
8166                 xface
8167
8168 2006-10-24 [mones]      2.5.6cvs5
8169
8170         * manual/es/advanced.xml
8171                 Synchronize hidden option respect_flowed_format
8172         * po/es.po
8173                 Updated translation
8174
8175 2006-10-21 [paul]       2.5.6cvs4
8176
8177         * src/gtk/authors.h
8178         * src/plugins/pgpcore/pgp_viewer.c
8179         * src/plugins/pgpcore/sgpgme.c
8180                 fix building on BSDs
8181                 Thanks to Michael Hughes
8182                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8183
8184 2006-10-20 [colin]      2.5.6cvs3
8185
8186         * configure.ac
8187                 Bump up libetpan requirement
8188                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8189         * src/common/utils.c
8190         * src/common/utils.h
8191                 Add convenience get_file_mtime()
8192         * src/imap.c
8193         * src/etpan/imap-thread.c
8194         * src/etpan/imap-thread.h
8195                 Implement UIDPLUS support if the server
8196                 supports it - faster sending in this case
8197
8198 2006-10-19 [colin]      2.5.6cvs2
8199
8200         * src/gtk/quicksearch.c
8201                 Fix emptying in type-ahead+extended mode
8202         * src/mainwindow.c
8203         * src/mainwindow.h
8204                 Add a hook for offline state change
8205         * src/plugins/trayicon/trayicon.c
8206                 Use it to display offline icons
8207         * src/plugins/trayicon/Makefile.am
8208         * src/plugins/trayicon/newmail.offline.xpm
8209         * src/plugins/trayicon/newmarkedmail.offline.xpm
8210         * src/plugins/trayicon/nomail.offline.xpm
8211         * src/plugins/trayicon/unreadmail.offline.xpm
8212         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8213                 Add the icons
8214
8215 2006-10-12 [paul]       2.5.6cvs1
8216
8217         * NEWS
8218         * README
8219         * configure.ac
8220                 Update version number following
8221                 stable release
8222
8223 2006-10-19 [colin]      2.5.5cvs18
8224
8225         * manual/handling.xml
8226                 Add type-ahead search
8227
8228 2006-10-18 [colin]      2.5.5cvs17
8229
8230         * src/gtk/quicksearch.c
8231                 Remove "save to history only if there's
8232                 no syntax error", it breaks for some 
8233                 reason which I'll investigate later.
8234
8235 2006-10-18 [colin]      2.5.5cvs16
8236
8237         * src/prefs_common.c
8238         * src/prefs_common.h
8239         * src/summaryview.c
8240         * src/gtk/quicksearch.c
8241         * src/gtk/quicksearch.h
8242                 Add a type-ahead option for fast searches
8243                 Patch by Fabien Vantard
8244
8245 2006-10-18 [colin]      2.5.5cvs15
8246
8247         * src/compose.c
8248         * src/compose.h
8249                 Add Options/Reply mode/ menu to be able to
8250                 change the recipients of a reply on the fly
8251
8252 2006-10-18 [colin]      2.5.5cvs14
8253
8254         * src/compose.c
8255                 Fix redirecting of our own sent mails
8256
8257 2006-10-17 [wwp]        2.5.5cvs13
8258
8259         * src/send_message.c
8260                 Fix duplicate error messages when sending, and missing
8261                 newline in such error messages.
8262
8263 2006-10-17 [colin]      2.5.5cvs12
8264
8265         * src/compose.c
8266                 Compare addresses case-insensitive
8267
8268 2006-10-17 [colin]      2.5.5cvs11
8269
8270         * src/plugins/pgpcore/sgpgme.c
8271                 Fix return status
8272
8273 2006-10-17 [colin]      2.5.5cvs10
8274
8275         * src/plugins/pgpcore/pgp_viewer.c
8276                 Fix return status
8277
8278 2006-10-17 [colin]      2.5.5cvs9
8279
8280         * src/quote_fmt.c
8281                 Fix a typo (thanks to Fabien)
8282
8283 2006-10-16 [colin]      2.5.5cvs8
8284
8285         * src/textview.c
8286                 Fix problem with quote-folding when emails
8287                 don't convert cleanly to UTF-8
8288
8289 2006-10-14 [colin]      2.5.5cvs7
8290
8291         * src/prefs_template.c
8292                 Reset fields when reopening
8293                 the window
8294
8295 2006-10-13 [paul]       2.5.5cvs6
8296
8297         * manual/advanced.xml
8298         * src/prefs_message.c
8299                 make 'respect_flowed_format' a hidden
8300                 option, and add a manual entry for it
8301                 Thanks to Colin
8302
8303 2006-10-12 [colin]      2.5.5cvs5
8304
8305         * src/codeconv.c
8306                 Revert part of 2.5.2cvs21:
8307                 Don't optimise by reusing the 
8308                 last iconv converter if possible:
8309                 it seems slightly broken in a 
8310                 very hard way to reproduce
8311
8312 2006-10-12 [colin]      2.5.5cvs4
8313
8314         * src/prefs_common.c
8315         * src/prefs_common.h
8316         * src/prefs_message.c
8317         * src/procmime.c
8318                 Fix bug 1035, 'Incorrect handling 
8319                 of flowed lines'. We now optionnaly
8320                 handle this format (preference is in
8321                 Message View/Text options section)
8322
8323 2006-10-12 [colin]      2.5.5cvs3
8324
8325         * po/POTFILES.in
8326                 Add new file
8327         * src/plugins/pgpcore/pgp_viewer.c
8328         * src/plugins/pgpcore/sgpgme.c
8329                 Don't try to import without asking
8330
8331 2006-10-12 [colin]      2.5.5cvs2
8332
8333         * src/compose.c
8334                 Fix bug 1036, 'Forwarding a mutlipart
8335                 mail with a "text/html" block to ms
8336                 outlook users leeds to freeze of
8337                 outlook'. Poor outlook users...
8338
8339 2006-10-12 [paul]       2.5.5cvs1
8340
8341         * NEWS
8342         * README
8343         * configure.ac
8344                 Update version number following
8345                 stable release
8346
8347 2006-10-11 [paul]       2.5.4cvs1
8348
8349         * NEWS
8350         * README
8351         * configure.ac
8352                 Update version number following
8353                 stable release
8354
8355 2006-10-11 [paul]       2.5.3cvs32
8356
8357         * src/textview.c
8358                 fix bug 1032, 'Segmentation fault when showing
8359                 message' (bug in quote folding)
8360                 Thanks to Colin
8361
8362 2006-10-10 [colin]      2.5.3cvs31
8363
8364         * src/quote_fmt.c
8365                 Rephrase english a bit
8366
8367 2006-10-10 [colin]      2.5.3cvs30
8368
8369         * src/prefs_compose_writing.c
8370                 Stop making the page larger than the window
8371
8372 2006-10-10 [wwp]        2.5.3cvs29
8373
8374         * src/compose.c
8375         * src/prefs_template.c
8376         * src/quote_fmt.c
8377         * src/quote_fmt.h
8378         * src/quote_fmt_lex.l
8379         * src/quote_fmt_parse.y
8380                 Extend the quote parser a bit: allow to get access to
8381                 basic (composing) account info.
8382
8383 2006-10-10 [colin]      2.5.3cvs28
8384
8385         * src/procheader.c
8386                 Fix this \t problem in subject
8387
8388 2006-10-09 [colin]      2.5.3cvs27
8389
8390         * src/main.c
8391         * src/prefs_gtk.c
8392                 Prepare cache a bit later
8393                 If section already exists, skip the new one 
8394                 (as previously); avoid writing the same block
8395                 twice - if we find a second block with the 
8396                 same id, skip it.
8397         * src/plugins/pgpcore/pgp_viewer.c
8398                 Set cursor to busy when retrieving a key
8399         * src/plugins/pgpcore/sgpgme.c
8400                 allow 5 seconds for gpg to export the key
8401                 
8402
8403 2006-10-09 [colin]      2.5.3cvs26
8404
8405         * configure.ac
8406         * src/msgcache.c
8407         * src/prefs_gtk.c
8408                 Check for existence of fgets_unlocked
8409                 and fwrite_unlocked
8410
8411 2006-10-09 [paul]       2.5.3cvs25
8412
8413         * src/prefs_summaries.c
8414                 replace strftime() with fast_strftime() and in
8415                 the consequence fix the bug in the display of
8416                 AM/PM in the 'Example' string
8417
8418 2006-10-09 [ticho]      2.5.3cvs24
8419
8420         * po/sk.po
8421                 Updated (and fixed up somewhat) Slovak translation.
8422
8423 2006-10-08 [colin]      2.5.3cvs23
8424
8425         * src/prefs_folder_item.c
8426                 Explain why prefs in the top-level folder
8427                 aren't retained, but are still useful
8428
8429 2006-10-08 [colin]      2.5.3cvs22
8430
8431         * src/prefs_gtk.c
8432                 Don't cache anything if caching fails
8433
8434 2006-10-08 [colin]      2.5.3cvs21
8435
8436         * src/common/utils.c
8437                 always include gi18n.h
8438
8439 2006-10-07 [colin]      2.5.3cvs20
8440
8441         * src/plugins/pgpcore/pgp_viewer.c
8442                 Kill gpg after 5 seconds wait
8443
8444 2006-10-07 [colin]      2.5.3cvs19
8445
8446         * src/plugins/pgpcore/pgp_viewer.c
8447         * src/plugins/pgpcore/pgp_viewer.h
8448                 Fix copyright
8449
8450 2006-10-07 [colin]      2.5.3cvs18
8451
8452         * src/plugins/pgpcore/pgp_viewer.c
8453         * src/plugins/pgpcore/pgp_viewer.h
8454                 Actually add the files to CVS
8455
8456 2006-10-07 [colin]      2.5.3cvs17
8457
8458         * src/plugins/pgpcore/sgpgme.c
8459                 Be sure not to crash on 'application/pgp-signature' that
8460                 are not application/pgp-signatures
8461
8462 2006-10-07 [colin]      2.5.3cvs16
8463
8464         * src/textview.c
8465         * src/textview.h
8466                 Make a bit more of the API available
8467         * src/plugins/pgpcore/Makefile.am
8468         * src/plugins/pgpcore/plugin.c
8469         * src/plugins/pgpcore/sgpgme.c
8470                 Add basic key import/export
8471
8472 2006-10-07 [colin]      2.5.3cvs15
8473
8474         * src/folderview.c
8475         * src/imap.c
8476         * src/prefs_account.c
8477         * src/wizard.c
8478                 Warn users *everywhere* if libetpan's not
8479                 linked in
8480
8481 2006-10-06 [mones]      2.5.3cvs14
8482
8483         * po/de.po
8484         * po/es.po
8485                 updated by Stephan Sachse and me
8486
8487 2006-10-06 [colin]      2.5.3cvs13
8488
8489         * src/main.c
8490         * src/common/sylpheed.c
8491                 Don't load common plugins if --exit is passed
8492         * src/prefs_gtk.c
8493         * src/prefs_gtk.h
8494                 Implement a cache to avoid reading the same
8495                 files over and over again at startup
8496
8497 2006-10-06 [colin]      2.5.3cvs12
8498
8499         * src/summaryview.c
8500         * src/gtk/quicksearch.c
8501                 Update display every 5k mails on fast searches
8502
8503 2006-10-06 [colin]      2.5.3cvs11
8504
8505         * src/textview.c
8506                 Don't do quote folding on HTML or ERTF.
8507                 May fix the Cygwin issues if they were
8508                 happening with HTML mails?
8509
8510 2006-10-05 [colin]      2.5.3cvs10
8511
8512         * src/prefs_gtk.c
8513                 Oops, forgot one
8514
8515 2006-10-05 [colin]      2.5.3cvs9
8516
8517         * src/prefs_gtk.c
8518                 Use unlocked_stdio here too
8519
8520 2006-10-05 [colin]      2.5.3cvs8
8521
8522         * src/folderview.c
8523                 Fix go to next * after preferences apply
8524         * src/msgcache.c
8525                 Do the fd lock/unlock ourselves instead of
8526                 letting the libc do it at each write 
8527
8528 2006-10-05 [colin]      2.5.3cvs7
8529
8530         * src/common/utils.c
8531                 Faster division, thanks to Jean Diraison
8532
8533 2006-10-05 [paul]       2.5.3cvs6
8534
8535         * src/common/utils.c
8536                 fix building with --disable-nls
8537
8538 2006-10-04 [colin]      2.5.3cvs5
8539
8540         * src/folder.c
8541                 Maybe fix a segfault
8542
8543 2006-10-04 [wwp]        2.5.3cvs4
8544
8545         * src/prefs_folder_item.c
8546                 Fine-tune layouts in folder item prefs. Suggested by
8547                 Fabien Vantard <fzzzzz@gmail.com>.
8548
8549 2006-10-04 [wwp]        2.5.3cvs3
8550
8551         * src/prefs_folder_item.c
8552                 Kill the clandestine passengers. You didn't see anything.
8553
8554 2006-10-04 [wwp]        2.5.3cvs2
8555
8556         * src/prefs_folder_item.c
8557                 Add a way to test the subject simplify regexp in
8558                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8559                 w/ few layout changes.
8560
8561 2006-20-04 [paul]       2.5.3cvs1
8562
8563         * NEWS
8564         * README
8565         * configure.ac
8566                 Update version number following
8567                 stable release
8568
8569 2006-10-04 [colin]      2.5.2cvs42
8570
8571         * src/folder.c
8572         * src/folder.h
8573         * src/summaryview.c
8574                 Provide a way for folder classes to set their sort
8575                 type and key
8576
8577 2006-10-03 [colin]      2.5.2cvs41
8578
8579         * src/mh.c
8580                 Don't use strlen() to know if the
8581                 string's empty
8582
8583 2006-10-03 [colin]      2.5.2cvs40
8584
8585         * src/mh.c
8586                 Fix "check for new folders" with accentued folders
8587
8588 2006-10-03 [ticho]      2.5.2cvs39
8589
8590         * src/filtering.c
8591         * src/folder.c
8592         * src/inc.c
8593         * src/mbox.c
8594                 Colin's fix for "copy" filtering rules.
8595
8596 2006-10-02 [colin]      2.5.2cvs38
8597
8598         * src/folderview.c
8599                 Fix for double-click too
8600
8601 2006-10-02 [colin]      2.5.2cvs37
8602
8603         * src/folderview.c
8604                 correct fix for cvs36
8605
8606 2006-10-02 [colin]      2.5.2cvs36
8607
8608         * src/folderview.c
8609                 Fix 'goto next unread' after collapsing/expanding 
8610                 a node.
8611
8612 2006-10-02 [colin]      2.5.2cvs35
8613
8614         * src/summaryview.c
8615                 Fix double freeze/thaw
8616         * src/common/utils.c
8617         * src/common/utils.h
8618                 Reimplement strftime
8619         * src/procheader.c
8620                 Use it
8621
8622
8623 2006-10-02 [colin]      2.5.2cvs34
8624
8625         * src/mh.c
8626                 Time mh_write_sequences() - it's fast
8627         * src/summaryview.c
8628                 Init a variable to shut up gcc
8629
8630 2006-10-01 [colin]      2.5.2cvs33
8631
8632         * src/folder.c
8633         * src/mh.c
8634         * src/mh.h
8635         * src/msgcache.c
8636                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8637                 Add fsync but disable it, it's slow as hell
8638
8639 2006-10-01 [colin]      2.5.2cvs32
8640
8641         * src/mh.c
8642         * src/msgcache.c
8643                 fflush() caches and mh_sequences before
8644                 fclose()ing
8645
8646 2006-10-01 [colin]      2.5.2cvs31
8647
8648         * src/msgcache.c
8649                 Don't ftruncate when not using mmap
8650
8651 2006-09-30 [colin]      2.5.2cvs30
8652
8653         * src/main.c
8654                 Write folder list *after* saving caches
8655
8656 2006-09-30 [colin]      2.5.2cvs29
8657
8658         * src/folder.c
8659         * src/mh.c
8660                 Debug forced mtime changes
8661
8662 2006-09-30 [colin]      2.5.2cvs28
8663
8664         * src/folder.c
8665         * src/main.c
8666                 Remove useless debug_print()s (code
8667                 well-tested)
8668
8669 2006-09-30 [colin]      2.5.2cvs27
8670
8671         * src/mh.c
8672                 Do stuff faster when writing mh_sequences
8673
8674 2006-09-30 [colin]      2.5.2cvs26
8675
8676         * src/mh.c
8677                 Don't let the writing of .mh_sequences, which
8678                 can change the folder's mtime, let us think
8679                 we need to scan.
8680
8681 2006-09-30 [colin]      2.5.2cvs25
8682
8683         * src/folder.c
8684                 Move a debug_print where it belongs 
8685                 (processing)
8686         * src/summaryview.c
8687                 Don't mess with a huge slow subject
8688                 table if we're not threading by
8689                 subject
8690
8691 2006-09-30 [colin]      2.5.2cvs24
8692
8693         * src/msgcache.c
8694                 Reenable mmaped reads (*not* writes!)
8695         * src/procmsg.c
8696                 Don't destroy and recreate hashtables just
8697                 for fun
8698         * src/common/utils.c
8699                 Remove useless reply prefixes (it's case
8700                 unsensitive)
8701
8702 2006-09-30 [wwp]        2.5.2cvs23
8703
8704         * tools/fix_date.sh
8705                 Fixed a minor bug in date value extraction, added a switch
8706                 to replace non RFC-compliant Date: value, added a switch
8707                 to use strict RFC matching patterns for dates.
8708
8709 2006-09-29 [colin]      2.5.2cvs22
8710
8711         * src/matcher_parser.h
8712         * src/matcher_parser_parse.y
8713         * src/prefs_filtering.c
8714         * src/statusbar.c
8715         * src/summary_search.c
8716         * src/summaryview.c
8717         * src/gtk/quicksearch.c
8718         * src/gtk/quicksearch.h
8719                 Optimise searches by setting different
8720                 refresh intervals (depending if the 
8721                 search is fast or not)
8722
8723 2006-09-29 [colin]      2.5.2cvs21
8724
8725         * src/codeconv.c
8726                 Optimise by reusing the last iconv converter
8727                 if possible
8728         * src/textview.c
8729                 Optimise a bit (the foldable quotes feature
8730                 still has an awful O(n^2) algo
8731
8732 2006-09-29 [colin]      2.5.2cvs20
8733
8734         * src/gtk/gtksctree.c
8735         * src/gtk/gtksctree.h
8736                 Optimise de-selection via up/down or
8737                 another key
8738
8739 2006-09-28 [colin]      2.5.2cvs19
8740
8741         * src/action.c
8742         * src/compose.c
8743         * src/folderview.c
8744         * src/mainwindow.c
8745         * src/messageview.c
8746         * src/summary_search.c
8747         * src/toolbar.c
8748                 Avoid using summaryview->ctree directly
8749
8750 2006-09-28 [colin]      2.5.2cvs18
8751
8752         * src/summaryview.c
8753         * src/summaryview.h
8754                 Add helpers to freeze/thaw/grab_focus
8755                 Factorize calls to freeze/thaw/grab_focus
8756                 
8757
8758 2006-09-28 [colin]      2.5.2cvs17
8759
8760         * src/main.c
8761                 More guards for the session management
8762
8763 2006-09-28 [colin]      2.5.2cvs16
8764
8765         * src/folderview.c
8766         * src/gtk/gtksctree.c
8767         * src/gtk/gtksctree.h
8768                 Make expanding not recursive in folderview
8769
8770 2006-09-28 [colin]      2.5.2cvs15
8771
8772         * src/addressbook.c
8773                 If nothing is selected in the list (right part)
8774                 and a group is selected in the tree (left part),
8775                 mail this group.
8776
8777 2006-09-28 [colin]      2.5.2cvs14
8778
8779         * src/Makefile.am
8780                 Actually use SM_LIBS
8781
8782 2006-09-28 [ticho]      2.5.2cvs13
8783
8784         * src/export.c
8785         * src/messageview.c
8786         * src/mimeview.c
8787         * src/news.c
8788         * src/pop.c
8789         * src/prefs_themes.c
8790         * src/procmsg.c
8791                 Small i18n string optimization.
8792         * src/send_message.c
8793         * src/summaryview.c
8794         * src/common/session.c
8795         * src/common/smtp.c
8796         * src/common/ssl_certificate.c
8797         * src/common/utils.c
8798                 Use "Couldn't" instead of "Can't" in UI messages,
8799                 where appropriate.
8800
8801 2006-09-28 [colin]      2.5.2cvs12
8802
8803         * configure.ac
8804                 Possibly fix link errors
8805
8806 2006-09-27 [wwp]        2.5.2cvs11
8807
8808         * src/gtk/authors.h
8809         * doc/man/sylpheed-claws.1
8810         * manual/ack.xml
8811         * manual/es/ack.xml
8812         * manual/fr/ack.xml
8813         * manual/pl/ack.xml
8814                 Updated authors info (me, myself and I).
8815
8816 2006-09-27 [colin]      2.5.2cvs10
8817
8818         * src/addressbook.c
8819                 Remove useless printf
8820
8821 2006-09-27 [wwp]        2.5.2cvs9
8822
8823         * src/editgroup.c
8824         * src/send_message.c
8825         * src/inc.c
8826         * src/prefs_common.c
8827         * src/prefs_common.h
8828         * src/gtk/progressdialog.c
8829                 remember more windows' sizes (send dialog, received dialog,
8830                 edit group in addressbook).
8831
8832 2006-09-27 [colin]      2.5.2cvs8
8833
8834         * configure.ac
8835         * src/main.c
8836         * src/mainwindow.h
8837                 Use libSM to communicate with the session
8838                 manager, so that we can know when the 
8839                 session ends, save our caches, and draft
8840                 our compose windows.
8841
8842 2006-09-27 [colin]      2.5.2cvs7
8843
8844         * src/addressbook.c
8845                 Fix issues:
8846                 o Allow Book and Group creation from the tree's
8847                   contextual menu
8848                 o Do not actually delete the contacts when 
8849                   deleting groups from the tree (duh!)
8850
8851 2006-09-27 [colin]      2.5.2cvs6
8852
8853         * src/compose.c
8854         * src/compose.h
8855         * src/mainwindow.c
8856         * src/textview.c
8857         * src/toolbar.c
8858                 o Allow passing an email address to 
8859                   compose_new_with_folderitem
8860                 o Update callers
8861                 o Use current folderitem when clicking
8862                   on a TextView mailto: link
8863                 o Fix a possible leak in TextView
8864
8865 2006-09-27 [colin]      2.5.2cvs5
8866
8867         * src/html.c
8868                 Use UTF-8 chars to replace HTML entities
8869
8870 2006-09-27 [colin]      2.5.2cvs4
8871
8872         * AUTHORS
8873         * src/prefs_account.c
8874         * src/gtk/authors.h
8875                 Fix bug #1024 (Array index out of
8876                 range in sylpheed-claws-2.5.2)
8877                 Patch by Ales Nosek <anosek@suse.cz>
8878
8879 2006-09-27 [colin]      2.5.2cvs3
8880
8881         * src/addr_compl.c
8882                 Actually do the test
8883
8884 2006-09-27 [colin]      2.5.2cvs2
8885
8886         * src/addr_compl.c
8887         * src/addr_compl.h
8888                 Allow completing with comma (in certain cases: vCalendar
8889                 for example doesn't support that)
8890                 Patch by Fabien Vantard
8891
8892 2006-09-26 [colin]      2.5.2cvs1
8893
8894         * src/Makefile.am
8895         * src/addr_compl.c
8896         * src/addr_compl.h
8897         * src/addrbook.c
8898         * src/addrbook.h
8899         * src/addressbook.c
8900         * src/addrindex.c
8901         * src/addrindex.h
8902         * src/compose.c
8903         * src/prefs_common.c
8904         * src/prefs_filtering_action.c
8905         * src/prefs_folder_item.c
8906         * src/prefs_template.c
8907         * src/stock_pixmap.c
8908         * src/stock_pixmap.h
8909         * src/pixmaps/addr_one.xpm
8910         * src/pixmaps/addr_two.xpm
8911                 Add auto-completion on groups
8912
8913 2006-09-26 [colin]      2.5.2
8914
8915         * NEWS
8916         * README
8917         * RELEASE_NOTES
8918                 2.5.2 released
8919
8920 2006-09-26 [colin]      2.5.1cvs5
8921
8922         * src/matcher.c
8923                 Fix condition
8924
8925 2006-09-26 [colin]      2.5.1cvs4
8926
8927         * src/mbox.c
8928                 Revert cvs1 (useless as the message is printed 
8929                 every 500 mails)
8930
8931 2006-09-26 [colin]      2.5.1cvs3
8932
8933         * src/partial_download.c
8934                 Fix crasher found by Alexsandar Urosevic
8935
8936 2006-09-26 [colin]      2.5.1cvs2
8937
8938         * src/summaryview.c
8939                 Fix bug #1023 (Sylpheed deletes too much messages)
8940
8941 2006-09-26 [ticho]      2.5.1cvs1
8942
8943         * src/mbox.c
8944                 Make use of gettext's multiple plurals for statusbar
8945                 progress message.
8946
8947 2006-09-25 [paul]       2.5.1
8948
8949         * NEWS
8950         * README
8951         * RELEASE_NOTES
8952                 2.5.1 released
8953
8954 2006-09-25 [colin]      2.5.0cvs3
8955
8956         * src/plugins/bogofilter/bogofilter.c
8957         * src/plugins/clamav/clamav_plugin.c
8958         * src/plugins/spamassassin/spamassassin.c
8959                 BogoFilter, Spamassassin: Fix double hook registering after
8960                 visiting preferences
8961                 Spamassassin, Clamav: Just set the mails to move instead of
8962                 doing the move - caller will move the things at once.
8963
8964 2006-09-25 [colin]      2.5.0cvs2
8965
8966         * src/imap.c
8967         * src/etpan/imap-thread.c
8968                 Use UID SEARCH ALL instead of UID 1:*
8969                 (braindead servers can't figure out that's
8970                 the same...)
8971
8972 2006-09-25 [wwp]        2.5.0cvs1
8973
8974         * src/message_search.c
8975                 Added the ability to stop a running search (in message body).
8976
8977 2006-09-25 [paul]       2.5.0
8978
8979         * NEWS
8980         * README
8981         * RELEASE_NOTES
8982                 2.5.0 released
8983
8984 2006-09-25 [paul]       2.4.0cvs214
8985
8986         * po/cs.po
8987         * po/de.po
8988         * po/fi.po
8989         * po/fr.po
8990         * po/nl.po
8991         * po/pt_BR.po
8992         * po/sk.po
8993         * po/sr.po
8994         * po/zh_CN.po
8995                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8996                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8997                 Ticho, Aleksander Urosevic, Ralgh Young
8998
8999 2006-09-24 [mones]      2.4.0cvs213
9000
9001         * po/es.po
9002                 Updated for release
9003
9004 2006-09-23 [colin]      2.4.0cvs212
9005
9006         * src/gtk/inputdialog.c
9007                 Fix [ ] remember this appearing in normal
9008                 input dialogs after it's been used by
9009                 mimeview.
9010         * src/folder.c
9011         * src/folderview.c
9012         * src/msgcache.c
9013         * src/procmsg.c
9014         * src/summaryview.c
9015         * src/textview.c
9016         * src/common/timing.h
9017                 Enable timings in debug mode and make it
9018                 look prettier.
9019
9020 2006-09-22 [colin]      2.4.0cvs211
9021
9022         * README
9023                 Revert test change
9024         * commitHelper
9025                 ping the correct URI
9026
9027 2006-09-22 [colin]      2.4.0cvs210
9028
9029         * README
9030                 Let's see if bug #1022 is fixed
9031
9032 2006-09-21 [colin]      2.4.0cvs209
9033
9034         * src/wizard.c
9035         * src/common/plugin.c
9036                 Prepare infra to load predefined plugins when
9037                 no configuration existed. Don't actually load
9038                 anything yet (feat. freeze)
9039
9040 2006-09-21 [wwp]        2.4.0cvs208
9041
9042         * manual/fr/faq.xml
9043                 Partial sync w/ 2.4.0cvs72:
9044                 wrap file and minor updates.
9045
9046 2006-09-21 [wwp]        2.4.0cvs207
9047
9048         * tools/fix_date.sh
9049                 several fixes and enhancements. A new --force switch has been
9050                 added to prevent overriding by default Date: header when
9051                 already existing.
9052
9053 2006-09-21 [paul]       2.4.0cvs206
9054
9055         * src/common/utils.c
9056                 add Chinese UTF8 Re prefix
9057
9058 2006-09-21 [wwp]        2.4.0cvs205
9059
9060         * tools/Makefile.am
9061                 Fics alfabettical order.
9062
9063 2006-09-21 [wwp]        2.4.0cvs204
9064
9065         * tools/fix_date.sh
9066         * tools/Makefile.am
9067                 Added an action tool to fix missing Date field in emails.
9068                 Updated Makefile.am to reflect those last two additions.
9069
9070 2006-09-21 [wwp]        2.4.0cvs203
9071
9072         * tools/uuooffice
9073                 Added a action tool to open uuencoded docs w/
9074                 OpenOffice (based on uudec method).
9075
9076 2006-09-21 [colin]      2.4.0cvs202
9077
9078         * src/compose.c
9079         * src/textview.c
9080                 Workaround possible GTK crash: remove selection 
9081                 clipboard before destroying widget, or GTK+-2.10
9082                 dies. Thanks to Hiro.
9083
9084 2006-09-20 [colin]      2.4.0cvs201
9085
9086         * src/compose.c
9087                 Fix free-after-use in some cases (when 
9088                 procmime_encode_content() frees mimeinfo->data.mem
9089                 and turns it to a temp file)
9090
9091 2006-09-20 [colin]      2.4.0cvs200
9092
9093         * src/folderview.c
9094         * src/summaryview.c
9095         * src/gtk/gtksctree.c
9096         * src/gtk/gtksctree.h
9097                 Add tooltips in the folderview and summaryview
9098                 (Doesn't break string freeze as they already
9099                 exist)
9100         * src/toolbar.c
9101                 Put the spam button in the default configuration
9102                 if compiled with bogo plugin too
9103
9104 2006-09-19 [colin]      2.4.0cvs199
9105
9106         * src/summaryview.c
9107         * src/summaryview.h
9108                 Update folder name label on folder rename
9109         * src/prefs_matcher.c
9110         * src/gtk/logwindow.h
9111                 Fix warnings
9112                 Patches by Fabien
9113
9114 2006-09-19 [wwp]        2.4.0cvs198
9115
9116         * src/summary_search.c
9117                 fix can't click forward/backward buttons in the
9118                 search messages.
9119
9120 2006-09-18 [paul]       2.4.0cvs197
9121
9122         * src/wizard.c
9123                 add missing bracket, capitalise the A of
9124                 'SpamAssassin'
9125
9126 2006-09-18 [paul]       2.4.0cvs196
9127
9128         * src/compose.c
9129                 fix bug 1012 'crashed upon sending mail
9130                 from compose window'
9131                 Thanks to Colin
9132
9133 2006-09-16 [colin]      2.4.0cvs195
9134
9135         * src/folderview.c
9136                 Fix "real-time" sorting by freezing/thawing
9137
9138 2006-09-16 [colin]      2.4.0cvs194
9139
9140         * manual/faq.xml
9141                 Fix the anti-spam entry a bit
9142
9143 2006-09-16 [colin]      2.4.0cvs193
9144
9145         * src/wizard.c
9146                 Make sure reviewers have no excuse when stating
9147                 Sylpheed-Claws doesn't have antispam capabilities.
9148
9149 2006-09-16 [colin]      2.4.0cvs192
9150
9151         * src/main.c
9152                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9153                 as if the SIGPIPE comes from etpan's thread we could
9154                 trigger a GUI update from this thread.
9155
9156 2006-09-16 [colin]      2.4.0cvs191
9157
9158         * src/summaryview.c
9159                 Init all members of the struct
9160
9161 2006-09-16 [paul]       2.4.0cvs190
9162
9163         * src/account.c
9164                 improvements to the English
9165
9166 2006-09-15 [colin]      2.4.0cvs189
9167
9168         * src/summaryview.c
9169                 HIG order on dialog
9170
9171 2006-09-14 [colin]      2.4.0cvs188
9172
9173         * src/common/socket.c
9174         * src/common/socket.h
9175         * src/common/ssl.c
9176         * src/common/ssl_certificate.c
9177         * src/common/ssl_certificate.h
9178         * src/etpan/imap-thread.c
9179                 the get_fqdn() call done to get canonical name when
9180                 checking an SSL certificate is blocking, which is
9181                 sad as we just did a non-blocking lookup to connect.
9182                 Fix that by letting the fqdn available to the SockInfo,
9183                 and use that in ssl_certificate_check(). For IMAP,
9184                 we don't do it as the lookup's done by libetpan, but
9185                 it's less annoying as IMAP connections as much more
9186                 rare than POP3 connections.
9187
9188 2006-09-14 [paul]       2.4.0cvs187
9189
9190         * manual/advanced.xml
9191                 improvements to the English,
9192                 properly place the new hidden options
9193                 within the alphabetical order
9194         * src/gtk/pluginwindow.c
9195                 improvements to the English
9196
9197 2006-09-14 [colin]      2.4.0cvs186
9198
9199         * src/prefs_common.c
9200         * src/prefs_common.h
9201         * src/gtk/gtksctree.c
9202         * manual/advanced.xml
9203                 New hidden pref, stripes_color_offset, to change
9204                 the value added/substracted to normal bgcolor to
9205                 create the stripes in summaries
9206
9207 2006-09-13 [colin]      2.4.0cvs185
9208
9209         * src/gedit-print.c
9210         * src/messageview.c
9211         * src/messageview.h
9212         * src/summaryview.c
9213         * src/textview.c
9214                 Fix misc. printing issues: 
9215                 - Bad font for linkified headers
9216                 - Different font if the mail was displayed or not
9217                 - Factorize the thing
9218
9219 2006-09-13 [colin]      2.4.0cvs184
9220
9221         * src/common/ssl_certificate.c
9222                 Only get FQDN once when checking certificate
9223
9224 2006-09-13 [colin]      2.4.0cvs183
9225
9226         * src/account.c
9227         * src/gtk/pluginwindow.c
9228                 Misc. GUI fixes by Fabien
9229
9230 2006-09-13 [wwp]        2.4.0cvs182
9231
9232         * configure.ac
9233         * src/common/utils.h
9234         * src/common/utils.c
9235                 get rid of unused wide-char functions.
9236
9237 2006-09-13 [wwp]        2.4.0cvs181
9238
9239         * src/plugins/pgpinline/sylpheed.def
9240         * src/textview.c
9241                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9242                 add privacy_reset_error to the .def file,
9243                 do not fork for an external textviewer.
9244
9245 2006-09-13 [wwp]        2.4.0cvs180
9246
9247         * src/prefs_common.c
9248                 fix broken font entry in prefs (patch issued by the gpg4win team,
9249                 probably by Marcus Brinkmann <marcus@g10code.de>).
9250
9251 2006-09-13 [colin]      2.4.0cvs179
9252
9253         * src/folder.h
9254                 Fix a warning in summaryview.c
9255         * src/mainwindow.c
9256         * src/summaryview.c
9257         * src/summaryview.h
9258                 Add missing Mark/* elements in the
9259                 main menu
9260
9261 2006-09-12 [colin]      2.4.0cvs178
9262
9263         * src/prefs_actions.c
9264         * src/prefs_filtering_action.c
9265         * src/prefs_matcher.c
9266                 Use (New) instead of New everywhere
9267
9268 2006-09-12 [wwp]        2.4.0cvs177
9269
9270         * manual/fr/addrbook.xml
9271         * manual/fr/handling.xml
9272                 updated some quotes in the fr manual to match the fr translation.
9273
9274 2006-09-12 [wwp]        2.4.0cvs176
9275
9276         * src/prefs_matcher.c
9277                 don't store translated string elements in matcher expressions.
9278                 Also fixed a misused of Q_().
9279
9280 2006-09-11 [wwp]        2.4.0cvs175
9281
9282         * src/plugins//bogofilter/bogofilter.c
9283         * src/plugins//clamav/clamav_plugin.c
9284         * src/plugins//demo/demo.c
9285         * src/plugins//dillo_viewer/dillo_viewer.c
9286         * src/plugins//pgpcore/plugin.c
9287         * src/plugins//pgpinline/plugin.c
9288         * src/plugins//pgpmime/plugin.c
9289         * src/plugins//spamassassin/spamassassin.c
9290                 gettext-ize more strings (mostly plugin error messages).
9291
9292 2006-09-11 [colin]      2.4.0cvs174
9293
9294         * src/alertpanel.c
9295                 Make maximum buffer size bigger to avoid
9296                 truncating translated messages. Patch by
9297                 Fabien
9298
9299 2006-09-11 [colin]      2.4.0cvs173
9300
9301         * src/etpan/imap-thread.c
9302                 Fix compilation on OpenBSD, thanks to 
9303                 Landry
9304
9305 2006-09-10 [wwp]        2.4.0cvs172
9306
9307         * manual/account.xml
9308         * manual/addrbook.xml
9309         * manual/handling.xml
9310         * manual/es/handling.xml
9311         * manual/fr/account.xml
9312         * manual/fr/addrbook.xml
9313         * manual/fr/handling.xml
9314                 documented addressbook matching (condition configuration):
9315                   addrbook.xml, en fr
9316                 documented per-account filtering rules (handling/filtering
9317                   section, account section):
9318                   account.xml, handling.xml, en fr
9319                 slightly updated the handling/searching section to tell few
9320                   words about the extended search ability:
9321                   handling.xml, en fr
9322                 added missing <quote></quotes> to Quick Search:
9323                   handling.xml, en fr es
9324                 fixed a typo (auomatically):
9325                   handling.xml, en
9326                 changes revisited by Paul.
9327
9328 2006-09-10 [paul]       2.4.0cvs171
9329
9330         * src/prefs_actions.c
9331         * src/prefs_filtering.c
9332         * src/prefs_template.c
9333                 adjustments to the gui
9334                 Patch by Fabien Vantard (slightly modified)
9335
9336 2006-09-10 [colin]      2.4.0cvs170
9337
9338         * src/summaryview.c
9339                 Check folderitem/summaryview consistency
9340                 (basically automates Update summary). Fixes
9341                 #1011 (wrong (negative) count on unread 
9342                 messages)
9343
9344 2006-09-10 [colin]      2.4.0cvs169
9345
9346         * src/gtk/gtksctree.c
9347                 Fix recursive expansion via mouse
9348         * src/plugins/bogofilter/bogofilter.c
9349                 Use normal filtering way of moving
9350                 messages (batching), possibly fixing
9351                 bug #1015 (Bogofilter plugin doubles 
9352                 new messages)
9353
9354 2006-09-09 [wwp]        2.4.0cvs168
9355
9356         * src/prefs_filtering.c
9357                 better place for this fix.
9358
9359 2006-09-09 [wwp]        2.4.0cvs167
9360
9361         * src/prefs_filtering.c
9362                 fix a minor bug when the enabled status of a filtering/processing
9363                 rule always got set to TRUE when replacing this rule. That still
9364                 make sense when adding a new rule, but now when replacing, we
9365                 don't override the value of 'enabled'.
9366                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9367                 to prefs_filtering_list_view_get_info() as this function not only
9368                 returns the name, but also the account_id and the enabled status.
9369
9370 2006-09-09 [mones]      2.4.0cvs166
9371
9372         * manual/glossary.xml
9373         * manual/plugins.xml
9374                 Minor format corrections
9375         * manual/gpl.xml
9376                 Fix misplaced NO WARRANTY section
9377         * manual/es/advanced.xml
9378         * manual/es/faq.xml
9379         * manual/es/glossary.xml
9380         * manual/es/gpl.xml
9381         * manual/es/handling.xml
9382         * manual/es/plugins.xml
9383         * manual/es/starting.xml
9384                 Incorporate changes from English version
9385         * manual/fr/ack.xml
9386         * manual/pl/ack.xml
9387         * manual/es/ack.xml
9388                 Fix address, (add translation credits in es version)
9389         * po/es.po
9390                 Updated translation
9391
9392 2006-09-09 [wwp]        2.4.0cvs165
9393
9394         * src/prefs_filtering.c
9395                 fix a crash when opening filtering prefs, if matcherrc file contains
9396                 broken data (non-existing account id, which is theoretically not
9397                 possible).
9398
9399 2006-09-08 [colin]      2.4.0cvs164
9400
9401         * src/folder.c
9402                 Wrong assert, make it an if()
9403         * src/gtk/gtksctree.c
9404                 Fix bug #1013 (expand selected thread 
9405                 tree) - expanding is now recursive
9406
9407 2006-09-07 [wwp]        2.4.0cvs163
9408
9409         * src/prefs_matcher.c
9410                 make better sentences about addressbook matching in the
9411                 matcher prefs. This should make translators' work easier
9412                 too.
9413
9414 2006-09-07 [wwp]        2.4.0cvs162
9415
9416         * src/prefs_filtering.c
9417                 code simplification (get rid of dup var. assignment).
9418
9419 2006-09-07 [wwp]        2.4.0cvs161
9420
9421         * src/summaryview.c
9422                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9423                 <fzzzzz@gmail.com>.
9424
9425 2006-09-07 [paul]       2.4.0cvs160
9426
9427         * src/mimeview.c
9428                 fix compilation warnings
9429                 Thanks to Colin
9430
9431 2006-09-07 [paul]       2.4.0cvs159
9432
9433         * src/mimeview.c
9434                 select the mimepart icon when
9435                 displaying as text
9436                 Thanks to Colin
9437
9438 2006-09-06 [paul]       2.4.0cvs158
9439
9440         * src/prefs_filtering.c
9441                 fix labels and table element spacing
9442                 Patch by Fabien Vantard
9443
9444 2006-09-06 [paul]
9445
9446         2.5.0-rc3 released
9447
9448 2006-09-06 [paul]       2.4.0cvs157
9449
9450         * manual/es/advanced.xml
9451                 fix typo
9452
9453 2006-09-06 [wwp]        2.4.0cvs156
9454
9455         * src/mainwindow.c
9456                 fix an dup launch issue when iconified, thanks to Colin.
9457
9458 2006-09-06 [wwp]        2.4.0cvs155
9459
9460         * src/gtk//gtksctree.h
9461                 oops, forgot that one!
9462
9463 2006-09-06 [wwp]        2.4.0cvs154
9464
9465         * manual/pl/advanced.xml
9466         * manual/advanced.xml
9467         * manual/es/advanced.xml
9468         * manual/fr/advanced.xml
9469         * src/prefs_customheader.c
9470         * src/prefs_filtering_action.c
9471         * src/foldersel.c
9472         * src/prefs_summaries.c
9473         * src/prefs_filtering.c
9474         * src/account.c
9475         * src/compose.c
9476         * src/prefs_summary_column.c
9477         * src/addr_compl.c
9478         * src/prefs_actions.c
9479         * src/prefs_folder_column.c
9480         * src/ssl_manager.c
9481         * src/prefs_template.c
9482         * src/prefs_display_header.c
9483         * src/prefs_common.h
9484         * src/prefs_matcher.c
9485         * src/prefs_common.c
9486         * src/prefs_toolbar.c
9487         * src/summaryview.c
9488         * src/folderview.c
9489         * src/gtk/gtksctree.c
9490         * src/gtk/pluginwindow.c
9491         * src/gtk/progressdialog.c
9492         * src/gtk/prefswindow.c
9493                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9494                 to make its meaning more obvious (all versions of the manual reflect
9495                 the change).
9496                 added an extra hidden option use_stripes_in_summary to allow
9497                 discarding these stripes in mainwindow's folder and message lists;
9498                 en and fr manuals only are OK towards this.
9499
9500 2006-09-06 [colin]      2.4.0cvs153
9501
9502         * src/textview.c
9503                 Hide Sylpheed-Claws' internal queue headers
9504                 when showing all headers. They'll be present
9505                 only in Source window.
9506
9507 2006-09-05 [colin]      2.4.0cvs152
9508
9509         * src/plugins/trayicon/trayicon.c
9510                 Fix crash at exit - we have to disconnect
9511                 our handlers
9512         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9513                 Update eggtrayicon - patch adapted from a
9514                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9515                 on Sylpheed's ML
9516
9517 2006-09-05 [colin]      2.4.0cvs151
9518
9519         * src/mainwindow.c
9520         * src/gtk/logwindow.c
9521                 Fix race condition when something writes
9522                 to the log too soon during init. Thanks
9523                 to Fabien Vantard
9524
9525 2006-09-05 [colin]      2.4.0cvs150
9526
9527         * src/mimeview.c
9528                 Don't select part on right-click either
9529
9530 2006-09-05 [paul]       2.4.0cvs149
9531
9532         * src/mimeview.c
9533                 completion of previous commit
9534                 Thanks to Colin
9535
9536 2006-09-05 [colin]      2.4.0cvs148
9537
9538         * src/mimeview.c
9539                 Don't force selection on middle-click, just open
9540
9541 2006-09-04 [colin]      2.4.0cvs147
9542
9543         * src/mimeview.c
9544                 Looks like gtk_notebook_set_current_page()
9545                 sometimes steals focus, and this annoys us
9546                 in MimeViewers as it renders navigation
9547                 keys useless. Take back focus after switching
9548                 pages.
9549
9550 2006-09-04 [colin]      2.4.0cvs146
9551
9552         * src/messageview.c
9553                 Set stop_loading when clicking on Next
9554                 during load. Don't add a callback to 
9555                 avoid over-complicating things.
9556
9557 2006-09-04 [colin]      2.4.0cvs145
9558
9559         * src/mimeview.c
9560         * src/messageview.c
9561                 Fix multiple loads in separate messageview
9562
9563 2006-09-04 [colin]      2.4.0cvs144
9564
9565         * src/summaryview.c
9566                 Let navigation keys be handled during 
9567                 load
9568
9569 2006-09-04 [colin]      2.4.0cvs143
9570
9571         * src/messageview.c
9572         * src/summaryview.c
9573         * src/textview.c
9574         * src/textview.h
9575                 Make loading of huge mails (lots of text and/or
9576                 images) cancellable, so the GUI doesn't block 
9577
9578 2006-09-04 [colin]      2.4.0cvs142
9579
9580         * src/plugins/trayicon/trayicon.c
9581                 Fix annoyance when removing a folder with 
9582                 unread mails: trayicon didn't update
9583
9584 2006-09-04 [paul]       2.4.0cvs141
9585
9586         * src/gtk/icon_legend.c
9587                 straighten up columns
9588                 Patch by Fabien Vantard
9589
9590 2006-09-04 [wwp]        2.4.0cvs140
9591
9592         * src/prefs_filtering.c
9593                 fix new line's account name in filtering prefs:
9594                 was "All", is now "(New)".
9595
9596 2006-09-04 [paul]       2.4.0cvs139
9597
9598         * tools/make.themes.project
9599                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9600                 instead of homebrewed "make release"
9601
9602 2006-09-03 [colin]      2.4.0cvs138
9603
9604         * src/folderview.c
9605                 Fix bug #1007 (Wrong folder highlighted)
9606
9607 2006-09-03 [colin]      2.4.0cvs137
9608
9609         * src/compose.c
9610                 Don't set Newsgroup: header to a mail folder
9611                 path
9612
9613 2006-09-03 [paul]       2.4.0cvs136
9614
9615         * src/prefs_other.c
9616         * src/prefs_spelling.c
9617                 unify the gui
9618
9619 2006-09-03 [paul]       2.4.0cvs135
9620
9621         * src/prefs_summaries.c
9622                 correct menu item text in prefs_keybind_apply_clicked()
9623
9624 2006-09-03 [paul]       2.4.0cvs134
9625
9626         * manual/advanced.xml
9627                 some improvements to the descriptions
9628         * src/mainwindow.c
9629         * src/messageview.c
9630         * src/summaryview.c
9631         * src/gtk/menu.c
9632                 fix menu sensitivity issues
9633         * src/prefs_message.c
9634                 drop the useless word 'short'
9635         * src/prefs_other.c
9636                 add the word 'lines' indicating log length
9637                 is a measure of lines
9638         * src/textview.c
9639                 fix compilation warnings
9640
9641 2006-09-02 [colin]      2.4.0cvs133
9642
9643         * src/messageview.c
9644                 Display a special return-receipt message
9645                 if the message is from the user
9646         * src/summaryview.c
9647                 Fix missing freeze of the list when marking
9648                 all read and unthreading for exec. Thanks
9649                 to Stephan Sachse.
9650
9651 2006-09-02 [paul]       2.4.0cvs132
9652
9653         * src/mainwindow.c
9654         * src/prefs_message.c
9655         * src/summaryview.c
9656                 fix some english
9657
9658 2006-09-02 [wwp]        2.4.0cvs131
9659
9660         * src/prefs_filtering.c
9661                 added an account name column to the filtering rules
9662                 dialog.
9663
9664 2006-09-02 [colin]      2.4.0cvs130
9665
9666         * src/gtk/logwindow.c
9667         * src/gtk/logwindow.h
9668                 Block scrolling if we're not at the end
9669                 of the log
9670
9671 2006-09-02 [colin]      2.4.0cvs129
9672
9673         * src/folder.c
9674                 Make sure account-specific rules can't
9675                 be used in {pre-,post-,}processing
9676         * src/mainwindow.c
9677         * src/gtk/logwindow.c
9678         * src/gtk/logwindow.h
9679                 Jump to last error when clicking on the
9680                 warning icon
9681
9682 2006-09-02 [colin]      2.4.0cvs128
9683
9684         * src/imap.c
9685         * src/import.c
9686         * src/mainwindow.c
9687         * src/mainwindow.h
9688                 Fix warning icon
9689         * src/inc.c
9690         * src/mbox.c
9691         * src/mbox.h
9692                 Let proc_mbox know its account, for
9693                 account-specific rules
9694
9695 2006-09-01 [colin]      2.4.0cvs127
9696
9697         * src/codeconv.c
9698                 Don't uselessly use iconv to convert from
9699                 us-ascii
9700         * src/alertpanel.c
9701         * src/mainwindow.c
9702         * src/mainwindow.h
9703         * src/inc.c
9704                 Fix certain log cases, disable warning icon
9705                 for now, the correct way to display it when
9706                 necessary and only when necessary is probably
9707                 to do it manually rather than use error logs
9708         * src/etpan/imap-thread.c
9709                 Clean up UID logging a bit
9710         * src/gtk/logwindow.c
9711         * src/gtk/logwindow.h
9712                 Make logging faster when the window's closed
9713
9714 2006-09-01 [wwp]        2.4.0cvs126
9715
9716         * manual/fr/account.xml
9717                 reflect changes to the ref. manual (parts of cvs72):
9718                 fix tabnames and quotes.
9719
9720 2006-09-01 [wwp]        2.4.0cvs125
9721
9722         * manual/fr/plugins.xml
9723                 reflect changes to the reference manual (cvs42):
9724                 update IRC channel info.
9725
9726 2006-09-01 [wwp]        2.4.0cvs124
9727
9728         * commitHelper
9729                 use CVSEDITOR env. var. if set, according to `man cvs`.
9730
9731 2006-09-01 [wwp]        2.4.0cvs123
9732
9733         * manual/advanced.xml
9734                 better sentence again (thanks to Paul).
9735
9736 2006-09-01 [wwp]        2.4.0cvs122
9737
9738         * manual/advanced.xml
9739         fix definition of toolbar_detachable and rework a bit the one of
9740         enable_dotted_lines.
9741
9742 2006-09-01 [mones]      2.4.0cvs121
9743
9744         * manual/advanced.xml
9745                 Document enable_dotted_lines
9746
9747 2006-09-01 [paul]       2.4.0cvs120
9748
9749         * src/folderview.c
9750         * src/folderview.h
9751         * src/imap.c
9752         * src/mainwindow.c
9753         * src/summaryview.c
9754                 obey the 'When entering folder...' option
9755                 when using the /View/Go to/... menu items
9756                 Thanks to Colin
9757
9758 2006-08-31 [colin]      2.4.0cvs119
9759
9760         * src/folderview.c
9761                 Revert 2.4.0cvs116, wrong fix.
9762
9763 2006-08-31 [colin]      2.4.0cvs118
9764
9765         * src/gtk/gtksctree.c
9766                 Better state the various copyrights
9767
9768 2006-08-31 [colin]      2.4.0cvs117
9769
9770         * src/prefs_common.c
9771                 fix enable_dotted_lines
9772
9773 2006-08-31 [colin]      2.4.0cvs116
9774
9775         * src/folderview.c
9776                 Use pref "Always open on select" when going
9777                 to next unread folder
9778         * src/gtk/gtksctree.c
9779                 Fix link failure to _gtk_clist_create_cell_layout
9780                 on certain computers. (Why not mine, I wonder)
9781
9782 2006-08-31 [colin]      2.4.0cvs115
9783
9784         * src/procmsg.c
9785         * src/textview.c
9786         * src/plugins/bogofilter/bogofilter.c
9787         * src/plugins/spamassassin/spamassassin.c
9788                 Requalify some "errors" to warnings
9789         * src/mainwindow.c
9790         * src/mainwindow.h
9791         * src/statusbar.c
9792                 Add an icon in the statusbar to notify
9793                 of errors
9794         * src/gtk/gtksctree.c
9795         * src/folderview.c
9796         * src/summaryview.c
9797                 Make the GtkSCTree look more modern by
9798                 alternating background lines
9799         * src/prefs_common.c
9800         * src/prefs_common.h
9801                 Add a pref to let people have the old
9802                 way if they prefer
9803
9804
9805 2006-08-30 [colin]      2.4.0cvs114
9806
9807         * src/procmsg.c
9808         * src/procmsg.h
9809                 Provide a way to filter a list of
9810                 messages in an optimised manner, and
9811                 add a list-filtering hook
9812         * src/folder.c
9813         * src/inc.c
9814         * src/mbox.c
9815                 Use the list filtering
9816         * src/plugins/bogofilter/bogofilter.c
9817                 Use the list-filtering hook
9818                 Use -b (bulk) mode for more speed
9819                 when learning and filtering
9820         * src/etpan/imap-thread.c
9821                 Make log output shorter in UID SEARCH
9822
9823
9824 2006-08-30 [colin]      2.4.0cvs113
9825
9826         * src/plugins/bogofilter/bogofilter.c
9827                 Really fast mass learning - thanks to David
9828                 Relson for the options explanations :)
9829
9830 2006-08-30 [colin]      2.4.0cvs112
9831
9832         * src/msgcache.c
9833                 Fix compilation on FreeBSD. Thanks
9834                 to Michael Hugues
9835
9836 2006-08-29 [colin]      2.4.0cvs111
9837
9838         * src/folderview.c
9839                 Handle "popup_menu" signal (for popping the 
9840                 menu via the keyboard)
9841         * src/mimeview.c
9842         * src/mimeview.h
9843         * src/summaryview.c
9844         * src/textview.c
9845         * src/gtk/gtkutils.c
9846         * src/gtk/gtkutils.h
9847                 Factorize scrolling code, and add an API 
9848                 for MimeViewers to handle scroll orders
9849
9850 2006-08-29 [wwp]        2.4.0cvs110
9851
9852         * src/plugins//bogofilter/bogofilter.c
9853         * src/plugins//spamassassin/spamassassin.c
9854                 make the bogofilter/spamassassin filtering error dialogs at
9855         incorporation obey to the "don't popup error dialog on
9856         receive error" option. If disabled, feed the log window w/
9857         the error message.
9858
9859 2006-08-29 [paul]
9860
9861         2.5.0-rc2 released
9862
9863 2006-08-29 [paul]       2.4.0cvs109
9864
9865         * Makefile.am
9866                 remove 'make release', it's not needed
9867                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9868
9869 2006-08-29 [paul]       2.4.0cvs108
9870
9871         * src/foldersel.c
9872         * src/summary_search.c
9873         * src/gtk/progressdialog.c
9874         * src/plugins/pgpcore/passphrase.c
9875                 replace deprecated gtk_window_set_policy()
9876
9877 2006-08-29 [colin]      2.4.0cvs107
9878
9879         * src/folder.c
9880                 Fix data loss when copy fails during a move:
9881                 only use fast remove_msgs if everything was
9882                 copied OK; else use slow remove_msg on the
9883                 mails that got copied only.
9884
9885 2006-08-28 [paul]       2.4.0cvs106
9886
9887         * src/mh.c
9888                 revert change in 2.4.0cvs104, it breaks
9889                 stuff
9890
9891 2006-08-28 [paul]       2.4.0cvs105
9892
9893         * src/plugins/spamassassin/spamassassin.c
9894                 english fix
9895
9896 2006-08-28 [paul]       2.4.0cvs104
9897
9898         * src/mh.c
9899                 fix data loss when moving to another
9900                 mailbox fails
9901         * src/prefs_spelling.c
9902                 improve the english
9903         * src/gtk/pluginwindow.c
9904                 improve the layout of the dialog text
9905         All thanks to Colin
9906
9907 2006-08-28 [paul]       2.4.0cvs103
9908
9909         * src/plugins/bogofilter/bogofilter.c
9910         * src/plugins/bogofilter/bogofilter_gtk.c
9911                 fix english up a bit, innit
9912
9913 2006-08-28 [paul]       2.4.0cvs102
9914
9915         * configure.ac
9916         * po/Makefile.in.in
9917         * po/Makevars
9918                 require autoconf 2.60, enabling building
9919                 with gettext 0.15 (gettext 0.14.x build still
9920                 possible). Replace Makefiles with versions
9921                 from gettext 0.15.
9922                 Remove configure options --with-localedir and
9923                 --with-mandir. The options that are provided
9924                 directly by autoconf 2.60 can be used instead:
9925                 --mandir --localedir
9926
9927 2006-08-27 [colin]      2.4.0cvs101
9928
9929         * src/plugins/bogofilter/Makefile.am
9930                 Fix make dist (no README)
9931
9932 2006-08-27 [colin]      2.4.0cvs100
9933
9934         * src/folder.c
9935                 Don't use F_UNKNOWN folders for any default
9936                 outbox/trash/etc
9937         * src/plugins/bogofilter/bogofilter.c
9938         * src/plugins/bogofilter/bogofilter.h
9939         * src/plugins/bogofilter/bogofilter_gtk.c
9940                 Add an option to specify the path to bogofilter
9941                 Use single-quotes to be able to learn in folders
9942                 with spaces in their names
9943                 Verify learning status
9944
9945 2006-08-27 [colin]      2.4.0cvs99
9946
9947         * manual/faq.xml
9948         * manual/plugins.xml
9949                 Document Bogofilter plugin
9950
9951 2006-08-27 [colin]      2.4.0cvs98
9952
9953         * src/compose.c
9954         * src/messageview.c
9955         * src/procmsg.c
9956         * src/procmsg.h
9957                 When possible, copy the queued mail to sent folder
9958                 instead of re-adding. Much faster on IMAP.
9959
9960 2006-08-27 [colin]      2.4.0cvs97
9961
9962         * src/msgcache.c
9963                 Disable mmaped caches - huge metadata loss
9964                 here after a power failure.
9965         * src/summaryview.c
9966                 Add quicksearch timing
9967         * src/common/plugin.c
9968         * src/common/plugin.h
9969                 Implement an interface to tell what plugins
9970                 provide. Prevent loading of similar plugins.
9971         * src/plugins/clamav/clamav_plugin.c
9972         * src/plugins/demo/demo.c
9973         * src/plugins/dillo_viewer/dillo_viewer.c
9974         * src/plugins/pgpcore/plugin.c
9975         * src/plugins/pgpinline/pgpinline.c
9976         * src/plugins/pgpmime/pgpmime.c
9977         * src/plugins/spamassassin/spamassassin.c
9978         * src/plugins/trayicon/trayicon.c
9979                 Implement plugin_provides()
9980
9981 2006-08-27 [colin]      2.4.0cvs96
9982
9983         * configure.ac
9984         * src/plugins/Makefile.am
9985         * src/plugins/bogofilter/.cvsignore
9986         * src/plugins/bogofilter/Makefile.am
9987         * src/plugins/bogofilter/bogofilter.c
9988         * src/plugins/bogofilter/bogofilter.h
9989         * src/plugins/bogofilter/bogofilter_gtk.c
9990                 New Bogofilter plugin, provides filtering and
9991                 learning. Spamassassin will go to extra plugins.
9992
9993 2006-08-26 [mones]      2.4.0cvs95
9994
9995         * manual/handling.xml
9996                 Fix subfolder path in the example (thanks to Paul) 
9997
9998 2006-08-26 [mones]      2.4.0cvs94
9999
10000         * manual/glossary.xml
10001                 2.2. + add ISP to the glossary
10002                 7.5. + Add UIDL to glossary
10003                 7.7. + Add TCP to glossary
10004         * manual/handling.xml
10005                 7.1. + Mentions GNU/Linux distribution, what about the non...
10006                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10007                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10008                 7.4. = Use appropriate quotation for commands
10009                 7.6. = change "" to <quote></quote>
10010         * manual/plugins.xml
10011                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10012         * manual/starting.xml
10013                 2.1. + local mbox file: some examples of mbox file locations...
10014                 Also reformatted files requiring it
10015
10016 2006-08-26 [wwp]        2.4.0cvs93
10017
10018         * src/summary_search.c
10019                 disable find buttons while summary search is running.
10020
10021 2006-08-25 [colin]      2.4.0cvs92
10022
10023         * src/folder.c
10024         * src/folderutils.c
10025         * src/mh.c
10026         * src/procmsg.h
10027         * src/summaryview.c
10028                 Speed up MH moving, and add progressbar
10029                 for MH deletion
10030         * src/msgcache.c
10031                 Write cache files using mmap() too
10032
10033 2006-08-25 [wwp]        2.4.0cvs91
10034
10035         * src/summaryview.c
10036                 switch spam<->ham button when a message has been marked as spam or ham
10037                 and is still selected. Thanks to Colin.
10038
10039 2006-08-25 [paul]       2.4.0cvs90
10040
10041         * src/Makefile.am
10042         * src/stock_pixmap.c
10043         * src/stock_pixmap.h
10044         * src/summaryview.c
10045         * src/gtk/icon_legend.c
10046         * src/pixmaps/copied.xpm
10047         * src/pixmaps/moved.xpm
10048                 add icons for delayed execution marked for
10049                 copying, marked for moving
10050
10051 2006-08-25 [mones]      2.4.0cvs89
10052
10053         * manual/glossary.xml
10054                 Fix the other glossary items:
10055                 5.1. = Inmmediate execution -> <quote>immediate execution...
10056                 5.2. = Fix MBOX capitalization -> Mbox
10057                 5.3. + Improve Plugins def. w/ tech. ref.
10058                 5.4. = Quotation -> replace '>' by <quote>></quote>
10059                 5.5. - SMTP Server. -> remove dot
10060         * po/es.po
10061                 Updated translation
10062
10063 2006-08-25 [mones]      2.4.0cvs88
10064
10065         * manual/ack.xml
10066                 Reformatted, changed email address
10067         * manual/glossary.xml
10068                 Reformatted, fixed MANUAL-TODO items:
10069                 8.2. + add ROT-13 to glossary
10070                 8.4. + add URL to glossary
10071         * manual/es/advanced.xml
10072                 Fixed <literal>s
10073
10074 2006-08-25 [paul]       2.4.0cvs87
10075
10076         * src/gtk/icon_legend.c
10077                 add 'marked for deletion' icon
10078                 arrange icons by containing column
10079                 wrap long label text
10080
10081 2006-08-25 [colin]      2.4.0cvs86
10082
10083         * src/common/utils.c
10084         * src/common/utils.h
10085                 Add the sc_g_*list_bigger functions in
10086                 a place everyone can use it
10087         * src/summaryview.c
10088                 Only freeze/thaw the list when working
10089                 on the selection, if it's bigger than 1
10090         * src/gtk/gtksctree.c
10091                 Only freeze/thaw the list when unselec-
10092                 ting 'all' if ('all' != 1)
10093                 This avoids some flickering
10094
10095 2006-08-24 [colin]      2.4.0cvs85
10096
10097         * src/addressbook.c
10098                 Fix strange list selection
10099                 Fix random seg (Invalid read of freed memory)
10100
10101 2006-08-24 [colin]      2.4.0cvs84
10102
10103         * src/alertpanel.c
10104         * src/gtk/inputdialog.c
10105         * src/plugins/pgpcore/passphrase.c
10106                 Revert minimal width patch of 2.4.0cvs67,
10107                 as it is also a maximal width. Use 
10108                 gtk_window_set_default_size instead.
10109
10110 2006-08-24 [colin]      2.4.0cvs83
10111
10112         * src/msgcache.c
10113                 Write cache/mark to temp files before
10114                 overwriting old ones (avoids metadata
10115                 loss if writing the new files fail).
10116                 Use mmap() to read cache/mark file, as
10117                 this makes cache reading faster. Dis-
10118                 abled for big-endian machines until it
10119                 can be tested. (Big-endian users: set
10120                 msgcache_use_mmap = TRUE in the relevant
10121                 #if).
10122         * src/procmsg.h
10123                 Move rarely used fields of MsgInfo in 
10124                 another structure, which will only be
10125                 allocated if needed. Face, X-Face,
10126                 Return receipt headers and List-*
10127                 headers are moved. Mails having none
10128                 of these occupy 52 bytes less with
10129                 this patch, which makes 2.5MB of RAM
10130                 saved on a 50k folder).
10131         * src/headerview.c
10132         * src/mainwindow.c
10133         * src/messageview.c
10134         * src/partial_download.c
10135         * src/procheader.c
10136         * src/procmsg.c
10137         * src/textview.c
10138                 Follow this structure change.
10139
10140 2006-08-24 [wwp]        2.4.0cvs82
10141
10142         * manual/es/.cvsignore
10143         * manual/es/dist/.cvsignore
10144         * manual/es/dist/html/.cvsignore
10145         * manual/es/dist/pdf/.cvsignore
10146         * manual/es/dist/ps/.cvsignore
10147         * manual/es/dist/txt/.cvsignore
10148                 more (generated) files to ignore.
10149
10150 2006-08-24 [colin]      2.4.0cvs81
10151
10152         * src/folder.c
10153         * src/mh.c
10154                 Fix possible problems with local delivery. Check the folder doesn't
10155                 need scan before setting its mtime when saving cache (which can be
10156                 done long after the folder's been modified by an external process);
10157                 Check that the stored item's mtime didn't change in mh functions.
10158
10159 2006-08-24 [mones]      2.4.0cvs80
10160
10161         * manual/advanced.xml
10162                 Rewrapping, some fixes and MANUAL-TODO items:
10163                 8.1. = change "" to <quote></quote>
10164                 8.3. = quote menu items
10165                 8.5. - deploying -> new user ... ideally a new user (redundant)
10166
10167 2006-08-23 [colin]      2.4.0cvs79
10168
10169         * src/gtk/gtksctree.c
10170                 When selecting or deselecting range, only
10171                 freeze/thaw when selection is bigger than 10
10172
10173 2006-08-23 [colin]      2.4.0cvs78
10174
10175         * src/messageview.c
10176         * src/mimeview.c
10177         * src/mimeview.h
10178         * src/plugins/dillo_viewer/dillo_viewer.c
10179                 Provide an API for MimeViewer plugins to
10180                 return a text selection for replying
10181
10182 2006-08-23 [colin]      2.4.0cvs77
10183
10184         * src/image_viewer.c
10185         * src/textview.c
10186                 Use gtk_pixbuf_new_from_file_at_scale(), which
10187                 is faster than getting the pixbuf then resizing
10188                 it.
10189
10190 2006-08-23 [colin]      2.4.0cvs76
10191
10192         * src/procmime.c
10193                 UTF-8 should be sent Quoted-printable
10194
10195 2006-08-22 [colin]      2.4.0cvs75
10196
10197         * src/mh.c
10198                 Check if scan is required before touching
10199                 the folder (or it'll be required every time)
10200
10201 2006-08-22 [colin]      2.4.0cvs74
10202
10203         * configure.ac
10204                 Require libetpan 0.46 (crasher fix when built
10205                 against gnutls)
10206
10207 2006-08-22 [colin]      2.4.0cvs73
10208
10209         * src/folder.c
10210                 Set folder's mtime after writing its
10211                 cache
10212         * src/folderview.c
10213                 Add some timing
10214         * src/procmsg.c
10215                 Don't do useless stuff if we don't 
10216                 thread by subject
10217         * src/summaryview.c
10218                 Add some timing, don't deselect prior
10219                 to selecting (gtksctree does it itself),
10220                 remove crash avoidance hacks as it's been
10221                 properly fixed since a while
10222         * src/common/utils.c
10223                 Optimize to_human_readable(): _() is slow,
10224                 do it only once, and avoid %f format for KB
10225                 (the most common in a summaryview)
10226         * src/gtk/gtksctree.c
10227                 Don't uselessly freeze/thaw (fixes flicker
10228                 on next unread and friends), reduce number
10229                 of g_list_nth/g_list_position where possible
10230         * src/gtk/gtkutils.c
10231         * src/gtk/gtkutils.h
10232                 Reduce number of g_list_nth/g_list_position
10233                 where possible.
10234                 All of this makes loading as 70k folder 2.1
10235                 seconds instead of 3.2 (with hot FS caches).
10236                 (1.3 seconds without Date and Size columns...)
10237
10238 2006-08-22 [paul]       2.4.0cvs72
10239
10240         wrap documents and do some items from mones' MANUAL-TODO:
10241
10242         * manual/account.xml
10243                 4.1. = fix tabname references to <quote>tabname</quote>
10244                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10245         * manual/faq.xml
10246                 1.1. = mentioned options don't match UI
10247                 Add information about the 'Never send Return Receipts'
10248                 option
10249         * manual/handling.xml
10250                 6.2. = Mentions Extended symbols button, but now is
10251                 named Information
10252                 6.3. = Mentions ... button, which is now Edit
10253
10254 2006-08-22 [colin]      2.4.0cvs71
10255
10256         * src/gtk/pluginwindow.c
10257                 Fix layout in verbose translations (such
10258                 as french)
10259
10260 2006-08-22 [paul]       2.4.0cvs70
10261
10262         * manual/Makefile.am
10263                 build manuals in alphabetical order
10264         * src/addressbook.c
10265         * src/prefs_themes.c
10266                 replace/remove deprecated symbols
10267         * src/gtk/gtkutils.c
10268                 fix a warning
10269         * src/gtk/pluginwindow.c
10270                 replace deprecated symbol
10271                 replace label text and move it
10272         * src/plugins/pgpcore/prefs_gpg.c
10273                 move the 'Generate...' button out of the
10274                 Sign Key frame, replace the English used
10275         * src/plugins/pgpcore/sgpgme.c
10276                 fixes to the English
10277
10278 2006-08-21 [colin]      2.4.0cvs69
10279
10280         * src/plugins/trayicon/trayicon.c
10281                 Add more strings for translation; patch
10282                 by Pawel
10283
10284 2006-08-21 [colin]      2.4.0cvs68
10285
10286         * src/compose.c
10287                 fix replied flag not set after drafting
10288         * src/matcher.c
10289                 fix body quicksearch in non-encoded bodies
10290                 containing '='
10291         * src/msgcache.c
10292                 Get rid of the g_malloc workaround for
10293                 corrupted caches, use g_try_malloc
10294
10295 2006-08-21 [colin]      2.4.0cvs67
10296
10297         * src/alertpanel.c
10298         * src/gtk/inputdialog.c
10299         * src/plugins/pgpcore/passphrase.c
10300                 Set minimal width to 375
10301         * src/mainwindow.c
10302                 Fix switching to offline, asking if it 
10303                 should be overriden for synchronising
10304         * src/mimeview.c
10305                 Don't offer to remember command on Open 
10306                 with for text parts, as the browser or 
10307                 text editor command isn't changed from 
10308                 there
10309
10310 2006-08-20 [paul]       2.4.0cvs66
10311
10312         * po/ko.po
10313         * po/zh_CN.po
10314                 fix plural form errors. revealed by stricter
10315                 checking of gettext 0.15
10316
10317 2006-08-18 [paul]       2.4.0cvs65
10318
10319         * src/stock_pixmap.c
10320                 fix the fix of 2.4.0cvs64
10321                 Thanks to Colin
10322
10323 2006-08-18 [paul]       2.4.0cvs64
10324
10325         * src/stock_pixmap.c
10326                 fix leaks
10327                 Thanks to Colin
10328
10329 2006-08-18 [paul]       2.4.0cvs63
10330
10331         * src/compose.c
10332         * src/procmsg.c
10333                 fix occasional IMAP bug where large msgs
10334                 were left in the queue folder after sending
10335                 Thanks to Colin
10336
10337 2006-08-18 [paul]       2.4.0cvs62
10338
10339         * src/folderview.c
10340                 freeze the summaryview while quicksearch results
10341                 are displayed
10342                 (fixes bug 456 'current message is hidden when the
10343                 view is refreshed and extended search is "unread 
10344                 messages"')
10345                 Thanks to Colin
10346         * src/textview.c
10347                 add missing #include "inputdialog.h"
10348         * src/common/utils.h
10349                 add missing mailcap_update_default() and improve
10350                 readability
10351
10352 2006-08-17 [colin]      2.4.0cvs61
10353
10354         * src/plugins/pgpcore/select-keys.c
10355                 Fix warnings :)
10356
10357 2006-08-17 [colin]      2.4.0cvs60
10358
10359         * src/compose.c
10360                 Don't continue queuing if Cancel is clicked
10361                 in select-keys
10362
10363 2006-08-17 [colin]      2.4.0cvs59
10364
10365         * src/plugins/pgpcore/select-keys.c
10366                 When encrypting, if only one key matches and it 
10367                 matches exactly, automatically use it.
10368
10369 2006-08-17 [colin]      2.4.0cvs58
10370
10371         * src/mimeview.c
10372         * src/prefs_common.c
10373         * src/prefs_common.h
10374         * src/prefs_ext_prog.c
10375         * src/textview.c
10376                 Fix issues with previous patch (text/html)
10377                 Remove outdated prefs
10378
10379 2006-08-17 [colin]      2.4.0cvs57
10380
10381         * src/imap.c
10382                 Add View Log button on auth error
10383         * src/procmsg.c
10384                 Fix encrypted mail marked as new when
10385                 saved in normal folders
10386         * src/plugins/pgpinline/pgpinline.c
10387                 Fix encrypt bug on IMAP
10388         * src/mimeview.c
10389         * src/common/utils.c
10390         * src/common/utils.h
10391         * src/gtk/inputdialog.c
10392         * src/gtk/inputdialog.h
10393                 Get rid of metamail stuff, simplify
10394                 opening, and allow remembering of user's
10395                 choices (by updating ~/.mailcap). There's
10396                 still to drop "Audio player" and "Image
10397                 viewer" preferences.
10398
10399 2006-08-17 [mones]      2.4.0cvs56
10400
10401         * manual/es/sylpheed-claws-manual.xml
10402                 fix DTD path
10403
10404 2006-08-17 [mones]      2.4.0cvs55
10405
10406         * configure.ac
10407         * manual/Makefile.am
10408         * manual/es/Makefile.am
10409         * manual/es/account.xml
10410         * manual/es/ack.xml
10411         * manual/es/addrbook.xml
10412         * manual/es/advanced.xml
10413         * manual/es/faq.xml
10414         * manual/es/glossary.xml
10415         * manual/es/gpl.xml
10416         * manual/es/handling.xml
10417         * manual/es/intro.xml
10418         * manual/es/keyboard.xml
10419         * manual/es/plugins.xml
10420         * manual/es/starting.xml
10421         * manual/es/sylpheed-claws-manual.xml
10422         * manual/es/dist/Makefile.am
10423         * manual/es/dist/html/Makefile.am
10424         * manual/es/dist/pdf/Makefile.am
10425         * manual/es/dist/ps/Makefile.am
10426         * manual/es/dist/txt/Makefile.am
10427                 Spanish translation for the manual
10428
10429 2006-08-16 [colin]      2.4.0cvs54
10430
10431         * src/compose.c
10432         * src/main.c
10433         * src/mainwindow.c
10434                 Fix send button sensitivity at startup
10435                 Set send menu sensitivity (patch by Fabien)
10436         * src/ssl_manager.c
10437                 Enable closing with esc (patch by Fabien)
10438         * src/gtk/foldersort.c
10439                 Enable closing with esc (patch by Fabien)
10440         * src/procmime.c
10441                 Optimisation (no need to copy to tempfile to
10442                 "decode" 7bit and 8bit)
10443         * src/summaryview.c
10444                 Fix cruft in swap_from case
10445         * src/textview.c
10446                 Fix missing last line in some mail cases 
10447                 (Fixes debian #381872)
10448         * src/plugins/pgpcore/prefs_gpg.c
10449         * src/plugins/pgpcore/sgpgme.c
10450         * src/plugins/pgpcore/sgpgme.h
10451                 Don't show "no key found" when user explicitely
10452                 wants to create a key
10453
10454 2006-08-16 [paul]       2.4.0cvs53
10455
10456         * configure.ac
10457         * src/account.c
10458         * src/addressbook.c
10459         * src/headerview.c
10460         * src/prefs_account.c
10461         * src/prefs_message.c
10462         * src/gtk/gtkutils.c
10463                 bump up minimum required versions of GTK+ and
10464                 GLIB to 2.6.0
10465
10466 2006-08-16 [paul]       2.4.0cvs52
10467
10468         * src/toolbar.c
10469                 workaround GTK+ Bug 351600 - 'Can't re-click
10470                 on button after sensitivity update'
10471                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10472                 Thanks to Colin
10473
10474 2006-08-15 [colin]      2.4.0cvs51
10475
10476         * src/plugins/pgpcore/prefs_gpg.c
10477                 Set options sensitivity according to
10478                 key existence
10479         * src/plugins/pgpcore/sgpgme.c
10480                 Allow to create key with no passphrase
10481
10482 2006-08-14 [cleroy]     2.4.0cvs50
10483
10484         * src/gtk/pluginwindow.c
10485                 New layout (maybe to be changed?)
10486         * src/gtk/gtkutils.c
10487                 Fix a bit label_window
10488         * src/plugins/pgpcore/passphrase.c
10489         * src/plugins/pgpcore/passphrase.h
10490         * src/plugins/pgpcore/plugin.c
10491         * src/plugins/pgpcore/prefs_gpg.c
10492         * src/plugins/pgpcore/prefs_gpg.h
10493         * src/plugins/pgpcore/sgpgme.c
10494         * src/plugins/pgpcore/sgpgme.h
10495                 Allow to create a PGP private key via the GUI
10496
10497 2006-08-14 [wwp]        2.4.0cvs49
10498
10499         * src/addressbook_foldersel.c
10500                 fix strict ISO C90 compliance.
10501
10502 2006-08-14 [paul]       2.4.0cvs48
10503
10504         * src/gtk/prefswindow.c
10505                 re-set scrolled window on opening
10506                 Patch by Ticho
10507
10508 2006-08-14 [paul]
10509
10510         2.5.0-rc1 released
10511
10512 2006-08-14 [paul]       2.4.0cvs47
10513
10514         * src/prefs_display_header.c
10515                 re-enable user-defined Displayed Headers
10516
10517 2006-08-14 [paul]       2.4.0cvs46
10518
10519         * src/prefs_account.c
10520                 use GTK_STOCK_EDIT
10521
10522 2006-08-13 [colin]      2.4.0cvs45
10523
10524         * src/common/utils.c
10525                 Fix "a" in quote when the original message is empty,
10526                 by using \0 instead of 'a' to test writability of
10527                 temp files.
10528
10529 2006-08-13 [wwp]        2.4.0cvs44
10530
10531         * src/plugins/spamassassin/spamassassin.c
10532                 fix capitalization of "SpamAssassin" in some debug, log and
10533                 dialog messages.
10534
10535 2006-08-13 [paul]       2.4.0cvs43
10536
10537         * src/editldap.c
10538                 fix overlapping widgets
10539         * src/prefs_account.c
10540                 fix translation of protocol_names[]
10541                 fix label disappearing off the edge of the
10542                 visible area
10543
10544 2006-08-12 [paul]       2.4.0cvs42
10545
10546         * manual/plugins.xml
10547                 update IRC channel info before it gets forgotten
10548                 about
10549
10550 2006-08-11 [colin]      2.4.0cvs41
10551
10552         * src/compose.c
10553         * src/mainwindow.c
10554         * src/mainwindow.h
10555         * src/procmsg.c
10556         * src/procmsg.h
10557         * src/summaryview.c
10558         * src/toolbar.c
10559                 Grey out the Send button if
10560                 - Queue folders are empty, or
10561                 - We're sending already
10562
10563 2006-08-11 [wwp]        2.4.0cvs40
10564
10565         * src/main.c
10566                 fix a logic issue when quitting while a compose window is
10567                 still open, thanks to Colin.
10568
10569 2006-08-10 [colin]      2.4.0cvs39
10570
10571         * src/main.c
10572                 Fix default font size setting after wizard run
10573         * src/imap.c
10574         * src/etpan/imap-thread.c
10575         * src/etpan/imap-thread.h
10576                 Fix bug #999 (Timing out on TSL cert validation 
10577                 dialog makes ugly things happen). Also, STARTTLS
10578                 unconditionnaly if initial capabilities contain
10579                 LOGINDISABLED and STARTTLS.
10580
10581 2006-08-09 [colin]      2.4.0cvs38
10582
10583         * src/mainwindow.c
10584         * src/mainwindow.h
10585                 Fix Tools/Actions sensitivity when there are
10586                 no actions
10587
10588 2006-08-09 [colin]      2.4.0cvs37
10589
10590         * src/prefs_filtering.c
10591                 Warning fix, patch by Paul
10592         * src/messageview.c
10593         * src/prefs_actions.c
10594         * src/prefs_filtering_action.c
10595         * src/prefs_matcher.c
10596                 Uniformisation of "Info ..." to "Info..." (for
10597                 old gtk), patch by Fabien
10598         * src/plugins/clamav/clamav_plugin_gtk.c
10599                 Sensitivity fix by Fabien
10600
10601 2006-08-09 [colin]      2.4.0cvs36
10602
10603         * src/main.c
10604         * src/main.h
10605                 Add a function to know whether we're exiting
10606         * src/plugins/trayicon/trayicon.c
10607                 If exiting, don't do anything. Faster, and
10608                 avoids gtk_main_iteration reentracy causing
10609                 segfaults at exit
10610
10611 2006-08-09 [colin]      2.4.0cvs35
10612
10613         * src/messageview.c
10614         * src/mimeview.c
10615         * src/mimeview.h
10616                 Fix lack of part selection when automatically 
10617                 jumping to a specific part
10618         * src/msgcache.c
10619                 Little optimisation in cache reading
10620
10621 2006-08-09 [colin]      2.4.0cvs34
10622
10623         * src/compose.c
10624                 Fix crash setting the priority on reedit
10625                 (Accessing compose before creating it!)
10626
10627 2006-08-08 [colin]      2.4.0cvs33
10628
10629         * src/procmime.c
10630                 Fix bug #998 (last attachment is not accessible)
10631                 Bad RFC interpretation on multipart close-delimiters
10632         * src/mimeview.c
10633         * src/mimeview.h
10634         * src/gtk/gtkvscrollbutton.c
10635         * src/gtk/gtkvscrollbutton.h
10636                 Make attachments list wheel-scrollable
10637
10638 2006-08-07 [colin]      2.4.0cvs32
10639
10640         * src/gtk/gtkaspell.c
10641                 Fix bug #973 (Unicode punctation characters 
10642                 are not recognized as separators by the
10643                 spell checker); fix unsigned stuff
10644
10645 2006-08-07 [colin]      2.4.0cvs31
10646
10647         * src/compose.c
10648                 Fix bug #956 (DnD text with accents in compose 
10649                 text entry); fix gccc's signed/unsigned fuss
10650
10651 2006-08-06 [colin]      2.4.0cvs30
10652
10653         * src/main.c
10654                 Fix bug #979 (Plugin crashes when exiting 
10655                 sylpheed-claws) : handle exit request only 
10656                 once
10657
10658 2006-08-05 [colin]      2.4.0cvs29
10659
10660         * src/news.c
10661                 Just make sure we have a msgid.
10662
10663 2006-08-05 [colin]      2.4.0cvs28
10664
10665         * src/news.c
10666         * src/summaryview.c
10667                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10668                 by reimplementing it
10669         * src/textview.c
10670                 Fix bug when hiding quotes with level > 3 and quote
10671                 colors are recycled
10672
10673 2006-08-04 [colin]      2.4.0cvs27
10674
10675         * src/compose.c
10676         * src/undo.c
10677         * src/undo.h
10678                 Fix a bit replace-by-pasting undo
10679         * src/mainwindow.c
10680         * src/messageview.c
10681                 Fix Fold quotes menu synchro in
10682                 mainwindow when it changes in 
10683                 messageview
10684         * src/textview.c
10685                 Fix right-click on quotes blocks
10686         * src/common/utils.c
10687                 Verify that the file created by
10688                 my_tmpfile() is writable. Fixes
10689                 bug #988 (very specific filesystem
10690                 issue)
10691         * src/plugins/pgpcore/sgpgme.c
10692                 Fix file descriptor leak
10693         * src/plugins/spamassassin/spamassassin.c
10694                 Warn once if spamd isn't reachable
10695
10696 2006-08-04 [colin]      2.4.0cvs26
10697
10698         * src/toolbar.c
10699                 i18n context patch by Fabien
10700
10701 2006-08-03 [colin]      2.4.0cvs25
10702
10703         * src/mainwindow.c
10704         * src/messageview.c
10705                 Rename "Hide quotes" to "Fold quotes"
10706         * src/textview.c
10707                 Don't use hand cursor on quotes. "all 
10708                 the bonuses of the feature and none of 
10709                 unwelcome side-effects"
10710
10711 2006-08-03 [colin]      2.4.0cvs24
10712
10713         * AUTHORS
10714         * sylpheed-claws.desktop
10715         * src/gtk/authors.h
10716                 Bring the desktop file to XDG compliance
10717                 Patch by Charles A. Edwards
10718
10719 2006-08-03 [colin]      2.4.0cvs23
10720
10721         * src/textview.c
10722                 Fix links offset when they are preceded
10723                 by accentued chars (g_utf8_strlen!)
10724         * src/mainwindow.c
10725                 Fix wrong status when starting offline
10726
10727
10728 2006-08-03 [wwp]        2.4.0cvs22
10729
10730         * src/prefs_common.h
10731                 ask what to do w/ filtering rules that belong to an account when
10732                 applying filtering rules manually from the main window (skip,
10733                 apply regardless of the account, use current account). This dialog
10734                 can be skipped and the last reply used.
10735                 (forgot that file)
10736
10737 2006-08-03 [wwp]        2.4.0cvs21
10738
10739         * src/filtering.c
10740         * src/filtering.h
10741         * src/prefs_common.c
10742         * src/summaryview.c
10743         * src/alertpanel.c
10744         * src/alertpanel.h
10745         * src/messageview.c
10746                 ask what to do w/ filtering rules that belong to an account when
10747                 applying filtering rules manually from the main window (skip,
10748                 apply regardless of the account, use current account). This dialog
10749                 can be skipped and the last reply used.
10750
10751
10752 2006-08-03 [colin]      2.4.0cvs20
10753
10754         * src/textview.c
10755                 Optimize previous patch
10756
10757 2006-08-03 [cleroy]     2.4.0cvs19
10758
10759         * src/textview.c
10760                 Fix quotes getting toggled back when the
10761                 mail has an even number of text parts
10762
10763 2006-08-02 [colin]      2.4.0cvs18
10764
10765         * src/messageview.c
10766                 Add Hide quotes menu
10767
10768 2006-08-02 [colin]      2.4.0cvs17
10769
10770         * src/mainwindow.c
10771         * src/prefs_common.c
10772         * src/textview.c
10773         * src/textview.h
10774         * src/gtk/about.c
10775                 Allow per-level quote hiding,
10776                 Allow toggling quotes by double-clicking them
10777                 Rename RemoteURI to ClickableText to reflect
10778                 the fact it's used for a variety of things
10779
10780 2006-08-02 [wwp]        2.4.0cvs16
10781
10782         * src/mainwindow.c
10783                 fix "View/Hide quotes" menu item status initialization.
10784
10785 2006-08-02 [wwp]        2.4.0cvs15
10786
10787         * src/matcher_parser_parse.y
10788                 remove a debug trace.
10789
10790 2006-08-02 [paul]       2.4.0cvs14
10791
10792         * src/plugins/pgpcore/passphrase.c
10793                 don't set initial dialog size
10794                 make it resizable
10795
10796 2006-08-02 [paul]       2.4.0cvs13
10797
10798         * src/noticeview.c
10799                 remove the rogue '/' character
10800
10801 2006-08-02 [paul]       2.4.0cvs12
10802
10803         * src/noticeview.c
10804                 allow buttons to resize as necessary
10805
10806 2006-08-01 [wwp]        2.4.0cvs11
10807
10808         * src/mbox.c
10809                 fix strict ISO C90 compliance.
10810
10811 2006-08-01 [wwp]        2.4.0cvs10
10812
10813         * tools/update-po
10814                 updated update-po tool to work w/ context-dependent translations.
10815                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10816
10817 2006-08-01 [wwp]        2.4.0cvs9
10818
10819         * src/matcher.c
10820         * src/prefs_filtering.c
10821         * src/prefs_matcher.c
10822                 allow context-dependent translations for "All",
10823                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10824
10825 2006-07-31 [colin]      2.4.0cvs8
10826
10827         * AUTHORS
10828         * src/gtk/authors.h
10829                 Add Rafal to authors
10830
10831 2006-07-31 [colin]      2.4.0cvs7
10832
10833         * src/compose.c
10834         * src/mainwindow.c
10835         * src/messageview.h
10836         * src/prefs_common.c
10837         * src/prefs_common.h
10838         * src/textview.c
10839                 Add 'View/Hide quotes'. Patch based on a patch
10840                 by Rafal Weglarz
10841
10842 2006-07-31 [colin]      2.4.0cvs6
10843
10844         * src/action.c
10845                 Fix problem with "> stuff >" actions
10846
10847 2006-07-31 [paul]       2.4.0cvs5
10848
10849         * po/nb.po
10850                 updated by Geir Helland
10851
10852 2006-07-31 [wwp]        2.4.0cvs4
10853
10854         * src/mainwindow.c
10855         * src/summaryview.c
10856         * src/summaryview.h
10857                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10858                 thanks to Colin.
10859
10860 2006-07-31 [wwp]        2.4.0cvs3
10861
10862         * src/Makefile.am
10863         * src/addr_compl.c
10864         * src/addr_compl.h
10865         * src/addressbook.c
10866         * src/addressbook.h
10867         * src/addressbook_foldersel.c
10868         * src/addressbook_foldersel.h
10869         * src/addrindex.c
10870         * src/addrindex.h
10871         * src/matcher.c
10872         * src/matcher.h
10873         * src/matcher_parser_lex.l
10874         * src/matcher_parser_parse.y
10875         * src/prefs_common.c
10876         * src/prefs_common.h
10877         * src/prefs_filtering.c
10878         * src/prefs_matcher.c
10879         * src/prefs_matcher.h
10880         * src/summaryview.c
10881                 introduce filtering against the address book. It's now possible to add
10882                 matched conditions to determine if any email address in a message matches
10883                 or doesn't match any or all books or folders in the address book.
10884
10885 2006-07-31 [wwp]        2.4.0cvs2
10886
10887         * src/account.c
10888         * src/filtering.c
10889         * src/filtering.h
10890         * src/folder.c
10891         * src/folderview.c
10892         * src/inc.c
10893         * src/mainwindow.c
10894         * src/matcher.c
10895         * src/matcher_parser_lex.l
10896         * src/matcher_parser_parse.y
10897         * src/mbox.c
10898         * src/prefs_filtering.c
10899         * src/prefs_filtering.h
10900         * src/procmsg.c
10901         * src/procmsg.h
10902         * src/summaryview.c
10903                 introduce per-account filtering rules. Each filtering rule can now be assigned
10904                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10905                 when applying filtering rules manually, as all rules will apply - even the ones
10906                 assigned to an account. This issue will be addressed soon.
10907  
10908
10909
10910 2006-07-31 [wwp]        2.4.0cvs1
10911
10912         * src/quote_fmt.c
10913                 make more strings translatable.
10914
10915 2006-07-31 [paul]       2.4.0
10916
10917         2.4.0 released
10918
10919 2006-07-31 [paul]       2.3.1cvs91
10920
10921         * po/ca.po
10922                 updated by Miquel Oliete
10923
10924 2006-07-31 [paul]       2.3.1cvs90
10925
10926         * po/de.po
10927         * po/el.po
10928         * po/fr.po
10929         * po/it.po
10930         * po/pl.po
10931         * po/pt_BR.po
10932         * po/sr.po
10933         * po/zh_CN.po
10934                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10935                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10936                 Aleksandar Urosevic, and Ralgh Young
10937
10938 2006-07-31 [paul]       2.3.1cvs89
10939
10940         * src/account.c
10941         * src/main.c
10942         * src/mainwindow.c
10943         * src/mainwindow.h
10944                 Fix a race condition when, after an SC crash, rescanning
10945                 folders took more than 0.5 seconds
10946                 Thanks to Colin
10947
10948 2006-07-31 [paul]       2.3.1cvs88
10949
10950         * src/folderview.c
10951                 don't translate separator strings
10952
10953 2006-07-30 [mones]      2.3.1cvs87
10954
10955         * doc/man/sylpheed-claws.1
10956                 Fixed non-ASCII chars in Hoa's name
10957         * po/es.po
10958                 Updated for release
10959
10960 2006-07-27 [colin]      2.3.1cvs86
10961
10962         * src/textview.c
10963                 Don't include the leading \n in links
10964                 Patch by Fabien
10965
10966 2006-07-25 [colin]      2.3.1cvs85
10967
10968         * src/mainwindow.c
10969         * src/common/socket.h
10970         * src/etpan/imap-thread.c
10971                 Refresh resolvers before connecting
10972                 to IMAP servers, and after switching
10973                 to online. Thanks to Paul.
10974
10975 2006-07-18 [colin]
10976
10977         * 2.4.0-rc4 released
10978
10979 2006-07-17 [colin]      2.3.1cvs84
10980
10981         * src/inc.c
10982                 Show connection attempt in statusbar before
10983                 connecting (previously first message was
10984                 "Retrieving messages from ..." after the
10985                 connection succeeded.
10986
10987 2006-07-16 [wwp]        2.3.1cvs83
10988
10989         * sylpheed-claws.ico
10990                 Added .ico file (windows multi-size icon file, generated).
10991
10992 2006-07-12 [wwp]        2.3.1cvs82
10993
10994         * src/messageview.c
10995                 remove Message/Re-edit menu entry from messageview window,
10996                 as sent/draft/queued messages are opened in compose window when
10997                 re-edited and it's not possible to re-edit other msgs.
10998
10999 2006-07-12 [paul]       2.3.1cvs81
11000
11001         * AUTHORS
11002         * src/mainwindow.c
11003         * src/gtk/authors.h
11004                 check online state before resetting
11005                 mailcheck timer. Useful if some program
11006                 verifies connection state and updates
11007                 Claws.
11008                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11009
11010 2006-07-12 [paul]       2.3.1cvs80
11011
11012         * sylpheed-claws-128x128.png
11013         * sylpheed-claws-64x64.png
11014         * sylpheed-claws.png
11015         * src/Makefile.am
11016         * src/main.c
11017         * src/prefs_toolbar.c
11018         * src/stock_pixmap.c
11019         * src/stock_pixmap.h
11020         * src/wizard.c
11021         * src/gtk/about.c
11022         * src/gtk/gtkutils.c
11023         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11024         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11025         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11026         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11027         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11028         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11029                 updated and renamed logo/icon files and related
11030                 logo by Jesper Schultz
11031
11032 2006-07-11 [paul]       2.3.1cvs79
11033
11034         * src/main.c
11035                 fix the labels a smidgin
11036
11037 2006-07-09 [colin]      2.3.1cvs78
11038
11039         * src/textview.c
11040                 Show errors in textviewer's command
11041                 Patch by H. Merijn Brand
11042
11043 2006-07-09 [colin]      2.3.1cvs77
11044
11045         * src/compose.c
11046                 Save FMID in drafts too
11047
11048 2006-07-08 [colin]      2.3.1cvs76
11049
11050         * src/compose.c
11051                 Svae RMID in drafted mails too
11052                 Save quote_fmt vars for whole mails,
11053                 don't reset at each quote_fmt_init:
11054                 allows to use the same |i{var} in
11055                 various template fields
11056         * src/prefs_template.c
11057         * src/quote_fmt.h
11058         * src/quote_fmt_parse.y
11059                 Same
11060
11061 2006-07-08 [colin]      2.3.1cvs75
11062
11063         * src/textview.c
11064                 Fix highlighting of attached parts URIs
11065
11066 2006-07-08 [colin]      2.3.1cvs74
11067
11068         * src/main.c
11069                 Prevent bug #981 (sc 2.3.1 segfaults with 
11070                 gtk+ 2.10) from being reported again:
11071                 if Sylpheed-Claws has been compiled against
11072                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11073                 of if Sylpheed-Claws has been compiled against
11074                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11075                 error out.
11076
11077 2006-07-07 [colin]      2.3.1cvs73
11078
11079         * src/prefs_actions.c
11080                 Fix label
11081
11082 2006-07-07 [colin]      2.3.1cvs72
11083
11084         * src/prefs_actions.c
11085                 Fix compile on gtk < 2.8. argh :)
11086
11087 2006-07-07 [paul]       2.3.1cvs71
11088
11089         * src/common/defs.h
11090                 update DONATE_URI
11091
11092 2006-07-07 [colin]      2.3.1cvs70
11093
11094         * po/POTFILES.in
11095         * src/quote_fmt.c
11096         * src/quote_fmt_lex.l
11097         * src/quote_fmt_parse.y
11098                 Add |i{var}, a way to insert user-entered
11099                 text in a template
11100
11101 2006-07-07 [colin]
11102
11103         * 2.4.0-rc3 released
11104
11105 2006-07-07 [colin]      2.3.1cvs69
11106
11107         * src/folder.c
11108                 Don't consider inboxes of UNKNOWN folder 
11109                 classes to be useable as default inboxes
11110
11111 2006-07-07 [paul]       2.3.1cvs68
11112
11113         * src/textview.c
11114                 add missing #include <errno.h>
11115                 Thanks to René J. Blokland
11116
11117 2006-07-07 [paul]       2.3.1cvs67
11118
11119         * src/action.c
11120                 Return now Closes dialog
11121         * src/mimeview.c
11122         * src/mimeview.h
11123         * src/textview.c
11124                 add contextual menu to mime parts listed
11125                 in the textview
11126                 Thanks to Colin
11127         * src/common/utils.c
11128                 reversal: ' is a valid character in URLs
11129
11130 2006-07-06 [colin]      2.3.1cvs66
11131
11132         * src/remotefolder.h
11133                 Forgotten in previous commit
11134
11135 2006-07-06 [colin]      2.3.1cvs65
11136
11137         * src/folder.c
11138                 Set summary update flag whenever
11139                 totals changed
11140         * src/imap.c
11141         * src/prefs_account.c
11142         * src/common/utils.h
11143         * src/etpan/imap-thread.c
11144                 Fix warnings, thanks to Fabien and
11145                 Ricardo
11146
11147 2006-07-06 [wwp]        2.3.1cvs64
11148
11149         * src/gtk/gtkutils.c
11150                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11151
11152 2006-07-06 [wwp]        2.3.1cvs63
11153
11154         * src/account.c
11155         * src/addressbook.c
11156         * src/addressitem.h
11157         * src/folderview.c
11158         * src/mainwindow.c
11159         * src/manual.c
11160         * src/manual.h
11161         * src/message_search.c
11162         * src/prefs_actions.c
11163         * src/prefs_filtering.c
11164         * src/prefs_filtering.h
11165         * src/prefs_template.c
11166         * src/summary_search.c
11167         * src/summaryview.c
11168         * src/gtk/gtkutils.c
11169         * src/gtk/gtkutils.h
11170         * src/gtk/pluginwindow.c
11171                 add help buttons to some dialogs. Clicking such buttons opens a
11172                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11173
11174 2006-07-06 [paul]       2.3.1cvs62
11175
11176         * src/textview.c
11177                 fix attachments contextual menu
11178                 Thanks to Colin
11179
11180 2006-07-05 [colin]      2.3.1cvs61
11181
11182         * src/textview.c
11183         * src/compose.c
11184                 Handle sftp:// links
11185
11186 2006-07-05 [paul]       2.3.1cvs60
11187
11188         * src/gtk/filesel.c
11189                 grab save button by default
11190                 Thanks to Colin
11191
11192 2006-07-05 [wwp]        2.3.1cvs59
11193
11194         * manual/xml2pdf
11195                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11196
11197 2006-07-04 [colin]      2.3.1cvs58
11198
11199         * src/mimeview.c
11200         * src/textview.c
11201                 Use left click to select, middle click to open
11202                 on mimeparts links
11203         * src/common/utils.c
11204                 Fix segfault
11205
11206 2006-07-04 [colin]      2.3.1cvs57
11207
11208         * src/mainwindow.c
11209         * src/news.c
11210                 Warning fixes, thanks to Fabien
11211
11212 2006-07-04 [colin]      2.3.1cvs56
11213
11214         * src/mimeview.c
11215         * src/mimeview.h
11216         * src/textview.c
11217                 Allow parts to be selected via their text label
11218                 in textview
11219
11220 2006-07-04 [colin]      2.3.1cvs55
11221
11222         * src/folderview.c
11223                 Feedback when closing (for big folders)
11224         * src/prefs_actions.c
11225         * src/prefs_filtering.c
11226         * src/prefs_matcher.c
11227         * src/prefs_template.c
11228                 Fix default button when closing without
11229                 having saved
11230
11231 2006-07-04 [colin]      2.3.1cvs54
11232
11233         * src/news.c
11234                 Delete local file on deletion
11235
11236 2006-07-03 [colin]      2.3.1cvs53
11237
11238         * src/folderview.c
11239         * src/main.c
11240                 Don't freeze when rescanning after crash
11241
11242 2006-07-03 [wwp]        2.3.1cvs52
11243
11244         * src/compose.c
11245         * src/privacy.c
11246         * src/privacy.h
11247         * src/plugins/pgpinline/pgpinline.c
11248         * src/plugins/pgpmime/pgpmime.c
11249                 don't report an error when the user cancels the passphrase dialog.
11250
11251 2006-07-02 [colin]      2.3.1cvs51
11252
11253         * src/folderview.c
11254                 Open message when crossing folders with Space,
11255                 goto next unread and friends
11256
11257 2006-07-01 [colin]      2.3.1cvs50
11258
11259         * src/prefs_account.c
11260                 Typographic rules varying from language
11261                 to language (in french "Protocole :"),
11262                 we have to do that :)
11263
11264 2006-07-01 [ticho]      2.3.1cvs49
11265
11266         * src/prefs_account.c
11267                 Only use one temporary gchar* variable in
11268                 prefs_account_protocol_set_optmenu().
11269
11270 2006-07-01 [ticho]      2.3.1cvs48
11271
11272         * src/prefs_account.c
11273         * src/prefs_account.h
11274                 Use GtkLabel for existing account protocol name.
11275                 Created an array for protocol names and populate the
11276                 combobox from it in a for() cycle.
11277
11278 2006-06-30 [colin]      2.3.1cvs47
11279
11280         * src/compose.c
11281                 Block undo when changing signature (by changing
11282                 account)
11283
11284 2006-06-30 [paul]       2.3.1cvs46
11285
11286         * src/send_message.c
11287                 when editing From in the Compose window, use that address
11288                 in the Return-Path: header
11289                 Thanks to Colin
11290
11291 2006-06-30 [colin]      2.3.1cvs45
11292
11293         * src/compose.c
11294                 Fix signature replacement:
11295                 - when no newline before separator
11296                 - when reediting
11297
11298 2006-06-29 [colin]      2.3.1cvs44
11299
11300         * src/folderview.c
11301         * src/folderview.h
11302         * src/mainwindow.c
11303         * src/summaryview.c
11304                 Let 'View/Go to/Next marked' work like
11305                 Next new & Next unread: across folders
11306                 Change the select_on_entry pref to do
11307                 what we want when changing folder
11308         * src/common/utils.c
11309                 Fix single-quoted links 
11310
11311 2006-06-29 [colin]      2.3.1cvs43
11312
11313         * src/gtk/gtkaspell.c
11314                 "Sylpheed" and "Sylpheed-Claws" do exist !
11315
11316 2006-06-29 [colin]      2.3.1cvs42
11317
11318         * src/imap.c
11319                 Forgot to remove debug
11320
11321 2006-06-29 [colin]      2.3.1cvs41
11322
11323         * src/imap.c
11324         * src/imap.h
11325         * src/mainwindow.c
11326                 Disconnect from IMAP servers when going
11327                 offline. Fixes bug #978 (going to offline-mode 
11328                 won't close connections)
11329
11330 2006-06-29 [colin]      2.3.1cvs40
11331
11332         * src/main.c
11333                 Fix transient setting on failing plugins
11334                 Patch by Fabien
11335         * src/plugins/pgpcore/sgpgme.c
11336                 Only warn for OpenPGP. Most people don't
11337                 have CMS available.
11338
11339 2006-06-29 [colin]      2.3.1cvs39
11340
11341         * src/compose.c
11342                 Fix Spelling menu (discrepancy between context menu
11343                 and top menu when folder's dictionary isn't the 
11344                 default one)
11345         * src/plugins/pgpcore/sgpgme.c
11346                 More error reporting about why gpgme can fail
11347
11348 2006-06-29 [wwp]        2.3.1cvs38
11349
11350         * src/mainwindow.c
11351                 honor the display-header-pane setting even when the message view
11352                 is a separate window.
11353
11354 2006-06-29 [wwp]        2.3.1cvs37
11355
11356         * src/prefs_actions.c
11357                 forgot to commit that one (use of GTK_STOCK_INFO).
11358
11359 2006-06-29 [colin]      2.3.1cvs36
11360
11361         * src/imap.c
11362                 Better handling of login errors (ask the password
11363                 again once), alert in case of error. Fix three
11364                 signedness warnings.
11365
11366 2006-06-28 [wwp]        2.3.1cvs35
11367
11368         * src/prefs_template.c
11369         * src/prefs_matcher.c
11370         * src/prefs_filtering_action.c
11371         * src/prefs_quote.c
11372                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11373                 patch by Fabien Vantard, slightly modified.
11374
11375 2006-06-28 [paul]
11376
11377         2.4.0-rc2 released
11378
11379 2006-06-28 [colin]      2.3.1cvs34
11380
11381         * src/prefs_account.c
11382                 Fix bug #977 (Can't add or edit imap accounts)
11383
11384 2006-06-28 [colin]      2.3.1cvs33
11385
11386         * src/mimeview.c
11387                 Fix previous
11388
11389 2006-06-28 [colin]      2.3.1cvs32
11390
11391         * src/mimeview.c
11392                 Save named inlined attachments with "Save all"
11393         * src/main.c
11394         * src/mbox.c
11395         * src/common/plugin.c
11396         * src/common/plugin.h
11397         * src/common/sylpheed.c
11398         * src/common/utils.c
11399         * src/plugins/pgpcore/sylpheed.def
11400         * src/plugins/pgpinline/sylpheed.def
11401         * src/plugins/pgpmime/sylpheed.def
11402                 Win32 compatibility patch, by
11403                 Werner Koch
11404
11405 2006-06-28 [wwp]        2.3.1cvs31
11406
11407         * src/imap.c
11408         * src/prefs_folder_item.c
11409                 less compilation warnings (thanks to Fabien Vantard), less typos.
11410
11411 2006-06-28 [paul]       2.3.1cvs30
11412
11413         * src/gtk/gtkutils.c
11414                 gtk_combo_box_set_focus_on_click() is only
11415                 available since gtk 2.6.0
11416
11417 2006-06-28 [paul]       2.3.1cvs29
11418
11419         * src/prefs_ext_prog.c
11420                 fix engrish and add a tooltip for the
11421                 'command for 'Display as text' option
11422
11423 2006-06-28 [paul]
11424
11425         2.4.0-rc1 released
11426
11427 2006-06-28 [paul]       2.3.1cvs28
11428
11429         * ChangeLog
11430         * tools/Makefile.am
11431                 include textviewer.pl in releases
11432
11433 2006-06-28 [paul]       2.3.1cvs27
11434
11435         * src/prefs_ext_prog.c
11436                 hide Print command option if libgnomeprint
11437                 support is present
11438
11439 2006-06-27 [colin]      2.3.1cvs26
11440
11441         * src/compose.c
11442                 Fix Esc handling in insert/attach dialog
11443                 Don't show this dialog if dragging something
11444                 else than text/uri-list
11445                 Thanks to Fabien Vantard
11446         * tools/textviewer.pl
11447                 Filter script to display stuff as text
11448                 by H. Merijn Brand
11449
11450 2006-06-27 [wwp]        2.3.1cvs25
11451
11452         * src/messageview.c
11453                 use the exact product name (message view title), patch
11454                 by Fabien Vantard.
11455
11456 2006-06-27 [ticho]      2.3.1cvs24
11457
11458         * src/prefs_account.c
11459         * src/prefs_common.c
11460         * src/prefs_common.h
11461         * src/prefs_ext_prog.c
11462         * src/textview.c
11463                 Add a preference (Preferences/External programs)
11464                 to allow "Display as text" to be done via a script
11465                 (patch by H.Merijn Brand).
11466                 Use GtkComboBox for protocol selection in account
11467                 preferences.
11468                 Only include current choice for existing accounts, and
11469                 insensitivize the combobox.
11470
11471 2006-06-27 [paul]       2.3.1cvs23
11472
11473         * src/mbox.c
11474                 fix crasher introduced in cvs21.
11475                 Thanks to Colin
11476
11477 2006-06-26 [colin]      2.3.1cvs22
11478
11479         * src/mbox.c
11480                 Fix double-frees when leaving folders
11481                 after exporting to mbox
11482
11483 2006-06-26 [colin]      2.3.1cvs21
11484
11485         * src/mbox.c
11486                 More feedback (and optimisation)
11487                 on import/export
11488         * src/common/utils.c
11489                 Fix case when looking for mail addresses
11490         * src/gtk/gtkutils.c
11491                 Extra check for (X-)Face
11492
11493 2006-06-25 [ticho]      2.3.1cvs20
11494
11495         * src/compose.c
11496         * src/exphtmldlg.c
11497         * src/gtk/gtkutils.c
11498         * src/gtk/gtkutils.h
11499                 Added second argument to gtkut_sc_combobox_create() to
11500                 control focus-on-click for the widget.
11501                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11502
11503 2006-06-25 [ticho]      2.3.1cvs19
11504
11505         * src/compose.c
11506         * src/gtk/Makefile.am
11507         * src/gtk/combobox.c
11508         * src/gtk/combobox.h
11509         * src/gtk/gtkutils.c
11510         * src/gtk/gtkutils.h
11511                 Use GtkComboBox instead of deprecated GtkOptionMenu
11512                 for account selector in compose window and for encoding
11513                 selector in attachment properties.
11514                 Also factorise working with the new GtkComboBox somewhat.
11515
11516 2006-06-24 [paul]       2.3.1cvs18
11517
11518         * src/prefs_common.c
11519                 use the correct default value
11520
11521 2006-06-24 [paul]       2.3.1cvs17
11522
11523         * src/compose.c
11524         * src/prefs_common.c
11525         * src/prefs_common.h
11526         * src/prefs_compose_writing.c
11527                 enable setting of default action when
11528                 dnd'ing files in the compose window.
11529                 (Collaborative effort with wwp)
11530
11531 2006-06-23 [wwp]        2.3.1cvs16
11532
11533         * src/compose.c
11534                 i18n fix (thanks to Fabien Vantard)
11535
11536 2006-06-22 [colin]      2.3.1cvs15
11537
11538         * src/prefs_customheader.c
11539                 Don't use filters in custom headers' file 
11540                 selector. Remember, extensions mean nothing :)
11541
11542 2006-06-22 [paul]       2.3.1cvs14
11543
11544         * configure.ac
11545                 allow setting of man directory location
11546
11547 2006-06-22 [colin]      2.3.1cvs13
11548
11549         * src/mainwindow.c
11550                 Add 'View/Go to/Next unread folder'.
11551                 I missed that :)
11552
11553 2006-06-22 [colin]      2.3.1cvs12
11554
11555         * src/common/utils.c
11556                 Add some subject prefixes
11557                 Patch by Bjorn T Johansen <btj@havleik.no>
11558
11559 2006-06-22 [colin]      2.3.1cvs11
11560
11561         * manual/advanced.xml
11562                 Forgotten hidden pref
11563
11564 2006-06-21 [paul]       2.3.1cvs10
11565
11566         * src/prefs_account.c
11567                 complete the removal of 'Add date header' option
11568
11569 2006-06-21 [paul]       2.3.1cvs9
11570
11571         * src/account.c
11572         * src/compose.c
11573         * src/prefs_account.c
11574         * src/prefs_account.h
11575                 remove option to add date header - always
11576                 add date header
11577         * src/etpan/imap-thread.c
11578                 fix warnings (Thanks to Colin)
11579
11580 2006-06-21 [wwp]        2.3.1cvs8
11581
11582         * src/folder.c
11583                 set the attachment flag when inline text part are (file)named. This is more convenient
11584                 when receiving (for instance) inline source files or patches sent using thunderbird.
11585
11586 2006-06-21 [paul]       2.3.1cvs7
11587
11588         * src/inc.c
11589                 fix off-by-one count of current msg in
11590                 statusbar filtering progressbar
11591
11592 2006-06-21 [paul]       2.3.1cvs6
11593
11594         * src/folder.c
11595                 Show attachment icon even if the part is 'inline'
11596                 if the following conditions are met:
11597                 - content-type != 'text/plain'
11598                 - content-type != '*/pgp-signature'
11599                 - either 'name' or 'filename' parameter is not NULL
11600                 
11601                 Thanks to Colin
11602
11603 2006-06-21 [paul]       2.3.1cvs5
11604
11605         * src/messageview.c
11606         * src/prefs_common.c
11607         * src/prefs_common.h
11608         * src/prefs_other.c
11609                 add an option to 'Never send Return
11610                 Receipts'
11611                 Thanks to Colin
11612
11613 2006-06-20 [mones]      2.3.1cvs4
11614
11615         * po/es.po
11616                 updated
11617         * src/compose.c
11618                 typo fixed (space after comma)
11619         * tools/make.themes.project
11620                 remove exec mode from tarball files
11621
11622 2006-06-20 [colin]      2.3.1cvs3
11623
11624         * src/news.c
11625         * src/procheader.c
11626         * src/unmime.c
11627                 Better fix for \n's in headers (don't 
11628                 break Received: and others)
11629
11630 2006-06-20 [paul]       2.3.1cvs2
11631
11632         * src/alertpanel.c
11633         * src/textview.c
11634                 improve legibility of phishing attempt
11635                 dialog
11636
11637 2006-06-20 [paul]       2.3.1cvs1
11638
11639         * NEWS
11640         * README
11641         * configure.ac
11642                 Update version number following
11643                 stable release
11644
11645 2006-06-20 [colin]      2.3.0cvs26
11646
11647         * src/compose.c
11648                 When dragging a file to the text of the compose
11649                 window, ask whether we want to insert or attach
11650                 (I know lots of people who do that to attach)
11651
11652 2006-06-20 [colin]      2.3.0cvs25
11653
11654         * src/etpan/imap-thread.c
11655                 Fix threshold (the append command is often > 32 bytes)
11656
11657 2006-06-19 [colin]      2.3.0cvs24
11658
11659         * src/imap.c
11660         * src/etpan/imap-thread.c
11661                 Workaround Rockliffe IMAP server bug: replace
11662                 "x UID SEARCH (ANSWERED UID 1:*)" with
11663                 "x UID SEARCH ANSWERED"
11664                 (Rockliffe doesn't handle the parenthesis)
11665
11666 2006-06-19 [colin]      2.3.0cvs23
11667
11668         * src/compose.c
11669         * src/imap.c
11670         * src/etpan/imap-thread.c
11671                 Probably fix bug #972 (Freezes when adding 
11672                 an attachment to the message)
11673         * src/common/defs.h
11674                 Modernize Firefox cmd
11675
11676
11677 2006-06-18 [colin]      2.3.0cvs22
11678
11679         * src/prefs_customheader.c
11680                 Only allow correct filenames for various
11681                 custom headers
11682
11683 2006-06-18 [colin]      2.3.0cvs21
11684
11685         * src/prefs_customheader.c
11686                 Add a 'From File...' button in custom headers prefs, which
11687                 try to do the right thing: 
11688                 for normal headers, use file as plaintext,
11689                 for X-Face, calls compface,
11690                 for Face, encode to b64.
11691
11692 2006-06-17 [colin]      2.3.0cvs20
11693
11694         * src/mh.c
11695                 Warning fix
11696
11697 2006-06-16 [colin]      2.3.0cvs19
11698
11699         * src/summaryview.c
11700                 Recursive quicksearch: show message list
11701                 in current folder, *then* search children
11702                 in the background.
11703
11704 2006-06-16 [colin]      2.3.0cvs18
11705
11706         * src/main.c
11707                 Instead of ignoring SIGPIPE, save caches
11708                 when getting one. Will fix the fact that
11709                 hot caches are out-of-date when logging 
11710                 out of Xorg.
11711         * src/compose.c
11712         * src/prefs_compose_writing.c
11713                 Only save text (not attachments) when 
11714                 auto-saving to drafts
11715         * src/unmime.c
11716                 Always replace \n, \r and \t with spaces
11717                 in headers
11718         * manual/dist/html/Makefile.am
11719         * manual/dist/pdf/Makefile.am
11720         * manual/dist/ps/Makefile.am
11721         * manual/dist/txt/Makefile.am
11722         * manual/fr/dist/html/Makefile.am
11723         * manual/fr/dist/pdf/Makefile.am
11724         * manual/fr/dist/ps/Makefile.am
11725         * manual/fr/dist/txt/Makefile.am
11726         * manual/pl/dist/html/Makefile.am
11727         * manual/pl/dist/pdf/Makefile.am
11728         * manual/pl/dist/ps/Makefile.am
11729         * manual/pl/dist/txt/Makefile.am
11730                 Fix make clean removing pregenerated manuals
11731
11732
11733 2006-06-16 [colin]      2.3.0cvs17
11734
11735         * src/plugins/pgpcore/sgpgme.c
11736         * src/plugins/pgpmime/pgpmime.c
11737         * src/plugins/pgpinline/pgpinline.c
11738                 Better error reporting in setup_signers.
11739                 Don't fallback to default key if specified
11740                 key isn't found.
11741                 Don't allow signing if more than one secret
11742                 key matches the one specified in prefs.
11743
11744 2006-06-15 [colin]      2.3.0cvs16
11745
11746         * src/folderview.c
11747                 Add "Send queue" in the folder's contextual
11748                 menu
11749         * src/compose.c
11750         * src/messageview.c
11751         * src/privacy.c
11752         * src/privacy.h
11753         * src/procmime.c
11754         * src/procmsg.c
11755         * src/plugins/pgpcore/passphrase.c
11756         * src/plugins/pgpcore/sgpgme.c
11757         * src/plugins/pgpinline/pgpinline.c
11758         * src/plugins/pgpmime/pgpmime.c
11759                 Better error reporting
11760         * src/mbox.c
11761                 Probably fix bug #971 (2.2.3 cannot read mail 
11762                 from local mbox)
11763
11764
11765 2006-06-15 [mones]      2.3.0cvs15
11766
11767         * tools/make.themes.project
11768                 creates the themes project from the web page
11769
11770 2006-06-15 [colin]      2.3.0cvs14
11771
11772         * src/folder.c
11773                 Better fix (avoid losing the folder if scan_tree 
11774                 fails)
11775
11776 2006-06-15 [cleroy]     2.3.0cvs13
11777
11778         * src/folder.c
11779                 Probably fix Bug #969 (crash on rebuilding 
11780                 imap folder)
11781
11782 2006-06-14 [colin]      2.3.0cvs12
11783
11784         * manual/dtd/manual.xsl
11785         * manual/sylpheed-claws-manual.xml
11786         * manual/fr/sylpheed-claws-manual.xml
11787         * manual/pl/sylpheed-claws-manual.xml
11788                 Insert pagebreaks between sections
11789
11790 2006-06-14 [paul]       2.3.0cvs11
11791
11792         * configure.ac
11793                 better fix than 2.3.0cvs10
11794
11795 2006-06-14 [paul]       2.3.0cvs10
11796
11797         * configure.ac
11798                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11799                 (backwards compatible)
11800
11801 2006-06-13 [colin]      2.3.0cvs9
11802
11803         * src/messageview.c
11804                 Fix sending of return receipt with the new queue folders
11805
11806 2006-06-13 [wwp]        2.3.0cvs8
11807
11808         * src/quote_fmt_lex.l
11809                 fix wrong tokens returned in quote_fmt lexer, query not().
11810
11811 2006-06-13 [wwp]        2.3.0cvs7
11812
11813         * src/folder.c
11814         * src/prefs_folder_item.c
11815                 allow changing folder type even when folder is not a top-level one,
11816                 thanks to Colin.
11817
11818 2006-06-12 [colin]      2.3.0cvs6
11819
11820         * src/folderview.c
11821                 Fix double-ask of "Do you want to mark all
11822                 as read"
11823
11824 2006-06-12 [colin]      2.3.0cvs5
11825
11826         * src/compose.c
11827         * src/compose.h
11828         * src/folder.c
11829         * src/folder.h
11830         * src/imap.c
11831         * src/inc.c
11832         * src/main.c
11833         * src/messageview.c
11834         * src/mh.c
11835         * src/prefs_folder_item.c
11836         * src/procheader.c
11837         * src/procmime.c
11838         * src/procmsg.c
11839         * src/procmsg.h
11840         * src/send_message.c
11841         * src/summaryview.c
11842         * src/toolbar.c
11843                 Apply bug #964's patch (Queue and drafts aren't normal)
11844                 The Drafts and Queue folder now contain RFC-822 files,
11845                 allowing to move and copy mails from and to these 
11846                 folders. Moving from Drafts to Queue will prepare the
11847                 mail for sending (PGP signature, encryption, etc).
11848                 This patch also rework sending errors handling to try
11849                 to be more helpful.
11850                 Also, allow redefining folder types via the GUI 
11851                 (Folder type in its Properties)
11852
11853 2006-06-12 [colin]      2.3.0cvs4
11854
11855         * src/summaryview.c
11856         * src/prefs_common.c
11857         * src/prefs_common.h
11858         * src/gedit-print.c
11859                 Allow to define a specific print font - patch
11860                 by Bernhard Walle <bernhard.walle@gmx.de>
11861         * src/prefs_fonts.c
11862         * manual/advanced.xml
11863         * manual/fr/advanced.xml
11864                 Add a hidden pref to allow deletion without
11865                 confirmation
11866
11867 2006-06-12 [wwp]        2.3.0cvs3
11868
11869         * .cvsignore
11870                 more files to ignore.
11871
11872 2006-06-12 [wwp]        2.3.0cvs2
11873
11874         * src/quote_fmt.c
11875         * src/quote_fmt_lex.l
11876         * src/quote_fmt_parse.y
11877                 extend the quote_fmt parser (templates and quotes):
11878                 - allow limited sub-expressions in |p{} and |f{} expressions,
11879                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11880                 - implemented/fixed missing implementation of query_references and show_references,
11881                 - completed, fixed contents and format of the symbols help dialog,
11882                 - fix some compilation warnings.
11883
11884 2006-06-12 [wwp]        2.3.0cvs1
11885
11886         * manual/advanced.xml
11887         * manual/fr/advanced.xml
11888                 updates in the "templates" section of the manual (eng/fr):
11889                  - be more precise (both versions)
11890                  - completed to match the english reference (fr version)
11891                  - touchups (both versions)
11892
11893 2006-06-12 [paul]       2.3.0
11894
11895         2.3.0 released
11896
11897 2006-06-12 [paul]       2.2.3cvs14
11898
11899         * po/ca.po
11900         * po/cs.po
11901         * po/de.po
11902         * po/el.po
11903         * po/fr.po
11904         * po/it.po
11905         * po/pt_BR.po
11906         * po/sr.po
11907         * po/zh_CN.po
11908                 updated by Miquel Oliete, Tim, Stephan Sachse,
11909                 Stavros Giannouris, Fabien Vantard, Andrea
11910                 Spadaccini, Frederico Goncalves Guimaraes,
11911                 Aleksandar Urosevic, and Ralgh Young
11912
11913 2006-06-12 [colin]      2.2.3cvs13
11914
11915         * src/mbox.c
11916                 Add missing header
11917
11918 2006-06-11 [colin]      2.2.3cvs12
11919
11920         * src/msgcache.c
11921                 Verify that g_malloc() succeeded
11922
11923 2006-06-11 [colin]      2.2.3cvs11
11924
11925         * src/wizard.c
11926                 Add Face header to welcome mail
11927
11928 2006-06-10 [colin]      2.2.3cvs10
11929
11930         * src/textview.c
11931                 Revert previous (Forgot it changes the
11932                 margin on the whole mail)
11933
11934 2006-06-10 [colin]      2.2.3cvs9
11935
11936         * src/textview.c
11937                 Don't overlap long headers under (X-)Face
11938
11939 2006-06-10 [mones]      2.2.3cvs8
11940
11941         * manual/xml2pdf
11942                 allow generation of manual on systems lacking saxon binary
11943                 but with java and the saxon library installed
11944
11945         * po/es.po
11946                 updated for release
11947
11948 2006-06-09 [colin]      2.2.3cvs7
11949
11950         * src/summaryview.c
11951                 Fix leak when using Display Sender using Addressbook
11952
11953 2006-06-09 [colin]      2.2.3cvs6
11954
11955         * src/compose.c
11956         * src/folder.c
11957         * src/folderview.c
11958         * src/mimeview.c
11959         * src/summaryview.c
11960                 More leaks fixes
11961
11962 2006-06-09 [paul]       2.2.3cvs5
11963
11964         * AUTHORS
11965         * src/gtk/authors.h
11966         * tools/claws.i18n.status.pl
11967                 updated with new info
11968
11969 2006-06-09 [paul]       2.2.3cvs4
11970
11971         * README
11972                 updated
11973         * manual/ack.xml
11974                 add wwp to authors list
11975         * src/gtk/authors.h
11976                 update mine and Colin's addresses
11977
11978 2006-06-08 [colin]      2.2.3cvs3
11979
11980         * src/etpan/imap-thread.c
11981                 Fix leak on SSL cert check
11982
11983 2006-06-08 [colin]      2.2.3cvs2
11984
11985         * src/common/utils.c
11986                 Fix leak
11987
11988 2006-06-08 [paul]       2.2.3cvs1
11989
11990         * configure.ac
11991                 Update version number following
11992                 stable release
11993
11994 2006-06-07 [colin]      2.2.2cvs3
11995
11996         * src/msgcache.c
11997                 Fix catching cache read errors (guint instead of gint)
11998                 Prevent malloc'ing more than 8MB (means cache corruption)
11999
12000 2006-06-07 [paul]       2.2.2cvs2
12001
12002         * src/exporthtml.c
12003         * src/exportldif.c
12004         * src/mh.c
12005         * src/mutt.c
12006         * src/pine.c
12007         * src/common/utils.c
12008                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12009                 obey $HOME'
12010                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12011                 Thanks to Colin
12012
12013 2006-06-06 [paul]       2.2.2cvs1
12014
12015         * configure.ac
12016                 Update version number following
12017                 stable release
12018
12019 2006-06-06 [paul]       2.2.1cvs6
12020
12021         * src/matcher.c
12022                 fix  implicit declaration of
12023                 sylpheed_do_idle()
12024                 Patch by Fabien Vantard
12025
12026 2006-06-06 [paul]       2.2.1cvs5
12027
12028         * src/matcher.c
12029                 fix age_greater and age_lower so that they
12030                 mean what say and not '...or equal to'
12031                 Thanks to Colin
12032
12033 2006-06-06 [paul]       2.2.1cvs4
12034
12035         * src/textview.c
12036         * src/common/utils.c
12037                 fix URI check
12038                 Thanks to Colin
12039
12040 2006-06-05 [wwp]        2.2.1cvs3
12041
12042         * manual/fr/account.xml
12043                 minor language fixes (thanks to Fabien Vantard).
12044
12045 2006-06-05 [colin]      2.2.1cvs2
12046
12047         * src/prefs_folder_item.c
12048         * src/folderview.c
12049                 Allow recursive setting of properties 
12050                 for whole mailboxes
12051         * src/matcher.c
12052                 Don't freeze on 'test' filtering rule
12053
12054 2006-06-05 [colin]      2.2.1cvs1
12055
12056         * configure.ac
12057                 Update version number following
12058                 stable release
12059
12060 2006-06-04 [wwp]        2.2.0cvs82
12061
12062         * manual/glossary.xml
12063         * manual/account.xml
12064         * manual/fr/glossary.xml
12065         * manual/fr/account.xml
12066                 added glossary section and references/links related to the Face custom header.
12067
12068 2006-06-04 [colin]      2.2.0cvs81
12069
12070         * src/summaryview.c
12071                 Skip to next message on move with no
12072                 immediate execution
12073
12074 2006-06-04 [wwp]        2.2.0cvs80
12075
12076         * manual/xml2pdf
12077                 added sanity checks, exit when needed.
12078
12079 2006-06-03 [paul]       2.2.0cvs79
12080
12081         * src/prefs_receive.c
12082                 page name is now 'Receiving'
12083         * src/prefs_send.c
12084                 page name is now 'Sending'
12085
12086 2006-06-03 [colin]      2.2.0cvs78
12087
12088         * src/plugins/spamassassin/spamassassin_gtk.c
12089                 Autoswitch to Localhost if transport was previously
12090                 disabled. Else people had to check [] Enable, then
12091                 *reselect* transport.
12092
12093 2006-06-03 [colin]      2.2.0cvs77
12094
12095         * src/plugins/pgpinline/pgpinline.c
12096         * src/plugins/pgpmime/pgpmime.c
12097                 Check that gpg_data_release_and_get_mem 
12098                 didn't fail (now, why this happens...)
12099
12100 2006-06-03 [colin]      2.2.0cvs76
12101
12102         * src/mbox.c
12103                 Fix bug #962 (Manual and/or UI should 
12104                 warn about incompatible locking 
12105                 causing dataloss)
12106
12107 2006-06-02 [cleroy]     2.2.0cvs75
12108
12109         * src/filtering.c
12110         * src/folder.c
12111         * src/procmsg.c
12112         * src/summaryview.c
12113                 Fix a few leaks
12114
12115 2006-06-02 [colin]      2.2.0cvs74
12116
12117         * src/main.c
12118                 On exit, free caches after writing them
12119                 Shuts up some valgrind false positives
12120         * src/procmsg.c
12121         * src/send_message.c
12122                 Fix races when reusing existing SMTP connections
12123                 Fix inexistant session timeout
12124         * src/toolbar.c
12125                 Display alertpanel after all queues have
12126                 been processed, not after each
12127
12128 2006-06-02 [wwp]        2.2.0cvs73
12129
12130         * manual/fr/glossary.xml
12131         * manual/fr/ack.xml
12132         * manual/ack.xml
12133                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12134
12135 2006-06-02 [wwp]        2.2.0cvs72
12136
12137         * manual/xml2pdf
12138         * manual/dist/pdf/Makefile.am
12139         * manual/dtd/manual.xsl
12140         * manual/fr/dist/pdf/Makefile.am
12141         * manual/pl/dist/pdf/Makefile.am
12142                 we changed the procedure to generate the .pdf version of the manual.
12143                 The procedure is more modern and the .pdf we get now has a valid index.
12144                 Here are the new pre-requisites:
12145
12146                 - JRE 1.x (1.4 here): there must be one from your distro
12147                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12148                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12149                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12150
12151                 See my posts for further info about the installation of this toolchain:
12152
12153                 Date: Fri, 19 May 2006 19:40:06 +0200
12154                 From: wwp <subscript@free.fr>
12155                 To: sylpheed-claws-devel@lists.sourceforge.net
12156                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12157
12158                 and
12159
12160                 Date: Wed, 24 May 2006 12:58:49 +0200
12161                 From: wwp <subscript@free.fr>
12162                 To: sylpheed-claws-devel@lists.sourceforge.net
12163                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12164
12165 2006-06-01 [colin]      2.2.0cvs71
12166
12167         * src/compose.c
12168                 Better guards against IMAP races
12169         * src/main.c
12170         * src/prefs_common.c
12171         * src/prefs_common.h
12172         * src/common/ssl_certificate.c
12173         * src/etpan/imap-thread.c
12174         * src/etpan/imap-thread.h
12175         * src/gtk/sslcertwindow.c
12176                 New hidden option ssl_skip_cert_check to 
12177                 avoid dups of bug #959 (libetpan linked
12178                 against gnutls and gnutls buggy on 64bit)
12179                 Present expired warning only once per
12180                 session/server.
12181         * manual/advanced.xml
12182         * manual/fr/advanced.xml
12183                 Document new option
12184
12185 2006-06-01 [wwp]        2.2.0cvs70
12186
12187         * src/messageview.c
12188                 fix for bug #961 (return receipt dialog 
12189                 complains incorrectly about return-path 
12190                 email adress being different), thanks 
12191                 to Colin.
12192
12193 2006-05-31 [cleroy]     2.2.0cvs69
12194
12195         * src/common/ssl.c
12196                 Guard against NULLs, although this
12197                 should never be an issue
12198
12199 2006-05-31 [colin]      2.2.0cvs68
12200
12201         * src/filtering.c
12202                 Use g_slist_prepend
12203         * src/imap.c
12204                 Don't remove caches when destroying folder, it
12205                 could (should) be done at exit
12206         * src/inc.c
12207                 free processing cache after incorporation
12208         * src/etpan/imap-thread.c
12209                 Maybe fix bug #959 (Crash on moving to emails 
12210                 to a imap account per ssl with a expired 
12211                 certificate.)
12212
12213 2006-05-30 [colin]      2.2.0cvs67
12214
12215         * src/summaryview.c
12216                 Put back event flush when displaying message
12217                 It avoids reading a bunch of messages just
12218                 by hitting shift-n for too long ;)
12219
12220 2006-05-29 [colin]      2.2.0cvs66
12221
12222         * src/summaryview.c
12223                 Remove useless g_warnings
12224
12225 2006-05-29 [colin]      2.2.0cvs65
12226
12227         * src/imap.c
12228                 Fix g_slist_append()s for performance
12229
12230 2006-05-29 [colin]      2.2.0cvs64
12231
12232         * src/compose.c
12233         * src/common/utils.c
12234                 Fix extraneous tab at start of addresses
12235         * src/mainwindow.c
12236                 Fix warnings (thanks to Fabien)
12237                 Fix crash at exit when composing messages 
12238                 exist
12239         * src/pop.c
12240                 Fix progress bar when deleting expired mails
12241                 Thanks to Hiro
12242         * src/summaryview.c
12243         * src/gtk/gtksctree.c
12244                 Fix re-sorting slowness
12245
12246 2006-05-29 [paul]       2.2.0cvs63
12247
12248         * src/mh.c
12249                 fetch full message when moving mails
12250                 from another mailbox, (fixed data loss
12251                 when filtering from IMAP to MH, introduced
12252                 in 2.2.0cvs57).
12253                 Thanks to Colin
12254
12255 2006-05-29 [mones]      2.2.0cvs62
12256
12257         * src/gtk/gtksctree.c
12258                 Unselect faster (patch by Colin)        
12259
12260 2006-05-26 [colin]      2.2.0cvs61
12261
12262         * src/summaryview.c
12263                 Unplug MSGINFO_UPDATE callback on delete too.
12264
12265 2006-05-26 [colin]      2.2.0cvs60
12266
12267         * src/foldersel.c
12268                 Fix bold in folder selection window with glib2.10
12269                 thanks Hiro
12270
12271 2006-05-26 [colin]      2.2.0cvs59
12272
12273         * src/procheader.c
12274                 Convert date only if necessary (and don't
12275                 try to convert from utf8 to utf8, too)
12276         * src/summaryview.c
12277                 Only set column's text if the column's 
12278                 displayed
12279
12280 2006-05-26 [colin]      2.2.0cvs58
12281
12282         * src/summaryview.c
12283         * src/gtk/gtkutils.c
12284                 Fix useless warning
12285
12286 2006-05-26 [colin]      2.2.0cvs57
12287
12288         * src/mainwindow.c
12289                 Make summaryview selectable as long as 
12290                 no message has focus
12291         * src/mh.c
12292                 Faster deletion (by implementing mh_remove_msgs)
12293                 Faster copy (avoid using mh_fetch_msg just to get
12294                 the filename)
12295                 Faster move (using move_file instead of copy_file
12296                 if MSG_IS_MOVE)
12297                 No progressbar if total number of mails to cp/mv 
12298                 is less than 100
12299         * src/summaryview.c
12300                 Fix removal from subject_table when mail gets moved
12301                 Faster deletion (g_slist_prepend instead of append)
12302         * src/gtk/gtksctree.c
12303                 Remove useless code
12304
12305 2006-05-25 [colin]      2.2.0cvs56
12306
12307         * src/common/ssl_certificate.c
12308                 Fix leak in expired cert check
12309
12310 2006-05-25 [colin]      2.2.0cvs55
12311
12312         * src/mh.c
12313                 Disable flags syncing on .mh_sequences - it
12314                 is buggy and marks mails read under unknown
12315                 conditions.
12316
12317 2006-05-25 [paul]
12318
12319         * 2.3.0-rc4 released
12320
12321 2006-05-24 [colin]      2.2.0cvs54
12322
12323         attention cvs users: if you manage to crash
12324         Sylpheed-Claws while moving, copying or deleting
12325         mails, we *are* interested in stack traces and
12326         valgrind logs. It looks stable, but one never
12327         knows...
12328
12329         * src/folder.c
12330                 Add progressbar for cache updates
12331         * src/folderutils.c
12332                 Optimize Mark all read in the current
12333                 folder
12334         * src/mh.c
12335                 Add progressbar for copy/move
12336         * src/procmsg.c
12337                 Optimize O(n^2) in copy/move
12338         * src/summaryview.c
12339         * src/gtk/gtksctree.c
12340                 Optimize O(n^2) algos
12341         * src/common/timing.h
12342                 Display ms instead of us
12343
12344 2006-05-24 [wwp]        2.2.0cvs53
12345
12346         * manual/fr/advanced.xml
12347                 updates to the French manual.
12348
12349 2006-05-24 [wwp]        2.2.0cvs52
12350
12351         * src/common/utils.c
12352                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12353
12354 2006-05-24 [wwp]        2.2.0cvs51
12355
12356         * src/folderutils.c
12357                 fixed "mark all read" in MH folders (thanks to Colin).
12358
12359 2006-05-24 [paul]       2.2.0cvs50
12360
12361         * doc/man/sylpheed-claws.1
12362                 updated the man page
12363
12364 2006-05-23 [colin]      2.2.0cvs49
12365
12366         * src/folderview.c
12367         * src/imap.c
12368         * src/inc.c
12369         * src/mbox.c
12370         * src/messageview.c
12371         * src/news.c
12372         * src/send_message.c
12373         * src/summaryview.c
12374         * src/gtk/sslcertwindow.c
12375                 alertpanel fixes, by Fabien
12376
12377 2006-05-23 [colin]      2.2.0cvs48
12378
12379         * src/folder.c
12380         * src/folderview.c
12381         * src/msgcache.c
12382         * src/summaryview.c
12383         * src/gtk/gtksctree.c
12384         * src/gtk/gtksctree.h
12385                 More timings
12386                 Fix slow loading problem, which was caused by the
12387                 use of some gtk_ctree funcs and their use of
12388                 g_list_position while gtk_ctree_(un)link'ing.
12389                 Reap more functions from gtkctree.c to be sure we
12390                 use our (fast) version instead of theirs.
12391         * src/mh.c
12392                 Fix copy of unread mails
12393
12394
12395 2006-05-22 [wwp]        2.2.0cvs47
12396
12397         * manual/fr/advanced.xml
12398                 updated.
12399
12400 2006-05-22 [colin]      2.2.0cvs46
12401
12402         * src/filtering.c
12403                 Fix possible infinite loop. 'copy' is not a 
12404                 final action, so when encountering a 'copy',
12405                 we have to check if a previous one was set
12406                 and do it. In the same way, if we encounter
12407                 a 'move' we have to perform a possibly 
12408                 pending 'copy'. This will slow down filtering
12409                 on IMAP if move+copy or multiple copy actions
12410                 are to be done, but handling it via the batch
12411                 would be really too convoluted.
12412
12413 2006-05-22 [wwp]        2.2.0cvs45
12414
12415         * manual/fr/advanced.xml
12416         * manual/fr/faq.xml
12417         * manual/fr/glossary.xml
12418         * manual/fr/handling.xml
12419         * manual/fr/intro.xml
12420         * manual/fr/plugins.xml
12421         * manual/fr/sylpheed-claws-manual.xml
12422                 sync w/ the english manual: updates URIs, documented mailing-list
12423                 support, better explanation about the enabled/disabled feature
12424                 in filtering/processing rules by Paul.
12425
12426 2006-05-21 [colin]      2.2.0cvs44
12427
12428         * src/summaryview.c
12429                 Don't expand after building threads, but during
12430
12431 2006-05-21 [colin]      2.2.0cvs43
12432
12433         * src/procmsg.c
12434         * src/summaryview.c
12435                 More timing possibilities... For next time I have 
12436                 to find out how the hell some 3GHz computer takes
12437                 one minute to open a 30k folder...
12438
12439 2006-05-21 [colin]      2.2.0cvs42
12440
12441         * manual/pl/advanced.xml
12442         * manual/pl/faq.xml
12443         * manual/pl/glossary.xml
12444         * manual/pl/handling.xml
12445         * manual/pl/intro.xml
12446         * manual/pl/plugins.xml
12447         * manual/pl/sylpheed-claws-manual.xml
12448                 Polish manual updated by Pawel
12449
12450 2006-05-20 [colin]
12451
12452         * 2.3.0-rc3 released
12453
12454 2006-05-20 [colin]      2.2.0cvs41
12455
12456         * src/imap.c
12457                 Fix -rc2 problems:
12458                 - remove cache of moved messages from original folder
12459                 - apply new flags to messages even if they aren't appliable
12460                   via IMAP.
12461
12462 2006-05-20 [colin]
12463
12464         * 2.3.0-rc2 released
12465
12466 2006-05-19 [colin]      2.2.0cvs40
12467
12468         * src/imap.c
12469                 Don't issue SELECT in imap_change_flags
12470                 before having checked that we indeed have
12471                 some flags to change. MSG_POSTFILTERED for
12472                 example can't be used on IMAP.
12473                 Fixes bug #955 (copying messages between 
12474                 imap folders is extremely slow), which was
12475                 a regression.
12476
12477 2006-05-19 [colin]      2.2.0cvs39
12478
12479         * src/folder.c
12480         * src/folder.h
12481         * src/folderview.c
12482                 Try to fix bug #830 (Some unread messages 
12483                 get marked read in IMAP inbox):
12484                 - Prevent scanning a folder if it's being 
12485                   opened via the GUI
12486                 - Postpone opening via the GUI of a folder
12487                   currently scanned.
12488
12489
12490 2006-05-19 [wwp]        2.2.0cvs38
12491
12492         * manual/advanced.xml
12493                 fix English+typo (thanks to Paul).
12494
12495 2006-05-19 [wwp]        2.2.0cvs37
12496
12497         * manual/advanced.xml
12498         * manual/fr/advanced.xml
12499         * src/gtk/logwindow.c
12500         * src/prefs_common.c
12501         * src/prefs_common.h
12502                 added hidden prefs to allow customization of colors used in
12503                 protocol log window (useful for dark gtk+ themes).
12504
12505 2006-05-19 [wwp]        2.2.0cvs36
12506
12507         * ChangeLog
12508                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12509
12510 2006-05-19 [paul]       2.2.0cvs35
12511
12512         * src/textview.c
12513                 make Reply-To fully clickable
12514         * src/gtk/logwindow.c
12515                 more colouring (SMTP ESMTP)
12516         Both patches by Pawel Pekala
12517
12518 2006-05-19 [cleroy]     2.2.0cvs34
12519
12520         * src/mh.c
12521                 Don't update flags from current folder
12522                 Probably fixes bug #935 (Read Messages 
12523                 Revert to Being Marked as Unread)
12524
12525 2006-05-18 [colin]      2.2.0cvs33
12526
12527         * src/imap.c
12528                 Warning fix
12529         * src/compose.c
12530         * src/mainwindow.c
12531         * src/summaryview.c
12532         * src/toolbar.c
12533                 Allow replying to multiple emails
12534                 in multiple windows
12535         * src/mimeview.c
12536         * src/etpan/imap-thread.c
12537                 Leak fixes
12538
12539 2006-05-18 [paul]       2.2.0cvs32
12540
12541         * src/summaryview.c
12542                 keep Mailing-List menu refreshed
12543                 Thanks to Colin
12544
12545 2006-05-18 [paul]       2.2.0cvs31
12546
12547         * manual/advanced.xml
12548         * manual/faq.xml
12549         * manual/glossary.xml
12550         * manual/handling.xml
12551         * manual/intro.xml
12552         * manual/plugins.xml
12553         * manual/sylpheed-claws-manual.xml
12554                 update URLs
12555                 add info about mailing-list support
12556                 edit filtering info
12557         * src/wizard.c
12558         * src/common/defs.h
12559         * src/gtk/about.c
12560         * src/plugins/dillo_viewer/README
12561                 update URLs
12562
12563 2006-05-17 [wwp]        2.2.0cvs30
12564
12565         * manual/handling.xml
12566         * manual/fr/handling.xml
12567                 documented the ability to enabled/disable filtering/processing rules.
12568
12569 2006-05-17 [colin]      2.2.0cvs29
12570
12571         * src/main.c
12572                 Don't initialize g_thread subsystem if it's 
12573                 already done (thanks to Hiro)
12574         * src/mimeview.c
12575                 Fix saving of parts when there name can't be
12576                 converted from UTF-8.
12577
12578 2006-05-17 [paul]       2.2.0cvs28
12579
12580         * po/Makefile.in.in
12581                 fix config.status warning with autoconf 2.60
12582
12583 2006-05-17 [paul]       2.2.0cvs27
12584
12585         * po/POTFILES.in
12586                 add src/mbox.c
12587
12588 2006-05-17 [wwp]        2.2.0cvs26
12589
12590         * src/mainwindow.c
12591                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12592
12593 2006-05-17 [wwp]        2.2.0cvs25
12594
12595         * src/plugins/demo/demo.c
12596                 updated product name in plugin demo (many plugins need to be
12597                 sync'ed w/ that change).
12598
12599 2006-05-17 [colin]      2.2.0cvs24
12600
12601         * src/mh.c
12602                 Fix leak
12603
12604 2006-05-16 [colin]      2.2.0cvs23
12605
12606         * src/mainwindow.c
12607                 Stupid me hit again. Fix cvs22.
12608
12609 2006-05-16 [colin]      2.2.0cvs22
12610
12611         * src/mainwindow.c
12612                 Fix bug #922 (sylpheed-claws crashed after 
12613                 pushing on Inbox folder)
12614
12615 2006-05-16 [colin]      2.2.0cvs21
12616
12617         * src/compose.c
12618                 Make From header be copy/paste/select-able
12619
12620 2006-05-16 [wwp]        2.2.0cvs20
12621
12622         * src/export.c
12623         * src/matcher.c
12624         * src/summaryview.c
12625         * src/etpan/imap-thread.c
12626                 fix some compiler warnings (thanks to Colin).
12627
12628 2006-05-16 [wwp]        2.2.0cvs19
12629
12630         * src/action.c
12631         * src/gedit-print.c
12632         * src/inc.c
12633         * src/mainwindow.c
12634         * src/mh.c
12635         * src/statusbar.c
12636         * src/send_message.c
12637         * src/summaryview.c
12638                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12639
12640 2006-05-15 [colin]      2.2.0cvs18
12641
12642         * src/procmsg.c
12643                 Fix automatic rule creation with List-Post
12644
12645 2006-05-15 [paul]       2.2.0cvs17
12646
12647         * tools/filter_conv_new.pl
12648                 updated for rule enabling/disabling
12649                 claws version >= 2.3.x required
12650
12651 2006-05-15 [cleroy]     2.2.0cvs16
12652
12653         * src/main.c
12654                 Revert test
12655
12656 2006-05-15 [cleroy]     2.2.0cvs15
12657
12658         * src/main.c
12659                 test
12660
12661 2006-05-15 [wwp]        2.2.0cvs14
12662
12663         * manual/pl/.cvsignore
12664                 ignore generated files.
12665
12666 2006-05-14 [wwp]        2.3.0-rc1
12667
12668         * 2.3.0-rc1 released
12669
12670 2006-05-13 [wwp]        2.2.0cvs13
12671
12672         * src/filtering.c
12673         * src/filtering.h
12674         * src/matcher.c
12675         * src/matcher_parser_lex.l
12676         * src/matcher_parser_parse.y
12677         * src/prefs_filtering.c
12678                 new feature: provide the ability to disable filtering and processing
12679                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12680                 adaptations.
12681
12682 2006-05-13 [colin]      2.2.0cvs12
12683
12684         * src/compose.c
12685                 Remove useless if (a) b; else b;
12686                 Thanks to wwp
12687
12688 2006-05-13 [wwp]        2.2.0cvs11
12689
12690         * src/export.c
12691         * src/import.c
12692         * src/mainwindow.c
12693         * src/mbox.c
12694         * src/summaryview.c
12695         * src/summaryview.h
12696                 no more silent failures (or at least less ones) when importing
12697                 or exporting from/to mbox. Also start importing/exporting if
12698                 the necessary info is set.
12699
12700 2006-05-13 [wwp]        2.2.0cvs10
12701
12702         * RELEASE_NOTES
12703                 restored up-to-date release notes.
12704
12705 2006-05-13 [paul]       2.2.0cvs9
12706
12707         * po/nl.po
12708         * po/ru.po
12709                 updated by Tim Dijkstra and Pavlo Bohmat
12710
12711 2006-05-12 [colin]      2.2.0cvs8
12712
12713         * src/gtk/quicksearch.c
12714                 Add "k" as shortcut for "colorlabel". Patch
12715                 by ath42@users.sf.net.
12716
12717 2006-05-12 [paul]       2.2.0cvs7
12718
12719         * src/prefs_common.h
12720         * src/prefs_summaries.c
12721         * src/summaryview.c
12722                 when entering a folder also allow
12723                 going directly to first Marked message
12724
12725 2006-05-12 [paul]       2.2.0cvs6
12726
12727         * src/summaryview.c
12728                 always obey 'confirm before marking all
12729                 mails read' option
12730
12731 2006-05-12 [paul]       2.2.0cvs5
12732
12733         * src/textview.c
12734                 make Sender fully clickable
12735
12736 2006-05-12 [colin]      2.2.0cvs4
12737
12738         * src/compose.c
12739         * src/compose.h
12740                 Let From be editable
12741         * src/main.c
12742         * src/mh.c
12743                 Full support of .mh_sequences' Unseen seq
12744
12745 2006-05-12 [colin]      2.2.0cvs3
12746
12747         * src/folder.c
12748         * src/mainwindow.c
12749         * src/mainwindow.h
12750         * src/messageview.c
12751         * src/prefs_spelling.c
12752         * src/procheader.c
12753         * src/procmsg.c
12754         * src/procmsg.h
12755         * src/summaryview.c
12756         * src/toolbar.c
12757         * src/toolbar.h
12758                 Add contextual menu on Compose toolbar
12759                 button. Fixes bug #944 (Automatic
12760                 addresses not applied when changing account
12761                 from compose window)
12762                 add Mailing List support
12763                 based on the old 0.6.5claws25 patch by
12764                 Melvin Hadasht, with finishing touches
12765                 by Colin
12766                 Fix "ignore thread" when mails are threaded by
12767                 subject (and weren't ignored although appearing
12768                 in the thread).
12769                 GUI rework.
12770                 Both patches by Pawel.
12771
12772 2006-05-08 [paul]       2.2.0cvs2
12773
12774         * src/mainwindow.c
12775         * src/mainwindow.h
12776         * src/messageview.c
12777         * src/procheader.c
12778         * src/procmsg.c
12779         * src/procmsg.h
12780         * src/summaryview.c
12781                 add Mailing List support
12782                 based on the old 0.6.5claws25 patch by 
12783                 Melvin Hadasht, with finishing touches
12784                 by Colin
12785
12786 2006-05-08 [colin]      2.2.0cvs1
12787
12788         * src/mainwindow.c
12789         * src/toolbar.c
12790         * src/toolbar.h
12791                 Add contextual menu on Compose toolbar 
12792                 button. Fixes bug #944 (Automatic 
12793                 addresses not applied when changing account 
12794                 from compose window)
12795
12796 2006-05-08 [paul]       2.2.0
12797
12798         2.2.0 released
12799
12800 2006-05-08 [paul]       2.1.1cvs51
12801
12802         * po/cs.po
12803         * po/de.po
12804         * po/en_GB.po
12805         * po/fi.po
12806         * po/fr.po
12807         * po/pt_BR.po
12808         * po/sr.po
12809         * po/zh_CN.po
12810                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12811                 Fabien Vantard, Frederico Goncalves Guimaraes,
12812                 Aleksandar Urosevic, and Ralgh Young
12813
12814 2006-05-12 [colin]      2.1.1cvs50
12815
12816         * po/cs.po
12817         * po/de.po
12818         * po/en_GB.po
12819         * po/es.po
12820         * po/fi.po
12821         * po/fr.po
12822         * po/pt_BR.po
12823         * po/sr.po
12824         * po/zh_CN.po
12825                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12826                 Fabien Vantard, Frederico Goncalves Guimaraes,
12827                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12828
12829 2006-05-05 [colin]      2.1.1cvs49
12830
12831         * manual/Makefile.am
12832         * manual/pl/Makefile.am
12833         * manual/pl/account.xml
12834         * manual/pl/ack.xml
12835         * manual/pl/addrbook.xml
12836         * manual/pl/advanced.xml
12837         * manual/pl/faq.xml
12838         * manual/pl/glossary.xml
12839         * manual/pl/gpl.xml
12840         * manual/pl/handling.xml
12841         * manual/pl/intro.xml
12842         * manual/pl/keyboard.xml
12843         * manual/pl/plugins.xml
12844         * manual/pl/starting.xml
12845         * manual/pl/sylpheed-claws-manual.xml
12846         * manual/pl/dist/.cvsignore
12847         * manual/pl/dist/Makefile.am
12848         * manual/pl/dist/html/.cvsignore
12849         * manual/pl/dist/html/Makefile.am
12850         * manual/pl/dist/pdf/.cvsignore
12851         * manual/pl/dist/pdf/Makefile.am
12852         * manual/pl/dist/ps/.cvsignore
12853         * manual/pl/dist/ps/Makefile.am
12854         * manual/pl/dist/txt/.cvsignore
12855         * manual/pl/dist/txt/Makefile.am
12856                 Add the polish translation of the manual,
12857                 Authored by Pawel Pekala.
12858
12859 2006-05-05 [cleroy]     2.1.1cvs48
12860
12861         * src/main.c
12862                 Re-read matcherrc after loading plugins 
12863                 if some of them add folders.
12864
12865 2006-05-03 [colin]      2.1.1cvs47
12866
12867         * src/imap.c
12868                 I'm idiot
12869
12870 2006-05-03 [colin]      2.1.1cvs46
12871
12872         * src/imap.c
12873                 Be sure to have a session when
12874                 getting separator
12875
12876 2006-05-03 [colin]      2.1.1cvs45
12877
12878         * src/imap.c
12879         * src/imap.h
12880         * src/imap_gtk.c
12881                 Fix preventing renaming with namespace 
12882                 separator.
12883
12884 2006-05-01 [colin]      2.1.1cvs44
12885
12886         * src/action.c
12887                 Don't reload messageview when result of
12888                 action is piped.
12889
12890 2006-04-29 [colin]      2.1.1cvs43
12891
12892         * src/prefs_receive.c
12893         * src/plugins/spamassassin/spamassassin_gtk.c
12894         * src/plugins/clamav/clamav_plugin_gtk.c
12895                 GUI fixes by Pawel
12896
12897 2006-04-29 [colin]      2.1.1cvs42
12898
12899         * src/prefs_compose_writing.c
12900         * src/prefs_quote.c
12901                 Cleanups. Patch by Pawel
12902
12903 2006-04-28 [paul]       2.1.1cvs41
12904
12905         * src/matcher.c
12906                 fix returned quick search results when search
12907                 term contains an underscore.
12908                 Thanks to Colin
12909
12910 2006-04-28 [paul]       2.1.1cvs40
12911
12912         * src/prefs_message.c
12913         * src/prefs_receive.c
12914                 GUI cleanups
12915                 Patches by Pawel Pekala
12916
12917 2006-04-27 [colin]      2.1.1cvs39
12918
12919         * src/wizard.c
12920                 Differentiate subject Welcome from
12921                 window's title Welcome
12922
12923 2006-04-27 [paul]
12924
12925         2.2.0-rc1 released
12926
12927 2006-04-27 [paul]       2.1.1cvs38
12928
12929         * manual/advanced.xml
12930         * manual/fr/advanced.xml
12931                 add info about compose_no_markup hidden pref
12932
12933 2006-04-27 [paul]       2.1.1cvs37
12934
12935         * src/prefs_account.c
12936                 improve privacy labels
12937         * src/prefs_msg_colors.c
12938                 change some strings for translators' convenience
12939         * src/gtk/gtkutils.c
12940                 don't underline the link button text
12941
12942 2006-04-25 [colin]      2.1.1cvs36
12943
12944         * src/folder.c
12945                 Complete 2.1.1cvs33 (once more ;)
12946
12947 2006-04-25 [colin]      2.1.1cvs35
12948
12949         * src/editldap.c
12950                 Fix tooltip
12951
12952 2006-04-25 [cleroy]     2.1.1cvs34
12953
12954         * src/compose.c
12955         * src/gtk/gtkaspell.c
12956                 Fix crash on redirect (related to the return 
12957                 of the aspell menu in compose's toolbar)
12958         * src/prefs_msg_colors.c
12959                 Fix sensitivity widgets
12960         * src/image_viewer.c
12961         * src/gtk/pluginwindow.c
12962         * src/gtk/prefswindow.c
12963                 Change released signals to clicked (Fabien)
12964         * po/POTFILES.in
12965         * src/common/socket.c
12966         * src/plugins/spamassassin/spamassassin.c
12967                 Translate strings (Fabien)
12968
12969 2006-04-25 [paul]       2.1.1cvs33
12970
12971         * src/folder.c
12972         * src/folder.h
12973         * src/folderview.c
12974                 complete the fix of bug #912
12975                 Thanks to Colin
12976
12977 2006-04-25 [colin]      2.1.1cvs32
12978
12979         * src/news.c
12980                 Better progress bar
12981         * src/mimeview.c
12982         * src/summaryview.c
12983         * src/summaryview.h
12984                 Fix focus chain
12985                 Patches by Pawel Pekala
12986
12987 2006-04-24 [colin]      2.1.1cvs31
12988
12989         * src/compose.c
12990                 Fix compilation warnings (Fabien)
12991
12992 2006-04-24 [colin]      2.1.1cvs30
12993
12994         * src/addrindex.c
12995         * src/editldap.c
12996         * src/editldap_basedn.c
12997         * src/editldap_basedn.h
12998         * src/ldapctrl.c
12999         * src/ldapctrl.h
13000         * src/ldapquery.c
13001         * src/ldaputil.c
13002         * src/ldaputil.h
13003                 Fix bug #901 (LDAPS support)
13004
13005 2006-04-24 [colin]      2.1.1cvs29
13006
13007         * src/compose.c
13008                 Fix logic on error with send dialog on
13009         * src/imap.c
13010                 Fix compilation without libetpan, thanks
13011                 to Fabien
13012         * src/summaryview.c
13013                 Fix 'context-menu' key
13014
13015 2006-04-23 [colin]      2.1.1cvs28
13016
13017         * src/folder.c
13018                 Never free current's cache to free up 
13019                 memory. Fixes bug #912 (new count 
13020                 randomly set to message count)
13021
13022 2006-04-23 [colin]      2.1.1cvs27
13023
13024         * src/gtk/quicksearch.c
13025                 And remove printf...
13026
13027 2006-04-23 [colin]      2.1.1cvs26
13028
13029         * src/gtk/quicksearch.c
13030                 Fix replacing in quicksearch, and fix inserting
13031                 in the middle of the string. (introduced at 2.1.0cvs22)
13032
13033 2006-04-23 [colin]      2.1.1cvs25
13034
13035         * src/imap.c
13036                 Make sure uidnext is initialized in get_num_list
13037                 (not for stable, related to 2.1.1cvs8 and friends)
13038
13039 2006-04-23 [colin]      2.1.1cvs24
13040
13041         * src/imap.c
13042                 Output something when login is successful
13043                 too
13044
13045 2006-04-23 [colin]      2.1.1cvs23
13046
13047         * src/etpan/imap-thread.c
13048                 Better logging (line-per-line, hide data in fetch)
13049                 Fix a const warning
13050         * src/gtk/logwindow.c
13051         * src/gtk/logwindow.h
13052                 Better logging (color for input/output)
13053
13054 2006-04-21 [colin]      2.1.1cvs22
13055
13056         * src/gtk/quicksearch.c
13057                 On gtk+-2.8, use stock buttons in quicksearch
13058                 Based on a patch by Fabien and a design by Paul
13059
13060 2006-04-21 [colin]      2.1.1cvs21
13061
13062         * src/folderview.c
13063         * src/mainwindow.c
13064                 Fix occasional flicker in folderview
13065         * src/common/utils.c
13066                 Fix bug #943 (Incorrectly parsed email address 
13067                 list in short headers on message view and in 
13068                 printouts)
13069
13070 2006-04-20 [colin]      2.1.1cvs20
13071
13072         * src/imap.c
13073         * src/imap.h
13074         * src/prefs_account.c
13075                 Add ANONYMOUS auth for IMAP
13076
13077 2006-04-20 [paul]       2.1.1cvs19
13078
13079         * src/main.c
13080                 proper fix for 2.1.1cvs18
13081                 Thanks to Colin
13082
13083 2006-04-20 [paul]       2.1.1cvs18
13084
13085         * src/main.c
13086                 fix build warnings
13087
13088 2006-04-20 [paul]       2.1.1cvs17
13089
13090         * src/gtk/quicksearch.c
13091                 fix standard, non-extended Quick search,
13092                 was broken in 2.1.1cvs15.
13093                 Thanks to Colin.
13094
13095 2006-04-20 [colin]      2.1.1cvs16
13096
13097         * src/prefs_matcher.c
13098                 Fix values when reselecting a ~test
13099                 rule
13100
13101 2006-04-19 [colin]      2.1.1cvs15
13102
13103         * src/compose.c
13104         * src/compose.h
13105         * src/gtk/gtkaspell.c
13106         * src/gtk/gtkaspell.h
13107                 Put back Options menu in Spelling/
13108         * src/gtk/quicksearch.c
13109                 Don't search, and show error, if the
13110                 advanced search has a syntax error
13111
13112 2006-04-18 [colin]      2.1.1cvs14
13113
13114         * src/textview.c
13115                 Fix gdk warnings on set_cursor when textview
13116                 isn't visible
13117
13118 2006-04-18 [colin]      2.1.1cvs13
13119
13120         * src/gtk/gtksctree.c
13121                 Remove seemingly useless refresh that causes
13122                 flicker - watch this commit in case of 
13123                 problems before planned backport to stable
13124
13125 2006-04-18 [colin]      2.1.1cvs12
13126
13127         * src/imap.c
13128                 Factorize get/set_xml code
13129         * src/compose.c
13130         * src/prefs_account.c
13131         * src/prefs_account.h
13132         * src/procmsg.c
13133                 Add Encrypt to self option
13134
13135 2006-04-17 [colin]      2.1.1cvs11
13136
13137         * configure.ac
13138                 Fix search on encrpyt function on dragonfly
13139                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13140
13141 2006-04-17 [colin]      2.1.1cvs10
13142
13143         * src/prefs_account.c
13144                 Be safe by default: remove mails from POP3
13145                 after 7 days, not immediately
13146
13147 2006-04-17 [colin]      2.1.1cvs9
13148
13149         * src/etpan/imap-thread.c
13150                 Fix build on DragonFly - patch by 
13151                 Jonathan Buschmann <jonthn@agmact.com>
13152
13153 2006-04-17 [colin]      2.1.1cvs8
13154
13155         * src/imap.c
13156                 Save uidnext between sessions
13157
13158 2006-04-17 [colin]      2.1.1cvs7
13159
13160         * src/imap.c
13161                 scan is required when uid validity changes
13162
13163 2006-04-17 [colin]      2.1.1cvs6
13164
13165         * src/folderview.c
13166                 Don't scan if not necessary, apart in current
13167                 folder and INBOX to fetch flags.
13168         * src/imap.c
13169                 Scan is necessary if unread count changes
13170
13171 2006-04-17 [colin]      2.1.1cvs5
13172
13173         * src/imap.c
13174                 ...But always fetch ANSWERED and DELETED flags for
13175                 INBOX, as filtering can happen on these flags.
13176
13177 2006-04-17 [colin]      2.1.1cvs4
13178
13179         * src/imap.c
13180                 Don't fetch REPLIED and DELETED flags when synchronising
13181                 flags with a closed folder. We only need UNSEEN and FLAGGED
13182                 to update the folderview.
13183
13184 2006-04-17 [colin]      2.1.1cvs3
13185
13186         * src/imap.c
13187                 Faster flag search when there are new mails 
13188                 in a folder. We can do a full search if the 
13189                 folder contains less messages than the new
13190                 list.
13191
13192 2006-04-17 [colin]      2.1.1cvs2
13193
13194         * po/cs.po
13195         * po/de.po
13196         * po/fr.po
13197         * po/nl.po
13198         * po/pt_BR.po
13199                 Update translations from stable branch
13200
13201 2006-04-17 [colin]      2.1.1cvs1
13202
13203         * configure.ac
13204                 Bump version to follow stable release
13205
13206 2006-04-16 [mones]      2.1.0cvs50
13207
13208         * po/es.po
13209                 Updated for release
13210
13211 2006-04-16 [colin]      2.1.0cvs49
13212
13213         * src/textview.c
13214                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13215                 with gtk < 2.8. Thanks to Fabien Vantard.
13216
13217 2006-04-15 [colin]      2.1.0cvs48
13218
13219         * src/etpan/imap-thread.c
13220                 Fix bug #919 (libetpan: SEGV when connecting 
13221                 using command)
13222
13223 2006-04-14 [colin]      2.1.0cvs47
13224
13225         * src/main.c
13226                 Fix race on --select (should be done better)
13227
13228 2006-04-14 [wwp]        2.1.0cvs46
13229
13230         * src/send_message.c
13231                 enforce a check for domain in account prefs (a sending
13232                 error could be faced if domain was checked but no value set),
13233                 thanks to Colin.
13234
13235 2006-04-14 [colin]      2.1.0cvs45
13236
13237         * src/codeconv.c
13238                 when converting from unknown to unknown, if the
13239                 string is UTF8, don't convert it to the locale
13240                 (which breaks it)
13241
13242 2006-04-14 [colin]      2.1.0cvs44
13243
13244         * src/compose.c
13245                 Don't try to use ASCII for converting headers
13246                 (as done in body)
13247
13248 2006-04-14 [paul]       2.1.0cvs43
13249
13250         * src/crash.c
13251                 add locale/charset info to crash report
13252         * src/gtk/about.c
13253                 add wwp to doc team
13254                 replace 'e-mail' with preferred 'email'
13255         * src/gtk/authors.h
13256                 ensure contributors list is in alphabetical
13257                 order
13258
13259 2006-04-13 [colin]      2.1.0cvs42
13260
13261         * src/textview.c
13262                 Prevent gdk warnings
13263
13264 2006-04-13 [colin]      2.1.0cvs41
13265
13266         * src/common/ssl_certificate.c
13267         * src/common/ssl_certificate.h
13268         * src/gtk/sslcertwindow.c
13269                 Warn on expired certs, and display the expiration date
13270
13271 2006-04-13 [colin]      2.1.0cvs40
13272
13273         * src/plugins/spamassassin/spamassassin_gtk.c
13274                 Fix missing set_text on unix socket
13275
13276 2006-04-13 [wwp]        2.1.0cvs39
13277
13278         * manual/fr/advanced.xml
13279         * manual/fr/glossary.xml
13280                 applied new spam/ham/email lexicon (pourriel, courriel)
13281
13282 2006-04-13 [paul]       2.1.0cvs38
13283
13284         * src/plugins/pgpmime/plugin.c
13285                 remove the mention of S/MIME from the
13286                 description. This is now handled by the
13287                 S/MIME plugin.
13288
13289 2006-04-13 [paul]       2.1.0cvs37
13290
13291         * src/prefs_msg_colors.c
13292                 rework dialog
13293         * src/prefs_folder_item.c
13294         * src/prefs_spelling.c
13295                 add a tooltip to the colour selector buttons
13296
13297 2006-04-13 [wwp]        2.1.0cvs36
13298
13299         * manual/advanced.xml
13300         * manual/glossary.xml
13301         * manual/handling.xml
13302         * manual/keyboard.xml
13303         * manual/plugins.xml
13304         * manual/starting.xml
13305         * manual/fr/account.xml
13306         * manual/fr/ack.xml
13307         * manual/fr/addrbook.xml
13308         * manual/fr/advanced.xml
13309         * manual/fr/faq.xml
13310         * manual/fr/glossary.xml
13311         * manual/fr/gpl.xml
13312         * manual/fr/handling.xml
13313         * manual/fr/intro.xml
13314         * manual/fr/keyboard.xml
13315         * manual/fr/plugins.xml
13316         * manual/fr/starting.xml
13317         * manual/fr/sylpheed-claws-manual.xml
13318                 fixes to the manuals:
13319                  - summaryview -> Message List (same in French)
13320                  - translate key names
13321                  - fix French punctuation, use non-breakable spaces when
13322                    necessary, don't use &thinsp; which is not portable
13323                  - tell what maildir and mbox formats we support
13324
13325 2006-04-12 [wwp]        2.1.0cvs35
13326
13327         * src/prefs_toolbar.c
13328                 unified a replace button more,
13329                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13330
13331 2006-04-12 [wwp]        2.1.0cvs34
13332
13333         * src/prefs_common.c
13334         * src/prefs_msg_colors.c
13335                 make default color labels translatable,
13336                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13337                 thanks to Tim <timbrain@post.cz> for reporting.
13338
13339 2006-04-12 [wwp]        2.1.0cvs33
13340
13341         * manual/glossary.xml
13342         * manual/intro.xml
13343         * manual/plugins.xml
13344         * manual/starting.xml
13345         * manual/sylpheed-claws-manual.xml
13346         * manual/fr/.cvsignore
13347         * manual/fr/account.xml
13348         * manual/fr/ack.xml
13349         * manual/fr/addrbook.xml
13350         * manual/fr/advanced.xml
13351         * manual/fr/faq.xml
13352         * manual/fr/glossary.xml
13353         * manual/fr/handling.xml
13354         * manual/fr/intro.xml
13355         * manual/fr/keyboard.xml
13356         * manual/fr/plugins.xml
13357         * manual/fr/starting.xml
13358         * manual/fr/sylpheed-claws-manual.xml
13359                 various fixes: typos, missing .fr translations, punctuation,
13360                 capitalization, links, accents and some bad French more.
13361
13362 2006-04-12 [wwp]        2.1.0cvs32
13363
13364         * src/prefs_gtk.c
13365                 fix for bug #935: always store prefs files in UTF-8 (thanks
13366                 to Colin).
13367
13368 2006-04-11 [colin]      2.1.0cvs31
13369
13370         * src/compose.c
13371                 Fix inserting files not in utf8 when locale is utf8
13372
13373 2006-04-11 [colin]      2.1.0cvs30
13374
13375         * src/inc.c
13376                 Don't show error dialog when cancelling connection
13377                 Patch by Pawel
13378
13379 2006-04-11 [cleroy]     2.1.0cvs29
13380
13381         * src/compose.c
13382                 Implement multiple quote levels
13383         * src/prefs_common.c
13384                 Change a little bit the quote bgcolor for 2nd level
13385
13386 2006-04-11 [colin]      2.1.0cvs28
13387
13388         * src/gtk/about.c
13389                 Add locale and charset in the label
13390
13391 2006-04-10 [colin]      2.1.0cvs27
13392
13393         * src/compose.c
13394         * src/prefs_common.c
13395         * src/prefs_common.h
13396         * src/prefs_msg_colors.c
13397         * src/textview.c
13398                 Allow optional background color in quotes
13399                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13400                 GTK+-2.8.x feature
13401
13402 2006-04-10 [colin]      2.1.0cvs26
13403
13404         * src/main.c
13405         * src/mainwindow.c
13406         * src/mainwindow.h
13407                 Implement --select
13408
13409 2006-04-10 [colin]      2.1.0cvs25
13410
13411         * manual/plugins.xml
13412         * manual/fr/plugins.xml
13413                 Document libcurl's proxy variables
13414
13415 2006-04-09 [colin]      2.1.0cvs24
13416
13417         * src/prefs_common.c
13418                 gettext() returns statically allocated stuff. We have
13419                 to strdup it in order to be able to free it.
13420
13421 2006-04-09 [colin]      2.1.0cvs23
13422
13423         * AUTHORS
13424         * src/gtk/authors.h
13425                 Add Alexei
13426
13427 2006-04-09 [colin]      2.1.0cvs22
13428
13429         * src/mainwindow.c
13430         * src/gtk/quicksearch.c
13431                 Fix bug #859 (problems with cyrilic input in 
13432                 search panel) - Patch by Alexey Illarionov 
13433                 <littlesavage@rambler.ru>
13434
13435 2006-04-09 [colin]      2.1.0cvs21
13436
13437         * src/prefs_customheader.c
13438                 I prefer removing then freeing rather than the contrary
13439                 (even if it doesn't change anything ;-)
13440         * src/prefs_account.c
13441                 Fix bug #933 (Crash re-entering the custom headers list 
13442                 dialog in accounts prefs)
13443                 The problem happened when cancelling the Account 
13444                 Preferences' dialogs - in which case we didn't do 
13445                 anything to the PrefsAccount * struct. In case of applying,
13446                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13447                 working with in this dialog. The problem is that 
13448                 prefs_customheader.c, working on this tmp_ac_prefs, always
13449                 changes the ->customhdr_list pointer, even when cancelled. 
13450                 So in case of cancelling the prefs_account dialog, we still
13451                 have to update ->customhdr_list in the real account.
13452
13453 2006-04-08 [colin]      2.1.0cvs20
13454
13455         * manual/fr/glossary.xml
13456         * manual/fr/keyboard.xml
13457                 Forgot some headers :)
13458
13459 2006-04-08 [colin]      2.1.0cvs19
13460
13461         * manual/Makefile.am
13462         * manual/fr/Makefile.am
13463         * manual/fr/account.xml
13464         * manual/fr/ack.xml
13465         * manual/fr/addrbook.xml
13466         * manual/fr/advanced.xml
13467         * manual/fr/faq.xml
13468         * manual/fr/glossary.xml
13469         * manual/fr/gpl.xml
13470         * manual/fr/handling.xml
13471         * manual/fr/intro.xml
13472         * manual/fr/keyboard.xml
13473         * manual/fr/plugins.xml
13474         * manual/fr/starting.xml
13475         * manual/fr/sylpheed-claws-manual.xml
13476         * manual/fr/dist/.cvsignore
13477         * manual/fr/dist/Makefile.am
13478         * manual/fr/dist/html/.cvsignore
13479         * manual/fr/dist/html/Makefile.am
13480         * manual/fr/dist/pdf/.cvsignore
13481         * manual/fr/dist/pdf/Makefile.am
13482         * manual/fr/dist/ps/.cvsignore
13483         * manual/fr/dist/ps/Makefile.am
13484         * manual/fr/dist/txt/.cvsignore
13485         * manual/fr/dist/txt/Makefile.am
13486                 Add the french translation of the manual. Thanks to
13487                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13488                 account.xml, ack.xml, addrbook.xml and advanced.xml
13489
13490 2006-04-08 [colin]      2.1.0cvs18
13491
13492         * manual/plugins.xml
13493         * manual/starting.xml
13494                 More fixes
13495
13496 2006-04-07 [colin]      2.1.0cvs17
13497
13498         * manual/faq.xml
13499         * manual/intro.xml
13500         * manual/keyboard.xml
13501                 Little fixes
13502
13503 2006-04-07 [colin]      2.1.0cvs16
13504
13505         * README
13506         * src/compose.c
13507         * src/prefs_common.c
13508         * src/prefs_common.h
13509                 Add hidden compose_no_markup pref
13510
13511 2006-04-07 [wwp]        2.1.0cvs15
13512
13513         * src/summary_search.c
13514         * .cvsignore
13515                 Bugfix: stop button was sticky when searching in an empty folder.
13516                 Applied curly brackets code style to the whole file (summary_search.c).
13517                 More files to ignore.
13518
13519 2006-04-07 [wwp]        2.1.0cvs14
13520
13521         * src/message_search.c
13522         * src/summary_search.c
13523                 changed default button when search bumps at file/folder
13524                 beginning or end, for convenience (thanks to Colin).
13525
13526 2006-04-07 [paul]       2.1.0cvs13
13527
13528         * src/plugins/dillo_viewer/dillo_prefs.c
13529                 avoid future potential for namespace collision
13530                 Patch by Colin
13531
13532 2006-04-06 [wwp]        2.1.0cvs12
13533
13534         * src/summary_search.c
13535                 Unify extended/advanced searches names (and thus factorize labels),
13536                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13537
13538 2006-04-06 [wwp]        2.1.0cvs11
13539
13540         * src/folderview.c
13541         * src/prefs_themes.c
13542         * src/summaryview.c
13543                 Fixed some compilation warnings.
13544
13545 2006-04-06 [colin]      2.1.0cvs10
13546
13547         * manual/advanced.xml
13548                 Document the wizard template and how to deploy
13549                 Sylpheed-Claws effectively
13550
13551 2006-04-06 [colin]      2.1.0cvs9
13552
13553         * src/folderview.c
13554                 gettext patch to tell translators about _("#"),
13555                 by Maxim Britov
13556
13557 2006-04-06 [colin]      2.1.0cvs8
13558
13559         * src/textview.c
13560                 Fix invalid GtkTextBIter after clicking "Display as text"
13561
13562 2006-04-06 [mones]      2.1.0cvs7
13563
13564         * src/addr_compl.c
13565         * src/addrindex.c
13566         * src/addritem.c
13567         * src/codeconv.c
13568         * src/compose.c
13569         * src/filtering.c
13570         * src/folder.c
13571         * src/folder_item_prefs.c
13572         * src/folderview.c
13573         * src/localfolder.c
13574         * src/matcher.c
13575         * src/mimeview.c
13576         * src/prefs_msg_colors.c
13577         * src/prefs_spelling.c
13578         * src/prefs_themes.c
13579         * src/procmime.c
13580         * src/procmsg.c
13581         * src/stock_pixmap.c
13582         * src/summaryview.c
13583         * src/textview.c
13584         * src/toolbar.c
13585         * src/common/mgutils.c
13586         * src/common/prefs.c
13587         * src/common/ssl_certificate.c
13588         * src/gtk/colorlabel.c
13589         * src/gtk/quicksearch.c
13590         * src/plugins/pgpmime/pgpmime.c
13591         * src/plugins/spamassassin/spamassassin.c
13592                 Removed redundant NULL checks for g_free() calls.
13593                 Patch by Pawel Pekala.
13594
13595 2006-04-06 [mones]      2.1.0cvs6
13596
13597         * src/prefs_actions.c
13598         * src/prefs_filtering.c
13599         * src/prefs_filtering_action.c
13600         * src/prefs_matcher.c
13601         * src/prefs_template.c
13602         * src/gtk/gtkutils.c
13603         * src/gtk/gtkutils.h
13604                 Have a nice replace button. Patch by Pawel Pekala
13605
13606 2006-04-06 [colin]      2.1.0cvs5
13607
13608         * src/addressbook.c
13609                 Fix crash with empty columns
13610
13611 2006-04-05 [colin]      2.1.0cvs4
13612
13613         * src/wizard.c
13614         * src/prefs_gtk.c
13615                 Allow wizard customization with pre-filled values
13616
13617 2006-04-05 [colin]      2.1.0cvs3
13618
13619         * src/textview.c
13620         * src/mimeview.c
13621         * src/mimeview.h
13622                 Nicer messages in mimeview
13623
13624 2006-04-05 [colin]      2.1.0cvs2
13625
13626         * src/addressbook.c
13627         * src/prefs_summaries.c
13628                 i18n fix
13629
13630 2006-04-05 [colin]      2.1.0cvs1
13631
13632         * src/plugins/pgpcore/plugin.c
13633         * src/plugins/pgpcore/select-keys.c
13634         * src/plugins/pgpcore/select-keys.h
13635         * src/plugins/pgpcore/sgpgme.c
13636         * src/plugins/pgpcore/sgpgme.h
13637         * src/plugins/pgpinline/pgpinline.c
13638         * src/plugins/pgpinline/plugin.c
13639         * src/plugins/pgpmime/pgpmime.c
13640         * src/plugins/pgpmime/plugin.c
13641                 Factorize and generalize a bit 
13642                 Drop S/MIME signature verification from PGP/MIME
13643                 (adding it as another, more complete plugin)
13644
13645 2006-04-05 [paul]       2.1.0
13646
13647         2.1.0 released
13648
13649 2006-04-05 [paul]       2.0.0cvs186
13650
13651         * manual/advanced.xml
13652                 add info on colour labels
13653
13654 2006-04-05 [paul]       2.0.0cvs185
13655
13656         * po/bg.po
13657         * po/cs.po
13658         * po/de.po
13659         * po/el.po
13660         * po/en_GB.po
13661         * po/fi.po
13662         * po/fr.po
13663         * po/it.po
13664         * po/nl.po
13665         * po/pl.po
13666         * po/pt_BR.po
13667         * po/sr.po
13668         * po/zh_CN.po
13669                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13670                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13671                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13672                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13673         * src/gtk/authors.h
13674         * tools/claws.i18n.status.pl
13675                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13676                 and new Czech translator, Tim <timbrain@post.cz>
13677
13678 2006-04-05 [mones]      2.0.0cvs184
13679
13680         * po/es.po
13681                 Updated translation
13682
13683 2006-04-05 [colin]      2.0.0cvs183
13684
13685         * src/gtk/quicksearch.c
13686                 Fix bug #929 (unnecessary reload in quick search bar)
13687
13688 2006-04-05 [colin]      2.0.0cvs182
13689
13690         * src/compose.c
13691                 Fix crash on Reply with no From:
13692                 Show signature and conversion error on queuing 
13693                 (but not sending)
13694         * src/mainwindow.c
13695         * src/summaryview.c
13696         * src/summaryview.h
13697                 Factorize threading code and make sure msginfo 
13698                 is not null when it comes from a GtkCTreeRow's 
13699                 data
13700         * src/gtk/gtkaspell.c
13701                 Check for necessary things
13702         * src/gtk/gtksctree.c
13703         * src/gtk/gtksctree.h
13704                 Reset anchor if necessary when removing node
13705
13706 2006-03-29 [colin]      2.0.0cvs181
13707
13708         * src/folderview.c
13709                 Warn for disabled IMAP accounts (due to lack of
13710                 libetpan). Breaks string-freeze - sorry - but it
13711                 is kind of important ;)
13712
13713 2006-03-28 [colin]      2.0.0cvs180
13714
13715         * src/gtk/gtkutils.c
13716         * src/gtk/gtkutils.h
13717                 Add a gtkut_get_link_btn() function that
13718                 creates a button which acts like an URI
13719         * src/prefs_themes.c
13720         * src/gtk/about.c
13721                 Use this function (factorizes codes)
13722         * src/common/defs.h
13723         * src/gtk/pluginwindow.c
13724                 Add a "Get more..." in the plugins window
13725
13726 2006-03-28 [colin]      2.0.0cvs179
13727
13728         * src/common/smtp.c
13729         * src/common/passcrypt.c
13730         * src/undo.c
13731                 Warning fixes. Patch by Pawel Pekala
13732
13733 2006-03-27 [colin]      2.0.0cvs178
13734
13735         * src/undo.c
13736                 Fix undoing by blocks with spaces
13737
13738 2006-03-27 [colin]      2.0.0cvs177
13739
13740         * src/textview.c
13741                 Set margin to 3px for headers
13742
13743 2006-03-27 [paul]
13744
13745         2.1.0-rc2 released
13746
13747 2006-03-27 [wwp]        2.0.0cvs176
13748
13749         * src/summaryview.c
13750                 don't reset quicksearch when updating the message list.
13751                 Thanks to Colin.
13752
13753 2006-03-26 [wwp]        2.0.0cvs175
13754
13755         * src/compose.c
13756                 use a unified border width ('other' tab in the compose window,
13757                 patch by Pawel Pekala).
13758
13759
13760 2006-03-26 [wwp]        2.0.0cvs174
13761
13762         * src/common/quoted-printable.c
13763         * src/addressbook.c
13764                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13765
13766 2006-03-26 [colin]      2.0.0cvs173
13767
13768         * src/quote_fmt_parse.y
13769                 Fix non-UTF8 date formats messing up the whole quote a 
13770                 little bit
13771
13772 2006-03-26 [colin]      2.0.0cvs172
13773
13774         * src/procheader.c
13775                 Make sure the date is UTF8 valid, or try to make it
13776                 so. IncrediMail is really IncrediStupid.
13777         * src/compose.c
13778                 Fix possible conversions. 
13779                 
13780
13781 2006-03-26 [colin]      2.0.0cvs171
13782
13783         * src/matcher.c
13784                 Fix corner cases in body search. This is still a
13785                 hack... It seems impossible to make it good and 
13786                 reasonably fast at the same time.
13787
13788 2006-03-26 [colin]      2.0.0cvs170
13789
13790         * src/summaryview.c
13791                 I think I killed the twilight zone bug!
13792                 summary_select_node() flushes GTK events in order
13793                 to be able to center the view. But this also 
13794                 flushes keypresses like Ctrl-Alt-U, so this can
13795                 call summary_show from summary_select_node (itself
13796                 called from summary_show, etc.). And the summaryview
13797                 has to be unlocked in this function. So just locking
13798                 while processing GTK events, and bailing if locked, 
13799                 should fix it.
13800                 Fixes bug #927 (SIGSEGV during Update Summary)
13801
13802 2006-03-25 [colin]      2.0.0cvs169
13803
13804         * src/matcher.c
13805                 Fix search in QP-encoded bodies
13806                 Fix utf-8 searches in bodies encoded in the
13807                 locale's encoding
13808         * src/common/quoted-printable.c
13809         * src/common/quoted-printable.h
13810                 Add a decode function that doesn't overwrite
13811                 the original pointer
13812                 
13813
13814 2006-03-24 [colin]      2.0.0cvs168
13815
13816         * src/action.c
13817         * src/summaryview.c
13818         * src/summaryview.h
13819                 Update message cache after action
13820                 Patch by H. Merijn Brand
13821         * src/prefs_msg_colors.c
13822                 Factorize label 
13823                 Patch by Fabien Vantard
13824         * src/plugins/spamassassin/spamassassin_gtk.c
13825                 Remove useless translation
13826                 Patch by Fabien Vantard
13827
13828 2006-03-23 [colin]      2.0.0cvs167
13829
13830         * src/common/ssl.c
13831                 Let 30 seconds to SSL_connect
13832
13833 2006-03-23 [wwp]        2.0.0cvs166
13834
13835         * src/summaryview.c
13836         * src/gtk/description_window.c
13837                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13838                 and headers are translated; adjust description windows' width to fit their
13839                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13840
13841 2006-03-23 [paul]       2.0.0cvs165
13842
13843         * src/common/utils.c
13844                 fix highlighting of URIs containing "()"
13845                 (2.0.0cvs164's reversal fixed)
13846                 Thanks to Colin.
13847
13848 2006-03-23 [paul]       2.0.0cvs164
13849
13850         * src/common/utils.c
13851                 revert patch, (postponing a fix), at 2.0.0cvs120
13852                 as it breaks more URIs than it fixes.
13853                 Allow '-' to be a terminating character in a URI
13854
13855 2006-03-22 [colin]      2.0.0cvs163
13856
13857         * configure.ac
13858                 Require libetpan 0.45
13859                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13860
13861 2006-03-22 [paul]       2.0.0cvs162
13862
13863         * src/editgroup.c
13864                 replace '<-' and '->' buttons with GTK_STOCK graphical
13865                 buttons
13866         * src/summary_search.c
13867                 don't offer '...' for translation
13868                 add a tooltip to advanced search '...' button
13869         * src/gtk/quicksearch.c
13870                 don't offer '...' for translation
13871
13872 2006-03-21 [colin]      2.0.0cvs161
13873
13874         * src/compose.c
13875                 Fix middle-click pasting (insert at click
13876                 position instead of cursor position, don't
13877                 remove existing selection and allow pasting
13878                 our own selection)
13879         * src/addressbook.c
13880                 "LDAP Server" -> "LDAP servers"
13881
13882 2006-03-21 [wwp]        2.0.0cvs160
13883
13884         * src/etpan/imap-thread.c
13885                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13886
13887 2006-03-20 [colin]      2.0.0cvs159
13888
13889         * src/summaryview.c
13890                 Don't reload summaryview after an execute with no
13891                 move action
13892
13893 2006-03-19 [colin]      2.0.0cvs158
13894
13895         * src/addressbook.c
13896                 and put groups at the top, always
13897
13898 2006-03-19 [colin]      2.0.0cvs157
13899
13900         * src/addressbook.c
13901                 Order groups before names, as previously
13902
13903 2006-03-19 [colin]      2.0.0cvs156
13904
13905         * src/addressbook.c
13906                 - Sort case-unsensitive
13907                 - Put the sort arrow at opening too
13908
13909 2006-03-19 [wwp]        2.0.0cvs155
13910
13911         * src/addressbook.c
13912                 allow sorting by name/email/remarks, ensure that right-pane's contents
13913                 matches the left-pane selection (cleared when appropriate).
13914                 Patch by Pawel Pekala <c0rn@o2.pl>.
13915
13916 2006-03-18 [colin]      2.0.0cvs154
13917
13918         * src/textview.c
13919                 Fix text cursor ;)
13920
13921 2006-03-18 [colin]      2.0.0cvs153
13922
13923         * src/gtk/filesel.c
13924                 Make sure we hide the preview if we didn't get
13925                 a filename
13926
13927 2006-03-18 [colin]      2.0.0cvs152
13928
13929         * src/summaryview.c
13930                 Set cursor to watch for execution (fixes lack
13931                 of watch-cursor when dnd'ing hundreds of mails)
13932         * src/gtk/filesel.c
13933                 Check that mime type is 'image/*' before updating
13934                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13935
13936 2006-03-18 [colin]      2.0.0cvs151
13937
13938         * src/mainwindow.c
13939         * src/textview.c
13940         * src/textview.h
13941                 Put a watch cursor in textview too when the mainwindow's
13942                 cursor in a watch
13943
13944 2006-03-18 [colin]      2.0.0cvs150
13945
13946         * src/folder.c
13947                 Change wrong asserts to simple tests
13948
13949 2006-03-17 [colin]      2.0.0cvs149
13950
13951         * src/mainwindow.c
13952         * src/mainwindow.h
13953         * src/prefs_msg_colors.c
13954         * src/summaryview.c
13955         * src/summaryview.h
13956         * src/gtk/colorlabel.c
13957         * src/gtk/colorlabel.h
13958                 Add a color label menu in the main menubar
13959                 Add (fixed) accels Ctrl-{0-7} to change the color
13960                 They have to be fixed because the menu's dynamic,
13961                 the items are complex widgets, hence we can't use
13962                 a GtkItemFactory.
13963
13964
13965 2006-03-17 [wwp]        2.0.0cvs148
13966
13967         * src/compose.c
13968                 rollback few lines from my previous commit (those lines come from
13969                 a pending patch, accidentally commited, even if neutral as they are
13970                 commented out).
13971
13972 2006-03-17 [wwp]        2.0.0cvs147
13973
13974         * src/compose.c
13975                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13976                 applied code style/indentation to the modified function.
13977
13978 2006-03-17 [wwp]        2.0.0cvs146
13979
13980         * src/procmsg.c
13981         * src/compose.c
13982                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13983
13984 2006-03-17 [paul]
13985
13986         2.1.0-rc1 released
13987
13988 2006-03-17 [paul]       2.0.0cvs145
13989
13990         * src/main.c
13991                 addressbook_read_file() was called twice
13992         * src/textview.c
13993                 X-Mailer highlighting
13994
13995 2006-03-16 [colin]      2.0.0cvs144
13996
13997         * src/sourcewindow.c
13998         * src/sourcewindow.h
13999                 And the last one, in source window.
14000
14001 2006-03-16 [colin]      2.0.0cvs143
14002
14003         * src/compose.c
14004         * src/compose.h
14005                 Fix the same stuff in compose
14006
14007 2006-03-16 [colin]      2.0.0cvs142
14008
14009         * src/messageview.c
14010                 Complete the previous messageview crash fix
14011
14012 2006-03-16 [colin]      2.0.0cvs141
14013
14014         * src/procmsg.h
14015         * src/procmsg.c
14016         * src/folder.c
14017                 Fix POSTPROCESSING hook
14018                 Patch by H. Merijn Brand
14019
14020         * src/procmime.c
14021         * src/procmime.h
14022                 Parse Content-Location
14023
14024         * src/toolbar.c
14025         * src/messageview.c
14026         * src/messageview.h
14027                 Don't crash when a top-level MessageView has
14028                 been closed on us. Same problematic than
14029                 yesterday's quicksearch issue.
14030
14031 2006-03-15 [colin]      2.0.0cvs140
14032
14033         * src/gtk/quicksearch.c
14034                 Fix a bitchy race we didn't think about when we
14035                 added quicksearch cancellation:
14036                 If the search is not on cached fields, for example
14037                 body_part matchcase "stuff"
14038                 the matcher code has to get the whole message. If
14039                 we're on IMAP, that can be slow, and in order to
14040                 be non-blocking, the IMAP code idle loop processes
14041                 gtk events too. So it is possible to cancel a
14042                 quicksearch while the matcher is getting the mail's
14043                 body. After matcher got its body, it will start to
14044                 iterate over the matcher list that the Quicksearch's
14045                 clear_search_cb() just freed via prepare_matcher().
14046                 SIGSEGV ensues.
14047                 The fix consists of guarding the matcherlist_match()
14048                 call with a boolean 'matching'. If we reset the
14049                 quicksearch while matching is TRUE, we don't free
14050                 the matcherlist anymore like we did, but we set
14051                 another new flag, deferred_free, to TRUE. Then,
14052                 in quicksearch_match(), just after returning from
14053                 matcherlist_match() and unsetting the matching flag,
14054                 we check the deferred_free flag and do the
14055                 prepare_matcher() (which does the matcherlist_free)
14056                 for real, so we free the matcherlist once it's not
14057                 used anymore.
14058                 As all of this runs via the glib main loop, we
14059                 luckily don't need a mutex.
14060         * src/summaryview.c
14061                 Also, show progress while searching.
14062
14063
14064 2006-03-14 [colin]      2.0.0cvs139
14065
14066         * src/alertpanel.c
14067                 Make alertpanel_is_open non-static
14068
14069 2006-03-14 [colin]      2.0.0cvs138
14070
14071         * src/prefs_spelling.c
14072                 Cleanups - Fabien Vantard
14073
14074 2006-03-14 [wwp]        2.0.0cvs137
14075
14076         * src/main.c
14077                 code style normalization (curly braces, indentation).
14078
14079 2006-03-14 [wwp]        2.0.0cvs137
14080
14081         * src/main.c
14082                 code style (braces, indentation)
14083
14084 2006-03-12 [paul]       2.0.0cvs136
14085
14086         * src/prefs_common.c
14087                 trans_hdr defaults to FALSE to be RFC-savvy
14088         * src/prefs_summaries.c
14089                 add a tooltip to the trans_hdr option
14090                 
14091
14092 2006-03-12 [paul]       2.0.0cvs135
14093
14094         * src/prefs_matcher.c
14095                 give a little more width to the combos
14096         * src/prefs_display_header.c
14097         * src/textview.c
14098                 translate headers if prefs_common.trans_hdr
14099                 is TRUE
14100
14101         Patches by Pawel Pekala
14102
14103 2006-03-12 [paul]       2.0.0cvs134
14104
14105         * src/plugins/clamav/clamav_plugin.c
14106         * src/plugins/dillo_viewer/dillo_viewer.c
14107         * src/plugins/pgpcore/plugin.c
14108         * src/plugins/pgpinline/plugin.c
14109         * src/plugins/pgpmime/plugin.c
14110         * src/plugins/spamassassin/spamassassin.c
14111                 update/add to descriptions
14112         * src/plugins/spamassassin/spamassassin_gtk.c
14113                 fixes to the english, remove superfluous
14114                 tooltips, clean up a little
14115
14116 2006-03-12 [paul]       2.0.0cvs133
14117
14118         * src/compose.c
14119                 fix Bug 924, 'Account combo box shows up wrong 
14120                 if & is in account name'
14121
14122 2006-03-11 [colin]      2.0.0cvs132
14123
14124         * src/summaryview.c
14125                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14126                 messed up shift-selection because is slows down
14127                 moving around summaryview. thanks -users
14128
14129 2006-03-10 [colin]      2.0.0cvs131
14130
14131         * src/plugins/spamassassin/spamassassin_gtk.c
14132                 Put back Paul's engrish fixes
14133
14134 2006-03-10 [colin]      2.0.0cvs130
14135
14136         * src/plugins/spamassassin/spamassassin.c
14137         * src/plugins/spamassassin/spamassassin.h
14138         * src/plugins/spamassassin/spamassassin_gtk.c
14139                 Cleanup SA prefs page (more)
14140                 Patch by Fabien Vantard
14141
14142 2006-03-10 [paul]       2.0.0cvs129
14143
14144         * src/prefs_msg_colors.c
14145         * src/prefs_spelling.c
14146                 widget sensitivity
14147
14148 2006-03-09 [mones]      2.0.0cvs128
14149
14150         * po/es.po
14151                 Update for next RC
14152
14153 2006-03-09 [wwp]        2.0.0cvs127
14154
14155         * configure.ac
14156                 revert accidental commit (requirement for libetpan 0.43), this time
14157                 not in HEAD.
14158
14159 2006-03-09 [wwp]        2.0.0cvs125
14160
14161         * configure.ac
14162                 revert accidental commit (requirement for libetpan 0.43)
14163
14164 2006-03-09 [paul]       2.0.0cvs126
14165
14166         * src/prefs_receive.c
14167                 remove useless frame
14168                 replace 'incorporation' with 'receiving'
14169         * src/plugins/clamav/clamav_plugin_gtk.c
14170         * src/plugins/spamassassin/spamassassin_gtk.c
14171                 improve widget sensitivity
14172                 fix a bit his engrish
14173
14174 2006-03-09 [wwp]        2.0.0cvs125
14175
14176         * src/addressadd.c
14177         * src/foldersel.c
14178         * src/prefs_common.c
14179         * src/prefs_common.h
14180                 remember some more windows' sizes (add to addressbook and
14181                 select folder).
14182
14183 2006-03-09 [paul]       2.0.0cvs124
14184
14185         * src/plugins/pgpcore/prefs_gpg.c
14186                 normalise construction of dialogue
14187
14188 2006-03-09 [paul]       2.0.0cvs123
14189
14190         * src/plugins/trayicon/Makefile.am
14191                 add missing slash
14192
14193 2006-03-08 [colin]      2.0.0cvs122
14194
14195         * src/plugins/trayicon/Makefile.am
14196                 Fix build in separate dir 
14197                 Patch by Bamanzi <bamanzi@gmail.com>
14198
14199 2006-03-08 [colin]      2.0.0cvs121
14200
14201         * src/procmsg.c
14202                 Batch move and copies from summaryview with delayed execution
14203                 too
14204
14205 2006-03-07 [paul]       2.0.0cvs120
14206
14207         * src/common/utils.c
14208                 fix highlighting of URIs containing "()"
14209                 Patch by Pawel Pekala
14210
14211 2006-03-07 [paul]       2.0.0cvs119
14212
14213         * src/folder.c
14214         * src/folder.h
14215         * src/folderview.c
14216                 immediately do alphabetical resort when
14217                 changing a folder's name
14218                 Patch by Pawel Pekala
14219
14220 2006-03-07 [paul]       2.0.0cvs118
14221
14222         * src/news.c
14223         * src/news_gtk.c
14224                 when unsubscribing a newsgroup, remove the
14225                 folder and msgs in .sylpheed-claws/newscache
14226                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14227
14228 2006-03-07 [paul]       2.0.0cvs117
14229
14230         * src/textview.c
14231                 fix wrong Fake URL Warning
14232                 Thanks to Hiro
14233
14234 2006-03-07 [colin]      2.0.0cvs116
14235
14236         * src/imap.c
14237                 Return immediately when password dialog was
14238                 cancelled
14239         * src/gtk/inputdialog.c
14240                 Allow empty strings for passwords
14241
14242
14243 2006-03-06 [colin]      2.0.0cvs115
14244
14245         * src/imap.c
14246                 Prevent double-timeouts when connection fails
14247
14248 2006-03-06 [colin]
14249
14250         2.0.1-rc1 released
14251
14252 2006-03-06 [colin]      2.0.0cvs114
14253
14254         * src/imap.c
14255                 Refresh session during potentially long
14256                 operations
14257
14258 2006-03-06 [wwp]        2.0.0cvs113
14259
14260         * src/prefs_msg_colors.h
14261                 forgot that one (custom color labels).
14262
14263 2006-03-06 [wwp]        2.0.0cvs112
14264
14265         * src/prefs_common.c
14266         * src/prefs_common.h
14267         * src/prefs_msg_colors.c
14268         * src/summaryview.c
14269         * src/summaryview.h
14270         * src/gtk/colorlabel.c
14271         * src/gtk/colorlabel.h
14272                 colors in messages list are now customizable. Color values and names can
14273                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14274                 Thanks to Paul and Colin for their help with this longstanding patch!
14275
14276 2006-03-06 [wwp]        2.0.0cvs111
14277
14278         * src/textview.c
14279                 don't crash if (x)face is bad.
14280
14281 2006-03-05 [paul]       2.0.0cvs110
14282
14283         * AUTHORS
14284         * configure.ac
14285         * src/Makefile.am
14286         * src/common/Makefile.am
14287         * src/common/utils.h
14288         * src/etpan/imap-thread.c
14289         * src/gtk/authors.h
14290         * src/plugins/clamav/Makefile.am
14291         * src/plugins/demo/Makefile.am
14292         * src/plugins/dillo_viewer/Makefile.am
14293         * src/plugins/pgpcore/Makefile.am
14294         * src/plugins/pgpcore/passphrase.c
14295         * src/plugins/pgpinline/Makefile.am
14296         * src/plugins/pgpmime/Makefile.am
14297         * src/plugins/spamassassin/Makefile.am
14298         * src/plugins/trayicon/Makefile.am
14299                 fix builiding on cygwin
14300                 Patch by Ralgh Young <bamanzi@gmail.com>
14301
14302 2006-03-04 [wwp]        2.0.0cvs109
14303
14304         * manual/keyboard.xml
14305                 fix mixed up/down keys.
14306
14307 2006-03-04 [wwp]        2.0.0cvs108
14308
14309         * README
14310         * INSTALL
14311                 updated links to SpamAssassin.
14312
14313 2006-03-04 [wwp]        2.0.0cvs107
14314
14315         * manual/plugins.xml
14316         * src/plugins/spamassassin/README
14317                 updated SpamAssassin plugin docs to reflect new functional additions
14318                 (also fix/update/documents few technical stuff more, see the README).
14319
14320 2006-03-04 [wwp]        2.0.0cvs106
14321
14322         * src/prefs_message.c
14323                 normalized capitalization of message-prefs paths.
14324
14325 2006-03-04 [wwp]        2.0.0cvs105
14326
14327         * manual/advanced.xml
14328                 typo.
14329
14330 2006-03-03 [colin]      2.0.0cvs104
14331
14332         * src/plugins/clamav/clamav_plugin_gtk.c
14333                 Rework prefs page, patch by Fabien 
14334
14335 2006-03-03 [colin]      2.0.0cvs103
14336
14337         * src/plugins/clamav/clamav_plugin.c
14338                 Set error on all errors
14339
14340 2006-03-03 [colin]      2.0.0cvs102
14341
14342         * src/common/plugin.c
14343                 Initialize error to avoid crashing when a plugin fails
14344                 without setting error
14345
14346 2006-03-02 [wwp]        2.0.0cvs101
14347
14348         * configure.ac
14349                 fixed linker flags for libetpan support on Cygwin
14350                 (thanks to H.Merijn Brand).
14351
14352 2006-03-02 [wwp]        2.0.0cvs100
14353
14354         * src/addressbook.c
14355                 fix some AB error messages: one for punctuation and
14356                 one wrongly duplicate (thanks, maxbritov).
14357
14358 2006-03-02 [wwp]        2.0.0cvs99
14359
14360         * src/plugins/spamassassin/spamassassin.c
14361                 make sync calls to sa-learn/spamc to prevent
14362                 system (whatever local or client/server) overload.
14363
14364 2006-03-02 [colin]      2.0.0cvs98
14365
14366         * src/summaryview.c
14367                 Put the spam icon in the status column instead of the
14368                 mark one
14369
14370 2006-03-01 [colin]      2.0.0cvs97
14371
14372         * src/plugins/spamassassin/spamassassin.c
14373                 Fix segfault (g_file_set_contents fails for some 
14374                 reason and err==0x2f. Can't find out why with
14375                 valgrind, using working function :-)
14376
14377 2006-03-01 [colin]      2.0.0cvs96
14378
14379         * src/inc.c
14380                 Offline overriding: let 'No' be cached only 3 seconds
14381
14382 2006-03-01 [colin]      2.0.0cvs95
14383
14384         * src/addr_compl.c
14385         * src/addrbook.c
14386         * src/addressbook.c
14387         * src/addrindex.c
14388         * src/folder_item_prefs.c
14389         * src/headerview.c
14390         * src/imap.c
14391         * src/inc.c
14392         * src/ldif.c
14393         * src/mainwindow.c
14394         * src/mh.c
14395         * src/msgcache.c
14396         * src/prefs_common.h
14397         * src/prefs_msg_colors.c
14398         * src/procheader.c
14399         * src/procheader.h
14400         * src/procmime.c
14401         * src/procmsg.c
14402         * src/procmsg.h
14403         * src/send_message.h
14404         * src/simple-gettext.c
14405         * src/summaryview.c
14406         * src/summaryview.h
14407         * src/syldap.c
14408         * src/textview.c
14409         * src/undo.c
14410         * src/common/ssl_certificate.c
14411         * src/common/utils.c
14412         * src/gtk/colorsel.c
14413         * src/gtk/gtksctree.c
14414         * src/gtk/gtkshruler.c
14415         * src/plugins/trayicon/trayicon.c
14416                 #if 0 goes to /dev/null
14417
14418 2006-03-01 [colin]      2.0.0cvs94
14419
14420         * src/compose.c
14421         * src/imap.c
14422         * src/inc.c
14423         * src/inc.h
14424         * src/messageview.c
14425         * src/news.c
14426         * src/plugins/spamassassin/spamassassin.c
14427                 Allow to add information in the "working offline"
14428                 window
14429
14430 2006-03-01 [wwp]        2.0.0cvs93
14431
14432         * src/plugins/spamassassin/spamassassin.c
14433                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14434                 'cause it seems that calling `spamc ... < inputfile` with
14435                 g_spawn_(a)sync simply.. erm doesn't work :-).
14436
14437 2006-03-01 [wwp]        2.0.0cvs92
14438
14439         * src/toolbar.c
14440         * src/toolbar.h
14441                 simplify the adding of spam/ham button to the messageview toolbar
14442                 (it gets more clear now that the same button will be "Mark as spam"
14443                 or "Mark as ham" according to the current message status,
14444                 thanks to Colin).
14445
14446 2006-03-01 [wwp]        2.0.0cvs91
14447
14448         * src/messageview.c
14449         * src/procmsg.c
14450         * src/procmsg.h
14451         * src/summaryview.c
14452         * src/plugins/spamassassin/spamassassin.c
14453         * src/plugins/spamassassin/spamassassin.h
14454                 make learner callbacks return a status (0 for ok),
14455                 handle it in main code to avoid setting flags when learning failed,
14456                 don't learn on TCP if offline in spamassassin,
14457                 thanks to Colin.
14458
14459                 
14460
14461 2006-03-01 [wwp]        2.0.0cvs90
14462
14463         * src/compose.c
14464                 some work around the compose window's account menu,
14465                 patch by Fabien Vantard.
14466
14467 2006-03-01 [wwp]        2.0.0cvs89
14468
14469         * src/plugins/spamassassin/spamassassin.c
14470                 fixed bad logics, was using spamc in local mode and sa-learn
14471                 in remote mode (thanks, Colin).
14472
14473 2006-03-01 [wwp]        2.0.0cvs88
14474
14475         * src/plugins/spamassassin/spamassassin.c
14476         * src/plugins/spamassassin/spamassassin.h
14477         * src/plugins/spamassassin/spamassassin_gtk.c
14478                 made processing of emails w/ sa-plugin an option (default is TRUE),
14479                 fixed Engrish some tooltips, capitalization of some debug messages
14480                 and warnings. The spamassassin plugin now provides two separate
14481                 services: process emails upon incorporation and spamd training.
14482                 Both services (un)register independently but use some common
14483                 plugin settings (transport settings, spam storage location).
14484
14485 2006-02-28 [wwp]        2.0.0cvs87
14486
14487         * src/plugins/spamassassin/spamassassin.c
14488                 fix async flag to spamc cmdline execution (batch exec should
14489                 be asynchronous).
14490
14491 2006-02-27 [wwp]        2.0.0cvs86
14492
14493         * src/plugins/spamassassin/spamassassin.c
14494         * src/plugins/spamassassin/spamassassin.h
14495         * src/plugins/spamassassin/spamassassin_gtk.c
14496                 - added the ability to learn a remote spamassassin server (spamd),
14497                 using spamc.
14498                 - added the spamassassin option 'username', that applies to all
14499                 spamassassin operations (filtering, learning, local or remote).
14500                 The default username is the current unix user (if left blank
14501                 from gtk prefs or config file).
14502                 - commented out some unused code (notebook widget), removed unused
14503                 layout (hbox1).
14504                 - make more widgets sensitive to the transport type.
14505
14506 2006-02-27 [colin]      2.0.0cvs85
14507
14508         * src/plugins/spamassassin/spamassassin.c
14509                 Fix sa-learn call when offline
14510
14511 2006-02-27 [colin]      2.0.0cvs84
14512
14513         * configure.ac
14514         * src/Makefile.am
14515         * src/mainwindow.c
14516         * src/mainwindow.h
14517         * src/messageview.c
14518         * src/messageview.h
14519         * src/prefs_toolbar.c
14520         * src/procmsg.c
14521         * src/stock_pixmap.c
14522         * src/stock_pixmap.h
14523         * src/summaryview.c
14524         * src/toolbar.c
14525         * src/toolbar.h
14526         * src/pixmaps/ham_btn.xpm
14527         * src/pixmaps/spam.xpm
14528         * src/pixmaps/spam_btn.xpm
14529         * src/plugins/spamassassin/spamassassin.c
14530                 Add button in toolbar for spam learning
14531                 Fix a few bugs from the last related commit
14532                 Revert 1.9.6cvs23 which messed up shift-selection
14533
14534 2006-02-24 [colin]      2.0.0cvs83
14535
14536         * src/procmsg.c
14537         * src/summaryview.c
14538         * src/summaryview.h
14539         * src/plugins/spamassassin/spamassassin.c
14540         * src/plugins/spamassassin/spamassassin.h
14541         * src/plugins/spamassassin/spamassassin_gtk.c
14542                 Unregister learner when spamassassin is either
14543                 disabled or over tcp
14544
14545 2006-02-24 [colin]      2.0.0cvs82
14546
14547         * src/Makefile.am
14548         * src/mainwindow.c
14549         * src/mainwindow.h
14550         * src/procmsg.c
14551         * src/procmsg.h
14552         * src/stock_pixmap.c
14553         * src/stock_pixmap.h
14554         * src/summaryview.c
14555         * src/summaryview.h
14556         * src/gtk/icon_legend.c
14557         * src/pixmaps/spam.xpm  ** NEW FILE **
14558         * src/plugins/spamassassin/spamassassin.c
14559         * src/plugins/spamassassin/spamassassin_gtk.c
14560                 Add spam learning interface (Mark/Mark as 
14561                 (spam|ham) menus)
14562
14563 2006-02-24 [wwp]        2.0.0cvs81
14564
14565         * src/compose.c
14566         * src/compose.h
14567         * src/filtering.c
14568                 hide compose window when sending message in batch mode
14569                 (filtering: forward and redirect). Also fixed a wrong
14570                 value returned when sending failed, neutral anyway.
14571                 (Colin, me) 
14572
14573 2006-02-24 [wwp]        2.0.0cvs80
14574
14575         * src/mainwindow.c
14576                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14577
14578 2006-02-24 [paul]       2.0.0cvs79
14579
14580         * src/news.c
14581         * src/news.h
14582         * src/news_gtk.c
14583                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14584                 Thanks to Colin
14585
14586 2006-02-23 [colin]      2.0.0cvs78
14587
14588         * src/alertpanel.c
14589                 Change OK to Close in alertpanel with View log
14590                 button; add accel to View log. Patch by Fabien
14591                 Vantard
14592
14593 2006-02-23 [wwp]        2.0.0cvs77
14594
14595         * src/compose.c
14596                 silly me, there were much more tests to perform, since toolbars can
14597                 really have down to 1 element only.
14598
14599 2006-02-23 [wwp]        2.0.0cvs76
14600
14601         * commitHelper
14602                 fixed indentation from my previous commit. Fallback to VISUAL if
14603                 EDITOR is not set (and to vi, at last resort).
14604
14605 2006-02-23 [wwp]        2.0.0cvs75
14606
14607         * commitHelper
14608                 improved error detection (Colin, me).
14609
14610 2006-02-23 [wwp]        2.0.0cvs74
14611
14612         * src/prefs_toolbar.c
14613                 simplify and fix prefs/toolbars layouting. Combos' contents can
14614                 now be really displayed.
14615
14616 2006-02-23 [wwp]        2.0.0cvs73
14617         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14618         be really displayed.
14619
14620 2006-02-22 [wwp]        2.0.0cvs72
14621
14622         * src/compose.c
14623                 fix a typo in my previous commit (sorry!).
14624
14625 2006-02-22 [wwp]        2.0.0cvs71
14626
14627         * src/prefs_toolbar.c
14628                 fix a crash when adding separators to toolbars,
14629                 also fix some separator item information.
14630
14631 2006-02-22 [wwp]        2.0.0cvs70
14632
14633         * src/compose.c
14634                 fix a crash when redirecting (for instance) when compose window's
14635                 toolbar contents has been customized (when some buttons have been
14636                 removed in fact).
14637
14638 2006-02-21 [wwp]        2.0.0cvs69
14639
14640         * src/summaryview.c
14641         * src/gtk/pluginwindow.c
14642         * src/plugins/pgpcore/prefs_gpg.c
14643                 fix some compilation warnings (feat. remains of removed code).
14644
14645 2006-02-21 [wwp]        2.0.0cvs68
14646
14647         * src/gtk/gtkutils.c
14648                 fix two compilation issues, thanks to Stephan Sachse.
14649
14650 2006-02-20 [colin]      2.0.0cvs67
14651
14652         * src/mainwindow.c
14653                 Don't reselect displayed mail on refocus
14654                 This fixes actions misbehaving 
14655
14656 2006-02-20 [wwp]        2.0.0cvs66
14657
14658         * src/summaryview.c
14659         * src/gtk/gtksctree.c
14660         * src/gtk/gtkshruler.c
14661                 changed more runtime typecast checks.
14662
14663 2006-02-20 [wwp]        2.0.0cvs65
14664
14665         * src/summary_search.c
14666                 find all - summaryview refresh issue fixed, thanks to Colin.
14667
14668 2006-02-20 [wwp]        2.0.0cvs64
14669
14670         * src/gtk/gtkutils.c
14671                 better runtime typecast checks.
14672
14673 2006-02-20 [wwp]        2.0.0cvs63
14674
14675         * src/summary_search.c
14676                 enhancements to the summary search:
14677                         - add the ability to stop the running search
14678                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14679                         - don't search if no criteria (From/To/Subject/Body) is set
14680                         - ensure that a busy mouse pointer is always shown when searching,
14681                           show it even a bit earlier
14682
14683 2006-02-19 [colin]      2.0.0cvs62
14684
14685         * src/compose.c
14686         * src/imap.c
14687         * src/etpan/imap-thread.c
14688         * src/etpan/imap-thread.h
14689                 (Future) IMAP speed improvement on sending
14690                 Will require a libetpan update
14691         * src/summaryview.c
14692         * src/gtk/quicksearch.c
14693                 Make quicksearch clearable while running.
14694
14695 2006-02-17 [colin]      2.0.0cvs61
14696
14697         * src/imap.c
14698         * src/etpan/imap-thread.c
14699         * src/etpan/imap-thread.h
14700                 Check for IMAP certificates
14701                 ** Requires libetpan-0.42-cvs4 
14702                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14703
14704 2006-02-17 [colin]      2.0.0cvs60
14705
14706         * src/messageview.c
14707         * src/prefs_common.c
14708         * src/prefs_common.h
14709         * src/prefs_message.c
14710                 Add pref to display HTML-only mails with plugin, 
14711                 if possible (defaulting to FALSE of course).
14712
14713 2006-02-16 [colin]      2.0.0cvs59
14714
14715         * src/main.c
14716         * src/common/plugin.c
14717         * src/common/plugin.h
14718         * src/gtk/pluginwindow.c
14719                 Keep track of requested (but unloaded) plugins
14720                 in some error cases.
14721
14722 2006-02-16 [wwp]        2.0.0cvs58
14723
14724         * src/gtk/gtkaspell.c
14725         * src/gtk/gtkaspell.h
14726         * src/prefs_spelling.c
14727         * src/compose.c
14728         * src/prefs_common.c
14729         * src/prefs_common.h
14730                 implemented new optional spellchecker behaviour: re-check message when
14731                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14732
14733 2006-02-16 [wwp]        2.0.0cvs57
14734
14735         * src/quote_fmt_parse.y
14736                 pclose popen'ed pipe.
14737
14738 2006-02-15 [colin]      2.0.0cvs56
14739
14740         * src/mimeview.c
14741         * src/mimeview.h
14742                 Let MimeViewers know which MimeView they
14743                 depend of.
14744         * src/summaryview.c
14745                 Swap From/To columns in Sent/Queue/Drafts
14746                 folders
14747         * src/etpan/imap-thread.c
14748                 Use mailstream_low_tls_open() for STARTTLS
14749                 instead of mailstream_low_ssl_open()
14750                 ** REQUIRES libetpan 0.42cvs3 **
14751
14752 2006-02-15 [wwp]        2.0.0cvs55
14753
14754         * src/compose.c
14755         * src/compose.h
14756         * src/message_search.c
14757         * src/message_search.h
14758         * src/textview.c
14759         * src/gtk/gtkutils.c
14760         * src/gtk/gtkutils.h
14761                 added the ability to Find text in the compose window (and a bit
14762                 of code factorization).
14763
14764 2006-02-15 [wwp]        2.0.0cvs54
14765
14766         * src/prefs_gtk.c
14767                 yet another one file was missing (fix for some widgets' sensitivity).
14768                 Thanks Colin!
14769
14770 2006-02-15 [wwp]        2.0.0cvs53
14771
14772         * src/prefs_gtk.h
14773                 oops forgot that file (fix for some widgets' sensitivity).
14774
14775 2006-02-15 [wwp]        2.0.0cvs52
14776
14777         * src/summary_search.c
14778                 implemented advanced summary search options (added the ability
14779                 to use matcher conditions in an advanced search mode).
14780
14781 2006-02-15 [wwp]        2.0.0cvs51
14782
14783         * src/plugins/pgpcore/prefs_gpg.c
14784         * src/prefs_account.c
14785                 fix some widget sensitivity, mostly around some labels in
14786                 account prefs.
14787
14788 2006-02-15 [paul]       2.0.0cvs50
14789
14790         * manual/advanced.xml
14791                 improve Templates info
14792                 written by wwp
14793
14794 2006-02-14 [colin]      2.0.0cvs49
14795
14796         * src/pixmaps/address_book.xpm
14797         * src/pixmaps/preferences.xpm
14798         * src/pixmaps/properties.xpm
14799                 Fix pixmap size - patch by Fabien Vantard
14800
14801 2006-02-13 [colin]      2.0.0cvs48
14802
14803         * src/procmime.c
14804                 Add missing fclose()s on error
14805         * src/textview.c
14806                 Remove unused code
14807         * src/common/utils.c
14808                 Fix temp files not being deleted on windows
14809         Patches by Thomas Gilgin
14810
14811 2006-02-13 [colin]      2.0.0cvs47
14812
14813         * src/mainwindow.c
14814                 Fix exit crash
14815
14816 2006-02-13 [wwp]        2.0.0cvs46
14817
14818         * src/plugins/pgpcore/prefs_gpg.c
14819                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14820
14821 2006-02-12 [colin]      2.0.0cvs45
14822
14823         * src/folderview.c
14824         * src/main.c
14825         * src/mainwindow.c
14826                 Fix "stuff" when quitting
14827
14828 2006-02-12 [wwp]        2.0.0cvs44
14829
14830         * src/prefs_themes.c
14831                 fix typos in debug messages.
14832
14833 2006-02-11 [colin]      2.0.0cvs43
14834
14835         * src/summaryview.c
14836                 don't allow drag/drop from ourself
14837
14838 2006-02-10 [wwp]        2.0.0cvs42
14839
14840         * src/exporthtml.c
14841         * src/html.c
14842         * src/html.h
14843         * src/procmime.c
14844         * src/textview.c
14845                 renamed html_ prefixed functions and data structures to avoid
14846                 namespace clashes w/ other software (gtkhtml2 for instance).
14847                 Closes bug #907.
14848
14849
14850 2006-02-09 [colin]      2.0.0cvs41
14851
14852         * src/summaryview.c
14853                 Fix shitty logic messed up. Thanks Ticho for the hint!
14854
14855 2006-02-09 [wwp]        2.0.0cvs40
14856
14857         * src/gtk/about.c
14858         * src/compose.c
14859         * src/prefs_account.c
14860         * src/prefs_gtk.h
14861         * src/editaddress.c
14862                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14863                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14864                 Browse buttons in accounts prefs.
14865
14866 2006-02-09 [colin]      2.0.0cvs39
14867
14868         * src/matcher.c
14869                 Check for pointer before using its members
14870         * src/gtk/gtksourceprintjob.c
14871                 Fix a wrong warning
14872
14873 2006-02-09 [wwp]        2.0.0cvs38
14874
14875         * src/gtk/filesel.c
14876                 fix few compiler warnings (type mismatch).
14877
14878 2006-02-09 [paul]       2.0.0cvs37
14879
14880         * po/fr.po
14881                 updated by Fabien Vantard
14882
14883 2006-02-08 [colin]      2.0.0cvs36
14884
14885         * src/prefs_common.c
14886         * src/common/defs.h
14887         * src/common/plugin.c
14888                 allow windows and linux configurations to coexist
14889                 patch by Thomas Gilgin
14890
14891 2006-02-08 [colin]      2.0.0cvs35
14892
14893         * src/filtering.c
14894         * src/matcher.c
14895         * src/matcher.h
14896         * src/matcher_parser_parse.y
14897         * src/prefs_filtering_action.c
14898         * src/prefs_matcher.c
14899                 Add the "Ignore thread" filtering
14900                 action
14901
14902 2006-02-08 [colin]      2.0.0cvs34
14903
14904         * src/compose.c
14905         * src/procmime.c
14906         * src/procmime.h
14907                 Fix bug #905 (damaged attachment)
14908                 text files with raw \0's aren't really text files
14909         FOR_STABLE
14910
14911 2006-02-08 [colin]      2.0.0cvs33
14912
14913         * src/summaryview.c
14914                 Fix crasher introduced yesterday
14915
14916 2006-02-08 [wwp]        2.0.0cvs32
14917
14918         * src/compose.c
14919         * src/compose.h
14920                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14921
14922 2006-02-08 [wwp]        2.0.0cvs31
14923
14924         * src/prefs_template.c
14925                 templates enhancement: allow address completion for Cc and Bcc fields
14926                 (it was currently possible for the To field only)
14927
14928 2006-02-08 [colin]      2.0.0cvs30
14929
14930         * src/compose.c
14931                 Don't unblock if not blocked
14932         FOR_STABLE
14933
14934 2006-02-07 [colin]      2.0.0cvs29
14935
14936         * src/action.c
14937                 Forgot to refresh summaryview
14938
14939 2006-02-07 [colin]      2.0.0cvs28
14940
14941         * src/action.c
14942                 Freeze/thaw message list and folder list while
14943                 processing %as{} actions 
14944         * src/compose.c
14945                 Fix auto-wrap disabling after a middle-click
14946                 paste - FOR_STABLE
14947
14948 2006-02-07 [paul]       2.0.0cvs27
14949
14950         * src/folder.c
14951                 fix freeing of uninitialised pointers
14952                 Thanks to Colin
14953
14954 2006-02-06 [colin]      2.0.0cvs26
14955
14956         * src/folder.c
14957                 Use g_slist_prepend in potentially big list
14958
14959 2006-02-06 [colin]      2.0.0cvs25
14960
14961         * src/folder.c
14962                 Completely skip processing if it doesn't 
14963                 exist (faster!)
14964
14965 2006-02-06 [colin]      2.0.0cvs24
14966
14967         * src/folder.c
14968         * src/summaryview.c
14969                 Batch filtering in summaryview (from Tools menu)
14970                 and pre/post//-processing too
14971
14972 2006-02-06 [colin]      2.0.0cvs23
14973
14974         * src/procmsg.h
14975         * src/filtering.c
14976                 Use a special field for batch filtering instead
14977                 of stepping on deferred execution's toes
14978
14979 2006-02-06 [colin]      2.0.0cvs22
14980
14981         * src/action.c
14982         * src/filtering.c
14983         * src/filtering.h
14984         * src/folder.c
14985         * src/summaryview.c
14986                 Fix filtering via menus and actions
14987
14988 2006-02-06 [colin]      2.0.0cvs21
14989
14990         * src/imap.c
14991                 Put the added file directly to cache if possible (will work
14992                 with next libetpan)
14993         * src/filtering.c
14994         * src/filtering.h
14995         * src/inc.c
14996         * src/folder.c
14997         * src/mbox.c
14998         * src/procmsg.h
14999                 Move and copy filtered messages by batches instead of one
15000                 by one - faster on IMAP
15001         * src/procmsg.c
15002                 Add a function that'll possibly be useful later
15003
15004 2006-02-06 [colin]      2.0.0cvs20
15005
15006         * src/addressbook.c
15007                 Use internal mime-type instead of text/plain for d'n'd
15008         * src/compose.c
15009                 Allow attaching files from mimeview's icon list via d'n'd
15010         * src/folderview.c
15011         * src/folderview.h
15012                 Use internal mime-type instead of text/plain for d'n'd
15013                 Don't try to selected opened folder if none is
15014                 Factorize d'n'd from other apps code
15015         * src/headerview.c
15016         * src/textview.c
15017         * src/gtk/gtkutils.c
15018         * src/gtk/gtkutils.h
15019                 Factorize Face/X-Face stuff
15020         * src/mimeview.c
15021                 Fix d'n'd to other apps
15022         * src/prefs_message.c
15023                 Let the XFace pref be usable without libcompface as it also
15024                 applies to Face
15025         * src/summaryview.c
15026                 Fix d'n'd to other apps
15027                 Factorize d'n'd from other apps code
15028
15029 2006-02-06 [wwp]        2.0.0cvs19
15030
15031         * po/it.po
15032                 Italian translation fixes by Andrea Spadaccini (no more confusion
15033                 between filtering and processing, and few changes in the About
15034                 dialog).
15035
15036
15037 2006-02-06 [mones]      2.0.0cvs18
15038
15039         * src/gtk/icon_legend.c
15040                 Improved descriptions allowing better translations
15041
15042 2006-02-05 [colin]      2.0.0cvs17
15043
15044         * src/imap.c
15045                 Add the f*cking missing expunge that caused imap_fetch_env
15046                 to fail after an add_msgs ! :-///
15047         * src/etpan/imap-thread.c
15048                 Add a bit of debug
15049         FOR_STABLE
15050
15051 2006-02-05 [colin]      2.0.0cvs16
15052
15053         * src/common/utils.c
15054                 Don't check for return-path (or we can't put
15055                 back non-sent mails)
15056
15057 2006-02-05 [colin]      2.0.0cvs15
15058
15059         * src/textview.c
15060                 Don't try to display Face header in textview
15061                 when teh headerview's active
15062
15063 2006-02-05 [colin]      2.0.0cvs14
15064
15065         * tools/tbird2syl.py
15066         * tools/Makefile.am
15067                 Add script to import Thunderbird mails
15068
15069 2006-02-05 [colin]      2.0.0cvs13
15070
15071         * src/headerview.c
15072         * src/procheader.c
15073         * src/procmsg.c
15074         * src/procmsg.h
15075         * src/textview.c
15076                 Show Face headers - patch partially by Klaus Flittner
15077
15078 2006-02-05 [colin]      2.0.0cvs12
15079
15080         * src/folderview.c
15081         * src/summaryview.c
15082         * src/common/utils.c
15083         * src/common/utils.h
15084                 Let dnd work from mime icons to summaryview
15085                 and to folderview too
15086                 Add a crude test to avoid trying to add files
15087                 drag'n'dropped when they're not mails
15088
15089 2006-02-04 [colin]      2.0.0cvs11
15090
15091         * src/summaryview.c
15092         * src/mimeview.c
15093                 Fix utf8 conversion
15094
15095 2006-02-04 [colin]      2.0.0cvs10
15096
15097         * src/compose.c
15098         * src/folderview.c
15099         * src/mimeview.c
15100         * src/summaryview.c
15101         * src/summaryview.h
15102                 Added various drag and drop capas:
15103                 From                    To
15104                 summaryview             other apps
15105                 mimeview icons          other apps
15106                 other apps              summaryview
15107                 other apps              folderview
15108
15109                 This shouldn't have broken the existing:
15110                 From                    To
15111                 summaryview             folderview
15112                 folderview              folderview
15113                 summaryview             compose's attachments
15114
15115         Tests welcomed.
15116
15117 2006-02-02 [paul]       2.0.0cvs9
15118
15119         * src/mainwindow.c
15120                 move global option 'Set displayed columns...' out
15121                 of folder option grouping.
15122                 fix sensitivity of 'harvest addresses'
15123         FOR_STABLE
15124
15125 2006-02-01 [colin]      2.0.0cvs8
15126
15127         * src/mimeview.c
15128                 Revert the alertpanel patch, it sucks (intrusive
15129                 and gets in the way of "open")
15130
15131 2006-02-01 [colin]      2.0.0cvs7
15132
15133         * src/compose.c
15134         * src/prefs_account.c
15135         * src/prefs_common.c
15136         * src/common/defs.h
15137         * src/common/utils.c
15138         * src/common/utils.h
15139                 Add ability to edit the signature file
15140                 from the account preferences, and use
15141                 a default for the text editor.
15142                 Patch by Fabien Vantard
15143
15144 2006-02-01 [colin]      2.0.0cvs6
15145
15146         * src/mimeview.c
15147                 Try to get mime type by extension if it is
15148                 application/octet-stream
15149                 Display a window with possible choices when
15150                 encountering unknown mime types
15151         * src/gtk/filesel.c
15152         * src/gtk/filesel.h
15153                 Add preview
15154                 Allow multiple selection in filtered filesel
15155                 (patch by Fabien Vantard)
15156         * src/gtk/pluginwindow.c
15157                 Use it (patch by Fabien Vantard)
15158
15159 2006-02-01 [paul]       2.0.0cvs5
15160
15161         * src/jpilot.c
15162                 fix crash on creating jpilot address book
15163                 Thanks to Colin - FOR_STABLE
15164         * src/prefs_summaries.c
15165         * src/prefs_wrapping.c
15166         * src/gtk/icon_legend.c
15167         * src/gtk/quicksearch.c
15168                 string fixes and additions
15169
15170 2006-02-01 [paul]       2.0.0cvs4
15171
15172         * src/compose.c
15173         * src/mainwindow.c
15174         * src/messageview.c
15175         * src/prefs_send.c
15176                 add Arabic encoding option
15177                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15178
15179 2006-01-31 [colin]      2.0.0cvs3
15180
15181         * src/plugins/pgpcore/passphrase.c
15182                 Convert passphrase to locale encoding
15183         * src/compose.c
15184                 Fix drafting on IMAP. Crappy bug sneaked in
15185                 the release :-/
15186         FOR_STABLE
15187
15188 2006-01-30 [paul]       2.0.0cvs2
15189
15190         * src/gtk/icon_legend.c
15191                 show the new entries
15192
15193 2006-01-30 [colin]      2.0.0cvs1
15194
15195         * src/manual.c
15196                 Check for the file to be present before 
15197                 enabling the menu - FOR_STABLE
15198         * src/gtk/icon_legend.c
15199                 Add folders icons (not all of them, there
15200                 are too much, but the most intriguing ones)
15201
15202 2006-01-30 [paul]       2.0.0
15203
15204         version 2.0.0 released
15205
15206 [For previous entries, see ChangeLog.pre2.0.0]