e0ed8cb9d9ffcb8f125ad783921a8c75a75d3410
[claws.git] / ChangeLog
1 2007-08-30 [wwp]        2.10.0cvs184
2
3         * src/prefs_template.c
4                 Fix a leak.
5
6 2007-08-29 [colin]      2.10.0cvs183
7
8         * src/plugins/trayicon/trayicon.c
9                 Fix leak of hooks in case of error,
10                 thanks to Holger Berndt
11
12 2007-08-28 [colin]      2.10.0cvs182
13
14         * src/mainwindow.c
15                 Don't use current folder settings when
16                 composing from the compose button's
17                 account selector
18
19 2007-08-28 [colin]      2.10.0cvs181
20
21         * src/quote_fmt_parse.y
22                 Fix cursor offset when quote contains UTF-8
23                 chars
24
25 2007-08-28 [colin]      2.10.0cvs180
26
27         * src/compose.c
28         * src/compose.h
29                 Fix signature replacement when it's been wrapped
30
31 2007-08-27 [colin]      2.10.0cvs179
32
33         * src/summaryview.c
34                 Fix indentation
35
36 2007-08-27 [colin]      2.10.0cvs178
37
38         * src/summaryview.c
39                 Fix Quicksearch's Sticky mode
40
41 2007-08-27 [colin]      2.10.0cvs177
42
43         * src/folder_item_prefs.c
44         * src/folder_item_prefs.h
45         * src/imap_gtk.c
46         * src/mh_gtk.c
47                 Fix loss of subfolders properties when
48                 renaming a folder
49
50 2007-08-26 [wwp]        2.10.0cvs176
51
52         * src/alertpanel.c
53         * src/messageview.c
54         * src/prefs_actions.c
55                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
56                 will have to be used when necessary *before* calling
57                 alertpanel functions.
58
59 2007-08-25 [paul]       2.10.0cvs175
60
61         * src/prefs_actions.c
62                 workaround gettext problem marking
63                 string as c-format when it's not
64
65 2007-08-25 [wwp]        2.10.0cvs174
66
67         * src/alertpanel.c
68         * src/messageview.c
69         * src/prefs_actions.c
70                 Call the pango markup escape function right ince in alertpanel_create
71                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
72                 2.10.0cvs158).
73
74         * src/common/log.c
75                 Fix a crash due to a misuse of g_print(), encountered when the string
76                 passed to g_print was containing printf substitution symbols.
77
78 2007-08-25 [paul]       2.10.0cvs173
79
80         * src/common/log.c
81                 fix a segfault when refreshing RSSyl feeds
82
83 2007-08-25 [paul]       2.10.0cvs172
84
85         * src/gtk/icon_legend.c
86                 add watchthread.xpm
87
88 2007-08-25 [paul]       2.10.0cvs171
89
90         * src/Makefile.am
91         * src/stock_pixmap.c
92         * src/pixmaps/insert_file.xpm
93                 add a new pixmap instead of re-using
94                 paste.xpm. (easier for icon theme authors)
95
96 2007-08-24 [holger]     2.10.0cvs170
97
98         * src/plugins/trayicon/trayicon.c
99                 The same fix for another hook id.
100
101 2007-08-24 [holger]     2.10.0cvs169
102
103         * src/plugins/trayicon/trayicon.c
104                 Micro-fix: Do the error checking for
105                 the right hook id.
106
107 2007-08-24 [paul]       2.10.0cvs168
108
109         * src/folder.h
110                 fix typo causing compiler warning
111
112 2007-08-24 [paul]       2.10.0cvs167
113
114         * README
115                 put back the correct version of this file also
116
117 2007-08-24 [colin]      2.10.0cvs166
118
119         * src/send_message.c
120                 Use progress bar when sending messages
121
122 2007-08-24 [paul]       2.10.0cvs165
123
124         * Makefile.am
125                 oops! if i'm quick no-one will notice
126                 (put back the proper file)
127
128 2007-08-24 [paul]       2.10.0cvs164
129
130         * AUTHORS
131         * Makefile.am
132         * README
133         * src/gtk/authors.h
134         * tools/Makefile.am
135         * tools/README
136         * tools/mew2claws-mail.pl
137                 add new script that imports a Mew address book
138                 submitted by Jerome Lelong
139
140 2007-08-24 [paul]       2.10.0cvs163
141
142         * manual/plugins.xml
143                 remove the obsolete plugins, add the
144                 missing plugins, including the forthcoming
145                 SpamReport plugin
146
147 2007-08-24 [paul]       2.10.0cvs162
148
149         * manual/advanced.xml
150                 add info about the hidden emphasis_color option
151         * manual/keyboard.xml
152                 correct the info about hotkeys
153                 wrap the long lines
154
155 2007-08-24 [paul]       2.10.0cvs161
156
157         * src/folderview.c
158                 add mnemonic to 'Run procesing rules'
159
160 2007-08-24 [paul]       2.10.0cvs160
161
162         * src/account.c
163         * src/folder.c
164         * src/folder.h
165                 use suitable defaults for outbox,
166                 queue, drafts and trash folders
167
168 2007-08-24 [wwp]        2.10.0cvs159
169
170         * src/folderview.c
171                 Update menu item sensitivity if necessary (or we get a
172                 gtk critical message).
173
174 2007-08-23 [wwp]        2.10.0cvs158
175
176         * src/action.c
177         * src/prefs_actions.c
178                 Allow literal % chars in action commands (use %%).
179                 Add a missing p++ to the action parser in action_get_type(),
180                 which was missing it, even if it was neutral.
181                 Fix a pango markup warning at runtime.
182
183 2007-08-23 [wwp]        2.10.0cvs157
184
185         * src/addressbook.c
186                 Contacts are now locale-aware sorted in the address book
187                 (LC_COLLATE matters here).
188                 Fix missing table initializers.
189
190 2007-08-23 [colin]      2.10.0cvs156
191
192         * src/imap.c
193                 Check scan_required on dest folder when copying
194
195 2007-08-23 [colin]      2.10.0cvs155
196
197         * src/imap.c
198                 Fix scanning when folder was empty
199
200 2007-08-22 [colin]      2.10.0cvs154
201
202         * src/msgcache.c
203                 Don't g_warning when g_try_malloc fails(), or it makes
204                 things worse as g_log() allocates. Fixes bug 1290,
205                 'Claws Mail crashes if too little memory when 
206                 rebuilding folder tree'
207
208 2007-08-22 [colin]      2.10.0cvs153
209
210         * src/inc.c
211                 Fix format string vulnerability, thanks to
212                 Ulf Harnhammar, Secunia Research
213
214 2007-08-22 [colin]      2.10.0cvs152
215
216         * src/ldapserver.c
217                 Set tv_usec too
218
219 2007-08-22 [wwp]        2.10.0cvs151
220
221         * src/ldapquery.c
222                 Few better null-ptr checks.
223
224 2007-08-22 [colin]      2.10.0cvs150
225
226         * src/editldap.c
227         * src/editldap_basedn.c
228         * src/ldapquery.c
229         * src/ldapserver.c
230         * src/ldapserver.h
231         * src/ldapupdate.c
232         * src/ldaputil.c
233         * src/ldaputil.h
234                 Fix ldap timeouts
235
236 2007-08-22 [colin]      2.10.0cvs149
237
238         * src/ldapquery.c
239                 Finish previous fix
240
241 2007-08-22 [colin]      2.10.0cvs148
242
243         * src/ldapquery.c
244                 Fix wrong assertions
245
246 2007-08-22 [colin]      2.10.0cvs147
247
248         * src/ldaputil.c
249                 Fix test (set ldap v3 if bindDN is set or TLS is set)
250
251 2007-08-22 [colin]      2.10.0cvs146
252
253         * src/editldap.c
254         * src/ldaputil.c
255                 Fix wrong "Connected successfully to server". Connection only succeeds if
256                 we can get the base DN.
257
258 2007-08-21 [wwp]        2.10.0cvs145
259
260         * src/browseldap.c
261         * src/editldap.c
262         * src/ldapctrl.c
263         * src/ldapquery.c
264         * src/ldapserver.c
265         * src/ldapupdate.c
266         * src/ldaputil.c
267                 More sanity checks in ldap functions.
268
269 2007-08-21 [wwp]        2.10.0cvs144
270
271         * src/prefs_account.c
272                 Don't return a value in a void function().
273
274 2007-08-21 [paul]       2.10.0cvs143
275
276         * src/messageview.c
277                 add check for ftp: to messageview_list_urls()
278
279 2007-08-21 [colin]      2.10.0cvs142
280
281         * src/editldap.c
282         * src/ldapctrl.c
283         * src/ldapctrl.h
284         * src/ldapquery.c
285         * src/ldapupdate.c
286                 Fix bug 1293, 'LDAP address book not working'
287                 Search only on specified fields, but fetch 
288                 every field possible. People will have to 
289                 reset the searched Attributes in their LDAP
290                 servers properties.
291
292 2007-08-21 [wwp]        2.10.0cvs141
293
294         * src/addr_compl.c
295         * src/addrbook.c
296         * src/addrcache.c
297         * src/addrcindex.c
298         * src/addressbook.c
299         * src/addrindex.c
300         * src/browseldap.c
301         * src/crash.c
302         * src/editaddress_other_attributes_ldap.c
303         * src/exporthtml.c
304         * src/folder.c
305         * src/folderview.c
306         * src/imap.c
307         * src/jpilot.c
308         * src/ldapserver.c
309         * src/ldapupdate.c
310         * src/ldif.c
311         * src/main.c
312         * src/mainwindow.c
313         * src/matcher.c
314         * src/mh.c
315         * src/msgcache.c
316         * src/mutt.c
317         * src/pine.c
318         * src/pop.c
319         * src/prefs_customheader.c
320         * src/prefs_msg_colors.c
321         * src/procmime.c
322         * src/textview.c
323         * src/vcard.c
324         * src/wizard.c
325         * src/common/log.c
326         * src/common/socket.c
327         * src/common/ssl_certificate.c
328         * src/common/utils.c
329         * src/common/utils.h
330         * src/gtk/description_window.c
331         * src/plugins/demo/demo.c
332         * src/plugins/pgpcore/prefs_gpg.c
333         * src/plugins/spamassassin/libspamc.c
334                 Make sure we use glib functions to send text messages (information,
335                 debug, warning, errors) to stdout/stderr - no more direct puts
336                 fputs printf fprintf to stdout/stderr when it can be done using
337                 g_log*() and g_print/g_printerr. Doing this, we make sure every
338                 stdout/stderr message is saved to log in Windows.
339
340
341 2007-08-21 [wwp]        2.10.0cvs140
342
343         * src/main.c
344         * src/common/utils.h
345                 Route glib's stdout/stderr messages to a log file (Windows only),
346                 instead of loosing them.
347
348 2007-08-21 [paul]       2.10.0cvs139
349
350         * src/mainwindow.c
351                 replace deprecated g_strncasecmp()
352         * src/messageview.c
353                 fix 'List URLS'
354
355 2007-08-20 [ticho]      2.10.0cvs138
356
357         * src/account.c
358         * src/prefs_account.h
359                 Copy all account preferences in account_clone() - some
360                 were missing.
361         * src/prefs_account.c
362                 Handle empty privacy system combobox gracefully (warning
363                 instead of a crash).
364
365 2007-08-20 [colin]      2.10.0cvs137
366
367         * src/ldapctrl.c
368                 Fix a leak
369
370 2007-08-20 [paul]       2.10.0cvs136
371
372         * src/browseldap.c
373         * src/editldap.c
374         * src/ldapctrl.c
375         * src/ldapquery.c
376         * src/ldapquery.h
377         * src/ldapserver.c
378         * src/ldaputil.c
379                 add debug_prints
380                 patch by Michael Rasmussen
381
382 2007-08-19 [colin]      2.10.0cvs135
383
384         * src/imap.c
385                 Fix previous commit. Sensitivity update is needed
386                 for "Cancel receiving". However when batching we
387                 don't need to do it for every message flag change,
388                 just once at the start and once at the end.
389
390 2007-08-19 [colin]      2.10.0cvs134
391
392         * src/imap.c
393                 Remove useless menu updates on session lock/unlock
394
395 2007-08-19 [colin]      2.10.0cvs133
396
397         * src/etpan/imap-thread.c
398                 Make all fetch logs less verbose
399
400 2007-08-19 [paul]       2.10.0cvs132
401
402         * src/foldersel.c
403         * src/folderview.c
404         * src/summaryview.c
405                 fix bug 1286, 'Can't move a folder into a "Folders
406                 Only" folder'
407
408 2007-08-18 [ticho]      2.10.0cvs131
409
410         * src/editaddress_other_attributes_ldap.c
411                 Converted option menu for other ldap attributes to GtkComboBox.
412
413 2007-08-18 [colin]      2.10.0cvs130
414
415         * src/compose.c
416         * src/prefs_common.c
417         * src/prefs_common.h
418         * src/prefs_send.c
419         * src/send_message.c
420                 Revert 'send_dialog_mode' meaning to 
421                 'send_dialog_invisible', so that the 
422                 new checkbox doesn't change the 
423                 existing behaviour.
424
425 2007-08-18 [paul]       2.10.0cvs129
426
427         * src/summaryview.c
428                 add missing menu update
429
430 2007-08-17 [colin]      2.10.0cvs128
431
432         * src/folder.c
433                 Set batching after getting flags - maybe fixes
434                 bug 1292, 'CM crashes on writing mail'
435
436 2007-08-16 [ticho]      2.10.0cvs127
437
438         * src/prefs_send.c
439                 Convert two GtkOptionMenu widgets to new GtkComboBox.
440         * src/gtk/combobox.h
441         * src/gtk/gtkutils.c
442                 Allow NULL for GtkComboBox menuitem label, rendering such
443                 items as row separators.
444
445 2007-08-16 [paul]       2.10.0cvs126
446
447         * src/plugins/trayicon/trayicon.c
448                 remove wrongly used gettextisation
449
450 2007-08-15 [ticho]      2.10.0cvs125
451
452         * src/importldif.c
453                 Fixed a runtime warning where an attempt to pack an
454                 already packed GtkLabel was made.
455
456 2007-08-15 [ticho]      2.10.0cvs124
457
458         * src/prefs_compose_writing.c
459                 Convert the insert-or-attach-dragged-files GtkOptionMenu
460                 into GtkComboBox.
461
462 2007-08-14 [ticho]      2.10.0cvs123
463
464         * src/messageview.c
465         * src/gtk/gtkutils.c
466                 Changed return receipt account selector to GtkComboBox.
467                 Fixed a runtime warning where GTK tried to parse
468                 "name <email@address" as a Pango markup in an alertpanel label.
469
470 2007-08-14 [ticho]      2.10.0cvs122
471
472         * src/prefs_logging.c
473                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
474
475 2007-08-14 [wwp]        2.10.0cvs121
476
477         * tools/Makefile.am
478         * tools/README
479         * tools/popfile-link.sh
480                 Added a new tool: POPFile helper, to open
481                 selected messages in POPFile control center,
482                 in order to change the messages' status.
483
484 2007-08-14 [ticho]      2.10.0cvs120
485
486         * src/compose.c
487         * src/prefs_common.c
488         * src/prefs_common.h
489         * src/prefs_send.c
490         * src/send_message.c
491                 Change "Show send dialog" optionmenu to a checkbutton.
492         * src/prefs_receive.c
493                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
494
495 2007-08-13 [wwp]        2.10.0cvs119
496
497         * src/addr_compl.c
498         * src/addressbook.c
499         * src/addrindex.c
500         * src/compose.c
501         * src/filtering.c
502         * src/folderview.c
503         * src/inc.c
504         * src/matcher.c
505         * src/mh.c
506         * src/partial_download.c
507         * src/prefs_gtk.c
508         * src/procmsg.c
509         * src/stock_pixmap.c
510         * src/summaryview.c
511         * src/common/utils.c
512         * src/gtk/gtkaspell.c
513         * src/gtk/menu.c
514                 Make sure we never pass NULL pointers for %s substitutions
515                 (prevent from crashing in Windows).
516
517 2007-08-13 [wwp]        2.10.0cvs118
518
519         * src/msgcache.c
520                 Re-enable mmap_reads in Windows with some missing
521                 CloseHandle of mapping objects, thanks to
522                 Marcus Brinkmann.
523
524 2007-08-13 [paul]       2.10.0cvs117
525
526         * src/common/utils.c
527                 fix bug 1287, 'Compile time problem on Solaris
528                 (nexenta gnu/Solaris) utils.c'
529                 Thanks to Piotr Chrzczonowicz
530
531 2007-08-12 [wwp]        2.10.0cvs116
532
533         * src/plugins/pgpcore/prefs_gpg.c
534                 Don't try to unset a GPG_AGENT_INFO that was not
535                 set (and don't use a NULL string in Windows, it was
536                 crashing with --debug if GPG_AGENT_INFO was not set).
537
538 2007-08-12 [wwp]        2.10.0cvs115
539
540         * src/privacy.h
541                 Make gcc type-check arguments passed to privacy_set_error().
542
543 2007-08-12 [ticho]      2.10.0cvs114
544
545         * src/prefs_folder_item.c
546                 Make sure that folder default account combobox always has some
547                 account preselected.
548         * src/gtk/combobox.c
549                 Handle empty combobox gracefully (warning instead of crash).
550
551 2007-08-12 [ticho]      2.10.0cvs114
552
553         * src/prefs_folder_item.c
554                 Make sure that folder default account combobox is not empty.
555         * src/gtk/combobox.c
556                 Handle empty combobox gracefully (warning instead of crash).
557
558 2007-08-11 [paul]       2.10.0cvs113
559
560         * src/addrgather.c
561         * src/folderview.c
562                 use 'subfolder' instead of 'sub-folder', matching
563                 everywhere else the term is used
564         * src/imap_gtk.c
565                 fix engrish
566
567 2007-08-10 [wwp]        2.10.0cvs112
568
569         * src/msgcache.c
570                 Disable mmap reads in Windows only (at least temporarily), they
571                 prevent from renaming/removing target cache files.
572
573 2007-08-10 [paul]
574
575         3.0.0-rc2 released
576
577 2007-08-10 [wwp]        2.10.0cvs111
578
579         * src/msgcache.c
580                 fix unpredictable crashes in Windows due to broken
581                 cache/mark/tags files writting (file were opened for
582                 writing in text mode).
583
584         * src/recv.c
585                 use gettimeofday() from w32lib.h on Windows.
586
587 2007-08-10 [colin]      2.10.0cvs110
588
589         * src/imap.c
590         * src/etpan/imap-thread.c
591         * src/etpan/imap-thread.h
592                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
593
594 2007-08-09 [colin]      2.10.0cvs109
595
596         * src/editldap.c
597                 Fix port being reset to 636 on SSL
598         * src/folder.c
599                 Fix folder_item_get_msg_num_by_file
600                 on drafts/queue folders
601
602 2007-08-09 [wwp]        2.10.0cvs108
603
604         * src/folder.c
605                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
606                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
607
608
609 2007-08-09 [colin]      2.10.0cvs107
610
611         * src/folderview.c
612         * src/summaryview.c
613         * src/gtk/prefswindow.c
614                 A few Maemo layout fixes
615
616 2007-08-09 [paul]       2.10.0cvs106
617
618         * src/prefs_account.c
619                 remove the hyphen from plug-ins to
620                 match everywhere else
621
622 2007-08-08 [wwp]        2.10.0cvs105
623
624         * src/prefs_folder_item.c
625                 Fix an extraneous stealth ^L char.
626
627 2007-08-08 [wwp]        2.10.0cvs104
628
629         * src/prefs_folder_item.c
630                 Better fix, group variables declarations (USE_ASPELL).
631
632 2007-08-08 [wwp]        2.10.0cvs103
633
634         * src/prefs_folder_item.c
635                 Fix compilation w/ USE_ASPELL set (broken
636                 by 2.10.0cvs102).
637
638 2007-08-08 [ticho]      2.10.0cvs102
639
640         * src/prefs_folder_item.c
641                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
642
643 2007-08-08 [colin]      2.10.0cvs101
644
645         * src/imap.c
646         * src/etpan/imap-thread.c
647         * src/etpan/imap-thread.h
648                 Close selected mailbox before doing
649                 status on it.
650
651 2007-08-08 [colin]      2.10.0cvs100
652
653         * src/html.c
654                 Complete symbol table, thanks to wwp.
655                 Fixes bug 1284, 'The html -> text 
656                 converter ignores entities'
657         * src/msgcache.c
658                 Fix possible fd leak
659
660 2007-08-08 [colin]      2.10.0cvs99
661
662         * src/imap.c
663                 Better way to fetch UIDs on non-UIDPLUS servers
664
665 2007-08-07 [colin]      2.10.0cvs98
666
667         * src/imap.c
668                 fix bug 1275, 'auto-saved draft messages not 
669                 always being removed'; Also, make multiple
670                 copy (in the same account) faster by matching
671                 source/destination message UIDs.
672         * src/messageview.c
673                 Don't try to reshow deleted mail
674         * src/msgcache.c
675                 Fix leak on error path
676
677 2007-08-07 [wwp]        2.10.0cvs97
678
679         * manual/account.xml
680         * manual/advanced.xml
681         * manual/fr/account.xml
682         * manual/fr/advanced.xml
683                 Updated the reference manual and the French translation to
684                 reflect 2.10.0cvs84: enable running folder Processing
685                 rules on demand.
686
687 2007-08-06 [wwp]        2.10.0cvs96
688
689         * src/prefs_common.c
690         * src/prefs_common.h
691         * src/textview.c
692                 Allow changing the emphasis color used to highlight
693                 the newsreader/x-mailer header value when it matches
694                 our preferred mail agent (hidden pref 'emphasis_col' added
695                 to clawsrc).
696
697 2007-08-06 [colin]      2.10.0cvs95
698
699         * src/compose.c
700         * src/compose.h
701                 Re-commit 2.10.0cvs86, with a protection
702                 against Pango bug. Also, try to fix 
703                 bug 1275, 'auto-saved draft messages not 
704                 always being removed'
705
706 2007-08-06 [wwp]        2.10.0cvs94
707
708         * src/gtk/quicksearch.c
709                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
710
711 2007-08-06 [ticho]      2.10.0cvs93
712
713         * src/prefs_account.c
714         * src/gtk/combobox.c
715                 Use GtkComboBox instead of GtkOptionMenu for privacy system
716                 selection in account preferences.
717
718 2007-08-06 [wwp]        2.10.0cvs92
719
720         * src/plugins/pgpcore/plugin.def
721                 Apply one more chunk from gpg4win's 03-w32-port patch.
722
723 2007-08-05 [colin]      2.10.0cvs91
724
725         * src/compose.c
726         * src/compose.h
727                 reverting buggy patch for now
728
729 2007-08-05 [colin]      2.10.0cvs90
730
731         * src/folder.c
732                 Fix slowdown
733
734 2007-08-04 [colin]      2.10.0cvs89
735
736         * src/prefs_summaries.c
737         * src/summary_search.c
738                 Replace deprecated widgets. Patch by
739                 Andrej.
740
741 2007-08-04 [colin]      2.10.0cvs88
742
743         * src/mh.c
744                 Refresh GUI only every 2000 mails on mh_get_last_num
745                 This is fast (readdir) and done only once per 
746                 session/folder
747
748 2007-08-03 [colin]      2.10.0cvs87
749
750         * src/prefs_account.c
751         * src/gtk/combobox.h
752         * src/gtk/gtkutils.c
753                 Fix a deprecated widget. Patch by
754                 Andrej
755
756 2007-08-03 [colin]      2.10.0cvs86
757
758         * src/compose.c
759         * src/compose.h
760                 Make colorisation and wrapping algorithms
761                 faster. Fixes bug 1246, 'compose becomes 
762                 increasingly slow replying to complex emails'
763
764 2007-08-03 [paul]       2.10.0cvs85
765
766         * src/mh.c
767                 keep the window painted
768
769 2007-08-02 [paul]       2.10.0cvs84
770
771         * src/folderview.c
772         * src/mainwindow.c
773         * src/mainwindow.h
774                 enable running folder Processing
775                 rules on demand
776
777 2007-08-02 [paul]       2.10.0cvs83
778
779         * src/textview.c
780                 speed up/clean up rendering of larger
781                 msgs
782                 Thanks to Colin
783
784 2007-08-01 [paul]       2.10.0cvs82
785
786         * src/mainwindow.h
787                 clean up cruft
788         * src/toolbar.c
789                 change default toolbar layout on maemo
790         * src/pixmaps/close.xpm
791                 make the red cross a grey cross
792         * src/pixmaps/jpilot.xpm
793                 make icon smaller so it fits better
794
795 2007-07-31 [paul]       2.10.0cvs81
796
797         * src/setup.c
798         * src/gtk/gtkutils.c
799                 fix crash on maemo on first launch
800
801 2007-07-30 [paul]       2.10.0cvs80
802
803         * src/prefs_matcher.c
804                 specify the units of age and size
805
806 2007-07-30 [paul]       2.10.0cvs79
807
808         * src/main.c
809                 Fix IMAP timeout setting
810
811 2007-07-30 [colin]      2.10.0cvs78
812
813         * src/prefs_account.c
814                 Fix a deprecated widget. Patch by
815                 Andrej
816
817 2007-07-27 [paul]       2.10.0cvs77
818
819         * src/matcher_parser_parse.y
820         * src/prefs_filtering_action.c
821         * src/prefs_matcher.c
822                 these changes forgotten in cvs74's
823                 'watch thread' feature
824
825 2007-07-27 [paul]       2.10.0cvs76
826
827         * src/compose.c
828                 fix potential crasher
829                 thanks to Colin
830
831 2007-07-27 [paul]       2.10.0cvs75
832
833         * src/mainwindow.c
834         * src/manual.c
835         * src/manual.h
836         * src/gtk/gtkutils.c
837                 make mainwindow's /Help/Manual point to the
838                 remote copy if the local copy doesn't exist
839
840 2007-07-27 [paul]       2.10.0cvs74
841
842         * src/Makefile.am
843         * src/filtering.c
844         * src/folder.c
845         * src/mainwindow.c
846         * src/matcher.c
847         * src/matcher.h
848         * src/matcher_parser_parse.y
849         * src/procmsg.c
850         * src/procmsg.h
851         * src/stock_pixmap.c
852         * src/stock_pixmap.h
853         * src/summaryview.c
854         * src/summaryview.h
855         * src/toolbar.c
856         * src/toolbar.h
857         * src/pixmaps/watchthread.xpm
858                 add 'watch thread' feature
859
860 2007-07-27 [paul]       2.10.0cvs73
861
862         * src/prefs_folder_item.c
863                 adjust labels, add tooltips
864
865 2007-07-27 [colin]      2.10.0cvs72
866
867         * src/summaryview.c
868                 Maemo: Remove less used menu items
869
870 2007-07-26 [colin]      2.10.0cvs71
871
872         * src/messageview.c
873                 Maemo: destroy messageview after trashing mail.
874                 Maybe should be done on X11 too
875
876 2007-07-26 [colin]      2.10.0cvs70
877
878         * src/folderview.c
879         * src/mainwindow.c
880         * src/prefs_common.c
881         * src/prefs_common.h
882         * src/summaryview.c
883                 Add View/Show or Hide/Column headers
884
885 2007-07-26 [colin]      2.10.0cvs69
886
887         * src/procmime.c
888                 Fix unwanted output
889
890 2007-07-26 [colin]      2.10.0cvs68
891
892         * src/ldapserver.c
893                 Fix possible crash on cache invalidation
894         * src/compose.c
895         * src/procmime.c
896         * src/procmime.h
897         * src/quote_fmt_parse.y
898                 Make replying to mails with big attachments
899                 much faster. Fixes bug 1224, 'The process of 
900                 Replying to emails with large attachments 
901                 seems unreasonably long...'
902
903 2007-07-26 [colin]      2.10.0cvs67
904
905         * src/mimeview.c
906         * src/matcher.c
907         * src/common/ssl.c
908                 Fix threads use on BSDs
909
910 2007-07-26 [paul]       2.10.0cvs66
911
912         * src/gtk/prefswindow.c
913                 fix account prefs breakage
914                 thanks to Colin
915
916 2007-07-26 [paul]       2.10.0cvs65
917
918         * configure.ac
919                 standardise ./configure --help messages
920
921 2007-07-26 [colin]      2.10.0cvs64
922
923         * src/addressbook.c
924         * src/editaddress.c
925                 Fix two vCard-related crashes
926
927 2007-07-25 [colin]      2.10.0cvs63
928
929         * src/inc.c
930         * src/prefs_common.c
931         * src/prefs_common.h
932         * src/prefs_receive.c
933                 Maemo: Add a better way to notify of
934                 new mails
935         * src/mainwindow.c
936         * src/statusbar.h
937         * src/summaryview.c
938         * src/toolbar.c
939                 Maemo: Various layout fixes
940         * src/gtk/prefswindow.c
941                 Maemo: Better prefs layout
942
943 2007-07-25 [paul]       2.10.0cvs62
944
945         * src/textview.c
946                 fix the layout on maemo
947                 thanks to Colin
948
949 2007-07-25 [iwkse]      2.10.0cvs61
950
951         * src/summaryview.c
952                 add 'o' shortcut on summaryview
953
954 2007-07-25 [iwkse]      2.10.0cvs60
955
956         * src/textview.c
957                 fix o shortcut
958
959 2007-07-24 [colin]      2.10.0cvs59
960
961         * src/mh.c
962                 Fix missing timestamp update on source
963                 folder when moving
964         * src/textview.c
965         * src/textview.h
966                 Better text layout on part's choices
967
968 2007-07-23 [colin]      2.10.0cvs58
969
970         * src/mimeview.c
971         * src/textview.c
972                 Maemo: Automatically choose the correct application
973                 to open parts
974         * src/gtk/quicksearch.c
975                 Make search run on GDK_KP_Enter too
976
977 2007-07-23 [wwp]        2.10.0cvs57
978
979         * src/quote_fmt_lex.l
980                 Revert accidentaly committed lines (account_sig) in
981                 2.10.0cvs56.
982
983 2007-07-23 [wwp]        2.10.0cvs56
984
985         * src/quote_fmt_lex.l
986                 Fix typos around long form expressions in the quote lexer.
987
988 2007-07-23 [paul]
989
990         3.0.0-rc1 released
991
992 2007-07-23 [colin]      2.10.0cvs55
993
994         * src/addr_compl.c
995                 Fix auto-completion on Maemo
996
997 2007-07-23 [colin]      2.10.0cvs54
998
999         * src/statusbar.c
1000                 Maemo: Fix sticking statusbars
1001
1002 2007-07-22 [colin]      2.10.0cvs53
1003
1004         * src/main.c
1005                 Maemo: Fix the strange "top_application" info
1006                 at startup. We should do something when 
1007                 receiving such a message.
1008
1009 2007-07-20 [paul]       2.10.0cvs52
1010
1011         * src/news_gtk.c
1012                 add missing #include "statusbar.h"
1013
1014 2007-07-20 [colin]      2.10.0cvs51
1015
1016         * src/folder.c
1017         * src/folder.h
1018         * src/folder_item_prefs.c
1019         * src/folder_item_prefs.h
1020         * src/folderview.c
1021         * src/imap.c
1022         * src/imap_gtk.c
1023         * src/imap_gtk.h
1024         * src/news.c
1025         * src/news_gtk.c
1026         * src/news_gtk.h
1027         * src/prefs_folder_item.c
1028                 Implement age-based caching: allow to
1029                 specify a threshold for the offline synchronisation
1030                 feature, and whether old cached bodies should 
1031                 be removed
1032         * src/toolbar.c
1033         * src/toolbar.h
1034                 Fix label/tooltips
1035         * src/plugins/dillo_viewer/dillo_viewer.c
1036                 Check that Dillo's installed
1037
1038 2007-07-20 [wwp]        2.10.0cvs50
1039
1040         * src/mimeview.c
1041         * src/stock_pixmap.c
1042                 Draw a frame around the selected mimeview part icon (instead of the
1043                 shifted 'dancing' icon).
1044
1045 2007-07-20 [colin]      2.10.0cvs49
1046
1047         * src/main.c
1048                 Unref stuff even on error
1049         * src/wizard.c
1050                 disconnect signals only at the very
1051                 end of the wizard save.
1052
1053 2007-07-20 [colin]      2.10.0cvs48
1054
1055         * src/mainwindow.c
1056         * src/messageview.c
1057         * src/toolbar.c
1058         * src/toolbar.h
1059                 Fix random crashes while navigating
1060                 (GTK_EVENTS_FLUSH)
1061
1062 2007-07-19 [colin]      2.10.0cvs47
1063
1064         * configure.ac
1065         * src/main.c
1066         * src/prefs_common.c
1067         * src/prefs_common.h
1068         * src/wizard.c
1069         * src/common/defs.h
1070         * src/common/utils.c
1071                 Maemo: add an easy way to store data (mails
1072                 and IMAP/NNTP caches) on one of the SD cards,
1073                 and protect against unmounts if needed
1074
1075 2007-07-19 [paul]       2.10.0cvs46
1076
1077         * src/Makefile.am
1078         * src/stock_pixmap.c
1079         * src/gtk/about.c
1080         * src/pixmaps/claws-mail_logo-small.xpm
1081                 implement a (slightly) different About
1082                 dialog for maemo and add a small version
1083                 of the logo for it
1084         * src/wizard.c
1085                 use a scrolled window for wizard page 1
1086                 on maemo
1087
1088 2007-07-19 [paul]       2.10.0cvs45
1089
1090         * src/Makefile.am
1091                 too soon for this line
1092
1093 2007-07-19 [paul]       2.10.0cvs44
1094
1095         * src/Makefile.am
1096                 fix build on n800
1097
1098 2007-07-19 [colin]      2.10.0cvs43
1099
1100         * src/wizard.c
1101                 Solve Mail/Mailbox name when specifying
1102                 full /path/to/Mail.
1103
1104 2007-07-18 [colin]      2.10.0cvs42
1105
1106         * src/inc.c
1107         * configure.ac
1108                 Fix build on n770
1109
1110 2007-07-18 [colin]      2.10.0cvs41
1111
1112         * src/inc.c
1113                 Maemo: plug the online/offline system into
1114                 maemo's interfaces to have Claws automatically
1115                 switch according to the system status
1116         * src/statusbar.c
1117                 Maemo: use HildonBanners to display status
1118                 messages. Renders the main statusbar useless.
1119
1120 2007-07-18 [paul]       2.10.0cvs40
1121
1122         * src/filtering.c
1123                 fix screen blanking on moving/copying many msgs
1124         * src/folder.c
1125                 fix processing progressbar and screen blanking
1126                 during processing
1127
1128 2007-07-18 [paul]       2.10.0cvs39
1129
1130         * src/messageview.c
1131                 revert cvs37, breakage on maemo
1132
1133 2007-07-18 [paul]       2.10.0cvs38
1134
1135         * src/gtk/gtkutils.c
1136                 make sure we can still build with older GTK's
1137
1138 2007-07-18 [colin]      2.10.0cvs37
1139
1140         * src/messageview.c
1141                 Only hide the small layout's messageview, instead
1142                 of destroying it when closing
1143         * src/gtk/gtkutils.c
1144                 Use gtk_window_present_with_time to popup windows,
1145                 it seems to make things better with modern WMs
1146                 (actually focusing)
1147
1148 2007-07-17 [colin]      2.10.0cvs36
1149
1150         * src/editaddress.c
1151                 Simplify layout on Maemo
1152         * src/folder.c
1153                 Fix possible crash
1154         * src/prefs_display_header.c
1155                 Remove some headers by default on Maemo
1156
1157 2007-07-17 [paul]       2.10.0cvs35
1158
1159         * src/prefs_common.c
1160         * src/prefs_common.h
1161         * src/prefs_logging.c
1162         * src/common/log.c
1163                 add options to stop/enable writing logs to disc
1164
1165 2007-07-17 [paul]       2.10.0cvs34
1166
1167         * src/edittags.c
1168                 fix some issues with the Apply tags window:
1169                 - set search column (enables autocompl in the treeview)
1170                 - apply tag from "New tag" if it existed
1171                 - clears New tag entry when adding it with the button
1172                 Thanks to Colin
1173
1174 2007-07-17 [paul]       2.10.0cvs33
1175
1176         * src/edittags.c
1177                 fix 'apply tags' dialogue weirdness
1178
1179 2007-07-16 [colin]      2.10.0cvs32
1180
1181         * src/toolbar.c
1182                 Fix double-loading of mails on Maemo
1183
1184 2007-07-16 [colin]      2.10.0cvs31
1185
1186         * src/messageview.c
1187                 Prevent double-loading of the same part under some
1188                 conditions; hide statusbar on Maemo
1189
1190 2007-07-16 [colin]      2.10.0cvs30
1191
1192         * src/edittags.c
1193         * src/edittags.h
1194         * src/mainwindow.c
1195         * src/summaryview.c
1196                 Improve the tag interface - allow
1197                 to set/unset tags from a special
1198                 window.
1199         * src/gtk/gtkvscrollbutton.c
1200         * src/mimeview.c
1201         * src/mimeview.h
1202         * src/stock_pixmap.c
1203                 Fix Mimeview's ugly hacks in the
1204                 icon list. 
1205
1206 2007-07-16 [paul]       2.10.0cvs29
1207
1208         * src/wizard.c
1209                 rework dialog
1210         * src/gtk/icon_legend.c
1211                 put it all in a scrolled window
1212
1213 2007-07-15 [colin]      2.10.0cvs28
1214
1215         * src/mainwindow.c
1216                 Maemo: force layout to be Small screen; the
1217                 others don't make sense
1218
1219 2007-07-14 [colin]      2.10.0cvs27
1220
1221         * src/mimeview.c
1222         * src/gtk/gtkvscrollbutton.c
1223                 Maemo: Fix mimeview's buttons size
1224
1225 2007-07-14 [colin]      2.10.0cvs26
1226
1227         * src/toolbar.c
1228                 Fix the button workaround fix.
1229                 (Use the correct variable)
1230
1231 2007-07-14 [colin]      2.10.0cvs25
1232
1233         * src/mainwindow.c
1234         * src/toolbar.c
1235                 Maemo: put the progress bar in the
1236                 toolbar
1237
1238 2007-07-14 [colin]      2.10.0cvs24
1239
1240         * src/prefs_common.c
1241                 Maemo: hide statusbar by default
1242         * src/Makefile.am
1243         * src/stock_pixmap.c
1244         * src/stock_pixmap.h
1245         * src/toolbar.c
1246         * src/pixmaps/go_folders.xpm
1247                 Maemo: Add a specific icon to go back to
1248                 folder list
1249
1250 2007-07-14 [colin]      2.10.0cvs23
1251
1252         * src/toolbar.c
1253                 Don't set homogeneous finally
1254
1255 2007-07-14 [colin]      2.10.0cvs22
1256
1257         * src/toolbar.c
1258                 Fix button show/hide issues
1259
1260 2007-07-14 [colin]      2.10.0cvs21
1261
1262         * src/toolbar.c
1263                 Fix huge arrows
1264                 Fix button workaround to be able to click
1265                 if mouse was on button when it went un-
1266                 sensitive.
1267                 Revert previous commit, gtk_tool_item_set_homogeneous
1268                 doesn't mean what it seems to mean ;-)
1269
1270 2007-07-14 [paul]       2.10.0cvs20
1271
1272         * src/toolbar.c
1273                 make homogeneous FALSE always
1274
1275 2007-07-13 [colin]      2.10.0cvs19
1276
1277         * src/toolbar.c
1278         * src/toolbar.h
1279                 Rework to fit the non-deprecated API
1280         * src/compose.c
1281         * src/folderview.c
1282         * src/mainwindow.c
1283         * src/messageview.c
1284         * src/summaryview.c
1285                 Maemo layout changes. Better toolbars,
1286                 removal of CTree headers. 
1287
1288 2007-07-13 [paul]       2.10.0cvs18
1289
1290         * src/gtk/colorlabel.c
1291                 fix bug 1261, '[DE] coloring messages in overview 
1292                 keys are not localised'
1293                 the string is now included in claws-mail.pot
1294
1295 2007-07-13 [colin]      2.10.0cvs17
1296
1297         * src/summaryview.c
1298                 Fix bug 1267, 'printing mutliple messages 
1299                 opens one message-dialog after the other'
1300                 Ask for confirmation when printing 10
1301                 messages or more.
1302
1303 2007-07-11 [colin]      2.10.0cvs16
1304
1305         * COPYING
1306         * README
1307         * autogen.sh
1308         * manual/claws-mail-manual.xml
1309         * manual/gpl.xml
1310         * manual/es/claws-mail-manual.xml
1311         * manual/es/gpl.xml
1312         * manual/fr/claws-mail-manual.xml
1313         * manual/fr/gpl.xml
1314         * manual/pl/gpl.xml
1315         * src/account.c
1316         * src/account.h
1317         * src/action.c
1318         * src/action.h
1319         * src/adbookbase.h
1320         * src/addr_compl.c
1321         * src/addr_compl.h
1322         * src/addrbook.c
1323         * src/addrbook.h
1324         * src/addrcache.c
1325         * src/addrcache.h
1326         * src/addrcindex.c
1327         * src/addrcindex.h
1328         * src/addrclip.c
1329         * src/addrclip.h
1330         * src/addrdefs.h
1331         * src/addressadd.c
1332         * src/addressadd.h
1333         * src/addressbook.c
1334         * src/addressbook.h
1335         * src/addressbook_foldersel.c
1336         * src/addressbook_foldersel.h
1337         * src/addressitem.h
1338         * src/addrgather.c
1339         * src/addrgather.h
1340         * src/addrharvest.c
1341         * src/addrharvest.h
1342         * src/addrindex.c
1343         * src/addrindex.h
1344         * src/addritem.c
1345         * src/addritem.h
1346         * src/addrquery.c
1347         * src/addrquery.h
1348         * src/addrselect.c
1349         * src/addrselect.h
1350         * src/alertpanel.c
1351         * src/alertpanel.h
1352         * src/browseldap.c
1353         * src/browseldap.h
1354         * src/codeconv.c
1355         * src/codeconv.h
1356         * src/compose.c
1357         * src/compose.h
1358         * src/crash.c
1359         * src/crash.h
1360         * src/customheader.c
1361         * src/customheader.h
1362         * src/displayheader.c
1363         * src/displayheader.h
1364         * src/editaddress.c
1365         * src/editaddress.h
1366         * src/editaddress_other_attributes_ldap.c
1367         * src/editaddress_other_attributes_ldap.h
1368         * src/editbook.c
1369         * src/editbook.h
1370         * src/editgroup.c
1371         * src/editgroup.h
1372         * src/editjpilot.c
1373         * src/editjpilot.h
1374         * src/editldap.c
1375         * src/editldap.h
1376         * src/editldap_basedn.c
1377         * src/editldap_basedn.h
1378         * src/edittags.c
1379         * src/edittags.h
1380         * src/editvcard.c
1381         * src/editvcard.h
1382         * src/enriched.c
1383         * src/enriched.h
1384         * src/exphtmldlg.c
1385         * src/exphtmldlg.h
1386         * src/expldifdlg.c
1387         * src/expldifdlg.h
1388         * src/export.c
1389         * src/export.h
1390         * src/exporthtml.c
1391         * src/exporthtml.h
1392         * src/exportldif.c
1393         * src/exportldif.h
1394         * src/filtering.c
1395         * src/filtering.h
1396         * src/folder.c
1397         * src/folder.h
1398         * src/folder_item_prefs.c
1399         * src/folder_item_prefs.h
1400         * src/foldersel.c
1401         * src/foldersel.h
1402         * src/folderutils.c
1403         * src/folderutils.h
1404         * src/folderview.c
1405         * src/folderview.h
1406         * src/gedit-print.c
1407         * src/gedit-print.h
1408         * src/grouplistdialog.c
1409         * src/grouplistdialog.h
1410         * src/headerview.c
1411         * src/headerview.h
1412         * src/html.c
1413         * src/html.h
1414         * src/image_viewer.c
1415         * src/image_viewer.h
1416         * src/imap.c
1417         * src/imap.h
1418         * src/imap_gtk.c
1419         * src/imap_gtk.h
1420         * src/import.c
1421         * src/import.h
1422         * src/importldif.c
1423         * src/importldif.h
1424         * src/importmutt.c
1425         * src/importmutt.h
1426         * src/importpine.c
1427         * src/importpine.h
1428         * src/inc.c
1429         * src/inc.h
1430         * src/jpilot.c
1431         * src/jpilot.h
1432         * src/ldapctrl.c
1433         * src/ldapctrl.h
1434         * src/ldaplocate.c
1435         * src/ldaplocate.h
1436         * src/ldapquery.c
1437         * src/ldapquery.h
1438         * src/ldapserver.c
1439         * src/ldapserver.h
1440         * src/ldapupdate.c
1441         * src/ldapupdate.h
1442         * src/ldaputil.c
1443         * src/ldaputil.h
1444         * src/ldif.c
1445         * src/ldif.h
1446         * src/localfolder.c
1447         * src/localfolder.h
1448         * src/main.c
1449         * src/main.h
1450         * src/mainwindow.c
1451         * src/mainwindow.h
1452         * src/manual.c
1453         * src/manual.h
1454         * src/matcher.c
1455         * src/matcher.h
1456         * src/matcher_parser.h
1457         * src/matcher_parser_lex.l
1458         * src/matcher_parser_parse.y
1459         * src/mbox.c
1460         * src/mbox.h
1461         * src/message_search.c
1462         * src/message_search.h
1463         * src/messageview.c
1464         * src/messageview.h
1465         * src/mh.c
1466         * src/mh.h
1467         * src/mh_gtk.c
1468         * src/mh_gtk.h
1469         * src/mimeview.c
1470         * src/mimeview.h
1471         * src/msgcache.c
1472         * src/msgcache.h
1473         * src/mutt.c
1474         * src/mutt.h
1475         * src/news.c
1476         * src/news.h
1477         * src/news_gtk.c
1478         * src/news_gtk.h
1479         * src/noticeview.c
1480         * src/noticeview.h
1481         * src/partial_download.c
1482         * src/partial_download.h
1483         * src/pine.c
1484         * src/pine.h
1485         * src/pop.c
1486         * src/pop.h
1487         * src/prefs_account.c
1488         * src/prefs_account.h
1489         * src/prefs_actions.c
1490         * src/prefs_actions.h
1491         * src/prefs_common.c
1492         * src/prefs_common.h
1493         * src/prefs_compose_writing.c
1494         * src/prefs_compose_writing.h
1495         * src/prefs_customheader.c
1496         * src/prefs_customheader.h
1497         * src/prefs_display_header.c
1498         * src/prefs_display_header.h
1499         * src/prefs_ext_prog.c
1500         * src/prefs_ext_prog.h
1501         * src/prefs_filtering.c
1502         * src/prefs_filtering.h
1503         * src/prefs_filtering_action.c
1504         * src/prefs_filtering_action.h
1505         * src/prefs_folder_column.c
1506         * src/prefs_folder_column.h
1507         * src/prefs_folder_item.c
1508         * src/prefs_folder_item.h
1509         * src/prefs_fonts.c
1510         * src/prefs_fonts.h
1511         * src/prefs_gtk.c
1512         * src/prefs_gtk.h
1513         * src/prefs_image_viewer.c
1514         * src/prefs_image_viewer.h
1515         * src/prefs_logging.c
1516         * src/prefs_logging.h
1517         * src/prefs_matcher.c
1518         * src/prefs_matcher.h
1519         * src/prefs_message.c
1520         * src/prefs_message.h
1521         * src/prefs_msg_colors.c
1522         * src/prefs_msg_colors.h
1523         * src/prefs_other.c
1524         * src/prefs_other.h
1525         * src/prefs_quote.c
1526         * src/prefs_quote.h
1527         * src/prefs_receive.c
1528         * src/prefs_receive.h
1529         * src/prefs_send.c
1530         * src/prefs_send.h
1531         * src/prefs_spelling.c
1532         * src/prefs_spelling.h
1533         * src/prefs_summaries.c
1534         * src/prefs_summaries.h
1535         * src/prefs_summary_column.c
1536         * src/prefs_summary_column.h
1537         * src/prefs_summary_open.c
1538         * src/prefs_summary_open.h
1539         * src/prefs_template.c
1540         * src/prefs_template.h
1541         * src/prefs_themes.c
1542         * src/prefs_themes.h
1543         * src/prefs_toolbar.c
1544         * src/prefs_toolbar.h
1545         * src/prefs_wrapping.c
1546         * src/prefs_wrapping.h
1547         * src/privacy.c
1548         * src/privacy.h
1549         * src/procheader.c
1550         * src/procheader.h
1551         * src/procmime.c
1552         * src/procmime.h
1553         * src/procmsg.c
1554         * src/procmsg.h
1555         * src/quote_fmt.c
1556         * src/quote_fmt_lex.l
1557         * src/quote_fmt_parse.y
1558         * src/recv.c
1559         * src/recv.h
1560         * src/remotefolder.c
1561         * src/remotefolder.h
1562         * src/send_message.c
1563         * src/send_message.h
1564         * src/setup.c
1565         * src/setup.h
1566         * src/simple-gettext.c
1567         * src/sourcewindow.c
1568         * src/sourcewindow.h
1569         * src/ssl_manager.c
1570         * src/ssl_manager.h
1571         * src/statusbar.c
1572         * src/statusbar.h
1573         * src/stock_pixmap.c
1574         * src/stock_pixmap.h
1575         * src/summary_search.c
1576         * src/summary_search.h
1577         * src/summaryview.c
1578         * src/summaryview.h
1579         * src/textview.c
1580         * src/textview.h
1581         * src/toolbar.c
1582         * src/toolbar.h
1583         * src/undo.c
1584         * src/undo.h
1585         * src/unmime.c
1586         * src/unmime.h
1587         * src/uri_opener.c
1588         * src/uri_opener.h
1589         * src/vcard.c
1590         * src/vcard.h
1591         * src/wizard.c
1592         * src/wizard.h
1593         * src/common/base64.c
1594         * src/common/base64.h
1595         * src/common/claws.c
1596         * src/common/claws.h
1597         * src/common/defs.h
1598         * src/common/fnmatch.c
1599         * src/common/fnmatch.h
1600         * src/common/fnmatch_loop.c
1601         * src/common/hooks.c
1602         * src/common/hooks.h
1603         * src/common/log.c
1604         * src/common/log.h
1605         * src/common/md5.c
1606         * src/common/md5.h
1607         * src/common/mgutils.c
1608         * src/common/mgutils.h
1609         * src/common/nntp.c
1610         * src/common/nntp.h
1611         * src/common/passcrypt.c
1612         * src/common/passcrypt.h.in
1613         * src/common/plugin.c
1614         * src/common/plugin.h
1615         * src/common/prefs.c
1616         * src/common/prefs.h
1617         * src/common/progressindicator.c
1618         * src/common/progressindicator.h
1619         * src/common/quoted-printable.c
1620         * src/common/quoted-printable.h
1621         * src/common/session.c
1622         * src/common/session.h
1623         * src/common/smtp.c
1624         * src/common/smtp.h
1625         * src/common/socket.c
1626         * src/common/socket.h
1627         * src/common/ssl.c
1628         * src/common/ssl.h
1629         * src/common/ssl_certificate.c
1630         * src/common/ssl_certificate.h
1631         * src/common/string_match.c
1632         * src/common/string_match.h
1633         * src/common/stringtable.c
1634         * src/common/stringtable.h
1635         * src/common/tags.c
1636         * src/common/tags.h
1637         * src/common/template.c
1638         * src/common/template.h
1639         * src/common/timing.h
1640         * src/common/utils.c
1641         * src/common/utils.h
1642         * src/common/uuencode.c
1643         * src/common/uuencode.h
1644         * src/common/version.h.in
1645         * src/common/w32_dirent.c
1646         * src/common/w32_reg.c
1647         * src/common/w32_signal.c
1648         * src/common/w32_stat.c
1649         * src/common/w32_stdlib.c
1650         * src/common/w32_string.c
1651         * src/common/w32_time.c
1652         * src/common/w32_unistd.c
1653         * src/common/w32_wait.c
1654         * src/common/w32lib.h
1655         * src/common/xml.c
1656         * src/common/xml.h
1657         * src/common/xmlprops.c
1658         * src/common/xmlprops.h
1659         * src/etpan/etpan-errors.h
1660         * src/etpan/etpan-thread-manager-types.h
1661         * src/etpan/etpan-thread-manager.c
1662         * src/etpan/etpan-thread-manager.h
1663         * src/etpan/imap-thread.c
1664         * src/etpan/imap-thread.h
1665         * src/gtk/about.c
1666         * src/gtk/about.h
1667         * src/gtk/colorlabel.c
1668         * src/gtk/colorlabel.h
1669         * src/gtk/colorsel.c
1670         * src/gtk/colorsel.h
1671         * src/gtk/combobox.c
1672         * src/gtk/combobox.h
1673         * src/gtk/description_window.c
1674         * src/gtk/description_window.h
1675         * src/gtk/filesel.c
1676         * src/gtk/filesel.h
1677         * src/gtk/foldersort.c
1678         * src/gtk/foldersort.h
1679         * src/gtk/gtkaspell.c
1680         * src/gtk/gtkaspell.h
1681         * src/gtk/gtksctree.c
1682         * src/gtk/gtkshruler.c
1683         * src/gtk/gtkshruler.h
1684         * src/gtk/gtksourceprintjob.c
1685         * src/gtk/gtksourceprintjob.h
1686         * src/gtk/gtkutils.c
1687         * src/gtk/gtkutils.h
1688         * src/gtk/gtkvscrollbutton.c
1689         * src/gtk/gtkvscrollbutton.h
1690         * src/gtk/icon_legend.c
1691         * src/gtk/icon_legend.h
1692         * src/gtk/inputdialog.c
1693         * src/gtk/inputdialog.h
1694         * src/gtk/logwindow.c
1695         * src/gtk/logwindow.h
1696         * src/gtk/manage_window.c
1697         * src/gtk/manage_window.h
1698         * src/gtk/menu.c
1699         * src/gtk/menu.h
1700         * src/gtk/pluginwindow.c
1701         * src/gtk/pluginwindow.h
1702         * src/gtk/prefswindow.c
1703         * src/gtk/prefswindow.h
1704         * src/gtk/progressdialog.c
1705         * src/gtk/progressdialog.h
1706         * src/gtk/quicksearch.c
1707         * src/gtk/quicksearch.h
1708         * src/gtk/sslcertwindow.c
1709         * src/gtk/sslcertwindow.h
1710         * src/plugins/bogofilter/bogofilter.c
1711         * src/plugins/bogofilter/bogofilter.h
1712         * src/plugins/bogofilter/bogofilter_gtk.c
1713         * src/plugins/clamav/clamav_plugin.c
1714         * src/plugins/clamav/clamav_plugin.h
1715         * src/plugins/clamav/clamav_plugin_gtk.c
1716         * src/plugins/demo/demo.c
1717         * src/plugins/dillo_viewer/dillo_prefs.c
1718         * src/plugins/dillo_viewer/dillo_prefs.h
1719         * src/plugins/dillo_viewer/dillo_viewer.c
1720         * src/plugins/pgpcore/passphrase.c
1721         * src/plugins/pgpcore/passphrase.h
1722         * src/plugins/pgpcore/pgp_viewer.c
1723         * src/plugins/pgpcore/pgp_viewer.h
1724         * src/plugins/pgpcore/plugin.c
1725         * src/plugins/pgpcore/prefs_gpg.c
1726         * src/plugins/pgpcore/prefs_gpg.h
1727         * src/plugins/pgpcore/select-keys.c
1728         * src/plugins/pgpcore/select-keys.h
1729         * src/plugins/pgpcore/sgpgme.c
1730         * src/plugins/pgpcore/sgpgme.h
1731         * src/plugins/pgpinline/pgpinline.c
1732         * src/plugins/pgpinline/pgpinline.h
1733         * src/plugins/pgpinline/plugin.c
1734         * src/plugins/pgpmime/pgpmime.c
1735         * src/plugins/pgpmime/pgpmime.h
1736         * src/plugins/pgpmime/plugin.c
1737         * src/plugins/spamassassin/spamassassin.c
1738         * src/plugins/spamassassin/spamassassin.h
1739         * src/plugins/spamassassin/spamassassin_gtk.c
1740         * src/plugins/trayicon/trayicon.c
1741         * src/plugins/trayicon/trayicon_prefs.c
1742         * src/plugins/trayicon/trayicon_prefs.h
1743         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1744         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1745         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1746         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1747         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1748         * tools/OOo2claws-mail.pl
1749         * tools/README.sylprint
1750         * tools/acroread2claws-mail.pl
1751         * tools/claws-mail-compose-insert-files.pl
1752         * tools/convert_mbox.pl
1753         * tools/filter_conv.pl
1754         * tools/filter_conv_new.pl
1755         * tools/fix_date.sh
1756         * tools/freshmeat_search.pl
1757         * tools/google_search.pl
1758         * tools/kmail-mailbox2claws-mail.pl
1759         * tools/kmail2claws-mail.pl
1760         * tools/kmail2claws-mail_v2.pl
1761         * tools/mairix.sh
1762         * tools/make.themes.project
1763         * tools/multiwebsearch.pl
1764         * tools/nautilus2claws-mail.sh
1765         * tools/outlook2claws-mail.pl
1766         * tools/textviewer.sh
1767         * tools/thunderbird-filters-convertor.pl
1768         * tools/update-po
1769         * tools/uuooffice
1770         * tools/vcard2xml.py
1771         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1772                 Upgrade to GPLv3 or later.
1773
1774 2007-07-10 [wwp]        2.10.0cvs15
1775
1776         * src/main.c
1777                 Fix re-opening of all composing messages that were
1778                 opened when closing the previous instance, thanks
1779                 to Colin.
1780
1781 2007-07-10 [paul]       2.10.0cvs14
1782
1783         * src/editaddress_other_attributes_ldap.c
1784         * src/ldapupdate.c
1785                 fix crash on selecting 'other attributes' combo
1786                 for either a new entry or an old entry with no
1787                 existing attributes.
1788                 fix bug on editing multiple attributes which
1789                 resulted them all having the value of the last
1790                 one changed.
1791                 Thanks to Colin
1792
1793 2007-07-10 [colin]      2.10.0cvs13
1794
1795         * src/editaddress.c
1796         * src/editaddress_other_attributes_ldap.h
1797         * src/ldapupdate.c
1798                 Fix --disable-ldap build
1799
1800 2007-07-09 [colin]      2.10.0cvs12
1801
1802         * src/Makefile.am
1803         * src/addritem.c
1804         * src/addritem.h
1805         * src/editaddress.c
1806         * src/editaddress_other_attributes_ldap.c
1807         * src/editaddress_other_attributes_ldap.h
1808         * src/editldap.c
1809         * src/ldapctrl.c
1810         * src/ldapctrl.h
1811         * src/ldapupdate.c
1812                 Add capability to edit all inetOrgPerson
1813                 attributes on LDAP. Patch by Michael 
1814                 Rasmussen
1815
1816 2007-07-09 [colin]      2.10.0cvs11
1817
1818         * src/Makefile.am
1819         * src/exporthtml.c
1820         * src/mbox.c
1821         * src/msgcache.c
1822         * src/prefs_summaries.c
1823         * src/prefs_themes.c
1824         * src/procheader.c
1825         * src/common/Makefile.am
1826         * src/common/log.c
1827         * src/common/timing.h
1828         * src/common/utils.c
1829         * src/common/utils.h
1830         * src/common/w32_account.c
1831         * src/common/w32lib.h
1832         * src/gtk/Makefile.am
1833         * src/gtk/colorlabel.c
1834         * src/plugins/pgpcore/Makefile.am
1835         * src/plugins/pgpcore/claws.def
1836         * src/plugins/pgpcore/passphrase.c
1837         * src/plugins/pgpcore/pgp_viewer.c
1838         * src/plugins/pgpcore/plugin.def
1839         * src/plugins/pgpcore/sgpgme.c
1840         * src/plugins/pgpinline/Makefile.am
1841         * src/plugins/pgpinline/claws.def
1842         * src/plugins/pgpinline/mypgpcore.def
1843         * src/plugins/pgpinline/plugin.def
1844         * src/plugins/pgpmime/Makefile.am
1845         * src/plugins/pgpmime/claws.def
1846         * src/plugins/pgpmime/mypgpcore.def
1847         * src/plugins/pgpmime/plugin.def
1848                 Commit win32 patch, from Werner Koch and
1849                 Marcus Brinkmann
1850
1851 2007-07-09 [colin]      2.10.0cvs10
1852
1853         * src/prefs_toolbar.c
1854                 Fix crash when no actions exist
1855
1856 2007-07-07 [paul]       2.10.0cvs9
1857
1858         * COPYING
1859         * manual/claws-mail-manual.xml
1860                 update copyright year
1861         * po/fi.po
1862                 updated by Flammie Pirinen
1863
1864 2007-07-05 [wwp]        2.10.0cvs8
1865
1866         * src/plugins/clamav/clamav_plugin_gtk.c
1867                 Make vertical spacing like in other plugin prefs pages.
1868
1869 2007-07-05 [wwp]        2.10.0cvs7
1870
1871         * src/quote_fmt.c
1872                 It's %am that works, not %ae (this doc incoherence has been
1873                 introduced with 2.9.2cvs13).
1874
1875 2007-07-04 [wwp]        2.10.0cvs6
1876
1877         * src/plugins/bogofilter/bogofilter.c
1878                 Gettext-ize an occurrence of "Any" that wasn't.
1879
1880 2007-07-04 [colin]      2.10.0cvs5
1881
1882         * po/POTFILES.in
1883                 Fix untranslated strings; thanks
1884                 to Pader Rezso.
1885
1886 2007-07-03 [colin]      2.10.0cvs4
1887
1888         * src/folder.c
1889         * src/mainwindow.c
1890                 Fix saving of sort mode for tags and
1891                 thread date. Thanks to Pierre Ossman.
1892                 Completes fix for bug 1233
1893
1894 2007-07-03 [paul]       2.10.0cvs3
1895
1896         * src/compose.c
1897                 fix auto-save
1898         * src/summaryview.c
1899                 fix build warnings
1900         Thanks to Colin
1901
1902 2007-07-02 [colin]      2.10.0cvs2
1903
1904         * src/folder.h
1905         * src/mainwindow.c
1906         * src/procmsg.h
1907         * src/summaryview.c
1908                 Add View/Sort/by Thread date
1909                 Fixes bug 1233, 'Capability to sort 
1910                 threads by most recent message'
1911                 Based on a patch by Paul Rolland
1912
1913 2007-07-02 [colin]      2.10.0cvs1
1914
1915         * src/Makefile.am
1916         * src/compose.c
1917         * src/edittags.c
1918         * src/edittags.h
1919         * src/filtering.c
1920         * src/folder.c
1921         * src/folder.h
1922         * src/headerview.c
1923         * src/headerview.h
1924         * src/main.c
1925         * src/mainwindow.c
1926         * src/mainwindow.h
1927         * src/manual.h
1928         * src/matcher.c
1929         * src/matcher.h
1930         * src/matcher_parser_parse.y
1931         * src/mimeview.c
1932         * src/msgcache.c
1933         * src/msgcache.h
1934         * src/prefs_common.c
1935         * src/prefs_common.h
1936         * src/prefs_filtering_action.c
1937         * src/prefs_matcher.c
1938         * src/prefs_summary_column.c
1939         * src/procmsg.c
1940         * src/procmsg.h
1941         * src/quote_fmt.c
1942         * src/quote_fmt_lex.l
1943         * src/quote_fmt_parse.y
1944         * src/summaryview.c
1945         * src/summaryview.h
1946         * src/textview.c
1947         * src/common/Makefile.am
1948         * src/common/defs.h
1949         * src/common/tags.c
1950         * src/common/tags.h
1951         * src/gtk/quicksearch.c
1952         * src/gtk/quicksearch.h
1953                 Add Tags implementation. Tags are arbitrary labels
1954                 that can be applied to messages. It is possible 
1955                 to create, edit, remove tags; apply them to mails;
1956                 filter on tags or tag presence; apply or unset
1957                 tags via filtering actions; reference tags in
1958                 reply templates.
1959
1960 2007-07-02 [paul]       2.10.0
1961
1962         * NEWS
1963         * README
1964         * RELEASE_NOTES
1965                 2.10.0 released
1966
1967 2007-07-02 [paul]       2.9.2cvs78
1968
1969         * po/de.po
1970         * po/en_GB.po
1971         * po/es.po
1972         * po/fr.po
1973         * po/hu.po
1974         * po/pt_BR.po
1975         * po/ru.po
1976         * po/zh_CN.po
1977                 updated by Stephan Sachse, me, Ricardo Mones
1978                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1979                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1980
1981 2007-07-02 [paul]       2.9.2cvs77
1982
1983         * AUTHORS
1984                 updated
1985
1986 2007-06-29 [wwp]        2.9.2cvs76
1987
1988         * src/gtk/headers.h
1989                 Fix a typo (thanks to Ricardo for finding this out).
1990
1991 2007-06-28 [paul]       2.9.2cvs75
1992
1993         * src/folderview.c
1994                 fix build warnings
1995
1996 2007-06-28 [paul]       2.9.2cvs74
1997
1998         * tools/Makefile.am
1999                 fix bug in the autotools build system.
2000                 Files cataloged under EXTRA_DIST were never
2001                 automatically copied to the build tree.
2002                 (fix 'make distcheck')
2003                 Patch by Michael Rasmussen.
2004
2005 2007-06-24 [colin]      2.9.2cvs73
2006
2007         * src/news_gtk.c
2008                 Fix bug 1249, 'Error handling for 
2009                 news errors needs modification'
2010                 Only popup error if the according
2011                 pref in Prefs/Receive is set.
2012
2013 2007-06-21 [colin]      2.9.2cvs72
2014
2015         * src/common/plugin.c
2016         * src/common/plugin.h
2017                 Change plugin API to know whether it's safe to 
2018                 unload plugins or whether we should just hide
2019                 them. Fixes bug 1248, 'Core dumps after 
2020                 unloading plugin and clicking on load plugins'
2021         * src/plugins/bogofilter/bogofilter.c
2022         * src/plugins/clamav/clamav_plugin.c
2023         * src/plugins/demo/demo.c
2024         * src/plugins/dillo_viewer/dillo_viewer.c
2025         * src/plugins/pgpcore/plugin.c
2026         * src/plugins/pgpinline/plugin.c
2027         * src/plugins/pgpmime/plugin.c
2028         * src/plugins/spamassassin/spamassassin.c
2029         * src/plugins/trayicon/trayicon.c
2030                 Update API
2031
2032 2007-06-19 [colin]      2.9.2cvs71
2033
2034         * src/compose.c
2035         * src/messageview.c
2036                 Fix crash mentioned in bug 1246
2037                 Race condition when automatically drafting
2038                 due to insertion on reedit.
2039
2040 2007-06-18 [wwp]        2.9.2cvs70
2041
2042         * src/importldif.c
2043                 LDIF import: use a "Proceed" button to complete
2044                 the process.
2045
2046 2007-06-18 [paul]       2.9.2cvs69
2047
2048         * configure.ac
2049                 use pkgconfig to check for gtk and glib
2050
2051 2007-06-17 [wwp]        2.9.2cvs68
2052
2053         * src/ldif.c
2054         * src/importldif.c
2055                 LDIF import: better error handling, minor code
2056                 and UI cleanup, and renamed the Save button
2057                 to Close, as imported stuff is already saved
2058                 when the Save button is shown.
2059
2060 2007-06-17 [colin]      2.9.2cvs67
2061
2062         * src/prefs_summaries.c
2063         * src/procmsg.c
2064                 Don't set as read when forwarded, only replied to
2065
2066 2007-06-17 [paul]       2.9.2cvs66
2067
2068         * src/alertpanel.c
2069                 add missing #include
2070
2071 2007-06-16 [colin]      2.9.2cvs65
2072
2073         * src/prefs_summaries.c
2074         * src/procmsg.c
2075                 Change the pref "Only mark as read when opened
2076                 in new window" to "..., replied to or forwarded".
2077                 Based on a patch by Paul Rolland.
2078
2079 2007-06-16 [paul]       2.9.2cvs64
2080
2081         * src/gtk/authors.h
2082                 alphabetical order! :)
2083
2084 2007-06-16 [colin]      2.9.2cvs63
2085
2086         * AUTHORS
2087         * src/gtk/authors.h
2088                 Add Michael Rasmussen in authors list
2089
2090 2007-06-16 [colin]      2.9.2cvs62
2091
2092         * src/messageview.c
2093                 Fix messageview_copy_clipboard to take advantage
2094                 of plugins' get_selection.
2095
2096 2007-06-15 [colin]      2.9.2cvs61
2097
2098         * src/action.c
2099         * src/addr_compl.c
2100         * src/addressbook.c
2101         * src/folderview.c
2102         * src/message_search.c
2103         * src/mimeview.c
2104         * src/summary_search.c
2105         * src/summaryview.c
2106         * src/textview.c
2107                 Allow GDK_KP_Enter to do the same as GDK_Return
2108                 Patch by Michael Rasmussen
2109
2110 2007-06-15 [paul]       2.9.2cvs60
2111
2112         * src/compose.c
2113                 fix bug when closing a compose window
2114                 during autosave
2115
2116 2007-06-14 [paul]       2.9.2cvs59
2117
2118         * src/main.c
2119         * src/common/defs.h
2120                 migrate sylpheed config
2121
2122 2007-06-14 [wwp]        2.9.2cvs58
2123
2124         * src/gtk/pluginwindow.c
2125                 Yet another attempt to fix sizing/alignment of the
2126                 button bar in plugins window.
2127
2128 2007-06-12 [colin]      2.9.2cvs57
2129
2130         * po/POTFILES.in
2131         * src/Makefile.am
2132         * src/folderview.c
2133         * src/prefs_common.c
2134         * src/prefs_common.h
2135         * src/prefs_summaries.c
2136         * src/prefs_summary_open.c
2137         * src/prefs_summary_open.h
2138         * src/summaryview.c
2139                 Make "when entering a folder" actions more personalisable
2140
2141 2007-06-12 [wwp]        2.9.2cvs56
2142
2143         * tools/README
2144                 Use short description from Paul (mairix.sh).
2145
2146 2007-06-12 [wwp]        2.9.2cvs55
2147
2148         * tools/README
2149                 Updated info about mairix.sh.
2150
2151 2007-06-11 [paul]       2.9.2cvs54
2152
2153         * src/prefs_logging.c
2154                 rework log window length widgets
2155                 and some sensitivity fixes
2156
2157 2007-06-11 [paul]       2.9.2cvs53
2158
2159         * src/mainwindow.c
2160         * src/prefs_logging.c
2161                 rename 'Protocol Log' to 'Network Log'
2162                 and some function renaming
2163
2164 2007-06-10 [wwp]        2.9.2cvs52
2165
2166         * src/gtk/pluginwindow.c
2167                 Revert 2.9.2cvs51.
2168
2169 2007-06-10 [wwp]        2.9.2cvs51
2170
2171         * src/gtk/pluginwindow.c
2172                 Fix button bar in plugin window, was centered and not
2173                 behaving like other dialogs w/ such button bar.
2174
2175 2007-06-08 [wwp]        2.9.2cvs50
2176
2177         * src/compose.c
2178         * src/compose.h
2179         * src/main.c
2180         * src/mainwindow.c
2181         * src/mainwindow.h
2182                 Provide a way out of automatic draft saving on IMAP, when
2183                 exiting offline.
2184                 Prevent drafting while sending and quitting while sending.
2185                 Thanks for Colin.
2186
2187
2188
2189 2007-06-08 [wwp]        2.9.2cvs49
2190
2191         * src/prefs_account.c
2192         * src/gtk/prefswindow.c
2193         * src/gtk/prefswindow.h
2194                 Activate the Basic page when opening account prefs.
2195
2196 2007-06-08 [wwp]        2.9.2cvs48
2197
2198         * src/common/socket.c
2199                 Don't crash if fork() fails, thanks to Colin.
2200
2201 2007-06-08 [wwp]        2.9.2cvs47
2202
2203         * src/gtk/prefswindow.c
2204                 Wrap some long lines, and reset horizontal scroller's adjusment
2205                 (this was already done, vertically), when changing tab (not page)
2206                 in prefs windows.
2207
2208 2007-06-08 [paul]       2.9.2cvs46
2209
2210         * src/common/utils.c
2211                 use gethostname() instead of uname()
2212                 based on a patch by Michael Hughes
2213                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2214
2215 2007-06-07 [wwp]        2.9.2cvs45
2216
2217         * src/prefs_common.c
2218                 Fix some useless warnings, thanks to Colin.
2219
2220 2007-06-06 [colin]      2.9.2cvs44
2221
2222         * src/ldapupdate.c
2223                 Fix strange allocations. 
2224
2225 2007-06-06 [colin]      2.9.2cvs43
2226
2227         * src/ldapupdate.c
2228                 Patch by Michael Rasmussus to help
2229                 bug 1232
2230
2231 2007-06-05 [wwp]        2.9.2cvs42
2232
2233         * src/prefs_account.c
2234         * src/prefs_folder_item.c
2235         * src/prefs_quote.c
2236         * src/quote_fmt.c
2237         * src/quote_fmt.h
2238                 Per-folder templates can now be applied recursively.
2239                 Always save per-folder templates (formats were erroneously
2240                 saved only if they were enabled).
2241                 Check for validity of quotation marks everywhere there
2242                 are defined.
2243
2244 2007-06-05 [wwp]        2.9.2cvs41
2245
2246         * src/inc.c
2247                 Fix incoming messages from local accounts always getting filtered
2248                 (even if the account prefs say don't), thanks to Colin.
2249
2250 2007-06-05 [wwp]        2.9.2cvs40
2251
2252         * src/compose.c
2253         * src/compose.h
2254                 Use per-folder/per-account quote chars when applying a
2255                 template or inserting text as well. Const'ify some
2256                 vars more.
2257
2258 2007-06-04 [colin]      2.9.2cvs39
2259
2260         * src/compose.c
2261                 More work for wwp :)
2262
2263 2007-06-04 [wwp]        2.9.2cvs38
2264
2265         * src/compose.c
2266                 Same as 2.9.2cvs36 but for forwarding.
2267
2268 2007-06-04 [colin]      2.9.2cvs37
2269
2270         * src/compose.c
2271                 Use original mail file for forward/redirect
2272                 Fixes some forwarded mails to be attached as
2273                 application/octet-stream (when they have binary
2274                 parts), and incidentally fixes bug 848
2275                 'Redirect breaks GnuPG'
2276
2277 2007-06-04 [wwp]        2.9.2cvs36
2278
2279         * src/compose.c
2280                 Fix quote mark mis-initialisation when replying/forwarding
2281                 (introduced w/ 2.9.2cvs20).
2282
2283 2007-06-04 [wwp]        2.9.2cvs35
2284
2285         * src/prefs_compose_writing.c
2286         * src/prefs_quote.c
2287                 Fix a bug where Quotation characters (prefs/compose/writing)
2288                 was cleared (introduced w/ 2.9.2cvs26).
2289
2290 2007-06-04 [wwp]        2.9.2cvs34
2291
2292         * src/prefs_account.c
2293         * src/prefs_account.h
2294                 Better fix for compiling w/o aspell (rollbacks
2295                 2.9.2cvs31).
2296
2297 2007-06-04 [wwp]        2.9.2cvs33
2298
2299         * src/account.c
2300         * src/prefs_account.c
2301         * src/prefs_account.h
2302         * src/procmsg.c
2303                 It's now possible to disable mail filtering plugins
2304                 on a per-account basis.
2305
2306 2007-06-04 [wwp]        2.9.2cvs32
2307
2308         * src/procheader.c
2309         * src/common/utils.c
2310         * src/common/utils.h
2311                 Support CRLF in headers part of messages.
2312                 Support few more date formats (RFC3339 subsets).
2313
2314 2007-06-04 [wwp]        2.9.2cvs31
2315
2316         * src/prefs_account.c
2317                 Fix compiling w/o aspell support.
2318
2319 2007-06-03 [wwp]        2.9.2cvs30
2320
2321         * src/prefs_gtk.c
2322                 Don't decode leading ENV_ and ~ in P_PASSWORD
2323                 values.
2324
2325 2007-06-03 [wwp]        2.9.2cvs29
2326
2327         * src/prefs_gtk.c
2328                 Don't decode leading ENV_ and ~ in P_PASSWORD
2329                 values.
2330
2331 2007-06-03 [wwp]        2.9.2cvs28
2332
2333         * src/prefs_account.c
2334         * src/gtk/prefswindow.c
2335         * src/gtk/prefswindow.h
2336                 Added a way to force preloading of all pages
2337                 (prefswindow).
2338                 Moved tabs to pages in account prefs.
2339
2340 2007-06-02 [colin]      2.9.2cvs27
2341
2342         * src/addressbook.c
2343                 Fix possible crash, fix ldap write bugs
2344         * src/ldapupdate.c
2345                 Fix ldap write bugs - patch by Michael
2346                 Rasmussen
2347         * src/alertpanel.c
2348         * src/alertpanel.h
2349                 Add a hook whenever alertpanel opens/closes
2350
2351 2007-05-31 [wwp]        2.9.2cvs26
2352
2353         * src/prefs_compose_writing.c
2354         * src/prefs_quote.c
2355                 Re-organized writing options a bit:
2356                  - renamed the Quoting page to Templates
2357                  - moved all composing templates to that page
2358                  - moved non-templates options to the Writing one,
2359                    grouped reply-related options, reordered reply and
2360                    forward options.
2361
2362 2007-05-31 [wwp]        2.9.2cvs25
2363
2364         * src/compose.c
2365                 Removed unused code.
2366
2367 2007-05-31 [colin]      2.9.2cvs24
2368
2369         * src/addressbook.c
2370                 Fix missing display name when modifying
2371                 LDAP. Patch by Michael Rasmussen
2372
2373 2007-05-31 [wwp]        2.9.2cvs23
2374
2375         * src/plugins/bogofilter/Makefile.am
2376         * src/plugins/clamav/Makefile.am
2377         * src/plugins/demo/Makefile.am
2378         * src/plugins/dillo_viewer/Makefile.am
2379         * src/plugins/spamassassin/Makefile.am
2380                 Fix building of those plugins in Mac OS X.
2381
2382 2007-05-30 [wwp]        2.9.2cvs22
2383
2384         * src/gtk/quicksearch.c
2385                 Fix missing initialization.
2386
2387 2007-05-30 [wwp]        2.9.2cvs21
2388
2389         * src/procheader.c
2390                 Revert accidental commit (debug outputs).
2391
2392 2007-05-30 [wwp]        2.9.2cvs20
2393
2394         * src/compose.c
2395         * src/folder_item_prefs.c
2396         * src/folder_item_prefs.h
2397         * src/prefs_account.c
2398         * src/prefs_account.h
2399         * src/prefs_folder_item.c
2400         * src/prefs_gtk.c
2401         * src/prefs_gtk.h
2402                 Implemented per-account and per-folder
2403                 compose/reply/forward formats.
2404
2405 2007-05-30 [wwp]        2.9.2cvs19
2406
2407         * src/prefs_compose_writing.c
2408         * src/prefs_quote.c
2409         * src/procheader.c
2410         * src/quote_fmt.c
2411         * src/quote_fmt.h
2412                 Internal API changes (factorize quote format
2413                 prefs and checks).
2414
2415 2007-05-30 [colin]      2.9.2cvs18
2416
2417         * src/compose.c
2418                 Fix race where it's possible to re-click Send
2419                 between end of SMTP session and end of "move to
2420                 sent folder" when sending an email with send
2421                 dialog enabled.
2422
2423 2007-05-30 [colin]      2.9.2cvs17
2424
2425         * src/crash.c
2426                 Ask for backtrace on all threads. Patch by
2427                 Pawel
2428         * src/folderview.c
2429                 Fix stale news statusbar when scanning fails.
2430                 Patch by Pawel
2431         * src/ldapupdate.c
2432                 Fix some LDAP write updates bugs. Patch
2433                 by Michael Rasmussen
2434
2435 2007-05-29 [colin]      2.9.2cvs16
2436
2437         * src/imap.c
2438                 Fix loss of local flags when moving mails
2439                 on IMAP in high-bandwidth mode (UID FETCH)
2440
2441 2007-05-25 [paul]       2.9.2cvs15
2442
2443         * src/common/socket.c
2444                 fix sometimes crasher on cancelling
2445                 message sending
2446
2447 2007-05-25 [colin]      2.9.2cvs14
2448
2449         * src/imap.c
2450                 Fix a memory leak
2451         * src/imap_gtk.c
2452                 Be more helpful in the subscription
2453                 message
2454
2455 2007-05-23 [wwp]        2.9.2cvs13
2456
2457         * src/compose.c
2458         * src/prefs_compose_writing.c
2459         * src/prefs_quote.c
2460         * src/prefs_template.c
2461         * src/prefs_template.h
2462         * src/quote_fmt.c
2463         * src/quote_fmt.h
2464         * src/quote_fmt_lex.l
2465         * src/quote_fmt_parse.y
2466                 Introduced new syntax elements (symbols and commands)
2467                 in templates/quote_fmt. Compatibility w/ old
2468                 symbols is kept.
2469                 Updated and reworked the corresponding Information
2470                 dialog.
2471                 Display the line number in dialogs that talk about
2472                 parser errors (in addition to the error message in
2473                 output).
2474
2475 2007-05-23 [wwp]        2.9.2cvs12
2476
2477         * src/quote_fmt_parse.y
2478                 Fix 2.9.2cvs11, probably a paste accident ;).
2479
2480 2007-05-23 [wwp]        2.9.2cvs11
2481
2482         * src/compose.c
2483         * src/prefs_template.c
2484         * src/quote_fmt.h
2485         * src/quote_fmt_parse.y
2486                 Fix 2.9.2cvs10, which broke --disable-aspell.
2487
2488 2007-05-22 [wwp]        2.9.2cvs10
2489
2490         * src/compose.c
2491         * src/prefs_template.c
2492         * src/quote_fmt.c
2493         * src/quote_fmt.h
2494         * src/quote_fmt_lex.l
2495         * src/quote_fmt_parse.y
2496         * src/gtk/gtkaspell.c
2497         * src/gtk/gtkaspell.h
2498                 Added template/quote format syntactical elements
2499                 to show and query:
2500                         - current dictionary
2501                           %T to show (shows empty if not set or not enabled),
2502                           ?T and !T to check if the default dictionary is
2503                           enabled and set
2504                         - current account's default dictionary
2505                           %aT to show (empty if not set or not enabled),
2506                           ?aT and !aT to check if it's enabled and set
2507                         - name completion for an address, from the address
2508                           book
2509                           %ABf, %ABt, %ABc respectively show the full name got
2510                           from the address book if From, To or Cc match a single
2511                           contact.
2512                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2513                           matches any contact and if the full name is non-empty.
2514                           If From, To or Cc are lists of email addresses, only
2515                           the first address will be checked.
2516                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2517                 that could show a trailing ','.
2518                 Also, template/quote_fmt parser now shows the line number in case
2519                 of parser error.
2520
2521 2007-05-15 [colin]      2.9.2cvs9
2522
2523         * src/main.c
2524         * src/main.h
2525                 Add a public function to know whether Claws
2526                 crashed last time
2527                 Store opened folder when exiting
2528         * src/folder.c
2529         * src/folder.h
2530                 Store last opened message in each FolderItem;
2531                 Reset last seen messages if Claws crashed, so 
2532                 that one can't go in an infinite crash in case 
2533                 a particular mail crashes Claws.
2534         * src/messageview.c
2535         * src/prefs_common.c
2536         * src/prefs_common.h
2537         * src/summaryview.c
2538         * src/prefs_summaries.c
2539                 Add "Select last opened message" when entering
2540                 a folder
2541                 Add "Select last opened folder" at startup.
2542
2543 2007-05-14 [colin]      2.9.2cvs8
2544
2545         * manual/xml2pdf
2546                 Fix bashism, search for xml catalog 
2547                 in /usr/local/share/xml/catalog too
2548                 Patch by Pawel
2549
2550 2007-05-13 [wwp]        2.9.2cvs7
2551
2552         * src/gtk/logwindow.c
2553                 fix raising log windows when they are either minimized or
2554                 in background.
2555
2556 2007-05-11 [colin]      2.9.2cvs6
2557
2558         * src/gtk/filesel.c
2559                 Use Hildon's file chooser on Maemo. Patch
2560                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2561                 'File attachment "manipulation" bugs...'
2562
2563 2007-05-10 [wwp]        2.9.2cvs5
2564
2565         * src/prefs_common.c
2566         * src/prefs_common.h
2567         * src/gtk/quicksearch.c
2568                 Add a quicksearch option to automatically run
2569                 a search selected from the history (this option
2570                 is exclusive towards type-ahead).
2571
2572 2007-05-10 [colin]      2.9.2cvs4
2573
2574         * src/imap.c
2575                 Fix g_warnings, thanks to Brian
2576                 Morrison
2577
2578 2007-05-09 [colin]      2.9.2cvs3
2579
2580         * src/crash.c
2581         * src/exporthtml.c
2582         * src/mbox.c
2583         * src/prefs_summaries.c
2584         * src/procheader.c
2585         * src/common/log.c
2586         * src/common/utils.c
2587         * src/gtk/gtksourceprintjob.c
2588         * src/gtk/sslcertwindow.c
2589                 Use the re-entrant variant of time functions
2590                 Probably fixes bug 1217, 'reentrancy problems 
2591                 with time functions'
2592
2593 2007-05-09 [colin]      2.9.2cvs2
2594
2595         * src/imap.c
2596                 Fix crasher when reconnection fails
2597
2598 2007-05-08 [paul]       2.9.2cvs1
2599
2600         * NEWS
2601         * README
2602         * RELEASE_NOTES
2603         * configure.ac
2604                 bump version number following
2605                 stable release
2606
2607 2007-05-08 [paul]       2.9.1cvs48
2608
2609         * src/plugins/demo/demo.c
2610         * src/plugins/dillo_viewer/dillo_prefs.c
2611         * src/plugins/dillo_viewer/dillo_prefs.h
2612         * src/plugins/dillo_viewer/dillo_viewer.c
2613         * src/plugins/pgpcore/pgp_viewer.c
2614         * src/plugins/pgpcore/pgp_viewer.h
2615         * src/plugins/pgpcore/plugin.c
2616         * src/plugins/pgpcore/prefs_gpg.c
2617         * src/plugins/pgpcore/prefs_gpg.h
2618         * src/plugins/pgpcore/sgpgme.c
2619         * src/plugins/pgpcore/sgpgme.h
2620         * src/plugins/pgpinline/plugin.c
2621         * src/plugins/pgpmime/pgpmime.c
2622         * src/plugins/pgpmime/pgpmime.h
2623         * src/plugins/pgpmime/plugin.c
2624         * src/plugins/spamassassin/spamassassin.c
2625         * src/plugins/spamassassin/spamassassin.h
2626         * src/plugins/spamassassin/spamassassin_gtk.c
2627         * src/plugins/trayicon/README
2628         * tools/README
2629         * tools/README.sylprint
2630         * tools/outlook2claws-mail.pl
2631         * tools/sylprint.pl
2632         * tools/tb2claws-mail
2633         * tools/tbird2claws.py
2634         * tools/update-po
2635         * tools/vcard2xml.py
2636         * tools/kdeservicemenu/README
2637                 cleanups and corrections
2638
2639 2007-05-06 [wwp]        2.9.1cvs47
2640
2641         * tools/uudec
2642                 Fix missing dash to `display` command-line, reported
2643                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2644
2645 2007-05-06 [colin]      2.9.1cvs46
2646
2647         * src/Makefile.am
2648         * src/stock_pixmap.c
2649         * src/stock_pixmap.h
2650         * src/pixmaps/printer.xpm
2651                 Add a printer icon
2652
2653 2007-05-06 [paul]       2.9.1cvs45
2654
2655         * src/compose.c
2656         * src/ldapquery.c
2657         * src/privacy.h
2658         * src/summary_search.c
2659         * src/summaryview.c
2660                 fix build warnings
2661
2662 2007-05-05 [wwp]        2.9.1cvs44
2663
2664         * src/messageview.c
2665         * src/mh.c
2666         * src/prefs_actions.c
2667         * src/prefs_gtk.c
2668         * src/summaryview.c
2669         * src/common/xml.c
2670                 Fix "faild" typos everywhere and capitalization of
2671                 some g_warnings.
2672
2673 2007-05-04 [colin]      2.9.1cvs43
2674
2675         * src/compose.c
2676         * src/privacy.c
2677         * src/privacy.h
2678         * src/plugins/pgpcore/prefs_gpg.c
2679         * src/plugins/pgpcore/prefs_gpg.h
2680         * src/plugins/pgpinline/pgpinline.c
2681         * src/plugins/pgpmime/pgpmime.c
2682                 Add an API to warn about encryption limits,
2683                 and allow to disable these warnings
2684
2685 2007-05-03 [colin]      2.9.1cvs42
2686
2687         * src/summaryview.c
2688         * src/mainwindow.c
2689                 Fix bug 1213, 'Delete more than 
2690                 one thread at once'
2691
2692 2007-05-03 [wwp]        2.9.1cvs41
2693
2694         * src/prefs_common.c
2695         * src/prefs_filtering.c
2696         * src/prefs_template.c
2697         * src/common/template.c
2698         * src/common/template.h
2699         * src/gtk/gtkutils.c
2700         * src/gtk/gtkutils.h
2701                 Templates are no longer automatically sorted
2702                 by name, but can be sorted manually using
2703                 |< < > >| buttons as well as drag'n'drop.
2704
2705 2007-05-03 [wwp]        2.9.1cvs40
2706
2707         * src/plugins/spamassassin/spamassassin.c
2708         * src/plugins/spamassassin/spamassassin.h
2709         * src/plugins/spamassassin/spamassassin_gtk.c
2710         * src/plugins/bogofilter/bogofilter.c
2711         * src/plugins/bogofilter/bogofilter.h
2712         * src/plugins/bogofilter/bogofilter_gtk.c
2713                 Added an option to conditionally mark saved spam
2714                 as read (default is and was to do so).
2715                 Satisfies feature request 1708539 on sf.net tracker.
2716
2717 2007-05-03 [colin]      2.9.1cvs39
2718
2719         * src/inc.c
2720                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2721
2722 2007-05-02 [colin]      2.9.1cvs38
2723
2724         * src/textview.c
2725                 Fix bug 1209, 'Clicking on address 
2726                 in header (mailto uri) selects 
2727                 default account'. Patch adapted from
2728                 G.P. Halkes' patch.
2729
2730 2007-05-02 [colin]      2.9.1cvs37
2731
2732         * src/grouplistdialog.c
2733                 Set cursor to wait cursor while loading
2734                 groups.
2735
2736 2007-05-02 [paul]       2.9.1cvs36
2737
2738         * src/folder.c
2739         * src/common/defs.h
2740                 rename cache and mark files
2741                 (data is preserved)
2742
2743 2007-04-30 [paul]       2.9.1cvs35
2744
2745         * manual/glossary.xml
2746         * manual/plugins.xml
2747                 updates. Patch by Ricardo
2748
2749 2007-04-29 [wwp]        2.9.1cvs34
2750
2751         * src/mainwindow.c
2752         * configure.ac
2753                 Fix few grammatical errors (patch by David Relson < relson at
2754                 osagesoftware dot com >).
2755
2756 2007-04-28 [colin]      2.9.1cvs33
2757
2758         * src/account.c
2759         * src/pop.c
2760         * src/prefs_account.c
2761         * src/prefs_account.h
2762                 Drop the "Download all" preference. It's
2763                 stupidly useless and confuses people from
2764                 time to time.
2765
2766 2007-04-27 [wwp]        2.9.1cvs32
2767
2768         * src/account.c
2769         * src/prefs_account.c
2770         * src/prefs_account.h
2771                 Don't reflect accounts changes to the mainwindow when it's
2772                 not necessary.
2773
2774 2007-04-27 [colin]      2.9.1cvs31
2775
2776         * src/folder.c
2777                 Freeze/thaw when sync'ing flags
2778         * src/imap.c
2779         * src/prefs_account.c
2780         * src/prefs_account.h
2781         * src/etpan/imap-thread.c
2782         * src/etpan/imap-thread.h
2783                 Add a way to use UID FETCH instead
2784                 of searches to fetch message lists
2785                 and flags. More expensive towards
2786                 bandwidth, less expensive towards
2787                 server's CPU. Probably fixes 
2788                 bug 1158, 'Scanning new folders on 
2789                 Exchange 2007 extremely slow'.
2790                 Patch 95% by Hoa.
2791
2792 2007-04-27 [paul]       2.9.1cvs30
2793
2794         * src/mainwindow.c
2795         * src/prefs_logging.c
2796                 improvements to english usage
2797
2798 2007-04-27 [colin]      2.9.1cvs29
2799
2800         * src/imap.c
2801                 Fix build without libetpan (my bad!)
2802
2803 2007-04-26 [colin]      2.9.1cvs28
2804
2805         * src/imap.c
2806         * src/imap.h
2807                 Fix uselessly exported function
2808         * src/textview.c
2809                 Consider "- -- \n" as signature separator
2810                 (that's what signature separators look like
2811                  in PGP/Inline signed mails)
2812
2813 2007-04-26 [colin]      2.9.1cvs27
2814
2815         * configure.ac
2816                 libetpan-0.49 is now required
2817         * src/procmime.c
2818                 Fix double fetching of mails if
2819                 first try failed
2820         * src/imap.c
2821                 Make offline sync faster, by
2822                 remembering last change time, and
2823                 last sync time.
2824
2825 2007-04-26 [hoa]        2.9.1cvs26
2826
2827         * src/imap.c
2828         * src/imap.h
2829         * src/mainwindow.c
2830         * src/toolbar.c
2831         * src/etpan/imap-thread.c
2832         * src/etpan/imap-thread.h
2833                 cancellation of IMAP operations is now allowed.
2834                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2835
2836 2007-04-26 [colin]      2.9.1cvs25
2837
2838         * src/folder.c
2839                 Always fetch body+headers in folders that are
2840                 synched for offline use, if "Synchronise as
2841                 soon as possible" is set.
2842                 Fixes bug 1200, 'Add option to always retrieve full 
2843                 messages'
2844
2845 2007-04-25 [colin]      2.9.1cvs24
2846
2847         * src/compose.c
2848                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2849                 persists...'
2850
2851 2007-04-24 [colin]      2.9.1cvs23
2852
2853         * src/folderview.c
2854                 Fix bug 1195, 'Hardware key navigation' 
2855                 Make GDK_Enter toggle expansion (Maemo)
2856
2857 2007-04-24 [wwp]        2.9.1cvs22
2858
2859         * src/compose.c
2860                 Fix few compiler warnings.
2861
2862 2007-04-24 [paul]       2.9.1cvs21
2863
2864         * src/Makefile.am
2865         * src/stock_pixmap.c
2866         * src/stock_pixmap.h
2867                 complete last commit
2868
2869 2007-04-24 [paul]       2.9.1cvs20
2870
2871         * src/gtk/about.c
2872         * src/pixmaps/active.xpm
2873         * src/pixmaps/checkbox_off.xpm
2874         * src/pixmaps/checkbox_on.xpm
2875         * src/pixmaps/inactive.xpm
2876                 kick out the blobs
2877                 remove transparent border from checkbox icons
2878
2879 2007-04-24 [wwp]        2.9.1cvs19
2880
2881         * src/textview.c
2882         * src/textview.h
2883                 Fix a crash in textview, thanks to Colin.
2884
2885 2007-04-23 [wwp]        2.9.1cvs18
2886
2887         * src/prefs_common.c
2888                 Fix 2.9.1cvs5: no header was being translated at all.
2889
2890 2007-04-23 [colin]      2.9.1cvs17
2891
2892         * src/Makefile.am
2893         * src/stock_pixmap.c
2894         * src/stock_pixmap.h
2895         * src/summaryview.c
2896         * src/summaryview.h
2897         * src/gtk/gtksctree.c
2898         * src/gtk/gtksctree.h
2899         * src/pixmaps/selection.xpm
2900                 Fix bug 1193, 'Need a way to multi-select
2901                 items'. Add a toggle button to the summaryview
2902                 to switch between normal and multiple selection
2903                 (Maemo)
2904
2905 2007-04-23 [colin]      2.9.1cvs16
2906
2907         * src/Makefile.am
2908         * src/stock_pixmap.c
2909         * src/stock_pixmap.h
2910         * src/summaryview.c
2911         * src/summaryview.h
2912         * src/gtk/gtksctree.c
2913         * src/gtk/gtksctree.h
2914         * src/pixmaps/selection.xpm
2915                 Fix bug 1193, 'Need a way to multi-
2916                 select items'
2917                 Add a toggle button in the summaryview
2918                 to enable normal or multiple selection.
2919                 (Maemo)
2920
2921 2007-04-23 [colin]      2.9.1cvs15
2922
2923         * src/compose.c
2924                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2925
2926 2007-04-21 [colin]      2.9.1cvs14
2927
2928         * src/gtk/quicksearch.c
2929                 Fix previous commit (actually use correct
2930                 parameter)
2931
2932 2007-04-21 [colin]      2.9.1cvs13
2933
2934         * src/gtk/quicksearch.c
2935                 Fix changing quicksearch type (after Esc,
2936                 after changing Recursive, ...)
2937
2938 2007-04-20 [wwp]        2.9.1cvs12
2939
2940         * src/gtk/Makefile.am
2941                 Added headers.h (completes 2.9.1cvs5).
2942
2943 2007-04-20 [wwp]        2.9.1cvs11
2944
2945         * src/addressbook.c
2946                 Fix the use of display name in name column,
2947                 it has been overriden w/ the use of nickname
2948                 by 2.9.0cvs3. Now nickname is used (if any)
2949                 in case of LDAP books only.
2950
2951 2007-04-20 [colin]      2.9.1cvs10
2952
2953         * src/mimeview.c
2954         * src/summaryview.c
2955         * src/textview.c
2956                 Add handling of 'a' to loop in a mail's
2957                 mimeparts
2958
2959 2007-04-20 [colin]      2.9.1cvs9
2960
2961         * src/toolbar.c
2962                 Fix bug 1190, 'dir_open' button doesn't work'
2963                 (Maemo)
2964
2965 2007-04-20 [colin]      2.9.1cvs8
2966
2967         * src/folderview.c
2968         * src/mainwindow.c
2969                 Fix bug 1194, 'Hardware keys move from email 
2970                 list to account/directory list, but not back 
2971                 to email list...' (Maemo)
2972
2973 2007-04-20 [colin]      2.9.1cvs7
2974
2975         * src/compose.h
2976                 complete previous commit
2977
2978 2007-04-20 [colin]      2.9.1cvs6
2979
2980         * src/compose.c
2981                 Fix bug 1187, 'Reply-to addressee disappears 
2982                 when reply-to text box is clicked...' (Maemo)
2983
2984 2007-04-20 [wwp]        2.9.1cvs5
2985
2986         * po/POTFILES.in
2987         * src/addressbook.c
2988         * src/compose.c
2989         * src/filtering.c
2990         * src/headerview.c
2991         * src/matcher.c
2992         * src/prefs_common.c
2993         * src/prefs_common.h
2994         * src/prefs_display_header.c
2995         * src/prefs_matcher.c
2996         * src/summaryview.c
2997         * src/gtk/headers.h
2998         * src/gtk/quicksearch.c
2999                 Translate more header names according to the relevant option value,
3000                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3001                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3002                 to prefs_common_translated_header_name().
3003                 Added a headers.h reference file that contains known header names
3004                 (RFC2822 and others) to the translation process' input, so that
3005                 translated header names will still exist even if no occurrence of
3006                 _("headername") is found anymore in the sources.
3007                 Don't translate column name 'Number' following to trans_hdr option
3008                 value as it's not a header name.
3009
3010 2007-04-20 [colin]      2.9.1cvs4
3011
3012         * src/gtk/quicksearch.c
3013         * src/gtk/quicksearch.h
3014                 Add "From, To or Subject" quicksearch
3015                 type. Patch by ulfschaper@users.sf.net
3016
3017 2007-04-20 [colin]      2.9.1cvs3
3018
3019         * src/matcher.c
3020                 Implement proper references filtering condition.
3021                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3022
3023 2007-04-19 [wwp]        2.9.1cvs2
3024
3025         * src/prefs_display_header.c
3026         * src/message_search.c
3027                 Fix few warnings (g_free of const gchar*).
3028
3029 2007-04-19 [paul]       2.9.1cvs1
3030
3031         * NEWS
3032         * README
3033         * RELEASE_NOTES
3034         * configure.ac
3035                 bump version number following
3036                 stable release
3037
3038 2007-04-19 [paul]       2.9.0cvs9
3039
3040         * manual/advanced.xml
3041         * manual/glossary.xml
3042                 fix typos
3043
3044 2007-04-18 [paul]       2.9.0cvs8
3045
3046         * src/pop.c
3047                 fix for CVE-2007-1558 (APOP)
3048                 Thanks to Colin
3049
3050 2007-04-18 [paul]       2.9.0cvs7
3051
3052         * src/messageview.c
3053         * src/mimeview.c
3054         * src/summaryview.c
3055         * src/gtk/filesel.c
3056                 Fix encoding woes wrt saving of
3057                 mails and parts
3058                 Thanks to Colin
3059
3060 2007-04-18 [colin]      2.9.0cvs6
3061
3062         * src/gtk/pluginwindow.c
3063                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3064
3065 2007-04-17 [wwp]        2.9.0cvs5
3066
3067         * src/addressadd.c
3068         * src/addressbook.c
3069         * src/addrindex.c
3070         * src/ldapupdate.c
3071                 Fix --disable-ldap build,
3072                 fix some LDAP annoyances on 
3073                 searches, thanks to Colin.
3074
3075 2007-04-17 [wwp]        2.9.0cvs4
3076
3077         * src/ldapupdate.c
3078                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3079                 like gcc 2.9x. Thanks to Colin.
3080
3081 2007-04-17 [wwp]        2.9.0cvs3
3082
3083         * src/Makefile.am
3084         * src/addressadd.c
3085         * src/addressbook.c
3086         * src/addrindex.c
3087         * src/addritem.c
3088         * src/addritem.h
3089         * src/editaddress.c
3090         * src/ldapctrl.c
3091         * src/ldapctrl.h
3092         * src/ldapquery.c
3093         * src/ldapserver.c
3094         * src/ldapserver.h
3095         * src/ldapupdate.c
3096         * src/ldapupdate.h
3097                 Add LDAP write support. Patch mostly by 
3098                 Michael <mir at datanom dot net>
3099
3100 2007-04-17 [wwp]        2.9.0cvs2
3101
3102         * src/compose.c
3103                 Prepend "Add to address book" to the context menu of compose window's sender and
3104                 recipient fields.
3105
3106 2007-04-16 [paul]       2.9.0cvs1
3107
3108         * src/gtk/authors.h
3109                 add Pader Rezso
3110
3111 2007-04-16 [paul]       2.9.0
3112
3113         * NEWS
3114         * README
3115         * RELEASE_NOTES
3116                 2.9.0 released
3117
3118 2007-04-16 [paul]       2.8.1cvs102
3119
3120         * po/fr.po
3121                 updated by Fabien Vantard
3122
3123 2007-04-16 [paul]       2.8.1cvs101
3124
3125         * po/ca.po
3126         * po/cs.po
3127         * po/de.po
3128         * po/hu.po
3129         * po/pl.po
3130         * po/pt_BR.po
3131         * po/sr.po
3132         * po/zh_CN.po
3133                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3134                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3135                 Aleksandar Urosevic, and Ralgh Young
3136
3137 2007-04-15 [mones]      2.8.1cvs100
3138
3139         * po/es.po
3140                 Updated for release
3141
3142 2007-04-14 [colin]      2.8.1cvs99
3143
3144         * src/message_search.c
3145         * src/prefs_display_header.c
3146         * src/summary_search.c
3147         * src/gtk/combobox.c
3148                 Fix allocations
3149
3150 2007-04-14 [wwp]        2.8.1cvs98
3151
3152         * src/gtk/combobox.c
3153         * src/message_search.c
3154         * src/summary_search.c
3155         * src/prefs_display_header.c
3156                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3157                 returns NULL, get the text value directly from the GtkEntry child.
3158
3159 2007-04-13 [colin]      2.8.1cvs97
3160
3161         * src/gtk/quicksearch.c
3162                 Give the focus back to summaryview when
3163                 emptying the quicksearch with Esc
3164
3165 2007-04-13 [colin]      2.8.1cvs96
3166
3167         * src/message_search.c
3168         * src/prefs_display_header.c
3169         * src/summary_search.c
3170                 Fix possibles crashes when getting text
3171                 from gtk combos
3172
3173 2007-04-13 [colin]      2.8.1cvs95
3174
3175         * src/pop.c
3176                 Add some UIDL debugging
3177
3178 2007-04-12 [colin]      2.8.1cvs94
3179
3180         * src/folder.c
3181                 Force folder scan if necessary after
3182                 copying mails, to be able to reapply
3183                 flags.
3184
3185 2007-04-11 [colin]      2.8.1cvs93
3186
3187         * src/main.c
3188                 don't scan for new mail on startup if --select
3189                 is specified (or race conditions arise). If so,
3190                 do both sequentially.
3191
3192 2007-04-09 [colin]      2.8.1cvs92
3193
3194         * src/common/defs.h
3195                 Use leafpad by default on Maemo. Patch
3196                 by Jean-Luc Biord.
3197
3198 2007-04-06 [colin]      2.8.1cvs91
3199
3200         * src/pixmaps/queue_close.xpm
3201         * src/pixmaps/queue_close_hrm.xpm
3202         * src/pixmaps/queue_close_hrm_mark.xpm
3203         * src/pixmaps/queue_close_mark.xpm
3204         * src/pixmaps/queue_open.xpm
3205         * src/pixmaps/queue_open_hrm.xpm
3206         * src/pixmaps/queue_open_hrm_mark.xpm
3207         * src/pixmaps/queue_open_mark.xpm
3208                 Move the clock one pixel down :)
3209
3210 2007-04-05 [colin]      2.8.1cvs90
3211
3212         * src/mainwindow.c
3213                 Don't sync when switching offline from
3214                 command line - it's usually too late :)
3215
3216 2007-04-05 [paul]       2.8.1cvs89
3217
3218         * src/Makefile.am
3219         * src/stock_pixmap.c
3220         * src/pixmaps/dir_close_hrm.xpm
3221         * src/pixmaps/dir_close_hrm_mark.xpm
3222         * src/pixmaps/drafts_close.xpm
3223         * src/pixmaps/drafts_close_mark.xpm
3224         * src/pixmaps/drafts_open.xpm
3225         * src/pixmaps/drafts_open_mark.xpm
3226         * src/pixmaps/inbox.xpm
3227         * src/pixmaps/inbox_close.xpm
3228         * src/pixmaps/inbox_close_hrm.xpm
3229         * src/pixmaps/inbox_close_hrm_mark.xpm
3230         * src/pixmaps/inbox_close_mark.xpm
3231         * src/pixmaps/inbox_hrm.xpm
3232         * src/pixmaps/inbox_hrm_mark.xpm
3233         * src/pixmaps/inbox_mark.xpm
3234         * src/pixmaps/inbox_open.xpm
3235         * src/pixmaps/inbox_open_hrm.xpm
3236         * src/pixmaps/inbox_open_hrm_mark.xpm
3237         * src/pixmaps/inbox_open_mark.xpm
3238         * src/pixmaps/outbox.xpm
3239         * src/pixmaps/outbox_close.xpm
3240         * src/pixmaps/outbox_close_hrm.xpm
3241         * src/pixmaps/outbox_close_hrm_mark.xpm
3242         * src/pixmaps/outbox_close_mark.xpm
3243         * src/pixmaps/outbox_hrm.xpm
3244         * src/pixmaps/outbox_hrm_mark.xpm
3245         * src/pixmaps/outbox_mark.xpm
3246         * src/pixmaps/outbox_open.xpm
3247         * src/pixmaps/outbox_open_hrm.xpm
3248         * src/pixmaps/outbox_open_hrm_mark.xpm
3249         * src/pixmaps/outbox_open_mark.xpm
3250         * src/pixmaps/queue_close.xpm
3251         * src/pixmaps/queue_close_hrm.xpm
3252         * src/pixmaps/queue_close_hrm_mark.xpm
3253         * src/pixmaps/queue_close_mark.xpm
3254         * src/pixmaps/queue_open.xpm
3255         * src/pixmaps/queue_open_hrm.xpm
3256         * src/pixmaps/queue_open_hrm_mark.xpm
3257         * src/pixmaps/queue_open_mark.xpm
3258                 updated, added and replaced icons
3259                 Icons by Colin
3260
3261 2007-04-04 [colin]      2.8.1cvs88
3262
3263         * src/imap.c
3264                 Fix build without libetpan
3265
3266 2007-04-03 [colin]      2.8.1cvs87
3267
3268         * src/imap.c
3269                 Fix crash with Citadel, and try to make
3270                 things work. this server (and specifically 
3271                 STATUS and APPEND at least) seems broken.
3272
3273 2007-04-03 [colin]      2.8.1cvs86
3274
3275         * src/folderview.c
3276                 Fix icons on folder close
3277
3278 2007-04-03 [colin]      2.8.1cvs85
3279
3280         * src/inc.c
3281                 Fix double-ask of offline override in
3282                 certain cases
3283         * src/imap.c
3284         * src/imap.h
3285         * src/imap_gtk.c
3286                 Much more efficient way to synchronise
3287                 for offline use
3288         * src/etpan/imap-thread.c
3289                 Fix possible segs
3290         * src/folder.c
3291         * src/gtk/quicksearch.c
3292                 Fix some GUI lags
3293
3294 2007-04-03 [paul]       2.8.1cvs84
3295
3296         * src/filtering.c
3297         * src/folder.c
3298         * src/folder.h
3299         * src/prefs_common.c
3300         * src/prefs_common.h
3301         * src/prefs_other.c
3302                 Fix sync being done too late
3303                 Thanks to Colin
3304
3305 2007-04-02 [colin]      2.8.1cvs83
3306
3307         * src/summaryview.c
3308                 Maemo: Put status and quicksearch at the top
3309         * src/plugins/bogofilter/bogofilter.c
3310         * src/plugins/spamassassin/spamassassin.c
3311                 Derive trash from inbox if possible
3312
3313 2007-04-02 [paul]       2.8.1cvs82
3314
3315         * src/plugins/bogofilter/bogofilter_gtk.c
3316                 a few English changes
3317
3318 2007-04-02 [paul]
3319
3320         2.9.0-rc1 released
3321
3322 2007-04-02 [colin]      2.8.1cvs81
3323
3324         * src/image_viewer.c
3325                 Fix transparent images by using
3326                 GtkImage
3327         * src/messageview.c
3328                 Flush events (on new windows) to avoid
3329                 having the textview's image resize fail
3330                 to know the available width
3331
3332 2007-04-01 [colin]      2.8.1cvs80
3333
3334         * src/prefs_account.c
3335                 If no MH mailbox exist, when creating a POP/Local
3336                 account, just create and use the default one 
3337                 instead of bailing with a "Mailbox doesn't exist"
3338                 error
3339
3340 2007-03-31 [colin]      2.8.1cvs79
3341
3342         * src/prefs_account.c
3343                 Create signature file if it doesn't exist
3344                 before editing
3345         * src/prefs_toolbar.c
3346                 Maemo: Move "Use default" on the left so
3347                 that people can find it
3348         * src/common/defs.h
3349                 Maemo: make default editor "Maemopad", 
3350                 default signature file "MyDocs/signature.txt"
3351
3352 2007-03-31 [colin]      2.8.1cvs78
3353
3354         * src/prefs_account.c
3355                 Maemo: rework account prefs so
3356                 that less horizontal scrolling
3357                 is required
3358
3359 2007-03-31 [colin]      2.8.1cvs77
3360
3361         * src/folderview.c
3362         * src/prefs_common.c
3363         * src/prefs_common.h
3364                 Fix bug 1167, 'Allow not displaying zeros 
3365                 in folder list'. Patch by MartinP
3366
3367 2007-03-31 [colin]      2.8.1cvs76
3368
3369         * AUTHORS
3370                 Add Jean-Luc Biord
3371
3372 2007-03-31 [colin]      2.8.1cvs75
3373
3374         * src/imap.c
3375                 Apply patch from bug 1172, direct
3376                 access to the folder's session instead
3377                 of using getter. Patch by MartinP
3378
3379 2007-03-31 [paul]       2.8.1cvs74
3380
3381         * src/gtk/authors.h
3382                 no need to list Fabien twice!
3383
3384 2007-03-31 [colin]      2.8.1cvs73
3385
3386         * src/inc.c
3387                 If we're currently "overriding for %d minutes",
3388                 don't ask
3389
3390 2007-03-31 [colin]      2.8.1cvs72
3391
3392         * src/compose.c
3393         * src/imap.c
3394         * src/inc.c
3395         * src/inc.h
3396         * src/messageview.c
3397         * src/news.c
3398         * src/plugins/spamassassin/spamassassin.c
3399                 Offline override: Add a parameter to allow
3400                 asking even if the override timer is running.
3401                 Allows to ask every time the user makes an
3402                 explicit action needing online access (such
3403                 as Get Mail), and not when the action is 
3404                 implicit (such as opening an IMAP folder)
3405
3406 2007-03-31 [colin]      2.8.1cvs71
3407
3408         * src/inc.c
3409                 Override offline: "No" answer shouldn't
3410                 re-ask after 3 seconds, but 10 minutes. 
3411
3412 2007-03-30 [colin]      2.8.1cvs70
3413
3414         * src/common/socket.c
3415                 Better error reporting on unix socket
3416                 failure (bind usually)
3417         * src/gtk/gtkutils.c
3418         * src/gtk/gtkutils.h
3419                 Label window: add a pulsing progress
3420                 bar to show we're not hung :)
3421         * src/folderview.c
3422         * src/main.c
3423         * src/plugins/pgpcore/sgpgme.c
3424                 Update API
3425
3426 2007-03-30 [colin]      2.8.1cvs69
3427
3428         * src/pop.c
3429         * src/prefs_common.c
3430                 Fix possible trashing of history and uidl
3431                 files on disk full problems
3432
3433 2007-03-30 [paul]       2.8.1cvs68
3434
3435         * src/mainwindow.c
3436         * src/summaryview.c
3437         * src/summaryview.h
3438                 update summary when changing layout type
3439                 (fixes wrong folder icon being displayed)
3440                 Thanks to Colin
3441
3442 2007-03-29 [colin]      2.8.1cvs67
3443
3444         * src/prefs_ext_prog.c
3445                 The browser pref is irrelevant on Maemo
3446
3447 2007-03-29 [colin]      2.8.1cvs66
3448
3449         * src/compose.c
3450         * src/compose.h
3451                 Maemo: dynamically switch headers/text position
3452         * src/prefs_common.c
3453                 Maemo: hide compose's ruler by default
3454         * src/common/socket.c
3455         * src/common/socket.h
3456                 Fix build warning
3457
3458 2007-03-29 [colin]      2.8.1cvs65
3459
3460         * src/common/socket.c
3461         * src/common/socket.h
3462                 Fix build when MAEMO_CFLAGS contains
3463                 _X_OPENSOURCE (resolv.h errors as long
3464                 as we don't add _BSD_SOURCE. Ugly).
3465
3466 2007-03-29 [wwp]        2.8.1cvs64
3467
3468         * src/prefs_logging.c
3469                 Fix sensitivity of clip-log widgets in prefs/logging,
3470                 thanks to Fabien.
3471
3472 2007-03-29 [wwp]        2.8.1cvs63
3473
3474         * po/POTFILES.in
3475                 Updated files list for translations, thanks to Fabien.
3476
3477 2007-03-29 [colin]      2.8.1cvs62
3478
3479         * src/main.c
3480         * src/common/Makefile.am
3481         * src/common/utils.c
3482                 Maybe make URI opening work in Maemo
3483                 Requires testing :)
3484
3485 2007-03-28 [colin]      2.8.1cvs61
3486
3487         * src/folder.c
3488         * src/folder.h
3489         * src/folderview.c
3490                 Add the possibility to sort folders arbitrarily
3491                 (via editing of folderlist.xml only). Patch by
3492                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3493                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3494                 be changed by the user'
3495
3496 2007-03-28 [colin]      2.8.1cvs60
3497
3498         * src/mimeview.c
3499                 Add popup menu for mime icons
3500
3501 2007-03-28 [colin]      2.8.1cvs59
3502
3503         * src/mainwindow.c
3504                 Fix a layout issue when presenting
3505                 mainwindow in Small screen layout
3506         * src/toolbar.c
3507         * src/toolbar.h
3508                 Add a "Go to folder list" button for
3509                 mainwindow, and make it default in
3510                 the Maemo build
3511
3512 2007-03-28 [colin]      2.8.1cvs58
3513
3514         * src/compose.c
3515                 Don't dynamically update title on Maemo
3516                 Patch by Jean-Luc Biord
3517
3518 2007-03-27 [colin]      2.8.1cvs57
3519
3520         * src/compose.c
3521         * src/folderview.c
3522         * src/summaryview.c
3523                 Enable tap-and-hold on Maemo
3524
3525 2007-03-26 [colin]      2.8.1cvs56
3526
3527         * src/compose.c
3528                 More popup-menu (in attachments list)
3529
3530 2007-03-26 [colin]      2.8.1cvs55
3531
3532         * src/compose.c
3533                 Enable popup-menu signal
3534
3535 2007-03-26 [colin]      2.8.1cvs54
3536
3537         * src/plugins/pgpinline/pgpinline.c
3538                 Fix bug 1111, 'PGP/inline plugin hides text 
3539                 around encrypted text block'. Patch based on
3540                 a patch from Michal Cihar.
3541
3542 2007-03-26 [wwp]        2.8.1cvs53
3543
3544         * src/procmsg.c
3545                 Fix getting a false error when sending queued message
3546                 whereas the sending was fine (if there are subfolders
3547                 in the queue folder), thanks to Colin.
3548
3549 2007-03-26 [paul]       2.8.1cvs52
3550
3551         * src/wizard.c
3552                 update FACE header in welcome message
3553
3554 2007-03-25 [colin]      2.8.1cvs51
3555
3556         * src/Makefile.am
3557                 Fix make dist
3558
3559 2007-03-25 [colin]      2.8.1cvs50
3560
3561         * src/main.c
3562                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3563
3564 2007-03-24 [colin]      2.8.1cvs49
3565
3566         * src/main.c
3567                 Fix a few launch problems on Maemo
3568                 Patch by Jean-Luc Biord
3569
3570 2007-03-24 [wwp]        2.8.1cvs48
3571
3572         * src/alertpanel.c
3573         * src/alertpanel.h
3574         * src/messageview.c
3575         * src/summaryview.c
3576                 Fix wrong action performed when closing the
3577                 "ask about account specific filtering rules
3578                 when filtering manually" dialog by pressing Escape.
3579                 Fix wrong order of buttons in the "return receipt
3580                 notification - the message was sent to several of
3581                 your accounts" dialog.
3582
3583 2007-03-24 [paul]       2.8.1cvs47
3584
3585         * src/folderview.c
3586                 an improvement to English usage
3587         * tools/kdeservicemenu/README
3588                 updated Claws url
3589
3590 2007-03-24 [paul]       2.8.1cvs46
3591
3592         * src/Makefile.am
3593         * src/stock_pixmap.c
3594         * src/pixmaps/edit_extern.xpm
3595         * src/pixmaps/mail_sign.xpm
3596                 rescue long lost icons
3597
3598 2007-03-24 [paul]       2.8.1cvs45
3599
3600         * src/toolbar.c
3601                 fix toolbar (broken in 2.8.1cvs42)
3602
3603 2007-03-23 [colin]      2.8.1cvs44
3604
3605         * src/imap.c
3606                 Correctly unsubscribe/resubscribe after
3607                 RENAME
3608
3609 2007-03-23 [colin]      2.8.1cvs43
3610
3611         * src/prefs_common.c
3612                 Maemo: as the platform is light on RAM, allow
3613                 caches to be discarded faster.
3614
3615 2007-03-23 [colin]      2.8.1cvs42
3616
3617         * src/Makefile.am
3618         * src/compose.c
3619         * src/compose.h
3620         * src/stock_pixmap.c
3621         * src/stock_pixmap.h
3622         * src/summaryview.c
3623         * src/summaryview.h
3624         * src/toolbar.c
3625         * src/toolbar.h
3626         * src/pixmaps/open_mail.xpm
3627                 Maemo changes: Add the possibility to have
3628                 "Open Email" and "Close Window" buttons on 
3629                 toolbars (and use them in Maemo's default
3630                 toolbars)
3631
3632 2007-03-23 [wwp]        2.8.1cvs41
3633
3634         * src/action.c
3635                 Reverted that part of the action dialog closure logics, to
3636                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3637                 done later in a different way (or may not).
3638
3639 2007-03-22 [wwp]        2.8.1cvs40
3640
3641         * src/action.c
3642                 Fix sticky action dialog when got no output but action command
3643                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3644
3645 2007-03-22 [colin]      2.8.1cvs39
3646
3647         * src/prefs_filtering.c
3648         * src/gtk/combobox.h
3649                 Fix escaping account names in filtering prefs
3650
3651 2007-03-22 [colin]      2.8.1cvs38
3652
3653         * src/addrindex.c
3654         * src/ldapctrl.h
3655         * src/ldapquery.c
3656                 Add any attribute specified in LDAP servers'
3657                 Search attributes to the Other Attributes tab
3658                 of contacts; Add 'telephoneNumber' in the
3659                 default list.
3660
3661 2007-03-22 [colin]      2.8.1cvs37
3662
3663         * src/folderview.c
3664         * src/folderview.h
3665         * src/mainwindow.c
3666                 Try to prevent race conditions when
3667                 changing the folder list
3668         * src/summaryview.c
3669                 Fix possible red folder icon when
3670                 switching from Small screen layout
3671                 to any other
3672
3673 2007-03-22 [colin]      2.8.1cvs36
3674
3675         * src/mainwindow.c
3676         * src/mainwindow.h
3677         * src/summaryview.c
3678                 Rename "little screen" to "Small screen"
3679         * src/gtk/Makefile.am
3680         * src/common/utils.c
3681         * src/mh.c
3682                 Fix Maemo-related compilation problems
3683
3684 2007-03-21 [colin]      2.8.1cvs35
3685
3686         * configure.ac
3687                 Fix previous commit
3688         * claws-mail.desktop
3689                 Remove .png from the Icon, it's useless
3690
3691 2007-03-21 [colin]      2.8.1cvs34
3692
3693         * configure.ac
3694         * src/Makefile.am
3695                 Add the necessary lib checking for 
3696                 Maemo
3697
3698 2007-03-21 [colin]      2.8.1cvs33
3699
3700         * src/main.c
3701                 Fix unconditional "error happened" when
3702                 sending via command-line. "lol @ myself"
3703
3704 2007-03-21 [colin]      2.8.1cvs32
3705
3706         * claws-mail-40x40.png
3707         * claws-mail-26x26.png
3708         * src/account.c
3709         * src/addressbook.c
3710         * src/compose.c
3711         * src/folderview.c
3712         * src/folderview.h
3713         * src/main.c
3714         * src/mainwindow.c
3715         * src/mainwindow.h
3716         * src/messageview.c
3717         * src/prefs_account.c
3718         * src/prefs_common.c
3719         * src/summary_search.c
3720         * src/summaryview.c
3721         * src/summaryview.h
3722         * src/gtk/authors.h
3723         * src/gtk/gtkutils.c
3724         * src/gtk/gtkutils.h
3725         * src/gtk/logwindow.c
3726         * src/gtk/menu.c
3727         * src/gtk/prefswindow.c
3728                 Add Maemo port (patch mainly by Jean-Luc Biort)
3729                 Add a new 'Little screen' layout to help on such
3730                 platforms (patch by me)
3731                 Make some default preferences different (more
3732                 adapted) on Maemo (patch by me)
3733
3734 2007-03-21 [wwp]        2.8.1cvs31
3735
3736         * src/prefs_logging.c
3737         * src/prefs_logging.h
3738                 Fixed copyright header of newly added files.
3739
3740 2007-03-21 [wwp]        2.8.1cvs30
3741
3742         * src/Makefile.am
3743         * src/filtering.c
3744         * src/filtering.h
3745         * src/folder.c
3746         * src/folderview.c
3747         * src/imap.c
3748         * src/inc.c
3749         * src/main.c
3750         * src/mainwindow.c
3751         * src/mainwindow.h
3752         * src/matcher.c
3753         * src/messageview.c
3754         * src/news.c
3755         * src/pop.c
3756         * src/prefs_common.c
3757         * src/prefs_common.h
3758         * src/prefs_logging.c
3759         * src/prefs_logging.h
3760         * src/prefs_other.c
3761         * src/procmsg.c
3762         * src/send_message.c
3763         * src/summaryview.c
3764         * src/common/log.c
3765         * src/common/log.h
3766         * src/common/nntp.c
3767         * src/common/session.c
3768         * src/common/smtp.c
3769         * src/common/socket.c
3770         * src/etpan/imap-thread.c
3771         * src/gtk/logwindow.c
3772         * src/gtk/logwindow.h
3773         * src/plugins/bogofilter/bogofilter.c
3774         * src/plugins/spamassassin/spamassassin.c
3775                 Added debugging of filtering/processing rules.
3776                 The debug log is here 'Tools/Filtering debug window',
3777                 the options there 'Configuration/Preferences/Other/Logging',
3778                 and the log file is ~/.claws-mail/filtering.log.
3779                 Moved protocol log prefs to 'Other/Logging' as well.
3780                 To support such debugging feature, the existing log API has
3781                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3782                 this impacts many external modules (commits follow).
3783
3784 2007-03-21 [paul]       2.8.1cvs29
3785
3786         * src/etpan/Makefile.am
3787         * src/etpan/imap-thread.c
3788                 add missing #include
3789
3790 2007-03-21 [colin]      2.8.1cvs28
3791
3792         * src/procmime.c
3793                 Fix bug 1157, 'some broken messages confuse 
3794                 mime parser'. Make sure we can't have MimeInfos
3795                 with negative sizes.
3796
3797 2007-03-20 [colin]      2.8.1cvs27
3798
3799         * src/main.c
3800                 Fix missing \0 on buffer
3801
3802 2007-03-20 [colin]      2.8.1cvs26
3803
3804         * src/mh.c
3805                 Use make_dir_hier instead of make_dir 
3806                 to create the MH mailbox
3807
3808 2007-03-20 [colin]      2.8.1cvs25
3809
3810         * src/folder.c
3811         * src/folder.h
3812         * src/prefs_account.c
3813         * src/wizard.c
3814                 Fix default inbox weirdnesses (after wizard,
3815                 if path is Mail, mailbox identifier is #mh/Mailbox,
3816                 and when creating new accounts)
3817
3818 2007-03-20 [colin]      2.8.1cvs24
3819
3820         * src/account.c
3821                 Write folderlist after adding/deleting accounts
3822                 that have folders
3823
3824 2007-03-20 [colin]      2.8.1cvs23
3825
3826         * src/imap.c
3827         * src/remotefolder.h
3828                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3829                 selected while scanning prior to update'
3830
3831 2007-03-17 [paul]       2.8.1cvs22
3832
3833         * src/main.c
3834                 fix a typo, and be a little more verbose.
3835
3836 2007-03-17 [wwp]        2.8.1cvs21
3837
3838         * src/inc.c
3839                 Fix a compiler warning.
3840
3841 2007-03-16 [wwp]        2.8.1cvs20
3842
3843         * tools/Makefile.am
3844         * tools/README
3845                 Updated to deal w/ the new mairix.sh tool.
3846
3847 2007-03-16 [wwp]        2.8.1cvs19
3848
3849         * src/action.c
3850                 Fix logics issues around the action IO dialog:
3851                 - disable entry widget and exec button when
3852                   the exec button is clicked (don't wait for any
3853                   output line) - fix possible disabling/re-enabling/
3854                   re-disabling of those widgets
3855                 - raise an error if executing a %as{} action either
3856                   empty or invalid, instead of failing silently
3857                 - don't close the dialog if the abort button has been
3858                   clicked and if there was no output yet
3859                 - set focus to the abort button when the exec button
3860                   is clicked
3861                 - fix capitalization of a warning message
3862
3863 2007-03-16 [wwp]        2.8.1cvs18
3864
3865         * tools/mairix.sh
3866                 Added a wrapper to mairix to the tools folder.
3867
3868 2007-03-16 [colin]      2.8.1cvs17
3869
3870         * src/messageview.c
3871         * src/mimeview.h
3872                 Allow mimeviewer plugins to print
3873                 their stuff
3874
3875 2007-03-16 [colin]      2.8.1cvs16
3876
3877         * .cvsignore
3878                 Ignore *.patchset
3879
3880 2007-03-15 [colin]      2.8.1cvs15
3881
3882         * src/messageview.c
3883         * src/mimeview.h
3884                 Add a way for mimeviewer plugins to
3885                 implement body search
3886
3887 2007-03-15 [paul]       2.8.1cvs14
3888
3889         * src/prefs_spelling.c
3890                 fix English usage
3891
3892 2007-03-15 [paul]       2.8.1cvs13
3893
3894         * src/common/quoted-printable.c
3895                 fix decoding of quoted-printable parts
3896
3897 2007-03-14 [wwp]        2.8.1cvs12
3898
3899         * src/gtk/logwindow.h
3900                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3901
3902 2007-03-14 [wwp]        2.8.1cvs11
3903
3904         * src/gtk/logwindow.h
3905                 Complete 2.8.1cvs10.
3906
3907 2007-03-14 [colin]      2.8.1cvs10
3908
3909         * src/gtk/logwindow.c
3910                 Probably fix bug 1149, crash on logwindow
3911                 close - at the expense of performance once
3912                 logwin has been opened
3913
3914 2007-03-14 [colin]      2.8.1cvs9
3915
3916         * src/main.c
3917                 If claws-mail is running on another
3918                 display, warn instead of popping it up
3919                 on the other display
3920
3921 2007-03-12 [colin]      2.8.1cvs8
3922
3923         * src/wizard.c
3924                 Fix bug 1145, 'Setting a different name 
3925                 for the Mailbox name isn't reflected in 
3926                 default account settings'. Patch by wwp
3927
3928 2007-03-12 [colin]      2.8.1cvs7
3929
3930         * src/summaryview.c
3931                 Fix bug 1143, 'Add number of messages to be 
3932                 deleted to confirmation dialog'
3933
3934 2007-03-12 [wwp]        2.8.1cvs6
3935
3936         * src/folderview.c
3937         * src/prefs_common.c
3938         * src/prefs_common.h
3939         * src/prefs_summaries.c
3940                 Changed the option that displays unread messages count
3941                 next to the folder name in folder list: it is now
3942                 possible to either display nothing, display the
3943                 unread messages number only or the unread and total messages
3944                 numbers. The patch includes this extra feature as well
3945                 as some minor fixes by rewriting the algo in folderview.c.
3946                 Thanks to Paul for the original idea and implementation, plus
3947                 testing and proof-reading!
3948
3949 2007-03-09 [paul]       2.8.1cvs5
3950
3951         * tools/Makefile.am
3952         * tools/README
3953         * tools/claws-mail-compose-insert-files.pl
3954                 added a script which enables inserting files
3955                 into the message body of a new Claws Mail
3956                 Compose window from the command line. Additionally
3957                 To, Cc, Subject and files to attach to the message
3958                 can be specified.
3959
3960 2007-03-09 [wwp]        2.8.1cvs4
3961
3962         * src/addr_compl.c
3963         * src/addr_compl.h
3964         * src/filtering.c
3965                 Optimize matching of addresses in the addressbook
3966                 (filtering/processing 'found_in_addressbook' condition).
3967
3968 2007-03-07 [wwp]        2.8.1cvs3
3969
3970         * src/quote_fmt.c
3971         * src/quote_fmt_lex.l
3972         * src/quote_fmt_parse.y
3973                 Add a new quote format symbol: %A to insert the
3974                 sender email address (just the address itself).
3975
3976 2007-03-06 [wwp]        2.8.1cvs2
3977
3978         * src/gtk/gtkutils.c
3979         * src/plugins/trayicon/trayicon_prefs.h
3980         * src/plugins/trayicon/trayicon_prefs.c
3981         * src/plugins/trayicon/trayicon.c
3982         * src/mainwindow.h
3983         * src/mainwindow.c
3984                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3985                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3986
3987
3988 2007-03-06 [paul]       2.8.1cvs1
3989
3990         * NEWS
3991         * README
3992         * RELEASE_NOTES
3993         * configure.ac
3994                 bump version number following
3995                 stable release
3996
3997 2007-03-06 [paul]       2.8.0cvs24
3998
3999         * po/cs.po
4000                 corrected by by Tim <timbrain@post.cz>
4001
4002 2007-03-05 [colin]      2.8.0cvs23
4003
4004         * src/Makefile.am
4005         * src/procmime.c
4006                 Fix mime/globs path on NetBSD
4007                 patch by George Michaelson
4008
4009 2007-03-05 [wwp]        2.8.0cvs22
4010
4011         * src/addr_compl.c
4012                 Remove debug statement (accidentally committed w/ cvs14).
4013
4014 2007-03-05 [paul]       2.8.0cvs21
4015
4016         * src/plugins/pgpcore/prefs_gpg.c
4017                 fix compiler warning
4018
4019 2007-03-05 [wwp]        2.8.0cvs20
4020
4021         * src/matcher_parser_parse.y
4022                 Fix mismerge between cvs17 and cvs19.
4023
4024 2007-03-05 [wwp]        2.8.0cvs19
4025
4026         * src/matcher_parser_parse.y
4027         * src/prefs_filtering_action.c
4028         * src/matcher.c
4029         * src/matcher.h
4030         * src/filtering.c
4031         * src/filtering.h
4032                 Add new 'add_to_addressbook' filtering/processing action.
4033
4034 2007-03-05 [wwp]        2.8.0cvs18
4035
4036         * src/filtering.c
4037                 Fix mark_as_ham filtering/processing action: spam flag
4038                 was not unset.
4039
4040 2007-03-04 [colin]      2.8.0cvs17
4041
4042         * src/filtering.c
4043         * src/matcher.c
4044         * src/matcher.h
4045         * src/matcher_parser_parse.y
4046         * src/prefs_filtering_action.c
4047                 Add 'Mark as spam' and 'Mark as ham' filtering
4048                 actions. Fixes bug 1138.
4049
4050 2007-03-04 [colin]      2.8.0cvs16
4051
4052         * src/imap.c
4053                 Fix bug 1140, wrong return value
4054                 without libetpan
4055
4056 2007-03-04 [wwp]        2.8.0cvs15
4057
4058         * src/addr_compl.c
4059                 Rollback cvs14: don't free stuff that is managed in g_list.
4060
4061 2007-03-04 [wwp]        2.8.0cvs14
4062
4063         * src/addr_compl.c
4064                 Fix a leak in address completion code.
4065
4066 2007-03-04 [colin]      2.8.0cvs13
4067
4068         * src/addr_compl.c
4069                 Maybe fix bug 1136, 'Crash in group 
4070                 address completion'
4071
4072 2007-03-04 [iwkse]      2.8.0cvs12
4073
4074         * src/imap.c
4075                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4076
4077 2007-03-03 [colin]      2.8.0cvs11
4078
4079         * src/plugins/pgpinline/pgpinline.c
4080                 Fix off-by-one, fix double-free. Fixes
4081                 bug 1135, 'cm-segfault on decrypting 
4082                 with PGP/inline'
4083
4084 2007-03-03 [colin]      2.8.0cvs10
4085
4086         * configure.ac
4087         * src/main.c
4088         * src/common/plugin.c
4089                 Fix bug 1134, 'Valgrind macros unhandled 
4090                 by Irix's cc'
4091
4092 2007-03-02 [colin]      2.8.0cvs9
4093
4094         * src/mbox.c
4095                 Don't error out on EAGAIN. Fixes 
4096                 bug 1129, '"local mbox file" account 
4097                 isn't retrieving mails'
4098
4099 2007-03-01 [wwp]        2.8.0cvs8
4100
4101         * src/mainwindow.c
4102         * src/gtk/colorlabel.c
4103                 Remove accels for extra color labels until we set better
4104                 and definitive ones.
4105
4106 2007-02-28 [wwp]        2.8.0cvs7
4107
4108         * src/mainwindow.c
4109         * src/matcher_parser_parse.y
4110         * src/prefs_common.c
4111         * src/prefs_msg_colors.c
4112         * src/procmsg.h
4113         * src/gtk/colorlabel.c
4114         * src/gtk/colorlabel.h
4115                 Add more customizable color labels. Cleaned up a bit
4116                 the color label API to avoid duplicate defines of
4117                 the max number of colors.
4118
4119 2007-02-27 [colin]      2.8.0cvs6
4120
4121         * src/mainwindow.c
4122         * src/common/utils.c
4123         * src/common/utils.h
4124                 Fix '+' in mailto URIs for List-* headers
4125
4126 2007-02-27 [colin]      2.8.0cvs5
4127
4128         * src/gtk/gtkutils.c
4129                 Use gtk_window_set_role instead of 
4130                 _set_wmclass
4131
4132 2007-02-27 [colin]      2.8.0cvs4
4133
4134         * src/inc.c
4135                 Fix "After receiving new mail, go to inbox" on IMAP,
4136                 and make it work only on manual reception
4137
4138 2007-02-27 [wwp]        2.8.0cvs3
4139
4140         * src/prefs_filtering.c
4141         * src/prefs_filtering_action.c
4142         * src/prefs_matcher.c
4143                 Update filtering matcher's and action's color label menus
4144                 when re-opening those dialogs (reflect any change to the
4145                 color labels list in the preferences).
4146
4147 2007-02-27 [colin]      2.8.0cvs2
4148
4149         * src/imap.c
4150         * src/etpan/etpan-thread-manager-types.h
4151         * src/etpan/etpan-thread-manager.c
4152         * src/etpan/imap-thread.c
4153                 Log imap ALERTs as errors in the log.
4154
4155 2007-02-26 [paul]       2.8.0cvs1
4156
4157         * tools/claws.i18n.status.pl
4158                 updated
4159
4160 2007-02-26 [paul]       2.7.2cvs75
4161
4162         * po/ca.po
4163         * po/cs.po
4164         * po/de.po
4165         * po/en_GB.po
4166         * po/fi.po
4167         * po/fr.po
4168         * po/hu.po
4169         * po/pl.po
4170         * po/pt_BR.po
4171         * po/sk.po
4172         * po/sr.po
4173         * po/zh_CN.po
4174                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4175                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4176                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4177                 Aleksandar Urosevic, and Ralgh Young
4178
4179 2007-02-25 [mones]      2.7.2cvs74
4180
4181         * po/es.po
4182                 Updated for release
4183
4184 2007-02-25 [colin]      2.7.2cvs73
4185
4186         * src/main.c
4187                 Clearing the list is only useful
4188                 to prevent a valgrind false-positive
4189
4190 2007-02-25 [paul]       2.7.2cvs72
4191
4192         * tools/Makefile.am
4193         * tools/README
4194         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4195         * tools/maildir2claws-mail.pl  **REMOVED**
4196                 renamed the script, fixed a couple bugs
4197
4198 2007-02-23 [colin]      2.7.2cvs71
4199
4200         * src/addressbook.c
4201                 Fix a leak, check for a few improbable nulls
4202
4203 2007-02-23 [colin]      2.7.2cvs70
4204
4205         * src/main.c
4206         * src/main.h
4207         * src/plugins/trayicon/trayicon.c
4208                 Fix blinking mainwin when starting in tray
4209                 (show mainwindow later in the startup process,
4210                  apart if restarting post-crash)
4211
4212 2007-02-23 [colin]      2.7.2cvs69
4213
4214         * src/folderview.c
4215         * src/imap_gtk.c
4216                 Fix crash when unsubscribing the currently
4217                 selected/opened folder
4218
4219 2007-02-23 [colin]      2.7.2cvs68
4220
4221         * src/compose.c
4222                 Fix bug that prevented colorization to
4223                 work without wrap quotation option
4224
4225 2007-02-23 [colin]      2.7.2cvs67
4226
4227         * src/addr_compl.c
4228                 Fix refcounting, start and end completion who
4229                 behaved as if there couldn't be any other current
4230                 user of completion
4231
4232 2007-02-23 [wwp]        2.7.2cvs66
4233
4234         * src/addressbook.c
4235         * src/addrindex.c
4236                 Address completion fixes: fix addressbook_peek_folder_exists() in
4237                 which the algorithm was ridiculously over-obfuscated and broken.
4238                 Fix addrindex_load_completion() as well, to load addresses in
4239                 completion list with regards to what addressbook_peek_folder_exists()
4240                 returns now.
4241
4242 2007-02-23 [wwp]        2.7.2cvs65
4243
4244         * src/addr_compl.c
4245                 Add addresses to completion when they're non-empty (thanks to Colin).
4246
4247 2007-02-23 [paul]       2.7.2cvs64
4248
4249         * src/plugins/pgpcore/passphrase.c
4250                 remove 'const '
4251
4252 2007-02-23 [colin]      2.7.2cvs63
4253
4254         * src/plugins/pgpcore/prefs_gpg.c
4255         * src/plugins/pgpcore/prefs_gpg.h
4256         * src/plugins/pgpcore/sgpgme.c
4257         * src/plugins/pgpinline/pgpinline.c
4258         * src/plugins/pgpmime/pgpmime.c
4259                 Try harder to respect user's choice wrt
4260                 gpg-agent even with gpg2, by unsetting
4261                 GPG_AGENT_INFO when necessary.
4262
4263 2007-02-22 [paul]       2.7.2cvs62
4264
4265         * src/plugins/pgpcore/sgpgme.c
4266         * src/plugins/pgpcore/sgpgme.h
4267         * src/plugins/pgpcore/passphrase.c
4268         * src/plugins/pgpinline/pgpinline.c
4269         * src/plugins/pgpmime/pgpmime.c
4270                 Fix a leak - gpgme_data_release_and_get_mem
4271                 leaks in recent gpgme. Workaround by using
4272                 our own function.
4273
4274 2007-02-22 [paul]       2.7.2cvs61
4275
4276         * src/gtk/quicksearch.c
4277                 Abandon dynamic search when pressing
4278                 Enter
4279
4280 2007-02-21 [colin]      2.7.2cvs60
4281
4282         * src/procmsg.c
4283         * src/plugins/pgpcore/passphrase.c
4284                 Fix little memory leaks
4285         * src/main.c
4286                 Fix false-positive leak at exit
4287         * src/gtk/quicksearch.c
4288                 Fix potentially big leak in recursive
4289                 Quicksearch
4290
4291 2007-02-21 [wwp]        2.7.2cvs59
4292
4293         * src/summaryview.c
4294                 Add missing newline to a debug message.
4295
4296 2007-02-20 [colin]      2.7.2cvs58
4297
4298         * src/Makefile.am
4299         * src/mimeview.c
4300         * src/stock_pixmap.c
4301         * src/stock_pixmap.h
4302         * src/pixmaps/mime_pgpsig.xpm
4303                 Add icon for application/pgp-signature
4304
4305 2007-02-20 [colin]      2.7.2cvs57
4306
4307         * src/Makefile.am
4308         * src/main.c
4309         * src/mimeview.c
4310         * src/stock_pixmap.c
4311         * src/stock_pixmap.h
4312         * src/pixmaps/mime_calendar.xpm
4313         * src/pixmaps/mime_pdf.xpm
4314         * src/pixmaps/mime_ps.xpm
4315                 Add icons for text/calendar, application/pdf
4316                 and application/postscript
4317
4318 2007-02-20 [colin]      2.7.2cvs56
4319
4320         * autogen.sh
4321         * src/matcher_parser_parse.y
4322         * src/matcher_parser_lex.l
4323                 Fix big memory leak in flex, and
4324                 require flex 2.5.31
4325
4326 2007-02-20 [wwp]        2.7.2cvs55
4327
4328         * src/matcher_parser_parse.y
4329                 Fix a duplicate token definition (thanks to iwkse).
4330
4331 2007-02-20 [wwp]        2.7.2cvs54
4332
4333         * src/matcher_parser_lex.l
4334         * src/quote_fmt_lex.l
4335                 Use proper flex options instead of direct use of #define,
4336                 make the flex-generated C lighter.
4337
4338 2007-02-20 [colin]      2.7.2cvs53
4339
4340         * src/summaryview.c
4341                 Grab focus in message list after hiding
4342                 the quicksearch, instead of leaving it
4343                 "somewhere"
4344
4345 2007-02-19 [colin]      2.7.2cvs52
4346
4347         * src/folderview.c
4348                 Fix bug 1033, 'Automatically refresh 
4349                 message list when new messages arrives'
4350                 Looks like folderview->opened can sometimes
4351                 be wrong...
4352
4353 2007-02-19 [paul]       2.7.2cvs51
4354
4355         * tools/Makefile.am
4356         * tools/README
4357         * tools/thunderbird-filters-convertor.pl
4358                 add new script which converts thunderbird filter
4359                 rules to Claws filter rules
4360
4361 2007-02-18 [paul]       2.7.2cvs50
4362
4363         * src/plugins/pgpcore/prefs_gpg.c
4364         * src/plugins/pgpcore/prefs_gpg.h
4365         * src/plugins/pgpcore/sgpgme.c
4366         * src/plugins/pgpinline/pgpinline.c
4367         * src/plugins/pgpmime/pgpmime.c
4368                 improved GUI interoperability with gpg-agent
4369
4370 2007-02-18 [paul]       2.7.2cvs49
4371
4372         * src/prefs_account.c
4373                 Privacy options sensitivity fix
4374
4375 2007-02-17 [colin]      2.7.2cvs48
4376
4377         * src/messageview.c
4378                 Reset icon to warning in the noticeview
4379
4380 2007-02-15 [colin]      2.7.2cvs47
4381
4382         * src/folderview.c
4383                 Fix a manifestation of bug 1033 (summaryview failing
4384                 to update for new mails), which happens after editing
4385                 account preferences or preferences that cause a 
4386                 folderview reload.
4387
4388 2007-02-15 [colin]      2.7.2cvs46
4389
4390         * src/addressbook.c
4391                 Probably fix bug 1123, 'Segmentation 
4392                 fault while opening address book'. I get
4393                 g_warnings if the saved paned position is
4394                 not greater than 0. Also, save position
4395                 when hiding the addressbook instead of
4396                 via signal.
4397
4398 2007-02-14 [colin]      2.7.2cvs45
4399
4400         * src/plugins/pgpcore/prefs_gpg.c
4401         * src/plugins/pgpcore/prefs_gpg.h
4402         * src/plugins/pgpcore/sgpgme.c
4403         * src/plugins/pgpinline/pgpinline.c
4404         * src/plugins/pgpmime/pgpmime.c
4405                 Add an option "Use gpg-agent if available". Fixes
4406                 annoyances with distro-installed gpg-agent, when
4407                 no pinentry program is installed, and the user's 
4408                 at a loss on why "decryption failed". Makes more
4409                 clear why passphrase isn't saved when gpg-agent is
4410                 used. Defaults to true, to avoid changing the 
4411                 current behaviour.
4412
4413 2007-02-14 [wwp]        2.7.2cvs44
4414
4415         * src/matcher_parser_parse.y
4416                 Fix missing line number reset (wrong line number might appear
4417                 when re-loading filtering rules if there's a parser error).
4418
4419 2007-02-13 [colin]      2.7.2cvs43
4420
4421         * src/common/utils.c
4422                 Don't encode ',' in URIs before passing it
4423                 to the browser command-line. It was probably
4424                 done at a time where commas in URIs made
4425                 mozilla -remote 'openurl(%s,new-window)'
4426                 bug.
4427
4428 2007-02-13 [wwp]        2.7.2cvs42
4429
4430         * src/prefs_matcher.c
4431         * src/plugins/bogofilter/bogofilter_gtk.c
4432                 A bit of string factorization around "Select ..." buttons.
4433
4434 2007-02-11 [colin]      2.7.2cvs41
4435
4436         * src/alertpanel.c
4437                 Make sure to escape the title
4438
4439 2007-02-11 [colin]      2.7.2cvs40
4440
4441         * src/codeconv.c
4442                 Recognize .utf8 locales as .UTF-8 ones
4443
4444 2007-02-11 [colin]      2.7.2cvs39
4445
4446         * src/compose.c
4447                 Fix code conversion when dragging a file
4448
4449 2007-02-09 [colin]      2.7.2cvs38
4450
4451         * src/plugins/clamav/clamav_plugin.c
4452                 Complete Paul's patch with conditional
4453                 compilation to avoid breaking compilation
4454                 on old Dapper and Edgy... Maybe other
4455                 distros too.
4456
4457 2007-02-09 [paul]       2.7.2cvs37
4458
4459         * src/plugins/clamav/clamav_plugin.c
4460                 fix for the upstream changes in libclamav
4461
4462 2007-02-09 [paul]       2.7.2cvs36
4463
4464         * src/main.c
4465         * src/mainwindow.c
4466         * src/procmsg.c
4467         * src/procmsg.h
4468                 fix "warn if there are queued messages" (on exit)
4469                 option, which only checked the first mailbox's
4470                 queue
4471                 don't ask before emptying trash if there are no
4472                 messages in trash, also check and empty all trash
4473                 folders
4474         * src/prefs_other.c
4475                 move "Ask before emptying trash" option
4476                 outside of the "On exit" frame as it's
4477                 not only an "On exit" option
4478
4479 2007-02-09 [paul]       2.7.2cvs35
4480
4481         * src/addrgather.c
4482         * src/alertpanel.c
4483         * src/editldap.c
4484         * src/prefs_account.c
4485         * src/prefs_folder_item.c
4486         * src/prefs_gtk.h
4487         * src/prefs_matcher.c
4488         * src/prefs_message.c
4489         * src/prefs_msg_colors.c
4490         * src/prefs_summaries.c
4491         * src/wizard.c
4492         * src/gtk/inputdialog.c
4493         * src/plugins/bogofilter/bogofilter_gtk.c
4494                 pedantic commit: use 'checkbtn' everywhere
4495                 instead of a mixture of 'checkbtn' and 'chkbtn'
4496
4497 2007-02-09 [paul]       2.7.2cvs34
4498
4499         * src/compose.c
4500                 fix default hotkeys
4501         * src/prefs_other.c
4502         * src/prefs_send.c
4503                 move "Never send Return Receipts" from
4504                 prefs_other to prefs_send
4505                 add an option "Ask about account specific
4506                 filtering rules..." to prefs_other
4507         * src/gtk/gtkutils.c
4508                 fix a compiler warning
4509
4510 2007-02-08 [colin]      2.7.2cvs33
4511
4512         * src/plugins/pgpinline/pgpinline.c
4513                 Fix bug 1110, 'pgpmime fails to process 
4514                 encapsulated openpgp mime (rfc 3156, 6.1 
4515                 -> rfc1847)'
4516                 It was due to an interaction between PGP/Mime
4517                 and PGP/Inline plugin. 
4518
4519 2007-02-08 [colin]      2.7.2cvs32
4520
4521         * src/inc.c
4522         * src/mbox.c
4523         * src/mbox.h
4524                 Fix bug 1117, 'fcntl locking code 
4525                 does not work in mbox.c'
4526
4527 2007-02-08 [colin]      2.7.2cvs31
4528
4529         * src/prefs_account.c
4530                 Fix Gentoo bug 165819, 'can't create 
4531                 a "local mbox file" account'. Patch
4532                 by Olivier <castan.o@free.fr>
4533
4534 2007-02-07 [colin]      2.7.2cvs30
4535
4536         * src/ldapquery.c
4537                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4538                 autocompletion was used'
4539
4540 2007-02-07 [paul]       2.7.2cvs29
4541
4542         * src/folder.c
4543                 cut down on unnecessary debug_prints
4544         * src/imap_gtk.c
4545                 fix menu_set_active() on 'Show only
4546                 subscribed folders'
4547
4548 2007-02-07 [paul]       2.7.2cvs28
4549
4550         * src/plugins/clamav/clamav_plugin.c
4551         * src/plugins/clamav/clamav_plugin.h
4552         * src/plugins/clamav/clamav_plugin_gtk.c
4553                 fix copyright header
4554
4555 2007-02-07 [paul]       2.7.2cvs27
4556
4557         * src/procheader.c
4558                 fix bug 1116, 'summary view allow a 
4559                 subject line break'
4560
4561 2007-02-06 [colin]      2.7.2cvs26
4562
4563         * src/summaryview.c
4564                 Fix delete thread
4565
4566 2007-02-05 [fabien]     2.7.2cvs25
4567
4568         * po/POTFILES.in
4569         * src/uri_opener.c
4570                 i18n related - 1 fix and 1 message for translators.
4571
4572 2007-02-05 [colin]      2.7.2cvs24
4573
4574         * src/gtk/quicksearch.c
4575                 Don't reload summary list if quicksearch wasn't
4576                 active on hiding; move currently selected mail in
4577                 the visible area when showing the quicksearch
4578
4579 2007-02-05 [colin]      2.7.2cvs23
4580
4581         * src/folderview.c
4582                 Add debug to try to solve bug 1104
4583
4584 2007-02-05 [paul]       2.7.2cvs22
4585
4586         * src/mainwindow.c
4587                 confirm before emptying trash on exit is
4588                 a Yes or No answer, use Yes or No in the
4589                 dialog
4590
4591 2007-02-04 [colin]      2.7.2cvs21
4592
4593         * src/compose.c
4594         * src/plugins/pgpcore/passphrase.c
4595         * src/plugins/pgpcore/select-keys.c
4596                 Set wmclass on new windows
4597
4598 2007-02-04 [colin]
4599
4600         2.8.0-rc1 released
4601
4602 2007-02-04 [colin]      2.7.2cvs20
4603
4604         * src/compose.c
4605         * src/compose.h
4606                 Auto save drafts on exit, reopen them
4607                 at startup, instead of asking
4608         * src/account.c
4609         * src/addressadd.c
4610         * src/addressbook.c
4611         * src/addressbook_foldersel.c
4612         * src/addrgather.c
4613         * src/crash.c
4614         * src/editaddress.c
4615         * src/editbook.c
4616         * src/editgroup.c
4617         * src/editjpilot.c
4618         * src/editldap.c
4619         * src/editldap_basedn.c
4620         * src/editvcard.c
4621         * src/exphtmldlg.c
4622         * src/expldifdlg.c
4623         * src/export.c
4624         * src/foldersel.c
4625         * src/gedit-print.c
4626         * src/import.c
4627         * src/importldif.c
4628         * src/importmutt.c
4629         * src/importpine.c
4630         * src/main.c
4631         * src/mainwindow.c
4632         * src/message_search.c
4633         * src/messageview.c
4634         * src/prefs_actions.c
4635         * src/prefs_customheader.c
4636         * src/prefs_display_header.c
4637         * src/prefs_filtering.c
4638         * src/prefs_filtering_action.c
4639         * src/prefs_folder_column.c
4640         * src/prefs_gtk.c
4641         * src/prefs_matcher.c
4642         * src/prefs_other.c
4643         * src/prefs_summaries.c
4644         * src/prefs_summary_column.c
4645         * src/prefs_template.c
4646         * src/sourcewindow.c
4647         * src/ssl_manager.c
4648         * src/summary_search.c
4649         * src/uri_opener.c
4650         * src/gtk/about.c
4651         * src/gtk/description_window.c
4652         * src/gtk/foldersort.c
4653         * src/gtk/gtkutils.c
4654         * src/gtk/gtkutils.h
4655         * src/gtk/icon_legend.c
4656         * src/gtk/logwindow.c
4657         * src/gtk/pluginwindow.c
4658         * src/gtk/prefswindow.c
4659                 Give different wmclass to different
4660                 windows - thanks to sed ;)
4661
4662 2007-02-04 [colin]      2.7.2cvs19
4663
4664         * src/main.c
4665                 Revert previous patch, can't reproduce
4666                 it anymore. 
4667
4668 2007-02-03 [colin]      2.7.2cvs18
4669
4670         * src/main.c
4671                 Don't save the mainwindow size and
4672                 position on emergency exit (libSM's
4673                 "die" callback), Xfce seems to make
4674                 the window smaller just before the
4675                 size's saved.
4676
4677 2007-02-03 [colin]      2.7.2cvs17
4678
4679         * src/plugins/bogofilter/bogofilter.c
4680         * src/plugins/bogofilter/bogofilter.h
4681         * src/plugins/bogofilter/bogofilter_gtk.c
4682         * src/plugins/pgpinline/pgpinline.c
4683         * src/plugins/pgpinline/pgpinline.h
4684                 Fix more copyrights
4685
4686 2007-02-03 [colin]      2.7.2cvs16
4687
4688         * src/partial_download.c
4689         * src/partial_download.h
4690         * src/ssl_manager.c
4691         * src/ssl_manager.h
4692         * src/uri_opener.c
4693         * src/uri_opener.h
4694         * src/wizard.c
4695         * src/wizard.h
4696         * src/common/ssl_certificate.c
4697         * src/common/ssl_certificate.h
4698         * src/gtk/quicksearch.c
4699         * src/gtk/quicksearch.h
4700         * src/gtk/sslcertwindow.c
4701         * src/gtk/sslcertwindow.h
4702                 Fix copyright on my files
4703
4704 2007-02-02 [colin]      2.7.2cvs15
4705
4706         * src/Makefile.am
4707         * src/mainwindow.c
4708         * src/messageview.c
4709         * src/messageview.h
4710         * src/textview.c
4711         * src/textview.h
4712         * src/uri_opener.c
4713         * src/uri_opener.h
4714                 Add Tools/List URIs to allow
4715                 opening any URI in the current mail
4716
4717 2007-02-02 [colin]      2.7.2cvs14
4718
4719         * src/common/valgrind.h ** NEW FILE **
4720         * src/common/Makefile.am
4721         * src/common/plugin.c
4722                 Don't dlclose the plugins if we're running
4723                 under valgrind. (doesn't require valgrind
4724                 either at compile time or run time).
4725
4726 2007-02-01 [paul]       2.7.2cvs13
4727
4728         * AUTHORS
4729         * src/gtk/authors.h
4730         * tools/freshmeat_search.pl
4731         * tools/google_search.pl
4732         * tools/multiwebsearch.pl
4733                 add support for non ISO-8859-1 compatible locales
4734                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4735
4736 2007-02-01 [colin]      2.7.2cvs12
4737
4738         * src/prefs_other.c
4739         * src/prefs_summaries.c
4740                 Move keybinding prefs to the Other page
4741
4742 2007-02-01 [wwp]        2.7.2cvs11
4743
4744         * src/plugins/trayicon/trayicon.c
4745                 Fix a raising issue within KDE.
4746
4747 2007-02-01 [colin]      2.7.2cvs10
4748
4749         * src/codeconv.c
4750                 Fix stray quotes in encoded strings
4751         * src/addressadd.c
4752                 Fix wrong call causing g_warnings
4753         * src/textview.c
4754                 Remove useless message
4755
4756 2007-01-31 [wwp]        2.7.2cvs9
4757
4758         * src/plugins/trayicon/trayicon.c
4759                 fix buggy hiding of main window when closing if close-to-tray
4760                 is not set (bad logics  in the trayicon hook code).
4761                 Changed the quit confirmation message too.
4762
4763 2007-01-30 [colin]      2.7.2cvs8
4764
4765         * src/main.c
4766                 Fix hidden mainwindow after clicking on
4767                 the X close button, if compose windows
4768                 exist and the user chooses not to quit
4769
4770 2007-01-30 [colin]      2.7.2cvs7
4771
4772         * src/main.c
4773         * src/compose.c
4774                 Handle local URIs to attach files (file:///...)
4775                 Fixes attaching files from Thunar for example
4776
4777 2007-01-30 [colin]      2.7.2cvs6
4778
4779         * src/prefs_ext_prog.c
4780                 Add 'mousepad' to the list of text editors.
4781                 Mousepad is XFCE's text editor
4782
4783 2007-01-29 [wwp]        2.7.2cvs5
4784
4785         * po/POTFILES.in
4786         * src/plugins/trayicon/trayicon_prefs.c
4787                 trayicon i18n fixes, thanks to Fabien.
4788
4789 2007-01-28 [wwp]        2.7.2cvs4
4790
4791         * src/mainwindow.c
4792         * src/mainwindow.h
4793         * src/plugins/trayicon/trayicon.c
4794         * src/plugins/trayicon/trayicon_prefs.c
4795         * src/plugins/trayicon/trayicon_prefs.h
4796                 Added a new TrayIcon plugin option to close to tray
4797                 (WM's hotkey and [X] button will hide the window instead
4798                 of closing it - closing CM can be done using the tray icon
4799                 menu or the File menu).
4800                 Improved visibility handling in trayicon, clicking the
4801                 trayicon now raise the window to current desktop when it
4802                 was either minimized/shaded/on another desktop.
4803                 Thanks to Paul for testing and fixing a strange behaviour
4804                 in KDE ;-).
4805
4806 2007-01-27 [paul]       2.7.2cvs3
4807
4808         * src/prefs_folder_item.c
4809         * src/prefs_receive.c
4810         * src/plugins/pgpcore/prefs_gpg.c
4811                 use 'start-up' instead of 'startup' in labels
4812
4813 2007-01-26 [wwp]        2.7.2cvs2
4814
4815         * src/plugins/trayicon/Makefile.am
4816         * src/plugins/trayicon/trayicon.c
4817         * src/plugins/trayicon/trayicon_prefs.c
4818         * src/plugins/trayicon/trayicon_prefs.h
4819                 Add a new TrayIcon option to hide the main window at
4820                 start-up.
4821                 Fix trayicon.c copyright header.
4822
4823 2007-01-26 [paul]       2.7.2cvs1
4824
4825         * NEWS
4826         * README
4827         * RELEASE_NOTES
4828         * configure.ac
4829                 bump up version number following
4830                 stable release
4831
4832 2007-01-25 [mones]      2.7.1cvs60
4833
4834         * po/es.po
4835                 updated thousands of strings (well, probably less ;-)
4836
4837 2007-01-25 [colin]      2.7.1cvs59
4838
4839         * src/matcher.c
4840                 Fix 2nd-run loss of matcherrc on new
4841                 configurations. 
4842
4843 2007-01-25 [wwp]        2.7.1cvs58
4844
4845         * src/mimeview.c
4846                 fix handling of empty value in attach_save_directory too, thanks
4847                 to Colin.
4848
4849 2007-01-25 [wwp]        2.7.1cvs57
4850
4851         * src/gtk/filesel.c
4852                 fix handling of empty value in attach_load_directory,
4853                 thanks to Colin.
4854
4855 2007-01-25 [wwp]        2.7.1cvs56
4856
4857         * src/plugins/dillo_viewer/dillo_prefs.h
4858                 fix a typo.
4859
4860 2007-01-25 [colin]      2.7.1cvs55
4861
4862         * src/matcher.c
4863         * src/matcher.h
4864         * src/matcher_parser_parse.y
4865         * src/prefs_matcher.c
4866                 Add matching on the spam flag
4867
4868 2007-01-24 [colin]      2.7.1cvs54
4869
4870         * src/folder.c
4871         * src/common/xml.c
4872         * src/common/xml.h
4873                 Make sure folderlist.xml is correctly
4874                 written before overwriting it.
4875         * src/procmsg.c
4876         * src/procmsg.h
4877         * src/summaryview.c
4878         * src/plugins/bogofilter/bogofilter.c
4879         * src/plugins/bogofilter/bogofilter.h
4880         * src/plugins/bogofilter/bogofilter_gtk.c
4881         * src/plugins/spamassassin/spamassassin.c
4882         * src/plugins/spamassassin/spamassassin.h
4883         * src/plugins/spamassassin/spamassassin_gtk.c
4884                 Move spam to the correct trash folder after
4885                 learning, if spam directory isn't set.
4886
4887 2007-01-23 [paul]       2.7.1cvs53
4888
4889         * src/plugins/bogofilter/bogofilter_gtk.c
4890                 fix sensitivity of "Insert X-Bogosity header"
4891                 option
4892
4893 2007-01-23 [colin]      2.7.1cvs52
4894
4895         * src/toolbar.c
4896                 Translate toolbar items text if
4897                 they're translatable (default)
4898         * src/addrcache.c
4899         * src/addrcache.h
4900         * src/addritem.c
4901         * src/addritem.h
4902         * src/codeconv.c
4903         * src/codeconv.h
4904         * src/jpilot.c
4905         * src/jpilot.h
4906         * src/ldapctrl.c
4907         * src/ldapctrl.h
4908         * src/ldapquery.h
4909         * src/ldif.c
4910         * src/ldif.h
4911         * src/etpan/etpan-thread-manager.c
4912         * src/etpan/etpan-thread-manager.h
4913         * src/gtk/gtkutils.c
4914         * src/gtk/gtkutils.h
4915                 More static functions
4916
4917 2007-01-22 [fabien]     2.7.1cvs51
4918
4919         * src/gtk/gtkutils.c
4920                 gtkut_get_options_frame() : ability to pass
4921                 a 'NULL' value in frame pointer parameter if
4922                 we don't need it.
4923
4924 2007-01-22 [colin]      2.7.1cvs50
4925
4926         * src/procmsg.c
4927         * src/procmsg.h
4928         * src/plugins/bogofilter/bogofilter.c
4929         * src/plugins/bogofilter/bogofilter_gtk.c
4930         * src/plugins/spamassassin/spamassassin.c
4931         * src/plugins/spamassassin/spamassassin_gtk.c
4932                 Allow moving spams to the account's trash
4933                 instead of default one
4934
4935 2007-01-21 [colin]      2.7.1cvs49
4936
4937         * src/ldapquery.c
4938         * src/ldapquery.h
4939                 Revert a static function that shouldn't
4940                 have been
4941
4942 2007-01-21 [colin]      2.7.1cvs48
4943
4944         * src/ldapquery.c
4945         * src/ldapquery.h
4946                 Same
4947
4948 2007-01-21 [colin]      2.7.1cvs47
4949
4950         * src/procmsg.c
4951         * src/procmsg.h
4952                 Same
4953
4954 2007-01-21 [colin]      2.7.1cvs46
4955
4956         * src/common/socket.c
4957         * src/common/socket.h
4958                 Same
4959
4960 2007-01-21 [colin]      2.7.1cvs45
4961
4962         * src/crash.c
4963         * src/exporthtml.c
4964         * src/exporthtml.h
4965         * src/exportldif.c
4966         * src/exportldif.h
4967         * src/folder.c
4968         * src/folder.h
4969         * src/folder_item_prefs.c
4970         * src/folder_item_prefs.h
4971         * src/folderview.c
4972         * src/folderview.h
4973         * src/gedit-print.c
4974         * src/gedit-print.h
4975         * src/main.c
4976         * src/main.h
4977         * src/common/socket.c
4978         * src/common/socket.h
4979         * src/gtk/gtkaspell.c
4980         * src/gtk/gtkaspell.h
4981         * src/gtk/quicksearch.c
4982         * src/gtk/quicksearch.h
4983                 Same
4984
4985 2007-01-21 [colin]      2.7.1cvs44
4986
4987         * src/common/utils.c
4988         * src/common/utils.h
4989         * src/etpan/etpan-thread-manager.c
4990         * src/etpan/etpan-thread-manager.h
4991                 Same (Funny that etpan_thread_unbind
4992                 is called but not etpan_thread_bind)
4993
4994 2007-01-21 [colin]      2.7.1cvs43
4995
4996         * src/addrselect.c
4997         * src/addrselect.h
4998         * src/codeconv.c
4999         * src/codeconv.h
5000         * src/compose.c
5001         * src/compose.h
5002         * src/etpan/Makefile.am
5003         * src/gtk/colorlabel.c
5004         * src/gtk/colorlabel.h
5005         * src/gtk/sslcertwindow.c
5006         * src/gtk/sslcertwindow.h
5007         * src/etpan/etpan-log.c ** REMOVED **
5008         * src/etpan/etpan-log.h ** REMOVED **
5009                 Same
5010
5011 2007-01-20 [colin]      2.7.1cvs42
5012
5013         * src/addritem.c
5014         * src/addritem.h
5015                 Same
5016
5017 2007-01-20 [colin]      2.7.1cvs41
5018
5019         * src/account.c
5020         * src/account.h
5021         * src/addrbook.c
5022         * src/addrbook.h
5023         * src/addrcache.c
5024         * src/addrcache.h
5025         * src/addrclip.c
5026         * src/addrclip.h
5027         * src/addressbook.c
5028         * src/addressbook.h
5029         * src/addrharvest.c
5030         * src/addrharvest.h
5031         * src/addrindex.c
5032         * src/addrindex.h
5033         * src/editaddress.c
5034         * src/editaddress.h
5035                 Make functions that aren't used in other
5036                 files static
5037
5038 2007-01-20 [colin]      2.7.1cvs40
5039
5040         * src/account.c
5041         * src/addrbook.c
5042         * src/addrcache.c
5043         * src/addressbook.c
5044         * src/addrgather.c
5045         * src/addrindex.c
5046         * src/addrquery.c
5047         * src/addrselect.c
5048         * src/browseldap.c
5049         * src/compose.c
5050         * src/editbook.c
5051         * src/editjpilot.c
5052         * src/editldap.c
5053         * src/editldap_basedn.c
5054         * src/editvcard.c
5055         * src/exporthtml.c
5056         * src/exportldif.c
5057         * src/folder.c
5058         * src/folderview.c
5059         * src/image_viewer.c
5060         * src/imap.c
5061         * src/importmutt.c
5062         * src/importpine.c
5063         * src/jpilot.c
5064         * src/ldapquery.c
5065         * src/main.c
5066         * src/mainwindow.c
5067         * src/matcher.c
5068         * src/messageview.c
5069         * src/mh.c
5070         * src/mimeview.c
5071         * src/msgcache.c
5072         * src/mutt.c
5073         * src/news.c
5074         * src/pine.c
5075         * src/prefs_account.c
5076         * src/prefs_common.c
5077         * src/prefs_compose_writing.c
5078         * src/prefs_ext_prog.c
5079         * src/prefs_folder_item.c
5080         * src/prefs_fonts.c
5081         * src/prefs_message.c
5082         * src/prefs_msg_colors.c
5083         * src/prefs_other.c
5084         * src/prefs_quote.c
5085         * src/prefs_receive.c
5086         * src/prefs_send.c
5087         * src/prefs_spelling.c
5088         * src/prefs_summaries.c
5089         * src/prefs_toolbar.c
5090         * src/prefs_wrapping.c
5091         * src/privacy.c
5092         * src/procmime.c
5093         * src/procmsg.c
5094         * src/ssl_manager.c
5095         * src/statusbar.c
5096         * src/summaryview.c
5097         * src/toolbar.c
5098         * src/vcard.c
5099         * src/common/hooks.c
5100         * src/common/log.c
5101         * src/common/passcrypt.c
5102         * src/common/socket.c
5103         * src/common/ssl.c
5104         * src/common/ssl_certificate.c
5105         * src/common/template.c
5106         * src/common/utils.c
5107         * src/etpan/imap-thread.c
5108         * src/gtk/sslcertwindow.c
5109         * src/gtk/sslcertwindow.h
5110                 Make functions that could be static, static
5111
5112 2007-01-20 [colin]      2.7.1cvs39
5113
5114         * src/editldap.c
5115                 Fix tooltip
5116
5117 2007-01-20 [colin]      2.7.1cvs38
5118
5119         * src/ldapquery.c
5120         * src/ldaputil.c
5121         * src/ldaputil.h
5122                 Fix bug 1102, 'claws-mail-2.7.1 
5123                 makes use of deprecated ldap 
5124                 functions'
5125
5126 2007-01-20 [colin]      2.7.1cvs37
5127
5128         * src/mainwindow.c
5129         * src/mainwindow.h
5130         * src/summaryview.c
5131         * src/gtk/quicksearch.c
5132                 Add Wide message list layout
5133
5134 2007-01-19 [fabien]     2.7.1cvs36
5135
5136         * src/textview.c
5137                 make sure a font change is considered in links of
5138                 headerview.
5139
5140 2007-01-19 [colin]      2.7.1cvs35
5141
5142         * src/main.c
5143         * src/mainwindow.c
5144         * src/mainwindow.h
5145         * src/messageview.c
5146         * src/messageview.h
5147         * src/prefs_common.c
5148         * src/prefs_common.h
5149         * src/summaryview.c
5150         * src/summaryview.h
5151         * src/gtk/quicksearch.c
5152         * src/gtk/quicksearch.h
5153                 Drop 'Separate Folder tree' and 'Separate
5154                 Message View'. Put three layouts in place
5155                 of it.
5156
5157 2007-01-19 [paul]       2.7.1cvs34
5158
5159         * src/prefs_msg_colors.c
5160                 more use of Q_ for translators
5161
5162 2007-01-19 [paul]       2.7.1cvs33
5163
5164         * src/imap_gtk.c
5165         * src/prefs_account.c
5166                 a few changes to the English
5167
5168 2007-01-19 [fabien]     2.7.1cvs32
5169
5170         * src/wizard.c
5171                 factorize translatable string
5172
5173 2007-01-18 [colin]      2.7.1cvs31
5174
5175         * src/main.c
5176                 Don't error out on --sync option. Although
5177                 we don't do anything with it, gtk+ handles
5178                 it, and it's useful for debugging X errors
5179
5180 2007-01-18 [fabien]     2.7.1cvs30
5181
5182         * src/prefs_other.c
5183                 ability to apply on the fly the recent added
5184                 'gtk_can_change_accels' pref (no need to restart).
5185
5186 2007-01-18 [fabien]     2.7.1cvs29
5187
5188         * src/plugins/bogofilter/bogofilter_gtk.c
5189         * src/plugins/bogofilter/bogofilter.c
5190         * src/plugins/spamassassin/spamassassin_gtk.c
5191         * src/addr_compl.c
5192         * src/prefs_account.c
5193                 factorize or rewrite some translatable strings.
5194
5195 2007-01-18 [fabien]     2.7.1cvs28
5196
5197         * src/prefs_gtk.h
5198         * src/compose.c
5199                 set a 4pix space between "Subject:" label and subject entry in
5200                 compose window.
5201
5202 2007-01-18 [wwp]        2.7.1cvs27
5203
5204         * src/addressbook.c
5205                 fix conflicting address-copy/paste when focus is set
5206                 to the embedded edit-person form.
5207  
5208
5209 2007-01-18 [wwp]        2.7.1cvs26
5210
5211         * src/addressbook.h
5212                 complete 2.7.1cvs23 (one more file was missing from that
5213                 commit).
5214
5215 2007-01-18 [colin]      2.7.1cvs25
5216
5217         * src/main.c
5218                 Provide a way to migrate without backup
5219                 Re-ask for migration on next start if 
5220                 it has been refused and wizard has been 
5221                 cancelled after.
5222
5223 2007-01-18 [wwp]        2.7.1cvs24
5224
5225         * src/editaddress.c
5226                 complete 2.7.1.cvs23 (file was missing from previous
5227                 commit).
5228
5229 2007-01-18 [wwp]        2.7.1cvs23
5230
5231         * src/addressbook.c
5232                 fix potential crashes in address book's focus_in/out signal handlers,
5233                 force focus to the edit-person form when clicked the Edit menu entry or
5234                 button (this only matters if the edit-person form is embedded to the
5235                 AB window, in that case, focus is not set when browsing the contacts
5236                 list w/ keys or mouse clicks).
5237
5238 2007-01-18 [paul]       2.7.1cvs22
5239
5240         * src/main.c
5241                 add command line options:
5242                 -h for --help
5243                 -q and --quit for --exit
5244                 -v for --version
5245                 print "Unknown option" for unknown options
5246
5247 2007-01-18 [paul]       2.7.1cvs21
5248
5249         * po/ru.po
5250                 updated by Pavlo Bohmat
5251
5252 2007-01-18 [paul]       2.7.1cvs20
5253
5254         * src/mainwindow.c
5255                 fix sensitivity issues of Mark as Spam/Ham
5256
5257 2007-01-17 [fabien]     2.7.1cvs19
5258
5259         * src/prefs_other.c
5260         * src/prefs_common.c
5261         * src/prefs_common.h
5262         * src/main.c
5263                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5264                 control the corresponding gtk property. It could be used to lock
5265                 all shortcuts (avoid to set one of them by inadvertency).
5266
5267 2007-01-17 [colin]      2.7.1cvs18
5268
5269         * src/summaryview.c
5270                 Fix bug 1100, 'Highlighted e-mail data not visible 
5271                 when color label applied.'. Use a weighted average
5272                 between normal selected foreground color and color
5273                 label instead of a simple one (3/1 instead 1/1).
5274
5275 2007-01-17 [colin]      2.7.1cvs17
5276
5277         * src/messageview.c
5278                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5279                 crash' - don't prevent mail switching while loading
5280
5281 2007-01-17 [colin]      2.7.1cvs16
5282
5283         * src/folder.c
5284         * src/folder.h
5285         * src/folderview.c
5286         * src/folderview.h
5287         * src/imap.c
5288         * src/imap.h
5289         * src/imap_gtk.c
5290                 Manage recursive search of unsubscribed folders
5291                 Rescan tree without checking for new messages 
5292                 after subscriptions changed
5293
5294 2007-01-17 [paul]       2.7.1cvs15
5295
5296         * src/prefs_common.c
5297         * src/gtk/pluginwindow.c
5298                 fix bug 1101, '"Load plugin" button is
5299                 accidentally hidden'
5300                 unset (-1) initial width in prefs_common,
5301                 fix overlapping buttons,
5302                 and other cleanups
5303
5304 2007-01-17 [paul]       2.7.1cvs14
5305
5306         * src/procmime.c
5307                 add #include <errno.h>, it's needed
5308                 on some systems
5309
5310 2007-01-17 [paul]       2.7.1cvs13
5311
5312         * src/common/defs.h
5313         * tools/make.themes.project
5314                 rename .sylpheed_themeinfo to .claws_themeinfo
5315                 and use it
5316         * src/etpan/etpan-errors.h
5317         * src/etpan/etpan-log.c
5318         * src/etpan/etpan-log.h
5319         * src/etpan/etpan-thread-manager-types.h
5320         * src/etpan/etpan-thread-manager.c
5321         * src/etpan/etpan-thread-manager.h
5322         * src/etpan/imap-thread.c
5323         * src/etpan/imap-thread.h
5324                 add copyright header
5325
5326 2007-01-17 [colin]      2.7.1cvs12
5327
5328         * src/plugins/pgpcore/select-keys.c
5329         * src/gtk/pluginwindow.c
5330         * src/prefs_account.c
5331                 Fix warnings
5332
5333 2007-01-16 [colin]      2.7.1cvs11
5334
5335         * src/imap.c
5336         * src/imap.h
5337         * src/imap_gtk.c
5338                 Manage subscribing to subfolders when only
5339                 subscribed folders are shown.
5340
5341 2007-01-16 [colin]      2.7.1cvs10
5342
5343         * src/folderview.c
5344                 Fix annoying vscrollbar going back to top
5345                 on Check for new folders
5346
5347 2007-01-16 [colin]      2.7.1cvs9
5348
5349         * src/imap.c
5350                 Remove printf
5351
5352 2007-01-16 [colin]      2.7.1cvs8
5353
5354         * src/filtering.c
5355                 Bigger buffer for errors
5356         * src/imap.c
5357         * src/imap.h
5358         * src/imap_gtk.c
5359         * src/prefs_account.c
5360         * src/prefs_account.h
5361         * src/wizard.c
5362         * src/etpan/imap-thread.c
5363         * src/etpan/imap-thread.h
5364         * manual/handling.xml
5365                 Add subscriptions management. What it changes:
5366                 Creating a folder subscribes to it
5367                 Deleting a folder unsubscribes it
5368                 New contextual menu item allowing to switch between
5369                 All folders and Subscribed folders, subscribe, and
5370                 unsubscribe. "Creating" an existing but unsubscribed
5371                 folder will subscribe it.
5372                 By default for new accounts, only subscribed folders 
5373                 are shown.
5374
5375
5376 2007-01-16 [paul]       2.7.1cvs7
5377
5378         * src/summaryview.c
5379                 Allow folder classes to specify only sort_key or
5380                 sort_type instead of both or none.
5381
5382 2007-01-16 [paul]       2.7.1cvs6
5383
5384         * src/action.c
5385         * src/compose.c
5386         * src/mimeview.c
5387         * src/procmime.c
5388         * src/textview.c
5389                 Save and use errno for procmime_get_part
5390
5391 2007-01-16 [colin]      2.7.1cvs5
5392
5393         * src/imap.c
5394                 Never remove INBOX when scanning for
5395                 new folders. It's a special folder
5396                 that has to exist.
5397
5398 2007-01-15 [colin]      2.7.1cvs4
5399
5400         * src/imap.c
5401                 Fix 'Check for new folders' when IMAP subdirectory
5402                 is set
5403         * src/etpan/imap-thread.c
5404                 Fix build
5405
5406 2007-01-15 [colin]      2.7.1cvs3
5407
5408         * src/etpan/imap-thread.c
5409                 Fix invalid free on command-connection
5410                 error
5411
5412 2007-01-15 [wwp]        2.7.1cvs2
5413
5414         * src/matcher_parser_lex.l
5415         * src/quote_fmt_lex.l
5416         * src/matcher_parser_parse.y
5417                 fix copyright header in lexers and parsers.
5418
5419 2007-01-15 [paul]       2.7.1cvs1
5420
5421         * NEWS
5422         * README
5423         * RELEASE_NOTES
5424         * configure.ac
5425                 bump up version number following
5426                 stable release
5427
5428 2007-01-15 [paul]       2.7.0cvs31
5429
5430         * AUTHORS
5431         * src/gtk/authors.h
5432                 add Fabien to the Team list
5433                 add the recent contributors
5434                 make a few corrections
5435
5436 2007-01-15 [paul]       2.7.0cvs30
5437
5438         * src/mainwindow.c
5439                 fix compiler warning
5440         * src/plugins/pgpcore/prefs_gpg.c
5441         * src/plugins/pgpcore/prefs_gpg.h
5442                 add missing include
5443                 fix copyright header
5444
5445 2007-01-14 [colin]      2.7.0cvs29
5446
5447         * src/gtk/filesel.c
5448                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5449                 two benefits: faster to open, will fix strange
5450                 dbus-related crash. Thanks to Pascal Terjan.
5451
5452 2007-01-14 [colin]      2.7.0cvs28
5453
5454         * src/etpan/imap-thread.c
5455                 Delete the old imap just after allocating
5456                 the new one. Makes sure we don't get the
5457                 same pointer by sheer luck, which feels
5458                 strange in the debug log.
5459
5460 2007-01-14 [colin]      2.7.0cvs27
5461
5462         * src/gtk/inputdialog.c
5463                 Make sure we don't print passwords in
5464                 clear text when in debug mode
5465
5466 2007-01-14 [colin]      2.7.0cvs26
5467
5468         * src/gtk/gtksctree.c
5469                 Fix bug 1098, 'bogus last row display 
5470                 after expanding a thread'. Patch by
5471                 Jindrich Makovicka <makovick@gmail.com>
5472
5473 2007-01-14 [colin]      2.7.0cvs25
5474
5475         * src/etpan/imap-thread.c
5476                 Close socket manually before
5477                 freeing the imap struct
5478
5479 2007-01-14 [colin]      2.7.0cvs24
5480
5481         * src/etpan/imap-thread.c
5482                 Maybe fix new reconnection issues
5483
5484 2007-01-13 [colin]      2.7.0cvs23
5485
5486         * src/summaryview.c
5487                 Freeze/thaw on thread selection
5488
5489 2007-01-13 [paul]       2.7.0cvs22
5490
5491         * src/mainwindow.c
5492         * src/summaryview.c
5493         * src/summaryview.h
5494                 add 'Edit/Delete thread'
5495
5496 2007-01-13 [colin]      2.7.0cvs21
5497
5498         * src/prefs_account.c
5499         * src/prefs_compose_writing.c
5500         * src/prefs_message.c
5501         * src/prefs_msg_colors.c
5502         * src/prefs_other.c
5503         * src/prefs_receive.c
5504         * src/prefs_spelling.c
5505         * src/prefs_summaries.c
5506         * src/prefs_themes.c
5507         * src/gtk/gtkutils.c
5508         * src/gtk/gtkutils.h
5509         * src/plugins/pgpcore/prefs_gpg.c
5510         * src/plugins/spamassassin/spamassassin_gtk.c
5511                 Factorize gtk frame creation
5512                 Patch by Pawel
5513
5514 2007-01-13 [colin]      2.7.0cvs20
5515
5516         * src/message_search.c
5517         * src/summary_search.c
5518                 Fix Enter in search windows
5519         * src/messageview.c
5520                 Fix body search starting at the
5521                 end of the mail (and asking for loop)
5522
5523 2007-01-13 [colin]      2.7.0cvs19
5524
5525         * src/etpan/imap-thread.c
5526                 Make sure we don't free the same imap
5527                 twice
5528
5529 2007-01-13 [colin]      2.7.0cvs18
5530
5531         * commitHelper
5532                 Allow multiple commitHelpers to
5533                 run at once
5534
5535 2007-01-12 [colin]      2.7.0cvs17
5536
5537         * src/etpan/imap-thread.c
5538                 Make sure we get rid of the previous mailimap
5539                 when connecting - just in case disconnect was
5540                 unclean
5541
5542 2007-01-12 [paul]       2.7.0cvs16
5543
5544         * src/compose.c
5545                 Strip S/MIME signatures when re-editing
5546                 S/MIME signed messages.
5547
5548 2007-01-12 [paul]       2.7.0cvs15
5549
5550         * configure.ac
5551         * src/addressbook.c
5552         * src/foldersel.c
5553         * src/folderview.c
5554         * src/main.c
5555                 no need to define CLAWS anymore, remove
5556                 all that stuff
5557
5558 2007-01-12 [paul]       2.7.0cvs14
5559
5560         * src/mimeview.c
5561                 check if the mail's signed as
5562                 it can change the mail structure
5563                 Thanks to Colin
5564
5565 2007-01-12 [paul]       2.7.0cvs13
5566
5567         * src/procmime.c
5568                 fix Forwarding msgs with attachments
5569                 that have dos line endings
5570                 Thanks to Colin
5571
5572 2007-01-12 [wwp]        2.7.0cvs12
5573
5574         * configure.ac
5575                 Revert accidentally committed extra version tag.
5576
5577 2007-01-12 [wwp]        2.7.0cvs11
5578
5579         * src/prefs_account.c
5580                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5581
5582 2007-01-11 [colin]      2.7.0cvs10
5583
5584         * src/imap.c
5585                 move g_warning to debug_print
5586                 it scares people for no reason
5587
5588 2007-01-11 [colin]      2.7.0cvs9
5589
5590         * po/POTFILES.in
5591                 Fix files to translate. Patch by
5592                 Fabien
5593
5594 2007-01-11 [paul]       2.7.0cvs8
5595
5596         * src/imap.c
5597                 Fix recursion when server lists the
5598                 current subfolder in the response
5599         * src/mimeview.c
5600                 Fix updating of icon_list/ctree
5601         * src/plugins/pgpcore/select-keys.c
5602                 Fix a few annoyances when choosing
5603                 keys for the CMS (S/MIME) protocol
5604
5605 2007-01-11 [wwp]        2.7.0cvs7
5606
5607         * src/compose.c
5608         * src/prefs_account.c
5609         * src/prefs_account.h
5610                 Add per-account spellcheck default dictionaries settings.
5611
5612 2007-01-10 [colin]      2.7.0cvs6
5613
5614         * src/prefs_folder_item.c
5615                 Factorize strings - patch by Fabien
5616
5617 2007-01-10 [colin]      2.7.0cvs5
5618
5619         * src/mainwindow.c
5620                 Fix bug 1095, 'Crash while changing folder 
5621                 columns during incorporation'
5622
5623 2007-01-09 [colin]      2.7.0cvs4
5624
5625         * src/gtk/pluginwindow.c
5626                 Set the plugin window transient. Seems
5627                 like some window managers hide it in
5628                 the background after "load plugin"...
5629
5630 2007-01-09 [colin]      2.7.0cvs3
5631
5632         * src/gtk/filesel.c
5633                 Use the same type for alloc and free
5634
5635 2007-01-08 [paul]       2.7.0cvs2
5636
5637         * po/nl.po
5638                 updated by Tim Dijkstra
5639
5640 2007-01-08 [paul]       2.7.0cvs1
5641
5642         * src/prefs_themes.c
5643         * src/common/utils.c
5644                 Fix resource leaks
5645
5646 2007-01-08 [paul]       2.7.0
5647
5648         * NEWS
5649         * README
5650         * RELEASE_NOTES
5651                 2.7.0 released
5652
5653 2007-01-08 [paul]       2.6.1cvs119
5654
5655         * doc/man/claws-mail.1
5656                 another correction
5657
5658 2007-01-08 [paul]       2.6.1cvs118
5659
5660         * doc/man/claws-mail.1
5661                 corrections
5662         * manual/advanced.xml
5663                 improved English usage
5664
5665 2007-01-08 [paul]       2.6.1cvs117
5666
5667         * po/ca.po
5668         * po/de.po
5669         * po/en_GB.po
5670         * po/fi.po
5671         * po/it.po
5672         * po/pt_BR.po
5673         * po/sk.po
5674         * po/sr.po
5675         * po/zh_CN.po
5676                 updated by Miquel Oliete, Stephan Sachse, me,
5677                 Tommi Pirinen, Andrea Spadaccini, Frederico
5678                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5679                 Urosevic, and Ralgh Young
5680
5681 2007-01-07 [mones]      2.6.1cvs116
5682
5683         * manual/es/advanced.xml
5684         * po/es.po
5685                 Synced manual (unhide mark_as_read_delay)
5686                 and updated translation for release
5687
5688 2007-01-07 [paul]       2.6.1cvs115
5689
5690         * src/prefs_matcher.c
5691                 make the hbox content fit better under
5692                 various languages
5693
5694 2007-01-07 [colin]      2.6.1cvs114
5695
5696         * src/messageview.c
5697                 Fix bug 1088, 'Ctrl-h produces repeatable
5698                 crash'
5699
5700 2007-01-06 [colin]      2.6.1cvs113
5701
5702         * src/etpan/imap-thread.c
5703                 Add casts to int to get certs. Fixes
5704                 bug 1064, 'crash @ etpan_certificate_check() 
5705                 when opening an IMAP folder', with latest
5706                 libetpan CVS or >= 0.49
5707         * src/mainwindow.c
5708         * src/mainwindow.h
5709         * src/imap_gtk.c
5710         * src/news_gtk.c
5711         * src/prefs_folder_item.c
5712                 Grey out the "synchronise" menu items if
5713                 there's nothing to synchronise.
5714         * src/plugins/pgpcore/sgpgme.c
5715                 Make an error clearer than "Unknown error"
5716
5717 2007-01-06 [colin]      2.6.1cvs112
5718
5719         * src/messageview.c
5720                 Don't try to show a message if updating
5721                 Maybe fixes bug 1088, 'ctrl-h produces
5722                 repeatable crash'.
5723
5724 2007-01-06 [colin]      2.6.1cvs111
5725
5726         * src/summaryview.c
5727                 Disable Control-Space (handle it as Space).
5728
5729 2007-01-05 [paul]       2.6.1cvs110
5730
5731         * src/imap.c
5732                 Fix bug 934, 'sylpheed claws 2.1 
5733                 doesn't show Exchanges Public Folders'
5734                 Thanks to Hoa and Colin
5735         * src/msgcache.c
5736                 Refuse to allocate more than 2 MB for a 
5737                 single field, it's a good indication of
5738                 cache corruption.
5739
5740 2007-01-05 [colin]      2.6.1cvs109
5741
5742         * src/mainwindow.c
5743                 Allow --select'ing emails by Message-ID too
5744
5745 2007-01-05 [colin]      2.6.1cvs108
5746
5747         * src/common/quoted-printable.c
5748                 Uh! Third fix :)
5749
5750 2007-01-05 [colin]      2.6.1cvs107
5751
5752         * src/common/quoted-printable.c
5753                 Fix previous commit about bug 1089
5754                 Thanks to Ralf
5755
5756 2007-01-05 [colin]      2.6.1cvs106
5757
5758         * src/common/quoted-printable.c
5759                 Fix my previous commit on bug 1089
5760                 - Thanks to Ralf :)
5761
5762 2007-01-04 [colin]      2.6.1cvs105
5763
5764         * src/common/quoted-printable.c
5765                 Fix bug 1089, 'NUL characters in Subject 
5766                 line are misinterpreted'. Not a pain to
5767                 fix in fact.
5768
5769 2007-01-04 [colin]      
5770
5771         2.7.0-rc3 released
5772
5773 2007-01-04 [wwp]        2.6.1cvs104
5774
5775         * src/image_viewer.c
5776                 Force operator precedence (fix a compiler warning).
5777
5778 2007-01-04 [colin]      2.6.1cvs103
5779
5780         * src/image_viewer.c
5781                 Be cautious there too (same fix as the one
5782                 in textview from cvs33)
5783         * src/messageview.c
5784                 Don't use any MimeViewer plugin when showing
5785                 all headers
5786
5787 2007-01-03 [wwp]        2.6.1cvs102
5788
5789         * src/html.c
5790         * src/html.h
5791                 fixed "cent" sign (use the existing ASCII one),
5792                 decode more HTML entities,
5793                 converted table ASCII entries to UTF-8,
5794                 moved a switch() into a hashtable.
5795
5796 2007-01-03 [paul]       2.6.1cvs101
5797
5798         * src/compose.c
5799         * src/messageview.c
5800         * src/procmsg.c
5801         * src/procmsg.h
5802                 When possible, use move_msg instead of
5803                 copy_msg + remove_msg to move sent mail
5804                 from Queue to Sent. 
5805
5806 2007-01-03 [paul]       2.6.1cvs100
5807
5808         * src/html.c
5809                 add more html entity recognition:
5810                 pounds, euros, and cents
5811
5812 2007-01-03 [colin]      2.6.1cvs99
5813
5814         * src/imap_gtk.c
5815                 Don't display an error on NOSELECT
5816                 folders when synchronising
5817
5818 2007-01-03 [paul]       2.6.1cvs98
5819
5820         * tools/maildir2claws-mail.pl
5821                 only substitute 'sent-mail' if it's
5822                 the full directory name
5823
5824 2007-01-03 [paul]       2.6.1cvs97
5825
5826         * ChangeLog
5827         * ChangeLog.pre2.0.0
5828         * Makefile.am
5829                 archive a chunk of ChangeLog in
5830                 ChangeLog.pre2.0.0
5831         * ChangeLog.gtk1
5832         * doc/src/ChangeLog.claws-pre0.8.0
5833                 remove ChangeLog.claws-pre0.8.0, adding
5834                 its contents to ChangeLog.gtk1
5835
5836 2007-01-03 [paul]       2.6.1cvs96
5837
5838         * src/account.c
5839         * src/account.h
5840         * src/action.c
5841         * src/action.h
5842         * src/adbookbase.h
5843         * src/addr_compl.c
5844         * src/addr_compl.h
5845         * src/addrbook.c
5846         * src/addrcache.c
5847         * src/addrcache.h
5848         * src/addrcindex.c
5849         * src/addrcindex.h
5850         * src/addrclip.c
5851         * src/addrclip.h
5852         * src/addrdefs.h
5853         * src/addressadd.c
5854         * src/addressadd.h
5855         * src/addressbook.c
5856         * src/addressbook.h
5857         * src/addressbook_foldersel.c
5858         * src/addressbook_foldersel.h
5859         * src/addrgather.c
5860         * src/addrgather.h
5861         * src/addrharvest.c
5862         * src/addrharvest.h
5863         * src/addrindex.c
5864         * src/addrindex.h
5865         * src/addritem.c
5866         * src/addritem.h
5867         * src/addrquery.c
5868         * src/addrquery.h
5869         * src/addrselect.c
5870         * src/addrselect.h
5871         * src/alertpanel.c
5872         * src/alertpanel.h
5873         * src/browseldap.c
5874         * src/browseldap.h
5875         * src/codeconv.c
5876         * src/codeconv.h
5877         * src/compose.c
5878         * src/compose.h
5879         * src/customheader.c
5880         * src/customheader.h
5881         * src/displayheader.c
5882         * src/displayheader.h
5883         * src/editaddress.c
5884         * src/editaddress.h
5885         * src/editbook.c
5886         * src/editbook.h
5887         * src/editgroup.c
5888         * src/editgroup.h
5889         * src/editjpilot.c
5890         * src/editjpilot.h
5891         * src/editldap.c
5892         * src/editldap.h
5893         * src/editldap_basedn.c
5894         * src/editldap_basedn.h
5895         * src/editvcard.c
5896         * src/editvcard.h
5897         * src/exphtmldlg.c
5898         * src/exphtmldlg.h
5899         * src/expldifdlg.c
5900         * src/expldifdlg.h
5901         * src/export.c
5902         * src/export.h
5903         * src/exporthtml.c
5904         * src/exporthtml.h
5905         * src/exportldif.c
5906         * src/exportldif.h
5907         * src/filtering.c
5908         * src/filtering.h
5909         * src/folder.c
5910         * src/folder.h
5911         * src/folder_item_prefs.c
5912         * src/folder_item_prefs.h
5913         * src/foldersel.c
5914         * src/foldersel.h
5915         * src/folderutils.c
5916         * src/folderutils.h
5917         * src/folderview.c
5918         * src/folderview.h
5919         * src/grouplistdialog.c
5920         * src/grouplistdialog.h
5921         * src/headerview.c
5922         * src/html.c
5923         * src/html.h
5924         * src/image_viewer.c
5925         * src/image_viewer.h
5926         * src/imap.c
5927         * src/imap.h
5928         * src/imap_gtk.c
5929         * src/imap_gtk.h
5930         * src/import.c
5931         * src/import.h
5932         * src/importldif.c
5933         * src/importldif.h
5934         * src/importmutt.c
5935         * src/importmutt.h
5936         * src/importpine.c
5937         * src/importpine.h
5938         * src/inc.c
5939         * src/inc.h
5940         * src/jpilot.c
5941         * src/jpilot.h
5942         * src/ldapctrl.c
5943         * src/ldapctrl.h
5944         * src/ldaplocate.c
5945         * src/ldaplocate.h
5946         * src/ldapquery.c
5947         * src/ldapquery.h
5948         * src/ldapserver.c
5949         * src/ldapserver.h
5950         * src/ldaputil.c
5951         * src/ldaputil.h
5952         * src/ldif.c
5953         * src/ldif.h
5954         * src/main.c
5955         * src/main.h
5956         * src/mainwindow.c
5957         * src/mainwindow.h
5958         * src/manual.c
5959         * src/manual.h
5960         * src/mbox.c
5961         * src/message_search.c
5962         * src/message_search.h
5963         * src/messageview.c
5964         * src/messageview.h
5965         * src/mh.c
5966         * src/mh.h
5967         * src/mh_gtk.c
5968         * src/mh_gtk.h
5969         * src/mimeview.c
5970         * src/mimeview.h
5971         * src/msgcache.c
5972         * src/msgcache.h
5973         * src/mutt.c
5974         * src/mutt.h
5975         * src/news.c
5976         * src/news.h
5977         * src/news_gtk.c
5978         * src/news_gtk.h
5979         * src/partial_download.c
5980         * src/partial_download.h
5981         * src/pine.c
5982         * src/pine.h
5983         * src/pop.c
5984         * src/pop.h
5985         * src/prefs_account.c
5986         * src/prefs_account.h
5987         * src/prefs_actions.c
5988         * src/prefs_actions.h
5989         * src/prefs_common.c
5990         * src/prefs_common.h
5991         * src/prefs_compose_writing.c
5992         * src/prefs_compose_writing.h
5993         * src/prefs_customheader.c
5994         * src/prefs_customheader.h
5995         * src/prefs_display_header.c
5996         * src/prefs_display_header.h
5997         * src/prefs_filtering.c
5998         * src/prefs_filtering.h
5999         * src/prefs_filtering_action.c
6000         * src/prefs_filtering_action.h
6001         * src/prefs_folder_column.c
6002         * src/prefs_folder_column.h
6003         * src/prefs_folder_item.c
6004         * src/prefs_folder_item.h
6005         * src/prefs_fonts.c
6006         * src/prefs_fonts.h
6007         * src/prefs_gtk.c
6008         * src/prefs_gtk.h
6009         * src/prefs_image_viewer.c
6010         * src/prefs_image_viewer.h
6011         * src/prefs_matcher.c
6012         * src/prefs_matcher.h
6013         * src/prefs_message.c
6014         * src/prefs_msg_colors.c
6015         * src/prefs_msg_colors.h
6016         * src/prefs_other.c
6017         * src/prefs_quote.c
6018         * src/prefs_receive.c
6019         * src/prefs_send.c
6020         * src/prefs_spelling.c
6021         * src/prefs_spelling.h
6022         * src/prefs_summaries.c
6023         * src/prefs_summaries.h
6024         * src/prefs_summary_column.c
6025         * src/prefs_summary_column.h
6026         * src/prefs_template.c
6027         * src/prefs_template.h
6028         * src/prefs_themes.c
6029         * src/prefs_themes.h
6030         * src/prefs_toolbar.c
6031         * src/prefs_toolbar.h
6032         * src/prefs_wrapping.c
6033         * src/prefs_wrapping.h
6034         * src/privacy.c
6035         * src/privacy.h
6036         * src/procheader.c
6037         * src/procheader.h
6038         * src/procmime.c
6039         * src/procmime.h
6040         * src/procmsg.c
6041         * src/procmsg.h
6042         * src/quote_fmt.c
6043         * src/quote_fmt_parse.y
6044         * src/recv.c
6045         * src/recv.h
6046         * src/remotefolder.c
6047         * src/remotefolder.h
6048         * src/send_message.c
6049         * src/send_message.h
6050         * src/setup.c
6051         * src/setup.h
6052         * src/sourcewindow.c
6053         * src/sourcewindow.h
6054         * src/ssl_manager.c
6055         * src/ssl_manager.h
6056         * src/statusbar.c
6057         * src/statusbar.h
6058         * src/stock_pixmap.c
6059         * src/stock_pixmap.h
6060         * src/summary_search.c
6061         * src/summary_search.h
6062         * src/summaryview.c
6063         * src/summaryview.h
6064         * src/textview.c
6065         * src/textview.h
6066         * src/toolbar.c
6067         * src/toolbar.h
6068         * src/undo.c
6069         * src/undo.h
6070         * src/unmime.c
6071         * src/unmime.h
6072         * src/vcard.c
6073         * src/vcard.h
6074         * src/wizard.c
6075         * src/wizard.h
6076         * src/common/base64.c
6077         * src/common/base64.h
6078         * src/common/defs.h
6079         * src/common/hooks.c
6080         * src/common/hooks.h
6081         * src/common/log.c
6082         * src/common/log.h
6083         * src/common/mgutils.c
6084         * src/common/mgutils.h
6085         * src/common/nntp.c
6086         * src/common/nntp.h
6087         * src/common/passcrypt.c
6088         * src/common/passcrypt.h.in
6089         * src/common/plugin.c
6090         * src/common/plugin.h
6091         * src/common/prefs.c
6092         * src/common/prefs.h
6093         * src/common/progressindicator.c
6094         * src/common/progressindicator.h
6095         * src/common/quoted-printable.c
6096         * src/common/quoted-printable.h
6097         * src/common/session.c
6098         * src/common/session.h
6099         * src/common/smtp.c
6100         * src/common/smtp.h
6101         * src/common/socket.c
6102         * src/common/socket.h
6103         * src/common/ssl.c
6104         * src/common/ssl.h
6105         * src/common/ssl_certificate.c
6106         * src/common/ssl_certificate.h
6107         * src/common/stringtable.c
6108         * src/common/stringtable.h
6109         * src/common/template.c
6110         * src/common/template.h
6111         * src/common/timing.h
6112         * src/common/utils.c
6113         * src/common/utils.h
6114         * src/common/version.h.in
6115         * src/common/xml.c
6116         * src/common/xml.h
6117         * src/common/xmlprops.c
6118         * src/common/xmlprops.h
6119         * src/gtk/about.c
6120         * src/gtk/colorlabel.c
6121         * src/gtk/colorsel.c
6122         * src/gtk/colorsel.h
6123         * src/gtk/combobox.c
6124         * src/gtk/combobox.h
6125         * src/gtk/description_window.c
6126         * src/gtk/description_window.h
6127         * src/gtk/filesel.c
6128         * src/gtk/filesel.h
6129         * src/gtk/foldersort.c
6130         * src/gtk/foldersort.h
6131         * src/gtk/gtksctree.c
6132         * src/gtk/gtkutils.c
6133         * src/gtk/gtkutils.h
6134         * src/gtk/inputdialog.c
6135         * src/gtk/inputdialog.h
6136         * src/gtk/logwindow.c
6137         * src/gtk/logwindow.h
6138         * src/gtk/manage_window.c
6139         * src/gtk/manage_window.h
6140         * src/gtk/menu.c
6141         * src/gtk/menu.h
6142         * src/gtk/pluginwindow.c
6143         * src/gtk/pluginwindow.h
6144         * src/gtk/prefswindow.c
6145         * src/gtk/prefswindow.h
6146         * src/gtk/progressdialog.c
6147         * src/gtk/progressdialog.h
6148         * src/gtk/sslcertwindow.c
6149         * src/gtk/sslcertwindow.h
6150         * src/plugins/bogofilter/bogofilter.c
6151         * src/plugins/bogofilter/bogofilter.h
6152         * src/plugins/bogofilter/bogofilter_gtk.c
6153         * src/plugins/clamav/clamav_plugin.c
6154         * src/plugins/clamav/clamav_plugin.h
6155         * src/plugins/clamav/clamav_plugin_gtk.c
6156         * src/plugins/demo/demo.c
6157         * src/plugins/dillo_viewer/dillo_prefs.c
6158         * src/plugins/dillo_viewer/dillo_prefs.h
6159         * src/plugins/dillo_viewer/dillo_viewer.c
6160         * src/plugins/pgpcore/passphrase.c
6161         * src/plugins/pgpcore/passphrase.h
6162         * src/plugins/pgpcore/pgp_viewer.c
6163         * src/plugins/pgpcore/pgp_viewer.h
6164         * src/plugins/pgpcore/plugin.c
6165         * src/plugins/pgpcore/select-keys.c
6166         * src/plugins/pgpcore/select-keys.h
6167         * src/plugins/pgpcore/sgpgme.c
6168         * src/plugins/pgpcore/sgpgme.h
6169         * src/plugins/pgpinline/pgpinline.c
6170         * src/plugins/pgpinline/pgpinline.h
6171         * src/plugins/pgpinline/plugin.c
6172         * src/plugins/pgpmime/pgpmime.c
6173         * src/plugins/pgpmime/pgpmime.h
6174         * src/plugins/pgpmime/plugin.c
6175         * src/plugins/spamassassin/spamassassin.c
6176         * src/plugins/spamassassin/spamassassin.h
6177         * src/plugins/spamassassin/spamassassin_gtk.c
6178         * src/plugins/trayicon/trayicon.c
6179                 it's 2007, update the year in the copyright headers
6180
6181 2007-01-03 [paul]       2.6.1cvs95
6182
6183         * src/gtk/about.c
6184                 it is 2007, use it in the copyright string
6185
6186 2007-01-03 [paul]       2.6.1cvs94
6187
6188         * src/html.c
6189                 html entity conversion:
6190                 move &#153; to a more suitable place
6191                 add &bull; and &ndash;
6192                 make sure &mdash; and &#8212; are both
6193                 converted the same
6194
6195 2007-01-02 [colin]      2.6.1cvs93
6196
6197         * src/addrbook.c
6198                 Fix leak
6199         * src/common/plugin.c
6200                 Add comment
6201         * src/etpan/imap-thread.c
6202                 Fix warning
6203
6204 2006-12-31 [paul]       2.6.1cvs92
6205
6206         * src/prefs_summaries.c
6207                 use gtk_button_new_from_stock()
6208
6209 2006-12-30 [colin]      2.6.1cvs91
6210
6211         * src/folder.c
6212         * src/imap_gtk.c
6213         * src/mh_gtk.c
6214                 Don't update filtering and account paths 
6215                 when copying folders
6216
6217 2006-12-30 [colin]      2.6.1cvs90
6218
6219         * src/prefs_compose_writing.c
6220         * src/prefs_quote.c
6221         * src/prefs_template.c
6222                 Use message font for Writing and 
6223                 Quoting prefs, as well as Templates.
6224
6225 2006-12-30 [colin]      2.6.1cvs89
6226
6227         * src/prefs_summaries.c
6228                 Rework GUI; patch by Pawel
6229
6230 2006-12-29 [colin]      2.6.1cvs88
6231
6232         * src/prefs_folder_item.c
6233                 Fix bug 1085, 'Apply to subfolder 
6234                 doesn't work' - I was mistaken saying
6235                 it worked in every case
6236
6237 2006-12-28 [colin]      2.6.1cvs87
6238
6239         * src/gtk/gtkaspell.c
6240                 Don't assert if use_alternate is true
6241                 and alt_dictionary isn't set -- this 
6242                 is what happens on upgrade! Rather,
6243                 do with it.
6244
6245 2006-12-28 [colin]      2.6.1cvs86
6246
6247         * Makefile.am
6248                 Fix desktop/icon simplification
6249
6250 2006-12-28 [colin]      2.6.1cvs85
6251
6252         * Makefile.am
6253                 Make desktop and icon not 
6254                 dependant on the desktop
6255
6256 2006-12-28 [wwp]        2.6.1cvs84
6257
6258         * src/plugins/pgpmime/claws.def
6259                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6260
6261 2006-12-28 [wwp]        2.6.1cvs83
6262
6263         * src/prefs_folder_item.c
6264                 Fix coloring of "simplify subject regexp" (folder prefs),
6265                 which might be left to red whereas the regexp gets empty.
6266
6267 2006-12-28 [wwp]        2.6.1cvs82
6268
6269         * src/prefs_common.c
6270         * src/prefs_common.h
6271         * src/addressbook.c
6272         * src/addressitem.h
6273                 Save addressbook mainwindow's horizontal and vertical splitter position.
6274
6275 2006-12-27 [wwp]        2.6.1cvs81
6276
6277         * src/gtk/gtkaspell.c
6278         * src/gtk/gtkaspell.h
6279         * src/compose.c
6280                 Fix assignment of compose's default and alternate dictionary from
6281                 account or folder settings. Now gtkaspell_change_dict does rotate
6282                 dicts only when it's called from a menu cb.
6283
6284 2006-12-27 [wwp]        2.6.1cvs80
6285
6286         * src/folder_item_prefs.c
6287                 Fix randomly initialized default-alt-dictionary (folder prefs),
6288                 complete 2.6.1cvs72.
6289
6290 2006-12-27 [paul]       2.6.1cvs79
6291
6292         * src/imap_gtk.c
6293         * src/mh_gtk.c
6294                 Add Copy folder in the folder's contextual
6295                 menu
6296
6297 2006-12-27 [wwp]        2.6.1cvs78
6298
6299         * src/imap.c
6300                 Clean up session locking, thanks to Colin.
6301
6302 2006-12-26 [colin]      2.6.1cvs77
6303
6304         * src/statusbar.c
6305                 Revert previous patch
6306
6307 2006-12-26 [colin]      2.6.1cvs76
6308
6309         * src/folder.c
6310         * src/folderview.c
6311         * src/imap.c
6312         * src/statusbar.c
6313         * src/etpan/imap-thread.c
6314                 Fix previous commit warnings
6315                 Make statusbar update every second if total < 20
6316                 Make IMAP APPEND faster by simplifying log              
6317
6318 2006-12-26 [colin]      2.6.1cvs75
6319
6320         * src/folder.c
6321         * src/folder.h
6322         * src/folderview.c
6323         * src/folderview.h
6324         * src/imap_gtk.c
6325         * src/mh_gtk.c
6326                 Make it possible to copy folders accross
6327                 mailboxes (this was an arbitrary limitation).
6328                 Still make it impossible to move folders 
6329                 accross mailboxes.
6330
6331 2006-12-26 [colin]      2.6.1cvs74
6332
6333         * src/etpan/imap-thread.c
6334                 Fix bug 1081, 'claws-mail 
6335                 segfaults when going offline 
6336                 while it transfers mails via 
6337                 imap'
6338
6339 2006-12-26 [colin]      2.6.1cvs73
6340
6341         * src/folder_item_prefs.c
6342                 Don't forget alt dictionary when
6343                 renaming/moving folders
6344
6345 2006-12-26 [wwp]        2.6.1cvs72
6346
6347         * src/folder_item_prefs.c
6348                 Add missing defaults for per-folder alt dict
6349                 (forgotten in 2.6.1cvs61).
6350
6351 2006-12-26 [colin]      2.6.1cvs71
6352
6353         * src/wizard.c
6354                 Add tooltip to state that specifying
6355                 full path to mailbox is possible
6356
6357 2006-12-26 [wwp]        2.6.1cvs70
6358
6359         * src/partial_download.c
6360         * src/gtk/gtkvscrollbutton.c
6361         * src/plugins/pgpinline/plugin.c
6362                 Fix for few compiler warnings that matter.
6363
6364 2006-12-25 [colin]      2.6.1cvs69
6365
6366         * src/partial_download.c
6367                 Fix marking for download or deletion
6368                 when the header isn't the first
6369         * src/gtk/logwindow.c
6370                 Fix start of scrolling
6371
6372 2006-12-23 [paul]       2.6.1cvs68
6373
6374         * src/compose.c
6375                 change last commit to use the 'academic'
6376                 method instead. Thanks to wwp
6377
6378 2006-12-23 [paul]       2.6.1cvs67
6379
6380         * src/compose.c
6381                 don't warn about empty subject when
6382                 redirecting
6383
6384 2006-12-22 [colin]      2.6.1cvs66
6385
6386         * src/summary_search.c
6387                 Fix previous patch
6388
6389 2006-12-22 [colin]      2.6.1cvs65
6390
6391         * src/gtk/gtkutils.c
6392         * src/imap.c
6393         * src/jpilot.c
6394         * src/summary_search.c
6395                 A few warning fixes
6396
6397 2006-12-23 [paul]       
6398
6399         2.7.0-rc2 released
6400
6401 2006-12-22 [colin]      2.6.1cvs64
6402
6403         * src/toolbar.c
6404         * src/toolbar.h
6405                 Add a combo to the learn spam button
6406         * src/plugins/bogofilter/bogofilter.c
6407         * src/plugins/bogofilter/bogofilter_gtk.c
6408         * src/plugins/bogofilter/bogofilter.h
6409                 Allow to store Unsure mails in a specific
6410                 folder to make better teaching easier
6411
6412 2006-12-21 [wwp]        2.6.1cvs63
6413
6414         * src/compose.c
6415         * src/prefs_common.c
6416         * src/prefs_common.h
6417         * src/prefs_spelling.c
6418         * src/gtk/gtkaspell.c
6419         * src/gtk/gtkaspell.h
6420                 Allow spell-checking using both current and alternate dictionaries
6421                 (thanks to Colin).
6422
6423 2006-12-21 [wwp]        2.6.1cvs62
6424
6425         * src/gtk/gtkaspell.c
6426                 Apply recheck_when_changing_dict (highlight all mispelled words)
6427                 when switching to alternate dictionary.
6428
6429 2006-12-21 [wwp]        2.6.1cvs61
6430
6431         * src/compose.c
6432         * src/folder_item_prefs.h
6433         * src/prefs_common.c
6434         * src/prefs_common.h
6435         * src/prefs_folder_item.c
6436         * src/prefs_spelling.c
6437         * src/gtk/gtkaspell.c
6438         * src/gtk/gtkaspell.h
6439                 Add global and per-folder prefs to set the default
6440                 alternate dictionary.
6441
6442 2006-12-21 [colin]      2.6.1cvs60
6443
6444         * src/folder.c
6445                 Look for folders by path in all folders
6446         * src/html.c
6447                 add &mdash;
6448
6449 2006-12-20 [colin]      2.6.1cvs59
6450
6451         * src/gtk/quicksearch.c
6452                 Make sure in_typing is false when clearing
6453
6454 2006-12-20 [wwp]        2.6.1cvs58
6455
6456         * configure.ac
6457                 change manual's target dir to be LFH-compliant (thanks to Colin).
6458
6459 2006-12-20 [wwp]        2.6.1cvs57
6460
6461         * src/prefs_common.c
6462         * src/prefs_summaries.c
6463                 i18n fix and factorize patch, thanks to Fabien.
6464
6465 2006-12-20 [paul]       2.6.1cvs56
6466
6467         * configure.ac
6468                 last of the renaming (??)
6469         * src/main.c
6470                 correct --help info of --status-full
6471         * src/plugins/bogofilter/bogofilter.c
6472                 make FALSE default of whitelist_ab
6473
6474 2006-12-19 [colin]      2.6.1cvs55
6475
6476         * src/jpilot.c
6477                 Same as before, without depending on
6478                 pisock >= 0.12
6479
6480 2006-12-19 [colin]      2.6.1cvs54
6481
6482         * src/jpilot.c
6483                 Fix bug 1059, 'Better jpilot charset 
6484                 handling'. Use libpisync's charset conversion
6485                 if possible
6486
6487 2006-12-19 [colin]      2.6.1cvs53
6488
6489         * po/fr.po
6490                 Updated by Fabien
6491
6492 2006-12-19 [wwp]        2.6.1cvs52
6493
6494         * src/gtk/about.c
6495                 Add missing #include (thanks to Colin).
6496
6497 2006-12-19 [wwp]        2.6.1cvs51
6498
6499         * src/prefs_receive.c
6500                 Better spacing between widgets in prefs.
6501
6502 2006-12-18 [colin]      2.6.1cvs50
6503
6504         * src/imap.c
6505                 Fix failure to get separator on LIST "" ""
6506                 Try LIST "" "INBOX" too.
6507
6508 2006-12-18 [wwp]        2.6.1cvs49
6509
6510         * src/common/session.c
6511                 Fix a compiler warning (thanks to Fabien).
6512
6513 2006-12-18 [wwp]        2.6.1cvs48
6514
6515         * src/compose.c
6516         * src/prefs_quote.c
6517                 Factorize some strings for translation (it's about error
6518                 messages when applying or checking template/quote format).
6519
6520 2006-12-18 [colin]      2.6.1cvs47
6521
6522         * Makefile.am
6523         * src/common/defs.h
6524         * src/gtk/Makefile.am
6525         * src/gtk/about.c
6526                 Add a Release notes tab from the contents of
6527                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6528
6529 2006-12-17 [colin]      2.6.1cvs46
6530
6531         * src/mimeview.c
6532         * src/textview.c
6533         * src/gtk/filesel.c
6534                 Correctly convert from/to UTF8/filename encoding
6535                 when loading and saving files. Probably fixes
6536                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6537                 for a file to attach and is blocked...'
6538
6539 2006-12-17 [colin]      2.6.1cvs45
6540
6541         * src/gtk/logwindow.c
6542                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6543                 IMAP folder and is blocked on main thread': 
6544                 make sure we put utf8 in the log.
6545
6546 2006-12-16 [colin]      2.6.1cvs44
6547
6548         * src/toolbar.c
6549         * src/toolbar.h
6550                 Fix bug 1055, 'Add the 'cancel receive' 
6551                 in the available events for the toolbar buttons'
6552
6553 2006-12-16 [colin]      2.6.1cvs43
6554
6555         * po/POTFILES.in
6556         * src/imap.c
6557         * src/common/nntp.c
6558         * src/common/session.c
6559                 Log error when SSL handshakes fail. 
6560                 Fixes bug 1082, 'incorrect / imprecise 
6561                 error message when imap server provides 
6562                 ssl only through STARTTLS but SSL is 
6563                 selected'
6564
6565 2006-12-15 [wwp]        2.6.1cvs42
6566
6567         * src/plugins/bogofilter/bogofilter_gtk.c
6568                 set proper sensitivity to widgets I've recently added.
6569
6570 2006-12-15 [colin]      
6571
6572         2.7.0-rc1 released
6573
6574 2006-12-15 [wwp]        2.6.1cvs41
6575
6576         * src/plugins/bogofilter/bogofilter.c
6577         * src/plugins/bogofilter/bogofilter.h
6578         * src/plugins/bogofilter/bogofilter_gtk.c
6579                 bogofilter's whitelist can now use a subset of
6580                 the addressbook (either a book, a subfolder of a book,
6581                 or the whole addressbook by using "Any"). Re-used there
6582                 some pref_matcher widgets and mechanisms to match a subset
6583                 of the addressbook.
6584
6585 2006-12-15 [wwp]        2.6.1cvs40
6586
6587         * src/wizard.c
6588         * src/common/plugin.c
6589         * src/common/plugin.h
6590         * src/gtk/about.c
6591         * src/plugins/bogofilter/bogofilter.c
6592         * src/plugins/clamav/clamav_plugin.c
6593         * src/plugins/demo/demo.c
6594         * src/plugins/dillo_viewer/dillo_viewer.c
6595         * src/plugins/pgpcore/plugin.c
6596         * src/plugins/pgpinline/plugin.c
6597         * src/plugins/pgpmime/plugin.c
6598         * src/plugins/spamassassin/spamassassin.c
6599         * src/plugins/trayicon/trayicon.c
6600                 factorize some translatable strings (plugins-related),
6601                 fix missing punctuation in several places,
6602                 remove useless translatable \n in about.c,
6603                 and factorize plugin init code w/ a new function
6604                 check_plugin_version() in common/plugin.c.
6605                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6606
6607 2006-12-15 [wwp]        2.6.1cvs39
6608
6609         * src/plugins/bogofilter/bogofilter.c
6610         * src/plugins/bogofilter/bogofilter_gtk.c
6611                 flag whitelisted spams as spam, but don't filter it to the spam
6612                 folder. Thanks to Colin.
6613
6614 2006-12-15 [ticho]      2.6.1cvs38
6615
6616         * src/plugins/bogofilter/bogofilter.c
6617         * src/plugins/bogofilter/bogofilter.h
6618         * src/plugins/bogofilter/bogofilter_gtk.c
6619                 Add option to whitelist senders found in addressbook. Patch by colin.
6620
6621 2006-12-15 [paul]       2.6.1cvs37
6622
6623         * src/folderview.c
6624                 add missing #include "log.h"
6625
6626 2006-12-15 [paul]       2.6.1cvs36
6627
6628         * src/plugins/bogofilter/bogofilter.c
6629         * src/plugins/bogofilter/bogofilter.h
6630         * src/plugins/bogofilter/bogofilter_gtk.c
6631                 Add an option to allow inserting an
6632                 X-Claws-Bogosity header (on MH folders
6633                 only). Patch by Colin
6634
6635 2006-12-14 [colin]      2.6.1cvs35
6636
6637         * src/main.c
6638                 "Yes" should be the default choice for
6639                 migration configuration
6640
6641 2006-12-14 [paul]       2.6.1cvs34
6642
6643         * src/prefs_summaries.c
6644         * manual/advanced.xml
6645                 Unhide mark_as_read_delay
6646
6647 2006-12-14 [paul]       2.6.1cvs33
6648
6649         * src/messageview.c
6650         * src/messageview.h
6651         * src/mimeview.c
6652         * src/mimeview.h
6653         * src/summaryview.c
6654         * src/textview.c
6655         * src/textview.h
6656                 Fix printing of selection
6657                 Fix printing of message parts
6658                 Fix printing of images
6659         * src/gtk/gtksourceprintjob.c
6660                 Fix page count when there are images
6661
6662 2006-12-14 [wwp]        2.6.1cvs32
6663
6664         * src/mainwindow.c
6665         * src/summaryview.c
6666         * src/summaryview.h
6667         * src/gtk/quicksearch.c
6668                 fix quicksearch 'magnify' button status when QS is closed
6669                 using the Escape key, thanks to Colin.
6670
6671 2006-12-14 [wwp]        2.6.1cvs31
6672
6673         * src/mainwindow.c
6674         * src/summaryview.c
6675         * src/summaryview.h
6676         * src/gtk/quicksearch.c
6677                 fix quicksearch 'magnify' button status when QS is closed
6678                 using the Escape key, thanks to Colin.
6679
6680 2006-12-13 [colin]      2.6.1cvs30
6681
6682         * src/ldapquery.c
6683         * src/ldaputil.c
6684                 Use the binary safe version of ldap_get_values,
6685                 to make sure we manipulate null-terminated 
6686                 strings. Maybe fixes bug 1075, 'claws mail 
6687                 segfault when completing ldap adresses'
6688         * src/syldap.c ** REMOVED **
6689         * src/syldap.h ** REMOVED **
6690                 Remove dead files
6691
6692 2006-12-13 [mones]      2.6.1cvs29
6693
6694         * po/es.po
6695                 Fixed piped strings, fixed click translation
6696
6697 2006-12-13 [paul]       2.6.1cvs28
6698
6699         * src/main.c
6700                 don't translate these strings
6701
6702 2006-12-13 [paul]       2.6.1cvs27
6703
6704         * po/en_GB.po
6705                 updated
6706
6707 2006-12-13 [colin]      2.6.1cvs26
6708
6709         * src/main.c
6710         * src/main.h
6711                 Add claws_is_starting()
6712
6713 2006-12-13 [mones]      2.6.1cvs25
6714
6715         * manual/es/advanced.xml
6716         * po/es.po
6717                 Synced manual and updated translation
6718
6719 2006-12-12 [colin]      2.6.1cvs24
6720
6721         * src/wizard.c
6722                 Add an option to use STARTTLS in the
6723                 welcome wizard. Fixes bug 1080, 
6724                 'Using SSL option in wizard for incoming 
6725                 server does not activate SSL with STARTTLS'
6726
6727 2006-12-12 [colin]      2.6.1cvs23
6728
6729         * src/main.c
6730                 Don't exit when there's an incomplete
6731                 mailbox configured - leaves a chance 
6732                 to fix a failing IMAP account. Exit
6733                 if no mailbox at all is loaded (case
6734                 of missing plugin).
6735                 Completes bug 1077's fix (I was wrong
6736                 in this bug's comment #3).
6737
6738 2006-12-12 [colin]      2.6.1cvs22
6739
6740         * src/gtk/menu.h
6741                 Add another menu data type
6742         * src/prefs_account.c
6743                 Complete the completion of bug 1076
6744                 (doesn't lose the pref on apply)
6745
6746 2006-12-12 [paul]       2.6.1cvs21
6747
6748         * src/prefs_account.c
6749                 complete the fix of bug 1076
6750                 also be more verbose with the text
6751
6752 2006-12-12 [paul]       2.6.1cvs20
6753
6754         * src/gtk/combobox.c
6755                 fix compilation warning
6756
6757 2006-12-11 [colin]      2.6.1cvs19
6758
6759         * src/wizard.c
6760                 Document :port in server entry tooltips
6761
6762 2006-12-11 [colin]      2.6.1cvs18
6763
6764         * src/main.c
6765                 Fix compile
6766
6767 2006-12-11 [colin]      2.6.1cvs17
6768
6769         * src/main.c
6770                 Add failing IMAP as a reason for no
6771                 mailbox
6772
6773 2006-12-11 [colin]      2.6.1cvs16
6774
6775         * src/prefs_account.c
6776                 Check for existence of inbox for local
6777                 accounts too
6778         * src/wizard.c
6779                 Allow setting the port to use for servers
6780                 by using the usual "server.example.com:port"
6781                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6782                 not start when IMAP server is unavailable'
6783
6784 2006-12-11 [colin]      2.6.1cvs15
6785
6786         * src/prefs_account.c
6787                 Prevent use of non-existing default inbox
6788
6789 2006-12-11 [colin]      2.6.1cvs14
6790
6791         * src/prefs_account.c
6792                 Fix sensitivity. Fixes bug 1076, 'privacy 
6793                 options are displayed even when pgp plugin 
6794                 not loaded / available'
6795
6796 2006-12-09 [colin]      2.6.1cvs13
6797
6798         * manual/advanced.xml
6799         * src/prefs_common.c
6800         * src/prefs_common.h
6801         * src/common/ssl_certificate.c
6802                 Add a new hidden preference, 'unsafe_ssl_certs',
6803                 which allows to store multiple certificates per
6804                 server/port. This is disabled by default because
6805                 it's less secure (presenting a new certificate
6806                 instead of a changed one raises less alarms).
6807                 This will cause Claws to ask about an unknown
6808                 certificate for people who have used 2.6.1cvs8
6809                 or greater.
6810
6811 2006-12-09 [colin]      2.6.1cvs12
6812
6813         * src/action.c
6814                 Fix cache updating after action
6815
6816 2006-12-07 [wwp]        2.6.1cvs11
6817
6818         * src/compose.c
6819                 fix email address comparison when replying to all
6820                 (avoid replying to ourselves), thanks to Colin.
6821
6822 2006-12-06 [paul]       2.6.1cvs10
6823
6824         * src/addrharvest.c
6825         * src/editldap.c
6826         * src/expldifdlg.c
6827         * src/news.c
6828         * src/toolbar.c
6829         * src/common/utils.c
6830                 ...and more renaming
6831                 Thanks to Colin
6832
6833 2006-12-06 [paul]       2.6.1cvs9
6834
6835         * src/compose.c
6836         * src/messageview.c
6837         * src/procheader.c
6838         * src/procmime.c
6839         * src/procmsg.c
6840         * src/textview.c
6841                 more renaming
6842                 Thanks to Colin
6843
6844 2006-12-06 [colin]      2.6.1cvs8
6845
6846         * src/ssl_manager.c
6847         * src/common/ssl_certificate.c
6848         * src/common/ssl_certificate.h
6849                 Handle multiple certificates per host/port
6850
6851 2006-12-06 [colin]      2.6.1cvs7
6852
6853         * src/etpan/imap-thread.c
6854                 Fix certificate checking on IMAP
6855
6856 2006-12-06 [colin]      2.6.1cvs6
6857
6858         * src/folderview.c
6859                 Fix bug 1072, 'Claws stops fetching newsgroups 
6860                 from server when newsgroup got deleted': continue
6861                 checking other groups
6862
6863 2006-12-05 [wwp]        2.6.1cvs5
6864
6865         * src/message_search.c
6866         * src/summary_search.c
6867         * src/gtk/combobox.c
6868         * src/gtk/combobox.h
6869         * src/gtk/gtkutils.c
6870         * src/gtk/gtkutils.h
6871                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6872                 behave like w/ old comboboxes (summary and message search only).
6873
6874 2006-12-05 [paul]       2.6.1cvs4
6875
6876         * src/wizard.c
6877                 encode headers
6878                 Thanks to Colin
6879
6880 2006-12-05 [paul]       2.6.1cvs3
6881
6882         * tools/README
6883         * tools/textviewer.pl
6884                 script updated and description added
6885
6886 2006-12-04 [colin]      2.6.1cvs2
6887
6888         * src/compose.c
6889                 Run pre-send hook only when checking
6890                 everything
6891
6892 2006-12-04 [paul]       2.6.1cvs1
6893
6894         * NEWS
6895         * README
6896         * RELEASE_NOTES
6897         * configure.ac
6898         * tools/README
6899                 bump up version number following stable release
6900
6901 2006-12-04 [paul]       2.6.0cvs83
6902
6903         * README
6904                 updates and corrections
6905
6906 2006-12-04 [colin]      2.6.0cvs82
6907
6908         * src/common/utils.c
6909                 Probably fix bug 1066, 'Incorrect mailbox 
6910                 size displayed'
6911
6912 2006-12-04 [colin]      2.6.0cvs81
6913
6914         * src/common/utils.c
6915                 Trim tabs from mailcap file too.
6916
6917 2006-12-02 [paul]       2.6.0cvs80
6918
6919         * src/exphtmldlg.c
6920                 fix broken GUI under certain languages
6921         * src/expldifdlg.c
6922                 put the Cancel button to the right
6923
6924 2006-12-01 [paul]       2.6.0cvs79
6925
6926         * tools/Makefile.am
6927                 remove reference to removed file
6928
6929 2006-12-01 [wwp]        2.6.0cvs78
6930
6931         * src/addressbook.c
6932         * src/editaddress.c
6933                 remove forgotten debug statements.
6934
6935 2006-12-01 [wwp]        2.6.0cvs77
6936
6937         * manual/advanced.xml
6938         * manual/fr/advanced.xml
6939         * src/addressbook.c
6940         * src/addressbook.h
6941         * src/addressitem.h
6942         * src/editaddress.c
6943         * src/editaddress.h
6944         * src/prefs_common.c
6945         * src/prefs_common.h
6946         * src/gtk/gtkutils.c
6947         * src/gtk/gtkutils.h
6948                 add a hidden option to allow embedding the editaddress (edit contact details)
6949                 dialog into the addressbook's window. This doesn't change the default
6950                 behaviour.
6951
6952 2006-12-01 [wwp]        2.6.0cvs76
6953
6954         * src/message_search.c
6955         * src/summary_search.c
6956                 fix more focus issues (don't set focus to combobox's entry widget when
6957                 entry's value changed, if entry widget has focus already).
6958
6959 2006-12-01 [wwp]        2.6.0cvs75
6960
6961         * src/gtk/quicksearch.c
6962                 revert last changes to the quicksearch gtk_combo_box, this needs more
6963                 tuning and testing.
6964
6965 2006-12-01 [paul]       2.6.0cvs74
6966
6967         * tools/kdeservicemenu/README
6968         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6969         * tools/kdeservicemenu/install.sh
6970         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6971         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6972                 simplify this stuff, and in so doing,
6973                 fix it. (possibly re-extend it again at
6974                 a later date)
6975
6976 2006-12-01 [wwp]        2.6.0cvs73
6977
6978         * src/gtk/quicksearch.c
6979                 adapt quicksearch code to use modern gtk_combo_box'es.
6980
6981 2006-12-01 [wwp]        2.6.0cvs72
6982
6983         * src/common/defs.h
6984         * src/prefs_common.c
6985         * src/prefs_common.h
6986         * src/message_search.c
6987         * src/summary_search.c
6988         * src/gtk/combobox.c
6989         * src/gtk/combobox.h
6990                 add history combos to all message and summary search fields.
6991
6992 2006-12-01 [wwp]        2.6.0cvs71
6993
6994         * src/summaryview.c
6995                 As the list may change while the mark as read delay
6996                 runs, we can't rely on the 'row' pointer, which can
6997                 be invalid when the timeout is called. As the mark
6998                 as read is only done if the message is still selected,
6999                 use summaryview->selected instead. Thanks to Colin.
7000
7001 2006-11-30 [paul]       2.6.0cvs70
7002
7003         * src/textview.c
7004                 give emphasis to "Sylpheed-Claws"
7005                 as well as "Claws Mail"
7006
7007 2006-11-30 [colin]      2.6.0cvs69
7008
7009         * src/wizard.c
7010                 Put the SSL checkboxes in the receiving
7011                 and sending server pages.
7012
7013 2006-11-29 [colin]      2.6.0cvs68
7014
7015         * src/gtk/gtkutils.c
7016         * src/gtk/gtkvscrollbutton.c
7017                 Revert some deprecated fixes - they seem to
7018                 deprecate stuff as soon as a new one gets out.
7019                 g_object_ref_sink needed glib-2.10.
7020
7021 2006-11-29 [colin]      2.6.0cvs67
7022
7023         * src/common/utils.c
7024                 Create .mailcap if it doesn't exist
7025
7026 2006-11-29 [colin]      2.6.0cvs66
7027
7028         * src/compose.c
7029                 Followup to cvs60: use original list
7030                 of recipients if replying to a mail
7031                 in Sent Drafts or Queue.
7032
7033 2006-11-27 [paul]       2.6.0cvs65
7034
7035         * src/image_viewer.c
7036                 revert the last change for now (it's broken)
7037
7038 2006-11-27 [paul]       2.6.0cvs64
7039
7040         * Makefile.am
7041         * configure.ac
7042         * m4/aclocal-include.m4
7043         * m4/check-type.m4
7044         * src/Makefile.am
7045         * src/addr_compl.c
7046         * src/compose.c
7047         * src/crash.c
7048         * src/export.c
7049         * src/exporthtml.c
7050         * src/exportldif.c
7051         * src/imap.c
7052         * src/import.c
7053         * src/main.c
7054         * src/main.h
7055         * src/matcher.c
7056         * src/mimeview.c
7057         * src/procmsg.c
7058         * src/textview.c
7059         * src/common/Makefile.am
7060         * src/common/claws.c
7061         * src/common/claws.h
7062         * src/common/ssl.c
7063         * src/common/sylpheed.c
7064         * src/common/sylpheed.h
7065         * src/etpan/Makefile.am
7066         * src/gtk/Makefile.am
7067         * src/gtk/claws-marshal.list
7068         * src/gtk/filesel.c
7069         * src/gtk/gtksctree.c
7070         * src/gtk/quicksearch.c
7071         * src/gtk/sylpheed-marshal.list
7072         * src/plugins/bogofilter/bogofilter.c
7073         * src/plugins/bogofilter/bogofilter_gtk.c
7074         * src/plugins/clamav/clamav_plugin.c
7075         * src/plugins/clamav/clamav_plugin_gtk.c
7076         * src/plugins/demo/demo.c
7077         * src/plugins/dillo_viewer/dillo_viewer.c
7078         * src/plugins/pgpcore/Makefile.am
7079         * src/plugins/pgpcore/claws.def
7080         * src/plugins/pgpcore/pgp_viewer.c
7081         * src/plugins/pgpcore/plugin.c
7082         * src/plugins/pgpcore/sylpheed.def
7083         * src/plugins/pgpinline/Makefile.am
7084         * src/plugins/pgpinline/claws.def
7085         * src/plugins/pgpinline/plugin.c
7086         * src/plugins/pgpinline/sylpheed.def
7087         * src/plugins/pgpmime/Makefile.am
7088         * src/plugins/pgpmime/claws.def
7089         * src/plugins/pgpmime/plugin.c
7090         * src/plugins/pgpmime/sylpheed.def
7091         * src/plugins/spamassassin/spamassassin.c
7092         * src/plugins/spamassassin/spamassassin_gtk.c
7093         * src/plugins/trayicon/trayicon.c
7094                 yet more renaming
7095                 remove deprecated gtk_tooltips_set_delay()
7096
7097 2006-11-26 [paul]       2.6.0cvs63
7098
7099         * src/expldifdlg.c
7100         * src/folderview.c
7101         * src/image_viewer.c
7102         * src/mainwindow.c
7103         * src/gtk/gtkutils.c
7104         * src/gtk/gtkvscrollbutton.c
7105         * src/gtk/prefswindow.c
7106         * src/plugins/pgpcore/prefs_gpg.c
7107                 replace more deprecated GTK+ functions
7108
7109 2006-11-26 [paul]       2.6.0cvs62
7110
7111         * src/addr_compl.c
7112         * src/addressbook.c
7113         * src/browseldap.c
7114                 replace deprecated gtk_idle_... functions
7115
7116 2006-11-26 [paul]       2.6.0cvs61
7117
7118         * src/compose.c
7119         * src/folderview.c
7120         * src/inc.c
7121         * src/summaryview.c
7122         * src/gtk/gtkvscrollbutton.c
7123         * src/gtk/quicksearch.c
7124         * src/plugins/pgpcore/passphrase.c
7125                 replace deprecated gtk_timeout_add and
7126                 gtk_timeout_remove
7127
7128 2006-11-26 [paul]       2.6.0cvs60
7129
7130         * src/compose.c
7131                 fix bug that caused the wrong recipient
7132                 to be selected when replying to a msg
7133                 which is From one of our accounts to
7134                 another of our accounts
7135
7136 2006-11-25 [paul]       2.6.0cvs59
7137
7138         * src/summaryview.c
7139                 don't change the From column title to
7140                 To if the To column is visible
7141
7142 2006-11-24 [paul]       2.6.0cvs58
7143
7144         * src/compose.c
7145                 fix bug 1069, 'Sent mails disappear, BCC
7146                 or locking problem?'
7147
7148 2006-11-21 [wwp]        2.6.0cvs57
7149
7150         * src/compose.c
7151                 fix spelling menu when replying (same as 2.3.1cvs39):
7152                 discrepancy between context menu and top menu when
7153                 folder's dictionary isn't the default one.
7154
7155 2006-11-19 [paul]       2.6.0cvs56
7156
7157         * src/summaryview.c
7158                 obey always_show_msg option when
7159                 marking as spam
7160         * src/plugins/bogofilter/bogofilter.c
7161                 fix typo
7162
7163 2006-11-18 [paul]       2.6.0cvs55
7164
7165         * AUTHORS
7166         * README
7167         * debian/copyright
7168         * manual/ack.xml
7169         * manual/es/ack.xml
7170         * manual/fr/ack.xml
7171         * manual/pl/ack.xml
7172         * src/gtk/authors.h
7173         * src/gtk/icon_legend.c
7174         * src/gtk/icon_legend.h
7175         * tools/OOo2claws-mail.pl
7176         * tools/README
7177         * tools/acroread2claws-mail.pl
7178         * tools/claws.i18n.status.pl
7179         * tools/filter_conv.pl
7180         * tools/filter_conv_new.pl
7181         * tools/freshmeat_search.pl
7182         * tools/google_search.pl
7183         * tools/kmail2claws-mail.pl
7184         * tools/kmail2claws-mail_v2.pl
7185         * tools/maildir2claws-mail.pl
7186         * tools/make.themes.project
7187         * tools/multiwebsearch.pl
7188         * tools/outlook2claws-mail.pl
7189         * tools/tb2claws-mail
7190         * tools/kdeservicemenu/README
7191         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7192                 update mine and wwp's email addresses in
7193                 several places
7194                 Patch by wwp
7195         * src/prefs_compose_writing.c
7196                 set sensitivity on 'new message format' frame
7197
7198 2006-11-17 [paul]       2.6.0cvs54
7199
7200         * src/gtk/about.c
7201                 more reworking of the GUI
7202                 Patch by Fabien Vantard
7203
7204 2006-11-16 [paul]       2.6.0cvs53
7205
7206         * src/gtk/about.c
7207                 set a minimum size for the window, allow
7208                 it to automatically expand as necessary
7209
7210 2006-11-16 [wwp]        2.6.0cvs52
7211
7212         * src/gtk/about.c
7213                 better wrap of copyright info on some systems.
7214
7215 2006-11-16 [paul]       2.6.0cvs51
7216
7217         * src/gtk/about.c
7218                 move the tech info from the upper panel
7219                 to the Info tab
7220                 use a gtk_text_view for the features tab
7221
7222 2006-11-16 [paul]       2.6.0cvs50
7223
7224         * po/Makevars
7225                 update my email address
7226         * src/addressbook.c
7227         * src/compose.c
7228         * src/imap_gtk.c
7229         * src/mh_gtk.c
7230         * src/news_gtk.c
7231         * src/summaryview.c
7232         * src/plugins/trayicon/trayicon.c
7233                 don't offer simple menu separators
7234                 for translation
7235         * src/folderview.c
7236                 add separator between 'mark all read'
7237                 and 'search folder'
7238
7239 2006-11-15 [wwp]        2.6.0cvs49
7240
7241         * src/gtk/authors.h
7242                 updated manuals authors.
7243
7244 2006-11-14 [paul]       2.6.0cvs48
7245
7246         * src/compose.c
7247                 Fix Options/Reply mode after draft save
7248
7249 2006-11-14 [paul]       2.6.0cvs47
7250
7251         * src/Makefile.am
7252                 Fix make DESTDIR=...
7253         * src/mbox.c
7254                 Optimise speed
7255         * src/plugins/pgpinline/pgpinline.c
7256                 Probably fix bug 1061
7257
7258 2006-11-14 [paul]       2.6.0cvs46
7259
7260         * po/Makevars
7261                 enable Q_ macro
7262         * src/Makefile.am
7263         * src/stock_pixmap.c
7264         * src/stock_pixmap.h
7265         * src/gtk/about.c
7266         * src/pixmaps/active.xpm
7267         * src/pixmaps/inactive.xpm
7268                 add a new page, 'Features', to the About dialog
7269                 showing which features are compiled in and which
7270                 are not
7271
7272 2006-11-14 [paul]       2.6.0cvs45
7273
7274         * po/ru.po
7275                 updated by Pavlo Bohmat
7276
7277 2006-11-14 [colin]      2.6.0cvs44
7278
7279         * src/compose.c
7280         * src/inc.c
7281         * src/messageview.c
7282         * src/news.c
7283         * src/pop.c
7284         * src/procmsg.c
7285         * src/gtk/gtkaspell.c
7286                 Fix 64-bit-related warnings
7287         * src/ssl_manager.c
7288                 Fix possible infinite loop
7289         * src/plugins/pgpcore/sgpgme.c
7290                 Remove useless check
7291
7292 2006-11-13 [colin]      2.6.0cvs43
7293
7294         * src/gtk/Makefile.am
7295                 authors.h isn't generated
7296
7297 2006-11-13 [colin]      2.6.0cvs42
7298
7299         * src/plugins/pgpinline/pgpinline.c
7300         * src/plugins/pgpmime/pgpmime.c
7301                 Very probably fix bug 1061, 'crash on 
7302                 opening signed email'. Another cast
7303                 problem
7304
7305 2006-11-13 [colin]      2.6.0cvs41
7306
7307         * src/plugins/pgpcore/sgpgme.c
7308                 Maybe fix bug 1061, 'crash on opening 
7309                 signed email'
7310
7311 2006-11-13 [wwp]        2.6.0cvs40
7312
7313         * src/plugins/pgpinline/pgpinline.c
7314                 fix candidate for bug #1057, thanks to Colin.
7315
7316 2006-11-13 [wwp]        2.6.0cvs39
7317
7318         * src/compose.c
7319         * src/quote_fmt_parse.y
7320                 fix bug 1052: current parser buffer was not always 
7321                 allocated, ptr to this buffer could be returned as 
7322                 NULL whereas no parser error has occurred. in 
7323                 consequence, defining a template body as "%d" 
7324                 (w/o the quotes) for the first time of the instance 
7325                 of claws-mail, was reporting a parser error. make 
7326                 sure that the buffer is always allocated, even to 
7327                 an empty string.
7328                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7329                 unescaping of the fmt string was always done 
7330                 whereas it must be done *only* when receiving 
7331                 quote format strings issued from the prefs 
7332                 (compose new message, reply, forward, redirect 
7333                 formats), *not* when applying templates.  in 
7334                 consequences, applying templates w/ sequences 
7335                 like \\|p{echo} were failing. make sure that 
7336                 unescaping is done only when necessary.
7337
7338 2006-11-12 [colin]      2.6.0cvs38
7339
7340         * po/de.po
7341                 Fix typo (s/KB/MB)
7342
7343 2006-11-12 [colin]      2.6.0cvs37
7344
7345         * src/plugins/pgpinline/pgpinline.c
7346         * src/plugins/pgpmime/pgpmime.c
7347                 Release GPG context at the latest 
7348                 possible moment. Maybe fixes 
7349                 bug 1057, 'crash on sending signed 
7350                 message to a newsgroup'
7351                 
7352
7353 2006-11-12 [colin]      2.6.0cvs36
7354
7355         * src/plugins/pgpcore/sgpgme.c
7356                 Tell a bit more when gpg's status doesn't
7357                 contain any signature
7358
7359 2006-11-12 [colin]      2.6.0cvs35
7360
7361         * src/compose.c
7362                 Fix bug 1060, 'compilation error with 
7363                 Irix's cc'
7364
7365 2006-11-12 [paul]       2.6.0cvs34
7366
7367         * doc/man/claws-mail.1
7368         * src/prefs_gtk.c
7369         * src/plugins/clamav/README
7370         * src/plugins/spamassassin/README
7371         * tools/README
7372         * tools/freshmeat_search.pl
7373         * tools/google_search.pl
7374         * tools/multiwebsearch.pl
7375                 more renaming
7376         * src/plugins/trayicon/trayicon.c
7377                 fix compiliation warning
7378
7379 2006-11-11 [colin]      2.6.0cvs33
7380
7381         * src/folderview.c
7382                 Forbid drag and drop from/to different
7383                 folders of type F_UNKNOWN
7384
7385 2006-11-11 [colin]      2.6.0cvs32
7386
7387         * src/plugins/pgpinline/pgpinline.c
7388                 Fix typo in previous commit:
7389                 - gpgme_new(&ctx);
7390                 + if ((err = gpgme_new(&data->ctx)) ...)
7391
7392 2006-11-11 [colin]      2.6.0cvs31
7393
7394         * src/plugins/pgpinline/pgpinline.c
7395         * src/plugins/pgpmime/pgpmime.c
7396                 Check success after calling gpgme_new
7397                 Maybe fixes bug 1057, 'crash on sending 
7398                 signed message to a newsgroup'
7399
7400 2006-11-11 [colin]      2.6.0cvs30
7401
7402         * src/undo.c
7403                 init undostruct to 0s (from
7404                 valgrind log of bug 1057)
7405
7406 2006-11-10 [colin]      2.6.0cvs29
7407
7408         * src/mainwindow.c
7409                 Set cursor to wait before filtering
7410                 duplicates in all folders
7411         * src/plugins/bogofilter/bogofilter.c
7412         * src/plugins/bogofilter/bogofilter.h
7413         * src/plugins/bogofilter/bogofilter_gtk.c
7414                 Completely thread away the bogofilter
7415                 filtering
7416
7417 2006-11-10 [mones]      2.6.0cvs28
7418
7419         * src/compose.c
7420         * src/compose.h
7421                 added COMPOSE_CHECK_BEFORE_SEND hook
7422
7423 2006-11-10 [paul]       2.6.0cvs27
7424
7425         * src/crash.c
7426                 more renaming
7427                 add libSM to get_compiled_in_features()
7428         * src/main.c
7429                 more renaming
7430
7431 2006-11-10 [colin]      2.6.0cvs26
7432
7433         * src/etpan/imap-thread.c
7434                 Add a reference to libetpan's sasl engine
7435                 so that sasl_done() doesn't get called by
7436                 libetpan, and doesn't break openssl.
7437                 Should fix bug 1053, 'SC fails to reestablish 
7438                 a secure connection'
7439                 Patch by Hoa
7440
7441 2006-11-10 [colin]      2.6.0cvs25
7442
7443         * manual/addrbook.xml
7444         * manual/advanced.xml
7445         * manual/faq.xml
7446         * manual/intro.xml
7447                 Some more renaming
7448
7449 2006-11-09 [colin]      2.6.0cvs24
7450
7451         * src/plugins/bogofilter/bogofilter_gtk.c
7452                 Add comment about annoyance
7453
7454 2006-11-09 [colin]      2.6.0cvs23
7455
7456         * src/plugins/bogofilter/bogofilter.c
7457         * src/plugins/bogofilter/bogofilter_gtk.c
7458                 Prepare things needed to thread bogofilter
7459                 filtering: separate bogo stuff and possible GUI
7460                 stuff. 
7461
7462 2006-11-09 [colin]      2.6.0cvs22
7463
7464         * src/account.c
7465         * src/compose.c
7466                 Search for one of our accounts in Delivered-To
7467                 (helps for auto-account selection when 
7468                  replying/forwarding)
7469         * src/folderview.c
7470         * src/mainwindow.c
7471         * src/mainwindow.h
7472         * src/plugins/trayicon/trayicon.c
7473                 Allow opening a new mail with any account from
7474                 the contextual menu
7475
7476 2006-11-09 [wwp]        2.6.0cvs21
7477
7478         * src/compose.c
7479         * src/prefs_common.c
7480         * src/prefs_common.h
7481         * src/prefs_compose_writing.c
7482                 add a compose new message format (in prefs/compose/writing), it's a
7483                 simple subject+body template to use when opening a new composition
7484                 window. It's similar to the existent reply and forward formats.
7485
7486                 enhanced the template/format % symbols substitution mechanism to
7487                 use current composition window information when % are used in
7488                 the compose new message format or in templates applied to new
7489                 messages (there were useless in that situations before). When
7490                 applied to new messages, %d corresponds to the system time/date.
7491
7492 2006-11-09 [paul]       2.6.0cvs20
7493
7494         * src/gtk/authors.h
7495                 fix last commit
7496
7497 2006-11-09 [paul]       2.6.0cvs19
7498
7499         * src/gtk/authors.h
7500                 keep tje alphabetical order
7501
7502 2006-11-08 [colin]      2.6.0cvs18
7503
7504         * src/etpan/imap-thread.c
7505                 Fix bug 1054, 'Slowness logging big 
7506                 data chunks'
7507
7508 2006-11-08 [paul]       2.6.0cvs17
7509
7510         * tools/Makefile.am
7511                 fix the renaming
7512
7513 2006-11-08 [paul]       2.6.0cvs16
7514
7515         * src/common/defs.h
7516                 update BUGZILLA_URI
7517
7518 2006-11-08 [paul]       2.6.0cvs15
7519
7520         * tools/Makefile.am
7521         * tools/OOo2claws-mail.pl
7522         * tools/OOo2sylpheed.pl
7523         * tools/README
7524         * tools/acroread2claws-mail.pl
7525         * tools/acroread2sylpheed.pl
7526         * tools/kmail2claws-mail.pl
7527         * tools/kmail2claws-mail_v2.pl
7528         * tools/kmail2sylpheed.pl
7529         * tools/kmail2sylpheed_v2.pl
7530         * tools/maildir2claws-mail.pl
7531         * tools/maildir2sylpheed.pl
7532         * tools/nautilus2claws-mail.sh
7533         * tools/nautilus2sylpheed.sh
7534         * tools/outlook2claws-mail.pl
7535         * tools/outlook2sylpheed.pl
7536         * tools/tb2claws-mail
7537         * tools/tb2sylpheed
7538         * tools/tbird2claws.py
7539         * tools/tbird2syl.py
7540         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7541         * tools/kdeservicemenu/install.sh
7542         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7543         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7544         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7545         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7546         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7547                 renamed (removed, added) tools files
7548
7549 2006-11-08 [paul]       2.6.0cvs14
7550
7551         * src/main.c
7552         * src/common/defs.h
7553                 Migrate sylpheedrc to clawsrc, and fix the standard
7554                 plugins path in the process
7555
7556 2006-11-07 [colin]      2.6.0cvs13
7557
7558         * src/Makefile.am
7559                 Symlink sylpheed-claws relative to 
7560                 claws-mail
7561
7562 2006-11-07 [colin]      2.6.0cvs12
7563
7564         * src/compose.c
7565                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7566
7567 2006-11-07 [paul]       2.6.0cvs11
7568
7569         * src/gtk/about.c
7570                 Fix a missed occurence of
7571                 Sylpheed-Claws
7572
7573 2006-11-07 [paul]       2.6.0cvs10
7574
7575         * src/Makefile.am
7576                 Fix symlink installation
7577
7578 2006-11-07 [paul]       2.6.0cvs9
7579
7580         * src/Makefile.am
7581                 Symlink claws-mail to sylpheed-claws
7582         * src/common/utils.c
7583                 Fix migrating symlinks
7584         * src/etpan/imap-thread.c
7585                 check certificate only when there's
7586                 no error
7587
7588 2006-11-07 [paul]       2.6.0cvs8
7589
7590         * Makefile.am
7591                 Fix icon breakages with Gtk, which needs a 
7592                 cache updated to see them.
7593
7594 2006-11-07 [paul]       2.6.0cvs7
7595
7596         * .cvsignore
7597         * AUTHORS
7598         * COPYING
7599         * INSTALL
7600         * Makefile.am
7601         * NEWS
7602         * README
7603         * RELEASE_NOTES
7604         * autogen.sh
7605         * claws-mail-128x128.png
7606         * claws-mail-64x64.png
7607         * claws-mail.ico
7608         * claws-mail.pc.in
7609         * claws-mail.png
7610         * configure.ac
7611         * sylpheed-claws-128x128.png
7612         * sylpheed-claws-64x64.png
7613         * sylpheed-claws.desktop
7614         * sylpheed-claws.ico
7615         * sylpheed-claws.pc.in
7616         * sylpheed-claws.png
7617         * debian/README.Debian
7618         * debian/changelog
7619         * debian/claws-mail.desktop
7620         * debian/claws-mail.menu
7621         * debian/claws-mail.postinst.debhelper
7622         * debian/claws-mail.postrm.debhelper
7623         * debian/control
7624         * debian/copyright
7625         * debian/files
7626         * debian/rules
7627         * debian/sylpheed-claws.desktop
7628         * debian/sylpheed-claws.menu
7629         * debian/sylpheed-claws.postinst.debhelper
7630         * debian/sylpheed-claws.postrm.debhelper
7631         * doc/man/Makefile.am
7632         * doc/man/claws-mail.1
7633         * doc/man/sylpheed-claws.1
7634         * doc/src/ChangeLog.claws-pre0.8.0
7635         * manual/Makefile.am
7636         * manual/account.xml
7637         * manual/ack.xml
7638         * manual/addrbook.xml
7639         * manual/advanced.xml
7640         * manual/claws-mail-manual.xml
7641         * manual/faq.xml
7642         * manual/glossary.xml
7643         * manual/handling.xml
7644         * manual/intro.xml
7645         * manual/keyboard.xml
7646         * manual/plugins.xml
7647         * manual/starting.xml
7648         * manual/sylpheed-claws-manual.xml
7649         * manual/xml2pdf
7650         * manual/dist/.cvsignore
7651         * manual/dist/html/.cvsignore
7652         * manual/dist/html/Makefile.am
7653         * manual/dist/pdf/.cvsignore
7654         * manual/dist/pdf/Makefile.am
7655         * manual/dist/ps/.cvsignore
7656         * manual/dist/ps/Makefile.am
7657         * manual/dist/txt/.cvsignore
7658         * manual/dist/txt/Makefile.am
7659         * manual/es/Makefile.am
7660         * manual/es/advanced.xml
7661         * manual/es/claws-mail-manual.xml
7662         * manual/es/faq.xml
7663         * manual/es/glossary.xml
7664         * manual/es/handling.xml
7665         * manual/es/intro.xml
7666         * manual/es/plugins.xml
7667         * manual/es/sylpheed-claws-manual.xml
7668         * manual/es/dist/.cvsignore
7669         * manual/es/dist/html/.cvsignore
7670         * manual/es/dist/html/Makefile.am
7671         * manual/es/dist/pdf/.cvsignore
7672         * manual/es/dist/pdf/Makefile.am
7673         * manual/es/dist/ps/.cvsignore
7674         * manual/es/dist/ps/Makefile.am
7675         * manual/es/dist/txt/.cvsignore
7676         * manual/es/dist/txt/Makefile.am
7677         * manual/fr/Makefile.am
7678         * manual/fr/account.xml
7679         * manual/fr/ack.xml
7680         * manual/fr/addrbook.xml
7681         * manual/fr/advanced.xml
7682         * manual/fr/claws-mail-manual.xml
7683         * manual/fr/faq.xml
7684         * manual/fr/glossary.xml
7685         * manual/fr/handling.xml
7686         * manual/fr/intro.xml
7687         * manual/fr/keyboard.xml
7688         * manual/fr/plugins.xml
7689         * manual/fr/starting.xml
7690         * manual/fr/sylpheed-claws-manual.xml
7691         * manual/fr/dist/.cvsignore
7692         * manual/fr/dist/html/.cvsignore
7693         * manual/fr/dist/html/Makefile.am
7694         * manual/fr/dist/pdf/.cvsignore
7695         * manual/fr/dist/pdf/Makefile.am
7696         * manual/fr/dist/ps/.cvsignore
7697         * manual/fr/dist/ps/Makefile.am
7698         * manual/fr/dist/txt/.cvsignore
7699         * manual/fr/dist/txt/Makefile.am
7700         * manual/pl/Makefile.am
7701         * manual/pl/account.xml
7702         * manual/pl/ack.xml
7703         * manual/pl/addrbook.xml
7704         * manual/pl/advanced.xml
7705         * manual/pl/claws-mail-manual.xml
7706         * manual/pl/faq.xml
7707         * manual/pl/glossary.xml
7708         * manual/pl/handling.xml
7709         * manual/pl/intro.xml
7710         * manual/pl/keyboard.xml
7711         * manual/pl/plugins.xml
7712         * manual/pl/starting.xml
7713         * manual/pl/sylpheed-claws-manual.xml
7714         * manual/pl/dist/.cvsignore
7715         * manual/pl/dist/html/.cvsignore
7716         * manual/pl/dist/html/Makefile.am
7717         * manual/pl/dist/pdf/.cvsignore
7718         * manual/pl/dist/pdf/Makefile.am
7719         * manual/pl/dist/ps/.cvsignore
7720         * manual/pl/dist/ps/Makefile.am
7721         * manual/pl/dist/txt/.cvsignore
7722         * manual/pl/dist/txt/Makefile.am
7723         * po/.cvsignore
7724         * po/Makevars
7725         * src/.cvsignore
7726         * src/Makefile.am
7727         * src/account.c
7728         * src/account.h
7729         * src/action.c
7730         * src/action.h
7731         * src/adbookbase.h
7732         * src/addr_compl.c
7733         * src/addr_compl.h
7734         * src/addrbook.c
7735         * src/addrcache.c
7736         * src/addrcache.h
7737         * src/addrcindex.c
7738         * src/addrcindex.h
7739         * src/addrclip.c
7740         * src/addrclip.h
7741         * src/addrdefs.h
7742         * src/addressadd.c
7743         * src/addressadd.h
7744         * src/addressbook.c
7745         * src/addressbook.h
7746         * src/addressbook_foldersel.c
7747         * src/addressbook_foldersel.h
7748         * src/addrgather.c
7749         * src/addrgather.h
7750         * src/addrharvest.c
7751         * src/addrharvest.h
7752         * src/addrindex.c
7753         * src/addrindex.h
7754         * src/addritem.c
7755         * src/addritem.h
7756         * src/addrquery.c
7757         * src/addrquery.h
7758         * src/addrselect.c
7759         * src/addrselect.h
7760         * src/alertpanel.c
7761         * src/alertpanel.h
7762         * src/browseldap.c
7763         * src/browseldap.h
7764         * src/codeconv.c
7765         * src/codeconv.h
7766         * src/compose.c
7767         * src/crash.c
7768         * src/crash.h
7769         * src/customheader.c
7770         * src/customheader.h
7771         * src/displayheader.c
7772         * src/displayheader.h
7773         * src/editaddress.c
7774         * src/editaddress.h
7775         * src/editbook.c
7776         * src/editbook.h
7777         * src/editgroup.c
7778         * src/editgroup.h
7779         * src/editjpilot.c
7780         * src/editjpilot.h
7781         * src/editldap.c
7782         * src/editldap.h
7783         * src/editldap_basedn.c
7784         * src/editldap_basedn.h
7785         * src/editvcard.c
7786         * src/editvcard.h
7787         * src/exphtmldlg.c
7788         * src/exphtmldlg.h
7789         * src/expldifdlg.c
7790         * src/expldifdlg.h
7791         * src/export.c
7792         * src/exporthtml.c
7793         * src/exporthtml.h
7794         * src/exportldif.c
7795         * src/exportldif.h
7796         * src/filtering.c
7797         * src/filtering.h
7798         * src/folder.c
7799         * src/folder.h
7800         * src/folder_item_prefs.c
7801         * src/folder_item_prefs.h
7802         * src/foldersel.c
7803         * src/foldersel.h
7804         * src/folderutils.c
7805         * src/folderutils.h
7806         * src/folderview.c
7807         * src/folderview.h
7808         * src/grouplistdialog.c
7809         * src/grouplistdialog.h
7810         * src/html.c
7811         * src/html.h
7812         * src/image_viewer.c
7813         * src/image_viewer.h
7814         * src/imap.c
7815         * src/imap.h
7816         * src/imap_gtk.c
7817         * src/imap_gtk.h
7818         * src/import.c
7819         * src/import.h
7820         * src/importldif.c
7821         * src/importldif.h
7822         * src/importmutt.c
7823         * src/importmutt.h
7824         * src/importpine.c
7825         * src/importpine.h
7826         * src/inc.c
7827         * src/inc.h
7828         * src/jpilot.c
7829         * src/jpilot.h
7830         * src/ldapctrl.c
7831         * src/ldapctrl.h
7832         * src/ldaplocate.c
7833         * src/ldaplocate.h
7834         * src/ldapquery.c
7835         * src/ldapquery.h
7836         * src/ldapserver.c
7837         * src/ldapserver.h
7838         * src/ldaputil.c
7839         * src/ldaputil.h
7840         * src/ldif.c
7841         * src/ldif.h
7842         * src/localfolder.c
7843         * src/localfolder.h
7844         * src/main.c
7845         * src/main.h
7846         * src/mainwindow.c
7847         * src/mainwindow.h
7848         * src/manual.c
7849         * src/manual.h
7850         * src/matcher.c
7851         * src/matcher.h
7852         * src/matcher_parser.h
7853         * src/matcher_parser_lex.l
7854         * src/matcher_parser_parse.y
7855         * src/mbox.c
7856         * src/mbox.h
7857         * src/message_search.c
7858         * src/message_search.h
7859         * src/messageview.c
7860         * src/messageview.h
7861         * src/mh.c
7862         * src/mh.h
7863         * src/mh_gtk.c
7864         * src/mh_gtk.h
7865         * src/mimeview.c
7866         * src/mimeview.h
7867         * src/msgcache.c
7868         * src/msgcache.h
7869         * src/mutt.c
7870         * src/mutt.h
7871         * src/news.c
7872         * src/news.h
7873         * src/news_gtk.c
7874         * src/news_gtk.h
7875         * src/noticeview.c
7876         * src/noticeview.h
7877         * src/partial_download.c
7878         * src/partial_download.h
7879         * src/pine.c
7880         * src/pine.h
7881         * src/pop.c
7882         * src/pop.h
7883         * src/prefs_account.c
7884         * src/prefs_account.h
7885         * src/prefs_actions.c
7886         * src/prefs_actions.h
7887         * src/prefs_common.c
7888         * src/prefs_common.h
7889         * src/prefs_compose_writing.c
7890         * src/prefs_compose_writing.h
7891         * src/prefs_customheader.c
7892         * src/prefs_customheader.h
7893         * src/prefs_display_header.c
7894         * src/prefs_display_header.h
7895         * src/prefs_ext_prog.c
7896         * src/prefs_ext_prog.h
7897         * src/prefs_filtering.c
7898         * src/prefs_folder_column.c
7899         * src/prefs_folder_column.h
7900         * src/prefs_folder_item.c
7901         * src/prefs_folder_item.h
7902         * src/prefs_fonts.c
7903         * src/prefs_fonts.h
7904         * src/prefs_gtk.c
7905         * src/prefs_gtk.h
7906         * src/prefs_image_viewer.c
7907         * src/prefs_image_viewer.h
7908         * src/prefs_matcher.c
7909         * src/prefs_matcher.h
7910         * src/prefs_message.c
7911         * src/prefs_message.h
7912         * src/prefs_msg_colors.c
7913         * src/prefs_msg_colors.h
7914         * src/prefs_other.c
7915         * src/prefs_other.h
7916         * src/prefs_quote.c
7917         * src/prefs_quote.h
7918         * src/prefs_receive.c
7919         * src/prefs_receive.h
7920         * src/prefs_send.c
7921         * src/prefs_send.h
7922         * src/prefs_spelling.c
7923         * src/prefs_spelling.h
7924         * src/prefs_summaries.c
7925         * src/prefs_summaries.h
7926         * src/prefs_summary_column.c
7927         * src/prefs_summary_column.h
7928         * src/prefs_template.c
7929         * src/prefs_template.h
7930         * src/prefs_themes.c
7931         * src/prefs_themes.h
7932         * src/prefs_toolbar.c
7933         * src/prefs_toolbar.h
7934         * src/prefs_wrapping.c
7935         * src/prefs_wrapping.h
7936         * src/privacy.c
7937         * src/privacy.h
7938         * src/procheader.c
7939         * src/procheader.h
7940         * src/procmime.c
7941         * src/procmime.h
7942         * src/procmsg.c
7943         * src/procmsg.h
7944         * src/quote_fmt.c
7945         * src/quote_fmt_parse.y
7946         * src/recv.c
7947         * src/recv.h
7948         * src/remotefolder.c
7949         * src/remotefolder.h
7950         * src/send_message.c
7951         * src/send_message.h
7952         * src/setup.c
7953         * src/setup.h
7954         * src/sourcewindow.c
7955         * src/sourcewindow.h
7956         * src/ssl_manager.c
7957         * src/ssl_manager.h
7958         * src/statusbar.c
7959         * src/statusbar.h
7960         * src/stock_pixmap.c
7961         * src/stock_pixmap.h
7962         * src/summary_search.c
7963         * src/summary_search.h
7964         * src/summaryview.c
7965         * src/summaryview.h
7966         * src/syldap.c
7967         * src/syldap.h
7968         * src/textview.c
7969         * src/textview.h
7970         * src/toolbar.c
7971         * src/toolbar.h
7972         * src/undo.c
7973         * src/undo.h
7974         * src/unmime.c
7975         * src/unmime.h
7976         * src/vcard.c
7977         * src/vcard.h
7978         * src/wizard.c
7979         * src/wizard.h
7980         * src/common/base64.c
7981         * src/common/base64.h
7982         * src/common/defs.h
7983         * src/common/hooks.c
7984         * src/common/hooks.h
7985         * src/common/log.c
7986         * src/common/log.h
7987         * src/common/mgutils.c
7988         * src/common/mgutils.h
7989         * src/common/nntp.c
7990         * src/common/nntp.h
7991         * src/common/passcrypt.c
7992         * src/common/passcrypt.h.in
7993         * src/common/plugin.c
7994         * src/common/plugin.h
7995         * src/common/prefs.c
7996         * src/common/prefs.h
7997         * src/common/progressindicator.c
7998         * src/common/progressindicator.h
7999         * src/common/quoted-printable.c
8000         * src/common/quoted-printable.h
8001         * src/common/session.c
8002         * src/common/session.h
8003         * src/common/smtp.c
8004         * src/common/smtp.h
8005         * src/common/socket.c
8006         * src/common/socket.h
8007         * src/common/ssl.c
8008         * src/common/ssl.h
8009         * src/common/stringtable.c
8010         * src/common/stringtable.h
8011         * src/common/sylpheed.c
8012         * src/common/sylpheed.h
8013         * src/common/template.c
8014         * src/common/template.h
8015         * src/common/timing.h
8016         * src/common/utils.c
8017         * src/common/utils.h
8018         * src/common/version.h.in
8019         * src/common/xml.c
8020         * src/common/xml.h
8021         * src/common/xmlprops.c
8022         * src/common/xmlprops.h
8023         * src/gtk/about.c
8024         * src/gtk/colorlabel.c
8025         * src/gtk/colorlabel.h
8026         * src/gtk/colorsel.c
8027         * src/gtk/colorsel.h
8028         * src/gtk/combobox.c
8029         * src/gtk/combobox.h
8030         * src/gtk/description_window.c
8031         * src/gtk/description_window.h
8032         * src/gtk/filesel.c
8033         * src/gtk/filesel.h
8034         * src/gtk/foldersort.c
8035         * src/gtk/foldersort.h
8036         * src/gtk/gtkaspell.c
8037         * src/gtk/gtkaspell.h
8038         * src/gtk/gtksctree.c
8039         * src/gtk/gtkshruler.c
8040         * src/gtk/gtkshruler.h
8041         * src/gtk/gtkutils.c
8042         * src/gtk/gtkutils.h
8043         * src/gtk/icon_legend.c
8044         * src/gtk/icon_legend.h
8045         * src/gtk/logwindow.c
8046         * src/gtk/logwindow.h
8047         * src/gtk/manage_window.c
8048         * src/gtk/manage_window.h
8049         * src/gtk/pluginwindow.c
8050         * src/gtk/pluginwindow.h
8051         * src/gtk/prefswindow.c
8052         * src/gtk/prefswindow.h
8053         * src/gtk/quicksearch.c
8054         * src/gtk/quicksearch.h
8055         * src/pixmaps/claws-mail.xpm
8056         * src/pixmaps/claws-mail_icon.xpm
8057         * src/pixmaps/claws-mail_logo.xpm
8058         * src/pixmaps/sylpheed-claws.xpm
8059         * src/pixmaps/sylpheed-claws_icon.xpm
8060         * src/pixmaps/sylpheed-claws_logo.xpm
8061         * src/plugins/bogofilter/Makefile.am
8062         * src/plugins/bogofilter/bogofilter.c
8063         * src/plugins/bogofilter/bogofilter.h
8064         * src/plugins/bogofilter/bogofilter_gtk.c
8065         * src/plugins/clamav/Makefile.am
8066         * src/plugins/clamav/clamav_plugin.c
8067         * src/plugins/clamav/clamav_plugin.h
8068         * src/plugins/clamav/clamav_plugin_gtk.c
8069         * src/plugins/demo/Makefile.am
8070         * src/plugins/demo/demo.c
8071         * src/plugins/dillo_viewer/Makefile.am
8072         * src/plugins/dillo_viewer/README
8073         * src/plugins/dillo_viewer/dillo_prefs.c
8074         * src/plugins/dillo_viewer/dillo_prefs.h
8075         * src/plugins/dillo_viewer/dillo_viewer.c
8076         * src/plugins/pgpcore/Makefile.am
8077         * src/plugins/pgpcore/passphrase.c
8078         * src/plugins/pgpcore/passphrase.h
8079         * src/plugins/pgpcore/pgp_viewer.c
8080         * src/plugins/pgpcore/pgp_viewer.h
8081         * src/plugins/pgpcore/plugin.c
8082         * src/plugins/pgpcore/prefs_gpg.c
8083         * src/plugins/pgpcore/prefs_gpg.h
8084         * src/plugins/pgpcore/select-keys.c
8085         * src/plugins/pgpcore/select-keys.h
8086         * src/plugins/pgpcore/sgpgme.c
8087         * src/plugins/pgpcore/sgpgme.h
8088         * src/plugins/pgpcore/sylpheed.def
8089         * src/plugins/pgpcore/version.rc
8090         * src/plugins/pgpinline/Makefile.am
8091         * src/plugins/pgpinline/pgpinline.c
8092         * src/plugins/pgpinline/pgpinline.h
8093         * src/plugins/pgpinline/plugin.c
8094         * src/plugins/pgpinline/sylpheed.def
8095         * src/plugins/pgpinline/version.rc
8096         * src/plugins/pgpmime/Makefile.am
8097         * src/plugins/pgpmime/pgpmime.c
8098         * src/plugins/pgpmime/pgpmime.h
8099         * src/plugins/pgpmime/plugin.c
8100         * src/plugins/pgpmime/sylpheed.def
8101         * src/plugins/pgpmime/version.rc
8102         * src/plugins/spamassassin/Makefile.am
8103         * src/plugins/spamassassin/README
8104         * src/plugins/spamassassin/spamassassin.c
8105         * src/plugins/spamassassin/spamassassin.h
8106         * src/plugins/spamassassin/spamassassin_gtk.c
8107         * src/plugins/trayicon/Makefile.am
8108         * src/plugins/trayicon/trayicon.c
8109         * tools/OOo2sylpheed.pl
8110         * tools/README
8111         * tools/README.sylprint
8112         * tools/acroread2sylpheed.pl
8113         * tools/claws.i18n.status.pl
8114         * tools/filter_conv.pl
8115         * tools/filter_conv_new.pl
8116         * tools/freshmeat_search.pl
8117         * tools/google_search.pl
8118         * tools/kmail2sylpheed.pl
8119         * tools/kmail2sylpheed_v2.pl
8120         * tools/make.themes.project
8121         * tools/multiwebsearch.pl
8122         * tools/nautilus2sylpheed.sh
8123         * tools/outlook2sylpheed.pl
8124         * tools/sylprint.pl
8125         * tools/sylprint.rc
8126         * tools/tb2sylpheed
8127         * tools/textviewer.sh
8128         * tools/vcard2xml.py
8129         * tools/kdeservicemenu/README
8130         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8131         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8132         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8133                 Change name to Claws Mail. Announce to follow...
8134
8135 2006-11-06 [wwp]        2.6.0cvs6
8136
8137         * src/prefs_template.c
8138                 unify messages related to quote format/template errors (fix
8139                 capitalization), again.
8140
8141 2006-11-06 [wwp]        2.6.0cvs5
8142
8143         * src/prefs_quote.c
8144                 unify messages related to quote format/template errors.
8145
8146 2006-11-06 [wwp]        2.6.0cvs4
8147
8148         * src/prefs_msg_colors.c
8149                 more uses of Q_ macro for contextual translations, thanks
8150                 to Fabien (fzzzzz).
8151
8152 2006-11-06 [wwp]        2.6.0cvs3
8153
8154         * src/compose.c
8155         * src/common/utils.c
8156         * src/common/utils.h
8157                 show an alertpanel to make sure users are aware that sensitive
8158                 files are attached (it's file blacklist-based). This will fix
8159                 interaction w/ GoogleEarth for instance, thanks to Colin.
8160
8161 2006-11-06 [wwp]        2.6.0cvs2
8162
8163         * src/prefs_quote.c
8164         * src/prefs_template.c
8165         * src/prefs_template.h
8166                 check quote format when applying/closing prefs. For now this only
8167                 shows up an error dialog box, not preventing the user from using
8168                 a broken quote (reply, forwards) format.
8169
8170 2006-11-06 [wwp]        2.6.0cvs1
8171
8172         * src/prefs_template.c
8173                 fix missing checks of some template fields.
8174
8175 2006-11-06 [paul]       2.6.0
8176
8177         * NEWS
8178         * README
8179         * RELEASE_NOTES
8180                 2.6.0 released
8181
8182 2006-11-06 [paul]       2.5.6cvs22
8183
8184         * manual/advanced.xml
8185         * manual/es/advanced.xml
8186                 put 'respect_flowed_format' info in the correct
8187                 place
8188
8189 2006-11-06 [mones]      2.5.6cvs21
8190
8191         * po/es.po
8192                 Minor fixes for release
8193
8194 2006-11-06 [paul]       2.5.6cvs20
8195
8196         * po/cs.po
8197         * po/de.po
8198         * po/fr.po
8199         * po/it.po
8200         * po/nl.po
8201         * po/pt_BR.po
8202         * po/sk.po
8203         * po/sv.po
8204         * po/zh_CN.po
8205                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8206                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8207                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8208                 Young
8209
8210 2006-11-02 [colin]      2.5.6cvs19
8211
8212         * src/imap.c
8213         * src/imap.h
8214         * src/prefs_account.c
8215         * src/etpan/imap-thread.c
8216                 Add GSSAPI support - fixes Debian bug #383274
8217
8218 2006-11-01 [colin]      2.5.6cvs18
8219
8220         * src/jpilot.c
8221                 Handle libpisock12 support. Probably
8222                 fixes bug 1046, 'jpilot AddressDB.pdb 
8223                 import fail'
8224
8225 2006-11-01 [colin]      2.5.6cvs17
8226
8227         * src/folderutils.c
8228                 debug_print() folderutils_mark_all_read()
8229
8230 2006-11-01 [colin]      2.5.6cvs16
8231
8232         * COPYING
8233                 Add missed files to the Apache exception
8234
8235 2006-10-31 [colin]      2.5.6cvs15
8236
8237         * src/folder.c
8238         * src/folder.h
8239                 Add a copy_private_data() func to FolderClasses
8240                 Doesn't break the feature freeze, because we 
8241                 won't use it (right now) in the core.
8242
8243 2006-10-31 [colin]      2.5.6cvs14
8244
8245         * COPYING
8246                 Allow linking with the Apache licensed files in
8247                 src/plugins/spamassassin. Hopefully fixes 
8248                 bug 1048, 'Spamassassin plugin license problem'
8249
8250 2006-10-31 [wwp]        2.5.6cvs13
8251
8252         * src/compose.c
8253                 fix and optimize trimming of leading linefeeds in body loop.
8254
8255 2006-10-31 [colin]      2.5.6cvs12
8256
8257         * src/etpan/imap-thread.c
8258         * src/imap.c
8259                 Make really sure to have NULL sets in case
8260                 of error
8261
8262 2006-10-30 [wwp]        2.5.6cvs11
8263
8264         * src/prefs_common.c
8265         * src/prefs_common.h
8266         * src/compose.c
8267                 fix broken storage of quote format template when it contains \-escape
8268                 sequences. The application of such sequences is also fixed now (\t
8269                 in quote format will be a real tab instead of a 't', for instance).
8270
8271 2006-10-27 [colin]      2.5.6cvs10
8272
8273         * src/compose.c
8274                 Probably fix bug 1045, 'sylpheed-claws 
8275                 doesn't remove the mail from the IMAP 
8276                 Queue folder after sending'. From
8277                 2.5.6cvs3-stable
8278
8279 2006-10-27 [colin]      2.5.6cvs9
8280
8281         * configure.ac
8282                 Require libetpan-0.48. I'm so annoying,
8283                 I know ;-)
8284
8285 2006-10-27 [colin]      2.5.6cvs8
8286
8287         * src/folder.c
8288         * src/imap.c
8289                 Probably fix bug 1044, 'sylpheed-claws 
8290                 segfaults while moving mails' - Fix relation
8291                 usage when moving to an IMAP mailbox from another
8292                 mailbox
8293
8294 2006-10-26 [paul]       2.5.6cvs7
8295
8296         * src/gtk/about.c
8297                 add libSM to compiled-in features
8298                 list
8299
8300 2006-10-24 [colin]      2.5.6cvs6
8301
8302         * src/textview.c
8303         * src/gtk/gtkutils.c
8304                 Fix crash when printing emails with an
8305                 xface
8306
8307 2006-10-24 [mones]      2.5.6cvs5
8308
8309         * manual/es/advanced.xml
8310                 Synchronize hidden option respect_flowed_format
8311         * po/es.po
8312                 Updated translation
8313
8314 2006-10-21 [paul]       2.5.6cvs4
8315
8316         * src/gtk/authors.h
8317         * src/plugins/pgpcore/pgp_viewer.c
8318         * src/plugins/pgpcore/sgpgme.c
8319                 fix building on BSDs
8320                 Thanks to Michael Hughes
8321                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8322
8323 2006-10-20 [colin]      2.5.6cvs3
8324
8325         * configure.ac
8326                 Bump up libetpan requirement
8327                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8328         * src/common/utils.c
8329         * src/common/utils.h
8330                 Add convenience get_file_mtime()
8331         * src/imap.c
8332         * src/etpan/imap-thread.c
8333         * src/etpan/imap-thread.h
8334                 Implement UIDPLUS support if the server
8335                 supports it - faster sending in this case
8336
8337 2006-10-19 [colin]      2.5.6cvs2
8338
8339         * src/gtk/quicksearch.c
8340                 Fix emptying in type-ahead+extended mode
8341         * src/mainwindow.c
8342         * src/mainwindow.h
8343                 Add a hook for offline state change
8344         * src/plugins/trayicon/trayicon.c
8345                 Use it to display offline icons
8346         * src/plugins/trayicon/Makefile.am
8347         * src/plugins/trayicon/newmail.offline.xpm
8348         * src/plugins/trayicon/newmarkedmail.offline.xpm
8349         * src/plugins/trayicon/nomail.offline.xpm
8350         * src/plugins/trayicon/unreadmail.offline.xpm
8351         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8352                 Add the icons
8353
8354 2006-10-12 [paul]       2.5.6cvs1
8355
8356         * NEWS
8357         * README
8358         * configure.ac
8359                 Update version number following
8360                 stable release
8361
8362 2006-10-19 [colin]      2.5.5cvs18
8363
8364         * manual/handling.xml
8365                 Add type-ahead search
8366
8367 2006-10-18 [colin]      2.5.5cvs17
8368
8369         * src/gtk/quicksearch.c
8370                 Remove "save to history only if there's
8371                 no syntax error", it breaks for some 
8372                 reason which I'll investigate later.
8373
8374 2006-10-18 [colin]      2.5.5cvs16
8375
8376         * src/prefs_common.c
8377         * src/prefs_common.h
8378         * src/summaryview.c
8379         * src/gtk/quicksearch.c
8380         * src/gtk/quicksearch.h
8381                 Add a type-ahead option for fast searches
8382                 Patch by Fabien Vantard
8383
8384 2006-10-18 [colin]      2.5.5cvs15
8385
8386         * src/compose.c
8387         * src/compose.h
8388                 Add Options/Reply mode/ menu to be able to
8389                 change the recipients of a reply on the fly
8390
8391 2006-10-18 [colin]      2.5.5cvs14
8392
8393         * src/compose.c
8394                 Fix redirecting of our own sent mails
8395
8396 2006-10-17 [wwp]        2.5.5cvs13
8397
8398         * src/send_message.c
8399                 Fix duplicate error messages when sending, and missing
8400                 newline in such error messages.
8401
8402 2006-10-17 [colin]      2.5.5cvs12
8403
8404         * src/compose.c
8405                 Compare addresses case-insensitive
8406
8407 2006-10-17 [colin]      2.5.5cvs11
8408
8409         * src/plugins/pgpcore/sgpgme.c
8410                 Fix return status
8411
8412 2006-10-17 [colin]      2.5.5cvs10
8413
8414         * src/plugins/pgpcore/pgp_viewer.c
8415                 Fix return status
8416
8417 2006-10-17 [colin]      2.5.5cvs9
8418
8419         * src/quote_fmt.c
8420                 Fix a typo (thanks to Fabien)
8421
8422 2006-10-16 [colin]      2.5.5cvs8
8423
8424         * src/textview.c
8425                 Fix problem with quote-folding when emails
8426                 don't convert cleanly to UTF-8
8427
8428 2006-10-14 [colin]      2.5.5cvs7
8429
8430         * src/prefs_template.c
8431                 Reset fields when reopening
8432                 the window
8433
8434 2006-10-13 [paul]       2.5.5cvs6
8435
8436         * manual/advanced.xml
8437         * src/prefs_message.c
8438                 make 'respect_flowed_format' a hidden
8439                 option, and add a manual entry for it
8440                 Thanks to Colin
8441
8442 2006-10-12 [colin]      2.5.5cvs5
8443
8444         * src/codeconv.c
8445                 Revert part of 2.5.2cvs21:
8446                 Don't optimise by reusing the 
8447                 last iconv converter if possible:
8448                 it seems slightly broken in a 
8449                 very hard way to reproduce
8450
8451 2006-10-12 [colin]      2.5.5cvs4
8452
8453         * src/prefs_common.c
8454         * src/prefs_common.h
8455         * src/prefs_message.c
8456         * src/procmime.c
8457                 Fix bug 1035, 'Incorrect handling 
8458                 of flowed lines'. We now optionnaly
8459                 handle this format (preference is in
8460                 Message View/Text options section)
8461
8462 2006-10-12 [colin]      2.5.5cvs3
8463
8464         * po/POTFILES.in
8465                 Add new file
8466         * src/plugins/pgpcore/pgp_viewer.c
8467         * src/plugins/pgpcore/sgpgme.c
8468                 Don't try to import without asking
8469
8470 2006-10-12 [colin]      2.5.5cvs2
8471
8472         * src/compose.c
8473                 Fix bug 1036, 'Forwarding a mutlipart
8474                 mail with a "text/html" block to ms
8475                 outlook users leeds to freeze of
8476                 outlook'. Poor outlook users...
8477
8478 2006-10-12 [paul]       2.5.5cvs1
8479
8480         * NEWS
8481         * README
8482         * configure.ac
8483                 Update version number following
8484                 stable release
8485
8486 2006-10-11 [paul]       2.5.4cvs1
8487
8488         * NEWS
8489         * README
8490         * configure.ac
8491                 Update version number following
8492                 stable release
8493
8494 2006-10-11 [paul]       2.5.3cvs32
8495
8496         * src/textview.c
8497                 fix bug 1032, 'Segmentation fault when showing
8498                 message' (bug in quote folding)
8499                 Thanks to Colin
8500
8501 2006-10-10 [colin]      2.5.3cvs31
8502
8503         * src/quote_fmt.c
8504                 Rephrase english a bit
8505
8506 2006-10-10 [colin]      2.5.3cvs30
8507
8508         * src/prefs_compose_writing.c
8509                 Stop making the page larger than the window
8510
8511 2006-10-10 [wwp]        2.5.3cvs29
8512
8513         * src/compose.c
8514         * src/prefs_template.c
8515         * src/quote_fmt.c
8516         * src/quote_fmt.h
8517         * src/quote_fmt_lex.l
8518         * src/quote_fmt_parse.y
8519                 Extend the quote parser a bit: allow to get access to
8520                 basic (composing) account info.
8521
8522 2006-10-10 [colin]      2.5.3cvs28
8523
8524         * src/procheader.c
8525                 Fix this \t problem in subject
8526
8527 2006-10-09 [colin]      2.5.3cvs27
8528
8529         * src/main.c
8530         * src/prefs_gtk.c
8531                 Prepare cache a bit later
8532                 If section already exists, skip the new one 
8533                 (as previously); avoid writing the same block
8534                 twice - if we find a second block with the 
8535                 same id, skip it.
8536         * src/plugins/pgpcore/pgp_viewer.c
8537                 Set cursor to busy when retrieving a key
8538         * src/plugins/pgpcore/sgpgme.c
8539                 allow 5 seconds for gpg to export the key
8540                 
8541
8542 2006-10-09 [colin]      2.5.3cvs26
8543
8544         * configure.ac
8545         * src/msgcache.c
8546         * src/prefs_gtk.c
8547                 Check for existence of fgets_unlocked
8548                 and fwrite_unlocked
8549
8550 2006-10-09 [paul]       2.5.3cvs25
8551
8552         * src/prefs_summaries.c
8553                 replace strftime() with fast_strftime() and in
8554                 the consequence fix the bug in the display of
8555                 AM/PM in the 'Example' string
8556
8557 2006-10-09 [ticho]      2.5.3cvs24
8558
8559         * po/sk.po
8560                 Updated (and fixed up somewhat) Slovak translation.
8561
8562 2006-10-08 [colin]      2.5.3cvs23
8563
8564         * src/prefs_folder_item.c
8565                 Explain why prefs in the top-level folder
8566                 aren't retained, but are still useful
8567
8568 2006-10-08 [colin]      2.5.3cvs22
8569
8570         * src/prefs_gtk.c
8571                 Don't cache anything if caching fails
8572
8573 2006-10-08 [colin]      2.5.3cvs21
8574
8575         * src/common/utils.c
8576                 always include gi18n.h
8577
8578 2006-10-07 [colin]      2.5.3cvs20
8579
8580         * src/plugins/pgpcore/pgp_viewer.c
8581                 Kill gpg after 5 seconds wait
8582
8583 2006-10-07 [colin]      2.5.3cvs19
8584
8585         * src/plugins/pgpcore/pgp_viewer.c
8586         * src/plugins/pgpcore/pgp_viewer.h
8587                 Fix copyright
8588
8589 2006-10-07 [colin]      2.5.3cvs18
8590
8591         * src/plugins/pgpcore/pgp_viewer.c
8592         * src/plugins/pgpcore/pgp_viewer.h
8593                 Actually add the files to CVS
8594
8595 2006-10-07 [colin]      2.5.3cvs17
8596
8597         * src/plugins/pgpcore/sgpgme.c
8598                 Be sure not to crash on 'application/pgp-signature' that
8599                 are not application/pgp-signatures
8600
8601 2006-10-07 [colin]      2.5.3cvs16
8602
8603         * src/textview.c
8604         * src/textview.h
8605                 Make a bit more of the API available
8606         * src/plugins/pgpcore/Makefile.am
8607         * src/plugins/pgpcore/plugin.c
8608         * src/plugins/pgpcore/sgpgme.c
8609                 Add basic key import/export
8610
8611 2006-10-07 [colin]      2.5.3cvs15
8612
8613         * src/folderview.c
8614         * src/imap.c
8615         * src/prefs_account.c
8616         * src/wizard.c
8617                 Warn users *everywhere* if libetpan's not
8618                 linked in
8619
8620 2006-10-06 [mones]      2.5.3cvs14
8621
8622         * po/de.po
8623         * po/es.po
8624                 updated by Stephan Sachse and me
8625
8626 2006-10-06 [colin]      2.5.3cvs13
8627
8628         * src/main.c
8629         * src/common/sylpheed.c
8630                 Don't load common plugins if --exit is passed
8631         * src/prefs_gtk.c
8632         * src/prefs_gtk.h
8633                 Implement a cache to avoid reading the same
8634                 files over and over again at startup
8635
8636 2006-10-06 [colin]      2.5.3cvs12
8637
8638         * src/summaryview.c
8639         * src/gtk/quicksearch.c
8640                 Update display every 5k mails on fast searches
8641
8642 2006-10-06 [colin]      2.5.3cvs11
8643
8644         * src/textview.c
8645                 Don't do quote folding on HTML or ERTF.
8646                 May fix the Cygwin issues if they were
8647                 happening with HTML mails?
8648
8649 2006-10-05 [colin]      2.5.3cvs10
8650
8651         * src/prefs_gtk.c
8652                 Oops, forgot one
8653
8654 2006-10-05 [colin]      2.5.3cvs9
8655
8656         * src/prefs_gtk.c
8657                 Use unlocked_stdio here too
8658
8659 2006-10-05 [colin]      2.5.3cvs8
8660
8661         * src/folderview.c
8662                 Fix go to next * after preferences apply
8663         * src/msgcache.c
8664                 Do the fd lock/unlock ourselves instead of
8665                 letting the libc do it at each write 
8666
8667 2006-10-05 [colin]      2.5.3cvs7
8668
8669         * src/common/utils.c
8670                 Faster division, thanks to Jean Diraison
8671
8672 2006-10-05 [paul]       2.5.3cvs6
8673
8674         * src/common/utils.c
8675                 fix building with --disable-nls
8676
8677 2006-10-04 [colin]      2.5.3cvs5
8678
8679         * src/folder.c
8680                 Maybe fix a segfault
8681
8682 2006-10-04 [wwp]        2.5.3cvs4
8683
8684         * src/prefs_folder_item.c
8685                 Fine-tune layouts in folder item prefs. Suggested by
8686                 Fabien Vantard <fzzzzz@gmail.com>.
8687
8688 2006-10-04 [wwp]        2.5.3cvs3
8689
8690         * src/prefs_folder_item.c
8691                 Kill the clandestine passengers. You didn't see anything.
8692
8693 2006-10-04 [wwp]        2.5.3cvs2
8694
8695         * src/prefs_folder_item.c
8696                 Add a way to test the subject simplify regexp in
8697                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8698                 w/ few layout changes.
8699
8700 2006-20-04 [paul]       2.5.3cvs1
8701
8702         * NEWS
8703         * README
8704         * configure.ac
8705                 Update version number following
8706                 stable release
8707
8708 2006-10-04 [colin]      2.5.2cvs42
8709
8710         * src/folder.c
8711         * src/folder.h
8712         * src/summaryview.c
8713                 Provide a way for folder classes to set their sort
8714                 type and key
8715
8716 2006-10-03 [colin]      2.5.2cvs41
8717
8718         * src/mh.c
8719                 Don't use strlen() to know if the
8720                 string's empty
8721
8722 2006-10-03 [colin]      2.5.2cvs40
8723
8724         * src/mh.c
8725                 Fix "check for new folders" with accentued folders
8726
8727 2006-10-03 [ticho]      2.5.2cvs39
8728
8729         * src/filtering.c
8730         * src/folder.c
8731         * src/inc.c
8732         * src/mbox.c
8733                 Colin's fix for "copy" filtering rules.
8734
8735 2006-10-02 [colin]      2.5.2cvs38
8736
8737         * src/folderview.c
8738                 Fix for double-click too
8739
8740 2006-10-02 [colin]      2.5.2cvs37
8741
8742         * src/folderview.c
8743                 correct fix for cvs36
8744
8745 2006-10-02 [colin]      2.5.2cvs36
8746
8747         * src/folderview.c
8748                 Fix 'goto next unread' after collapsing/expanding 
8749                 a node.
8750
8751 2006-10-02 [colin]      2.5.2cvs35
8752
8753         * src/summaryview.c
8754                 Fix double freeze/thaw
8755         * src/common/utils.c
8756         * src/common/utils.h
8757                 Reimplement strftime
8758         * src/procheader.c
8759                 Use it
8760
8761
8762 2006-10-02 [colin]      2.5.2cvs34
8763
8764         * src/mh.c
8765                 Time mh_write_sequences() - it's fast
8766         * src/summaryview.c
8767                 Init a variable to shut up gcc
8768
8769 2006-10-01 [colin]      2.5.2cvs33
8770
8771         * src/folder.c
8772         * src/mh.c
8773         * src/mh.h
8774         * src/msgcache.c
8775                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8776                 Add fsync but disable it, it's slow as hell
8777
8778 2006-10-01 [colin]      2.5.2cvs32
8779
8780         * src/mh.c
8781         * src/msgcache.c
8782                 fflush() caches and mh_sequences before
8783                 fclose()ing
8784
8785 2006-10-01 [colin]      2.5.2cvs31
8786
8787         * src/msgcache.c
8788                 Don't ftruncate when not using mmap
8789
8790 2006-09-30 [colin]      2.5.2cvs30
8791
8792         * src/main.c
8793                 Write folder list *after* saving caches
8794
8795 2006-09-30 [colin]      2.5.2cvs29
8796
8797         * src/folder.c
8798         * src/mh.c
8799                 Debug forced mtime changes
8800
8801 2006-09-30 [colin]      2.5.2cvs28
8802
8803         * src/folder.c
8804         * src/main.c
8805                 Remove useless debug_print()s (code
8806                 well-tested)
8807
8808 2006-09-30 [colin]      2.5.2cvs27
8809
8810         * src/mh.c
8811                 Do stuff faster when writing mh_sequences
8812
8813 2006-09-30 [colin]      2.5.2cvs26
8814
8815         * src/mh.c
8816                 Don't let the writing of .mh_sequences, which
8817                 can change the folder's mtime, let us think
8818                 we need to scan.
8819
8820 2006-09-30 [colin]      2.5.2cvs25
8821
8822         * src/folder.c
8823                 Move a debug_print where it belongs 
8824                 (processing)
8825         * src/summaryview.c
8826                 Don't mess with a huge slow subject
8827                 table if we're not threading by
8828                 subject
8829
8830 2006-09-30 [colin]      2.5.2cvs24
8831
8832         * src/msgcache.c
8833                 Reenable mmaped reads (*not* writes!)
8834         * src/procmsg.c
8835                 Don't destroy and recreate hashtables just
8836                 for fun
8837         * src/common/utils.c
8838                 Remove useless reply prefixes (it's case
8839                 unsensitive)
8840
8841 2006-09-30 [wwp]        2.5.2cvs23
8842
8843         * tools/fix_date.sh
8844                 Fixed a minor bug in date value extraction, added a switch
8845                 to replace non RFC-compliant Date: value, added a switch
8846                 to use strict RFC matching patterns for dates.
8847
8848 2006-09-29 [colin]      2.5.2cvs22
8849
8850         * src/matcher_parser.h
8851         * src/matcher_parser_parse.y
8852         * src/prefs_filtering.c
8853         * src/statusbar.c
8854         * src/summary_search.c
8855         * src/summaryview.c
8856         * src/gtk/quicksearch.c
8857         * src/gtk/quicksearch.h
8858                 Optimise searches by setting different
8859                 refresh intervals (depending if the 
8860                 search is fast or not)
8861
8862 2006-09-29 [colin]      2.5.2cvs21
8863
8864         * src/codeconv.c
8865                 Optimise by reusing the last iconv converter
8866                 if possible
8867         * src/textview.c
8868                 Optimise a bit (the foldable quotes feature
8869                 still has an awful O(n^2) algo
8870
8871 2006-09-29 [colin]      2.5.2cvs20
8872
8873         * src/gtk/gtksctree.c
8874         * src/gtk/gtksctree.h
8875                 Optimise de-selection via up/down or
8876                 another key
8877
8878 2006-09-28 [colin]      2.5.2cvs19
8879
8880         * src/action.c
8881         * src/compose.c
8882         * src/folderview.c
8883         * src/mainwindow.c
8884         * src/messageview.c
8885         * src/summary_search.c
8886         * src/toolbar.c
8887                 Avoid using summaryview->ctree directly
8888
8889 2006-09-28 [colin]      2.5.2cvs18
8890
8891         * src/summaryview.c
8892         * src/summaryview.h
8893                 Add helpers to freeze/thaw/grab_focus
8894                 Factorize calls to freeze/thaw/grab_focus
8895                 
8896
8897 2006-09-28 [colin]      2.5.2cvs17
8898
8899         * src/main.c
8900                 More guards for the session management
8901
8902 2006-09-28 [colin]      2.5.2cvs16
8903
8904         * src/folderview.c
8905         * src/gtk/gtksctree.c
8906         * src/gtk/gtksctree.h
8907                 Make expanding not recursive in folderview
8908
8909 2006-09-28 [colin]      2.5.2cvs15
8910
8911         * src/addressbook.c
8912                 If nothing is selected in the list (right part)
8913                 and a group is selected in the tree (left part),
8914                 mail this group.
8915
8916 2006-09-28 [colin]      2.5.2cvs14
8917
8918         * src/Makefile.am
8919                 Actually use SM_LIBS
8920
8921 2006-09-28 [ticho]      2.5.2cvs13
8922
8923         * src/export.c
8924         * src/messageview.c
8925         * src/mimeview.c
8926         * src/news.c
8927         * src/pop.c
8928         * src/prefs_themes.c
8929         * src/procmsg.c
8930                 Small i18n string optimization.
8931         * src/send_message.c
8932         * src/summaryview.c
8933         * src/common/session.c
8934         * src/common/smtp.c
8935         * src/common/ssl_certificate.c
8936         * src/common/utils.c
8937                 Use "Couldn't" instead of "Can't" in UI messages,
8938                 where appropriate.
8939
8940 2006-09-28 [colin]      2.5.2cvs12
8941
8942         * configure.ac
8943                 Possibly fix link errors
8944
8945 2006-09-27 [wwp]        2.5.2cvs11
8946
8947         * src/gtk/authors.h
8948         * doc/man/sylpheed-claws.1
8949         * manual/ack.xml
8950         * manual/es/ack.xml
8951         * manual/fr/ack.xml
8952         * manual/pl/ack.xml
8953                 Updated authors info (me, myself and I).
8954
8955 2006-09-27 [colin]      2.5.2cvs10
8956
8957         * src/addressbook.c
8958                 Remove useless printf
8959
8960 2006-09-27 [wwp]        2.5.2cvs9
8961
8962         * src/editgroup.c
8963         * src/send_message.c
8964         * src/inc.c
8965         * src/prefs_common.c
8966         * src/prefs_common.h
8967         * src/gtk/progressdialog.c
8968                 remember more windows' sizes (send dialog, received dialog,
8969                 edit group in addressbook).
8970
8971 2006-09-27 [colin]      2.5.2cvs8
8972
8973         * configure.ac
8974         * src/main.c
8975         * src/mainwindow.h
8976                 Use libSM to communicate with the session
8977                 manager, so that we can know when the 
8978                 session ends, save our caches, and draft
8979                 our compose windows.
8980
8981 2006-09-27 [colin]      2.5.2cvs7
8982
8983         * src/addressbook.c
8984                 Fix issues:
8985                 o Allow Book and Group creation from the tree's
8986                   contextual menu
8987                 o Do not actually delete the contacts when 
8988                   deleting groups from the tree (duh!)
8989
8990 2006-09-27 [colin]      2.5.2cvs6
8991
8992         * src/compose.c
8993         * src/compose.h
8994         * src/mainwindow.c
8995         * src/textview.c
8996         * src/toolbar.c
8997                 o Allow passing an email address to 
8998                   compose_new_with_folderitem
8999                 o Update callers
9000                 o Use current folderitem when clicking
9001                   on a TextView mailto: link
9002                 o Fix a possible leak in TextView
9003
9004 2006-09-27 [colin]      2.5.2cvs5
9005
9006         * src/html.c
9007                 Use UTF-8 chars to replace HTML entities
9008
9009 2006-09-27 [colin]      2.5.2cvs4
9010
9011         * AUTHORS
9012         * src/prefs_account.c
9013         * src/gtk/authors.h
9014                 Fix bug #1024 (Array index out of
9015                 range in sylpheed-claws-2.5.2)
9016                 Patch by Ales Nosek <anosek@suse.cz>
9017
9018 2006-09-27 [colin]      2.5.2cvs3
9019
9020         * src/addr_compl.c
9021                 Actually do the test
9022
9023 2006-09-27 [colin]      2.5.2cvs2
9024
9025         * src/addr_compl.c
9026         * src/addr_compl.h
9027                 Allow completing with comma (in certain cases: vCalendar
9028                 for example doesn't support that)
9029                 Patch by Fabien Vantard
9030
9031 2006-09-26 [colin]      2.5.2cvs1
9032
9033         * src/Makefile.am
9034         * src/addr_compl.c
9035         * src/addr_compl.h
9036         * src/addrbook.c
9037         * src/addrbook.h
9038         * src/addressbook.c
9039         * src/addrindex.c
9040         * src/addrindex.h
9041         * src/compose.c
9042         * src/prefs_common.c
9043         * src/prefs_filtering_action.c
9044         * src/prefs_folder_item.c
9045         * src/prefs_template.c
9046         * src/stock_pixmap.c
9047         * src/stock_pixmap.h
9048         * src/pixmaps/addr_one.xpm
9049         * src/pixmaps/addr_two.xpm
9050                 Add auto-completion on groups
9051
9052 2006-09-26 [colin]      2.5.2
9053
9054         * NEWS
9055         * README
9056         * RELEASE_NOTES
9057                 2.5.2 released
9058
9059 2006-09-26 [colin]      2.5.1cvs5
9060
9061         * src/matcher.c
9062                 Fix condition
9063
9064 2006-09-26 [colin]      2.5.1cvs4
9065
9066         * src/mbox.c
9067                 Revert cvs1 (useless as the message is printed 
9068                 every 500 mails)
9069
9070 2006-09-26 [colin]      2.5.1cvs3
9071
9072         * src/partial_download.c
9073                 Fix crasher found by Alexsandar Urosevic
9074
9075 2006-09-26 [colin]      2.5.1cvs2
9076
9077         * src/summaryview.c
9078                 Fix bug #1023 (Sylpheed deletes too much messages)
9079
9080 2006-09-26 [ticho]      2.5.1cvs1
9081
9082         * src/mbox.c
9083                 Make use of gettext's multiple plurals for statusbar
9084                 progress message.
9085
9086 2006-09-25 [paul]       2.5.1
9087
9088         * NEWS
9089         * README
9090         * RELEASE_NOTES
9091                 2.5.1 released
9092
9093 2006-09-25 [colin]      2.5.0cvs3
9094
9095         * src/plugins/bogofilter/bogofilter.c
9096         * src/plugins/clamav/clamav_plugin.c
9097         * src/plugins/spamassassin/spamassassin.c
9098                 BogoFilter, Spamassassin: Fix double hook registering after
9099                 visiting preferences
9100                 Spamassassin, Clamav: Just set the mails to move instead of
9101                 doing the move - caller will move the things at once.
9102
9103 2006-09-25 [colin]      2.5.0cvs2
9104
9105         * src/imap.c
9106         * src/etpan/imap-thread.c
9107                 Use UID SEARCH ALL instead of UID 1:*
9108                 (braindead servers can't figure out that's
9109                 the same...)
9110
9111 2006-09-25 [wwp]        2.5.0cvs1
9112
9113         * src/message_search.c
9114                 Added the ability to stop a running search (in message body).
9115
9116 2006-09-25 [paul]       2.5.0
9117
9118         * NEWS
9119         * README
9120         * RELEASE_NOTES
9121                 2.5.0 released
9122
9123 2006-09-25 [paul]       2.4.0cvs214
9124
9125         * po/cs.po
9126         * po/de.po
9127         * po/fi.po
9128         * po/fr.po
9129         * po/nl.po
9130         * po/pt_BR.po
9131         * po/sk.po
9132         * po/sr.po
9133         * po/zh_CN.po
9134                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9135                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9136                 Ticho, Aleksander Urosevic, Ralgh Young
9137
9138 2006-09-24 [mones]      2.4.0cvs213
9139
9140         * po/es.po
9141                 Updated for release
9142
9143 2006-09-23 [colin]      2.4.0cvs212
9144
9145         * src/gtk/inputdialog.c
9146                 Fix [ ] remember this appearing in normal
9147                 input dialogs after it's been used by
9148                 mimeview.
9149         * src/folder.c
9150         * src/folderview.c
9151         * src/msgcache.c
9152         * src/procmsg.c
9153         * src/summaryview.c
9154         * src/textview.c
9155         * src/common/timing.h
9156                 Enable timings in debug mode and make it
9157                 look prettier.
9158
9159 2006-09-22 [colin]      2.4.0cvs211
9160
9161         * README
9162                 Revert test change
9163         * commitHelper
9164                 ping the correct URI
9165
9166 2006-09-22 [colin]      2.4.0cvs210
9167
9168         * README
9169                 Let's see if bug #1022 is fixed
9170
9171 2006-09-21 [colin]      2.4.0cvs209
9172
9173         * src/wizard.c
9174         * src/common/plugin.c
9175                 Prepare infra to load predefined plugins when
9176                 no configuration existed. Don't actually load
9177                 anything yet (feat. freeze)
9178
9179 2006-09-21 [wwp]        2.4.0cvs208
9180
9181         * manual/fr/faq.xml
9182                 Partial sync w/ 2.4.0cvs72:
9183                 wrap file and minor updates.
9184
9185 2006-09-21 [wwp]        2.4.0cvs207
9186
9187         * tools/fix_date.sh
9188                 several fixes and enhancements. A new --force switch has been
9189                 added to prevent overriding by default Date: header when
9190                 already existing.
9191
9192 2006-09-21 [paul]       2.4.0cvs206
9193
9194         * src/common/utils.c
9195                 add Chinese UTF8 Re prefix
9196
9197 2006-09-21 [wwp]        2.4.0cvs205
9198
9199         * tools/Makefile.am
9200                 Fics alfabettical order.
9201
9202 2006-09-21 [wwp]        2.4.0cvs204
9203
9204         * tools/fix_date.sh
9205         * tools/Makefile.am
9206                 Added an action tool to fix missing Date field in emails.
9207                 Updated Makefile.am to reflect those last two additions.
9208
9209 2006-09-21 [wwp]        2.4.0cvs203
9210
9211         * tools/uuooffice
9212                 Added a action tool to open uuencoded docs w/
9213                 OpenOffice (based on uudec method).
9214
9215 2006-09-21 [colin]      2.4.0cvs202
9216
9217         * src/compose.c
9218         * src/textview.c
9219                 Workaround possible GTK crash: remove selection 
9220                 clipboard before destroying widget, or GTK+-2.10
9221                 dies. Thanks to Hiro.
9222
9223 2006-09-20 [colin]      2.4.0cvs201
9224
9225         * src/compose.c
9226                 Fix free-after-use in some cases (when 
9227                 procmime_encode_content() frees mimeinfo->data.mem
9228                 and turns it to a temp file)
9229
9230 2006-09-20 [colin]      2.4.0cvs200
9231
9232         * src/folderview.c
9233         * src/summaryview.c
9234         * src/gtk/gtksctree.c
9235         * src/gtk/gtksctree.h
9236                 Add tooltips in the folderview and summaryview
9237                 (Doesn't break string freeze as they already
9238                 exist)
9239         * src/toolbar.c
9240                 Put the spam button in the default configuration
9241                 if compiled with bogo plugin too
9242
9243 2006-09-19 [colin]      2.4.0cvs199
9244
9245         * src/summaryview.c
9246         * src/summaryview.h
9247                 Update folder name label on folder rename
9248         * src/prefs_matcher.c
9249         * src/gtk/logwindow.h
9250                 Fix warnings
9251                 Patches by Fabien
9252
9253 2006-09-19 [wwp]        2.4.0cvs198
9254
9255         * src/summary_search.c
9256                 fix can't click forward/backward buttons in the
9257                 search messages.
9258
9259 2006-09-18 [paul]       2.4.0cvs197
9260
9261         * src/wizard.c
9262                 add missing bracket, capitalise the A of
9263                 'SpamAssassin'
9264
9265 2006-09-18 [paul]       2.4.0cvs196
9266
9267         * src/compose.c
9268                 fix bug 1012 'crashed upon sending mail
9269                 from compose window'
9270                 Thanks to Colin
9271
9272 2006-09-16 [colin]      2.4.0cvs195
9273
9274         * src/folderview.c
9275                 Fix "real-time" sorting by freezing/thawing
9276
9277 2006-09-16 [colin]      2.4.0cvs194
9278
9279         * manual/faq.xml
9280                 Fix the anti-spam entry a bit
9281
9282 2006-09-16 [colin]      2.4.0cvs193
9283
9284         * src/wizard.c
9285                 Make sure reviewers have no excuse when stating
9286                 Sylpheed-Claws doesn't have antispam capabilities.
9287
9288 2006-09-16 [colin]      2.4.0cvs192
9289
9290         * src/main.c
9291                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9292                 as if the SIGPIPE comes from etpan's thread we could
9293                 trigger a GUI update from this thread.
9294
9295 2006-09-16 [colin]      2.4.0cvs191
9296
9297         * src/summaryview.c
9298                 Init all members of the struct
9299
9300 2006-09-16 [paul]       2.4.0cvs190
9301
9302         * src/account.c
9303                 improvements to the English
9304
9305 2006-09-15 [colin]      2.4.0cvs189
9306
9307         * src/summaryview.c
9308                 HIG order on dialog
9309
9310 2006-09-14 [colin]      2.4.0cvs188
9311
9312         * src/common/socket.c
9313         * src/common/socket.h
9314         * src/common/ssl.c
9315         * src/common/ssl_certificate.c
9316         * src/common/ssl_certificate.h
9317         * src/etpan/imap-thread.c
9318                 the get_fqdn() call done to get canonical name when
9319                 checking an SSL certificate is blocking, which is
9320                 sad as we just did a non-blocking lookup to connect.
9321                 Fix that by letting the fqdn available to the SockInfo,
9322                 and use that in ssl_certificate_check(). For IMAP,
9323                 we don't do it as the lookup's done by libetpan, but
9324                 it's less annoying as IMAP connections as much more
9325                 rare than POP3 connections.
9326
9327 2006-09-14 [paul]       2.4.0cvs187
9328
9329         * manual/advanced.xml
9330                 improvements to the English,
9331                 properly place the new hidden options
9332                 within the alphabetical order
9333         * src/gtk/pluginwindow.c
9334                 improvements to the English
9335
9336 2006-09-14 [colin]      2.4.0cvs186
9337
9338         * src/prefs_common.c
9339         * src/prefs_common.h
9340         * src/gtk/gtksctree.c
9341         * manual/advanced.xml
9342                 New hidden pref, stripes_color_offset, to change
9343                 the value added/substracted to normal bgcolor to
9344                 create the stripes in summaries
9345
9346 2006-09-13 [colin]      2.4.0cvs185
9347
9348         * src/gedit-print.c
9349         * src/messageview.c
9350         * src/messageview.h
9351         * src/summaryview.c
9352         * src/textview.c
9353                 Fix misc. printing issues: 
9354                 - Bad font for linkified headers
9355                 - Different font if the mail was displayed or not
9356                 - Factorize the thing
9357
9358 2006-09-13 [colin]      2.4.0cvs184
9359
9360         * src/common/ssl_certificate.c
9361                 Only get FQDN once when checking certificate
9362
9363 2006-09-13 [colin]      2.4.0cvs183
9364
9365         * src/account.c
9366         * src/gtk/pluginwindow.c
9367                 Misc. GUI fixes by Fabien
9368
9369 2006-09-13 [wwp]        2.4.0cvs182
9370
9371         * configure.ac
9372         * src/common/utils.h
9373         * src/common/utils.c
9374                 get rid of unused wide-char functions.
9375
9376 2006-09-13 [wwp]        2.4.0cvs181
9377
9378         * src/plugins/pgpinline/sylpheed.def
9379         * src/textview.c
9380                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9381                 add privacy_reset_error to the .def file,
9382                 do not fork for an external textviewer.
9383
9384 2006-09-13 [wwp]        2.4.0cvs180
9385
9386         * src/prefs_common.c
9387                 fix broken font entry in prefs (patch issued by the gpg4win team,
9388                 probably by Marcus Brinkmann <marcus@g10code.de>).
9389
9390 2006-09-13 [colin]      2.4.0cvs179
9391
9392         * src/folder.h
9393                 Fix a warning in summaryview.c
9394         * src/mainwindow.c
9395         * src/summaryview.c
9396         * src/summaryview.h
9397                 Add missing Mark/* elements in the
9398                 main menu
9399
9400 2006-09-12 [colin]      2.4.0cvs178
9401
9402         * src/prefs_actions.c
9403         * src/prefs_filtering_action.c
9404         * src/prefs_matcher.c
9405                 Use (New) instead of New everywhere
9406
9407 2006-09-12 [wwp]        2.4.0cvs177
9408
9409         * manual/fr/addrbook.xml
9410         * manual/fr/handling.xml
9411                 updated some quotes in the fr manual to match the fr translation.
9412
9413 2006-09-12 [wwp]        2.4.0cvs176
9414
9415         * src/prefs_matcher.c
9416                 don't store translated string elements in matcher expressions.
9417                 Also fixed a misused of Q_().
9418
9419 2006-09-11 [wwp]        2.4.0cvs175
9420
9421         * src/plugins//bogofilter/bogofilter.c
9422         * src/plugins//clamav/clamav_plugin.c
9423         * src/plugins//demo/demo.c
9424         * src/plugins//dillo_viewer/dillo_viewer.c
9425         * src/plugins//pgpcore/plugin.c
9426         * src/plugins//pgpinline/plugin.c
9427         * src/plugins//pgpmime/plugin.c
9428         * src/plugins//spamassassin/spamassassin.c
9429                 gettext-ize more strings (mostly plugin error messages).
9430
9431 2006-09-11 [colin]      2.4.0cvs174
9432
9433         * src/alertpanel.c
9434                 Make maximum buffer size bigger to avoid
9435                 truncating translated messages. Patch by
9436                 Fabien
9437
9438 2006-09-11 [colin]      2.4.0cvs173
9439
9440         * src/etpan/imap-thread.c
9441                 Fix compilation on OpenBSD, thanks to 
9442                 Landry
9443
9444 2006-09-10 [wwp]        2.4.0cvs172
9445
9446         * manual/account.xml
9447         * manual/addrbook.xml
9448         * manual/handling.xml
9449         * manual/es/handling.xml
9450         * manual/fr/account.xml
9451         * manual/fr/addrbook.xml
9452         * manual/fr/handling.xml
9453                 documented addressbook matching (condition configuration):
9454                   addrbook.xml, en fr
9455                 documented per-account filtering rules (handling/filtering
9456                   section, account section):
9457                   account.xml, handling.xml, en fr
9458                 slightly updated the handling/searching section to tell few
9459                   words about the extended search ability:
9460                   handling.xml, en fr
9461                 added missing <quote></quotes> to Quick Search:
9462                   handling.xml, en fr es
9463                 fixed a typo (auomatically):
9464                   handling.xml, en
9465                 changes revisited by Paul.
9466
9467 2006-09-10 [paul]       2.4.0cvs171
9468
9469         * src/prefs_actions.c
9470         * src/prefs_filtering.c
9471         * src/prefs_template.c
9472                 adjustments to the gui
9473                 Patch by Fabien Vantard (slightly modified)
9474
9475 2006-09-10 [colin]      2.4.0cvs170
9476
9477         * src/summaryview.c
9478                 Check folderitem/summaryview consistency
9479                 (basically automates Update summary). Fixes
9480                 #1011 (wrong (negative) count on unread 
9481                 messages)
9482
9483 2006-09-10 [colin]      2.4.0cvs169
9484
9485         * src/gtk/gtksctree.c
9486                 Fix recursive expansion via mouse
9487         * src/plugins/bogofilter/bogofilter.c
9488                 Use normal filtering way of moving
9489                 messages (batching), possibly fixing
9490                 bug #1015 (Bogofilter plugin doubles 
9491                 new messages)
9492
9493 2006-09-09 [wwp]        2.4.0cvs168
9494
9495         * src/prefs_filtering.c
9496                 better place for this fix.
9497
9498 2006-09-09 [wwp]        2.4.0cvs167
9499
9500         * src/prefs_filtering.c
9501                 fix a minor bug when the enabled status of a filtering/processing
9502                 rule always got set to TRUE when replacing this rule. That still
9503                 make sense when adding a new rule, but now when replacing, we
9504                 don't override the value of 'enabled'.
9505                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9506                 to prefs_filtering_list_view_get_info() as this function not only
9507                 returns the name, but also the account_id and the enabled status.
9508
9509 2006-09-09 [mones]      2.4.0cvs166
9510
9511         * manual/glossary.xml
9512         * manual/plugins.xml
9513                 Minor format corrections
9514         * manual/gpl.xml
9515                 Fix misplaced NO WARRANTY section
9516         * manual/es/advanced.xml
9517         * manual/es/faq.xml
9518         * manual/es/glossary.xml
9519         * manual/es/gpl.xml
9520         * manual/es/handling.xml
9521         * manual/es/plugins.xml
9522         * manual/es/starting.xml
9523                 Incorporate changes from English version
9524         * manual/fr/ack.xml
9525         * manual/pl/ack.xml
9526         * manual/es/ack.xml
9527                 Fix address, (add translation credits in es version)
9528         * po/es.po
9529                 Updated translation
9530
9531 2006-09-09 [wwp]        2.4.0cvs165
9532
9533         * src/prefs_filtering.c
9534                 fix a crash when opening filtering prefs, if matcherrc file contains
9535                 broken data (non-existing account id, which is theoretically not
9536                 possible).
9537
9538 2006-09-08 [colin]      2.4.0cvs164
9539
9540         * src/folder.c
9541                 Wrong assert, make it an if()
9542         * src/gtk/gtksctree.c
9543                 Fix bug #1013 (expand selected thread 
9544                 tree) - expanding is now recursive
9545
9546 2006-09-07 [wwp]        2.4.0cvs163
9547
9548         * src/prefs_matcher.c
9549                 make better sentences about addressbook matching in the
9550                 matcher prefs. This should make translators' work easier
9551                 too.
9552
9553 2006-09-07 [wwp]        2.4.0cvs162
9554
9555         * src/prefs_filtering.c
9556                 code simplification (get rid of dup var. assignment).
9557
9558 2006-09-07 [wwp]        2.4.0cvs161
9559
9560         * src/summaryview.c
9561                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9562                 <fzzzzz@gmail.com>.
9563
9564 2006-09-07 [paul]       2.4.0cvs160
9565
9566         * src/mimeview.c
9567                 fix compilation warnings
9568                 Thanks to Colin
9569
9570 2006-09-07 [paul]       2.4.0cvs159
9571
9572         * src/mimeview.c
9573                 select the mimepart icon when
9574                 displaying as text
9575                 Thanks to Colin
9576
9577 2006-09-06 [paul]       2.4.0cvs158
9578
9579         * src/prefs_filtering.c
9580                 fix labels and table element spacing
9581                 Patch by Fabien Vantard
9582
9583 2006-09-06 [paul]
9584
9585         2.5.0-rc3 released
9586
9587 2006-09-06 [paul]       2.4.0cvs157
9588
9589         * manual/es/advanced.xml
9590                 fix typo
9591
9592 2006-09-06 [wwp]        2.4.0cvs156
9593
9594         * src/mainwindow.c
9595                 fix an dup launch issue when iconified, thanks to Colin.
9596
9597 2006-09-06 [wwp]        2.4.0cvs155
9598
9599         * src/gtk//gtksctree.h
9600                 oops, forgot that one!
9601
9602 2006-09-06 [wwp]        2.4.0cvs154
9603
9604         * manual/pl/advanced.xml
9605         * manual/advanced.xml
9606         * manual/es/advanced.xml
9607         * manual/fr/advanced.xml
9608         * src/prefs_customheader.c
9609         * src/prefs_filtering_action.c
9610         * src/foldersel.c
9611         * src/prefs_summaries.c
9612         * src/prefs_filtering.c
9613         * src/account.c
9614         * src/compose.c
9615         * src/prefs_summary_column.c
9616         * src/addr_compl.c
9617         * src/prefs_actions.c
9618         * src/prefs_folder_column.c
9619         * src/ssl_manager.c
9620         * src/prefs_template.c
9621         * src/prefs_display_header.c
9622         * src/prefs_common.h
9623         * src/prefs_matcher.c
9624         * src/prefs_common.c
9625         * src/prefs_toolbar.c
9626         * src/summaryview.c
9627         * src/folderview.c
9628         * src/gtk/gtksctree.c
9629         * src/gtk/pluginwindow.c
9630         * src/gtk/progressdialog.c
9631         * src/gtk/prefswindow.c
9632                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9633                 to make its meaning more obvious (all versions of the manual reflect
9634                 the change).
9635                 added an extra hidden option use_stripes_in_summary to allow
9636                 discarding these stripes in mainwindow's folder and message lists;
9637                 en and fr manuals only are OK towards this.
9638
9639 2006-09-06 [colin]      2.4.0cvs153
9640
9641         * src/textview.c
9642                 Hide Sylpheed-Claws' internal queue headers
9643                 when showing all headers. They'll be present
9644                 only in Source window.
9645
9646 2006-09-05 [colin]      2.4.0cvs152
9647
9648         * src/plugins/trayicon/trayicon.c
9649                 Fix crash at exit - we have to disconnect
9650                 our handlers
9651         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9652                 Update eggtrayicon - patch adapted from a
9653                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9654                 on Sylpheed's ML
9655
9656 2006-09-05 [colin]      2.4.0cvs151
9657
9658         * src/mainwindow.c
9659         * src/gtk/logwindow.c
9660                 Fix race condition when something writes
9661                 to the log too soon during init. Thanks
9662                 to Fabien Vantard
9663
9664 2006-09-05 [colin]      2.4.0cvs150
9665
9666         * src/mimeview.c
9667                 Don't select part on right-click either
9668
9669 2006-09-05 [paul]       2.4.0cvs149
9670
9671         * src/mimeview.c
9672                 completion of previous commit
9673                 Thanks to Colin
9674
9675 2006-09-05 [colin]      2.4.0cvs148
9676
9677         * src/mimeview.c
9678                 Don't force selection on middle-click, just open
9679
9680 2006-09-04 [colin]      2.4.0cvs147
9681
9682         * src/mimeview.c
9683                 Looks like gtk_notebook_set_current_page()
9684                 sometimes steals focus, and this annoys us
9685                 in MimeViewers as it renders navigation
9686                 keys useless. Take back focus after switching
9687                 pages.
9688
9689 2006-09-04 [colin]      2.4.0cvs146
9690
9691         * src/messageview.c
9692                 Set stop_loading when clicking on Next
9693                 during load. Don't add a callback to 
9694                 avoid over-complicating things.
9695
9696 2006-09-04 [colin]      2.4.0cvs145
9697
9698         * src/mimeview.c
9699         * src/messageview.c
9700                 Fix multiple loads in separate messageview
9701
9702 2006-09-04 [colin]      2.4.0cvs144
9703
9704         * src/summaryview.c
9705                 Let navigation keys be handled during 
9706                 load
9707
9708 2006-09-04 [colin]      2.4.0cvs143
9709
9710         * src/messageview.c
9711         * src/summaryview.c
9712         * src/textview.c
9713         * src/textview.h
9714                 Make loading of huge mails (lots of text and/or
9715                 images) cancellable, so the GUI doesn't block 
9716
9717 2006-09-04 [colin]      2.4.0cvs142
9718
9719         * src/plugins/trayicon/trayicon.c
9720                 Fix annoyance when removing a folder with 
9721                 unread mails: trayicon didn't update
9722
9723 2006-09-04 [paul]       2.4.0cvs141
9724
9725         * src/gtk/icon_legend.c
9726                 straighten up columns
9727                 Patch by Fabien Vantard
9728
9729 2006-09-04 [wwp]        2.4.0cvs140
9730
9731         * src/prefs_filtering.c
9732                 fix new line's account name in filtering prefs:
9733                 was "All", is now "(New)".
9734
9735 2006-09-04 [paul]       2.4.0cvs139
9736
9737         * tools/make.themes.project
9738                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9739                 instead of homebrewed "make release"
9740
9741 2006-09-03 [colin]      2.4.0cvs138
9742
9743         * src/folderview.c
9744                 Fix bug #1007 (Wrong folder highlighted)
9745
9746 2006-09-03 [colin]      2.4.0cvs137
9747
9748         * src/compose.c
9749                 Don't set Newsgroup: header to a mail folder
9750                 path
9751
9752 2006-09-03 [paul]       2.4.0cvs136
9753
9754         * src/prefs_other.c
9755         * src/prefs_spelling.c
9756                 unify the gui
9757
9758 2006-09-03 [paul]       2.4.0cvs135
9759
9760         * src/prefs_summaries.c
9761                 correct menu item text in prefs_keybind_apply_clicked()
9762
9763 2006-09-03 [paul]       2.4.0cvs134
9764
9765         * manual/advanced.xml
9766                 some improvements to the descriptions
9767         * src/mainwindow.c
9768         * src/messageview.c
9769         * src/summaryview.c
9770         * src/gtk/menu.c
9771                 fix menu sensitivity issues
9772         * src/prefs_message.c
9773                 drop the useless word 'short'
9774         * src/prefs_other.c
9775                 add the word 'lines' indicating log length
9776                 is a measure of lines
9777         * src/textview.c
9778                 fix compilation warnings
9779
9780 2006-09-02 [colin]      2.4.0cvs133
9781
9782         * src/messageview.c
9783                 Display a special return-receipt message
9784                 if the message is from the user
9785         * src/summaryview.c
9786                 Fix missing freeze of the list when marking
9787                 all read and unthreading for exec. Thanks
9788                 to Stephan Sachse.
9789
9790 2006-09-02 [paul]       2.4.0cvs132
9791
9792         * src/mainwindow.c
9793         * src/prefs_message.c
9794         * src/summaryview.c
9795                 fix some english
9796
9797 2006-09-02 [wwp]        2.4.0cvs131
9798
9799         * src/prefs_filtering.c
9800                 added an account name column to the filtering rules
9801                 dialog.
9802
9803 2006-09-02 [colin]      2.4.0cvs130
9804
9805         * src/gtk/logwindow.c
9806         * src/gtk/logwindow.h
9807                 Block scrolling if we're not at the end
9808                 of the log
9809
9810 2006-09-02 [colin]      2.4.0cvs129
9811
9812         * src/folder.c
9813                 Make sure account-specific rules can't
9814                 be used in {pre-,post-,}processing
9815         * src/mainwindow.c
9816         * src/gtk/logwindow.c
9817         * src/gtk/logwindow.h
9818                 Jump to last error when clicking on the
9819                 warning icon
9820
9821 2006-09-02 [colin]      2.4.0cvs128
9822
9823         * src/imap.c
9824         * src/import.c
9825         * src/mainwindow.c
9826         * src/mainwindow.h
9827                 Fix warning icon
9828         * src/inc.c
9829         * src/mbox.c
9830         * src/mbox.h
9831                 Let proc_mbox know its account, for
9832                 account-specific rules
9833
9834 2006-09-01 [colin]      2.4.0cvs127
9835
9836         * src/codeconv.c
9837                 Don't uselessly use iconv to convert from
9838                 us-ascii
9839         * src/alertpanel.c
9840         * src/mainwindow.c
9841         * src/mainwindow.h
9842         * src/inc.c
9843                 Fix certain log cases, disable warning icon
9844                 for now, the correct way to display it when
9845                 necessary and only when necessary is probably
9846                 to do it manually rather than use error logs
9847         * src/etpan/imap-thread.c
9848                 Clean up UID logging a bit
9849         * src/gtk/logwindow.c
9850         * src/gtk/logwindow.h
9851                 Make logging faster when the window's closed
9852
9853 2006-09-01 [wwp]        2.4.0cvs126
9854
9855         * manual/fr/account.xml
9856                 reflect changes to the ref. manual (parts of cvs72):
9857                 fix tabnames and quotes.
9858
9859 2006-09-01 [wwp]        2.4.0cvs125
9860
9861         * manual/fr/plugins.xml
9862                 reflect changes to the reference manual (cvs42):
9863                 update IRC channel info.
9864
9865 2006-09-01 [wwp]        2.4.0cvs124
9866
9867         * commitHelper
9868                 use CVSEDITOR env. var. if set, according to `man cvs`.
9869
9870 2006-09-01 [wwp]        2.4.0cvs123
9871
9872         * manual/advanced.xml
9873                 better sentence again (thanks to Paul).
9874
9875 2006-09-01 [wwp]        2.4.0cvs122
9876
9877         * manual/advanced.xml
9878         fix definition of toolbar_detachable and rework a bit the one of
9879         enable_dotted_lines.
9880
9881 2006-09-01 [mones]      2.4.0cvs121
9882
9883         * manual/advanced.xml
9884                 Document enable_dotted_lines
9885
9886 2006-09-01 [paul]       2.4.0cvs120
9887
9888         * src/folderview.c
9889         * src/folderview.h
9890         * src/imap.c
9891         * src/mainwindow.c
9892         * src/summaryview.c
9893                 obey the 'When entering folder...' option
9894                 when using the /View/Go to/... menu items
9895                 Thanks to Colin
9896
9897 2006-08-31 [colin]      2.4.0cvs119
9898
9899         * src/folderview.c
9900                 Revert 2.4.0cvs116, wrong fix.
9901
9902 2006-08-31 [colin]      2.4.0cvs118
9903
9904         * src/gtk/gtksctree.c
9905                 Better state the various copyrights
9906
9907 2006-08-31 [colin]      2.4.0cvs117
9908
9909         * src/prefs_common.c
9910                 fix enable_dotted_lines
9911
9912 2006-08-31 [colin]      2.4.0cvs116
9913
9914         * src/folderview.c
9915                 Use pref "Always open on select" when going
9916                 to next unread folder
9917         * src/gtk/gtksctree.c
9918                 Fix link failure to _gtk_clist_create_cell_layout
9919                 on certain computers. (Why not mine, I wonder)
9920
9921 2006-08-31 [colin]      2.4.0cvs115
9922
9923         * src/procmsg.c
9924         * src/textview.c
9925         * src/plugins/bogofilter/bogofilter.c
9926         * src/plugins/spamassassin/spamassassin.c
9927                 Requalify some "errors" to warnings
9928         * src/mainwindow.c
9929         * src/mainwindow.h
9930         * src/statusbar.c
9931                 Add an icon in the statusbar to notify
9932                 of errors
9933         * src/gtk/gtksctree.c
9934         * src/folderview.c
9935         * src/summaryview.c
9936                 Make the GtkSCTree look more modern by
9937                 alternating background lines
9938         * src/prefs_common.c
9939         * src/prefs_common.h
9940                 Add a pref to let people have the old
9941                 way if they prefer
9942
9943
9944 2006-08-30 [colin]      2.4.0cvs114
9945
9946         * src/procmsg.c
9947         * src/procmsg.h
9948                 Provide a way to filter a list of
9949                 messages in an optimised manner, and
9950                 add a list-filtering hook
9951         * src/folder.c
9952         * src/inc.c
9953         * src/mbox.c
9954                 Use the list filtering
9955         * src/plugins/bogofilter/bogofilter.c
9956                 Use the list-filtering hook
9957                 Use -b (bulk) mode for more speed
9958                 when learning and filtering
9959         * src/etpan/imap-thread.c
9960                 Make log output shorter in UID SEARCH
9961
9962
9963 2006-08-30 [colin]      2.4.0cvs113
9964
9965         * src/plugins/bogofilter/bogofilter.c
9966                 Really fast mass learning - thanks to David
9967                 Relson for the options explanations :)
9968
9969 2006-08-30 [colin]      2.4.0cvs112
9970
9971         * src/msgcache.c
9972                 Fix compilation on FreeBSD. Thanks
9973                 to Michael Hugues
9974
9975 2006-08-29 [colin]      2.4.0cvs111
9976
9977         * src/folderview.c
9978                 Handle "popup_menu" signal (for popping the 
9979                 menu via the keyboard)
9980         * src/mimeview.c
9981         * src/mimeview.h
9982         * src/summaryview.c
9983         * src/textview.c
9984         * src/gtk/gtkutils.c
9985         * src/gtk/gtkutils.h
9986                 Factorize scrolling code, and add an API 
9987                 for MimeViewers to handle scroll orders
9988
9989 2006-08-29 [wwp]        2.4.0cvs110
9990
9991         * src/plugins//bogofilter/bogofilter.c
9992         * src/plugins//spamassassin/spamassassin.c
9993                 make the bogofilter/spamassassin filtering error dialogs at
9994         incorporation obey to the "don't popup error dialog on
9995         receive error" option. If disabled, feed the log window w/
9996         the error message.
9997
9998 2006-08-29 [paul]
9999
10000         2.5.0-rc2 released
10001
10002 2006-08-29 [paul]       2.4.0cvs109
10003
10004         * Makefile.am
10005                 remove 'make release', it's not needed
10006                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10007
10008 2006-08-29 [paul]       2.4.0cvs108
10009
10010         * src/foldersel.c
10011         * src/summary_search.c
10012         * src/gtk/progressdialog.c
10013         * src/plugins/pgpcore/passphrase.c
10014                 replace deprecated gtk_window_set_policy()
10015
10016 2006-08-29 [colin]      2.4.0cvs107
10017
10018         * src/folder.c
10019                 Fix data loss when copy fails during a move:
10020                 only use fast remove_msgs if everything was
10021                 copied OK; else use slow remove_msg on the
10022                 mails that got copied only.
10023
10024 2006-08-28 [paul]       2.4.0cvs106
10025
10026         * src/mh.c
10027                 revert change in 2.4.0cvs104, it breaks
10028                 stuff
10029
10030 2006-08-28 [paul]       2.4.0cvs105
10031
10032         * src/plugins/spamassassin/spamassassin.c
10033                 english fix
10034
10035 2006-08-28 [paul]       2.4.0cvs104
10036
10037         * src/mh.c
10038                 fix data loss when moving to another
10039                 mailbox fails
10040         * src/prefs_spelling.c
10041                 improve the english
10042         * src/gtk/pluginwindow.c
10043                 improve the layout of the dialog text
10044         All thanks to Colin
10045
10046 2006-08-28 [paul]       2.4.0cvs103
10047
10048         * src/plugins/bogofilter/bogofilter.c
10049         * src/plugins/bogofilter/bogofilter_gtk.c
10050                 fix english up a bit, innit
10051
10052 2006-08-28 [paul]       2.4.0cvs102
10053
10054         * configure.ac
10055         * po/Makefile.in.in
10056         * po/Makevars
10057                 require autoconf 2.60, enabling building
10058                 with gettext 0.15 (gettext 0.14.x build still
10059                 possible). Replace Makefiles with versions
10060                 from gettext 0.15.
10061                 Remove configure options --with-localedir and
10062                 --with-mandir. The options that are provided
10063                 directly by autoconf 2.60 can be used instead:
10064                 --mandir --localedir
10065
10066 2006-08-27 [colin]      2.4.0cvs101
10067
10068         * src/plugins/bogofilter/Makefile.am
10069                 Fix make dist (no README)
10070
10071 2006-08-27 [colin]      2.4.0cvs100
10072
10073         * src/folder.c
10074                 Don't use F_UNKNOWN folders for any default
10075                 outbox/trash/etc
10076         * src/plugins/bogofilter/bogofilter.c
10077         * src/plugins/bogofilter/bogofilter.h
10078         * src/plugins/bogofilter/bogofilter_gtk.c
10079                 Add an option to specify the path to bogofilter
10080                 Use single-quotes to be able to learn in folders
10081                 with spaces in their names
10082                 Verify learning status
10083
10084 2006-08-27 [colin]      2.4.0cvs99
10085
10086         * manual/faq.xml
10087         * manual/plugins.xml
10088                 Document Bogofilter plugin
10089
10090 2006-08-27 [colin]      2.4.0cvs98
10091
10092         * src/compose.c
10093         * src/messageview.c
10094         * src/procmsg.c
10095         * src/procmsg.h
10096                 When possible, copy the queued mail to sent folder
10097                 instead of re-adding. Much faster on IMAP.
10098
10099 2006-08-27 [colin]      2.4.0cvs97
10100
10101         * src/msgcache.c
10102                 Disable mmaped caches - huge metadata loss
10103                 here after a power failure.
10104         * src/summaryview.c
10105                 Add quicksearch timing
10106         * src/common/plugin.c
10107         * src/common/plugin.h
10108                 Implement an interface to tell what plugins
10109                 provide. Prevent loading of similar plugins.
10110         * src/plugins/clamav/clamav_plugin.c
10111         * src/plugins/demo/demo.c
10112         * src/plugins/dillo_viewer/dillo_viewer.c
10113         * src/plugins/pgpcore/plugin.c
10114         * src/plugins/pgpinline/pgpinline.c
10115         * src/plugins/pgpmime/pgpmime.c
10116         * src/plugins/spamassassin/spamassassin.c
10117         * src/plugins/trayicon/trayicon.c
10118                 Implement plugin_provides()
10119
10120 2006-08-27 [colin]      2.4.0cvs96
10121
10122         * configure.ac
10123         * src/plugins/Makefile.am
10124         * src/plugins/bogofilter/.cvsignore
10125         * src/plugins/bogofilter/Makefile.am
10126         * src/plugins/bogofilter/bogofilter.c
10127         * src/plugins/bogofilter/bogofilter.h
10128         * src/plugins/bogofilter/bogofilter_gtk.c
10129                 New Bogofilter plugin, provides filtering and
10130                 learning. Spamassassin will go to extra plugins.
10131
10132 2006-08-26 [mones]      2.4.0cvs95
10133
10134         * manual/handling.xml
10135                 Fix subfolder path in the example (thanks to Paul) 
10136
10137 2006-08-26 [mones]      2.4.0cvs94
10138
10139         * manual/glossary.xml
10140                 2.2. + add ISP to the glossary
10141                 7.5. + Add UIDL to glossary
10142                 7.7. + Add TCP to glossary
10143         * manual/handling.xml
10144                 7.1. + Mentions GNU/Linux distribution, what about the non...
10145                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10146                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10147                 7.4. = Use appropriate quotation for commands
10148                 7.6. = change "" to <quote></quote>
10149         * manual/plugins.xml
10150                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10151         * manual/starting.xml
10152                 2.1. + local mbox file: some examples of mbox file locations...
10153                 Also reformatted files requiring it
10154
10155 2006-08-26 [wwp]        2.4.0cvs93
10156
10157         * src/summary_search.c
10158                 disable find buttons while summary search is running.
10159
10160 2006-08-25 [colin]      2.4.0cvs92
10161
10162         * src/folder.c
10163         * src/folderutils.c
10164         * src/mh.c
10165         * src/procmsg.h
10166         * src/summaryview.c
10167                 Speed up MH moving, and add progressbar
10168                 for MH deletion
10169         * src/msgcache.c
10170                 Write cache files using mmap() too
10171
10172 2006-08-25 [wwp]        2.4.0cvs91
10173
10174         * src/summaryview.c
10175                 switch spam<->ham button when a message has been marked as spam or ham
10176                 and is still selected. Thanks to Colin.
10177
10178 2006-08-25 [paul]       2.4.0cvs90
10179
10180         * src/Makefile.am
10181         * src/stock_pixmap.c
10182         * src/stock_pixmap.h
10183         * src/summaryview.c
10184         * src/gtk/icon_legend.c
10185         * src/pixmaps/copied.xpm
10186         * src/pixmaps/moved.xpm
10187                 add icons for delayed execution marked for
10188                 copying, marked for moving
10189
10190 2006-08-25 [mones]      2.4.0cvs89
10191
10192         * manual/glossary.xml
10193                 Fix the other glossary items:
10194                 5.1. = Inmmediate execution -> <quote>immediate execution...
10195                 5.2. = Fix MBOX capitalization -> Mbox
10196                 5.3. + Improve Plugins def. w/ tech. ref.
10197                 5.4. = Quotation -> replace '>' by <quote>></quote>
10198                 5.5. - SMTP Server. -> remove dot
10199         * po/es.po
10200                 Updated translation
10201
10202 2006-08-25 [mones]      2.4.0cvs88
10203
10204         * manual/ack.xml
10205                 Reformatted, changed email address
10206         * manual/glossary.xml
10207                 Reformatted, fixed MANUAL-TODO items:
10208                 8.2. + add ROT-13 to glossary
10209                 8.4. + add URL to glossary
10210         * manual/es/advanced.xml
10211                 Fixed <literal>s
10212
10213 2006-08-25 [paul]       2.4.0cvs87
10214
10215         * src/gtk/icon_legend.c
10216                 add 'marked for deletion' icon
10217                 arrange icons by containing column
10218                 wrap long label text
10219
10220 2006-08-25 [colin]      2.4.0cvs86
10221
10222         * src/common/utils.c
10223         * src/common/utils.h
10224                 Add the sc_g_*list_bigger functions in
10225                 a place everyone can use it
10226         * src/summaryview.c
10227                 Only freeze/thaw the list when working
10228                 on the selection, if it's bigger than 1
10229         * src/gtk/gtksctree.c
10230                 Only freeze/thaw the list when unselec-
10231                 ting 'all' if ('all' != 1)
10232                 This avoids some flickering
10233
10234 2006-08-24 [colin]      2.4.0cvs85
10235
10236         * src/addressbook.c
10237                 Fix strange list selection
10238                 Fix random seg (Invalid read of freed memory)
10239
10240 2006-08-24 [colin]      2.4.0cvs84
10241
10242         * src/alertpanel.c
10243         * src/gtk/inputdialog.c
10244         * src/plugins/pgpcore/passphrase.c
10245                 Revert minimal width patch of 2.4.0cvs67,
10246                 as it is also a maximal width. Use 
10247                 gtk_window_set_default_size instead.
10248
10249 2006-08-24 [colin]      2.4.0cvs83
10250
10251         * src/msgcache.c
10252                 Write cache/mark to temp files before
10253                 overwriting old ones (avoids metadata
10254                 loss if writing the new files fail).
10255                 Use mmap() to read cache/mark file, as
10256                 this makes cache reading faster. Dis-
10257                 abled for big-endian machines until it
10258                 can be tested. (Big-endian users: set
10259                 msgcache_use_mmap = TRUE in the relevant
10260                 #if).
10261         * src/procmsg.h
10262                 Move rarely used fields of MsgInfo in 
10263                 another structure, which will only be
10264                 allocated if needed. Face, X-Face,
10265                 Return receipt headers and List-*
10266                 headers are moved. Mails having none
10267                 of these occupy 52 bytes less with
10268                 this patch, which makes 2.5MB of RAM
10269                 saved on a 50k folder).
10270         * src/headerview.c
10271         * src/mainwindow.c
10272         * src/messageview.c
10273         * src/partial_download.c
10274         * src/procheader.c
10275         * src/procmsg.c
10276         * src/textview.c
10277                 Follow this structure change.
10278
10279 2006-08-24 [wwp]        2.4.0cvs82
10280
10281         * manual/es/.cvsignore
10282         * manual/es/dist/.cvsignore
10283         * manual/es/dist/html/.cvsignore
10284         * manual/es/dist/pdf/.cvsignore
10285         * manual/es/dist/ps/.cvsignore
10286         * manual/es/dist/txt/.cvsignore
10287                 more (generated) files to ignore.
10288
10289 2006-08-24 [colin]      2.4.0cvs81
10290
10291         * src/folder.c
10292         * src/mh.c
10293                 Fix possible problems with local delivery. Check the folder doesn't
10294                 need scan before setting its mtime when saving cache (which can be
10295                 done long after the folder's been modified by an external process);
10296                 Check that the stored item's mtime didn't change in mh functions.
10297
10298 2006-08-24 [mones]      2.4.0cvs80
10299
10300         * manual/advanced.xml
10301                 Rewrapping, some fixes and MANUAL-TODO items:
10302                 8.1. = change "" to <quote></quote>
10303                 8.3. = quote menu items
10304                 8.5. - deploying -> new user ... ideally a new user (redundant)
10305
10306 2006-08-23 [colin]      2.4.0cvs79
10307
10308         * src/gtk/gtksctree.c
10309                 When selecting or deselecting range, only
10310                 freeze/thaw when selection is bigger than 10
10311
10312 2006-08-23 [colin]      2.4.0cvs78
10313
10314         * src/messageview.c
10315         * src/mimeview.c
10316         * src/mimeview.h
10317         * src/plugins/dillo_viewer/dillo_viewer.c
10318                 Provide an API for MimeViewer plugins to
10319                 return a text selection for replying
10320
10321 2006-08-23 [colin]      2.4.0cvs77
10322
10323         * src/image_viewer.c
10324         * src/textview.c
10325                 Use gtk_pixbuf_new_from_file_at_scale(), which
10326                 is faster than getting the pixbuf then resizing
10327                 it.
10328
10329 2006-08-23 [colin]      2.4.0cvs76
10330
10331         * src/procmime.c
10332                 UTF-8 should be sent Quoted-printable
10333
10334 2006-08-22 [colin]      2.4.0cvs75
10335
10336         * src/mh.c
10337                 Check if scan is required before touching
10338                 the folder (or it'll be required every time)
10339
10340 2006-08-22 [colin]      2.4.0cvs74
10341
10342         * configure.ac
10343                 Require libetpan 0.46 (crasher fix when built
10344                 against gnutls)
10345
10346 2006-08-22 [colin]      2.4.0cvs73
10347
10348         * src/folder.c
10349                 Set folder's mtime after writing its
10350                 cache
10351         * src/folderview.c
10352                 Add some timing
10353         * src/procmsg.c
10354                 Don't do useless stuff if we don't 
10355                 thread by subject
10356         * src/summaryview.c
10357                 Add some timing, don't deselect prior
10358                 to selecting (gtksctree does it itself),
10359                 remove crash avoidance hacks as it's been
10360                 properly fixed since a while
10361         * src/common/utils.c
10362                 Optimize to_human_readable(): _() is slow,
10363                 do it only once, and avoid %f format for KB
10364                 (the most common in a summaryview)
10365         * src/gtk/gtksctree.c
10366                 Don't uselessly freeze/thaw (fixes flicker
10367                 on next unread and friends), reduce number
10368                 of g_list_nth/g_list_position where possible
10369         * src/gtk/gtkutils.c
10370         * src/gtk/gtkutils.h
10371                 Reduce number of g_list_nth/g_list_position
10372                 where possible.
10373                 All of this makes loading as 70k folder 2.1
10374                 seconds instead of 3.2 (with hot FS caches).
10375                 (1.3 seconds without Date and Size columns...)
10376
10377 2006-08-22 [paul]       2.4.0cvs72
10378
10379         wrap documents and do some items from mones' MANUAL-TODO:
10380
10381         * manual/account.xml
10382                 4.1. = fix tabname references to <quote>tabname</quote>
10383                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10384         * manual/faq.xml
10385                 1.1. = mentioned options don't match UI
10386                 Add information about the 'Never send Return Receipts'
10387                 option
10388         * manual/handling.xml
10389                 6.2. = Mentions Extended symbols button, but now is
10390                 named Information
10391                 6.3. = Mentions ... button, which is now Edit
10392
10393 2006-08-22 [colin]      2.4.0cvs71
10394
10395         * src/gtk/pluginwindow.c
10396                 Fix layout in verbose translations (such
10397                 as french)
10398
10399 2006-08-22 [paul]       2.4.0cvs70
10400
10401         * manual/Makefile.am
10402                 build manuals in alphabetical order
10403         * src/addressbook.c
10404         * src/prefs_themes.c
10405                 replace/remove deprecated symbols
10406         * src/gtk/gtkutils.c
10407                 fix a warning
10408         * src/gtk/pluginwindow.c
10409                 replace deprecated symbol
10410                 replace label text and move it
10411         * src/plugins/pgpcore/prefs_gpg.c
10412                 move the 'Generate...' button out of the
10413                 Sign Key frame, replace the English used
10414         * src/plugins/pgpcore/sgpgme.c
10415                 fixes to the English
10416
10417 2006-08-21 [colin]      2.4.0cvs69
10418
10419         * src/plugins/trayicon/trayicon.c
10420                 Add more strings for translation; patch
10421                 by Pawel
10422
10423 2006-08-21 [colin]      2.4.0cvs68
10424
10425         * src/compose.c
10426                 fix replied flag not set after drafting
10427         * src/matcher.c
10428                 fix body quicksearch in non-encoded bodies
10429                 containing '='
10430         * src/msgcache.c
10431                 Get rid of the g_malloc workaround for
10432                 corrupted caches, use g_try_malloc
10433
10434 2006-08-21 [colin]      2.4.0cvs67
10435
10436         * src/alertpanel.c
10437         * src/gtk/inputdialog.c
10438         * src/plugins/pgpcore/passphrase.c
10439                 Set minimal width to 375
10440         * src/mainwindow.c
10441                 Fix switching to offline, asking if it 
10442                 should be overriden for synchronising
10443         * src/mimeview.c
10444                 Don't offer to remember command on Open 
10445                 with for text parts, as the browser or 
10446                 text editor command isn't changed from 
10447                 there
10448
10449 2006-08-20 [paul]       2.4.0cvs66
10450
10451         * po/ko.po
10452         * po/zh_CN.po
10453                 fix plural form errors. revealed by stricter
10454                 checking of gettext 0.15
10455
10456 2006-08-18 [paul]       2.4.0cvs65
10457
10458         * src/stock_pixmap.c
10459                 fix the fix of 2.4.0cvs64
10460                 Thanks to Colin
10461
10462 2006-08-18 [paul]       2.4.0cvs64
10463
10464         * src/stock_pixmap.c
10465                 fix leaks
10466                 Thanks to Colin
10467
10468 2006-08-18 [paul]       2.4.0cvs63
10469
10470         * src/compose.c
10471         * src/procmsg.c
10472                 fix occasional IMAP bug where large msgs
10473                 were left in the queue folder after sending
10474                 Thanks to Colin
10475
10476 2006-08-18 [paul]       2.4.0cvs62
10477
10478         * src/folderview.c
10479                 freeze the summaryview while quicksearch results
10480                 are displayed
10481                 (fixes bug 456 'current message is hidden when the
10482                 view is refreshed and extended search is "unread 
10483                 messages"')
10484                 Thanks to Colin
10485         * src/textview.c
10486                 add missing #include "inputdialog.h"
10487         * src/common/utils.h
10488                 add missing mailcap_update_default() and improve
10489                 readability
10490
10491 2006-08-17 [colin]      2.4.0cvs61
10492
10493         * src/plugins/pgpcore/select-keys.c
10494                 Fix warnings :)
10495
10496 2006-08-17 [colin]      2.4.0cvs60
10497
10498         * src/compose.c
10499                 Don't continue queuing if Cancel is clicked
10500                 in select-keys
10501
10502 2006-08-17 [colin]      2.4.0cvs59
10503
10504         * src/plugins/pgpcore/select-keys.c
10505                 When encrypting, if only one key matches and it 
10506                 matches exactly, automatically use it.
10507
10508 2006-08-17 [colin]      2.4.0cvs58
10509
10510         * src/mimeview.c
10511         * src/prefs_common.c
10512         * src/prefs_common.h
10513         * src/prefs_ext_prog.c
10514         * src/textview.c
10515                 Fix issues with previous patch (text/html)
10516                 Remove outdated prefs
10517
10518 2006-08-17 [colin]      2.4.0cvs57
10519
10520         * src/imap.c
10521                 Add View Log button on auth error
10522         * src/procmsg.c
10523                 Fix encrypted mail marked as new when
10524                 saved in normal folders
10525         * src/plugins/pgpinline/pgpinline.c
10526                 Fix encrypt bug on IMAP
10527         * src/mimeview.c
10528         * src/common/utils.c
10529         * src/common/utils.h
10530         * src/gtk/inputdialog.c
10531         * src/gtk/inputdialog.h
10532                 Get rid of metamail stuff, simplify
10533                 opening, and allow remembering of user's
10534                 choices (by updating ~/.mailcap). There's
10535                 still to drop "Audio player" and "Image
10536                 viewer" preferences.
10537
10538 2006-08-17 [mones]      2.4.0cvs56
10539
10540         * manual/es/sylpheed-claws-manual.xml
10541                 fix DTD path
10542
10543 2006-08-17 [mones]      2.4.0cvs55
10544
10545         * configure.ac
10546         * manual/Makefile.am
10547         * manual/es/Makefile.am
10548         * manual/es/account.xml
10549         * manual/es/ack.xml
10550         * manual/es/addrbook.xml
10551         * manual/es/advanced.xml
10552         * manual/es/faq.xml
10553         * manual/es/glossary.xml
10554         * manual/es/gpl.xml
10555         * manual/es/handling.xml
10556         * manual/es/intro.xml
10557         * manual/es/keyboard.xml
10558         * manual/es/plugins.xml
10559         * manual/es/starting.xml
10560         * manual/es/sylpheed-claws-manual.xml
10561         * manual/es/dist/Makefile.am
10562         * manual/es/dist/html/Makefile.am
10563         * manual/es/dist/pdf/Makefile.am
10564         * manual/es/dist/ps/Makefile.am
10565         * manual/es/dist/txt/Makefile.am
10566                 Spanish translation for the manual
10567
10568 2006-08-16 [colin]      2.4.0cvs54
10569
10570         * src/compose.c
10571         * src/main.c
10572         * src/mainwindow.c
10573                 Fix send button sensitivity at startup
10574                 Set send menu sensitivity (patch by Fabien)
10575         * src/ssl_manager.c
10576                 Enable closing with esc (patch by Fabien)
10577         * src/gtk/foldersort.c
10578                 Enable closing with esc (patch by Fabien)
10579         * src/procmime.c
10580                 Optimisation (no need to copy to tempfile to
10581                 "decode" 7bit and 8bit)
10582         * src/summaryview.c
10583                 Fix cruft in swap_from case
10584         * src/textview.c
10585                 Fix missing last line in some mail cases 
10586                 (Fixes debian #381872)
10587         * src/plugins/pgpcore/prefs_gpg.c
10588         * src/plugins/pgpcore/sgpgme.c
10589         * src/plugins/pgpcore/sgpgme.h
10590                 Don't show "no key found" when user explicitely
10591                 wants to create a key
10592
10593 2006-08-16 [paul]       2.4.0cvs53
10594
10595         * configure.ac
10596         * src/account.c
10597         * src/addressbook.c
10598         * src/headerview.c
10599         * src/prefs_account.c
10600         * src/prefs_message.c
10601         * src/gtk/gtkutils.c
10602                 bump up minimum required versions of GTK+ and
10603                 GLIB to 2.6.0
10604
10605 2006-08-16 [paul]       2.4.0cvs52
10606
10607         * src/toolbar.c
10608                 workaround GTK+ Bug 351600 - 'Can't re-click
10609                 on button after sensitivity update'
10610                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10611                 Thanks to Colin
10612
10613 2006-08-15 [colin]      2.4.0cvs51
10614
10615         * src/plugins/pgpcore/prefs_gpg.c
10616                 Set options sensitivity according to
10617                 key existence
10618         * src/plugins/pgpcore/sgpgme.c
10619                 Allow to create key with no passphrase
10620
10621 2006-08-14 [cleroy]     2.4.0cvs50
10622
10623         * src/gtk/pluginwindow.c
10624                 New layout (maybe to be changed?)
10625         * src/gtk/gtkutils.c
10626                 Fix a bit label_window
10627         * src/plugins/pgpcore/passphrase.c
10628         * src/plugins/pgpcore/passphrase.h
10629         * src/plugins/pgpcore/plugin.c
10630         * src/plugins/pgpcore/prefs_gpg.c
10631         * src/plugins/pgpcore/prefs_gpg.h
10632         * src/plugins/pgpcore/sgpgme.c
10633         * src/plugins/pgpcore/sgpgme.h
10634                 Allow to create a PGP private key via the GUI
10635
10636 2006-08-14 [wwp]        2.4.0cvs49
10637
10638         * src/addressbook_foldersel.c
10639                 fix strict ISO C90 compliance.
10640
10641 2006-08-14 [paul]       2.4.0cvs48
10642
10643         * src/gtk/prefswindow.c
10644                 re-set scrolled window on opening
10645                 Patch by Ticho
10646
10647 2006-08-14 [paul]
10648
10649         2.5.0-rc1 released
10650
10651 2006-08-14 [paul]       2.4.0cvs47
10652
10653         * src/prefs_display_header.c
10654                 re-enable user-defined Displayed Headers
10655
10656 2006-08-14 [paul]       2.4.0cvs46
10657
10658         * src/prefs_account.c
10659                 use GTK_STOCK_EDIT
10660
10661 2006-08-13 [colin]      2.4.0cvs45
10662
10663         * src/common/utils.c
10664                 Fix "a" in quote when the original message is empty,
10665                 by using \0 instead of 'a' to test writability of
10666                 temp files.
10667
10668 2006-08-13 [wwp]        2.4.0cvs44
10669
10670         * src/plugins/spamassassin/spamassassin.c
10671                 fix capitalization of "SpamAssassin" in some debug, log and
10672                 dialog messages.
10673
10674 2006-08-13 [paul]       2.4.0cvs43
10675
10676         * src/editldap.c
10677                 fix overlapping widgets
10678         * src/prefs_account.c
10679                 fix translation of protocol_names[]
10680                 fix label disappearing off the edge of the
10681                 visible area
10682
10683 2006-08-12 [paul]       2.4.0cvs42
10684
10685         * manual/plugins.xml
10686                 update IRC channel info before it gets forgotten
10687                 about
10688
10689 2006-08-11 [colin]      2.4.0cvs41
10690
10691         * src/compose.c
10692         * src/mainwindow.c
10693         * src/mainwindow.h
10694         * src/procmsg.c
10695         * src/procmsg.h
10696         * src/summaryview.c
10697         * src/toolbar.c
10698                 Grey out the Send button if
10699                 - Queue folders are empty, or
10700                 - We're sending already
10701
10702 2006-08-11 [wwp]        2.4.0cvs40
10703
10704         * src/main.c
10705                 fix a logic issue when quitting while a compose window is
10706                 still open, thanks to Colin.
10707
10708 2006-08-10 [colin]      2.4.0cvs39
10709
10710         * src/main.c
10711                 Fix default font size setting after wizard run
10712         * src/imap.c
10713         * src/etpan/imap-thread.c
10714         * src/etpan/imap-thread.h
10715                 Fix bug #999 (Timing out on TSL cert validation 
10716                 dialog makes ugly things happen). Also, STARTTLS
10717                 unconditionnaly if initial capabilities contain
10718                 LOGINDISABLED and STARTTLS.
10719
10720 2006-08-09 [colin]      2.4.0cvs38
10721
10722         * src/mainwindow.c
10723         * src/mainwindow.h
10724                 Fix Tools/Actions sensitivity when there are
10725                 no actions
10726
10727 2006-08-09 [colin]      2.4.0cvs37
10728
10729         * src/prefs_filtering.c
10730                 Warning fix, patch by Paul
10731         * src/messageview.c
10732         * src/prefs_actions.c
10733         * src/prefs_filtering_action.c
10734         * src/prefs_matcher.c
10735                 Uniformisation of "Info ..." to "Info..." (for
10736                 old gtk), patch by Fabien
10737         * src/plugins/clamav/clamav_plugin_gtk.c
10738                 Sensitivity fix by Fabien
10739
10740 2006-08-09 [colin]      2.4.0cvs36
10741
10742         * src/main.c
10743         * src/main.h
10744                 Add a function to know whether we're exiting
10745         * src/plugins/trayicon/trayicon.c
10746                 If exiting, don't do anything. Faster, and
10747                 avoids gtk_main_iteration reentracy causing
10748                 segfaults at exit
10749
10750 2006-08-09 [colin]      2.4.0cvs35
10751
10752         * src/messageview.c
10753         * src/mimeview.c
10754         * src/mimeview.h
10755                 Fix lack of part selection when automatically 
10756                 jumping to a specific part
10757         * src/msgcache.c
10758                 Little optimisation in cache reading
10759
10760 2006-08-09 [colin]      2.4.0cvs34
10761
10762         * src/compose.c
10763                 Fix crash setting the priority on reedit
10764                 (Accessing compose before creating it!)
10765
10766 2006-08-08 [colin]      2.4.0cvs33
10767
10768         * src/procmime.c
10769                 Fix bug #998 (last attachment is not accessible)
10770                 Bad RFC interpretation on multipart close-delimiters
10771         * src/mimeview.c
10772         * src/mimeview.h
10773         * src/gtk/gtkvscrollbutton.c
10774         * src/gtk/gtkvscrollbutton.h
10775                 Make attachments list wheel-scrollable
10776
10777 2006-08-07 [colin]      2.4.0cvs32
10778
10779         * src/gtk/gtkaspell.c
10780                 Fix bug #973 (Unicode punctation characters 
10781                 are not recognized as separators by the
10782                 spell checker); fix unsigned stuff
10783
10784 2006-08-07 [colin]      2.4.0cvs31
10785
10786         * src/compose.c
10787                 Fix bug #956 (DnD text with accents in compose 
10788                 text entry); fix gccc's signed/unsigned fuss
10789
10790 2006-08-06 [colin]      2.4.0cvs30
10791
10792         * src/main.c
10793                 Fix bug #979 (Plugin crashes when exiting 
10794                 sylpheed-claws) : handle exit request only 
10795                 once
10796
10797 2006-08-05 [colin]      2.4.0cvs29
10798
10799         * src/news.c
10800                 Just make sure we have a msgid.
10801
10802 2006-08-05 [colin]      2.4.0cvs28
10803
10804         * src/news.c
10805         * src/summaryview.c
10806                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10807                 by reimplementing it
10808         * src/textview.c
10809                 Fix bug when hiding quotes with level > 3 and quote
10810                 colors are recycled
10811
10812 2006-08-04 [colin]      2.4.0cvs27
10813
10814         * src/compose.c
10815         * src/undo.c
10816         * src/undo.h
10817                 Fix a bit replace-by-pasting undo
10818         * src/mainwindow.c
10819         * src/messageview.c
10820                 Fix Fold quotes menu synchro in
10821                 mainwindow when it changes in 
10822                 messageview
10823         * src/textview.c
10824                 Fix right-click on quotes blocks
10825         * src/common/utils.c
10826                 Verify that the file created by
10827                 my_tmpfile() is writable. Fixes
10828                 bug #988 (very specific filesystem
10829                 issue)
10830         * src/plugins/pgpcore/sgpgme.c
10831                 Fix file descriptor leak
10832         * src/plugins/spamassassin/spamassassin.c
10833                 Warn once if spamd isn't reachable
10834
10835 2006-08-04 [colin]      2.4.0cvs26
10836
10837         * src/toolbar.c
10838                 i18n context patch by Fabien
10839
10840 2006-08-03 [colin]      2.4.0cvs25
10841
10842         * src/mainwindow.c
10843         * src/messageview.c
10844                 Rename "Hide quotes" to "Fold quotes"
10845         * src/textview.c
10846                 Don't use hand cursor on quotes. "all 
10847                 the bonuses of the feature and none of 
10848                 unwelcome side-effects"
10849
10850 2006-08-03 [colin]      2.4.0cvs24
10851
10852         * AUTHORS
10853         * sylpheed-claws.desktop
10854         * src/gtk/authors.h
10855                 Bring the desktop file to XDG compliance
10856                 Patch by Charles A. Edwards
10857
10858 2006-08-03 [colin]      2.4.0cvs23
10859
10860         * src/textview.c
10861                 Fix links offset when they are preceded
10862                 by accentued chars (g_utf8_strlen!)
10863         * src/mainwindow.c
10864                 Fix wrong status when starting offline
10865
10866
10867 2006-08-03 [wwp]        2.4.0cvs22
10868
10869         * src/prefs_common.h
10870                 ask what to do w/ filtering rules that belong to an account when
10871                 applying filtering rules manually from the main window (skip,
10872                 apply regardless of the account, use current account). This dialog
10873                 can be skipped and the last reply used.
10874                 (forgot that file)
10875
10876 2006-08-03 [wwp]        2.4.0cvs21
10877
10878         * src/filtering.c
10879         * src/filtering.h
10880         * src/prefs_common.c
10881         * src/summaryview.c
10882         * src/alertpanel.c
10883         * src/alertpanel.h
10884         * src/messageview.c
10885                 ask what to do w/ filtering rules that belong to an account when
10886                 applying filtering rules manually from the main window (skip,
10887                 apply regardless of the account, use current account). This dialog
10888                 can be skipped and the last reply used.
10889
10890
10891 2006-08-03 [colin]      2.4.0cvs20
10892
10893         * src/textview.c
10894                 Optimize previous patch
10895
10896 2006-08-03 [cleroy]     2.4.0cvs19
10897
10898         * src/textview.c
10899                 Fix quotes getting toggled back when the
10900                 mail has an even number of text parts
10901
10902 2006-08-02 [colin]      2.4.0cvs18
10903
10904         * src/messageview.c
10905                 Add Hide quotes menu
10906
10907 2006-08-02 [colin]      2.4.0cvs17
10908
10909         * src/mainwindow.c
10910         * src/prefs_common.c
10911         * src/textview.c
10912         * src/textview.h
10913         * src/gtk/about.c
10914                 Allow per-level quote hiding,
10915                 Allow toggling quotes by double-clicking them
10916                 Rename RemoteURI to ClickableText to reflect
10917                 the fact it's used for a variety of things
10918
10919 2006-08-02 [wwp]        2.4.0cvs16
10920
10921         * src/mainwindow.c
10922                 fix "View/Hide quotes" menu item status initialization.
10923
10924 2006-08-02 [wwp]        2.4.0cvs15
10925
10926         * src/matcher_parser_parse.y
10927                 remove a debug trace.
10928
10929 2006-08-02 [paul]       2.4.0cvs14
10930
10931         * src/plugins/pgpcore/passphrase.c
10932                 don't set initial dialog size
10933                 make it resizable
10934
10935 2006-08-02 [paul]       2.4.0cvs13
10936
10937         * src/noticeview.c
10938                 remove the rogue '/' character
10939
10940 2006-08-02 [paul]       2.4.0cvs12
10941
10942         * src/noticeview.c
10943                 allow buttons to resize as necessary
10944
10945 2006-08-01 [wwp]        2.4.0cvs11
10946
10947         * src/mbox.c
10948                 fix strict ISO C90 compliance.
10949
10950 2006-08-01 [wwp]        2.4.0cvs10
10951
10952         * tools/update-po
10953                 updated update-po tool to work w/ context-dependent translations.
10954                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10955
10956 2006-08-01 [wwp]        2.4.0cvs9
10957
10958         * src/matcher.c
10959         * src/prefs_filtering.c
10960         * src/prefs_matcher.c
10961                 allow context-dependent translations for "All",
10962                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10963
10964 2006-07-31 [colin]      2.4.0cvs8
10965
10966         * AUTHORS
10967         * src/gtk/authors.h
10968                 Add Rafal to authors
10969
10970 2006-07-31 [colin]      2.4.0cvs7
10971
10972         * src/compose.c
10973         * src/mainwindow.c
10974         * src/messageview.h
10975         * src/prefs_common.c
10976         * src/prefs_common.h
10977         * src/textview.c
10978                 Add 'View/Hide quotes'. Patch based on a patch
10979                 by Rafal Weglarz
10980
10981 2006-07-31 [colin]      2.4.0cvs6
10982
10983         * src/action.c
10984                 Fix problem with "> stuff >" actions
10985
10986 2006-07-31 [paul]       2.4.0cvs5
10987
10988         * po/nb.po
10989                 updated by Geir Helland
10990
10991 2006-07-31 [wwp]        2.4.0cvs4
10992
10993         * src/mainwindow.c
10994         * src/summaryview.c
10995         * src/summaryview.h
10996                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10997                 thanks to Colin.
10998
10999 2006-07-31 [wwp]        2.4.0cvs3
11000
11001         * src/Makefile.am
11002         * src/addr_compl.c
11003         * src/addr_compl.h
11004         * src/addressbook.c
11005         * src/addressbook.h
11006         * src/addressbook_foldersel.c
11007         * src/addressbook_foldersel.h
11008         * src/addrindex.c
11009         * src/addrindex.h
11010         * src/matcher.c
11011         * src/matcher.h
11012         * src/matcher_parser_lex.l
11013         * src/matcher_parser_parse.y
11014         * src/prefs_common.c
11015         * src/prefs_common.h
11016         * src/prefs_filtering.c
11017         * src/prefs_matcher.c
11018         * src/prefs_matcher.h
11019         * src/summaryview.c
11020                 introduce filtering against the address book. It's now possible to add
11021                 matched conditions to determine if any email address in a message matches
11022                 or doesn't match any or all books or folders in the address book.
11023
11024 2006-07-31 [wwp]        2.4.0cvs2
11025
11026         * src/account.c
11027         * src/filtering.c
11028         * src/filtering.h
11029         * src/folder.c
11030         * src/folderview.c
11031         * src/inc.c
11032         * src/mainwindow.c
11033         * src/matcher.c
11034         * src/matcher_parser_lex.l
11035         * src/matcher_parser_parse.y
11036         * src/mbox.c
11037         * src/prefs_filtering.c
11038         * src/prefs_filtering.h
11039         * src/procmsg.c
11040         * src/procmsg.h
11041         * src/summaryview.c
11042                 introduce per-account filtering rules. Each filtering rule can now be assigned
11043                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11044                 when applying filtering rules manually, as all rules will apply - even the ones
11045                 assigned to an account. This issue will be addressed soon.
11046  
11047
11048
11049 2006-07-31 [wwp]        2.4.0cvs1
11050
11051         * src/quote_fmt.c
11052                 make more strings translatable.
11053
11054 2006-07-31 [paul]       2.4.0
11055
11056         2.4.0 released
11057
11058 2006-07-31 [paul]       2.3.1cvs91
11059
11060         * po/ca.po
11061                 updated by Miquel Oliete
11062
11063 2006-07-31 [paul]       2.3.1cvs90
11064
11065         * po/de.po
11066         * po/el.po
11067         * po/fr.po
11068         * po/it.po
11069         * po/pl.po
11070         * po/pt_BR.po
11071         * po/sr.po
11072         * po/zh_CN.po
11073                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11074                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11075                 Aleksandar Urosevic, and Ralgh Young
11076
11077 2006-07-31 [paul]       2.3.1cvs89
11078
11079         * src/account.c
11080         * src/main.c
11081         * src/mainwindow.c
11082         * src/mainwindow.h
11083                 Fix a race condition when, after an SC crash, rescanning
11084                 folders took more than 0.5 seconds
11085                 Thanks to Colin
11086
11087 2006-07-31 [paul]       2.3.1cvs88
11088
11089         * src/folderview.c
11090                 don't translate separator strings
11091
11092 2006-07-30 [mones]      2.3.1cvs87
11093
11094         * doc/man/sylpheed-claws.1
11095                 Fixed non-ASCII chars in Hoa's name
11096         * po/es.po
11097                 Updated for release
11098
11099 2006-07-27 [colin]      2.3.1cvs86
11100
11101         * src/textview.c
11102                 Don't include the leading \n in links
11103                 Patch by Fabien
11104
11105 2006-07-25 [colin]      2.3.1cvs85
11106
11107         * src/mainwindow.c
11108         * src/common/socket.h
11109         * src/etpan/imap-thread.c
11110                 Refresh resolvers before connecting
11111                 to IMAP servers, and after switching
11112                 to online. Thanks to Paul.
11113
11114 2006-07-18 [colin]
11115
11116         * 2.4.0-rc4 released
11117
11118 2006-07-17 [colin]      2.3.1cvs84
11119
11120         * src/inc.c
11121                 Show connection attempt in statusbar before
11122                 connecting (previously first message was
11123                 "Retrieving messages from ..." after the
11124                 connection succeeded.
11125
11126 2006-07-16 [wwp]        2.3.1cvs83
11127
11128         * sylpheed-claws.ico
11129                 Added .ico file (windows multi-size icon file, generated).
11130
11131 2006-07-12 [wwp]        2.3.1cvs82
11132
11133         * src/messageview.c
11134                 remove Message/Re-edit menu entry from messageview window,
11135                 as sent/draft/queued messages are opened in compose window when
11136                 re-edited and it's not possible to re-edit other msgs.
11137
11138 2006-07-12 [paul]       2.3.1cvs81
11139
11140         * AUTHORS
11141         * src/mainwindow.c
11142         * src/gtk/authors.h
11143                 check online state before resetting
11144                 mailcheck timer. Useful if some program
11145                 verifies connection state and updates
11146                 Claws.
11147                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11148
11149 2006-07-12 [paul]       2.3.1cvs80
11150
11151         * sylpheed-claws-128x128.png
11152         * sylpheed-claws-64x64.png
11153         * sylpheed-claws.png
11154         * src/Makefile.am
11155         * src/main.c
11156         * src/prefs_toolbar.c
11157         * src/stock_pixmap.c
11158         * src/stock_pixmap.h
11159         * src/wizard.c
11160         * src/gtk/about.c
11161         * src/gtk/gtkutils.c
11162         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11163         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11164         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11165         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11166         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11167         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11168                 updated and renamed logo/icon files and related
11169                 logo by Jesper Schultz
11170
11171 2006-07-11 [paul]       2.3.1cvs79
11172
11173         * src/main.c
11174                 fix the labels a smidgin
11175
11176 2006-07-09 [colin]      2.3.1cvs78
11177
11178         * src/textview.c
11179                 Show errors in textviewer's command
11180                 Patch by H. Merijn Brand
11181
11182 2006-07-09 [colin]      2.3.1cvs77
11183
11184         * src/compose.c
11185                 Save FMID in drafts too
11186
11187 2006-07-08 [colin]      2.3.1cvs76
11188
11189         * src/compose.c
11190                 Svae RMID in drafted mails too
11191                 Save quote_fmt vars for whole mails,
11192                 don't reset at each quote_fmt_init:
11193                 allows to use the same |i{var} in
11194                 various template fields
11195         * src/prefs_template.c
11196         * src/quote_fmt.h
11197         * src/quote_fmt_parse.y
11198                 Same
11199
11200 2006-07-08 [colin]      2.3.1cvs75
11201
11202         * src/textview.c
11203                 Fix highlighting of attached parts URIs
11204
11205 2006-07-08 [colin]      2.3.1cvs74
11206
11207         * src/main.c
11208                 Prevent bug #981 (sc 2.3.1 segfaults with 
11209                 gtk+ 2.10) from being reported again:
11210                 if Sylpheed-Claws has been compiled against
11211                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11212                 of if Sylpheed-Claws has been compiled against
11213                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11214                 error out.
11215
11216 2006-07-07 [colin]      2.3.1cvs73
11217
11218         * src/prefs_actions.c
11219                 Fix label
11220
11221 2006-07-07 [colin]      2.3.1cvs72
11222
11223         * src/prefs_actions.c
11224                 Fix compile on gtk < 2.8. argh :)
11225
11226 2006-07-07 [paul]       2.3.1cvs71
11227
11228         * src/common/defs.h
11229                 update DONATE_URI
11230
11231 2006-07-07 [colin]      2.3.1cvs70
11232
11233         * po/POTFILES.in
11234         * src/quote_fmt.c
11235         * src/quote_fmt_lex.l
11236         * src/quote_fmt_parse.y
11237                 Add |i{var}, a way to insert user-entered
11238                 text in a template
11239
11240 2006-07-07 [colin]
11241
11242         * 2.4.0-rc3 released
11243
11244 2006-07-07 [colin]      2.3.1cvs69
11245
11246         * src/folder.c
11247                 Don't consider inboxes of UNKNOWN folder 
11248                 classes to be useable as default inboxes
11249
11250 2006-07-07 [paul]       2.3.1cvs68
11251
11252         * src/textview.c
11253                 add missing #include <errno.h>
11254                 Thanks to René J. Blokland
11255
11256 2006-07-07 [paul]       2.3.1cvs67
11257
11258         * src/action.c
11259                 Return now Closes dialog
11260         * src/mimeview.c
11261         * src/mimeview.h
11262         * src/textview.c
11263                 add contextual menu to mime parts listed
11264                 in the textview
11265                 Thanks to Colin
11266         * src/common/utils.c
11267                 reversal: ' is a valid character in URLs
11268
11269 2006-07-06 [colin]      2.3.1cvs66
11270
11271         * src/remotefolder.h
11272                 Forgotten in previous commit
11273
11274 2006-07-06 [colin]      2.3.1cvs65
11275
11276         * src/folder.c
11277                 Set summary update flag whenever
11278                 totals changed
11279         * src/imap.c
11280         * src/prefs_account.c
11281         * src/common/utils.h
11282         * src/etpan/imap-thread.c
11283                 Fix warnings, thanks to Fabien and
11284                 Ricardo
11285
11286 2006-07-06 [wwp]        2.3.1cvs64
11287
11288         * src/gtk/gtkutils.c
11289                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11290
11291 2006-07-06 [wwp]        2.3.1cvs63
11292
11293         * src/account.c
11294         * src/addressbook.c
11295         * src/addressitem.h
11296         * src/folderview.c
11297         * src/mainwindow.c
11298         * src/manual.c
11299         * src/manual.h
11300         * src/message_search.c
11301         * src/prefs_actions.c
11302         * src/prefs_filtering.c
11303         * src/prefs_filtering.h
11304         * src/prefs_template.c
11305         * src/summary_search.c
11306         * src/summaryview.c
11307         * src/gtk/gtkutils.c
11308         * src/gtk/gtkutils.h
11309         * src/gtk/pluginwindow.c
11310                 add help buttons to some dialogs. Clicking such buttons opens a
11311                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11312
11313 2006-07-06 [paul]       2.3.1cvs62
11314
11315         * src/textview.c
11316                 fix attachments contextual menu
11317                 Thanks to Colin
11318
11319 2006-07-05 [colin]      2.3.1cvs61
11320
11321         * src/textview.c
11322         * src/compose.c
11323                 Handle sftp:// links
11324
11325 2006-07-05 [paul]       2.3.1cvs60
11326
11327         * src/gtk/filesel.c
11328                 grab save button by default
11329                 Thanks to Colin
11330
11331 2006-07-05 [wwp]        2.3.1cvs59
11332
11333         * manual/xml2pdf
11334                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11335
11336 2006-07-04 [colin]      2.3.1cvs58
11337
11338         * src/mimeview.c
11339         * src/textview.c
11340                 Use left click to select, middle click to open
11341                 on mimeparts links
11342         * src/common/utils.c
11343                 Fix segfault
11344
11345 2006-07-04 [colin]      2.3.1cvs57
11346
11347         * src/mainwindow.c
11348         * src/news.c
11349                 Warning fixes, thanks to Fabien
11350
11351 2006-07-04 [colin]      2.3.1cvs56
11352
11353         * src/mimeview.c
11354         * src/mimeview.h
11355         * src/textview.c
11356                 Allow parts to be selected via their text label
11357                 in textview
11358
11359 2006-07-04 [colin]      2.3.1cvs55
11360
11361         * src/folderview.c
11362                 Feedback when closing (for big folders)
11363         * src/prefs_actions.c
11364         * src/prefs_filtering.c
11365         * src/prefs_matcher.c
11366         * src/prefs_template.c
11367                 Fix default button when closing without
11368                 having saved
11369
11370 2006-07-04 [colin]      2.3.1cvs54
11371
11372         * src/news.c
11373                 Delete local file on deletion
11374
11375 2006-07-03 [colin]      2.3.1cvs53
11376
11377         * src/folderview.c
11378         * src/main.c
11379                 Don't freeze when rescanning after crash
11380
11381 2006-07-03 [wwp]        2.3.1cvs52
11382
11383         * src/compose.c
11384         * src/privacy.c
11385         * src/privacy.h
11386         * src/plugins/pgpinline/pgpinline.c
11387         * src/plugins/pgpmime/pgpmime.c
11388                 don't report an error when the user cancels the passphrase dialog.
11389
11390 2006-07-02 [colin]      2.3.1cvs51
11391
11392         * src/folderview.c
11393                 Open message when crossing folders with Space,
11394                 goto next unread and friends
11395
11396 2006-07-01 [colin]      2.3.1cvs50
11397
11398         * src/prefs_account.c
11399                 Typographic rules varying from language
11400                 to language (in french "Protocole :"),
11401                 we have to do that :)
11402
11403 2006-07-01 [ticho]      2.3.1cvs49
11404
11405         * src/prefs_account.c
11406                 Only use one temporary gchar* variable in
11407                 prefs_account_protocol_set_optmenu().
11408
11409 2006-07-01 [ticho]      2.3.1cvs48
11410
11411         * src/prefs_account.c
11412         * src/prefs_account.h
11413                 Use GtkLabel for existing account protocol name.
11414                 Created an array for protocol names and populate the
11415                 combobox from it in a for() cycle.
11416
11417 2006-06-30 [colin]      2.3.1cvs47
11418
11419         * src/compose.c
11420                 Block undo when changing signature (by changing
11421                 account)
11422
11423 2006-06-30 [paul]       2.3.1cvs46
11424
11425         * src/send_message.c
11426                 when editing From in the Compose window, use that address
11427                 in the Return-Path: header
11428                 Thanks to Colin
11429
11430 2006-06-30 [colin]      2.3.1cvs45
11431
11432         * src/compose.c
11433                 Fix signature replacement:
11434                 - when no newline before separator
11435                 - when reediting
11436
11437 2006-06-29 [colin]      2.3.1cvs44
11438
11439         * src/folderview.c
11440         * src/folderview.h
11441         * src/mainwindow.c
11442         * src/summaryview.c
11443                 Let 'View/Go to/Next marked' work like
11444                 Next new & Next unread: across folders
11445                 Change the select_on_entry pref to do
11446                 what we want when changing folder
11447         * src/common/utils.c
11448                 Fix single-quoted links 
11449
11450 2006-06-29 [colin]      2.3.1cvs43
11451
11452         * src/gtk/gtkaspell.c
11453                 "Sylpheed" and "Sylpheed-Claws" do exist !
11454
11455 2006-06-29 [colin]      2.3.1cvs42
11456
11457         * src/imap.c
11458                 Forgot to remove debug
11459
11460 2006-06-29 [colin]      2.3.1cvs41
11461
11462         * src/imap.c
11463         * src/imap.h
11464         * src/mainwindow.c
11465                 Disconnect from IMAP servers when going
11466                 offline. Fixes bug #978 (going to offline-mode 
11467                 won't close connections)
11468
11469 2006-06-29 [colin]      2.3.1cvs40
11470
11471         * src/main.c
11472                 Fix transient setting on failing plugins
11473                 Patch by Fabien
11474         * src/plugins/pgpcore/sgpgme.c
11475                 Only warn for OpenPGP. Most people don't
11476                 have CMS available.
11477
11478 2006-06-29 [colin]      2.3.1cvs39
11479
11480         * src/compose.c
11481                 Fix Spelling menu (discrepancy between context menu
11482                 and top menu when folder's dictionary isn't the 
11483                 default one)
11484         * src/plugins/pgpcore/sgpgme.c
11485                 More error reporting about why gpgme can fail
11486
11487 2006-06-29 [wwp]        2.3.1cvs38
11488
11489         * src/mainwindow.c
11490                 honor the display-header-pane setting even when the message view
11491                 is a separate window.
11492
11493 2006-06-29 [wwp]        2.3.1cvs37
11494
11495         * src/prefs_actions.c
11496                 forgot to commit that one (use of GTK_STOCK_INFO).
11497
11498 2006-06-29 [colin]      2.3.1cvs36
11499
11500         * src/imap.c
11501                 Better handling of login errors (ask the password
11502                 again once), alert in case of error. Fix three
11503                 signedness warnings.
11504
11505 2006-06-28 [wwp]        2.3.1cvs35
11506
11507         * src/prefs_template.c
11508         * src/prefs_matcher.c
11509         * src/prefs_filtering_action.c
11510         * src/prefs_quote.c
11511                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11512                 patch by Fabien Vantard, slightly modified.
11513
11514 2006-06-28 [paul]
11515
11516         2.4.0-rc2 released
11517
11518 2006-06-28 [colin]      2.3.1cvs34
11519
11520         * src/prefs_account.c
11521                 Fix bug #977 (Can't add or edit imap accounts)
11522
11523 2006-06-28 [colin]      2.3.1cvs33
11524
11525         * src/mimeview.c
11526                 Fix previous
11527
11528 2006-06-28 [colin]      2.3.1cvs32
11529
11530         * src/mimeview.c
11531                 Save named inlined attachments with "Save all"
11532         * src/main.c
11533         * src/mbox.c
11534         * src/common/plugin.c
11535         * src/common/plugin.h
11536         * src/common/sylpheed.c
11537         * src/common/utils.c
11538         * src/plugins/pgpcore/sylpheed.def
11539         * src/plugins/pgpinline/sylpheed.def
11540         * src/plugins/pgpmime/sylpheed.def
11541                 Win32 compatibility patch, by
11542                 Werner Koch
11543
11544 2006-06-28 [wwp]        2.3.1cvs31
11545
11546         * src/imap.c
11547         * src/prefs_folder_item.c
11548                 less compilation warnings (thanks to Fabien Vantard), less typos.
11549
11550 2006-06-28 [paul]       2.3.1cvs30
11551
11552         * src/gtk/gtkutils.c
11553                 gtk_combo_box_set_focus_on_click() is only
11554                 available since gtk 2.6.0
11555
11556 2006-06-28 [paul]       2.3.1cvs29
11557
11558         * src/prefs_ext_prog.c
11559                 fix engrish and add a tooltip for the
11560                 'command for 'Display as text' option
11561
11562 2006-06-28 [paul]
11563
11564         2.4.0-rc1 released
11565
11566 2006-06-28 [paul]       2.3.1cvs28
11567
11568         * ChangeLog
11569         * tools/Makefile.am
11570                 include textviewer.pl in releases
11571
11572 2006-06-28 [paul]       2.3.1cvs27
11573
11574         * src/prefs_ext_prog.c
11575                 hide Print command option if libgnomeprint
11576                 support is present
11577
11578 2006-06-27 [colin]      2.3.1cvs26
11579
11580         * src/compose.c
11581                 Fix Esc handling in insert/attach dialog
11582                 Don't show this dialog if dragging something
11583                 else than text/uri-list
11584                 Thanks to Fabien Vantard
11585         * tools/textviewer.pl
11586                 Filter script to display stuff as text
11587                 by H. Merijn Brand
11588
11589 2006-06-27 [wwp]        2.3.1cvs25
11590
11591         * src/messageview.c
11592                 use the exact product name (message view title), patch
11593                 by Fabien Vantard.
11594
11595 2006-06-27 [ticho]      2.3.1cvs24
11596
11597         * src/prefs_account.c
11598         * src/prefs_common.c
11599         * src/prefs_common.h
11600         * src/prefs_ext_prog.c
11601         * src/textview.c
11602                 Add a preference (Preferences/External programs)
11603                 to allow "Display as text" to be done via a script
11604                 (patch by H.Merijn Brand).
11605                 Use GtkComboBox for protocol selection in account
11606                 preferences.
11607                 Only include current choice for existing accounts, and
11608                 insensitivize the combobox.
11609
11610 2006-06-27 [paul]       2.3.1cvs23
11611
11612         * src/mbox.c
11613                 fix crasher introduced in cvs21.
11614                 Thanks to Colin
11615
11616 2006-06-26 [colin]      2.3.1cvs22
11617
11618         * src/mbox.c
11619                 Fix double-frees when leaving folders
11620                 after exporting to mbox
11621
11622 2006-06-26 [colin]      2.3.1cvs21
11623
11624         * src/mbox.c
11625                 More feedback (and optimisation)
11626                 on import/export
11627         * src/common/utils.c
11628                 Fix case when looking for mail addresses
11629         * src/gtk/gtkutils.c
11630                 Extra check for (X-)Face
11631
11632 2006-06-25 [ticho]      2.3.1cvs20
11633
11634         * src/compose.c
11635         * src/exphtmldlg.c
11636         * src/gtk/gtkutils.c
11637         * src/gtk/gtkutils.h
11638                 Added second argument to gtkut_sc_combobox_create() to
11639                 control focus-on-click for the widget.
11640                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11641
11642 2006-06-25 [ticho]      2.3.1cvs19
11643
11644         * src/compose.c
11645         * src/gtk/Makefile.am
11646         * src/gtk/combobox.c
11647         * src/gtk/combobox.h
11648         * src/gtk/gtkutils.c
11649         * src/gtk/gtkutils.h
11650                 Use GtkComboBox instead of deprecated GtkOptionMenu
11651                 for account selector in compose window and for encoding
11652                 selector in attachment properties.
11653                 Also factorise working with the new GtkComboBox somewhat.
11654
11655 2006-06-24 [paul]       2.3.1cvs18
11656
11657         * src/prefs_common.c
11658                 use the correct default value
11659
11660 2006-06-24 [paul]       2.3.1cvs17
11661
11662         * src/compose.c
11663         * src/prefs_common.c
11664         * src/prefs_common.h
11665         * src/prefs_compose_writing.c
11666                 enable setting of default action when
11667                 dnd'ing files in the compose window.
11668                 (Collaborative effort with wwp)
11669
11670 2006-06-23 [wwp]        2.3.1cvs16
11671
11672         * src/compose.c
11673                 i18n fix (thanks to Fabien Vantard)
11674
11675 2006-06-22 [colin]      2.3.1cvs15
11676
11677         * src/prefs_customheader.c
11678                 Don't use filters in custom headers' file 
11679                 selector. Remember, extensions mean nothing :)
11680
11681 2006-06-22 [paul]       2.3.1cvs14
11682
11683         * configure.ac
11684                 allow setting of man directory location
11685
11686 2006-06-22 [colin]      2.3.1cvs13
11687
11688         * src/mainwindow.c
11689                 Add 'View/Go to/Next unread folder'.
11690                 I missed that :)
11691
11692 2006-06-22 [colin]      2.3.1cvs12
11693
11694         * src/common/utils.c
11695                 Add some subject prefixes
11696                 Patch by Bjorn T Johansen <btj@havleik.no>
11697
11698 2006-06-22 [colin]      2.3.1cvs11
11699
11700         * manual/advanced.xml
11701                 Forgotten hidden pref
11702
11703 2006-06-21 [paul]       2.3.1cvs10
11704
11705         * src/prefs_account.c
11706                 complete the removal of 'Add date header' option
11707
11708 2006-06-21 [paul]       2.3.1cvs9
11709
11710         * src/account.c
11711         * src/compose.c
11712         * src/prefs_account.c
11713         * src/prefs_account.h
11714                 remove option to add date header - always
11715                 add date header
11716         * src/etpan/imap-thread.c
11717                 fix warnings (Thanks to Colin)
11718
11719 2006-06-21 [wwp]        2.3.1cvs8
11720
11721         * src/folder.c
11722                 set the attachment flag when inline text part are (file)named. This is more convenient
11723                 when receiving (for instance) inline source files or patches sent using thunderbird.
11724
11725 2006-06-21 [paul]       2.3.1cvs7
11726
11727         * src/inc.c
11728                 fix off-by-one count of current msg in
11729                 statusbar filtering progressbar
11730
11731 2006-06-21 [paul]       2.3.1cvs6
11732
11733         * src/folder.c
11734                 Show attachment icon even if the part is 'inline'
11735                 if the following conditions are met:
11736                 - content-type != 'text/plain'
11737                 - content-type != '*/pgp-signature'
11738                 - either 'name' or 'filename' parameter is not NULL
11739                 
11740                 Thanks to Colin
11741
11742 2006-06-21 [paul]       2.3.1cvs5
11743
11744         * src/messageview.c
11745         * src/prefs_common.c
11746         * src/prefs_common.h
11747         * src/prefs_other.c
11748                 add an option to 'Never send Return
11749                 Receipts'
11750                 Thanks to Colin
11751
11752 2006-06-20 [mones]      2.3.1cvs4
11753
11754         * po/es.po
11755                 updated
11756         * src/compose.c
11757                 typo fixed (space after comma)
11758         * tools/make.themes.project
11759                 remove exec mode from tarball files
11760
11761 2006-06-20 [colin]      2.3.1cvs3
11762
11763         * src/news.c
11764         * src/procheader.c
11765         * src/unmime.c
11766                 Better fix for \n's in headers (don't 
11767                 break Received: and others)
11768
11769 2006-06-20 [paul]       2.3.1cvs2
11770
11771         * src/alertpanel.c
11772         * src/textview.c
11773                 improve legibility of phishing attempt
11774                 dialog
11775
11776 2006-06-20 [paul]       2.3.1cvs1
11777
11778         * NEWS
11779         * README
11780         * configure.ac
11781                 Update version number following
11782                 stable release
11783
11784 2006-06-20 [colin]      2.3.0cvs26
11785
11786         * src/compose.c
11787                 When dragging a file to the text of the compose
11788                 window, ask whether we want to insert or attach
11789                 (I know lots of people who do that to attach)
11790
11791 2006-06-20 [colin]      2.3.0cvs25
11792
11793         * src/etpan/imap-thread.c
11794                 Fix threshold (the append command is often > 32 bytes)
11795
11796 2006-06-19 [colin]      2.3.0cvs24
11797
11798         * src/imap.c
11799         * src/etpan/imap-thread.c
11800                 Workaround Rockliffe IMAP server bug: replace
11801                 "x UID SEARCH (ANSWERED UID 1:*)" with
11802                 "x UID SEARCH ANSWERED"
11803                 (Rockliffe doesn't handle the parenthesis)
11804
11805 2006-06-19 [colin]      2.3.0cvs23
11806
11807         * src/compose.c
11808         * src/imap.c
11809         * src/etpan/imap-thread.c
11810                 Probably fix bug #972 (Freezes when adding 
11811                 an attachment to the message)
11812         * src/common/defs.h
11813                 Modernize Firefox cmd
11814
11815
11816 2006-06-18 [colin]      2.3.0cvs22
11817
11818         * src/prefs_customheader.c
11819                 Only allow correct filenames for various
11820                 custom headers
11821
11822 2006-06-18 [colin]      2.3.0cvs21
11823
11824         * src/prefs_customheader.c
11825                 Add a 'From File...' button in custom headers prefs, which
11826                 try to do the right thing: 
11827                 for normal headers, use file as plaintext,
11828                 for X-Face, calls compface,
11829                 for Face, encode to b64.
11830
11831 2006-06-17 [colin]      2.3.0cvs20
11832
11833         * src/mh.c
11834                 Warning fix
11835
11836 2006-06-16 [colin]      2.3.0cvs19
11837
11838         * src/summaryview.c
11839                 Recursive quicksearch: show message list
11840                 in current folder, *then* search children
11841                 in the background.
11842
11843 2006-06-16 [colin]      2.3.0cvs18
11844
11845         * src/main.c
11846                 Instead of ignoring SIGPIPE, save caches
11847                 when getting one. Will fix the fact that
11848                 hot caches are out-of-date when logging 
11849                 out of Xorg.
11850         * src/compose.c
11851         * src/prefs_compose_writing.c
11852                 Only save text (not attachments) when 
11853                 auto-saving to drafts
11854         * src/unmime.c
11855                 Always replace \n, \r and \t with spaces
11856                 in headers
11857         * manual/dist/html/Makefile.am
11858         * manual/dist/pdf/Makefile.am
11859         * manual/dist/ps/Makefile.am
11860         * manual/dist/txt/Makefile.am
11861         * manual/fr/dist/html/Makefile.am
11862         * manual/fr/dist/pdf/Makefile.am
11863         * manual/fr/dist/ps/Makefile.am
11864         * manual/fr/dist/txt/Makefile.am
11865         * manual/pl/dist/html/Makefile.am
11866         * manual/pl/dist/pdf/Makefile.am
11867         * manual/pl/dist/ps/Makefile.am
11868         * manual/pl/dist/txt/Makefile.am
11869                 Fix make clean removing pregenerated manuals
11870
11871
11872 2006-06-16 [colin]      2.3.0cvs17
11873
11874         * src/plugins/pgpcore/sgpgme.c
11875         * src/plugins/pgpmime/pgpmime.c
11876         * src/plugins/pgpinline/pgpinline.c
11877                 Better error reporting in setup_signers.
11878                 Don't fallback to default key if specified
11879                 key isn't found.
11880                 Don't allow signing if more than one secret
11881                 key matches the one specified in prefs.
11882
11883 2006-06-15 [colin]      2.3.0cvs16
11884
11885         * src/folderview.c
11886                 Add "Send queue" in the folder's contextual
11887                 menu
11888         * src/compose.c
11889         * src/messageview.c
11890         * src/privacy.c
11891         * src/privacy.h
11892         * src/procmime.c
11893         * src/procmsg.c
11894         * src/plugins/pgpcore/passphrase.c
11895         * src/plugins/pgpcore/sgpgme.c
11896         * src/plugins/pgpinline/pgpinline.c
11897         * src/plugins/pgpmime/pgpmime.c
11898                 Better error reporting
11899         * src/mbox.c
11900                 Probably fix bug #971 (2.2.3 cannot read mail 
11901                 from local mbox)
11902
11903
11904 2006-06-15 [mones]      2.3.0cvs15
11905
11906         * tools/make.themes.project
11907                 creates the themes project from the web page
11908
11909 2006-06-15 [colin]      2.3.0cvs14
11910
11911         * src/folder.c
11912                 Better fix (avoid losing the folder if scan_tree 
11913                 fails)
11914
11915 2006-06-15 [cleroy]     2.3.0cvs13
11916
11917         * src/folder.c
11918                 Probably fix Bug #969 (crash on rebuilding 
11919                 imap folder)
11920
11921 2006-06-14 [colin]      2.3.0cvs12
11922
11923         * manual/dtd/manual.xsl
11924         * manual/sylpheed-claws-manual.xml
11925         * manual/fr/sylpheed-claws-manual.xml
11926         * manual/pl/sylpheed-claws-manual.xml
11927                 Insert pagebreaks between sections
11928
11929 2006-06-14 [paul]       2.3.0cvs11
11930
11931         * configure.ac
11932                 better fix than 2.3.0cvs10
11933
11934 2006-06-14 [paul]       2.3.0cvs10
11935
11936         * configure.ac
11937                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11938                 (backwards compatible)
11939
11940 2006-06-13 [colin]      2.3.0cvs9
11941
11942         * src/messageview.c
11943                 Fix sending of return receipt with the new queue folders
11944
11945 2006-06-13 [wwp]        2.3.0cvs8
11946
11947         * src/quote_fmt_lex.l
11948                 fix wrong tokens returned in quote_fmt lexer, query not().
11949
11950 2006-06-13 [wwp]        2.3.0cvs7
11951
11952         * src/folder.c
11953         * src/prefs_folder_item.c
11954                 allow changing folder type even when folder is not a top-level one,
11955                 thanks to Colin.
11956
11957 2006-06-12 [colin]      2.3.0cvs6
11958
11959         * src/folderview.c
11960                 Fix double-ask of "Do you want to mark all
11961                 as read"
11962
11963 2006-06-12 [colin]      2.3.0cvs5
11964
11965         * src/compose.c
11966         * src/compose.h
11967         * src/folder.c
11968         * src/folder.h
11969         * src/imap.c
11970         * src/inc.c
11971         * src/main.c
11972         * src/messageview.c
11973         * src/mh.c
11974         * src/prefs_folder_item.c
11975         * src/procheader.c
11976         * src/procmime.c
11977         * src/procmsg.c
11978         * src/procmsg.h
11979         * src/send_message.c
11980         * src/summaryview.c
11981         * src/toolbar.c
11982                 Apply bug #964's patch (Queue and drafts aren't normal)
11983                 The Drafts and Queue folder now contain RFC-822 files,
11984                 allowing to move and copy mails from and to these 
11985                 folders. Moving from Drafts to Queue will prepare the
11986                 mail for sending (PGP signature, encryption, etc).
11987                 This patch also rework sending errors handling to try
11988                 to be more helpful.
11989                 Also, allow redefining folder types via the GUI 
11990                 (Folder type in its Properties)
11991
11992 2006-06-12 [colin]      2.3.0cvs4
11993
11994         * src/summaryview.c
11995         * src/prefs_common.c
11996         * src/prefs_common.h
11997         * src/gedit-print.c
11998                 Allow to define a specific print font - patch
11999                 by Bernhard Walle <bernhard.walle@gmx.de>
12000         * src/prefs_fonts.c
12001         * manual/advanced.xml
12002         * manual/fr/advanced.xml
12003                 Add a hidden pref to allow deletion without
12004                 confirmation
12005
12006 2006-06-12 [wwp]        2.3.0cvs3
12007
12008         * .cvsignore
12009                 more files to ignore.
12010
12011 2006-06-12 [wwp]        2.3.0cvs2
12012
12013         * src/quote_fmt.c
12014         * src/quote_fmt_lex.l
12015         * src/quote_fmt_parse.y
12016                 extend the quote_fmt parser (templates and quotes):
12017                 - allow limited sub-expressions in |p{} and |f{} expressions,
12018                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12019                 - implemented/fixed missing implementation of query_references and show_references,
12020                 - completed, fixed contents and format of the symbols help dialog,
12021                 - fix some compilation warnings.
12022
12023 2006-06-12 [wwp]        2.3.0cvs1
12024
12025         * manual/advanced.xml
12026         * manual/fr/advanced.xml
12027                 updates in the "templates" section of the manual (eng/fr):
12028                  - be more precise (both versions)
12029                  - completed to match the english reference (fr version)
12030                  - touchups (both versions)
12031
12032 2006-06-12 [paul]       2.3.0
12033
12034         2.3.0 released
12035
12036 2006-06-12 [paul]       2.2.3cvs14
12037
12038         * po/ca.po
12039         * po/cs.po
12040         * po/de.po
12041         * po/el.po
12042         * po/fr.po
12043         * po/it.po
12044         * po/pt_BR.po
12045         * po/sr.po
12046         * po/zh_CN.po
12047                 updated by Miquel Oliete, Tim, Stephan Sachse,
12048                 Stavros Giannouris, Fabien Vantard, Andrea
12049                 Spadaccini, Frederico Goncalves Guimaraes,
12050                 Aleksandar Urosevic, and Ralgh Young
12051
12052 2006-06-12 [colin]      2.2.3cvs13
12053
12054         * src/mbox.c
12055                 Add missing header
12056
12057 2006-06-11 [colin]      2.2.3cvs12
12058
12059         * src/msgcache.c
12060                 Verify that g_malloc() succeeded
12061
12062 2006-06-11 [colin]      2.2.3cvs11
12063
12064         * src/wizard.c
12065                 Add Face header to welcome mail
12066
12067 2006-06-10 [colin]      2.2.3cvs10
12068
12069         * src/textview.c
12070                 Revert previous (Forgot it changes the
12071                 margin on the whole mail)
12072
12073 2006-06-10 [colin]      2.2.3cvs9
12074
12075         * src/textview.c
12076                 Don't overlap long headers under (X-)Face
12077
12078 2006-06-10 [mones]      2.2.3cvs8
12079
12080         * manual/xml2pdf
12081                 allow generation of manual on systems lacking saxon binary
12082                 but with java and the saxon library installed
12083
12084         * po/es.po
12085                 updated for release
12086
12087 2006-06-09 [colin]      2.2.3cvs7
12088
12089         * src/summaryview.c
12090                 Fix leak when using Display Sender using Addressbook
12091
12092 2006-06-09 [colin]      2.2.3cvs6
12093
12094         * src/compose.c
12095         * src/folder.c
12096         * src/folderview.c
12097         * src/mimeview.c
12098         * src/summaryview.c
12099                 More leaks fixes
12100
12101 2006-06-09 [paul]       2.2.3cvs5
12102
12103         * AUTHORS
12104         * src/gtk/authors.h
12105         * tools/claws.i18n.status.pl
12106                 updated with new info
12107
12108 2006-06-09 [paul]       2.2.3cvs4
12109
12110         * README
12111                 updated
12112         * manual/ack.xml
12113                 add wwp to authors list
12114         * src/gtk/authors.h
12115                 update mine and Colin's addresses
12116
12117 2006-06-08 [colin]      2.2.3cvs3
12118
12119         * src/etpan/imap-thread.c
12120                 Fix leak on SSL cert check
12121
12122 2006-06-08 [colin]      2.2.3cvs2
12123
12124         * src/common/utils.c
12125                 Fix leak
12126
12127 2006-06-08 [paul]       2.2.3cvs1
12128
12129         * configure.ac
12130                 Update version number following
12131                 stable release
12132
12133 2006-06-07 [colin]      2.2.2cvs3
12134
12135         * src/msgcache.c
12136                 Fix catching cache read errors (guint instead of gint)
12137                 Prevent malloc'ing more than 8MB (means cache corruption)
12138
12139 2006-06-07 [paul]       2.2.2cvs2
12140
12141         * src/exporthtml.c
12142         * src/exportldif.c
12143         * src/mh.c
12144         * src/mutt.c
12145         * src/pine.c
12146         * src/common/utils.c
12147                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12148                 obey $HOME'
12149                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12150                 Thanks to Colin
12151
12152 2006-06-06 [paul]       2.2.2cvs1
12153
12154         * configure.ac
12155                 Update version number following
12156                 stable release
12157
12158 2006-06-06 [paul]       2.2.1cvs6
12159
12160         * src/matcher.c
12161                 fix  implicit declaration of
12162                 sylpheed_do_idle()
12163                 Patch by Fabien Vantard
12164
12165 2006-06-06 [paul]       2.2.1cvs5
12166
12167         * src/matcher.c
12168                 fix age_greater and age_lower so that they
12169                 mean what say and not '...or equal to'
12170                 Thanks to Colin
12171
12172 2006-06-06 [paul]       2.2.1cvs4
12173
12174         * src/textview.c
12175         * src/common/utils.c
12176                 fix URI check
12177                 Thanks to Colin
12178
12179 2006-06-05 [wwp]        2.2.1cvs3
12180
12181         * manual/fr/account.xml
12182                 minor language fixes (thanks to Fabien Vantard).
12183
12184 2006-06-05 [colin]      2.2.1cvs2
12185
12186         * src/prefs_folder_item.c
12187         * src/folderview.c
12188                 Allow recursive setting of properties 
12189                 for whole mailboxes
12190         * src/matcher.c
12191                 Don't freeze on 'test' filtering rule
12192
12193 2006-06-05 [colin]      2.2.1cvs1
12194
12195         * configure.ac
12196                 Update version number following
12197                 stable release
12198
12199 2006-06-04 [wwp]        2.2.0cvs82
12200
12201         * manual/glossary.xml
12202         * manual/account.xml
12203         * manual/fr/glossary.xml
12204         * manual/fr/account.xml
12205                 added glossary section and references/links related to the Face custom header.
12206
12207 2006-06-04 [colin]      2.2.0cvs81
12208
12209         * src/summaryview.c
12210                 Skip to next message on move with no
12211                 immediate execution
12212
12213 2006-06-04 [wwp]        2.2.0cvs80
12214
12215         * manual/xml2pdf
12216                 added sanity checks, exit when needed.
12217
12218 2006-06-03 [paul]       2.2.0cvs79
12219
12220         * src/prefs_receive.c
12221                 page name is now 'Receiving'
12222         * src/prefs_send.c
12223                 page name is now 'Sending'
12224
12225 2006-06-03 [colin]      2.2.0cvs78
12226
12227         * src/plugins/spamassassin/spamassassin_gtk.c
12228                 Autoswitch to Localhost if transport was previously
12229                 disabled. Else people had to check [] Enable, then
12230                 *reselect* transport.
12231
12232 2006-06-03 [colin]      2.2.0cvs77
12233
12234         * src/plugins/pgpinline/pgpinline.c
12235         * src/plugins/pgpmime/pgpmime.c
12236                 Check that gpg_data_release_and_get_mem 
12237                 didn't fail (now, why this happens...)
12238
12239 2006-06-03 [colin]      2.2.0cvs76
12240
12241         * src/mbox.c
12242                 Fix bug #962 (Manual and/or UI should 
12243                 warn about incompatible locking 
12244                 causing dataloss)
12245
12246 2006-06-02 [cleroy]     2.2.0cvs75
12247
12248         * src/filtering.c
12249         * src/folder.c
12250         * src/procmsg.c
12251         * src/summaryview.c
12252                 Fix a few leaks
12253
12254 2006-06-02 [colin]      2.2.0cvs74
12255
12256         * src/main.c
12257                 On exit, free caches after writing them
12258                 Shuts up some valgrind false positives
12259         * src/procmsg.c
12260         * src/send_message.c
12261                 Fix races when reusing existing SMTP connections
12262                 Fix inexistant session timeout
12263         * src/toolbar.c
12264                 Display alertpanel after all queues have
12265                 been processed, not after each
12266
12267 2006-06-02 [wwp]        2.2.0cvs73
12268
12269         * manual/fr/glossary.xml
12270         * manual/fr/ack.xml
12271         * manual/ack.xml
12272                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12273
12274 2006-06-02 [wwp]        2.2.0cvs72
12275
12276         * manual/xml2pdf
12277         * manual/dist/pdf/Makefile.am
12278         * manual/dtd/manual.xsl
12279         * manual/fr/dist/pdf/Makefile.am
12280         * manual/pl/dist/pdf/Makefile.am
12281                 we changed the procedure to generate the .pdf version of the manual.
12282                 The procedure is more modern and the .pdf we get now has a valid index.
12283                 Here are the new pre-requisites:
12284
12285                 - JRE 1.x (1.4 here): there must be one from your distro
12286                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12287                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12288                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12289
12290                 See my posts for further info about the installation of this toolchain:
12291
12292                 Date: Fri, 19 May 2006 19:40:06 +0200
12293                 From: wwp <subscript@free.fr>
12294                 To: sylpheed-claws-devel@lists.sourceforge.net
12295                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12296
12297                 and
12298
12299                 Date: Wed, 24 May 2006 12:58:49 +0200
12300                 From: wwp <subscript@free.fr>
12301                 To: sylpheed-claws-devel@lists.sourceforge.net
12302                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12303
12304 2006-06-01 [colin]      2.2.0cvs71
12305
12306         * src/compose.c
12307                 Better guards against IMAP races
12308         * src/main.c
12309         * src/prefs_common.c
12310         * src/prefs_common.h
12311         * src/common/ssl_certificate.c
12312         * src/etpan/imap-thread.c
12313         * src/etpan/imap-thread.h
12314         * src/gtk/sslcertwindow.c
12315                 New hidden option ssl_skip_cert_check to 
12316                 avoid dups of bug #959 (libetpan linked
12317                 against gnutls and gnutls buggy on 64bit)
12318                 Present expired warning only once per
12319                 session/server.
12320         * manual/advanced.xml
12321         * manual/fr/advanced.xml
12322                 Document new option
12323
12324 2006-06-01 [wwp]        2.2.0cvs70
12325
12326         * src/messageview.c
12327                 fix for bug #961 (return receipt dialog 
12328                 complains incorrectly about return-path 
12329                 email adress being different), thanks 
12330                 to Colin.
12331
12332 2006-05-31 [cleroy]     2.2.0cvs69
12333
12334         * src/common/ssl.c
12335                 Guard against NULLs, although this
12336                 should never be an issue
12337
12338 2006-05-31 [colin]      2.2.0cvs68
12339
12340         * src/filtering.c
12341                 Use g_slist_prepend
12342         * src/imap.c
12343                 Don't remove caches when destroying folder, it
12344                 could (should) be done at exit
12345         * src/inc.c
12346                 free processing cache after incorporation
12347         * src/etpan/imap-thread.c
12348                 Maybe fix bug #959 (Crash on moving to emails 
12349                 to a imap account per ssl with a expired 
12350                 certificate.)
12351
12352 2006-05-30 [colin]      2.2.0cvs67
12353
12354         * src/summaryview.c
12355                 Put back event flush when displaying message
12356                 It avoids reading a bunch of messages just
12357                 by hitting shift-n for too long ;)
12358
12359 2006-05-29 [colin]      2.2.0cvs66
12360
12361         * src/summaryview.c
12362                 Remove useless g_warnings
12363
12364 2006-05-29 [colin]      2.2.0cvs65
12365
12366         * src/imap.c
12367                 Fix g_slist_append()s for performance
12368
12369 2006-05-29 [colin]      2.2.0cvs64
12370
12371         * src/compose.c
12372         * src/common/utils.c
12373                 Fix extraneous tab at start of addresses
12374         * src/mainwindow.c
12375                 Fix warnings (thanks to Fabien)
12376                 Fix crash at exit when composing messages 
12377                 exist
12378         * src/pop.c
12379                 Fix progress bar when deleting expired mails
12380                 Thanks to Hiro
12381         * src/summaryview.c
12382         * src/gtk/gtksctree.c
12383                 Fix re-sorting slowness
12384
12385 2006-05-29 [paul]       2.2.0cvs63
12386
12387         * src/mh.c
12388                 fetch full message when moving mails
12389                 from another mailbox, (fixed data loss
12390                 when filtering from IMAP to MH, introduced
12391                 in 2.2.0cvs57).
12392                 Thanks to Colin
12393
12394 2006-05-29 [mones]      2.2.0cvs62
12395
12396         * src/gtk/gtksctree.c
12397                 Unselect faster (patch by Colin)        
12398
12399 2006-05-26 [colin]      2.2.0cvs61
12400
12401         * src/summaryview.c
12402                 Unplug MSGINFO_UPDATE callback on delete too.
12403
12404 2006-05-26 [colin]      2.2.0cvs60
12405
12406         * src/foldersel.c
12407                 Fix bold in folder selection window with glib2.10
12408                 thanks Hiro
12409
12410 2006-05-26 [colin]      2.2.0cvs59
12411
12412         * src/procheader.c
12413                 Convert date only if necessary (and don't
12414                 try to convert from utf8 to utf8, too)
12415         * src/summaryview.c
12416                 Only set column's text if the column's 
12417                 displayed
12418
12419 2006-05-26 [colin]      2.2.0cvs58
12420
12421         * src/summaryview.c
12422         * src/gtk/gtkutils.c
12423                 Fix useless warning
12424
12425 2006-05-26 [colin]      2.2.0cvs57
12426
12427         * src/mainwindow.c
12428                 Make summaryview selectable as long as 
12429                 no message has focus
12430         * src/mh.c
12431                 Faster deletion (by implementing mh_remove_msgs)
12432                 Faster copy (avoid using mh_fetch_msg just to get
12433                 the filename)
12434                 Faster move (using move_file instead of copy_file
12435                 if MSG_IS_MOVE)
12436                 No progressbar if total number of mails to cp/mv 
12437                 is less than 100
12438         * src/summaryview.c
12439                 Fix removal from subject_table when mail gets moved
12440                 Faster deletion (g_slist_prepend instead of append)
12441         * src/gtk/gtksctree.c
12442                 Remove useless code
12443
12444 2006-05-25 [colin]      2.2.0cvs56
12445
12446         * src/common/ssl_certificate.c
12447                 Fix leak in expired cert check
12448
12449 2006-05-25 [colin]      2.2.0cvs55
12450
12451         * src/mh.c
12452                 Disable flags syncing on .mh_sequences - it
12453                 is buggy and marks mails read under unknown
12454                 conditions.
12455
12456 2006-05-25 [paul]
12457
12458         * 2.3.0-rc4 released
12459
12460 2006-05-24 [colin]      2.2.0cvs54
12461
12462         attention cvs users: if you manage to crash
12463         Sylpheed-Claws while moving, copying or deleting
12464         mails, we *are* interested in stack traces and
12465         valgrind logs. It looks stable, but one never
12466         knows...
12467
12468         * src/folder.c
12469                 Add progressbar for cache updates
12470         * src/folderutils.c
12471                 Optimize Mark all read in the current
12472                 folder
12473         * src/mh.c
12474                 Add progressbar for copy/move
12475         * src/procmsg.c
12476                 Optimize O(n^2) in copy/move
12477         * src/summaryview.c
12478         * src/gtk/gtksctree.c
12479                 Optimize O(n^2) algos
12480         * src/common/timing.h
12481                 Display ms instead of us
12482
12483 2006-05-24 [wwp]        2.2.0cvs53
12484
12485         * manual/fr/advanced.xml
12486                 updates to the French manual.
12487
12488 2006-05-24 [wwp]        2.2.0cvs52
12489
12490         * src/common/utils.c
12491                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12492
12493 2006-05-24 [wwp]        2.2.0cvs51
12494
12495         * src/folderutils.c
12496                 fixed "mark all read" in MH folders (thanks to Colin).
12497
12498 2006-05-24 [paul]       2.2.0cvs50
12499
12500         * doc/man/sylpheed-claws.1
12501                 updated the man page
12502
12503 2006-05-23 [colin]      2.2.0cvs49
12504
12505         * src/folderview.c
12506         * src/imap.c
12507         * src/inc.c
12508         * src/mbox.c
12509         * src/messageview.c
12510         * src/news.c
12511         * src/send_message.c
12512         * src/summaryview.c
12513         * src/gtk/sslcertwindow.c
12514                 alertpanel fixes, by Fabien
12515
12516 2006-05-23 [colin]      2.2.0cvs48
12517
12518         * src/folder.c
12519         * src/folderview.c
12520         * src/msgcache.c
12521         * src/summaryview.c
12522         * src/gtk/gtksctree.c
12523         * src/gtk/gtksctree.h
12524                 More timings
12525                 Fix slow loading problem, which was caused by the
12526                 use of some gtk_ctree funcs and their use of
12527                 g_list_position while gtk_ctree_(un)link'ing.
12528                 Reap more functions from gtkctree.c to be sure we
12529                 use our (fast) version instead of theirs.
12530         * src/mh.c
12531                 Fix copy of unread mails
12532
12533
12534 2006-05-22 [wwp]        2.2.0cvs47
12535
12536         * manual/fr/advanced.xml
12537                 updated.
12538
12539 2006-05-22 [colin]      2.2.0cvs46
12540
12541         * src/filtering.c
12542                 Fix possible infinite loop. 'copy' is not a 
12543                 final action, so when encountering a 'copy',
12544                 we have to check if a previous one was set
12545                 and do it. In the same way, if we encounter
12546                 a 'move' we have to perform a possibly 
12547                 pending 'copy'. This will slow down filtering
12548                 on IMAP if move+copy or multiple copy actions
12549                 are to be done, but handling it via the batch
12550                 would be really too convoluted.
12551
12552 2006-05-22 [wwp]        2.2.0cvs45
12553
12554         * manual/fr/advanced.xml
12555         * manual/fr/faq.xml
12556         * manual/fr/glossary.xml
12557         * manual/fr/handling.xml
12558         * manual/fr/intro.xml
12559         * manual/fr/plugins.xml
12560         * manual/fr/sylpheed-claws-manual.xml
12561                 sync w/ the english manual: updates URIs, documented mailing-list
12562                 support, better explanation about the enabled/disabled feature
12563                 in filtering/processing rules by Paul.
12564
12565 2006-05-21 [colin]      2.2.0cvs44
12566
12567         * src/summaryview.c
12568                 Don't expand after building threads, but during
12569
12570 2006-05-21 [colin]      2.2.0cvs43
12571
12572         * src/procmsg.c
12573         * src/summaryview.c
12574                 More timing possibilities... For next time I have 
12575                 to find out how the hell some 3GHz computer takes
12576                 one minute to open a 30k folder...
12577
12578 2006-05-21 [colin]      2.2.0cvs42
12579
12580         * manual/pl/advanced.xml
12581         * manual/pl/faq.xml
12582         * manual/pl/glossary.xml
12583         * manual/pl/handling.xml
12584         * manual/pl/intro.xml
12585         * manual/pl/plugins.xml
12586         * manual/pl/sylpheed-claws-manual.xml
12587                 Polish manual updated by Pawel
12588
12589 2006-05-20 [colin]
12590
12591         * 2.3.0-rc3 released
12592
12593 2006-05-20 [colin]      2.2.0cvs41
12594
12595         * src/imap.c
12596                 Fix -rc2 problems:
12597                 - remove cache of moved messages from original folder
12598                 - apply new flags to messages even if they aren't appliable
12599                   via IMAP.
12600
12601 2006-05-20 [colin]
12602
12603         * 2.3.0-rc2 released
12604
12605 2006-05-19 [colin]      2.2.0cvs40
12606
12607         * src/imap.c
12608                 Don't issue SELECT in imap_change_flags
12609                 before having checked that we indeed have
12610                 some flags to change. MSG_POSTFILTERED for
12611                 example can't be used on IMAP.
12612                 Fixes bug #955 (copying messages between 
12613                 imap folders is extremely slow), which was
12614                 a regression.
12615
12616 2006-05-19 [colin]      2.2.0cvs39
12617
12618         * src/folder.c
12619         * src/folder.h
12620         * src/folderview.c
12621                 Try to fix bug #830 (Some unread messages 
12622                 get marked read in IMAP inbox):
12623                 - Prevent scanning a folder if it's being 
12624                   opened via the GUI
12625                 - Postpone opening via the GUI of a folder
12626                   currently scanned.
12627
12628
12629 2006-05-19 [wwp]        2.2.0cvs38
12630
12631         * manual/advanced.xml
12632                 fix English+typo (thanks to Paul).
12633
12634 2006-05-19 [wwp]        2.2.0cvs37
12635
12636         * manual/advanced.xml
12637         * manual/fr/advanced.xml
12638         * src/gtk/logwindow.c
12639         * src/prefs_common.c
12640         * src/prefs_common.h
12641                 added hidden prefs to allow customization of colors used in
12642                 protocol log window (useful for dark gtk+ themes).
12643
12644 2006-05-19 [wwp]        2.2.0cvs36
12645
12646         * ChangeLog
12647                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12648
12649 2006-05-19 [paul]       2.2.0cvs35
12650
12651         * src/textview.c
12652                 make Reply-To fully clickable
12653         * src/gtk/logwindow.c
12654                 more colouring (SMTP ESMTP)
12655         Both patches by Pawel Pekala
12656
12657 2006-05-19 [cleroy]     2.2.0cvs34
12658
12659         * src/mh.c
12660                 Don't update flags from current folder
12661                 Probably fixes bug #935 (Read Messages 
12662                 Revert to Being Marked as Unread)
12663
12664 2006-05-18 [colin]      2.2.0cvs33
12665
12666         * src/imap.c
12667                 Warning fix
12668         * src/compose.c
12669         * src/mainwindow.c
12670         * src/summaryview.c
12671         * src/toolbar.c
12672                 Allow replying to multiple emails
12673                 in multiple windows
12674         * src/mimeview.c
12675         * src/etpan/imap-thread.c
12676                 Leak fixes
12677
12678 2006-05-18 [paul]       2.2.0cvs32
12679
12680         * src/summaryview.c
12681                 keep Mailing-List menu refreshed
12682                 Thanks to Colin
12683
12684 2006-05-18 [paul]       2.2.0cvs31
12685
12686         * manual/advanced.xml
12687         * manual/faq.xml
12688         * manual/glossary.xml
12689         * manual/handling.xml
12690         * manual/intro.xml
12691         * manual/plugins.xml
12692         * manual/sylpheed-claws-manual.xml
12693                 update URLs
12694                 add info about mailing-list support
12695                 edit filtering info
12696         * src/wizard.c
12697         * src/common/defs.h
12698         * src/gtk/about.c
12699         * src/plugins/dillo_viewer/README
12700                 update URLs
12701
12702 2006-05-17 [wwp]        2.2.0cvs30
12703
12704         * manual/handling.xml
12705         * manual/fr/handling.xml
12706                 documented the ability to enabled/disable filtering/processing rules.
12707
12708 2006-05-17 [colin]      2.2.0cvs29
12709
12710         * src/main.c
12711                 Don't initialize g_thread subsystem if it's 
12712                 already done (thanks to Hiro)
12713         * src/mimeview.c
12714                 Fix saving of parts when there name can't be
12715                 converted from UTF-8.
12716
12717 2006-05-17 [paul]       2.2.0cvs28
12718
12719         * po/Makefile.in.in
12720                 fix config.status warning with autoconf 2.60
12721
12722 2006-05-17 [paul]       2.2.0cvs27
12723
12724         * po/POTFILES.in
12725                 add src/mbox.c
12726
12727 2006-05-17 [wwp]        2.2.0cvs26
12728
12729         * src/mainwindow.c
12730                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12731
12732 2006-05-17 [wwp]        2.2.0cvs25
12733
12734         * src/plugins/demo/demo.c
12735                 updated product name in plugin demo (many plugins need to be
12736                 sync'ed w/ that change).
12737
12738 2006-05-17 [colin]      2.2.0cvs24
12739
12740         * src/mh.c
12741                 Fix leak
12742
12743 2006-05-16 [colin]      2.2.0cvs23
12744
12745         * src/mainwindow.c
12746                 Stupid me hit again. Fix cvs22.
12747
12748 2006-05-16 [colin]      2.2.0cvs22
12749
12750         * src/mainwindow.c
12751                 Fix bug #922 (sylpheed-claws crashed after 
12752                 pushing on Inbox folder)
12753
12754 2006-05-16 [colin]      2.2.0cvs21
12755
12756         * src/compose.c
12757                 Make From header be copy/paste/select-able
12758
12759 2006-05-16 [wwp]        2.2.0cvs20
12760
12761         * src/export.c
12762         * src/matcher.c
12763         * src/summaryview.c
12764         * src/etpan/imap-thread.c
12765                 fix some compiler warnings (thanks to Colin).
12766
12767 2006-05-16 [wwp]        2.2.0cvs19
12768
12769         * src/action.c
12770         * src/gedit-print.c
12771         * src/inc.c
12772         * src/mainwindow.c
12773         * src/mh.c
12774         * src/statusbar.c
12775         * src/send_message.c
12776         * src/summaryview.c
12777                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12778
12779 2006-05-15 [colin]      2.2.0cvs18
12780
12781         * src/procmsg.c
12782                 Fix automatic rule creation with List-Post
12783
12784 2006-05-15 [paul]       2.2.0cvs17
12785
12786         * tools/filter_conv_new.pl
12787                 updated for rule enabling/disabling
12788                 claws version >= 2.3.x required
12789
12790 2006-05-15 [cleroy]     2.2.0cvs16
12791
12792         * src/main.c
12793                 Revert test
12794
12795 2006-05-15 [cleroy]     2.2.0cvs15
12796
12797         * src/main.c
12798                 test
12799
12800 2006-05-15 [wwp]        2.2.0cvs14
12801
12802         * manual/pl/.cvsignore
12803                 ignore generated files.
12804
12805 2006-05-14 [wwp]        2.3.0-rc1
12806
12807         * 2.3.0-rc1 released
12808
12809 2006-05-13 [wwp]        2.2.0cvs13
12810
12811         * src/filtering.c
12812         * src/filtering.h
12813         * src/matcher.c
12814         * src/matcher_parser_lex.l
12815         * src/matcher_parser_parse.y
12816         * src/prefs_filtering.c
12817                 new feature: provide the ability to disable filtering and processing
12818                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12819                 adaptations.
12820
12821 2006-05-13 [colin]      2.2.0cvs12
12822
12823         * src/compose.c
12824                 Remove useless if (a) b; else b;
12825                 Thanks to wwp
12826
12827 2006-05-13 [wwp]        2.2.0cvs11
12828
12829         * src/export.c
12830         * src/import.c
12831         * src/mainwindow.c
12832         * src/mbox.c
12833         * src/summaryview.c
12834         * src/summaryview.h
12835                 no more silent failures (or at least less ones) when importing
12836                 or exporting from/to mbox. Also start importing/exporting if
12837                 the necessary info is set.
12838
12839 2006-05-13 [wwp]        2.2.0cvs10
12840
12841         * RELEASE_NOTES
12842                 restored up-to-date release notes.
12843
12844 2006-05-13 [paul]       2.2.0cvs9
12845
12846         * po/nl.po
12847         * po/ru.po
12848                 updated by Tim Dijkstra and Pavlo Bohmat
12849
12850 2006-05-12 [colin]      2.2.0cvs8
12851
12852         * src/gtk/quicksearch.c
12853                 Add "k" as shortcut for "colorlabel". Patch
12854                 by ath42@users.sf.net.
12855
12856 2006-05-12 [paul]       2.2.0cvs7
12857
12858         * src/prefs_common.h
12859         * src/prefs_summaries.c
12860         * src/summaryview.c
12861                 when entering a folder also allow
12862                 going directly to first Marked message
12863
12864 2006-05-12 [paul]       2.2.0cvs6
12865
12866         * src/summaryview.c
12867                 always obey 'confirm before marking all
12868                 mails read' option
12869
12870 2006-05-12 [paul]       2.2.0cvs5
12871
12872         * src/textview.c
12873                 make Sender fully clickable
12874
12875 2006-05-12 [colin]      2.2.0cvs4
12876
12877         * src/compose.c
12878         * src/compose.h
12879                 Let From be editable
12880         * src/main.c
12881         * src/mh.c
12882                 Full support of .mh_sequences' Unseen seq
12883
12884 2006-05-12 [colin]      2.2.0cvs3
12885
12886         * src/folder.c
12887         * src/mainwindow.c
12888         * src/mainwindow.h
12889         * src/messageview.c
12890         * src/prefs_spelling.c
12891         * src/procheader.c
12892         * src/procmsg.c
12893         * src/procmsg.h
12894         * src/summaryview.c
12895         * src/toolbar.c
12896         * src/toolbar.h
12897                 Add contextual menu on Compose toolbar
12898                 button. Fixes bug #944 (Automatic
12899                 addresses not applied when changing account
12900                 from compose window)
12901                 add Mailing List support
12902                 based on the old 0.6.5claws25 patch by
12903                 Melvin Hadasht, with finishing touches
12904                 by Colin
12905                 Fix "ignore thread" when mails are threaded by
12906                 subject (and weren't ignored although appearing
12907                 in the thread).
12908                 GUI rework.
12909                 Both patches by Pawel.
12910
12911 2006-05-08 [paul]       2.2.0cvs2
12912
12913         * src/mainwindow.c
12914         * src/mainwindow.h
12915         * src/messageview.c
12916         * src/procheader.c
12917         * src/procmsg.c
12918         * src/procmsg.h
12919         * src/summaryview.c
12920                 add Mailing List support
12921                 based on the old 0.6.5claws25 patch by 
12922                 Melvin Hadasht, with finishing touches
12923                 by Colin
12924
12925 2006-05-08 [colin]      2.2.0cvs1
12926
12927         * src/mainwindow.c
12928         * src/toolbar.c
12929         * src/toolbar.h
12930                 Add contextual menu on Compose toolbar 
12931                 button. Fixes bug #944 (Automatic 
12932                 addresses not applied when changing account 
12933                 from compose window)
12934
12935 2006-05-08 [paul]       2.2.0
12936
12937         2.2.0 released
12938
12939 2006-05-08 [paul]       2.1.1cvs51
12940
12941         * po/cs.po
12942         * po/de.po
12943         * po/en_GB.po
12944         * po/fi.po
12945         * po/fr.po
12946         * po/pt_BR.po
12947         * po/sr.po
12948         * po/zh_CN.po
12949                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12950                 Fabien Vantard, Frederico Goncalves Guimaraes,
12951                 Aleksandar Urosevic, and Ralgh Young
12952
12953 2006-05-12 [colin]      2.1.1cvs50
12954
12955         * po/cs.po
12956         * po/de.po
12957         * po/en_GB.po
12958         * po/es.po
12959         * po/fi.po
12960         * po/fr.po
12961         * po/pt_BR.po
12962         * po/sr.po
12963         * po/zh_CN.po
12964                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12965                 Fabien Vantard, Frederico Goncalves Guimaraes,
12966                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12967
12968 2006-05-05 [colin]      2.1.1cvs49
12969
12970         * manual/Makefile.am
12971         * manual/pl/Makefile.am
12972         * manual/pl/account.xml
12973         * manual/pl/ack.xml
12974         * manual/pl/addrbook.xml
12975         * manual/pl/advanced.xml
12976         * manual/pl/faq.xml
12977         * manual/pl/glossary.xml
12978         * manual/pl/gpl.xml
12979         * manual/pl/handling.xml
12980         * manual/pl/intro.xml
12981         * manual/pl/keyboard.xml
12982         * manual/pl/plugins.xml
12983         * manual/pl/starting.xml
12984         * manual/pl/sylpheed-claws-manual.xml
12985         * manual/pl/dist/.cvsignore
12986         * manual/pl/dist/Makefile.am
12987         * manual/pl/dist/html/.cvsignore
12988         * manual/pl/dist/html/Makefile.am
12989         * manual/pl/dist/pdf/.cvsignore
12990         * manual/pl/dist/pdf/Makefile.am
12991         * manual/pl/dist/ps/.cvsignore
12992         * manual/pl/dist/ps/Makefile.am
12993         * manual/pl/dist/txt/.cvsignore
12994         * manual/pl/dist/txt/Makefile.am
12995                 Add the polish translation of the manual,
12996                 Authored by Pawel Pekala.
12997
12998 2006-05-05 [cleroy]     2.1.1cvs48
12999
13000         * src/main.c
13001                 Re-read matcherrc after loading plugins 
13002                 if some of them add folders.
13003
13004 2006-05-03 [colin]      2.1.1cvs47
13005
13006         * src/imap.c
13007                 I'm idiot
13008
13009 2006-05-03 [colin]      2.1.1cvs46
13010
13011         * src/imap.c
13012                 Be sure to have a session when
13013                 getting separator
13014
13015 2006-05-03 [colin]      2.1.1cvs45
13016
13017         * src/imap.c
13018         * src/imap.h
13019         * src/imap_gtk.c
13020                 Fix preventing renaming with namespace 
13021                 separator.
13022
13023 2006-05-01 [colin]      2.1.1cvs44
13024
13025         * src/action.c
13026                 Don't reload messageview when result of
13027                 action is piped.
13028
13029 2006-04-29 [colin]      2.1.1cvs43
13030
13031         * src/prefs_receive.c
13032         * src/plugins/spamassassin/spamassassin_gtk.c
13033         * src/plugins/clamav/clamav_plugin_gtk.c
13034                 GUI fixes by Pawel
13035
13036 2006-04-29 [colin]      2.1.1cvs42
13037
13038         * src/prefs_compose_writing.c
13039         * src/prefs_quote.c
13040                 Cleanups. Patch by Pawel
13041
13042 2006-04-28 [paul]       2.1.1cvs41
13043
13044         * src/matcher.c
13045                 fix returned quick search results when search
13046                 term contains an underscore.
13047                 Thanks to Colin
13048
13049 2006-04-28 [paul]       2.1.1cvs40
13050
13051         * src/prefs_message.c
13052         * src/prefs_receive.c
13053                 GUI cleanups
13054                 Patches by Pawel Pekala
13055
13056 2006-04-27 [colin]      2.1.1cvs39
13057
13058         * src/wizard.c
13059                 Differentiate subject Welcome from
13060                 window's title Welcome
13061
13062 2006-04-27 [paul]
13063
13064         2.2.0-rc1 released
13065
13066 2006-04-27 [paul]       2.1.1cvs38
13067
13068         * manual/advanced.xml
13069         * manual/fr/advanced.xml
13070                 add info about compose_no_markup hidden pref
13071
13072 2006-04-27 [paul]       2.1.1cvs37
13073
13074         * src/prefs_account.c
13075                 improve privacy labels
13076         * src/prefs_msg_colors.c
13077                 change some strings for translators' convenience
13078         * src/gtk/gtkutils.c
13079                 don't underline the link button text
13080
13081 2006-04-25 [colin]      2.1.1cvs36
13082
13083         * src/folder.c
13084                 Complete 2.1.1cvs33 (once more ;)
13085
13086 2006-04-25 [colin]      2.1.1cvs35
13087
13088         * src/editldap.c
13089                 Fix tooltip
13090
13091 2006-04-25 [cleroy]     2.1.1cvs34
13092
13093         * src/compose.c
13094         * src/gtk/gtkaspell.c
13095                 Fix crash on redirect (related to the return 
13096                 of the aspell menu in compose's toolbar)
13097         * src/prefs_msg_colors.c
13098                 Fix sensitivity widgets
13099         * src/image_viewer.c
13100         * src/gtk/pluginwindow.c
13101         * src/gtk/prefswindow.c
13102                 Change released signals to clicked (Fabien)
13103         * po/POTFILES.in
13104         * src/common/socket.c
13105         * src/plugins/spamassassin/spamassassin.c
13106                 Translate strings (Fabien)
13107
13108 2006-04-25 [paul]       2.1.1cvs33
13109
13110         * src/folder.c
13111         * src/folder.h
13112         * src/folderview.c
13113                 complete the fix of bug #912
13114                 Thanks to Colin
13115
13116 2006-04-25 [colin]      2.1.1cvs32
13117
13118         * src/news.c
13119                 Better progress bar
13120         * src/mimeview.c
13121         * src/summaryview.c
13122         * src/summaryview.h
13123                 Fix focus chain
13124                 Patches by Pawel Pekala
13125
13126 2006-04-24 [colin]      2.1.1cvs31
13127
13128         * src/compose.c
13129                 Fix compilation warnings (Fabien)
13130
13131 2006-04-24 [colin]      2.1.1cvs30
13132
13133         * src/addrindex.c
13134         * src/editldap.c
13135         * src/editldap_basedn.c
13136         * src/editldap_basedn.h
13137         * src/ldapctrl.c
13138         * src/ldapctrl.h
13139         * src/ldapquery.c
13140         * src/ldaputil.c
13141         * src/ldaputil.h
13142                 Fix bug #901 (LDAPS support)
13143
13144 2006-04-24 [colin]      2.1.1cvs29
13145
13146         * src/compose.c
13147                 Fix logic on error with send dialog on
13148         * src/imap.c
13149                 Fix compilation without libetpan, thanks
13150                 to Fabien
13151         * src/summaryview.c
13152                 Fix 'context-menu' key
13153
13154 2006-04-23 [colin]      2.1.1cvs28
13155
13156         * src/folder.c
13157                 Never free current's cache to free up 
13158                 memory. Fixes bug #912 (new count 
13159                 randomly set to message count)
13160
13161 2006-04-23 [colin]      2.1.1cvs27
13162
13163         * src/gtk/quicksearch.c
13164                 And remove printf...
13165
13166 2006-04-23 [colin]      2.1.1cvs26
13167
13168         * src/gtk/quicksearch.c
13169                 Fix replacing in quicksearch, and fix inserting
13170                 in the middle of the string. (introduced at 2.1.0cvs22)
13171
13172 2006-04-23 [colin]      2.1.1cvs25
13173
13174         * src/imap.c
13175                 Make sure uidnext is initialized in get_num_list
13176                 (not for stable, related to 2.1.1cvs8 and friends)
13177
13178 2006-04-23 [colin]      2.1.1cvs24
13179
13180         * src/imap.c
13181                 Output something when login is successful
13182                 too
13183
13184 2006-04-23 [colin]      2.1.1cvs23
13185
13186         * src/etpan/imap-thread.c
13187                 Better logging (line-per-line, hide data in fetch)
13188                 Fix a const warning
13189         * src/gtk/logwindow.c
13190         * src/gtk/logwindow.h
13191                 Better logging (color for input/output)
13192
13193 2006-04-21 [colin]      2.1.1cvs22
13194
13195         * src/gtk/quicksearch.c
13196                 On gtk+-2.8, use stock buttons in quicksearch
13197                 Based on a patch by Fabien and a design by Paul
13198
13199 2006-04-21 [colin]      2.1.1cvs21
13200
13201         * src/folderview.c
13202         * src/mainwindow.c
13203                 Fix occasional flicker in folderview
13204         * src/common/utils.c
13205                 Fix bug #943 (Incorrectly parsed email address 
13206                 list in short headers on message view and in 
13207                 printouts)
13208
13209 2006-04-20 [colin]      2.1.1cvs20
13210
13211         * src/imap.c
13212         * src/imap.h
13213         * src/prefs_account.c
13214                 Add ANONYMOUS auth for IMAP
13215
13216 2006-04-20 [paul]       2.1.1cvs19
13217
13218         * src/main.c
13219                 proper fix for 2.1.1cvs18
13220                 Thanks to Colin
13221
13222 2006-04-20 [paul]       2.1.1cvs18
13223
13224         * src/main.c
13225                 fix build warnings
13226
13227 2006-04-20 [paul]       2.1.1cvs17
13228
13229         * src/gtk/quicksearch.c
13230                 fix standard, non-extended Quick search,
13231                 was broken in 2.1.1cvs15.
13232                 Thanks to Colin.
13233
13234 2006-04-20 [colin]      2.1.1cvs16
13235
13236         * src/prefs_matcher.c
13237                 Fix values when reselecting a ~test
13238                 rule
13239
13240 2006-04-19 [colin]      2.1.1cvs15
13241
13242         * src/compose.c
13243         * src/compose.h
13244         * src/gtk/gtkaspell.c
13245         * src/gtk/gtkaspell.h
13246                 Put back Options menu in Spelling/
13247         * src/gtk/quicksearch.c
13248                 Don't search, and show error, if the
13249                 advanced search has a syntax error
13250
13251 2006-04-18 [colin]      2.1.1cvs14
13252
13253         * src/textview.c
13254                 Fix gdk warnings on set_cursor when textview
13255                 isn't visible
13256
13257 2006-04-18 [colin]      2.1.1cvs13
13258
13259         * src/gtk/gtksctree.c
13260                 Remove seemingly useless refresh that causes
13261                 flicker - watch this commit in case of 
13262                 problems before planned backport to stable
13263
13264 2006-04-18 [colin]      2.1.1cvs12
13265
13266         * src/imap.c
13267                 Factorize get/set_xml code
13268         * src/compose.c
13269         * src/prefs_account.c
13270         * src/prefs_account.h
13271         * src/procmsg.c
13272                 Add Encrypt to self option
13273
13274 2006-04-17 [colin]      2.1.1cvs11
13275
13276         * configure.ac
13277                 Fix search on encrpyt function on dragonfly
13278                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13279
13280 2006-04-17 [colin]      2.1.1cvs10
13281
13282         * src/prefs_account.c
13283                 Be safe by default: remove mails from POP3
13284                 after 7 days, not immediately
13285
13286 2006-04-17 [colin]      2.1.1cvs9
13287
13288         * src/etpan/imap-thread.c
13289                 Fix build on DragonFly - patch by 
13290                 Jonathan Buschmann <jonthn@agmact.com>
13291
13292 2006-04-17 [colin]      2.1.1cvs8
13293
13294         * src/imap.c
13295                 Save uidnext between sessions
13296
13297 2006-04-17 [colin]      2.1.1cvs7
13298
13299         * src/imap.c
13300                 scan is required when uid validity changes
13301
13302 2006-04-17 [colin]      2.1.1cvs6
13303
13304         * src/folderview.c
13305                 Don't scan if not necessary, apart in current
13306                 folder and INBOX to fetch flags.
13307         * src/imap.c
13308                 Scan is necessary if unread count changes
13309
13310 2006-04-17 [colin]      2.1.1cvs5
13311
13312         * src/imap.c
13313                 ...But always fetch ANSWERED and DELETED flags for
13314                 INBOX, as filtering can happen on these flags.
13315
13316 2006-04-17 [colin]      2.1.1cvs4
13317
13318         * src/imap.c
13319                 Don't fetch REPLIED and DELETED flags when synchronising
13320                 flags with a closed folder. We only need UNSEEN and FLAGGED
13321                 to update the folderview.
13322
13323 2006-04-17 [colin]      2.1.1cvs3
13324
13325         * src/imap.c
13326                 Faster flag search when there are new mails 
13327                 in a folder. We can do a full search if the 
13328                 folder contains less messages than the new
13329                 list.
13330
13331 2006-04-17 [colin]      2.1.1cvs2
13332
13333         * po/cs.po
13334         * po/de.po
13335         * po/fr.po
13336         * po/nl.po
13337         * po/pt_BR.po
13338                 Update translations from stable branch
13339
13340 2006-04-17 [colin]      2.1.1cvs1
13341
13342         * configure.ac
13343                 Bump version to follow stable release
13344
13345 2006-04-16 [mones]      2.1.0cvs50
13346
13347         * po/es.po
13348                 Updated for release
13349
13350 2006-04-16 [colin]      2.1.0cvs49
13351
13352         * src/textview.c
13353                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13354                 with gtk < 2.8. Thanks to Fabien Vantard.
13355
13356 2006-04-15 [colin]      2.1.0cvs48
13357
13358         * src/etpan/imap-thread.c
13359                 Fix bug #919 (libetpan: SEGV when connecting 
13360                 using command)
13361
13362 2006-04-14 [colin]      2.1.0cvs47
13363
13364         * src/main.c
13365                 Fix race on --select (should be done better)
13366
13367 2006-04-14 [wwp]        2.1.0cvs46
13368
13369         * src/send_message.c
13370                 enforce a check for domain in account prefs (a sending
13371                 error could be faced if domain was checked but no value set),
13372                 thanks to Colin.
13373
13374 2006-04-14 [colin]      2.1.0cvs45
13375
13376         * src/codeconv.c
13377                 when converting from unknown to unknown, if the
13378                 string is UTF8, don't convert it to the locale
13379                 (which breaks it)
13380
13381 2006-04-14 [colin]      2.1.0cvs44
13382
13383         * src/compose.c
13384                 Don't try to use ASCII for converting headers
13385                 (as done in body)
13386
13387 2006-04-14 [paul]       2.1.0cvs43
13388
13389         * src/crash.c
13390                 add locale/charset info to crash report
13391         * src/gtk/about.c
13392                 add wwp to doc team
13393                 replace 'e-mail' with preferred 'email'
13394         * src/gtk/authors.h
13395                 ensure contributors list is in alphabetical
13396                 order
13397
13398 2006-04-13 [colin]      2.1.0cvs42
13399
13400         * src/textview.c
13401                 Prevent gdk warnings
13402
13403 2006-04-13 [colin]      2.1.0cvs41
13404
13405         * src/common/ssl_certificate.c
13406         * src/common/ssl_certificate.h
13407         * src/gtk/sslcertwindow.c
13408                 Warn on expired certs, and display the expiration date
13409
13410 2006-04-13 [colin]      2.1.0cvs40
13411
13412         * src/plugins/spamassassin/spamassassin_gtk.c
13413                 Fix missing set_text on unix socket
13414
13415 2006-04-13 [wwp]        2.1.0cvs39
13416
13417         * manual/fr/advanced.xml
13418         * manual/fr/glossary.xml
13419                 applied new spam/ham/email lexicon (pourriel, courriel)
13420
13421 2006-04-13 [paul]       2.1.0cvs38
13422
13423         * src/plugins/pgpmime/plugin.c
13424                 remove the mention of S/MIME from the
13425                 description. This is now handled by the
13426                 S/MIME plugin.
13427
13428 2006-04-13 [paul]       2.1.0cvs37
13429
13430         * src/prefs_msg_colors.c
13431                 rework dialog
13432         * src/prefs_folder_item.c
13433         * src/prefs_spelling.c
13434                 add a tooltip to the colour selector buttons
13435
13436 2006-04-13 [wwp]        2.1.0cvs36
13437
13438         * manual/advanced.xml
13439         * manual/glossary.xml
13440         * manual/handling.xml
13441         * manual/keyboard.xml
13442         * manual/plugins.xml
13443         * manual/starting.xml
13444         * manual/fr/account.xml
13445         * manual/fr/ack.xml
13446         * manual/fr/addrbook.xml
13447         * manual/fr/advanced.xml
13448         * manual/fr/faq.xml
13449         * manual/fr/glossary.xml
13450         * manual/fr/gpl.xml
13451         * manual/fr/handling.xml
13452         * manual/fr/intro.xml
13453         * manual/fr/keyboard.xml
13454         * manual/fr/plugins.xml
13455         * manual/fr/starting.xml
13456         * manual/fr/sylpheed-claws-manual.xml
13457                 fixes to the manuals:
13458                  - summaryview -> Message List (same in French)
13459                  - translate key names
13460                  - fix French punctuation, use non-breakable spaces when
13461                    necessary, don't use &thinsp; which is not portable
13462                  - tell what maildir and mbox formats we support
13463
13464 2006-04-12 [wwp]        2.1.0cvs35
13465
13466         * src/prefs_toolbar.c
13467                 unified a replace button more,
13468                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13469
13470 2006-04-12 [wwp]        2.1.0cvs34
13471
13472         * src/prefs_common.c
13473         * src/prefs_msg_colors.c
13474                 make default color labels translatable,
13475                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13476                 thanks to Tim <timbrain@post.cz> for reporting.
13477
13478 2006-04-12 [wwp]        2.1.0cvs33
13479
13480         * manual/glossary.xml
13481         * manual/intro.xml
13482         * manual/plugins.xml
13483         * manual/starting.xml
13484         * manual/sylpheed-claws-manual.xml
13485         * manual/fr/.cvsignore
13486         * manual/fr/account.xml
13487         * manual/fr/ack.xml
13488         * manual/fr/addrbook.xml
13489         * manual/fr/advanced.xml
13490         * manual/fr/faq.xml
13491         * manual/fr/glossary.xml
13492         * manual/fr/handling.xml
13493         * manual/fr/intro.xml
13494         * manual/fr/keyboard.xml
13495         * manual/fr/plugins.xml
13496         * manual/fr/starting.xml
13497         * manual/fr/sylpheed-claws-manual.xml
13498                 various fixes: typos, missing .fr translations, punctuation,
13499                 capitalization, links, accents and some bad French more.
13500
13501 2006-04-12 [wwp]        2.1.0cvs32
13502
13503         * src/prefs_gtk.c
13504                 fix for bug #935: always store prefs files in UTF-8 (thanks
13505                 to Colin).
13506
13507 2006-04-11 [colin]      2.1.0cvs31
13508
13509         * src/compose.c
13510                 Fix inserting files not in utf8 when locale is utf8
13511
13512 2006-04-11 [colin]      2.1.0cvs30
13513
13514         * src/inc.c
13515                 Don't show error dialog when cancelling connection
13516                 Patch by Pawel
13517
13518 2006-04-11 [cleroy]     2.1.0cvs29
13519
13520         * src/compose.c
13521                 Implement multiple quote levels
13522         * src/prefs_common.c
13523                 Change a little bit the quote bgcolor for 2nd level
13524
13525 2006-04-11 [colin]      2.1.0cvs28
13526
13527         * src/gtk/about.c
13528                 Add locale and charset in the label
13529
13530 2006-04-10 [colin]      2.1.0cvs27
13531
13532         * src/compose.c
13533         * src/prefs_common.c
13534         * src/prefs_common.h
13535         * src/prefs_msg_colors.c
13536         * src/textview.c
13537                 Allow optional background color in quotes
13538                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13539                 GTK+-2.8.x feature
13540
13541 2006-04-10 [colin]      2.1.0cvs26
13542
13543         * src/main.c
13544         * src/mainwindow.c
13545         * src/mainwindow.h
13546                 Implement --select
13547
13548 2006-04-10 [colin]      2.1.0cvs25
13549
13550         * manual/plugins.xml
13551         * manual/fr/plugins.xml
13552                 Document libcurl's proxy variables
13553
13554 2006-04-09 [colin]      2.1.0cvs24
13555
13556         * src/prefs_common.c
13557                 gettext() returns statically allocated stuff. We have
13558                 to strdup it in order to be able to free it.
13559
13560 2006-04-09 [colin]      2.1.0cvs23
13561
13562         * AUTHORS
13563         * src/gtk/authors.h
13564                 Add Alexei
13565
13566 2006-04-09 [colin]      2.1.0cvs22
13567
13568         * src/mainwindow.c
13569         * src/gtk/quicksearch.c
13570                 Fix bug #859 (problems with cyrilic input in 
13571                 search panel) - Patch by Alexey Illarionov 
13572                 <littlesavage@rambler.ru>
13573
13574 2006-04-09 [colin]      2.1.0cvs21
13575
13576         * src/prefs_customheader.c
13577                 I prefer removing then freeing rather than the contrary
13578                 (even if it doesn't change anything ;-)
13579         * src/prefs_account.c
13580                 Fix bug #933 (Crash re-entering the custom headers list 
13581                 dialog in accounts prefs)
13582                 The problem happened when cancelling the Account 
13583                 Preferences' dialogs - in which case we didn't do 
13584                 anything to the PrefsAccount * struct. In case of applying,
13585                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13586                 working with in this dialog. The problem is that 
13587                 prefs_customheader.c, working on this tmp_ac_prefs, always
13588                 changes the ->customhdr_list pointer, even when cancelled. 
13589                 So in case of cancelling the prefs_account dialog, we still
13590                 have to update ->customhdr_list in the real account.
13591
13592 2006-04-08 [colin]      2.1.0cvs20
13593
13594         * manual/fr/glossary.xml
13595         * manual/fr/keyboard.xml
13596                 Forgot some headers :)
13597
13598 2006-04-08 [colin]      2.1.0cvs19
13599
13600         * manual/Makefile.am
13601         * manual/fr/Makefile.am
13602         * manual/fr/account.xml
13603         * manual/fr/ack.xml
13604         * manual/fr/addrbook.xml
13605         * manual/fr/advanced.xml
13606         * manual/fr/faq.xml
13607         * manual/fr/glossary.xml
13608         * manual/fr/gpl.xml
13609         * manual/fr/handling.xml
13610         * manual/fr/intro.xml
13611         * manual/fr/keyboard.xml
13612         * manual/fr/plugins.xml
13613         * manual/fr/starting.xml
13614         * manual/fr/sylpheed-claws-manual.xml
13615         * manual/fr/dist/.cvsignore
13616         * manual/fr/dist/Makefile.am
13617         * manual/fr/dist/html/.cvsignore
13618         * manual/fr/dist/html/Makefile.am
13619         * manual/fr/dist/pdf/.cvsignore
13620         * manual/fr/dist/pdf/Makefile.am
13621         * manual/fr/dist/ps/.cvsignore
13622         * manual/fr/dist/ps/Makefile.am
13623         * manual/fr/dist/txt/.cvsignore
13624         * manual/fr/dist/txt/Makefile.am
13625                 Add the french translation of the manual. Thanks to
13626                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13627                 account.xml, ack.xml, addrbook.xml and advanced.xml
13628
13629 2006-04-08 [colin]      2.1.0cvs18
13630
13631         * manual/plugins.xml
13632         * manual/starting.xml
13633                 More fixes
13634
13635 2006-04-07 [colin]      2.1.0cvs17
13636
13637         * manual/faq.xml
13638         * manual/intro.xml
13639         * manual/keyboard.xml
13640                 Little fixes
13641
13642 2006-04-07 [colin]      2.1.0cvs16
13643
13644         * README
13645         * src/compose.c
13646         * src/prefs_common.c
13647         * src/prefs_common.h
13648                 Add hidden compose_no_markup pref
13649
13650 2006-04-07 [wwp]        2.1.0cvs15
13651
13652         * src/summary_search.c
13653         * .cvsignore
13654                 Bugfix: stop button was sticky when searching in an empty folder.
13655                 Applied curly brackets code style to the whole file (summary_search.c).
13656                 More files to ignore.
13657
13658 2006-04-07 [wwp]        2.1.0cvs14
13659
13660         * src/message_search.c
13661         * src/summary_search.c
13662                 changed default button when search bumps at file/folder
13663                 beginning or end, for convenience (thanks to Colin).
13664
13665 2006-04-07 [paul]       2.1.0cvs13
13666
13667         * src/plugins/dillo_viewer/dillo_prefs.c
13668                 avoid future potential for namespace collision
13669                 Patch by Colin
13670
13671 2006-04-06 [wwp]        2.1.0cvs12
13672
13673         * src/summary_search.c
13674                 Unify extended/advanced searches names (and thus factorize labels),
13675                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13676
13677 2006-04-06 [wwp]        2.1.0cvs11
13678
13679         * src/folderview.c
13680         * src/prefs_themes.c
13681         * src/summaryview.c
13682                 Fixed some compilation warnings.
13683
13684 2006-04-06 [colin]      2.1.0cvs10
13685
13686         * manual/advanced.xml
13687                 Document the wizard template and how to deploy
13688                 Sylpheed-Claws effectively
13689
13690 2006-04-06 [colin]      2.1.0cvs9
13691
13692         * src/folderview.c
13693                 gettext patch to tell translators about _("#"),
13694                 by Maxim Britov
13695
13696 2006-04-06 [colin]      2.1.0cvs8
13697
13698         * src/textview.c
13699                 Fix invalid GtkTextBIter after clicking "Display as text"
13700
13701 2006-04-06 [mones]      2.1.0cvs7
13702
13703         * src/addr_compl.c
13704         * src/addrindex.c
13705         * src/addritem.c
13706         * src/codeconv.c
13707         * src/compose.c
13708         * src/filtering.c
13709         * src/folder.c
13710         * src/folder_item_prefs.c
13711         * src/folderview.c
13712         * src/localfolder.c
13713         * src/matcher.c
13714         * src/mimeview.c
13715         * src/prefs_msg_colors.c
13716         * src/prefs_spelling.c
13717         * src/prefs_themes.c
13718         * src/procmime.c
13719         * src/procmsg.c
13720         * src/stock_pixmap.c
13721         * src/summaryview.c
13722         * src/textview.c
13723         * src/toolbar.c
13724         * src/common/mgutils.c
13725         * src/common/prefs.c
13726         * src/common/ssl_certificate.c
13727         * src/gtk/colorlabel.c
13728         * src/gtk/quicksearch.c
13729         * src/plugins/pgpmime/pgpmime.c
13730         * src/plugins/spamassassin/spamassassin.c
13731                 Removed redundant NULL checks for g_free() calls.
13732                 Patch by Pawel Pekala.
13733
13734 2006-04-06 [mones]      2.1.0cvs6
13735
13736         * src/prefs_actions.c
13737         * src/prefs_filtering.c
13738         * src/prefs_filtering_action.c
13739         * src/prefs_matcher.c
13740         * src/prefs_template.c
13741         * src/gtk/gtkutils.c
13742         * src/gtk/gtkutils.h
13743                 Have a nice replace button. Patch by Pawel Pekala
13744
13745 2006-04-06 [colin]      2.1.0cvs5
13746
13747         * src/addressbook.c
13748                 Fix crash with empty columns
13749
13750 2006-04-05 [colin]      2.1.0cvs4
13751
13752         * src/wizard.c
13753         * src/prefs_gtk.c
13754                 Allow wizard customization with pre-filled values
13755
13756 2006-04-05 [colin]      2.1.0cvs3
13757
13758         * src/textview.c
13759         * src/mimeview.c
13760         * src/mimeview.h
13761                 Nicer messages in mimeview
13762
13763 2006-04-05 [colin]      2.1.0cvs2
13764
13765         * src/addressbook.c
13766         * src/prefs_summaries.c
13767                 i18n fix
13768
13769 2006-04-05 [colin]      2.1.0cvs1
13770
13771         * src/plugins/pgpcore/plugin.c
13772         * src/plugins/pgpcore/select-keys.c
13773         * src/plugins/pgpcore/select-keys.h
13774         * src/plugins/pgpcore/sgpgme.c
13775         * src/plugins/pgpcore/sgpgme.h
13776         * src/plugins/pgpinline/pgpinline.c
13777         * src/plugins/pgpinline/plugin.c
13778         * src/plugins/pgpmime/pgpmime.c
13779         * src/plugins/pgpmime/plugin.c
13780                 Factorize and generalize a bit 
13781                 Drop S/MIME signature verification from PGP/MIME
13782                 (adding it as another, more complete plugin)
13783
13784 2006-04-05 [paul]       2.1.0
13785
13786         2.1.0 released
13787
13788 2006-04-05 [paul]       2.0.0cvs186
13789
13790         * manual/advanced.xml
13791                 add info on colour labels
13792
13793 2006-04-05 [paul]       2.0.0cvs185
13794
13795         * po/bg.po
13796         * po/cs.po
13797         * po/de.po
13798         * po/el.po
13799         * po/en_GB.po
13800         * po/fi.po
13801         * po/fr.po
13802         * po/it.po
13803         * po/nl.po
13804         * po/pl.po
13805         * po/pt_BR.po
13806         * po/sr.po
13807         * po/zh_CN.po
13808                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13809                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13810                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13811                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13812         * src/gtk/authors.h
13813         * tools/claws.i18n.status.pl
13814                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13815                 and new Czech translator, Tim <timbrain@post.cz>
13816
13817 2006-04-05 [mones]      2.0.0cvs184
13818
13819         * po/es.po
13820                 Updated translation
13821
13822 2006-04-05 [colin]      2.0.0cvs183
13823
13824         * src/gtk/quicksearch.c
13825                 Fix bug #929 (unnecessary reload in quick search bar)
13826
13827 2006-04-05 [colin]      2.0.0cvs182
13828
13829         * src/compose.c
13830                 Fix crash on Reply with no From:
13831                 Show signature and conversion error on queuing 
13832                 (but not sending)
13833         * src/mainwindow.c
13834         * src/summaryview.c
13835         * src/summaryview.h
13836                 Factorize threading code and make sure msginfo 
13837                 is not null when it comes from a GtkCTreeRow's 
13838                 data
13839         * src/gtk/gtkaspell.c
13840                 Check for necessary things
13841         * src/gtk/gtksctree.c
13842         * src/gtk/gtksctree.h
13843                 Reset anchor if necessary when removing node
13844
13845 2006-03-29 [colin]      2.0.0cvs181
13846
13847         * src/folderview.c
13848                 Warn for disabled IMAP accounts (due to lack of
13849                 libetpan). Breaks string-freeze - sorry - but it
13850                 is kind of important ;)
13851
13852 2006-03-28 [colin]      2.0.0cvs180
13853
13854         * src/gtk/gtkutils.c
13855         * src/gtk/gtkutils.h
13856                 Add a gtkut_get_link_btn() function that
13857                 creates a button which acts like an URI
13858         * src/prefs_themes.c
13859         * src/gtk/about.c
13860                 Use this function (factorizes codes)
13861         * src/common/defs.h
13862         * src/gtk/pluginwindow.c
13863                 Add a "Get more..." in the plugins window
13864
13865 2006-03-28 [colin]      2.0.0cvs179
13866
13867         * src/common/smtp.c
13868         * src/common/passcrypt.c
13869         * src/undo.c
13870                 Warning fixes. Patch by Pawel Pekala
13871
13872 2006-03-27 [colin]      2.0.0cvs178
13873
13874         * src/undo.c
13875                 Fix undoing by blocks with spaces
13876
13877 2006-03-27 [colin]      2.0.0cvs177
13878
13879         * src/textview.c
13880                 Set margin to 3px for headers
13881
13882 2006-03-27 [paul]
13883
13884         2.1.0-rc2 released
13885
13886 2006-03-27 [wwp]        2.0.0cvs176
13887
13888         * src/summaryview.c
13889                 don't reset quicksearch when updating the message list.
13890                 Thanks to Colin.
13891
13892 2006-03-26 [wwp]        2.0.0cvs175
13893
13894         * src/compose.c
13895                 use a unified border width ('other' tab in the compose window,
13896                 patch by Pawel Pekala).
13897
13898
13899 2006-03-26 [wwp]        2.0.0cvs174
13900
13901         * src/common/quoted-printable.c
13902         * src/addressbook.c
13903                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13904
13905 2006-03-26 [colin]      2.0.0cvs173
13906
13907         * src/quote_fmt_parse.y
13908                 Fix non-UTF8 date formats messing up the whole quote a 
13909                 little bit
13910
13911 2006-03-26 [colin]      2.0.0cvs172
13912
13913         * src/procheader.c
13914                 Make sure the date is UTF8 valid, or try to make it
13915                 so. IncrediMail is really IncrediStupid.
13916         * src/compose.c
13917                 Fix possible conversions. 
13918                 
13919
13920 2006-03-26 [colin]      2.0.0cvs171
13921
13922         * src/matcher.c
13923                 Fix corner cases in body search. This is still a
13924                 hack... It seems impossible to make it good and 
13925                 reasonably fast at the same time.
13926
13927 2006-03-26 [colin]      2.0.0cvs170
13928
13929         * src/summaryview.c
13930                 I think I killed the twilight zone bug!
13931                 summary_select_node() flushes GTK events in order
13932                 to be able to center the view. But this also 
13933                 flushes keypresses like Ctrl-Alt-U, so this can
13934                 call summary_show from summary_select_node (itself
13935                 called from summary_show, etc.). And the summaryview
13936                 has to be unlocked in this function. So just locking
13937                 while processing GTK events, and bailing if locked, 
13938                 should fix it.
13939                 Fixes bug #927 (SIGSEGV during Update Summary)
13940
13941 2006-03-25 [colin]      2.0.0cvs169
13942
13943         * src/matcher.c
13944                 Fix search in QP-encoded bodies
13945                 Fix utf-8 searches in bodies encoded in the
13946                 locale's encoding
13947         * src/common/quoted-printable.c
13948         * src/common/quoted-printable.h
13949                 Add a decode function that doesn't overwrite
13950                 the original pointer
13951                 
13952
13953 2006-03-24 [colin]      2.0.0cvs168
13954
13955         * src/action.c
13956         * src/summaryview.c
13957         * src/summaryview.h
13958                 Update message cache after action
13959                 Patch by H. Merijn Brand
13960         * src/prefs_msg_colors.c
13961                 Factorize label 
13962                 Patch by Fabien Vantard
13963         * src/plugins/spamassassin/spamassassin_gtk.c
13964                 Remove useless translation
13965                 Patch by Fabien Vantard
13966
13967 2006-03-23 [colin]      2.0.0cvs167
13968
13969         * src/common/ssl.c
13970                 Let 30 seconds to SSL_connect
13971
13972 2006-03-23 [wwp]        2.0.0cvs166
13973
13974         * src/summaryview.c
13975         * src/gtk/description_window.c
13976                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13977                 and headers are translated; adjust description windows' width to fit their
13978                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13979
13980 2006-03-23 [paul]       2.0.0cvs165
13981
13982         * src/common/utils.c
13983                 fix highlighting of URIs containing "()"
13984                 (2.0.0cvs164's reversal fixed)
13985                 Thanks to Colin.
13986
13987 2006-03-23 [paul]       2.0.0cvs164
13988
13989         * src/common/utils.c
13990                 revert patch, (postponing a fix), at 2.0.0cvs120
13991                 as it breaks more URIs than it fixes.
13992                 Allow '-' to be a terminating character in a URI
13993
13994 2006-03-22 [colin]      2.0.0cvs163
13995
13996         * configure.ac
13997                 Require libetpan 0.45
13998                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13999
14000 2006-03-22 [paul]       2.0.0cvs162
14001
14002         * src/editgroup.c
14003                 replace '<-' and '->' buttons with GTK_STOCK graphical
14004                 buttons
14005         * src/summary_search.c
14006                 don't offer '...' for translation
14007                 add a tooltip to advanced search '...' button
14008         * src/gtk/quicksearch.c
14009                 don't offer '...' for translation
14010
14011 2006-03-21 [colin]      2.0.0cvs161
14012
14013         * src/compose.c
14014                 Fix middle-click pasting (insert at click
14015                 position instead of cursor position, don't
14016                 remove existing selection and allow pasting
14017                 our own selection)
14018         * src/addressbook.c
14019                 "LDAP Server" -> "LDAP servers"
14020
14021 2006-03-21 [wwp]        2.0.0cvs160
14022
14023         * src/etpan/imap-thread.c
14024                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14025
14026 2006-03-20 [colin]      2.0.0cvs159
14027
14028         * src/summaryview.c
14029                 Don't reload summaryview after an execute with no
14030                 move action
14031
14032 2006-03-19 [colin]      2.0.0cvs158
14033
14034         * src/addressbook.c
14035                 and put groups at the top, always
14036
14037 2006-03-19 [colin]      2.0.0cvs157
14038
14039         * src/addressbook.c
14040                 Order groups before names, as previously
14041
14042 2006-03-19 [colin]      2.0.0cvs156
14043
14044         * src/addressbook.c
14045                 - Sort case-unsensitive
14046                 - Put the sort arrow at opening too
14047
14048 2006-03-19 [wwp]        2.0.0cvs155
14049
14050         * src/addressbook.c
14051                 allow sorting by name/email/remarks, ensure that right-pane's contents
14052                 matches the left-pane selection (cleared when appropriate).
14053                 Patch by Pawel Pekala <c0rn@o2.pl>.
14054
14055 2006-03-18 [colin]      2.0.0cvs154
14056
14057         * src/textview.c
14058                 Fix text cursor ;)
14059
14060 2006-03-18 [colin]      2.0.0cvs153
14061
14062         * src/gtk/filesel.c
14063                 Make sure we hide the preview if we didn't get
14064                 a filename
14065
14066 2006-03-18 [colin]      2.0.0cvs152
14067
14068         * src/summaryview.c
14069                 Set cursor to watch for execution (fixes lack
14070                 of watch-cursor when dnd'ing hundreds of mails)
14071         * src/gtk/filesel.c
14072                 Check that mime type is 'image/*' before updating
14073                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14074
14075 2006-03-18 [colin]      2.0.0cvs151
14076
14077         * src/mainwindow.c
14078         * src/textview.c
14079         * src/textview.h
14080                 Put a watch cursor in textview too when the mainwindow's
14081                 cursor in a watch
14082
14083 2006-03-18 [colin]      2.0.0cvs150
14084
14085         * src/folder.c
14086                 Change wrong asserts to simple tests
14087
14088 2006-03-17 [colin]      2.0.0cvs149
14089
14090         * src/mainwindow.c
14091         * src/mainwindow.h
14092         * src/prefs_msg_colors.c
14093         * src/summaryview.c
14094         * src/summaryview.h
14095         * src/gtk/colorlabel.c
14096         * src/gtk/colorlabel.h
14097                 Add a color label menu in the main menubar
14098                 Add (fixed) accels Ctrl-{0-7} to change the color
14099                 They have to be fixed because the menu's dynamic,
14100                 the items are complex widgets, hence we can't use
14101                 a GtkItemFactory.
14102
14103
14104 2006-03-17 [wwp]        2.0.0cvs148
14105
14106         * src/compose.c
14107                 rollback few lines from my previous commit (those lines come from
14108                 a pending patch, accidentally commited, even if neutral as they are
14109                 commented out).
14110
14111 2006-03-17 [wwp]        2.0.0cvs147
14112
14113         * src/compose.c
14114                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14115                 applied code style/indentation to the modified function.
14116
14117 2006-03-17 [wwp]        2.0.0cvs146
14118
14119         * src/procmsg.c
14120         * src/compose.c
14121                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14122
14123 2006-03-17 [paul]
14124
14125         2.1.0-rc1 released
14126
14127 2006-03-17 [paul]       2.0.0cvs145
14128
14129         * src/main.c
14130                 addressbook_read_file() was called twice
14131         * src/textview.c
14132                 X-Mailer highlighting
14133
14134 2006-03-16 [colin]      2.0.0cvs144
14135
14136         * src/sourcewindow.c
14137         * src/sourcewindow.h
14138                 And the last one, in source window.
14139
14140 2006-03-16 [colin]      2.0.0cvs143
14141
14142         * src/compose.c
14143         * src/compose.h
14144                 Fix the same stuff in compose
14145
14146 2006-03-16 [colin]      2.0.0cvs142
14147
14148         * src/messageview.c
14149                 Complete the previous messageview crash fix
14150
14151 2006-03-16 [colin]      2.0.0cvs141
14152
14153         * src/procmsg.h
14154         * src/procmsg.c
14155         * src/folder.c
14156                 Fix POSTPROCESSING hook
14157                 Patch by H. Merijn Brand
14158
14159         * src/procmime.c
14160         * src/procmime.h
14161                 Parse Content-Location
14162
14163         * src/toolbar.c
14164         * src/messageview.c
14165         * src/messageview.h
14166                 Don't crash when a top-level MessageView has
14167                 been closed on us. Same problematic than
14168                 yesterday's quicksearch issue.
14169
14170 2006-03-15 [colin]      2.0.0cvs140
14171
14172         * src/gtk/quicksearch.c
14173                 Fix a bitchy race we didn't think about when we
14174                 added quicksearch cancellation:
14175                 If the search is not on cached fields, for example
14176                 body_part matchcase "stuff"
14177                 the matcher code has to get the whole message. If
14178                 we're on IMAP, that can be slow, and in order to
14179                 be non-blocking, the IMAP code idle loop processes
14180                 gtk events too. So it is possible to cancel a
14181                 quicksearch while the matcher is getting the mail's
14182                 body. After matcher got its body, it will start to
14183                 iterate over the matcher list that the Quicksearch's
14184                 clear_search_cb() just freed via prepare_matcher().
14185                 SIGSEGV ensues.
14186                 The fix consists of guarding the matcherlist_match()
14187                 call with a boolean 'matching'. If we reset the
14188                 quicksearch while matching is TRUE, we don't free
14189                 the matcherlist anymore like we did, but we set
14190                 another new flag, deferred_free, to TRUE. Then,
14191                 in quicksearch_match(), just after returning from
14192                 matcherlist_match() and unsetting the matching flag,
14193                 we check the deferred_free flag and do the
14194                 prepare_matcher() (which does the matcherlist_free)
14195                 for real, so we free the matcherlist once it's not
14196                 used anymore.
14197                 As all of this runs via the glib main loop, we
14198                 luckily don't need a mutex.
14199         * src/summaryview.c
14200                 Also, show progress while searching.
14201
14202
14203 2006-03-14 [colin]      2.0.0cvs139
14204
14205         * src/alertpanel.c
14206                 Make alertpanel_is_open non-static
14207
14208 2006-03-14 [colin]      2.0.0cvs138
14209
14210         * src/prefs_spelling.c
14211                 Cleanups - Fabien Vantard
14212
14213 2006-03-14 [wwp]        2.0.0cvs137
14214
14215         * src/main.c
14216                 code style normalization (curly braces, indentation).
14217
14218 2006-03-14 [wwp]        2.0.0cvs137
14219
14220         * src/main.c
14221                 code style (braces, indentation)
14222
14223 2006-03-12 [paul]       2.0.0cvs136
14224
14225         * src/prefs_common.c
14226                 trans_hdr defaults to FALSE to be RFC-savvy
14227         * src/prefs_summaries.c
14228                 add a tooltip to the trans_hdr option
14229                 
14230
14231 2006-03-12 [paul]       2.0.0cvs135
14232
14233         * src/prefs_matcher.c
14234                 give a little more width to the combos
14235         * src/prefs_display_header.c
14236         * src/textview.c
14237                 translate headers if prefs_common.trans_hdr
14238                 is TRUE
14239
14240         Patches by Pawel Pekala
14241
14242 2006-03-12 [paul]       2.0.0cvs134
14243
14244         * src/plugins/clamav/clamav_plugin.c
14245         * src/plugins/dillo_viewer/dillo_viewer.c
14246         * src/plugins/pgpcore/plugin.c
14247         * src/plugins/pgpinline/plugin.c
14248         * src/plugins/pgpmime/plugin.c
14249         * src/plugins/spamassassin/spamassassin.c
14250                 update/add to descriptions
14251         * src/plugins/spamassassin/spamassassin_gtk.c
14252                 fixes to the english, remove superfluous
14253                 tooltips, clean up a little
14254
14255 2006-03-12 [paul]       2.0.0cvs133
14256
14257         * src/compose.c
14258                 fix Bug 924, 'Account combo box shows up wrong 
14259                 if & is in account name'
14260
14261 2006-03-11 [colin]      2.0.0cvs132
14262
14263         * src/summaryview.c
14264                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14265                 messed up shift-selection because is slows down
14266                 moving around summaryview. thanks -users
14267
14268 2006-03-10 [colin]      2.0.0cvs131
14269
14270         * src/plugins/spamassassin/spamassassin_gtk.c
14271                 Put back Paul's engrish fixes
14272
14273 2006-03-10 [colin]      2.0.0cvs130
14274
14275         * src/plugins/spamassassin/spamassassin.c
14276         * src/plugins/spamassassin/spamassassin.h
14277         * src/plugins/spamassassin/spamassassin_gtk.c
14278                 Cleanup SA prefs page (more)
14279                 Patch by Fabien Vantard
14280
14281 2006-03-10 [paul]       2.0.0cvs129
14282
14283         * src/prefs_msg_colors.c
14284         * src/prefs_spelling.c
14285                 widget sensitivity
14286
14287 2006-03-09 [mones]      2.0.0cvs128
14288
14289         * po/es.po
14290                 Update for next RC
14291
14292 2006-03-09 [wwp]        2.0.0cvs127
14293
14294         * configure.ac
14295                 revert accidental commit (requirement for libetpan 0.43), this time
14296                 not in HEAD.
14297
14298 2006-03-09 [wwp]        2.0.0cvs125
14299
14300         * configure.ac
14301                 revert accidental commit (requirement for libetpan 0.43)
14302
14303 2006-03-09 [paul]       2.0.0cvs126
14304
14305         * src/prefs_receive.c
14306                 remove useless frame
14307                 replace 'incorporation' with 'receiving'
14308         * src/plugins/clamav/clamav_plugin_gtk.c
14309         * src/plugins/spamassassin/spamassassin_gtk.c
14310                 improve widget sensitivity
14311                 fix a bit his engrish
14312
14313 2006-03-09 [wwp]        2.0.0cvs125
14314
14315         * src/addressadd.c
14316         * src/foldersel.c
14317         * src/prefs_common.c
14318         * src/prefs_common.h
14319                 remember some more windows' sizes (add to addressbook and
14320                 select folder).
14321
14322 2006-03-09 [paul]       2.0.0cvs124
14323
14324         * src/plugins/pgpcore/prefs_gpg.c
14325                 normalise construction of dialogue
14326
14327 2006-03-09 [paul]       2.0.0cvs123
14328
14329         * src/plugins/trayicon/Makefile.am
14330                 add missing slash
14331
14332 2006-03-08 [colin]      2.0.0cvs122
14333
14334         * src/plugins/trayicon/Makefile.am
14335                 Fix build in separate dir 
14336                 Patch by Bamanzi <bamanzi@gmail.com>
14337
14338 2006-03-08 [colin]      2.0.0cvs121
14339
14340         * src/procmsg.c
14341                 Batch move and copies from summaryview with delayed execution
14342                 too
14343
14344 2006-03-07 [paul]       2.0.0cvs120
14345
14346         * src/common/utils.c
14347                 fix highlighting of URIs containing "()"
14348                 Patch by Pawel Pekala
14349
14350 2006-03-07 [paul]       2.0.0cvs119
14351
14352         * src/folder.c
14353         * src/folder.h
14354         * src/folderview.c
14355                 immediately do alphabetical resort when
14356                 changing a folder's name
14357                 Patch by Pawel Pekala
14358
14359 2006-03-07 [paul]       2.0.0cvs118
14360
14361         * src/news.c
14362         * src/news_gtk.c
14363                 when unsubscribing a newsgroup, remove the
14364                 folder and msgs in .sylpheed-claws/newscache
14365                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14366
14367 2006-03-07 [paul]       2.0.0cvs117
14368
14369         * src/textview.c
14370                 fix wrong Fake URL Warning
14371                 Thanks to Hiro
14372
14373 2006-03-07 [colin]      2.0.0cvs116
14374
14375         * src/imap.c
14376                 Return immediately when password dialog was
14377                 cancelled
14378         * src/gtk/inputdialog.c
14379                 Allow empty strings for passwords
14380
14381
14382 2006-03-06 [colin]      2.0.0cvs115
14383
14384         * src/imap.c
14385                 Prevent double-timeouts when connection fails
14386
14387 2006-03-06 [colin]
14388
14389         2.0.1-rc1 released
14390
14391 2006-03-06 [colin]      2.0.0cvs114
14392
14393         * src/imap.c
14394                 Refresh session during potentially long
14395                 operations
14396
14397 2006-03-06 [wwp]        2.0.0cvs113
14398
14399         * src/prefs_msg_colors.h
14400                 forgot that one (custom color labels).
14401
14402 2006-03-06 [wwp]        2.0.0cvs112
14403
14404         * src/prefs_common.c
14405         * src/prefs_common.h
14406         * src/prefs_msg_colors.c
14407         * src/summaryview.c
14408         * src/summaryview.h
14409         * src/gtk/colorlabel.c
14410         * src/gtk/colorlabel.h
14411                 colors in messages list are now customizable. Color values and names can
14412                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14413                 Thanks to Paul and Colin for their help with this longstanding patch!
14414
14415 2006-03-06 [wwp]        2.0.0cvs111
14416
14417         * src/textview.c
14418                 don't crash if (x)face is bad.
14419
14420 2006-03-05 [paul]       2.0.0cvs110
14421
14422         * AUTHORS
14423         * configure.ac
14424         * src/Makefile.am
14425         * src/common/Makefile.am
14426         * src/common/utils.h
14427         * src/etpan/imap-thread.c
14428         * src/gtk/authors.h
14429         * src/plugins/clamav/Makefile.am
14430         * src/plugins/demo/Makefile.am
14431         * src/plugins/dillo_viewer/Makefile.am
14432         * src/plugins/pgpcore/Makefile.am
14433         * src/plugins/pgpcore/passphrase.c
14434         * src/plugins/pgpinline/Makefile.am
14435         * src/plugins/pgpmime/Makefile.am
14436         * src/plugins/spamassassin/Makefile.am
14437         * src/plugins/trayicon/Makefile.am
14438                 fix builiding on cygwin
14439                 Patch by Ralgh Young <bamanzi@gmail.com>
14440
14441 2006-03-04 [wwp]        2.0.0cvs109
14442
14443         * manual/keyboard.xml
14444                 fix mixed up/down keys.
14445
14446 2006-03-04 [wwp]        2.0.0cvs108
14447
14448         * README
14449         * INSTALL
14450                 updated links to SpamAssassin.
14451
14452 2006-03-04 [wwp]        2.0.0cvs107
14453
14454         * manual/plugins.xml
14455         * src/plugins/spamassassin/README
14456                 updated SpamAssassin plugin docs to reflect new functional additions
14457                 (also fix/update/documents few technical stuff more, see the README).
14458
14459 2006-03-04 [wwp]        2.0.0cvs106
14460
14461         * src/prefs_message.c
14462                 normalized capitalization of message-prefs paths.
14463
14464 2006-03-04 [wwp]        2.0.0cvs105
14465
14466         * manual/advanced.xml
14467                 typo.
14468
14469 2006-03-03 [colin]      2.0.0cvs104
14470
14471         * src/plugins/clamav/clamav_plugin_gtk.c
14472                 Rework prefs page, patch by Fabien 
14473
14474 2006-03-03 [colin]      2.0.0cvs103
14475
14476         * src/plugins/clamav/clamav_plugin.c
14477                 Set error on all errors
14478
14479 2006-03-03 [colin]      2.0.0cvs102
14480
14481         * src/common/plugin.c
14482                 Initialize error to avoid crashing when a plugin fails
14483                 without setting error
14484
14485 2006-03-02 [wwp]        2.0.0cvs101
14486
14487         * configure.ac
14488                 fixed linker flags for libetpan support on Cygwin
14489                 (thanks to H.Merijn Brand).
14490
14491 2006-03-02 [wwp]        2.0.0cvs100
14492
14493         * src/addressbook.c
14494                 fix some AB error messages: one for punctuation and
14495                 one wrongly duplicate (thanks, maxbritov).
14496
14497 2006-03-02 [wwp]        2.0.0cvs99
14498
14499         * src/plugins/spamassassin/spamassassin.c
14500                 make sync calls to sa-learn/spamc to prevent
14501                 system (whatever local or client/server) overload.
14502
14503 2006-03-02 [colin]      2.0.0cvs98
14504
14505         * src/summaryview.c
14506                 Put the spam icon in the status column instead of the
14507                 mark one
14508
14509 2006-03-01 [colin]      2.0.0cvs97
14510
14511         * src/plugins/spamassassin/spamassassin.c
14512                 Fix segfault (g_file_set_contents fails for some 
14513                 reason and err==0x2f. Can't find out why with
14514                 valgrind, using working function :-)
14515
14516 2006-03-01 [colin]      2.0.0cvs96
14517
14518         * src/inc.c
14519                 Offline overriding: let 'No' be cached only 3 seconds
14520
14521 2006-03-01 [colin]      2.0.0cvs95
14522
14523         * src/addr_compl.c
14524         * src/addrbook.c
14525         * src/addressbook.c
14526         * src/addrindex.c
14527         * src/folder_item_prefs.c
14528         * src/headerview.c
14529         * src/imap.c
14530         * src/inc.c
14531         * src/ldif.c
14532         * src/mainwindow.c
14533         * src/mh.c
14534         * src/msgcache.c
14535         * src/prefs_common.h
14536         * src/prefs_msg_colors.c
14537         * src/procheader.c
14538         * src/procheader.h
14539         * src/procmime.c
14540         * src/procmsg.c
14541         * src/procmsg.h
14542         * src/send_message.h
14543         * src/simple-gettext.c
14544         * src/summaryview.c
14545         * src/summaryview.h
14546         * src/syldap.c
14547         * src/textview.c
14548         * src/undo.c
14549         * src/common/ssl_certificate.c
14550         * src/common/utils.c
14551         * src/gtk/colorsel.c
14552         * src/gtk/gtksctree.c
14553         * src/gtk/gtkshruler.c
14554         * src/plugins/trayicon/trayicon.c
14555                 #if 0 goes to /dev/null
14556
14557 2006-03-01 [colin]      2.0.0cvs94
14558
14559         * src/compose.c
14560         * src/imap.c
14561         * src/inc.c
14562         * src/inc.h
14563         * src/messageview.c
14564         * src/news.c
14565         * src/plugins/spamassassin/spamassassin.c
14566                 Allow to add information in the "working offline"
14567                 window
14568
14569 2006-03-01 [wwp]        2.0.0cvs93
14570
14571         * src/plugins/spamassassin/spamassassin.c
14572                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14573                 'cause it seems that calling `spamc ... < inputfile` with
14574                 g_spawn_(a)sync simply.. erm doesn't work :-).
14575
14576 2006-03-01 [wwp]        2.0.0cvs92
14577
14578         * src/toolbar.c
14579         * src/toolbar.h
14580                 simplify the adding of spam/ham button to the messageview toolbar
14581                 (it gets more clear now that the same button will be "Mark as spam"
14582                 or "Mark as ham" according to the current message status,
14583                 thanks to Colin).
14584
14585 2006-03-01 [wwp]        2.0.0cvs91
14586
14587         * src/messageview.c
14588         * src/procmsg.c
14589         * src/procmsg.h
14590         * src/summaryview.c
14591         * src/plugins/spamassassin/spamassassin.c
14592         * src/plugins/spamassassin/spamassassin.h
14593                 make learner callbacks return a status (0 for ok),
14594                 handle it in main code to avoid setting flags when learning failed,
14595                 don't learn on TCP if offline in spamassassin,
14596                 thanks to Colin.
14597
14598                 
14599
14600 2006-03-01 [wwp]        2.0.0cvs90
14601
14602         * src/compose.c
14603                 some work around the compose window's account menu,
14604                 patch by Fabien Vantard.
14605
14606 2006-03-01 [wwp]        2.0.0cvs89
14607
14608         * src/plugins/spamassassin/spamassassin.c
14609                 fixed bad logics, was using spamc in local mode and sa-learn
14610                 in remote mode (thanks, Colin).
14611
14612 2006-03-01 [wwp]        2.0.0cvs88
14613
14614         * src/plugins/spamassassin/spamassassin.c
14615         * src/plugins/spamassassin/spamassassin.h
14616         * src/plugins/spamassassin/spamassassin_gtk.c
14617                 made processing of emails w/ sa-plugin an option (default is TRUE),
14618                 fixed Engrish some tooltips, capitalization of some debug messages
14619                 and warnings. The spamassassin plugin now provides two separate
14620                 services: process emails upon incorporation and spamd training.
14621                 Both services (un)register independently but use some common
14622                 plugin settings (transport settings, spam storage location).
14623
14624 2006-02-28 [wwp]        2.0.0cvs87
14625
14626         * src/plugins/spamassassin/spamassassin.c
14627                 fix async flag to spamc cmdline execution (batch exec should
14628                 be asynchronous).
14629
14630 2006-02-27 [wwp]        2.0.0cvs86
14631
14632         * src/plugins/spamassassin/spamassassin.c
14633         * src/plugins/spamassassin/spamassassin.h
14634         * src/plugins/spamassassin/spamassassin_gtk.c
14635                 - added the ability to learn a remote spamassassin server (spamd),
14636                 using spamc.
14637                 - added the spamassassin option 'username', that applies to all
14638                 spamassassin operations (filtering, learning, local or remote).
14639                 The default username is the current unix user (if left blank
14640                 from gtk prefs or config file).
14641                 - commented out some unused code (notebook widget), removed unused
14642                 layout (hbox1).
14643                 - make more widgets sensitive to the transport type.
14644
14645 2006-02-27 [colin]      2.0.0cvs85
14646
14647         * src/plugins/spamassassin/spamassassin.c
14648                 Fix sa-learn call when offline
14649
14650 2006-02-27 [colin]      2.0.0cvs84
14651
14652         * configure.ac
14653         * src/Makefile.am
14654         * src/mainwindow.c
14655         * src/mainwindow.h
14656         * src/messageview.c
14657         * src/messageview.h
14658         * src/prefs_toolbar.c
14659         * src/procmsg.c
14660         * src/stock_pixmap.c
14661         * src/stock_pixmap.h
14662         * src/summaryview.c
14663         * src/toolbar.c
14664         * src/toolbar.h
14665         * src/pixmaps/ham_btn.xpm
14666         * src/pixmaps/spam.xpm
14667         * src/pixmaps/spam_btn.xpm
14668         * src/plugins/spamassassin/spamassassin.c
14669                 Add button in toolbar for spam learning
14670                 Fix a few bugs from the last related commit
14671                 Revert 1.9.6cvs23 which messed up shift-selection
14672
14673 2006-02-24 [colin]      2.0.0cvs83
14674
14675         * src/procmsg.c
14676         * src/summaryview.c
14677         * src/summaryview.h
14678         * src/plugins/spamassassin/spamassassin.c
14679         * src/plugins/spamassassin/spamassassin.h
14680         * src/plugins/spamassassin/spamassassin_gtk.c
14681                 Unregister learner when spamassassin is either
14682                 disabled or over tcp
14683
14684 2006-02-24 [colin]      2.0.0cvs82
14685
14686         * src/Makefile.am
14687         * src/mainwindow.c
14688         * src/mainwindow.h
14689         * src/procmsg.c
14690         * src/procmsg.h
14691         * src/stock_pixmap.c
14692         * src/stock_pixmap.h
14693         * src/summaryview.c
14694         * src/summaryview.h
14695         * src/gtk/icon_legend.c
14696         * src/pixmaps/spam.xpm  ** NEW FILE **
14697         * src/plugins/spamassassin/spamassassin.c
14698         * src/plugins/spamassassin/spamassassin_gtk.c
14699                 Add spam learning interface (Mark/Mark as 
14700                 (spam|ham) menus)
14701
14702 2006-02-24 [wwp]        2.0.0cvs81
14703
14704         * src/compose.c
14705         * src/compose.h
14706         * src/filtering.c
14707                 hide compose window when sending message in batch mode
14708                 (filtering: forward and redirect). Also fixed a wrong
14709                 value returned when sending failed, neutral anyway.
14710                 (Colin, me) 
14711
14712 2006-02-24 [wwp]        2.0.0cvs80
14713
14714         * src/mainwindow.c
14715                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14716
14717 2006-02-24 [paul]       2.0.0cvs79
14718
14719         * src/news.c
14720         * src/news.h
14721         * src/news_gtk.c
14722                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14723                 Thanks to Colin
14724
14725 2006-02-23 [colin]      2.0.0cvs78
14726
14727         * src/alertpanel.c
14728                 Change OK to Close in alertpanel with View log
14729                 button; add accel to View log. Patch by Fabien
14730                 Vantard
14731
14732 2006-02-23 [wwp]        2.0.0cvs77
14733
14734         * src/compose.c
14735                 silly me, there were much more tests to perform, since toolbars can
14736                 really have down to 1 element only.
14737
14738 2006-02-23 [wwp]        2.0.0cvs76
14739
14740         * commitHelper
14741                 fixed indentation from my previous commit. Fallback to VISUAL if
14742                 EDITOR is not set (and to vi, at last resort).
14743
14744 2006-02-23 [wwp]        2.0.0cvs75
14745
14746         * commitHelper
14747                 improved error detection (Colin, me).
14748
14749 2006-02-23 [wwp]        2.0.0cvs74
14750
14751         * src/prefs_toolbar.c
14752                 simplify and fix prefs/toolbars layouting. Combos' contents can
14753                 now be really displayed.
14754
14755 2006-02-23 [wwp]        2.0.0cvs73
14756         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14757         be really displayed.
14758
14759 2006-02-22 [wwp]        2.0.0cvs72
14760
14761         * src/compose.c
14762                 fix a typo in my previous commit (sorry!).
14763
14764 2006-02-22 [wwp]        2.0.0cvs71
14765
14766         * src/prefs_toolbar.c
14767                 fix a crash when adding separators to toolbars,
14768                 also fix some separator item information.
14769
14770 2006-02-22 [wwp]        2.0.0cvs70
14771
14772         * src/compose.c
14773                 fix a crash when redirecting (for instance) when compose window's
14774                 toolbar contents has been customized (when some buttons have been
14775                 removed in fact).
14776
14777 2006-02-21 [wwp]        2.0.0cvs69
14778
14779         * src/summaryview.c
14780         * src/gtk/pluginwindow.c
14781         * src/plugins/pgpcore/prefs_gpg.c
14782                 fix some compilation warnings (feat. remains of removed code).
14783
14784 2006-02-21 [wwp]        2.0.0cvs68
14785
14786         * src/gtk/gtkutils.c
14787                 fix two compilation issues, thanks to Stephan Sachse.
14788
14789 2006-02-20 [colin]      2.0.0cvs67
14790
14791         * src/mainwindow.c
14792                 Don't reselect displayed mail on refocus
14793                 This fixes actions misbehaving 
14794
14795 2006-02-20 [wwp]        2.0.0cvs66
14796
14797         * src/summaryview.c
14798         * src/gtk/gtksctree.c
14799         * src/gtk/gtkshruler.c
14800                 changed more runtime typecast checks.
14801
14802 2006-02-20 [wwp]        2.0.0cvs65
14803
14804         * src/summary_search.c
14805                 find all - summaryview refresh issue fixed, thanks to Colin.
14806
14807 2006-02-20 [wwp]        2.0.0cvs64
14808
14809         * src/gtk/gtkutils.c
14810                 better runtime typecast checks.
14811
14812 2006-02-20 [wwp]        2.0.0cvs63
14813
14814         * src/summary_search.c
14815                 enhancements to the summary search:
14816                         - add the ability to stop the running search
14817                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14818                         - don't search if no criteria (From/To/Subject/Body) is set
14819                         - ensure that a busy mouse pointer is always shown when searching,
14820                           show it even a bit earlier
14821
14822 2006-02-19 [colin]      2.0.0cvs62
14823
14824         * src/compose.c
14825         * src/imap.c
14826         * src/etpan/imap-thread.c
14827         * src/etpan/imap-thread.h
14828                 (Future) IMAP speed improvement on sending
14829                 Will require a libetpan update
14830         * src/summaryview.c
14831         * src/gtk/quicksearch.c
14832                 Make quicksearch clearable while running.
14833
14834 2006-02-17 [colin]      2.0.0cvs61
14835
14836         * src/imap.c
14837         * src/etpan/imap-thread.c
14838         * src/etpan/imap-thread.h
14839                 Check for IMAP certificates
14840                 ** Requires libetpan-0.42-cvs4 
14841                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14842
14843 2006-02-17 [colin]      2.0.0cvs60
14844
14845         * src/messageview.c
14846         * src/prefs_common.c
14847         * src/prefs_common.h
14848         * src/prefs_message.c
14849                 Add pref to display HTML-only mails with plugin, 
14850                 if possible (defaulting to FALSE of course).
14851
14852 2006-02-16 [colin]      2.0.0cvs59
14853
14854         * src/main.c
14855         * src/common/plugin.c
14856         * src/common/plugin.h
14857         * src/gtk/pluginwindow.c
14858                 Keep track of requested (but unloaded) plugins
14859                 in some error cases.
14860
14861 2006-02-16 [wwp]        2.0.0cvs58
14862
14863         * src/gtk/gtkaspell.c
14864         * src/gtk/gtkaspell.h
14865         * src/prefs_spelling.c
14866         * src/compose.c
14867         * src/prefs_common.c
14868         * src/prefs_common.h
14869                 implemented new optional spellchecker behaviour: re-check message when
14870                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14871
14872 2006-02-16 [wwp]        2.0.0cvs57
14873
14874         * src/quote_fmt_parse.y
14875                 pclose popen'ed pipe.
14876
14877 2006-02-15 [colin]      2.0.0cvs56
14878
14879         * src/mimeview.c
14880         * src/mimeview.h
14881                 Let MimeViewers know which MimeView they
14882                 depend of.
14883         * src/summaryview.c
14884                 Swap From/To columns in Sent/Queue/Drafts
14885                 folders
14886         * src/etpan/imap-thread.c
14887                 Use mailstream_low_tls_open() for STARTTLS
14888                 instead of mailstream_low_ssl_open()
14889                 ** REQUIRES libetpan 0.42cvs3 **
14890
14891 2006-02-15 [wwp]        2.0.0cvs55
14892
14893         * src/compose.c
14894         * src/compose.h
14895         * src/message_search.c
14896         * src/message_search.h
14897         * src/textview.c
14898         * src/gtk/gtkutils.c
14899         * src/gtk/gtkutils.h
14900                 added the ability to Find text in the compose window (and a bit
14901                 of code factorization).
14902
14903 2006-02-15 [wwp]        2.0.0cvs54
14904
14905         * src/prefs_gtk.c
14906                 yet another one file was missing (fix for some widgets' sensitivity).
14907                 Thanks Colin!
14908
14909 2006-02-15 [wwp]        2.0.0cvs53
14910
14911         * src/prefs_gtk.h
14912                 oops forgot that file (fix for some widgets' sensitivity).
14913
14914 2006-02-15 [wwp]        2.0.0cvs52
14915
14916         * src/summary_search.c
14917                 implemented advanced summary search options (added the ability
14918                 to use matcher conditions in an advanced search mode).
14919
14920 2006-02-15 [wwp]        2.0.0cvs51
14921
14922         * src/plugins/pgpcore/prefs_gpg.c
14923         * src/prefs_account.c
14924                 fix some widget sensitivity, mostly around some labels in
14925                 account prefs.
14926
14927 2006-02-15 [paul]       2.0.0cvs50
14928
14929         * manual/advanced.xml
14930                 improve Templates info
14931                 written by wwp
14932
14933 2006-02-14 [colin]      2.0.0cvs49
14934
14935         * src/pixmaps/address_book.xpm
14936         * src/pixmaps/preferences.xpm
14937         * src/pixmaps/properties.xpm
14938                 Fix pixmap size - patch by Fabien Vantard
14939
14940 2006-02-13 [colin]      2.0.0cvs48
14941
14942         * src/procmime.c
14943                 Add missing fclose()s on error
14944         * src/textview.c
14945                 Remove unused code
14946         * src/common/utils.c
14947                 Fix temp files not being deleted on windows
14948         Patches by Thomas Gilgin
14949
14950 2006-02-13 [colin]      2.0.0cvs47
14951
14952         * src/mainwindow.c
14953                 Fix exit crash
14954
14955 2006-02-13 [wwp]        2.0.0cvs46
14956
14957         * src/plugins/pgpcore/prefs_gpg.c
14958                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14959
14960 2006-02-12 [colin]      2.0.0cvs45
14961
14962         * src/folderview.c
14963         * src/main.c
14964         * src/mainwindow.c
14965                 Fix "stuff" when quitting
14966
14967 2006-02-12 [wwp]        2.0.0cvs44
14968
14969         * src/prefs_themes.c
14970                 fix typos in debug messages.
14971
14972 2006-02-11 [colin]      2.0.0cvs43
14973
14974         * src/summaryview.c
14975                 don't allow drag/drop from ourself
14976
14977 2006-02-10 [wwp]        2.0.0cvs42
14978
14979         * src/exporthtml.c
14980         * src/html.c
14981         * src/html.h
14982         * src/procmime.c
14983         * src/textview.c
14984                 renamed html_ prefixed functions and data structures to avoid
14985                 namespace clashes w/ other software (gtkhtml2 for instance).
14986                 Closes bug #907.
14987
14988
14989 2006-02-09 [colin]      2.0.0cvs41
14990
14991         * src/summaryview.c
14992                 Fix shitty logic messed up. Thanks Ticho for the hint!
14993
14994 2006-02-09 [wwp]        2.0.0cvs40
14995
14996         * src/gtk/about.c
14997         * src/compose.c
14998         * src/prefs_account.c
14999         * src/prefs_gtk.h
15000         * src/editaddress.c
15001                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15002                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15003                 Browse buttons in accounts prefs.
15004
15005 2006-02-09 [colin]      2.0.0cvs39
15006
15007         * src/matcher.c
15008                 Check for pointer before using its members
15009         * src/gtk/gtksourceprintjob.c
15010                 Fix a wrong warning
15011
15012 2006-02-09 [wwp]        2.0.0cvs38
15013
15014         * src/gtk/filesel.c
15015                 fix few compiler warnings (type mismatch).
15016
15017 2006-02-09 [paul]       2.0.0cvs37
15018
15019         * po/fr.po
15020                 updated by Fabien Vantard
15021
15022 2006-02-08 [colin]      2.0.0cvs36
15023
15024         * src/prefs_common.c
15025         * src/common/defs.h
15026         * src/common/plugin.c
15027                 allow windows and linux configurations to coexist
15028                 patch by Thomas Gilgin
15029
15030 2006-02-08 [colin]      2.0.0cvs35
15031
15032         * src/filtering.c
15033         * src/matcher.c
15034         * src/matcher.h
15035         * src/matcher_parser_parse.y
15036         * src/prefs_filtering_action.c
15037         * src/prefs_matcher.c
15038                 Add the "Ignore thread" filtering
15039                 action
15040
15041 2006-02-08 [colin]      2.0.0cvs34
15042
15043         * src/compose.c
15044         * src/procmime.c
15045         * src/procmime.h
15046                 Fix bug #905 (damaged attachment)
15047                 text files with raw \0's aren't really text files
15048         FOR_STABLE
15049
15050 2006-02-08 [colin]      2.0.0cvs33
15051
15052         * src/summaryview.c
15053                 Fix crasher introduced yesterday
15054
15055 2006-02-08 [wwp]        2.0.0cvs32
15056
15057         * src/compose.c
15058         * src/compose.h
15059                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15060
15061 2006-02-08 [wwp]        2.0.0cvs31
15062
15063         * src/prefs_template.c
15064                 templates enhancement: allow address completion for Cc and Bcc fields
15065                 (it was currently possible for the To field only)
15066
15067 2006-02-08 [colin]      2.0.0cvs30
15068
15069         * src/compose.c
15070                 Don't unblock if not blocked
15071         FOR_STABLE
15072
15073 2006-02-07 [colin]      2.0.0cvs29
15074
15075         * src/action.c
15076                 Forgot to refresh summaryview
15077
15078 2006-02-07 [colin]      2.0.0cvs28
15079
15080         * src/action.c
15081                 Freeze/thaw message list and folder list while
15082                 processing %as{} actions 
15083         * src/compose.c
15084                 Fix auto-wrap disabling after a middle-click
15085                 paste - FOR_STABLE
15086
15087 2006-02-07 [paul]       2.0.0cvs27
15088
15089         * src/folder.c
15090                 fix freeing of uninitialised pointers
15091                 Thanks to Colin
15092
15093 2006-02-06 [colin]      2.0.0cvs26
15094
15095         * src/folder.c
15096                 Use g_slist_prepend in potentially big list
15097
15098 2006-02-06 [colin]      2.0.0cvs25
15099
15100         * src/folder.c
15101                 Completely skip processing if it doesn't 
15102                 exist (faster!)
15103
15104 2006-02-06 [colin]      2.0.0cvs24
15105
15106         * src/folder.c
15107         * src/summaryview.c
15108                 Batch filtering in summaryview (from Tools menu)
15109                 and pre/post//-processing too
15110
15111 2006-02-06 [colin]      2.0.0cvs23
15112
15113         * src/procmsg.h
15114         * src/filtering.c
15115                 Use a special field for batch filtering instead
15116                 of stepping on deferred execution's toes
15117
15118 2006-02-06 [colin]      2.0.0cvs22
15119
15120         * src/action.c
15121         * src/filtering.c
15122         * src/filtering.h
15123         * src/folder.c
15124         * src/summaryview.c
15125                 Fix filtering via menus and actions
15126
15127 2006-02-06 [colin]      2.0.0cvs21
15128
15129         * src/imap.c
15130                 Put the added file directly to cache if possible (will work
15131                 with next libetpan)
15132         * src/filtering.c
15133         * src/filtering.h
15134         * src/inc.c
15135         * src/folder.c
15136         * src/mbox.c
15137         * src/procmsg.h
15138                 Move and copy filtered messages by batches instead of one
15139                 by one - faster on IMAP
15140         * src/procmsg.c
15141                 Add a function that'll possibly be useful later
15142
15143 2006-02-06 [colin]      2.0.0cvs20
15144
15145         * src/addressbook.c
15146                 Use internal mime-type instead of text/plain for d'n'd
15147         * src/compose.c
15148                 Allow attaching files from mimeview's icon list via d'n'd
15149         * src/folderview.c
15150         * src/folderview.h
15151                 Use internal mime-type instead of text/plain for d'n'd
15152                 Don't try to selected opened folder if none is
15153                 Factorize d'n'd from other apps code
15154         * src/headerview.c
15155         * src/textview.c
15156         * src/gtk/gtkutils.c
15157         * src/gtk/gtkutils.h
15158                 Factorize Face/X-Face stuff
15159         * src/mimeview.c
15160                 Fix d'n'd to other apps
15161         * src/prefs_message.c
15162                 Let the XFace pref be usable without libcompface as it also
15163                 applies to Face
15164         * src/summaryview.c
15165                 Fix d'n'd to other apps
15166                 Factorize d'n'd from other apps code
15167
15168 2006-02-06 [wwp]        2.0.0cvs19
15169
15170         * po/it.po
15171                 Italian translation fixes by Andrea Spadaccini (no more confusion
15172                 between filtering and processing, and few changes in the About
15173                 dialog).
15174
15175
15176 2006-02-06 [mones]      2.0.0cvs18
15177
15178         * src/gtk/icon_legend.c
15179                 Improved descriptions allowing better translations
15180
15181 2006-02-05 [colin]      2.0.0cvs17
15182
15183         * src/imap.c
15184                 Add the f*cking missing expunge that caused imap_fetch_env
15185                 to fail after an add_msgs ! :-///
15186         * src/etpan/imap-thread.c
15187                 Add a bit of debug
15188         FOR_STABLE
15189
15190 2006-02-05 [colin]      2.0.0cvs16
15191
15192         * src/common/utils.c
15193                 Don't check for return-path (or we can't put
15194                 back non-sent mails)
15195
15196 2006-02-05 [colin]      2.0.0cvs15
15197
15198         * src/textview.c
15199                 Don't try to display Face header in textview
15200                 when teh headerview's active
15201
15202 2006-02-05 [colin]      2.0.0cvs14
15203
15204         * tools/tbird2syl.py
15205         * tools/Makefile.am
15206                 Add script to import Thunderbird mails
15207
15208 2006-02-05 [colin]      2.0.0cvs13
15209
15210         * src/headerview.c
15211         * src/procheader.c
15212         * src/procmsg.c
15213         * src/procmsg.h
15214         * src/textview.c
15215                 Show Face headers - patch partially by Klaus Flittner
15216
15217 2006-02-05 [colin]      2.0.0cvs12
15218
15219         * src/folderview.c
15220         * src/summaryview.c
15221         * src/common/utils.c
15222         * src/common/utils.h
15223                 Let dnd work from mime icons to summaryview
15224                 and to folderview too
15225                 Add a crude test to avoid trying to add files
15226                 drag'n'dropped when they're not mails
15227
15228 2006-02-04 [colin]      2.0.0cvs11
15229
15230         * src/summaryview.c
15231         * src/mimeview.c
15232                 Fix utf8 conversion
15233
15234 2006-02-04 [colin]      2.0.0cvs10
15235
15236         * src/compose.c
15237         * src/folderview.c
15238         * src/mimeview.c
15239         * src/summaryview.c
15240         * src/summaryview.h
15241                 Added various drag and drop capas:
15242                 From                    To
15243                 summaryview             other apps
15244                 mimeview icons          other apps
15245                 other apps              summaryview
15246                 other apps              folderview
15247
15248                 This shouldn't have broken the existing:
15249                 From                    To
15250                 summaryview             folderview
15251                 folderview              folderview
15252                 summaryview             compose's attachments
15253
15254         Tests welcomed.
15255
15256 2006-02-02 [paul]       2.0.0cvs9
15257
15258         * src/mainwindow.c
15259                 move global option 'Set displayed columns...' out
15260                 of folder option grouping.
15261                 fix sensitivity of 'harvest addresses'
15262         FOR_STABLE
15263
15264 2006-02-01 [colin]      2.0.0cvs8
15265
15266         * src/mimeview.c
15267                 Revert the alertpanel patch, it sucks (intrusive
15268                 and gets in the way of "open")
15269
15270 2006-02-01 [colin]      2.0.0cvs7
15271
15272         * src/compose.c
15273         * src/prefs_account.c
15274         * src/prefs_common.c
15275         * src/common/defs.h
15276         * src/common/utils.c
15277         * src/common/utils.h
15278                 Add ability to edit the signature file
15279                 from the account preferences, and use
15280                 a default for the text editor.
15281                 Patch by Fabien Vantard
15282
15283 2006-02-01 [colin]      2.0.0cvs6
15284
15285         * src/mimeview.c
15286                 Try to get mime type by extension if it is
15287                 application/octet-stream
15288                 Display a window with possible choices when
15289                 encountering unknown mime types
15290         * src/gtk/filesel.c
15291         * src/gtk/filesel.h
15292                 Add preview
15293                 Allow multiple selection in filtered filesel
15294                 (patch by Fabien Vantard)
15295         * src/gtk/pluginwindow.c
15296                 Use it (patch by Fabien Vantard)
15297
15298 2006-02-01 [paul]       2.0.0cvs5
15299
15300         * src/jpilot.c
15301                 fix crash on creating jpilot address book
15302                 Thanks to Colin - FOR_STABLE
15303         * src/prefs_summaries.c
15304         * src/prefs_wrapping.c
15305         * src/gtk/icon_legend.c
15306         * src/gtk/quicksearch.c
15307                 string fixes and additions
15308
15309 2006-02-01 [paul]       2.0.0cvs4
15310
15311         * src/compose.c
15312         * src/mainwindow.c
15313         * src/messageview.c
15314         * src/prefs_send.c
15315                 add Arabic encoding option
15316                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15317
15318 2006-01-31 [colin]      2.0.0cvs3
15319
15320         * src/plugins/pgpcore/passphrase.c
15321                 Convert passphrase to locale encoding
15322         * src/compose.c
15323                 Fix drafting on IMAP. Crappy bug sneaked in
15324                 the release :-/
15325         FOR_STABLE
15326
15327 2006-01-30 [paul]       2.0.0cvs2
15328
15329         * src/gtk/icon_legend.c
15330                 show the new entries
15331
15332 2006-01-30 [colin]      2.0.0cvs1
15333
15334         * src/manual.c
15335                 Check for the file to be present before 
15336                 enabling the menu - FOR_STABLE
15337         * src/gtk/icon_legend.c
15338                 Add folders icons (not all of them, there
15339                 are too much, but the most intriguing ones)
15340
15341 2006-01-30 [paul]       2.0.0
15342
15343         version 2.0.0 released
15344
15345 [For previous entries, see ChangeLog.pre2.0.0]