2007-09-01 [wwp] 2.10.0cvs188
[claws.git] / ChangeLog
1 2007-09-01 [wwp]        2.10.0cvs188
2
3         * src/wizard.c
4                 Fix wizard crash when Mailbox dir already exists
5                 (thanks to Colin).
6
7 2007-08-31 [colin]      2.10.0cvs187
8
9         * src/etpan/imap-thread.c
10                 Fix unwanted creation of 
11                 libetpan's stream dump file
12         * src/compose.c
13                 Fix coloring of pastes as quotation
14         * src/summaryview.c
15                 Maemo: Fix opening of mails from keypad
16                 in Sent folders
17         * src/addressbook.c
18         * src/folderview.c
19         * src/image_viewer.c
20         * src/mimeview.c
21         * src/gtk/prefswindow.c
22                 Maemo: Fix adjustments changes 
23
24 2007-08-30 [colin]      2.10.0cvs186
25
26         * src/folderview.c
27                 Don't opened selected folder when clicking
28                 on white space
29         * src/mainwindow.c
30                 Maemo: Make Esc close messageviews
31         * src/messageview.c
32                 Maemo: Fix message scrolling to the end on 
33                 opening
34                 Maemo: Fix reopening same message
35         * src/gtk/prefswindow.c
36                 Maemo: try to fix scrollbar. Doesn't work,
37                 it seems as if gtk_adjustment_set_value was
38                 a noop.
39
40 2007-08-30 [colin]      2.10.0cvs185
41
42         * src/compose.c
43         * src/folderview.c
44         * src/main.c
45         * src/prefs_matcher.c
46         * src/prefs_template.c
47         * src/quote_fmt.c
48         * src/send_message.c
49         * src/toolbar.c
50         * src/gtk/gtkaspell.c
51         * src/plugins/bogofilter/bogofilter.c
52         * src/plugins/bogofilter/bogofilter_gtk.c
53         * src/plugins/clamav/clamav_plugin_gtk.c
54         * src/plugins/pgpcore/sgpgme.c
55         * src/plugins/spamassassin/spamassassin.c
56         * src/plugins/spamassassin/spamassassin_gtk.c
57                 Fix all potential misuses of format-string functions
58
59 2007-08-30 [wwp]        2.10.0cvs184
60
61         * src/prefs_template.c
62                 Fix a leak.
63
64 2007-08-29 [colin]      2.10.0cvs183
65
66         * src/plugins/trayicon/trayicon.c
67                 Fix leak of hooks in case of error,
68                 thanks to Holger Berndt
69
70 2007-08-28 [colin]      2.10.0cvs182
71
72         * src/mainwindow.c
73                 Don't use current folder settings when
74                 composing from the compose button's
75                 account selector
76
77 2007-08-28 [colin]      2.10.0cvs181
78
79         * src/quote_fmt_parse.y
80                 Fix cursor offset when quote contains UTF-8
81                 chars
82
83 2007-08-28 [colin]      2.10.0cvs180
84
85         * src/compose.c
86         * src/compose.h
87                 Fix signature replacement when it's been wrapped
88
89 2007-08-27 [colin]      2.10.0cvs179
90
91         * src/summaryview.c
92                 Fix indentation
93
94 2007-08-27 [colin]      2.10.0cvs178
95
96         * src/summaryview.c
97                 Fix Quicksearch's Sticky mode
98
99 2007-08-27 [colin]      2.10.0cvs177
100
101         * src/folder_item_prefs.c
102         * src/folder_item_prefs.h
103         * src/imap_gtk.c
104         * src/mh_gtk.c
105                 Fix loss of subfolders properties when
106                 renaming a folder
107
108 2007-08-26 [wwp]        2.10.0cvs176
109
110         * src/alertpanel.c
111         * src/messageview.c
112         * src/prefs_actions.c
113                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
114                 will have to be used when necessary *before* calling
115                 alertpanel functions.
116
117 2007-08-25 [paul]       2.10.0cvs175
118
119         * src/prefs_actions.c
120                 workaround gettext problem marking
121                 string as c-format when it's not
122
123 2007-08-25 [wwp]        2.10.0cvs174
124
125         * src/alertpanel.c
126         * src/messageview.c
127         * src/prefs_actions.c
128                 Call the pango markup escape function right ince in alertpanel_create
129                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
130                 2.10.0cvs158).
131
132         * src/common/log.c
133                 Fix a crash due to a misuse of g_print(), encountered when the string
134                 passed to g_print was containing printf substitution symbols.
135
136 2007-08-25 [paul]       2.10.0cvs173
137
138         * src/common/log.c
139                 fix a segfault when refreshing RSSyl feeds
140
141 2007-08-25 [paul]       2.10.0cvs172
142
143         * src/gtk/icon_legend.c
144                 add watchthread.xpm
145
146 2007-08-25 [paul]       2.10.0cvs171
147
148         * src/Makefile.am
149         * src/stock_pixmap.c
150         * src/pixmaps/insert_file.xpm
151                 add a new pixmap instead of re-using
152                 paste.xpm. (easier for icon theme authors)
153
154 2007-08-24 [holger]     2.10.0cvs170
155
156         * src/plugins/trayicon/trayicon.c
157                 The same fix for another hook id.
158
159 2007-08-24 [holger]     2.10.0cvs169
160
161         * src/plugins/trayicon/trayicon.c
162                 Micro-fix: Do the error checking for
163                 the right hook id.
164
165 2007-08-24 [paul]       2.10.0cvs168
166
167         * src/folder.h
168                 fix typo causing compiler warning
169
170 2007-08-24 [paul]       2.10.0cvs167
171
172         * README
173                 put back the correct version of this file also
174
175 2007-08-24 [colin]      2.10.0cvs166
176
177         * src/send_message.c
178                 Use progress bar when sending messages
179
180 2007-08-24 [paul]       2.10.0cvs165
181
182         * Makefile.am
183                 oops! if i'm quick no-one will notice
184                 (put back the proper file)
185
186 2007-08-24 [paul]       2.10.0cvs164
187
188         * AUTHORS
189         * Makefile.am
190         * README
191         * src/gtk/authors.h
192         * tools/Makefile.am
193         * tools/README
194         * tools/mew2claws-mail.pl
195                 add new script that imports a Mew address book
196                 submitted by Jerome Lelong
197
198 2007-08-24 [paul]       2.10.0cvs163
199
200         * manual/plugins.xml
201                 remove the obsolete plugins, add the
202                 missing plugins, including the forthcoming
203                 SpamReport plugin
204
205 2007-08-24 [paul]       2.10.0cvs162
206
207         * manual/advanced.xml
208                 add info about the hidden emphasis_color option
209         * manual/keyboard.xml
210                 correct the info about hotkeys
211                 wrap the long lines
212
213 2007-08-24 [paul]       2.10.0cvs161
214
215         * src/folderview.c
216                 add mnemonic to 'Run procesing rules'
217
218 2007-08-24 [paul]       2.10.0cvs160
219
220         * src/account.c
221         * src/folder.c
222         * src/folder.h
223                 use suitable defaults for outbox,
224                 queue, drafts and trash folders
225
226 2007-08-24 [wwp]        2.10.0cvs159
227
228         * src/folderview.c
229                 Update menu item sensitivity if necessary (or we get a
230                 gtk critical message).
231
232 2007-08-23 [wwp]        2.10.0cvs158
233
234         * src/action.c
235         * src/prefs_actions.c
236                 Allow literal % chars in action commands (use %%).
237                 Add a missing p++ to the action parser in action_get_type(),
238                 which was missing it, even if it was neutral.
239                 Fix a pango markup warning at runtime.
240
241 2007-08-23 [wwp]        2.10.0cvs157
242
243         * src/addressbook.c
244                 Contacts are now locale-aware sorted in the address book
245                 (LC_COLLATE matters here).
246                 Fix missing table initializers.
247
248 2007-08-23 [colin]      2.10.0cvs156
249
250         * src/imap.c
251                 Check scan_required on dest folder when copying
252
253 2007-08-23 [colin]      2.10.0cvs155
254
255         * src/imap.c
256                 Fix scanning when folder was empty
257
258 2007-08-22 [colin]      2.10.0cvs154
259
260         * src/msgcache.c
261                 Don't g_warning when g_try_malloc fails(), or it makes
262                 things worse as g_log() allocates. Fixes bug 1290,
263                 'Claws Mail crashes if too little memory when 
264                 rebuilding folder tree'
265
266 2007-08-22 [colin]      2.10.0cvs153
267
268         * src/inc.c
269                 Fix format string vulnerability, thanks to
270                 Ulf Harnhammar, Secunia Research
271
272 2007-08-22 [colin]      2.10.0cvs152
273
274         * src/ldapserver.c
275                 Set tv_usec too
276
277 2007-08-22 [wwp]        2.10.0cvs151
278
279         * src/ldapquery.c
280                 Few better null-ptr checks.
281
282 2007-08-22 [colin]      2.10.0cvs150
283
284         * src/editldap.c
285         * src/editldap_basedn.c
286         * src/ldapquery.c
287         * src/ldapserver.c
288         * src/ldapserver.h
289         * src/ldapupdate.c
290         * src/ldaputil.c
291         * src/ldaputil.h
292                 Fix ldap timeouts
293
294 2007-08-22 [colin]      2.10.0cvs149
295
296         * src/ldapquery.c
297                 Finish previous fix
298
299 2007-08-22 [colin]      2.10.0cvs148
300
301         * src/ldapquery.c
302                 Fix wrong assertions
303
304 2007-08-22 [colin]      2.10.0cvs147
305
306         * src/ldaputil.c
307                 Fix test (set ldap v3 if bindDN is set or TLS is set)
308
309 2007-08-22 [colin]      2.10.0cvs146
310
311         * src/editldap.c
312         * src/ldaputil.c
313                 Fix wrong "Connected successfully to server". Connection only succeeds if
314                 we can get the base DN.
315
316 2007-08-21 [wwp]        2.10.0cvs145
317
318         * src/browseldap.c
319         * src/editldap.c
320         * src/ldapctrl.c
321         * src/ldapquery.c
322         * src/ldapserver.c
323         * src/ldapupdate.c
324         * src/ldaputil.c
325                 More sanity checks in ldap functions.
326
327 2007-08-21 [wwp]        2.10.0cvs144
328
329         * src/prefs_account.c
330                 Don't return a value in a void function().
331
332 2007-08-21 [paul]       2.10.0cvs143
333
334         * src/messageview.c
335                 add check for ftp: to messageview_list_urls()
336
337 2007-08-21 [colin]      2.10.0cvs142
338
339         * src/editldap.c
340         * src/ldapctrl.c
341         * src/ldapctrl.h
342         * src/ldapquery.c
343         * src/ldapupdate.c
344                 Fix bug 1293, 'LDAP address book not working'
345                 Search only on specified fields, but fetch 
346                 every field possible. People will have to 
347                 reset the searched Attributes in their LDAP
348                 servers properties.
349
350 2007-08-21 [wwp]        2.10.0cvs141
351
352         * src/addr_compl.c
353         * src/addrbook.c
354         * src/addrcache.c
355         * src/addrcindex.c
356         * src/addressbook.c
357         * src/addrindex.c
358         * src/browseldap.c
359         * src/crash.c
360         * src/editaddress_other_attributes_ldap.c
361         * src/exporthtml.c
362         * src/folder.c
363         * src/folderview.c
364         * src/imap.c
365         * src/jpilot.c
366         * src/ldapserver.c
367         * src/ldapupdate.c
368         * src/ldif.c
369         * src/main.c
370         * src/mainwindow.c
371         * src/matcher.c
372         * src/mh.c
373         * src/msgcache.c
374         * src/mutt.c
375         * src/pine.c
376         * src/pop.c
377         * src/prefs_customheader.c
378         * src/prefs_msg_colors.c
379         * src/procmime.c
380         * src/textview.c
381         * src/vcard.c
382         * src/wizard.c
383         * src/common/log.c
384         * src/common/socket.c
385         * src/common/ssl_certificate.c
386         * src/common/utils.c
387         * src/common/utils.h
388         * src/gtk/description_window.c
389         * src/plugins/demo/demo.c
390         * src/plugins/pgpcore/prefs_gpg.c
391         * src/plugins/spamassassin/libspamc.c
392                 Make sure we use glib functions to send text messages (information,
393                 debug, warning, errors) to stdout/stderr - no more direct puts
394                 fputs printf fprintf to stdout/stderr when it can be done using
395                 g_log*() and g_print/g_printerr. Doing this, we make sure every
396                 stdout/stderr message is saved to log in Windows.
397
398
399 2007-08-21 [wwp]        2.10.0cvs140
400
401         * src/main.c
402         * src/common/utils.h
403                 Route glib's stdout/stderr messages to a log file (Windows only),
404                 instead of loosing them.
405
406 2007-08-21 [paul]       2.10.0cvs139
407
408         * src/mainwindow.c
409                 replace deprecated g_strncasecmp()
410         * src/messageview.c
411                 fix 'List URLS'
412
413 2007-08-20 [ticho]      2.10.0cvs138
414
415         * src/account.c
416         * src/prefs_account.h
417                 Copy all account preferences in account_clone() - some
418                 were missing.
419         * src/prefs_account.c
420                 Handle empty privacy system combobox gracefully (warning
421                 instead of a crash).
422
423 2007-08-20 [colin]      2.10.0cvs137
424
425         * src/ldapctrl.c
426                 Fix a leak
427
428 2007-08-20 [paul]       2.10.0cvs136
429
430         * src/browseldap.c
431         * src/editldap.c
432         * src/ldapctrl.c
433         * src/ldapquery.c
434         * src/ldapquery.h
435         * src/ldapserver.c
436         * src/ldaputil.c
437                 add debug_prints
438                 patch by Michael Rasmussen
439
440 2007-08-19 [colin]      2.10.0cvs135
441
442         * src/imap.c
443                 Fix previous commit. Sensitivity update is needed
444                 for "Cancel receiving". However when batching we
445                 don't need to do it for every message flag change,
446                 just once at the start and once at the end.
447
448 2007-08-19 [colin]      2.10.0cvs134
449
450         * src/imap.c
451                 Remove useless menu updates on session lock/unlock
452
453 2007-08-19 [colin]      2.10.0cvs133
454
455         * src/etpan/imap-thread.c
456                 Make all fetch logs less verbose
457
458 2007-08-19 [paul]       2.10.0cvs132
459
460         * src/foldersel.c
461         * src/folderview.c
462         * src/summaryview.c
463                 fix bug 1286, 'Can't move a folder into a "Folders
464                 Only" folder'
465
466 2007-08-18 [ticho]      2.10.0cvs131
467
468         * src/editaddress_other_attributes_ldap.c
469                 Converted option menu for other ldap attributes to GtkComboBox.
470
471 2007-08-18 [colin]      2.10.0cvs130
472
473         * src/compose.c
474         * src/prefs_common.c
475         * src/prefs_common.h
476         * src/prefs_send.c
477         * src/send_message.c
478                 Revert 'send_dialog_mode' meaning to 
479                 'send_dialog_invisible', so that the 
480                 new checkbox doesn't change the 
481                 existing behaviour.
482
483 2007-08-18 [paul]       2.10.0cvs129
484
485         * src/summaryview.c
486                 add missing menu update
487
488 2007-08-17 [colin]      2.10.0cvs128
489
490         * src/folder.c
491                 Set batching after getting flags - maybe fixes
492                 bug 1292, 'CM crashes on writing mail'
493
494 2007-08-16 [ticho]      2.10.0cvs127
495
496         * src/prefs_send.c
497                 Convert two GtkOptionMenu widgets to new GtkComboBox.
498         * src/gtk/combobox.h
499         * src/gtk/gtkutils.c
500                 Allow NULL for GtkComboBox menuitem label, rendering such
501                 items as row separators.
502
503 2007-08-16 [paul]       2.10.0cvs126
504
505         * src/plugins/trayicon/trayicon.c
506                 remove wrongly used gettextisation
507
508 2007-08-15 [ticho]      2.10.0cvs125
509
510         * src/importldif.c
511                 Fixed a runtime warning where an attempt to pack an
512                 already packed GtkLabel was made.
513
514 2007-08-15 [ticho]      2.10.0cvs124
515
516         * src/prefs_compose_writing.c
517                 Convert the insert-or-attach-dragged-files GtkOptionMenu
518                 into GtkComboBox.
519
520 2007-08-14 [ticho]      2.10.0cvs123
521
522         * src/messageview.c
523         * src/gtk/gtkutils.c
524                 Changed return receipt account selector to GtkComboBox.
525                 Fixed a runtime warning where GTK tried to parse
526                 "name <email@address" as a Pango markup in an alertpanel label.
527
528 2007-08-14 [ticho]      2.10.0cvs122
529
530         * src/prefs_logging.c
531                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
532
533 2007-08-14 [wwp]        2.10.0cvs121
534
535         * tools/Makefile.am
536         * tools/README
537         * tools/popfile-link.sh
538                 Added a new tool: POPFile helper, to open
539                 selected messages in POPFile control center,
540                 in order to change the messages' status.
541
542 2007-08-14 [ticho]      2.10.0cvs120
543
544         * src/compose.c
545         * src/prefs_common.c
546         * src/prefs_common.h
547         * src/prefs_send.c
548         * src/send_message.c
549                 Change "Show send dialog" optionmenu to a checkbutton.
550         * src/prefs_receive.c
551                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
552
553 2007-08-13 [wwp]        2.10.0cvs119
554
555         * src/addr_compl.c
556         * src/addressbook.c
557         * src/addrindex.c
558         * src/compose.c
559         * src/filtering.c
560         * src/folderview.c
561         * src/inc.c
562         * src/matcher.c
563         * src/mh.c
564         * src/partial_download.c
565         * src/prefs_gtk.c
566         * src/procmsg.c
567         * src/stock_pixmap.c
568         * src/summaryview.c
569         * src/common/utils.c
570         * src/gtk/gtkaspell.c
571         * src/gtk/menu.c
572                 Make sure we never pass NULL pointers for %s substitutions
573                 (prevent from crashing in Windows).
574
575 2007-08-13 [wwp]        2.10.0cvs118
576
577         * src/msgcache.c
578                 Re-enable mmap_reads in Windows with some missing
579                 CloseHandle of mapping objects, thanks to
580                 Marcus Brinkmann.
581
582 2007-08-13 [paul]       2.10.0cvs117
583
584         * src/common/utils.c
585                 fix bug 1287, 'Compile time problem on Solaris
586                 (nexenta gnu/Solaris) utils.c'
587                 Thanks to Piotr Chrzczonowicz
588
589 2007-08-12 [wwp]        2.10.0cvs116
590
591         * src/plugins/pgpcore/prefs_gpg.c
592                 Don't try to unset a GPG_AGENT_INFO that was not
593                 set (and don't use a NULL string in Windows, it was
594                 crashing with --debug if GPG_AGENT_INFO was not set).
595
596 2007-08-12 [wwp]        2.10.0cvs115
597
598         * src/privacy.h
599                 Make gcc type-check arguments passed to privacy_set_error().
600
601 2007-08-12 [ticho]      2.10.0cvs114
602
603         * src/prefs_folder_item.c
604                 Make sure that folder default account combobox always has some
605                 account preselected.
606         * src/gtk/combobox.c
607                 Handle empty combobox gracefully (warning instead of crash).
608
609 2007-08-12 [ticho]      2.10.0cvs114
610
611         * src/prefs_folder_item.c
612                 Make sure that folder default account combobox is not empty.
613         * src/gtk/combobox.c
614                 Handle empty combobox gracefully (warning instead of crash).
615
616 2007-08-11 [paul]       2.10.0cvs113
617
618         * src/addrgather.c
619         * src/folderview.c
620                 use 'subfolder' instead of 'sub-folder', matching
621                 everywhere else the term is used
622         * src/imap_gtk.c
623                 fix engrish
624
625 2007-08-10 [wwp]        2.10.0cvs112
626
627         * src/msgcache.c
628                 Disable mmap reads in Windows only (at least temporarily), they
629                 prevent from renaming/removing target cache files.
630
631 2007-08-10 [paul]
632
633         3.0.0-rc2 released
634
635 2007-08-10 [wwp]        2.10.0cvs111
636
637         * src/msgcache.c
638                 fix unpredictable crashes in Windows due to broken
639                 cache/mark/tags files writting (file were opened for
640                 writing in text mode).
641
642         * src/recv.c
643                 use gettimeofday() from w32lib.h on Windows.
644
645 2007-08-10 [colin]      2.10.0cvs110
646
647         * src/imap.c
648         * src/etpan/imap-thread.c
649         * src/etpan/imap-thread.h
650                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
651
652 2007-08-09 [colin]      2.10.0cvs109
653
654         * src/editldap.c
655                 Fix port being reset to 636 on SSL
656         * src/folder.c
657                 Fix folder_item_get_msg_num_by_file
658                 on drafts/queue folders
659
660 2007-08-09 [wwp]        2.10.0cvs108
661
662         * src/folder.c
663                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
664                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
665
666
667 2007-08-09 [colin]      2.10.0cvs107
668
669         * src/folderview.c
670         * src/summaryview.c
671         * src/gtk/prefswindow.c
672                 A few Maemo layout fixes
673
674 2007-08-09 [paul]       2.10.0cvs106
675
676         * src/prefs_account.c
677                 remove the hyphen from plug-ins to
678                 match everywhere else
679
680 2007-08-08 [wwp]        2.10.0cvs105
681
682         * src/prefs_folder_item.c
683                 Fix an extraneous stealth ^L char.
684
685 2007-08-08 [wwp]        2.10.0cvs104
686
687         * src/prefs_folder_item.c
688                 Better fix, group variables declarations (USE_ASPELL).
689
690 2007-08-08 [wwp]        2.10.0cvs103
691
692         * src/prefs_folder_item.c
693                 Fix compilation w/ USE_ASPELL set (broken
694                 by 2.10.0cvs102).
695
696 2007-08-08 [ticho]      2.10.0cvs102
697
698         * src/prefs_folder_item.c
699                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
700
701 2007-08-08 [colin]      2.10.0cvs101
702
703         * src/imap.c
704         * src/etpan/imap-thread.c
705         * src/etpan/imap-thread.h
706                 Close selected mailbox before doing
707                 status on it.
708
709 2007-08-08 [colin]      2.10.0cvs100
710
711         * src/html.c
712                 Complete symbol table, thanks to wwp.
713                 Fixes bug 1284, 'The html -> text 
714                 converter ignores entities'
715         * src/msgcache.c
716                 Fix possible fd leak
717
718 2007-08-08 [colin]      2.10.0cvs99
719
720         * src/imap.c
721                 Better way to fetch UIDs on non-UIDPLUS servers
722
723 2007-08-07 [colin]      2.10.0cvs98
724
725         * src/imap.c
726                 fix bug 1275, 'auto-saved draft messages not 
727                 always being removed'; Also, make multiple
728                 copy (in the same account) faster by matching
729                 source/destination message UIDs.
730         * src/messageview.c
731                 Don't try to reshow deleted mail
732         * src/msgcache.c
733                 Fix leak on error path
734
735 2007-08-07 [wwp]        2.10.0cvs97
736
737         * manual/account.xml
738         * manual/advanced.xml
739         * manual/fr/account.xml
740         * manual/fr/advanced.xml
741                 Updated the reference manual and the French translation to
742                 reflect 2.10.0cvs84: enable running folder Processing
743                 rules on demand.
744
745 2007-08-06 [wwp]        2.10.0cvs96
746
747         * src/prefs_common.c
748         * src/prefs_common.h
749         * src/textview.c
750                 Allow changing the emphasis color used to highlight
751                 the newsreader/x-mailer header value when it matches
752                 our preferred mail agent (hidden pref 'emphasis_col' added
753                 to clawsrc).
754
755 2007-08-06 [colin]      2.10.0cvs95
756
757         * src/compose.c
758         * src/compose.h
759                 Re-commit 2.10.0cvs86, with a protection
760                 against Pango bug. Also, try to fix 
761                 bug 1275, 'auto-saved draft messages not 
762                 always being removed'
763
764 2007-08-06 [wwp]        2.10.0cvs94
765
766         * src/gtk/quicksearch.c
767                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
768
769 2007-08-06 [ticho]      2.10.0cvs93
770
771         * src/prefs_account.c
772         * src/gtk/combobox.c
773                 Use GtkComboBox instead of GtkOptionMenu for privacy system
774                 selection in account preferences.
775
776 2007-08-06 [wwp]        2.10.0cvs92
777
778         * src/plugins/pgpcore/plugin.def
779                 Apply one more chunk from gpg4win's 03-w32-port patch.
780
781 2007-08-05 [colin]      2.10.0cvs91
782
783         * src/compose.c
784         * src/compose.h
785                 reverting buggy patch for now
786
787 2007-08-05 [colin]      2.10.0cvs90
788
789         * src/folder.c
790                 Fix slowdown
791
792 2007-08-04 [colin]      2.10.0cvs89
793
794         * src/prefs_summaries.c
795         * src/summary_search.c
796                 Replace deprecated widgets. Patch by
797                 Andrej.
798
799 2007-08-04 [colin]      2.10.0cvs88
800
801         * src/mh.c
802                 Refresh GUI only every 2000 mails on mh_get_last_num
803                 This is fast (readdir) and done only once per 
804                 session/folder
805
806 2007-08-03 [colin]      2.10.0cvs87
807
808         * src/prefs_account.c
809         * src/gtk/combobox.h
810         * src/gtk/gtkutils.c
811                 Fix a deprecated widget. Patch by
812                 Andrej
813
814 2007-08-03 [colin]      2.10.0cvs86
815
816         * src/compose.c
817         * src/compose.h
818                 Make colorisation and wrapping algorithms
819                 faster. Fixes bug 1246, 'compose becomes 
820                 increasingly slow replying to complex emails'
821
822 2007-08-03 [paul]       2.10.0cvs85
823
824         * src/mh.c
825                 keep the window painted
826
827 2007-08-02 [paul]       2.10.0cvs84
828
829         * src/folderview.c
830         * src/mainwindow.c
831         * src/mainwindow.h
832                 enable running folder Processing
833                 rules on demand
834
835 2007-08-02 [paul]       2.10.0cvs83
836
837         * src/textview.c
838                 speed up/clean up rendering of larger
839                 msgs
840                 Thanks to Colin
841
842 2007-08-01 [paul]       2.10.0cvs82
843
844         * src/mainwindow.h
845                 clean up cruft
846         * src/toolbar.c
847                 change default toolbar layout on maemo
848         * src/pixmaps/close.xpm
849                 make the red cross a grey cross
850         * src/pixmaps/jpilot.xpm
851                 make icon smaller so it fits better
852
853 2007-07-31 [paul]       2.10.0cvs81
854
855         * src/setup.c
856         * src/gtk/gtkutils.c
857                 fix crash on maemo on first launch
858
859 2007-07-30 [paul]       2.10.0cvs80
860
861         * src/prefs_matcher.c
862                 specify the units of age and size
863
864 2007-07-30 [paul]       2.10.0cvs79
865
866         * src/main.c
867                 Fix IMAP timeout setting
868
869 2007-07-30 [colin]      2.10.0cvs78
870
871         * src/prefs_account.c
872                 Fix a deprecated widget. Patch by
873                 Andrej
874
875 2007-07-27 [paul]       2.10.0cvs77
876
877         * src/matcher_parser_parse.y
878         * src/prefs_filtering_action.c
879         * src/prefs_matcher.c
880                 these changes forgotten in cvs74's
881                 'watch thread' feature
882
883 2007-07-27 [paul]       2.10.0cvs76
884
885         * src/compose.c
886                 fix potential crasher
887                 thanks to Colin
888
889 2007-07-27 [paul]       2.10.0cvs75
890
891         * src/mainwindow.c
892         * src/manual.c
893         * src/manual.h
894         * src/gtk/gtkutils.c
895                 make mainwindow's /Help/Manual point to the
896                 remote copy if the local copy doesn't exist
897
898 2007-07-27 [paul]       2.10.0cvs74
899
900         * src/Makefile.am
901         * src/filtering.c
902         * src/folder.c
903         * src/mainwindow.c
904         * src/matcher.c
905         * src/matcher.h
906         * src/matcher_parser_parse.y
907         * src/procmsg.c
908         * src/procmsg.h
909         * src/stock_pixmap.c
910         * src/stock_pixmap.h
911         * src/summaryview.c
912         * src/summaryview.h
913         * src/toolbar.c
914         * src/toolbar.h
915         * src/pixmaps/watchthread.xpm
916                 add 'watch thread' feature
917
918 2007-07-27 [paul]       2.10.0cvs73
919
920         * src/prefs_folder_item.c
921                 adjust labels, add tooltips
922
923 2007-07-27 [colin]      2.10.0cvs72
924
925         * src/summaryview.c
926                 Maemo: Remove less used menu items
927
928 2007-07-26 [colin]      2.10.0cvs71
929
930         * src/messageview.c
931                 Maemo: destroy messageview after trashing mail.
932                 Maybe should be done on X11 too
933
934 2007-07-26 [colin]      2.10.0cvs70
935
936         * src/folderview.c
937         * src/mainwindow.c
938         * src/prefs_common.c
939         * src/prefs_common.h
940         * src/summaryview.c
941                 Add View/Show or Hide/Column headers
942
943 2007-07-26 [colin]      2.10.0cvs69
944
945         * src/procmime.c
946                 Fix unwanted output
947
948 2007-07-26 [colin]      2.10.0cvs68
949
950         * src/ldapserver.c
951                 Fix possible crash on cache invalidation
952         * src/compose.c
953         * src/procmime.c
954         * src/procmime.h
955         * src/quote_fmt_parse.y
956                 Make replying to mails with big attachments
957                 much faster. Fixes bug 1224, 'The process of 
958                 Replying to emails with large attachments 
959                 seems unreasonably long...'
960
961 2007-07-26 [colin]      2.10.0cvs67
962
963         * src/mimeview.c
964         * src/matcher.c
965         * src/common/ssl.c
966                 Fix threads use on BSDs
967
968 2007-07-26 [paul]       2.10.0cvs66
969
970         * src/gtk/prefswindow.c
971                 fix account prefs breakage
972                 thanks to Colin
973
974 2007-07-26 [paul]       2.10.0cvs65
975
976         * configure.ac
977                 standardise ./configure --help messages
978
979 2007-07-26 [colin]      2.10.0cvs64
980
981         * src/addressbook.c
982         * src/editaddress.c
983                 Fix two vCard-related crashes
984
985 2007-07-25 [colin]      2.10.0cvs63
986
987         * src/inc.c
988         * src/prefs_common.c
989         * src/prefs_common.h
990         * src/prefs_receive.c
991                 Maemo: Add a better way to notify of
992                 new mails
993         * src/mainwindow.c
994         * src/statusbar.h
995         * src/summaryview.c
996         * src/toolbar.c
997                 Maemo: Various layout fixes
998         * src/gtk/prefswindow.c
999                 Maemo: Better prefs layout
1000
1001 2007-07-25 [paul]       2.10.0cvs62
1002
1003         * src/textview.c
1004                 fix the layout on maemo
1005                 thanks to Colin
1006
1007 2007-07-25 [iwkse]      2.10.0cvs61
1008
1009         * src/summaryview.c
1010                 add 'o' shortcut on summaryview
1011
1012 2007-07-25 [iwkse]      2.10.0cvs60
1013
1014         * src/textview.c
1015                 fix o shortcut
1016
1017 2007-07-24 [colin]      2.10.0cvs59
1018
1019         * src/mh.c
1020                 Fix missing timestamp update on source
1021                 folder when moving
1022         * src/textview.c
1023         * src/textview.h
1024                 Better text layout on part's choices
1025
1026 2007-07-23 [colin]      2.10.0cvs58
1027
1028         * src/mimeview.c
1029         * src/textview.c
1030                 Maemo: Automatically choose the correct application
1031                 to open parts
1032         * src/gtk/quicksearch.c
1033                 Make search run on GDK_KP_Enter too
1034
1035 2007-07-23 [wwp]        2.10.0cvs57
1036
1037         * src/quote_fmt_lex.l
1038                 Revert accidentaly committed lines (account_sig) in
1039                 2.10.0cvs56.
1040
1041 2007-07-23 [wwp]        2.10.0cvs56
1042
1043         * src/quote_fmt_lex.l
1044                 Fix typos around long form expressions in the quote lexer.
1045
1046 2007-07-23 [paul]
1047
1048         3.0.0-rc1 released
1049
1050 2007-07-23 [colin]      2.10.0cvs55
1051
1052         * src/addr_compl.c
1053                 Fix auto-completion on Maemo
1054
1055 2007-07-23 [colin]      2.10.0cvs54
1056
1057         * src/statusbar.c
1058                 Maemo: Fix sticking statusbars
1059
1060 2007-07-22 [colin]      2.10.0cvs53
1061
1062         * src/main.c
1063                 Maemo: Fix the strange "top_application" info
1064                 at startup. We should do something when 
1065                 receiving such a message.
1066
1067 2007-07-20 [paul]       2.10.0cvs52
1068
1069         * src/news_gtk.c
1070                 add missing #include "statusbar.h"
1071
1072 2007-07-20 [colin]      2.10.0cvs51
1073
1074         * src/folder.c
1075         * src/folder.h
1076         * src/folder_item_prefs.c
1077         * src/folder_item_prefs.h
1078         * src/folderview.c
1079         * src/imap.c
1080         * src/imap_gtk.c
1081         * src/imap_gtk.h
1082         * src/news.c
1083         * src/news_gtk.c
1084         * src/news_gtk.h
1085         * src/prefs_folder_item.c
1086                 Implement age-based caching: allow to
1087                 specify a threshold for the offline synchronisation
1088                 feature, and whether old cached bodies should 
1089                 be removed
1090         * src/toolbar.c
1091         * src/toolbar.h
1092                 Fix label/tooltips
1093         * src/plugins/dillo_viewer/dillo_viewer.c
1094                 Check that Dillo's installed
1095
1096 2007-07-20 [wwp]        2.10.0cvs50
1097
1098         * src/mimeview.c
1099         * src/stock_pixmap.c
1100                 Draw a frame around the selected mimeview part icon (instead of the
1101                 shifted 'dancing' icon).
1102
1103 2007-07-20 [colin]      2.10.0cvs49
1104
1105         * src/main.c
1106                 Unref stuff even on error
1107         * src/wizard.c
1108                 disconnect signals only at the very
1109                 end of the wizard save.
1110
1111 2007-07-20 [colin]      2.10.0cvs48
1112
1113         * src/mainwindow.c
1114         * src/messageview.c
1115         * src/toolbar.c
1116         * src/toolbar.h
1117                 Fix random crashes while navigating
1118                 (GTK_EVENTS_FLUSH)
1119
1120 2007-07-19 [colin]      2.10.0cvs47
1121
1122         * configure.ac
1123         * src/main.c
1124         * src/prefs_common.c
1125         * src/prefs_common.h
1126         * src/wizard.c
1127         * src/common/defs.h
1128         * src/common/utils.c
1129                 Maemo: add an easy way to store data (mails
1130                 and IMAP/NNTP caches) on one of the SD cards,
1131                 and protect against unmounts if needed
1132
1133 2007-07-19 [paul]       2.10.0cvs46
1134
1135         * src/Makefile.am
1136         * src/stock_pixmap.c
1137         * src/gtk/about.c
1138         * src/pixmaps/claws-mail_logo-small.xpm
1139                 implement a (slightly) different About
1140                 dialog for maemo and add a small version
1141                 of the logo for it
1142         * src/wizard.c
1143                 use a scrolled window for wizard page 1
1144                 on maemo
1145
1146 2007-07-19 [paul]       2.10.0cvs45
1147
1148         * src/Makefile.am
1149                 too soon for this line
1150
1151 2007-07-19 [paul]       2.10.0cvs44
1152
1153         * src/Makefile.am
1154                 fix build on n800
1155
1156 2007-07-19 [colin]      2.10.0cvs43
1157
1158         * src/wizard.c
1159                 Solve Mail/Mailbox name when specifying
1160                 full /path/to/Mail.
1161
1162 2007-07-18 [colin]      2.10.0cvs42
1163
1164         * src/inc.c
1165         * configure.ac
1166                 Fix build on n770
1167
1168 2007-07-18 [colin]      2.10.0cvs41
1169
1170         * src/inc.c
1171                 Maemo: plug the online/offline system into
1172                 maemo's interfaces to have Claws automatically
1173                 switch according to the system status
1174         * src/statusbar.c
1175                 Maemo: use HildonBanners to display status
1176                 messages. Renders the main statusbar useless.
1177
1178 2007-07-18 [paul]       2.10.0cvs40
1179
1180         * src/filtering.c
1181                 fix screen blanking on moving/copying many msgs
1182         * src/folder.c
1183                 fix processing progressbar and screen blanking
1184                 during processing
1185
1186 2007-07-18 [paul]       2.10.0cvs39
1187
1188         * src/messageview.c
1189                 revert cvs37, breakage on maemo
1190
1191 2007-07-18 [paul]       2.10.0cvs38
1192
1193         * src/gtk/gtkutils.c
1194                 make sure we can still build with older GTK's
1195
1196 2007-07-18 [colin]      2.10.0cvs37
1197
1198         * src/messageview.c
1199                 Only hide the small layout's messageview, instead
1200                 of destroying it when closing
1201         * src/gtk/gtkutils.c
1202                 Use gtk_window_present_with_time to popup windows,
1203                 it seems to make things better with modern WMs
1204                 (actually focusing)
1205
1206 2007-07-17 [colin]      2.10.0cvs36
1207
1208         * src/editaddress.c
1209                 Simplify layout on Maemo
1210         * src/folder.c
1211                 Fix possible crash
1212         * src/prefs_display_header.c
1213                 Remove some headers by default on Maemo
1214
1215 2007-07-17 [paul]       2.10.0cvs35
1216
1217         * src/prefs_common.c
1218         * src/prefs_common.h
1219         * src/prefs_logging.c
1220         * src/common/log.c
1221                 add options to stop/enable writing logs to disc
1222
1223 2007-07-17 [paul]       2.10.0cvs34
1224
1225         * src/edittags.c
1226                 fix some issues with the Apply tags window:
1227                 - set search column (enables autocompl in the treeview)
1228                 - apply tag from "New tag" if it existed
1229                 - clears New tag entry when adding it with the button
1230                 Thanks to Colin
1231
1232 2007-07-17 [paul]       2.10.0cvs33
1233
1234         * src/edittags.c
1235                 fix 'apply tags' dialogue weirdness
1236
1237 2007-07-16 [colin]      2.10.0cvs32
1238
1239         * src/toolbar.c
1240                 Fix double-loading of mails on Maemo
1241
1242 2007-07-16 [colin]      2.10.0cvs31
1243
1244         * src/messageview.c
1245                 Prevent double-loading of the same part under some
1246                 conditions; hide statusbar on Maemo
1247
1248 2007-07-16 [colin]      2.10.0cvs30
1249
1250         * src/edittags.c
1251         * src/edittags.h
1252         * src/mainwindow.c
1253         * src/summaryview.c
1254                 Improve the tag interface - allow
1255                 to set/unset tags from a special
1256                 window.
1257         * src/gtk/gtkvscrollbutton.c
1258         * src/mimeview.c
1259         * src/mimeview.h
1260         * src/stock_pixmap.c
1261                 Fix Mimeview's ugly hacks in the
1262                 icon list. 
1263
1264 2007-07-16 [paul]       2.10.0cvs29
1265
1266         * src/wizard.c
1267                 rework dialog
1268         * src/gtk/icon_legend.c
1269                 put it all in a scrolled window
1270
1271 2007-07-15 [colin]      2.10.0cvs28
1272
1273         * src/mainwindow.c
1274                 Maemo: force layout to be Small screen; the
1275                 others don't make sense
1276
1277 2007-07-14 [colin]      2.10.0cvs27
1278
1279         * src/mimeview.c
1280         * src/gtk/gtkvscrollbutton.c
1281                 Maemo: Fix mimeview's buttons size
1282
1283 2007-07-14 [colin]      2.10.0cvs26
1284
1285         * src/toolbar.c
1286                 Fix the button workaround fix.
1287                 (Use the correct variable)
1288
1289 2007-07-14 [colin]      2.10.0cvs25
1290
1291         * src/mainwindow.c
1292         * src/toolbar.c
1293                 Maemo: put the progress bar in the
1294                 toolbar
1295
1296 2007-07-14 [colin]      2.10.0cvs24
1297
1298         * src/prefs_common.c
1299                 Maemo: hide statusbar by default
1300         * src/Makefile.am
1301         * src/stock_pixmap.c
1302         * src/stock_pixmap.h
1303         * src/toolbar.c
1304         * src/pixmaps/go_folders.xpm
1305                 Maemo: Add a specific icon to go back to
1306                 folder list
1307
1308 2007-07-14 [colin]      2.10.0cvs23
1309
1310         * src/toolbar.c
1311                 Don't set homogeneous finally
1312
1313 2007-07-14 [colin]      2.10.0cvs22
1314
1315         * src/toolbar.c
1316                 Fix button show/hide issues
1317
1318 2007-07-14 [colin]      2.10.0cvs21
1319
1320         * src/toolbar.c
1321                 Fix huge arrows
1322                 Fix button workaround to be able to click
1323                 if mouse was on button when it went un-
1324                 sensitive.
1325                 Revert previous commit, gtk_tool_item_set_homogeneous
1326                 doesn't mean what it seems to mean ;-)
1327
1328 2007-07-14 [paul]       2.10.0cvs20
1329
1330         * src/toolbar.c
1331                 make homogeneous FALSE always
1332
1333 2007-07-13 [colin]      2.10.0cvs19
1334
1335         * src/toolbar.c
1336         * src/toolbar.h
1337                 Rework to fit the non-deprecated API
1338         * src/compose.c
1339         * src/folderview.c
1340         * src/mainwindow.c
1341         * src/messageview.c
1342         * src/summaryview.c
1343                 Maemo layout changes. Better toolbars,
1344                 removal of CTree headers. 
1345
1346 2007-07-13 [paul]       2.10.0cvs18
1347
1348         * src/gtk/colorlabel.c
1349                 fix bug 1261, '[DE] coloring messages in overview 
1350                 keys are not localised'
1351                 the string is now included in claws-mail.pot
1352
1353 2007-07-13 [colin]      2.10.0cvs17
1354
1355         * src/summaryview.c
1356                 Fix bug 1267, 'printing mutliple messages 
1357                 opens one message-dialog after the other'
1358                 Ask for confirmation when printing 10
1359                 messages or more.
1360
1361 2007-07-11 [colin]      2.10.0cvs16
1362
1363         * COPYING
1364         * README
1365         * autogen.sh
1366         * manual/claws-mail-manual.xml
1367         * manual/gpl.xml
1368         * manual/es/claws-mail-manual.xml
1369         * manual/es/gpl.xml
1370         * manual/fr/claws-mail-manual.xml
1371         * manual/fr/gpl.xml
1372         * manual/pl/gpl.xml
1373         * src/account.c
1374         * src/account.h
1375         * src/action.c
1376         * src/action.h
1377         * src/adbookbase.h
1378         * src/addr_compl.c
1379         * src/addr_compl.h
1380         * src/addrbook.c
1381         * src/addrbook.h
1382         * src/addrcache.c
1383         * src/addrcache.h
1384         * src/addrcindex.c
1385         * src/addrcindex.h
1386         * src/addrclip.c
1387         * src/addrclip.h
1388         * src/addrdefs.h
1389         * src/addressadd.c
1390         * src/addressadd.h
1391         * src/addressbook.c
1392         * src/addressbook.h
1393         * src/addressbook_foldersel.c
1394         * src/addressbook_foldersel.h
1395         * src/addressitem.h
1396         * src/addrgather.c
1397         * src/addrgather.h
1398         * src/addrharvest.c
1399         * src/addrharvest.h
1400         * src/addrindex.c
1401         * src/addrindex.h
1402         * src/addritem.c
1403         * src/addritem.h
1404         * src/addrquery.c
1405         * src/addrquery.h
1406         * src/addrselect.c
1407         * src/addrselect.h
1408         * src/alertpanel.c
1409         * src/alertpanel.h
1410         * src/browseldap.c
1411         * src/browseldap.h
1412         * src/codeconv.c
1413         * src/codeconv.h
1414         * src/compose.c
1415         * src/compose.h
1416         * src/crash.c
1417         * src/crash.h
1418         * src/customheader.c
1419         * src/customheader.h
1420         * src/displayheader.c
1421         * src/displayheader.h
1422         * src/editaddress.c
1423         * src/editaddress.h
1424         * src/editaddress_other_attributes_ldap.c
1425         * src/editaddress_other_attributes_ldap.h
1426         * src/editbook.c
1427         * src/editbook.h
1428         * src/editgroup.c
1429         * src/editgroup.h
1430         * src/editjpilot.c
1431         * src/editjpilot.h
1432         * src/editldap.c
1433         * src/editldap.h
1434         * src/editldap_basedn.c
1435         * src/editldap_basedn.h
1436         * src/edittags.c
1437         * src/edittags.h
1438         * src/editvcard.c
1439         * src/editvcard.h
1440         * src/enriched.c
1441         * src/enriched.h
1442         * src/exphtmldlg.c
1443         * src/exphtmldlg.h
1444         * src/expldifdlg.c
1445         * src/expldifdlg.h
1446         * src/export.c
1447         * src/export.h
1448         * src/exporthtml.c
1449         * src/exporthtml.h
1450         * src/exportldif.c
1451         * src/exportldif.h
1452         * src/filtering.c
1453         * src/filtering.h
1454         * src/folder.c
1455         * src/folder.h
1456         * src/folder_item_prefs.c
1457         * src/folder_item_prefs.h
1458         * src/foldersel.c
1459         * src/foldersel.h
1460         * src/folderutils.c
1461         * src/folderutils.h
1462         * src/folderview.c
1463         * src/folderview.h
1464         * src/gedit-print.c
1465         * src/gedit-print.h
1466         * src/grouplistdialog.c
1467         * src/grouplistdialog.h
1468         * src/headerview.c
1469         * src/headerview.h
1470         * src/html.c
1471         * src/html.h
1472         * src/image_viewer.c
1473         * src/image_viewer.h
1474         * src/imap.c
1475         * src/imap.h
1476         * src/imap_gtk.c
1477         * src/imap_gtk.h
1478         * src/import.c
1479         * src/import.h
1480         * src/importldif.c
1481         * src/importldif.h
1482         * src/importmutt.c
1483         * src/importmutt.h
1484         * src/importpine.c
1485         * src/importpine.h
1486         * src/inc.c
1487         * src/inc.h
1488         * src/jpilot.c
1489         * src/jpilot.h
1490         * src/ldapctrl.c
1491         * src/ldapctrl.h
1492         * src/ldaplocate.c
1493         * src/ldaplocate.h
1494         * src/ldapquery.c
1495         * src/ldapquery.h
1496         * src/ldapserver.c
1497         * src/ldapserver.h
1498         * src/ldapupdate.c
1499         * src/ldapupdate.h
1500         * src/ldaputil.c
1501         * src/ldaputil.h
1502         * src/ldif.c
1503         * src/ldif.h
1504         * src/localfolder.c
1505         * src/localfolder.h
1506         * src/main.c
1507         * src/main.h
1508         * src/mainwindow.c
1509         * src/mainwindow.h
1510         * src/manual.c
1511         * src/manual.h
1512         * src/matcher.c
1513         * src/matcher.h
1514         * src/matcher_parser.h
1515         * src/matcher_parser_lex.l
1516         * src/matcher_parser_parse.y
1517         * src/mbox.c
1518         * src/mbox.h
1519         * src/message_search.c
1520         * src/message_search.h
1521         * src/messageview.c
1522         * src/messageview.h
1523         * src/mh.c
1524         * src/mh.h
1525         * src/mh_gtk.c
1526         * src/mh_gtk.h
1527         * src/mimeview.c
1528         * src/mimeview.h
1529         * src/msgcache.c
1530         * src/msgcache.h
1531         * src/mutt.c
1532         * src/mutt.h
1533         * src/news.c
1534         * src/news.h
1535         * src/news_gtk.c
1536         * src/news_gtk.h
1537         * src/noticeview.c
1538         * src/noticeview.h
1539         * src/partial_download.c
1540         * src/partial_download.h
1541         * src/pine.c
1542         * src/pine.h
1543         * src/pop.c
1544         * src/pop.h
1545         * src/prefs_account.c
1546         * src/prefs_account.h
1547         * src/prefs_actions.c
1548         * src/prefs_actions.h
1549         * src/prefs_common.c
1550         * src/prefs_common.h
1551         * src/prefs_compose_writing.c
1552         * src/prefs_compose_writing.h
1553         * src/prefs_customheader.c
1554         * src/prefs_customheader.h
1555         * src/prefs_display_header.c
1556         * src/prefs_display_header.h
1557         * src/prefs_ext_prog.c
1558         * src/prefs_ext_prog.h
1559         * src/prefs_filtering.c
1560         * src/prefs_filtering.h
1561         * src/prefs_filtering_action.c
1562         * src/prefs_filtering_action.h
1563         * src/prefs_folder_column.c
1564         * src/prefs_folder_column.h
1565         * src/prefs_folder_item.c
1566         * src/prefs_folder_item.h
1567         * src/prefs_fonts.c
1568         * src/prefs_fonts.h
1569         * src/prefs_gtk.c
1570         * src/prefs_gtk.h
1571         * src/prefs_image_viewer.c
1572         * src/prefs_image_viewer.h
1573         * src/prefs_logging.c
1574         * src/prefs_logging.h
1575         * src/prefs_matcher.c
1576         * src/prefs_matcher.h
1577         * src/prefs_message.c
1578         * src/prefs_message.h
1579         * src/prefs_msg_colors.c
1580         * src/prefs_msg_colors.h
1581         * src/prefs_other.c
1582         * src/prefs_other.h
1583         * src/prefs_quote.c
1584         * src/prefs_quote.h
1585         * src/prefs_receive.c
1586         * src/prefs_receive.h
1587         * src/prefs_send.c
1588         * src/prefs_send.h
1589         * src/prefs_spelling.c
1590         * src/prefs_spelling.h
1591         * src/prefs_summaries.c
1592         * src/prefs_summaries.h
1593         * src/prefs_summary_column.c
1594         * src/prefs_summary_column.h
1595         * src/prefs_summary_open.c
1596         * src/prefs_summary_open.h
1597         * src/prefs_template.c
1598         * src/prefs_template.h
1599         * src/prefs_themes.c
1600         * src/prefs_themes.h
1601         * src/prefs_toolbar.c
1602         * src/prefs_toolbar.h
1603         * src/prefs_wrapping.c
1604         * src/prefs_wrapping.h
1605         * src/privacy.c
1606         * src/privacy.h
1607         * src/procheader.c
1608         * src/procheader.h
1609         * src/procmime.c
1610         * src/procmime.h
1611         * src/procmsg.c
1612         * src/procmsg.h
1613         * src/quote_fmt.c
1614         * src/quote_fmt_lex.l
1615         * src/quote_fmt_parse.y
1616         * src/recv.c
1617         * src/recv.h
1618         * src/remotefolder.c
1619         * src/remotefolder.h
1620         * src/send_message.c
1621         * src/send_message.h
1622         * src/setup.c
1623         * src/setup.h
1624         * src/simple-gettext.c
1625         * src/sourcewindow.c
1626         * src/sourcewindow.h
1627         * src/ssl_manager.c
1628         * src/ssl_manager.h
1629         * src/statusbar.c
1630         * src/statusbar.h
1631         * src/stock_pixmap.c
1632         * src/stock_pixmap.h
1633         * src/summary_search.c
1634         * src/summary_search.h
1635         * src/summaryview.c
1636         * src/summaryview.h
1637         * src/textview.c
1638         * src/textview.h
1639         * src/toolbar.c
1640         * src/toolbar.h
1641         * src/undo.c
1642         * src/undo.h
1643         * src/unmime.c
1644         * src/unmime.h
1645         * src/uri_opener.c
1646         * src/uri_opener.h
1647         * src/vcard.c
1648         * src/vcard.h
1649         * src/wizard.c
1650         * src/wizard.h
1651         * src/common/base64.c
1652         * src/common/base64.h
1653         * src/common/claws.c
1654         * src/common/claws.h
1655         * src/common/defs.h
1656         * src/common/fnmatch.c
1657         * src/common/fnmatch.h
1658         * src/common/fnmatch_loop.c
1659         * src/common/hooks.c
1660         * src/common/hooks.h
1661         * src/common/log.c
1662         * src/common/log.h
1663         * src/common/md5.c
1664         * src/common/md5.h
1665         * src/common/mgutils.c
1666         * src/common/mgutils.h
1667         * src/common/nntp.c
1668         * src/common/nntp.h
1669         * src/common/passcrypt.c
1670         * src/common/passcrypt.h.in
1671         * src/common/plugin.c
1672         * src/common/plugin.h
1673         * src/common/prefs.c
1674         * src/common/prefs.h
1675         * src/common/progressindicator.c
1676         * src/common/progressindicator.h
1677         * src/common/quoted-printable.c
1678         * src/common/quoted-printable.h
1679         * src/common/session.c
1680         * src/common/session.h
1681         * src/common/smtp.c
1682         * src/common/smtp.h
1683         * src/common/socket.c
1684         * src/common/socket.h
1685         * src/common/ssl.c
1686         * src/common/ssl.h
1687         * src/common/ssl_certificate.c
1688         * src/common/ssl_certificate.h
1689         * src/common/string_match.c
1690         * src/common/string_match.h
1691         * src/common/stringtable.c
1692         * src/common/stringtable.h
1693         * src/common/tags.c
1694         * src/common/tags.h
1695         * src/common/template.c
1696         * src/common/template.h
1697         * src/common/timing.h
1698         * src/common/utils.c
1699         * src/common/utils.h
1700         * src/common/uuencode.c
1701         * src/common/uuencode.h
1702         * src/common/version.h.in
1703         * src/common/w32_dirent.c
1704         * src/common/w32_reg.c
1705         * src/common/w32_signal.c
1706         * src/common/w32_stat.c
1707         * src/common/w32_stdlib.c
1708         * src/common/w32_string.c
1709         * src/common/w32_time.c
1710         * src/common/w32_unistd.c
1711         * src/common/w32_wait.c
1712         * src/common/w32lib.h
1713         * src/common/xml.c
1714         * src/common/xml.h
1715         * src/common/xmlprops.c
1716         * src/common/xmlprops.h
1717         * src/etpan/etpan-errors.h
1718         * src/etpan/etpan-thread-manager-types.h
1719         * src/etpan/etpan-thread-manager.c
1720         * src/etpan/etpan-thread-manager.h
1721         * src/etpan/imap-thread.c
1722         * src/etpan/imap-thread.h
1723         * src/gtk/about.c
1724         * src/gtk/about.h
1725         * src/gtk/colorlabel.c
1726         * src/gtk/colorlabel.h
1727         * src/gtk/colorsel.c
1728         * src/gtk/colorsel.h
1729         * src/gtk/combobox.c
1730         * src/gtk/combobox.h
1731         * src/gtk/description_window.c
1732         * src/gtk/description_window.h
1733         * src/gtk/filesel.c
1734         * src/gtk/filesel.h
1735         * src/gtk/foldersort.c
1736         * src/gtk/foldersort.h
1737         * src/gtk/gtkaspell.c
1738         * src/gtk/gtkaspell.h
1739         * src/gtk/gtksctree.c
1740         * src/gtk/gtkshruler.c
1741         * src/gtk/gtkshruler.h
1742         * src/gtk/gtksourceprintjob.c
1743         * src/gtk/gtksourceprintjob.h
1744         * src/gtk/gtkutils.c
1745         * src/gtk/gtkutils.h
1746         * src/gtk/gtkvscrollbutton.c
1747         * src/gtk/gtkvscrollbutton.h
1748         * src/gtk/icon_legend.c
1749         * src/gtk/icon_legend.h
1750         * src/gtk/inputdialog.c
1751         * src/gtk/inputdialog.h
1752         * src/gtk/logwindow.c
1753         * src/gtk/logwindow.h
1754         * src/gtk/manage_window.c
1755         * src/gtk/manage_window.h
1756         * src/gtk/menu.c
1757         * src/gtk/menu.h
1758         * src/gtk/pluginwindow.c
1759         * src/gtk/pluginwindow.h
1760         * src/gtk/prefswindow.c
1761         * src/gtk/prefswindow.h
1762         * src/gtk/progressdialog.c
1763         * src/gtk/progressdialog.h
1764         * src/gtk/quicksearch.c
1765         * src/gtk/quicksearch.h
1766         * src/gtk/sslcertwindow.c
1767         * src/gtk/sslcertwindow.h
1768         * src/plugins/bogofilter/bogofilter.c
1769         * src/plugins/bogofilter/bogofilter.h
1770         * src/plugins/bogofilter/bogofilter_gtk.c
1771         * src/plugins/clamav/clamav_plugin.c
1772         * src/plugins/clamav/clamav_plugin.h
1773         * src/plugins/clamav/clamav_plugin_gtk.c
1774         * src/plugins/demo/demo.c
1775         * src/plugins/dillo_viewer/dillo_prefs.c
1776         * src/plugins/dillo_viewer/dillo_prefs.h
1777         * src/plugins/dillo_viewer/dillo_viewer.c
1778         * src/plugins/pgpcore/passphrase.c
1779         * src/plugins/pgpcore/passphrase.h
1780         * src/plugins/pgpcore/pgp_viewer.c
1781         * src/plugins/pgpcore/pgp_viewer.h
1782         * src/plugins/pgpcore/plugin.c
1783         * src/plugins/pgpcore/prefs_gpg.c
1784         * src/plugins/pgpcore/prefs_gpg.h
1785         * src/plugins/pgpcore/select-keys.c
1786         * src/plugins/pgpcore/select-keys.h
1787         * src/plugins/pgpcore/sgpgme.c
1788         * src/plugins/pgpcore/sgpgme.h
1789         * src/plugins/pgpinline/pgpinline.c
1790         * src/plugins/pgpinline/pgpinline.h
1791         * src/plugins/pgpinline/plugin.c
1792         * src/plugins/pgpmime/pgpmime.c
1793         * src/plugins/pgpmime/pgpmime.h
1794         * src/plugins/pgpmime/plugin.c
1795         * src/plugins/spamassassin/spamassassin.c
1796         * src/plugins/spamassassin/spamassassin.h
1797         * src/plugins/spamassassin/spamassassin_gtk.c
1798         * src/plugins/trayicon/trayicon.c
1799         * src/plugins/trayicon/trayicon_prefs.c
1800         * src/plugins/trayicon/trayicon_prefs.h
1801         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1802         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1803         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1804         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1805         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1806         * tools/OOo2claws-mail.pl
1807         * tools/README.sylprint
1808         * tools/acroread2claws-mail.pl
1809         * tools/claws-mail-compose-insert-files.pl
1810         * tools/convert_mbox.pl
1811         * tools/filter_conv.pl
1812         * tools/filter_conv_new.pl
1813         * tools/fix_date.sh
1814         * tools/freshmeat_search.pl
1815         * tools/google_search.pl
1816         * tools/kmail-mailbox2claws-mail.pl
1817         * tools/kmail2claws-mail.pl
1818         * tools/kmail2claws-mail_v2.pl
1819         * tools/mairix.sh
1820         * tools/make.themes.project
1821         * tools/multiwebsearch.pl
1822         * tools/nautilus2claws-mail.sh
1823         * tools/outlook2claws-mail.pl
1824         * tools/textviewer.sh
1825         * tools/thunderbird-filters-convertor.pl
1826         * tools/update-po
1827         * tools/uuooffice
1828         * tools/vcard2xml.py
1829         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1830                 Upgrade to GPLv3 or later.
1831
1832 2007-07-10 [wwp]        2.10.0cvs15
1833
1834         * src/main.c
1835                 Fix re-opening of all composing messages that were
1836                 opened when closing the previous instance, thanks
1837                 to Colin.
1838
1839 2007-07-10 [paul]       2.10.0cvs14
1840
1841         * src/editaddress_other_attributes_ldap.c
1842         * src/ldapupdate.c
1843                 fix crash on selecting 'other attributes' combo
1844                 for either a new entry or an old entry with no
1845                 existing attributes.
1846                 fix bug on editing multiple attributes which
1847                 resulted them all having the value of the last
1848                 one changed.
1849                 Thanks to Colin
1850
1851 2007-07-10 [colin]      2.10.0cvs13
1852
1853         * src/editaddress.c
1854         * src/editaddress_other_attributes_ldap.h
1855         * src/ldapupdate.c
1856                 Fix --disable-ldap build
1857
1858 2007-07-09 [colin]      2.10.0cvs12
1859
1860         * src/Makefile.am
1861         * src/addritem.c
1862         * src/addritem.h
1863         * src/editaddress.c
1864         * src/editaddress_other_attributes_ldap.c
1865         * src/editaddress_other_attributes_ldap.h
1866         * src/editldap.c
1867         * src/ldapctrl.c
1868         * src/ldapctrl.h
1869         * src/ldapupdate.c
1870                 Add capability to edit all inetOrgPerson
1871                 attributes on LDAP. Patch by Michael 
1872                 Rasmussen
1873
1874 2007-07-09 [colin]      2.10.0cvs11
1875
1876         * src/Makefile.am
1877         * src/exporthtml.c
1878         * src/mbox.c
1879         * src/msgcache.c
1880         * src/prefs_summaries.c
1881         * src/prefs_themes.c
1882         * src/procheader.c
1883         * src/common/Makefile.am
1884         * src/common/log.c
1885         * src/common/timing.h
1886         * src/common/utils.c
1887         * src/common/utils.h
1888         * src/common/w32_account.c
1889         * src/common/w32lib.h
1890         * src/gtk/Makefile.am
1891         * src/gtk/colorlabel.c
1892         * src/plugins/pgpcore/Makefile.am
1893         * src/plugins/pgpcore/claws.def
1894         * src/plugins/pgpcore/passphrase.c
1895         * src/plugins/pgpcore/pgp_viewer.c
1896         * src/plugins/pgpcore/plugin.def
1897         * src/plugins/pgpcore/sgpgme.c
1898         * src/plugins/pgpinline/Makefile.am
1899         * src/plugins/pgpinline/claws.def
1900         * src/plugins/pgpinline/mypgpcore.def
1901         * src/plugins/pgpinline/plugin.def
1902         * src/plugins/pgpmime/Makefile.am
1903         * src/plugins/pgpmime/claws.def
1904         * src/plugins/pgpmime/mypgpcore.def
1905         * src/plugins/pgpmime/plugin.def
1906                 Commit win32 patch, from Werner Koch and
1907                 Marcus Brinkmann
1908
1909 2007-07-09 [colin]      2.10.0cvs10
1910
1911         * src/prefs_toolbar.c
1912                 Fix crash when no actions exist
1913
1914 2007-07-07 [paul]       2.10.0cvs9
1915
1916         * COPYING
1917         * manual/claws-mail-manual.xml
1918                 update copyright year
1919         * po/fi.po
1920                 updated by Flammie Pirinen
1921
1922 2007-07-05 [wwp]        2.10.0cvs8
1923
1924         * src/plugins/clamav/clamav_plugin_gtk.c
1925                 Make vertical spacing like in other plugin prefs pages.
1926
1927 2007-07-05 [wwp]        2.10.0cvs7
1928
1929         * src/quote_fmt.c
1930                 It's %am that works, not %ae (this doc incoherence has been
1931                 introduced with 2.9.2cvs13).
1932
1933 2007-07-04 [wwp]        2.10.0cvs6
1934
1935         * src/plugins/bogofilter/bogofilter.c
1936                 Gettext-ize an occurrence of "Any" that wasn't.
1937
1938 2007-07-04 [colin]      2.10.0cvs5
1939
1940         * po/POTFILES.in
1941                 Fix untranslated strings; thanks
1942                 to Pader Rezso.
1943
1944 2007-07-03 [colin]      2.10.0cvs4
1945
1946         * src/folder.c
1947         * src/mainwindow.c
1948                 Fix saving of sort mode for tags and
1949                 thread date. Thanks to Pierre Ossman.
1950                 Completes fix for bug 1233
1951
1952 2007-07-03 [paul]       2.10.0cvs3
1953
1954         * src/compose.c
1955                 fix auto-save
1956         * src/summaryview.c
1957                 fix build warnings
1958         Thanks to Colin
1959
1960 2007-07-02 [colin]      2.10.0cvs2
1961
1962         * src/folder.h
1963         * src/mainwindow.c
1964         * src/procmsg.h
1965         * src/summaryview.c
1966                 Add View/Sort/by Thread date
1967                 Fixes bug 1233, 'Capability to sort 
1968                 threads by most recent message'
1969                 Based on a patch by Paul Rolland
1970
1971 2007-07-02 [colin]      2.10.0cvs1
1972
1973         * src/Makefile.am
1974         * src/compose.c
1975         * src/edittags.c
1976         * src/edittags.h
1977         * src/filtering.c
1978         * src/folder.c
1979         * src/folder.h
1980         * src/headerview.c
1981         * src/headerview.h
1982         * src/main.c
1983         * src/mainwindow.c
1984         * src/mainwindow.h
1985         * src/manual.h
1986         * src/matcher.c
1987         * src/matcher.h
1988         * src/matcher_parser_parse.y
1989         * src/mimeview.c
1990         * src/msgcache.c
1991         * src/msgcache.h
1992         * src/prefs_common.c
1993         * src/prefs_common.h
1994         * src/prefs_filtering_action.c
1995         * src/prefs_matcher.c
1996         * src/prefs_summary_column.c
1997         * src/procmsg.c
1998         * src/procmsg.h
1999         * src/quote_fmt.c
2000         * src/quote_fmt_lex.l
2001         * src/quote_fmt_parse.y
2002         * src/summaryview.c
2003         * src/summaryview.h
2004         * src/textview.c
2005         * src/common/Makefile.am
2006         * src/common/defs.h
2007         * src/common/tags.c
2008         * src/common/tags.h
2009         * src/gtk/quicksearch.c
2010         * src/gtk/quicksearch.h
2011                 Add Tags implementation. Tags are arbitrary labels
2012                 that can be applied to messages. It is possible 
2013                 to create, edit, remove tags; apply them to mails;
2014                 filter on tags or tag presence; apply or unset
2015                 tags via filtering actions; reference tags in
2016                 reply templates.
2017
2018 2007-07-02 [paul]       2.10.0
2019
2020         * NEWS
2021         * README
2022         * RELEASE_NOTES
2023                 2.10.0 released
2024
2025 2007-07-02 [paul]       2.9.2cvs78
2026
2027         * po/de.po
2028         * po/en_GB.po
2029         * po/es.po
2030         * po/fr.po
2031         * po/hu.po
2032         * po/pt_BR.po
2033         * po/ru.po
2034         * po/zh_CN.po
2035                 updated by Stephan Sachse, me, Ricardo Mones
2036                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2037                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2038
2039 2007-07-02 [paul]       2.9.2cvs77
2040
2041         * AUTHORS
2042                 updated
2043
2044 2007-06-29 [wwp]        2.9.2cvs76
2045
2046         * src/gtk/headers.h
2047                 Fix a typo (thanks to Ricardo for finding this out).
2048
2049 2007-06-28 [paul]       2.9.2cvs75
2050
2051         * src/folderview.c
2052                 fix build warnings
2053
2054 2007-06-28 [paul]       2.9.2cvs74
2055
2056         * tools/Makefile.am
2057                 fix bug in the autotools build system.
2058                 Files cataloged under EXTRA_DIST were never
2059                 automatically copied to the build tree.
2060                 (fix 'make distcheck')
2061                 Patch by Michael Rasmussen.
2062
2063 2007-06-24 [colin]      2.9.2cvs73
2064
2065         * src/news_gtk.c
2066                 Fix bug 1249, 'Error handling for 
2067                 news errors needs modification'
2068                 Only popup error if the according
2069                 pref in Prefs/Receive is set.
2070
2071 2007-06-21 [colin]      2.9.2cvs72
2072
2073         * src/common/plugin.c
2074         * src/common/plugin.h
2075                 Change plugin API to know whether it's safe to 
2076                 unload plugins or whether we should just hide
2077                 them. Fixes bug 1248, 'Core dumps after 
2078                 unloading plugin and clicking on load plugins'
2079         * src/plugins/bogofilter/bogofilter.c
2080         * src/plugins/clamav/clamav_plugin.c
2081         * src/plugins/demo/demo.c
2082         * src/plugins/dillo_viewer/dillo_viewer.c
2083         * src/plugins/pgpcore/plugin.c
2084         * src/plugins/pgpinline/plugin.c
2085         * src/plugins/pgpmime/plugin.c
2086         * src/plugins/spamassassin/spamassassin.c
2087         * src/plugins/trayicon/trayicon.c
2088                 Update API
2089
2090 2007-06-19 [colin]      2.9.2cvs71
2091
2092         * src/compose.c
2093         * src/messageview.c
2094                 Fix crash mentioned in bug 1246
2095                 Race condition when automatically drafting
2096                 due to insertion on reedit.
2097
2098 2007-06-18 [wwp]        2.9.2cvs70
2099
2100         * src/importldif.c
2101                 LDIF import: use a "Proceed" button to complete
2102                 the process.
2103
2104 2007-06-18 [paul]       2.9.2cvs69
2105
2106         * configure.ac
2107                 use pkgconfig to check for gtk and glib
2108
2109 2007-06-17 [wwp]        2.9.2cvs68
2110
2111         * src/ldif.c
2112         * src/importldif.c
2113                 LDIF import: better error handling, minor code
2114                 and UI cleanup, and renamed the Save button
2115                 to Close, as imported stuff is already saved
2116                 when the Save button is shown.
2117
2118 2007-06-17 [colin]      2.9.2cvs67
2119
2120         * src/prefs_summaries.c
2121         * src/procmsg.c
2122                 Don't set as read when forwarded, only replied to
2123
2124 2007-06-17 [paul]       2.9.2cvs66
2125
2126         * src/alertpanel.c
2127                 add missing #include
2128
2129 2007-06-16 [colin]      2.9.2cvs65
2130
2131         * src/prefs_summaries.c
2132         * src/procmsg.c
2133                 Change the pref "Only mark as read when opened
2134                 in new window" to "..., replied to or forwarded".
2135                 Based on a patch by Paul Rolland.
2136
2137 2007-06-16 [paul]       2.9.2cvs64
2138
2139         * src/gtk/authors.h
2140                 alphabetical order! :)
2141
2142 2007-06-16 [colin]      2.9.2cvs63
2143
2144         * AUTHORS
2145         * src/gtk/authors.h
2146                 Add Michael Rasmussen in authors list
2147
2148 2007-06-16 [colin]      2.9.2cvs62
2149
2150         * src/messageview.c
2151                 Fix messageview_copy_clipboard to take advantage
2152                 of plugins' get_selection.
2153
2154 2007-06-15 [colin]      2.9.2cvs61
2155
2156         * src/action.c
2157         * src/addr_compl.c
2158         * src/addressbook.c
2159         * src/folderview.c
2160         * src/message_search.c
2161         * src/mimeview.c
2162         * src/summary_search.c
2163         * src/summaryview.c
2164         * src/textview.c
2165                 Allow GDK_KP_Enter to do the same as GDK_Return
2166                 Patch by Michael Rasmussen
2167
2168 2007-06-15 [paul]       2.9.2cvs60
2169
2170         * src/compose.c
2171                 fix bug when closing a compose window
2172                 during autosave
2173
2174 2007-06-14 [paul]       2.9.2cvs59
2175
2176         * src/main.c
2177         * src/common/defs.h
2178                 migrate sylpheed config
2179
2180 2007-06-14 [wwp]        2.9.2cvs58
2181
2182         * src/gtk/pluginwindow.c
2183                 Yet another attempt to fix sizing/alignment of the
2184                 button bar in plugins window.
2185
2186 2007-06-12 [colin]      2.9.2cvs57
2187
2188         * po/POTFILES.in
2189         * src/Makefile.am
2190         * src/folderview.c
2191         * src/prefs_common.c
2192         * src/prefs_common.h
2193         * src/prefs_summaries.c
2194         * src/prefs_summary_open.c
2195         * src/prefs_summary_open.h
2196         * src/summaryview.c
2197                 Make "when entering a folder" actions more personalisable
2198
2199 2007-06-12 [wwp]        2.9.2cvs56
2200
2201         * tools/README
2202                 Use short description from Paul (mairix.sh).
2203
2204 2007-06-12 [wwp]        2.9.2cvs55
2205
2206         * tools/README
2207                 Updated info about mairix.sh.
2208
2209 2007-06-11 [paul]       2.9.2cvs54
2210
2211         * src/prefs_logging.c
2212                 rework log window length widgets
2213                 and some sensitivity fixes
2214
2215 2007-06-11 [paul]       2.9.2cvs53
2216
2217         * src/mainwindow.c
2218         * src/prefs_logging.c
2219                 rename 'Protocol Log' to 'Network Log'
2220                 and some function renaming
2221
2222 2007-06-10 [wwp]        2.9.2cvs52
2223
2224         * src/gtk/pluginwindow.c
2225                 Revert 2.9.2cvs51.
2226
2227 2007-06-10 [wwp]        2.9.2cvs51
2228
2229         * src/gtk/pluginwindow.c
2230                 Fix button bar in plugin window, was centered and not
2231                 behaving like other dialogs w/ such button bar.
2232
2233 2007-06-08 [wwp]        2.9.2cvs50
2234
2235         * src/compose.c
2236         * src/compose.h
2237         * src/main.c
2238         * src/mainwindow.c
2239         * src/mainwindow.h
2240                 Provide a way out of automatic draft saving on IMAP, when
2241                 exiting offline.
2242                 Prevent drafting while sending and quitting while sending.
2243                 Thanks for Colin.
2244
2245
2246
2247 2007-06-08 [wwp]        2.9.2cvs49
2248
2249         * src/prefs_account.c
2250         * src/gtk/prefswindow.c
2251         * src/gtk/prefswindow.h
2252                 Activate the Basic page when opening account prefs.
2253
2254 2007-06-08 [wwp]        2.9.2cvs48
2255
2256         * src/common/socket.c
2257                 Don't crash if fork() fails, thanks to Colin.
2258
2259 2007-06-08 [wwp]        2.9.2cvs47
2260
2261         * src/gtk/prefswindow.c
2262                 Wrap some long lines, and reset horizontal scroller's adjusment
2263                 (this was already done, vertically), when changing tab (not page)
2264                 in prefs windows.
2265
2266 2007-06-08 [paul]       2.9.2cvs46
2267
2268         * src/common/utils.c
2269                 use gethostname() instead of uname()
2270                 based on a patch by Michael Hughes
2271                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2272
2273 2007-06-07 [wwp]        2.9.2cvs45
2274
2275         * src/prefs_common.c
2276                 Fix some useless warnings, thanks to Colin.
2277
2278 2007-06-06 [colin]      2.9.2cvs44
2279
2280         * src/ldapupdate.c
2281                 Fix strange allocations. 
2282
2283 2007-06-06 [colin]      2.9.2cvs43
2284
2285         * src/ldapupdate.c
2286                 Patch by Michael Rasmussus to help
2287                 bug 1232
2288
2289 2007-06-05 [wwp]        2.9.2cvs42
2290
2291         * src/prefs_account.c
2292         * src/prefs_folder_item.c
2293         * src/prefs_quote.c
2294         * src/quote_fmt.c
2295         * src/quote_fmt.h
2296                 Per-folder templates can now be applied recursively.
2297                 Always save per-folder templates (formats were erroneously
2298                 saved only if they were enabled).
2299                 Check for validity of quotation marks everywhere there
2300                 are defined.
2301
2302 2007-06-05 [wwp]        2.9.2cvs41
2303
2304         * src/inc.c
2305                 Fix incoming messages from local accounts always getting filtered
2306                 (even if the account prefs say don't), thanks to Colin.
2307
2308 2007-06-05 [wwp]        2.9.2cvs40
2309
2310         * src/compose.c
2311         * src/compose.h
2312                 Use per-folder/per-account quote chars when applying a
2313                 template or inserting text as well. Const'ify some
2314                 vars more.
2315
2316 2007-06-04 [colin]      2.9.2cvs39
2317
2318         * src/compose.c
2319                 More work for wwp :)
2320
2321 2007-06-04 [wwp]        2.9.2cvs38
2322
2323         * src/compose.c
2324                 Same as 2.9.2cvs36 but for forwarding.
2325
2326 2007-06-04 [colin]      2.9.2cvs37
2327
2328         * src/compose.c
2329                 Use original mail file for forward/redirect
2330                 Fixes some forwarded mails to be attached as
2331                 application/octet-stream (when they have binary
2332                 parts), and incidentally fixes bug 848
2333                 'Redirect breaks GnuPG'
2334
2335 2007-06-04 [wwp]        2.9.2cvs36
2336
2337         * src/compose.c
2338                 Fix quote mark mis-initialisation when replying/forwarding
2339                 (introduced w/ 2.9.2cvs20).
2340
2341 2007-06-04 [wwp]        2.9.2cvs35
2342
2343         * src/prefs_compose_writing.c
2344         * src/prefs_quote.c
2345                 Fix a bug where Quotation characters (prefs/compose/writing)
2346                 was cleared (introduced w/ 2.9.2cvs26).
2347
2348 2007-06-04 [wwp]        2.9.2cvs34
2349
2350         * src/prefs_account.c
2351         * src/prefs_account.h
2352                 Better fix for compiling w/o aspell (rollbacks
2353                 2.9.2cvs31).
2354
2355 2007-06-04 [wwp]        2.9.2cvs33
2356
2357         * src/account.c
2358         * src/prefs_account.c
2359         * src/prefs_account.h
2360         * src/procmsg.c
2361                 It's now possible to disable mail filtering plugins
2362                 on a per-account basis.
2363
2364 2007-06-04 [wwp]        2.9.2cvs32
2365
2366         * src/procheader.c
2367         * src/common/utils.c
2368         * src/common/utils.h
2369                 Support CRLF in headers part of messages.
2370                 Support few more date formats (RFC3339 subsets).
2371
2372 2007-06-04 [wwp]        2.9.2cvs31
2373
2374         * src/prefs_account.c
2375                 Fix compiling w/o aspell support.
2376
2377 2007-06-03 [wwp]        2.9.2cvs30
2378
2379         * src/prefs_gtk.c
2380                 Don't decode leading ENV_ and ~ in P_PASSWORD
2381                 values.
2382
2383 2007-06-03 [wwp]        2.9.2cvs29
2384
2385         * src/prefs_gtk.c
2386                 Don't decode leading ENV_ and ~ in P_PASSWORD
2387                 values.
2388
2389 2007-06-03 [wwp]        2.9.2cvs28
2390
2391         * src/prefs_account.c
2392         * src/gtk/prefswindow.c
2393         * src/gtk/prefswindow.h
2394                 Added a way to force preloading of all pages
2395                 (prefswindow).
2396                 Moved tabs to pages in account prefs.
2397
2398 2007-06-02 [colin]      2.9.2cvs27
2399
2400         * src/addressbook.c
2401                 Fix possible crash, fix ldap write bugs
2402         * src/ldapupdate.c
2403                 Fix ldap write bugs - patch by Michael
2404                 Rasmussen
2405         * src/alertpanel.c
2406         * src/alertpanel.h
2407                 Add a hook whenever alertpanel opens/closes
2408
2409 2007-05-31 [wwp]        2.9.2cvs26
2410
2411         * src/prefs_compose_writing.c
2412         * src/prefs_quote.c
2413                 Re-organized writing options a bit:
2414                  - renamed the Quoting page to Templates
2415                  - moved all composing templates to that page
2416                  - moved non-templates options to the Writing one,
2417                    grouped reply-related options, reordered reply and
2418                    forward options.
2419
2420 2007-05-31 [wwp]        2.9.2cvs25
2421
2422         * src/compose.c
2423                 Removed unused code.
2424
2425 2007-05-31 [colin]      2.9.2cvs24
2426
2427         * src/addressbook.c
2428                 Fix missing display name when modifying
2429                 LDAP. Patch by Michael Rasmussen
2430
2431 2007-05-31 [wwp]        2.9.2cvs23
2432
2433         * src/plugins/bogofilter/Makefile.am
2434         * src/plugins/clamav/Makefile.am
2435         * src/plugins/demo/Makefile.am
2436         * src/plugins/dillo_viewer/Makefile.am
2437         * src/plugins/spamassassin/Makefile.am
2438                 Fix building of those plugins in Mac OS X.
2439
2440 2007-05-30 [wwp]        2.9.2cvs22
2441
2442         * src/gtk/quicksearch.c
2443                 Fix missing initialization.
2444
2445 2007-05-30 [wwp]        2.9.2cvs21
2446
2447         * src/procheader.c
2448                 Revert accidental commit (debug outputs).
2449
2450 2007-05-30 [wwp]        2.9.2cvs20
2451
2452         * src/compose.c
2453         * src/folder_item_prefs.c
2454         * src/folder_item_prefs.h
2455         * src/prefs_account.c
2456         * src/prefs_account.h
2457         * src/prefs_folder_item.c
2458         * src/prefs_gtk.c
2459         * src/prefs_gtk.h
2460                 Implemented per-account and per-folder
2461                 compose/reply/forward formats.
2462
2463 2007-05-30 [wwp]        2.9.2cvs19
2464
2465         * src/prefs_compose_writing.c
2466         * src/prefs_quote.c
2467         * src/procheader.c
2468         * src/quote_fmt.c
2469         * src/quote_fmt.h
2470                 Internal API changes (factorize quote format
2471                 prefs and checks).
2472
2473 2007-05-30 [colin]      2.9.2cvs18
2474
2475         * src/compose.c
2476                 Fix race where it's possible to re-click Send
2477                 between end of SMTP session and end of "move to
2478                 sent folder" when sending an email with send
2479                 dialog enabled.
2480
2481 2007-05-30 [colin]      2.9.2cvs17
2482
2483         * src/crash.c
2484                 Ask for backtrace on all threads. Patch by
2485                 Pawel
2486         * src/folderview.c
2487                 Fix stale news statusbar when scanning fails.
2488                 Patch by Pawel
2489         * src/ldapupdate.c
2490                 Fix some LDAP write updates bugs. Patch
2491                 by Michael Rasmussen
2492
2493 2007-05-29 [colin]      2.9.2cvs16
2494
2495         * src/imap.c
2496                 Fix loss of local flags when moving mails
2497                 on IMAP in high-bandwidth mode (UID FETCH)
2498
2499 2007-05-25 [paul]       2.9.2cvs15
2500
2501         * src/common/socket.c
2502                 fix sometimes crasher on cancelling
2503                 message sending
2504
2505 2007-05-25 [colin]      2.9.2cvs14
2506
2507         * src/imap.c
2508                 Fix a memory leak
2509         * src/imap_gtk.c
2510                 Be more helpful in the subscription
2511                 message
2512
2513 2007-05-23 [wwp]        2.9.2cvs13
2514
2515         * src/compose.c
2516         * src/prefs_compose_writing.c
2517         * src/prefs_quote.c
2518         * src/prefs_template.c
2519         * src/prefs_template.h
2520         * src/quote_fmt.c
2521         * src/quote_fmt.h
2522         * src/quote_fmt_lex.l
2523         * src/quote_fmt_parse.y
2524                 Introduced new syntax elements (symbols and commands)
2525                 in templates/quote_fmt. Compatibility w/ old
2526                 symbols is kept.
2527                 Updated and reworked the corresponding Information
2528                 dialog.
2529                 Display the line number in dialogs that talk about
2530                 parser errors (in addition to the error message in
2531                 output).
2532
2533 2007-05-23 [wwp]        2.9.2cvs12
2534
2535         * src/quote_fmt_parse.y
2536                 Fix 2.9.2cvs11, probably a paste accident ;).
2537
2538 2007-05-23 [wwp]        2.9.2cvs11
2539
2540         * src/compose.c
2541         * src/prefs_template.c
2542         * src/quote_fmt.h
2543         * src/quote_fmt_parse.y
2544                 Fix 2.9.2cvs10, which broke --disable-aspell.
2545
2546 2007-05-22 [wwp]        2.9.2cvs10
2547
2548         * src/compose.c
2549         * src/prefs_template.c
2550         * src/quote_fmt.c
2551         * src/quote_fmt.h
2552         * src/quote_fmt_lex.l
2553         * src/quote_fmt_parse.y
2554         * src/gtk/gtkaspell.c
2555         * src/gtk/gtkaspell.h
2556                 Added template/quote format syntactical elements
2557                 to show and query:
2558                         - current dictionary
2559                           %T to show (shows empty if not set or not enabled),
2560                           ?T and !T to check if the default dictionary is
2561                           enabled and set
2562                         - current account's default dictionary
2563                           %aT to show (empty if not set or not enabled),
2564                           ?aT and !aT to check if it's enabled and set
2565                         - name completion for an address, from the address
2566                           book
2567                           %ABf, %ABt, %ABc respectively show the full name got
2568                           from the address book if From, To or Cc match a single
2569                           contact.
2570                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2571                           matches any contact and if the full name is non-empty.
2572                           If From, To or Cc are lists of email addresses, only
2573                           the first address will be checked.
2574                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2575                 that could show a trailing ','.
2576                 Also, template/quote_fmt parser now shows the line number in case
2577                 of parser error.
2578
2579 2007-05-15 [colin]      2.9.2cvs9
2580
2581         * src/main.c
2582         * src/main.h
2583                 Add a public function to know whether Claws
2584                 crashed last time
2585                 Store opened folder when exiting
2586         * src/folder.c
2587         * src/folder.h
2588                 Store last opened message in each FolderItem;
2589                 Reset last seen messages if Claws crashed, so 
2590                 that one can't go in an infinite crash in case 
2591                 a particular mail crashes Claws.
2592         * src/messageview.c
2593         * src/prefs_common.c
2594         * src/prefs_common.h
2595         * src/summaryview.c
2596         * src/prefs_summaries.c
2597                 Add "Select last opened message" when entering
2598                 a folder
2599                 Add "Select last opened folder" at startup.
2600
2601 2007-05-14 [colin]      2.9.2cvs8
2602
2603         * manual/xml2pdf
2604                 Fix bashism, search for xml catalog 
2605                 in /usr/local/share/xml/catalog too
2606                 Patch by Pawel
2607
2608 2007-05-13 [wwp]        2.9.2cvs7
2609
2610         * src/gtk/logwindow.c
2611                 fix raising log windows when they are either minimized or
2612                 in background.
2613
2614 2007-05-11 [colin]      2.9.2cvs6
2615
2616         * src/gtk/filesel.c
2617                 Use Hildon's file chooser on Maemo. Patch
2618                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2619                 'File attachment "manipulation" bugs...'
2620
2621 2007-05-10 [wwp]        2.9.2cvs5
2622
2623         * src/prefs_common.c
2624         * src/prefs_common.h
2625         * src/gtk/quicksearch.c
2626                 Add a quicksearch option to automatically run
2627                 a search selected from the history (this option
2628                 is exclusive towards type-ahead).
2629
2630 2007-05-10 [colin]      2.9.2cvs4
2631
2632         * src/imap.c
2633                 Fix g_warnings, thanks to Brian
2634                 Morrison
2635
2636 2007-05-09 [colin]      2.9.2cvs3
2637
2638         * src/crash.c
2639         * src/exporthtml.c
2640         * src/mbox.c
2641         * src/prefs_summaries.c
2642         * src/procheader.c
2643         * src/common/log.c
2644         * src/common/utils.c
2645         * src/gtk/gtksourceprintjob.c
2646         * src/gtk/sslcertwindow.c
2647                 Use the re-entrant variant of time functions
2648                 Probably fixes bug 1217, 'reentrancy problems 
2649                 with time functions'
2650
2651 2007-05-09 [colin]      2.9.2cvs2
2652
2653         * src/imap.c
2654                 Fix crasher when reconnection fails
2655
2656 2007-05-08 [paul]       2.9.2cvs1
2657
2658         * NEWS
2659         * README
2660         * RELEASE_NOTES
2661         * configure.ac
2662                 bump version number following
2663                 stable release
2664
2665 2007-05-08 [paul]       2.9.1cvs48
2666
2667         * src/plugins/demo/demo.c
2668         * src/plugins/dillo_viewer/dillo_prefs.c
2669         * src/plugins/dillo_viewer/dillo_prefs.h
2670         * src/plugins/dillo_viewer/dillo_viewer.c
2671         * src/plugins/pgpcore/pgp_viewer.c
2672         * src/plugins/pgpcore/pgp_viewer.h
2673         * src/plugins/pgpcore/plugin.c
2674         * src/plugins/pgpcore/prefs_gpg.c
2675         * src/plugins/pgpcore/prefs_gpg.h
2676         * src/plugins/pgpcore/sgpgme.c
2677         * src/plugins/pgpcore/sgpgme.h
2678         * src/plugins/pgpinline/plugin.c
2679         * src/plugins/pgpmime/pgpmime.c
2680         * src/plugins/pgpmime/pgpmime.h
2681         * src/plugins/pgpmime/plugin.c
2682         * src/plugins/spamassassin/spamassassin.c
2683         * src/plugins/spamassassin/spamassassin.h
2684         * src/plugins/spamassassin/spamassassin_gtk.c
2685         * src/plugins/trayicon/README
2686         * tools/README
2687         * tools/README.sylprint
2688         * tools/outlook2claws-mail.pl
2689         * tools/sylprint.pl
2690         * tools/tb2claws-mail
2691         * tools/tbird2claws.py
2692         * tools/update-po
2693         * tools/vcard2xml.py
2694         * tools/kdeservicemenu/README
2695                 cleanups and corrections
2696
2697 2007-05-06 [wwp]        2.9.1cvs47
2698
2699         * tools/uudec
2700                 Fix missing dash to `display` command-line, reported
2701                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2702
2703 2007-05-06 [colin]      2.9.1cvs46
2704
2705         * src/Makefile.am
2706         * src/stock_pixmap.c
2707         * src/stock_pixmap.h
2708         * src/pixmaps/printer.xpm
2709                 Add a printer icon
2710
2711 2007-05-06 [paul]       2.9.1cvs45
2712
2713         * src/compose.c
2714         * src/ldapquery.c
2715         * src/privacy.h
2716         * src/summary_search.c
2717         * src/summaryview.c
2718                 fix build warnings
2719
2720 2007-05-05 [wwp]        2.9.1cvs44
2721
2722         * src/messageview.c
2723         * src/mh.c
2724         * src/prefs_actions.c
2725         * src/prefs_gtk.c
2726         * src/summaryview.c
2727         * src/common/xml.c
2728                 Fix "faild" typos everywhere and capitalization of
2729                 some g_warnings.
2730
2731 2007-05-04 [colin]      2.9.1cvs43
2732
2733         * src/compose.c
2734         * src/privacy.c
2735         * src/privacy.h
2736         * src/plugins/pgpcore/prefs_gpg.c
2737         * src/plugins/pgpcore/prefs_gpg.h
2738         * src/plugins/pgpinline/pgpinline.c
2739         * src/plugins/pgpmime/pgpmime.c
2740                 Add an API to warn about encryption limits,
2741                 and allow to disable these warnings
2742
2743 2007-05-03 [colin]      2.9.1cvs42
2744
2745         * src/summaryview.c
2746         * src/mainwindow.c
2747                 Fix bug 1213, 'Delete more than 
2748                 one thread at once'
2749
2750 2007-05-03 [wwp]        2.9.1cvs41
2751
2752         * src/prefs_common.c
2753         * src/prefs_filtering.c
2754         * src/prefs_template.c
2755         * src/common/template.c
2756         * src/common/template.h
2757         * src/gtk/gtkutils.c
2758         * src/gtk/gtkutils.h
2759                 Templates are no longer automatically sorted
2760                 by name, but can be sorted manually using
2761                 |< < > >| buttons as well as drag'n'drop.
2762
2763 2007-05-03 [wwp]        2.9.1cvs40
2764
2765         * src/plugins/spamassassin/spamassassin.c
2766         * src/plugins/spamassassin/spamassassin.h
2767         * src/plugins/spamassassin/spamassassin_gtk.c
2768         * src/plugins/bogofilter/bogofilter.c
2769         * src/plugins/bogofilter/bogofilter.h
2770         * src/plugins/bogofilter/bogofilter_gtk.c
2771                 Added an option to conditionally mark saved spam
2772                 as read (default is and was to do so).
2773                 Satisfies feature request 1708539 on sf.net tracker.
2774
2775 2007-05-03 [colin]      2.9.1cvs39
2776
2777         * src/inc.c
2778                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2779
2780 2007-05-02 [colin]      2.9.1cvs38
2781
2782         * src/textview.c
2783                 Fix bug 1209, 'Clicking on address 
2784                 in header (mailto uri) selects 
2785                 default account'. Patch adapted from
2786                 G.P. Halkes' patch.
2787
2788 2007-05-02 [colin]      2.9.1cvs37
2789
2790         * src/grouplistdialog.c
2791                 Set cursor to wait cursor while loading
2792                 groups.
2793
2794 2007-05-02 [paul]       2.9.1cvs36
2795
2796         * src/folder.c
2797         * src/common/defs.h
2798                 rename cache and mark files
2799                 (data is preserved)
2800
2801 2007-04-30 [paul]       2.9.1cvs35
2802
2803         * manual/glossary.xml
2804         * manual/plugins.xml
2805                 updates. Patch by Ricardo
2806
2807 2007-04-29 [wwp]        2.9.1cvs34
2808
2809         * src/mainwindow.c
2810         * configure.ac
2811                 Fix few grammatical errors (patch by David Relson < relson at
2812                 osagesoftware dot com >).
2813
2814 2007-04-28 [colin]      2.9.1cvs33
2815
2816         * src/account.c
2817         * src/pop.c
2818         * src/prefs_account.c
2819         * src/prefs_account.h
2820                 Drop the "Download all" preference. It's
2821                 stupidly useless and confuses people from
2822                 time to time.
2823
2824 2007-04-27 [wwp]        2.9.1cvs32
2825
2826         * src/account.c
2827         * src/prefs_account.c
2828         * src/prefs_account.h
2829                 Don't reflect accounts changes to the mainwindow when it's
2830                 not necessary.
2831
2832 2007-04-27 [colin]      2.9.1cvs31
2833
2834         * src/folder.c
2835                 Freeze/thaw when sync'ing flags
2836         * src/imap.c
2837         * src/prefs_account.c
2838         * src/prefs_account.h
2839         * src/etpan/imap-thread.c
2840         * src/etpan/imap-thread.h
2841                 Add a way to use UID FETCH instead
2842                 of searches to fetch message lists
2843                 and flags. More expensive towards
2844                 bandwidth, less expensive towards
2845                 server's CPU. Probably fixes 
2846                 bug 1158, 'Scanning new folders on 
2847                 Exchange 2007 extremely slow'.
2848                 Patch 95% by Hoa.
2849
2850 2007-04-27 [paul]       2.9.1cvs30
2851
2852         * src/mainwindow.c
2853         * src/prefs_logging.c
2854                 improvements to english usage
2855
2856 2007-04-27 [colin]      2.9.1cvs29
2857
2858         * src/imap.c
2859                 Fix build without libetpan (my bad!)
2860
2861 2007-04-26 [colin]      2.9.1cvs28
2862
2863         * src/imap.c
2864         * src/imap.h
2865                 Fix uselessly exported function
2866         * src/textview.c
2867                 Consider "- -- \n" as signature separator
2868                 (that's what signature separators look like
2869                  in PGP/Inline signed mails)
2870
2871 2007-04-26 [colin]      2.9.1cvs27
2872
2873         * configure.ac
2874                 libetpan-0.49 is now required
2875         * src/procmime.c
2876                 Fix double fetching of mails if
2877                 first try failed
2878         * src/imap.c
2879                 Make offline sync faster, by
2880                 remembering last change time, and
2881                 last sync time.
2882
2883 2007-04-26 [hoa]        2.9.1cvs26
2884
2885         * src/imap.c
2886         * src/imap.h
2887         * src/mainwindow.c
2888         * src/toolbar.c
2889         * src/etpan/imap-thread.c
2890         * src/etpan/imap-thread.h
2891                 cancellation of IMAP operations is now allowed.
2892                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2893
2894 2007-04-26 [colin]      2.9.1cvs25
2895
2896         * src/folder.c
2897                 Always fetch body+headers in folders that are
2898                 synched for offline use, if "Synchronise as
2899                 soon as possible" is set.
2900                 Fixes bug 1200, 'Add option to always retrieve full 
2901                 messages'
2902
2903 2007-04-25 [colin]      2.9.1cvs24
2904
2905         * src/compose.c
2906                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2907                 persists...'
2908
2909 2007-04-24 [colin]      2.9.1cvs23
2910
2911         * src/folderview.c
2912                 Fix bug 1195, 'Hardware key navigation' 
2913                 Make GDK_Enter toggle expansion (Maemo)
2914
2915 2007-04-24 [wwp]        2.9.1cvs22
2916
2917         * src/compose.c
2918                 Fix few compiler warnings.
2919
2920 2007-04-24 [paul]       2.9.1cvs21
2921
2922         * src/Makefile.am
2923         * src/stock_pixmap.c
2924         * src/stock_pixmap.h
2925                 complete last commit
2926
2927 2007-04-24 [paul]       2.9.1cvs20
2928
2929         * src/gtk/about.c
2930         * src/pixmaps/active.xpm
2931         * src/pixmaps/checkbox_off.xpm
2932         * src/pixmaps/checkbox_on.xpm
2933         * src/pixmaps/inactive.xpm
2934                 kick out the blobs
2935                 remove transparent border from checkbox icons
2936
2937 2007-04-24 [wwp]        2.9.1cvs19
2938
2939         * src/textview.c
2940         * src/textview.h
2941                 Fix a crash in textview, thanks to Colin.
2942
2943 2007-04-23 [wwp]        2.9.1cvs18
2944
2945         * src/prefs_common.c
2946                 Fix 2.9.1cvs5: no header was being translated at all.
2947
2948 2007-04-23 [colin]      2.9.1cvs17
2949
2950         * src/Makefile.am
2951         * src/stock_pixmap.c
2952         * src/stock_pixmap.h
2953         * src/summaryview.c
2954         * src/summaryview.h
2955         * src/gtk/gtksctree.c
2956         * src/gtk/gtksctree.h
2957         * src/pixmaps/selection.xpm
2958                 Fix bug 1193, 'Need a way to multi-select
2959                 items'. Add a toggle button to the summaryview
2960                 to switch between normal and multiple selection
2961                 (Maemo)
2962
2963 2007-04-23 [colin]      2.9.1cvs16
2964
2965         * src/Makefile.am
2966         * src/stock_pixmap.c
2967         * src/stock_pixmap.h
2968         * src/summaryview.c
2969         * src/summaryview.h
2970         * src/gtk/gtksctree.c
2971         * src/gtk/gtksctree.h
2972         * src/pixmaps/selection.xpm
2973                 Fix bug 1193, 'Need a way to multi-
2974                 select items'
2975                 Add a toggle button in the summaryview
2976                 to enable normal or multiple selection.
2977                 (Maemo)
2978
2979 2007-04-23 [colin]      2.9.1cvs15
2980
2981         * src/compose.c
2982                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2983
2984 2007-04-21 [colin]      2.9.1cvs14
2985
2986         * src/gtk/quicksearch.c
2987                 Fix previous commit (actually use correct
2988                 parameter)
2989
2990 2007-04-21 [colin]      2.9.1cvs13
2991
2992         * src/gtk/quicksearch.c
2993                 Fix changing quicksearch type (after Esc,
2994                 after changing Recursive, ...)
2995
2996 2007-04-20 [wwp]        2.9.1cvs12
2997
2998         * src/gtk/Makefile.am
2999                 Added headers.h (completes 2.9.1cvs5).
3000
3001 2007-04-20 [wwp]        2.9.1cvs11
3002
3003         * src/addressbook.c
3004                 Fix the use of display name in name column,
3005                 it has been overriden w/ the use of nickname
3006                 by 2.9.0cvs3. Now nickname is used (if any)
3007                 in case of LDAP books only.
3008
3009 2007-04-20 [colin]      2.9.1cvs10
3010
3011         * src/mimeview.c
3012         * src/summaryview.c
3013         * src/textview.c
3014                 Add handling of 'a' to loop in a mail's
3015                 mimeparts
3016
3017 2007-04-20 [colin]      2.9.1cvs9
3018
3019         * src/toolbar.c
3020                 Fix bug 1190, 'dir_open' button doesn't work'
3021                 (Maemo)
3022
3023 2007-04-20 [colin]      2.9.1cvs8
3024
3025         * src/folderview.c
3026         * src/mainwindow.c
3027                 Fix bug 1194, 'Hardware keys move from email 
3028                 list to account/directory list, but not back 
3029                 to email list...' (Maemo)
3030
3031 2007-04-20 [colin]      2.9.1cvs7
3032
3033         * src/compose.h
3034                 complete previous commit
3035
3036 2007-04-20 [colin]      2.9.1cvs6
3037
3038         * src/compose.c
3039                 Fix bug 1187, 'Reply-to addressee disappears 
3040                 when reply-to text box is clicked...' (Maemo)
3041
3042 2007-04-20 [wwp]        2.9.1cvs5
3043
3044         * po/POTFILES.in
3045         * src/addressbook.c
3046         * src/compose.c
3047         * src/filtering.c
3048         * src/headerview.c
3049         * src/matcher.c
3050         * src/prefs_common.c
3051         * src/prefs_common.h
3052         * src/prefs_display_header.c
3053         * src/prefs_matcher.c
3054         * src/summaryview.c
3055         * src/gtk/headers.h
3056         * src/gtk/quicksearch.c
3057                 Translate more header names according to the relevant option value,
3058                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3059                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3060                 to prefs_common_translated_header_name().
3061                 Added a headers.h reference file that contains known header names
3062                 (RFC2822 and others) to the translation process' input, so that
3063                 translated header names will still exist even if no occurrence of
3064                 _("headername") is found anymore in the sources.
3065                 Don't translate column name 'Number' following to trans_hdr option
3066                 value as it's not a header name.
3067
3068 2007-04-20 [colin]      2.9.1cvs4
3069
3070         * src/gtk/quicksearch.c
3071         * src/gtk/quicksearch.h
3072                 Add "From, To or Subject" quicksearch
3073                 type. Patch by ulfschaper@users.sf.net
3074
3075 2007-04-20 [colin]      2.9.1cvs3
3076
3077         * src/matcher.c
3078                 Implement proper references filtering condition.
3079                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3080
3081 2007-04-19 [wwp]        2.9.1cvs2
3082
3083         * src/prefs_display_header.c
3084         * src/message_search.c
3085                 Fix few warnings (g_free of const gchar*).
3086
3087 2007-04-19 [paul]       2.9.1cvs1
3088
3089         * NEWS
3090         * README
3091         * RELEASE_NOTES
3092         * configure.ac
3093                 bump version number following
3094                 stable release
3095
3096 2007-04-19 [paul]       2.9.0cvs9
3097
3098         * manual/advanced.xml
3099         * manual/glossary.xml
3100                 fix typos
3101
3102 2007-04-18 [paul]       2.9.0cvs8
3103
3104         * src/pop.c
3105                 fix for CVE-2007-1558 (APOP)
3106                 Thanks to Colin
3107
3108 2007-04-18 [paul]       2.9.0cvs7
3109
3110         * src/messageview.c
3111         * src/mimeview.c
3112         * src/summaryview.c
3113         * src/gtk/filesel.c
3114                 Fix encoding woes wrt saving of
3115                 mails and parts
3116                 Thanks to Colin
3117
3118 2007-04-18 [colin]      2.9.0cvs6
3119
3120         * src/gtk/pluginwindow.c
3121                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3122
3123 2007-04-17 [wwp]        2.9.0cvs5
3124
3125         * src/addressadd.c
3126         * src/addressbook.c
3127         * src/addrindex.c
3128         * src/ldapupdate.c
3129                 Fix --disable-ldap build,
3130                 fix some LDAP annoyances on 
3131                 searches, thanks to Colin.
3132
3133 2007-04-17 [wwp]        2.9.0cvs4
3134
3135         * src/ldapupdate.c
3136                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3137                 like gcc 2.9x. Thanks to Colin.
3138
3139 2007-04-17 [wwp]        2.9.0cvs3
3140
3141         * src/Makefile.am
3142         * src/addressadd.c
3143         * src/addressbook.c
3144         * src/addrindex.c
3145         * src/addritem.c
3146         * src/addritem.h
3147         * src/editaddress.c
3148         * src/ldapctrl.c
3149         * src/ldapctrl.h
3150         * src/ldapquery.c
3151         * src/ldapserver.c
3152         * src/ldapserver.h
3153         * src/ldapupdate.c
3154         * src/ldapupdate.h
3155                 Add LDAP write support. Patch mostly by 
3156                 Michael <mir at datanom dot net>
3157
3158 2007-04-17 [wwp]        2.9.0cvs2
3159
3160         * src/compose.c
3161                 Prepend "Add to address book" to the context menu of compose window's sender and
3162                 recipient fields.
3163
3164 2007-04-16 [paul]       2.9.0cvs1
3165
3166         * src/gtk/authors.h
3167                 add Pader Rezso
3168
3169 2007-04-16 [paul]       2.9.0
3170
3171         * NEWS
3172         * README
3173         * RELEASE_NOTES
3174                 2.9.0 released
3175
3176 2007-04-16 [paul]       2.8.1cvs102
3177
3178         * po/fr.po
3179                 updated by Fabien Vantard
3180
3181 2007-04-16 [paul]       2.8.1cvs101
3182
3183         * po/ca.po
3184         * po/cs.po
3185         * po/de.po
3186         * po/hu.po
3187         * po/pl.po
3188         * po/pt_BR.po
3189         * po/sr.po
3190         * po/zh_CN.po
3191                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3192                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3193                 Aleksandar Urosevic, and Ralgh Young
3194
3195 2007-04-15 [mones]      2.8.1cvs100
3196
3197         * po/es.po
3198                 Updated for release
3199
3200 2007-04-14 [colin]      2.8.1cvs99
3201
3202         * src/message_search.c
3203         * src/prefs_display_header.c
3204         * src/summary_search.c
3205         * src/gtk/combobox.c
3206                 Fix allocations
3207
3208 2007-04-14 [wwp]        2.8.1cvs98
3209
3210         * src/gtk/combobox.c
3211         * src/message_search.c
3212         * src/summary_search.c
3213         * src/prefs_display_header.c
3214                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3215                 returns NULL, get the text value directly from the GtkEntry child.
3216
3217 2007-04-13 [colin]      2.8.1cvs97
3218
3219         * src/gtk/quicksearch.c
3220                 Give the focus back to summaryview when
3221                 emptying the quicksearch with Esc
3222
3223 2007-04-13 [colin]      2.8.1cvs96
3224
3225         * src/message_search.c
3226         * src/prefs_display_header.c
3227         * src/summary_search.c
3228                 Fix possibles crashes when getting text
3229                 from gtk combos
3230
3231 2007-04-13 [colin]      2.8.1cvs95
3232
3233         * src/pop.c
3234                 Add some UIDL debugging
3235
3236 2007-04-12 [colin]      2.8.1cvs94
3237
3238         * src/folder.c
3239                 Force folder scan if necessary after
3240                 copying mails, to be able to reapply
3241                 flags.
3242
3243 2007-04-11 [colin]      2.8.1cvs93
3244
3245         * src/main.c
3246                 don't scan for new mail on startup if --select
3247                 is specified (or race conditions arise). If so,
3248                 do both sequentially.
3249
3250 2007-04-09 [colin]      2.8.1cvs92
3251
3252         * src/common/defs.h
3253                 Use leafpad by default on Maemo. Patch
3254                 by Jean-Luc Biord.
3255
3256 2007-04-06 [colin]      2.8.1cvs91
3257
3258         * src/pixmaps/queue_close.xpm
3259         * src/pixmaps/queue_close_hrm.xpm
3260         * src/pixmaps/queue_close_hrm_mark.xpm
3261         * src/pixmaps/queue_close_mark.xpm
3262         * src/pixmaps/queue_open.xpm
3263         * src/pixmaps/queue_open_hrm.xpm
3264         * src/pixmaps/queue_open_hrm_mark.xpm
3265         * src/pixmaps/queue_open_mark.xpm
3266                 Move the clock one pixel down :)
3267
3268 2007-04-05 [colin]      2.8.1cvs90
3269
3270         * src/mainwindow.c
3271                 Don't sync when switching offline from
3272                 command line - it's usually too late :)
3273
3274 2007-04-05 [paul]       2.8.1cvs89
3275
3276         * src/Makefile.am
3277         * src/stock_pixmap.c
3278         * src/pixmaps/dir_close_hrm.xpm
3279         * src/pixmaps/dir_close_hrm_mark.xpm
3280         * src/pixmaps/drafts_close.xpm
3281         * src/pixmaps/drafts_close_mark.xpm
3282         * src/pixmaps/drafts_open.xpm
3283         * src/pixmaps/drafts_open_mark.xpm
3284         * src/pixmaps/inbox.xpm
3285         * src/pixmaps/inbox_close.xpm
3286         * src/pixmaps/inbox_close_hrm.xpm
3287         * src/pixmaps/inbox_close_hrm_mark.xpm
3288         * src/pixmaps/inbox_close_mark.xpm
3289         * src/pixmaps/inbox_hrm.xpm
3290         * src/pixmaps/inbox_hrm_mark.xpm
3291         * src/pixmaps/inbox_mark.xpm
3292         * src/pixmaps/inbox_open.xpm
3293         * src/pixmaps/inbox_open_hrm.xpm
3294         * src/pixmaps/inbox_open_hrm_mark.xpm
3295         * src/pixmaps/inbox_open_mark.xpm
3296         * src/pixmaps/outbox.xpm
3297         * src/pixmaps/outbox_close.xpm
3298         * src/pixmaps/outbox_close_hrm.xpm
3299         * src/pixmaps/outbox_close_hrm_mark.xpm
3300         * src/pixmaps/outbox_close_mark.xpm
3301         * src/pixmaps/outbox_hrm.xpm
3302         * src/pixmaps/outbox_hrm_mark.xpm
3303         * src/pixmaps/outbox_mark.xpm
3304         * src/pixmaps/outbox_open.xpm
3305         * src/pixmaps/outbox_open_hrm.xpm
3306         * src/pixmaps/outbox_open_hrm_mark.xpm
3307         * src/pixmaps/outbox_open_mark.xpm
3308         * src/pixmaps/queue_close.xpm
3309         * src/pixmaps/queue_close_hrm.xpm
3310         * src/pixmaps/queue_close_hrm_mark.xpm
3311         * src/pixmaps/queue_close_mark.xpm
3312         * src/pixmaps/queue_open.xpm
3313         * src/pixmaps/queue_open_hrm.xpm
3314         * src/pixmaps/queue_open_hrm_mark.xpm
3315         * src/pixmaps/queue_open_mark.xpm
3316                 updated, added and replaced icons
3317                 Icons by Colin
3318
3319 2007-04-04 [colin]      2.8.1cvs88
3320
3321         * src/imap.c
3322                 Fix build without libetpan
3323
3324 2007-04-03 [colin]      2.8.1cvs87
3325
3326         * src/imap.c
3327                 Fix crash with Citadel, and try to make
3328                 things work. this server (and specifically 
3329                 STATUS and APPEND at least) seems broken.
3330
3331 2007-04-03 [colin]      2.8.1cvs86
3332
3333         * src/folderview.c
3334                 Fix icons on folder close
3335
3336 2007-04-03 [colin]      2.8.1cvs85
3337
3338         * src/inc.c
3339                 Fix double-ask of offline override in
3340                 certain cases
3341         * src/imap.c
3342         * src/imap.h
3343         * src/imap_gtk.c
3344                 Much more efficient way to synchronise
3345                 for offline use
3346         * src/etpan/imap-thread.c
3347                 Fix possible segs
3348         * src/folder.c
3349         * src/gtk/quicksearch.c
3350                 Fix some GUI lags
3351
3352 2007-04-03 [paul]       2.8.1cvs84
3353
3354         * src/filtering.c
3355         * src/folder.c
3356         * src/folder.h
3357         * src/prefs_common.c
3358         * src/prefs_common.h
3359         * src/prefs_other.c
3360                 Fix sync being done too late
3361                 Thanks to Colin
3362
3363 2007-04-02 [colin]      2.8.1cvs83
3364
3365         * src/summaryview.c
3366                 Maemo: Put status and quicksearch at the top
3367         * src/plugins/bogofilter/bogofilter.c
3368         * src/plugins/spamassassin/spamassassin.c
3369                 Derive trash from inbox if possible
3370
3371 2007-04-02 [paul]       2.8.1cvs82
3372
3373         * src/plugins/bogofilter/bogofilter_gtk.c
3374                 a few English changes
3375
3376 2007-04-02 [paul]
3377
3378         2.9.0-rc1 released
3379
3380 2007-04-02 [colin]      2.8.1cvs81
3381
3382         * src/image_viewer.c
3383                 Fix transparent images by using
3384                 GtkImage
3385         * src/messageview.c
3386                 Flush events (on new windows) to avoid
3387                 having the textview's image resize fail
3388                 to know the available width
3389
3390 2007-04-01 [colin]      2.8.1cvs80
3391
3392         * src/prefs_account.c
3393                 If no MH mailbox exist, when creating a POP/Local
3394                 account, just create and use the default one 
3395                 instead of bailing with a "Mailbox doesn't exist"
3396                 error
3397
3398 2007-03-31 [colin]      2.8.1cvs79
3399
3400         * src/prefs_account.c
3401                 Create signature file if it doesn't exist
3402                 before editing
3403         * src/prefs_toolbar.c
3404                 Maemo: Move "Use default" on the left so
3405                 that people can find it
3406         * src/common/defs.h
3407                 Maemo: make default editor "Maemopad", 
3408                 default signature file "MyDocs/signature.txt"
3409
3410 2007-03-31 [colin]      2.8.1cvs78
3411
3412         * src/prefs_account.c
3413                 Maemo: rework account prefs so
3414                 that less horizontal scrolling
3415                 is required
3416
3417 2007-03-31 [colin]      2.8.1cvs77
3418
3419         * src/folderview.c
3420         * src/prefs_common.c
3421         * src/prefs_common.h
3422                 Fix bug 1167, 'Allow not displaying zeros 
3423                 in folder list'. Patch by MartinP
3424
3425 2007-03-31 [colin]      2.8.1cvs76
3426
3427         * AUTHORS
3428                 Add Jean-Luc Biord
3429
3430 2007-03-31 [colin]      2.8.1cvs75
3431
3432         * src/imap.c
3433                 Apply patch from bug 1172, direct
3434                 access to the folder's session instead
3435                 of using getter. Patch by MartinP
3436
3437 2007-03-31 [paul]       2.8.1cvs74
3438
3439         * src/gtk/authors.h
3440                 no need to list Fabien twice!
3441
3442 2007-03-31 [colin]      2.8.1cvs73
3443
3444         * src/inc.c
3445                 If we're currently "overriding for %d minutes",
3446                 don't ask
3447
3448 2007-03-31 [colin]      2.8.1cvs72
3449
3450         * src/compose.c
3451         * src/imap.c
3452         * src/inc.c
3453         * src/inc.h
3454         * src/messageview.c
3455         * src/news.c
3456         * src/plugins/spamassassin/spamassassin.c
3457                 Offline override: Add a parameter to allow
3458                 asking even if the override timer is running.
3459                 Allows to ask every time the user makes an
3460                 explicit action needing online access (such
3461                 as Get Mail), and not when the action is 
3462                 implicit (such as opening an IMAP folder)
3463
3464 2007-03-31 [colin]      2.8.1cvs71
3465
3466         * src/inc.c
3467                 Override offline: "No" answer shouldn't
3468                 re-ask after 3 seconds, but 10 minutes. 
3469
3470 2007-03-30 [colin]      2.8.1cvs70
3471
3472         * src/common/socket.c
3473                 Better error reporting on unix socket
3474                 failure (bind usually)
3475         * src/gtk/gtkutils.c
3476         * src/gtk/gtkutils.h
3477                 Label window: add a pulsing progress
3478                 bar to show we're not hung :)
3479         * src/folderview.c
3480         * src/main.c
3481         * src/plugins/pgpcore/sgpgme.c
3482                 Update API
3483
3484 2007-03-30 [colin]      2.8.1cvs69
3485
3486         * src/pop.c
3487         * src/prefs_common.c
3488                 Fix possible trashing of history and uidl
3489                 files on disk full problems
3490
3491 2007-03-30 [paul]       2.8.1cvs68
3492
3493         * src/mainwindow.c
3494         * src/summaryview.c
3495         * src/summaryview.h
3496                 update summary when changing layout type
3497                 (fixes wrong folder icon being displayed)
3498                 Thanks to Colin
3499
3500 2007-03-29 [colin]      2.8.1cvs67
3501
3502         * src/prefs_ext_prog.c
3503                 The browser pref is irrelevant on Maemo
3504
3505 2007-03-29 [colin]      2.8.1cvs66
3506
3507         * src/compose.c
3508         * src/compose.h
3509                 Maemo: dynamically switch headers/text position
3510         * src/prefs_common.c
3511                 Maemo: hide compose's ruler by default
3512         * src/common/socket.c
3513         * src/common/socket.h
3514                 Fix build warning
3515
3516 2007-03-29 [colin]      2.8.1cvs65
3517
3518         * src/common/socket.c
3519         * src/common/socket.h
3520                 Fix build when MAEMO_CFLAGS contains
3521                 _X_OPENSOURCE (resolv.h errors as long
3522                 as we don't add _BSD_SOURCE. Ugly).
3523
3524 2007-03-29 [wwp]        2.8.1cvs64
3525
3526         * src/prefs_logging.c
3527                 Fix sensitivity of clip-log widgets in prefs/logging,
3528                 thanks to Fabien.
3529
3530 2007-03-29 [wwp]        2.8.1cvs63
3531
3532         * po/POTFILES.in
3533                 Updated files list for translations, thanks to Fabien.
3534
3535 2007-03-29 [colin]      2.8.1cvs62
3536
3537         * src/main.c
3538         * src/common/Makefile.am
3539         * src/common/utils.c
3540                 Maybe make URI opening work in Maemo
3541                 Requires testing :)
3542
3543 2007-03-28 [colin]      2.8.1cvs61
3544
3545         * src/folder.c
3546         * src/folder.h
3547         * src/folderview.c
3548                 Add the possibility to sort folders arbitrarily
3549                 (via editing of folderlist.xml only). Patch by
3550                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3551                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3552                 be changed by the user'
3553
3554 2007-03-28 [colin]      2.8.1cvs60
3555
3556         * src/mimeview.c
3557                 Add popup menu for mime icons
3558
3559 2007-03-28 [colin]      2.8.1cvs59
3560
3561         * src/mainwindow.c
3562                 Fix a layout issue when presenting
3563                 mainwindow in Small screen layout
3564         * src/toolbar.c
3565         * src/toolbar.h
3566                 Add a "Go to folder list" button for
3567                 mainwindow, and make it default in
3568                 the Maemo build
3569
3570 2007-03-28 [colin]      2.8.1cvs58
3571
3572         * src/compose.c
3573                 Don't dynamically update title on Maemo
3574                 Patch by Jean-Luc Biord
3575
3576 2007-03-27 [colin]      2.8.1cvs57
3577
3578         * src/compose.c
3579         * src/folderview.c
3580         * src/summaryview.c
3581                 Enable tap-and-hold on Maemo
3582
3583 2007-03-26 [colin]      2.8.1cvs56
3584
3585         * src/compose.c
3586                 More popup-menu (in attachments list)
3587
3588 2007-03-26 [colin]      2.8.1cvs55
3589
3590         * src/compose.c
3591                 Enable popup-menu signal
3592
3593 2007-03-26 [colin]      2.8.1cvs54
3594
3595         * src/plugins/pgpinline/pgpinline.c
3596                 Fix bug 1111, 'PGP/inline plugin hides text 
3597                 around encrypted text block'. Patch based on
3598                 a patch from Michal Cihar.
3599
3600 2007-03-26 [wwp]        2.8.1cvs53
3601
3602         * src/procmsg.c
3603                 Fix getting a false error when sending queued message
3604                 whereas the sending was fine (if there are subfolders
3605                 in the queue folder), thanks to Colin.
3606
3607 2007-03-26 [paul]       2.8.1cvs52
3608
3609         * src/wizard.c
3610                 update FACE header in welcome message
3611
3612 2007-03-25 [colin]      2.8.1cvs51
3613
3614         * src/Makefile.am
3615                 Fix make dist
3616
3617 2007-03-25 [colin]      2.8.1cvs50
3618
3619         * src/main.c
3620                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3621
3622 2007-03-24 [colin]      2.8.1cvs49
3623
3624         * src/main.c
3625                 Fix a few launch problems on Maemo
3626                 Patch by Jean-Luc Biord
3627
3628 2007-03-24 [wwp]        2.8.1cvs48
3629
3630         * src/alertpanel.c
3631         * src/alertpanel.h
3632         * src/messageview.c
3633         * src/summaryview.c
3634                 Fix wrong action performed when closing the
3635                 "ask about account specific filtering rules
3636                 when filtering manually" dialog by pressing Escape.
3637                 Fix wrong order of buttons in the "return receipt
3638                 notification - the message was sent to several of
3639                 your accounts" dialog.
3640
3641 2007-03-24 [paul]       2.8.1cvs47
3642
3643         * src/folderview.c
3644                 an improvement to English usage
3645         * tools/kdeservicemenu/README
3646                 updated Claws url
3647
3648 2007-03-24 [paul]       2.8.1cvs46
3649
3650         * src/Makefile.am
3651         * src/stock_pixmap.c
3652         * src/pixmaps/edit_extern.xpm
3653         * src/pixmaps/mail_sign.xpm
3654                 rescue long lost icons
3655
3656 2007-03-24 [paul]       2.8.1cvs45
3657
3658         * src/toolbar.c
3659                 fix toolbar (broken in 2.8.1cvs42)
3660
3661 2007-03-23 [colin]      2.8.1cvs44
3662
3663         * src/imap.c
3664                 Correctly unsubscribe/resubscribe after
3665                 RENAME
3666
3667 2007-03-23 [colin]      2.8.1cvs43
3668
3669         * src/prefs_common.c
3670                 Maemo: as the platform is light on RAM, allow
3671                 caches to be discarded faster.
3672
3673 2007-03-23 [colin]      2.8.1cvs42
3674
3675         * src/Makefile.am
3676         * src/compose.c
3677         * src/compose.h
3678         * src/stock_pixmap.c
3679         * src/stock_pixmap.h
3680         * src/summaryview.c
3681         * src/summaryview.h
3682         * src/toolbar.c
3683         * src/toolbar.h
3684         * src/pixmaps/open_mail.xpm
3685                 Maemo changes: Add the possibility to have
3686                 "Open Email" and "Close Window" buttons on 
3687                 toolbars (and use them in Maemo's default
3688                 toolbars)
3689
3690 2007-03-23 [wwp]        2.8.1cvs41
3691
3692         * src/action.c
3693                 Reverted that part of the action dialog closure logics, to
3694                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3695                 done later in a different way (or may not).
3696
3697 2007-03-22 [wwp]        2.8.1cvs40
3698
3699         * src/action.c
3700                 Fix sticky action dialog when got no output but action command
3701                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3702
3703 2007-03-22 [colin]      2.8.1cvs39
3704
3705         * src/prefs_filtering.c
3706         * src/gtk/combobox.h
3707                 Fix escaping account names in filtering prefs
3708
3709 2007-03-22 [colin]      2.8.1cvs38
3710
3711         * src/addrindex.c
3712         * src/ldapctrl.h
3713         * src/ldapquery.c
3714                 Add any attribute specified in LDAP servers'
3715                 Search attributes to the Other Attributes tab
3716                 of contacts; Add 'telephoneNumber' in the
3717                 default list.
3718
3719 2007-03-22 [colin]      2.8.1cvs37
3720
3721         * src/folderview.c
3722         * src/folderview.h
3723         * src/mainwindow.c
3724                 Try to prevent race conditions when
3725                 changing the folder list
3726         * src/summaryview.c
3727                 Fix possible red folder icon when
3728                 switching from Small screen layout
3729                 to any other
3730
3731 2007-03-22 [colin]      2.8.1cvs36
3732
3733         * src/mainwindow.c
3734         * src/mainwindow.h
3735         * src/summaryview.c
3736                 Rename "little screen" to "Small screen"
3737         * src/gtk/Makefile.am
3738         * src/common/utils.c
3739         * src/mh.c
3740                 Fix Maemo-related compilation problems
3741
3742 2007-03-21 [colin]      2.8.1cvs35
3743
3744         * configure.ac
3745                 Fix previous commit
3746         * claws-mail.desktop
3747                 Remove .png from the Icon, it's useless
3748
3749 2007-03-21 [colin]      2.8.1cvs34
3750
3751         * configure.ac
3752         * src/Makefile.am
3753                 Add the necessary lib checking for 
3754                 Maemo
3755
3756 2007-03-21 [colin]      2.8.1cvs33
3757
3758         * src/main.c
3759                 Fix unconditional "error happened" when
3760                 sending via command-line. "lol @ myself"
3761
3762 2007-03-21 [colin]      2.8.1cvs32
3763
3764         * claws-mail-40x40.png
3765         * claws-mail-26x26.png
3766         * src/account.c
3767         * src/addressbook.c
3768         * src/compose.c
3769         * src/folderview.c
3770         * src/folderview.h
3771         * src/main.c
3772         * src/mainwindow.c
3773         * src/mainwindow.h
3774         * src/messageview.c
3775         * src/prefs_account.c
3776         * src/prefs_common.c
3777         * src/summary_search.c
3778         * src/summaryview.c
3779         * src/summaryview.h
3780         * src/gtk/authors.h
3781         * src/gtk/gtkutils.c
3782         * src/gtk/gtkutils.h
3783         * src/gtk/logwindow.c
3784         * src/gtk/menu.c
3785         * src/gtk/prefswindow.c
3786                 Add Maemo port (patch mainly by Jean-Luc Biort)
3787                 Add a new 'Little screen' layout to help on such
3788                 platforms (patch by me)
3789                 Make some default preferences different (more
3790                 adapted) on Maemo (patch by me)
3791
3792 2007-03-21 [wwp]        2.8.1cvs31
3793
3794         * src/prefs_logging.c
3795         * src/prefs_logging.h
3796                 Fixed copyright header of newly added files.
3797
3798 2007-03-21 [wwp]        2.8.1cvs30
3799
3800         * src/Makefile.am
3801         * src/filtering.c
3802         * src/filtering.h
3803         * src/folder.c
3804         * src/folderview.c
3805         * src/imap.c
3806         * src/inc.c
3807         * src/main.c
3808         * src/mainwindow.c
3809         * src/mainwindow.h
3810         * src/matcher.c
3811         * src/messageview.c
3812         * src/news.c
3813         * src/pop.c
3814         * src/prefs_common.c
3815         * src/prefs_common.h
3816         * src/prefs_logging.c
3817         * src/prefs_logging.h
3818         * src/prefs_other.c
3819         * src/procmsg.c
3820         * src/send_message.c
3821         * src/summaryview.c
3822         * src/common/log.c
3823         * src/common/log.h
3824         * src/common/nntp.c
3825         * src/common/session.c
3826         * src/common/smtp.c
3827         * src/common/socket.c
3828         * src/etpan/imap-thread.c
3829         * src/gtk/logwindow.c
3830         * src/gtk/logwindow.h
3831         * src/plugins/bogofilter/bogofilter.c
3832         * src/plugins/spamassassin/spamassassin.c
3833                 Added debugging of filtering/processing rules.
3834                 The debug log is here 'Tools/Filtering debug window',
3835                 the options there 'Configuration/Preferences/Other/Logging',
3836                 and the log file is ~/.claws-mail/filtering.log.
3837                 Moved protocol log prefs to 'Other/Logging' as well.
3838                 To support such debugging feature, the existing log API has
3839                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3840                 this impacts many external modules (commits follow).
3841
3842 2007-03-21 [paul]       2.8.1cvs29
3843
3844         * src/etpan/Makefile.am
3845         * src/etpan/imap-thread.c
3846                 add missing #include
3847
3848 2007-03-21 [colin]      2.8.1cvs28
3849
3850         * src/procmime.c
3851                 Fix bug 1157, 'some broken messages confuse 
3852                 mime parser'. Make sure we can't have MimeInfos
3853                 with negative sizes.
3854
3855 2007-03-20 [colin]      2.8.1cvs27
3856
3857         * src/main.c
3858                 Fix missing \0 on buffer
3859
3860 2007-03-20 [colin]      2.8.1cvs26
3861
3862         * src/mh.c
3863                 Use make_dir_hier instead of make_dir 
3864                 to create the MH mailbox
3865
3866 2007-03-20 [colin]      2.8.1cvs25
3867
3868         * src/folder.c
3869         * src/folder.h
3870         * src/prefs_account.c
3871         * src/wizard.c
3872                 Fix default inbox weirdnesses (after wizard,
3873                 if path is Mail, mailbox identifier is #mh/Mailbox,
3874                 and when creating new accounts)
3875
3876 2007-03-20 [colin]      2.8.1cvs24
3877
3878         * src/account.c
3879                 Write folderlist after adding/deleting accounts
3880                 that have folders
3881
3882 2007-03-20 [colin]      2.8.1cvs23
3883
3884         * src/imap.c
3885         * src/remotefolder.h
3886                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3887                 selected while scanning prior to update'
3888
3889 2007-03-17 [paul]       2.8.1cvs22
3890
3891         * src/main.c
3892                 fix a typo, and be a little more verbose.
3893
3894 2007-03-17 [wwp]        2.8.1cvs21
3895
3896         * src/inc.c
3897                 Fix a compiler warning.
3898
3899 2007-03-16 [wwp]        2.8.1cvs20
3900
3901         * tools/Makefile.am
3902         * tools/README
3903                 Updated to deal w/ the new mairix.sh tool.
3904
3905 2007-03-16 [wwp]        2.8.1cvs19
3906
3907         * src/action.c
3908                 Fix logics issues around the action IO dialog:
3909                 - disable entry widget and exec button when
3910                   the exec button is clicked (don't wait for any
3911                   output line) - fix possible disabling/re-enabling/
3912                   re-disabling of those widgets
3913                 - raise an error if executing a %as{} action either
3914                   empty or invalid, instead of failing silently
3915                 - don't close the dialog if the abort button has been
3916                   clicked and if there was no output yet
3917                 - set focus to the abort button when the exec button
3918                   is clicked
3919                 - fix capitalization of a warning message
3920
3921 2007-03-16 [wwp]        2.8.1cvs18
3922
3923         * tools/mairix.sh
3924                 Added a wrapper to mairix to the tools folder.
3925
3926 2007-03-16 [colin]      2.8.1cvs17
3927
3928         * src/messageview.c
3929         * src/mimeview.h
3930                 Allow mimeviewer plugins to print
3931                 their stuff
3932
3933 2007-03-16 [colin]      2.8.1cvs16
3934
3935         * .cvsignore
3936                 Ignore *.patchset
3937
3938 2007-03-15 [colin]      2.8.1cvs15
3939
3940         * src/messageview.c
3941         * src/mimeview.h
3942                 Add a way for mimeviewer plugins to
3943                 implement body search
3944
3945 2007-03-15 [paul]       2.8.1cvs14
3946
3947         * src/prefs_spelling.c
3948                 fix English usage
3949
3950 2007-03-15 [paul]       2.8.1cvs13
3951
3952         * src/common/quoted-printable.c
3953                 fix decoding of quoted-printable parts
3954
3955 2007-03-14 [wwp]        2.8.1cvs12
3956
3957         * src/gtk/logwindow.h
3958                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3959
3960 2007-03-14 [wwp]        2.8.1cvs11
3961
3962         * src/gtk/logwindow.h
3963                 Complete 2.8.1cvs10.
3964
3965 2007-03-14 [colin]      2.8.1cvs10
3966
3967         * src/gtk/logwindow.c
3968                 Probably fix bug 1149, crash on logwindow
3969                 close - at the expense of performance once
3970                 logwin has been opened
3971
3972 2007-03-14 [colin]      2.8.1cvs9
3973
3974         * src/main.c
3975                 If claws-mail is running on another
3976                 display, warn instead of popping it up
3977                 on the other display
3978
3979 2007-03-12 [colin]      2.8.1cvs8
3980
3981         * src/wizard.c
3982                 Fix bug 1145, 'Setting a different name 
3983                 for the Mailbox name isn't reflected in 
3984                 default account settings'. Patch by wwp
3985
3986 2007-03-12 [colin]      2.8.1cvs7
3987
3988         * src/summaryview.c
3989                 Fix bug 1143, 'Add number of messages to be 
3990                 deleted to confirmation dialog'
3991
3992 2007-03-12 [wwp]        2.8.1cvs6
3993
3994         * src/folderview.c
3995         * src/prefs_common.c
3996         * src/prefs_common.h
3997         * src/prefs_summaries.c
3998                 Changed the option that displays unread messages count
3999                 next to the folder name in folder list: it is now
4000                 possible to either display nothing, display the
4001                 unread messages number only or the unread and total messages
4002                 numbers. The patch includes this extra feature as well
4003                 as some minor fixes by rewriting the algo in folderview.c.
4004                 Thanks to Paul for the original idea and implementation, plus
4005                 testing and proof-reading!
4006
4007 2007-03-09 [paul]       2.8.1cvs5
4008
4009         * tools/Makefile.am
4010         * tools/README
4011         * tools/claws-mail-compose-insert-files.pl
4012                 added a script which enables inserting files
4013                 into the message body of a new Claws Mail
4014                 Compose window from the command line. Additionally
4015                 To, Cc, Subject and files to attach to the message
4016                 can be specified.
4017
4018 2007-03-09 [wwp]        2.8.1cvs4
4019
4020         * src/addr_compl.c
4021         * src/addr_compl.h
4022         * src/filtering.c
4023                 Optimize matching of addresses in the addressbook
4024                 (filtering/processing 'found_in_addressbook' condition).
4025
4026 2007-03-07 [wwp]        2.8.1cvs3
4027
4028         * src/quote_fmt.c
4029         * src/quote_fmt_lex.l
4030         * src/quote_fmt_parse.y
4031                 Add a new quote format symbol: %A to insert the
4032                 sender email address (just the address itself).
4033
4034 2007-03-06 [wwp]        2.8.1cvs2
4035
4036         * src/gtk/gtkutils.c
4037         * src/plugins/trayicon/trayicon_prefs.h
4038         * src/plugins/trayicon/trayicon_prefs.c
4039         * src/plugins/trayicon/trayicon.c
4040         * src/mainwindow.h
4041         * src/mainwindow.c
4042                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4043                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4044
4045
4046 2007-03-06 [paul]       2.8.1cvs1
4047
4048         * NEWS
4049         * README
4050         * RELEASE_NOTES
4051         * configure.ac
4052                 bump version number following
4053                 stable release
4054
4055 2007-03-06 [paul]       2.8.0cvs24
4056
4057         * po/cs.po
4058                 corrected by by Tim <timbrain@post.cz>
4059
4060 2007-03-05 [colin]      2.8.0cvs23
4061
4062         * src/Makefile.am
4063         * src/procmime.c
4064                 Fix mime/globs path on NetBSD
4065                 patch by George Michaelson
4066
4067 2007-03-05 [wwp]        2.8.0cvs22
4068
4069         * src/addr_compl.c
4070                 Remove debug statement (accidentally committed w/ cvs14).
4071
4072 2007-03-05 [paul]       2.8.0cvs21
4073
4074         * src/plugins/pgpcore/prefs_gpg.c
4075                 fix compiler warning
4076
4077 2007-03-05 [wwp]        2.8.0cvs20
4078
4079         * src/matcher_parser_parse.y
4080                 Fix mismerge between cvs17 and cvs19.
4081
4082 2007-03-05 [wwp]        2.8.0cvs19
4083
4084         * src/matcher_parser_parse.y
4085         * src/prefs_filtering_action.c
4086         * src/matcher.c
4087         * src/matcher.h
4088         * src/filtering.c
4089         * src/filtering.h
4090                 Add new 'add_to_addressbook' filtering/processing action.
4091
4092 2007-03-05 [wwp]        2.8.0cvs18
4093
4094         * src/filtering.c
4095                 Fix mark_as_ham filtering/processing action: spam flag
4096                 was not unset.
4097
4098 2007-03-04 [colin]      2.8.0cvs17
4099
4100         * src/filtering.c
4101         * src/matcher.c
4102         * src/matcher.h
4103         * src/matcher_parser_parse.y
4104         * src/prefs_filtering_action.c
4105                 Add 'Mark as spam' and 'Mark as ham' filtering
4106                 actions. Fixes bug 1138.
4107
4108 2007-03-04 [colin]      2.8.0cvs16
4109
4110         * src/imap.c
4111                 Fix bug 1140, wrong return value
4112                 without libetpan
4113
4114 2007-03-04 [wwp]        2.8.0cvs15
4115
4116         * src/addr_compl.c
4117                 Rollback cvs14: don't free stuff that is managed in g_list.
4118
4119 2007-03-04 [wwp]        2.8.0cvs14
4120
4121         * src/addr_compl.c
4122                 Fix a leak in address completion code.
4123
4124 2007-03-04 [colin]      2.8.0cvs13
4125
4126         * src/addr_compl.c
4127                 Maybe fix bug 1136, 'Crash in group 
4128                 address completion'
4129
4130 2007-03-04 [iwkse]      2.8.0cvs12
4131
4132         * src/imap.c
4133                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4134
4135 2007-03-03 [colin]      2.8.0cvs11
4136
4137         * src/plugins/pgpinline/pgpinline.c
4138                 Fix off-by-one, fix double-free. Fixes
4139                 bug 1135, 'cm-segfault on decrypting 
4140                 with PGP/inline'
4141
4142 2007-03-03 [colin]      2.8.0cvs10
4143
4144         * configure.ac
4145         * src/main.c
4146         * src/common/plugin.c
4147                 Fix bug 1134, 'Valgrind macros unhandled 
4148                 by Irix's cc'
4149
4150 2007-03-02 [colin]      2.8.0cvs9
4151
4152         * src/mbox.c
4153                 Don't error out on EAGAIN. Fixes 
4154                 bug 1129, '"local mbox file" account 
4155                 isn't retrieving mails'
4156
4157 2007-03-01 [wwp]        2.8.0cvs8
4158
4159         * src/mainwindow.c
4160         * src/gtk/colorlabel.c
4161                 Remove accels for extra color labels until we set better
4162                 and definitive ones.
4163
4164 2007-02-28 [wwp]        2.8.0cvs7
4165
4166         * src/mainwindow.c
4167         * src/matcher_parser_parse.y
4168         * src/prefs_common.c
4169         * src/prefs_msg_colors.c
4170         * src/procmsg.h
4171         * src/gtk/colorlabel.c
4172         * src/gtk/colorlabel.h
4173                 Add more customizable color labels. Cleaned up a bit
4174                 the color label API to avoid duplicate defines of
4175                 the max number of colors.
4176
4177 2007-02-27 [colin]      2.8.0cvs6
4178
4179         * src/mainwindow.c
4180         * src/common/utils.c
4181         * src/common/utils.h
4182                 Fix '+' in mailto URIs for List-* headers
4183
4184 2007-02-27 [colin]      2.8.0cvs5
4185
4186         * src/gtk/gtkutils.c
4187                 Use gtk_window_set_role instead of 
4188                 _set_wmclass
4189
4190 2007-02-27 [colin]      2.8.0cvs4
4191
4192         * src/inc.c
4193                 Fix "After receiving new mail, go to inbox" on IMAP,
4194                 and make it work only on manual reception
4195
4196 2007-02-27 [wwp]        2.8.0cvs3
4197
4198         * src/prefs_filtering.c
4199         * src/prefs_filtering_action.c
4200         * src/prefs_matcher.c
4201                 Update filtering matcher's and action's color label menus
4202                 when re-opening those dialogs (reflect any change to the
4203                 color labels list in the preferences).
4204
4205 2007-02-27 [colin]      2.8.0cvs2
4206
4207         * src/imap.c
4208         * src/etpan/etpan-thread-manager-types.h
4209         * src/etpan/etpan-thread-manager.c
4210         * src/etpan/imap-thread.c
4211                 Log imap ALERTs as errors in the log.
4212
4213 2007-02-26 [paul]       2.8.0cvs1
4214
4215         * tools/claws.i18n.status.pl
4216                 updated
4217
4218 2007-02-26 [paul]       2.7.2cvs75
4219
4220         * po/ca.po
4221         * po/cs.po
4222         * po/de.po
4223         * po/en_GB.po
4224         * po/fi.po
4225         * po/fr.po
4226         * po/hu.po
4227         * po/pl.po
4228         * po/pt_BR.po
4229         * po/sk.po
4230         * po/sr.po
4231         * po/zh_CN.po
4232                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4233                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4234                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4235                 Aleksandar Urosevic, and Ralgh Young
4236
4237 2007-02-25 [mones]      2.7.2cvs74
4238
4239         * po/es.po
4240                 Updated for release
4241
4242 2007-02-25 [colin]      2.7.2cvs73
4243
4244         * src/main.c
4245                 Clearing the list is only useful
4246                 to prevent a valgrind false-positive
4247
4248 2007-02-25 [paul]       2.7.2cvs72
4249
4250         * tools/Makefile.am
4251         * tools/README
4252         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4253         * tools/maildir2claws-mail.pl  **REMOVED**
4254                 renamed the script, fixed a couple bugs
4255
4256 2007-02-23 [colin]      2.7.2cvs71
4257
4258         * src/addressbook.c
4259                 Fix a leak, check for a few improbable nulls
4260
4261 2007-02-23 [colin]      2.7.2cvs70
4262
4263         * src/main.c
4264         * src/main.h
4265         * src/plugins/trayicon/trayicon.c
4266                 Fix blinking mainwin when starting in tray
4267                 (show mainwindow later in the startup process,
4268                  apart if restarting post-crash)
4269
4270 2007-02-23 [colin]      2.7.2cvs69
4271
4272         * src/folderview.c
4273         * src/imap_gtk.c
4274                 Fix crash when unsubscribing the currently
4275                 selected/opened folder
4276
4277 2007-02-23 [colin]      2.7.2cvs68
4278
4279         * src/compose.c
4280                 Fix bug that prevented colorization to
4281                 work without wrap quotation option
4282
4283 2007-02-23 [colin]      2.7.2cvs67
4284
4285         * src/addr_compl.c
4286                 Fix refcounting, start and end completion who
4287                 behaved as if there couldn't be any other current
4288                 user of completion
4289
4290 2007-02-23 [wwp]        2.7.2cvs66
4291
4292         * src/addressbook.c
4293         * src/addrindex.c
4294                 Address completion fixes: fix addressbook_peek_folder_exists() in
4295                 which the algorithm was ridiculously over-obfuscated and broken.
4296                 Fix addrindex_load_completion() as well, to load addresses in
4297                 completion list with regards to what addressbook_peek_folder_exists()
4298                 returns now.
4299
4300 2007-02-23 [wwp]        2.7.2cvs65
4301
4302         * src/addr_compl.c
4303                 Add addresses to completion when they're non-empty (thanks to Colin).
4304
4305 2007-02-23 [paul]       2.7.2cvs64
4306
4307         * src/plugins/pgpcore/passphrase.c
4308                 remove 'const '
4309
4310 2007-02-23 [colin]      2.7.2cvs63
4311
4312         * src/plugins/pgpcore/prefs_gpg.c
4313         * src/plugins/pgpcore/prefs_gpg.h
4314         * src/plugins/pgpcore/sgpgme.c
4315         * src/plugins/pgpinline/pgpinline.c
4316         * src/plugins/pgpmime/pgpmime.c
4317                 Try harder to respect user's choice wrt
4318                 gpg-agent even with gpg2, by unsetting
4319                 GPG_AGENT_INFO when necessary.
4320
4321 2007-02-22 [paul]       2.7.2cvs62
4322
4323         * src/plugins/pgpcore/sgpgme.c
4324         * src/plugins/pgpcore/sgpgme.h
4325         * src/plugins/pgpcore/passphrase.c
4326         * src/plugins/pgpinline/pgpinline.c
4327         * src/plugins/pgpmime/pgpmime.c
4328                 Fix a leak - gpgme_data_release_and_get_mem
4329                 leaks in recent gpgme. Workaround by using
4330                 our own function.
4331
4332 2007-02-22 [paul]       2.7.2cvs61
4333
4334         * src/gtk/quicksearch.c
4335                 Abandon dynamic search when pressing
4336                 Enter
4337
4338 2007-02-21 [colin]      2.7.2cvs60
4339
4340         * src/procmsg.c
4341         * src/plugins/pgpcore/passphrase.c
4342                 Fix little memory leaks
4343         * src/main.c
4344                 Fix false-positive leak at exit
4345         * src/gtk/quicksearch.c
4346                 Fix potentially big leak in recursive
4347                 Quicksearch
4348
4349 2007-02-21 [wwp]        2.7.2cvs59
4350
4351         * src/summaryview.c
4352                 Add missing newline to a debug message.
4353
4354 2007-02-20 [colin]      2.7.2cvs58
4355
4356         * src/Makefile.am
4357         * src/mimeview.c
4358         * src/stock_pixmap.c
4359         * src/stock_pixmap.h
4360         * src/pixmaps/mime_pgpsig.xpm
4361                 Add icon for application/pgp-signature
4362
4363 2007-02-20 [colin]      2.7.2cvs57
4364
4365         * src/Makefile.am
4366         * src/main.c
4367         * src/mimeview.c
4368         * src/stock_pixmap.c
4369         * src/stock_pixmap.h
4370         * src/pixmaps/mime_calendar.xpm
4371         * src/pixmaps/mime_pdf.xpm
4372         * src/pixmaps/mime_ps.xpm
4373                 Add icons for text/calendar, application/pdf
4374                 and application/postscript
4375
4376 2007-02-20 [colin]      2.7.2cvs56
4377
4378         * autogen.sh
4379         * src/matcher_parser_parse.y
4380         * src/matcher_parser_lex.l
4381                 Fix big memory leak in flex, and
4382                 require flex 2.5.31
4383
4384 2007-02-20 [wwp]        2.7.2cvs55
4385
4386         * src/matcher_parser_parse.y
4387                 Fix a duplicate token definition (thanks to iwkse).
4388
4389 2007-02-20 [wwp]        2.7.2cvs54
4390
4391         * src/matcher_parser_lex.l
4392         * src/quote_fmt_lex.l
4393                 Use proper flex options instead of direct use of #define,
4394                 make the flex-generated C lighter.
4395
4396 2007-02-20 [colin]      2.7.2cvs53
4397
4398         * src/summaryview.c
4399                 Grab focus in message list after hiding
4400                 the quicksearch, instead of leaving it
4401                 "somewhere"
4402
4403 2007-02-19 [colin]      2.7.2cvs52
4404
4405         * src/folderview.c
4406                 Fix bug 1033, 'Automatically refresh 
4407                 message list when new messages arrives'
4408                 Looks like folderview->opened can sometimes
4409                 be wrong...
4410
4411 2007-02-19 [paul]       2.7.2cvs51
4412
4413         * tools/Makefile.am
4414         * tools/README
4415         * tools/thunderbird-filters-convertor.pl
4416                 add new script which converts thunderbird filter
4417                 rules to Claws filter rules
4418
4419 2007-02-18 [paul]       2.7.2cvs50
4420
4421         * src/plugins/pgpcore/prefs_gpg.c
4422         * src/plugins/pgpcore/prefs_gpg.h
4423         * src/plugins/pgpcore/sgpgme.c
4424         * src/plugins/pgpinline/pgpinline.c
4425         * src/plugins/pgpmime/pgpmime.c
4426                 improved GUI interoperability with gpg-agent
4427
4428 2007-02-18 [paul]       2.7.2cvs49
4429
4430         * src/prefs_account.c
4431                 Privacy options sensitivity fix
4432
4433 2007-02-17 [colin]      2.7.2cvs48
4434
4435         * src/messageview.c
4436                 Reset icon to warning in the noticeview
4437
4438 2007-02-15 [colin]      2.7.2cvs47
4439
4440         * src/folderview.c
4441                 Fix a manifestation of bug 1033 (summaryview failing
4442                 to update for new mails), which happens after editing
4443                 account preferences or preferences that cause a 
4444                 folderview reload.
4445
4446 2007-02-15 [colin]      2.7.2cvs46
4447
4448         * src/addressbook.c
4449                 Probably fix bug 1123, 'Segmentation 
4450                 fault while opening address book'. I get
4451                 g_warnings if the saved paned position is
4452                 not greater than 0. Also, save position
4453                 when hiding the addressbook instead of
4454                 via signal.
4455
4456 2007-02-14 [colin]      2.7.2cvs45
4457
4458         * src/plugins/pgpcore/prefs_gpg.c
4459         * src/plugins/pgpcore/prefs_gpg.h
4460         * src/plugins/pgpcore/sgpgme.c
4461         * src/plugins/pgpinline/pgpinline.c
4462         * src/plugins/pgpmime/pgpmime.c
4463                 Add an option "Use gpg-agent if available". Fixes
4464                 annoyances with distro-installed gpg-agent, when
4465                 no pinentry program is installed, and the user's 
4466                 at a loss on why "decryption failed". Makes more
4467                 clear why passphrase isn't saved when gpg-agent is
4468                 used. Defaults to true, to avoid changing the 
4469                 current behaviour.
4470
4471 2007-02-14 [wwp]        2.7.2cvs44
4472
4473         * src/matcher_parser_parse.y
4474                 Fix missing line number reset (wrong line number might appear
4475                 when re-loading filtering rules if there's a parser error).
4476
4477 2007-02-13 [colin]      2.7.2cvs43
4478
4479         * src/common/utils.c
4480                 Don't encode ',' in URIs before passing it
4481                 to the browser command-line. It was probably
4482                 done at a time where commas in URIs made
4483                 mozilla -remote 'openurl(%s,new-window)'
4484                 bug.
4485
4486 2007-02-13 [wwp]        2.7.2cvs42
4487
4488         * src/prefs_matcher.c
4489         * src/plugins/bogofilter/bogofilter_gtk.c
4490                 A bit of string factorization around "Select ..." buttons.
4491
4492 2007-02-11 [colin]      2.7.2cvs41
4493
4494         * src/alertpanel.c
4495                 Make sure to escape the title
4496
4497 2007-02-11 [colin]      2.7.2cvs40
4498
4499         * src/codeconv.c
4500                 Recognize .utf8 locales as .UTF-8 ones
4501
4502 2007-02-11 [colin]      2.7.2cvs39
4503
4504         * src/compose.c
4505                 Fix code conversion when dragging a file
4506
4507 2007-02-09 [colin]      2.7.2cvs38
4508
4509         * src/plugins/clamav/clamav_plugin.c
4510                 Complete Paul's patch with conditional
4511                 compilation to avoid breaking compilation
4512                 on old Dapper and Edgy... Maybe other
4513                 distros too.
4514
4515 2007-02-09 [paul]       2.7.2cvs37
4516
4517         * src/plugins/clamav/clamav_plugin.c
4518                 fix for the upstream changes in libclamav
4519
4520 2007-02-09 [paul]       2.7.2cvs36
4521
4522         * src/main.c
4523         * src/mainwindow.c
4524         * src/procmsg.c
4525         * src/procmsg.h
4526                 fix "warn if there are queued messages" (on exit)
4527                 option, which only checked the first mailbox's
4528                 queue
4529                 don't ask before emptying trash if there are no
4530                 messages in trash, also check and empty all trash
4531                 folders
4532         * src/prefs_other.c
4533                 move "Ask before emptying trash" option
4534                 outside of the "On exit" frame as it's
4535                 not only an "On exit" option
4536
4537 2007-02-09 [paul]       2.7.2cvs35
4538
4539         * src/addrgather.c
4540         * src/alertpanel.c
4541         * src/editldap.c
4542         * src/prefs_account.c
4543         * src/prefs_folder_item.c
4544         * src/prefs_gtk.h
4545         * src/prefs_matcher.c
4546         * src/prefs_message.c
4547         * src/prefs_msg_colors.c
4548         * src/prefs_summaries.c
4549         * src/wizard.c
4550         * src/gtk/inputdialog.c
4551         * src/plugins/bogofilter/bogofilter_gtk.c
4552                 pedantic commit: use 'checkbtn' everywhere
4553                 instead of a mixture of 'checkbtn' and 'chkbtn'
4554
4555 2007-02-09 [paul]       2.7.2cvs34
4556
4557         * src/compose.c
4558                 fix default hotkeys
4559         * src/prefs_other.c
4560         * src/prefs_send.c
4561                 move "Never send Return Receipts" from
4562                 prefs_other to prefs_send
4563                 add an option "Ask about account specific
4564                 filtering rules..." to prefs_other
4565         * src/gtk/gtkutils.c
4566                 fix a compiler warning
4567
4568 2007-02-08 [colin]      2.7.2cvs33
4569
4570         * src/plugins/pgpinline/pgpinline.c
4571                 Fix bug 1110, 'pgpmime fails to process 
4572                 encapsulated openpgp mime (rfc 3156, 6.1 
4573                 -> rfc1847)'
4574                 It was due to an interaction between PGP/Mime
4575                 and PGP/Inline plugin. 
4576
4577 2007-02-08 [colin]      2.7.2cvs32
4578
4579         * src/inc.c
4580         * src/mbox.c
4581         * src/mbox.h
4582                 Fix bug 1117, 'fcntl locking code 
4583                 does not work in mbox.c'
4584
4585 2007-02-08 [colin]      2.7.2cvs31
4586
4587         * src/prefs_account.c
4588                 Fix Gentoo bug 165819, 'can't create 
4589                 a "local mbox file" account'. Patch
4590                 by Olivier <castan.o@free.fr>
4591
4592 2007-02-07 [colin]      2.7.2cvs30
4593
4594         * src/ldapquery.c
4595                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4596                 autocompletion was used'
4597
4598 2007-02-07 [paul]       2.7.2cvs29
4599
4600         * src/folder.c
4601                 cut down on unnecessary debug_prints
4602         * src/imap_gtk.c
4603                 fix menu_set_active() on 'Show only
4604                 subscribed folders'
4605
4606 2007-02-07 [paul]       2.7.2cvs28
4607
4608         * src/plugins/clamav/clamav_plugin.c
4609         * src/plugins/clamav/clamav_plugin.h
4610         * src/plugins/clamav/clamav_plugin_gtk.c
4611                 fix copyright header
4612
4613 2007-02-07 [paul]       2.7.2cvs27
4614
4615         * src/procheader.c
4616                 fix bug 1116, 'summary view allow a 
4617                 subject line break'
4618
4619 2007-02-06 [colin]      2.7.2cvs26
4620
4621         * src/summaryview.c
4622                 Fix delete thread
4623
4624 2007-02-05 [fabien]     2.7.2cvs25
4625
4626         * po/POTFILES.in
4627         * src/uri_opener.c
4628                 i18n related - 1 fix and 1 message for translators.
4629
4630 2007-02-05 [colin]      2.7.2cvs24
4631
4632         * src/gtk/quicksearch.c
4633                 Don't reload summary list if quicksearch wasn't
4634                 active on hiding; move currently selected mail in
4635                 the visible area when showing the quicksearch
4636
4637 2007-02-05 [colin]      2.7.2cvs23
4638
4639         * src/folderview.c
4640                 Add debug to try to solve bug 1104
4641
4642 2007-02-05 [paul]       2.7.2cvs22
4643
4644         * src/mainwindow.c
4645                 confirm before emptying trash on exit is
4646                 a Yes or No answer, use Yes or No in the
4647                 dialog
4648
4649 2007-02-04 [colin]      2.7.2cvs21
4650
4651         * src/compose.c
4652         * src/plugins/pgpcore/passphrase.c
4653         * src/plugins/pgpcore/select-keys.c
4654                 Set wmclass on new windows
4655
4656 2007-02-04 [colin]
4657
4658         2.8.0-rc1 released
4659
4660 2007-02-04 [colin]      2.7.2cvs20
4661
4662         * src/compose.c
4663         * src/compose.h
4664                 Auto save drafts on exit, reopen them
4665                 at startup, instead of asking
4666         * src/account.c
4667         * src/addressadd.c
4668         * src/addressbook.c
4669         * src/addressbook_foldersel.c
4670         * src/addrgather.c
4671         * src/crash.c
4672         * src/editaddress.c
4673         * src/editbook.c
4674         * src/editgroup.c
4675         * src/editjpilot.c
4676         * src/editldap.c
4677         * src/editldap_basedn.c
4678         * src/editvcard.c
4679         * src/exphtmldlg.c
4680         * src/expldifdlg.c
4681         * src/export.c
4682         * src/foldersel.c
4683         * src/gedit-print.c
4684         * src/import.c
4685         * src/importldif.c
4686         * src/importmutt.c
4687         * src/importpine.c
4688         * src/main.c
4689         * src/mainwindow.c
4690         * src/message_search.c
4691         * src/messageview.c
4692         * src/prefs_actions.c
4693         * src/prefs_customheader.c
4694         * src/prefs_display_header.c
4695         * src/prefs_filtering.c
4696         * src/prefs_filtering_action.c
4697         * src/prefs_folder_column.c
4698         * src/prefs_gtk.c
4699         * src/prefs_matcher.c
4700         * src/prefs_other.c
4701         * src/prefs_summaries.c
4702         * src/prefs_summary_column.c
4703         * src/prefs_template.c
4704         * src/sourcewindow.c
4705         * src/ssl_manager.c
4706         * src/summary_search.c
4707         * src/uri_opener.c
4708         * src/gtk/about.c
4709         * src/gtk/description_window.c
4710         * src/gtk/foldersort.c
4711         * src/gtk/gtkutils.c
4712         * src/gtk/gtkutils.h
4713         * src/gtk/icon_legend.c
4714         * src/gtk/logwindow.c
4715         * src/gtk/pluginwindow.c
4716         * src/gtk/prefswindow.c
4717                 Give different wmclass to different
4718                 windows - thanks to sed ;)
4719
4720 2007-02-04 [colin]      2.7.2cvs19
4721
4722         * src/main.c
4723                 Revert previous patch, can't reproduce
4724                 it anymore. 
4725
4726 2007-02-03 [colin]      2.7.2cvs18
4727
4728         * src/main.c
4729                 Don't save the mainwindow size and
4730                 position on emergency exit (libSM's
4731                 "die" callback), Xfce seems to make
4732                 the window smaller just before the
4733                 size's saved.
4734
4735 2007-02-03 [colin]      2.7.2cvs17
4736
4737         * src/plugins/bogofilter/bogofilter.c
4738         * src/plugins/bogofilter/bogofilter.h
4739         * src/plugins/bogofilter/bogofilter_gtk.c
4740         * src/plugins/pgpinline/pgpinline.c
4741         * src/plugins/pgpinline/pgpinline.h
4742                 Fix more copyrights
4743
4744 2007-02-03 [colin]      2.7.2cvs16
4745
4746         * src/partial_download.c
4747         * src/partial_download.h
4748         * src/ssl_manager.c
4749         * src/ssl_manager.h
4750         * src/uri_opener.c
4751         * src/uri_opener.h
4752         * src/wizard.c
4753         * src/wizard.h
4754         * src/common/ssl_certificate.c
4755         * src/common/ssl_certificate.h
4756         * src/gtk/quicksearch.c
4757         * src/gtk/quicksearch.h
4758         * src/gtk/sslcertwindow.c
4759         * src/gtk/sslcertwindow.h
4760                 Fix copyright on my files
4761
4762 2007-02-02 [colin]      2.7.2cvs15
4763
4764         * src/Makefile.am
4765         * src/mainwindow.c
4766         * src/messageview.c
4767         * src/messageview.h
4768         * src/textview.c
4769         * src/textview.h
4770         * src/uri_opener.c
4771         * src/uri_opener.h
4772                 Add Tools/List URIs to allow
4773                 opening any URI in the current mail
4774
4775 2007-02-02 [colin]      2.7.2cvs14
4776
4777         * src/common/valgrind.h ** NEW FILE **
4778         * src/common/Makefile.am
4779         * src/common/plugin.c
4780                 Don't dlclose the plugins if we're running
4781                 under valgrind. (doesn't require valgrind
4782                 either at compile time or run time).
4783
4784 2007-02-01 [paul]       2.7.2cvs13
4785
4786         * AUTHORS
4787         * src/gtk/authors.h
4788         * tools/freshmeat_search.pl
4789         * tools/google_search.pl
4790         * tools/multiwebsearch.pl
4791                 add support for non ISO-8859-1 compatible locales
4792                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4793
4794 2007-02-01 [colin]      2.7.2cvs12
4795
4796         * src/prefs_other.c
4797         * src/prefs_summaries.c
4798                 Move keybinding prefs to the Other page
4799
4800 2007-02-01 [wwp]        2.7.2cvs11
4801
4802         * src/plugins/trayicon/trayicon.c
4803                 Fix a raising issue within KDE.
4804
4805 2007-02-01 [colin]      2.7.2cvs10
4806
4807         * src/codeconv.c
4808                 Fix stray quotes in encoded strings
4809         * src/addressadd.c
4810                 Fix wrong call causing g_warnings
4811         * src/textview.c
4812                 Remove useless message
4813
4814 2007-01-31 [wwp]        2.7.2cvs9
4815
4816         * src/plugins/trayicon/trayicon.c
4817                 fix buggy hiding of main window when closing if close-to-tray
4818                 is not set (bad logics  in the trayicon hook code).
4819                 Changed the quit confirmation message too.
4820
4821 2007-01-30 [colin]      2.7.2cvs8
4822
4823         * src/main.c
4824                 Fix hidden mainwindow after clicking on
4825                 the X close button, if compose windows
4826                 exist and the user chooses not to quit
4827
4828 2007-01-30 [colin]      2.7.2cvs7
4829
4830         * src/main.c
4831         * src/compose.c
4832                 Handle local URIs to attach files (file:///...)
4833                 Fixes attaching files from Thunar for example
4834
4835 2007-01-30 [colin]      2.7.2cvs6
4836
4837         * src/prefs_ext_prog.c
4838                 Add 'mousepad' to the list of text editors.
4839                 Mousepad is XFCE's text editor
4840
4841 2007-01-29 [wwp]        2.7.2cvs5
4842
4843         * po/POTFILES.in
4844         * src/plugins/trayicon/trayicon_prefs.c
4845                 trayicon i18n fixes, thanks to Fabien.
4846
4847 2007-01-28 [wwp]        2.7.2cvs4
4848
4849         * src/mainwindow.c
4850         * src/mainwindow.h
4851         * src/plugins/trayicon/trayicon.c
4852         * src/plugins/trayicon/trayicon_prefs.c
4853         * src/plugins/trayicon/trayicon_prefs.h
4854                 Added a new TrayIcon plugin option to close to tray
4855                 (WM's hotkey and [X] button will hide the window instead
4856                 of closing it - closing CM can be done using the tray icon
4857                 menu or the File menu).
4858                 Improved visibility handling in trayicon, clicking the
4859                 trayicon now raise the window to current desktop when it
4860                 was either minimized/shaded/on another desktop.
4861                 Thanks to Paul for testing and fixing a strange behaviour
4862                 in KDE ;-).
4863
4864 2007-01-27 [paul]       2.7.2cvs3
4865
4866         * src/prefs_folder_item.c
4867         * src/prefs_receive.c
4868         * src/plugins/pgpcore/prefs_gpg.c
4869                 use 'start-up' instead of 'startup' in labels
4870
4871 2007-01-26 [wwp]        2.7.2cvs2
4872
4873         * src/plugins/trayicon/Makefile.am
4874         * src/plugins/trayicon/trayicon.c
4875         * src/plugins/trayicon/trayicon_prefs.c
4876         * src/plugins/trayicon/trayicon_prefs.h
4877                 Add a new TrayIcon option to hide the main window at
4878                 start-up.
4879                 Fix trayicon.c copyright header.
4880
4881 2007-01-26 [paul]       2.7.2cvs1
4882
4883         * NEWS
4884         * README
4885         * RELEASE_NOTES
4886         * configure.ac
4887                 bump up version number following
4888                 stable release
4889
4890 2007-01-25 [mones]      2.7.1cvs60
4891
4892         * po/es.po
4893                 updated thousands of strings (well, probably less ;-)
4894
4895 2007-01-25 [colin]      2.7.1cvs59
4896
4897         * src/matcher.c
4898                 Fix 2nd-run loss of matcherrc on new
4899                 configurations. 
4900
4901 2007-01-25 [wwp]        2.7.1cvs58
4902
4903         * src/mimeview.c
4904                 fix handling of empty value in attach_save_directory too, thanks
4905                 to Colin.
4906
4907 2007-01-25 [wwp]        2.7.1cvs57
4908
4909         * src/gtk/filesel.c
4910                 fix handling of empty value in attach_load_directory,
4911                 thanks to Colin.
4912
4913 2007-01-25 [wwp]        2.7.1cvs56
4914
4915         * src/plugins/dillo_viewer/dillo_prefs.h
4916                 fix a typo.
4917
4918 2007-01-25 [colin]      2.7.1cvs55
4919
4920         * src/matcher.c
4921         * src/matcher.h
4922         * src/matcher_parser_parse.y
4923         * src/prefs_matcher.c
4924                 Add matching on the spam flag
4925
4926 2007-01-24 [colin]      2.7.1cvs54
4927
4928         * src/folder.c
4929         * src/common/xml.c
4930         * src/common/xml.h
4931                 Make sure folderlist.xml is correctly
4932                 written before overwriting it.
4933         * src/procmsg.c
4934         * src/procmsg.h
4935         * src/summaryview.c
4936         * src/plugins/bogofilter/bogofilter.c
4937         * src/plugins/bogofilter/bogofilter.h
4938         * src/plugins/bogofilter/bogofilter_gtk.c
4939         * src/plugins/spamassassin/spamassassin.c
4940         * src/plugins/spamassassin/spamassassin.h
4941         * src/plugins/spamassassin/spamassassin_gtk.c
4942                 Move spam to the correct trash folder after
4943                 learning, if spam directory isn't set.
4944
4945 2007-01-23 [paul]       2.7.1cvs53
4946
4947         * src/plugins/bogofilter/bogofilter_gtk.c
4948                 fix sensitivity of "Insert X-Bogosity header"
4949                 option
4950
4951 2007-01-23 [colin]      2.7.1cvs52
4952
4953         * src/toolbar.c
4954                 Translate toolbar items text if
4955                 they're translatable (default)
4956         * src/addrcache.c
4957         * src/addrcache.h
4958         * src/addritem.c
4959         * src/addritem.h
4960         * src/codeconv.c
4961         * src/codeconv.h
4962         * src/jpilot.c
4963         * src/jpilot.h
4964         * src/ldapctrl.c
4965         * src/ldapctrl.h
4966         * src/ldapquery.h
4967         * src/ldif.c
4968         * src/ldif.h
4969         * src/etpan/etpan-thread-manager.c
4970         * src/etpan/etpan-thread-manager.h
4971         * src/gtk/gtkutils.c
4972         * src/gtk/gtkutils.h
4973                 More static functions
4974
4975 2007-01-22 [fabien]     2.7.1cvs51
4976
4977         * src/gtk/gtkutils.c
4978                 gtkut_get_options_frame() : ability to pass
4979                 a 'NULL' value in frame pointer parameter if
4980                 we don't need it.
4981
4982 2007-01-22 [colin]      2.7.1cvs50
4983
4984         * src/procmsg.c
4985         * src/procmsg.h
4986         * src/plugins/bogofilter/bogofilter.c
4987         * src/plugins/bogofilter/bogofilter_gtk.c
4988         * src/plugins/spamassassin/spamassassin.c
4989         * src/plugins/spamassassin/spamassassin_gtk.c
4990                 Allow moving spams to the account's trash
4991                 instead of default one
4992
4993 2007-01-21 [colin]      2.7.1cvs49
4994
4995         * src/ldapquery.c
4996         * src/ldapquery.h
4997                 Revert a static function that shouldn't
4998                 have been
4999
5000 2007-01-21 [colin]      2.7.1cvs48
5001
5002         * src/ldapquery.c
5003         * src/ldapquery.h
5004                 Same
5005
5006 2007-01-21 [colin]      2.7.1cvs47
5007
5008         * src/procmsg.c
5009         * src/procmsg.h
5010                 Same
5011
5012 2007-01-21 [colin]      2.7.1cvs46
5013
5014         * src/common/socket.c
5015         * src/common/socket.h
5016                 Same
5017
5018 2007-01-21 [colin]      2.7.1cvs45
5019
5020         * src/crash.c
5021         * src/exporthtml.c
5022         * src/exporthtml.h
5023         * src/exportldif.c
5024         * src/exportldif.h
5025         * src/folder.c
5026         * src/folder.h
5027         * src/folder_item_prefs.c
5028         * src/folder_item_prefs.h
5029         * src/folderview.c
5030         * src/folderview.h
5031         * src/gedit-print.c
5032         * src/gedit-print.h
5033         * src/main.c
5034         * src/main.h
5035         * src/common/socket.c
5036         * src/common/socket.h
5037         * src/gtk/gtkaspell.c
5038         * src/gtk/gtkaspell.h
5039         * src/gtk/quicksearch.c
5040         * src/gtk/quicksearch.h
5041                 Same
5042
5043 2007-01-21 [colin]      2.7.1cvs44
5044
5045         * src/common/utils.c
5046         * src/common/utils.h
5047         * src/etpan/etpan-thread-manager.c
5048         * src/etpan/etpan-thread-manager.h
5049                 Same (Funny that etpan_thread_unbind
5050                 is called but not etpan_thread_bind)
5051
5052 2007-01-21 [colin]      2.7.1cvs43
5053
5054         * src/addrselect.c
5055         * src/addrselect.h
5056         * src/codeconv.c
5057         * src/codeconv.h
5058         * src/compose.c
5059         * src/compose.h
5060         * src/etpan/Makefile.am
5061         * src/gtk/colorlabel.c
5062         * src/gtk/colorlabel.h
5063         * src/gtk/sslcertwindow.c
5064         * src/gtk/sslcertwindow.h
5065         * src/etpan/etpan-log.c ** REMOVED **
5066         * src/etpan/etpan-log.h ** REMOVED **
5067                 Same
5068
5069 2007-01-20 [colin]      2.7.1cvs42
5070
5071         * src/addritem.c
5072         * src/addritem.h
5073                 Same
5074
5075 2007-01-20 [colin]      2.7.1cvs41
5076
5077         * src/account.c
5078         * src/account.h
5079         * src/addrbook.c
5080         * src/addrbook.h
5081         * src/addrcache.c
5082         * src/addrcache.h
5083         * src/addrclip.c
5084         * src/addrclip.h
5085         * src/addressbook.c
5086         * src/addressbook.h
5087         * src/addrharvest.c
5088         * src/addrharvest.h
5089         * src/addrindex.c
5090         * src/addrindex.h
5091         * src/editaddress.c
5092         * src/editaddress.h
5093                 Make functions that aren't used in other
5094                 files static
5095
5096 2007-01-20 [colin]      2.7.1cvs40
5097
5098         * src/account.c
5099         * src/addrbook.c
5100         * src/addrcache.c
5101         * src/addressbook.c
5102         * src/addrgather.c
5103         * src/addrindex.c
5104         * src/addrquery.c
5105         * src/addrselect.c
5106         * src/browseldap.c
5107         * src/compose.c
5108         * src/editbook.c
5109         * src/editjpilot.c
5110         * src/editldap.c
5111         * src/editldap_basedn.c
5112         * src/editvcard.c
5113         * src/exporthtml.c
5114         * src/exportldif.c
5115         * src/folder.c
5116         * src/folderview.c
5117         * src/image_viewer.c
5118         * src/imap.c
5119         * src/importmutt.c
5120         * src/importpine.c
5121         * src/jpilot.c
5122         * src/ldapquery.c
5123         * src/main.c
5124         * src/mainwindow.c
5125         * src/matcher.c
5126         * src/messageview.c
5127         * src/mh.c
5128         * src/mimeview.c
5129         * src/msgcache.c
5130         * src/mutt.c
5131         * src/news.c
5132         * src/pine.c
5133         * src/prefs_account.c
5134         * src/prefs_common.c
5135         * src/prefs_compose_writing.c
5136         * src/prefs_ext_prog.c
5137         * src/prefs_folder_item.c
5138         * src/prefs_fonts.c
5139         * src/prefs_message.c
5140         * src/prefs_msg_colors.c
5141         * src/prefs_other.c
5142         * src/prefs_quote.c
5143         * src/prefs_receive.c
5144         * src/prefs_send.c
5145         * src/prefs_spelling.c
5146         * src/prefs_summaries.c
5147         * src/prefs_toolbar.c
5148         * src/prefs_wrapping.c
5149         * src/privacy.c
5150         * src/procmime.c
5151         * src/procmsg.c
5152         * src/ssl_manager.c
5153         * src/statusbar.c
5154         * src/summaryview.c
5155         * src/toolbar.c
5156         * src/vcard.c
5157         * src/common/hooks.c
5158         * src/common/log.c
5159         * src/common/passcrypt.c
5160         * src/common/socket.c
5161         * src/common/ssl.c
5162         * src/common/ssl_certificate.c
5163         * src/common/template.c
5164         * src/common/utils.c
5165         * src/etpan/imap-thread.c
5166         * src/gtk/sslcertwindow.c
5167         * src/gtk/sslcertwindow.h
5168                 Make functions that could be static, static
5169
5170 2007-01-20 [colin]      2.7.1cvs39
5171
5172         * src/editldap.c
5173                 Fix tooltip
5174
5175 2007-01-20 [colin]      2.7.1cvs38
5176
5177         * src/ldapquery.c
5178         * src/ldaputil.c
5179         * src/ldaputil.h
5180                 Fix bug 1102, 'claws-mail-2.7.1 
5181                 makes use of deprecated ldap 
5182                 functions'
5183
5184 2007-01-20 [colin]      2.7.1cvs37
5185
5186         * src/mainwindow.c
5187         * src/mainwindow.h
5188         * src/summaryview.c
5189         * src/gtk/quicksearch.c
5190                 Add Wide message list layout
5191
5192 2007-01-19 [fabien]     2.7.1cvs36
5193
5194         * src/textview.c
5195                 make sure a font change is considered in links of
5196                 headerview.
5197
5198 2007-01-19 [colin]      2.7.1cvs35
5199
5200         * src/main.c
5201         * src/mainwindow.c
5202         * src/mainwindow.h
5203         * src/messageview.c
5204         * src/messageview.h
5205         * src/prefs_common.c
5206         * src/prefs_common.h
5207         * src/summaryview.c
5208         * src/summaryview.h
5209         * src/gtk/quicksearch.c
5210         * src/gtk/quicksearch.h
5211                 Drop 'Separate Folder tree' and 'Separate
5212                 Message View'. Put three layouts in place
5213                 of it.
5214
5215 2007-01-19 [paul]       2.7.1cvs34
5216
5217         * src/prefs_msg_colors.c
5218                 more use of Q_ for translators
5219
5220 2007-01-19 [paul]       2.7.1cvs33
5221
5222         * src/imap_gtk.c
5223         * src/prefs_account.c
5224                 a few changes to the English
5225
5226 2007-01-19 [fabien]     2.7.1cvs32
5227
5228         * src/wizard.c
5229                 factorize translatable string
5230
5231 2007-01-18 [colin]      2.7.1cvs31
5232
5233         * src/main.c
5234                 Don't error out on --sync option. Although
5235                 we don't do anything with it, gtk+ handles
5236                 it, and it's useful for debugging X errors
5237
5238 2007-01-18 [fabien]     2.7.1cvs30
5239
5240         * src/prefs_other.c
5241                 ability to apply on the fly the recent added
5242                 'gtk_can_change_accels' pref (no need to restart).
5243
5244 2007-01-18 [fabien]     2.7.1cvs29
5245
5246         * src/plugins/bogofilter/bogofilter_gtk.c
5247         * src/plugins/bogofilter/bogofilter.c
5248         * src/plugins/spamassassin/spamassassin_gtk.c
5249         * src/addr_compl.c
5250         * src/prefs_account.c
5251                 factorize or rewrite some translatable strings.
5252
5253 2007-01-18 [fabien]     2.7.1cvs28
5254
5255         * src/prefs_gtk.h
5256         * src/compose.c
5257                 set a 4pix space between "Subject:" label and subject entry in
5258                 compose window.
5259
5260 2007-01-18 [wwp]        2.7.1cvs27
5261
5262         * src/addressbook.c
5263                 fix conflicting address-copy/paste when focus is set
5264                 to the embedded edit-person form.
5265  
5266
5267 2007-01-18 [wwp]        2.7.1cvs26
5268
5269         * src/addressbook.h
5270                 complete 2.7.1cvs23 (one more file was missing from that
5271                 commit).
5272
5273 2007-01-18 [colin]      2.7.1cvs25
5274
5275         * src/main.c
5276                 Provide a way to migrate without backup
5277                 Re-ask for migration on next start if 
5278                 it has been refused and wizard has been 
5279                 cancelled after.
5280
5281 2007-01-18 [wwp]        2.7.1cvs24
5282
5283         * src/editaddress.c
5284                 complete 2.7.1.cvs23 (file was missing from previous
5285                 commit).
5286
5287 2007-01-18 [wwp]        2.7.1cvs23
5288
5289         * src/addressbook.c
5290                 fix potential crashes in address book's focus_in/out signal handlers,
5291                 force focus to the edit-person form when clicked the Edit menu entry or
5292                 button (this only matters if the edit-person form is embedded to the
5293                 AB window, in that case, focus is not set when browsing the contacts
5294                 list w/ keys or mouse clicks).
5295
5296 2007-01-18 [paul]       2.7.1cvs22
5297
5298         * src/main.c
5299                 add command line options:
5300                 -h for --help
5301                 -q and --quit for --exit
5302                 -v for --version
5303                 print "Unknown option" for unknown options
5304
5305 2007-01-18 [paul]       2.7.1cvs21
5306
5307         * po/ru.po
5308                 updated by Pavlo Bohmat
5309
5310 2007-01-18 [paul]       2.7.1cvs20
5311
5312         * src/mainwindow.c
5313                 fix sensitivity issues of Mark as Spam/Ham
5314
5315 2007-01-17 [fabien]     2.7.1cvs19
5316
5317         * src/prefs_other.c
5318         * src/prefs_common.c
5319         * src/prefs_common.h
5320         * src/main.c
5321                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5322                 control the corresponding gtk property. It could be used to lock
5323                 all shortcuts (avoid to set one of them by inadvertency).
5324
5325 2007-01-17 [colin]      2.7.1cvs18
5326
5327         * src/summaryview.c
5328                 Fix bug 1100, 'Highlighted e-mail data not visible 
5329                 when color label applied.'. Use a weighted average
5330                 between normal selected foreground color and color
5331                 label instead of a simple one (3/1 instead 1/1).
5332
5333 2007-01-17 [colin]      2.7.1cvs17
5334
5335         * src/messageview.c
5336                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5337                 crash' - don't prevent mail switching while loading
5338
5339 2007-01-17 [colin]      2.7.1cvs16
5340
5341         * src/folder.c
5342         * src/folder.h
5343         * src/folderview.c
5344         * src/folderview.h
5345         * src/imap.c
5346         * src/imap.h
5347         * src/imap_gtk.c
5348                 Manage recursive search of unsubscribed folders
5349                 Rescan tree without checking for new messages 
5350                 after subscriptions changed
5351
5352 2007-01-17 [paul]       2.7.1cvs15
5353
5354         * src/prefs_common.c
5355         * src/gtk/pluginwindow.c
5356                 fix bug 1101, '"Load plugin" button is
5357                 accidentally hidden'
5358                 unset (-1) initial width in prefs_common,
5359                 fix overlapping buttons,
5360                 and other cleanups
5361
5362 2007-01-17 [paul]       2.7.1cvs14
5363
5364         * src/procmime.c
5365                 add #include <errno.h>, it's needed
5366                 on some systems
5367
5368 2007-01-17 [paul]       2.7.1cvs13
5369
5370         * src/common/defs.h
5371         * tools/make.themes.project
5372                 rename .sylpheed_themeinfo to .claws_themeinfo
5373                 and use it
5374         * src/etpan/etpan-errors.h
5375         * src/etpan/etpan-log.c
5376         * src/etpan/etpan-log.h
5377         * src/etpan/etpan-thread-manager-types.h
5378         * src/etpan/etpan-thread-manager.c
5379         * src/etpan/etpan-thread-manager.h
5380         * src/etpan/imap-thread.c
5381         * src/etpan/imap-thread.h
5382                 add copyright header
5383
5384 2007-01-17 [colin]      2.7.1cvs12
5385
5386         * src/plugins/pgpcore/select-keys.c
5387         * src/gtk/pluginwindow.c
5388         * src/prefs_account.c
5389                 Fix warnings
5390
5391 2007-01-16 [colin]      2.7.1cvs11
5392
5393         * src/imap.c
5394         * src/imap.h
5395         * src/imap_gtk.c
5396                 Manage subscribing to subfolders when only
5397                 subscribed folders are shown.
5398
5399 2007-01-16 [colin]      2.7.1cvs10
5400
5401         * src/folderview.c
5402                 Fix annoying vscrollbar going back to top
5403                 on Check for new folders
5404
5405 2007-01-16 [colin]      2.7.1cvs9
5406
5407         * src/imap.c
5408                 Remove printf
5409
5410 2007-01-16 [colin]      2.7.1cvs8
5411
5412         * src/filtering.c
5413                 Bigger buffer for errors
5414         * src/imap.c
5415         * src/imap.h
5416         * src/imap_gtk.c
5417         * src/prefs_account.c
5418         * src/prefs_account.h
5419         * src/wizard.c
5420         * src/etpan/imap-thread.c
5421         * src/etpan/imap-thread.h
5422         * manual/handling.xml
5423                 Add subscriptions management. What it changes:
5424                 Creating a folder subscribes to it
5425                 Deleting a folder unsubscribes it
5426                 New contextual menu item allowing to switch between
5427                 All folders and Subscribed folders, subscribe, and
5428                 unsubscribe. "Creating" an existing but unsubscribed
5429                 folder will subscribe it.
5430                 By default for new accounts, only subscribed folders 
5431                 are shown.
5432
5433
5434 2007-01-16 [paul]       2.7.1cvs7
5435
5436         * src/summaryview.c
5437                 Allow folder classes to specify only sort_key or
5438                 sort_type instead of both or none.
5439
5440 2007-01-16 [paul]       2.7.1cvs6
5441
5442         * src/action.c
5443         * src/compose.c
5444         * src/mimeview.c
5445         * src/procmime.c
5446         * src/textview.c
5447                 Save and use errno for procmime_get_part
5448
5449 2007-01-16 [colin]      2.7.1cvs5
5450
5451         * src/imap.c
5452                 Never remove INBOX when scanning for
5453                 new folders. It's a special folder
5454                 that has to exist.
5455
5456 2007-01-15 [colin]      2.7.1cvs4
5457
5458         * src/imap.c
5459                 Fix 'Check for new folders' when IMAP subdirectory
5460                 is set
5461         * src/etpan/imap-thread.c
5462                 Fix build
5463
5464 2007-01-15 [colin]      2.7.1cvs3
5465
5466         * src/etpan/imap-thread.c
5467                 Fix invalid free on command-connection
5468                 error
5469
5470 2007-01-15 [wwp]        2.7.1cvs2
5471
5472         * src/matcher_parser_lex.l
5473         * src/quote_fmt_lex.l
5474         * src/matcher_parser_parse.y
5475                 fix copyright header in lexers and parsers.
5476
5477 2007-01-15 [paul]       2.7.1cvs1
5478
5479         * NEWS
5480         * README
5481         * RELEASE_NOTES
5482         * configure.ac
5483                 bump up version number following
5484                 stable release
5485
5486 2007-01-15 [paul]       2.7.0cvs31
5487
5488         * AUTHORS
5489         * src/gtk/authors.h
5490                 add Fabien to the Team list
5491                 add the recent contributors
5492                 make a few corrections
5493
5494 2007-01-15 [paul]       2.7.0cvs30
5495
5496         * src/mainwindow.c
5497                 fix compiler warning
5498         * src/plugins/pgpcore/prefs_gpg.c
5499         * src/plugins/pgpcore/prefs_gpg.h
5500                 add missing include
5501                 fix copyright header
5502
5503 2007-01-14 [colin]      2.7.0cvs29
5504
5505         * src/gtk/filesel.c
5506                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5507                 two benefits: faster to open, will fix strange
5508                 dbus-related crash. Thanks to Pascal Terjan.
5509
5510 2007-01-14 [colin]      2.7.0cvs28
5511
5512         * src/etpan/imap-thread.c
5513                 Delete the old imap just after allocating
5514                 the new one. Makes sure we don't get the
5515                 same pointer by sheer luck, which feels
5516                 strange in the debug log.
5517
5518 2007-01-14 [colin]      2.7.0cvs27
5519
5520         * src/gtk/inputdialog.c
5521                 Make sure we don't print passwords in
5522                 clear text when in debug mode
5523
5524 2007-01-14 [colin]      2.7.0cvs26
5525
5526         * src/gtk/gtksctree.c
5527                 Fix bug 1098, 'bogus last row display 
5528                 after expanding a thread'. Patch by
5529                 Jindrich Makovicka <makovick@gmail.com>
5530
5531 2007-01-14 [colin]      2.7.0cvs25
5532
5533         * src/etpan/imap-thread.c
5534                 Close socket manually before
5535                 freeing the imap struct
5536
5537 2007-01-14 [colin]      2.7.0cvs24
5538
5539         * src/etpan/imap-thread.c
5540                 Maybe fix new reconnection issues
5541
5542 2007-01-13 [colin]      2.7.0cvs23
5543
5544         * src/summaryview.c
5545                 Freeze/thaw on thread selection
5546
5547 2007-01-13 [paul]       2.7.0cvs22
5548
5549         * src/mainwindow.c
5550         * src/summaryview.c
5551         * src/summaryview.h
5552                 add 'Edit/Delete thread'
5553
5554 2007-01-13 [colin]      2.7.0cvs21
5555
5556         * src/prefs_account.c
5557         * src/prefs_compose_writing.c
5558         * src/prefs_message.c
5559         * src/prefs_msg_colors.c
5560         * src/prefs_other.c
5561         * src/prefs_receive.c
5562         * src/prefs_spelling.c
5563         * src/prefs_summaries.c
5564         * src/prefs_themes.c
5565         * src/gtk/gtkutils.c
5566         * src/gtk/gtkutils.h
5567         * src/plugins/pgpcore/prefs_gpg.c
5568         * src/plugins/spamassassin/spamassassin_gtk.c
5569                 Factorize gtk frame creation
5570                 Patch by Pawel
5571
5572 2007-01-13 [colin]      2.7.0cvs20
5573
5574         * src/message_search.c
5575         * src/summary_search.c
5576                 Fix Enter in search windows
5577         * src/messageview.c
5578                 Fix body search starting at the
5579                 end of the mail (and asking for loop)
5580
5581 2007-01-13 [colin]      2.7.0cvs19
5582
5583         * src/etpan/imap-thread.c
5584                 Make sure we don't free the same imap
5585                 twice
5586
5587 2007-01-13 [colin]      2.7.0cvs18
5588
5589         * commitHelper
5590                 Allow multiple commitHelpers to
5591                 run at once
5592
5593 2007-01-12 [colin]      2.7.0cvs17
5594
5595         * src/etpan/imap-thread.c
5596                 Make sure we get rid of the previous mailimap
5597                 when connecting - just in case disconnect was
5598                 unclean
5599
5600 2007-01-12 [paul]       2.7.0cvs16
5601
5602         * src/compose.c
5603                 Strip S/MIME signatures when re-editing
5604                 S/MIME signed messages.
5605
5606 2007-01-12 [paul]       2.7.0cvs15
5607
5608         * configure.ac
5609         * src/addressbook.c
5610         * src/foldersel.c
5611         * src/folderview.c
5612         * src/main.c
5613                 no need to define CLAWS anymore, remove
5614                 all that stuff
5615
5616 2007-01-12 [paul]       2.7.0cvs14
5617
5618         * src/mimeview.c
5619                 check if the mail's signed as
5620                 it can change the mail structure
5621                 Thanks to Colin
5622
5623 2007-01-12 [paul]       2.7.0cvs13
5624
5625         * src/procmime.c
5626                 fix Forwarding msgs with attachments
5627                 that have dos line endings
5628                 Thanks to Colin
5629
5630 2007-01-12 [wwp]        2.7.0cvs12
5631
5632         * configure.ac
5633                 Revert accidentally committed extra version tag.
5634
5635 2007-01-12 [wwp]        2.7.0cvs11
5636
5637         * src/prefs_account.c
5638                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5639
5640 2007-01-11 [colin]      2.7.0cvs10
5641
5642         * src/imap.c
5643                 move g_warning to debug_print
5644                 it scares people for no reason
5645
5646 2007-01-11 [colin]      2.7.0cvs9
5647
5648         * po/POTFILES.in
5649                 Fix files to translate. Patch by
5650                 Fabien
5651
5652 2007-01-11 [paul]       2.7.0cvs8
5653
5654         * src/imap.c
5655                 Fix recursion when server lists the
5656                 current subfolder in the response
5657         * src/mimeview.c
5658                 Fix updating of icon_list/ctree
5659         * src/plugins/pgpcore/select-keys.c
5660                 Fix a few annoyances when choosing
5661                 keys for the CMS (S/MIME) protocol
5662
5663 2007-01-11 [wwp]        2.7.0cvs7
5664
5665         * src/compose.c
5666         * src/prefs_account.c
5667         * src/prefs_account.h
5668                 Add per-account spellcheck default dictionaries settings.
5669
5670 2007-01-10 [colin]      2.7.0cvs6
5671
5672         * src/prefs_folder_item.c
5673                 Factorize strings - patch by Fabien
5674
5675 2007-01-10 [colin]      2.7.0cvs5
5676
5677         * src/mainwindow.c
5678                 Fix bug 1095, 'Crash while changing folder 
5679                 columns during incorporation'
5680
5681 2007-01-09 [colin]      2.7.0cvs4
5682
5683         * src/gtk/pluginwindow.c
5684                 Set the plugin window transient. Seems
5685                 like some window managers hide it in
5686                 the background after "load plugin"...
5687
5688 2007-01-09 [colin]      2.7.0cvs3
5689
5690         * src/gtk/filesel.c
5691                 Use the same type for alloc and free
5692
5693 2007-01-08 [paul]       2.7.0cvs2
5694
5695         * po/nl.po
5696                 updated by Tim Dijkstra
5697
5698 2007-01-08 [paul]       2.7.0cvs1
5699
5700         * src/prefs_themes.c
5701         * src/common/utils.c
5702                 Fix resource leaks
5703
5704 2007-01-08 [paul]       2.7.0
5705
5706         * NEWS
5707         * README
5708         * RELEASE_NOTES
5709                 2.7.0 released
5710
5711 2007-01-08 [paul]       2.6.1cvs119
5712
5713         * doc/man/claws-mail.1
5714                 another correction
5715
5716 2007-01-08 [paul]       2.6.1cvs118
5717
5718         * doc/man/claws-mail.1
5719                 corrections
5720         * manual/advanced.xml
5721                 improved English usage
5722
5723 2007-01-08 [paul]       2.6.1cvs117
5724
5725         * po/ca.po
5726         * po/de.po
5727         * po/en_GB.po
5728         * po/fi.po
5729         * po/it.po
5730         * po/pt_BR.po
5731         * po/sk.po
5732         * po/sr.po
5733         * po/zh_CN.po
5734                 updated by Miquel Oliete, Stephan Sachse, me,
5735                 Tommi Pirinen, Andrea Spadaccini, Frederico
5736                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5737                 Urosevic, and Ralgh Young
5738
5739 2007-01-07 [mones]      2.6.1cvs116
5740
5741         * manual/es/advanced.xml
5742         * po/es.po
5743                 Synced manual (unhide mark_as_read_delay)
5744                 and updated translation for release
5745
5746 2007-01-07 [paul]       2.6.1cvs115
5747
5748         * src/prefs_matcher.c
5749                 make the hbox content fit better under
5750                 various languages
5751
5752 2007-01-07 [colin]      2.6.1cvs114
5753
5754         * src/messageview.c
5755                 Fix bug 1088, 'Ctrl-h produces repeatable
5756                 crash'
5757
5758 2007-01-06 [colin]      2.6.1cvs113
5759
5760         * src/etpan/imap-thread.c
5761                 Add casts to int to get certs. Fixes
5762                 bug 1064, 'crash @ etpan_certificate_check() 
5763                 when opening an IMAP folder', with latest
5764                 libetpan CVS or >= 0.49
5765         * src/mainwindow.c
5766         * src/mainwindow.h
5767         * src/imap_gtk.c
5768         * src/news_gtk.c
5769         * src/prefs_folder_item.c
5770                 Grey out the "synchronise" menu items if
5771                 there's nothing to synchronise.
5772         * src/plugins/pgpcore/sgpgme.c
5773                 Make an error clearer than "Unknown error"
5774
5775 2007-01-06 [colin]      2.6.1cvs112
5776
5777         * src/messageview.c
5778                 Don't try to show a message if updating
5779                 Maybe fixes bug 1088, 'ctrl-h produces
5780                 repeatable crash'.
5781
5782 2007-01-06 [colin]      2.6.1cvs111
5783
5784         * src/summaryview.c
5785                 Disable Control-Space (handle it as Space).
5786
5787 2007-01-05 [paul]       2.6.1cvs110
5788
5789         * src/imap.c
5790                 Fix bug 934, 'sylpheed claws 2.1 
5791                 doesn't show Exchanges Public Folders'
5792                 Thanks to Hoa and Colin
5793         * src/msgcache.c
5794                 Refuse to allocate more than 2 MB for a 
5795                 single field, it's a good indication of
5796                 cache corruption.
5797
5798 2007-01-05 [colin]      2.6.1cvs109
5799
5800         * src/mainwindow.c
5801                 Allow --select'ing emails by Message-ID too
5802
5803 2007-01-05 [colin]      2.6.1cvs108
5804
5805         * src/common/quoted-printable.c
5806                 Uh! Third fix :)
5807
5808 2007-01-05 [colin]      2.6.1cvs107
5809
5810         * src/common/quoted-printable.c
5811                 Fix previous commit about bug 1089
5812                 Thanks to Ralf
5813
5814 2007-01-05 [colin]      2.6.1cvs106
5815
5816         * src/common/quoted-printable.c
5817                 Fix my previous commit on bug 1089
5818                 - Thanks to Ralf :)
5819
5820 2007-01-04 [colin]      2.6.1cvs105
5821
5822         * src/common/quoted-printable.c
5823                 Fix bug 1089, 'NUL characters in Subject 
5824                 line are misinterpreted'. Not a pain to
5825                 fix in fact.
5826
5827 2007-01-04 [colin]      
5828
5829         2.7.0-rc3 released
5830
5831 2007-01-04 [wwp]        2.6.1cvs104
5832
5833         * src/image_viewer.c
5834                 Force operator precedence (fix a compiler warning).
5835
5836 2007-01-04 [colin]      2.6.1cvs103
5837
5838         * src/image_viewer.c
5839                 Be cautious there too (same fix as the one
5840                 in textview from cvs33)
5841         * src/messageview.c
5842                 Don't use any MimeViewer plugin when showing
5843                 all headers
5844
5845 2007-01-03 [wwp]        2.6.1cvs102
5846
5847         * src/html.c
5848         * src/html.h
5849                 fixed "cent" sign (use the existing ASCII one),
5850                 decode more HTML entities,
5851                 converted table ASCII entries to UTF-8,
5852                 moved a switch() into a hashtable.
5853
5854 2007-01-03 [paul]       2.6.1cvs101
5855
5856         * src/compose.c
5857         * src/messageview.c
5858         * src/procmsg.c
5859         * src/procmsg.h
5860                 When possible, use move_msg instead of
5861                 copy_msg + remove_msg to move sent mail
5862                 from Queue to Sent. 
5863
5864 2007-01-03 [paul]       2.6.1cvs100
5865
5866         * src/html.c
5867                 add more html entity recognition:
5868                 pounds, euros, and cents
5869
5870 2007-01-03 [colin]      2.6.1cvs99
5871
5872         * src/imap_gtk.c
5873                 Don't display an error on NOSELECT
5874                 folders when synchronising
5875
5876 2007-01-03 [paul]       2.6.1cvs98
5877
5878         * tools/maildir2claws-mail.pl
5879                 only substitute 'sent-mail' if it's
5880                 the full directory name
5881
5882 2007-01-03 [paul]       2.6.1cvs97
5883
5884         * ChangeLog
5885         * ChangeLog.pre2.0.0
5886         * Makefile.am
5887                 archive a chunk of ChangeLog in
5888                 ChangeLog.pre2.0.0
5889         * ChangeLog.gtk1
5890         * doc/src/ChangeLog.claws-pre0.8.0
5891                 remove ChangeLog.claws-pre0.8.0, adding
5892                 its contents to ChangeLog.gtk1
5893
5894 2007-01-03 [paul]       2.6.1cvs96
5895
5896         * src/account.c
5897         * src/account.h
5898         * src/action.c
5899         * src/action.h
5900         * src/adbookbase.h
5901         * src/addr_compl.c
5902         * src/addr_compl.h
5903         * src/addrbook.c
5904         * src/addrcache.c
5905         * src/addrcache.h
5906         * src/addrcindex.c
5907         * src/addrcindex.h
5908         * src/addrclip.c
5909         * src/addrclip.h
5910         * src/addrdefs.h
5911         * src/addressadd.c
5912         * src/addressadd.h
5913         * src/addressbook.c
5914         * src/addressbook.h
5915         * src/addressbook_foldersel.c
5916         * src/addressbook_foldersel.h
5917         * src/addrgather.c
5918         * src/addrgather.h
5919         * src/addrharvest.c
5920         * src/addrharvest.h
5921         * src/addrindex.c
5922         * src/addrindex.h
5923         * src/addritem.c
5924         * src/addritem.h
5925         * src/addrquery.c
5926         * src/addrquery.h
5927         * src/addrselect.c
5928         * src/addrselect.h
5929         * src/alertpanel.c
5930         * src/alertpanel.h
5931         * src/browseldap.c
5932         * src/browseldap.h
5933         * src/codeconv.c
5934         * src/codeconv.h
5935         * src/compose.c
5936         * src/compose.h
5937         * src/customheader.c
5938         * src/customheader.h
5939         * src/displayheader.c
5940         * src/displayheader.h
5941         * src/editaddress.c
5942         * src/editaddress.h
5943         * src/editbook.c
5944         * src/editbook.h
5945         * src/editgroup.c
5946         * src/editgroup.h
5947         * src/editjpilot.c
5948         * src/editjpilot.h
5949         * src/editldap.c
5950         * src/editldap.h
5951         * src/editldap_basedn.c
5952         * src/editldap_basedn.h
5953         * src/editvcard.c
5954         * src/editvcard.h
5955         * src/exphtmldlg.c
5956         * src/exphtmldlg.h
5957         * src/expldifdlg.c
5958         * src/expldifdlg.h
5959         * src/export.c
5960         * src/export.h
5961         * src/exporthtml.c
5962         * src/exporthtml.h
5963         * src/exportldif.c
5964         * src/exportldif.h
5965         * src/filtering.c
5966         * src/filtering.h
5967         * src/folder.c
5968         * src/folder.h
5969         * src/folder_item_prefs.c
5970         * src/folder_item_prefs.h
5971         * src/foldersel.c
5972         * src/foldersel.h
5973         * src/folderutils.c
5974         * src/folderutils.h
5975         * src/folderview.c
5976         * src/folderview.h
5977         * src/grouplistdialog.c
5978         * src/grouplistdialog.h
5979         * src/headerview.c
5980         * src/html.c
5981         * src/html.h
5982         * src/image_viewer.c
5983         * src/image_viewer.h
5984         * src/imap.c
5985         * src/imap.h
5986         * src/imap_gtk.c
5987         * src/imap_gtk.h
5988         * src/import.c
5989         * src/import.h
5990         * src/importldif.c
5991         * src/importldif.h
5992         * src/importmutt.c
5993         * src/importmutt.h
5994         * src/importpine.c
5995         * src/importpine.h
5996         * src/inc.c
5997         * src/inc.h
5998         * src/jpilot.c
5999         * src/jpilot.h
6000         * src/ldapctrl.c
6001         * src/ldapctrl.h
6002         * src/ldaplocate.c
6003         * src/ldaplocate.h
6004         * src/ldapquery.c
6005         * src/ldapquery.h
6006         * src/ldapserver.c
6007         * src/ldapserver.h
6008         * src/ldaputil.c
6009         * src/ldaputil.h
6010         * src/ldif.c
6011         * src/ldif.h
6012         * src/main.c
6013         * src/main.h
6014         * src/mainwindow.c
6015         * src/mainwindow.h
6016         * src/manual.c
6017         * src/manual.h
6018         * src/mbox.c
6019         * src/message_search.c
6020         * src/message_search.h
6021         * src/messageview.c
6022         * src/messageview.h
6023         * src/mh.c
6024         * src/mh.h
6025         * src/mh_gtk.c
6026         * src/mh_gtk.h
6027         * src/mimeview.c
6028         * src/mimeview.h
6029         * src/msgcache.c
6030         * src/msgcache.h
6031         * src/mutt.c
6032         * src/mutt.h
6033         * src/news.c
6034         * src/news.h
6035         * src/news_gtk.c
6036         * src/news_gtk.h
6037         * src/partial_download.c
6038         * src/partial_download.h
6039         * src/pine.c
6040         * src/pine.h
6041         * src/pop.c
6042         * src/pop.h
6043         * src/prefs_account.c
6044         * src/prefs_account.h
6045         * src/prefs_actions.c
6046         * src/prefs_actions.h
6047         * src/prefs_common.c
6048         * src/prefs_common.h
6049         * src/prefs_compose_writing.c
6050         * src/prefs_compose_writing.h
6051         * src/prefs_customheader.c
6052         * src/prefs_customheader.h
6053         * src/prefs_display_header.c
6054         * src/prefs_display_header.h
6055         * src/prefs_filtering.c
6056         * src/prefs_filtering.h
6057         * src/prefs_filtering_action.c
6058         * src/prefs_filtering_action.h
6059         * src/prefs_folder_column.c
6060         * src/prefs_folder_column.h
6061         * src/prefs_folder_item.c
6062         * src/prefs_folder_item.h
6063         * src/prefs_fonts.c
6064         * src/prefs_fonts.h
6065         * src/prefs_gtk.c
6066         * src/prefs_gtk.h
6067         * src/prefs_image_viewer.c
6068         * src/prefs_image_viewer.h
6069         * src/prefs_matcher.c
6070         * src/prefs_matcher.h
6071         * src/prefs_message.c
6072         * src/prefs_msg_colors.c
6073         * src/prefs_msg_colors.h
6074         * src/prefs_other.c
6075         * src/prefs_quote.c
6076         * src/prefs_receive.c
6077         * src/prefs_send.c
6078         * src/prefs_spelling.c
6079         * src/prefs_spelling.h
6080         * src/prefs_summaries.c
6081         * src/prefs_summaries.h
6082         * src/prefs_summary_column.c
6083         * src/prefs_summary_column.h
6084         * src/prefs_template.c
6085         * src/prefs_template.h
6086         * src/prefs_themes.c
6087         * src/prefs_themes.h
6088         * src/prefs_toolbar.c
6089         * src/prefs_toolbar.h
6090         * src/prefs_wrapping.c
6091         * src/prefs_wrapping.h
6092         * src/privacy.c
6093         * src/privacy.h
6094         * src/procheader.c
6095         * src/procheader.h
6096         * src/procmime.c
6097         * src/procmime.h
6098         * src/procmsg.c
6099         * src/procmsg.h
6100         * src/quote_fmt.c
6101         * src/quote_fmt_parse.y
6102         * src/recv.c
6103         * src/recv.h
6104         * src/remotefolder.c
6105         * src/remotefolder.h
6106         * src/send_message.c
6107         * src/send_message.h
6108         * src/setup.c
6109         * src/setup.h
6110         * src/sourcewindow.c
6111         * src/sourcewindow.h
6112         * src/ssl_manager.c
6113         * src/ssl_manager.h
6114         * src/statusbar.c
6115         * src/statusbar.h
6116         * src/stock_pixmap.c
6117         * src/stock_pixmap.h
6118         * src/summary_search.c
6119         * src/summary_search.h
6120         * src/summaryview.c
6121         * src/summaryview.h
6122         * src/textview.c
6123         * src/textview.h
6124         * src/toolbar.c
6125         * src/toolbar.h
6126         * src/undo.c
6127         * src/undo.h
6128         * src/unmime.c
6129         * src/unmime.h
6130         * src/vcard.c
6131         * src/vcard.h
6132         * src/wizard.c
6133         * src/wizard.h
6134         * src/common/base64.c
6135         * src/common/base64.h
6136         * src/common/defs.h
6137         * src/common/hooks.c
6138         * src/common/hooks.h
6139         * src/common/log.c
6140         * src/common/log.h
6141         * src/common/mgutils.c
6142         * src/common/mgutils.h
6143         * src/common/nntp.c
6144         * src/common/nntp.h
6145         * src/common/passcrypt.c
6146         * src/common/passcrypt.h.in
6147         * src/common/plugin.c
6148         * src/common/plugin.h
6149         * src/common/prefs.c
6150         * src/common/prefs.h
6151         * src/common/progressindicator.c
6152         * src/common/progressindicator.h
6153         * src/common/quoted-printable.c
6154         * src/common/quoted-printable.h
6155         * src/common/session.c
6156         * src/common/session.h
6157         * src/common/smtp.c
6158         * src/common/smtp.h
6159         * src/common/socket.c
6160         * src/common/socket.h
6161         * src/common/ssl.c
6162         * src/common/ssl.h
6163         * src/common/ssl_certificate.c
6164         * src/common/ssl_certificate.h
6165         * src/common/stringtable.c
6166         * src/common/stringtable.h
6167         * src/common/template.c
6168         * src/common/template.h
6169         * src/common/timing.h
6170         * src/common/utils.c
6171         * src/common/utils.h
6172         * src/common/version.h.in
6173         * src/common/xml.c
6174         * src/common/xml.h
6175         * src/common/xmlprops.c
6176         * src/common/xmlprops.h
6177         * src/gtk/about.c
6178         * src/gtk/colorlabel.c
6179         * src/gtk/colorsel.c
6180         * src/gtk/colorsel.h
6181         * src/gtk/combobox.c
6182         * src/gtk/combobox.h
6183         * src/gtk/description_window.c
6184         * src/gtk/description_window.h
6185         * src/gtk/filesel.c
6186         * src/gtk/filesel.h
6187         * src/gtk/foldersort.c
6188         * src/gtk/foldersort.h
6189         * src/gtk/gtksctree.c
6190         * src/gtk/gtkutils.c
6191         * src/gtk/gtkutils.h
6192         * src/gtk/inputdialog.c
6193         * src/gtk/inputdialog.h
6194         * src/gtk/logwindow.c
6195         * src/gtk/logwindow.h
6196         * src/gtk/manage_window.c
6197         * src/gtk/manage_window.h
6198         * src/gtk/menu.c
6199         * src/gtk/menu.h
6200         * src/gtk/pluginwindow.c
6201         * src/gtk/pluginwindow.h
6202         * src/gtk/prefswindow.c
6203         * src/gtk/prefswindow.h
6204         * src/gtk/progressdialog.c
6205         * src/gtk/progressdialog.h
6206         * src/gtk/sslcertwindow.c
6207         * src/gtk/sslcertwindow.h
6208         * src/plugins/bogofilter/bogofilter.c
6209         * src/plugins/bogofilter/bogofilter.h
6210         * src/plugins/bogofilter/bogofilter_gtk.c
6211         * src/plugins/clamav/clamav_plugin.c
6212         * src/plugins/clamav/clamav_plugin.h
6213         * src/plugins/clamav/clamav_plugin_gtk.c
6214         * src/plugins/demo/demo.c
6215         * src/plugins/dillo_viewer/dillo_prefs.c
6216         * src/plugins/dillo_viewer/dillo_prefs.h
6217         * src/plugins/dillo_viewer/dillo_viewer.c
6218         * src/plugins/pgpcore/passphrase.c
6219         * src/plugins/pgpcore/passphrase.h
6220         * src/plugins/pgpcore/pgp_viewer.c
6221         * src/plugins/pgpcore/pgp_viewer.h
6222         * src/plugins/pgpcore/plugin.c
6223         * src/plugins/pgpcore/select-keys.c
6224         * src/plugins/pgpcore/select-keys.h
6225         * src/plugins/pgpcore/sgpgme.c
6226         * src/plugins/pgpcore/sgpgme.h
6227         * src/plugins/pgpinline/pgpinline.c
6228         * src/plugins/pgpinline/pgpinline.h
6229         * src/plugins/pgpinline/plugin.c
6230         * src/plugins/pgpmime/pgpmime.c
6231         * src/plugins/pgpmime/pgpmime.h
6232         * src/plugins/pgpmime/plugin.c
6233         * src/plugins/spamassassin/spamassassin.c
6234         * src/plugins/spamassassin/spamassassin.h
6235         * src/plugins/spamassassin/spamassassin_gtk.c
6236         * src/plugins/trayicon/trayicon.c
6237                 it's 2007, update the year in the copyright headers
6238
6239 2007-01-03 [paul]       2.6.1cvs95
6240
6241         * src/gtk/about.c
6242                 it is 2007, use it in the copyright string
6243
6244 2007-01-03 [paul]       2.6.1cvs94
6245
6246         * src/html.c
6247                 html entity conversion:
6248                 move &#153; to a more suitable place
6249                 add &bull; and &ndash;
6250                 make sure &mdash; and &#8212; are both
6251                 converted the same
6252
6253 2007-01-02 [colin]      2.6.1cvs93
6254
6255         * src/addrbook.c
6256                 Fix leak
6257         * src/common/plugin.c
6258                 Add comment
6259         * src/etpan/imap-thread.c
6260                 Fix warning
6261
6262 2006-12-31 [paul]       2.6.1cvs92
6263
6264         * src/prefs_summaries.c
6265                 use gtk_button_new_from_stock()
6266
6267 2006-12-30 [colin]      2.6.1cvs91
6268
6269         * src/folder.c
6270         * src/imap_gtk.c
6271         * src/mh_gtk.c
6272                 Don't update filtering and account paths 
6273                 when copying folders
6274
6275 2006-12-30 [colin]      2.6.1cvs90
6276
6277         * src/prefs_compose_writing.c
6278         * src/prefs_quote.c
6279         * src/prefs_template.c
6280                 Use message font for Writing and 
6281                 Quoting prefs, as well as Templates.
6282
6283 2006-12-30 [colin]      2.6.1cvs89
6284
6285         * src/prefs_summaries.c
6286                 Rework GUI; patch by Pawel
6287
6288 2006-12-29 [colin]      2.6.1cvs88
6289
6290         * src/prefs_folder_item.c
6291                 Fix bug 1085, 'Apply to subfolder 
6292                 doesn't work' - I was mistaken saying
6293                 it worked in every case
6294
6295 2006-12-28 [colin]      2.6.1cvs87
6296
6297         * src/gtk/gtkaspell.c
6298                 Don't assert if use_alternate is true
6299                 and alt_dictionary isn't set -- this 
6300                 is what happens on upgrade! Rather,
6301                 do with it.
6302
6303 2006-12-28 [colin]      2.6.1cvs86
6304
6305         * Makefile.am
6306                 Fix desktop/icon simplification
6307
6308 2006-12-28 [colin]      2.6.1cvs85
6309
6310         * Makefile.am
6311                 Make desktop and icon not 
6312                 dependant on the desktop
6313
6314 2006-12-28 [wwp]        2.6.1cvs84
6315
6316         * src/plugins/pgpmime/claws.def
6317                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6318
6319 2006-12-28 [wwp]        2.6.1cvs83
6320
6321         * src/prefs_folder_item.c
6322                 Fix coloring of "simplify subject regexp" (folder prefs),
6323                 which might be left to red whereas the regexp gets empty.
6324
6325 2006-12-28 [wwp]        2.6.1cvs82
6326
6327         * src/prefs_common.c
6328         * src/prefs_common.h
6329         * src/addressbook.c
6330         * src/addressitem.h
6331                 Save addressbook mainwindow's horizontal and vertical splitter position.
6332
6333 2006-12-27 [wwp]        2.6.1cvs81
6334
6335         * src/gtk/gtkaspell.c
6336         * src/gtk/gtkaspell.h
6337         * src/compose.c
6338                 Fix assignment of compose's default and alternate dictionary from
6339                 account or folder settings. Now gtkaspell_change_dict does rotate
6340                 dicts only when it's called from a menu cb.
6341
6342 2006-12-27 [wwp]        2.6.1cvs80
6343
6344         * src/folder_item_prefs.c
6345                 Fix randomly initialized default-alt-dictionary (folder prefs),
6346                 complete 2.6.1cvs72.
6347
6348 2006-12-27 [paul]       2.6.1cvs79
6349
6350         * src/imap_gtk.c
6351         * src/mh_gtk.c
6352                 Add Copy folder in the folder's contextual
6353                 menu
6354
6355 2006-12-27 [wwp]        2.6.1cvs78
6356
6357         * src/imap.c
6358                 Clean up session locking, thanks to Colin.
6359
6360 2006-12-26 [colin]      2.6.1cvs77
6361
6362         * src/statusbar.c
6363                 Revert previous patch
6364
6365 2006-12-26 [colin]      2.6.1cvs76
6366
6367         * src/folder.c
6368         * src/folderview.c
6369         * src/imap.c
6370         * src/statusbar.c
6371         * src/etpan/imap-thread.c
6372                 Fix previous commit warnings
6373                 Make statusbar update every second if total < 20
6374                 Make IMAP APPEND faster by simplifying log              
6375
6376 2006-12-26 [colin]      2.6.1cvs75
6377
6378         * src/folder.c
6379         * src/folder.h
6380         * src/folderview.c
6381         * src/folderview.h
6382         * src/imap_gtk.c
6383         * src/mh_gtk.c
6384                 Make it possible to copy folders accross
6385                 mailboxes (this was an arbitrary limitation).
6386                 Still make it impossible to move folders 
6387                 accross mailboxes.
6388
6389 2006-12-26 [colin]      2.6.1cvs74
6390
6391         * src/etpan/imap-thread.c
6392                 Fix bug 1081, 'claws-mail 
6393                 segfaults when going offline 
6394                 while it transfers mails via 
6395                 imap'
6396
6397 2006-12-26 [colin]      2.6.1cvs73
6398
6399         * src/folder_item_prefs.c
6400                 Don't forget alt dictionary when
6401                 renaming/moving folders
6402
6403 2006-12-26 [wwp]        2.6.1cvs72
6404
6405         * src/folder_item_prefs.c
6406                 Add missing defaults for per-folder alt dict
6407                 (forgotten in 2.6.1cvs61).
6408
6409 2006-12-26 [colin]      2.6.1cvs71
6410
6411         * src/wizard.c
6412                 Add tooltip to state that specifying
6413                 full path to mailbox is possible
6414
6415 2006-12-26 [wwp]        2.6.1cvs70
6416
6417         * src/partial_download.c
6418         * src/gtk/gtkvscrollbutton.c
6419         * src/plugins/pgpinline/plugin.c
6420                 Fix for few compiler warnings that matter.
6421
6422 2006-12-25 [colin]      2.6.1cvs69
6423
6424         * src/partial_download.c
6425                 Fix marking for download or deletion
6426                 when the header isn't the first
6427         * src/gtk/logwindow.c
6428                 Fix start of scrolling
6429
6430 2006-12-23 [paul]       2.6.1cvs68
6431
6432         * src/compose.c
6433                 change last commit to use the 'academic'
6434                 method instead. Thanks to wwp
6435
6436 2006-12-23 [paul]       2.6.1cvs67
6437
6438         * src/compose.c
6439                 don't warn about empty subject when
6440                 redirecting
6441
6442 2006-12-22 [colin]      2.6.1cvs66
6443
6444         * src/summary_search.c
6445                 Fix previous patch
6446
6447 2006-12-22 [colin]      2.6.1cvs65
6448
6449         * src/gtk/gtkutils.c
6450         * src/imap.c
6451         * src/jpilot.c
6452         * src/summary_search.c
6453                 A few warning fixes
6454
6455 2006-12-23 [paul]       
6456
6457         2.7.0-rc2 released
6458
6459 2006-12-22 [colin]      2.6.1cvs64
6460
6461         * src/toolbar.c
6462         * src/toolbar.h
6463                 Add a combo to the learn spam button
6464         * src/plugins/bogofilter/bogofilter.c
6465         * src/plugins/bogofilter/bogofilter_gtk.c
6466         * src/plugins/bogofilter/bogofilter.h
6467                 Allow to store Unsure mails in a specific
6468                 folder to make better teaching easier
6469
6470 2006-12-21 [wwp]        2.6.1cvs63
6471
6472         * src/compose.c
6473         * src/prefs_common.c
6474         * src/prefs_common.h
6475         * src/prefs_spelling.c
6476         * src/gtk/gtkaspell.c
6477         * src/gtk/gtkaspell.h
6478                 Allow spell-checking using both current and alternate dictionaries
6479                 (thanks to Colin).
6480
6481 2006-12-21 [wwp]        2.6.1cvs62
6482
6483         * src/gtk/gtkaspell.c
6484                 Apply recheck_when_changing_dict (highlight all mispelled words)
6485                 when switching to alternate dictionary.
6486
6487 2006-12-21 [wwp]        2.6.1cvs61
6488
6489         * src/compose.c
6490         * src/folder_item_prefs.h
6491         * src/prefs_common.c
6492         * src/prefs_common.h
6493         * src/prefs_folder_item.c
6494         * src/prefs_spelling.c
6495         * src/gtk/gtkaspell.c
6496         * src/gtk/gtkaspell.h
6497                 Add global and per-folder prefs to set the default
6498                 alternate dictionary.
6499
6500 2006-12-21 [colin]      2.6.1cvs60
6501
6502         * src/folder.c
6503                 Look for folders by path in all folders
6504         * src/html.c
6505                 add &mdash;
6506
6507 2006-12-20 [colin]      2.6.1cvs59
6508
6509         * src/gtk/quicksearch.c
6510                 Make sure in_typing is false when clearing
6511
6512 2006-12-20 [wwp]        2.6.1cvs58
6513
6514         * configure.ac
6515                 change manual's target dir to be LFH-compliant (thanks to Colin).
6516
6517 2006-12-20 [wwp]        2.6.1cvs57
6518
6519         * src/prefs_common.c
6520         * src/prefs_summaries.c
6521                 i18n fix and factorize patch, thanks to Fabien.
6522
6523 2006-12-20 [paul]       2.6.1cvs56
6524
6525         * configure.ac
6526                 last of the renaming (??)
6527         * src/main.c
6528                 correct --help info of --status-full
6529         * src/plugins/bogofilter/bogofilter.c
6530                 make FALSE default of whitelist_ab
6531
6532 2006-12-19 [colin]      2.6.1cvs55
6533
6534         * src/jpilot.c
6535                 Same as before, without depending on
6536                 pisock >= 0.12
6537
6538 2006-12-19 [colin]      2.6.1cvs54
6539
6540         * src/jpilot.c
6541                 Fix bug 1059, 'Better jpilot charset 
6542                 handling'. Use libpisync's charset conversion
6543                 if possible
6544
6545 2006-12-19 [colin]      2.6.1cvs53
6546
6547         * po/fr.po
6548                 Updated by Fabien
6549
6550 2006-12-19 [wwp]        2.6.1cvs52
6551
6552         * src/gtk/about.c
6553                 Add missing #include (thanks to Colin).
6554
6555 2006-12-19 [wwp]        2.6.1cvs51
6556
6557         * src/prefs_receive.c
6558                 Better spacing between widgets in prefs.
6559
6560 2006-12-18 [colin]      2.6.1cvs50
6561
6562         * src/imap.c
6563                 Fix failure to get separator on LIST "" ""
6564                 Try LIST "" "INBOX" too.
6565
6566 2006-12-18 [wwp]        2.6.1cvs49
6567
6568         * src/common/session.c
6569                 Fix a compiler warning (thanks to Fabien).
6570
6571 2006-12-18 [wwp]        2.6.1cvs48
6572
6573         * src/compose.c
6574         * src/prefs_quote.c
6575                 Factorize some strings for translation (it's about error
6576                 messages when applying or checking template/quote format).
6577
6578 2006-12-18 [colin]      2.6.1cvs47
6579
6580         * Makefile.am
6581         * src/common/defs.h
6582         * src/gtk/Makefile.am
6583         * src/gtk/about.c
6584                 Add a Release notes tab from the contents of
6585                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6586
6587 2006-12-17 [colin]      2.6.1cvs46
6588
6589         * src/mimeview.c
6590         * src/textview.c
6591         * src/gtk/filesel.c
6592                 Correctly convert from/to UTF8/filename encoding
6593                 when loading and saving files. Probably fixes
6594                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6595                 for a file to attach and is blocked...'
6596
6597 2006-12-17 [colin]      2.6.1cvs45
6598
6599         * src/gtk/logwindow.c
6600                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6601                 IMAP folder and is blocked on main thread': 
6602                 make sure we put utf8 in the log.
6603
6604 2006-12-16 [colin]      2.6.1cvs44
6605
6606         * src/toolbar.c
6607         * src/toolbar.h
6608                 Fix bug 1055, 'Add the 'cancel receive' 
6609                 in the available events for the toolbar buttons'
6610
6611 2006-12-16 [colin]      2.6.1cvs43
6612
6613         * po/POTFILES.in
6614         * src/imap.c
6615         * src/common/nntp.c
6616         * src/common/session.c
6617                 Log error when SSL handshakes fail. 
6618                 Fixes bug 1082, 'incorrect / imprecise 
6619                 error message when imap server provides 
6620                 ssl only through STARTTLS but SSL is 
6621                 selected'
6622
6623 2006-12-15 [wwp]        2.6.1cvs42
6624
6625         * src/plugins/bogofilter/bogofilter_gtk.c
6626                 set proper sensitivity to widgets I've recently added.
6627
6628 2006-12-15 [colin]      
6629
6630         2.7.0-rc1 released
6631
6632 2006-12-15 [wwp]        2.6.1cvs41
6633
6634         * src/plugins/bogofilter/bogofilter.c
6635         * src/plugins/bogofilter/bogofilter.h
6636         * src/plugins/bogofilter/bogofilter_gtk.c
6637                 bogofilter's whitelist can now use a subset of
6638                 the addressbook (either a book, a subfolder of a book,
6639                 or the whole addressbook by using "Any"). Re-used there
6640                 some pref_matcher widgets and mechanisms to match a subset
6641                 of the addressbook.
6642
6643 2006-12-15 [wwp]        2.6.1cvs40
6644
6645         * src/wizard.c
6646         * src/common/plugin.c
6647         * src/common/plugin.h
6648         * src/gtk/about.c
6649         * src/plugins/bogofilter/bogofilter.c
6650         * src/plugins/clamav/clamav_plugin.c
6651         * src/plugins/demo/demo.c
6652         * src/plugins/dillo_viewer/dillo_viewer.c
6653         * src/plugins/pgpcore/plugin.c
6654         * src/plugins/pgpinline/plugin.c
6655         * src/plugins/pgpmime/plugin.c
6656         * src/plugins/spamassassin/spamassassin.c
6657         * src/plugins/trayicon/trayicon.c
6658                 factorize some translatable strings (plugins-related),
6659                 fix missing punctuation in several places,
6660                 remove useless translatable \n in about.c,
6661                 and factorize plugin init code w/ a new function
6662                 check_plugin_version() in common/plugin.c.
6663                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6664
6665 2006-12-15 [wwp]        2.6.1cvs39
6666
6667         * src/plugins/bogofilter/bogofilter.c
6668         * src/plugins/bogofilter/bogofilter_gtk.c
6669                 flag whitelisted spams as spam, but don't filter it to the spam
6670                 folder. Thanks to Colin.
6671
6672 2006-12-15 [ticho]      2.6.1cvs38
6673
6674         * src/plugins/bogofilter/bogofilter.c
6675         * src/plugins/bogofilter/bogofilter.h
6676         * src/plugins/bogofilter/bogofilter_gtk.c
6677                 Add option to whitelist senders found in addressbook. Patch by colin.
6678
6679 2006-12-15 [paul]       2.6.1cvs37
6680
6681         * src/folderview.c
6682                 add missing #include "log.h"
6683
6684 2006-12-15 [paul]       2.6.1cvs36
6685
6686         * src/plugins/bogofilter/bogofilter.c
6687         * src/plugins/bogofilter/bogofilter.h
6688         * src/plugins/bogofilter/bogofilter_gtk.c
6689                 Add an option to allow inserting an
6690                 X-Claws-Bogosity header (on MH folders
6691                 only). Patch by Colin
6692
6693 2006-12-14 [colin]      2.6.1cvs35
6694
6695         * src/main.c
6696                 "Yes" should be the default choice for
6697                 migration configuration
6698
6699 2006-12-14 [paul]       2.6.1cvs34
6700
6701         * src/prefs_summaries.c
6702         * manual/advanced.xml
6703                 Unhide mark_as_read_delay
6704
6705 2006-12-14 [paul]       2.6.1cvs33
6706
6707         * src/messageview.c
6708         * src/messageview.h
6709         * src/mimeview.c
6710         * src/mimeview.h
6711         * src/summaryview.c
6712         * src/textview.c
6713         * src/textview.h
6714                 Fix printing of selection
6715                 Fix printing of message parts
6716                 Fix printing of images
6717         * src/gtk/gtksourceprintjob.c
6718                 Fix page count when there are images
6719
6720 2006-12-14 [wwp]        2.6.1cvs32
6721
6722         * src/mainwindow.c
6723         * src/summaryview.c
6724         * src/summaryview.h
6725         * src/gtk/quicksearch.c
6726                 fix quicksearch 'magnify' button status when QS is closed
6727                 using the Escape key, thanks to Colin.
6728
6729 2006-12-14 [wwp]        2.6.1cvs31
6730
6731         * src/mainwindow.c
6732         * src/summaryview.c
6733         * src/summaryview.h
6734         * src/gtk/quicksearch.c
6735                 fix quicksearch 'magnify' button status when QS is closed
6736                 using the Escape key, thanks to Colin.
6737
6738 2006-12-13 [colin]      2.6.1cvs30
6739
6740         * src/ldapquery.c
6741         * src/ldaputil.c
6742                 Use the binary safe version of ldap_get_values,
6743                 to make sure we manipulate null-terminated 
6744                 strings. Maybe fixes bug 1075, 'claws mail 
6745                 segfault when completing ldap adresses'
6746         * src/syldap.c ** REMOVED **
6747         * src/syldap.h ** REMOVED **
6748                 Remove dead files
6749
6750 2006-12-13 [mones]      2.6.1cvs29
6751
6752         * po/es.po
6753                 Fixed piped strings, fixed click translation
6754
6755 2006-12-13 [paul]       2.6.1cvs28
6756
6757         * src/main.c
6758                 don't translate these strings
6759
6760 2006-12-13 [paul]       2.6.1cvs27
6761
6762         * po/en_GB.po
6763                 updated
6764
6765 2006-12-13 [colin]      2.6.1cvs26
6766
6767         * src/main.c
6768         * src/main.h
6769                 Add claws_is_starting()
6770
6771 2006-12-13 [mones]      2.6.1cvs25
6772
6773         * manual/es/advanced.xml
6774         * po/es.po
6775                 Synced manual and updated translation
6776
6777 2006-12-12 [colin]      2.6.1cvs24
6778
6779         * src/wizard.c
6780                 Add an option to use STARTTLS in the
6781                 welcome wizard. Fixes bug 1080, 
6782                 'Using SSL option in wizard for incoming 
6783                 server does not activate SSL with STARTTLS'
6784
6785 2006-12-12 [colin]      2.6.1cvs23
6786
6787         * src/main.c
6788                 Don't exit when there's an incomplete
6789                 mailbox configured - leaves a chance 
6790                 to fix a failing IMAP account. Exit
6791                 if no mailbox at all is loaded (case
6792                 of missing plugin).
6793                 Completes bug 1077's fix (I was wrong
6794                 in this bug's comment #3).
6795
6796 2006-12-12 [colin]      2.6.1cvs22
6797
6798         * src/gtk/menu.h
6799                 Add another menu data type
6800         * src/prefs_account.c
6801                 Complete the completion of bug 1076
6802                 (doesn't lose the pref on apply)
6803
6804 2006-12-12 [paul]       2.6.1cvs21
6805
6806         * src/prefs_account.c
6807                 complete the fix of bug 1076
6808                 also be more verbose with the text
6809
6810 2006-12-12 [paul]       2.6.1cvs20
6811
6812         * src/gtk/combobox.c
6813                 fix compilation warning
6814
6815 2006-12-11 [colin]      2.6.1cvs19
6816
6817         * src/wizard.c
6818                 Document :port in server entry tooltips
6819
6820 2006-12-11 [colin]      2.6.1cvs18
6821
6822         * src/main.c
6823                 Fix compile
6824
6825 2006-12-11 [colin]      2.6.1cvs17
6826
6827         * src/main.c
6828                 Add failing IMAP as a reason for no
6829                 mailbox
6830
6831 2006-12-11 [colin]      2.6.1cvs16
6832
6833         * src/prefs_account.c
6834                 Check for existence of inbox for local
6835                 accounts too
6836         * src/wizard.c
6837                 Allow setting the port to use for servers
6838                 by using the usual "server.example.com:port"
6839                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6840                 not start when IMAP server is unavailable'
6841
6842 2006-12-11 [colin]      2.6.1cvs15
6843
6844         * src/prefs_account.c
6845                 Prevent use of non-existing default inbox
6846
6847 2006-12-11 [colin]      2.6.1cvs14
6848
6849         * src/prefs_account.c
6850                 Fix sensitivity. Fixes bug 1076, 'privacy 
6851                 options are displayed even when pgp plugin 
6852                 not loaded / available'
6853
6854 2006-12-09 [colin]      2.6.1cvs13
6855
6856         * manual/advanced.xml
6857         * src/prefs_common.c
6858         * src/prefs_common.h
6859         * src/common/ssl_certificate.c
6860                 Add a new hidden preference, 'unsafe_ssl_certs',
6861                 which allows to store multiple certificates per
6862                 server/port. This is disabled by default because
6863                 it's less secure (presenting a new certificate
6864                 instead of a changed one raises less alarms).
6865                 This will cause Claws to ask about an unknown
6866                 certificate for people who have used 2.6.1cvs8
6867                 or greater.
6868
6869 2006-12-09 [colin]      2.6.1cvs12
6870
6871         * src/action.c
6872                 Fix cache updating after action
6873
6874 2006-12-07 [wwp]        2.6.1cvs11
6875
6876         * src/compose.c
6877                 fix email address comparison when replying to all
6878                 (avoid replying to ourselves), thanks to Colin.
6879
6880 2006-12-06 [paul]       2.6.1cvs10
6881
6882         * src/addrharvest.c
6883         * src/editldap.c
6884         * src/expldifdlg.c
6885         * src/news.c
6886         * src/toolbar.c
6887         * src/common/utils.c
6888                 ...and more renaming
6889                 Thanks to Colin
6890
6891 2006-12-06 [paul]       2.6.1cvs9
6892
6893         * src/compose.c
6894         * src/messageview.c
6895         * src/procheader.c
6896         * src/procmime.c
6897         * src/procmsg.c
6898         * src/textview.c
6899                 more renaming
6900                 Thanks to Colin
6901
6902 2006-12-06 [colin]      2.6.1cvs8
6903
6904         * src/ssl_manager.c
6905         * src/common/ssl_certificate.c
6906         * src/common/ssl_certificate.h
6907                 Handle multiple certificates per host/port
6908
6909 2006-12-06 [colin]      2.6.1cvs7
6910
6911         * src/etpan/imap-thread.c
6912                 Fix certificate checking on IMAP
6913
6914 2006-12-06 [colin]      2.6.1cvs6
6915
6916         * src/folderview.c
6917                 Fix bug 1072, 'Claws stops fetching newsgroups 
6918                 from server when newsgroup got deleted': continue
6919                 checking other groups
6920
6921 2006-12-05 [wwp]        2.6.1cvs5
6922
6923         * src/message_search.c
6924         * src/summary_search.c
6925         * src/gtk/combobox.c
6926         * src/gtk/combobox.h
6927         * src/gtk/gtkutils.c
6928         * src/gtk/gtkutils.h
6929                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6930                 behave like w/ old comboboxes (summary and message search only).
6931
6932 2006-12-05 [paul]       2.6.1cvs4
6933
6934         * src/wizard.c
6935                 encode headers
6936                 Thanks to Colin
6937
6938 2006-12-05 [paul]       2.6.1cvs3
6939
6940         * tools/README
6941         * tools/textviewer.pl
6942                 script updated and description added
6943
6944 2006-12-04 [colin]      2.6.1cvs2
6945
6946         * src/compose.c
6947                 Run pre-send hook only when checking
6948                 everything
6949
6950 2006-12-04 [paul]       2.6.1cvs1
6951
6952         * NEWS
6953         * README
6954         * RELEASE_NOTES
6955         * configure.ac
6956         * tools/README
6957                 bump up version number following stable release
6958
6959 2006-12-04 [paul]       2.6.0cvs83
6960
6961         * README
6962                 updates and corrections
6963
6964 2006-12-04 [colin]      2.6.0cvs82
6965
6966         * src/common/utils.c
6967                 Probably fix bug 1066, 'Incorrect mailbox 
6968                 size displayed'
6969
6970 2006-12-04 [colin]      2.6.0cvs81
6971
6972         * src/common/utils.c
6973                 Trim tabs from mailcap file too.
6974
6975 2006-12-02 [paul]       2.6.0cvs80
6976
6977         * src/exphtmldlg.c
6978                 fix broken GUI under certain languages
6979         * src/expldifdlg.c
6980                 put the Cancel button to the right
6981
6982 2006-12-01 [paul]       2.6.0cvs79
6983
6984         * tools/Makefile.am
6985                 remove reference to removed file
6986
6987 2006-12-01 [wwp]        2.6.0cvs78
6988
6989         * src/addressbook.c
6990         * src/editaddress.c
6991                 remove forgotten debug statements.
6992
6993 2006-12-01 [wwp]        2.6.0cvs77
6994
6995         * manual/advanced.xml
6996         * manual/fr/advanced.xml
6997         * src/addressbook.c
6998         * src/addressbook.h
6999         * src/addressitem.h
7000         * src/editaddress.c
7001         * src/editaddress.h
7002         * src/prefs_common.c
7003         * src/prefs_common.h
7004         * src/gtk/gtkutils.c
7005         * src/gtk/gtkutils.h
7006                 add a hidden option to allow embedding the editaddress (edit contact details)
7007                 dialog into the addressbook's window. This doesn't change the default
7008                 behaviour.
7009
7010 2006-12-01 [wwp]        2.6.0cvs76
7011
7012         * src/message_search.c
7013         * src/summary_search.c
7014                 fix more focus issues (don't set focus to combobox's entry widget when
7015                 entry's value changed, if entry widget has focus already).
7016
7017 2006-12-01 [wwp]        2.6.0cvs75
7018
7019         * src/gtk/quicksearch.c
7020                 revert last changes to the quicksearch gtk_combo_box, this needs more
7021                 tuning and testing.
7022
7023 2006-12-01 [paul]       2.6.0cvs74
7024
7025         * tools/kdeservicemenu/README
7026         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7027         * tools/kdeservicemenu/install.sh
7028         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7029         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7030                 simplify this stuff, and in so doing,
7031                 fix it. (possibly re-extend it again at
7032                 a later date)
7033
7034 2006-12-01 [wwp]        2.6.0cvs73
7035
7036         * src/gtk/quicksearch.c
7037                 adapt quicksearch code to use modern gtk_combo_box'es.
7038
7039 2006-12-01 [wwp]        2.6.0cvs72
7040
7041         * src/common/defs.h
7042         * src/prefs_common.c
7043         * src/prefs_common.h
7044         * src/message_search.c
7045         * src/summary_search.c
7046         * src/gtk/combobox.c
7047         * src/gtk/combobox.h
7048                 add history combos to all message and summary search fields.
7049
7050 2006-12-01 [wwp]        2.6.0cvs71
7051
7052         * src/summaryview.c
7053                 As the list may change while the mark as read delay
7054                 runs, we can't rely on the 'row' pointer, which can
7055                 be invalid when the timeout is called. As the mark
7056                 as read is only done if the message is still selected,
7057                 use summaryview->selected instead. Thanks to Colin.
7058
7059 2006-11-30 [paul]       2.6.0cvs70
7060
7061         * src/textview.c
7062                 give emphasis to "Sylpheed-Claws"
7063                 as well as "Claws Mail"
7064
7065 2006-11-30 [colin]      2.6.0cvs69
7066
7067         * src/wizard.c
7068                 Put the SSL checkboxes in the receiving
7069                 and sending server pages.
7070
7071 2006-11-29 [colin]      2.6.0cvs68
7072
7073         * src/gtk/gtkutils.c
7074         * src/gtk/gtkvscrollbutton.c
7075                 Revert some deprecated fixes - they seem to
7076                 deprecate stuff as soon as a new one gets out.
7077                 g_object_ref_sink needed glib-2.10.
7078
7079 2006-11-29 [colin]      2.6.0cvs67
7080
7081         * src/common/utils.c
7082                 Create .mailcap if it doesn't exist
7083
7084 2006-11-29 [colin]      2.6.0cvs66
7085
7086         * src/compose.c
7087                 Followup to cvs60: use original list
7088                 of recipients if replying to a mail
7089                 in Sent Drafts or Queue.
7090
7091 2006-11-27 [paul]       2.6.0cvs65
7092
7093         * src/image_viewer.c
7094                 revert the last change for now (it's broken)
7095
7096 2006-11-27 [paul]       2.6.0cvs64
7097
7098         * Makefile.am
7099         * configure.ac
7100         * m4/aclocal-include.m4
7101         * m4/check-type.m4
7102         * src/Makefile.am
7103         * src/addr_compl.c
7104         * src/compose.c
7105         * src/crash.c
7106         * src/export.c
7107         * src/exporthtml.c
7108         * src/exportldif.c
7109         * src/imap.c
7110         * src/import.c
7111         * src/main.c
7112         * src/main.h
7113         * src/matcher.c
7114         * src/mimeview.c
7115         * src/procmsg.c
7116         * src/textview.c
7117         * src/common/Makefile.am
7118         * src/common/claws.c
7119         * src/common/claws.h
7120         * src/common/ssl.c
7121         * src/common/sylpheed.c
7122         * src/common/sylpheed.h
7123         * src/etpan/Makefile.am
7124         * src/gtk/Makefile.am
7125         * src/gtk/claws-marshal.list
7126         * src/gtk/filesel.c
7127         * src/gtk/gtksctree.c
7128         * src/gtk/quicksearch.c
7129         * src/gtk/sylpheed-marshal.list
7130         * src/plugins/bogofilter/bogofilter.c
7131         * src/plugins/bogofilter/bogofilter_gtk.c
7132         * src/plugins/clamav/clamav_plugin.c
7133         * src/plugins/clamav/clamav_plugin_gtk.c
7134         * src/plugins/demo/demo.c
7135         * src/plugins/dillo_viewer/dillo_viewer.c
7136         * src/plugins/pgpcore/Makefile.am
7137         * src/plugins/pgpcore/claws.def
7138         * src/plugins/pgpcore/pgp_viewer.c
7139         * src/plugins/pgpcore/plugin.c
7140         * src/plugins/pgpcore/sylpheed.def
7141         * src/plugins/pgpinline/Makefile.am
7142         * src/plugins/pgpinline/claws.def
7143         * src/plugins/pgpinline/plugin.c
7144         * src/plugins/pgpinline/sylpheed.def
7145         * src/plugins/pgpmime/Makefile.am
7146         * src/plugins/pgpmime/claws.def
7147         * src/plugins/pgpmime/plugin.c
7148         * src/plugins/pgpmime/sylpheed.def
7149         * src/plugins/spamassassin/spamassassin.c
7150         * src/plugins/spamassassin/spamassassin_gtk.c
7151         * src/plugins/trayicon/trayicon.c
7152                 yet more renaming
7153                 remove deprecated gtk_tooltips_set_delay()
7154
7155 2006-11-26 [paul]       2.6.0cvs63
7156
7157         * src/expldifdlg.c
7158         * src/folderview.c
7159         * src/image_viewer.c
7160         * src/mainwindow.c
7161         * src/gtk/gtkutils.c
7162         * src/gtk/gtkvscrollbutton.c
7163         * src/gtk/prefswindow.c
7164         * src/plugins/pgpcore/prefs_gpg.c
7165                 replace more deprecated GTK+ functions
7166
7167 2006-11-26 [paul]       2.6.0cvs62
7168
7169         * src/addr_compl.c
7170         * src/addressbook.c
7171         * src/browseldap.c
7172                 replace deprecated gtk_idle_... functions
7173
7174 2006-11-26 [paul]       2.6.0cvs61
7175
7176         * src/compose.c
7177         * src/folderview.c
7178         * src/inc.c
7179         * src/summaryview.c
7180         * src/gtk/gtkvscrollbutton.c
7181         * src/gtk/quicksearch.c
7182         * src/plugins/pgpcore/passphrase.c
7183                 replace deprecated gtk_timeout_add and
7184                 gtk_timeout_remove
7185
7186 2006-11-26 [paul]       2.6.0cvs60
7187
7188         * src/compose.c
7189                 fix bug that caused the wrong recipient
7190                 to be selected when replying to a msg
7191                 which is From one of our accounts to
7192                 another of our accounts
7193
7194 2006-11-25 [paul]       2.6.0cvs59
7195
7196         * src/summaryview.c
7197                 don't change the From column title to
7198                 To if the To column is visible
7199
7200 2006-11-24 [paul]       2.6.0cvs58
7201
7202         * src/compose.c
7203                 fix bug 1069, 'Sent mails disappear, BCC
7204                 or locking problem?'
7205
7206 2006-11-21 [wwp]        2.6.0cvs57
7207
7208         * src/compose.c
7209                 fix spelling menu when replying (same as 2.3.1cvs39):
7210                 discrepancy between context menu and top menu when
7211                 folder's dictionary isn't the default one.
7212
7213 2006-11-19 [paul]       2.6.0cvs56
7214
7215         * src/summaryview.c
7216                 obey always_show_msg option when
7217                 marking as spam
7218         * src/plugins/bogofilter/bogofilter.c
7219                 fix typo
7220
7221 2006-11-18 [paul]       2.6.0cvs55
7222
7223         * AUTHORS
7224         * README
7225         * debian/copyright
7226         * manual/ack.xml
7227         * manual/es/ack.xml
7228         * manual/fr/ack.xml
7229         * manual/pl/ack.xml
7230         * src/gtk/authors.h
7231         * src/gtk/icon_legend.c
7232         * src/gtk/icon_legend.h
7233         * tools/OOo2claws-mail.pl
7234         * tools/README
7235         * tools/acroread2claws-mail.pl
7236         * tools/claws.i18n.status.pl
7237         * tools/filter_conv.pl
7238         * tools/filter_conv_new.pl
7239         * tools/freshmeat_search.pl
7240         * tools/google_search.pl
7241         * tools/kmail2claws-mail.pl
7242         * tools/kmail2claws-mail_v2.pl
7243         * tools/maildir2claws-mail.pl
7244         * tools/make.themes.project
7245         * tools/multiwebsearch.pl
7246         * tools/outlook2claws-mail.pl
7247         * tools/tb2claws-mail
7248         * tools/kdeservicemenu/README
7249         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7250                 update mine and wwp's email addresses in
7251                 several places
7252                 Patch by wwp
7253         * src/prefs_compose_writing.c
7254                 set sensitivity on 'new message format' frame
7255
7256 2006-11-17 [paul]       2.6.0cvs54
7257
7258         * src/gtk/about.c
7259                 more reworking of the GUI
7260                 Patch by Fabien Vantard
7261
7262 2006-11-16 [paul]       2.6.0cvs53
7263
7264         * src/gtk/about.c
7265                 set a minimum size for the window, allow
7266                 it to automatically expand as necessary
7267
7268 2006-11-16 [wwp]        2.6.0cvs52
7269
7270         * src/gtk/about.c
7271                 better wrap of copyright info on some systems.
7272
7273 2006-11-16 [paul]       2.6.0cvs51
7274
7275         * src/gtk/about.c
7276                 move the tech info from the upper panel
7277                 to the Info tab
7278                 use a gtk_text_view for the features tab
7279
7280 2006-11-16 [paul]       2.6.0cvs50
7281
7282         * po/Makevars
7283                 update my email address
7284         * src/addressbook.c
7285         * src/compose.c
7286         * src/imap_gtk.c
7287         * src/mh_gtk.c
7288         * src/news_gtk.c
7289         * src/summaryview.c
7290         * src/plugins/trayicon/trayicon.c
7291                 don't offer simple menu separators
7292                 for translation
7293         * src/folderview.c
7294                 add separator between 'mark all read'
7295                 and 'search folder'
7296
7297 2006-11-15 [wwp]        2.6.0cvs49
7298
7299         * src/gtk/authors.h
7300                 updated manuals authors.
7301
7302 2006-11-14 [paul]       2.6.0cvs48
7303
7304         * src/compose.c
7305                 Fix Options/Reply mode after draft save
7306
7307 2006-11-14 [paul]       2.6.0cvs47
7308
7309         * src/Makefile.am
7310                 Fix make DESTDIR=...
7311         * src/mbox.c
7312                 Optimise speed
7313         * src/plugins/pgpinline/pgpinline.c
7314                 Probably fix bug 1061
7315
7316 2006-11-14 [paul]       2.6.0cvs46
7317
7318         * po/Makevars
7319                 enable Q_ macro
7320         * src/Makefile.am
7321         * src/stock_pixmap.c
7322         * src/stock_pixmap.h
7323         * src/gtk/about.c
7324         * src/pixmaps/active.xpm
7325         * src/pixmaps/inactive.xpm
7326                 add a new page, 'Features', to the About dialog
7327                 showing which features are compiled in and which
7328                 are not
7329
7330 2006-11-14 [paul]       2.6.0cvs45
7331
7332         * po/ru.po
7333                 updated by Pavlo Bohmat
7334
7335 2006-11-14 [colin]      2.6.0cvs44
7336
7337         * src/compose.c
7338         * src/inc.c
7339         * src/messageview.c
7340         * src/news.c
7341         * src/pop.c
7342         * src/procmsg.c
7343         * src/gtk/gtkaspell.c
7344                 Fix 64-bit-related warnings
7345         * src/ssl_manager.c
7346                 Fix possible infinite loop
7347         * src/plugins/pgpcore/sgpgme.c
7348                 Remove useless check
7349
7350 2006-11-13 [colin]      2.6.0cvs43
7351
7352         * src/gtk/Makefile.am
7353                 authors.h isn't generated
7354
7355 2006-11-13 [colin]      2.6.0cvs42
7356
7357         * src/plugins/pgpinline/pgpinline.c
7358         * src/plugins/pgpmime/pgpmime.c
7359                 Very probably fix bug 1061, 'crash on 
7360                 opening signed email'. Another cast
7361                 problem
7362
7363 2006-11-13 [colin]      2.6.0cvs41
7364
7365         * src/plugins/pgpcore/sgpgme.c
7366                 Maybe fix bug 1061, 'crash on opening 
7367                 signed email'
7368
7369 2006-11-13 [wwp]        2.6.0cvs40
7370
7371         * src/plugins/pgpinline/pgpinline.c
7372                 fix candidate for bug #1057, thanks to Colin.
7373
7374 2006-11-13 [wwp]        2.6.0cvs39
7375
7376         * src/compose.c
7377         * src/quote_fmt_parse.y
7378                 fix bug 1052: current parser buffer was not always 
7379                 allocated, ptr to this buffer could be returned as 
7380                 NULL whereas no parser error has occurred. in 
7381                 consequence, defining a template body as "%d" 
7382                 (w/o the quotes) for the first time of the instance 
7383                 of claws-mail, was reporting a parser error. make 
7384                 sure that the buffer is always allocated, even to 
7385                 an empty string.
7386                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7387                 unescaping of the fmt string was always done 
7388                 whereas it must be done *only* when receiving 
7389                 quote format strings issued from the prefs 
7390                 (compose new message, reply, forward, redirect 
7391                 formats), *not* when applying templates.  in 
7392                 consequences, applying templates w/ sequences 
7393                 like \\|p{echo} were failing. make sure that 
7394                 unescaping is done only when necessary.
7395
7396 2006-11-12 [colin]      2.6.0cvs38
7397
7398         * po/de.po
7399                 Fix typo (s/KB/MB)
7400
7401 2006-11-12 [colin]      2.6.0cvs37
7402
7403         * src/plugins/pgpinline/pgpinline.c
7404         * src/plugins/pgpmime/pgpmime.c
7405                 Release GPG context at the latest 
7406                 possible moment. Maybe fixes 
7407                 bug 1057, 'crash on sending signed 
7408                 message to a newsgroup'
7409                 
7410
7411 2006-11-12 [colin]      2.6.0cvs36
7412
7413         * src/plugins/pgpcore/sgpgme.c
7414                 Tell a bit more when gpg's status doesn't
7415                 contain any signature
7416
7417 2006-11-12 [colin]      2.6.0cvs35
7418
7419         * src/compose.c
7420                 Fix bug 1060, 'compilation error with 
7421                 Irix's cc'
7422
7423 2006-11-12 [paul]       2.6.0cvs34
7424
7425         * doc/man/claws-mail.1
7426         * src/prefs_gtk.c
7427         * src/plugins/clamav/README
7428         * src/plugins/spamassassin/README
7429         * tools/README
7430         * tools/freshmeat_search.pl
7431         * tools/google_search.pl
7432         * tools/multiwebsearch.pl
7433                 more renaming
7434         * src/plugins/trayicon/trayicon.c
7435                 fix compiliation warning
7436
7437 2006-11-11 [colin]      2.6.0cvs33
7438
7439         * src/folderview.c
7440                 Forbid drag and drop from/to different
7441                 folders of type F_UNKNOWN
7442
7443 2006-11-11 [colin]      2.6.0cvs32
7444
7445         * src/plugins/pgpinline/pgpinline.c
7446                 Fix typo in previous commit:
7447                 - gpgme_new(&ctx);
7448                 + if ((err = gpgme_new(&data->ctx)) ...)
7449
7450 2006-11-11 [colin]      2.6.0cvs31
7451
7452         * src/plugins/pgpinline/pgpinline.c
7453         * src/plugins/pgpmime/pgpmime.c
7454                 Check success after calling gpgme_new
7455                 Maybe fixes bug 1057, 'crash on sending 
7456                 signed message to a newsgroup'
7457
7458 2006-11-11 [colin]      2.6.0cvs30
7459
7460         * src/undo.c
7461                 init undostruct to 0s (from
7462                 valgrind log of bug 1057)
7463
7464 2006-11-10 [colin]      2.6.0cvs29
7465
7466         * src/mainwindow.c
7467                 Set cursor to wait before filtering
7468                 duplicates in all folders
7469         * src/plugins/bogofilter/bogofilter.c
7470         * src/plugins/bogofilter/bogofilter.h
7471         * src/plugins/bogofilter/bogofilter_gtk.c
7472                 Completely thread away the bogofilter
7473                 filtering
7474
7475 2006-11-10 [mones]      2.6.0cvs28
7476
7477         * src/compose.c
7478         * src/compose.h
7479                 added COMPOSE_CHECK_BEFORE_SEND hook
7480
7481 2006-11-10 [paul]       2.6.0cvs27
7482
7483         * src/crash.c
7484                 more renaming
7485                 add libSM to get_compiled_in_features()
7486         * src/main.c
7487                 more renaming
7488
7489 2006-11-10 [colin]      2.6.0cvs26
7490
7491         * src/etpan/imap-thread.c
7492                 Add a reference to libetpan's sasl engine
7493                 so that sasl_done() doesn't get called by
7494                 libetpan, and doesn't break openssl.
7495                 Should fix bug 1053, 'SC fails to reestablish 
7496                 a secure connection'
7497                 Patch by Hoa
7498
7499 2006-11-10 [colin]      2.6.0cvs25
7500
7501         * manual/addrbook.xml
7502         * manual/advanced.xml
7503         * manual/faq.xml
7504         * manual/intro.xml
7505                 Some more renaming
7506
7507 2006-11-09 [colin]      2.6.0cvs24
7508
7509         * src/plugins/bogofilter/bogofilter_gtk.c
7510                 Add comment about annoyance
7511
7512 2006-11-09 [colin]      2.6.0cvs23
7513
7514         * src/plugins/bogofilter/bogofilter.c
7515         * src/plugins/bogofilter/bogofilter_gtk.c
7516                 Prepare things needed to thread bogofilter
7517                 filtering: separate bogo stuff and possible GUI
7518                 stuff. 
7519
7520 2006-11-09 [colin]      2.6.0cvs22
7521
7522         * src/account.c
7523         * src/compose.c
7524                 Search for one of our accounts in Delivered-To
7525                 (helps for auto-account selection when 
7526                  replying/forwarding)
7527         * src/folderview.c
7528         * src/mainwindow.c
7529         * src/mainwindow.h
7530         * src/plugins/trayicon/trayicon.c
7531                 Allow opening a new mail with any account from
7532                 the contextual menu
7533
7534 2006-11-09 [wwp]        2.6.0cvs21
7535
7536         * src/compose.c
7537         * src/prefs_common.c
7538         * src/prefs_common.h
7539         * src/prefs_compose_writing.c
7540                 add a compose new message format (in prefs/compose/writing), it's a
7541                 simple subject+body template to use when opening a new composition
7542                 window. It's similar to the existent reply and forward formats.
7543
7544                 enhanced the template/format % symbols substitution mechanism to
7545                 use current composition window information when % are used in
7546                 the compose new message format or in templates applied to new
7547                 messages (there were useless in that situations before). When
7548                 applied to new messages, %d corresponds to the system time/date.
7549
7550 2006-11-09 [paul]       2.6.0cvs20
7551
7552         * src/gtk/authors.h
7553                 fix last commit
7554
7555 2006-11-09 [paul]       2.6.0cvs19
7556
7557         * src/gtk/authors.h
7558                 keep tje alphabetical order
7559
7560 2006-11-08 [colin]      2.6.0cvs18
7561
7562         * src/etpan/imap-thread.c
7563                 Fix bug 1054, 'Slowness logging big 
7564                 data chunks'
7565
7566 2006-11-08 [paul]       2.6.0cvs17
7567
7568         * tools/Makefile.am
7569                 fix the renaming
7570
7571 2006-11-08 [paul]       2.6.0cvs16
7572
7573         * src/common/defs.h
7574                 update BUGZILLA_URI
7575
7576 2006-11-08 [paul]       2.6.0cvs15
7577
7578         * tools/Makefile.am
7579         * tools/OOo2claws-mail.pl
7580         * tools/OOo2sylpheed.pl
7581         * tools/README
7582         * tools/acroread2claws-mail.pl
7583         * tools/acroread2sylpheed.pl
7584         * tools/kmail2claws-mail.pl
7585         * tools/kmail2claws-mail_v2.pl
7586         * tools/kmail2sylpheed.pl
7587         * tools/kmail2sylpheed_v2.pl
7588         * tools/maildir2claws-mail.pl
7589         * tools/maildir2sylpheed.pl
7590         * tools/nautilus2claws-mail.sh
7591         * tools/nautilus2sylpheed.sh
7592         * tools/outlook2claws-mail.pl
7593         * tools/outlook2sylpheed.pl
7594         * tools/tb2claws-mail
7595         * tools/tb2sylpheed
7596         * tools/tbird2claws.py
7597         * tools/tbird2syl.py
7598         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7599         * tools/kdeservicemenu/install.sh
7600         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7601         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7602         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7603         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7604         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7605                 renamed (removed, added) tools files
7606
7607 2006-11-08 [paul]       2.6.0cvs14
7608
7609         * src/main.c
7610         * src/common/defs.h
7611                 Migrate sylpheedrc to clawsrc, and fix the standard
7612                 plugins path in the process
7613
7614 2006-11-07 [colin]      2.6.0cvs13
7615
7616         * src/Makefile.am
7617                 Symlink sylpheed-claws relative to 
7618                 claws-mail
7619
7620 2006-11-07 [colin]      2.6.0cvs12
7621
7622         * src/compose.c
7623                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7624
7625 2006-11-07 [paul]       2.6.0cvs11
7626
7627         * src/gtk/about.c
7628                 Fix a missed occurence of
7629                 Sylpheed-Claws
7630
7631 2006-11-07 [paul]       2.6.0cvs10
7632
7633         * src/Makefile.am
7634                 Fix symlink installation
7635
7636 2006-11-07 [paul]       2.6.0cvs9
7637
7638         * src/Makefile.am
7639                 Symlink claws-mail to sylpheed-claws
7640         * src/common/utils.c
7641                 Fix migrating symlinks
7642         * src/etpan/imap-thread.c
7643                 check certificate only when there's
7644                 no error
7645
7646 2006-11-07 [paul]       2.6.0cvs8
7647
7648         * Makefile.am
7649                 Fix icon breakages with Gtk, which needs a 
7650                 cache updated to see them.
7651
7652 2006-11-07 [paul]       2.6.0cvs7
7653
7654         * .cvsignore
7655         * AUTHORS
7656         * COPYING
7657         * INSTALL
7658         * Makefile.am
7659         * NEWS
7660         * README
7661         * RELEASE_NOTES
7662         * autogen.sh
7663         * claws-mail-128x128.png
7664         * claws-mail-64x64.png
7665         * claws-mail.ico
7666         * claws-mail.pc.in
7667         * claws-mail.png
7668         * configure.ac
7669         * sylpheed-claws-128x128.png
7670         * sylpheed-claws-64x64.png
7671         * sylpheed-claws.desktop
7672         * sylpheed-claws.ico
7673         * sylpheed-claws.pc.in
7674         * sylpheed-claws.png
7675         * debian/README.Debian
7676         * debian/changelog
7677         * debian/claws-mail.desktop
7678         * debian/claws-mail.menu
7679         * debian/claws-mail.postinst.debhelper
7680         * debian/claws-mail.postrm.debhelper
7681         * debian/control
7682         * debian/copyright
7683         * debian/files
7684         * debian/rules
7685         * debian/sylpheed-claws.desktop
7686         * debian/sylpheed-claws.menu
7687         * debian/sylpheed-claws.postinst.debhelper
7688         * debian/sylpheed-claws.postrm.debhelper
7689         * doc/man/Makefile.am
7690         * doc/man/claws-mail.1
7691         * doc/man/sylpheed-claws.1
7692         * doc/src/ChangeLog.claws-pre0.8.0
7693         * manual/Makefile.am
7694         * manual/account.xml
7695         * manual/ack.xml
7696         * manual/addrbook.xml
7697         * manual/advanced.xml
7698         * manual/claws-mail-manual.xml
7699         * manual/faq.xml
7700         * manual/glossary.xml
7701         * manual/handling.xml
7702         * manual/intro.xml
7703         * manual/keyboard.xml
7704         * manual/plugins.xml
7705         * manual/starting.xml
7706         * manual/sylpheed-claws-manual.xml
7707         * manual/xml2pdf
7708         * manual/dist/.cvsignore
7709         * manual/dist/html/.cvsignore
7710         * manual/dist/html/Makefile.am
7711         * manual/dist/pdf/.cvsignore
7712         * manual/dist/pdf/Makefile.am
7713         * manual/dist/ps/.cvsignore
7714         * manual/dist/ps/Makefile.am
7715         * manual/dist/txt/.cvsignore
7716         * manual/dist/txt/Makefile.am
7717         * manual/es/Makefile.am
7718         * manual/es/advanced.xml
7719         * manual/es/claws-mail-manual.xml
7720         * manual/es/faq.xml
7721         * manual/es/glossary.xml
7722         * manual/es/handling.xml
7723         * manual/es/intro.xml
7724         * manual/es/plugins.xml
7725         * manual/es/sylpheed-claws-manual.xml
7726         * manual/es/dist/.cvsignore
7727         * manual/es/dist/html/.cvsignore
7728         * manual/es/dist/html/Makefile.am
7729         * manual/es/dist/pdf/.cvsignore
7730         * manual/es/dist/pdf/Makefile.am
7731         * manual/es/dist/ps/.cvsignore
7732         * manual/es/dist/ps/Makefile.am
7733         * manual/es/dist/txt/.cvsignore
7734         * manual/es/dist/txt/Makefile.am
7735         * manual/fr/Makefile.am
7736         * manual/fr/account.xml
7737         * manual/fr/ack.xml
7738         * manual/fr/addrbook.xml
7739         * manual/fr/advanced.xml
7740         * manual/fr/claws-mail-manual.xml
7741         * manual/fr/faq.xml
7742         * manual/fr/glossary.xml
7743         * manual/fr/handling.xml
7744         * manual/fr/intro.xml
7745         * manual/fr/keyboard.xml
7746         * manual/fr/plugins.xml
7747         * manual/fr/starting.xml
7748         * manual/fr/sylpheed-claws-manual.xml
7749         * manual/fr/dist/.cvsignore
7750         * manual/fr/dist/html/.cvsignore
7751         * manual/fr/dist/html/Makefile.am
7752         * manual/fr/dist/pdf/.cvsignore
7753         * manual/fr/dist/pdf/Makefile.am
7754         * manual/fr/dist/ps/.cvsignore
7755         * manual/fr/dist/ps/Makefile.am
7756         * manual/fr/dist/txt/.cvsignore
7757         * manual/fr/dist/txt/Makefile.am
7758         * manual/pl/Makefile.am
7759         * manual/pl/account.xml
7760         * manual/pl/ack.xml
7761         * manual/pl/addrbook.xml
7762         * manual/pl/advanced.xml
7763         * manual/pl/claws-mail-manual.xml
7764         * manual/pl/faq.xml
7765         * manual/pl/glossary.xml
7766         * manual/pl/handling.xml
7767         * manual/pl/intro.xml
7768         * manual/pl/keyboard.xml
7769         * manual/pl/plugins.xml
7770         * manual/pl/starting.xml
7771         * manual/pl/sylpheed-claws-manual.xml
7772         * manual/pl/dist/.cvsignore
7773         * manual/pl/dist/html/.cvsignore
7774         * manual/pl/dist/html/Makefile.am
7775         * manual/pl/dist/pdf/.cvsignore
7776         * manual/pl/dist/pdf/Makefile.am
7777         * manual/pl/dist/ps/.cvsignore
7778         * manual/pl/dist/ps/Makefile.am
7779         * manual/pl/dist/txt/.cvsignore
7780         * manual/pl/dist/txt/Makefile.am
7781         * po/.cvsignore
7782         * po/Makevars
7783         * src/.cvsignore
7784         * src/Makefile.am
7785         * src/account.c
7786         * src/account.h
7787         * src/action.c
7788         * src/action.h
7789         * src/adbookbase.h
7790         * src/addr_compl.c
7791         * src/addr_compl.h
7792         * src/addrbook.c
7793         * src/addrcache.c
7794         * src/addrcache.h
7795         * src/addrcindex.c
7796         * src/addrcindex.h
7797         * src/addrclip.c
7798         * src/addrclip.h
7799         * src/addrdefs.h
7800         * src/addressadd.c
7801         * src/addressadd.h
7802         * src/addressbook.c
7803         * src/addressbook.h
7804         * src/addressbook_foldersel.c
7805         * src/addressbook_foldersel.h
7806         * src/addrgather.c
7807         * src/addrgather.h
7808         * src/addrharvest.c
7809         * src/addrharvest.h
7810         * src/addrindex.c
7811         * src/addrindex.h
7812         * src/addritem.c
7813         * src/addritem.h
7814         * src/addrquery.c
7815         * src/addrquery.h
7816         * src/addrselect.c
7817         * src/addrselect.h
7818         * src/alertpanel.c
7819         * src/alertpanel.h
7820         * src/browseldap.c
7821         * src/browseldap.h
7822         * src/codeconv.c
7823         * src/codeconv.h
7824         * src/compose.c
7825         * src/crash.c
7826         * src/crash.h
7827         * src/customheader.c
7828         * src/customheader.h
7829         * src/displayheader.c
7830         * src/displayheader.h
7831         * src/editaddress.c
7832         * src/editaddress.h
7833         * src/editbook.c
7834         * src/editbook.h
7835         * src/editgroup.c
7836         * src/editgroup.h
7837         * src/editjpilot.c
7838         * src/editjpilot.h
7839         * src/editldap.c
7840         * src/editldap.h
7841         * src/editldap_basedn.c
7842         * src/editldap_basedn.h
7843         * src/editvcard.c
7844         * src/editvcard.h
7845         * src/exphtmldlg.c
7846         * src/exphtmldlg.h
7847         * src/expldifdlg.c
7848         * src/expldifdlg.h
7849         * src/export.c
7850         * src/exporthtml.c
7851         * src/exporthtml.h
7852         * src/exportldif.c
7853         * src/exportldif.h
7854         * src/filtering.c
7855         * src/filtering.h
7856         * src/folder.c
7857         * src/folder.h
7858         * src/folder_item_prefs.c
7859         * src/folder_item_prefs.h
7860         * src/foldersel.c
7861         * src/foldersel.h
7862         * src/folderutils.c
7863         * src/folderutils.h
7864         * src/folderview.c
7865         * src/folderview.h
7866         * src/grouplistdialog.c
7867         * src/grouplistdialog.h
7868         * src/html.c
7869         * src/html.h
7870         * src/image_viewer.c
7871         * src/image_viewer.h
7872         * src/imap.c
7873         * src/imap.h
7874         * src/imap_gtk.c
7875         * src/imap_gtk.h
7876         * src/import.c
7877         * src/import.h
7878         * src/importldif.c
7879         * src/importldif.h
7880         * src/importmutt.c
7881         * src/importmutt.h
7882         * src/importpine.c
7883         * src/importpine.h
7884         * src/inc.c
7885         * src/inc.h
7886         * src/jpilot.c
7887         * src/jpilot.h
7888         * src/ldapctrl.c
7889         * src/ldapctrl.h
7890         * src/ldaplocate.c
7891         * src/ldaplocate.h
7892         * src/ldapquery.c
7893         * src/ldapquery.h
7894         * src/ldapserver.c
7895         * src/ldapserver.h
7896         * src/ldaputil.c
7897         * src/ldaputil.h
7898         * src/ldif.c
7899         * src/ldif.h
7900         * src/localfolder.c
7901         * src/localfolder.h
7902         * src/main.c
7903         * src/main.h
7904         * src/mainwindow.c
7905         * src/mainwindow.h
7906         * src/manual.c
7907         * src/manual.h
7908         * src/matcher.c
7909         * src/matcher.h
7910         * src/matcher_parser.h
7911         * src/matcher_parser_lex.l
7912         * src/matcher_parser_parse.y
7913         * src/mbox.c
7914         * src/mbox.h
7915         * src/message_search.c
7916         * src/message_search.h
7917         * src/messageview.c
7918         * src/messageview.h
7919         * src/mh.c
7920         * src/mh.h
7921         * src/mh_gtk.c
7922         * src/mh_gtk.h
7923         * src/mimeview.c
7924         * src/mimeview.h
7925         * src/msgcache.c
7926         * src/msgcache.h
7927         * src/mutt.c
7928         * src/mutt.h
7929         * src/news.c
7930         * src/news.h
7931         * src/news_gtk.c
7932         * src/news_gtk.h
7933         * src/noticeview.c
7934         * src/noticeview.h
7935         * src/partial_download.c
7936         * src/partial_download.h
7937         * src/pine.c
7938         * src/pine.h
7939         * src/pop.c
7940         * src/pop.h
7941         * src/prefs_account.c
7942         * src/prefs_account.h
7943         * src/prefs_actions.c
7944         * src/prefs_actions.h
7945         * src/prefs_common.c
7946         * src/prefs_common.h
7947         * src/prefs_compose_writing.c
7948         * src/prefs_compose_writing.h
7949         * src/prefs_customheader.c
7950         * src/prefs_customheader.h
7951         * src/prefs_display_header.c
7952         * src/prefs_display_header.h
7953         * src/prefs_ext_prog.c
7954         * src/prefs_ext_prog.h
7955         * src/prefs_filtering.c
7956         * src/prefs_folder_column.c
7957         * src/prefs_folder_column.h
7958         * src/prefs_folder_item.c
7959         * src/prefs_folder_item.h
7960         * src/prefs_fonts.c
7961         * src/prefs_fonts.h
7962         * src/prefs_gtk.c
7963         * src/prefs_gtk.h
7964         * src/prefs_image_viewer.c
7965         * src/prefs_image_viewer.h
7966         * src/prefs_matcher.c
7967         * src/prefs_matcher.h
7968         * src/prefs_message.c
7969         * src/prefs_message.h
7970         * src/prefs_msg_colors.c
7971         * src/prefs_msg_colors.h
7972         * src/prefs_other.c
7973         * src/prefs_other.h
7974         * src/prefs_quote.c
7975         * src/prefs_quote.h
7976         * src/prefs_receive.c
7977         * src/prefs_receive.h
7978         * src/prefs_send.c
7979         * src/prefs_send.h
7980         * src/prefs_spelling.c
7981         * src/prefs_spelling.h
7982         * src/prefs_summaries.c
7983         * src/prefs_summaries.h
7984         * src/prefs_summary_column.c
7985         * src/prefs_summary_column.h
7986         * src/prefs_template.c
7987         * src/prefs_template.h
7988         * src/prefs_themes.c
7989         * src/prefs_themes.h
7990         * src/prefs_toolbar.c
7991         * src/prefs_toolbar.h
7992         * src/prefs_wrapping.c
7993         * src/prefs_wrapping.h
7994         * src/privacy.c
7995         * src/privacy.h
7996         * src/procheader.c
7997         * src/procheader.h
7998         * src/procmime.c
7999         * src/procmime.h
8000         * src/procmsg.c
8001         * src/procmsg.h
8002         * src/quote_fmt.c
8003         * src/quote_fmt_parse.y
8004         * src/recv.c
8005         * src/recv.h
8006         * src/remotefolder.c
8007         * src/remotefolder.h
8008         * src/send_message.c
8009         * src/send_message.h
8010         * src/setup.c
8011         * src/setup.h
8012         * src/sourcewindow.c
8013         * src/sourcewindow.h
8014         * src/ssl_manager.c
8015         * src/ssl_manager.h
8016         * src/statusbar.c
8017         * src/statusbar.h
8018         * src/stock_pixmap.c
8019         * src/stock_pixmap.h
8020         * src/summary_search.c
8021         * src/summary_search.h
8022         * src/summaryview.c
8023         * src/summaryview.h
8024         * src/syldap.c
8025         * src/syldap.h
8026         * src/textview.c
8027         * src/textview.h
8028         * src/toolbar.c
8029         * src/toolbar.h
8030         * src/undo.c
8031         * src/undo.h
8032         * src/unmime.c
8033         * src/unmime.h
8034         * src/vcard.c
8035         * src/vcard.h
8036         * src/wizard.c
8037         * src/wizard.h
8038         * src/common/base64.c
8039         * src/common/base64.h
8040         * src/common/defs.h
8041         * src/common/hooks.c
8042         * src/common/hooks.h
8043         * src/common/log.c
8044         * src/common/log.h
8045         * src/common/mgutils.c
8046         * src/common/mgutils.h
8047         * src/common/nntp.c
8048         * src/common/nntp.h
8049         * src/common/passcrypt.c
8050         * src/common/passcrypt.h.in
8051         * src/common/plugin.c
8052         * src/common/plugin.h
8053         * src/common/prefs.c
8054         * src/common/prefs.h
8055         * src/common/progressindicator.c
8056         * src/common/progressindicator.h
8057         * src/common/quoted-printable.c
8058         * src/common/quoted-printable.h
8059         * src/common/session.c
8060         * src/common/session.h
8061         * src/common/smtp.c
8062         * src/common/smtp.h
8063         * src/common/socket.c
8064         * src/common/socket.h
8065         * src/common/ssl.c
8066         * src/common/ssl.h
8067         * src/common/stringtable.c
8068         * src/common/stringtable.h
8069         * src/common/sylpheed.c
8070         * src/common/sylpheed.h
8071         * src/common/template.c
8072         * src/common/template.h
8073         * src/common/timing.h
8074         * src/common/utils.c
8075         * src/common/utils.h
8076         * src/common/version.h.in
8077         * src/common/xml.c
8078         * src/common/xml.h
8079         * src/common/xmlprops.c
8080         * src/common/xmlprops.h
8081         * src/gtk/about.c
8082         * src/gtk/colorlabel.c
8083         * src/gtk/colorlabel.h
8084         * src/gtk/colorsel.c
8085         * src/gtk/colorsel.h
8086         * src/gtk/combobox.c
8087         * src/gtk/combobox.h
8088         * src/gtk/description_window.c
8089         * src/gtk/description_window.h
8090         * src/gtk/filesel.c
8091         * src/gtk/filesel.h
8092         * src/gtk/foldersort.c
8093         * src/gtk/foldersort.h
8094         * src/gtk/gtkaspell.c
8095         * src/gtk/gtkaspell.h
8096         * src/gtk/gtksctree.c
8097         * src/gtk/gtkshruler.c
8098         * src/gtk/gtkshruler.h
8099         * src/gtk/gtkutils.c
8100         * src/gtk/gtkutils.h
8101         * src/gtk/icon_legend.c
8102         * src/gtk/icon_legend.h
8103         * src/gtk/logwindow.c
8104         * src/gtk/logwindow.h
8105         * src/gtk/manage_window.c
8106         * src/gtk/manage_window.h
8107         * src/gtk/pluginwindow.c
8108         * src/gtk/pluginwindow.h
8109         * src/gtk/prefswindow.c
8110         * src/gtk/prefswindow.h
8111         * src/gtk/quicksearch.c
8112         * src/gtk/quicksearch.h
8113         * src/pixmaps/claws-mail.xpm
8114         * src/pixmaps/claws-mail_icon.xpm
8115         * src/pixmaps/claws-mail_logo.xpm
8116         * src/pixmaps/sylpheed-claws.xpm
8117         * src/pixmaps/sylpheed-claws_icon.xpm
8118         * src/pixmaps/sylpheed-claws_logo.xpm
8119         * src/plugins/bogofilter/Makefile.am
8120         * src/plugins/bogofilter/bogofilter.c
8121         * src/plugins/bogofilter/bogofilter.h
8122         * src/plugins/bogofilter/bogofilter_gtk.c
8123         * src/plugins/clamav/Makefile.am
8124         * src/plugins/clamav/clamav_plugin.c
8125         * src/plugins/clamav/clamav_plugin.h
8126         * src/plugins/clamav/clamav_plugin_gtk.c
8127         * src/plugins/demo/Makefile.am
8128         * src/plugins/demo/demo.c
8129         * src/plugins/dillo_viewer/Makefile.am
8130         * src/plugins/dillo_viewer/README
8131         * src/plugins/dillo_viewer/dillo_prefs.c
8132         * src/plugins/dillo_viewer/dillo_prefs.h
8133         * src/plugins/dillo_viewer/dillo_viewer.c
8134         * src/plugins/pgpcore/Makefile.am
8135         * src/plugins/pgpcore/passphrase.c
8136         * src/plugins/pgpcore/passphrase.h
8137         * src/plugins/pgpcore/pgp_viewer.c
8138         * src/plugins/pgpcore/pgp_viewer.h
8139         * src/plugins/pgpcore/plugin.c
8140         * src/plugins/pgpcore/prefs_gpg.c
8141         * src/plugins/pgpcore/prefs_gpg.h
8142         * src/plugins/pgpcore/select-keys.c
8143         * src/plugins/pgpcore/select-keys.h
8144         * src/plugins/pgpcore/sgpgme.c
8145         * src/plugins/pgpcore/sgpgme.h
8146         * src/plugins/pgpcore/sylpheed.def
8147         * src/plugins/pgpcore/version.rc
8148         * src/plugins/pgpinline/Makefile.am
8149         * src/plugins/pgpinline/pgpinline.c
8150         * src/plugins/pgpinline/pgpinline.h
8151         * src/plugins/pgpinline/plugin.c
8152         * src/plugins/pgpinline/sylpheed.def
8153         * src/plugins/pgpinline/version.rc
8154         * src/plugins/pgpmime/Makefile.am
8155         * src/plugins/pgpmime/pgpmime.c
8156         * src/plugins/pgpmime/pgpmime.h
8157         * src/plugins/pgpmime/plugin.c
8158         * src/plugins/pgpmime/sylpheed.def
8159         * src/plugins/pgpmime/version.rc
8160         * src/plugins/spamassassin/Makefile.am
8161         * src/plugins/spamassassin/README
8162         * src/plugins/spamassassin/spamassassin.c
8163         * src/plugins/spamassassin/spamassassin.h
8164         * src/plugins/spamassassin/spamassassin_gtk.c
8165         * src/plugins/trayicon/Makefile.am
8166         * src/plugins/trayicon/trayicon.c
8167         * tools/OOo2sylpheed.pl
8168         * tools/README
8169         * tools/README.sylprint
8170         * tools/acroread2sylpheed.pl
8171         * tools/claws.i18n.status.pl
8172         * tools/filter_conv.pl
8173         * tools/filter_conv_new.pl
8174         * tools/freshmeat_search.pl
8175         * tools/google_search.pl
8176         * tools/kmail2sylpheed.pl
8177         * tools/kmail2sylpheed_v2.pl
8178         * tools/make.themes.project
8179         * tools/multiwebsearch.pl
8180         * tools/nautilus2sylpheed.sh
8181         * tools/outlook2sylpheed.pl
8182         * tools/sylprint.pl
8183         * tools/sylprint.rc
8184         * tools/tb2sylpheed
8185         * tools/textviewer.sh
8186         * tools/vcard2xml.py
8187         * tools/kdeservicemenu/README
8188         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8189         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8190         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8191                 Change name to Claws Mail. Announce to follow...
8192
8193 2006-11-06 [wwp]        2.6.0cvs6
8194
8195         * src/prefs_template.c
8196                 unify messages related to quote format/template errors (fix
8197                 capitalization), again.
8198
8199 2006-11-06 [wwp]        2.6.0cvs5
8200
8201         * src/prefs_quote.c
8202                 unify messages related to quote format/template errors.
8203
8204 2006-11-06 [wwp]        2.6.0cvs4
8205
8206         * src/prefs_msg_colors.c
8207                 more uses of Q_ macro for contextual translations, thanks
8208                 to Fabien (fzzzzz).
8209
8210 2006-11-06 [wwp]        2.6.0cvs3
8211
8212         * src/compose.c
8213         * src/common/utils.c
8214         * src/common/utils.h
8215                 show an alertpanel to make sure users are aware that sensitive
8216                 files are attached (it's file blacklist-based). This will fix
8217                 interaction w/ GoogleEarth for instance, thanks to Colin.
8218
8219 2006-11-06 [wwp]        2.6.0cvs2
8220
8221         * src/prefs_quote.c
8222         * src/prefs_template.c
8223         * src/prefs_template.h
8224                 check quote format when applying/closing prefs. For now this only
8225                 shows up an error dialog box, not preventing the user from using
8226                 a broken quote (reply, forwards) format.
8227
8228 2006-11-06 [wwp]        2.6.0cvs1
8229
8230         * src/prefs_template.c
8231                 fix missing checks of some template fields.
8232
8233 2006-11-06 [paul]       2.6.0
8234
8235         * NEWS
8236         * README
8237         * RELEASE_NOTES
8238                 2.6.0 released
8239
8240 2006-11-06 [paul]       2.5.6cvs22
8241
8242         * manual/advanced.xml
8243         * manual/es/advanced.xml
8244                 put 'respect_flowed_format' info in the correct
8245                 place
8246
8247 2006-11-06 [mones]      2.5.6cvs21
8248
8249         * po/es.po
8250                 Minor fixes for release
8251
8252 2006-11-06 [paul]       2.5.6cvs20
8253
8254         * po/cs.po
8255         * po/de.po
8256         * po/fr.po
8257         * po/it.po
8258         * po/nl.po
8259         * po/pt_BR.po
8260         * po/sk.po
8261         * po/sv.po
8262         * po/zh_CN.po
8263                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8264                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8265                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8266                 Young
8267
8268 2006-11-02 [colin]      2.5.6cvs19
8269
8270         * src/imap.c
8271         * src/imap.h
8272         * src/prefs_account.c
8273         * src/etpan/imap-thread.c
8274                 Add GSSAPI support - fixes Debian bug #383274
8275
8276 2006-11-01 [colin]      2.5.6cvs18
8277
8278         * src/jpilot.c
8279                 Handle libpisock12 support. Probably
8280                 fixes bug 1046, 'jpilot AddressDB.pdb 
8281                 import fail'
8282
8283 2006-11-01 [colin]      2.5.6cvs17
8284
8285         * src/folderutils.c
8286                 debug_print() folderutils_mark_all_read()
8287
8288 2006-11-01 [colin]      2.5.6cvs16
8289
8290         * COPYING
8291                 Add missed files to the Apache exception
8292
8293 2006-10-31 [colin]      2.5.6cvs15
8294
8295         * src/folder.c
8296         * src/folder.h
8297                 Add a copy_private_data() func to FolderClasses
8298                 Doesn't break the feature freeze, because we 
8299                 won't use it (right now) in the core.
8300
8301 2006-10-31 [colin]      2.5.6cvs14
8302
8303         * COPYING
8304                 Allow linking with the Apache licensed files in
8305                 src/plugins/spamassassin. Hopefully fixes 
8306                 bug 1048, 'Spamassassin plugin license problem'
8307
8308 2006-10-31 [wwp]        2.5.6cvs13
8309
8310         * src/compose.c
8311                 fix and optimize trimming of leading linefeeds in body loop.
8312
8313 2006-10-31 [colin]      2.5.6cvs12
8314
8315         * src/etpan/imap-thread.c
8316         * src/imap.c
8317                 Make really sure to have NULL sets in case
8318                 of error
8319
8320 2006-10-30 [wwp]        2.5.6cvs11
8321
8322         * src/prefs_common.c
8323         * src/prefs_common.h
8324         * src/compose.c
8325                 fix broken storage of quote format template when it contains \-escape
8326                 sequences. The application of such sequences is also fixed now (\t
8327                 in quote format will be a real tab instead of a 't', for instance).
8328
8329 2006-10-27 [colin]      2.5.6cvs10
8330
8331         * src/compose.c
8332                 Probably fix bug 1045, 'sylpheed-claws 
8333                 doesn't remove the mail from the IMAP 
8334                 Queue folder after sending'. From
8335                 2.5.6cvs3-stable
8336
8337 2006-10-27 [colin]      2.5.6cvs9
8338
8339         * configure.ac
8340                 Require libetpan-0.48. I'm so annoying,
8341                 I know ;-)
8342
8343 2006-10-27 [colin]      2.5.6cvs8
8344
8345         * src/folder.c
8346         * src/imap.c
8347                 Probably fix bug 1044, 'sylpheed-claws 
8348                 segfaults while moving mails' - Fix relation
8349                 usage when moving to an IMAP mailbox from another
8350                 mailbox
8351
8352 2006-10-26 [paul]       2.5.6cvs7
8353
8354         * src/gtk/about.c
8355                 add libSM to compiled-in features
8356                 list
8357
8358 2006-10-24 [colin]      2.5.6cvs6
8359
8360         * src/textview.c
8361         * src/gtk/gtkutils.c
8362                 Fix crash when printing emails with an
8363                 xface
8364
8365 2006-10-24 [mones]      2.5.6cvs5
8366
8367         * manual/es/advanced.xml
8368                 Synchronize hidden option respect_flowed_format
8369         * po/es.po
8370                 Updated translation
8371
8372 2006-10-21 [paul]       2.5.6cvs4
8373
8374         * src/gtk/authors.h
8375         * src/plugins/pgpcore/pgp_viewer.c
8376         * src/plugins/pgpcore/sgpgme.c
8377                 fix building on BSDs
8378                 Thanks to Michael Hughes
8379                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8380
8381 2006-10-20 [colin]      2.5.6cvs3
8382
8383         * configure.ac
8384                 Bump up libetpan requirement
8385                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8386         * src/common/utils.c
8387         * src/common/utils.h
8388                 Add convenience get_file_mtime()
8389         * src/imap.c
8390         * src/etpan/imap-thread.c
8391         * src/etpan/imap-thread.h
8392                 Implement UIDPLUS support if the server
8393                 supports it - faster sending in this case
8394
8395 2006-10-19 [colin]      2.5.6cvs2
8396
8397         * src/gtk/quicksearch.c
8398                 Fix emptying in type-ahead+extended mode
8399         * src/mainwindow.c
8400         * src/mainwindow.h
8401                 Add a hook for offline state change
8402         * src/plugins/trayicon/trayicon.c
8403                 Use it to display offline icons
8404         * src/plugins/trayicon/Makefile.am
8405         * src/plugins/trayicon/newmail.offline.xpm
8406         * src/plugins/trayicon/newmarkedmail.offline.xpm
8407         * src/plugins/trayicon/nomail.offline.xpm
8408         * src/plugins/trayicon/unreadmail.offline.xpm
8409         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8410                 Add the icons
8411
8412 2006-10-12 [paul]       2.5.6cvs1
8413
8414         * NEWS
8415         * README
8416         * configure.ac
8417                 Update version number following
8418                 stable release
8419
8420 2006-10-19 [colin]      2.5.5cvs18
8421
8422         * manual/handling.xml
8423                 Add type-ahead search
8424
8425 2006-10-18 [colin]      2.5.5cvs17
8426
8427         * src/gtk/quicksearch.c
8428                 Remove "save to history only if there's
8429                 no syntax error", it breaks for some 
8430                 reason which I'll investigate later.
8431
8432 2006-10-18 [colin]      2.5.5cvs16
8433
8434         * src/prefs_common.c
8435         * src/prefs_common.h
8436         * src/summaryview.c
8437         * src/gtk/quicksearch.c
8438         * src/gtk/quicksearch.h
8439                 Add a type-ahead option for fast searches
8440                 Patch by Fabien Vantard
8441
8442 2006-10-18 [colin]      2.5.5cvs15
8443
8444         * src/compose.c
8445         * src/compose.h
8446                 Add Options/Reply mode/ menu to be able to
8447                 change the recipients of a reply on the fly
8448
8449 2006-10-18 [colin]      2.5.5cvs14
8450
8451         * src/compose.c
8452                 Fix redirecting of our own sent mails
8453
8454 2006-10-17 [wwp]        2.5.5cvs13
8455
8456         * src/send_message.c
8457                 Fix duplicate error messages when sending, and missing
8458                 newline in such error messages.
8459
8460 2006-10-17 [colin]      2.5.5cvs12
8461
8462         * src/compose.c
8463                 Compare addresses case-insensitive
8464
8465 2006-10-17 [colin]      2.5.5cvs11
8466
8467         * src/plugins/pgpcore/sgpgme.c
8468                 Fix return status
8469
8470 2006-10-17 [colin]      2.5.5cvs10
8471
8472         * src/plugins/pgpcore/pgp_viewer.c
8473                 Fix return status
8474
8475 2006-10-17 [colin]      2.5.5cvs9
8476
8477         * src/quote_fmt.c
8478                 Fix a typo (thanks to Fabien)
8479
8480 2006-10-16 [colin]      2.5.5cvs8
8481
8482         * src/textview.c
8483                 Fix problem with quote-folding when emails
8484                 don't convert cleanly to UTF-8
8485
8486 2006-10-14 [colin]      2.5.5cvs7
8487
8488         * src/prefs_template.c
8489                 Reset fields when reopening
8490                 the window
8491
8492 2006-10-13 [paul]       2.5.5cvs6
8493
8494         * manual/advanced.xml
8495         * src/prefs_message.c
8496                 make 'respect_flowed_format' a hidden
8497                 option, and add a manual entry for it
8498                 Thanks to Colin
8499
8500 2006-10-12 [colin]      2.5.5cvs5
8501
8502         * src/codeconv.c
8503                 Revert part of 2.5.2cvs21:
8504                 Don't optimise by reusing the 
8505                 last iconv converter if possible:
8506                 it seems slightly broken in a 
8507                 very hard way to reproduce
8508
8509 2006-10-12 [colin]      2.5.5cvs4
8510
8511         * src/prefs_common.c
8512         * src/prefs_common.h
8513         * src/prefs_message.c
8514         * src/procmime.c
8515                 Fix bug 1035, 'Incorrect handling 
8516                 of flowed lines'. We now optionnaly
8517                 handle this format (preference is in
8518                 Message View/Text options section)
8519
8520 2006-10-12 [colin]      2.5.5cvs3
8521
8522         * po/POTFILES.in
8523                 Add new file
8524         * src/plugins/pgpcore/pgp_viewer.c
8525         * src/plugins/pgpcore/sgpgme.c
8526                 Don't try to import without asking
8527
8528 2006-10-12 [colin]      2.5.5cvs2
8529
8530         * src/compose.c
8531                 Fix bug 1036, 'Forwarding a mutlipart
8532                 mail with a "text/html" block to ms
8533                 outlook users leeds to freeze of
8534                 outlook'. Poor outlook users...
8535
8536 2006-10-12 [paul]       2.5.5cvs1
8537
8538         * NEWS
8539         * README
8540         * configure.ac
8541                 Update version number following
8542                 stable release
8543
8544 2006-10-11 [paul]       2.5.4cvs1
8545
8546         * NEWS
8547         * README
8548         * configure.ac
8549                 Update version number following
8550                 stable release
8551
8552 2006-10-11 [paul]       2.5.3cvs32
8553
8554         * src/textview.c
8555                 fix bug 1032, 'Segmentation fault when showing
8556                 message' (bug in quote folding)
8557                 Thanks to Colin
8558
8559 2006-10-10 [colin]      2.5.3cvs31
8560
8561         * src/quote_fmt.c
8562                 Rephrase english a bit
8563
8564 2006-10-10 [colin]      2.5.3cvs30
8565
8566         * src/prefs_compose_writing.c
8567                 Stop making the page larger than the window
8568
8569 2006-10-10 [wwp]        2.5.3cvs29
8570
8571         * src/compose.c
8572         * src/prefs_template.c
8573         * src/quote_fmt.c
8574         * src/quote_fmt.h
8575         * src/quote_fmt_lex.l
8576         * src/quote_fmt_parse.y
8577                 Extend the quote parser a bit: allow to get access to
8578                 basic (composing) account info.
8579
8580 2006-10-10 [colin]      2.5.3cvs28
8581
8582         * src/procheader.c
8583                 Fix this \t problem in subject
8584
8585 2006-10-09 [colin]      2.5.3cvs27
8586
8587         * src/main.c
8588         * src/prefs_gtk.c
8589                 Prepare cache a bit later
8590                 If section already exists, skip the new one 
8591                 (as previously); avoid writing the same block
8592                 twice - if we find a second block with the 
8593                 same id, skip it.
8594         * src/plugins/pgpcore/pgp_viewer.c
8595                 Set cursor to busy when retrieving a key
8596         * src/plugins/pgpcore/sgpgme.c
8597                 allow 5 seconds for gpg to export the key
8598                 
8599
8600 2006-10-09 [colin]      2.5.3cvs26
8601
8602         * configure.ac
8603         * src/msgcache.c
8604         * src/prefs_gtk.c
8605                 Check for existence of fgets_unlocked
8606                 and fwrite_unlocked
8607
8608 2006-10-09 [paul]       2.5.3cvs25
8609
8610         * src/prefs_summaries.c
8611                 replace strftime() with fast_strftime() and in
8612                 the consequence fix the bug in the display of
8613                 AM/PM in the 'Example' string
8614
8615 2006-10-09 [ticho]      2.5.3cvs24
8616
8617         * po/sk.po
8618                 Updated (and fixed up somewhat) Slovak translation.
8619
8620 2006-10-08 [colin]      2.5.3cvs23
8621
8622         * src/prefs_folder_item.c
8623                 Explain why prefs in the top-level folder
8624                 aren't retained, but are still useful
8625
8626 2006-10-08 [colin]      2.5.3cvs22
8627
8628         * src/prefs_gtk.c
8629                 Don't cache anything if caching fails
8630
8631 2006-10-08 [colin]      2.5.3cvs21
8632
8633         * src/common/utils.c
8634                 always include gi18n.h
8635
8636 2006-10-07 [colin]      2.5.3cvs20
8637
8638         * src/plugins/pgpcore/pgp_viewer.c
8639                 Kill gpg after 5 seconds wait
8640
8641 2006-10-07 [colin]      2.5.3cvs19
8642
8643         * src/plugins/pgpcore/pgp_viewer.c
8644         * src/plugins/pgpcore/pgp_viewer.h
8645                 Fix copyright
8646
8647 2006-10-07 [colin]      2.5.3cvs18
8648
8649         * src/plugins/pgpcore/pgp_viewer.c
8650         * src/plugins/pgpcore/pgp_viewer.h
8651                 Actually add the files to CVS
8652
8653 2006-10-07 [colin]      2.5.3cvs17
8654
8655         * src/plugins/pgpcore/sgpgme.c
8656                 Be sure not to crash on 'application/pgp-signature' that
8657                 are not application/pgp-signatures
8658
8659 2006-10-07 [colin]      2.5.3cvs16
8660
8661         * src/textview.c
8662         * src/textview.h
8663                 Make a bit more of the API available
8664         * src/plugins/pgpcore/Makefile.am
8665         * src/plugins/pgpcore/plugin.c
8666         * src/plugins/pgpcore/sgpgme.c
8667                 Add basic key import/export
8668
8669 2006-10-07 [colin]      2.5.3cvs15
8670
8671         * src/folderview.c
8672         * src/imap.c
8673         * src/prefs_account.c
8674         * src/wizard.c
8675                 Warn users *everywhere* if libetpan's not
8676                 linked in
8677
8678 2006-10-06 [mones]      2.5.3cvs14
8679
8680         * po/de.po
8681         * po/es.po
8682                 updated by Stephan Sachse and me
8683
8684 2006-10-06 [colin]      2.5.3cvs13
8685
8686         * src/main.c
8687         * src/common/sylpheed.c
8688                 Don't load common plugins if --exit is passed
8689         * src/prefs_gtk.c
8690         * src/prefs_gtk.h
8691                 Implement a cache to avoid reading the same
8692                 files over and over again at startup
8693
8694 2006-10-06 [colin]      2.5.3cvs12
8695
8696         * src/summaryview.c
8697         * src/gtk/quicksearch.c
8698                 Update display every 5k mails on fast searches
8699
8700 2006-10-06 [colin]      2.5.3cvs11
8701
8702         * src/textview.c
8703                 Don't do quote folding on HTML or ERTF.
8704                 May fix the Cygwin issues if they were
8705                 happening with HTML mails?
8706
8707 2006-10-05 [colin]      2.5.3cvs10
8708
8709         * src/prefs_gtk.c
8710                 Oops, forgot one
8711
8712 2006-10-05 [colin]      2.5.3cvs9
8713
8714         * src/prefs_gtk.c
8715                 Use unlocked_stdio here too
8716
8717 2006-10-05 [colin]      2.5.3cvs8
8718
8719         * src/folderview.c
8720                 Fix go to next * after preferences apply
8721         * src/msgcache.c
8722                 Do the fd lock/unlock ourselves instead of
8723                 letting the libc do it at each write 
8724
8725 2006-10-05 [colin]      2.5.3cvs7
8726
8727         * src/common/utils.c
8728                 Faster division, thanks to Jean Diraison
8729
8730 2006-10-05 [paul]       2.5.3cvs6
8731
8732         * src/common/utils.c
8733                 fix building with --disable-nls
8734
8735 2006-10-04 [colin]      2.5.3cvs5
8736
8737         * src/folder.c
8738                 Maybe fix a segfault
8739
8740 2006-10-04 [wwp]        2.5.3cvs4
8741
8742         * src/prefs_folder_item.c
8743                 Fine-tune layouts in folder item prefs. Suggested by
8744                 Fabien Vantard <fzzzzz@gmail.com>.
8745
8746 2006-10-04 [wwp]        2.5.3cvs3
8747
8748         * src/prefs_folder_item.c
8749                 Kill the clandestine passengers. You didn't see anything.
8750
8751 2006-10-04 [wwp]        2.5.3cvs2
8752
8753         * src/prefs_folder_item.c
8754                 Add a way to test the subject simplify regexp in
8755                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8756                 w/ few layout changes.
8757
8758 2006-20-04 [paul]       2.5.3cvs1
8759
8760         * NEWS
8761         * README
8762         * configure.ac
8763                 Update version number following
8764                 stable release
8765
8766 2006-10-04 [colin]      2.5.2cvs42
8767
8768         * src/folder.c
8769         * src/folder.h
8770         * src/summaryview.c
8771                 Provide a way for folder classes to set their sort
8772                 type and key
8773
8774 2006-10-03 [colin]      2.5.2cvs41
8775
8776         * src/mh.c
8777                 Don't use strlen() to know if the
8778                 string's empty
8779
8780 2006-10-03 [colin]      2.5.2cvs40
8781
8782         * src/mh.c
8783                 Fix "check for new folders" with accentued folders
8784
8785 2006-10-03 [ticho]      2.5.2cvs39
8786
8787         * src/filtering.c
8788         * src/folder.c
8789         * src/inc.c
8790         * src/mbox.c
8791                 Colin's fix for "copy" filtering rules.
8792
8793 2006-10-02 [colin]      2.5.2cvs38
8794
8795         * src/folderview.c
8796                 Fix for double-click too
8797
8798 2006-10-02 [colin]      2.5.2cvs37
8799
8800         * src/folderview.c
8801                 correct fix for cvs36
8802
8803 2006-10-02 [colin]      2.5.2cvs36
8804
8805         * src/folderview.c
8806                 Fix 'goto next unread' after collapsing/expanding 
8807                 a node.
8808
8809 2006-10-02 [colin]      2.5.2cvs35
8810
8811         * src/summaryview.c
8812                 Fix double freeze/thaw
8813         * src/common/utils.c
8814         * src/common/utils.h
8815                 Reimplement strftime
8816         * src/procheader.c
8817                 Use it
8818
8819
8820 2006-10-02 [colin]      2.5.2cvs34
8821
8822         * src/mh.c
8823                 Time mh_write_sequences() - it's fast
8824         * src/summaryview.c
8825                 Init a variable to shut up gcc
8826
8827 2006-10-01 [colin]      2.5.2cvs33
8828
8829         * src/folder.c
8830         * src/mh.c
8831         * src/mh.h
8832         * src/msgcache.c
8833                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8834                 Add fsync but disable it, it's slow as hell
8835
8836 2006-10-01 [colin]      2.5.2cvs32
8837
8838         * src/mh.c
8839         * src/msgcache.c
8840                 fflush() caches and mh_sequences before
8841                 fclose()ing
8842
8843 2006-10-01 [colin]      2.5.2cvs31
8844
8845         * src/msgcache.c
8846                 Don't ftruncate when not using mmap
8847
8848 2006-09-30 [colin]      2.5.2cvs30
8849
8850         * src/main.c
8851                 Write folder list *after* saving caches
8852
8853 2006-09-30 [colin]      2.5.2cvs29
8854
8855         * src/folder.c
8856         * src/mh.c
8857                 Debug forced mtime changes
8858
8859 2006-09-30 [colin]      2.5.2cvs28
8860
8861         * src/folder.c
8862         * src/main.c
8863                 Remove useless debug_print()s (code
8864                 well-tested)
8865
8866 2006-09-30 [colin]      2.5.2cvs27
8867
8868         * src/mh.c
8869                 Do stuff faster when writing mh_sequences
8870
8871 2006-09-30 [colin]      2.5.2cvs26
8872
8873         * src/mh.c
8874                 Don't let the writing of .mh_sequences, which
8875                 can change the folder's mtime, let us think
8876                 we need to scan.
8877
8878 2006-09-30 [colin]      2.5.2cvs25
8879
8880         * src/folder.c
8881                 Move a debug_print where it belongs 
8882                 (processing)
8883         * src/summaryview.c
8884                 Don't mess with a huge slow subject
8885                 table if we're not threading by
8886                 subject
8887
8888 2006-09-30 [colin]      2.5.2cvs24
8889
8890         * src/msgcache.c
8891                 Reenable mmaped reads (*not* writes!)
8892         * src/procmsg.c
8893                 Don't destroy and recreate hashtables just
8894                 for fun
8895         * src/common/utils.c
8896                 Remove useless reply prefixes (it's case
8897                 unsensitive)
8898
8899 2006-09-30 [wwp]        2.5.2cvs23
8900
8901         * tools/fix_date.sh
8902                 Fixed a minor bug in date value extraction, added a switch
8903                 to replace non RFC-compliant Date: value, added a switch
8904                 to use strict RFC matching patterns for dates.
8905
8906 2006-09-29 [colin]      2.5.2cvs22
8907
8908         * src/matcher_parser.h
8909         * src/matcher_parser_parse.y
8910         * src/prefs_filtering.c
8911         * src/statusbar.c
8912         * src/summary_search.c
8913         * src/summaryview.c
8914         * src/gtk/quicksearch.c
8915         * src/gtk/quicksearch.h
8916                 Optimise searches by setting different
8917                 refresh intervals (depending if the 
8918                 search is fast or not)
8919
8920 2006-09-29 [colin]      2.5.2cvs21
8921
8922         * src/codeconv.c
8923                 Optimise by reusing the last iconv converter
8924                 if possible
8925         * src/textview.c
8926                 Optimise a bit (the foldable quotes feature
8927                 still has an awful O(n^2) algo
8928
8929 2006-09-29 [colin]      2.5.2cvs20
8930
8931         * src/gtk/gtksctree.c
8932         * src/gtk/gtksctree.h
8933                 Optimise de-selection via up/down or
8934                 another key
8935
8936 2006-09-28 [colin]      2.5.2cvs19
8937
8938         * src/action.c
8939         * src/compose.c
8940         * src/folderview.c
8941         * src/mainwindow.c
8942         * src/messageview.c
8943         * src/summary_search.c
8944         * src/toolbar.c
8945                 Avoid using summaryview->ctree directly
8946
8947 2006-09-28 [colin]      2.5.2cvs18
8948
8949         * src/summaryview.c
8950         * src/summaryview.h
8951                 Add helpers to freeze/thaw/grab_focus
8952                 Factorize calls to freeze/thaw/grab_focus
8953                 
8954
8955 2006-09-28 [colin]      2.5.2cvs17
8956
8957         * src/main.c
8958                 More guards for the session management
8959
8960 2006-09-28 [colin]      2.5.2cvs16
8961
8962         * src/folderview.c
8963         * src/gtk/gtksctree.c
8964         * src/gtk/gtksctree.h
8965                 Make expanding not recursive in folderview
8966
8967 2006-09-28 [colin]      2.5.2cvs15
8968
8969         * src/addressbook.c
8970                 If nothing is selected in the list (right part)
8971                 and a group is selected in the tree (left part),
8972                 mail this group.
8973
8974 2006-09-28 [colin]      2.5.2cvs14
8975
8976         * src/Makefile.am
8977                 Actually use SM_LIBS
8978
8979 2006-09-28 [ticho]      2.5.2cvs13
8980
8981         * src/export.c
8982         * src/messageview.c
8983         * src/mimeview.c
8984         * src/news.c
8985         * src/pop.c
8986         * src/prefs_themes.c
8987         * src/procmsg.c
8988                 Small i18n string optimization.
8989         * src/send_message.c
8990         * src/summaryview.c
8991         * src/common/session.c
8992         * src/common/smtp.c
8993         * src/common/ssl_certificate.c
8994         * src/common/utils.c
8995                 Use "Couldn't" instead of "Can't" in UI messages,
8996                 where appropriate.
8997
8998 2006-09-28 [colin]      2.5.2cvs12
8999
9000         * configure.ac
9001                 Possibly fix link errors
9002
9003 2006-09-27 [wwp]        2.5.2cvs11
9004
9005         * src/gtk/authors.h
9006         * doc/man/sylpheed-claws.1
9007         * manual/ack.xml
9008         * manual/es/ack.xml
9009         * manual/fr/ack.xml
9010         * manual/pl/ack.xml
9011                 Updated authors info (me, myself and I).
9012
9013 2006-09-27 [colin]      2.5.2cvs10
9014
9015         * src/addressbook.c
9016                 Remove useless printf
9017
9018 2006-09-27 [wwp]        2.5.2cvs9
9019
9020         * src/editgroup.c
9021         * src/send_message.c
9022         * src/inc.c
9023         * src/prefs_common.c
9024         * src/prefs_common.h
9025         * src/gtk/progressdialog.c
9026                 remember more windows' sizes (send dialog, received dialog,
9027                 edit group in addressbook).
9028
9029 2006-09-27 [colin]      2.5.2cvs8
9030
9031         * configure.ac
9032         * src/main.c
9033         * src/mainwindow.h
9034                 Use libSM to communicate with the session
9035                 manager, so that we can know when the 
9036                 session ends, save our caches, and draft
9037                 our compose windows.
9038
9039 2006-09-27 [colin]      2.5.2cvs7
9040
9041         * src/addressbook.c
9042                 Fix issues:
9043                 o Allow Book and Group creation from the tree's
9044                   contextual menu
9045                 o Do not actually delete the contacts when 
9046                   deleting groups from the tree (duh!)
9047
9048 2006-09-27 [colin]      2.5.2cvs6
9049
9050         * src/compose.c
9051         * src/compose.h
9052         * src/mainwindow.c
9053         * src/textview.c
9054         * src/toolbar.c
9055                 o Allow passing an email address to 
9056                   compose_new_with_folderitem
9057                 o Update callers
9058                 o Use current folderitem when clicking
9059                   on a TextView mailto: link
9060                 o Fix a possible leak in TextView
9061
9062 2006-09-27 [colin]      2.5.2cvs5
9063
9064         * src/html.c
9065                 Use UTF-8 chars to replace HTML entities
9066
9067 2006-09-27 [colin]      2.5.2cvs4
9068
9069         * AUTHORS
9070         * src/prefs_account.c
9071         * src/gtk/authors.h
9072                 Fix bug #1024 (Array index out of
9073                 range in sylpheed-claws-2.5.2)
9074                 Patch by Ales Nosek <anosek@suse.cz>
9075
9076 2006-09-27 [colin]      2.5.2cvs3
9077
9078         * src/addr_compl.c
9079                 Actually do the test
9080
9081 2006-09-27 [colin]      2.5.2cvs2
9082
9083         * src/addr_compl.c
9084         * src/addr_compl.h
9085                 Allow completing with comma (in certain cases: vCalendar
9086                 for example doesn't support that)
9087                 Patch by Fabien Vantard
9088
9089 2006-09-26 [colin]      2.5.2cvs1
9090
9091         * src/Makefile.am
9092         * src/addr_compl.c
9093         * src/addr_compl.h
9094         * src/addrbook.c
9095         * src/addrbook.h
9096         * src/addressbook.c
9097         * src/addrindex.c
9098         * src/addrindex.h
9099         * src/compose.c
9100         * src/prefs_common.c
9101         * src/prefs_filtering_action.c
9102         * src/prefs_folder_item.c
9103         * src/prefs_template.c
9104         * src/stock_pixmap.c
9105         * src/stock_pixmap.h
9106         * src/pixmaps/addr_one.xpm
9107         * src/pixmaps/addr_two.xpm
9108                 Add auto-completion on groups
9109
9110 2006-09-26 [colin]      2.5.2
9111
9112         * NEWS
9113         * README
9114         * RELEASE_NOTES
9115                 2.5.2 released
9116
9117 2006-09-26 [colin]      2.5.1cvs5
9118
9119         * src/matcher.c
9120                 Fix condition
9121
9122 2006-09-26 [colin]      2.5.1cvs4
9123
9124         * src/mbox.c
9125                 Revert cvs1 (useless as the message is printed 
9126                 every 500 mails)
9127
9128 2006-09-26 [colin]      2.5.1cvs3
9129
9130         * src/partial_download.c
9131                 Fix crasher found by Alexsandar Urosevic
9132
9133 2006-09-26 [colin]      2.5.1cvs2
9134
9135         * src/summaryview.c
9136                 Fix bug #1023 (Sylpheed deletes too much messages)
9137
9138 2006-09-26 [ticho]      2.5.1cvs1
9139
9140         * src/mbox.c
9141                 Make use of gettext's multiple plurals for statusbar
9142                 progress message.
9143
9144 2006-09-25 [paul]       2.5.1
9145
9146         * NEWS
9147         * README
9148         * RELEASE_NOTES
9149                 2.5.1 released
9150
9151 2006-09-25 [colin]      2.5.0cvs3
9152
9153         * src/plugins/bogofilter/bogofilter.c
9154         * src/plugins/clamav/clamav_plugin.c
9155         * src/plugins/spamassassin/spamassassin.c
9156                 BogoFilter, Spamassassin: Fix double hook registering after
9157                 visiting preferences
9158                 Spamassassin, Clamav: Just set the mails to move instead of
9159                 doing the move - caller will move the things at once.
9160
9161 2006-09-25 [colin]      2.5.0cvs2
9162
9163         * src/imap.c
9164         * src/etpan/imap-thread.c
9165                 Use UID SEARCH ALL instead of UID 1:*
9166                 (braindead servers can't figure out that's
9167                 the same...)
9168
9169 2006-09-25 [wwp]        2.5.0cvs1
9170
9171         * src/message_search.c
9172                 Added the ability to stop a running search (in message body).
9173
9174 2006-09-25 [paul]       2.5.0
9175
9176         * NEWS
9177         * README
9178         * RELEASE_NOTES
9179                 2.5.0 released
9180
9181 2006-09-25 [paul]       2.4.0cvs214
9182
9183         * po/cs.po
9184         * po/de.po
9185         * po/fi.po
9186         * po/fr.po
9187         * po/nl.po
9188         * po/pt_BR.po
9189         * po/sk.po
9190         * po/sr.po
9191         * po/zh_CN.po
9192                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9193                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9194                 Ticho, Aleksander Urosevic, Ralgh Young
9195
9196 2006-09-24 [mones]      2.4.0cvs213
9197
9198         * po/es.po
9199                 Updated for release
9200
9201 2006-09-23 [colin]      2.4.0cvs212
9202
9203         * src/gtk/inputdialog.c
9204                 Fix [ ] remember this appearing in normal
9205                 input dialogs after it's been used by
9206                 mimeview.
9207         * src/folder.c
9208         * src/folderview.c
9209         * src/msgcache.c
9210         * src/procmsg.c
9211         * src/summaryview.c
9212         * src/textview.c
9213         * src/common/timing.h
9214                 Enable timings in debug mode and make it
9215                 look prettier.
9216
9217 2006-09-22 [colin]      2.4.0cvs211
9218
9219         * README
9220                 Revert test change
9221         * commitHelper
9222                 ping the correct URI
9223
9224 2006-09-22 [colin]      2.4.0cvs210
9225
9226         * README
9227                 Let's see if bug #1022 is fixed
9228
9229 2006-09-21 [colin]      2.4.0cvs209
9230
9231         * src/wizard.c
9232         * src/common/plugin.c
9233                 Prepare infra to load predefined plugins when
9234                 no configuration existed. Don't actually load
9235                 anything yet (feat. freeze)
9236
9237 2006-09-21 [wwp]        2.4.0cvs208
9238
9239         * manual/fr/faq.xml
9240                 Partial sync w/ 2.4.0cvs72:
9241                 wrap file and minor updates.
9242
9243 2006-09-21 [wwp]        2.4.0cvs207
9244
9245         * tools/fix_date.sh
9246                 several fixes and enhancements. A new --force switch has been
9247                 added to prevent overriding by default Date: header when
9248                 already existing.
9249
9250 2006-09-21 [paul]       2.4.0cvs206
9251
9252         * src/common/utils.c
9253                 add Chinese UTF8 Re prefix
9254
9255 2006-09-21 [wwp]        2.4.0cvs205
9256
9257         * tools/Makefile.am
9258                 Fics alfabettical order.
9259
9260 2006-09-21 [wwp]        2.4.0cvs204
9261
9262         * tools/fix_date.sh
9263         * tools/Makefile.am
9264                 Added an action tool to fix missing Date field in emails.
9265                 Updated Makefile.am to reflect those last two additions.
9266
9267 2006-09-21 [wwp]        2.4.0cvs203
9268
9269         * tools/uuooffice
9270                 Added a action tool to open uuencoded docs w/
9271                 OpenOffice (based on uudec method).
9272
9273 2006-09-21 [colin]      2.4.0cvs202
9274
9275         * src/compose.c
9276         * src/textview.c
9277                 Workaround possible GTK crash: remove selection 
9278                 clipboard before destroying widget, or GTK+-2.10
9279                 dies. Thanks to Hiro.
9280
9281 2006-09-20 [colin]      2.4.0cvs201
9282
9283         * src/compose.c
9284                 Fix free-after-use in some cases (when 
9285                 procmime_encode_content() frees mimeinfo->data.mem
9286                 and turns it to a temp file)
9287
9288 2006-09-20 [colin]      2.4.0cvs200
9289
9290         * src/folderview.c
9291         * src/summaryview.c
9292         * src/gtk/gtksctree.c
9293         * src/gtk/gtksctree.h
9294                 Add tooltips in the folderview and summaryview
9295                 (Doesn't break string freeze as they already
9296                 exist)
9297         * src/toolbar.c
9298                 Put the spam button in the default configuration
9299                 if compiled with bogo plugin too
9300
9301 2006-09-19 [colin]      2.4.0cvs199
9302
9303         * src/summaryview.c
9304         * src/summaryview.h
9305                 Update folder name label on folder rename
9306         * src/prefs_matcher.c
9307         * src/gtk/logwindow.h
9308                 Fix warnings
9309                 Patches by Fabien
9310
9311 2006-09-19 [wwp]        2.4.0cvs198
9312
9313         * src/summary_search.c
9314                 fix can't click forward/backward buttons in the
9315                 search messages.
9316
9317 2006-09-18 [paul]       2.4.0cvs197
9318
9319         * src/wizard.c
9320                 add missing bracket, capitalise the A of
9321                 'SpamAssassin'
9322
9323 2006-09-18 [paul]       2.4.0cvs196
9324
9325         * src/compose.c
9326                 fix bug 1012 'crashed upon sending mail
9327                 from compose window'
9328                 Thanks to Colin
9329
9330 2006-09-16 [colin]      2.4.0cvs195
9331
9332         * src/folderview.c
9333                 Fix "real-time" sorting by freezing/thawing
9334
9335 2006-09-16 [colin]      2.4.0cvs194
9336
9337         * manual/faq.xml
9338                 Fix the anti-spam entry a bit
9339
9340 2006-09-16 [colin]      2.4.0cvs193
9341
9342         * src/wizard.c
9343                 Make sure reviewers have no excuse when stating
9344                 Sylpheed-Claws doesn't have antispam capabilities.
9345
9346 2006-09-16 [colin]      2.4.0cvs192
9347
9348         * src/main.c
9349                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9350                 as if the SIGPIPE comes from etpan's thread we could
9351                 trigger a GUI update from this thread.
9352
9353 2006-09-16 [colin]      2.4.0cvs191
9354
9355         * src/summaryview.c
9356                 Init all members of the struct
9357
9358 2006-09-16 [paul]       2.4.0cvs190
9359
9360         * src/account.c
9361                 improvements to the English
9362
9363 2006-09-15 [colin]      2.4.0cvs189
9364
9365         * src/summaryview.c
9366                 HIG order on dialog
9367
9368 2006-09-14 [colin]      2.4.0cvs188
9369
9370         * src/common/socket.c
9371         * src/common/socket.h
9372         * src/common/ssl.c
9373         * src/common/ssl_certificate.c
9374         * src/common/ssl_certificate.h
9375         * src/etpan/imap-thread.c
9376                 the get_fqdn() call done to get canonical name when
9377                 checking an SSL certificate is blocking, which is
9378                 sad as we just did a non-blocking lookup to connect.
9379                 Fix that by letting the fqdn available to the SockInfo,
9380                 and use that in ssl_certificate_check(). For IMAP,
9381                 we don't do it as the lookup's done by libetpan, but
9382                 it's less annoying as IMAP connections as much more
9383                 rare than POP3 connections.
9384
9385 2006-09-14 [paul]       2.4.0cvs187
9386
9387         * manual/advanced.xml
9388                 improvements to the English,
9389                 properly place the new hidden options
9390                 within the alphabetical order
9391         * src/gtk/pluginwindow.c
9392                 improvements to the English
9393
9394 2006-09-14 [colin]      2.4.0cvs186
9395
9396         * src/prefs_common.c
9397         * src/prefs_common.h
9398         * src/gtk/gtksctree.c
9399         * manual/advanced.xml
9400                 New hidden pref, stripes_color_offset, to change
9401                 the value added/substracted to normal bgcolor to
9402                 create the stripes in summaries
9403
9404 2006-09-13 [colin]      2.4.0cvs185
9405
9406         * src/gedit-print.c
9407         * src/messageview.c
9408         * src/messageview.h
9409         * src/summaryview.c
9410         * src/textview.c
9411                 Fix misc. printing issues: 
9412                 - Bad font for linkified headers
9413                 - Different font if the mail was displayed or not
9414                 - Factorize the thing
9415
9416 2006-09-13 [colin]      2.4.0cvs184
9417
9418         * src/common/ssl_certificate.c
9419                 Only get FQDN once when checking certificate
9420
9421 2006-09-13 [colin]      2.4.0cvs183
9422
9423         * src/account.c
9424         * src/gtk/pluginwindow.c
9425                 Misc. GUI fixes by Fabien
9426
9427 2006-09-13 [wwp]        2.4.0cvs182
9428
9429         * configure.ac
9430         * src/common/utils.h
9431         * src/common/utils.c
9432                 get rid of unused wide-char functions.
9433
9434 2006-09-13 [wwp]        2.4.0cvs181
9435
9436         * src/plugins/pgpinline/sylpheed.def
9437         * src/textview.c
9438                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9439                 add privacy_reset_error to the .def file,
9440                 do not fork for an external textviewer.
9441
9442 2006-09-13 [wwp]        2.4.0cvs180
9443
9444         * src/prefs_common.c
9445                 fix broken font entry in prefs (patch issued by the gpg4win team,
9446                 probably by Marcus Brinkmann <marcus@g10code.de>).
9447
9448 2006-09-13 [colin]      2.4.0cvs179
9449
9450         * src/folder.h
9451                 Fix a warning in summaryview.c
9452         * src/mainwindow.c
9453         * src/summaryview.c
9454         * src/summaryview.h
9455                 Add missing Mark/* elements in the
9456                 main menu
9457
9458 2006-09-12 [colin]      2.4.0cvs178
9459
9460         * src/prefs_actions.c
9461         * src/prefs_filtering_action.c
9462         * src/prefs_matcher.c
9463                 Use (New) instead of New everywhere
9464
9465 2006-09-12 [wwp]        2.4.0cvs177
9466
9467         * manual/fr/addrbook.xml
9468         * manual/fr/handling.xml
9469                 updated some quotes in the fr manual to match the fr translation.
9470
9471 2006-09-12 [wwp]        2.4.0cvs176
9472
9473         * src/prefs_matcher.c
9474                 don't store translated string elements in matcher expressions.
9475                 Also fixed a misused of Q_().
9476
9477 2006-09-11 [wwp]        2.4.0cvs175
9478
9479         * src/plugins//bogofilter/bogofilter.c
9480         * src/plugins//clamav/clamav_plugin.c
9481         * src/plugins//demo/demo.c
9482         * src/plugins//dillo_viewer/dillo_viewer.c
9483         * src/plugins//pgpcore/plugin.c
9484         * src/plugins//pgpinline/plugin.c
9485         * src/plugins//pgpmime/plugin.c
9486         * src/plugins//spamassassin/spamassassin.c
9487                 gettext-ize more strings (mostly plugin error messages).
9488
9489 2006-09-11 [colin]      2.4.0cvs174
9490
9491         * src/alertpanel.c
9492                 Make maximum buffer size bigger to avoid
9493                 truncating translated messages. Patch by
9494                 Fabien
9495
9496 2006-09-11 [colin]      2.4.0cvs173
9497
9498         * src/etpan/imap-thread.c
9499                 Fix compilation on OpenBSD, thanks to 
9500                 Landry
9501
9502 2006-09-10 [wwp]        2.4.0cvs172
9503
9504         * manual/account.xml
9505         * manual/addrbook.xml
9506         * manual/handling.xml
9507         * manual/es/handling.xml
9508         * manual/fr/account.xml
9509         * manual/fr/addrbook.xml
9510         * manual/fr/handling.xml
9511                 documented addressbook matching (condition configuration):
9512                   addrbook.xml, en fr
9513                 documented per-account filtering rules (handling/filtering
9514                   section, account section):
9515                   account.xml, handling.xml, en fr
9516                 slightly updated the handling/searching section to tell few
9517                   words about the extended search ability:
9518                   handling.xml, en fr
9519                 added missing <quote></quotes> to Quick Search:
9520                   handling.xml, en fr es
9521                 fixed a typo (auomatically):
9522                   handling.xml, en
9523                 changes revisited by Paul.
9524
9525 2006-09-10 [paul]       2.4.0cvs171
9526
9527         * src/prefs_actions.c
9528         * src/prefs_filtering.c
9529         * src/prefs_template.c
9530                 adjustments to the gui
9531                 Patch by Fabien Vantard (slightly modified)
9532
9533 2006-09-10 [colin]      2.4.0cvs170
9534
9535         * src/summaryview.c
9536                 Check folderitem/summaryview consistency
9537                 (basically automates Update summary). Fixes
9538                 #1011 (wrong (negative) count on unread 
9539                 messages)
9540
9541 2006-09-10 [colin]      2.4.0cvs169
9542
9543         * src/gtk/gtksctree.c
9544                 Fix recursive expansion via mouse
9545         * src/plugins/bogofilter/bogofilter.c
9546                 Use normal filtering way of moving
9547                 messages (batching), possibly fixing
9548                 bug #1015 (Bogofilter plugin doubles 
9549                 new messages)
9550
9551 2006-09-09 [wwp]        2.4.0cvs168
9552
9553         * src/prefs_filtering.c
9554                 better place for this fix.
9555
9556 2006-09-09 [wwp]        2.4.0cvs167
9557
9558         * src/prefs_filtering.c
9559                 fix a minor bug when the enabled status of a filtering/processing
9560                 rule always got set to TRUE when replacing this rule. That still
9561                 make sense when adding a new rule, but now when replacing, we
9562                 don't override the value of 'enabled'.
9563                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9564                 to prefs_filtering_list_view_get_info() as this function not only
9565                 returns the name, but also the account_id and the enabled status.
9566
9567 2006-09-09 [mones]      2.4.0cvs166
9568
9569         * manual/glossary.xml
9570         * manual/plugins.xml
9571                 Minor format corrections
9572         * manual/gpl.xml
9573                 Fix misplaced NO WARRANTY section
9574         * manual/es/advanced.xml
9575         * manual/es/faq.xml
9576         * manual/es/glossary.xml
9577         * manual/es/gpl.xml
9578         * manual/es/handling.xml
9579         * manual/es/plugins.xml
9580         * manual/es/starting.xml
9581                 Incorporate changes from English version
9582         * manual/fr/ack.xml
9583         * manual/pl/ack.xml
9584         * manual/es/ack.xml
9585                 Fix address, (add translation credits in es version)
9586         * po/es.po
9587                 Updated translation
9588
9589 2006-09-09 [wwp]        2.4.0cvs165
9590
9591         * src/prefs_filtering.c
9592                 fix a crash when opening filtering prefs, if matcherrc file contains
9593                 broken data (non-existing account id, which is theoretically not
9594                 possible).
9595
9596 2006-09-08 [colin]      2.4.0cvs164
9597
9598         * src/folder.c
9599                 Wrong assert, make it an if()
9600         * src/gtk/gtksctree.c
9601                 Fix bug #1013 (expand selected thread 
9602                 tree) - expanding is now recursive
9603
9604 2006-09-07 [wwp]        2.4.0cvs163
9605
9606         * src/prefs_matcher.c
9607                 make better sentences about addressbook matching in the
9608                 matcher prefs. This should make translators' work easier
9609                 too.
9610
9611 2006-09-07 [wwp]        2.4.0cvs162
9612
9613         * src/prefs_filtering.c
9614                 code simplification (get rid of dup var. assignment).
9615
9616 2006-09-07 [wwp]        2.4.0cvs161
9617
9618         * src/summaryview.c
9619                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9620                 <fzzzzz@gmail.com>.
9621
9622 2006-09-07 [paul]       2.4.0cvs160
9623
9624         * src/mimeview.c
9625                 fix compilation warnings
9626                 Thanks to Colin
9627
9628 2006-09-07 [paul]       2.4.0cvs159
9629
9630         * src/mimeview.c
9631                 select the mimepart icon when
9632                 displaying as text
9633                 Thanks to Colin
9634
9635 2006-09-06 [paul]       2.4.0cvs158
9636
9637         * src/prefs_filtering.c
9638                 fix labels and table element spacing
9639                 Patch by Fabien Vantard
9640
9641 2006-09-06 [paul]
9642
9643         2.5.0-rc3 released
9644
9645 2006-09-06 [paul]       2.4.0cvs157
9646
9647         * manual/es/advanced.xml
9648                 fix typo
9649
9650 2006-09-06 [wwp]        2.4.0cvs156
9651
9652         * src/mainwindow.c
9653                 fix an dup launch issue when iconified, thanks to Colin.
9654
9655 2006-09-06 [wwp]        2.4.0cvs155
9656
9657         * src/gtk//gtksctree.h
9658                 oops, forgot that one!
9659
9660 2006-09-06 [wwp]        2.4.0cvs154
9661
9662         * manual/pl/advanced.xml
9663         * manual/advanced.xml
9664         * manual/es/advanced.xml
9665         * manual/fr/advanced.xml
9666         * src/prefs_customheader.c
9667         * src/prefs_filtering_action.c
9668         * src/foldersel.c
9669         * src/prefs_summaries.c
9670         * src/prefs_filtering.c
9671         * src/account.c
9672         * src/compose.c
9673         * src/prefs_summary_column.c
9674         * src/addr_compl.c
9675         * src/prefs_actions.c
9676         * src/prefs_folder_column.c
9677         * src/ssl_manager.c
9678         * src/prefs_template.c
9679         * src/prefs_display_header.c
9680         * src/prefs_common.h
9681         * src/prefs_matcher.c
9682         * src/prefs_common.c
9683         * src/prefs_toolbar.c
9684         * src/summaryview.c
9685         * src/folderview.c
9686         * src/gtk/gtksctree.c
9687         * src/gtk/pluginwindow.c
9688         * src/gtk/progressdialog.c
9689         * src/gtk/prefswindow.c
9690                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9691                 to make its meaning more obvious (all versions of the manual reflect
9692                 the change).
9693                 added an extra hidden option use_stripes_in_summary to allow
9694                 discarding these stripes in mainwindow's folder and message lists;
9695                 en and fr manuals only are OK towards this.
9696
9697 2006-09-06 [colin]      2.4.0cvs153
9698
9699         * src/textview.c
9700                 Hide Sylpheed-Claws' internal queue headers
9701                 when showing all headers. They'll be present
9702                 only in Source window.
9703
9704 2006-09-05 [colin]      2.4.0cvs152
9705
9706         * src/plugins/trayicon/trayicon.c
9707                 Fix crash at exit - we have to disconnect
9708                 our handlers
9709         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9710                 Update eggtrayicon - patch adapted from a
9711                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9712                 on Sylpheed's ML
9713
9714 2006-09-05 [colin]      2.4.0cvs151
9715
9716         * src/mainwindow.c
9717         * src/gtk/logwindow.c
9718                 Fix race condition when something writes
9719                 to the log too soon during init. Thanks
9720                 to Fabien Vantard
9721
9722 2006-09-05 [colin]      2.4.0cvs150
9723
9724         * src/mimeview.c
9725                 Don't select part on right-click either
9726
9727 2006-09-05 [paul]       2.4.0cvs149
9728
9729         * src/mimeview.c
9730                 completion of previous commit
9731                 Thanks to Colin
9732
9733 2006-09-05 [colin]      2.4.0cvs148
9734
9735         * src/mimeview.c
9736                 Don't force selection on middle-click, just open
9737
9738 2006-09-04 [colin]      2.4.0cvs147
9739
9740         * src/mimeview.c
9741                 Looks like gtk_notebook_set_current_page()
9742                 sometimes steals focus, and this annoys us
9743                 in MimeViewers as it renders navigation
9744                 keys useless. Take back focus after switching
9745                 pages.
9746
9747 2006-09-04 [colin]      2.4.0cvs146
9748
9749         * src/messageview.c
9750                 Set stop_loading when clicking on Next
9751                 during load. Don't add a callback to 
9752                 avoid over-complicating things.
9753
9754 2006-09-04 [colin]      2.4.0cvs145
9755
9756         * src/mimeview.c
9757         * src/messageview.c
9758                 Fix multiple loads in separate messageview
9759
9760 2006-09-04 [colin]      2.4.0cvs144
9761
9762         * src/summaryview.c
9763                 Let navigation keys be handled during 
9764                 load
9765
9766 2006-09-04 [colin]      2.4.0cvs143
9767
9768         * src/messageview.c
9769         * src/summaryview.c
9770         * src/textview.c
9771         * src/textview.h
9772                 Make loading of huge mails (lots of text and/or
9773                 images) cancellable, so the GUI doesn't block 
9774
9775 2006-09-04 [colin]      2.4.0cvs142
9776
9777         * src/plugins/trayicon/trayicon.c
9778                 Fix annoyance when removing a folder with 
9779                 unread mails: trayicon didn't update
9780
9781 2006-09-04 [paul]       2.4.0cvs141
9782
9783         * src/gtk/icon_legend.c
9784                 straighten up columns
9785                 Patch by Fabien Vantard
9786
9787 2006-09-04 [wwp]        2.4.0cvs140
9788
9789         * src/prefs_filtering.c
9790                 fix new line's account name in filtering prefs:
9791                 was "All", is now "(New)".
9792
9793 2006-09-04 [paul]       2.4.0cvs139
9794
9795         * tools/make.themes.project
9796                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9797                 instead of homebrewed "make release"
9798
9799 2006-09-03 [colin]      2.4.0cvs138
9800
9801         * src/folderview.c
9802                 Fix bug #1007 (Wrong folder highlighted)
9803
9804 2006-09-03 [colin]      2.4.0cvs137
9805
9806         * src/compose.c
9807                 Don't set Newsgroup: header to a mail folder
9808                 path
9809
9810 2006-09-03 [paul]       2.4.0cvs136
9811
9812         * src/prefs_other.c
9813         * src/prefs_spelling.c
9814                 unify the gui
9815
9816 2006-09-03 [paul]       2.4.0cvs135
9817
9818         * src/prefs_summaries.c
9819                 correct menu item text in prefs_keybind_apply_clicked()
9820
9821 2006-09-03 [paul]       2.4.0cvs134
9822
9823         * manual/advanced.xml
9824                 some improvements to the descriptions
9825         * src/mainwindow.c
9826         * src/messageview.c
9827         * src/summaryview.c
9828         * src/gtk/menu.c
9829                 fix menu sensitivity issues
9830         * src/prefs_message.c
9831                 drop the useless word 'short'
9832         * src/prefs_other.c
9833                 add the word 'lines' indicating log length
9834                 is a measure of lines
9835         * src/textview.c
9836                 fix compilation warnings
9837
9838 2006-09-02 [colin]      2.4.0cvs133
9839
9840         * src/messageview.c
9841                 Display a special return-receipt message
9842                 if the message is from the user
9843         * src/summaryview.c
9844                 Fix missing freeze of the list when marking
9845                 all read and unthreading for exec. Thanks
9846                 to Stephan Sachse.
9847
9848 2006-09-02 [paul]       2.4.0cvs132
9849
9850         * src/mainwindow.c
9851         * src/prefs_message.c
9852         * src/summaryview.c
9853                 fix some english
9854
9855 2006-09-02 [wwp]        2.4.0cvs131
9856
9857         * src/prefs_filtering.c
9858                 added an account name column to the filtering rules
9859                 dialog.
9860
9861 2006-09-02 [colin]      2.4.0cvs130
9862
9863         * src/gtk/logwindow.c
9864         * src/gtk/logwindow.h
9865                 Block scrolling if we're not at the end
9866                 of the log
9867
9868 2006-09-02 [colin]      2.4.0cvs129
9869
9870         * src/folder.c
9871                 Make sure account-specific rules can't
9872                 be used in {pre-,post-,}processing
9873         * src/mainwindow.c
9874         * src/gtk/logwindow.c
9875         * src/gtk/logwindow.h
9876                 Jump to last error when clicking on the
9877                 warning icon
9878
9879 2006-09-02 [colin]      2.4.0cvs128
9880
9881         * src/imap.c
9882         * src/import.c
9883         * src/mainwindow.c
9884         * src/mainwindow.h
9885                 Fix warning icon
9886         * src/inc.c
9887         * src/mbox.c
9888         * src/mbox.h
9889                 Let proc_mbox know its account, for
9890                 account-specific rules
9891
9892 2006-09-01 [colin]      2.4.0cvs127
9893
9894         * src/codeconv.c
9895                 Don't uselessly use iconv to convert from
9896                 us-ascii
9897         * src/alertpanel.c
9898         * src/mainwindow.c
9899         * src/mainwindow.h
9900         * src/inc.c
9901                 Fix certain log cases, disable warning icon
9902                 for now, the correct way to display it when
9903                 necessary and only when necessary is probably
9904                 to do it manually rather than use error logs
9905         * src/etpan/imap-thread.c
9906                 Clean up UID logging a bit
9907         * src/gtk/logwindow.c
9908         * src/gtk/logwindow.h
9909                 Make logging faster when the window's closed
9910
9911 2006-09-01 [wwp]        2.4.0cvs126
9912
9913         * manual/fr/account.xml
9914                 reflect changes to the ref. manual (parts of cvs72):
9915                 fix tabnames and quotes.
9916
9917 2006-09-01 [wwp]        2.4.0cvs125
9918
9919         * manual/fr/plugins.xml
9920                 reflect changes to the reference manual (cvs42):
9921                 update IRC channel info.
9922
9923 2006-09-01 [wwp]        2.4.0cvs124
9924
9925         * commitHelper
9926                 use CVSEDITOR env. var. if set, according to `man cvs`.
9927
9928 2006-09-01 [wwp]        2.4.0cvs123
9929
9930         * manual/advanced.xml
9931                 better sentence again (thanks to Paul).
9932
9933 2006-09-01 [wwp]        2.4.0cvs122
9934
9935         * manual/advanced.xml
9936         fix definition of toolbar_detachable and rework a bit the one of
9937         enable_dotted_lines.
9938
9939 2006-09-01 [mones]      2.4.0cvs121
9940
9941         * manual/advanced.xml
9942                 Document enable_dotted_lines
9943
9944 2006-09-01 [paul]       2.4.0cvs120
9945
9946         * src/folderview.c
9947         * src/folderview.h
9948         * src/imap.c
9949         * src/mainwindow.c
9950         * src/summaryview.c
9951                 obey the 'When entering folder...' option
9952                 when using the /View/Go to/... menu items
9953                 Thanks to Colin
9954
9955 2006-08-31 [colin]      2.4.0cvs119
9956
9957         * src/folderview.c
9958                 Revert 2.4.0cvs116, wrong fix.
9959
9960 2006-08-31 [colin]      2.4.0cvs118
9961
9962         * src/gtk/gtksctree.c
9963                 Better state the various copyrights
9964
9965 2006-08-31 [colin]      2.4.0cvs117
9966
9967         * src/prefs_common.c
9968                 fix enable_dotted_lines
9969
9970 2006-08-31 [colin]      2.4.0cvs116
9971
9972         * src/folderview.c
9973                 Use pref "Always open on select" when going
9974                 to next unread folder
9975         * src/gtk/gtksctree.c
9976                 Fix link failure to _gtk_clist_create_cell_layout
9977                 on certain computers. (Why not mine, I wonder)
9978
9979 2006-08-31 [colin]      2.4.0cvs115
9980
9981         * src/procmsg.c
9982         * src/textview.c
9983         * src/plugins/bogofilter/bogofilter.c
9984         * src/plugins/spamassassin/spamassassin.c
9985                 Requalify some "errors" to warnings
9986         * src/mainwindow.c
9987         * src/mainwindow.h
9988         * src/statusbar.c
9989                 Add an icon in the statusbar to notify
9990                 of errors
9991         * src/gtk/gtksctree.c
9992         * src/folderview.c
9993         * src/summaryview.c
9994                 Make the GtkSCTree look more modern by
9995                 alternating background lines
9996         * src/prefs_common.c
9997         * src/prefs_common.h
9998                 Add a pref to let people have the old
9999                 way if they prefer
10000
10001
10002 2006-08-30 [colin]      2.4.0cvs114
10003
10004         * src/procmsg.c
10005         * src/procmsg.h
10006                 Provide a way to filter a list of
10007                 messages in an optimised manner, and
10008                 add a list-filtering hook
10009         * src/folder.c
10010         * src/inc.c
10011         * src/mbox.c
10012                 Use the list filtering
10013         * src/plugins/bogofilter/bogofilter.c
10014                 Use the list-filtering hook
10015                 Use -b (bulk) mode for more speed
10016                 when learning and filtering
10017         * src/etpan/imap-thread.c
10018                 Make log output shorter in UID SEARCH
10019
10020
10021 2006-08-30 [colin]      2.4.0cvs113
10022
10023         * src/plugins/bogofilter/bogofilter.c
10024                 Really fast mass learning - thanks to David
10025                 Relson for the options explanations :)
10026
10027 2006-08-30 [colin]      2.4.0cvs112
10028
10029         * src/msgcache.c
10030                 Fix compilation on FreeBSD. Thanks
10031                 to Michael Hugues
10032
10033 2006-08-29 [colin]      2.4.0cvs111
10034
10035         * src/folderview.c
10036                 Handle "popup_menu" signal (for popping the 
10037                 menu via the keyboard)
10038         * src/mimeview.c
10039         * src/mimeview.h
10040         * src/summaryview.c
10041         * src/textview.c
10042         * src/gtk/gtkutils.c
10043         * src/gtk/gtkutils.h
10044                 Factorize scrolling code, and add an API 
10045                 for MimeViewers to handle scroll orders
10046
10047 2006-08-29 [wwp]        2.4.0cvs110
10048
10049         * src/plugins//bogofilter/bogofilter.c
10050         * src/plugins//spamassassin/spamassassin.c
10051                 make the bogofilter/spamassassin filtering error dialogs at
10052         incorporation obey to the "don't popup error dialog on
10053         receive error" option. If disabled, feed the log window w/
10054         the error message.
10055
10056 2006-08-29 [paul]
10057
10058         2.5.0-rc2 released
10059
10060 2006-08-29 [paul]       2.4.0cvs109
10061
10062         * Makefile.am
10063                 remove 'make release', it's not needed
10064                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10065
10066 2006-08-29 [paul]       2.4.0cvs108
10067
10068         * src/foldersel.c
10069         * src/summary_search.c
10070         * src/gtk/progressdialog.c
10071         * src/plugins/pgpcore/passphrase.c
10072                 replace deprecated gtk_window_set_policy()
10073
10074 2006-08-29 [colin]      2.4.0cvs107
10075
10076         * src/folder.c
10077                 Fix data loss when copy fails during a move:
10078                 only use fast remove_msgs if everything was
10079                 copied OK; else use slow remove_msg on the
10080                 mails that got copied only.
10081
10082 2006-08-28 [paul]       2.4.0cvs106
10083
10084         * src/mh.c
10085                 revert change in 2.4.0cvs104, it breaks
10086                 stuff
10087
10088 2006-08-28 [paul]       2.4.0cvs105
10089
10090         * src/plugins/spamassassin/spamassassin.c
10091                 english fix
10092
10093 2006-08-28 [paul]       2.4.0cvs104
10094
10095         * src/mh.c
10096                 fix data loss when moving to another
10097                 mailbox fails
10098         * src/prefs_spelling.c
10099                 improve the english
10100         * src/gtk/pluginwindow.c
10101                 improve the layout of the dialog text
10102         All thanks to Colin
10103
10104 2006-08-28 [paul]       2.4.0cvs103
10105
10106         * src/plugins/bogofilter/bogofilter.c
10107         * src/plugins/bogofilter/bogofilter_gtk.c
10108                 fix english up a bit, innit
10109
10110 2006-08-28 [paul]       2.4.0cvs102
10111
10112         * configure.ac
10113         * po/Makefile.in.in
10114         * po/Makevars
10115                 require autoconf 2.60, enabling building
10116                 with gettext 0.15 (gettext 0.14.x build still
10117                 possible). Replace Makefiles with versions
10118                 from gettext 0.15.
10119                 Remove configure options --with-localedir and
10120                 --with-mandir. The options that are provided
10121                 directly by autoconf 2.60 can be used instead:
10122                 --mandir --localedir
10123
10124 2006-08-27 [colin]      2.4.0cvs101
10125
10126         * src/plugins/bogofilter/Makefile.am
10127                 Fix make dist (no README)
10128
10129 2006-08-27 [colin]      2.4.0cvs100
10130
10131         * src/folder.c
10132                 Don't use F_UNKNOWN folders for any default
10133                 outbox/trash/etc
10134         * src/plugins/bogofilter/bogofilter.c
10135         * src/plugins/bogofilter/bogofilter.h
10136         * src/plugins/bogofilter/bogofilter_gtk.c
10137                 Add an option to specify the path to bogofilter
10138                 Use single-quotes to be able to learn in folders
10139                 with spaces in their names
10140                 Verify learning status
10141
10142 2006-08-27 [colin]      2.4.0cvs99
10143
10144         * manual/faq.xml
10145         * manual/plugins.xml
10146                 Document Bogofilter plugin
10147
10148 2006-08-27 [colin]      2.4.0cvs98
10149
10150         * src/compose.c
10151         * src/messageview.c
10152         * src/procmsg.c
10153         * src/procmsg.h
10154                 When possible, copy the queued mail to sent folder
10155                 instead of re-adding. Much faster on IMAP.
10156
10157 2006-08-27 [colin]      2.4.0cvs97
10158
10159         * src/msgcache.c
10160                 Disable mmaped caches - huge metadata loss
10161                 here after a power failure.
10162         * src/summaryview.c
10163                 Add quicksearch timing
10164         * src/common/plugin.c
10165         * src/common/plugin.h
10166                 Implement an interface to tell what plugins
10167                 provide. Prevent loading of similar plugins.
10168         * src/plugins/clamav/clamav_plugin.c
10169         * src/plugins/demo/demo.c
10170         * src/plugins/dillo_viewer/dillo_viewer.c
10171         * src/plugins/pgpcore/plugin.c
10172         * src/plugins/pgpinline/pgpinline.c
10173         * src/plugins/pgpmime/pgpmime.c
10174         * src/plugins/spamassassin/spamassassin.c
10175         * src/plugins/trayicon/trayicon.c
10176                 Implement plugin_provides()
10177
10178 2006-08-27 [colin]      2.4.0cvs96
10179
10180         * configure.ac
10181         * src/plugins/Makefile.am
10182         * src/plugins/bogofilter/.cvsignore
10183         * src/plugins/bogofilter/Makefile.am
10184         * src/plugins/bogofilter/bogofilter.c
10185         * src/plugins/bogofilter/bogofilter.h
10186         * src/plugins/bogofilter/bogofilter_gtk.c
10187                 New Bogofilter plugin, provides filtering and
10188                 learning. Spamassassin will go to extra plugins.
10189
10190 2006-08-26 [mones]      2.4.0cvs95
10191
10192         * manual/handling.xml
10193                 Fix subfolder path in the example (thanks to Paul) 
10194
10195 2006-08-26 [mones]      2.4.0cvs94
10196
10197         * manual/glossary.xml
10198                 2.2. + add ISP to the glossary
10199                 7.5. + Add UIDL to glossary
10200                 7.7. + Add TCP to glossary
10201         * manual/handling.xml
10202                 7.1. + Mentions GNU/Linux distribution, what about the non...
10203                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10204                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10205                 7.4. = Use appropriate quotation for commands
10206                 7.6. = change "" to <quote></quote>
10207         * manual/plugins.xml
10208                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10209         * manual/starting.xml
10210                 2.1. + local mbox file: some examples of mbox file locations...
10211                 Also reformatted files requiring it
10212
10213 2006-08-26 [wwp]        2.4.0cvs93
10214
10215         * src/summary_search.c
10216                 disable find buttons while summary search is running.
10217
10218 2006-08-25 [colin]      2.4.0cvs92
10219
10220         * src/folder.c
10221         * src/folderutils.c
10222         * src/mh.c
10223         * src/procmsg.h
10224         * src/summaryview.c
10225                 Speed up MH moving, and add progressbar
10226                 for MH deletion
10227         * src/msgcache.c
10228                 Write cache files using mmap() too
10229
10230 2006-08-25 [wwp]        2.4.0cvs91
10231
10232         * src/summaryview.c
10233                 switch spam<->ham button when a message has been marked as spam or ham
10234                 and is still selected. Thanks to Colin.
10235
10236 2006-08-25 [paul]       2.4.0cvs90
10237
10238         * src/Makefile.am
10239         * src/stock_pixmap.c
10240         * src/stock_pixmap.h
10241         * src/summaryview.c
10242         * src/gtk/icon_legend.c
10243         * src/pixmaps/copied.xpm
10244         * src/pixmaps/moved.xpm
10245                 add icons for delayed execution marked for
10246                 copying, marked for moving
10247
10248 2006-08-25 [mones]      2.4.0cvs89
10249
10250         * manual/glossary.xml
10251                 Fix the other glossary items:
10252                 5.1. = Inmmediate execution -> <quote>immediate execution...
10253                 5.2. = Fix MBOX capitalization -> Mbox
10254                 5.3. + Improve Plugins def. w/ tech. ref.
10255                 5.4. = Quotation -> replace '>' by <quote>></quote>
10256                 5.5. - SMTP Server. -> remove dot
10257         * po/es.po
10258                 Updated translation
10259
10260 2006-08-25 [mones]      2.4.0cvs88
10261
10262         * manual/ack.xml
10263                 Reformatted, changed email address
10264         * manual/glossary.xml
10265                 Reformatted, fixed MANUAL-TODO items:
10266                 8.2. + add ROT-13 to glossary
10267                 8.4. + add URL to glossary
10268         * manual/es/advanced.xml
10269                 Fixed <literal>s
10270
10271 2006-08-25 [paul]       2.4.0cvs87
10272
10273         * src/gtk/icon_legend.c
10274                 add 'marked for deletion' icon
10275                 arrange icons by containing column
10276                 wrap long label text
10277
10278 2006-08-25 [colin]      2.4.0cvs86
10279
10280         * src/common/utils.c
10281         * src/common/utils.h
10282                 Add the sc_g_*list_bigger functions in
10283                 a place everyone can use it
10284         * src/summaryview.c
10285                 Only freeze/thaw the list when working
10286                 on the selection, if it's bigger than 1
10287         * src/gtk/gtksctree.c
10288                 Only freeze/thaw the list when unselec-
10289                 ting 'all' if ('all' != 1)
10290                 This avoids some flickering
10291
10292 2006-08-24 [colin]      2.4.0cvs85
10293
10294         * src/addressbook.c
10295                 Fix strange list selection
10296                 Fix random seg (Invalid read of freed memory)
10297
10298 2006-08-24 [colin]      2.4.0cvs84
10299
10300         * src/alertpanel.c
10301         * src/gtk/inputdialog.c
10302         * src/plugins/pgpcore/passphrase.c
10303                 Revert minimal width patch of 2.4.0cvs67,
10304                 as it is also a maximal width. Use 
10305                 gtk_window_set_default_size instead.
10306
10307 2006-08-24 [colin]      2.4.0cvs83
10308
10309         * src/msgcache.c
10310                 Write cache/mark to temp files before
10311                 overwriting old ones (avoids metadata
10312                 loss if writing the new files fail).
10313                 Use mmap() to read cache/mark file, as
10314                 this makes cache reading faster. Dis-
10315                 abled for big-endian machines until it
10316                 can be tested. (Big-endian users: set
10317                 msgcache_use_mmap = TRUE in the relevant
10318                 #if).
10319         * src/procmsg.h
10320                 Move rarely used fields of MsgInfo in 
10321                 another structure, which will only be
10322                 allocated if needed. Face, X-Face,
10323                 Return receipt headers and List-*
10324                 headers are moved. Mails having none
10325                 of these occupy 52 bytes less with
10326                 this patch, which makes 2.5MB of RAM
10327                 saved on a 50k folder).
10328         * src/headerview.c
10329         * src/mainwindow.c
10330         * src/messageview.c
10331         * src/partial_download.c
10332         * src/procheader.c
10333         * src/procmsg.c
10334         * src/textview.c
10335                 Follow this structure change.
10336
10337 2006-08-24 [wwp]        2.4.0cvs82
10338
10339         * manual/es/.cvsignore
10340         * manual/es/dist/.cvsignore
10341         * manual/es/dist/html/.cvsignore
10342         * manual/es/dist/pdf/.cvsignore
10343         * manual/es/dist/ps/.cvsignore
10344         * manual/es/dist/txt/.cvsignore
10345                 more (generated) files to ignore.
10346
10347 2006-08-24 [colin]      2.4.0cvs81
10348
10349         * src/folder.c
10350         * src/mh.c
10351                 Fix possible problems with local delivery. Check the folder doesn't
10352                 need scan before setting its mtime when saving cache (which can be
10353                 done long after the folder's been modified by an external process);
10354                 Check that the stored item's mtime didn't change in mh functions.
10355
10356 2006-08-24 [mones]      2.4.0cvs80
10357
10358         * manual/advanced.xml
10359                 Rewrapping, some fixes and MANUAL-TODO items:
10360                 8.1. = change "" to <quote></quote>
10361                 8.3. = quote menu items
10362                 8.5. - deploying -> new user ... ideally a new user (redundant)
10363
10364 2006-08-23 [colin]      2.4.0cvs79
10365
10366         * src/gtk/gtksctree.c
10367                 When selecting or deselecting range, only
10368                 freeze/thaw when selection is bigger than 10
10369
10370 2006-08-23 [colin]      2.4.0cvs78
10371
10372         * src/messageview.c
10373         * src/mimeview.c
10374         * src/mimeview.h
10375         * src/plugins/dillo_viewer/dillo_viewer.c
10376                 Provide an API for MimeViewer plugins to
10377                 return a text selection for replying
10378
10379 2006-08-23 [colin]      2.4.0cvs77
10380
10381         * src/image_viewer.c
10382         * src/textview.c
10383                 Use gtk_pixbuf_new_from_file_at_scale(), which
10384                 is faster than getting the pixbuf then resizing
10385                 it.
10386
10387 2006-08-23 [colin]      2.4.0cvs76
10388
10389         * src/procmime.c
10390                 UTF-8 should be sent Quoted-printable
10391
10392 2006-08-22 [colin]      2.4.0cvs75
10393
10394         * src/mh.c
10395                 Check if scan is required before touching
10396                 the folder (or it'll be required every time)
10397
10398 2006-08-22 [colin]      2.4.0cvs74
10399
10400         * configure.ac
10401                 Require libetpan 0.46 (crasher fix when built
10402                 against gnutls)
10403
10404 2006-08-22 [colin]      2.4.0cvs73
10405
10406         * src/folder.c
10407                 Set folder's mtime after writing its
10408                 cache
10409         * src/folderview.c
10410                 Add some timing
10411         * src/procmsg.c
10412                 Don't do useless stuff if we don't 
10413                 thread by subject
10414         * src/summaryview.c
10415                 Add some timing, don't deselect prior
10416                 to selecting (gtksctree does it itself),
10417                 remove crash avoidance hacks as it's been
10418                 properly fixed since a while
10419         * src/common/utils.c
10420                 Optimize to_human_readable(): _() is slow,
10421                 do it only once, and avoid %f format for KB
10422                 (the most common in a summaryview)
10423         * src/gtk/gtksctree.c
10424                 Don't uselessly freeze/thaw (fixes flicker
10425                 on next unread and friends), reduce number
10426                 of g_list_nth/g_list_position where possible
10427         * src/gtk/gtkutils.c
10428         * src/gtk/gtkutils.h
10429                 Reduce number of g_list_nth/g_list_position
10430                 where possible.
10431                 All of this makes loading as 70k folder 2.1
10432                 seconds instead of 3.2 (with hot FS caches).
10433                 (1.3 seconds without Date and Size columns...)
10434
10435 2006-08-22 [paul]       2.4.0cvs72
10436
10437         wrap documents and do some items from mones' MANUAL-TODO:
10438
10439         * manual/account.xml
10440                 4.1. = fix tabname references to <quote>tabname</quote>
10441                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10442         * manual/faq.xml
10443                 1.1. = mentioned options don't match UI
10444                 Add information about the 'Never send Return Receipts'
10445                 option
10446         * manual/handling.xml
10447                 6.2. = Mentions Extended symbols button, but now is
10448                 named Information
10449                 6.3. = Mentions ... button, which is now Edit
10450
10451 2006-08-22 [colin]      2.4.0cvs71
10452
10453         * src/gtk/pluginwindow.c
10454                 Fix layout in verbose translations (such
10455                 as french)
10456
10457 2006-08-22 [paul]       2.4.0cvs70
10458
10459         * manual/Makefile.am
10460                 build manuals in alphabetical order
10461         * src/addressbook.c
10462         * src/prefs_themes.c
10463                 replace/remove deprecated symbols
10464         * src/gtk/gtkutils.c
10465                 fix a warning
10466         * src/gtk/pluginwindow.c
10467                 replace deprecated symbol
10468                 replace label text and move it
10469         * src/plugins/pgpcore/prefs_gpg.c
10470                 move the 'Generate...' button out of the
10471                 Sign Key frame, replace the English used
10472         * src/plugins/pgpcore/sgpgme.c
10473                 fixes to the English
10474
10475 2006-08-21 [colin]      2.4.0cvs69
10476
10477         * src/plugins/trayicon/trayicon.c
10478                 Add more strings for translation; patch
10479                 by Pawel
10480
10481 2006-08-21 [colin]      2.4.0cvs68
10482
10483         * src/compose.c
10484                 fix replied flag not set after drafting
10485         * src/matcher.c
10486                 fix body quicksearch in non-encoded bodies
10487                 containing '='
10488         * src/msgcache.c
10489                 Get rid of the g_malloc workaround for
10490                 corrupted caches, use g_try_malloc
10491
10492 2006-08-21 [colin]      2.4.0cvs67
10493
10494         * src/alertpanel.c
10495         * src/gtk/inputdialog.c
10496         * src/plugins/pgpcore/passphrase.c
10497                 Set minimal width to 375
10498         * src/mainwindow.c
10499                 Fix switching to offline, asking if it 
10500                 should be overriden for synchronising
10501         * src/mimeview.c
10502                 Don't offer to remember command on Open 
10503                 with for text parts, as the browser or 
10504                 text editor command isn't changed from 
10505                 there
10506
10507 2006-08-20 [paul]       2.4.0cvs66
10508
10509         * po/ko.po
10510         * po/zh_CN.po
10511                 fix plural form errors. revealed by stricter
10512                 checking of gettext 0.15
10513
10514 2006-08-18 [paul]       2.4.0cvs65
10515
10516         * src/stock_pixmap.c
10517                 fix the fix of 2.4.0cvs64
10518                 Thanks to Colin
10519
10520 2006-08-18 [paul]       2.4.0cvs64
10521
10522         * src/stock_pixmap.c
10523                 fix leaks
10524                 Thanks to Colin
10525
10526 2006-08-18 [paul]       2.4.0cvs63
10527
10528         * src/compose.c
10529         * src/procmsg.c
10530                 fix occasional IMAP bug where large msgs
10531                 were left in the queue folder after sending
10532                 Thanks to Colin
10533
10534 2006-08-18 [paul]       2.4.0cvs62
10535
10536         * src/folderview.c
10537                 freeze the summaryview while quicksearch results
10538                 are displayed
10539                 (fixes bug 456 'current message is hidden when the
10540                 view is refreshed and extended search is "unread 
10541                 messages"')
10542                 Thanks to Colin
10543         * src/textview.c
10544                 add missing #include "inputdialog.h"
10545         * src/common/utils.h
10546                 add missing mailcap_update_default() and improve
10547                 readability
10548
10549 2006-08-17 [colin]      2.4.0cvs61
10550
10551         * src/plugins/pgpcore/select-keys.c
10552                 Fix warnings :)
10553
10554 2006-08-17 [colin]      2.4.0cvs60
10555
10556         * src/compose.c
10557                 Don't continue queuing if Cancel is clicked
10558                 in select-keys
10559
10560 2006-08-17 [colin]      2.4.0cvs59
10561
10562         * src/plugins/pgpcore/select-keys.c
10563                 When encrypting, if only one key matches and it 
10564                 matches exactly, automatically use it.
10565
10566 2006-08-17 [colin]      2.4.0cvs58
10567
10568         * src/mimeview.c
10569         * src/prefs_common.c
10570         * src/prefs_common.h
10571         * src/prefs_ext_prog.c
10572         * src/textview.c
10573                 Fix issues with previous patch (text/html)
10574                 Remove outdated prefs
10575
10576 2006-08-17 [colin]      2.4.0cvs57
10577
10578         * src/imap.c
10579                 Add View Log button on auth error
10580         * src/procmsg.c
10581                 Fix encrypted mail marked as new when
10582                 saved in normal folders
10583         * src/plugins/pgpinline/pgpinline.c
10584                 Fix encrypt bug on IMAP
10585         * src/mimeview.c
10586         * src/common/utils.c
10587         * src/common/utils.h
10588         * src/gtk/inputdialog.c
10589         * src/gtk/inputdialog.h
10590                 Get rid of metamail stuff, simplify
10591                 opening, and allow remembering of user's
10592                 choices (by updating ~/.mailcap). There's
10593                 still to drop "Audio player" and "Image
10594                 viewer" preferences.
10595
10596 2006-08-17 [mones]      2.4.0cvs56
10597
10598         * manual/es/sylpheed-claws-manual.xml
10599                 fix DTD path
10600
10601 2006-08-17 [mones]      2.4.0cvs55
10602
10603         * configure.ac
10604         * manual/Makefile.am
10605         * manual/es/Makefile.am
10606         * manual/es/account.xml
10607         * manual/es/ack.xml
10608         * manual/es/addrbook.xml
10609         * manual/es/advanced.xml
10610         * manual/es/faq.xml
10611         * manual/es/glossary.xml
10612         * manual/es/gpl.xml
10613         * manual/es/handling.xml
10614         * manual/es/intro.xml
10615         * manual/es/keyboard.xml
10616         * manual/es/plugins.xml
10617         * manual/es/starting.xml
10618         * manual/es/sylpheed-claws-manual.xml
10619         * manual/es/dist/Makefile.am
10620         * manual/es/dist/html/Makefile.am
10621         * manual/es/dist/pdf/Makefile.am
10622         * manual/es/dist/ps/Makefile.am
10623         * manual/es/dist/txt/Makefile.am
10624                 Spanish translation for the manual
10625
10626 2006-08-16 [colin]      2.4.0cvs54
10627
10628         * src/compose.c
10629         * src/main.c
10630         * src/mainwindow.c
10631                 Fix send button sensitivity at startup
10632                 Set send menu sensitivity (patch by Fabien)
10633         * src/ssl_manager.c
10634                 Enable closing with esc (patch by Fabien)
10635         * src/gtk/foldersort.c
10636                 Enable closing with esc (patch by Fabien)
10637         * src/procmime.c
10638                 Optimisation (no need to copy to tempfile to
10639                 "decode" 7bit and 8bit)
10640         * src/summaryview.c
10641                 Fix cruft in swap_from case
10642         * src/textview.c
10643                 Fix missing last line in some mail cases 
10644                 (Fixes debian #381872)
10645         * src/plugins/pgpcore/prefs_gpg.c
10646         * src/plugins/pgpcore/sgpgme.c
10647         * src/plugins/pgpcore/sgpgme.h
10648                 Don't show "no key found" when user explicitely
10649                 wants to create a key
10650
10651 2006-08-16 [paul]       2.4.0cvs53
10652
10653         * configure.ac
10654         * src/account.c
10655         * src/addressbook.c
10656         * src/headerview.c
10657         * src/prefs_account.c
10658         * src/prefs_message.c
10659         * src/gtk/gtkutils.c
10660                 bump up minimum required versions of GTK+ and
10661                 GLIB to 2.6.0
10662
10663 2006-08-16 [paul]       2.4.0cvs52
10664
10665         * src/toolbar.c
10666                 workaround GTK+ Bug 351600 - 'Can't re-click
10667                 on button after sensitivity update'
10668                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10669                 Thanks to Colin
10670
10671 2006-08-15 [colin]      2.4.0cvs51
10672
10673         * src/plugins/pgpcore/prefs_gpg.c
10674                 Set options sensitivity according to
10675                 key existence
10676         * src/plugins/pgpcore/sgpgme.c
10677                 Allow to create key with no passphrase
10678
10679 2006-08-14 [cleroy]     2.4.0cvs50
10680
10681         * src/gtk/pluginwindow.c
10682                 New layout (maybe to be changed?)
10683         * src/gtk/gtkutils.c
10684                 Fix a bit label_window
10685         * src/plugins/pgpcore/passphrase.c
10686         * src/plugins/pgpcore/passphrase.h
10687         * src/plugins/pgpcore/plugin.c
10688         * src/plugins/pgpcore/prefs_gpg.c
10689         * src/plugins/pgpcore/prefs_gpg.h
10690         * src/plugins/pgpcore/sgpgme.c
10691         * src/plugins/pgpcore/sgpgme.h
10692                 Allow to create a PGP private key via the GUI
10693
10694 2006-08-14 [wwp]        2.4.0cvs49
10695
10696         * src/addressbook_foldersel.c
10697                 fix strict ISO C90 compliance.
10698
10699 2006-08-14 [paul]       2.4.0cvs48
10700
10701         * src/gtk/prefswindow.c
10702                 re-set scrolled window on opening
10703                 Patch by Ticho
10704
10705 2006-08-14 [paul]
10706
10707         2.5.0-rc1 released
10708
10709 2006-08-14 [paul]       2.4.0cvs47
10710
10711         * src/prefs_display_header.c
10712                 re-enable user-defined Displayed Headers
10713
10714 2006-08-14 [paul]       2.4.0cvs46
10715
10716         * src/prefs_account.c
10717                 use GTK_STOCK_EDIT
10718
10719 2006-08-13 [colin]      2.4.0cvs45
10720
10721         * src/common/utils.c
10722                 Fix "a" in quote when the original message is empty,
10723                 by using \0 instead of 'a' to test writability of
10724                 temp files.
10725
10726 2006-08-13 [wwp]        2.4.0cvs44
10727
10728         * src/plugins/spamassassin/spamassassin.c
10729                 fix capitalization of "SpamAssassin" in some debug, log and
10730                 dialog messages.
10731
10732 2006-08-13 [paul]       2.4.0cvs43
10733
10734         * src/editldap.c
10735                 fix overlapping widgets
10736         * src/prefs_account.c
10737                 fix translation of protocol_names[]
10738                 fix label disappearing off the edge of the
10739                 visible area
10740
10741 2006-08-12 [paul]       2.4.0cvs42
10742
10743         * manual/plugins.xml
10744                 update IRC channel info before it gets forgotten
10745                 about
10746
10747 2006-08-11 [colin]      2.4.0cvs41
10748
10749         * src/compose.c
10750         * src/mainwindow.c
10751         * src/mainwindow.h
10752         * src/procmsg.c
10753         * src/procmsg.h
10754         * src/summaryview.c
10755         * src/toolbar.c
10756                 Grey out the Send button if
10757                 - Queue folders are empty, or
10758                 - We're sending already
10759
10760 2006-08-11 [wwp]        2.4.0cvs40
10761
10762         * src/main.c
10763                 fix a logic issue when quitting while a compose window is
10764                 still open, thanks to Colin.
10765
10766 2006-08-10 [colin]      2.4.0cvs39
10767
10768         * src/main.c
10769                 Fix default font size setting after wizard run
10770         * src/imap.c
10771         * src/etpan/imap-thread.c
10772         * src/etpan/imap-thread.h
10773                 Fix bug #999 (Timing out on TSL cert validation 
10774                 dialog makes ugly things happen). Also, STARTTLS
10775                 unconditionnaly if initial capabilities contain
10776                 LOGINDISABLED and STARTTLS.
10777
10778 2006-08-09 [colin]      2.4.0cvs38
10779
10780         * src/mainwindow.c
10781         * src/mainwindow.h
10782                 Fix Tools/Actions sensitivity when there are
10783                 no actions
10784
10785 2006-08-09 [colin]      2.4.0cvs37
10786
10787         * src/prefs_filtering.c
10788                 Warning fix, patch by Paul
10789         * src/messageview.c
10790         * src/prefs_actions.c
10791         * src/prefs_filtering_action.c
10792         * src/prefs_matcher.c
10793                 Uniformisation of "Info ..." to "Info..." (for
10794                 old gtk), patch by Fabien
10795         * src/plugins/clamav/clamav_plugin_gtk.c
10796                 Sensitivity fix by Fabien
10797
10798 2006-08-09 [colin]      2.4.0cvs36
10799
10800         * src/main.c
10801         * src/main.h
10802                 Add a function to know whether we're exiting
10803         * src/plugins/trayicon/trayicon.c
10804                 If exiting, don't do anything. Faster, and
10805                 avoids gtk_main_iteration reentracy causing
10806                 segfaults at exit
10807
10808 2006-08-09 [colin]      2.4.0cvs35
10809
10810         * src/messageview.c
10811         * src/mimeview.c
10812         * src/mimeview.h
10813                 Fix lack of part selection when automatically 
10814                 jumping to a specific part
10815         * src/msgcache.c
10816                 Little optimisation in cache reading
10817
10818 2006-08-09 [colin]      2.4.0cvs34
10819
10820         * src/compose.c
10821                 Fix crash setting the priority on reedit
10822                 (Accessing compose before creating it!)
10823
10824 2006-08-08 [colin]      2.4.0cvs33
10825
10826         * src/procmime.c
10827                 Fix bug #998 (last attachment is not accessible)
10828                 Bad RFC interpretation on multipart close-delimiters
10829         * src/mimeview.c
10830         * src/mimeview.h
10831         * src/gtk/gtkvscrollbutton.c
10832         * src/gtk/gtkvscrollbutton.h
10833                 Make attachments list wheel-scrollable
10834
10835 2006-08-07 [colin]      2.4.0cvs32
10836
10837         * src/gtk/gtkaspell.c
10838                 Fix bug #973 (Unicode punctation characters 
10839                 are not recognized as separators by the
10840                 spell checker); fix unsigned stuff
10841
10842 2006-08-07 [colin]      2.4.0cvs31
10843
10844         * src/compose.c
10845                 Fix bug #956 (DnD text with accents in compose 
10846                 text entry); fix gccc's signed/unsigned fuss
10847
10848 2006-08-06 [colin]      2.4.0cvs30
10849
10850         * src/main.c
10851                 Fix bug #979 (Plugin crashes when exiting 
10852                 sylpheed-claws) : handle exit request only 
10853                 once
10854
10855 2006-08-05 [colin]      2.4.0cvs29
10856
10857         * src/news.c
10858                 Just make sure we have a msgid.
10859
10860 2006-08-05 [colin]      2.4.0cvs28
10861
10862         * src/news.c
10863         * src/summaryview.c
10864                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10865                 by reimplementing it
10866         * src/textview.c
10867                 Fix bug when hiding quotes with level > 3 and quote
10868                 colors are recycled
10869
10870 2006-08-04 [colin]      2.4.0cvs27
10871
10872         * src/compose.c
10873         * src/undo.c
10874         * src/undo.h
10875                 Fix a bit replace-by-pasting undo
10876         * src/mainwindow.c
10877         * src/messageview.c
10878                 Fix Fold quotes menu synchro in
10879                 mainwindow when it changes in 
10880                 messageview
10881         * src/textview.c
10882                 Fix right-click on quotes blocks
10883         * src/common/utils.c
10884                 Verify that the file created by
10885                 my_tmpfile() is writable. Fixes
10886                 bug #988 (very specific filesystem
10887                 issue)
10888         * src/plugins/pgpcore/sgpgme.c
10889                 Fix file descriptor leak
10890         * src/plugins/spamassassin/spamassassin.c
10891                 Warn once if spamd isn't reachable
10892
10893 2006-08-04 [colin]      2.4.0cvs26
10894
10895         * src/toolbar.c
10896                 i18n context patch by Fabien
10897
10898 2006-08-03 [colin]      2.4.0cvs25
10899
10900         * src/mainwindow.c
10901         * src/messageview.c
10902                 Rename "Hide quotes" to "Fold quotes"
10903         * src/textview.c
10904                 Don't use hand cursor on quotes. "all 
10905                 the bonuses of the feature and none of 
10906                 unwelcome side-effects"
10907
10908 2006-08-03 [colin]      2.4.0cvs24
10909
10910         * AUTHORS
10911         * sylpheed-claws.desktop
10912         * src/gtk/authors.h
10913                 Bring the desktop file to XDG compliance
10914                 Patch by Charles A. Edwards
10915
10916 2006-08-03 [colin]      2.4.0cvs23
10917
10918         * src/textview.c
10919                 Fix links offset when they are preceded
10920                 by accentued chars (g_utf8_strlen!)
10921         * src/mainwindow.c
10922                 Fix wrong status when starting offline
10923
10924
10925 2006-08-03 [wwp]        2.4.0cvs22
10926
10927         * src/prefs_common.h
10928                 ask what to do w/ filtering rules that belong to an account when
10929                 applying filtering rules manually from the main window (skip,
10930                 apply regardless of the account, use current account). This dialog
10931                 can be skipped and the last reply used.
10932                 (forgot that file)
10933
10934 2006-08-03 [wwp]        2.4.0cvs21
10935
10936         * src/filtering.c
10937         * src/filtering.h
10938         * src/prefs_common.c
10939         * src/summaryview.c
10940         * src/alertpanel.c
10941         * src/alertpanel.h
10942         * src/messageview.c
10943                 ask what to do w/ filtering rules that belong to an account when
10944                 applying filtering rules manually from the main window (skip,
10945                 apply regardless of the account, use current account). This dialog
10946                 can be skipped and the last reply used.
10947
10948
10949 2006-08-03 [colin]      2.4.0cvs20
10950
10951         * src/textview.c
10952                 Optimize previous patch
10953
10954 2006-08-03 [cleroy]     2.4.0cvs19
10955
10956         * src/textview.c
10957                 Fix quotes getting toggled back when the
10958                 mail has an even number of text parts
10959
10960 2006-08-02 [colin]      2.4.0cvs18
10961
10962         * src/messageview.c
10963                 Add Hide quotes menu
10964
10965 2006-08-02 [colin]      2.4.0cvs17
10966
10967         * src/mainwindow.c
10968         * src/prefs_common.c
10969         * src/textview.c
10970         * src/textview.h
10971         * src/gtk/about.c
10972                 Allow per-level quote hiding,
10973                 Allow toggling quotes by double-clicking them
10974                 Rename RemoteURI to ClickableText to reflect
10975                 the fact it's used for a variety of things
10976
10977 2006-08-02 [wwp]        2.4.0cvs16
10978
10979         * src/mainwindow.c
10980                 fix "View/Hide quotes" menu item status initialization.
10981
10982 2006-08-02 [wwp]        2.4.0cvs15
10983
10984         * src/matcher_parser_parse.y
10985                 remove a debug trace.
10986
10987 2006-08-02 [paul]       2.4.0cvs14
10988
10989         * src/plugins/pgpcore/passphrase.c
10990                 don't set initial dialog size
10991                 make it resizable
10992
10993 2006-08-02 [paul]       2.4.0cvs13
10994
10995         * src/noticeview.c
10996                 remove the rogue '/' character
10997
10998 2006-08-02 [paul]       2.4.0cvs12
10999
11000         * src/noticeview.c
11001                 allow buttons to resize as necessary
11002
11003 2006-08-01 [wwp]        2.4.0cvs11
11004
11005         * src/mbox.c
11006                 fix strict ISO C90 compliance.
11007
11008 2006-08-01 [wwp]        2.4.0cvs10
11009
11010         * tools/update-po
11011                 updated update-po tool to work w/ context-dependent translations.
11012                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11013
11014 2006-08-01 [wwp]        2.4.0cvs9
11015
11016         * src/matcher.c
11017         * src/prefs_filtering.c
11018         * src/prefs_matcher.c
11019                 allow context-dependent translations for "All",
11020                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11021
11022 2006-07-31 [colin]      2.4.0cvs8
11023
11024         * AUTHORS
11025         * src/gtk/authors.h
11026                 Add Rafal to authors
11027
11028 2006-07-31 [colin]      2.4.0cvs7
11029
11030         * src/compose.c
11031         * src/mainwindow.c
11032         * src/messageview.h
11033         * src/prefs_common.c
11034         * src/prefs_common.h
11035         * src/textview.c
11036                 Add 'View/Hide quotes'. Patch based on a patch
11037                 by Rafal Weglarz
11038
11039 2006-07-31 [colin]      2.4.0cvs6
11040
11041         * src/action.c
11042                 Fix problem with "> stuff >" actions
11043
11044 2006-07-31 [paul]       2.4.0cvs5
11045
11046         * po/nb.po
11047                 updated by Geir Helland
11048
11049 2006-07-31 [wwp]        2.4.0cvs4
11050
11051         * src/mainwindow.c
11052         * src/summaryview.c
11053         * src/summaryview.h
11054                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11055                 thanks to Colin.
11056
11057 2006-07-31 [wwp]        2.4.0cvs3
11058
11059         * src/Makefile.am
11060         * src/addr_compl.c
11061         * src/addr_compl.h
11062         * src/addressbook.c
11063         * src/addressbook.h
11064         * src/addressbook_foldersel.c
11065         * src/addressbook_foldersel.h
11066         * src/addrindex.c
11067         * src/addrindex.h
11068         * src/matcher.c
11069         * src/matcher.h
11070         * src/matcher_parser_lex.l
11071         * src/matcher_parser_parse.y
11072         * src/prefs_common.c
11073         * src/prefs_common.h
11074         * src/prefs_filtering.c
11075         * src/prefs_matcher.c
11076         * src/prefs_matcher.h
11077         * src/summaryview.c
11078                 introduce filtering against the address book. It's now possible to add
11079                 matched conditions to determine if any email address in a message matches
11080                 or doesn't match any or all books or folders in the address book.
11081
11082 2006-07-31 [wwp]        2.4.0cvs2
11083
11084         * src/account.c
11085         * src/filtering.c
11086         * src/filtering.h
11087         * src/folder.c
11088         * src/folderview.c
11089         * src/inc.c
11090         * src/mainwindow.c
11091         * src/matcher.c
11092         * src/matcher_parser_lex.l
11093         * src/matcher_parser_parse.y
11094         * src/mbox.c
11095         * src/prefs_filtering.c
11096         * src/prefs_filtering.h
11097         * src/procmsg.c
11098         * src/procmsg.h
11099         * src/summaryview.c
11100                 introduce per-account filtering rules. Each filtering rule can now be assigned
11101                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11102                 when applying filtering rules manually, as all rules will apply - even the ones
11103                 assigned to an account. This issue will be addressed soon.
11104  
11105
11106
11107 2006-07-31 [wwp]        2.4.0cvs1
11108
11109         * src/quote_fmt.c
11110                 make more strings translatable.
11111
11112 2006-07-31 [paul]       2.4.0
11113
11114         2.4.0 released
11115
11116 2006-07-31 [paul]       2.3.1cvs91
11117
11118         * po/ca.po
11119                 updated by Miquel Oliete
11120
11121 2006-07-31 [paul]       2.3.1cvs90
11122
11123         * po/de.po
11124         * po/el.po
11125         * po/fr.po
11126         * po/it.po
11127         * po/pl.po
11128         * po/pt_BR.po
11129         * po/sr.po
11130         * po/zh_CN.po
11131                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11132                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11133                 Aleksandar Urosevic, and Ralgh Young
11134
11135 2006-07-31 [paul]       2.3.1cvs89
11136
11137         * src/account.c
11138         * src/main.c
11139         * src/mainwindow.c
11140         * src/mainwindow.h
11141                 Fix a race condition when, after an SC crash, rescanning
11142                 folders took more than 0.5 seconds
11143                 Thanks to Colin
11144
11145 2006-07-31 [paul]       2.3.1cvs88
11146
11147         * src/folderview.c
11148                 don't translate separator strings
11149
11150 2006-07-30 [mones]      2.3.1cvs87
11151
11152         * doc/man/sylpheed-claws.1
11153                 Fixed non-ASCII chars in Hoa's name
11154         * po/es.po
11155                 Updated for release
11156
11157 2006-07-27 [colin]      2.3.1cvs86
11158
11159         * src/textview.c
11160                 Don't include the leading \n in links
11161                 Patch by Fabien
11162
11163 2006-07-25 [colin]      2.3.1cvs85
11164
11165         * src/mainwindow.c
11166         * src/common/socket.h
11167         * src/etpan/imap-thread.c
11168                 Refresh resolvers before connecting
11169                 to IMAP servers, and after switching
11170                 to online. Thanks to Paul.
11171
11172 2006-07-18 [colin]
11173
11174         * 2.4.0-rc4 released
11175
11176 2006-07-17 [colin]      2.3.1cvs84
11177
11178         * src/inc.c
11179                 Show connection attempt in statusbar before
11180                 connecting (previously first message was
11181                 "Retrieving messages from ..." after the
11182                 connection succeeded.
11183
11184 2006-07-16 [wwp]        2.3.1cvs83
11185
11186         * sylpheed-claws.ico
11187                 Added .ico file (windows multi-size icon file, generated).
11188
11189 2006-07-12 [wwp]        2.3.1cvs82
11190
11191         * src/messageview.c
11192                 remove Message/Re-edit menu entry from messageview window,
11193                 as sent/draft/queued messages are opened in compose window when
11194                 re-edited and it's not possible to re-edit other msgs.
11195
11196 2006-07-12 [paul]       2.3.1cvs81
11197
11198         * AUTHORS
11199         * src/mainwindow.c
11200         * src/gtk/authors.h
11201                 check online state before resetting
11202                 mailcheck timer. Useful if some program
11203                 verifies connection state and updates
11204                 Claws.
11205                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11206
11207 2006-07-12 [paul]       2.3.1cvs80
11208
11209         * sylpheed-claws-128x128.png
11210         * sylpheed-claws-64x64.png
11211         * sylpheed-claws.png
11212         * src/Makefile.am
11213         * src/main.c
11214         * src/prefs_toolbar.c
11215         * src/stock_pixmap.c
11216         * src/stock_pixmap.h
11217         * src/wizard.c
11218         * src/gtk/about.c
11219         * src/gtk/gtkutils.c
11220         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11221         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11222         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11223         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11224         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11225         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11226                 updated and renamed logo/icon files and related
11227                 logo by Jesper Schultz
11228
11229 2006-07-11 [paul]       2.3.1cvs79
11230
11231         * src/main.c
11232                 fix the labels a smidgin
11233
11234 2006-07-09 [colin]      2.3.1cvs78
11235
11236         * src/textview.c
11237                 Show errors in textviewer's command
11238                 Patch by H. Merijn Brand
11239
11240 2006-07-09 [colin]      2.3.1cvs77
11241
11242         * src/compose.c
11243                 Save FMID in drafts too
11244
11245 2006-07-08 [colin]      2.3.1cvs76
11246
11247         * src/compose.c
11248                 Svae RMID in drafted mails too
11249                 Save quote_fmt vars for whole mails,
11250                 don't reset at each quote_fmt_init:
11251                 allows to use the same |i{var} in
11252                 various template fields
11253         * src/prefs_template.c
11254         * src/quote_fmt.h
11255         * src/quote_fmt_parse.y
11256                 Same
11257
11258 2006-07-08 [colin]      2.3.1cvs75
11259
11260         * src/textview.c
11261                 Fix highlighting of attached parts URIs
11262
11263 2006-07-08 [colin]      2.3.1cvs74
11264
11265         * src/main.c
11266                 Prevent bug #981 (sc 2.3.1 segfaults with 
11267                 gtk+ 2.10) from being reported again:
11268                 if Sylpheed-Claws has been compiled against
11269                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11270                 of if Sylpheed-Claws has been compiled against
11271                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11272                 error out.
11273
11274 2006-07-07 [colin]      2.3.1cvs73
11275
11276         * src/prefs_actions.c
11277                 Fix label
11278
11279 2006-07-07 [colin]      2.3.1cvs72
11280
11281         * src/prefs_actions.c
11282                 Fix compile on gtk < 2.8. argh :)
11283
11284 2006-07-07 [paul]       2.3.1cvs71
11285
11286         * src/common/defs.h
11287                 update DONATE_URI
11288
11289 2006-07-07 [colin]      2.3.1cvs70
11290
11291         * po/POTFILES.in
11292         * src/quote_fmt.c
11293         * src/quote_fmt_lex.l
11294         * src/quote_fmt_parse.y
11295                 Add |i{var}, a way to insert user-entered
11296                 text in a template
11297
11298 2006-07-07 [colin]
11299
11300         * 2.4.0-rc3 released
11301
11302 2006-07-07 [colin]      2.3.1cvs69
11303
11304         * src/folder.c
11305                 Don't consider inboxes of UNKNOWN folder 
11306                 classes to be useable as default inboxes
11307
11308 2006-07-07 [paul]       2.3.1cvs68
11309
11310         * src/textview.c
11311                 add missing #include <errno.h>
11312                 Thanks to René J. Blokland
11313
11314 2006-07-07 [paul]       2.3.1cvs67
11315
11316         * src/action.c
11317                 Return now Closes dialog
11318         * src/mimeview.c
11319         * src/mimeview.h
11320         * src/textview.c
11321                 add contextual menu to mime parts listed
11322                 in the textview
11323                 Thanks to Colin
11324         * src/common/utils.c
11325                 reversal: ' is a valid character in URLs
11326
11327 2006-07-06 [colin]      2.3.1cvs66
11328
11329         * src/remotefolder.h
11330                 Forgotten in previous commit
11331
11332 2006-07-06 [colin]      2.3.1cvs65
11333
11334         * src/folder.c
11335                 Set summary update flag whenever
11336                 totals changed
11337         * src/imap.c
11338         * src/prefs_account.c
11339         * src/common/utils.h
11340         * src/etpan/imap-thread.c
11341                 Fix warnings, thanks to Fabien and
11342                 Ricardo
11343
11344 2006-07-06 [wwp]        2.3.1cvs64
11345
11346         * src/gtk/gtkutils.c
11347                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11348
11349 2006-07-06 [wwp]        2.3.1cvs63
11350
11351         * src/account.c
11352         * src/addressbook.c
11353         * src/addressitem.h
11354         * src/folderview.c
11355         * src/mainwindow.c
11356         * src/manual.c
11357         * src/manual.h
11358         * src/message_search.c
11359         * src/prefs_actions.c
11360         * src/prefs_filtering.c
11361         * src/prefs_filtering.h
11362         * src/prefs_template.c
11363         * src/summary_search.c
11364         * src/summaryview.c
11365         * src/gtk/gtkutils.c
11366         * src/gtk/gtkutils.h
11367         * src/gtk/pluginwindow.c
11368                 add help buttons to some dialogs. Clicking such buttons opens a
11369                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11370
11371 2006-07-06 [paul]       2.3.1cvs62
11372
11373         * src/textview.c
11374                 fix attachments contextual menu
11375                 Thanks to Colin
11376
11377 2006-07-05 [colin]      2.3.1cvs61
11378
11379         * src/textview.c
11380         * src/compose.c
11381                 Handle sftp:// links
11382
11383 2006-07-05 [paul]       2.3.1cvs60
11384
11385         * src/gtk/filesel.c
11386                 grab save button by default
11387                 Thanks to Colin
11388
11389 2006-07-05 [wwp]        2.3.1cvs59
11390
11391         * manual/xml2pdf
11392                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11393
11394 2006-07-04 [colin]      2.3.1cvs58
11395
11396         * src/mimeview.c
11397         * src/textview.c
11398                 Use left click to select, middle click to open
11399                 on mimeparts links
11400         * src/common/utils.c
11401                 Fix segfault
11402
11403 2006-07-04 [colin]      2.3.1cvs57
11404
11405         * src/mainwindow.c
11406         * src/news.c
11407                 Warning fixes, thanks to Fabien
11408
11409 2006-07-04 [colin]      2.3.1cvs56
11410
11411         * src/mimeview.c
11412         * src/mimeview.h
11413         * src/textview.c
11414                 Allow parts to be selected via their text label
11415                 in textview
11416
11417 2006-07-04 [colin]      2.3.1cvs55
11418
11419         * src/folderview.c
11420                 Feedback when closing (for big folders)
11421         * src/prefs_actions.c
11422         * src/prefs_filtering.c
11423         * src/prefs_matcher.c
11424         * src/prefs_template.c
11425                 Fix default button when closing without
11426                 having saved
11427
11428 2006-07-04 [colin]      2.3.1cvs54
11429
11430         * src/news.c
11431                 Delete local file on deletion
11432
11433 2006-07-03 [colin]      2.3.1cvs53
11434
11435         * src/folderview.c
11436         * src/main.c
11437                 Don't freeze when rescanning after crash
11438
11439 2006-07-03 [wwp]        2.3.1cvs52
11440
11441         * src/compose.c
11442         * src/privacy.c
11443         * src/privacy.h
11444         * src/plugins/pgpinline/pgpinline.c
11445         * src/plugins/pgpmime/pgpmime.c
11446                 don't report an error when the user cancels the passphrase dialog.
11447
11448 2006-07-02 [colin]      2.3.1cvs51
11449
11450         * src/folderview.c
11451                 Open message when crossing folders with Space,
11452                 goto next unread and friends
11453
11454 2006-07-01 [colin]      2.3.1cvs50
11455
11456         * src/prefs_account.c
11457                 Typographic rules varying from language
11458                 to language (in french "Protocole :"),
11459                 we have to do that :)
11460
11461 2006-07-01 [ticho]      2.3.1cvs49
11462
11463         * src/prefs_account.c
11464                 Only use one temporary gchar* variable in
11465                 prefs_account_protocol_set_optmenu().
11466
11467 2006-07-01 [ticho]      2.3.1cvs48
11468
11469         * src/prefs_account.c
11470         * src/prefs_account.h
11471                 Use GtkLabel for existing account protocol name.
11472                 Created an array for protocol names and populate the
11473                 combobox from it in a for() cycle.
11474
11475 2006-06-30 [colin]      2.3.1cvs47
11476
11477         * src/compose.c
11478                 Block undo when changing signature (by changing
11479                 account)
11480
11481 2006-06-30 [paul]       2.3.1cvs46
11482
11483         * src/send_message.c
11484                 when editing From in the Compose window, use that address
11485                 in the Return-Path: header
11486                 Thanks to Colin
11487
11488 2006-06-30 [colin]      2.3.1cvs45
11489
11490         * src/compose.c
11491                 Fix signature replacement:
11492                 - when no newline before separator
11493                 - when reediting
11494
11495 2006-06-29 [colin]      2.3.1cvs44
11496
11497         * src/folderview.c
11498         * src/folderview.h
11499         * src/mainwindow.c
11500         * src/summaryview.c
11501                 Let 'View/Go to/Next marked' work like
11502                 Next new & Next unread: across folders
11503                 Change the select_on_entry pref to do
11504                 what we want when changing folder
11505         * src/common/utils.c
11506                 Fix single-quoted links 
11507
11508 2006-06-29 [colin]      2.3.1cvs43
11509
11510         * src/gtk/gtkaspell.c
11511                 "Sylpheed" and "Sylpheed-Claws" do exist !
11512
11513 2006-06-29 [colin]      2.3.1cvs42
11514
11515         * src/imap.c
11516                 Forgot to remove debug
11517
11518 2006-06-29 [colin]      2.3.1cvs41
11519
11520         * src/imap.c
11521         * src/imap.h
11522         * src/mainwindow.c
11523                 Disconnect from IMAP servers when going
11524                 offline. Fixes bug #978 (going to offline-mode 
11525                 won't close connections)
11526
11527 2006-06-29 [colin]      2.3.1cvs40
11528
11529         * src/main.c
11530                 Fix transient setting on failing plugins
11531                 Patch by Fabien
11532         * src/plugins/pgpcore/sgpgme.c
11533                 Only warn for OpenPGP. Most people don't
11534                 have CMS available.
11535
11536 2006-06-29 [colin]      2.3.1cvs39
11537
11538         * src/compose.c
11539                 Fix Spelling menu (discrepancy between context menu
11540                 and top menu when folder's dictionary isn't the 
11541                 default one)
11542         * src/plugins/pgpcore/sgpgme.c
11543                 More error reporting about why gpgme can fail
11544
11545 2006-06-29 [wwp]        2.3.1cvs38
11546
11547         * src/mainwindow.c
11548                 honor the display-header-pane setting even when the message view
11549                 is a separate window.
11550
11551 2006-06-29 [wwp]        2.3.1cvs37
11552
11553         * src/prefs_actions.c
11554                 forgot to commit that one (use of GTK_STOCK_INFO).
11555
11556 2006-06-29 [colin]      2.3.1cvs36
11557
11558         * src/imap.c
11559                 Better handling of login errors (ask the password
11560                 again once), alert in case of error. Fix three
11561                 signedness warnings.
11562
11563 2006-06-28 [wwp]        2.3.1cvs35
11564
11565         * src/prefs_template.c
11566         * src/prefs_matcher.c
11567         * src/prefs_filtering_action.c
11568         * src/prefs_quote.c
11569                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11570                 patch by Fabien Vantard, slightly modified.
11571
11572 2006-06-28 [paul]
11573
11574         2.4.0-rc2 released
11575
11576 2006-06-28 [colin]      2.3.1cvs34
11577
11578         * src/prefs_account.c
11579                 Fix bug #977 (Can't add or edit imap accounts)
11580
11581 2006-06-28 [colin]      2.3.1cvs33
11582
11583         * src/mimeview.c
11584                 Fix previous
11585
11586 2006-06-28 [colin]      2.3.1cvs32
11587
11588         * src/mimeview.c
11589                 Save named inlined attachments with "Save all"
11590         * src/main.c
11591         * src/mbox.c
11592         * src/common/plugin.c
11593         * src/common/plugin.h
11594         * src/common/sylpheed.c
11595         * src/common/utils.c
11596         * src/plugins/pgpcore/sylpheed.def
11597         * src/plugins/pgpinline/sylpheed.def
11598         * src/plugins/pgpmime/sylpheed.def
11599                 Win32 compatibility patch, by
11600                 Werner Koch
11601
11602 2006-06-28 [wwp]        2.3.1cvs31
11603
11604         * src/imap.c
11605         * src/prefs_folder_item.c
11606                 less compilation warnings (thanks to Fabien Vantard), less typos.
11607
11608 2006-06-28 [paul]       2.3.1cvs30
11609
11610         * src/gtk/gtkutils.c
11611                 gtk_combo_box_set_focus_on_click() is only
11612                 available since gtk 2.6.0
11613
11614 2006-06-28 [paul]       2.3.1cvs29
11615
11616         * src/prefs_ext_prog.c
11617                 fix engrish and add a tooltip for the
11618                 'command for 'Display as text' option
11619
11620 2006-06-28 [paul]
11621
11622         2.4.0-rc1 released
11623
11624 2006-06-28 [paul]       2.3.1cvs28
11625
11626         * ChangeLog
11627         * tools/Makefile.am
11628                 include textviewer.pl in releases
11629
11630 2006-06-28 [paul]       2.3.1cvs27
11631
11632         * src/prefs_ext_prog.c
11633                 hide Print command option if libgnomeprint
11634                 support is present
11635
11636 2006-06-27 [colin]      2.3.1cvs26
11637
11638         * src/compose.c
11639                 Fix Esc handling in insert/attach dialog
11640                 Don't show this dialog if dragging something
11641                 else than text/uri-list
11642                 Thanks to Fabien Vantard
11643         * tools/textviewer.pl
11644                 Filter script to display stuff as text
11645                 by H. Merijn Brand
11646
11647 2006-06-27 [wwp]        2.3.1cvs25
11648
11649         * src/messageview.c
11650                 use the exact product name (message view title), patch
11651                 by Fabien Vantard.
11652
11653 2006-06-27 [ticho]      2.3.1cvs24
11654
11655         * src/prefs_account.c
11656         * src/prefs_common.c
11657         * src/prefs_common.h
11658         * src/prefs_ext_prog.c
11659         * src/textview.c
11660                 Add a preference (Preferences/External programs)
11661                 to allow "Display as text" to be done via a script
11662                 (patch by H.Merijn Brand).
11663                 Use GtkComboBox for protocol selection in account
11664                 preferences.
11665                 Only include current choice for existing accounts, and
11666                 insensitivize the combobox.
11667
11668 2006-06-27 [paul]       2.3.1cvs23
11669
11670         * src/mbox.c
11671                 fix crasher introduced in cvs21.
11672                 Thanks to Colin
11673
11674 2006-06-26 [colin]      2.3.1cvs22
11675
11676         * src/mbox.c
11677                 Fix double-frees when leaving folders
11678                 after exporting to mbox
11679
11680 2006-06-26 [colin]      2.3.1cvs21
11681
11682         * src/mbox.c
11683                 More feedback (and optimisation)
11684                 on import/export
11685         * src/common/utils.c
11686                 Fix case when looking for mail addresses
11687         * src/gtk/gtkutils.c
11688                 Extra check for (X-)Face
11689
11690 2006-06-25 [ticho]      2.3.1cvs20
11691
11692         * src/compose.c
11693         * src/exphtmldlg.c
11694         * src/gtk/gtkutils.c
11695         * src/gtk/gtkutils.h
11696                 Added second argument to gtkut_sc_combobox_create() to
11697                 control focus-on-click for the widget.
11698                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11699
11700 2006-06-25 [ticho]      2.3.1cvs19
11701
11702         * src/compose.c
11703         * src/gtk/Makefile.am
11704         * src/gtk/combobox.c
11705         * src/gtk/combobox.h
11706         * src/gtk/gtkutils.c
11707         * src/gtk/gtkutils.h
11708                 Use GtkComboBox instead of deprecated GtkOptionMenu
11709                 for account selector in compose window and for encoding
11710                 selector in attachment properties.
11711                 Also factorise working with the new GtkComboBox somewhat.
11712
11713 2006-06-24 [paul]       2.3.1cvs18
11714
11715         * src/prefs_common.c
11716                 use the correct default value
11717
11718 2006-06-24 [paul]       2.3.1cvs17
11719
11720         * src/compose.c
11721         * src/prefs_common.c
11722         * src/prefs_common.h
11723         * src/prefs_compose_writing.c
11724                 enable setting of default action when
11725                 dnd'ing files in the compose window.
11726                 (Collaborative effort with wwp)
11727
11728 2006-06-23 [wwp]        2.3.1cvs16
11729
11730         * src/compose.c
11731                 i18n fix (thanks to Fabien Vantard)
11732
11733 2006-06-22 [colin]      2.3.1cvs15
11734
11735         * src/prefs_customheader.c
11736                 Don't use filters in custom headers' file 
11737                 selector. Remember, extensions mean nothing :)
11738
11739 2006-06-22 [paul]       2.3.1cvs14
11740
11741         * configure.ac
11742                 allow setting of man directory location
11743
11744 2006-06-22 [colin]      2.3.1cvs13
11745
11746         * src/mainwindow.c
11747                 Add 'View/Go to/Next unread folder'.
11748                 I missed that :)
11749
11750 2006-06-22 [colin]      2.3.1cvs12
11751
11752         * src/common/utils.c
11753                 Add some subject prefixes
11754                 Patch by Bjorn T Johansen <btj@havleik.no>
11755
11756 2006-06-22 [colin]      2.3.1cvs11
11757
11758         * manual/advanced.xml
11759                 Forgotten hidden pref
11760
11761 2006-06-21 [paul]       2.3.1cvs10
11762
11763         * src/prefs_account.c
11764                 complete the removal of 'Add date header' option
11765
11766 2006-06-21 [paul]       2.3.1cvs9
11767
11768         * src/account.c
11769         * src/compose.c
11770         * src/prefs_account.c
11771         * src/prefs_account.h
11772                 remove option to add date header - always
11773                 add date header
11774         * src/etpan/imap-thread.c
11775                 fix warnings (Thanks to Colin)
11776
11777 2006-06-21 [wwp]        2.3.1cvs8
11778
11779         * src/folder.c
11780                 set the attachment flag when inline text part are (file)named. This is more convenient
11781                 when receiving (for instance) inline source files or patches sent using thunderbird.
11782
11783 2006-06-21 [paul]       2.3.1cvs7
11784
11785         * src/inc.c
11786                 fix off-by-one count of current msg in
11787                 statusbar filtering progressbar
11788
11789 2006-06-21 [paul]       2.3.1cvs6
11790
11791         * src/folder.c
11792                 Show attachment icon even if the part is 'inline'
11793                 if the following conditions are met:
11794                 - content-type != 'text/plain'
11795                 - content-type != '*/pgp-signature'
11796                 - either 'name' or 'filename' parameter is not NULL
11797                 
11798                 Thanks to Colin
11799
11800 2006-06-21 [paul]       2.3.1cvs5
11801
11802         * src/messageview.c
11803         * src/prefs_common.c
11804         * src/prefs_common.h
11805         * src/prefs_other.c
11806                 add an option to 'Never send Return
11807                 Receipts'
11808                 Thanks to Colin
11809
11810 2006-06-20 [mones]      2.3.1cvs4
11811
11812         * po/es.po
11813                 updated
11814         * src/compose.c
11815                 typo fixed (space after comma)
11816         * tools/make.themes.project
11817                 remove exec mode from tarball files
11818
11819 2006-06-20 [colin]      2.3.1cvs3
11820
11821         * src/news.c
11822         * src/procheader.c
11823         * src/unmime.c
11824                 Better fix for \n's in headers (don't 
11825                 break Received: and others)
11826
11827 2006-06-20 [paul]       2.3.1cvs2
11828
11829         * src/alertpanel.c
11830         * src/textview.c
11831                 improve legibility of phishing attempt
11832                 dialog
11833
11834 2006-06-20 [paul]       2.3.1cvs1
11835
11836         * NEWS
11837         * README
11838         * configure.ac
11839                 Update version number following
11840                 stable release
11841
11842 2006-06-20 [colin]      2.3.0cvs26
11843
11844         * src/compose.c
11845                 When dragging a file to the text of the compose
11846                 window, ask whether we want to insert or attach
11847                 (I know lots of people who do that to attach)
11848
11849 2006-06-20 [colin]      2.3.0cvs25
11850
11851         * src/etpan/imap-thread.c
11852                 Fix threshold (the append command is often > 32 bytes)
11853
11854 2006-06-19 [colin]      2.3.0cvs24
11855
11856         * src/imap.c
11857         * src/etpan/imap-thread.c
11858                 Workaround Rockliffe IMAP server bug: replace
11859                 "x UID SEARCH (ANSWERED UID 1:*)" with
11860                 "x UID SEARCH ANSWERED"
11861                 (Rockliffe doesn't handle the parenthesis)
11862
11863 2006-06-19 [colin]      2.3.0cvs23
11864
11865         * src/compose.c
11866         * src/imap.c
11867         * src/etpan/imap-thread.c
11868                 Probably fix bug #972 (Freezes when adding 
11869                 an attachment to the message)
11870         * src/common/defs.h
11871                 Modernize Firefox cmd
11872
11873
11874 2006-06-18 [colin]      2.3.0cvs22
11875
11876         * src/prefs_customheader.c
11877                 Only allow correct filenames for various
11878                 custom headers
11879
11880 2006-06-18 [colin]      2.3.0cvs21
11881
11882         * src/prefs_customheader.c
11883                 Add a 'From File...' button in custom headers prefs, which
11884                 try to do the right thing: 
11885                 for normal headers, use file as plaintext,
11886                 for X-Face, calls compface,
11887                 for Face, encode to b64.
11888
11889 2006-06-17 [colin]      2.3.0cvs20
11890
11891         * src/mh.c
11892                 Warning fix
11893
11894 2006-06-16 [colin]      2.3.0cvs19
11895
11896         * src/summaryview.c
11897                 Recursive quicksearch: show message list
11898                 in current folder, *then* search children
11899                 in the background.
11900
11901 2006-06-16 [colin]      2.3.0cvs18
11902
11903         * src/main.c
11904                 Instead of ignoring SIGPIPE, save caches
11905                 when getting one. Will fix the fact that
11906                 hot caches are out-of-date when logging 
11907                 out of Xorg.
11908         * src/compose.c
11909         * src/prefs_compose_writing.c
11910                 Only save text (not attachments) when 
11911                 auto-saving to drafts
11912         * src/unmime.c
11913                 Always replace \n, \r and \t with spaces
11914                 in headers
11915         * manual/dist/html/Makefile.am
11916         * manual/dist/pdf/Makefile.am
11917         * manual/dist/ps/Makefile.am
11918         * manual/dist/txt/Makefile.am
11919         * manual/fr/dist/html/Makefile.am
11920         * manual/fr/dist/pdf/Makefile.am
11921         * manual/fr/dist/ps/Makefile.am
11922         * manual/fr/dist/txt/Makefile.am
11923         * manual/pl/dist/html/Makefile.am
11924         * manual/pl/dist/pdf/Makefile.am
11925         * manual/pl/dist/ps/Makefile.am
11926         * manual/pl/dist/txt/Makefile.am
11927                 Fix make clean removing pregenerated manuals
11928
11929
11930 2006-06-16 [colin]      2.3.0cvs17
11931
11932         * src/plugins/pgpcore/sgpgme.c
11933         * src/plugins/pgpmime/pgpmime.c
11934         * src/plugins/pgpinline/pgpinline.c
11935                 Better error reporting in setup_signers.
11936                 Don't fallback to default key if specified
11937                 key isn't found.
11938                 Don't allow signing if more than one secret
11939                 key matches the one specified in prefs.
11940
11941 2006-06-15 [colin]      2.3.0cvs16
11942
11943         * src/folderview.c
11944                 Add "Send queue" in the folder's contextual
11945                 menu
11946         * src/compose.c
11947         * src/messageview.c
11948         * src/privacy.c
11949         * src/privacy.h
11950         * src/procmime.c
11951         * src/procmsg.c
11952         * src/plugins/pgpcore/passphrase.c
11953         * src/plugins/pgpcore/sgpgme.c
11954         * src/plugins/pgpinline/pgpinline.c
11955         * src/plugins/pgpmime/pgpmime.c
11956                 Better error reporting
11957         * src/mbox.c
11958                 Probably fix bug #971 (2.2.3 cannot read mail 
11959                 from local mbox)
11960
11961
11962 2006-06-15 [mones]      2.3.0cvs15
11963
11964         * tools/make.themes.project
11965                 creates the themes project from the web page
11966
11967 2006-06-15 [colin]      2.3.0cvs14
11968
11969         * src/folder.c
11970                 Better fix (avoid losing the folder if scan_tree 
11971                 fails)
11972
11973 2006-06-15 [cleroy]     2.3.0cvs13
11974
11975         * src/folder.c
11976                 Probably fix Bug #969 (crash on rebuilding 
11977                 imap folder)
11978
11979 2006-06-14 [colin]      2.3.0cvs12
11980
11981         * manual/dtd/manual.xsl
11982         * manual/sylpheed-claws-manual.xml
11983         * manual/fr/sylpheed-claws-manual.xml
11984         * manual/pl/sylpheed-claws-manual.xml
11985                 Insert pagebreaks between sections
11986
11987 2006-06-14 [paul]       2.3.0cvs11
11988
11989         * configure.ac
11990                 better fix than 2.3.0cvs10
11991
11992 2006-06-14 [paul]       2.3.0cvs10
11993
11994         * configure.ac
11995                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11996                 (backwards compatible)
11997
11998 2006-06-13 [colin]      2.3.0cvs9
11999
12000         * src/messageview.c
12001                 Fix sending of return receipt with the new queue folders
12002
12003 2006-06-13 [wwp]        2.3.0cvs8
12004
12005         * src/quote_fmt_lex.l
12006                 fix wrong tokens returned in quote_fmt lexer, query not().
12007
12008 2006-06-13 [wwp]        2.3.0cvs7
12009
12010         * src/folder.c
12011         * src/prefs_folder_item.c
12012                 allow changing folder type even when folder is not a top-level one,
12013                 thanks to Colin.
12014
12015 2006-06-12 [colin]      2.3.0cvs6
12016
12017         * src/folderview.c
12018                 Fix double-ask of "Do you want to mark all
12019                 as read"
12020
12021 2006-06-12 [colin]      2.3.0cvs5
12022
12023         * src/compose.c
12024         * src/compose.h
12025         * src/folder.c
12026         * src/folder.h
12027         * src/imap.c
12028         * src/inc.c
12029         * src/main.c
12030         * src/messageview.c
12031         * src/mh.c
12032         * src/prefs_folder_item.c
12033         * src/procheader.c
12034         * src/procmime.c
12035         * src/procmsg.c
12036         * src/procmsg.h
12037         * src/send_message.c
12038         * src/summaryview.c
12039         * src/toolbar.c
12040                 Apply bug #964's patch (Queue and drafts aren't normal)
12041                 The Drafts and Queue folder now contain RFC-822 files,
12042                 allowing to move and copy mails from and to these 
12043                 folders. Moving from Drafts to Queue will prepare the
12044                 mail for sending (PGP signature, encryption, etc).
12045                 This patch also rework sending errors handling to try
12046                 to be more helpful.
12047                 Also, allow redefining folder types via the GUI 
12048                 (Folder type in its Properties)
12049
12050 2006-06-12 [colin]      2.3.0cvs4
12051
12052         * src/summaryview.c
12053         * src/prefs_common.c
12054         * src/prefs_common.h
12055         * src/gedit-print.c
12056                 Allow to define a specific print font - patch
12057                 by Bernhard Walle <bernhard.walle@gmx.de>
12058         * src/prefs_fonts.c
12059         * manual/advanced.xml
12060         * manual/fr/advanced.xml
12061                 Add a hidden pref to allow deletion without
12062                 confirmation
12063
12064 2006-06-12 [wwp]        2.3.0cvs3
12065
12066         * .cvsignore
12067                 more files to ignore.
12068
12069 2006-06-12 [wwp]        2.3.0cvs2
12070
12071         * src/quote_fmt.c
12072         * src/quote_fmt_lex.l
12073         * src/quote_fmt_parse.y
12074                 extend the quote_fmt parser (templates and quotes):
12075                 - allow limited sub-expressions in |p{} and |f{} expressions,
12076                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12077                 - implemented/fixed missing implementation of query_references and show_references,
12078                 - completed, fixed contents and format of the symbols help dialog,
12079                 - fix some compilation warnings.
12080
12081 2006-06-12 [wwp]        2.3.0cvs1
12082
12083         * manual/advanced.xml
12084         * manual/fr/advanced.xml
12085                 updates in the "templates" section of the manual (eng/fr):
12086                  - be more precise (both versions)
12087                  - completed to match the english reference (fr version)
12088                  - touchups (both versions)
12089
12090 2006-06-12 [paul]       2.3.0
12091
12092         2.3.0 released
12093
12094 2006-06-12 [paul]       2.2.3cvs14
12095
12096         * po/ca.po
12097         * po/cs.po
12098         * po/de.po
12099         * po/el.po
12100         * po/fr.po
12101         * po/it.po
12102         * po/pt_BR.po
12103         * po/sr.po
12104         * po/zh_CN.po
12105                 updated by Miquel Oliete, Tim, Stephan Sachse,
12106                 Stavros Giannouris, Fabien Vantard, Andrea
12107                 Spadaccini, Frederico Goncalves Guimaraes,
12108                 Aleksandar Urosevic, and Ralgh Young
12109
12110 2006-06-12 [colin]      2.2.3cvs13
12111
12112         * src/mbox.c
12113                 Add missing header
12114
12115 2006-06-11 [colin]      2.2.3cvs12
12116
12117         * src/msgcache.c
12118                 Verify that g_malloc() succeeded
12119
12120 2006-06-11 [colin]      2.2.3cvs11
12121
12122         * src/wizard.c
12123                 Add Face header to welcome mail
12124
12125 2006-06-10 [colin]      2.2.3cvs10
12126
12127         * src/textview.c
12128                 Revert previous (Forgot it changes the
12129                 margin on the whole mail)
12130
12131 2006-06-10 [colin]      2.2.3cvs9
12132
12133         * src/textview.c
12134                 Don't overlap long headers under (X-)Face
12135
12136 2006-06-10 [mones]      2.2.3cvs8
12137
12138         * manual/xml2pdf
12139                 allow generation of manual on systems lacking saxon binary
12140                 but with java and the saxon library installed
12141
12142         * po/es.po
12143                 updated for release
12144
12145 2006-06-09 [colin]      2.2.3cvs7
12146
12147         * src/summaryview.c
12148                 Fix leak when using Display Sender using Addressbook
12149
12150 2006-06-09 [colin]      2.2.3cvs6
12151
12152         * src/compose.c
12153         * src/folder.c
12154         * src/folderview.c
12155         * src/mimeview.c
12156         * src/summaryview.c
12157                 More leaks fixes
12158
12159 2006-06-09 [paul]       2.2.3cvs5
12160
12161         * AUTHORS
12162         * src/gtk/authors.h
12163         * tools/claws.i18n.status.pl
12164                 updated with new info
12165
12166 2006-06-09 [paul]       2.2.3cvs4
12167
12168         * README
12169                 updated
12170         * manual/ack.xml
12171                 add wwp to authors list
12172         * src/gtk/authors.h
12173                 update mine and Colin's addresses
12174
12175 2006-06-08 [colin]      2.2.3cvs3
12176
12177         * src/etpan/imap-thread.c
12178                 Fix leak on SSL cert check
12179
12180 2006-06-08 [colin]      2.2.3cvs2
12181
12182         * src/common/utils.c
12183                 Fix leak
12184
12185 2006-06-08 [paul]       2.2.3cvs1
12186
12187         * configure.ac
12188                 Update version number following
12189                 stable release
12190
12191 2006-06-07 [colin]      2.2.2cvs3
12192
12193         * src/msgcache.c
12194                 Fix catching cache read errors (guint instead of gint)
12195                 Prevent malloc'ing more than 8MB (means cache corruption)
12196
12197 2006-06-07 [paul]       2.2.2cvs2
12198
12199         * src/exporthtml.c
12200         * src/exportldif.c
12201         * src/mh.c
12202         * src/mutt.c
12203         * src/pine.c
12204         * src/common/utils.c
12205                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12206                 obey $HOME'
12207                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12208                 Thanks to Colin
12209
12210 2006-06-06 [paul]       2.2.2cvs1
12211
12212         * configure.ac
12213                 Update version number following
12214                 stable release
12215
12216 2006-06-06 [paul]       2.2.1cvs6
12217
12218         * src/matcher.c
12219                 fix  implicit declaration of
12220                 sylpheed_do_idle()
12221                 Patch by Fabien Vantard
12222
12223 2006-06-06 [paul]       2.2.1cvs5
12224
12225         * src/matcher.c
12226                 fix age_greater and age_lower so that they
12227                 mean what say and not '...or equal to'
12228                 Thanks to Colin
12229
12230 2006-06-06 [paul]       2.2.1cvs4
12231
12232         * src/textview.c
12233         * src/common/utils.c
12234                 fix URI check
12235                 Thanks to Colin
12236
12237 2006-06-05 [wwp]        2.2.1cvs3
12238
12239         * manual/fr/account.xml
12240                 minor language fixes (thanks to Fabien Vantard).
12241
12242 2006-06-05 [colin]      2.2.1cvs2
12243
12244         * src/prefs_folder_item.c
12245         * src/folderview.c
12246                 Allow recursive setting of properties 
12247                 for whole mailboxes
12248         * src/matcher.c
12249                 Don't freeze on 'test' filtering rule
12250
12251 2006-06-05 [colin]      2.2.1cvs1
12252
12253         * configure.ac
12254                 Update version number following
12255                 stable release
12256
12257 2006-06-04 [wwp]        2.2.0cvs82
12258
12259         * manual/glossary.xml
12260         * manual/account.xml
12261         * manual/fr/glossary.xml
12262         * manual/fr/account.xml
12263                 added glossary section and references/links related to the Face custom header.
12264
12265 2006-06-04 [colin]      2.2.0cvs81
12266
12267         * src/summaryview.c
12268                 Skip to next message on move with no
12269                 immediate execution
12270
12271 2006-06-04 [wwp]        2.2.0cvs80
12272
12273         * manual/xml2pdf
12274                 added sanity checks, exit when needed.
12275
12276 2006-06-03 [paul]       2.2.0cvs79
12277
12278         * src/prefs_receive.c
12279                 page name is now 'Receiving'
12280         * src/prefs_send.c
12281                 page name is now 'Sending'
12282
12283 2006-06-03 [colin]      2.2.0cvs78
12284
12285         * src/plugins/spamassassin/spamassassin_gtk.c
12286                 Autoswitch to Localhost if transport was previously
12287                 disabled. Else people had to check [] Enable, then
12288                 *reselect* transport.
12289
12290 2006-06-03 [colin]      2.2.0cvs77
12291
12292         * src/plugins/pgpinline/pgpinline.c
12293         * src/plugins/pgpmime/pgpmime.c
12294                 Check that gpg_data_release_and_get_mem 
12295                 didn't fail (now, why this happens...)
12296
12297 2006-06-03 [colin]      2.2.0cvs76
12298
12299         * src/mbox.c
12300                 Fix bug #962 (Manual and/or UI should 
12301                 warn about incompatible locking 
12302                 causing dataloss)
12303
12304 2006-06-02 [cleroy]     2.2.0cvs75
12305
12306         * src/filtering.c
12307         * src/folder.c
12308         * src/procmsg.c
12309         * src/summaryview.c
12310                 Fix a few leaks
12311
12312 2006-06-02 [colin]      2.2.0cvs74
12313
12314         * src/main.c
12315                 On exit, free caches after writing them
12316                 Shuts up some valgrind false positives
12317         * src/procmsg.c
12318         * src/send_message.c
12319                 Fix races when reusing existing SMTP connections
12320                 Fix inexistant session timeout
12321         * src/toolbar.c
12322                 Display alertpanel after all queues have
12323                 been processed, not after each
12324
12325 2006-06-02 [wwp]        2.2.0cvs73
12326
12327         * manual/fr/glossary.xml
12328         * manual/fr/ack.xml
12329         * manual/ack.xml
12330                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12331
12332 2006-06-02 [wwp]        2.2.0cvs72
12333
12334         * manual/xml2pdf
12335         * manual/dist/pdf/Makefile.am
12336         * manual/dtd/manual.xsl
12337         * manual/fr/dist/pdf/Makefile.am
12338         * manual/pl/dist/pdf/Makefile.am
12339                 we changed the procedure to generate the .pdf version of the manual.
12340                 The procedure is more modern and the .pdf we get now has a valid index.
12341                 Here are the new pre-requisites:
12342
12343                 - JRE 1.x (1.4 here): there must be one from your distro
12344                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12345                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12346                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12347
12348                 See my posts for further info about the installation of this toolchain:
12349
12350                 Date: Fri, 19 May 2006 19:40:06 +0200
12351                 From: wwp <subscript@free.fr>
12352                 To: sylpheed-claws-devel@lists.sourceforge.net
12353                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12354
12355                 and
12356
12357                 Date: Wed, 24 May 2006 12:58:49 +0200
12358                 From: wwp <subscript@free.fr>
12359                 To: sylpheed-claws-devel@lists.sourceforge.net
12360                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12361
12362 2006-06-01 [colin]      2.2.0cvs71
12363
12364         * src/compose.c
12365                 Better guards against IMAP races
12366         * src/main.c
12367         * src/prefs_common.c
12368         * src/prefs_common.h
12369         * src/common/ssl_certificate.c
12370         * src/etpan/imap-thread.c
12371         * src/etpan/imap-thread.h
12372         * src/gtk/sslcertwindow.c
12373                 New hidden option ssl_skip_cert_check to 
12374                 avoid dups of bug #959 (libetpan linked
12375                 against gnutls and gnutls buggy on 64bit)
12376                 Present expired warning only once per
12377                 session/server.
12378         * manual/advanced.xml
12379         * manual/fr/advanced.xml
12380                 Document new option
12381
12382 2006-06-01 [wwp]        2.2.0cvs70
12383
12384         * src/messageview.c
12385                 fix for bug #961 (return receipt dialog 
12386                 complains incorrectly about return-path 
12387                 email adress being different), thanks 
12388                 to Colin.
12389
12390 2006-05-31 [cleroy]     2.2.0cvs69
12391
12392         * src/common/ssl.c
12393                 Guard against NULLs, although this
12394                 should never be an issue
12395
12396 2006-05-31 [colin]      2.2.0cvs68
12397
12398         * src/filtering.c
12399                 Use g_slist_prepend
12400         * src/imap.c
12401                 Don't remove caches when destroying folder, it
12402                 could (should) be done at exit
12403         * src/inc.c
12404                 free processing cache after incorporation
12405         * src/etpan/imap-thread.c
12406                 Maybe fix bug #959 (Crash on moving to emails 
12407                 to a imap account per ssl with a expired 
12408                 certificate.)
12409
12410 2006-05-30 [colin]      2.2.0cvs67
12411
12412         * src/summaryview.c
12413                 Put back event flush when displaying message
12414                 It avoids reading a bunch of messages just
12415                 by hitting shift-n for too long ;)
12416
12417 2006-05-29 [colin]      2.2.0cvs66
12418
12419         * src/summaryview.c
12420                 Remove useless g_warnings
12421
12422 2006-05-29 [colin]      2.2.0cvs65
12423
12424         * src/imap.c
12425                 Fix g_slist_append()s for performance
12426
12427 2006-05-29 [colin]      2.2.0cvs64
12428
12429         * src/compose.c
12430         * src/common/utils.c
12431                 Fix extraneous tab at start of addresses
12432         * src/mainwindow.c
12433                 Fix warnings (thanks to Fabien)
12434                 Fix crash at exit when composing messages 
12435                 exist
12436         * src/pop.c
12437                 Fix progress bar when deleting expired mails
12438                 Thanks to Hiro
12439         * src/summaryview.c
12440         * src/gtk/gtksctree.c
12441                 Fix re-sorting slowness
12442
12443 2006-05-29 [paul]       2.2.0cvs63
12444
12445         * src/mh.c
12446                 fetch full message when moving mails
12447                 from another mailbox, (fixed data loss
12448                 when filtering from IMAP to MH, introduced
12449                 in 2.2.0cvs57).
12450                 Thanks to Colin
12451
12452 2006-05-29 [mones]      2.2.0cvs62
12453
12454         * src/gtk/gtksctree.c
12455                 Unselect faster (patch by Colin)        
12456
12457 2006-05-26 [colin]      2.2.0cvs61
12458
12459         * src/summaryview.c
12460                 Unplug MSGINFO_UPDATE callback on delete too.
12461
12462 2006-05-26 [colin]      2.2.0cvs60
12463
12464         * src/foldersel.c
12465                 Fix bold in folder selection window with glib2.10
12466                 thanks Hiro
12467
12468 2006-05-26 [colin]      2.2.0cvs59
12469
12470         * src/procheader.c
12471                 Convert date only if necessary (and don't
12472                 try to convert from utf8 to utf8, too)
12473         * src/summaryview.c
12474                 Only set column's text if the column's 
12475                 displayed
12476
12477 2006-05-26 [colin]      2.2.0cvs58
12478
12479         * src/summaryview.c
12480         * src/gtk/gtkutils.c
12481                 Fix useless warning
12482
12483 2006-05-26 [colin]      2.2.0cvs57
12484
12485         * src/mainwindow.c
12486                 Make summaryview selectable as long as 
12487                 no message has focus
12488         * src/mh.c
12489                 Faster deletion (by implementing mh_remove_msgs)
12490                 Faster copy (avoid using mh_fetch_msg just to get
12491                 the filename)
12492                 Faster move (using move_file instead of copy_file
12493                 if MSG_IS_MOVE)
12494                 No progressbar if total number of mails to cp/mv 
12495                 is less than 100
12496         * src/summaryview.c
12497                 Fix removal from subject_table when mail gets moved
12498                 Faster deletion (g_slist_prepend instead of append)
12499         * src/gtk/gtksctree.c
12500                 Remove useless code
12501
12502 2006-05-25 [colin]      2.2.0cvs56
12503
12504         * src/common/ssl_certificate.c
12505                 Fix leak in expired cert check
12506
12507 2006-05-25 [colin]      2.2.0cvs55
12508
12509         * src/mh.c
12510                 Disable flags syncing on .mh_sequences - it
12511                 is buggy and marks mails read under unknown
12512                 conditions.
12513
12514 2006-05-25 [paul]
12515
12516         * 2.3.0-rc4 released
12517
12518 2006-05-24 [colin]      2.2.0cvs54
12519
12520         attention cvs users: if you manage to crash
12521         Sylpheed-Claws while moving, copying or deleting
12522         mails, we *are* interested in stack traces and
12523         valgrind logs. It looks stable, but one never
12524         knows...
12525
12526         * src/folder.c
12527                 Add progressbar for cache updates
12528         * src/folderutils.c
12529                 Optimize Mark all read in the current
12530                 folder
12531         * src/mh.c
12532                 Add progressbar for copy/move
12533         * src/procmsg.c
12534                 Optimize O(n^2) in copy/move
12535         * src/summaryview.c
12536         * src/gtk/gtksctree.c
12537                 Optimize O(n^2) algos
12538         * src/common/timing.h
12539                 Display ms instead of us
12540
12541 2006-05-24 [wwp]        2.2.0cvs53
12542
12543         * manual/fr/advanced.xml
12544                 updates to the French manual.
12545
12546 2006-05-24 [wwp]        2.2.0cvs52
12547
12548         * src/common/utils.c
12549                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12550
12551 2006-05-24 [wwp]        2.2.0cvs51
12552
12553         * src/folderutils.c
12554                 fixed "mark all read" in MH folders (thanks to Colin).
12555
12556 2006-05-24 [paul]       2.2.0cvs50
12557
12558         * doc/man/sylpheed-claws.1
12559                 updated the man page
12560
12561 2006-05-23 [colin]      2.2.0cvs49
12562
12563         * src/folderview.c
12564         * src/imap.c
12565         * src/inc.c
12566         * src/mbox.c
12567         * src/messageview.c
12568         * src/news.c
12569         * src/send_message.c
12570         * src/summaryview.c
12571         * src/gtk/sslcertwindow.c
12572                 alertpanel fixes, by Fabien
12573
12574 2006-05-23 [colin]      2.2.0cvs48
12575
12576         * src/folder.c
12577         * src/folderview.c
12578         * src/msgcache.c
12579         * src/summaryview.c
12580         * src/gtk/gtksctree.c
12581         * src/gtk/gtksctree.h
12582                 More timings
12583                 Fix slow loading problem, which was caused by the
12584                 use of some gtk_ctree funcs and their use of
12585                 g_list_position while gtk_ctree_(un)link'ing.
12586                 Reap more functions from gtkctree.c to be sure we
12587                 use our (fast) version instead of theirs.
12588         * src/mh.c
12589                 Fix copy of unread mails
12590
12591
12592 2006-05-22 [wwp]        2.2.0cvs47
12593
12594         * manual/fr/advanced.xml
12595                 updated.
12596
12597 2006-05-22 [colin]      2.2.0cvs46
12598
12599         * src/filtering.c
12600                 Fix possible infinite loop. 'copy' is not a 
12601                 final action, so when encountering a 'copy',
12602                 we have to check if a previous one was set
12603                 and do it. In the same way, if we encounter
12604                 a 'move' we have to perform a possibly 
12605                 pending 'copy'. This will slow down filtering
12606                 on IMAP if move+copy or multiple copy actions
12607                 are to be done, but handling it via the batch
12608                 would be really too convoluted.
12609
12610 2006-05-22 [wwp]        2.2.0cvs45
12611
12612         * manual/fr/advanced.xml
12613         * manual/fr/faq.xml
12614         * manual/fr/glossary.xml
12615         * manual/fr/handling.xml
12616         * manual/fr/intro.xml
12617         * manual/fr/plugins.xml
12618         * manual/fr/sylpheed-claws-manual.xml
12619                 sync w/ the english manual: updates URIs, documented mailing-list
12620                 support, better explanation about the enabled/disabled feature
12621                 in filtering/processing rules by Paul.
12622
12623 2006-05-21 [colin]      2.2.0cvs44
12624
12625         * src/summaryview.c
12626                 Don't expand after building threads, but during
12627
12628 2006-05-21 [colin]      2.2.0cvs43
12629
12630         * src/procmsg.c
12631         * src/summaryview.c
12632                 More timing possibilities... For next time I have 
12633                 to find out how the hell some 3GHz computer takes
12634                 one minute to open a 30k folder...
12635
12636 2006-05-21 [colin]      2.2.0cvs42
12637
12638         * manual/pl/advanced.xml
12639         * manual/pl/faq.xml
12640         * manual/pl/glossary.xml
12641         * manual/pl/handling.xml
12642         * manual/pl/intro.xml
12643         * manual/pl/plugins.xml
12644         * manual/pl/sylpheed-claws-manual.xml
12645                 Polish manual updated by Pawel
12646
12647 2006-05-20 [colin]
12648
12649         * 2.3.0-rc3 released
12650
12651 2006-05-20 [colin]      2.2.0cvs41
12652
12653         * src/imap.c
12654                 Fix -rc2 problems:
12655                 - remove cache of moved messages from original folder
12656                 - apply new flags to messages even if they aren't appliable
12657                   via IMAP.
12658
12659 2006-05-20 [colin]
12660
12661         * 2.3.0-rc2 released
12662
12663 2006-05-19 [colin]      2.2.0cvs40
12664
12665         * src/imap.c
12666                 Don't issue SELECT in imap_change_flags
12667                 before having checked that we indeed have
12668                 some flags to change. MSG_POSTFILTERED for
12669                 example can't be used on IMAP.
12670                 Fixes bug #955 (copying messages between 
12671                 imap folders is extremely slow), which was
12672                 a regression.
12673
12674 2006-05-19 [colin]      2.2.0cvs39
12675
12676         * src/folder.c
12677         * src/folder.h
12678         * src/folderview.c
12679                 Try to fix bug #830 (Some unread messages 
12680                 get marked read in IMAP inbox):
12681                 - Prevent scanning a folder if it's being 
12682                   opened via the GUI
12683                 - Postpone opening via the GUI of a folder
12684                   currently scanned.
12685
12686
12687 2006-05-19 [wwp]        2.2.0cvs38
12688
12689         * manual/advanced.xml
12690                 fix English+typo (thanks to Paul).
12691
12692 2006-05-19 [wwp]        2.2.0cvs37
12693
12694         * manual/advanced.xml
12695         * manual/fr/advanced.xml
12696         * src/gtk/logwindow.c
12697         * src/prefs_common.c
12698         * src/prefs_common.h
12699                 added hidden prefs to allow customization of colors used in
12700                 protocol log window (useful for dark gtk+ themes).
12701
12702 2006-05-19 [wwp]        2.2.0cvs36
12703
12704         * ChangeLog
12705                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12706
12707 2006-05-19 [paul]       2.2.0cvs35
12708
12709         * src/textview.c
12710                 make Reply-To fully clickable
12711         * src/gtk/logwindow.c
12712                 more colouring (SMTP ESMTP)
12713         Both patches by Pawel Pekala
12714
12715 2006-05-19 [cleroy]     2.2.0cvs34
12716
12717         * src/mh.c
12718                 Don't update flags from current folder
12719                 Probably fixes bug #935 (Read Messages 
12720                 Revert to Being Marked as Unread)
12721
12722 2006-05-18 [colin]      2.2.0cvs33
12723
12724         * src/imap.c
12725                 Warning fix
12726         * src/compose.c
12727         * src/mainwindow.c
12728         * src/summaryview.c
12729         * src/toolbar.c
12730                 Allow replying to multiple emails
12731                 in multiple windows
12732         * src/mimeview.c
12733         * src/etpan/imap-thread.c
12734                 Leak fixes
12735
12736 2006-05-18 [paul]       2.2.0cvs32
12737
12738         * src/summaryview.c
12739                 keep Mailing-List menu refreshed
12740                 Thanks to Colin
12741
12742 2006-05-18 [paul]       2.2.0cvs31
12743
12744         * manual/advanced.xml
12745         * manual/faq.xml
12746         * manual/glossary.xml
12747         * manual/handling.xml
12748         * manual/intro.xml
12749         * manual/plugins.xml
12750         * manual/sylpheed-claws-manual.xml
12751                 update URLs
12752                 add info about mailing-list support
12753                 edit filtering info
12754         * src/wizard.c
12755         * src/common/defs.h
12756         * src/gtk/about.c
12757         * src/plugins/dillo_viewer/README
12758                 update URLs
12759
12760 2006-05-17 [wwp]        2.2.0cvs30
12761
12762         * manual/handling.xml
12763         * manual/fr/handling.xml
12764                 documented the ability to enabled/disable filtering/processing rules.
12765
12766 2006-05-17 [colin]      2.2.0cvs29
12767
12768         * src/main.c
12769                 Don't initialize g_thread subsystem if it's 
12770                 already done (thanks to Hiro)
12771         * src/mimeview.c
12772                 Fix saving of parts when there name can't be
12773                 converted from UTF-8.
12774
12775 2006-05-17 [paul]       2.2.0cvs28
12776
12777         * po/Makefile.in.in
12778                 fix config.status warning with autoconf 2.60
12779
12780 2006-05-17 [paul]       2.2.0cvs27
12781
12782         * po/POTFILES.in
12783                 add src/mbox.c
12784
12785 2006-05-17 [wwp]        2.2.0cvs26
12786
12787         * src/mainwindow.c
12788                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12789
12790 2006-05-17 [wwp]        2.2.0cvs25
12791
12792         * src/plugins/demo/demo.c
12793                 updated product name in plugin demo (many plugins need to be
12794                 sync'ed w/ that change).
12795
12796 2006-05-17 [colin]      2.2.0cvs24
12797
12798         * src/mh.c
12799                 Fix leak
12800
12801 2006-05-16 [colin]      2.2.0cvs23
12802
12803         * src/mainwindow.c
12804                 Stupid me hit again. Fix cvs22.
12805
12806 2006-05-16 [colin]      2.2.0cvs22
12807
12808         * src/mainwindow.c
12809                 Fix bug #922 (sylpheed-claws crashed after 
12810                 pushing on Inbox folder)
12811
12812 2006-05-16 [colin]      2.2.0cvs21
12813
12814         * src/compose.c
12815                 Make From header be copy/paste/select-able
12816
12817 2006-05-16 [wwp]        2.2.0cvs20
12818
12819         * src/export.c
12820         * src/matcher.c
12821         * src/summaryview.c
12822         * src/etpan/imap-thread.c
12823                 fix some compiler warnings (thanks to Colin).
12824
12825 2006-05-16 [wwp]        2.2.0cvs19
12826
12827         * src/action.c
12828         * src/gedit-print.c
12829         * src/inc.c
12830         * src/mainwindow.c
12831         * src/mh.c
12832         * src/statusbar.c
12833         * src/send_message.c
12834         * src/summaryview.c
12835                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12836
12837 2006-05-15 [colin]      2.2.0cvs18
12838
12839         * src/procmsg.c
12840                 Fix automatic rule creation with List-Post
12841
12842 2006-05-15 [paul]       2.2.0cvs17
12843
12844         * tools/filter_conv_new.pl
12845                 updated for rule enabling/disabling
12846                 claws version >= 2.3.x required
12847
12848 2006-05-15 [cleroy]     2.2.0cvs16
12849
12850         * src/main.c
12851                 Revert test
12852
12853 2006-05-15 [cleroy]     2.2.0cvs15
12854
12855         * src/main.c
12856                 test
12857
12858 2006-05-15 [wwp]        2.2.0cvs14
12859
12860         * manual/pl/.cvsignore
12861                 ignore generated files.
12862
12863 2006-05-14 [wwp]        2.3.0-rc1
12864
12865         * 2.3.0-rc1 released
12866
12867 2006-05-13 [wwp]        2.2.0cvs13
12868
12869         * src/filtering.c
12870         * src/filtering.h
12871         * src/matcher.c
12872         * src/matcher_parser_lex.l
12873         * src/matcher_parser_parse.y
12874         * src/prefs_filtering.c
12875                 new feature: provide the ability to disable filtering and processing
12876                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12877                 adaptations.
12878
12879 2006-05-13 [colin]      2.2.0cvs12
12880
12881         * src/compose.c
12882                 Remove useless if (a) b; else b;
12883                 Thanks to wwp
12884
12885 2006-05-13 [wwp]        2.2.0cvs11
12886
12887         * src/export.c
12888         * src/import.c
12889         * src/mainwindow.c
12890         * src/mbox.c
12891         * src/summaryview.c
12892         * src/summaryview.h
12893                 no more silent failures (or at least less ones) when importing
12894                 or exporting from/to mbox. Also start importing/exporting if
12895                 the necessary info is set.
12896
12897 2006-05-13 [wwp]        2.2.0cvs10
12898
12899         * RELEASE_NOTES
12900                 restored up-to-date release notes.
12901
12902 2006-05-13 [paul]       2.2.0cvs9
12903
12904         * po/nl.po
12905         * po/ru.po
12906                 updated by Tim Dijkstra and Pavlo Bohmat
12907
12908 2006-05-12 [colin]      2.2.0cvs8
12909
12910         * src/gtk/quicksearch.c
12911                 Add "k" as shortcut for "colorlabel". Patch
12912                 by ath42@users.sf.net.
12913
12914 2006-05-12 [paul]       2.2.0cvs7
12915
12916         * src/prefs_common.h
12917         * src/prefs_summaries.c
12918         * src/summaryview.c
12919                 when entering a folder also allow
12920                 going directly to first Marked message
12921
12922 2006-05-12 [paul]       2.2.0cvs6
12923
12924         * src/summaryview.c
12925                 always obey 'confirm before marking all
12926                 mails read' option
12927
12928 2006-05-12 [paul]       2.2.0cvs5
12929
12930         * src/textview.c
12931                 make Sender fully clickable
12932
12933 2006-05-12 [colin]      2.2.0cvs4
12934
12935         * src/compose.c
12936         * src/compose.h
12937                 Let From be editable
12938         * src/main.c
12939         * src/mh.c
12940                 Full support of .mh_sequences' Unseen seq
12941
12942 2006-05-12 [colin]      2.2.0cvs3
12943
12944         * src/folder.c
12945         * src/mainwindow.c
12946         * src/mainwindow.h
12947         * src/messageview.c
12948         * src/prefs_spelling.c
12949         * src/procheader.c
12950         * src/procmsg.c
12951         * src/procmsg.h
12952         * src/summaryview.c
12953         * src/toolbar.c
12954         * src/toolbar.h
12955                 Add contextual menu on Compose toolbar
12956                 button. Fixes bug #944 (Automatic
12957                 addresses not applied when changing account
12958                 from compose window)
12959                 add Mailing List support
12960                 based on the old 0.6.5claws25 patch by
12961                 Melvin Hadasht, with finishing touches
12962                 by Colin
12963                 Fix "ignore thread" when mails are threaded by
12964                 subject (and weren't ignored although appearing
12965                 in the thread).
12966                 GUI rework.
12967                 Both patches by Pawel.
12968
12969 2006-05-08 [paul]       2.2.0cvs2
12970
12971         * src/mainwindow.c
12972         * src/mainwindow.h
12973         * src/messageview.c
12974         * src/procheader.c
12975         * src/procmsg.c
12976         * src/procmsg.h
12977         * src/summaryview.c
12978                 add Mailing List support
12979                 based on the old 0.6.5claws25 patch by 
12980                 Melvin Hadasht, with finishing touches
12981                 by Colin
12982
12983 2006-05-08 [colin]      2.2.0cvs1
12984
12985         * src/mainwindow.c
12986         * src/toolbar.c
12987         * src/toolbar.h
12988                 Add contextual menu on Compose toolbar 
12989                 button. Fixes bug #944 (Automatic 
12990                 addresses not applied when changing account 
12991                 from compose window)
12992
12993 2006-05-08 [paul]       2.2.0
12994
12995         2.2.0 released
12996
12997 2006-05-08 [paul]       2.1.1cvs51
12998
12999         * po/cs.po
13000         * po/de.po
13001         * po/en_GB.po
13002         * po/fi.po
13003         * po/fr.po
13004         * po/pt_BR.po
13005         * po/sr.po
13006         * po/zh_CN.po
13007                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13008                 Fabien Vantard, Frederico Goncalves Guimaraes,
13009                 Aleksandar Urosevic, and Ralgh Young
13010
13011 2006-05-12 [colin]      2.1.1cvs50
13012
13013         * po/cs.po
13014         * po/de.po
13015         * po/en_GB.po
13016         * po/es.po
13017         * po/fi.po
13018         * po/fr.po
13019         * po/pt_BR.po
13020         * po/sr.po
13021         * po/zh_CN.po
13022                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13023                 Fabien Vantard, Frederico Goncalves Guimaraes,
13024                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13025
13026 2006-05-05 [colin]      2.1.1cvs49
13027
13028         * manual/Makefile.am
13029         * manual/pl/Makefile.am
13030         * manual/pl/account.xml
13031         * manual/pl/ack.xml
13032         * manual/pl/addrbook.xml
13033         * manual/pl/advanced.xml
13034         * manual/pl/faq.xml
13035         * manual/pl/glossary.xml
13036         * manual/pl/gpl.xml
13037         * manual/pl/handling.xml
13038         * manual/pl/intro.xml
13039         * manual/pl/keyboard.xml
13040         * manual/pl/plugins.xml
13041         * manual/pl/starting.xml
13042         * manual/pl/sylpheed-claws-manual.xml
13043         * manual/pl/dist/.cvsignore
13044         * manual/pl/dist/Makefile.am
13045         * manual/pl/dist/html/.cvsignore
13046         * manual/pl/dist/html/Makefile.am
13047         * manual/pl/dist/pdf/.cvsignore
13048         * manual/pl/dist/pdf/Makefile.am
13049         * manual/pl/dist/ps/.cvsignore
13050         * manual/pl/dist/ps/Makefile.am
13051         * manual/pl/dist/txt/.cvsignore
13052         * manual/pl/dist/txt/Makefile.am
13053                 Add the polish translation of the manual,
13054                 Authored by Pawel Pekala.
13055
13056 2006-05-05 [cleroy]     2.1.1cvs48
13057
13058         * src/main.c
13059                 Re-read matcherrc after loading plugins 
13060                 if some of them add folders.
13061
13062 2006-05-03 [colin]      2.1.1cvs47
13063
13064         * src/imap.c
13065                 I'm idiot
13066
13067 2006-05-03 [colin]      2.1.1cvs46
13068
13069         * src/imap.c
13070                 Be sure to have a session when
13071                 getting separator
13072
13073 2006-05-03 [colin]      2.1.1cvs45
13074
13075         * src/imap.c
13076         * src/imap.h
13077         * src/imap_gtk.c
13078                 Fix preventing renaming with namespace 
13079                 separator.
13080
13081 2006-05-01 [colin]      2.1.1cvs44
13082
13083         * src/action.c
13084                 Don't reload messageview when result of
13085                 action is piped.
13086
13087 2006-04-29 [colin]      2.1.1cvs43
13088
13089         * src/prefs_receive.c
13090         * src/plugins/spamassassin/spamassassin_gtk.c
13091         * src/plugins/clamav/clamav_plugin_gtk.c
13092                 GUI fixes by Pawel
13093
13094 2006-04-29 [colin]      2.1.1cvs42
13095
13096         * src/prefs_compose_writing.c
13097         * src/prefs_quote.c
13098                 Cleanups. Patch by Pawel
13099
13100 2006-04-28 [paul]       2.1.1cvs41
13101
13102         * src/matcher.c
13103                 fix returned quick search results when search
13104                 term contains an underscore.
13105                 Thanks to Colin
13106
13107 2006-04-28 [paul]       2.1.1cvs40
13108
13109         * src/prefs_message.c
13110         * src/prefs_receive.c
13111                 GUI cleanups
13112                 Patches by Pawel Pekala
13113
13114 2006-04-27 [colin]      2.1.1cvs39
13115
13116         * src/wizard.c
13117                 Differentiate subject Welcome from
13118                 window's title Welcome
13119
13120 2006-04-27 [paul]
13121
13122         2.2.0-rc1 released
13123
13124 2006-04-27 [paul]       2.1.1cvs38
13125
13126         * manual/advanced.xml
13127         * manual/fr/advanced.xml
13128                 add info about compose_no_markup hidden pref
13129
13130 2006-04-27 [paul]       2.1.1cvs37
13131
13132         * src/prefs_account.c
13133                 improve privacy labels
13134         * src/prefs_msg_colors.c
13135                 change some strings for translators' convenience
13136         * src/gtk/gtkutils.c
13137                 don't underline the link button text
13138
13139 2006-04-25 [colin]      2.1.1cvs36
13140
13141         * src/folder.c
13142                 Complete 2.1.1cvs33 (once more ;)
13143
13144 2006-04-25 [colin]      2.1.1cvs35
13145
13146         * src/editldap.c
13147                 Fix tooltip
13148
13149 2006-04-25 [cleroy]     2.1.1cvs34
13150
13151         * src/compose.c
13152         * src/gtk/gtkaspell.c
13153                 Fix crash on redirect (related to the return 
13154                 of the aspell menu in compose's toolbar)
13155         * src/prefs_msg_colors.c
13156                 Fix sensitivity widgets
13157         * src/image_viewer.c
13158         * src/gtk/pluginwindow.c
13159         * src/gtk/prefswindow.c
13160                 Change released signals to clicked (Fabien)
13161         * po/POTFILES.in
13162         * src/common/socket.c
13163         * src/plugins/spamassassin/spamassassin.c
13164                 Translate strings (Fabien)
13165
13166 2006-04-25 [paul]       2.1.1cvs33
13167
13168         * src/folder.c
13169         * src/folder.h
13170         * src/folderview.c
13171                 complete the fix of bug #912
13172                 Thanks to Colin
13173
13174 2006-04-25 [colin]      2.1.1cvs32
13175
13176         * src/news.c
13177                 Better progress bar
13178         * src/mimeview.c
13179         * src/summaryview.c
13180         * src/summaryview.h
13181                 Fix focus chain
13182                 Patches by Pawel Pekala
13183
13184 2006-04-24 [colin]      2.1.1cvs31
13185
13186         * src/compose.c
13187                 Fix compilation warnings (Fabien)
13188
13189 2006-04-24 [colin]      2.1.1cvs30
13190
13191         * src/addrindex.c
13192         * src/editldap.c
13193         * src/editldap_basedn.c
13194         * src/editldap_basedn.h
13195         * src/ldapctrl.c
13196         * src/ldapctrl.h
13197         * src/ldapquery.c
13198         * src/ldaputil.c
13199         * src/ldaputil.h
13200                 Fix bug #901 (LDAPS support)
13201
13202 2006-04-24 [colin]      2.1.1cvs29
13203
13204         * src/compose.c
13205                 Fix logic on error with send dialog on
13206         * src/imap.c
13207                 Fix compilation without libetpan, thanks
13208                 to Fabien
13209         * src/summaryview.c
13210                 Fix 'context-menu' key
13211
13212 2006-04-23 [colin]      2.1.1cvs28
13213
13214         * src/folder.c
13215                 Never free current's cache to free up 
13216                 memory. Fixes bug #912 (new count 
13217                 randomly set to message count)
13218
13219 2006-04-23 [colin]      2.1.1cvs27
13220
13221         * src/gtk/quicksearch.c
13222                 And remove printf...
13223
13224 2006-04-23 [colin]      2.1.1cvs26
13225
13226         * src/gtk/quicksearch.c
13227                 Fix replacing in quicksearch, and fix inserting
13228                 in the middle of the string. (introduced at 2.1.0cvs22)
13229
13230 2006-04-23 [colin]      2.1.1cvs25
13231
13232         * src/imap.c
13233                 Make sure uidnext is initialized in get_num_list
13234                 (not for stable, related to 2.1.1cvs8 and friends)
13235
13236 2006-04-23 [colin]      2.1.1cvs24
13237
13238         * src/imap.c
13239                 Output something when login is successful
13240                 too
13241
13242 2006-04-23 [colin]      2.1.1cvs23
13243
13244         * src/etpan/imap-thread.c
13245                 Better logging (line-per-line, hide data in fetch)
13246                 Fix a const warning
13247         * src/gtk/logwindow.c
13248         * src/gtk/logwindow.h
13249                 Better logging (color for input/output)
13250
13251 2006-04-21 [colin]      2.1.1cvs22
13252
13253         * src/gtk/quicksearch.c
13254                 On gtk+-2.8, use stock buttons in quicksearch
13255                 Based on a patch by Fabien and a design by Paul
13256
13257 2006-04-21 [colin]      2.1.1cvs21
13258
13259         * src/folderview.c
13260         * src/mainwindow.c
13261                 Fix occasional flicker in folderview
13262         * src/common/utils.c
13263                 Fix bug #943 (Incorrectly parsed email address 
13264                 list in short headers on message view and in 
13265                 printouts)
13266
13267 2006-04-20 [colin]      2.1.1cvs20
13268
13269         * src/imap.c
13270         * src/imap.h
13271         * src/prefs_account.c
13272                 Add ANONYMOUS auth for IMAP
13273
13274 2006-04-20 [paul]       2.1.1cvs19
13275
13276         * src/main.c
13277                 proper fix for 2.1.1cvs18
13278                 Thanks to Colin
13279
13280 2006-04-20 [paul]       2.1.1cvs18
13281
13282         * src/main.c
13283                 fix build warnings
13284
13285 2006-04-20 [paul]       2.1.1cvs17
13286
13287         * src/gtk/quicksearch.c
13288                 fix standard, non-extended Quick search,
13289                 was broken in 2.1.1cvs15.
13290                 Thanks to Colin.
13291
13292 2006-04-20 [colin]      2.1.1cvs16
13293
13294         * src/prefs_matcher.c
13295                 Fix values when reselecting a ~test
13296                 rule
13297
13298 2006-04-19 [colin]      2.1.1cvs15
13299
13300         * src/compose.c
13301         * src/compose.h
13302         * src/gtk/gtkaspell.c
13303         * src/gtk/gtkaspell.h
13304                 Put back Options menu in Spelling/
13305         * src/gtk/quicksearch.c
13306                 Don't search, and show error, if the
13307                 advanced search has a syntax error
13308
13309 2006-04-18 [colin]      2.1.1cvs14
13310
13311         * src/textview.c
13312                 Fix gdk warnings on set_cursor when textview
13313                 isn't visible
13314
13315 2006-04-18 [colin]      2.1.1cvs13
13316
13317         * src/gtk/gtksctree.c
13318                 Remove seemingly useless refresh that causes
13319                 flicker - watch this commit in case of 
13320                 problems before planned backport to stable
13321
13322 2006-04-18 [colin]      2.1.1cvs12
13323
13324         * src/imap.c
13325                 Factorize get/set_xml code
13326         * src/compose.c
13327         * src/prefs_account.c
13328         * src/prefs_account.h
13329         * src/procmsg.c
13330                 Add Encrypt to self option
13331
13332 2006-04-17 [colin]      2.1.1cvs11
13333
13334         * configure.ac
13335                 Fix search on encrpyt function on dragonfly
13336                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13337
13338 2006-04-17 [colin]      2.1.1cvs10
13339
13340         * src/prefs_account.c
13341                 Be safe by default: remove mails from POP3
13342                 after 7 days, not immediately
13343
13344 2006-04-17 [colin]      2.1.1cvs9
13345
13346         * src/etpan/imap-thread.c
13347                 Fix build on DragonFly - patch by 
13348                 Jonathan Buschmann <jonthn@agmact.com>
13349
13350 2006-04-17 [colin]      2.1.1cvs8
13351
13352         * src/imap.c
13353                 Save uidnext between sessions
13354
13355 2006-04-17 [colin]      2.1.1cvs7
13356
13357         * src/imap.c
13358                 scan is required when uid validity changes
13359
13360 2006-04-17 [colin]      2.1.1cvs6
13361
13362         * src/folderview.c
13363                 Don't scan if not necessary, apart in current
13364                 folder and INBOX to fetch flags.
13365         * src/imap.c
13366                 Scan is necessary if unread count changes
13367
13368 2006-04-17 [colin]      2.1.1cvs5
13369
13370         * src/imap.c
13371                 ...But always fetch ANSWERED and DELETED flags for
13372                 INBOX, as filtering can happen on these flags.
13373
13374 2006-04-17 [colin]      2.1.1cvs4
13375
13376         * src/imap.c
13377                 Don't fetch REPLIED and DELETED flags when synchronising
13378                 flags with a closed folder. We only need UNSEEN and FLAGGED
13379                 to update the folderview.
13380
13381 2006-04-17 [colin]      2.1.1cvs3
13382
13383         * src/imap.c
13384                 Faster flag search when there are new mails 
13385                 in a folder. We can do a full search if the 
13386                 folder contains less messages than the new
13387                 list.
13388
13389 2006-04-17 [colin]      2.1.1cvs2
13390
13391         * po/cs.po
13392         * po/de.po
13393         * po/fr.po
13394         * po/nl.po
13395         * po/pt_BR.po
13396                 Update translations from stable branch
13397
13398 2006-04-17 [colin]      2.1.1cvs1
13399
13400         * configure.ac
13401                 Bump version to follow stable release
13402
13403 2006-04-16 [mones]      2.1.0cvs50
13404
13405         * po/es.po
13406                 Updated for release
13407
13408 2006-04-16 [colin]      2.1.0cvs49
13409
13410         * src/textview.c
13411                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13412                 with gtk < 2.8. Thanks to Fabien Vantard.
13413
13414 2006-04-15 [colin]      2.1.0cvs48
13415
13416         * src/etpan/imap-thread.c
13417                 Fix bug #919 (libetpan: SEGV when connecting 
13418                 using command)
13419
13420 2006-04-14 [colin]      2.1.0cvs47
13421
13422         * src/main.c
13423                 Fix race on --select (should be done better)
13424
13425 2006-04-14 [wwp]        2.1.0cvs46
13426
13427         * src/send_message.c
13428                 enforce a check for domain in account prefs (a sending
13429                 error could be faced if domain was checked but no value set),
13430                 thanks to Colin.
13431
13432 2006-04-14 [colin]      2.1.0cvs45
13433
13434         * src/codeconv.c
13435                 when converting from unknown to unknown, if the
13436                 string is UTF8, don't convert it to the locale
13437                 (which breaks it)
13438
13439 2006-04-14 [colin]      2.1.0cvs44
13440
13441         * src/compose.c
13442                 Don't try to use ASCII for converting headers
13443                 (as done in body)
13444
13445 2006-04-14 [paul]       2.1.0cvs43
13446
13447         * src/crash.c
13448                 add locale/charset info to crash report
13449         * src/gtk/about.c
13450                 add wwp to doc team
13451                 replace 'e-mail' with preferred 'email'
13452         * src/gtk/authors.h
13453                 ensure contributors list is in alphabetical
13454                 order
13455
13456 2006-04-13 [colin]      2.1.0cvs42
13457
13458         * src/textview.c
13459                 Prevent gdk warnings
13460
13461 2006-04-13 [colin]      2.1.0cvs41
13462
13463         * src/common/ssl_certificate.c
13464         * src/common/ssl_certificate.h
13465         * src/gtk/sslcertwindow.c
13466                 Warn on expired certs, and display the expiration date
13467
13468 2006-04-13 [colin]      2.1.0cvs40
13469
13470         * src/plugins/spamassassin/spamassassin_gtk.c
13471                 Fix missing set_text on unix socket
13472
13473 2006-04-13 [wwp]        2.1.0cvs39
13474
13475         * manual/fr/advanced.xml
13476         * manual/fr/glossary.xml
13477                 applied new spam/ham/email lexicon (pourriel, courriel)
13478
13479 2006-04-13 [paul]       2.1.0cvs38
13480
13481         * src/plugins/pgpmime/plugin.c
13482                 remove the mention of S/MIME from the
13483                 description. This is now handled by the
13484                 S/MIME plugin.
13485
13486 2006-04-13 [paul]       2.1.0cvs37
13487
13488         * src/prefs_msg_colors.c
13489                 rework dialog
13490         * src/prefs_folder_item.c
13491         * src/prefs_spelling.c
13492                 add a tooltip to the colour selector buttons
13493
13494 2006-04-13 [wwp]        2.1.0cvs36
13495
13496         * manual/advanced.xml
13497         * manual/glossary.xml
13498         * manual/handling.xml
13499         * manual/keyboard.xml
13500         * manual/plugins.xml
13501         * manual/starting.xml
13502         * manual/fr/account.xml
13503         * manual/fr/ack.xml
13504         * manual/fr/addrbook.xml
13505         * manual/fr/advanced.xml
13506         * manual/fr/faq.xml
13507         * manual/fr/glossary.xml
13508         * manual/fr/gpl.xml
13509         * manual/fr/handling.xml
13510         * manual/fr/intro.xml
13511         * manual/fr/keyboard.xml
13512         * manual/fr/plugins.xml
13513         * manual/fr/starting.xml
13514         * manual/fr/sylpheed-claws-manual.xml
13515                 fixes to the manuals:
13516                  - summaryview -> Message List (same in French)
13517                  - translate key names
13518                  - fix French punctuation, use non-breakable spaces when
13519                    necessary, don't use &thinsp; which is not portable
13520                  - tell what maildir and mbox formats we support
13521
13522 2006-04-12 [wwp]        2.1.0cvs35
13523
13524         * src/prefs_toolbar.c
13525                 unified a replace button more,
13526                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13527
13528 2006-04-12 [wwp]        2.1.0cvs34
13529
13530         * src/prefs_common.c
13531         * src/prefs_msg_colors.c
13532                 make default color labels translatable,
13533                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13534                 thanks to Tim <timbrain@post.cz> for reporting.
13535
13536 2006-04-12 [wwp]        2.1.0cvs33
13537
13538         * manual/glossary.xml
13539         * manual/intro.xml
13540         * manual/plugins.xml
13541         * manual/starting.xml
13542         * manual/sylpheed-claws-manual.xml
13543         * manual/fr/.cvsignore
13544         * manual/fr/account.xml
13545         * manual/fr/ack.xml
13546         * manual/fr/addrbook.xml
13547         * manual/fr/advanced.xml
13548         * manual/fr/faq.xml
13549         * manual/fr/glossary.xml
13550         * manual/fr/handling.xml
13551         * manual/fr/intro.xml
13552         * manual/fr/keyboard.xml
13553         * manual/fr/plugins.xml
13554         * manual/fr/starting.xml
13555         * manual/fr/sylpheed-claws-manual.xml
13556                 various fixes: typos, missing .fr translations, punctuation,
13557                 capitalization, links, accents and some bad French more.
13558
13559 2006-04-12 [wwp]        2.1.0cvs32
13560
13561         * src/prefs_gtk.c
13562                 fix for bug #935: always store prefs files in UTF-8 (thanks
13563                 to Colin).
13564
13565 2006-04-11 [colin]      2.1.0cvs31
13566
13567         * src/compose.c
13568                 Fix inserting files not in utf8 when locale is utf8
13569
13570 2006-04-11 [colin]      2.1.0cvs30
13571
13572         * src/inc.c
13573                 Don't show error dialog when cancelling connection
13574                 Patch by Pawel
13575
13576 2006-04-11 [cleroy]     2.1.0cvs29
13577
13578         * src/compose.c
13579                 Implement multiple quote levels
13580         * src/prefs_common.c
13581                 Change a little bit the quote bgcolor for 2nd level
13582
13583 2006-04-11 [colin]      2.1.0cvs28
13584
13585         * src/gtk/about.c
13586                 Add locale and charset in the label
13587
13588 2006-04-10 [colin]      2.1.0cvs27
13589
13590         * src/compose.c
13591         * src/prefs_common.c
13592         * src/prefs_common.h
13593         * src/prefs_msg_colors.c
13594         * src/textview.c
13595                 Allow optional background color in quotes
13596                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13597                 GTK+-2.8.x feature
13598
13599 2006-04-10 [colin]      2.1.0cvs26
13600
13601         * src/main.c
13602         * src/mainwindow.c
13603         * src/mainwindow.h
13604                 Implement --select
13605
13606 2006-04-10 [colin]      2.1.0cvs25
13607
13608         * manual/plugins.xml
13609         * manual/fr/plugins.xml
13610                 Document libcurl's proxy variables
13611
13612 2006-04-09 [colin]      2.1.0cvs24
13613
13614         * src/prefs_common.c
13615                 gettext() returns statically allocated stuff. We have
13616                 to strdup it in order to be able to free it.
13617
13618 2006-04-09 [colin]      2.1.0cvs23
13619
13620         * AUTHORS
13621         * src/gtk/authors.h
13622                 Add Alexei
13623
13624 2006-04-09 [colin]      2.1.0cvs22
13625
13626         * src/mainwindow.c
13627         * src/gtk/quicksearch.c
13628                 Fix bug #859 (problems with cyrilic input in 
13629                 search panel) - Patch by Alexey Illarionov 
13630                 <littlesavage@rambler.ru>
13631
13632 2006-04-09 [colin]      2.1.0cvs21
13633
13634         * src/prefs_customheader.c
13635                 I prefer removing then freeing rather than the contrary
13636                 (even if it doesn't change anything ;-)
13637         * src/prefs_account.c
13638                 Fix bug #933 (Crash re-entering the custom headers list 
13639                 dialog in accounts prefs)
13640                 The problem happened when cancelling the Account 
13641                 Preferences' dialogs - in which case we didn't do 
13642                 anything to the PrefsAccount * struct. In case of applying,
13643                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13644                 working with in this dialog. The problem is that 
13645                 prefs_customheader.c, working on this tmp_ac_prefs, always
13646                 changes the ->customhdr_list pointer, even when cancelled. 
13647                 So in case of cancelling the prefs_account dialog, we still
13648                 have to update ->customhdr_list in the real account.
13649
13650 2006-04-08 [colin]      2.1.0cvs20
13651
13652         * manual/fr/glossary.xml
13653         * manual/fr/keyboard.xml
13654                 Forgot some headers :)
13655
13656 2006-04-08 [colin]      2.1.0cvs19
13657
13658         * manual/Makefile.am
13659         * manual/fr/Makefile.am
13660         * manual/fr/account.xml
13661         * manual/fr/ack.xml
13662         * manual/fr/addrbook.xml
13663         * manual/fr/advanced.xml
13664         * manual/fr/faq.xml
13665         * manual/fr/glossary.xml
13666         * manual/fr/gpl.xml
13667         * manual/fr/handling.xml
13668         * manual/fr/intro.xml
13669         * manual/fr/keyboard.xml
13670         * manual/fr/plugins.xml
13671         * manual/fr/starting.xml
13672         * manual/fr/sylpheed-claws-manual.xml
13673         * manual/fr/dist/.cvsignore
13674         * manual/fr/dist/Makefile.am
13675         * manual/fr/dist/html/.cvsignore
13676         * manual/fr/dist/html/Makefile.am
13677         * manual/fr/dist/pdf/.cvsignore
13678         * manual/fr/dist/pdf/Makefile.am
13679         * manual/fr/dist/ps/.cvsignore
13680         * manual/fr/dist/ps/Makefile.am
13681         * manual/fr/dist/txt/.cvsignore
13682         * manual/fr/dist/txt/Makefile.am
13683                 Add the french translation of the manual. Thanks to
13684                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13685                 account.xml, ack.xml, addrbook.xml and advanced.xml
13686
13687 2006-04-08 [colin]      2.1.0cvs18
13688
13689         * manual/plugins.xml
13690         * manual/starting.xml
13691                 More fixes
13692
13693 2006-04-07 [colin]      2.1.0cvs17
13694
13695         * manual/faq.xml
13696         * manual/intro.xml
13697         * manual/keyboard.xml
13698                 Little fixes
13699
13700 2006-04-07 [colin]      2.1.0cvs16
13701
13702         * README
13703         * src/compose.c
13704         * src/prefs_common.c
13705         * src/prefs_common.h
13706                 Add hidden compose_no_markup pref
13707
13708 2006-04-07 [wwp]        2.1.0cvs15
13709
13710         * src/summary_search.c
13711         * .cvsignore
13712                 Bugfix: stop button was sticky when searching in an empty folder.
13713                 Applied curly brackets code style to the whole file (summary_search.c).
13714                 More files to ignore.
13715
13716 2006-04-07 [wwp]        2.1.0cvs14
13717
13718         * src/message_search.c
13719         * src/summary_search.c
13720                 changed default button when search bumps at file/folder
13721                 beginning or end, for convenience (thanks to Colin).
13722
13723 2006-04-07 [paul]       2.1.0cvs13
13724
13725         * src/plugins/dillo_viewer/dillo_prefs.c
13726                 avoid future potential for namespace collision
13727                 Patch by Colin
13728
13729 2006-04-06 [wwp]        2.1.0cvs12
13730
13731         * src/summary_search.c
13732                 Unify extended/advanced searches names (and thus factorize labels),
13733                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13734
13735 2006-04-06 [wwp]        2.1.0cvs11
13736
13737         * src/folderview.c
13738         * src/prefs_themes.c
13739         * src/summaryview.c
13740                 Fixed some compilation warnings.
13741
13742 2006-04-06 [colin]      2.1.0cvs10
13743
13744         * manual/advanced.xml
13745                 Document the wizard template and how to deploy
13746                 Sylpheed-Claws effectively
13747
13748 2006-04-06 [colin]      2.1.0cvs9
13749
13750         * src/folderview.c
13751                 gettext patch to tell translators about _("#"),
13752                 by Maxim Britov
13753
13754 2006-04-06 [colin]      2.1.0cvs8
13755
13756         * src/textview.c
13757                 Fix invalid GtkTextBIter after clicking "Display as text"
13758
13759 2006-04-06 [mones]      2.1.0cvs7
13760
13761         * src/addr_compl.c
13762         * src/addrindex.c
13763         * src/addritem.c
13764         * src/codeconv.c
13765         * src/compose.c
13766         * src/filtering.c
13767         * src/folder.c
13768         * src/folder_item_prefs.c
13769         * src/folderview.c
13770         * src/localfolder.c
13771         * src/matcher.c
13772         * src/mimeview.c
13773         * src/prefs_msg_colors.c
13774         * src/prefs_spelling.c
13775         * src/prefs_themes.c
13776         * src/procmime.c
13777         * src/procmsg.c
13778         * src/stock_pixmap.c
13779         * src/summaryview.c
13780         * src/textview.c
13781         * src/toolbar.c
13782         * src/common/mgutils.c
13783         * src/common/prefs.c
13784         * src/common/ssl_certificate.c
13785         * src/gtk/colorlabel.c
13786         * src/gtk/quicksearch.c
13787         * src/plugins/pgpmime/pgpmime.c
13788         * src/plugins/spamassassin/spamassassin.c
13789                 Removed redundant NULL checks for g_free() calls.
13790                 Patch by Pawel Pekala.
13791
13792 2006-04-06 [mones]      2.1.0cvs6
13793
13794         * src/prefs_actions.c
13795         * src/prefs_filtering.c
13796         * src/prefs_filtering_action.c
13797         * src/prefs_matcher.c
13798         * src/prefs_template.c
13799         * src/gtk/gtkutils.c
13800         * src/gtk/gtkutils.h
13801                 Have a nice replace button. Patch by Pawel Pekala
13802
13803 2006-04-06 [colin]      2.1.0cvs5
13804
13805         * src/addressbook.c
13806                 Fix crash with empty columns
13807
13808 2006-04-05 [colin]      2.1.0cvs4
13809
13810         * src/wizard.c
13811         * src/prefs_gtk.c
13812                 Allow wizard customization with pre-filled values
13813
13814 2006-04-05 [colin]      2.1.0cvs3
13815
13816         * src/textview.c
13817         * src/mimeview.c
13818         * src/mimeview.h
13819                 Nicer messages in mimeview
13820
13821 2006-04-05 [colin]      2.1.0cvs2
13822
13823         * src/addressbook.c
13824         * src/prefs_summaries.c
13825                 i18n fix
13826
13827 2006-04-05 [colin]      2.1.0cvs1
13828
13829         * src/plugins/pgpcore/plugin.c
13830         * src/plugins/pgpcore/select-keys.c
13831         * src/plugins/pgpcore/select-keys.h
13832         * src/plugins/pgpcore/sgpgme.c
13833         * src/plugins/pgpcore/sgpgme.h
13834         * src/plugins/pgpinline/pgpinline.c
13835         * src/plugins/pgpinline/plugin.c
13836         * src/plugins/pgpmime/pgpmime.c
13837         * src/plugins/pgpmime/plugin.c
13838                 Factorize and generalize a bit 
13839                 Drop S/MIME signature verification from PGP/MIME
13840                 (adding it as another, more complete plugin)
13841
13842 2006-04-05 [paul]       2.1.0
13843
13844         2.1.0 released
13845
13846 2006-04-05 [paul]       2.0.0cvs186
13847
13848         * manual/advanced.xml
13849                 add info on colour labels
13850
13851 2006-04-05 [paul]       2.0.0cvs185
13852
13853         * po/bg.po
13854         * po/cs.po
13855         * po/de.po
13856         * po/el.po
13857         * po/en_GB.po
13858         * po/fi.po
13859         * po/fr.po
13860         * po/it.po
13861         * po/nl.po
13862         * po/pl.po
13863         * po/pt_BR.po
13864         * po/sr.po
13865         * po/zh_CN.po
13866                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13867                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13868                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13869                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13870         * src/gtk/authors.h
13871         * tools/claws.i18n.status.pl
13872                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13873                 and new Czech translator, Tim <timbrain@post.cz>
13874
13875 2006-04-05 [mones]      2.0.0cvs184
13876
13877         * po/es.po
13878                 Updated translation
13879
13880 2006-04-05 [colin]      2.0.0cvs183
13881
13882         * src/gtk/quicksearch.c
13883                 Fix bug #929 (unnecessary reload in quick search bar)
13884
13885 2006-04-05 [colin]      2.0.0cvs182
13886
13887         * src/compose.c
13888                 Fix crash on Reply with no From:
13889                 Show signature and conversion error on queuing 
13890                 (but not sending)
13891         * src/mainwindow.c
13892         * src/summaryview.c
13893         * src/summaryview.h
13894                 Factorize threading code and make sure msginfo 
13895                 is not null when it comes from a GtkCTreeRow's 
13896                 data
13897         * src/gtk/gtkaspell.c
13898                 Check for necessary things
13899         * src/gtk/gtksctree.c
13900         * src/gtk/gtksctree.h
13901                 Reset anchor if necessary when removing node
13902
13903 2006-03-29 [colin]      2.0.0cvs181
13904
13905         * src/folderview.c
13906                 Warn for disabled IMAP accounts (due to lack of
13907                 libetpan). Breaks string-freeze - sorry - but it
13908                 is kind of important ;)
13909
13910 2006-03-28 [colin]      2.0.0cvs180
13911
13912         * src/gtk/gtkutils.c
13913         * src/gtk/gtkutils.h
13914                 Add a gtkut_get_link_btn() function that
13915                 creates a button which acts like an URI
13916         * src/prefs_themes.c
13917         * src/gtk/about.c
13918                 Use this function (factorizes codes)
13919         * src/common/defs.h
13920         * src/gtk/pluginwindow.c
13921                 Add a "Get more..." in the plugins window
13922
13923 2006-03-28 [colin]      2.0.0cvs179
13924
13925         * src/common/smtp.c
13926         * src/common/passcrypt.c
13927         * src/undo.c
13928                 Warning fixes. Patch by Pawel Pekala
13929
13930 2006-03-27 [colin]      2.0.0cvs178
13931
13932         * src/undo.c
13933                 Fix undoing by blocks with spaces
13934
13935 2006-03-27 [colin]      2.0.0cvs177
13936
13937         * src/textview.c
13938                 Set margin to 3px for headers
13939
13940 2006-03-27 [paul]
13941
13942         2.1.0-rc2 released
13943
13944 2006-03-27 [wwp]        2.0.0cvs176
13945
13946         * src/summaryview.c
13947                 don't reset quicksearch when updating the message list.
13948                 Thanks to Colin.
13949
13950 2006-03-26 [wwp]        2.0.0cvs175
13951
13952         * src/compose.c
13953                 use a unified border width ('other' tab in the compose window,
13954                 patch by Pawel Pekala).
13955
13956
13957 2006-03-26 [wwp]        2.0.0cvs174
13958
13959         * src/common/quoted-printable.c
13960         * src/addressbook.c
13961                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13962
13963 2006-03-26 [colin]      2.0.0cvs173
13964
13965         * src/quote_fmt_parse.y
13966                 Fix non-UTF8 date formats messing up the whole quote a 
13967                 little bit
13968
13969 2006-03-26 [colin]      2.0.0cvs172
13970
13971         * src/procheader.c
13972                 Make sure the date is UTF8 valid, or try to make it
13973                 so. IncrediMail is really IncrediStupid.
13974         * src/compose.c
13975                 Fix possible conversions. 
13976                 
13977
13978 2006-03-26 [colin]      2.0.0cvs171
13979
13980         * src/matcher.c
13981                 Fix corner cases in body search. This is still a
13982                 hack... It seems impossible to make it good and 
13983                 reasonably fast at the same time.
13984
13985 2006-03-26 [colin]      2.0.0cvs170
13986
13987         * src/summaryview.c
13988                 I think I killed the twilight zone bug!
13989                 summary_select_node() flushes GTK events in order
13990                 to be able to center the view. But this also 
13991                 flushes keypresses like Ctrl-Alt-U, so this can
13992                 call summary_show from summary_select_node (itself
13993                 called from summary_show, etc.). And the summaryview
13994                 has to be unlocked in this function. So just locking
13995                 while processing GTK events, and bailing if locked, 
13996                 should fix it.
13997                 Fixes bug #927 (SIGSEGV during Update Summary)
13998
13999 2006-03-25 [colin]      2.0.0cvs169
14000
14001         * src/matcher.c
14002                 Fix search in QP-encoded bodies
14003                 Fix utf-8 searches in bodies encoded in the
14004                 locale's encoding
14005         * src/common/quoted-printable.c
14006         * src/common/quoted-printable.h
14007                 Add a decode function that doesn't overwrite
14008                 the original pointer
14009                 
14010
14011 2006-03-24 [colin]      2.0.0cvs168
14012
14013         * src/action.c
14014         * src/summaryview.c
14015         * src/summaryview.h
14016                 Update message cache after action
14017                 Patch by H. Merijn Brand
14018         * src/prefs_msg_colors.c
14019                 Factorize label 
14020                 Patch by Fabien Vantard
14021         * src/plugins/spamassassin/spamassassin_gtk.c
14022                 Remove useless translation
14023                 Patch by Fabien Vantard
14024
14025 2006-03-23 [colin]      2.0.0cvs167
14026
14027         * src/common/ssl.c
14028                 Let 30 seconds to SSL_connect
14029
14030 2006-03-23 [wwp]        2.0.0cvs166
14031
14032         * src/summaryview.c
14033         * src/gtk/description_window.c
14034                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14035                 and headers are translated; adjust description windows' width to fit their
14036                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14037
14038 2006-03-23 [paul]       2.0.0cvs165
14039
14040         * src/common/utils.c
14041                 fix highlighting of URIs containing "()"
14042                 (2.0.0cvs164's reversal fixed)
14043                 Thanks to Colin.
14044
14045 2006-03-23 [paul]       2.0.0cvs164
14046
14047         * src/common/utils.c
14048                 revert patch, (postponing a fix), at 2.0.0cvs120
14049                 as it breaks more URIs than it fixes.
14050                 Allow '-' to be a terminating character in a URI
14051
14052 2006-03-22 [colin]      2.0.0cvs163
14053
14054         * configure.ac
14055                 Require libetpan 0.45
14056                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14057
14058 2006-03-22 [paul]       2.0.0cvs162
14059
14060         * src/editgroup.c
14061                 replace '<-' and '->' buttons with GTK_STOCK graphical
14062                 buttons
14063         * src/summary_search.c
14064                 don't offer '...' for translation
14065                 add a tooltip to advanced search '...' button
14066         * src/gtk/quicksearch.c
14067                 don't offer '...' for translation
14068
14069 2006-03-21 [colin]      2.0.0cvs161
14070
14071         * src/compose.c
14072                 Fix middle-click pasting (insert at click
14073                 position instead of cursor position, don't
14074                 remove existing selection and allow pasting
14075                 our own selection)
14076         * src/addressbook.c
14077                 "LDAP Server" -> "LDAP servers"
14078
14079 2006-03-21 [wwp]        2.0.0cvs160
14080
14081         * src/etpan/imap-thread.c
14082                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14083
14084 2006-03-20 [colin]      2.0.0cvs159
14085
14086         * src/summaryview.c
14087                 Don't reload summaryview after an execute with no
14088                 move action
14089
14090 2006-03-19 [colin]      2.0.0cvs158
14091
14092         * src/addressbook.c
14093                 and put groups at the top, always
14094
14095 2006-03-19 [colin]      2.0.0cvs157
14096
14097         * src/addressbook.c
14098                 Order groups before names, as previously
14099
14100 2006-03-19 [colin]      2.0.0cvs156
14101
14102         * src/addressbook.c
14103                 - Sort case-unsensitive
14104                 - Put the sort arrow at opening too
14105
14106 2006-03-19 [wwp]        2.0.0cvs155
14107
14108         * src/addressbook.c
14109                 allow sorting by name/email/remarks, ensure that right-pane's contents
14110                 matches the left-pane selection (cleared when appropriate).
14111                 Patch by Pawel Pekala <c0rn@o2.pl>.
14112
14113 2006-03-18 [colin]      2.0.0cvs154
14114
14115         * src/textview.c
14116                 Fix text cursor ;)
14117
14118 2006-03-18 [colin]      2.0.0cvs153
14119
14120         * src/gtk/filesel.c
14121                 Make sure we hide the preview if we didn't get
14122                 a filename
14123
14124 2006-03-18 [colin]      2.0.0cvs152
14125
14126         * src/summaryview.c
14127                 Set cursor to watch for execution (fixes lack
14128                 of watch-cursor when dnd'ing hundreds of mails)
14129         * src/gtk/filesel.c
14130                 Check that mime type is 'image/*' before updating
14131                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14132
14133 2006-03-18 [colin]      2.0.0cvs151
14134
14135         * src/mainwindow.c
14136         * src/textview.c
14137         * src/textview.h
14138                 Put a watch cursor in textview too when the mainwindow's
14139                 cursor in a watch
14140
14141 2006-03-18 [colin]      2.0.0cvs150
14142
14143         * src/folder.c
14144                 Change wrong asserts to simple tests
14145
14146 2006-03-17 [colin]      2.0.0cvs149
14147
14148         * src/mainwindow.c
14149         * src/mainwindow.h
14150         * src/prefs_msg_colors.c
14151         * src/summaryview.c
14152         * src/summaryview.h
14153         * src/gtk/colorlabel.c
14154         * src/gtk/colorlabel.h
14155                 Add a color label menu in the main menubar
14156                 Add (fixed) accels Ctrl-{0-7} to change the color
14157                 They have to be fixed because the menu's dynamic,
14158                 the items are complex widgets, hence we can't use
14159                 a GtkItemFactory.
14160
14161
14162 2006-03-17 [wwp]        2.0.0cvs148
14163
14164         * src/compose.c
14165                 rollback few lines from my previous commit (those lines come from
14166                 a pending patch, accidentally commited, even if neutral as they are
14167                 commented out).
14168
14169 2006-03-17 [wwp]        2.0.0cvs147
14170
14171         * src/compose.c
14172                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14173                 applied code style/indentation to the modified function.
14174
14175 2006-03-17 [wwp]        2.0.0cvs146
14176
14177         * src/procmsg.c
14178         * src/compose.c
14179                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14180
14181 2006-03-17 [paul]
14182
14183         2.1.0-rc1 released
14184
14185 2006-03-17 [paul]       2.0.0cvs145
14186
14187         * src/main.c
14188                 addressbook_read_file() was called twice
14189         * src/textview.c
14190                 X-Mailer highlighting
14191
14192 2006-03-16 [colin]      2.0.0cvs144
14193
14194         * src/sourcewindow.c
14195         * src/sourcewindow.h
14196                 And the last one, in source window.
14197
14198 2006-03-16 [colin]      2.0.0cvs143
14199
14200         * src/compose.c
14201         * src/compose.h
14202                 Fix the same stuff in compose
14203
14204 2006-03-16 [colin]      2.0.0cvs142
14205
14206         * src/messageview.c
14207                 Complete the previous messageview crash fix
14208
14209 2006-03-16 [colin]      2.0.0cvs141
14210
14211         * src/procmsg.h
14212         * src/procmsg.c
14213         * src/folder.c
14214                 Fix POSTPROCESSING hook
14215                 Patch by H. Merijn Brand
14216
14217         * src/procmime.c
14218         * src/procmime.h
14219                 Parse Content-Location
14220
14221         * src/toolbar.c
14222         * src/messageview.c
14223         * src/messageview.h
14224                 Don't crash when a top-level MessageView has
14225                 been closed on us. Same problematic than
14226                 yesterday's quicksearch issue.
14227
14228 2006-03-15 [colin]      2.0.0cvs140
14229
14230         * src/gtk/quicksearch.c
14231                 Fix a bitchy race we didn't think about when we
14232                 added quicksearch cancellation:
14233                 If the search is not on cached fields, for example
14234                 body_part matchcase "stuff"
14235                 the matcher code has to get the whole message. If
14236                 we're on IMAP, that can be slow, and in order to
14237                 be non-blocking, the IMAP code idle loop processes
14238                 gtk events too. So it is possible to cancel a
14239                 quicksearch while the matcher is getting the mail's
14240                 body. After matcher got its body, it will start to
14241                 iterate over the matcher list that the Quicksearch's
14242                 clear_search_cb() just freed via prepare_matcher().
14243                 SIGSEGV ensues.
14244                 The fix consists of guarding the matcherlist_match()
14245                 call with a boolean 'matching'. If we reset the
14246                 quicksearch while matching is TRUE, we don't free
14247                 the matcherlist anymore like we did, but we set
14248                 another new flag, deferred_free, to TRUE. Then,
14249                 in quicksearch_match(), just after returning from
14250                 matcherlist_match() and unsetting the matching flag,
14251                 we check the deferred_free flag and do the
14252                 prepare_matcher() (which does the matcherlist_free)
14253                 for real, so we free the matcherlist once it's not
14254                 used anymore.
14255                 As all of this runs via the glib main loop, we
14256                 luckily don't need a mutex.
14257         * src/summaryview.c
14258                 Also, show progress while searching.
14259
14260
14261 2006-03-14 [colin]      2.0.0cvs139
14262
14263         * src/alertpanel.c
14264                 Make alertpanel_is_open non-static
14265
14266 2006-03-14 [colin]      2.0.0cvs138
14267
14268         * src/prefs_spelling.c
14269                 Cleanups - Fabien Vantard
14270
14271 2006-03-14 [wwp]        2.0.0cvs137
14272
14273         * src/main.c
14274                 code style normalization (curly braces, indentation).
14275
14276 2006-03-14 [wwp]        2.0.0cvs137
14277
14278         * src/main.c
14279                 code style (braces, indentation)
14280
14281 2006-03-12 [paul]       2.0.0cvs136
14282
14283         * src/prefs_common.c
14284                 trans_hdr defaults to FALSE to be RFC-savvy
14285         * src/prefs_summaries.c
14286                 add a tooltip to the trans_hdr option
14287                 
14288
14289 2006-03-12 [paul]       2.0.0cvs135
14290
14291         * src/prefs_matcher.c
14292                 give a little more width to the combos
14293         * src/prefs_display_header.c
14294         * src/textview.c
14295                 translate headers if prefs_common.trans_hdr
14296                 is TRUE
14297
14298         Patches by Pawel Pekala
14299
14300 2006-03-12 [paul]       2.0.0cvs134
14301
14302         * src/plugins/clamav/clamav_plugin.c
14303         * src/plugins/dillo_viewer/dillo_viewer.c
14304         * src/plugins/pgpcore/plugin.c
14305         * src/plugins/pgpinline/plugin.c
14306         * src/plugins/pgpmime/plugin.c
14307         * src/plugins/spamassassin/spamassassin.c
14308                 update/add to descriptions
14309         * src/plugins/spamassassin/spamassassin_gtk.c
14310                 fixes to the english, remove superfluous
14311                 tooltips, clean up a little
14312
14313 2006-03-12 [paul]       2.0.0cvs133
14314
14315         * src/compose.c
14316                 fix Bug 924, 'Account combo box shows up wrong 
14317                 if & is in account name'
14318
14319 2006-03-11 [colin]      2.0.0cvs132
14320
14321         * src/summaryview.c
14322                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14323                 messed up shift-selection because is slows down
14324                 moving around summaryview. thanks -users
14325
14326 2006-03-10 [colin]      2.0.0cvs131
14327
14328         * src/plugins/spamassassin/spamassassin_gtk.c
14329                 Put back Paul's engrish fixes
14330
14331 2006-03-10 [colin]      2.0.0cvs130
14332
14333         * src/plugins/spamassassin/spamassassin.c
14334         * src/plugins/spamassassin/spamassassin.h
14335         * src/plugins/spamassassin/spamassassin_gtk.c
14336                 Cleanup SA prefs page (more)
14337                 Patch by Fabien Vantard
14338
14339 2006-03-10 [paul]       2.0.0cvs129
14340
14341         * src/prefs_msg_colors.c
14342         * src/prefs_spelling.c
14343                 widget sensitivity
14344
14345 2006-03-09 [mones]      2.0.0cvs128
14346
14347         * po/es.po
14348                 Update for next RC
14349
14350 2006-03-09 [wwp]        2.0.0cvs127
14351
14352         * configure.ac
14353                 revert accidental commit (requirement for libetpan 0.43), this time
14354                 not in HEAD.
14355
14356 2006-03-09 [wwp]        2.0.0cvs125
14357
14358         * configure.ac
14359                 revert accidental commit (requirement for libetpan 0.43)
14360
14361 2006-03-09 [paul]       2.0.0cvs126
14362
14363         * src/prefs_receive.c
14364                 remove useless frame
14365                 replace 'incorporation' with 'receiving'
14366         * src/plugins/clamav/clamav_plugin_gtk.c
14367         * src/plugins/spamassassin/spamassassin_gtk.c
14368                 improve widget sensitivity
14369                 fix a bit his engrish
14370
14371 2006-03-09 [wwp]        2.0.0cvs125
14372
14373         * src/addressadd.c
14374         * src/foldersel.c
14375         * src/prefs_common.c
14376         * src/prefs_common.h
14377                 remember some more windows' sizes (add to addressbook and
14378                 select folder).
14379
14380 2006-03-09 [paul]       2.0.0cvs124
14381
14382         * src/plugins/pgpcore/prefs_gpg.c
14383                 normalise construction of dialogue
14384
14385 2006-03-09 [paul]       2.0.0cvs123
14386
14387         * src/plugins/trayicon/Makefile.am
14388                 add missing slash
14389
14390 2006-03-08 [colin]      2.0.0cvs122
14391
14392         * src/plugins/trayicon/Makefile.am
14393                 Fix build in separate dir 
14394                 Patch by Bamanzi <bamanzi@gmail.com>
14395
14396 2006-03-08 [colin]      2.0.0cvs121
14397
14398         * src/procmsg.c
14399                 Batch move and copies from summaryview with delayed execution
14400                 too
14401
14402 2006-03-07 [paul]       2.0.0cvs120
14403
14404         * src/common/utils.c
14405                 fix highlighting of URIs containing "()"
14406                 Patch by Pawel Pekala
14407
14408 2006-03-07 [paul]       2.0.0cvs119
14409
14410         * src/folder.c
14411         * src/folder.h
14412         * src/folderview.c
14413                 immediately do alphabetical resort when
14414                 changing a folder's name
14415                 Patch by Pawel Pekala
14416
14417 2006-03-07 [paul]       2.0.0cvs118
14418
14419         * src/news.c
14420         * src/news_gtk.c
14421                 when unsubscribing a newsgroup, remove the
14422                 folder and msgs in .sylpheed-claws/newscache
14423                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14424
14425 2006-03-07 [paul]       2.0.0cvs117
14426
14427         * src/textview.c
14428                 fix wrong Fake URL Warning
14429                 Thanks to Hiro
14430
14431 2006-03-07 [colin]      2.0.0cvs116
14432
14433         * src/imap.c
14434                 Return immediately when password dialog was
14435                 cancelled
14436         * src/gtk/inputdialog.c
14437                 Allow empty strings for passwords
14438
14439
14440 2006-03-06 [colin]      2.0.0cvs115
14441
14442         * src/imap.c
14443                 Prevent double-timeouts when connection fails
14444
14445 2006-03-06 [colin]
14446
14447         2.0.1-rc1 released
14448
14449 2006-03-06 [colin]      2.0.0cvs114
14450
14451         * src/imap.c
14452                 Refresh session during potentially long
14453                 operations
14454
14455 2006-03-06 [wwp]        2.0.0cvs113
14456
14457         * src/prefs_msg_colors.h
14458                 forgot that one (custom color labels).
14459
14460 2006-03-06 [wwp]        2.0.0cvs112
14461
14462         * src/prefs_common.c
14463         * src/prefs_common.h
14464         * src/prefs_msg_colors.c
14465         * src/summaryview.c
14466         * src/summaryview.h
14467         * src/gtk/colorlabel.c
14468         * src/gtk/colorlabel.h
14469                 colors in messages list are now customizable. Color values and names can
14470                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14471                 Thanks to Paul and Colin for their help with this longstanding patch!
14472
14473 2006-03-06 [wwp]        2.0.0cvs111
14474
14475         * src/textview.c
14476                 don't crash if (x)face is bad.
14477
14478 2006-03-05 [paul]       2.0.0cvs110
14479
14480         * AUTHORS
14481         * configure.ac
14482         * src/Makefile.am
14483         * src/common/Makefile.am
14484         * src/common/utils.h
14485         * src/etpan/imap-thread.c
14486         * src/gtk/authors.h
14487         * src/plugins/clamav/Makefile.am
14488         * src/plugins/demo/Makefile.am
14489         * src/plugins/dillo_viewer/Makefile.am
14490         * src/plugins/pgpcore/Makefile.am
14491         * src/plugins/pgpcore/passphrase.c
14492         * src/plugins/pgpinline/Makefile.am
14493         * src/plugins/pgpmime/Makefile.am
14494         * src/plugins/spamassassin/Makefile.am
14495         * src/plugins/trayicon/Makefile.am
14496                 fix builiding on cygwin
14497                 Patch by Ralgh Young <bamanzi@gmail.com>
14498
14499 2006-03-04 [wwp]        2.0.0cvs109
14500
14501         * manual/keyboard.xml
14502                 fix mixed up/down keys.
14503
14504 2006-03-04 [wwp]        2.0.0cvs108
14505
14506         * README
14507         * INSTALL
14508                 updated links to SpamAssassin.
14509
14510 2006-03-04 [wwp]        2.0.0cvs107
14511
14512         * manual/plugins.xml
14513         * src/plugins/spamassassin/README
14514                 updated SpamAssassin plugin docs to reflect new functional additions
14515                 (also fix/update/documents few technical stuff more, see the README).
14516
14517 2006-03-04 [wwp]        2.0.0cvs106
14518
14519         * src/prefs_message.c
14520                 normalized capitalization of message-prefs paths.
14521
14522 2006-03-04 [wwp]        2.0.0cvs105
14523
14524         * manual/advanced.xml
14525                 typo.
14526
14527 2006-03-03 [colin]      2.0.0cvs104
14528
14529         * src/plugins/clamav/clamav_plugin_gtk.c
14530                 Rework prefs page, patch by Fabien 
14531
14532 2006-03-03 [colin]      2.0.0cvs103
14533
14534         * src/plugins/clamav/clamav_plugin.c
14535                 Set error on all errors
14536
14537 2006-03-03 [colin]      2.0.0cvs102
14538
14539         * src/common/plugin.c
14540                 Initialize error to avoid crashing when a plugin fails
14541                 without setting error
14542
14543 2006-03-02 [wwp]        2.0.0cvs101
14544
14545         * configure.ac
14546                 fixed linker flags for libetpan support on Cygwin
14547                 (thanks to H.Merijn Brand).
14548
14549 2006-03-02 [wwp]        2.0.0cvs100
14550
14551         * src/addressbook.c
14552                 fix some AB error messages: one for punctuation and
14553                 one wrongly duplicate (thanks, maxbritov).
14554
14555 2006-03-02 [wwp]        2.0.0cvs99
14556
14557         * src/plugins/spamassassin/spamassassin.c
14558                 make sync calls to sa-learn/spamc to prevent
14559                 system (whatever local or client/server) overload.
14560
14561 2006-03-02 [colin]      2.0.0cvs98
14562
14563         * src/summaryview.c
14564                 Put the spam icon in the status column instead of the
14565                 mark one
14566
14567 2006-03-01 [colin]      2.0.0cvs97
14568
14569         * src/plugins/spamassassin/spamassassin.c
14570                 Fix segfault (g_file_set_contents fails for some 
14571                 reason and err==0x2f. Can't find out why with
14572                 valgrind, using working function :-)
14573
14574 2006-03-01 [colin]      2.0.0cvs96
14575
14576         * src/inc.c
14577                 Offline overriding: let 'No' be cached only 3 seconds
14578
14579 2006-03-01 [colin]      2.0.0cvs95
14580
14581         * src/addr_compl.c
14582         * src/addrbook.c
14583         * src/addressbook.c
14584         * src/addrindex.c
14585         * src/folder_item_prefs.c
14586         * src/headerview.c
14587         * src/imap.c
14588         * src/inc.c
14589         * src/ldif.c
14590         * src/mainwindow.c
14591         * src/mh.c
14592         * src/msgcache.c
14593         * src/prefs_common.h
14594         * src/prefs_msg_colors.c
14595         * src/procheader.c
14596         * src/procheader.h
14597         * src/procmime.c
14598         * src/procmsg.c
14599         * src/procmsg.h
14600         * src/send_message.h
14601         * src/simple-gettext.c
14602         * src/summaryview.c
14603         * src/summaryview.h
14604         * src/syldap.c
14605         * src/textview.c
14606         * src/undo.c
14607         * src/common/ssl_certificate.c
14608         * src/common/utils.c
14609         * src/gtk/colorsel.c
14610         * src/gtk/gtksctree.c
14611         * src/gtk/gtkshruler.c
14612         * src/plugins/trayicon/trayicon.c
14613                 #if 0 goes to /dev/null
14614
14615 2006-03-01 [colin]      2.0.0cvs94
14616
14617         * src/compose.c
14618         * src/imap.c
14619         * src/inc.c
14620         * src/inc.h
14621         * src/messageview.c
14622         * src/news.c
14623         * src/plugins/spamassassin/spamassassin.c
14624                 Allow to add information in the "working offline"
14625                 window
14626
14627 2006-03-01 [wwp]        2.0.0cvs93
14628
14629         * src/plugins/spamassassin/spamassassin.c
14630                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14631                 'cause it seems that calling `spamc ... < inputfile` with
14632                 g_spawn_(a)sync simply.. erm doesn't work :-).
14633
14634 2006-03-01 [wwp]        2.0.0cvs92
14635
14636         * src/toolbar.c
14637         * src/toolbar.h
14638                 simplify the adding of spam/ham button to the messageview toolbar
14639                 (it gets more clear now that the same button will be "Mark as spam"
14640                 or "Mark as ham" according to the current message status,
14641                 thanks to Colin).
14642
14643 2006-03-01 [wwp]        2.0.0cvs91
14644
14645         * src/messageview.c
14646         * src/procmsg.c
14647         * src/procmsg.h
14648         * src/summaryview.c
14649         * src/plugins/spamassassin/spamassassin.c
14650         * src/plugins/spamassassin/spamassassin.h
14651                 make learner callbacks return a status (0 for ok),
14652                 handle it in main code to avoid setting flags when learning failed,
14653                 don't learn on TCP if offline in spamassassin,
14654                 thanks to Colin.
14655
14656                 
14657
14658 2006-03-01 [wwp]        2.0.0cvs90
14659
14660         * src/compose.c
14661                 some work around the compose window's account menu,
14662                 patch by Fabien Vantard.
14663
14664 2006-03-01 [wwp]        2.0.0cvs89
14665
14666         * src/plugins/spamassassin/spamassassin.c
14667                 fixed bad logics, was using spamc in local mode and sa-learn
14668                 in remote mode (thanks, Colin).
14669
14670 2006-03-01 [wwp]        2.0.0cvs88
14671
14672         * src/plugins/spamassassin/spamassassin.c
14673         * src/plugins/spamassassin/spamassassin.h
14674         * src/plugins/spamassassin/spamassassin_gtk.c
14675                 made processing of emails w/ sa-plugin an option (default is TRUE),
14676                 fixed Engrish some tooltips, capitalization of some debug messages
14677                 and warnings. The spamassassin plugin now provides two separate
14678                 services: process emails upon incorporation and spamd training.
14679                 Both services (un)register independently but use some common
14680                 plugin settings (transport settings, spam storage location).
14681
14682 2006-02-28 [wwp]        2.0.0cvs87
14683
14684         * src/plugins/spamassassin/spamassassin.c
14685                 fix async flag to spamc cmdline execution (batch exec should
14686                 be asynchronous).
14687
14688 2006-02-27 [wwp]        2.0.0cvs86
14689
14690         * src/plugins/spamassassin/spamassassin.c
14691         * src/plugins/spamassassin/spamassassin.h
14692         * src/plugins/spamassassin/spamassassin_gtk.c
14693                 - added the ability to learn a remote spamassassin server (spamd),
14694                 using spamc.
14695                 - added the spamassassin option 'username', that applies to all
14696                 spamassassin operations (filtering, learning, local or remote).
14697                 The default username is the current unix user (if left blank
14698                 from gtk prefs or config file).
14699                 - commented out some unused code (notebook widget), removed unused
14700                 layout (hbox1).
14701                 - make more widgets sensitive to the transport type.
14702
14703 2006-02-27 [colin]      2.0.0cvs85
14704
14705         * src/plugins/spamassassin/spamassassin.c
14706                 Fix sa-learn call when offline
14707
14708 2006-02-27 [colin]      2.0.0cvs84
14709
14710         * configure.ac
14711         * src/Makefile.am
14712         * src/mainwindow.c
14713         * src/mainwindow.h
14714         * src/messageview.c
14715         * src/messageview.h
14716         * src/prefs_toolbar.c
14717         * src/procmsg.c
14718         * src/stock_pixmap.c
14719         * src/stock_pixmap.h
14720         * src/summaryview.c
14721         * src/toolbar.c
14722         * src/toolbar.h
14723         * src/pixmaps/ham_btn.xpm
14724         * src/pixmaps/spam.xpm
14725         * src/pixmaps/spam_btn.xpm
14726         * src/plugins/spamassassin/spamassassin.c
14727                 Add button in toolbar for spam learning
14728                 Fix a few bugs from the last related commit
14729                 Revert 1.9.6cvs23 which messed up shift-selection
14730
14731 2006-02-24 [colin]      2.0.0cvs83
14732
14733         * src/procmsg.c
14734         * src/summaryview.c
14735         * src/summaryview.h
14736         * src/plugins/spamassassin/spamassassin.c
14737         * src/plugins/spamassassin/spamassassin.h
14738         * src/plugins/spamassassin/spamassassin_gtk.c
14739                 Unregister learner when spamassassin is either
14740                 disabled or over tcp
14741
14742 2006-02-24 [colin]      2.0.0cvs82
14743
14744         * src/Makefile.am
14745         * src/mainwindow.c
14746         * src/mainwindow.h
14747         * src/procmsg.c
14748         * src/procmsg.h
14749         * src/stock_pixmap.c
14750         * src/stock_pixmap.h
14751         * src/summaryview.c
14752         * src/summaryview.h
14753         * src/gtk/icon_legend.c
14754         * src/pixmaps/spam.xpm  ** NEW FILE **
14755         * src/plugins/spamassassin/spamassassin.c
14756         * src/plugins/spamassassin/spamassassin_gtk.c
14757                 Add spam learning interface (Mark/Mark as 
14758                 (spam|ham) menus)
14759
14760 2006-02-24 [wwp]        2.0.0cvs81
14761
14762         * src/compose.c
14763         * src/compose.h
14764         * src/filtering.c
14765                 hide compose window when sending message in batch mode
14766                 (filtering: forward and redirect). Also fixed a wrong
14767                 value returned when sending failed, neutral anyway.
14768                 (Colin, me) 
14769
14770 2006-02-24 [wwp]        2.0.0cvs80
14771
14772         * src/mainwindow.c
14773                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14774
14775 2006-02-24 [paul]       2.0.0cvs79
14776
14777         * src/news.c
14778         * src/news.h
14779         * src/news_gtk.c
14780                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14781                 Thanks to Colin
14782
14783 2006-02-23 [colin]      2.0.0cvs78
14784
14785         * src/alertpanel.c
14786                 Change OK to Close in alertpanel with View log
14787                 button; add accel to View log. Patch by Fabien
14788                 Vantard
14789
14790 2006-02-23 [wwp]        2.0.0cvs77
14791
14792         * src/compose.c
14793                 silly me, there were much more tests to perform, since toolbars can
14794                 really have down to 1 element only.
14795
14796 2006-02-23 [wwp]        2.0.0cvs76
14797
14798         * commitHelper
14799                 fixed indentation from my previous commit. Fallback to VISUAL if
14800                 EDITOR is not set (and to vi, at last resort).
14801
14802 2006-02-23 [wwp]        2.0.0cvs75
14803
14804         * commitHelper
14805                 improved error detection (Colin, me).
14806
14807 2006-02-23 [wwp]        2.0.0cvs74
14808
14809         * src/prefs_toolbar.c
14810                 simplify and fix prefs/toolbars layouting. Combos' contents can
14811                 now be really displayed.
14812
14813 2006-02-23 [wwp]        2.0.0cvs73
14814         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14815         be really displayed.
14816
14817 2006-02-22 [wwp]        2.0.0cvs72
14818
14819         * src/compose.c
14820                 fix a typo in my previous commit (sorry!).
14821
14822 2006-02-22 [wwp]        2.0.0cvs71
14823
14824         * src/prefs_toolbar.c
14825                 fix a crash when adding separators to toolbars,
14826                 also fix some separator item information.
14827
14828 2006-02-22 [wwp]        2.0.0cvs70
14829
14830         * src/compose.c
14831                 fix a crash when redirecting (for instance) when compose window's
14832                 toolbar contents has been customized (when some buttons have been
14833                 removed in fact).
14834
14835 2006-02-21 [wwp]        2.0.0cvs69
14836
14837         * src/summaryview.c
14838         * src/gtk/pluginwindow.c
14839         * src/plugins/pgpcore/prefs_gpg.c
14840                 fix some compilation warnings (feat. remains of removed code).
14841
14842 2006-02-21 [wwp]        2.0.0cvs68
14843
14844         * src/gtk/gtkutils.c
14845                 fix two compilation issues, thanks to Stephan Sachse.
14846
14847 2006-02-20 [colin]      2.0.0cvs67
14848
14849         * src/mainwindow.c
14850                 Don't reselect displayed mail on refocus
14851                 This fixes actions misbehaving 
14852
14853 2006-02-20 [wwp]        2.0.0cvs66
14854
14855         * src/summaryview.c
14856         * src/gtk/gtksctree.c
14857         * src/gtk/gtkshruler.c
14858                 changed more runtime typecast checks.
14859
14860 2006-02-20 [wwp]        2.0.0cvs65
14861
14862         * src/summary_search.c
14863                 find all - summaryview refresh issue fixed, thanks to Colin.
14864
14865 2006-02-20 [wwp]        2.0.0cvs64
14866
14867         * src/gtk/gtkutils.c
14868                 better runtime typecast checks.
14869
14870 2006-02-20 [wwp]        2.0.0cvs63
14871
14872         * src/summary_search.c
14873                 enhancements to the summary search:
14874                         - add the ability to stop the running search
14875                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14876                         - don't search if no criteria (From/To/Subject/Body) is set
14877                         - ensure that a busy mouse pointer is always shown when searching,
14878                           show it even a bit earlier
14879
14880 2006-02-19 [colin]      2.0.0cvs62
14881
14882         * src/compose.c
14883         * src/imap.c
14884         * src/etpan/imap-thread.c
14885         * src/etpan/imap-thread.h
14886                 (Future) IMAP speed improvement on sending
14887                 Will require a libetpan update
14888         * src/summaryview.c
14889         * src/gtk/quicksearch.c
14890                 Make quicksearch clearable while running.
14891
14892 2006-02-17 [colin]      2.0.0cvs61
14893
14894         * src/imap.c
14895         * src/etpan/imap-thread.c
14896         * src/etpan/imap-thread.h
14897                 Check for IMAP certificates
14898                 ** Requires libetpan-0.42-cvs4 
14899                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14900
14901 2006-02-17 [colin]      2.0.0cvs60
14902
14903         * src/messageview.c
14904         * src/prefs_common.c
14905         * src/prefs_common.h
14906         * src/prefs_message.c
14907                 Add pref to display HTML-only mails with plugin, 
14908                 if possible (defaulting to FALSE of course).
14909
14910 2006-02-16 [colin]      2.0.0cvs59
14911
14912         * src/main.c
14913         * src/common/plugin.c
14914         * src/common/plugin.h
14915         * src/gtk/pluginwindow.c
14916                 Keep track of requested (but unloaded) plugins
14917                 in some error cases.
14918
14919 2006-02-16 [wwp]        2.0.0cvs58
14920
14921         * src/gtk/gtkaspell.c
14922         * src/gtk/gtkaspell.h
14923         * src/prefs_spelling.c
14924         * src/compose.c
14925         * src/prefs_common.c
14926         * src/prefs_common.h
14927                 implemented new optional spellchecker behaviour: re-check message when
14928                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14929
14930 2006-02-16 [wwp]        2.0.0cvs57
14931
14932         * src/quote_fmt_parse.y
14933                 pclose popen'ed pipe.
14934
14935 2006-02-15 [colin]      2.0.0cvs56
14936
14937         * src/mimeview.c
14938         * src/mimeview.h
14939                 Let MimeViewers know which MimeView they
14940                 depend of.
14941         * src/summaryview.c
14942                 Swap From/To columns in Sent/Queue/Drafts
14943                 folders
14944         * src/etpan/imap-thread.c
14945                 Use mailstream_low_tls_open() for STARTTLS
14946                 instead of mailstream_low_ssl_open()
14947                 ** REQUIRES libetpan 0.42cvs3 **
14948
14949 2006-02-15 [wwp]        2.0.0cvs55
14950
14951         * src/compose.c
14952         * src/compose.h
14953         * src/message_search.c
14954         * src/message_search.h
14955         * src/textview.c
14956         * src/gtk/gtkutils.c
14957         * src/gtk/gtkutils.h
14958                 added the ability to Find text in the compose window (and a bit
14959                 of code factorization).
14960
14961 2006-02-15 [wwp]        2.0.0cvs54
14962
14963         * src/prefs_gtk.c
14964                 yet another one file was missing (fix for some widgets' sensitivity).
14965                 Thanks Colin!
14966
14967 2006-02-15 [wwp]        2.0.0cvs53
14968
14969         * src/prefs_gtk.h
14970                 oops forgot that file (fix for some widgets' sensitivity).
14971
14972 2006-02-15 [wwp]        2.0.0cvs52
14973
14974         * src/summary_search.c
14975                 implemented advanced summary search options (added the ability
14976                 to use matcher conditions in an advanced search mode).
14977
14978 2006-02-15 [wwp]        2.0.0cvs51
14979
14980         * src/plugins/pgpcore/prefs_gpg.c
14981         * src/prefs_account.c
14982                 fix some widget sensitivity, mostly around some labels in
14983                 account prefs.
14984
14985 2006-02-15 [paul]       2.0.0cvs50
14986
14987         * manual/advanced.xml
14988                 improve Templates info
14989                 written by wwp
14990
14991 2006-02-14 [colin]      2.0.0cvs49
14992
14993         * src/pixmaps/address_book.xpm
14994         * src/pixmaps/preferences.xpm
14995         * src/pixmaps/properties.xpm
14996                 Fix pixmap size - patch by Fabien Vantard
14997
14998 2006-02-13 [colin]      2.0.0cvs48
14999
15000         * src/procmime.c
15001                 Add missing fclose()s on error
15002         * src/textview.c
15003                 Remove unused code
15004         * src/common/utils.c
15005                 Fix temp files not being deleted on windows
15006         Patches by Thomas Gilgin
15007
15008 2006-02-13 [colin]      2.0.0cvs47
15009
15010         * src/mainwindow.c
15011                 Fix exit crash
15012
15013 2006-02-13 [wwp]        2.0.0cvs46
15014
15015         * src/plugins/pgpcore/prefs_gpg.c
15016                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15017
15018 2006-02-12 [colin]      2.0.0cvs45
15019
15020         * src/folderview.c
15021         * src/main.c
15022         * src/mainwindow.c
15023                 Fix "stuff" when quitting
15024
15025 2006-02-12 [wwp]        2.0.0cvs44
15026
15027         * src/prefs_themes.c
15028                 fix typos in debug messages.
15029
15030 2006-02-11 [colin]      2.0.0cvs43
15031
15032         * src/summaryview.c
15033                 don't allow drag/drop from ourself
15034
15035 2006-02-10 [wwp]        2.0.0cvs42
15036
15037         * src/exporthtml.c
15038         * src/html.c
15039         * src/html.h
15040         * src/procmime.c
15041         * src/textview.c
15042                 renamed html_ prefixed functions and data structures to avoid
15043                 namespace clashes w/ other software (gtkhtml2 for instance).
15044                 Closes bug #907.
15045
15046
15047 2006-02-09 [colin]      2.0.0cvs41
15048
15049         * src/summaryview.c
15050                 Fix shitty logic messed up. Thanks Ticho for the hint!
15051
15052 2006-02-09 [wwp]        2.0.0cvs40
15053
15054         * src/gtk/about.c
15055         * src/compose.c
15056         * src/prefs_account.c
15057         * src/prefs_gtk.h
15058         * src/editaddress.c
15059                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15060                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15061                 Browse buttons in accounts prefs.
15062
15063 2006-02-09 [colin]      2.0.0cvs39
15064
15065         * src/matcher.c
15066                 Check for pointer before using its members
15067         * src/gtk/gtksourceprintjob.c
15068                 Fix a wrong warning
15069
15070 2006-02-09 [wwp]        2.0.0cvs38
15071
15072         * src/gtk/filesel.c
15073                 fix few compiler warnings (type mismatch).
15074
15075 2006-02-09 [paul]       2.0.0cvs37
15076
15077         * po/fr.po
15078                 updated by Fabien Vantard
15079
15080 2006-02-08 [colin]      2.0.0cvs36
15081
15082         * src/prefs_common.c
15083         * src/common/defs.h
15084         * src/common/plugin.c
15085                 allow windows and linux configurations to coexist
15086                 patch by Thomas Gilgin
15087
15088 2006-02-08 [colin]      2.0.0cvs35
15089
15090         * src/filtering.c
15091         * src/matcher.c
15092         * src/matcher.h
15093         * src/matcher_parser_parse.y
15094         * src/prefs_filtering_action.c
15095         * src/prefs_matcher.c
15096                 Add the "Ignore thread" filtering
15097                 action
15098
15099 2006-02-08 [colin]      2.0.0cvs34
15100
15101         * src/compose.c
15102         * src/procmime.c
15103         * src/procmime.h
15104                 Fix bug #905 (damaged attachment)
15105                 text files with raw \0's aren't really text files
15106         FOR_STABLE
15107
15108 2006-02-08 [colin]      2.0.0cvs33
15109
15110         * src/summaryview.c
15111                 Fix crasher introduced yesterday
15112
15113 2006-02-08 [wwp]        2.0.0cvs32
15114
15115         * src/compose.c
15116         * src/compose.h
15117                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15118
15119 2006-02-08 [wwp]        2.0.0cvs31
15120
15121         * src/prefs_template.c
15122                 templates enhancement: allow address completion for Cc and Bcc fields
15123                 (it was currently possible for the To field only)
15124
15125 2006-02-08 [colin]      2.0.0cvs30
15126
15127         * src/compose.c
15128                 Don't unblock if not blocked
15129         FOR_STABLE
15130
15131 2006-02-07 [colin]      2.0.0cvs29
15132
15133         * src/action.c
15134                 Forgot to refresh summaryview
15135
15136 2006-02-07 [colin]      2.0.0cvs28
15137
15138         * src/action.c
15139                 Freeze/thaw message list and folder list while
15140                 processing %as{} actions 
15141         * src/compose.c
15142                 Fix auto-wrap disabling after a middle-click
15143                 paste - FOR_STABLE
15144
15145 2006-02-07 [paul]       2.0.0cvs27
15146
15147         * src/folder.c
15148                 fix freeing of uninitialised pointers
15149                 Thanks to Colin
15150
15151 2006-02-06 [colin]      2.0.0cvs26
15152
15153         * src/folder.c
15154                 Use g_slist_prepend in potentially big list
15155
15156 2006-02-06 [colin]      2.0.0cvs25
15157
15158         * src/folder.c
15159                 Completely skip processing if it doesn't 
15160                 exist (faster!)
15161
15162 2006-02-06 [colin]      2.0.0cvs24
15163
15164         * src/folder.c
15165         * src/summaryview.c
15166                 Batch filtering in summaryview (from Tools menu)
15167                 and pre/post//-processing too
15168
15169 2006-02-06 [colin]      2.0.0cvs23
15170
15171         * src/procmsg.h
15172         * src/filtering.c
15173                 Use a special field for batch filtering instead
15174                 of stepping on deferred execution's toes
15175
15176 2006-02-06 [colin]      2.0.0cvs22
15177
15178         * src/action.c
15179         * src/filtering.c
15180         * src/filtering.h
15181         * src/folder.c
15182         * src/summaryview.c
15183                 Fix filtering via menus and actions
15184
15185 2006-02-06 [colin]      2.0.0cvs21
15186
15187         * src/imap.c
15188                 Put the added file directly to cache if possible (will work
15189                 with next libetpan)
15190         * src/filtering.c
15191         * src/filtering.h
15192         * src/inc.c
15193         * src/folder.c
15194         * src/mbox.c
15195         * src/procmsg.h
15196                 Move and copy filtered messages by batches instead of one
15197                 by one - faster on IMAP
15198         * src/procmsg.c
15199                 Add a function that'll possibly be useful later
15200
15201 2006-02-06 [colin]      2.0.0cvs20
15202
15203         * src/addressbook.c
15204                 Use internal mime-type instead of text/plain for d'n'd
15205         * src/compose.c
15206                 Allow attaching files from mimeview's icon list via d'n'd
15207         * src/folderview.c
15208         * src/folderview.h
15209                 Use internal mime-type instead of text/plain for d'n'd
15210                 Don't try to selected opened folder if none is
15211                 Factorize d'n'd from other apps code
15212         * src/headerview.c
15213         * src/textview.c
15214         * src/gtk/gtkutils.c
15215         * src/gtk/gtkutils.h
15216                 Factorize Face/X-Face stuff
15217         * src/mimeview.c
15218                 Fix d'n'd to other apps
15219         * src/prefs_message.c
15220                 Let the XFace pref be usable without libcompface as it also
15221                 applies to Face
15222         * src/summaryview.c
15223                 Fix d'n'd to other apps
15224                 Factorize d'n'd from other apps code
15225
15226 2006-02-06 [wwp]        2.0.0cvs19
15227
15228         * po/it.po
15229                 Italian translation fixes by Andrea Spadaccini (no more confusion
15230                 between filtering and processing, and few changes in the About
15231                 dialog).
15232
15233
15234 2006-02-06 [mones]      2.0.0cvs18
15235
15236         * src/gtk/icon_legend.c
15237                 Improved descriptions allowing better translations
15238
15239 2006-02-05 [colin]      2.0.0cvs17
15240
15241         * src/imap.c
15242                 Add the f*cking missing expunge that caused imap_fetch_env
15243                 to fail after an add_msgs ! :-///
15244         * src/etpan/imap-thread.c
15245                 Add a bit of debug
15246         FOR_STABLE
15247
15248 2006-02-05 [colin]      2.0.0cvs16
15249
15250         * src/common/utils.c
15251                 Don't check for return-path (or we can't put
15252                 back non-sent mails)
15253
15254 2006-02-05 [colin]      2.0.0cvs15
15255
15256         * src/textview.c
15257                 Don't try to display Face header in textview
15258                 when teh headerview's active
15259
15260 2006-02-05 [colin]      2.0.0cvs14
15261
15262         * tools/tbird2syl.py
15263         * tools/Makefile.am
15264                 Add script to import Thunderbird mails
15265
15266 2006-02-05 [colin]      2.0.0cvs13
15267
15268         * src/headerview.c
15269         * src/procheader.c
15270         * src/procmsg.c
15271         * src/procmsg.h
15272         * src/textview.c
15273                 Show Face headers - patch partially by Klaus Flittner
15274
15275 2006-02-05 [colin]      2.0.0cvs12
15276
15277         * src/folderview.c
15278         * src/summaryview.c
15279         * src/common/utils.c
15280         * src/common/utils.h
15281                 Let dnd work from mime icons to summaryview
15282                 and to folderview too
15283                 Add a crude test to avoid trying to add files
15284                 drag'n'dropped when they're not mails
15285
15286 2006-02-04 [colin]      2.0.0cvs11
15287
15288         * src/summaryview.c
15289         * src/mimeview.c
15290                 Fix utf8 conversion
15291
15292 2006-02-04 [colin]      2.0.0cvs10
15293
15294         * src/compose.c
15295         * src/folderview.c
15296         * src/mimeview.c
15297         * src/summaryview.c
15298         * src/summaryview.h
15299                 Added various drag and drop capas:
15300                 From                    To
15301                 summaryview             other apps
15302                 mimeview icons          other apps
15303                 other apps              summaryview
15304                 other apps              folderview
15305
15306                 This shouldn't have broken the existing:
15307                 From                    To
15308                 summaryview             folderview
15309                 folderview              folderview
15310                 summaryview             compose's attachments
15311
15312         Tests welcomed.
15313
15314 2006-02-02 [paul]       2.0.0cvs9
15315
15316         * src/mainwindow.c
15317                 move global option 'Set displayed columns...' out
15318                 of folder option grouping.
15319                 fix sensitivity of 'harvest addresses'
15320         FOR_STABLE
15321
15322 2006-02-01 [colin]      2.0.0cvs8
15323
15324         * src/mimeview.c
15325                 Revert the alertpanel patch, it sucks (intrusive
15326                 and gets in the way of "open")
15327
15328 2006-02-01 [colin]      2.0.0cvs7
15329
15330         * src/compose.c
15331         * src/prefs_account.c
15332         * src/prefs_common.c
15333         * src/common/defs.h
15334         * src/common/utils.c
15335         * src/common/utils.h
15336                 Add ability to edit the signature file
15337                 from the account preferences, and use
15338                 a default for the text editor.
15339                 Patch by Fabien Vantard
15340
15341 2006-02-01 [colin]      2.0.0cvs6
15342
15343         * src/mimeview.c
15344                 Try to get mime type by extension if it is
15345                 application/octet-stream
15346                 Display a window with possible choices when
15347                 encountering unknown mime types
15348         * src/gtk/filesel.c
15349         * src/gtk/filesel.h
15350                 Add preview
15351                 Allow multiple selection in filtered filesel
15352                 (patch by Fabien Vantard)
15353         * src/gtk/pluginwindow.c
15354                 Use it (patch by Fabien Vantard)
15355
15356 2006-02-01 [paul]       2.0.0cvs5
15357
15358         * src/jpilot.c
15359                 fix crash on creating jpilot address book
15360                 Thanks to Colin - FOR_STABLE
15361         * src/prefs_summaries.c
15362         * src/prefs_wrapping.c
15363         * src/gtk/icon_legend.c
15364         * src/gtk/quicksearch.c
15365                 string fixes and additions
15366
15367 2006-02-01 [paul]       2.0.0cvs4
15368
15369         * src/compose.c
15370         * src/mainwindow.c
15371         * src/messageview.c
15372         * src/prefs_send.c
15373                 add Arabic encoding option
15374                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15375
15376 2006-01-31 [colin]      2.0.0cvs3
15377
15378         * src/plugins/pgpcore/passphrase.c
15379                 Convert passphrase to locale encoding
15380         * src/compose.c
15381                 Fix drafting on IMAP. Crappy bug sneaked in
15382                 the release :-/
15383         FOR_STABLE
15384
15385 2006-01-30 [paul]       2.0.0cvs2
15386
15387         * src/gtk/icon_legend.c
15388                 show the new entries
15389
15390 2006-01-30 [colin]      2.0.0cvs1
15391
15392         * src/manual.c
15393                 Check for the file to be present before 
15394                 enabling the menu - FOR_STABLE
15395         * src/gtk/icon_legend.c
15396                 Add folders icons (not all of them, there
15397                 are too much, but the most intriguing ones)
15398
15399 2006-01-30 [paul]       2.0.0
15400
15401         version 2.0.0 released
15402
15403 [For previous entries, see ChangeLog.pre2.0.0]