2007-09-16 [colin] 3.0.0cvs17
[claws.git] / ChangeLog
1 2007-09-16 [colin]      3.0.0cvs17
2
3         * src/folderview.c
4                 Fix bug 1311, 'Wrong arrow position 
5                 while moving message into folder when 
6                 column headers hidden'
7         * src/image_viewer.c
8                 Show error in the GUI if image can't
9                 be loaded
10         * src/matcher.c
11                 Fix spurious output
12         * src/messageview.c
13                 Allow setting domain in msgid
14         * src/common/plugin.c
15                 Add timing information
16
17 2007-09-16 [colin]      3.0.0cvs16
18
19         * src/account.c
20         * src/compose.c
21         * src/prefs_account.c
22         * src/prefs_account.h
23         * src/prefs_template.c
24         * src/common/utils.c
25                 Remove Generate Message-ID option. We need
26                 this on some IMAP servers.
27
28 2007-09-16 [colin]      3.0.0cvs15
29
30         * src/prefs_filtering.c
31         * src/prefs_filtering.h
32         * src/prefs_filtering_action.c
33         * src/common/tags.c
34                 Fix tags issues: tags with spaces, renaming
35                 tags.
36
37 2007-09-16 [colin]      3.0.0cvs14
38
39         * src/folderview.c
40         * src/main.c
41         * src/mainwindow.c
42                 Fix bug 1308, 'Claws deletes folderlist.xml after
43                 fetching mail short after start-up'
44
45 2007-09-16 [colin]      3.0.0cvs13
46
47         * src/compose.c
48                 Fix scrolling to cursor
49
50 2007-09-16 [paul]       3.0.0cvs12
51
52         * po/sr.po
53                 updated by Aleksandar Urosevic
54
55 2007-09-16 [paul]       3.0.0cvs11
56
57         * src/folder.c
58                 do not allow locked msgs to be deleted,
59                 even by filtering/processing
60
61 2007-09-07 [paul]       3.0.0cvs10
62
63         * src/prefs_folder_column.c
64         * src/prefs_summary_column.c
65                 implement button sensitivity
66                 patch by Pawel Pekala
67
68 2007-09-06 [wwp]        3.0.0cvs9
69
70         * src/prefs_gtk.c
71                 Add a missing linefeed to a debug message.
72
73 2007-09-05 [colin]      3.0.0cvs8
74
75         * src/inc.c
76                 Fix statusbar/window mismatch on Maemo
77
78 2007-09-05 [colin]      3.0.0cvs7
79
80         * src/ldaputil.c
81                 Fix build without USE_LDAP_TLS
82
83 2007-09-05 [colin]      3.0.0cvs6
84
85         * src/folder.c
86         * src/imap.c
87         * src/inc.c
88         * src/mbox.c
89         * src/send_message.c
90         * src/statusbar.c
91         * src/statusbar.h
92                 Maemo: distinguish various statusbar messages,
93                 in order to display only the most important.
94
95 2007-09-04 [wwp]        3.0.0cvs5
96
97         * src/account.c
98                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
99                 Show protocol "SMTP" and the appropriate server for send-only
100                 accounts, show "-" instead of "" when no value is relevant.
101
102 2007-09-03 [ticho]      3.0.0cvs4
103
104         * src/summaryview.c
105                 Handle plural form better in delete confirmation dialog.
106
107 2007-09-03 [wwp]        3.0.0cvs3
108
109         * src/compose.c
110                 Warn differently when sending or sending later (queueing).
111
112 2007-09-03 [colin]      3.0.0cvs2
113
114         * src/procmime.c
115         * src/procmime.h
116         * src/common/plugin.c
117         * src/common/plugin.h
118                 Add a new plugin API, MimeParser. It allows
119                 plugins to scan email MIME parts and optionally,
120                 transform them.
121
122 2007-09-03 [mones]      3.0.0cvs1
123
124         * po/es.po
125                 Updated translation
126         * src/common/defs.h
127                 While a better solution is made double history sizes
128
129 2007-09-03 [paul]       3.0.0
130
131         * NEWS
132         * README
133         * RELEASE_NOTES
134                 3.0.0 released
135
136 2007-09-03 [paul]       2.10.0cvs191
137
138         * po/bg.po
139         * po/ca.po
140         * po/de.po
141         * po/fi.po
142         * po/fr.po
143         * po/hu.po
144         * po/it.po
145         * po/pl.po
146         * po/pt_BR.po
147         * po/ru.po
148         * po/sk.po
149         * po/zh_CN.po
150                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
151                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
152                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
153                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
154
155 2007-09-02 [colin]      2.10.0cvs190
156
157         * src/edittags.c
158         * src/common/tags.c
159                 Prevent empty or white-space tags
160
161 2007-09-01 [colin]      2.10.0cvs189
162
163         * src/main.c
164                 Fix double-reading of accounts list when
165                 the wizard has been run due to no accounts
166         * src/mainwindow.c
167                 Fix sensitivity of a menu item in case 
168                 there's no account
169
170 2007-09-01 [wwp]        2.10.0cvs188
171
172         * src/wizard.c
173                 Fix wizard crash when Mailbox dir already exists
174                 (thanks to Colin).
175
176 2007-08-31 [colin]      2.10.0cvs187
177
178         * src/etpan/imap-thread.c
179                 Fix unwanted creation of 
180                 libetpan's stream dump file
181         * src/compose.c
182                 Fix coloring of pastes as quotation
183         * src/summaryview.c
184                 Maemo: Fix opening of mails from keypad
185                 in Sent folders
186         * src/addressbook.c
187         * src/folderview.c
188         * src/image_viewer.c
189         * src/mimeview.c
190         * src/gtk/prefswindow.c
191                 Maemo: Fix adjustments changes 
192
193 2007-08-30 [colin]      2.10.0cvs186
194
195         * src/folderview.c
196                 Don't opened selected folder when clicking
197                 on white space
198         * src/mainwindow.c
199                 Maemo: Make Esc close messageviews
200         * src/messageview.c
201                 Maemo: Fix message scrolling to the end on 
202                 opening
203                 Maemo: Fix reopening same message
204         * src/gtk/prefswindow.c
205                 Maemo: try to fix scrollbar. Doesn't work,
206                 it seems as if gtk_adjustment_set_value was
207                 a noop.
208
209 2007-08-30 [colin]      2.10.0cvs185
210
211         * src/compose.c
212         * src/folderview.c
213         * src/main.c
214         * src/prefs_matcher.c
215         * src/prefs_template.c
216         * src/quote_fmt.c
217         * src/send_message.c
218         * src/toolbar.c
219         * src/gtk/gtkaspell.c
220         * src/plugins/bogofilter/bogofilter.c
221         * src/plugins/bogofilter/bogofilter_gtk.c
222         * src/plugins/clamav/clamav_plugin_gtk.c
223         * src/plugins/pgpcore/sgpgme.c
224         * src/plugins/spamassassin/spamassassin.c
225         * src/plugins/spamassassin/spamassassin_gtk.c
226                 Fix all potential misuses of format-string functions
227
228 2007-08-30 [wwp]        2.10.0cvs184
229
230         * src/prefs_template.c
231                 Fix a leak.
232
233 2007-08-29 [colin]      2.10.0cvs183
234
235         * src/plugins/trayicon/trayicon.c
236                 Fix leak of hooks in case of error,
237                 thanks to Holger Berndt
238
239 2007-08-28 [colin]      2.10.0cvs182
240
241         * src/mainwindow.c
242                 Don't use current folder settings when
243                 composing from the compose button's
244                 account selector
245
246 2007-08-28 [colin]      2.10.0cvs181
247
248         * src/quote_fmt_parse.y
249                 Fix cursor offset when quote contains UTF-8
250                 chars
251
252 2007-08-28 [colin]      2.10.0cvs180
253
254         * src/compose.c
255         * src/compose.h
256                 Fix signature replacement when it's been wrapped
257
258 2007-08-27 [colin]      2.10.0cvs179
259
260         * src/summaryview.c
261                 Fix indentation
262
263 2007-08-27 [colin]      2.10.0cvs178
264
265         * src/summaryview.c
266                 Fix Quicksearch's Sticky mode
267
268 2007-08-27 [colin]      2.10.0cvs177
269
270         * src/folder_item_prefs.c
271         * src/folder_item_prefs.h
272         * src/imap_gtk.c
273         * src/mh_gtk.c
274                 Fix loss of subfolders properties when
275                 renaming a folder
276
277 2007-08-26 [wwp]        2.10.0cvs176
278
279         * src/alertpanel.c
280         * src/messageview.c
281         * src/prefs_actions.c
282                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
283                 will have to be used when necessary *before* calling
284                 alertpanel functions.
285
286 2007-08-25 [paul]       2.10.0cvs175
287
288         * src/prefs_actions.c
289                 workaround gettext problem marking
290                 string as c-format when it's not
291
292 2007-08-25 [wwp]        2.10.0cvs174
293
294         * src/alertpanel.c
295         * src/messageview.c
296         * src/prefs_actions.c
297                 Call the pango markup escape function right ince in alertpanel_create
298                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
299                 2.10.0cvs158).
300
301         * src/common/log.c
302                 Fix a crash due to a misuse of g_print(), encountered when the string
303                 passed to g_print was containing printf substitution symbols.
304
305 2007-08-25 [paul]       2.10.0cvs173
306
307         * src/common/log.c
308                 fix a segfault when refreshing RSSyl feeds
309
310 2007-08-25 [paul]       2.10.0cvs172
311
312         * src/gtk/icon_legend.c
313                 add watchthread.xpm
314
315 2007-08-25 [paul]       2.10.0cvs171
316
317         * src/Makefile.am
318         * src/stock_pixmap.c
319         * src/pixmaps/insert_file.xpm
320                 add a new pixmap instead of re-using
321                 paste.xpm. (easier for icon theme authors)
322
323 2007-08-24 [holger]     2.10.0cvs170
324
325         * src/plugins/trayicon/trayicon.c
326                 The same fix for another hook id.
327
328 2007-08-24 [holger]     2.10.0cvs169
329
330         * src/plugins/trayicon/trayicon.c
331                 Micro-fix: Do the error checking for
332                 the right hook id.
333
334 2007-08-24 [paul]       2.10.0cvs168
335
336         * src/folder.h
337                 fix typo causing compiler warning
338
339 2007-08-24 [paul]       2.10.0cvs167
340
341         * README
342                 put back the correct version of this file also
343
344 2007-08-24 [colin]      2.10.0cvs166
345
346         * src/send_message.c
347                 Use progress bar when sending messages
348
349 2007-08-24 [paul]       2.10.0cvs165
350
351         * Makefile.am
352                 oops! if i'm quick no-one will notice
353                 (put back the proper file)
354
355 2007-08-24 [paul]       2.10.0cvs164
356
357         * AUTHORS
358         * Makefile.am
359         * README
360         * src/gtk/authors.h
361         * tools/Makefile.am
362         * tools/README
363         * tools/mew2claws-mail.pl
364                 add new script that imports a Mew address book
365                 submitted by Jerome Lelong
366
367 2007-08-24 [paul]       2.10.0cvs163
368
369         * manual/plugins.xml
370                 remove the obsolete plugins, add the
371                 missing plugins, including the forthcoming
372                 SpamReport plugin
373
374 2007-08-24 [paul]       2.10.0cvs162
375
376         * manual/advanced.xml
377                 add info about the hidden emphasis_color option
378         * manual/keyboard.xml
379                 correct the info about hotkeys
380                 wrap the long lines
381
382 2007-08-24 [paul]       2.10.0cvs161
383
384         * src/folderview.c
385                 add mnemonic to 'Run procesing rules'
386
387 2007-08-24 [paul]       2.10.0cvs160
388
389         * src/account.c
390         * src/folder.c
391         * src/folder.h
392                 use suitable defaults for outbox,
393                 queue, drafts and trash folders
394
395 2007-08-24 [wwp]        2.10.0cvs159
396
397         * src/folderview.c
398                 Update menu item sensitivity if necessary (or we get a
399                 gtk critical message).
400
401 2007-08-23 [wwp]        2.10.0cvs158
402
403         * src/action.c
404         * src/prefs_actions.c
405                 Allow literal % chars in action commands (use %%).
406                 Add a missing p++ to the action parser in action_get_type(),
407                 which was missing it, even if it was neutral.
408                 Fix a pango markup warning at runtime.
409
410 2007-08-23 [wwp]        2.10.0cvs157
411
412         * src/addressbook.c
413                 Contacts are now locale-aware sorted in the address book
414                 (LC_COLLATE matters here).
415                 Fix missing table initializers.
416
417 2007-08-23 [colin]      2.10.0cvs156
418
419         * src/imap.c
420                 Check scan_required on dest folder when copying
421
422 2007-08-23 [colin]      2.10.0cvs155
423
424         * src/imap.c
425                 Fix scanning when folder was empty
426
427 2007-08-22 [colin]      2.10.0cvs154
428
429         * src/msgcache.c
430                 Don't g_warning when g_try_malloc fails(), or it makes
431                 things worse as g_log() allocates. Fixes bug 1290,
432                 'Claws Mail crashes if too little memory when 
433                 rebuilding folder tree'
434
435 2007-08-22 [colin]      2.10.0cvs153
436
437         * src/inc.c
438                 Fix format string vulnerability, thanks to
439                 Ulf Harnhammar, Secunia Research
440
441 2007-08-22 [colin]      2.10.0cvs152
442
443         * src/ldapserver.c
444                 Set tv_usec too
445
446 2007-08-22 [wwp]        2.10.0cvs151
447
448         * src/ldapquery.c
449                 Few better null-ptr checks.
450
451 2007-08-22 [colin]      2.10.0cvs150
452
453         * src/editldap.c
454         * src/editldap_basedn.c
455         * src/ldapquery.c
456         * src/ldapserver.c
457         * src/ldapserver.h
458         * src/ldapupdate.c
459         * src/ldaputil.c
460         * src/ldaputil.h
461                 Fix ldap timeouts
462
463 2007-08-22 [colin]      2.10.0cvs149
464
465         * src/ldapquery.c
466                 Finish previous fix
467
468 2007-08-22 [colin]      2.10.0cvs148
469
470         * src/ldapquery.c
471                 Fix wrong assertions
472
473 2007-08-22 [colin]      2.10.0cvs147
474
475         * src/ldaputil.c
476                 Fix test (set ldap v3 if bindDN is set or TLS is set)
477
478 2007-08-22 [colin]      2.10.0cvs146
479
480         * src/editldap.c
481         * src/ldaputil.c
482                 Fix wrong "Connected successfully to server". Connection only succeeds if
483                 we can get the base DN.
484
485 2007-08-21 [wwp]        2.10.0cvs145
486
487         * src/browseldap.c
488         * src/editldap.c
489         * src/ldapctrl.c
490         * src/ldapquery.c
491         * src/ldapserver.c
492         * src/ldapupdate.c
493         * src/ldaputil.c
494                 More sanity checks in ldap functions.
495
496 2007-08-21 [wwp]        2.10.0cvs144
497
498         * src/prefs_account.c
499                 Don't return a value in a void function().
500
501 2007-08-21 [paul]       2.10.0cvs143
502
503         * src/messageview.c
504                 add check for ftp: to messageview_list_urls()
505
506 2007-08-21 [colin]      2.10.0cvs142
507
508         * src/editldap.c
509         * src/ldapctrl.c
510         * src/ldapctrl.h
511         * src/ldapquery.c
512         * src/ldapupdate.c
513                 Fix bug 1293, 'LDAP address book not working'
514                 Search only on specified fields, but fetch 
515                 every field possible. People will have to 
516                 reset the searched Attributes in their LDAP
517                 servers properties.
518
519 2007-08-21 [wwp]        2.10.0cvs141
520
521         * src/addr_compl.c
522         * src/addrbook.c
523         * src/addrcache.c
524         * src/addrcindex.c
525         * src/addressbook.c
526         * src/addrindex.c
527         * src/browseldap.c
528         * src/crash.c
529         * src/editaddress_other_attributes_ldap.c
530         * src/exporthtml.c
531         * src/folder.c
532         * src/folderview.c
533         * src/imap.c
534         * src/jpilot.c
535         * src/ldapserver.c
536         * src/ldapupdate.c
537         * src/ldif.c
538         * src/main.c
539         * src/mainwindow.c
540         * src/matcher.c
541         * src/mh.c
542         * src/msgcache.c
543         * src/mutt.c
544         * src/pine.c
545         * src/pop.c
546         * src/prefs_customheader.c
547         * src/prefs_msg_colors.c
548         * src/procmime.c
549         * src/textview.c
550         * src/vcard.c
551         * src/wizard.c
552         * src/common/log.c
553         * src/common/socket.c
554         * src/common/ssl_certificate.c
555         * src/common/utils.c
556         * src/common/utils.h
557         * src/gtk/description_window.c
558         * src/plugins/demo/demo.c
559         * src/plugins/pgpcore/prefs_gpg.c
560         * src/plugins/spamassassin/libspamc.c
561                 Make sure we use glib functions to send text messages (information,
562                 debug, warning, errors) to stdout/stderr - no more direct puts
563                 fputs printf fprintf to stdout/stderr when it can be done using
564                 g_log*() and g_print/g_printerr. Doing this, we make sure every
565                 stdout/stderr message is saved to log in Windows.
566
567
568 2007-08-21 [wwp]        2.10.0cvs140
569
570         * src/main.c
571         * src/common/utils.h
572                 Route glib's stdout/stderr messages to a log file (Windows only),
573                 instead of loosing them.
574
575 2007-08-21 [paul]       2.10.0cvs139
576
577         * src/mainwindow.c
578                 replace deprecated g_strncasecmp()
579         * src/messageview.c
580                 fix 'List URLS'
581
582 2007-08-20 [ticho]      2.10.0cvs138
583
584         * src/account.c
585         * src/prefs_account.h
586                 Copy all account preferences in account_clone() - some
587                 were missing.
588         * src/prefs_account.c
589                 Handle empty privacy system combobox gracefully (warning
590                 instead of a crash).
591
592 2007-08-20 [colin]      2.10.0cvs137
593
594         * src/ldapctrl.c
595                 Fix a leak
596
597 2007-08-20 [paul]       2.10.0cvs136
598
599         * src/browseldap.c
600         * src/editldap.c
601         * src/ldapctrl.c
602         * src/ldapquery.c
603         * src/ldapquery.h
604         * src/ldapserver.c
605         * src/ldaputil.c
606                 add debug_prints
607                 patch by Michael Rasmussen
608
609 2007-08-19 [colin]      2.10.0cvs135
610
611         * src/imap.c
612                 Fix previous commit. Sensitivity update is needed
613                 for "Cancel receiving". However when batching we
614                 don't need to do it for every message flag change,
615                 just once at the start and once at the end.
616
617 2007-08-19 [colin]      2.10.0cvs134
618
619         * src/imap.c
620                 Remove useless menu updates on session lock/unlock
621
622 2007-08-19 [colin]      2.10.0cvs133
623
624         * src/etpan/imap-thread.c
625                 Make all fetch logs less verbose
626
627 2007-08-19 [paul]       2.10.0cvs132
628
629         * src/foldersel.c
630         * src/folderview.c
631         * src/summaryview.c
632                 fix bug 1286, 'Can't move a folder into a "Folders
633                 Only" folder'
634
635 2007-08-18 [ticho]      2.10.0cvs131
636
637         * src/editaddress_other_attributes_ldap.c
638                 Converted option menu for other ldap attributes to GtkComboBox.
639
640 2007-08-18 [colin]      2.10.0cvs130
641
642         * src/compose.c
643         * src/prefs_common.c
644         * src/prefs_common.h
645         * src/prefs_send.c
646         * src/send_message.c
647                 Revert 'send_dialog_mode' meaning to 
648                 'send_dialog_invisible', so that the 
649                 new checkbox doesn't change the 
650                 existing behaviour.
651
652 2007-08-18 [paul]       2.10.0cvs129
653
654         * src/summaryview.c
655                 add missing menu update
656
657 2007-08-17 [colin]      2.10.0cvs128
658
659         * src/folder.c
660                 Set batching after getting flags - maybe fixes
661                 bug 1292, 'CM crashes on writing mail'
662
663 2007-08-16 [ticho]      2.10.0cvs127
664
665         * src/prefs_send.c
666                 Convert two GtkOptionMenu widgets to new GtkComboBox.
667         * src/gtk/combobox.h
668         * src/gtk/gtkutils.c
669                 Allow NULL for GtkComboBox menuitem label, rendering such
670                 items as row separators.
671
672 2007-08-16 [paul]       2.10.0cvs126
673
674         * src/plugins/trayicon/trayicon.c
675                 remove wrongly used gettextisation
676
677 2007-08-15 [ticho]      2.10.0cvs125
678
679         * src/importldif.c
680                 Fixed a runtime warning where an attempt to pack an
681                 already packed GtkLabel was made.
682
683 2007-08-15 [ticho]      2.10.0cvs124
684
685         * src/prefs_compose_writing.c
686                 Convert the insert-or-attach-dragged-files GtkOptionMenu
687                 into GtkComboBox.
688
689 2007-08-14 [ticho]      2.10.0cvs123
690
691         * src/messageview.c
692         * src/gtk/gtkutils.c
693                 Changed return receipt account selector to GtkComboBox.
694                 Fixed a runtime warning where GTK tried to parse
695                 "name <email@address" as a Pango markup in an alertpanel label.
696
697 2007-08-14 [ticho]      2.10.0cvs122
698
699         * src/prefs_logging.c
700                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
701
702 2007-08-14 [wwp]        2.10.0cvs121
703
704         * tools/Makefile.am
705         * tools/README
706         * tools/popfile-link.sh
707                 Added a new tool: POPFile helper, to open
708                 selected messages in POPFile control center,
709                 in order to change the messages' status.
710
711 2007-08-14 [ticho]      2.10.0cvs120
712
713         * src/compose.c
714         * src/prefs_common.c
715         * src/prefs_common.h
716         * src/prefs_send.c
717         * src/send_message.c
718                 Change "Show send dialog" optionmenu to a checkbutton.
719         * src/prefs_receive.c
720                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
721
722 2007-08-13 [wwp]        2.10.0cvs119
723
724         * src/addr_compl.c
725         * src/addressbook.c
726         * src/addrindex.c
727         * src/compose.c
728         * src/filtering.c
729         * src/folderview.c
730         * src/inc.c
731         * src/matcher.c
732         * src/mh.c
733         * src/partial_download.c
734         * src/prefs_gtk.c
735         * src/procmsg.c
736         * src/stock_pixmap.c
737         * src/summaryview.c
738         * src/common/utils.c
739         * src/gtk/gtkaspell.c
740         * src/gtk/menu.c
741                 Make sure we never pass NULL pointers for %s substitutions
742                 (prevent from crashing in Windows).
743
744 2007-08-13 [wwp]        2.10.0cvs118
745
746         * src/msgcache.c
747                 Re-enable mmap_reads in Windows with some missing
748                 CloseHandle of mapping objects, thanks to
749                 Marcus Brinkmann.
750
751 2007-08-13 [paul]       2.10.0cvs117
752
753         * src/common/utils.c
754                 fix bug 1287, 'Compile time problem on Solaris
755                 (nexenta gnu/Solaris) utils.c'
756                 Thanks to Piotr Chrzczonowicz
757
758 2007-08-12 [wwp]        2.10.0cvs116
759
760         * src/plugins/pgpcore/prefs_gpg.c
761                 Don't try to unset a GPG_AGENT_INFO that was not
762                 set (and don't use a NULL string in Windows, it was
763                 crashing with --debug if GPG_AGENT_INFO was not set).
764
765 2007-08-12 [wwp]        2.10.0cvs115
766
767         * src/privacy.h
768                 Make gcc type-check arguments passed to privacy_set_error().
769
770 2007-08-12 [ticho]      2.10.0cvs114
771
772         * src/prefs_folder_item.c
773                 Make sure that folder default account combobox always has some
774                 account preselected.
775         * src/gtk/combobox.c
776                 Handle empty combobox gracefully (warning instead of crash).
777
778 2007-08-12 [ticho]      2.10.0cvs114
779
780         * src/prefs_folder_item.c
781                 Make sure that folder default account combobox is not empty.
782         * src/gtk/combobox.c
783                 Handle empty combobox gracefully (warning instead of crash).
784
785 2007-08-11 [paul]       2.10.0cvs113
786
787         * src/addrgather.c
788         * src/folderview.c
789                 use 'subfolder' instead of 'sub-folder', matching
790                 everywhere else the term is used
791         * src/imap_gtk.c
792                 fix engrish
793
794 2007-08-10 [wwp]        2.10.0cvs112
795
796         * src/msgcache.c
797                 Disable mmap reads in Windows only (at least temporarily), they
798                 prevent from renaming/removing target cache files.
799
800 2007-08-10 [paul]
801
802         3.0.0-rc2 released
803
804 2007-08-10 [wwp]        2.10.0cvs111
805
806         * src/msgcache.c
807                 fix unpredictable crashes in Windows due to broken
808                 cache/mark/tags files writting (file were opened for
809                 writing in text mode).
810
811         * src/recv.c
812                 use gettimeofday() from w32lib.h on Windows.
813
814 2007-08-10 [colin]      2.10.0cvs110
815
816         * src/imap.c
817         * src/etpan/imap-thread.c
818         * src/etpan/imap-thread.h
819                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
820
821 2007-08-09 [colin]      2.10.0cvs109
822
823         * src/editldap.c
824                 Fix port being reset to 636 on SSL
825         * src/folder.c
826                 Fix folder_item_get_msg_num_by_file
827                 on drafts/queue folders
828
829 2007-08-09 [wwp]        2.10.0cvs108
830
831         * src/folder.c
832                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
833                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
834
835
836 2007-08-09 [colin]      2.10.0cvs107
837
838         * src/folderview.c
839         * src/summaryview.c
840         * src/gtk/prefswindow.c
841                 A few Maemo layout fixes
842
843 2007-08-09 [paul]       2.10.0cvs106
844
845         * src/prefs_account.c
846                 remove the hyphen from plug-ins to
847                 match everywhere else
848
849 2007-08-08 [wwp]        2.10.0cvs105
850
851         * src/prefs_folder_item.c
852                 Fix an extraneous stealth ^L char.
853
854 2007-08-08 [wwp]        2.10.0cvs104
855
856         * src/prefs_folder_item.c
857                 Better fix, group variables declarations (USE_ASPELL).
858
859 2007-08-08 [wwp]        2.10.0cvs103
860
861         * src/prefs_folder_item.c
862                 Fix compilation w/ USE_ASPELL set (broken
863                 by 2.10.0cvs102).
864
865 2007-08-08 [ticho]      2.10.0cvs102
866
867         * src/prefs_folder_item.c
868                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
869
870 2007-08-08 [colin]      2.10.0cvs101
871
872         * src/imap.c
873         * src/etpan/imap-thread.c
874         * src/etpan/imap-thread.h
875                 Close selected mailbox before doing
876                 status on it.
877
878 2007-08-08 [colin]      2.10.0cvs100
879
880         * src/html.c
881                 Complete symbol table, thanks to wwp.
882                 Fixes bug 1284, 'The html -> text 
883                 converter ignores entities'
884         * src/msgcache.c
885                 Fix possible fd leak
886
887 2007-08-08 [colin]      2.10.0cvs99
888
889         * src/imap.c
890                 Better way to fetch UIDs on non-UIDPLUS servers
891
892 2007-08-07 [colin]      2.10.0cvs98
893
894         * src/imap.c
895                 fix bug 1275, 'auto-saved draft messages not 
896                 always being removed'; Also, make multiple
897                 copy (in the same account) faster by matching
898                 source/destination message UIDs.
899         * src/messageview.c
900                 Don't try to reshow deleted mail
901         * src/msgcache.c
902                 Fix leak on error path
903
904 2007-08-07 [wwp]        2.10.0cvs97
905
906         * manual/account.xml
907         * manual/advanced.xml
908         * manual/fr/account.xml
909         * manual/fr/advanced.xml
910                 Updated the reference manual and the French translation to
911                 reflect 2.10.0cvs84: enable running folder Processing
912                 rules on demand.
913
914 2007-08-06 [wwp]        2.10.0cvs96
915
916         * src/prefs_common.c
917         * src/prefs_common.h
918         * src/textview.c
919                 Allow changing the emphasis color used to highlight
920                 the newsreader/x-mailer header value when it matches
921                 our preferred mail agent (hidden pref 'emphasis_col' added
922                 to clawsrc).
923
924 2007-08-06 [colin]      2.10.0cvs95
925
926         * src/compose.c
927         * src/compose.h
928                 Re-commit 2.10.0cvs86, with a protection
929                 against Pango bug. Also, try to fix 
930                 bug 1275, 'auto-saved draft messages not 
931                 always being removed'
932
933 2007-08-06 [wwp]        2.10.0cvs94
934
935         * src/gtk/quicksearch.c
936                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
937
938 2007-08-06 [ticho]      2.10.0cvs93
939
940         * src/prefs_account.c
941         * src/gtk/combobox.c
942                 Use GtkComboBox instead of GtkOptionMenu for privacy system
943                 selection in account preferences.
944
945 2007-08-06 [wwp]        2.10.0cvs92
946
947         * src/plugins/pgpcore/plugin.def
948                 Apply one more chunk from gpg4win's 03-w32-port patch.
949
950 2007-08-05 [colin]      2.10.0cvs91
951
952         * src/compose.c
953         * src/compose.h
954                 reverting buggy patch for now
955
956 2007-08-05 [colin]      2.10.0cvs90
957
958         * src/folder.c
959                 Fix slowdown
960
961 2007-08-04 [colin]      2.10.0cvs89
962
963         * src/prefs_summaries.c
964         * src/summary_search.c
965                 Replace deprecated widgets. Patch by
966                 Andrej.
967
968 2007-08-04 [colin]      2.10.0cvs88
969
970         * src/mh.c
971                 Refresh GUI only every 2000 mails on mh_get_last_num
972                 This is fast (readdir) and done only once per 
973                 session/folder
974
975 2007-08-03 [colin]      2.10.0cvs87
976
977         * src/prefs_account.c
978         * src/gtk/combobox.h
979         * src/gtk/gtkutils.c
980                 Fix a deprecated widget. Patch by
981                 Andrej
982
983 2007-08-03 [colin]      2.10.0cvs86
984
985         * src/compose.c
986         * src/compose.h
987                 Make colorisation and wrapping algorithms
988                 faster. Fixes bug 1246, 'compose becomes 
989                 increasingly slow replying to complex emails'
990
991 2007-08-03 [paul]       2.10.0cvs85
992
993         * src/mh.c
994                 keep the window painted
995
996 2007-08-02 [paul]       2.10.0cvs84
997
998         * src/folderview.c
999         * src/mainwindow.c
1000         * src/mainwindow.h
1001                 enable running folder Processing
1002                 rules on demand
1003
1004 2007-08-02 [paul]       2.10.0cvs83
1005
1006         * src/textview.c
1007                 speed up/clean up rendering of larger
1008                 msgs
1009                 Thanks to Colin
1010
1011 2007-08-01 [paul]       2.10.0cvs82
1012
1013         * src/mainwindow.h
1014                 clean up cruft
1015         * src/toolbar.c
1016                 change default toolbar layout on maemo
1017         * src/pixmaps/close.xpm
1018                 make the red cross a grey cross
1019         * src/pixmaps/jpilot.xpm
1020                 make icon smaller so it fits better
1021
1022 2007-07-31 [paul]       2.10.0cvs81
1023
1024         * src/setup.c
1025         * src/gtk/gtkutils.c
1026                 fix crash on maemo on first launch
1027
1028 2007-07-30 [paul]       2.10.0cvs80
1029
1030         * src/prefs_matcher.c
1031                 specify the units of age and size
1032
1033 2007-07-30 [paul]       2.10.0cvs79
1034
1035         * src/main.c
1036                 Fix IMAP timeout setting
1037
1038 2007-07-30 [colin]      2.10.0cvs78
1039
1040         * src/prefs_account.c
1041                 Fix a deprecated widget. Patch by
1042                 Andrej
1043
1044 2007-07-27 [paul]       2.10.0cvs77
1045
1046         * src/matcher_parser_parse.y
1047         * src/prefs_filtering_action.c
1048         * src/prefs_matcher.c
1049                 these changes forgotten in cvs74's
1050                 'watch thread' feature
1051
1052 2007-07-27 [paul]       2.10.0cvs76
1053
1054         * src/compose.c
1055                 fix potential crasher
1056                 thanks to Colin
1057
1058 2007-07-27 [paul]       2.10.0cvs75
1059
1060         * src/mainwindow.c
1061         * src/manual.c
1062         * src/manual.h
1063         * src/gtk/gtkutils.c
1064                 make mainwindow's /Help/Manual point to the
1065                 remote copy if the local copy doesn't exist
1066
1067 2007-07-27 [paul]       2.10.0cvs74
1068
1069         * src/Makefile.am
1070         * src/filtering.c
1071         * src/folder.c
1072         * src/mainwindow.c
1073         * src/matcher.c
1074         * src/matcher.h
1075         * src/matcher_parser_parse.y
1076         * src/procmsg.c
1077         * src/procmsg.h
1078         * src/stock_pixmap.c
1079         * src/stock_pixmap.h
1080         * src/summaryview.c
1081         * src/summaryview.h
1082         * src/toolbar.c
1083         * src/toolbar.h
1084         * src/pixmaps/watchthread.xpm
1085                 add 'watch thread' feature
1086
1087 2007-07-27 [paul]       2.10.0cvs73
1088
1089         * src/prefs_folder_item.c
1090                 adjust labels, add tooltips
1091
1092 2007-07-27 [colin]      2.10.0cvs72
1093
1094         * src/summaryview.c
1095                 Maemo: Remove less used menu items
1096
1097 2007-07-26 [colin]      2.10.0cvs71
1098
1099         * src/messageview.c
1100                 Maemo: destroy messageview after trashing mail.
1101                 Maybe should be done on X11 too
1102
1103 2007-07-26 [colin]      2.10.0cvs70
1104
1105         * src/folderview.c
1106         * src/mainwindow.c
1107         * src/prefs_common.c
1108         * src/prefs_common.h
1109         * src/summaryview.c
1110                 Add View/Show or Hide/Column headers
1111
1112 2007-07-26 [colin]      2.10.0cvs69
1113
1114         * src/procmime.c
1115                 Fix unwanted output
1116
1117 2007-07-26 [colin]      2.10.0cvs68
1118
1119         * src/ldapserver.c
1120                 Fix possible crash on cache invalidation
1121         * src/compose.c
1122         * src/procmime.c
1123         * src/procmime.h
1124         * src/quote_fmt_parse.y
1125                 Make replying to mails with big attachments
1126                 much faster. Fixes bug 1224, 'The process of 
1127                 Replying to emails with large attachments 
1128                 seems unreasonably long...'
1129
1130 2007-07-26 [colin]      2.10.0cvs67
1131
1132         * src/mimeview.c
1133         * src/matcher.c
1134         * src/common/ssl.c
1135                 Fix threads use on BSDs
1136
1137 2007-07-26 [paul]       2.10.0cvs66
1138
1139         * src/gtk/prefswindow.c
1140                 fix account prefs breakage
1141                 thanks to Colin
1142
1143 2007-07-26 [paul]       2.10.0cvs65
1144
1145         * configure.ac
1146                 standardise ./configure --help messages
1147
1148 2007-07-26 [colin]      2.10.0cvs64
1149
1150         * src/addressbook.c
1151         * src/editaddress.c
1152                 Fix two vCard-related crashes
1153
1154 2007-07-25 [colin]      2.10.0cvs63
1155
1156         * src/inc.c
1157         * src/prefs_common.c
1158         * src/prefs_common.h
1159         * src/prefs_receive.c
1160                 Maemo: Add a better way to notify of
1161                 new mails
1162         * src/mainwindow.c
1163         * src/statusbar.h
1164         * src/summaryview.c
1165         * src/toolbar.c
1166                 Maemo: Various layout fixes
1167         * src/gtk/prefswindow.c
1168                 Maemo: Better prefs layout
1169
1170 2007-07-25 [paul]       2.10.0cvs62
1171
1172         * src/textview.c
1173                 fix the layout on maemo
1174                 thanks to Colin
1175
1176 2007-07-25 [iwkse]      2.10.0cvs61
1177
1178         * src/summaryview.c
1179                 add 'o' shortcut on summaryview
1180
1181 2007-07-25 [iwkse]      2.10.0cvs60
1182
1183         * src/textview.c
1184                 fix o shortcut
1185
1186 2007-07-24 [colin]      2.10.0cvs59
1187
1188         * src/mh.c
1189                 Fix missing timestamp update on source
1190                 folder when moving
1191         * src/textview.c
1192         * src/textview.h
1193                 Better text layout on part's choices
1194
1195 2007-07-23 [colin]      2.10.0cvs58
1196
1197         * src/mimeview.c
1198         * src/textview.c
1199                 Maemo: Automatically choose the correct application
1200                 to open parts
1201         * src/gtk/quicksearch.c
1202                 Make search run on GDK_KP_Enter too
1203
1204 2007-07-23 [wwp]        2.10.0cvs57
1205
1206         * src/quote_fmt_lex.l
1207                 Revert accidentaly committed lines (account_sig) in
1208                 2.10.0cvs56.
1209
1210 2007-07-23 [wwp]        2.10.0cvs56
1211
1212         * src/quote_fmt_lex.l
1213                 Fix typos around long form expressions in the quote lexer.
1214
1215 2007-07-23 [paul]
1216
1217         3.0.0-rc1 released
1218
1219 2007-07-23 [colin]      2.10.0cvs55
1220
1221         * src/addr_compl.c
1222                 Fix auto-completion on Maemo
1223
1224 2007-07-23 [colin]      2.10.0cvs54
1225
1226         * src/statusbar.c
1227                 Maemo: Fix sticking statusbars
1228
1229 2007-07-22 [colin]      2.10.0cvs53
1230
1231         * src/main.c
1232                 Maemo: Fix the strange "top_application" info
1233                 at startup. We should do something when 
1234                 receiving such a message.
1235
1236 2007-07-20 [paul]       2.10.0cvs52
1237
1238         * src/news_gtk.c
1239                 add missing #include "statusbar.h"
1240
1241 2007-07-20 [colin]      2.10.0cvs51
1242
1243         * src/folder.c
1244         * src/folder.h
1245         * src/folder_item_prefs.c
1246         * src/folder_item_prefs.h
1247         * src/folderview.c
1248         * src/imap.c
1249         * src/imap_gtk.c
1250         * src/imap_gtk.h
1251         * src/news.c
1252         * src/news_gtk.c
1253         * src/news_gtk.h
1254         * src/prefs_folder_item.c
1255                 Implement age-based caching: allow to
1256                 specify a threshold for the offline synchronisation
1257                 feature, and whether old cached bodies should 
1258                 be removed
1259         * src/toolbar.c
1260         * src/toolbar.h
1261                 Fix label/tooltips
1262         * src/plugins/dillo_viewer/dillo_viewer.c
1263                 Check that Dillo's installed
1264
1265 2007-07-20 [wwp]        2.10.0cvs50
1266
1267         * src/mimeview.c
1268         * src/stock_pixmap.c
1269                 Draw a frame around the selected mimeview part icon (instead of the
1270                 shifted 'dancing' icon).
1271
1272 2007-07-20 [colin]      2.10.0cvs49
1273
1274         * src/main.c
1275                 Unref stuff even on error
1276         * src/wizard.c
1277                 disconnect signals only at the very
1278                 end of the wizard save.
1279
1280 2007-07-20 [colin]      2.10.0cvs48
1281
1282         * src/mainwindow.c
1283         * src/messageview.c
1284         * src/toolbar.c
1285         * src/toolbar.h
1286                 Fix random crashes while navigating
1287                 (GTK_EVENTS_FLUSH)
1288
1289 2007-07-19 [colin]      2.10.0cvs47
1290
1291         * configure.ac
1292         * src/main.c
1293         * src/prefs_common.c
1294         * src/prefs_common.h
1295         * src/wizard.c
1296         * src/common/defs.h
1297         * src/common/utils.c
1298                 Maemo: add an easy way to store data (mails
1299                 and IMAP/NNTP caches) on one of the SD cards,
1300                 and protect against unmounts if needed
1301
1302 2007-07-19 [paul]       2.10.0cvs46
1303
1304         * src/Makefile.am
1305         * src/stock_pixmap.c
1306         * src/gtk/about.c
1307         * src/pixmaps/claws-mail_logo-small.xpm
1308                 implement a (slightly) different About
1309                 dialog for maemo and add a small version
1310                 of the logo for it
1311         * src/wizard.c
1312                 use a scrolled window for wizard page 1
1313                 on maemo
1314
1315 2007-07-19 [paul]       2.10.0cvs45
1316
1317         * src/Makefile.am
1318                 too soon for this line
1319
1320 2007-07-19 [paul]       2.10.0cvs44
1321
1322         * src/Makefile.am
1323                 fix build on n800
1324
1325 2007-07-19 [colin]      2.10.0cvs43
1326
1327         * src/wizard.c
1328                 Solve Mail/Mailbox name when specifying
1329                 full /path/to/Mail.
1330
1331 2007-07-18 [colin]      2.10.0cvs42
1332
1333         * src/inc.c
1334         * configure.ac
1335                 Fix build on n770
1336
1337 2007-07-18 [colin]      2.10.0cvs41
1338
1339         * src/inc.c
1340                 Maemo: plug the online/offline system into
1341                 maemo's interfaces to have Claws automatically
1342                 switch according to the system status
1343         * src/statusbar.c
1344                 Maemo: use HildonBanners to display status
1345                 messages. Renders the main statusbar useless.
1346
1347 2007-07-18 [paul]       2.10.0cvs40
1348
1349         * src/filtering.c
1350                 fix screen blanking on moving/copying many msgs
1351         * src/folder.c
1352                 fix processing progressbar and screen blanking
1353                 during processing
1354
1355 2007-07-18 [paul]       2.10.0cvs39
1356
1357         * src/messageview.c
1358                 revert cvs37, breakage on maemo
1359
1360 2007-07-18 [paul]       2.10.0cvs38
1361
1362         * src/gtk/gtkutils.c
1363                 make sure we can still build with older GTK's
1364
1365 2007-07-18 [colin]      2.10.0cvs37
1366
1367         * src/messageview.c
1368                 Only hide the small layout's messageview, instead
1369                 of destroying it when closing
1370         * src/gtk/gtkutils.c
1371                 Use gtk_window_present_with_time to popup windows,
1372                 it seems to make things better with modern WMs
1373                 (actually focusing)
1374
1375 2007-07-17 [colin]      2.10.0cvs36
1376
1377         * src/editaddress.c
1378                 Simplify layout on Maemo
1379         * src/folder.c
1380                 Fix possible crash
1381         * src/prefs_display_header.c
1382                 Remove some headers by default on Maemo
1383
1384 2007-07-17 [paul]       2.10.0cvs35
1385
1386         * src/prefs_common.c
1387         * src/prefs_common.h
1388         * src/prefs_logging.c
1389         * src/common/log.c
1390                 add options to stop/enable writing logs to disc
1391
1392 2007-07-17 [paul]       2.10.0cvs34
1393
1394         * src/edittags.c
1395                 fix some issues with the Apply tags window:
1396                 - set search column (enables autocompl in the treeview)
1397                 - apply tag from "New tag" if it existed
1398                 - clears New tag entry when adding it with the button
1399                 Thanks to Colin
1400
1401 2007-07-17 [paul]       2.10.0cvs33
1402
1403         * src/edittags.c
1404                 fix 'apply tags' dialogue weirdness
1405
1406 2007-07-16 [colin]      2.10.0cvs32
1407
1408         * src/toolbar.c
1409                 Fix double-loading of mails on Maemo
1410
1411 2007-07-16 [colin]      2.10.0cvs31
1412
1413         * src/messageview.c
1414                 Prevent double-loading of the same part under some
1415                 conditions; hide statusbar on Maemo
1416
1417 2007-07-16 [colin]      2.10.0cvs30
1418
1419         * src/edittags.c
1420         * src/edittags.h
1421         * src/mainwindow.c
1422         * src/summaryview.c
1423                 Improve the tag interface - allow
1424                 to set/unset tags from a special
1425                 window.
1426         * src/gtk/gtkvscrollbutton.c
1427         * src/mimeview.c
1428         * src/mimeview.h
1429         * src/stock_pixmap.c
1430                 Fix Mimeview's ugly hacks in the
1431                 icon list. 
1432
1433 2007-07-16 [paul]       2.10.0cvs29
1434
1435         * src/wizard.c
1436                 rework dialog
1437         * src/gtk/icon_legend.c
1438                 put it all in a scrolled window
1439
1440 2007-07-15 [colin]      2.10.0cvs28
1441
1442         * src/mainwindow.c
1443                 Maemo: force layout to be Small screen; the
1444                 others don't make sense
1445
1446 2007-07-14 [colin]      2.10.0cvs27
1447
1448         * src/mimeview.c
1449         * src/gtk/gtkvscrollbutton.c
1450                 Maemo: Fix mimeview's buttons size
1451
1452 2007-07-14 [colin]      2.10.0cvs26
1453
1454         * src/toolbar.c
1455                 Fix the button workaround fix.
1456                 (Use the correct variable)
1457
1458 2007-07-14 [colin]      2.10.0cvs25
1459
1460         * src/mainwindow.c
1461         * src/toolbar.c
1462                 Maemo: put the progress bar in the
1463                 toolbar
1464
1465 2007-07-14 [colin]      2.10.0cvs24
1466
1467         * src/prefs_common.c
1468                 Maemo: hide statusbar by default
1469         * src/Makefile.am
1470         * src/stock_pixmap.c
1471         * src/stock_pixmap.h
1472         * src/toolbar.c
1473         * src/pixmaps/go_folders.xpm
1474                 Maemo: Add a specific icon to go back to
1475                 folder list
1476
1477 2007-07-14 [colin]      2.10.0cvs23
1478
1479         * src/toolbar.c
1480                 Don't set homogeneous finally
1481
1482 2007-07-14 [colin]      2.10.0cvs22
1483
1484         * src/toolbar.c
1485                 Fix button show/hide issues
1486
1487 2007-07-14 [colin]      2.10.0cvs21
1488
1489         * src/toolbar.c
1490                 Fix huge arrows
1491                 Fix button workaround to be able to click
1492                 if mouse was on button when it went un-
1493                 sensitive.
1494                 Revert previous commit, gtk_tool_item_set_homogeneous
1495                 doesn't mean what it seems to mean ;-)
1496
1497 2007-07-14 [paul]       2.10.0cvs20
1498
1499         * src/toolbar.c
1500                 make homogeneous FALSE always
1501
1502 2007-07-13 [colin]      2.10.0cvs19
1503
1504         * src/toolbar.c
1505         * src/toolbar.h
1506                 Rework to fit the non-deprecated API
1507         * src/compose.c
1508         * src/folderview.c
1509         * src/mainwindow.c
1510         * src/messageview.c
1511         * src/summaryview.c
1512                 Maemo layout changes. Better toolbars,
1513                 removal of CTree headers. 
1514
1515 2007-07-13 [paul]       2.10.0cvs18
1516
1517         * src/gtk/colorlabel.c
1518                 fix bug 1261, '[DE] coloring messages in overview 
1519                 keys are not localised'
1520                 the string is now included in claws-mail.pot
1521
1522 2007-07-13 [colin]      2.10.0cvs17
1523
1524         * src/summaryview.c
1525                 Fix bug 1267, 'printing mutliple messages 
1526                 opens one message-dialog after the other'
1527                 Ask for confirmation when printing 10
1528                 messages or more.
1529
1530 2007-07-11 [colin]      2.10.0cvs16
1531
1532         * COPYING
1533         * README
1534         * autogen.sh
1535         * manual/claws-mail-manual.xml
1536         * manual/gpl.xml
1537         * manual/es/claws-mail-manual.xml
1538         * manual/es/gpl.xml
1539         * manual/fr/claws-mail-manual.xml
1540         * manual/fr/gpl.xml
1541         * manual/pl/gpl.xml
1542         * src/account.c
1543         * src/account.h
1544         * src/action.c
1545         * src/action.h
1546         * src/adbookbase.h
1547         * src/addr_compl.c
1548         * src/addr_compl.h
1549         * src/addrbook.c
1550         * src/addrbook.h
1551         * src/addrcache.c
1552         * src/addrcache.h
1553         * src/addrcindex.c
1554         * src/addrcindex.h
1555         * src/addrclip.c
1556         * src/addrclip.h
1557         * src/addrdefs.h
1558         * src/addressadd.c
1559         * src/addressadd.h
1560         * src/addressbook.c
1561         * src/addressbook.h
1562         * src/addressbook_foldersel.c
1563         * src/addressbook_foldersel.h
1564         * src/addressitem.h
1565         * src/addrgather.c
1566         * src/addrgather.h
1567         * src/addrharvest.c
1568         * src/addrharvest.h
1569         * src/addrindex.c
1570         * src/addrindex.h
1571         * src/addritem.c
1572         * src/addritem.h
1573         * src/addrquery.c
1574         * src/addrquery.h
1575         * src/addrselect.c
1576         * src/addrselect.h
1577         * src/alertpanel.c
1578         * src/alertpanel.h
1579         * src/browseldap.c
1580         * src/browseldap.h
1581         * src/codeconv.c
1582         * src/codeconv.h
1583         * src/compose.c
1584         * src/compose.h
1585         * src/crash.c
1586         * src/crash.h
1587         * src/customheader.c
1588         * src/customheader.h
1589         * src/displayheader.c
1590         * src/displayheader.h
1591         * src/editaddress.c
1592         * src/editaddress.h
1593         * src/editaddress_other_attributes_ldap.c
1594         * src/editaddress_other_attributes_ldap.h
1595         * src/editbook.c
1596         * src/editbook.h
1597         * src/editgroup.c
1598         * src/editgroup.h
1599         * src/editjpilot.c
1600         * src/editjpilot.h
1601         * src/editldap.c
1602         * src/editldap.h
1603         * src/editldap_basedn.c
1604         * src/editldap_basedn.h
1605         * src/edittags.c
1606         * src/edittags.h
1607         * src/editvcard.c
1608         * src/editvcard.h
1609         * src/enriched.c
1610         * src/enriched.h
1611         * src/exphtmldlg.c
1612         * src/exphtmldlg.h
1613         * src/expldifdlg.c
1614         * src/expldifdlg.h
1615         * src/export.c
1616         * src/export.h
1617         * src/exporthtml.c
1618         * src/exporthtml.h
1619         * src/exportldif.c
1620         * src/exportldif.h
1621         * src/filtering.c
1622         * src/filtering.h
1623         * src/folder.c
1624         * src/folder.h
1625         * src/folder_item_prefs.c
1626         * src/folder_item_prefs.h
1627         * src/foldersel.c
1628         * src/foldersel.h
1629         * src/folderutils.c
1630         * src/folderutils.h
1631         * src/folderview.c
1632         * src/folderview.h
1633         * src/gedit-print.c
1634         * src/gedit-print.h
1635         * src/grouplistdialog.c
1636         * src/grouplistdialog.h
1637         * src/headerview.c
1638         * src/headerview.h
1639         * src/html.c
1640         * src/html.h
1641         * src/image_viewer.c
1642         * src/image_viewer.h
1643         * src/imap.c
1644         * src/imap.h
1645         * src/imap_gtk.c
1646         * src/imap_gtk.h
1647         * src/import.c
1648         * src/import.h
1649         * src/importldif.c
1650         * src/importldif.h
1651         * src/importmutt.c
1652         * src/importmutt.h
1653         * src/importpine.c
1654         * src/importpine.h
1655         * src/inc.c
1656         * src/inc.h
1657         * src/jpilot.c
1658         * src/jpilot.h
1659         * src/ldapctrl.c
1660         * src/ldapctrl.h
1661         * src/ldaplocate.c
1662         * src/ldaplocate.h
1663         * src/ldapquery.c
1664         * src/ldapquery.h
1665         * src/ldapserver.c
1666         * src/ldapserver.h
1667         * src/ldapupdate.c
1668         * src/ldapupdate.h
1669         * src/ldaputil.c
1670         * src/ldaputil.h
1671         * src/ldif.c
1672         * src/ldif.h
1673         * src/localfolder.c
1674         * src/localfolder.h
1675         * src/main.c
1676         * src/main.h
1677         * src/mainwindow.c
1678         * src/mainwindow.h
1679         * src/manual.c
1680         * src/manual.h
1681         * src/matcher.c
1682         * src/matcher.h
1683         * src/matcher_parser.h
1684         * src/matcher_parser_lex.l
1685         * src/matcher_parser_parse.y
1686         * src/mbox.c
1687         * src/mbox.h
1688         * src/message_search.c
1689         * src/message_search.h
1690         * src/messageview.c
1691         * src/messageview.h
1692         * src/mh.c
1693         * src/mh.h
1694         * src/mh_gtk.c
1695         * src/mh_gtk.h
1696         * src/mimeview.c
1697         * src/mimeview.h
1698         * src/msgcache.c
1699         * src/msgcache.h
1700         * src/mutt.c
1701         * src/mutt.h
1702         * src/news.c
1703         * src/news.h
1704         * src/news_gtk.c
1705         * src/news_gtk.h
1706         * src/noticeview.c
1707         * src/noticeview.h
1708         * src/partial_download.c
1709         * src/partial_download.h
1710         * src/pine.c
1711         * src/pine.h
1712         * src/pop.c
1713         * src/pop.h
1714         * src/prefs_account.c
1715         * src/prefs_account.h
1716         * src/prefs_actions.c
1717         * src/prefs_actions.h
1718         * src/prefs_common.c
1719         * src/prefs_common.h
1720         * src/prefs_compose_writing.c
1721         * src/prefs_compose_writing.h
1722         * src/prefs_customheader.c
1723         * src/prefs_customheader.h
1724         * src/prefs_display_header.c
1725         * src/prefs_display_header.h
1726         * src/prefs_ext_prog.c
1727         * src/prefs_ext_prog.h
1728         * src/prefs_filtering.c
1729         * src/prefs_filtering.h
1730         * src/prefs_filtering_action.c
1731         * src/prefs_filtering_action.h
1732         * src/prefs_folder_column.c
1733         * src/prefs_folder_column.h
1734         * src/prefs_folder_item.c
1735         * src/prefs_folder_item.h
1736         * src/prefs_fonts.c
1737         * src/prefs_fonts.h
1738         * src/prefs_gtk.c
1739         * src/prefs_gtk.h
1740         * src/prefs_image_viewer.c
1741         * src/prefs_image_viewer.h
1742         * src/prefs_logging.c
1743         * src/prefs_logging.h
1744         * src/prefs_matcher.c
1745         * src/prefs_matcher.h
1746         * src/prefs_message.c
1747         * src/prefs_message.h
1748         * src/prefs_msg_colors.c
1749         * src/prefs_msg_colors.h
1750         * src/prefs_other.c
1751         * src/prefs_other.h
1752         * src/prefs_quote.c
1753         * src/prefs_quote.h
1754         * src/prefs_receive.c
1755         * src/prefs_receive.h
1756         * src/prefs_send.c
1757         * src/prefs_send.h
1758         * src/prefs_spelling.c
1759         * src/prefs_spelling.h
1760         * src/prefs_summaries.c
1761         * src/prefs_summaries.h
1762         * src/prefs_summary_column.c
1763         * src/prefs_summary_column.h
1764         * src/prefs_summary_open.c
1765         * src/prefs_summary_open.h
1766         * src/prefs_template.c
1767         * src/prefs_template.h
1768         * src/prefs_themes.c
1769         * src/prefs_themes.h
1770         * src/prefs_toolbar.c
1771         * src/prefs_toolbar.h
1772         * src/prefs_wrapping.c
1773         * src/prefs_wrapping.h
1774         * src/privacy.c
1775         * src/privacy.h
1776         * src/procheader.c
1777         * src/procheader.h
1778         * src/procmime.c
1779         * src/procmime.h
1780         * src/procmsg.c
1781         * src/procmsg.h
1782         * src/quote_fmt.c
1783         * src/quote_fmt_lex.l
1784         * src/quote_fmt_parse.y
1785         * src/recv.c
1786         * src/recv.h
1787         * src/remotefolder.c
1788         * src/remotefolder.h
1789         * src/send_message.c
1790         * src/send_message.h
1791         * src/setup.c
1792         * src/setup.h
1793         * src/simple-gettext.c
1794         * src/sourcewindow.c
1795         * src/sourcewindow.h
1796         * src/ssl_manager.c
1797         * src/ssl_manager.h
1798         * src/statusbar.c
1799         * src/statusbar.h
1800         * src/stock_pixmap.c
1801         * src/stock_pixmap.h
1802         * src/summary_search.c
1803         * src/summary_search.h
1804         * src/summaryview.c
1805         * src/summaryview.h
1806         * src/textview.c
1807         * src/textview.h
1808         * src/toolbar.c
1809         * src/toolbar.h
1810         * src/undo.c
1811         * src/undo.h
1812         * src/unmime.c
1813         * src/unmime.h
1814         * src/uri_opener.c
1815         * src/uri_opener.h
1816         * src/vcard.c
1817         * src/vcard.h
1818         * src/wizard.c
1819         * src/wizard.h
1820         * src/common/base64.c
1821         * src/common/base64.h
1822         * src/common/claws.c
1823         * src/common/claws.h
1824         * src/common/defs.h
1825         * src/common/fnmatch.c
1826         * src/common/fnmatch.h
1827         * src/common/fnmatch_loop.c
1828         * src/common/hooks.c
1829         * src/common/hooks.h
1830         * src/common/log.c
1831         * src/common/log.h
1832         * src/common/md5.c
1833         * src/common/md5.h
1834         * src/common/mgutils.c
1835         * src/common/mgutils.h
1836         * src/common/nntp.c
1837         * src/common/nntp.h
1838         * src/common/passcrypt.c
1839         * src/common/passcrypt.h.in
1840         * src/common/plugin.c
1841         * src/common/plugin.h
1842         * src/common/prefs.c
1843         * src/common/prefs.h
1844         * src/common/progressindicator.c
1845         * src/common/progressindicator.h
1846         * src/common/quoted-printable.c
1847         * src/common/quoted-printable.h
1848         * src/common/session.c
1849         * src/common/session.h
1850         * src/common/smtp.c
1851         * src/common/smtp.h
1852         * src/common/socket.c
1853         * src/common/socket.h
1854         * src/common/ssl.c
1855         * src/common/ssl.h
1856         * src/common/ssl_certificate.c
1857         * src/common/ssl_certificate.h
1858         * src/common/string_match.c
1859         * src/common/string_match.h
1860         * src/common/stringtable.c
1861         * src/common/stringtable.h
1862         * src/common/tags.c
1863         * src/common/tags.h
1864         * src/common/template.c
1865         * src/common/template.h
1866         * src/common/timing.h
1867         * src/common/utils.c
1868         * src/common/utils.h
1869         * src/common/uuencode.c
1870         * src/common/uuencode.h
1871         * src/common/version.h.in
1872         * src/common/w32_dirent.c
1873         * src/common/w32_reg.c
1874         * src/common/w32_signal.c
1875         * src/common/w32_stat.c
1876         * src/common/w32_stdlib.c
1877         * src/common/w32_string.c
1878         * src/common/w32_time.c
1879         * src/common/w32_unistd.c
1880         * src/common/w32_wait.c
1881         * src/common/w32lib.h
1882         * src/common/xml.c
1883         * src/common/xml.h
1884         * src/common/xmlprops.c
1885         * src/common/xmlprops.h
1886         * src/etpan/etpan-errors.h
1887         * src/etpan/etpan-thread-manager-types.h
1888         * src/etpan/etpan-thread-manager.c
1889         * src/etpan/etpan-thread-manager.h
1890         * src/etpan/imap-thread.c
1891         * src/etpan/imap-thread.h
1892         * src/gtk/about.c
1893         * src/gtk/about.h
1894         * src/gtk/colorlabel.c
1895         * src/gtk/colorlabel.h
1896         * src/gtk/colorsel.c
1897         * src/gtk/colorsel.h
1898         * src/gtk/combobox.c
1899         * src/gtk/combobox.h
1900         * src/gtk/description_window.c
1901         * src/gtk/description_window.h
1902         * src/gtk/filesel.c
1903         * src/gtk/filesel.h
1904         * src/gtk/foldersort.c
1905         * src/gtk/foldersort.h
1906         * src/gtk/gtkaspell.c
1907         * src/gtk/gtkaspell.h
1908         * src/gtk/gtksctree.c
1909         * src/gtk/gtkshruler.c
1910         * src/gtk/gtkshruler.h
1911         * src/gtk/gtksourceprintjob.c
1912         * src/gtk/gtksourceprintjob.h
1913         * src/gtk/gtkutils.c
1914         * src/gtk/gtkutils.h
1915         * src/gtk/gtkvscrollbutton.c
1916         * src/gtk/gtkvscrollbutton.h
1917         * src/gtk/icon_legend.c
1918         * src/gtk/icon_legend.h
1919         * src/gtk/inputdialog.c
1920         * src/gtk/inputdialog.h
1921         * src/gtk/logwindow.c
1922         * src/gtk/logwindow.h
1923         * src/gtk/manage_window.c
1924         * src/gtk/manage_window.h
1925         * src/gtk/menu.c
1926         * src/gtk/menu.h
1927         * src/gtk/pluginwindow.c
1928         * src/gtk/pluginwindow.h
1929         * src/gtk/prefswindow.c
1930         * src/gtk/prefswindow.h
1931         * src/gtk/progressdialog.c
1932         * src/gtk/progressdialog.h
1933         * src/gtk/quicksearch.c
1934         * src/gtk/quicksearch.h
1935         * src/gtk/sslcertwindow.c
1936         * src/gtk/sslcertwindow.h
1937         * src/plugins/bogofilter/bogofilter.c
1938         * src/plugins/bogofilter/bogofilter.h
1939         * src/plugins/bogofilter/bogofilter_gtk.c
1940         * src/plugins/clamav/clamav_plugin.c
1941         * src/plugins/clamav/clamav_plugin.h
1942         * src/plugins/clamav/clamav_plugin_gtk.c
1943         * src/plugins/demo/demo.c
1944         * src/plugins/dillo_viewer/dillo_prefs.c
1945         * src/plugins/dillo_viewer/dillo_prefs.h
1946         * src/plugins/dillo_viewer/dillo_viewer.c
1947         * src/plugins/pgpcore/passphrase.c
1948         * src/plugins/pgpcore/passphrase.h
1949         * src/plugins/pgpcore/pgp_viewer.c
1950         * src/plugins/pgpcore/pgp_viewer.h
1951         * src/plugins/pgpcore/plugin.c
1952         * src/plugins/pgpcore/prefs_gpg.c
1953         * src/plugins/pgpcore/prefs_gpg.h
1954         * src/plugins/pgpcore/select-keys.c
1955         * src/plugins/pgpcore/select-keys.h
1956         * src/plugins/pgpcore/sgpgme.c
1957         * src/plugins/pgpcore/sgpgme.h
1958         * src/plugins/pgpinline/pgpinline.c
1959         * src/plugins/pgpinline/pgpinline.h
1960         * src/plugins/pgpinline/plugin.c
1961         * src/plugins/pgpmime/pgpmime.c
1962         * src/plugins/pgpmime/pgpmime.h
1963         * src/plugins/pgpmime/plugin.c
1964         * src/plugins/spamassassin/spamassassin.c
1965         * src/plugins/spamassassin/spamassassin.h
1966         * src/plugins/spamassassin/spamassassin_gtk.c
1967         * src/plugins/trayicon/trayicon.c
1968         * src/plugins/trayicon/trayicon_prefs.c
1969         * src/plugins/trayicon/trayicon_prefs.h
1970         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1971         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1972         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1973         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1974         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1975         * tools/OOo2claws-mail.pl
1976         * tools/README.sylprint
1977         * tools/acroread2claws-mail.pl
1978         * tools/claws-mail-compose-insert-files.pl
1979         * tools/convert_mbox.pl
1980         * tools/filter_conv.pl
1981         * tools/filter_conv_new.pl
1982         * tools/fix_date.sh
1983         * tools/freshmeat_search.pl
1984         * tools/google_search.pl
1985         * tools/kmail-mailbox2claws-mail.pl
1986         * tools/kmail2claws-mail.pl
1987         * tools/kmail2claws-mail_v2.pl
1988         * tools/mairix.sh
1989         * tools/make.themes.project
1990         * tools/multiwebsearch.pl
1991         * tools/nautilus2claws-mail.sh
1992         * tools/outlook2claws-mail.pl
1993         * tools/textviewer.sh
1994         * tools/thunderbird-filters-convertor.pl
1995         * tools/update-po
1996         * tools/uuooffice
1997         * tools/vcard2xml.py
1998         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1999                 Upgrade to GPLv3 or later.
2000
2001 2007-07-10 [wwp]        2.10.0cvs15
2002
2003         * src/main.c
2004                 Fix re-opening of all composing messages that were
2005                 opened when closing the previous instance, thanks
2006                 to Colin.
2007
2008 2007-07-10 [paul]       2.10.0cvs14
2009
2010         * src/editaddress_other_attributes_ldap.c
2011         * src/ldapupdate.c
2012                 fix crash on selecting 'other attributes' combo
2013                 for either a new entry or an old entry with no
2014                 existing attributes.
2015                 fix bug on editing multiple attributes which
2016                 resulted them all having the value of the last
2017                 one changed.
2018                 Thanks to Colin
2019
2020 2007-07-10 [colin]      2.10.0cvs13
2021
2022         * src/editaddress.c
2023         * src/editaddress_other_attributes_ldap.h
2024         * src/ldapupdate.c
2025                 Fix --disable-ldap build
2026
2027 2007-07-09 [colin]      2.10.0cvs12
2028
2029         * src/Makefile.am
2030         * src/addritem.c
2031         * src/addritem.h
2032         * src/editaddress.c
2033         * src/editaddress_other_attributes_ldap.c
2034         * src/editaddress_other_attributes_ldap.h
2035         * src/editldap.c
2036         * src/ldapctrl.c
2037         * src/ldapctrl.h
2038         * src/ldapupdate.c
2039                 Add capability to edit all inetOrgPerson
2040                 attributes on LDAP. Patch by Michael 
2041                 Rasmussen
2042
2043 2007-07-09 [colin]      2.10.0cvs11
2044
2045         * src/Makefile.am
2046         * src/exporthtml.c
2047         * src/mbox.c
2048         * src/msgcache.c
2049         * src/prefs_summaries.c
2050         * src/prefs_themes.c
2051         * src/procheader.c
2052         * src/common/Makefile.am
2053         * src/common/log.c
2054         * src/common/timing.h
2055         * src/common/utils.c
2056         * src/common/utils.h
2057         * src/common/w32_account.c
2058         * src/common/w32lib.h
2059         * src/gtk/Makefile.am
2060         * src/gtk/colorlabel.c
2061         * src/plugins/pgpcore/Makefile.am
2062         * src/plugins/pgpcore/claws.def
2063         * src/plugins/pgpcore/passphrase.c
2064         * src/plugins/pgpcore/pgp_viewer.c
2065         * src/plugins/pgpcore/plugin.def
2066         * src/plugins/pgpcore/sgpgme.c
2067         * src/plugins/pgpinline/Makefile.am
2068         * src/plugins/pgpinline/claws.def
2069         * src/plugins/pgpinline/mypgpcore.def
2070         * src/plugins/pgpinline/plugin.def
2071         * src/plugins/pgpmime/Makefile.am
2072         * src/plugins/pgpmime/claws.def
2073         * src/plugins/pgpmime/mypgpcore.def
2074         * src/plugins/pgpmime/plugin.def
2075                 Commit win32 patch, from Werner Koch and
2076                 Marcus Brinkmann
2077
2078 2007-07-09 [colin]      2.10.0cvs10
2079
2080         * src/prefs_toolbar.c
2081                 Fix crash when no actions exist
2082
2083 2007-07-07 [paul]       2.10.0cvs9
2084
2085         * COPYING
2086         * manual/claws-mail-manual.xml
2087                 update copyright year
2088         * po/fi.po
2089                 updated by Flammie Pirinen
2090
2091 2007-07-05 [wwp]        2.10.0cvs8
2092
2093         * src/plugins/clamav/clamav_plugin_gtk.c
2094                 Make vertical spacing like in other plugin prefs pages.
2095
2096 2007-07-05 [wwp]        2.10.0cvs7
2097
2098         * src/quote_fmt.c
2099                 It's %am that works, not %ae (this doc incoherence has been
2100                 introduced with 2.9.2cvs13).
2101
2102 2007-07-04 [wwp]        2.10.0cvs6
2103
2104         * src/plugins/bogofilter/bogofilter.c
2105                 Gettext-ize an occurrence of "Any" that wasn't.
2106
2107 2007-07-04 [colin]      2.10.0cvs5
2108
2109         * po/POTFILES.in
2110                 Fix untranslated strings; thanks
2111                 to Pader Rezso.
2112
2113 2007-07-03 [colin]      2.10.0cvs4
2114
2115         * src/folder.c
2116         * src/mainwindow.c
2117                 Fix saving of sort mode for tags and
2118                 thread date. Thanks to Pierre Ossman.
2119                 Completes fix for bug 1233
2120
2121 2007-07-03 [paul]       2.10.0cvs3
2122
2123         * src/compose.c
2124                 fix auto-save
2125         * src/summaryview.c
2126                 fix build warnings
2127         Thanks to Colin
2128
2129 2007-07-02 [colin]      2.10.0cvs2
2130
2131         * src/folder.h
2132         * src/mainwindow.c
2133         * src/procmsg.h
2134         * src/summaryview.c
2135                 Add View/Sort/by Thread date
2136                 Fixes bug 1233, 'Capability to sort 
2137                 threads by most recent message'
2138                 Based on a patch by Paul Rolland
2139
2140 2007-07-02 [colin]      2.10.0cvs1
2141
2142         * src/Makefile.am
2143         * src/compose.c
2144         * src/edittags.c
2145         * src/edittags.h
2146         * src/filtering.c
2147         * src/folder.c
2148         * src/folder.h
2149         * src/headerview.c
2150         * src/headerview.h
2151         * src/main.c
2152         * src/mainwindow.c
2153         * src/mainwindow.h
2154         * src/manual.h
2155         * src/matcher.c
2156         * src/matcher.h
2157         * src/matcher_parser_parse.y
2158         * src/mimeview.c
2159         * src/msgcache.c
2160         * src/msgcache.h
2161         * src/prefs_common.c
2162         * src/prefs_common.h
2163         * src/prefs_filtering_action.c
2164         * src/prefs_matcher.c
2165         * src/prefs_summary_column.c
2166         * src/procmsg.c
2167         * src/procmsg.h
2168         * src/quote_fmt.c
2169         * src/quote_fmt_lex.l
2170         * src/quote_fmt_parse.y
2171         * src/summaryview.c
2172         * src/summaryview.h
2173         * src/textview.c
2174         * src/common/Makefile.am
2175         * src/common/defs.h
2176         * src/common/tags.c
2177         * src/common/tags.h
2178         * src/gtk/quicksearch.c
2179         * src/gtk/quicksearch.h
2180                 Add Tags implementation. Tags are arbitrary labels
2181                 that can be applied to messages. It is possible 
2182                 to create, edit, remove tags; apply them to mails;
2183                 filter on tags or tag presence; apply or unset
2184                 tags via filtering actions; reference tags in
2185                 reply templates.
2186
2187 2007-07-02 [paul]       2.10.0
2188
2189         * NEWS
2190         * README
2191         * RELEASE_NOTES
2192                 2.10.0 released
2193
2194 2007-07-02 [paul]       2.9.2cvs78
2195
2196         * po/de.po
2197         * po/en_GB.po
2198         * po/es.po
2199         * po/fr.po
2200         * po/hu.po
2201         * po/pt_BR.po
2202         * po/ru.po
2203         * po/zh_CN.po
2204                 updated by Stephan Sachse, me, Ricardo Mones
2205                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2206                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2207
2208 2007-07-02 [paul]       2.9.2cvs77
2209
2210         * AUTHORS
2211                 updated
2212
2213 2007-06-29 [wwp]        2.9.2cvs76
2214
2215         * src/gtk/headers.h
2216                 Fix a typo (thanks to Ricardo for finding this out).
2217
2218 2007-06-28 [paul]       2.9.2cvs75
2219
2220         * src/folderview.c
2221                 fix build warnings
2222
2223 2007-06-28 [paul]       2.9.2cvs74
2224
2225         * tools/Makefile.am
2226                 fix bug in the autotools build system.
2227                 Files cataloged under EXTRA_DIST were never
2228                 automatically copied to the build tree.
2229                 (fix 'make distcheck')
2230                 Patch by Michael Rasmussen.
2231
2232 2007-06-24 [colin]      2.9.2cvs73
2233
2234         * src/news_gtk.c
2235                 Fix bug 1249, 'Error handling for 
2236                 news errors needs modification'
2237                 Only popup error if the according
2238                 pref in Prefs/Receive is set.
2239
2240 2007-06-21 [colin]      2.9.2cvs72
2241
2242         * src/common/plugin.c
2243         * src/common/plugin.h
2244                 Change plugin API to know whether it's safe to 
2245                 unload plugins or whether we should just hide
2246                 them. Fixes bug 1248, 'Core dumps after 
2247                 unloading plugin and clicking on load plugins'
2248         * src/plugins/bogofilter/bogofilter.c
2249         * src/plugins/clamav/clamav_plugin.c
2250         * src/plugins/demo/demo.c
2251         * src/plugins/dillo_viewer/dillo_viewer.c
2252         * src/plugins/pgpcore/plugin.c
2253         * src/plugins/pgpinline/plugin.c
2254         * src/plugins/pgpmime/plugin.c
2255         * src/plugins/spamassassin/spamassassin.c
2256         * src/plugins/trayicon/trayicon.c
2257                 Update API
2258
2259 2007-06-19 [colin]      2.9.2cvs71
2260
2261         * src/compose.c
2262         * src/messageview.c
2263                 Fix crash mentioned in bug 1246
2264                 Race condition when automatically drafting
2265                 due to insertion on reedit.
2266
2267 2007-06-18 [wwp]        2.9.2cvs70
2268
2269         * src/importldif.c
2270                 LDIF import: use a "Proceed" button to complete
2271                 the process.
2272
2273 2007-06-18 [paul]       2.9.2cvs69
2274
2275         * configure.ac
2276                 use pkgconfig to check for gtk and glib
2277
2278 2007-06-17 [wwp]        2.9.2cvs68
2279
2280         * src/ldif.c
2281         * src/importldif.c
2282                 LDIF import: better error handling, minor code
2283                 and UI cleanup, and renamed the Save button
2284                 to Close, as imported stuff is already saved
2285                 when the Save button is shown.
2286
2287 2007-06-17 [colin]      2.9.2cvs67
2288
2289         * src/prefs_summaries.c
2290         * src/procmsg.c
2291                 Don't set as read when forwarded, only replied to
2292
2293 2007-06-17 [paul]       2.9.2cvs66
2294
2295         * src/alertpanel.c
2296                 add missing #include
2297
2298 2007-06-16 [colin]      2.9.2cvs65
2299
2300         * src/prefs_summaries.c
2301         * src/procmsg.c
2302                 Change the pref "Only mark as read when opened
2303                 in new window" to "..., replied to or forwarded".
2304                 Based on a patch by Paul Rolland.
2305
2306 2007-06-16 [paul]       2.9.2cvs64
2307
2308         * src/gtk/authors.h
2309                 alphabetical order! :)
2310
2311 2007-06-16 [colin]      2.9.2cvs63
2312
2313         * AUTHORS
2314         * src/gtk/authors.h
2315                 Add Michael Rasmussen in authors list
2316
2317 2007-06-16 [colin]      2.9.2cvs62
2318
2319         * src/messageview.c
2320                 Fix messageview_copy_clipboard to take advantage
2321                 of plugins' get_selection.
2322
2323 2007-06-15 [colin]      2.9.2cvs61
2324
2325         * src/action.c
2326         * src/addr_compl.c
2327         * src/addressbook.c
2328         * src/folderview.c
2329         * src/message_search.c
2330         * src/mimeview.c
2331         * src/summary_search.c
2332         * src/summaryview.c
2333         * src/textview.c
2334                 Allow GDK_KP_Enter to do the same as GDK_Return
2335                 Patch by Michael Rasmussen
2336
2337 2007-06-15 [paul]       2.9.2cvs60
2338
2339         * src/compose.c
2340                 fix bug when closing a compose window
2341                 during autosave
2342
2343 2007-06-14 [paul]       2.9.2cvs59
2344
2345         * src/main.c
2346         * src/common/defs.h
2347                 migrate sylpheed config
2348
2349 2007-06-14 [wwp]        2.9.2cvs58
2350
2351         * src/gtk/pluginwindow.c
2352                 Yet another attempt to fix sizing/alignment of the
2353                 button bar in plugins window.
2354
2355 2007-06-12 [colin]      2.9.2cvs57
2356
2357         * po/POTFILES.in
2358         * src/Makefile.am
2359         * src/folderview.c
2360         * src/prefs_common.c
2361         * src/prefs_common.h
2362         * src/prefs_summaries.c
2363         * src/prefs_summary_open.c
2364         * src/prefs_summary_open.h
2365         * src/summaryview.c
2366                 Make "when entering a folder" actions more personalisable
2367
2368 2007-06-12 [wwp]        2.9.2cvs56
2369
2370         * tools/README
2371                 Use short description from Paul (mairix.sh).
2372
2373 2007-06-12 [wwp]        2.9.2cvs55
2374
2375         * tools/README
2376                 Updated info about mairix.sh.
2377
2378 2007-06-11 [paul]       2.9.2cvs54
2379
2380         * src/prefs_logging.c
2381                 rework log window length widgets
2382                 and some sensitivity fixes
2383
2384 2007-06-11 [paul]       2.9.2cvs53
2385
2386         * src/mainwindow.c
2387         * src/prefs_logging.c
2388                 rename 'Protocol Log' to 'Network Log'
2389                 and some function renaming
2390
2391 2007-06-10 [wwp]        2.9.2cvs52
2392
2393         * src/gtk/pluginwindow.c
2394                 Revert 2.9.2cvs51.
2395
2396 2007-06-10 [wwp]        2.9.2cvs51
2397
2398         * src/gtk/pluginwindow.c
2399                 Fix button bar in plugin window, was centered and not
2400                 behaving like other dialogs w/ such button bar.
2401
2402 2007-06-08 [wwp]        2.9.2cvs50
2403
2404         * src/compose.c
2405         * src/compose.h
2406         * src/main.c
2407         * src/mainwindow.c
2408         * src/mainwindow.h
2409                 Provide a way out of automatic draft saving on IMAP, when
2410                 exiting offline.
2411                 Prevent drafting while sending and quitting while sending.
2412                 Thanks for Colin.
2413
2414
2415
2416 2007-06-08 [wwp]        2.9.2cvs49
2417
2418         * src/prefs_account.c
2419         * src/gtk/prefswindow.c
2420         * src/gtk/prefswindow.h
2421                 Activate the Basic page when opening account prefs.
2422
2423 2007-06-08 [wwp]        2.9.2cvs48
2424
2425         * src/common/socket.c
2426                 Don't crash if fork() fails, thanks to Colin.
2427
2428 2007-06-08 [wwp]        2.9.2cvs47
2429
2430         * src/gtk/prefswindow.c
2431                 Wrap some long lines, and reset horizontal scroller's adjusment
2432                 (this was already done, vertically), when changing tab (not page)
2433                 in prefs windows.
2434
2435 2007-06-08 [paul]       2.9.2cvs46
2436
2437         * src/common/utils.c
2438                 use gethostname() instead of uname()
2439                 based on a patch by Michael Hughes
2440                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2441
2442 2007-06-07 [wwp]        2.9.2cvs45
2443
2444         * src/prefs_common.c
2445                 Fix some useless warnings, thanks to Colin.
2446
2447 2007-06-06 [colin]      2.9.2cvs44
2448
2449         * src/ldapupdate.c
2450                 Fix strange allocations. 
2451
2452 2007-06-06 [colin]      2.9.2cvs43
2453
2454         * src/ldapupdate.c
2455                 Patch by Michael Rasmussus to help
2456                 bug 1232
2457
2458 2007-06-05 [wwp]        2.9.2cvs42
2459
2460         * src/prefs_account.c
2461         * src/prefs_folder_item.c
2462         * src/prefs_quote.c
2463         * src/quote_fmt.c
2464         * src/quote_fmt.h
2465                 Per-folder templates can now be applied recursively.
2466                 Always save per-folder templates (formats were erroneously
2467                 saved only if they were enabled).
2468                 Check for validity of quotation marks everywhere there
2469                 are defined.
2470
2471 2007-06-05 [wwp]        2.9.2cvs41
2472
2473         * src/inc.c
2474                 Fix incoming messages from local accounts always getting filtered
2475                 (even if the account prefs say don't), thanks to Colin.
2476
2477 2007-06-05 [wwp]        2.9.2cvs40
2478
2479         * src/compose.c
2480         * src/compose.h
2481                 Use per-folder/per-account quote chars when applying a
2482                 template or inserting text as well. Const'ify some
2483                 vars more.
2484
2485 2007-06-04 [colin]      2.9.2cvs39
2486
2487         * src/compose.c
2488                 More work for wwp :)
2489
2490 2007-06-04 [wwp]        2.9.2cvs38
2491
2492         * src/compose.c
2493                 Same as 2.9.2cvs36 but for forwarding.
2494
2495 2007-06-04 [colin]      2.9.2cvs37
2496
2497         * src/compose.c
2498                 Use original mail file for forward/redirect
2499                 Fixes some forwarded mails to be attached as
2500                 application/octet-stream (when they have binary
2501                 parts), and incidentally fixes bug 848
2502                 'Redirect breaks GnuPG'
2503
2504 2007-06-04 [wwp]        2.9.2cvs36
2505
2506         * src/compose.c
2507                 Fix quote mark mis-initialisation when replying/forwarding
2508                 (introduced w/ 2.9.2cvs20).
2509
2510 2007-06-04 [wwp]        2.9.2cvs35
2511
2512         * src/prefs_compose_writing.c
2513         * src/prefs_quote.c
2514                 Fix a bug where Quotation characters (prefs/compose/writing)
2515                 was cleared (introduced w/ 2.9.2cvs26).
2516
2517 2007-06-04 [wwp]        2.9.2cvs34
2518
2519         * src/prefs_account.c
2520         * src/prefs_account.h
2521                 Better fix for compiling w/o aspell (rollbacks
2522                 2.9.2cvs31).
2523
2524 2007-06-04 [wwp]        2.9.2cvs33
2525
2526         * src/account.c
2527         * src/prefs_account.c
2528         * src/prefs_account.h
2529         * src/procmsg.c
2530                 It's now possible to disable mail filtering plugins
2531                 on a per-account basis.
2532
2533 2007-06-04 [wwp]        2.9.2cvs32
2534
2535         * src/procheader.c
2536         * src/common/utils.c
2537         * src/common/utils.h
2538                 Support CRLF in headers part of messages.
2539                 Support few more date formats (RFC3339 subsets).
2540
2541 2007-06-04 [wwp]        2.9.2cvs31
2542
2543         * src/prefs_account.c
2544                 Fix compiling w/o aspell support.
2545
2546 2007-06-03 [wwp]        2.9.2cvs30
2547
2548         * src/prefs_gtk.c
2549                 Don't decode leading ENV_ and ~ in P_PASSWORD
2550                 values.
2551
2552 2007-06-03 [wwp]        2.9.2cvs29
2553
2554         * src/prefs_gtk.c
2555                 Don't decode leading ENV_ and ~ in P_PASSWORD
2556                 values.
2557
2558 2007-06-03 [wwp]        2.9.2cvs28
2559
2560         * src/prefs_account.c
2561         * src/gtk/prefswindow.c
2562         * src/gtk/prefswindow.h
2563                 Added a way to force preloading of all pages
2564                 (prefswindow).
2565                 Moved tabs to pages in account prefs.
2566
2567 2007-06-02 [colin]      2.9.2cvs27
2568
2569         * src/addressbook.c
2570                 Fix possible crash, fix ldap write bugs
2571         * src/ldapupdate.c
2572                 Fix ldap write bugs - patch by Michael
2573                 Rasmussen
2574         * src/alertpanel.c
2575         * src/alertpanel.h
2576                 Add a hook whenever alertpanel opens/closes
2577
2578 2007-05-31 [wwp]        2.9.2cvs26
2579
2580         * src/prefs_compose_writing.c
2581         * src/prefs_quote.c
2582                 Re-organized writing options a bit:
2583                  - renamed the Quoting page to Templates
2584                  - moved all composing templates to that page
2585                  - moved non-templates options to the Writing one,
2586                    grouped reply-related options, reordered reply and
2587                    forward options.
2588
2589 2007-05-31 [wwp]        2.9.2cvs25
2590
2591         * src/compose.c
2592                 Removed unused code.
2593
2594 2007-05-31 [colin]      2.9.2cvs24
2595
2596         * src/addressbook.c
2597                 Fix missing display name when modifying
2598                 LDAP. Patch by Michael Rasmussen
2599
2600 2007-05-31 [wwp]        2.9.2cvs23
2601
2602         * src/plugins/bogofilter/Makefile.am
2603         * src/plugins/clamav/Makefile.am
2604         * src/plugins/demo/Makefile.am
2605         * src/plugins/dillo_viewer/Makefile.am
2606         * src/plugins/spamassassin/Makefile.am
2607                 Fix building of those plugins in Mac OS X.
2608
2609 2007-05-30 [wwp]        2.9.2cvs22
2610
2611         * src/gtk/quicksearch.c
2612                 Fix missing initialization.
2613
2614 2007-05-30 [wwp]        2.9.2cvs21
2615
2616         * src/procheader.c
2617                 Revert accidental commit (debug outputs).
2618
2619 2007-05-30 [wwp]        2.9.2cvs20
2620
2621         * src/compose.c
2622         * src/folder_item_prefs.c
2623         * src/folder_item_prefs.h
2624         * src/prefs_account.c
2625         * src/prefs_account.h
2626         * src/prefs_folder_item.c
2627         * src/prefs_gtk.c
2628         * src/prefs_gtk.h
2629                 Implemented per-account and per-folder
2630                 compose/reply/forward formats.
2631
2632 2007-05-30 [wwp]        2.9.2cvs19
2633
2634         * src/prefs_compose_writing.c
2635         * src/prefs_quote.c
2636         * src/procheader.c
2637         * src/quote_fmt.c
2638         * src/quote_fmt.h
2639                 Internal API changes (factorize quote format
2640                 prefs and checks).
2641
2642 2007-05-30 [colin]      2.9.2cvs18
2643
2644         * src/compose.c
2645                 Fix race where it's possible to re-click Send
2646                 between end of SMTP session and end of "move to
2647                 sent folder" when sending an email with send
2648                 dialog enabled.
2649
2650 2007-05-30 [colin]      2.9.2cvs17
2651
2652         * src/crash.c
2653                 Ask for backtrace on all threads. Patch by
2654                 Pawel
2655         * src/folderview.c
2656                 Fix stale news statusbar when scanning fails.
2657                 Patch by Pawel
2658         * src/ldapupdate.c
2659                 Fix some LDAP write updates bugs. Patch
2660                 by Michael Rasmussen
2661
2662 2007-05-29 [colin]      2.9.2cvs16
2663
2664         * src/imap.c
2665                 Fix loss of local flags when moving mails
2666                 on IMAP in high-bandwidth mode (UID FETCH)
2667
2668 2007-05-25 [paul]       2.9.2cvs15
2669
2670         * src/common/socket.c
2671                 fix sometimes crasher on cancelling
2672                 message sending
2673
2674 2007-05-25 [colin]      2.9.2cvs14
2675
2676         * src/imap.c
2677                 Fix a memory leak
2678         * src/imap_gtk.c
2679                 Be more helpful in the subscription
2680                 message
2681
2682 2007-05-23 [wwp]        2.9.2cvs13
2683
2684         * src/compose.c
2685         * src/prefs_compose_writing.c
2686         * src/prefs_quote.c
2687         * src/prefs_template.c
2688         * src/prefs_template.h
2689         * src/quote_fmt.c
2690         * src/quote_fmt.h
2691         * src/quote_fmt_lex.l
2692         * src/quote_fmt_parse.y
2693                 Introduced new syntax elements (symbols and commands)
2694                 in templates/quote_fmt. Compatibility w/ old
2695                 symbols is kept.
2696                 Updated and reworked the corresponding Information
2697                 dialog.
2698                 Display the line number in dialogs that talk about
2699                 parser errors (in addition to the error message in
2700                 output).
2701
2702 2007-05-23 [wwp]        2.9.2cvs12
2703
2704         * src/quote_fmt_parse.y
2705                 Fix 2.9.2cvs11, probably a paste accident ;).
2706
2707 2007-05-23 [wwp]        2.9.2cvs11
2708
2709         * src/compose.c
2710         * src/prefs_template.c
2711         * src/quote_fmt.h
2712         * src/quote_fmt_parse.y
2713                 Fix 2.9.2cvs10, which broke --disable-aspell.
2714
2715 2007-05-22 [wwp]        2.9.2cvs10
2716
2717         * src/compose.c
2718         * src/prefs_template.c
2719         * src/quote_fmt.c
2720         * src/quote_fmt.h
2721         * src/quote_fmt_lex.l
2722         * src/quote_fmt_parse.y
2723         * src/gtk/gtkaspell.c
2724         * src/gtk/gtkaspell.h
2725                 Added template/quote format syntactical elements
2726                 to show and query:
2727                         - current dictionary
2728                           %T to show (shows empty if not set or not enabled),
2729                           ?T and !T to check if the default dictionary is
2730                           enabled and set
2731                         - current account's default dictionary
2732                           %aT to show (empty if not set or not enabled),
2733                           ?aT and !aT to check if it's enabled and set
2734                         - name completion for an address, from the address
2735                           book
2736                           %ABf, %ABt, %ABc respectively show the full name got
2737                           from the address book if From, To or Cc match a single
2738                           contact.
2739                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2740                           matches any contact and if the full name is non-empty.
2741                           If From, To or Cc are lists of email addresses, only
2742                           the first address will be checked.
2743                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2744                 that could show a trailing ','.
2745                 Also, template/quote_fmt parser now shows the line number in case
2746                 of parser error.
2747
2748 2007-05-15 [colin]      2.9.2cvs9
2749
2750         * src/main.c
2751         * src/main.h
2752                 Add a public function to know whether Claws
2753                 crashed last time
2754                 Store opened folder when exiting
2755         * src/folder.c
2756         * src/folder.h
2757                 Store last opened message in each FolderItem;
2758                 Reset last seen messages if Claws crashed, so 
2759                 that one can't go in an infinite crash in case 
2760                 a particular mail crashes Claws.
2761         * src/messageview.c
2762         * src/prefs_common.c
2763         * src/prefs_common.h
2764         * src/summaryview.c
2765         * src/prefs_summaries.c
2766                 Add "Select last opened message" when entering
2767                 a folder
2768                 Add "Select last opened folder" at startup.
2769
2770 2007-05-14 [colin]      2.9.2cvs8
2771
2772         * manual/xml2pdf
2773                 Fix bashism, search for xml catalog 
2774                 in /usr/local/share/xml/catalog too
2775                 Patch by Pawel
2776
2777 2007-05-13 [wwp]        2.9.2cvs7
2778
2779         * src/gtk/logwindow.c
2780                 fix raising log windows when they are either minimized or
2781                 in background.
2782
2783 2007-05-11 [colin]      2.9.2cvs6
2784
2785         * src/gtk/filesel.c
2786                 Use Hildon's file chooser on Maemo. Patch
2787                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2788                 'File attachment "manipulation" bugs...'
2789
2790 2007-05-10 [wwp]        2.9.2cvs5
2791
2792         * src/prefs_common.c
2793         * src/prefs_common.h
2794         * src/gtk/quicksearch.c
2795                 Add a quicksearch option to automatically run
2796                 a search selected from the history (this option
2797                 is exclusive towards type-ahead).
2798
2799 2007-05-10 [colin]      2.9.2cvs4
2800
2801         * src/imap.c
2802                 Fix g_warnings, thanks to Brian
2803                 Morrison
2804
2805 2007-05-09 [colin]      2.9.2cvs3
2806
2807         * src/crash.c
2808         * src/exporthtml.c
2809         * src/mbox.c
2810         * src/prefs_summaries.c
2811         * src/procheader.c
2812         * src/common/log.c
2813         * src/common/utils.c
2814         * src/gtk/gtksourceprintjob.c
2815         * src/gtk/sslcertwindow.c
2816                 Use the re-entrant variant of time functions
2817                 Probably fixes bug 1217, 'reentrancy problems 
2818                 with time functions'
2819
2820 2007-05-09 [colin]      2.9.2cvs2
2821
2822         * src/imap.c
2823                 Fix crasher when reconnection fails
2824
2825 2007-05-08 [paul]       2.9.2cvs1
2826
2827         * NEWS
2828         * README
2829         * RELEASE_NOTES
2830         * configure.ac
2831                 bump version number following
2832                 stable release
2833
2834 2007-05-08 [paul]       2.9.1cvs48
2835
2836         * src/plugins/demo/demo.c
2837         * src/plugins/dillo_viewer/dillo_prefs.c
2838         * src/plugins/dillo_viewer/dillo_prefs.h
2839         * src/plugins/dillo_viewer/dillo_viewer.c
2840         * src/plugins/pgpcore/pgp_viewer.c
2841         * src/plugins/pgpcore/pgp_viewer.h
2842         * src/plugins/pgpcore/plugin.c
2843         * src/plugins/pgpcore/prefs_gpg.c
2844         * src/plugins/pgpcore/prefs_gpg.h
2845         * src/plugins/pgpcore/sgpgme.c
2846         * src/plugins/pgpcore/sgpgme.h
2847         * src/plugins/pgpinline/plugin.c
2848         * src/plugins/pgpmime/pgpmime.c
2849         * src/plugins/pgpmime/pgpmime.h
2850         * src/plugins/pgpmime/plugin.c
2851         * src/plugins/spamassassin/spamassassin.c
2852         * src/plugins/spamassassin/spamassassin.h
2853         * src/plugins/spamassassin/spamassassin_gtk.c
2854         * src/plugins/trayicon/README
2855         * tools/README
2856         * tools/README.sylprint
2857         * tools/outlook2claws-mail.pl
2858         * tools/sylprint.pl
2859         * tools/tb2claws-mail
2860         * tools/tbird2claws.py
2861         * tools/update-po
2862         * tools/vcard2xml.py
2863         * tools/kdeservicemenu/README
2864                 cleanups and corrections
2865
2866 2007-05-06 [wwp]        2.9.1cvs47
2867
2868         * tools/uudec
2869                 Fix missing dash to `display` command-line, reported
2870                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2871
2872 2007-05-06 [colin]      2.9.1cvs46
2873
2874         * src/Makefile.am
2875         * src/stock_pixmap.c
2876         * src/stock_pixmap.h
2877         * src/pixmaps/printer.xpm
2878                 Add a printer icon
2879
2880 2007-05-06 [paul]       2.9.1cvs45
2881
2882         * src/compose.c
2883         * src/ldapquery.c
2884         * src/privacy.h
2885         * src/summary_search.c
2886         * src/summaryview.c
2887                 fix build warnings
2888
2889 2007-05-05 [wwp]        2.9.1cvs44
2890
2891         * src/messageview.c
2892         * src/mh.c
2893         * src/prefs_actions.c
2894         * src/prefs_gtk.c
2895         * src/summaryview.c
2896         * src/common/xml.c
2897                 Fix "faild" typos everywhere and capitalization of
2898                 some g_warnings.
2899
2900 2007-05-04 [colin]      2.9.1cvs43
2901
2902         * src/compose.c
2903         * src/privacy.c
2904         * src/privacy.h
2905         * src/plugins/pgpcore/prefs_gpg.c
2906         * src/plugins/pgpcore/prefs_gpg.h
2907         * src/plugins/pgpinline/pgpinline.c
2908         * src/plugins/pgpmime/pgpmime.c
2909                 Add an API to warn about encryption limits,
2910                 and allow to disable these warnings
2911
2912 2007-05-03 [colin]      2.9.1cvs42
2913
2914         * src/summaryview.c
2915         * src/mainwindow.c
2916                 Fix bug 1213, 'Delete more than 
2917                 one thread at once'
2918
2919 2007-05-03 [wwp]        2.9.1cvs41
2920
2921         * src/prefs_common.c
2922         * src/prefs_filtering.c
2923         * src/prefs_template.c
2924         * src/common/template.c
2925         * src/common/template.h
2926         * src/gtk/gtkutils.c
2927         * src/gtk/gtkutils.h
2928                 Templates are no longer automatically sorted
2929                 by name, but can be sorted manually using
2930                 |< < > >| buttons as well as drag'n'drop.
2931
2932 2007-05-03 [wwp]        2.9.1cvs40
2933
2934         * src/plugins/spamassassin/spamassassin.c
2935         * src/plugins/spamassassin/spamassassin.h
2936         * src/plugins/spamassassin/spamassassin_gtk.c
2937         * src/plugins/bogofilter/bogofilter.c
2938         * src/plugins/bogofilter/bogofilter.h
2939         * src/plugins/bogofilter/bogofilter_gtk.c
2940                 Added an option to conditionally mark saved spam
2941                 as read (default is and was to do so).
2942                 Satisfies feature request 1708539 on sf.net tracker.
2943
2944 2007-05-03 [colin]      2.9.1cvs39
2945
2946         * src/inc.c
2947                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2948
2949 2007-05-02 [colin]      2.9.1cvs38
2950
2951         * src/textview.c
2952                 Fix bug 1209, 'Clicking on address 
2953                 in header (mailto uri) selects 
2954                 default account'. Patch adapted from
2955                 G.P. Halkes' patch.
2956
2957 2007-05-02 [colin]      2.9.1cvs37
2958
2959         * src/grouplistdialog.c
2960                 Set cursor to wait cursor while loading
2961                 groups.
2962
2963 2007-05-02 [paul]       2.9.1cvs36
2964
2965         * src/folder.c
2966         * src/common/defs.h
2967                 rename cache and mark files
2968                 (data is preserved)
2969
2970 2007-04-30 [paul]       2.9.1cvs35
2971
2972         * manual/glossary.xml
2973         * manual/plugins.xml
2974                 updates. Patch by Ricardo
2975
2976 2007-04-29 [wwp]        2.9.1cvs34
2977
2978         * src/mainwindow.c
2979         * configure.ac
2980                 Fix few grammatical errors (patch by David Relson < relson at
2981                 osagesoftware dot com >).
2982
2983 2007-04-28 [colin]      2.9.1cvs33
2984
2985         * src/account.c
2986         * src/pop.c
2987         * src/prefs_account.c
2988         * src/prefs_account.h
2989                 Drop the "Download all" preference. It's
2990                 stupidly useless and confuses people from
2991                 time to time.
2992
2993 2007-04-27 [wwp]        2.9.1cvs32
2994
2995         * src/account.c
2996         * src/prefs_account.c
2997         * src/prefs_account.h
2998                 Don't reflect accounts changes to the mainwindow when it's
2999                 not necessary.
3000
3001 2007-04-27 [colin]      2.9.1cvs31
3002
3003         * src/folder.c
3004                 Freeze/thaw when sync'ing flags
3005         * src/imap.c
3006         * src/prefs_account.c
3007         * src/prefs_account.h
3008         * src/etpan/imap-thread.c
3009         * src/etpan/imap-thread.h
3010                 Add a way to use UID FETCH instead
3011                 of searches to fetch message lists
3012                 and flags. More expensive towards
3013                 bandwidth, less expensive towards
3014                 server's CPU. Probably fixes 
3015                 bug 1158, 'Scanning new folders on 
3016                 Exchange 2007 extremely slow'.
3017                 Patch 95% by Hoa.
3018
3019 2007-04-27 [paul]       2.9.1cvs30
3020
3021         * src/mainwindow.c
3022         * src/prefs_logging.c
3023                 improvements to english usage
3024
3025 2007-04-27 [colin]      2.9.1cvs29
3026
3027         * src/imap.c
3028                 Fix build without libetpan (my bad!)
3029
3030 2007-04-26 [colin]      2.9.1cvs28
3031
3032         * src/imap.c
3033         * src/imap.h
3034                 Fix uselessly exported function
3035         * src/textview.c
3036                 Consider "- -- \n" as signature separator
3037                 (that's what signature separators look like
3038                  in PGP/Inline signed mails)
3039
3040 2007-04-26 [colin]      2.9.1cvs27
3041
3042         * configure.ac
3043                 libetpan-0.49 is now required
3044         * src/procmime.c
3045                 Fix double fetching of mails if
3046                 first try failed
3047         * src/imap.c
3048                 Make offline sync faster, by
3049                 remembering last change time, and
3050                 last sync time.
3051
3052 2007-04-26 [hoa]        2.9.1cvs26
3053
3054         * src/imap.c
3055         * src/imap.h
3056         * src/mainwindow.c
3057         * src/toolbar.c
3058         * src/etpan/imap-thread.c
3059         * src/etpan/imap-thread.h
3060                 cancellation of IMAP operations is now allowed.
3061                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3062
3063 2007-04-26 [colin]      2.9.1cvs25
3064
3065         * src/folder.c
3066                 Always fetch body+headers in folders that are
3067                 synched for offline use, if "Synchronise as
3068                 soon as possible" is set.
3069                 Fixes bug 1200, 'Add option to always retrieve full 
3070                 messages'
3071
3072 2007-04-25 [colin]      2.9.1cvs24
3073
3074         * src/compose.c
3075                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3076                 persists...'
3077
3078 2007-04-24 [colin]      2.9.1cvs23
3079
3080         * src/folderview.c
3081                 Fix bug 1195, 'Hardware key navigation' 
3082                 Make GDK_Enter toggle expansion (Maemo)
3083
3084 2007-04-24 [wwp]        2.9.1cvs22
3085
3086         * src/compose.c
3087                 Fix few compiler warnings.
3088
3089 2007-04-24 [paul]       2.9.1cvs21
3090
3091         * src/Makefile.am
3092         * src/stock_pixmap.c
3093         * src/stock_pixmap.h
3094                 complete last commit
3095
3096 2007-04-24 [paul]       2.9.1cvs20
3097
3098         * src/gtk/about.c
3099         * src/pixmaps/active.xpm
3100         * src/pixmaps/checkbox_off.xpm
3101         * src/pixmaps/checkbox_on.xpm
3102         * src/pixmaps/inactive.xpm
3103                 kick out the blobs
3104                 remove transparent border from checkbox icons
3105
3106 2007-04-24 [wwp]        2.9.1cvs19
3107
3108         * src/textview.c
3109         * src/textview.h
3110                 Fix a crash in textview, thanks to Colin.
3111
3112 2007-04-23 [wwp]        2.9.1cvs18
3113
3114         * src/prefs_common.c
3115                 Fix 2.9.1cvs5: no header was being translated at all.
3116
3117 2007-04-23 [colin]      2.9.1cvs17
3118
3119         * src/Makefile.am
3120         * src/stock_pixmap.c
3121         * src/stock_pixmap.h
3122         * src/summaryview.c
3123         * src/summaryview.h
3124         * src/gtk/gtksctree.c
3125         * src/gtk/gtksctree.h
3126         * src/pixmaps/selection.xpm
3127                 Fix bug 1193, 'Need a way to multi-select
3128                 items'. Add a toggle button to the summaryview
3129                 to switch between normal and multiple selection
3130                 (Maemo)
3131
3132 2007-04-23 [colin]      2.9.1cvs16
3133
3134         * src/Makefile.am
3135         * src/stock_pixmap.c
3136         * src/stock_pixmap.h
3137         * src/summaryview.c
3138         * src/summaryview.h
3139         * src/gtk/gtksctree.c
3140         * src/gtk/gtksctree.h
3141         * src/pixmaps/selection.xpm
3142                 Fix bug 1193, 'Need a way to multi-
3143                 select items'
3144                 Add a toggle button in the summaryview
3145                 to enable normal or multiple selection.
3146                 (Maemo)
3147
3148 2007-04-23 [colin]      2.9.1cvs15
3149
3150         * src/compose.c
3151                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3152
3153 2007-04-21 [colin]      2.9.1cvs14
3154
3155         * src/gtk/quicksearch.c
3156                 Fix previous commit (actually use correct
3157                 parameter)
3158
3159 2007-04-21 [colin]      2.9.1cvs13
3160
3161         * src/gtk/quicksearch.c
3162                 Fix changing quicksearch type (after Esc,
3163                 after changing Recursive, ...)
3164
3165 2007-04-20 [wwp]        2.9.1cvs12
3166
3167         * src/gtk/Makefile.am
3168                 Added headers.h (completes 2.9.1cvs5).
3169
3170 2007-04-20 [wwp]        2.9.1cvs11
3171
3172         * src/addressbook.c
3173                 Fix the use of display name in name column,
3174                 it has been overriden w/ the use of nickname
3175                 by 2.9.0cvs3. Now nickname is used (if any)
3176                 in case of LDAP books only.
3177
3178 2007-04-20 [colin]      2.9.1cvs10
3179
3180         * src/mimeview.c
3181         * src/summaryview.c
3182         * src/textview.c
3183                 Add handling of 'a' to loop in a mail's
3184                 mimeparts
3185
3186 2007-04-20 [colin]      2.9.1cvs9
3187
3188         * src/toolbar.c
3189                 Fix bug 1190, 'dir_open' button doesn't work'
3190                 (Maemo)
3191
3192 2007-04-20 [colin]      2.9.1cvs8
3193
3194         * src/folderview.c
3195         * src/mainwindow.c
3196                 Fix bug 1194, 'Hardware keys move from email 
3197                 list to account/directory list, but not back 
3198                 to email list...' (Maemo)
3199
3200 2007-04-20 [colin]      2.9.1cvs7
3201
3202         * src/compose.h
3203                 complete previous commit
3204
3205 2007-04-20 [colin]      2.9.1cvs6
3206
3207         * src/compose.c
3208                 Fix bug 1187, 'Reply-to addressee disappears 
3209                 when reply-to text box is clicked...' (Maemo)
3210
3211 2007-04-20 [wwp]        2.9.1cvs5
3212
3213         * po/POTFILES.in
3214         * src/addressbook.c
3215         * src/compose.c
3216         * src/filtering.c
3217         * src/headerview.c
3218         * src/matcher.c
3219         * src/prefs_common.c
3220         * src/prefs_common.h
3221         * src/prefs_display_header.c
3222         * src/prefs_matcher.c
3223         * src/summaryview.c
3224         * src/gtk/headers.h
3225         * src/gtk/quicksearch.c
3226                 Translate more header names according to the relevant option value,
3227                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3228                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3229                 to prefs_common_translated_header_name().
3230                 Added a headers.h reference file that contains known header names
3231                 (RFC2822 and others) to the translation process' input, so that
3232                 translated header names will still exist even if no occurrence of
3233                 _("headername") is found anymore in the sources.
3234                 Don't translate column name 'Number' following to trans_hdr option
3235                 value as it's not a header name.
3236
3237 2007-04-20 [colin]      2.9.1cvs4
3238
3239         * src/gtk/quicksearch.c
3240         * src/gtk/quicksearch.h
3241                 Add "From, To or Subject" quicksearch
3242                 type. Patch by ulfschaper@users.sf.net
3243
3244 2007-04-20 [colin]      2.9.1cvs3
3245
3246         * src/matcher.c
3247                 Implement proper references filtering condition.
3248                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3249
3250 2007-04-19 [wwp]        2.9.1cvs2
3251
3252         * src/prefs_display_header.c
3253         * src/message_search.c
3254                 Fix few warnings (g_free of const gchar*).
3255
3256 2007-04-19 [paul]       2.9.1cvs1
3257
3258         * NEWS
3259         * README
3260         * RELEASE_NOTES
3261         * configure.ac
3262                 bump version number following
3263                 stable release
3264
3265 2007-04-19 [paul]       2.9.0cvs9
3266
3267         * manual/advanced.xml
3268         * manual/glossary.xml
3269                 fix typos
3270
3271 2007-04-18 [paul]       2.9.0cvs8
3272
3273         * src/pop.c
3274                 fix for CVE-2007-1558 (APOP)
3275                 Thanks to Colin
3276
3277 2007-04-18 [paul]       2.9.0cvs7
3278
3279         * src/messageview.c
3280         * src/mimeview.c
3281         * src/summaryview.c
3282         * src/gtk/filesel.c
3283                 Fix encoding woes wrt saving of
3284                 mails and parts
3285                 Thanks to Colin
3286
3287 2007-04-18 [colin]      2.9.0cvs6
3288
3289         * src/gtk/pluginwindow.c
3290                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3291
3292 2007-04-17 [wwp]        2.9.0cvs5
3293
3294         * src/addressadd.c
3295         * src/addressbook.c
3296         * src/addrindex.c
3297         * src/ldapupdate.c
3298                 Fix --disable-ldap build,
3299                 fix some LDAP annoyances on 
3300                 searches, thanks to Colin.
3301
3302 2007-04-17 [wwp]        2.9.0cvs4
3303
3304         * src/ldapupdate.c
3305                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3306                 like gcc 2.9x. Thanks to Colin.
3307
3308 2007-04-17 [wwp]        2.9.0cvs3
3309
3310         * src/Makefile.am
3311         * src/addressadd.c
3312         * src/addressbook.c
3313         * src/addrindex.c
3314         * src/addritem.c
3315         * src/addritem.h
3316         * src/editaddress.c
3317         * src/ldapctrl.c
3318         * src/ldapctrl.h
3319         * src/ldapquery.c
3320         * src/ldapserver.c
3321         * src/ldapserver.h
3322         * src/ldapupdate.c
3323         * src/ldapupdate.h
3324                 Add LDAP write support. Patch mostly by 
3325                 Michael <mir at datanom dot net>
3326
3327 2007-04-17 [wwp]        2.9.0cvs2
3328
3329         * src/compose.c
3330                 Prepend "Add to address book" to the context menu of compose window's sender and
3331                 recipient fields.
3332
3333 2007-04-16 [paul]       2.9.0cvs1
3334
3335         * src/gtk/authors.h
3336                 add Pader Rezso
3337
3338 2007-04-16 [paul]       2.9.0
3339
3340         * NEWS
3341         * README
3342         * RELEASE_NOTES
3343                 2.9.0 released
3344
3345 2007-04-16 [paul]       2.8.1cvs102
3346
3347         * po/fr.po
3348                 updated by Fabien Vantard
3349
3350 2007-04-16 [paul]       2.8.1cvs101
3351
3352         * po/ca.po
3353         * po/cs.po
3354         * po/de.po
3355         * po/hu.po
3356         * po/pl.po
3357         * po/pt_BR.po
3358         * po/sr.po
3359         * po/zh_CN.po
3360                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3361                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3362                 Aleksandar Urosevic, and Ralgh Young
3363
3364 2007-04-15 [mones]      2.8.1cvs100
3365
3366         * po/es.po
3367                 Updated for release
3368
3369 2007-04-14 [colin]      2.8.1cvs99
3370
3371         * src/message_search.c
3372         * src/prefs_display_header.c
3373         * src/summary_search.c
3374         * src/gtk/combobox.c
3375                 Fix allocations
3376
3377 2007-04-14 [wwp]        2.8.1cvs98
3378
3379         * src/gtk/combobox.c
3380         * src/message_search.c
3381         * src/summary_search.c
3382         * src/prefs_display_header.c
3383                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3384                 returns NULL, get the text value directly from the GtkEntry child.
3385
3386 2007-04-13 [colin]      2.8.1cvs97
3387
3388         * src/gtk/quicksearch.c
3389                 Give the focus back to summaryview when
3390                 emptying the quicksearch with Esc
3391
3392 2007-04-13 [colin]      2.8.1cvs96
3393
3394         * src/message_search.c
3395         * src/prefs_display_header.c
3396         * src/summary_search.c
3397                 Fix possibles crashes when getting text
3398                 from gtk combos
3399
3400 2007-04-13 [colin]      2.8.1cvs95
3401
3402         * src/pop.c
3403                 Add some UIDL debugging
3404
3405 2007-04-12 [colin]      2.8.1cvs94
3406
3407         * src/folder.c
3408                 Force folder scan if necessary after
3409                 copying mails, to be able to reapply
3410                 flags.
3411
3412 2007-04-11 [colin]      2.8.1cvs93
3413
3414         * src/main.c
3415                 don't scan for new mail on startup if --select
3416                 is specified (or race conditions arise). If so,
3417                 do both sequentially.
3418
3419 2007-04-09 [colin]      2.8.1cvs92
3420
3421         * src/common/defs.h
3422                 Use leafpad by default on Maemo. Patch
3423                 by Jean-Luc Biord.
3424
3425 2007-04-06 [colin]      2.8.1cvs91
3426
3427         * src/pixmaps/queue_close.xpm
3428         * src/pixmaps/queue_close_hrm.xpm
3429         * src/pixmaps/queue_close_hrm_mark.xpm
3430         * src/pixmaps/queue_close_mark.xpm
3431         * src/pixmaps/queue_open.xpm
3432         * src/pixmaps/queue_open_hrm.xpm
3433         * src/pixmaps/queue_open_hrm_mark.xpm
3434         * src/pixmaps/queue_open_mark.xpm
3435                 Move the clock one pixel down :)
3436
3437 2007-04-05 [colin]      2.8.1cvs90
3438
3439         * src/mainwindow.c
3440                 Don't sync when switching offline from
3441                 command line - it's usually too late :)
3442
3443 2007-04-05 [paul]       2.8.1cvs89
3444
3445         * src/Makefile.am
3446         * src/stock_pixmap.c
3447         * src/pixmaps/dir_close_hrm.xpm
3448         * src/pixmaps/dir_close_hrm_mark.xpm
3449         * src/pixmaps/drafts_close.xpm
3450         * src/pixmaps/drafts_close_mark.xpm
3451         * src/pixmaps/drafts_open.xpm
3452         * src/pixmaps/drafts_open_mark.xpm
3453         * src/pixmaps/inbox.xpm
3454         * src/pixmaps/inbox_close.xpm
3455         * src/pixmaps/inbox_close_hrm.xpm
3456         * src/pixmaps/inbox_close_hrm_mark.xpm
3457         * src/pixmaps/inbox_close_mark.xpm
3458         * src/pixmaps/inbox_hrm.xpm
3459         * src/pixmaps/inbox_hrm_mark.xpm
3460         * src/pixmaps/inbox_mark.xpm
3461         * src/pixmaps/inbox_open.xpm
3462         * src/pixmaps/inbox_open_hrm.xpm
3463         * src/pixmaps/inbox_open_hrm_mark.xpm
3464         * src/pixmaps/inbox_open_mark.xpm
3465         * src/pixmaps/outbox.xpm
3466         * src/pixmaps/outbox_close.xpm
3467         * src/pixmaps/outbox_close_hrm.xpm
3468         * src/pixmaps/outbox_close_hrm_mark.xpm
3469         * src/pixmaps/outbox_close_mark.xpm
3470         * src/pixmaps/outbox_hrm.xpm
3471         * src/pixmaps/outbox_hrm_mark.xpm
3472         * src/pixmaps/outbox_mark.xpm
3473         * src/pixmaps/outbox_open.xpm
3474         * src/pixmaps/outbox_open_hrm.xpm
3475         * src/pixmaps/outbox_open_hrm_mark.xpm
3476         * src/pixmaps/outbox_open_mark.xpm
3477         * src/pixmaps/queue_close.xpm
3478         * src/pixmaps/queue_close_hrm.xpm
3479         * src/pixmaps/queue_close_hrm_mark.xpm
3480         * src/pixmaps/queue_close_mark.xpm
3481         * src/pixmaps/queue_open.xpm
3482         * src/pixmaps/queue_open_hrm.xpm
3483         * src/pixmaps/queue_open_hrm_mark.xpm
3484         * src/pixmaps/queue_open_mark.xpm
3485                 updated, added and replaced icons
3486                 Icons by Colin
3487
3488 2007-04-04 [colin]      2.8.1cvs88
3489
3490         * src/imap.c
3491                 Fix build without libetpan
3492
3493 2007-04-03 [colin]      2.8.1cvs87
3494
3495         * src/imap.c
3496                 Fix crash with Citadel, and try to make
3497                 things work. this server (and specifically 
3498                 STATUS and APPEND at least) seems broken.
3499
3500 2007-04-03 [colin]      2.8.1cvs86
3501
3502         * src/folderview.c
3503                 Fix icons on folder close
3504
3505 2007-04-03 [colin]      2.8.1cvs85
3506
3507         * src/inc.c
3508                 Fix double-ask of offline override in
3509                 certain cases
3510         * src/imap.c
3511         * src/imap.h
3512         * src/imap_gtk.c
3513                 Much more efficient way to synchronise
3514                 for offline use
3515         * src/etpan/imap-thread.c
3516                 Fix possible segs
3517         * src/folder.c
3518         * src/gtk/quicksearch.c
3519                 Fix some GUI lags
3520
3521 2007-04-03 [paul]       2.8.1cvs84
3522
3523         * src/filtering.c
3524         * src/folder.c
3525         * src/folder.h
3526         * src/prefs_common.c
3527         * src/prefs_common.h
3528         * src/prefs_other.c
3529                 Fix sync being done too late
3530                 Thanks to Colin
3531
3532 2007-04-02 [colin]      2.8.1cvs83
3533
3534         * src/summaryview.c
3535                 Maemo: Put status and quicksearch at the top
3536         * src/plugins/bogofilter/bogofilter.c
3537         * src/plugins/spamassassin/spamassassin.c
3538                 Derive trash from inbox if possible
3539
3540 2007-04-02 [paul]       2.8.1cvs82
3541
3542         * src/plugins/bogofilter/bogofilter_gtk.c
3543                 a few English changes
3544
3545 2007-04-02 [paul]
3546
3547         2.9.0-rc1 released
3548
3549 2007-04-02 [colin]      2.8.1cvs81
3550
3551         * src/image_viewer.c
3552                 Fix transparent images by using
3553                 GtkImage
3554         * src/messageview.c
3555                 Flush events (on new windows) to avoid
3556                 having the textview's image resize fail
3557                 to know the available width
3558
3559 2007-04-01 [colin]      2.8.1cvs80
3560
3561         * src/prefs_account.c
3562                 If no MH mailbox exist, when creating a POP/Local
3563                 account, just create and use the default one 
3564                 instead of bailing with a "Mailbox doesn't exist"
3565                 error
3566
3567 2007-03-31 [colin]      2.8.1cvs79
3568
3569         * src/prefs_account.c
3570                 Create signature file if it doesn't exist
3571                 before editing
3572         * src/prefs_toolbar.c
3573                 Maemo: Move "Use default" on the left so
3574                 that people can find it
3575         * src/common/defs.h
3576                 Maemo: make default editor "Maemopad", 
3577                 default signature file "MyDocs/signature.txt"
3578
3579 2007-03-31 [colin]      2.8.1cvs78
3580
3581         * src/prefs_account.c
3582                 Maemo: rework account prefs so
3583                 that less horizontal scrolling
3584                 is required
3585
3586 2007-03-31 [colin]      2.8.1cvs77
3587
3588         * src/folderview.c
3589         * src/prefs_common.c
3590         * src/prefs_common.h
3591                 Fix bug 1167, 'Allow not displaying zeros 
3592                 in folder list'. Patch by MartinP
3593
3594 2007-03-31 [colin]      2.8.1cvs76
3595
3596         * AUTHORS
3597                 Add Jean-Luc Biord
3598
3599 2007-03-31 [colin]      2.8.1cvs75
3600
3601         * src/imap.c
3602                 Apply patch from bug 1172, direct
3603                 access to the folder's session instead
3604                 of using getter. Patch by MartinP
3605
3606 2007-03-31 [paul]       2.8.1cvs74
3607
3608         * src/gtk/authors.h
3609                 no need to list Fabien twice!
3610
3611 2007-03-31 [colin]      2.8.1cvs73
3612
3613         * src/inc.c
3614                 If we're currently "overriding for %d minutes",
3615                 don't ask
3616
3617 2007-03-31 [colin]      2.8.1cvs72
3618
3619         * src/compose.c
3620         * src/imap.c
3621         * src/inc.c
3622         * src/inc.h
3623         * src/messageview.c
3624         * src/news.c
3625         * src/plugins/spamassassin/spamassassin.c
3626                 Offline override: Add a parameter to allow
3627                 asking even if the override timer is running.
3628                 Allows to ask every time the user makes an
3629                 explicit action needing online access (such
3630                 as Get Mail), and not when the action is 
3631                 implicit (such as opening an IMAP folder)
3632
3633 2007-03-31 [colin]      2.8.1cvs71
3634
3635         * src/inc.c
3636                 Override offline: "No" answer shouldn't
3637                 re-ask after 3 seconds, but 10 minutes. 
3638
3639 2007-03-30 [colin]      2.8.1cvs70
3640
3641         * src/common/socket.c
3642                 Better error reporting on unix socket
3643                 failure (bind usually)
3644         * src/gtk/gtkutils.c
3645         * src/gtk/gtkutils.h
3646                 Label window: add a pulsing progress
3647                 bar to show we're not hung :)
3648         * src/folderview.c
3649         * src/main.c
3650         * src/plugins/pgpcore/sgpgme.c
3651                 Update API
3652
3653 2007-03-30 [colin]      2.8.1cvs69
3654
3655         * src/pop.c
3656         * src/prefs_common.c
3657                 Fix possible trashing of history and uidl
3658                 files on disk full problems
3659
3660 2007-03-30 [paul]       2.8.1cvs68
3661
3662         * src/mainwindow.c
3663         * src/summaryview.c
3664         * src/summaryview.h
3665                 update summary when changing layout type
3666                 (fixes wrong folder icon being displayed)
3667                 Thanks to Colin
3668
3669 2007-03-29 [colin]      2.8.1cvs67
3670
3671         * src/prefs_ext_prog.c
3672                 The browser pref is irrelevant on Maemo
3673
3674 2007-03-29 [colin]      2.8.1cvs66
3675
3676         * src/compose.c
3677         * src/compose.h
3678                 Maemo: dynamically switch headers/text position
3679         * src/prefs_common.c
3680                 Maemo: hide compose's ruler by default
3681         * src/common/socket.c
3682         * src/common/socket.h
3683                 Fix build warning
3684
3685 2007-03-29 [colin]      2.8.1cvs65
3686
3687         * src/common/socket.c
3688         * src/common/socket.h
3689                 Fix build when MAEMO_CFLAGS contains
3690                 _X_OPENSOURCE (resolv.h errors as long
3691                 as we don't add _BSD_SOURCE. Ugly).
3692
3693 2007-03-29 [wwp]        2.8.1cvs64
3694
3695         * src/prefs_logging.c
3696                 Fix sensitivity of clip-log widgets in prefs/logging,
3697                 thanks to Fabien.
3698
3699 2007-03-29 [wwp]        2.8.1cvs63
3700
3701         * po/POTFILES.in
3702                 Updated files list for translations, thanks to Fabien.
3703
3704 2007-03-29 [colin]      2.8.1cvs62
3705
3706         * src/main.c
3707         * src/common/Makefile.am
3708         * src/common/utils.c
3709                 Maybe make URI opening work in Maemo
3710                 Requires testing :)
3711
3712 2007-03-28 [colin]      2.8.1cvs61
3713
3714         * src/folder.c
3715         * src/folder.h
3716         * src/folderview.c
3717                 Add the possibility to sort folders arbitrarily
3718                 (via editing of folderlist.xml only). Patch by
3719                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3720                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3721                 be changed by the user'
3722
3723 2007-03-28 [colin]      2.8.1cvs60
3724
3725         * src/mimeview.c
3726                 Add popup menu for mime icons
3727
3728 2007-03-28 [colin]      2.8.1cvs59
3729
3730         * src/mainwindow.c
3731                 Fix a layout issue when presenting
3732                 mainwindow in Small screen layout
3733         * src/toolbar.c
3734         * src/toolbar.h
3735                 Add a "Go to folder list" button for
3736                 mainwindow, and make it default in
3737                 the Maemo build
3738
3739 2007-03-28 [colin]      2.8.1cvs58
3740
3741         * src/compose.c
3742                 Don't dynamically update title on Maemo
3743                 Patch by Jean-Luc Biord
3744
3745 2007-03-27 [colin]      2.8.1cvs57
3746
3747         * src/compose.c
3748         * src/folderview.c
3749         * src/summaryview.c
3750                 Enable tap-and-hold on Maemo
3751
3752 2007-03-26 [colin]      2.8.1cvs56
3753
3754         * src/compose.c
3755                 More popup-menu (in attachments list)
3756
3757 2007-03-26 [colin]      2.8.1cvs55
3758
3759         * src/compose.c
3760                 Enable popup-menu signal
3761
3762 2007-03-26 [colin]      2.8.1cvs54
3763
3764         * src/plugins/pgpinline/pgpinline.c
3765                 Fix bug 1111, 'PGP/inline plugin hides text 
3766                 around encrypted text block'. Patch based on
3767                 a patch from Michal Cihar.
3768
3769 2007-03-26 [wwp]        2.8.1cvs53
3770
3771         * src/procmsg.c
3772                 Fix getting a false error when sending queued message
3773                 whereas the sending was fine (if there are subfolders
3774                 in the queue folder), thanks to Colin.
3775
3776 2007-03-26 [paul]       2.8.1cvs52
3777
3778         * src/wizard.c
3779                 update FACE header in welcome message
3780
3781 2007-03-25 [colin]      2.8.1cvs51
3782
3783         * src/Makefile.am
3784                 Fix make dist
3785
3786 2007-03-25 [colin]      2.8.1cvs50
3787
3788         * src/main.c
3789                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3790
3791 2007-03-24 [colin]      2.8.1cvs49
3792
3793         * src/main.c
3794                 Fix a few launch problems on Maemo
3795                 Patch by Jean-Luc Biord
3796
3797 2007-03-24 [wwp]        2.8.1cvs48
3798
3799         * src/alertpanel.c
3800         * src/alertpanel.h
3801         * src/messageview.c
3802         * src/summaryview.c
3803                 Fix wrong action performed when closing the
3804                 "ask about account specific filtering rules
3805                 when filtering manually" dialog by pressing Escape.
3806                 Fix wrong order of buttons in the "return receipt
3807                 notification - the message was sent to several of
3808                 your accounts" dialog.
3809
3810 2007-03-24 [paul]       2.8.1cvs47
3811
3812         * src/folderview.c
3813                 an improvement to English usage
3814         * tools/kdeservicemenu/README
3815                 updated Claws url
3816
3817 2007-03-24 [paul]       2.8.1cvs46
3818
3819         * src/Makefile.am
3820         * src/stock_pixmap.c
3821         * src/pixmaps/edit_extern.xpm
3822         * src/pixmaps/mail_sign.xpm
3823                 rescue long lost icons
3824
3825 2007-03-24 [paul]       2.8.1cvs45
3826
3827         * src/toolbar.c
3828                 fix toolbar (broken in 2.8.1cvs42)
3829
3830 2007-03-23 [colin]      2.8.1cvs44
3831
3832         * src/imap.c
3833                 Correctly unsubscribe/resubscribe after
3834                 RENAME
3835
3836 2007-03-23 [colin]      2.8.1cvs43
3837
3838         * src/prefs_common.c
3839                 Maemo: as the platform is light on RAM, allow
3840                 caches to be discarded faster.
3841
3842 2007-03-23 [colin]      2.8.1cvs42
3843
3844         * src/Makefile.am
3845         * src/compose.c
3846         * src/compose.h
3847         * src/stock_pixmap.c
3848         * src/stock_pixmap.h
3849         * src/summaryview.c
3850         * src/summaryview.h
3851         * src/toolbar.c
3852         * src/toolbar.h
3853         * src/pixmaps/open_mail.xpm
3854                 Maemo changes: Add the possibility to have
3855                 "Open Email" and "Close Window" buttons on 
3856                 toolbars (and use them in Maemo's default
3857                 toolbars)
3858
3859 2007-03-23 [wwp]        2.8.1cvs41
3860
3861         * src/action.c
3862                 Reverted that part of the action dialog closure logics, to
3863                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3864                 done later in a different way (or may not).
3865
3866 2007-03-22 [wwp]        2.8.1cvs40
3867
3868         * src/action.c
3869                 Fix sticky action dialog when got no output but action command
3870                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3871
3872 2007-03-22 [colin]      2.8.1cvs39
3873
3874         * src/prefs_filtering.c
3875         * src/gtk/combobox.h
3876                 Fix escaping account names in filtering prefs
3877
3878 2007-03-22 [colin]      2.8.1cvs38
3879
3880         * src/addrindex.c
3881         * src/ldapctrl.h
3882         * src/ldapquery.c
3883                 Add any attribute specified in LDAP servers'
3884                 Search attributes to the Other Attributes tab
3885                 of contacts; Add 'telephoneNumber' in the
3886                 default list.
3887
3888 2007-03-22 [colin]      2.8.1cvs37
3889
3890         * src/folderview.c
3891         * src/folderview.h
3892         * src/mainwindow.c
3893                 Try to prevent race conditions when
3894                 changing the folder list
3895         * src/summaryview.c
3896                 Fix possible red folder icon when
3897                 switching from Small screen layout
3898                 to any other
3899
3900 2007-03-22 [colin]      2.8.1cvs36
3901
3902         * src/mainwindow.c
3903         * src/mainwindow.h
3904         * src/summaryview.c
3905                 Rename "little screen" to "Small screen"
3906         * src/gtk/Makefile.am
3907         * src/common/utils.c
3908         * src/mh.c
3909                 Fix Maemo-related compilation problems
3910
3911 2007-03-21 [colin]      2.8.1cvs35
3912
3913         * configure.ac
3914                 Fix previous commit
3915         * claws-mail.desktop
3916                 Remove .png from the Icon, it's useless
3917
3918 2007-03-21 [colin]      2.8.1cvs34
3919
3920         * configure.ac
3921         * src/Makefile.am
3922                 Add the necessary lib checking for 
3923                 Maemo
3924
3925 2007-03-21 [colin]      2.8.1cvs33
3926
3927         * src/main.c
3928                 Fix unconditional "error happened" when
3929                 sending via command-line. "lol @ myself"
3930
3931 2007-03-21 [colin]      2.8.1cvs32
3932
3933         * claws-mail-40x40.png
3934         * claws-mail-26x26.png
3935         * src/account.c
3936         * src/addressbook.c
3937         * src/compose.c
3938         * src/folderview.c
3939         * src/folderview.h
3940         * src/main.c
3941         * src/mainwindow.c
3942         * src/mainwindow.h
3943         * src/messageview.c
3944         * src/prefs_account.c
3945         * src/prefs_common.c
3946         * src/summary_search.c
3947         * src/summaryview.c
3948         * src/summaryview.h
3949         * src/gtk/authors.h
3950         * src/gtk/gtkutils.c
3951         * src/gtk/gtkutils.h
3952         * src/gtk/logwindow.c
3953         * src/gtk/menu.c
3954         * src/gtk/prefswindow.c
3955                 Add Maemo port (patch mainly by Jean-Luc Biort)
3956                 Add a new 'Little screen' layout to help on such
3957                 platforms (patch by me)
3958                 Make some default preferences different (more
3959                 adapted) on Maemo (patch by me)
3960
3961 2007-03-21 [wwp]        2.8.1cvs31
3962
3963         * src/prefs_logging.c
3964         * src/prefs_logging.h
3965                 Fixed copyright header of newly added files.
3966
3967 2007-03-21 [wwp]        2.8.1cvs30
3968
3969         * src/Makefile.am
3970         * src/filtering.c
3971         * src/filtering.h
3972         * src/folder.c
3973         * src/folderview.c
3974         * src/imap.c
3975         * src/inc.c
3976         * src/main.c
3977         * src/mainwindow.c
3978         * src/mainwindow.h
3979         * src/matcher.c
3980         * src/messageview.c
3981         * src/news.c
3982         * src/pop.c
3983         * src/prefs_common.c
3984         * src/prefs_common.h
3985         * src/prefs_logging.c
3986         * src/prefs_logging.h
3987         * src/prefs_other.c
3988         * src/procmsg.c
3989         * src/send_message.c
3990         * src/summaryview.c
3991         * src/common/log.c
3992         * src/common/log.h
3993         * src/common/nntp.c
3994         * src/common/session.c
3995         * src/common/smtp.c
3996         * src/common/socket.c
3997         * src/etpan/imap-thread.c
3998         * src/gtk/logwindow.c
3999         * src/gtk/logwindow.h
4000         * src/plugins/bogofilter/bogofilter.c
4001         * src/plugins/spamassassin/spamassassin.c
4002                 Added debugging of filtering/processing rules.
4003                 The debug log is here 'Tools/Filtering debug window',
4004                 the options there 'Configuration/Preferences/Other/Logging',
4005                 and the log file is ~/.claws-mail/filtering.log.
4006                 Moved protocol log prefs to 'Other/Logging' as well.
4007                 To support such debugging feature, the existing log API has
4008                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4009                 this impacts many external modules (commits follow).
4010
4011 2007-03-21 [paul]       2.8.1cvs29
4012
4013         * src/etpan/Makefile.am
4014         * src/etpan/imap-thread.c
4015                 add missing #include
4016
4017 2007-03-21 [colin]      2.8.1cvs28
4018
4019         * src/procmime.c
4020                 Fix bug 1157, 'some broken messages confuse 
4021                 mime parser'. Make sure we can't have MimeInfos
4022                 with negative sizes.
4023
4024 2007-03-20 [colin]      2.8.1cvs27
4025
4026         * src/main.c
4027                 Fix missing \0 on buffer
4028
4029 2007-03-20 [colin]      2.8.1cvs26
4030
4031         * src/mh.c
4032                 Use make_dir_hier instead of make_dir 
4033                 to create the MH mailbox
4034
4035 2007-03-20 [colin]      2.8.1cvs25
4036
4037         * src/folder.c
4038         * src/folder.h
4039         * src/prefs_account.c
4040         * src/wizard.c
4041                 Fix default inbox weirdnesses (after wizard,
4042                 if path is Mail, mailbox identifier is #mh/Mailbox,
4043                 and when creating new accounts)
4044
4045 2007-03-20 [colin]      2.8.1cvs24
4046
4047         * src/account.c
4048                 Write folderlist after adding/deleting accounts
4049                 that have folders
4050
4051 2007-03-20 [colin]      2.8.1cvs23
4052
4053         * src/imap.c
4054         * src/remotefolder.h
4055                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4056                 selected while scanning prior to update'
4057
4058 2007-03-17 [paul]       2.8.1cvs22
4059
4060         * src/main.c
4061                 fix a typo, and be a little more verbose.
4062
4063 2007-03-17 [wwp]        2.8.1cvs21
4064
4065         * src/inc.c
4066                 Fix a compiler warning.
4067
4068 2007-03-16 [wwp]        2.8.1cvs20
4069
4070         * tools/Makefile.am
4071         * tools/README
4072                 Updated to deal w/ the new mairix.sh tool.
4073
4074 2007-03-16 [wwp]        2.8.1cvs19
4075
4076         * src/action.c
4077                 Fix logics issues around the action IO dialog:
4078                 - disable entry widget and exec button when
4079                   the exec button is clicked (don't wait for any
4080                   output line) - fix possible disabling/re-enabling/
4081                   re-disabling of those widgets
4082                 - raise an error if executing a %as{} action either
4083                   empty or invalid, instead of failing silently
4084                 - don't close the dialog if the abort button has been
4085                   clicked and if there was no output yet
4086                 - set focus to the abort button when the exec button
4087                   is clicked
4088                 - fix capitalization of a warning message
4089
4090 2007-03-16 [wwp]        2.8.1cvs18
4091
4092         * tools/mairix.sh
4093                 Added a wrapper to mairix to the tools folder.
4094
4095 2007-03-16 [colin]      2.8.1cvs17
4096
4097         * src/messageview.c
4098         * src/mimeview.h
4099                 Allow mimeviewer plugins to print
4100                 their stuff
4101
4102 2007-03-16 [colin]      2.8.1cvs16
4103
4104         * .cvsignore
4105                 Ignore *.patchset
4106
4107 2007-03-15 [colin]      2.8.1cvs15
4108
4109         * src/messageview.c
4110         * src/mimeview.h
4111                 Add a way for mimeviewer plugins to
4112                 implement body search
4113
4114 2007-03-15 [paul]       2.8.1cvs14
4115
4116         * src/prefs_spelling.c
4117                 fix English usage
4118
4119 2007-03-15 [paul]       2.8.1cvs13
4120
4121         * src/common/quoted-printable.c
4122                 fix decoding of quoted-printable parts
4123
4124 2007-03-14 [wwp]        2.8.1cvs12
4125
4126         * src/gtk/logwindow.h
4127                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4128
4129 2007-03-14 [wwp]        2.8.1cvs11
4130
4131         * src/gtk/logwindow.h
4132                 Complete 2.8.1cvs10.
4133
4134 2007-03-14 [colin]      2.8.1cvs10
4135
4136         * src/gtk/logwindow.c
4137                 Probably fix bug 1149, crash on logwindow
4138                 close - at the expense of performance once
4139                 logwin has been opened
4140
4141 2007-03-14 [colin]      2.8.1cvs9
4142
4143         * src/main.c
4144                 If claws-mail is running on another
4145                 display, warn instead of popping it up
4146                 on the other display
4147
4148 2007-03-12 [colin]      2.8.1cvs8
4149
4150         * src/wizard.c
4151                 Fix bug 1145, 'Setting a different name 
4152                 for the Mailbox name isn't reflected in 
4153                 default account settings'. Patch by wwp
4154
4155 2007-03-12 [colin]      2.8.1cvs7
4156
4157         * src/summaryview.c
4158                 Fix bug 1143, 'Add number of messages to be 
4159                 deleted to confirmation dialog'
4160
4161 2007-03-12 [wwp]        2.8.1cvs6
4162
4163         * src/folderview.c
4164         * src/prefs_common.c
4165         * src/prefs_common.h
4166         * src/prefs_summaries.c
4167                 Changed the option that displays unread messages count
4168                 next to the folder name in folder list: it is now
4169                 possible to either display nothing, display the
4170                 unread messages number only or the unread and total messages
4171                 numbers. The patch includes this extra feature as well
4172                 as some minor fixes by rewriting the algo in folderview.c.
4173                 Thanks to Paul for the original idea and implementation, plus
4174                 testing and proof-reading!
4175
4176 2007-03-09 [paul]       2.8.1cvs5
4177
4178         * tools/Makefile.am
4179         * tools/README
4180         * tools/claws-mail-compose-insert-files.pl
4181                 added a script which enables inserting files
4182                 into the message body of a new Claws Mail
4183                 Compose window from the command line. Additionally
4184                 To, Cc, Subject and files to attach to the message
4185                 can be specified.
4186
4187 2007-03-09 [wwp]        2.8.1cvs4
4188
4189         * src/addr_compl.c
4190         * src/addr_compl.h
4191         * src/filtering.c
4192                 Optimize matching of addresses in the addressbook
4193                 (filtering/processing 'found_in_addressbook' condition).
4194
4195 2007-03-07 [wwp]        2.8.1cvs3
4196
4197         * src/quote_fmt.c
4198         * src/quote_fmt_lex.l
4199         * src/quote_fmt_parse.y
4200                 Add a new quote format symbol: %A to insert the
4201                 sender email address (just the address itself).
4202
4203 2007-03-06 [wwp]        2.8.1cvs2
4204
4205         * src/gtk/gtkutils.c
4206         * src/plugins/trayicon/trayicon_prefs.h
4207         * src/plugins/trayicon/trayicon_prefs.c
4208         * src/plugins/trayicon/trayicon.c
4209         * src/mainwindow.h
4210         * src/mainwindow.c
4211                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4212                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4213
4214
4215 2007-03-06 [paul]       2.8.1cvs1
4216
4217         * NEWS
4218         * README
4219         * RELEASE_NOTES
4220         * configure.ac
4221                 bump version number following
4222                 stable release
4223
4224 2007-03-06 [paul]       2.8.0cvs24
4225
4226         * po/cs.po
4227                 corrected by by Tim <timbrain@post.cz>
4228
4229 2007-03-05 [colin]      2.8.0cvs23
4230
4231         * src/Makefile.am
4232         * src/procmime.c
4233                 Fix mime/globs path on NetBSD
4234                 patch by George Michaelson
4235
4236 2007-03-05 [wwp]        2.8.0cvs22
4237
4238         * src/addr_compl.c
4239                 Remove debug statement (accidentally committed w/ cvs14).
4240
4241 2007-03-05 [paul]       2.8.0cvs21
4242
4243         * src/plugins/pgpcore/prefs_gpg.c
4244                 fix compiler warning
4245
4246 2007-03-05 [wwp]        2.8.0cvs20
4247
4248         * src/matcher_parser_parse.y
4249                 Fix mismerge between cvs17 and cvs19.
4250
4251 2007-03-05 [wwp]        2.8.0cvs19
4252
4253         * src/matcher_parser_parse.y
4254         * src/prefs_filtering_action.c
4255         * src/matcher.c
4256         * src/matcher.h
4257         * src/filtering.c
4258         * src/filtering.h
4259                 Add new 'add_to_addressbook' filtering/processing action.
4260
4261 2007-03-05 [wwp]        2.8.0cvs18
4262
4263         * src/filtering.c
4264                 Fix mark_as_ham filtering/processing action: spam flag
4265                 was not unset.
4266
4267 2007-03-04 [colin]      2.8.0cvs17
4268
4269         * src/filtering.c
4270         * src/matcher.c
4271         * src/matcher.h
4272         * src/matcher_parser_parse.y
4273         * src/prefs_filtering_action.c
4274                 Add 'Mark as spam' and 'Mark as ham' filtering
4275                 actions. Fixes bug 1138.
4276
4277 2007-03-04 [colin]      2.8.0cvs16
4278
4279         * src/imap.c
4280                 Fix bug 1140, wrong return value
4281                 without libetpan
4282
4283 2007-03-04 [wwp]        2.8.0cvs15
4284
4285         * src/addr_compl.c
4286                 Rollback cvs14: don't free stuff that is managed in g_list.
4287
4288 2007-03-04 [wwp]        2.8.0cvs14
4289
4290         * src/addr_compl.c
4291                 Fix a leak in address completion code.
4292
4293 2007-03-04 [colin]      2.8.0cvs13
4294
4295         * src/addr_compl.c
4296                 Maybe fix bug 1136, 'Crash in group 
4297                 address completion'
4298
4299 2007-03-04 [iwkse]      2.8.0cvs12
4300
4301         * src/imap.c
4302                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4303
4304 2007-03-03 [colin]      2.8.0cvs11
4305
4306         * src/plugins/pgpinline/pgpinline.c
4307                 Fix off-by-one, fix double-free. Fixes
4308                 bug 1135, 'cm-segfault on decrypting 
4309                 with PGP/inline'
4310
4311 2007-03-03 [colin]      2.8.0cvs10
4312
4313         * configure.ac
4314         * src/main.c
4315         * src/common/plugin.c
4316                 Fix bug 1134, 'Valgrind macros unhandled 
4317                 by Irix's cc'
4318
4319 2007-03-02 [colin]      2.8.0cvs9
4320
4321         * src/mbox.c
4322                 Don't error out on EAGAIN. Fixes 
4323                 bug 1129, '"local mbox file" account 
4324                 isn't retrieving mails'
4325
4326 2007-03-01 [wwp]        2.8.0cvs8
4327
4328         * src/mainwindow.c
4329         * src/gtk/colorlabel.c
4330                 Remove accels for extra color labels until we set better
4331                 and definitive ones.
4332
4333 2007-02-28 [wwp]        2.8.0cvs7
4334
4335         * src/mainwindow.c
4336         * src/matcher_parser_parse.y
4337         * src/prefs_common.c
4338         * src/prefs_msg_colors.c
4339         * src/procmsg.h
4340         * src/gtk/colorlabel.c
4341         * src/gtk/colorlabel.h
4342                 Add more customizable color labels. Cleaned up a bit
4343                 the color label API to avoid duplicate defines of
4344                 the max number of colors.
4345
4346 2007-02-27 [colin]      2.8.0cvs6
4347
4348         * src/mainwindow.c
4349         * src/common/utils.c
4350         * src/common/utils.h
4351                 Fix '+' in mailto URIs for List-* headers
4352
4353 2007-02-27 [colin]      2.8.0cvs5
4354
4355         * src/gtk/gtkutils.c
4356                 Use gtk_window_set_role instead of 
4357                 _set_wmclass
4358
4359 2007-02-27 [colin]      2.8.0cvs4
4360
4361         * src/inc.c
4362                 Fix "After receiving new mail, go to inbox" on IMAP,
4363                 and make it work only on manual reception
4364
4365 2007-02-27 [wwp]        2.8.0cvs3
4366
4367         * src/prefs_filtering.c
4368         * src/prefs_filtering_action.c
4369         * src/prefs_matcher.c
4370                 Update filtering matcher's and action's color label menus
4371                 when re-opening those dialogs (reflect any change to the
4372                 color labels list in the preferences).
4373
4374 2007-02-27 [colin]      2.8.0cvs2
4375
4376         * src/imap.c
4377         * src/etpan/etpan-thread-manager-types.h
4378         * src/etpan/etpan-thread-manager.c
4379         * src/etpan/imap-thread.c
4380                 Log imap ALERTs as errors in the log.
4381
4382 2007-02-26 [paul]       2.8.0cvs1
4383
4384         * tools/claws.i18n.status.pl
4385                 updated
4386
4387 2007-02-26 [paul]       2.7.2cvs75
4388
4389         * po/ca.po
4390         * po/cs.po
4391         * po/de.po
4392         * po/en_GB.po
4393         * po/fi.po
4394         * po/fr.po
4395         * po/hu.po
4396         * po/pl.po
4397         * po/pt_BR.po
4398         * po/sk.po
4399         * po/sr.po
4400         * po/zh_CN.po
4401                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4402                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4403                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4404                 Aleksandar Urosevic, and Ralgh Young
4405
4406 2007-02-25 [mones]      2.7.2cvs74
4407
4408         * po/es.po
4409                 Updated for release
4410
4411 2007-02-25 [colin]      2.7.2cvs73
4412
4413         * src/main.c
4414                 Clearing the list is only useful
4415                 to prevent a valgrind false-positive
4416
4417 2007-02-25 [paul]       2.7.2cvs72
4418
4419         * tools/Makefile.am
4420         * tools/README
4421         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4422         * tools/maildir2claws-mail.pl  **REMOVED**
4423                 renamed the script, fixed a couple bugs
4424
4425 2007-02-23 [colin]      2.7.2cvs71
4426
4427         * src/addressbook.c
4428                 Fix a leak, check for a few improbable nulls
4429
4430 2007-02-23 [colin]      2.7.2cvs70
4431
4432         * src/main.c
4433         * src/main.h
4434         * src/plugins/trayicon/trayicon.c
4435                 Fix blinking mainwin when starting in tray
4436                 (show mainwindow later in the startup process,
4437                  apart if restarting post-crash)
4438
4439 2007-02-23 [colin]      2.7.2cvs69
4440
4441         * src/folderview.c
4442         * src/imap_gtk.c
4443                 Fix crash when unsubscribing the currently
4444                 selected/opened folder
4445
4446 2007-02-23 [colin]      2.7.2cvs68
4447
4448         * src/compose.c
4449                 Fix bug that prevented colorization to
4450                 work without wrap quotation option
4451
4452 2007-02-23 [colin]      2.7.2cvs67
4453
4454         * src/addr_compl.c
4455                 Fix refcounting, start and end completion who
4456                 behaved as if there couldn't be any other current
4457                 user of completion
4458
4459 2007-02-23 [wwp]        2.7.2cvs66
4460
4461         * src/addressbook.c
4462         * src/addrindex.c
4463                 Address completion fixes: fix addressbook_peek_folder_exists() in
4464                 which the algorithm was ridiculously over-obfuscated and broken.
4465                 Fix addrindex_load_completion() as well, to load addresses in
4466                 completion list with regards to what addressbook_peek_folder_exists()
4467                 returns now.
4468
4469 2007-02-23 [wwp]        2.7.2cvs65
4470
4471         * src/addr_compl.c
4472                 Add addresses to completion when they're non-empty (thanks to Colin).
4473
4474 2007-02-23 [paul]       2.7.2cvs64
4475
4476         * src/plugins/pgpcore/passphrase.c
4477                 remove 'const '
4478
4479 2007-02-23 [colin]      2.7.2cvs63
4480
4481         * src/plugins/pgpcore/prefs_gpg.c
4482         * src/plugins/pgpcore/prefs_gpg.h
4483         * src/plugins/pgpcore/sgpgme.c
4484         * src/plugins/pgpinline/pgpinline.c
4485         * src/plugins/pgpmime/pgpmime.c
4486                 Try harder to respect user's choice wrt
4487                 gpg-agent even with gpg2, by unsetting
4488                 GPG_AGENT_INFO when necessary.
4489
4490 2007-02-22 [paul]       2.7.2cvs62
4491
4492         * src/plugins/pgpcore/sgpgme.c
4493         * src/plugins/pgpcore/sgpgme.h
4494         * src/plugins/pgpcore/passphrase.c
4495         * src/plugins/pgpinline/pgpinline.c
4496         * src/plugins/pgpmime/pgpmime.c
4497                 Fix a leak - gpgme_data_release_and_get_mem
4498                 leaks in recent gpgme. Workaround by using
4499                 our own function.
4500
4501 2007-02-22 [paul]       2.7.2cvs61
4502
4503         * src/gtk/quicksearch.c
4504                 Abandon dynamic search when pressing
4505                 Enter
4506
4507 2007-02-21 [colin]      2.7.2cvs60
4508
4509         * src/procmsg.c
4510         * src/plugins/pgpcore/passphrase.c
4511                 Fix little memory leaks
4512         * src/main.c
4513                 Fix false-positive leak at exit
4514         * src/gtk/quicksearch.c
4515                 Fix potentially big leak in recursive
4516                 Quicksearch
4517
4518 2007-02-21 [wwp]        2.7.2cvs59
4519
4520         * src/summaryview.c
4521                 Add missing newline to a debug message.
4522
4523 2007-02-20 [colin]      2.7.2cvs58
4524
4525         * src/Makefile.am
4526         * src/mimeview.c
4527         * src/stock_pixmap.c
4528         * src/stock_pixmap.h
4529         * src/pixmaps/mime_pgpsig.xpm
4530                 Add icon for application/pgp-signature
4531
4532 2007-02-20 [colin]      2.7.2cvs57
4533
4534         * src/Makefile.am
4535         * src/main.c
4536         * src/mimeview.c
4537         * src/stock_pixmap.c
4538         * src/stock_pixmap.h
4539         * src/pixmaps/mime_calendar.xpm
4540         * src/pixmaps/mime_pdf.xpm
4541         * src/pixmaps/mime_ps.xpm
4542                 Add icons for text/calendar, application/pdf
4543                 and application/postscript
4544
4545 2007-02-20 [colin]      2.7.2cvs56
4546
4547         * autogen.sh
4548         * src/matcher_parser_parse.y
4549         * src/matcher_parser_lex.l
4550                 Fix big memory leak in flex, and
4551                 require flex 2.5.31
4552
4553 2007-02-20 [wwp]        2.7.2cvs55
4554
4555         * src/matcher_parser_parse.y
4556                 Fix a duplicate token definition (thanks to iwkse).
4557
4558 2007-02-20 [wwp]        2.7.2cvs54
4559
4560         * src/matcher_parser_lex.l
4561         * src/quote_fmt_lex.l
4562                 Use proper flex options instead of direct use of #define,
4563                 make the flex-generated C lighter.
4564
4565 2007-02-20 [colin]      2.7.2cvs53
4566
4567         * src/summaryview.c
4568                 Grab focus in message list after hiding
4569                 the quicksearch, instead of leaving it
4570                 "somewhere"
4571
4572 2007-02-19 [colin]      2.7.2cvs52
4573
4574         * src/folderview.c
4575                 Fix bug 1033, 'Automatically refresh 
4576                 message list when new messages arrives'
4577                 Looks like folderview->opened can sometimes
4578                 be wrong...
4579
4580 2007-02-19 [paul]       2.7.2cvs51
4581
4582         * tools/Makefile.am
4583         * tools/README
4584         * tools/thunderbird-filters-convertor.pl
4585                 add new script which converts thunderbird filter
4586                 rules to Claws filter rules
4587
4588 2007-02-18 [paul]       2.7.2cvs50
4589
4590         * src/plugins/pgpcore/prefs_gpg.c
4591         * src/plugins/pgpcore/prefs_gpg.h
4592         * src/plugins/pgpcore/sgpgme.c
4593         * src/plugins/pgpinline/pgpinline.c
4594         * src/plugins/pgpmime/pgpmime.c
4595                 improved GUI interoperability with gpg-agent
4596
4597 2007-02-18 [paul]       2.7.2cvs49
4598
4599         * src/prefs_account.c
4600                 Privacy options sensitivity fix
4601
4602 2007-02-17 [colin]      2.7.2cvs48
4603
4604         * src/messageview.c
4605                 Reset icon to warning in the noticeview
4606
4607 2007-02-15 [colin]      2.7.2cvs47
4608
4609         * src/folderview.c
4610                 Fix a manifestation of bug 1033 (summaryview failing
4611                 to update for new mails), which happens after editing
4612                 account preferences or preferences that cause a 
4613                 folderview reload.
4614
4615 2007-02-15 [colin]      2.7.2cvs46
4616
4617         * src/addressbook.c
4618                 Probably fix bug 1123, 'Segmentation 
4619                 fault while opening address book'. I get
4620                 g_warnings if the saved paned position is
4621                 not greater than 0. Also, save position
4622                 when hiding the addressbook instead of
4623                 via signal.
4624
4625 2007-02-14 [colin]      2.7.2cvs45
4626
4627         * src/plugins/pgpcore/prefs_gpg.c
4628         * src/plugins/pgpcore/prefs_gpg.h
4629         * src/plugins/pgpcore/sgpgme.c
4630         * src/plugins/pgpinline/pgpinline.c
4631         * src/plugins/pgpmime/pgpmime.c
4632                 Add an option "Use gpg-agent if available". Fixes
4633                 annoyances with distro-installed gpg-agent, when
4634                 no pinentry program is installed, and the user's 
4635                 at a loss on why "decryption failed". Makes more
4636                 clear why passphrase isn't saved when gpg-agent is
4637                 used. Defaults to true, to avoid changing the 
4638                 current behaviour.
4639
4640 2007-02-14 [wwp]        2.7.2cvs44
4641
4642         * src/matcher_parser_parse.y
4643                 Fix missing line number reset (wrong line number might appear
4644                 when re-loading filtering rules if there's a parser error).
4645
4646 2007-02-13 [colin]      2.7.2cvs43
4647
4648         * src/common/utils.c
4649                 Don't encode ',' in URIs before passing it
4650                 to the browser command-line. It was probably
4651                 done at a time where commas in URIs made
4652                 mozilla -remote 'openurl(%s,new-window)'
4653                 bug.
4654
4655 2007-02-13 [wwp]        2.7.2cvs42
4656
4657         * src/prefs_matcher.c
4658         * src/plugins/bogofilter/bogofilter_gtk.c
4659                 A bit of string factorization around "Select ..." buttons.
4660
4661 2007-02-11 [colin]      2.7.2cvs41
4662
4663         * src/alertpanel.c
4664                 Make sure to escape the title
4665
4666 2007-02-11 [colin]      2.7.2cvs40
4667
4668         * src/codeconv.c
4669                 Recognize .utf8 locales as .UTF-8 ones
4670
4671 2007-02-11 [colin]      2.7.2cvs39
4672
4673         * src/compose.c
4674                 Fix code conversion when dragging a file
4675
4676 2007-02-09 [colin]      2.7.2cvs38
4677
4678         * src/plugins/clamav/clamav_plugin.c
4679                 Complete Paul's patch with conditional
4680                 compilation to avoid breaking compilation
4681                 on old Dapper and Edgy... Maybe other
4682                 distros too.
4683
4684 2007-02-09 [paul]       2.7.2cvs37
4685
4686         * src/plugins/clamav/clamav_plugin.c
4687                 fix for the upstream changes in libclamav
4688
4689 2007-02-09 [paul]       2.7.2cvs36
4690
4691         * src/main.c
4692         * src/mainwindow.c
4693         * src/procmsg.c
4694         * src/procmsg.h
4695                 fix "warn if there are queued messages" (on exit)
4696                 option, which only checked the first mailbox's
4697                 queue
4698                 don't ask before emptying trash if there are no
4699                 messages in trash, also check and empty all trash
4700                 folders
4701         * src/prefs_other.c
4702                 move "Ask before emptying trash" option
4703                 outside of the "On exit" frame as it's
4704                 not only an "On exit" option
4705
4706 2007-02-09 [paul]       2.7.2cvs35
4707
4708         * src/addrgather.c
4709         * src/alertpanel.c
4710         * src/editldap.c
4711         * src/prefs_account.c
4712         * src/prefs_folder_item.c
4713         * src/prefs_gtk.h
4714         * src/prefs_matcher.c
4715         * src/prefs_message.c
4716         * src/prefs_msg_colors.c
4717         * src/prefs_summaries.c
4718         * src/wizard.c
4719         * src/gtk/inputdialog.c
4720         * src/plugins/bogofilter/bogofilter_gtk.c
4721                 pedantic commit: use 'checkbtn' everywhere
4722                 instead of a mixture of 'checkbtn' and 'chkbtn'
4723
4724 2007-02-09 [paul]       2.7.2cvs34
4725
4726         * src/compose.c
4727                 fix default hotkeys
4728         * src/prefs_other.c
4729         * src/prefs_send.c
4730                 move "Never send Return Receipts" from
4731                 prefs_other to prefs_send
4732                 add an option "Ask about account specific
4733                 filtering rules..." to prefs_other
4734         * src/gtk/gtkutils.c
4735                 fix a compiler warning
4736
4737 2007-02-08 [colin]      2.7.2cvs33
4738
4739         * src/plugins/pgpinline/pgpinline.c
4740                 Fix bug 1110, 'pgpmime fails to process 
4741                 encapsulated openpgp mime (rfc 3156, 6.1 
4742                 -> rfc1847)'
4743                 It was due to an interaction between PGP/Mime
4744                 and PGP/Inline plugin. 
4745
4746 2007-02-08 [colin]      2.7.2cvs32
4747
4748         * src/inc.c
4749         * src/mbox.c
4750         * src/mbox.h
4751                 Fix bug 1117, 'fcntl locking code 
4752                 does not work in mbox.c'
4753
4754 2007-02-08 [colin]      2.7.2cvs31
4755
4756         * src/prefs_account.c
4757                 Fix Gentoo bug 165819, 'can't create 
4758                 a "local mbox file" account'. Patch
4759                 by Olivier <castan.o@free.fr>
4760
4761 2007-02-07 [colin]      2.7.2cvs30
4762
4763         * src/ldapquery.c
4764                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4765                 autocompletion was used'
4766
4767 2007-02-07 [paul]       2.7.2cvs29
4768
4769         * src/folder.c
4770                 cut down on unnecessary debug_prints
4771         * src/imap_gtk.c
4772                 fix menu_set_active() on 'Show only
4773                 subscribed folders'
4774
4775 2007-02-07 [paul]       2.7.2cvs28
4776
4777         * src/plugins/clamav/clamav_plugin.c
4778         * src/plugins/clamav/clamav_plugin.h
4779         * src/plugins/clamav/clamav_plugin_gtk.c
4780                 fix copyright header
4781
4782 2007-02-07 [paul]       2.7.2cvs27
4783
4784         * src/procheader.c
4785                 fix bug 1116, 'summary view allow a 
4786                 subject line break'
4787
4788 2007-02-06 [colin]      2.7.2cvs26
4789
4790         * src/summaryview.c
4791                 Fix delete thread
4792
4793 2007-02-05 [fabien]     2.7.2cvs25
4794
4795         * po/POTFILES.in
4796         * src/uri_opener.c
4797                 i18n related - 1 fix and 1 message for translators.
4798
4799 2007-02-05 [colin]      2.7.2cvs24
4800
4801         * src/gtk/quicksearch.c
4802                 Don't reload summary list if quicksearch wasn't
4803                 active on hiding; move currently selected mail in
4804                 the visible area when showing the quicksearch
4805
4806 2007-02-05 [colin]      2.7.2cvs23
4807
4808         * src/folderview.c
4809                 Add debug to try to solve bug 1104
4810
4811 2007-02-05 [paul]       2.7.2cvs22
4812
4813         * src/mainwindow.c
4814                 confirm before emptying trash on exit is
4815                 a Yes or No answer, use Yes or No in the
4816                 dialog
4817
4818 2007-02-04 [colin]      2.7.2cvs21
4819
4820         * src/compose.c
4821         * src/plugins/pgpcore/passphrase.c
4822         * src/plugins/pgpcore/select-keys.c
4823                 Set wmclass on new windows
4824
4825 2007-02-04 [colin]
4826
4827         2.8.0-rc1 released
4828
4829 2007-02-04 [colin]      2.7.2cvs20
4830
4831         * src/compose.c
4832         * src/compose.h
4833                 Auto save drafts on exit, reopen them
4834                 at startup, instead of asking
4835         * src/account.c
4836         * src/addressadd.c
4837         * src/addressbook.c
4838         * src/addressbook_foldersel.c
4839         * src/addrgather.c
4840         * src/crash.c
4841         * src/editaddress.c
4842         * src/editbook.c
4843         * src/editgroup.c
4844         * src/editjpilot.c
4845         * src/editldap.c
4846         * src/editldap_basedn.c
4847         * src/editvcard.c
4848         * src/exphtmldlg.c
4849         * src/expldifdlg.c
4850         * src/export.c
4851         * src/foldersel.c
4852         * src/gedit-print.c
4853         * src/import.c
4854         * src/importldif.c
4855         * src/importmutt.c
4856         * src/importpine.c
4857         * src/main.c
4858         * src/mainwindow.c
4859         * src/message_search.c
4860         * src/messageview.c
4861         * src/prefs_actions.c
4862         * src/prefs_customheader.c
4863         * src/prefs_display_header.c
4864         * src/prefs_filtering.c
4865         * src/prefs_filtering_action.c
4866         * src/prefs_folder_column.c
4867         * src/prefs_gtk.c
4868         * src/prefs_matcher.c
4869         * src/prefs_other.c
4870         * src/prefs_summaries.c
4871         * src/prefs_summary_column.c
4872         * src/prefs_template.c
4873         * src/sourcewindow.c
4874         * src/ssl_manager.c
4875         * src/summary_search.c
4876         * src/uri_opener.c
4877         * src/gtk/about.c
4878         * src/gtk/description_window.c
4879         * src/gtk/foldersort.c
4880         * src/gtk/gtkutils.c
4881         * src/gtk/gtkutils.h
4882         * src/gtk/icon_legend.c
4883         * src/gtk/logwindow.c
4884         * src/gtk/pluginwindow.c
4885         * src/gtk/prefswindow.c
4886                 Give different wmclass to different
4887                 windows - thanks to sed ;)
4888
4889 2007-02-04 [colin]      2.7.2cvs19
4890
4891         * src/main.c
4892                 Revert previous patch, can't reproduce
4893                 it anymore. 
4894
4895 2007-02-03 [colin]      2.7.2cvs18
4896
4897         * src/main.c
4898                 Don't save the mainwindow size and
4899                 position on emergency exit (libSM's
4900                 "die" callback), Xfce seems to make
4901                 the window smaller just before the
4902                 size's saved.
4903
4904 2007-02-03 [colin]      2.7.2cvs17
4905
4906         * src/plugins/bogofilter/bogofilter.c
4907         * src/plugins/bogofilter/bogofilter.h
4908         * src/plugins/bogofilter/bogofilter_gtk.c
4909         * src/plugins/pgpinline/pgpinline.c
4910         * src/plugins/pgpinline/pgpinline.h
4911                 Fix more copyrights
4912
4913 2007-02-03 [colin]      2.7.2cvs16
4914
4915         * src/partial_download.c
4916         * src/partial_download.h
4917         * src/ssl_manager.c
4918         * src/ssl_manager.h
4919         * src/uri_opener.c
4920         * src/uri_opener.h
4921         * src/wizard.c
4922         * src/wizard.h
4923         * src/common/ssl_certificate.c
4924         * src/common/ssl_certificate.h
4925         * src/gtk/quicksearch.c
4926         * src/gtk/quicksearch.h
4927         * src/gtk/sslcertwindow.c
4928         * src/gtk/sslcertwindow.h
4929                 Fix copyright on my files
4930
4931 2007-02-02 [colin]      2.7.2cvs15
4932
4933         * src/Makefile.am
4934         * src/mainwindow.c
4935         * src/messageview.c
4936         * src/messageview.h
4937         * src/textview.c
4938         * src/textview.h
4939         * src/uri_opener.c
4940         * src/uri_opener.h
4941                 Add Tools/List URIs to allow
4942                 opening any URI in the current mail
4943
4944 2007-02-02 [colin]      2.7.2cvs14
4945
4946         * src/common/valgrind.h ** NEW FILE **
4947         * src/common/Makefile.am
4948         * src/common/plugin.c
4949                 Don't dlclose the plugins if we're running
4950                 under valgrind. (doesn't require valgrind
4951                 either at compile time or run time).
4952
4953 2007-02-01 [paul]       2.7.2cvs13
4954
4955         * AUTHORS
4956         * src/gtk/authors.h
4957         * tools/freshmeat_search.pl
4958         * tools/google_search.pl
4959         * tools/multiwebsearch.pl
4960                 add support for non ISO-8859-1 compatible locales
4961                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4962
4963 2007-02-01 [colin]      2.7.2cvs12
4964
4965         * src/prefs_other.c
4966         * src/prefs_summaries.c
4967                 Move keybinding prefs to the Other page
4968
4969 2007-02-01 [wwp]        2.7.2cvs11
4970
4971         * src/plugins/trayicon/trayicon.c
4972                 Fix a raising issue within KDE.
4973
4974 2007-02-01 [colin]      2.7.2cvs10
4975
4976         * src/codeconv.c
4977                 Fix stray quotes in encoded strings
4978         * src/addressadd.c
4979                 Fix wrong call causing g_warnings
4980         * src/textview.c
4981                 Remove useless message
4982
4983 2007-01-31 [wwp]        2.7.2cvs9
4984
4985         * src/plugins/trayicon/trayicon.c
4986                 fix buggy hiding of main window when closing if close-to-tray
4987                 is not set (bad logics  in the trayicon hook code).
4988                 Changed the quit confirmation message too.
4989
4990 2007-01-30 [colin]      2.7.2cvs8
4991
4992         * src/main.c
4993                 Fix hidden mainwindow after clicking on
4994                 the X close button, if compose windows
4995                 exist and the user chooses not to quit
4996
4997 2007-01-30 [colin]      2.7.2cvs7
4998
4999         * src/main.c
5000         * src/compose.c
5001                 Handle local URIs to attach files (file:///...)
5002                 Fixes attaching files from Thunar for example
5003
5004 2007-01-30 [colin]      2.7.2cvs6
5005
5006         * src/prefs_ext_prog.c
5007                 Add 'mousepad' to the list of text editors.
5008                 Mousepad is XFCE's text editor
5009
5010 2007-01-29 [wwp]        2.7.2cvs5
5011
5012         * po/POTFILES.in
5013         * src/plugins/trayicon/trayicon_prefs.c
5014                 trayicon i18n fixes, thanks to Fabien.
5015
5016 2007-01-28 [wwp]        2.7.2cvs4
5017
5018         * src/mainwindow.c
5019         * src/mainwindow.h
5020         * src/plugins/trayicon/trayicon.c
5021         * src/plugins/trayicon/trayicon_prefs.c
5022         * src/plugins/trayicon/trayicon_prefs.h
5023                 Added a new TrayIcon plugin option to close to tray
5024                 (WM's hotkey and [X] button will hide the window instead
5025                 of closing it - closing CM can be done using the tray icon
5026                 menu or the File menu).
5027                 Improved visibility handling in trayicon, clicking the
5028                 trayicon now raise the window to current desktop when it
5029                 was either minimized/shaded/on another desktop.
5030                 Thanks to Paul for testing and fixing a strange behaviour
5031                 in KDE ;-).
5032
5033 2007-01-27 [paul]       2.7.2cvs3
5034
5035         * src/prefs_folder_item.c
5036         * src/prefs_receive.c
5037         * src/plugins/pgpcore/prefs_gpg.c
5038                 use 'start-up' instead of 'startup' in labels
5039
5040 2007-01-26 [wwp]        2.7.2cvs2
5041
5042         * src/plugins/trayicon/Makefile.am
5043         * src/plugins/trayicon/trayicon.c
5044         * src/plugins/trayicon/trayicon_prefs.c
5045         * src/plugins/trayicon/trayicon_prefs.h
5046                 Add a new TrayIcon option to hide the main window at
5047                 start-up.
5048                 Fix trayicon.c copyright header.
5049
5050 2007-01-26 [paul]       2.7.2cvs1
5051
5052         * NEWS
5053         * README
5054         * RELEASE_NOTES
5055         * configure.ac
5056                 bump up version number following
5057                 stable release
5058
5059 2007-01-25 [mones]      2.7.1cvs60
5060
5061         * po/es.po
5062                 updated thousands of strings (well, probably less ;-)
5063
5064 2007-01-25 [colin]      2.7.1cvs59
5065
5066         * src/matcher.c
5067                 Fix 2nd-run loss of matcherrc on new
5068                 configurations. 
5069
5070 2007-01-25 [wwp]        2.7.1cvs58
5071
5072         * src/mimeview.c
5073                 fix handling of empty value in attach_save_directory too, thanks
5074                 to Colin.
5075
5076 2007-01-25 [wwp]        2.7.1cvs57
5077
5078         * src/gtk/filesel.c
5079                 fix handling of empty value in attach_load_directory,
5080                 thanks to Colin.
5081
5082 2007-01-25 [wwp]        2.7.1cvs56
5083
5084         * src/plugins/dillo_viewer/dillo_prefs.h
5085                 fix a typo.
5086
5087 2007-01-25 [colin]      2.7.1cvs55
5088
5089         * src/matcher.c
5090         * src/matcher.h
5091         * src/matcher_parser_parse.y
5092         * src/prefs_matcher.c
5093                 Add matching on the spam flag
5094
5095 2007-01-24 [colin]      2.7.1cvs54
5096
5097         * src/folder.c
5098         * src/common/xml.c
5099         * src/common/xml.h
5100                 Make sure folderlist.xml is correctly
5101                 written before overwriting it.
5102         * src/procmsg.c
5103         * src/procmsg.h
5104         * src/summaryview.c
5105         * src/plugins/bogofilter/bogofilter.c
5106         * src/plugins/bogofilter/bogofilter.h
5107         * src/plugins/bogofilter/bogofilter_gtk.c
5108         * src/plugins/spamassassin/spamassassin.c
5109         * src/plugins/spamassassin/spamassassin.h
5110         * src/plugins/spamassassin/spamassassin_gtk.c
5111                 Move spam to the correct trash folder after
5112                 learning, if spam directory isn't set.
5113
5114 2007-01-23 [paul]       2.7.1cvs53
5115
5116         * src/plugins/bogofilter/bogofilter_gtk.c
5117                 fix sensitivity of "Insert X-Bogosity header"
5118                 option
5119
5120 2007-01-23 [colin]      2.7.1cvs52
5121
5122         * src/toolbar.c
5123                 Translate toolbar items text if
5124                 they're translatable (default)
5125         * src/addrcache.c
5126         * src/addrcache.h
5127         * src/addritem.c
5128         * src/addritem.h
5129         * src/codeconv.c
5130         * src/codeconv.h
5131         * src/jpilot.c
5132         * src/jpilot.h
5133         * src/ldapctrl.c
5134         * src/ldapctrl.h
5135         * src/ldapquery.h
5136         * src/ldif.c
5137         * src/ldif.h
5138         * src/etpan/etpan-thread-manager.c
5139         * src/etpan/etpan-thread-manager.h
5140         * src/gtk/gtkutils.c
5141         * src/gtk/gtkutils.h
5142                 More static functions
5143
5144 2007-01-22 [fabien]     2.7.1cvs51
5145
5146         * src/gtk/gtkutils.c
5147                 gtkut_get_options_frame() : ability to pass
5148                 a 'NULL' value in frame pointer parameter if
5149                 we don't need it.
5150
5151 2007-01-22 [colin]      2.7.1cvs50
5152
5153         * src/procmsg.c
5154         * src/procmsg.h
5155         * src/plugins/bogofilter/bogofilter.c
5156         * src/plugins/bogofilter/bogofilter_gtk.c
5157         * src/plugins/spamassassin/spamassassin.c
5158         * src/plugins/spamassassin/spamassassin_gtk.c
5159                 Allow moving spams to the account's trash
5160                 instead of default one
5161
5162 2007-01-21 [colin]      2.7.1cvs49
5163
5164         * src/ldapquery.c
5165         * src/ldapquery.h
5166                 Revert a static function that shouldn't
5167                 have been
5168
5169 2007-01-21 [colin]      2.7.1cvs48
5170
5171         * src/ldapquery.c
5172         * src/ldapquery.h
5173                 Same
5174
5175 2007-01-21 [colin]      2.7.1cvs47
5176
5177         * src/procmsg.c
5178         * src/procmsg.h
5179                 Same
5180
5181 2007-01-21 [colin]      2.7.1cvs46
5182
5183         * src/common/socket.c
5184         * src/common/socket.h
5185                 Same
5186
5187 2007-01-21 [colin]      2.7.1cvs45
5188
5189         * src/crash.c
5190         * src/exporthtml.c
5191         * src/exporthtml.h
5192         * src/exportldif.c
5193         * src/exportldif.h
5194         * src/folder.c
5195         * src/folder.h
5196         * src/folder_item_prefs.c
5197         * src/folder_item_prefs.h
5198         * src/folderview.c
5199         * src/folderview.h
5200         * src/gedit-print.c
5201         * src/gedit-print.h
5202         * src/main.c
5203         * src/main.h
5204         * src/common/socket.c
5205         * src/common/socket.h
5206         * src/gtk/gtkaspell.c
5207         * src/gtk/gtkaspell.h
5208         * src/gtk/quicksearch.c
5209         * src/gtk/quicksearch.h
5210                 Same
5211
5212 2007-01-21 [colin]      2.7.1cvs44
5213
5214         * src/common/utils.c
5215         * src/common/utils.h
5216         * src/etpan/etpan-thread-manager.c
5217         * src/etpan/etpan-thread-manager.h
5218                 Same (Funny that etpan_thread_unbind
5219                 is called but not etpan_thread_bind)
5220
5221 2007-01-21 [colin]      2.7.1cvs43
5222
5223         * src/addrselect.c
5224         * src/addrselect.h
5225         * src/codeconv.c
5226         * src/codeconv.h
5227         * src/compose.c
5228         * src/compose.h
5229         * src/etpan/Makefile.am
5230         * src/gtk/colorlabel.c
5231         * src/gtk/colorlabel.h
5232         * src/gtk/sslcertwindow.c
5233         * src/gtk/sslcertwindow.h
5234         * src/etpan/etpan-log.c ** REMOVED **
5235         * src/etpan/etpan-log.h ** REMOVED **
5236                 Same
5237
5238 2007-01-20 [colin]      2.7.1cvs42
5239
5240         * src/addritem.c
5241         * src/addritem.h
5242                 Same
5243
5244 2007-01-20 [colin]      2.7.1cvs41
5245
5246         * src/account.c
5247         * src/account.h
5248         * src/addrbook.c
5249         * src/addrbook.h
5250         * src/addrcache.c
5251         * src/addrcache.h
5252         * src/addrclip.c
5253         * src/addrclip.h
5254         * src/addressbook.c
5255         * src/addressbook.h
5256         * src/addrharvest.c
5257         * src/addrharvest.h
5258         * src/addrindex.c
5259         * src/addrindex.h
5260         * src/editaddress.c
5261         * src/editaddress.h
5262                 Make functions that aren't used in other
5263                 files static
5264
5265 2007-01-20 [colin]      2.7.1cvs40
5266
5267         * src/account.c
5268         * src/addrbook.c
5269         * src/addrcache.c
5270         * src/addressbook.c
5271         * src/addrgather.c
5272         * src/addrindex.c
5273         * src/addrquery.c
5274         * src/addrselect.c
5275         * src/browseldap.c
5276         * src/compose.c
5277         * src/editbook.c
5278         * src/editjpilot.c
5279         * src/editldap.c
5280         * src/editldap_basedn.c
5281         * src/editvcard.c
5282         * src/exporthtml.c
5283         * src/exportldif.c
5284         * src/folder.c
5285         * src/folderview.c
5286         * src/image_viewer.c
5287         * src/imap.c
5288         * src/importmutt.c
5289         * src/importpine.c
5290         * src/jpilot.c
5291         * src/ldapquery.c
5292         * src/main.c
5293         * src/mainwindow.c
5294         * src/matcher.c
5295         * src/messageview.c
5296         * src/mh.c
5297         * src/mimeview.c
5298         * src/msgcache.c
5299         * src/mutt.c
5300         * src/news.c
5301         * src/pine.c
5302         * src/prefs_account.c
5303         * src/prefs_common.c
5304         * src/prefs_compose_writing.c
5305         * src/prefs_ext_prog.c
5306         * src/prefs_folder_item.c
5307         * src/prefs_fonts.c
5308         * src/prefs_message.c
5309         * src/prefs_msg_colors.c
5310         * src/prefs_other.c
5311         * src/prefs_quote.c
5312         * src/prefs_receive.c
5313         * src/prefs_send.c
5314         * src/prefs_spelling.c
5315         * src/prefs_summaries.c
5316         * src/prefs_toolbar.c
5317         * src/prefs_wrapping.c
5318         * src/privacy.c
5319         * src/procmime.c
5320         * src/procmsg.c
5321         * src/ssl_manager.c
5322         * src/statusbar.c
5323         * src/summaryview.c
5324         * src/toolbar.c
5325         * src/vcard.c
5326         * src/common/hooks.c
5327         * src/common/log.c
5328         * src/common/passcrypt.c
5329         * src/common/socket.c
5330         * src/common/ssl.c
5331         * src/common/ssl_certificate.c
5332         * src/common/template.c
5333         * src/common/utils.c
5334         * src/etpan/imap-thread.c
5335         * src/gtk/sslcertwindow.c
5336         * src/gtk/sslcertwindow.h
5337                 Make functions that could be static, static
5338
5339 2007-01-20 [colin]      2.7.1cvs39
5340
5341         * src/editldap.c
5342                 Fix tooltip
5343
5344 2007-01-20 [colin]      2.7.1cvs38
5345
5346         * src/ldapquery.c
5347         * src/ldaputil.c
5348         * src/ldaputil.h
5349                 Fix bug 1102, 'claws-mail-2.7.1 
5350                 makes use of deprecated ldap 
5351                 functions'
5352
5353 2007-01-20 [colin]      2.7.1cvs37
5354
5355         * src/mainwindow.c
5356         * src/mainwindow.h
5357         * src/summaryview.c
5358         * src/gtk/quicksearch.c
5359                 Add Wide message list layout
5360
5361 2007-01-19 [fabien]     2.7.1cvs36
5362
5363         * src/textview.c
5364                 make sure a font change is considered in links of
5365                 headerview.
5366
5367 2007-01-19 [colin]      2.7.1cvs35
5368
5369         * src/main.c
5370         * src/mainwindow.c
5371         * src/mainwindow.h
5372         * src/messageview.c
5373         * src/messageview.h
5374         * src/prefs_common.c
5375         * src/prefs_common.h
5376         * src/summaryview.c
5377         * src/summaryview.h
5378         * src/gtk/quicksearch.c
5379         * src/gtk/quicksearch.h
5380                 Drop 'Separate Folder tree' and 'Separate
5381                 Message View'. Put three layouts in place
5382                 of it.
5383
5384 2007-01-19 [paul]       2.7.1cvs34
5385
5386         * src/prefs_msg_colors.c
5387                 more use of Q_ for translators
5388
5389 2007-01-19 [paul]       2.7.1cvs33
5390
5391         * src/imap_gtk.c
5392         * src/prefs_account.c
5393                 a few changes to the English
5394
5395 2007-01-19 [fabien]     2.7.1cvs32
5396
5397         * src/wizard.c
5398                 factorize translatable string
5399
5400 2007-01-18 [colin]      2.7.1cvs31
5401
5402         * src/main.c
5403                 Don't error out on --sync option. Although
5404                 we don't do anything with it, gtk+ handles
5405                 it, and it's useful for debugging X errors
5406
5407 2007-01-18 [fabien]     2.7.1cvs30
5408
5409         * src/prefs_other.c
5410                 ability to apply on the fly the recent added
5411                 'gtk_can_change_accels' pref (no need to restart).
5412
5413 2007-01-18 [fabien]     2.7.1cvs29
5414
5415         * src/plugins/bogofilter/bogofilter_gtk.c
5416         * src/plugins/bogofilter/bogofilter.c
5417         * src/plugins/spamassassin/spamassassin_gtk.c
5418         * src/addr_compl.c
5419         * src/prefs_account.c
5420                 factorize or rewrite some translatable strings.
5421
5422 2007-01-18 [fabien]     2.7.1cvs28
5423
5424         * src/prefs_gtk.h
5425         * src/compose.c
5426                 set a 4pix space between "Subject:" label and subject entry in
5427                 compose window.
5428
5429 2007-01-18 [wwp]        2.7.1cvs27
5430
5431         * src/addressbook.c
5432                 fix conflicting address-copy/paste when focus is set
5433                 to the embedded edit-person form.
5434  
5435
5436 2007-01-18 [wwp]        2.7.1cvs26
5437
5438         * src/addressbook.h
5439                 complete 2.7.1cvs23 (one more file was missing from that
5440                 commit).
5441
5442 2007-01-18 [colin]      2.7.1cvs25
5443
5444         * src/main.c
5445                 Provide a way to migrate without backup
5446                 Re-ask for migration on next start if 
5447                 it has been refused and wizard has been 
5448                 cancelled after.
5449
5450 2007-01-18 [wwp]        2.7.1cvs24
5451
5452         * src/editaddress.c
5453                 complete 2.7.1.cvs23 (file was missing from previous
5454                 commit).
5455
5456 2007-01-18 [wwp]        2.7.1cvs23
5457
5458         * src/addressbook.c
5459                 fix potential crashes in address book's focus_in/out signal handlers,
5460                 force focus to the edit-person form when clicked the Edit menu entry or
5461                 button (this only matters if the edit-person form is embedded to the
5462                 AB window, in that case, focus is not set when browsing the contacts
5463                 list w/ keys or mouse clicks).
5464
5465 2007-01-18 [paul]       2.7.1cvs22
5466
5467         * src/main.c
5468                 add command line options:
5469                 -h for --help
5470                 -q and --quit for --exit
5471                 -v for --version
5472                 print "Unknown option" for unknown options
5473
5474 2007-01-18 [paul]       2.7.1cvs21
5475
5476         * po/ru.po
5477                 updated by Pavlo Bohmat
5478
5479 2007-01-18 [paul]       2.7.1cvs20
5480
5481         * src/mainwindow.c
5482                 fix sensitivity issues of Mark as Spam/Ham
5483
5484 2007-01-17 [fabien]     2.7.1cvs19
5485
5486         * src/prefs_other.c
5487         * src/prefs_common.c
5488         * src/prefs_common.h
5489         * src/main.c
5490                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5491                 control the corresponding gtk property. It could be used to lock
5492                 all shortcuts (avoid to set one of them by inadvertency).
5493
5494 2007-01-17 [colin]      2.7.1cvs18
5495
5496         * src/summaryview.c
5497                 Fix bug 1100, 'Highlighted e-mail data not visible 
5498                 when color label applied.'. Use a weighted average
5499                 between normal selected foreground color and color
5500                 label instead of a simple one (3/1 instead 1/1).
5501
5502 2007-01-17 [colin]      2.7.1cvs17
5503
5504         * src/messageview.c
5505                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5506                 crash' - don't prevent mail switching while loading
5507
5508 2007-01-17 [colin]      2.7.1cvs16
5509
5510         * src/folder.c
5511         * src/folder.h
5512         * src/folderview.c
5513         * src/folderview.h
5514         * src/imap.c
5515         * src/imap.h
5516         * src/imap_gtk.c
5517                 Manage recursive search of unsubscribed folders
5518                 Rescan tree without checking for new messages 
5519                 after subscriptions changed
5520
5521 2007-01-17 [paul]       2.7.1cvs15
5522
5523         * src/prefs_common.c
5524         * src/gtk/pluginwindow.c
5525                 fix bug 1101, '"Load plugin" button is
5526                 accidentally hidden'
5527                 unset (-1) initial width in prefs_common,
5528                 fix overlapping buttons,
5529                 and other cleanups
5530
5531 2007-01-17 [paul]       2.7.1cvs14
5532
5533         * src/procmime.c
5534                 add #include <errno.h>, it's needed
5535                 on some systems
5536
5537 2007-01-17 [paul]       2.7.1cvs13
5538
5539         * src/common/defs.h
5540         * tools/make.themes.project
5541                 rename .sylpheed_themeinfo to .claws_themeinfo
5542                 and use it
5543         * src/etpan/etpan-errors.h
5544         * src/etpan/etpan-log.c
5545         * src/etpan/etpan-log.h
5546         * src/etpan/etpan-thread-manager-types.h
5547         * src/etpan/etpan-thread-manager.c
5548         * src/etpan/etpan-thread-manager.h
5549         * src/etpan/imap-thread.c
5550         * src/etpan/imap-thread.h
5551                 add copyright header
5552
5553 2007-01-17 [colin]      2.7.1cvs12
5554
5555         * src/plugins/pgpcore/select-keys.c
5556         * src/gtk/pluginwindow.c
5557         * src/prefs_account.c
5558                 Fix warnings
5559
5560 2007-01-16 [colin]      2.7.1cvs11
5561
5562         * src/imap.c
5563         * src/imap.h
5564         * src/imap_gtk.c
5565                 Manage subscribing to subfolders when only
5566                 subscribed folders are shown.
5567
5568 2007-01-16 [colin]      2.7.1cvs10
5569
5570         * src/folderview.c
5571                 Fix annoying vscrollbar going back to top
5572                 on Check for new folders
5573
5574 2007-01-16 [colin]      2.7.1cvs9
5575
5576         * src/imap.c
5577                 Remove printf
5578
5579 2007-01-16 [colin]      2.7.1cvs8
5580
5581         * src/filtering.c
5582                 Bigger buffer for errors
5583         * src/imap.c
5584         * src/imap.h
5585         * src/imap_gtk.c
5586         * src/prefs_account.c
5587         * src/prefs_account.h
5588         * src/wizard.c
5589         * src/etpan/imap-thread.c
5590         * src/etpan/imap-thread.h
5591         * manual/handling.xml
5592                 Add subscriptions management. What it changes:
5593                 Creating a folder subscribes to it
5594                 Deleting a folder unsubscribes it
5595                 New contextual menu item allowing to switch between
5596                 All folders and Subscribed folders, subscribe, and
5597                 unsubscribe. "Creating" an existing but unsubscribed
5598                 folder will subscribe it.
5599                 By default for new accounts, only subscribed folders 
5600                 are shown.
5601
5602
5603 2007-01-16 [paul]       2.7.1cvs7
5604
5605         * src/summaryview.c
5606                 Allow folder classes to specify only sort_key or
5607                 sort_type instead of both or none.
5608
5609 2007-01-16 [paul]       2.7.1cvs6
5610
5611         * src/action.c
5612         * src/compose.c
5613         * src/mimeview.c
5614         * src/procmime.c
5615         * src/textview.c
5616                 Save and use errno for procmime_get_part
5617
5618 2007-01-16 [colin]      2.7.1cvs5
5619
5620         * src/imap.c
5621                 Never remove INBOX when scanning for
5622                 new folders. It's a special folder
5623                 that has to exist.
5624
5625 2007-01-15 [colin]      2.7.1cvs4
5626
5627         * src/imap.c
5628                 Fix 'Check for new folders' when IMAP subdirectory
5629                 is set
5630         * src/etpan/imap-thread.c
5631                 Fix build
5632
5633 2007-01-15 [colin]      2.7.1cvs3
5634
5635         * src/etpan/imap-thread.c
5636                 Fix invalid free on command-connection
5637                 error
5638
5639 2007-01-15 [wwp]        2.7.1cvs2
5640
5641         * src/matcher_parser_lex.l
5642         * src/quote_fmt_lex.l
5643         * src/matcher_parser_parse.y
5644                 fix copyright header in lexers and parsers.
5645
5646 2007-01-15 [paul]       2.7.1cvs1
5647
5648         * NEWS
5649         * README
5650         * RELEASE_NOTES
5651         * configure.ac
5652                 bump up version number following
5653                 stable release
5654
5655 2007-01-15 [paul]       2.7.0cvs31
5656
5657         * AUTHORS
5658         * src/gtk/authors.h
5659                 add Fabien to the Team list
5660                 add the recent contributors
5661                 make a few corrections
5662
5663 2007-01-15 [paul]       2.7.0cvs30
5664
5665         * src/mainwindow.c
5666                 fix compiler warning
5667         * src/plugins/pgpcore/prefs_gpg.c
5668         * src/plugins/pgpcore/prefs_gpg.h
5669                 add missing include
5670                 fix copyright header
5671
5672 2007-01-14 [colin]      2.7.0cvs29
5673
5674         * src/gtk/filesel.c
5675                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5676                 two benefits: faster to open, will fix strange
5677                 dbus-related crash. Thanks to Pascal Terjan.
5678
5679 2007-01-14 [colin]      2.7.0cvs28
5680
5681         * src/etpan/imap-thread.c
5682                 Delete the old imap just after allocating
5683                 the new one. Makes sure we don't get the
5684                 same pointer by sheer luck, which feels
5685                 strange in the debug log.
5686
5687 2007-01-14 [colin]      2.7.0cvs27
5688
5689         * src/gtk/inputdialog.c
5690                 Make sure we don't print passwords in
5691                 clear text when in debug mode
5692
5693 2007-01-14 [colin]      2.7.0cvs26
5694
5695         * src/gtk/gtksctree.c
5696                 Fix bug 1098, 'bogus last row display 
5697                 after expanding a thread'. Patch by
5698                 Jindrich Makovicka <makovick@gmail.com>
5699
5700 2007-01-14 [colin]      2.7.0cvs25
5701
5702         * src/etpan/imap-thread.c
5703                 Close socket manually before
5704                 freeing the imap struct
5705
5706 2007-01-14 [colin]      2.7.0cvs24
5707
5708         * src/etpan/imap-thread.c
5709                 Maybe fix new reconnection issues
5710
5711 2007-01-13 [colin]      2.7.0cvs23
5712
5713         * src/summaryview.c
5714                 Freeze/thaw on thread selection
5715
5716 2007-01-13 [paul]       2.7.0cvs22
5717
5718         * src/mainwindow.c
5719         * src/summaryview.c
5720         * src/summaryview.h
5721                 add 'Edit/Delete thread'
5722
5723 2007-01-13 [colin]      2.7.0cvs21
5724
5725         * src/prefs_account.c
5726         * src/prefs_compose_writing.c
5727         * src/prefs_message.c
5728         * src/prefs_msg_colors.c
5729         * src/prefs_other.c
5730         * src/prefs_receive.c
5731         * src/prefs_spelling.c
5732         * src/prefs_summaries.c
5733         * src/prefs_themes.c
5734         * src/gtk/gtkutils.c
5735         * src/gtk/gtkutils.h
5736         * src/plugins/pgpcore/prefs_gpg.c
5737         * src/plugins/spamassassin/spamassassin_gtk.c
5738                 Factorize gtk frame creation
5739                 Patch by Pawel
5740
5741 2007-01-13 [colin]      2.7.0cvs20
5742
5743         * src/message_search.c
5744         * src/summary_search.c
5745                 Fix Enter in search windows
5746         * src/messageview.c
5747                 Fix body search starting at the
5748                 end of the mail (and asking for loop)
5749
5750 2007-01-13 [colin]      2.7.0cvs19
5751
5752         * src/etpan/imap-thread.c
5753                 Make sure we don't free the same imap
5754                 twice
5755
5756 2007-01-13 [colin]      2.7.0cvs18
5757
5758         * commitHelper
5759                 Allow multiple commitHelpers to
5760                 run at once
5761
5762 2007-01-12 [colin]      2.7.0cvs17
5763
5764         * src/etpan/imap-thread.c
5765                 Make sure we get rid of the previous mailimap
5766                 when connecting - just in case disconnect was
5767                 unclean
5768
5769 2007-01-12 [paul]       2.7.0cvs16
5770
5771         * src/compose.c
5772                 Strip S/MIME signatures when re-editing
5773                 S/MIME signed messages.
5774
5775 2007-01-12 [paul]       2.7.0cvs15
5776
5777         * configure.ac
5778         * src/addressbook.c
5779         * src/foldersel.c
5780         * src/folderview.c
5781         * src/main.c
5782                 no need to define CLAWS anymore, remove
5783                 all that stuff
5784
5785 2007-01-12 [paul]       2.7.0cvs14
5786
5787         * src/mimeview.c
5788                 check if the mail's signed as
5789                 it can change the mail structure
5790                 Thanks to Colin
5791
5792 2007-01-12 [paul]       2.7.0cvs13
5793
5794         * src/procmime.c
5795                 fix Forwarding msgs with attachments
5796                 that have dos line endings
5797                 Thanks to Colin
5798
5799 2007-01-12 [wwp]        2.7.0cvs12
5800
5801         * configure.ac
5802                 Revert accidentally committed extra version tag.
5803
5804 2007-01-12 [wwp]        2.7.0cvs11
5805
5806         * src/prefs_account.c
5807                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5808
5809 2007-01-11 [colin]      2.7.0cvs10
5810
5811         * src/imap.c
5812                 move g_warning to debug_print
5813                 it scares people for no reason
5814
5815 2007-01-11 [colin]      2.7.0cvs9
5816
5817         * po/POTFILES.in
5818                 Fix files to translate. Patch by
5819                 Fabien
5820
5821 2007-01-11 [paul]       2.7.0cvs8
5822
5823         * src/imap.c
5824                 Fix recursion when server lists the
5825                 current subfolder in the response
5826         * src/mimeview.c
5827                 Fix updating of icon_list/ctree
5828         * src/plugins/pgpcore/select-keys.c
5829                 Fix a few annoyances when choosing
5830                 keys for the CMS (S/MIME) protocol
5831
5832 2007-01-11 [wwp]        2.7.0cvs7
5833
5834         * src/compose.c
5835         * src/prefs_account.c
5836         * src/prefs_account.h
5837                 Add per-account spellcheck default dictionaries settings.
5838
5839 2007-01-10 [colin]      2.7.0cvs6
5840
5841         * src/prefs_folder_item.c
5842                 Factorize strings - patch by Fabien
5843
5844 2007-01-10 [colin]      2.7.0cvs5
5845
5846         * src/mainwindow.c
5847                 Fix bug 1095, 'Crash while changing folder 
5848                 columns during incorporation'
5849
5850 2007-01-09 [colin]      2.7.0cvs4
5851
5852         * src/gtk/pluginwindow.c
5853                 Set the plugin window transient. Seems
5854                 like some window managers hide it in
5855                 the background after "load plugin"...
5856
5857 2007-01-09 [colin]      2.7.0cvs3
5858
5859         * src/gtk/filesel.c
5860                 Use the same type for alloc and free
5861
5862 2007-01-08 [paul]       2.7.0cvs2
5863
5864         * po/nl.po
5865                 updated by Tim Dijkstra
5866
5867 2007-01-08 [paul]       2.7.0cvs1
5868
5869         * src/prefs_themes.c
5870         * src/common/utils.c
5871                 Fix resource leaks
5872
5873 2007-01-08 [paul]       2.7.0
5874
5875         * NEWS
5876         * README
5877         * RELEASE_NOTES
5878                 2.7.0 released
5879
5880 2007-01-08 [paul]       2.6.1cvs119
5881
5882         * doc/man/claws-mail.1
5883                 another correction
5884
5885 2007-01-08 [paul]       2.6.1cvs118
5886
5887         * doc/man/claws-mail.1
5888                 corrections
5889         * manual/advanced.xml
5890                 improved English usage
5891
5892 2007-01-08 [paul]       2.6.1cvs117
5893
5894         * po/ca.po
5895         * po/de.po
5896         * po/en_GB.po
5897         * po/fi.po
5898         * po/it.po
5899         * po/pt_BR.po
5900         * po/sk.po
5901         * po/sr.po
5902         * po/zh_CN.po
5903                 updated by Miquel Oliete, Stephan Sachse, me,
5904                 Tommi Pirinen, Andrea Spadaccini, Frederico
5905                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5906                 Urosevic, and Ralgh Young
5907
5908 2007-01-07 [mones]      2.6.1cvs116
5909
5910         * manual/es/advanced.xml
5911         * po/es.po
5912                 Synced manual (unhide mark_as_read_delay)
5913                 and updated translation for release
5914
5915 2007-01-07 [paul]       2.6.1cvs115
5916
5917         * src/prefs_matcher.c
5918                 make the hbox content fit better under
5919                 various languages
5920
5921 2007-01-07 [colin]      2.6.1cvs114
5922
5923         * src/messageview.c
5924                 Fix bug 1088, 'Ctrl-h produces repeatable
5925                 crash'
5926
5927 2007-01-06 [colin]      2.6.1cvs113
5928
5929         * src/etpan/imap-thread.c
5930                 Add casts to int to get certs. Fixes
5931                 bug 1064, 'crash @ etpan_certificate_check() 
5932                 when opening an IMAP folder', with latest
5933                 libetpan CVS or >= 0.49
5934         * src/mainwindow.c
5935         * src/mainwindow.h
5936         * src/imap_gtk.c
5937         * src/news_gtk.c
5938         * src/prefs_folder_item.c
5939                 Grey out the "synchronise" menu items if
5940                 there's nothing to synchronise.
5941         * src/plugins/pgpcore/sgpgme.c
5942                 Make an error clearer than "Unknown error"
5943
5944 2007-01-06 [colin]      2.6.1cvs112
5945
5946         * src/messageview.c
5947                 Don't try to show a message if updating
5948                 Maybe fixes bug 1088, 'ctrl-h produces
5949                 repeatable crash'.
5950
5951 2007-01-06 [colin]      2.6.1cvs111
5952
5953         * src/summaryview.c
5954                 Disable Control-Space (handle it as Space).
5955
5956 2007-01-05 [paul]       2.6.1cvs110
5957
5958         * src/imap.c
5959                 Fix bug 934, 'sylpheed claws 2.1 
5960                 doesn't show Exchanges Public Folders'
5961                 Thanks to Hoa and Colin
5962         * src/msgcache.c
5963                 Refuse to allocate more than 2 MB for a 
5964                 single field, it's a good indication of
5965                 cache corruption.
5966
5967 2007-01-05 [colin]      2.6.1cvs109
5968
5969         * src/mainwindow.c
5970                 Allow --select'ing emails by Message-ID too
5971
5972 2007-01-05 [colin]      2.6.1cvs108
5973
5974         * src/common/quoted-printable.c
5975                 Uh! Third fix :)
5976
5977 2007-01-05 [colin]      2.6.1cvs107
5978
5979         * src/common/quoted-printable.c
5980                 Fix previous commit about bug 1089
5981                 Thanks to Ralf
5982
5983 2007-01-05 [colin]      2.6.1cvs106
5984
5985         * src/common/quoted-printable.c
5986                 Fix my previous commit on bug 1089
5987                 - Thanks to Ralf :)
5988
5989 2007-01-04 [colin]      2.6.1cvs105
5990
5991         * src/common/quoted-printable.c
5992                 Fix bug 1089, 'NUL characters in Subject 
5993                 line are misinterpreted'. Not a pain to
5994                 fix in fact.
5995
5996 2007-01-04 [colin]      
5997
5998         2.7.0-rc3 released
5999
6000 2007-01-04 [wwp]        2.6.1cvs104
6001
6002         * src/image_viewer.c
6003                 Force operator precedence (fix a compiler warning).
6004
6005 2007-01-04 [colin]      2.6.1cvs103
6006
6007         * src/image_viewer.c
6008                 Be cautious there too (same fix as the one
6009                 in textview from cvs33)
6010         * src/messageview.c
6011                 Don't use any MimeViewer plugin when showing
6012                 all headers
6013
6014 2007-01-03 [wwp]        2.6.1cvs102
6015
6016         * src/html.c
6017         * src/html.h
6018                 fixed "cent" sign (use the existing ASCII one),
6019                 decode more HTML entities,
6020                 converted table ASCII entries to UTF-8,
6021                 moved a switch() into a hashtable.
6022
6023 2007-01-03 [paul]       2.6.1cvs101
6024
6025         * src/compose.c
6026         * src/messageview.c
6027         * src/procmsg.c
6028         * src/procmsg.h
6029                 When possible, use move_msg instead of
6030                 copy_msg + remove_msg to move sent mail
6031                 from Queue to Sent. 
6032
6033 2007-01-03 [paul]       2.6.1cvs100
6034
6035         * src/html.c
6036                 add more html entity recognition:
6037                 pounds, euros, and cents
6038
6039 2007-01-03 [colin]      2.6.1cvs99
6040
6041         * src/imap_gtk.c
6042                 Don't display an error on NOSELECT
6043                 folders when synchronising
6044
6045 2007-01-03 [paul]       2.6.1cvs98
6046
6047         * tools/maildir2claws-mail.pl
6048                 only substitute 'sent-mail' if it's
6049                 the full directory name
6050
6051 2007-01-03 [paul]       2.6.1cvs97
6052
6053         * ChangeLog
6054         * ChangeLog.pre2.0.0
6055         * Makefile.am
6056                 archive a chunk of ChangeLog in
6057                 ChangeLog.pre2.0.0
6058         * ChangeLog.gtk1
6059         * doc/src/ChangeLog.claws-pre0.8.0
6060                 remove ChangeLog.claws-pre0.8.0, adding
6061                 its contents to ChangeLog.gtk1
6062
6063 2007-01-03 [paul]       2.6.1cvs96
6064
6065         * src/account.c
6066         * src/account.h
6067         * src/action.c
6068         * src/action.h
6069         * src/adbookbase.h
6070         * src/addr_compl.c
6071         * src/addr_compl.h
6072         * src/addrbook.c
6073         * src/addrcache.c
6074         * src/addrcache.h
6075         * src/addrcindex.c
6076         * src/addrcindex.h
6077         * src/addrclip.c
6078         * src/addrclip.h
6079         * src/addrdefs.h
6080         * src/addressadd.c
6081         * src/addressadd.h
6082         * src/addressbook.c
6083         * src/addressbook.h
6084         * src/addressbook_foldersel.c
6085         * src/addressbook_foldersel.h
6086         * src/addrgather.c
6087         * src/addrgather.h
6088         * src/addrharvest.c
6089         * src/addrharvest.h
6090         * src/addrindex.c
6091         * src/addrindex.h
6092         * src/addritem.c
6093         * src/addritem.h
6094         * src/addrquery.c
6095         * src/addrquery.h
6096         * src/addrselect.c
6097         * src/addrselect.h
6098         * src/alertpanel.c
6099         * src/alertpanel.h
6100         * src/browseldap.c
6101         * src/browseldap.h
6102         * src/codeconv.c
6103         * src/codeconv.h
6104         * src/compose.c
6105         * src/compose.h
6106         * src/customheader.c
6107         * src/customheader.h
6108         * src/displayheader.c
6109         * src/displayheader.h
6110         * src/editaddress.c
6111         * src/editaddress.h
6112         * src/editbook.c
6113         * src/editbook.h
6114         * src/editgroup.c
6115         * src/editgroup.h
6116         * src/editjpilot.c
6117         * src/editjpilot.h
6118         * src/editldap.c
6119         * src/editldap.h
6120         * src/editldap_basedn.c
6121         * src/editldap_basedn.h
6122         * src/editvcard.c
6123         * src/editvcard.h
6124         * src/exphtmldlg.c
6125         * src/exphtmldlg.h
6126         * src/expldifdlg.c
6127         * src/expldifdlg.h
6128         * src/export.c
6129         * src/export.h
6130         * src/exporthtml.c
6131         * src/exporthtml.h
6132         * src/exportldif.c
6133         * src/exportldif.h
6134         * src/filtering.c
6135         * src/filtering.h
6136         * src/folder.c
6137         * src/folder.h
6138         * src/folder_item_prefs.c
6139         * src/folder_item_prefs.h
6140         * src/foldersel.c
6141         * src/foldersel.h
6142         * src/folderutils.c
6143         * src/folderutils.h
6144         * src/folderview.c
6145         * src/folderview.h
6146         * src/grouplistdialog.c
6147         * src/grouplistdialog.h
6148         * src/headerview.c
6149         * src/html.c
6150         * src/html.h
6151         * src/image_viewer.c
6152         * src/image_viewer.h
6153         * src/imap.c
6154         * src/imap.h
6155         * src/imap_gtk.c
6156         * src/imap_gtk.h
6157         * src/import.c
6158         * src/import.h
6159         * src/importldif.c
6160         * src/importldif.h
6161         * src/importmutt.c
6162         * src/importmutt.h
6163         * src/importpine.c
6164         * src/importpine.h
6165         * src/inc.c
6166         * src/inc.h
6167         * src/jpilot.c
6168         * src/jpilot.h
6169         * src/ldapctrl.c
6170         * src/ldapctrl.h
6171         * src/ldaplocate.c
6172         * src/ldaplocate.h
6173         * src/ldapquery.c
6174         * src/ldapquery.h
6175         * src/ldapserver.c
6176         * src/ldapserver.h
6177         * src/ldaputil.c
6178         * src/ldaputil.h
6179         * src/ldif.c
6180         * src/ldif.h
6181         * src/main.c
6182         * src/main.h
6183         * src/mainwindow.c
6184         * src/mainwindow.h
6185         * src/manual.c
6186         * src/manual.h
6187         * src/mbox.c
6188         * src/message_search.c
6189         * src/message_search.h
6190         * src/messageview.c
6191         * src/messageview.h
6192         * src/mh.c
6193         * src/mh.h
6194         * src/mh_gtk.c
6195         * src/mh_gtk.h
6196         * src/mimeview.c
6197         * src/mimeview.h
6198         * src/msgcache.c
6199         * src/msgcache.h
6200         * src/mutt.c
6201         * src/mutt.h
6202         * src/news.c
6203         * src/news.h
6204         * src/news_gtk.c
6205         * src/news_gtk.h
6206         * src/partial_download.c
6207         * src/partial_download.h
6208         * src/pine.c
6209         * src/pine.h
6210         * src/pop.c
6211         * src/pop.h
6212         * src/prefs_account.c
6213         * src/prefs_account.h
6214         * src/prefs_actions.c
6215         * src/prefs_actions.h
6216         * src/prefs_common.c
6217         * src/prefs_common.h
6218         * src/prefs_compose_writing.c
6219         * src/prefs_compose_writing.h
6220         * src/prefs_customheader.c
6221         * src/prefs_customheader.h
6222         * src/prefs_display_header.c
6223         * src/prefs_display_header.h
6224         * src/prefs_filtering.c
6225         * src/prefs_filtering.h
6226         * src/prefs_filtering_action.c
6227         * src/prefs_filtering_action.h
6228         * src/prefs_folder_column.c
6229         * src/prefs_folder_column.h
6230         * src/prefs_folder_item.c
6231         * src/prefs_folder_item.h
6232         * src/prefs_fonts.c
6233         * src/prefs_fonts.h
6234         * src/prefs_gtk.c
6235         * src/prefs_gtk.h
6236         * src/prefs_image_viewer.c
6237         * src/prefs_image_viewer.h
6238         * src/prefs_matcher.c
6239         * src/prefs_matcher.h
6240         * src/prefs_message.c
6241         * src/prefs_msg_colors.c
6242         * src/prefs_msg_colors.h
6243         * src/prefs_other.c
6244         * src/prefs_quote.c
6245         * src/prefs_receive.c
6246         * src/prefs_send.c
6247         * src/prefs_spelling.c
6248         * src/prefs_spelling.h
6249         * src/prefs_summaries.c
6250         * src/prefs_summaries.h
6251         * src/prefs_summary_column.c
6252         * src/prefs_summary_column.h
6253         * src/prefs_template.c
6254         * src/prefs_template.h
6255         * src/prefs_themes.c
6256         * src/prefs_themes.h
6257         * src/prefs_toolbar.c
6258         * src/prefs_toolbar.h
6259         * src/prefs_wrapping.c
6260         * src/prefs_wrapping.h
6261         * src/privacy.c
6262         * src/privacy.h
6263         * src/procheader.c
6264         * src/procheader.h
6265         * src/procmime.c
6266         * src/procmime.h
6267         * src/procmsg.c
6268         * src/procmsg.h
6269         * src/quote_fmt.c
6270         * src/quote_fmt_parse.y
6271         * src/recv.c
6272         * src/recv.h
6273         * src/remotefolder.c
6274         * src/remotefolder.h
6275         * src/send_message.c
6276         * src/send_message.h
6277         * src/setup.c
6278         * src/setup.h
6279         * src/sourcewindow.c
6280         * src/sourcewindow.h
6281         * src/ssl_manager.c
6282         * src/ssl_manager.h
6283         * src/statusbar.c
6284         * src/statusbar.h
6285         * src/stock_pixmap.c
6286         * src/stock_pixmap.h
6287         * src/summary_search.c
6288         * src/summary_search.h
6289         * src/summaryview.c
6290         * src/summaryview.h
6291         * src/textview.c
6292         * src/textview.h
6293         * src/toolbar.c
6294         * src/toolbar.h
6295         * src/undo.c
6296         * src/undo.h
6297         * src/unmime.c
6298         * src/unmime.h
6299         * src/vcard.c
6300         * src/vcard.h
6301         * src/wizard.c
6302         * src/wizard.h
6303         * src/common/base64.c
6304         * src/common/base64.h
6305         * src/common/defs.h
6306         * src/common/hooks.c
6307         * src/common/hooks.h
6308         * src/common/log.c
6309         * src/common/log.h
6310         * src/common/mgutils.c
6311         * src/common/mgutils.h
6312         * src/common/nntp.c
6313         * src/common/nntp.h
6314         * src/common/passcrypt.c
6315         * src/common/passcrypt.h.in
6316         * src/common/plugin.c
6317         * src/common/plugin.h
6318         * src/common/prefs.c
6319         * src/common/prefs.h
6320         * src/common/progressindicator.c
6321         * src/common/progressindicator.h
6322         * src/common/quoted-printable.c
6323         * src/common/quoted-printable.h
6324         * src/common/session.c
6325         * src/common/session.h
6326         * src/common/smtp.c
6327         * src/common/smtp.h
6328         * src/common/socket.c
6329         * src/common/socket.h
6330         * src/common/ssl.c
6331         * src/common/ssl.h
6332         * src/common/ssl_certificate.c
6333         * src/common/ssl_certificate.h
6334         * src/common/stringtable.c
6335         * src/common/stringtable.h
6336         * src/common/template.c
6337         * src/common/template.h
6338         * src/common/timing.h
6339         * src/common/utils.c
6340         * src/common/utils.h
6341         * src/common/version.h.in
6342         * src/common/xml.c
6343         * src/common/xml.h
6344         * src/common/xmlprops.c
6345         * src/common/xmlprops.h
6346         * src/gtk/about.c
6347         * src/gtk/colorlabel.c
6348         * src/gtk/colorsel.c
6349         * src/gtk/colorsel.h
6350         * src/gtk/combobox.c
6351         * src/gtk/combobox.h
6352         * src/gtk/description_window.c
6353         * src/gtk/description_window.h
6354         * src/gtk/filesel.c
6355         * src/gtk/filesel.h
6356         * src/gtk/foldersort.c
6357         * src/gtk/foldersort.h
6358         * src/gtk/gtksctree.c
6359         * src/gtk/gtkutils.c
6360         * src/gtk/gtkutils.h
6361         * src/gtk/inputdialog.c
6362         * src/gtk/inputdialog.h
6363         * src/gtk/logwindow.c
6364         * src/gtk/logwindow.h
6365         * src/gtk/manage_window.c
6366         * src/gtk/manage_window.h
6367         * src/gtk/menu.c
6368         * src/gtk/menu.h
6369         * src/gtk/pluginwindow.c
6370         * src/gtk/pluginwindow.h
6371         * src/gtk/prefswindow.c
6372         * src/gtk/prefswindow.h
6373         * src/gtk/progressdialog.c
6374         * src/gtk/progressdialog.h
6375         * src/gtk/sslcertwindow.c
6376         * src/gtk/sslcertwindow.h
6377         * src/plugins/bogofilter/bogofilter.c
6378         * src/plugins/bogofilter/bogofilter.h
6379         * src/plugins/bogofilter/bogofilter_gtk.c
6380         * src/plugins/clamav/clamav_plugin.c
6381         * src/plugins/clamav/clamav_plugin.h
6382         * src/plugins/clamav/clamav_plugin_gtk.c
6383         * src/plugins/demo/demo.c
6384         * src/plugins/dillo_viewer/dillo_prefs.c
6385         * src/plugins/dillo_viewer/dillo_prefs.h
6386         * src/plugins/dillo_viewer/dillo_viewer.c
6387         * src/plugins/pgpcore/passphrase.c
6388         * src/plugins/pgpcore/passphrase.h
6389         * src/plugins/pgpcore/pgp_viewer.c
6390         * src/plugins/pgpcore/pgp_viewer.h
6391         * src/plugins/pgpcore/plugin.c
6392         * src/plugins/pgpcore/select-keys.c
6393         * src/plugins/pgpcore/select-keys.h
6394         * src/plugins/pgpcore/sgpgme.c
6395         * src/plugins/pgpcore/sgpgme.h
6396         * src/plugins/pgpinline/pgpinline.c
6397         * src/plugins/pgpinline/pgpinline.h
6398         * src/plugins/pgpinline/plugin.c
6399         * src/plugins/pgpmime/pgpmime.c
6400         * src/plugins/pgpmime/pgpmime.h
6401         * src/plugins/pgpmime/plugin.c
6402         * src/plugins/spamassassin/spamassassin.c
6403         * src/plugins/spamassassin/spamassassin.h
6404         * src/plugins/spamassassin/spamassassin_gtk.c
6405         * src/plugins/trayicon/trayicon.c
6406                 it's 2007, update the year in the copyright headers
6407
6408 2007-01-03 [paul]       2.6.1cvs95
6409
6410         * src/gtk/about.c
6411                 it is 2007, use it in the copyright string
6412
6413 2007-01-03 [paul]       2.6.1cvs94
6414
6415         * src/html.c
6416                 html entity conversion:
6417                 move &#153; to a more suitable place
6418                 add &bull; and &ndash;
6419                 make sure &mdash; and &#8212; are both
6420                 converted the same
6421
6422 2007-01-02 [colin]      2.6.1cvs93
6423
6424         * src/addrbook.c
6425                 Fix leak
6426         * src/common/plugin.c
6427                 Add comment
6428         * src/etpan/imap-thread.c
6429                 Fix warning
6430
6431 2006-12-31 [paul]       2.6.1cvs92
6432
6433         * src/prefs_summaries.c
6434                 use gtk_button_new_from_stock()
6435
6436 2006-12-30 [colin]      2.6.1cvs91
6437
6438         * src/folder.c
6439         * src/imap_gtk.c
6440         * src/mh_gtk.c
6441                 Don't update filtering and account paths 
6442                 when copying folders
6443
6444 2006-12-30 [colin]      2.6.1cvs90
6445
6446         * src/prefs_compose_writing.c
6447         * src/prefs_quote.c
6448         * src/prefs_template.c
6449                 Use message font for Writing and 
6450                 Quoting prefs, as well as Templates.
6451
6452 2006-12-30 [colin]      2.6.1cvs89
6453
6454         * src/prefs_summaries.c
6455                 Rework GUI; patch by Pawel
6456
6457 2006-12-29 [colin]      2.6.1cvs88
6458
6459         * src/prefs_folder_item.c
6460                 Fix bug 1085, 'Apply to subfolder 
6461                 doesn't work' - I was mistaken saying
6462                 it worked in every case
6463
6464 2006-12-28 [colin]      2.6.1cvs87
6465
6466         * src/gtk/gtkaspell.c
6467                 Don't assert if use_alternate is true
6468                 and alt_dictionary isn't set -- this 
6469                 is what happens on upgrade! Rather,
6470                 do with it.
6471
6472 2006-12-28 [colin]      2.6.1cvs86
6473
6474         * Makefile.am
6475                 Fix desktop/icon simplification
6476
6477 2006-12-28 [colin]      2.6.1cvs85
6478
6479         * Makefile.am
6480                 Make desktop and icon not 
6481                 dependant on the desktop
6482
6483 2006-12-28 [wwp]        2.6.1cvs84
6484
6485         * src/plugins/pgpmime/claws.def
6486                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6487
6488 2006-12-28 [wwp]        2.6.1cvs83
6489
6490         * src/prefs_folder_item.c
6491                 Fix coloring of "simplify subject regexp" (folder prefs),
6492                 which might be left to red whereas the regexp gets empty.
6493
6494 2006-12-28 [wwp]        2.6.1cvs82
6495
6496         * src/prefs_common.c
6497         * src/prefs_common.h
6498         * src/addressbook.c
6499         * src/addressitem.h
6500                 Save addressbook mainwindow's horizontal and vertical splitter position.
6501
6502 2006-12-27 [wwp]        2.6.1cvs81
6503
6504         * src/gtk/gtkaspell.c
6505         * src/gtk/gtkaspell.h
6506         * src/compose.c
6507                 Fix assignment of compose's default and alternate dictionary from
6508                 account or folder settings. Now gtkaspell_change_dict does rotate
6509                 dicts only when it's called from a menu cb.
6510
6511 2006-12-27 [wwp]        2.6.1cvs80
6512
6513         * src/folder_item_prefs.c
6514                 Fix randomly initialized default-alt-dictionary (folder prefs),
6515                 complete 2.6.1cvs72.
6516
6517 2006-12-27 [paul]       2.6.1cvs79
6518
6519         * src/imap_gtk.c
6520         * src/mh_gtk.c
6521                 Add Copy folder in the folder's contextual
6522                 menu
6523
6524 2006-12-27 [wwp]        2.6.1cvs78
6525
6526         * src/imap.c
6527                 Clean up session locking, thanks to Colin.
6528
6529 2006-12-26 [colin]      2.6.1cvs77
6530
6531         * src/statusbar.c
6532                 Revert previous patch
6533
6534 2006-12-26 [colin]      2.6.1cvs76
6535
6536         * src/folder.c
6537         * src/folderview.c
6538         * src/imap.c
6539         * src/statusbar.c
6540         * src/etpan/imap-thread.c
6541                 Fix previous commit warnings
6542                 Make statusbar update every second if total < 20
6543                 Make IMAP APPEND faster by simplifying log              
6544
6545 2006-12-26 [colin]      2.6.1cvs75
6546
6547         * src/folder.c
6548         * src/folder.h
6549         * src/folderview.c
6550         * src/folderview.h
6551         * src/imap_gtk.c
6552         * src/mh_gtk.c
6553                 Make it possible to copy folders accross
6554                 mailboxes (this was an arbitrary limitation).
6555                 Still make it impossible to move folders 
6556                 accross mailboxes.
6557
6558 2006-12-26 [colin]      2.6.1cvs74
6559
6560         * src/etpan/imap-thread.c
6561                 Fix bug 1081, 'claws-mail 
6562                 segfaults when going offline 
6563                 while it transfers mails via 
6564                 imap'
6565
6566 2006-12-26 [colin]      2.6.1cvs73
6567
6568         * src/folder_item_prefs.c
6569                 Don't forget alt dictionary when
6570                 renaming/moving folders
6571
6572 2006-12-26 [wwp]        2.6.1cvs72
6573
6574         * src/folder_item_prefs.c
6575                 Add missing defaults for per-folder alt dict
6576                 (forgotten in 2.6.1cvs61).
6577
6578 2006-12-26 [colin]      2.6.1cvs71
6579
6580         * src/wizard.c
6581                 Add tooltip to state that specifying
6582                 full path to mailbox is possible
6583
6584 2006-12-26 [wwp]        2.6.1cvs70
6585
6586         * src/partial_download.c
6587         * src/gtk/gtkvscrollbutton.c
6588         * src/plugins/pgpinline/plugin.c
6589                 Fix for few compiler warnings that matter.
6590
6591 2006-12-25 [colin]      2.6.1cvs69
6592
6593         * src/partial_download.c
6594                 Fix marking for download or deletion
6595                 when the header isn't the first
6596         * src/gtk/logwindow.c
6597                 Fix start of scrolling
6598
6599 2006-12-23 [paul]       2.6.1cvs68
6600
6601         * src/compose.c
6602                 change last commit to use the 'academic'
6603                 method instead. Thanks to wwp
6604
6605 2006-12-23 [paul]       2.6.1cvs67
6606
6607         * src/compose.c
6608                 don't warn about empty subject when
6609                 redirecting
6610
6611 2006-12-22 [colin]      2.6.1cvs66
6612
6613         * src/summary_search.c
6614                 Fix previous patch
6615
6616 2006-12-22 [colin]      2.6.1cvs65
6617
6618         * src/gtk/gtkutils.c
6619         * src/imap.c
6620         * src/jpilot.c
6621         * src/summary_search.c
6622                 A few warning fixes
6623
6624 2006-12-23 [paul]       
6625
6626         2.7.0-rc2 released
6627
6628 2006-12-22 [colin]      2.6.1cvs64
6629
6630         * src/toolbar.c
6631         * src/toolbar.h
6632                 Add a combo to the learn spam button
6633         * src/plugins/bogofilter/bogofilter.c
6634         * src/plugins/bogofilter/bogofilter_gtk.c
6635         * src/plugins/bogofilter/bogofilter.h
6636                 Allow to store Unsure mails in a specific
6637                 folder to make better teaching easier
6638
6639 2006-12-21 [wwp]        2.6.1cvs63
6640
6641         * src/compose.c
6642         * src/prefs_common.c
6643         * src/prefs_common.h
6644         * src/prefs_spelling.c
6645         * src/gtk/gtkaspell.c
6646         * src/gtk/gtkaspell.h
6647                 Allow spell-checking using both current and alternate dictionaries
6648                 (thanks to Colin).
6649
6650 2006-12-21 [wwp]        2.6.1cvs62
6651
6652         * src/gtk/gtkaspell.c
6653                 Apply recheck_when_changing_dict (highlight all mispelled words)
6654                 when switching to alternate dictionary.
6655
6656 2006-12-21 [wwp]        2.6.1cvs61
6657
6658         * src/compose.c
6659         * src/folder_item_prefs.h
6660         * src/prefs_common.c
6661         * src/prefs_common.h
6662         * src/prefs_folder_item.c
6663         * src/prefs_spelling.c
6664         * src/gtk/gtkaspell.c
6665         * src/gtk/gtkaspell.h
6666                 Add global and per-folder prefs to set the default
6667                 alternate dictionary.
6668
6669 2006-12-21 [colin]      2.6.1cvs60
6670
6671         * src/folder.c
6672                 Look for folders by path in all folders
6673         * src/html.c
6674                 add &mdash;
6675
6676 2006-12-20 [colin]      2.6.1cvs59
6677
6678         * src/gtk/quicksearch.c
6679                 Make sure in_typing is false when clearing
6680
6681 2006-12-20 [wwp]        2.6.1cvs58
6682
6683         * configure.ac
6684                 change manual's target dir to be LFH-compliant (thanks to Colin).
6685
6686 2006-12-20 [wwp]        2.6.1cvs57
6687
6688         * src/prefs_common.c
6689         * src/prefs_summaries.c
6690                 i18n fix and factorize patch, thanks to Fabien.
6691
6692 2006-12-20 [paul]       2.6.1cvs56
6693
6694         * configure.ac
6695                 last of the renaming (??)
6696         * src/main.c
6697                 correct --help info of --status-full
6698         * src/plugins/bogofilter/bogofilter.c
6699                 make FALSE default of whitelist_ab
6700
6701 2006-12-19 [colin]      2.6.1cvs55
6702
6703         * src/jpilot.c
6704                 Same as before, without depending on
6705                 pisock >= 0.12
6706
6707 2006-12-19 [colin]      2.6.1cvs54
6708
6709         * src/jpilot.c
6710                 Fix bug 1059, 'Better jpilot charset 
6711                 handling'. Use libpisync's charset conversion
6712                 if possible
6713
6714 2006-12-19 [colin]      2.6.1cvs53
6715
6716         * po/fr.po
6717                 Updated by Fabien
6718
6719 2006-12-19 [wwp]        2.6.1cvs52
6720
6721         * src/gtk/about.c
6722                 Add missing #include (thanks to Colin).
6723
6724 2006-12-19 [wwp]        2.6.1cvs51
6725
6726         * src/prefs_receive.c
6727                 Better spacing between widgets in prefs.
6728
6729 2006-12-18 [colin]      2.6.1cvs50
6730
6731         * src/imap.c
6732                 Fix failure to get separator on LIST "" ""
6733                 Try LIST "" "INBOX" too.
6734
6735 2006-12-18 [wwp]        2.6.1cvs49
6736
6737         * src/common/session.c
6738                 Fix a compiler warning (thanks to Fabien).
6739
6740 2006-12-18 [wwp]        2.6.1cvs48
6741
6742         * src/compose.c
6743         * src/prefs_quote.c
6744                 Factorize some strings for translation (it's about error
6745                 messages when applying or checking template/quote format).
6746
6747 2006-12-18 [colin]      2.6.1cvs47
6748
6749         * Makefile.am
6750         * src/common/defs.h
6751         * src/gtk/Makefile.am
6752         * src/gtk/about.c
6753                 Add a Release notes tab from the contents of
6754                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6755
6756 2006-12-17 [colin]      2.6.1cvs46
6757
6758         * src/mimeview.c
6759         * src/textview.c
6760         * src/gtk/filesel.c
6761                 Correctly convert from/to UTF8/filename encoding
6762                 when loading and saving files. Probably fixes
6763                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6764                 for a file to attach and is blocked...'
6765
6766 2006-12-17 [colin]      2.6.1cvs45
6767
6768         * src/gtk/logwindow.c
6769                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6770                 IMAP folder and is blocked on main thread': 
6771                 make sure we put utf8 in the log.
6772
6773 2006-12-16 [colin]      2.6.1cvs44
6774
6775         * src/toolbar.c
6776         * src/toolbar.h
6777                 Fix bug 1055, 'Add the 'cancel receive' 
6778                 in the available events for the toolbar buttons'
6779
6780 2006-12-16 [colin]      2.6.1cvs43
6781
6782         * po/POTFILES.in
6783         * src/imap.c
6784         * src/common/nntp.c
6785         * src/common/session.c
6786                 Log error when SSL handshakes fail. 
6787                 Fixes bug 1082, 'incorrect / imprecise 
6788                 error message when imap server provides 
6789                 ssl only through STARTTLS but SSL is 
6790                 selected'
6791
6792 2006-12-15 [wwp]        2.6.1cvs42
6793
6794         * src/plugins/bogofilter/bogofilter_gtk.c
6795                 set proper sensitivity to widgets I've recently added.
6796
6797 2006-12-15 [colin]      
6798
6799         2.7.0-rc1 released
6800
6801 2006-12-15 [wwp]        2.6.1cvs41
6802
6803         * src/plugins/bogofilter/bogofilter.c
6804         * src/plugins/bogofilter/bogofilter.h
6805         * src/plugins/bogofilter/bogofilter_gtk.c
6806                 bogofilter's whitelist can now use a subset of
6807                 the addressbook (either a book, a subfolder of a book,
6808                 or the whole addressbook by using "Any"). Re-used there
6809                 some pref_matcher widgets and mechanisms to match a subset
6810                 of the addressbook.
6811
6812 2006-12-15 [wwp]        2.6.1cvs40
6813
6814         * src/wizard.c
6815         * src/common/plugin.c
6816         * src/common/plugin.h
6817         * src/gtk/about.c
6818         * src/plugins/bogofilter/bogofilter.c
6819         * src/plugins/clamav/clamav_plugin.c
6820         * src/plugins/demo/demo.c
6821         * src/plugins/dillo_viewer/dillo_viewer.c
6822         * src/plugins/pgpcore/plugin.c
6823         * src/plugins/pgpinline/plugin.c
6824         * src/plugins/pgpmime/plugin.c
6825         * src/plugins/spamassassin/spamassassin.c
6826         * src/plugins/trayicon/trayicon.c
6827                 factorize some translatable strings (plugins-related),
6828                 fix missing punctuation in several places,
6829                 remove useless translatable \n in about.c,
6830                 and factorize plugin init code w/ a new function
6831                 check_plugin_version() in common/plugin.c.
6832                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6833
6834 2006-12-15 [wwp]        2.6.1cvs39
6835
6836         * src/plugins/bogofilter/bogofilter.c
6837         * src/plugins/bogofilter/bogofilter_gtk.c
6838                 flag whitelisted spams as spam, but don't filter it to the spam
6839                 folder. Thanks to Colin.
6840
6841 2006-12-15 [ticho]      2.6.1cvs38
6842
6843         * src/plugins/bogofilter/bogofilter.c
6844         * src/plugins/bogofilter/bogofilter.h
6845         * src/plugins/bogofilter/bogofilter_gtk.c
6846                 Add option to whitelist senders found in addressbook. Patch by colin.
6847
6848 2006-12-15 [paul]       2.6.1cvs37
6849
6850         * src/folderview.c
6851                 add missing #include "log.h"
6852
6853 2006-12-15 [paul]       2.6.1cvs36
6854
6855         * src/plugins/bogofilter/bogofilter.c
6856         * src/plugins/bogofilter/bogofilter.h
6857         * src/plugins/bogofilter/bogofilter_gtk.c
6858                 Add an option to allow inserting an
6859                 X-Claws-Bogosity header (on MH folders
6860                 only). Patch by Colin
6861
6862 2006-12-14 [colin]      2.6.1cvs35
6863
6864         * src/main.c
6865                 "Yes" should be the default choice for
6866                 migration configuration
6867
6868 2006-12-14 [paul]       2.6.1cvs34
6869
6870         * src/prefs_summaries.c
6871         * manual/advanced.xml
6872                 Unhide mark_as_read_delay
6873
6874 2006-12-14 [paul]       2.6.1cvs33
6875
6876         * src/messageview.c
6877         * src/messageview.h
6878         * src/mimeview.c
6879         * src/mimeview.h
6880         * src/summaryview.c
6881         * src/textview.c
6882         * src/textview.h
6883                 Fix printing of selection
6884                 Fix printing of message parts
6885                 Fix printing of images
6886         * src/gtk/gtksourceprintjob.c
6887                 Fix page count when there are images
6888
6889 2006-12-14 [wwp]        2.6.1cvs32
6890
6891         * src/mainwindow.c
6892         * src/summaryview.c
6893         * src/summaryview.h
6894         * src/gtk/quicksearch.c
6895                 fix quicksearch 'magnify' button status when QS is closed
6896                 using the Escape key, thanks to Colin.
6897
6898 2006-12-14 [wwp]        2.6.1cvs31
6899
6900         * src/mainwindow.c
6901         * src/summaryview.c
6902         * src/summaryview.h
6903         * src/gtk/quicksearch.c
6904                 fix quicksearch 'magnify' button status when QS is closed
6905                 using the Escape key, thanks to Colin.
6906
6907 2006-12-13 [colin]      2.6.1cvs30
6908
6909         * src/ldapquery.c
6910         * src/ldaputil.c
6911                 Use the binary safe version of ldap_get_values,
6912                 to make sure we manipulate null-terminated 
6913                 strings. Maybe fixes bug 1075, 'claws mail 
6914                 segfault when completing ldap adresses'
6915         * src/syldap.c ** REMOVED **
6916         * src/syldap.h ** REMOVED **
6917                 Remove dead files
6918
6919 2006-12-13 [mones]      2.6.1cvs29
6920
6921         * po/es.po
6922                 Fixed piped strings, fixed click translation
6923
6924 2006-12-13 [paul]       2.6.1cvs28
6925
6926         * src/main.c
6927                 don't translate these strings
6928
6929 2006-12-13 [paul]       2.6.1cvs27
6930
6931         * po/en_GB.po
6932                 updated
6933
6934 2006-12-13 [colin]      2.6.1cvs26
6935
6936         * src/main.c
6937         * src/main.h
6938                 Add claws_is_starting()
6939
6940 2006-12-13 [mones]      2.6.1cvs25
6941
6942         * manual/es/advanced.xml
6943         * po/es.po
6944                 Synced manual and updated translation
6945
6946 2006-12-12 [colin]      2.6.1cvs24
6947
6948         * src/wizard.c
6949                 Add an option to use STARTTLS in the
6950                 welcome wizard. Fixes bug 1080, 
6951                 'Using SSL option in wizard for incoming 
6952                 server does not activate SSL with STARTTLS'
6953
6954 2006-12-12 [colin]      2.6.1cvs23
6955
6956         * src/main.c
6957                 Don't exit when there's an incomplete
6958                 mailbox configured - leaves a chance 
6959                 to fix a failing IMAP account. Exit
6960                 if no mailbox at all is loaded (case
6961                 of missing plugin).
6962                 Completes bug 1077's fix (I was wrong
6963                 in this bug's comment #3).
6964
6965 2006-12-12 [colin]      2.6.1cvs22
6966
6967         * src/gtk/menu.h
6968                 Add another menu data type
6969         * src/prefs_account.c
6970                 Complete the completion of bug 1076
6971                 (doesn't lose the pref on apply)
6972
6973 2006-12-12 [paul]       2.6.1cvs21
6974
6975         * src/prefs_account.c
6976                 complete the fix of bug 1076
6977                 also be more verbose with the text
6978
6979 2006-12-12 [paul]       2.6.1cvs20
6980
6981         * src/gtk/combobox.c
6982                 fix compilation warning
6983
6984 2006-12-11 [colin]      2.6.1cvs19
6985
6986         * src/wizard.c
6987                 Document :port in server entry tooltips
6988
6989 2006-12-11 [colin]      2.6.1cvs18
6990
6991         * src/main.c
6992                 Fix compile
6993
6994 2006-12-11 [colin]      2.6.1cvs17
6995
6996         * src/main.c
6997                 Add failing IMAP as a reason for no
6998                 mailbox
6999
7000 2006-12-11 [colin]      2.6.1cvs16
7001
7002         * src/prefs_account.c
7003                 Check for existence of inbox for local
7004                 accounts too
7005         * src/wizard.c
7006                 Allow setting the port to use for servers
7007                 by using the usual "server.example.com:port"
7008                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7009                 not start when IMAP server is unavailable'
7010
7011 2006-12-11 [colin]      2.6.1cvs15
7012
7013         * src/prefs_account.c
7014                 Prevent use of non-existing default inbox
7015
7016 2006-12-11 [colin]      2.6.1cvs14
7017
7018         * src/prefs_account.c
7019                 Fix sensitivity. Fixes bug 1076, 'privacy 
7020                 options are displayed even when pgp plugin 
7021                 not loaded / available'
7022
7023 2006-12-09 [colin]      2.6.1cvs13
7024
7025         * manual/advanced.xml
7026         * src/prefs_common.c
7027         * src/prefs_common.h
7028         * src/common/ssl_certificate.c
7029                 Add a new hidden preference, 'unsafe_ssl_certs',
7030                 which allows to store multiple certificates per
7031                 server/port. This is disabled by default because
7032                 it's less secure (presenting a new certificate
7033                 instead of a changed one raises less alarms).
7034                 This will cause Claws to ask about an unknown
7035                 certificate for people who have used 2.6.1cvs8
7036                 or greater.
7037
7038 2006-12-09 [colin]      2.6.1cvs12
7039
7040         * src/action.c
7041                 Fix cache updating after action
7042
7043 2006-12-07 [wwp]        2.6.1cvs11
7044
7045         * src/compose.c
7046                 fix email address comparison when replying to all
7047                 (avoid replying to ourselves), thanks to Colin.
7048
7049 2006-12-06 [paul]       2.6.1cvs10
7050
7051         * src/addrharvest.c
7052         * src/editldap.c
7053         * src/expldifdlg.c
7054         * src/news.c
7055         * src/toolbar.c
7056         * src/common/utils.c
7057                 ...and more renaming
7058                 Thanks to Colin
7059
7060 2006-12-06 [paul]       2.6.1cvs9
7061
7062         * src/compose.c
7063         * src/messageview.c
7064         * src/procheader.c
7065         * src/procmime.c
7066         * src/procmsg.c
7067         * src/textview.c
7068                 more renaming
7069                 Thanks to Colin
7070
7071 2006-12-06 [colin]      2.6.1cvs8
7072
7073         * src/ssl_manager.c
7074         * src/common/ssl_certificate.c
7075         * src/common/ssl_certificate.h
7076                 Handle multiple certificates per host/port
7077
7078 2006-12-06 [colin]      2.6.1cvs7
7079
7080         * src/etpan/imap-thread.c
7081                 Fix certificate checking on IMAP
7082
7083 2006-12-06 [colin]      2.6.1cvs6
7084
7085         * src/folderview.c
7086                 Fix bug 1072, 'Claws stops fetching newsgroups 
7087                 from server when newsgroup got deleted': continue
7088                 checking other groups
7089
7090 2006-12-05 [wwp]        2.6.1cvs5
7091
7092         * src/message_search.c
7093         * src/summary_search.c
7094         * src/gtk/combobox.c
7095         * src/gtk/combobox.h
7096         * src/gtk/gtkutils.c
7097         * src/gtk/gtkutils.h
7098                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7099                 behave like w/ old comboboxes (summary and message search only).
7100
7101 2006-12-05 [paul]       2.6.1cvs4
7102
7103         * src/wizard.c
7104                 encode headers
7105                 Thanks to Colin
7106
7107 2006-12-05 [paul]       2.6.1cvs3
7108
7109         * tools/README
7110         * tools/textviewer.pl
7111                 script updated and description added
7112
7113 2006-12-04 [colin]      2.6.1cvs2
7114
7115         * src/compose.c
7116                 Run pre-send hook only when checking
7117                 everything
7118
7119 2006-12-04 [paul]       2.6.1cvs1
7120
7121         * NEWS
7122         * README
7123         * RELEASE_NOTES
7124         * configure.ac
7125         * tools/README
7126                 bump up version number following stable release
7127
7128 2006-12-04 [paul]       2.6.0cvs83
7129
7130         * README
7131                 updates and corrections
7132
7133 2006-12-04 [colin]      2.6.0cvs82
7134
7135         * src/common/utils.c
7136                 Probably fix bug 1066, 'Incorrect mailbox 
7137                 size displayed'
7138
7139 2006-12-04 [colin]      2.6.0cvs81
7140
7141         * src/common/utils.c
7142                 Trim tabs from mailcap file too.
7143
7144 2006-12-02 [paul]       2.6.0cvs80
7145
7146         * src/exphtmldlg.c
7147                 fix broken GUI under certain languages
7148         * src/expldifdlg.c
7149                 put the Cancel button to the right
7150
7151 2006-12-01 [paul]       2.6.0cvs79
7152
7153         * tools/Makefile.am
7154                 remove reference to removed file
7155
7156 2006-12-01 [wwp]        2.6.0cvs78
7157
7158         * src/addressbook.c
7159         * src/editaddress.c
7160                 remove forgotten debug statements.
7161
7162 2006-12-01 [wwp]        2.6.0cvs77
7163
7164         * manual/advanced.xml
7165         * manual/fr/advanced.xml
7166         * src/addressbook.c
7167         * src/addressbook.h
7168         * src/addressitem.h
7169         * src/editaddress.c
7170         * src/editaddress.h
7171         * src/prefs_common.c
7172         * src/prefs_common.h
7173         * src/gtk/gtkutils.c
7174         * src/gtk/gtkutils.h
7175                 add a hidden option to allow embedding the editaddress (edit contact details)
7176                 dialog into the addressbook's window. This doesn't change the default
7177                 behaviour.
7178
7179 2006-12-01 [wwp]        2.6.0cvs76
7180
7181         * src/message_search.c
7182         * src/summary_search.c
7183                 fix more focus issues (don't set focus to combobox's entry widget when
7184                 entry's value changed, if entry widget has focus already).
7185
7186 2006-12-01 [wwp]        2.6.0cvs75
7187
7188         * src/gtk/quicksearch.c
7189                 revert last changes to the quicksearch gtk_combo_box, this needs more
7190                 tuning and testing.
7191
7192 2006-12-01 [paul]       2.6.0cvs74
7193
7194         * tools/kdeservicemenu/README
7195         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7196         * tools/kdeservicemenu/install.sh
7197         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7198         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7199                 simplify this stuff, and in so doing,
7200                 fix it. (possibly re-extend it again at
7201                 a later date)
7202
7203 2006-12-01 [wwp]        2.6.0cvs73
7204
7205         * src/gtk/quicksearch.c
7206                 adapt quicksearch code to use modern gtk_combo_box'es.
7207
7208 2006-12-01 [wwp]        2.6.0cvs72
7209
7210         * src/common/defs.h
7211         * src/prefs_common.c
7212         * src/prefs_common.h
7213         * src/message_search.c
7214         * src/summary_search.c
7215         * src/gtk/combobox.c
7216         * src/gtk/combobox.h
7217                 add history combos to all message and summary search fields.
7218
7219 2006-12-01 [wwp]        2.6.0cvs71
7220
7221         * src/summaryview.c
7222                 As the list may change while the mark as read delay
7223                 runs, we can't rely on the 'row' pointer, which can
7224                 be invalid when the timeout is called. As the mark
7225                 as read is only done if the message is still selected,
7226                 use summaryview->selected instead. Thanks to Colin.
7227
7228 2006-11-30 [paul]       2.6.0cvs70
7229
7230         * src/textview.c
7231                 give emphasis to "Sylpheed-Claws"
7232                 as well as "Claws Mail"
7233
7234 2006-11-30 [colin]      2.6.0cvs69
7235
7236         * src/wizard.c
7237                 Put the SSL checkboxes in the receiving
7238                 and sending server pages.
7239
7240 2006-11-29 [colin]      2.6.0cvs68
7241
7242         * src/gtk/gtkutils.c
7243         * src/gtk/gtkvscrollbutton.c
7244                 Revert some deprecated fixes - they seem to
7245                 deprecate stuff as soon as a new one gets out.
7246                 g_object_ref_sink needed glib-2.10.
7247
7248 2006-11-29 [colin]      2.6.0cvs67
7249
7250         * src/common/utils.c
7251                 Create .mailcap if it doesn't exist
7252
7253 2006-11-29 [colin]      2.6.0cvs66
7254
7255         * src/compose.c
7256                 Followup to cvs60: use original list
7257                 of recipients if replying to a mail
7258                 in Sent Drafts or Queue.
7259
7260 2006-11-27 [paul]       2.6.0cvs65
7261
7262         * src/image_viewer.c
7263                 revert the last change for now (it's broken)
7264
7265 2006-11-27 [paul]       2.6.0cvs64
7266
7267         * Makefile.am
7268         * configure.ac
7269         * m4/aclocal-include.m4
7270         * m4/check-type.m4
7271         * src/Makefile.am
7272         * src/addr_compl.c
7273         * src/compose.c
7274         * src/crash.c
7275         * src/export.c
7276         * src/exporthtml.c
7277         * src/exportldif.c
7278         * src/imap.c
7279         * src/import.c
7280         * src/main.c
7281         * src/main.h
7282         * src/matcher.c
7283         * src/mimeview.c
7284         * src/procmsg.c
7285         * src/textview.c
7286         * src/common/Makefile.am
7287         * src/common/claws.c
7288         * src/common/claws.h
7289         * src/common/ssl.c
7290         * src/common/sylpheed.c
7291         * src/common/sylpheed.h
7292         * src/etpan/Makefile.am
7293         * src/gtk/Makefile.am
7294         * src/gtk/claws-marshal.list
7295         * src/gtk/filesel.c
7296         * src/gtk/gtksctree.c
7297         * src/gtk/quicksearch.c
7298         * src/gtk/sylpheed-marshal.list
7299         * src/plugins/bogofilter/bogofilter.c
7300         * src/plugins/bogofilter/bogofilter_gtk.c
7301         * src/plugins/clamav/clamav_plugin.c
7302         * src/plugins/clamav/clamav_plugin_gtk.c
7303         * src/plugins/demo/demo.c
7304         * src/plugins/dillo_viewer/dillo_viewer.c
7305         * src/plugins/pgpcore/Makefile.am
7306         * src/plugins/pgpcore/claws.def
7307         * src/plugins/pgpcore/pgp_viewer.c
7308         * src/plugins/pgpcore/plugin.c
7309         * src/plugins/pgpcore/sylpheed.def
7310         * src/plugins/pgpinline/Makefile.am
7311         * src/plugins/pgpinline/claws.def
7312         * src/plugins/pgpinline/plugin.c
7313         * src/plugins/pgpinline/sylpheed.def
7314         * src/plugins/pgpmime/Makefile.am
7315         * src/plugins/pgpmime/claws.def
7316         * src/plugins/pgpmime/plugin.c
7317         * src/plugins/pgpmime/sylpheed.def
7318         * src/plugins/spamassassin/spamassassin.c
7319         * src/plugins/spamassassin/spamassassin_gtk.c
7320         * src/plugins/trayicon/trayicon.c
7321                 yet more renaming
7322                 remove deprecated gtk_tooltips_set_delay()
7323
7324 2006-11-26 [paul]       2.6.0cvs63
7325
7326         * src/expldifdlg.c
7327         * src/folderview.c
7328         * src/image_viewer.c
7329         * src/mainwindow.c
7330         * src/gtk/gtkutils.c
7331         * src/gtk/gtkvscrollbutton.c
7332         * src/gtk/prefswindow.c
7333         * src/plugins/pgpcore/prefs_gpg.c
7334                 replace more deprecated GTK+ functions
7335
7336 2006-11-26 [paul]       2.6.0cvs62
7337
7338         * src/addr_compl.c
7339         * src/addressbook.c
7340         * src/browseldap.c
7341                 replace deprecated gtk_idle_... functions
7342
7343 2006-11-26 [paul]       2.6.0cvs61
7344
7345         * src/compose.c
7346         * src/folderview.c
7347         * src/inc.c
7348         * src/summaryview.c
7349         * src/gtk/gtkvscrollbutton.c
7350         * src/gtk/quicksearch.c
7351         * src/plugins/pgpcore/passphrase.c
7352                 replace deprecated gtk_timeout_add and
7353                 gtk_timeout_remove
7354
7355 2006-11-26 [paul]       2.6.0cvs60
7356
7357         * src/compose.c
7358                 fix bug that caused the wrong recipient
7359                 to be selected when replying to a msg
7360                 which is From one of our accounts to
7361                 another of our accounts
7362
7363 2006-11-25 [paul]       2.6.0cvs59
7364
7365         * src/summaryview.c
7366                 don't change the From column title to
7367                 To if the To column is visible
7368
7369 2006-11-24 [paul]       2.6.0cvs58
7370
7371         * src/compose.c
7372                 fix bug 1069, 'Sent mails disappear, BCC
7373                 or locking problem?'
7374
7375 2006-11-21 [wwp]        2.6.0cvs57
7376
7377         * src/compose.c
7378                 fix spelling menu when replying (same as 2.3.1cvs39):
7379                 discrepancy between context menu and top menu when
7380                 folder's dictionary isn't the default one.
7381
7382 2006-11-19 [paul]       2.6.0cvs56
7383
7384         * src/summaryview.c
7385                 obey always_show_msg option when
7386                 marking as spam
7387         * src/plugins/bogofilter/bogofilter.c
7388                 fix typo
7389
7390 2006-11-18 [paul]       2.6.0cvs55
7391
7392         * AUTHORS
7393         * README
7394         * debian/copyright
7395         * manual/ack.xml
7396         * manual/es/ack.xml
7397         * manual/fr/ack.xml
7398         * manual/pl/ack.xml
7399         * src/gtk/authors.h
7400         * src/gtk/icon_legend.c
7401         * src/gtk/icon_legend.h
7402         * tools/OOo2claws-mail.pl
7403         * tools/README
7404         * tools/acroread2claws-mail.pl
7405         * tools/claws.i18n.status.pl
7406         * tools/filter_conv.pl
7407         * tools/filter_conv_new.pl
7408         * tools/freshmeat_search.pl
7409         * tools/google_search.pl
7410         * tools/kmail2claws-mail.pl
7411         * tools/kmail2claws-mail_v2.pl
7412         * tools/maildir2claws-mail.pl
7413         * tools/make.themes.project
7414         * tools/multiwebsearch.pl
7415         * tools/outlook2claws-mail.pl
7416         * tools/tb2claws-mail
7417         * tools/kdeservicemenu/README
7418         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7419                 update mine and wwp's email addresses in
7420                 several places
7421                 Patch by wwp
7422         * src/prefs_compose_writing.c
7423                 set sensitivity on 'new message format' frame
7424
7425 2006-11-17 [paul]       2.6.0cvs54
7426
7427         * src/gtk/about.c
7428                 more reworking of the GUI
7429                 Patch by Fabien Vantard
7430
7431 2006-11-16 [paul]       2.6.0cvs53
7432
7433         * src/gtk/about.c
7434                 set a minimum size for the window, allow
7435                 it to automatically expand as necessary
7436
7437 2006-11-16 [wwp]        2.6.0cvs52
7438
7439         * src/gtk/about.c
7440                 better wrap of copyright info on some systems.
7441
7442 2006-11-16 [paul]       2.6.0cvs51
7443
7444         * src/gtk/about.c
7445                 move the tech info from the upper panel
7446                 to the Info tab
7447                 use a gtk_text_view for the features tab
7448
7449 2006-11-16 [paul]       2.6.0cvs50
7450
7451         * po/Makevars
7452                 update my email address
7453         * src/addressbook.c
7454         * src/compose.c
7455         * src/imap_gtk.c
7456         * src/mh_gtk.c
7457         * src/news_gtk.c
7458         * src/summaryview.c
7459         * src/plugins/trayicon/trayicon.c
7460                 don't offer simple menu separators
7461                 for translation
7462         * src/folderview.c
7463                 add separator between 'mark all read'
7464                 and 'search folder'
7465
7466 2006-11-15 [wwp]        2.6.0cvs49
7467
7468         * src/gtk/authors.h
7469                 updated manuals authors.
7470
7471 2006-11-14 [paul]       2.6.0cvs48
7472
7473         * src/compose.c
7474                 Fix Options/Reply mode after draft save
7475
7476 2006-11-14 [paul]       2.6.0cvs47
7477
7478         * src/Makefile.am
7479                 Fix make DESTDIR=...
7480         * src/mbox.c
7481                 Optimise speed
7482         * src/plugins/pgpinline/pgpinline.c
7483                 Probably fix bug 1061
7484
7485 2006-11-14 [paul]       2.6.0cvs46
7486
7487         * po/Makevars
7488                 enable Q_ macro
7489         * src/Makefile.am
7490         * src/stock_pixmap.c
7491         * src/stock_pixmap.h
7492         * src/gtk/about.c
7493         * src/pixmaps/active.xpm
7494         * src/pixmaps/inactive.xpm
7495                 add a new page, 'Features', to the About dialog
7496                 showing which features are compiled in and which
7497                 are not
7498
7499 2006-11-14 [paul]       2.6.0cvs45
7500
7501         * po/ru.po
7502                 updated by Pavlo Bohmat
7503
7504 2006-11-14 [colin]      2.6.0cvs44
7505
7506         * src/compose.c
7507         * src/inc.c
7508         * src/messageview.c
7509         * src/news.c
7510         * src/pop.c
7511         * src/procmsg.c
7512         * src/gtk/gtkaspell.c
7513                 Fix 64-bit-related warnings
7514         * src/ssl_manager.c
7515                 Fix possible infinite loop
7516         * src/plugins/pgpcore/sgpgme.c
7517                 Remove useless check
7518
7519 2006-11-13 [colin]      2.6.0cvs43
7520
7521         * src/gtk/Makefile.am
7522                 authors.h isn't generated
7523
7524 2006-11-13 [colin]      2.6.0cvs42
7525
7526         * src/plugins/pgpinline/pgpinline.c
7527         * src/plugins/pgpmime/pgpmime.c
7528                 Very probably fix bug 1061, 'crash on 
7529                 opening signed email'. Another cast
7530                 problem
7531
7532 2006-11-13 [colin]      2.6.0cvs41
7533
7534         * src/plugins/pgpcore/sgpgme.c
7535                 Maybe fix bug 1061, 'crash on opening 
7536                 signed email'
7537
7538 2006-11-13 [wwp]        2.6.0cvs40
7539
7540         * src/plugins/pgpinline/pgpinline.c
7541                 fix candidate for bug #1057, thanks to Colin.
7542
7543 2006-11-13 [wwp]        2.6.0cvs39
7544
7545         * src/compose.c
7546         * src/quote_fmt_parse.y
7547                 fix bug 1052: current parser buffer was not always 
7548                 allocated, ptr to this buffer could be returned as 
7549                 NULL whereas no parser error has occurred. in 
7550                 consequence, defining a template body as "%d" 
7551                 (w/o the quotes) for the first time of the instance 
7552                 of claws-mail, was reporting a parser error. make 
7553                 sure that the buffer is always allocated, even to 
7554                 an empty string.
7555                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7556                 unescaping of the fmt string was always done 
7557                 whereas it must be done *only* when receiving 
7558                 quote format strings issued from the prefs 
7559                 (compose new message, reply, forward, redirect 
7560                 formats), *not* when applying templates.  in 
7561                 consequences, applying templates w/ sequences 
7562                 like \\|p{echo} were failing. make sure that 
7563                 unescaping is done only when necessary.
7564
7565 2006-11-12 [colin]      2.6.0cvs38
7566
7567         * po/de.po
7568                 Fix typo (s/KB/MB)
7569
7570 2006-11-12 [colin]      2.6.0cvs37
7571
7572         * src/plugins/pgpinline/pgpinline.c
7573         * src/plugins/pgpmime/pgpmime.c
7574                 Release GPG context at the latest 
7575                 possible moment. Maybe fixes 
7576                 bug 1057, 'crash on sending signed 
7577                 message to a newsgroup'
7578                 
7579
7580 2006-11-12 [colin]      2.6.0cvs36
7581
7582         * src/plugins/pgpcore/sgpgme.c
7583                 Tell a bit more when gpg's status doesn't
7584                 contain any signature
7585
7586 2006-11-12 [colin]      2.6.0cvs35
7587
7588         * src/compose.c
7589                 Fix bug 1060, 'compilation error with 
7590                 Irix's cc'
7591
7592 2006-11-12 [paul]       2.6.0cvs34
7593
7594         * doc/man/claws-mail.1
7595         * src/prefs_gtk.c
7596         * src/plugins/clamav/README
7597         * src/plugins/spamassassin/README
7598         * tools/README
7599         * tools/freshmeat_search.pl
7600         * tools/google_search.pl
7601         * tools/multiwebsearch.pl
7602                 more renaming
7603         * src/plugins/trayicon/trayicon.c
7604                 fix compiliation warning
7605
7606 2006-11-11 [colin]      2.6.0cvs33
7607
7608         * src/folderview.c
7609                 Forbid drag and drop from/to different
7610                 folders of type F_UNKNOWN
7611
7612 2006-11-11 [colin]      2.6.0cvs32
7613
7614         * src/plugins/pgpinline/pgpinline.c
7615                 Fix typo in previous commit:
7616                 - gpgme_new(&ctx);
7617                 + if ((err = gpgme_new(&data->ctx)) ...)
7618
7619 2006-11-11 [colin]      2.6.0cvs31
7620
7621         * src/plugins/pgpinline/pgpinline.c
7622         * src/plugins/pgpmime/pgpmime.c
7623                 Check success after calling gpgme_new
7624                 Maybe fixes bug 1057, 'crash on sending 
7625                 signed message to a newsgroup'
7626
7627 2006-11-11 [colin]      2.6.0cvs30
7628
7629         * src/undo.c
7630                 init undostruct to 0s (from
7631                 valgrind log of bug 1057)
7632
7633 2006-11-10 [colin]      2.6.0cvs29
7634
7635         * src/mainwindow.c
7636                 Set cursor to wait before filtering
7637                 duplicates in all folders
7638         * src/plugins/bogofilter/bogofilter.c
7639         * src/plugins/bogofilter/bogofilter.h
7640         * src/plugins/bogofilter/bogofilter_gtk.c
7641                 Completely thread away the bogofilter
7642                 filtering
7643
7644 2006-11-10 [mones]      2.6.0cvs28
7645
7646         * src/compose.c
7647         * src/compose.h
7648                 added COMPOSE_CHECK_BEFORE_SEND hook
7649
7650 2006-11-10 [paul]       2.6.0cvs27
7651
7652         * src/crash.c
7653                 more renaming
7654                 add libSM to get_compiled_in_features()
7655         * src/main.c
7656                 more renaming
7657
7658 2006-11-10 [colin]      2.6.0cvs26
7659
7660         * src/etpan/imap-thread.c
7661                 Add a reference to libetpan's sasl engine
7662                 so that sasl_done() doesn't get called by
7663                 libetpan, and doesn't break openssl.
7664                 Should fix bug 1053, 'SC fails to reestablish 
7665                 a secure connection'
7666                 Patch by Hoa
7667
7668 2006-11-10 [colin]      2.6.0cvs25
7669
7670         * manual/addrbook.xml
7671         * manual/advanced.xml
7672         * manual/faq.xml
7673         * manual/intro.xml
7674                 Some more renaming
7675
7676 2006-11-09 [colin]      2.6.0cvs24
7677
7678         * src/plugins/bogofilter/bogofilter_gtk.c
7679                 Add comment about annoyance
7680
7681 2006-11-09 [colin]      2.6.0cvs23
7682
7683         * src/plugins/bogofilter/bogofilter.c
7684         * src/plugins/bogofilter/bogofilter_gtk.c
7685                 Prepare things needed to thread bogofilter
7686                 filtering: separate bogo stuff and possible GUI
7687                 stuff. 
7688
7689 2006-11-09 [colin]      2.6.0cvs22
7690
7691         * src/account.c
7692         * src/compose.c
7693                 Search for one of our accounts in Delivered-To
7694                 (helps for auto-account selection when 
7695                  replying/forwarding)
7696         * src/folderview.c
7697         * src/mainwindow.c
7698         * src/mainwindow.h
7699         * src/plugins/trayicon/trayicon.c
7700                 Allow opening a new mail with any account from
7701                 the contextual menu
7702
7703 2006-11-09 [wwp]        2.6.0cvs21
7704
7705         * src/compose.c
7706         * src/prefs_common.c
7707         * src/prefs_common.h
7708         * src/prefs_compose_writing.c
7709                 add a compose new message format (in prefs/compose/writing), it's a
7710                 simple subject+body template to use when opening a new composition
7711                 window. It's similar to the existent reply and forward formats.
7712
7713                 enhanced the template/format % symbols substitution mechanism to
7714                 use current composition window information when % are used in
7715                 the compose new message format or in templates applied to new
7716                 messages (there were useless in that situations before). When
7717                 applied to new messages, %d corresponds to the system time/date.
7718
7719 2006-11-09 [paul]       2.6.0cvs20
7720
7721         * src/gtk/authors.h
7722                 fix last commit
7723
7724 2006-11-09 [paul]       2.6.0cvs19
7725
7726         * src/gtk/authors.h
7727                 keep tje alphabetical order
7728
7729 2006-11-08 [colin]      2.6.0cvs18
7730
7731         * src/etpan/imap-thread.c
7732                 Fix bug 1054, 'Slowness logging big 
7733                 data chunks'
7734
7735 2006-11-08 [paul]       2.6.0cvs17
7736
7737         * tools/Makefile.am
7738                 fix the renaming
7739
7740 2006-11-08 [paul]       2.6.0cvs16
7741
7742         * src/common/defs.h
7743                 update BUGZILLA_URI
7744
7745 2006-11-08 [paul]       2.6.0cvs15
7746
7747         * tools/Makefile.am
7748         * tools/OOo2claws-mail.pl
7749         * tools/OOo2sylpheed.pl
7750         * tools/README
7751         * tools/acroread2claws-mail.pl
7752         * tools/acroread2sylpheed.pl
7753         * tools/kmail2claws-mail.pl
7754         * tools/kmail2claws-mail_v2.pl
7755         * tools/kmail2sylpheed.pl
7756         * tools/kmail2sylpheed_v2.pl
7757         * tools/maildir2claws-mail.pl
7758         * tools/maildir2sylpheed.pl
7759         * tools/nautilus2claws-mail.sh
7760         * tools/nautilus2sylpheed.sh
7761         * tools/outlook2claws-mail.pl
7762         * tools/outlook2sylpheed.pl
7763         * tools/tb2claws-mail
7764         * tools/tb2sylpheed
7765         * tools/tbird2claws.py
7766         * tools/tbird2syl.py
7767         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7768         * tools/kdeservicemenu/install.sh
7769         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7770         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7771         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7772         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7773         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7774                 renamed (removed, added) tools files
7775
7776 2006-11-08 [paul]       2.6.0cvs14
7777
7778         * src/main.c
7779         * src/common/defs.h
7780                 Migrate sylpheedrc to clawsrc, and fix the standard
7781                 plugins path in the process
7782
7783 2006-11-07 [colin]      2.6.0cvs13
7784
7785         * src/Makefile.am
7786                 Symlink sylpheed-claws relative to 
7787                 claws-mail
7788
7789 2006-11-07 [colin]      2.6.0cvs12
7790
7791         * src/compose.c
7792                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7793
7794 2006-11-07 [paul]       2.6.0cvs11
7795
7796         * src/gtk/about.c
7797                 Fix a missed occurence of
7798                 Sylpheed-Claws
7799
7800 2006-11-07 [paul]       2.6.0cvs10
7801
7802         * src/Makefile.am
7803                 Fix symlink installation
7804
7805 2006-11-07 [paul]       2.6.0cvs9
7806
7807         * src/Makefile.am
7808                 Symlink claws-mail to sylpheed-claws
7809         * src/common/utils.c
7810                 Fix migrating symlinks
7811         * src/etpan/imap-thread.c
7812                 check certificate only when there's
7813                 no error
7814
7815 2006-11-07 [paul]       2.6.0cvs8
7816
7817         * Makefile.am
7818                 Fix icon breakages with Gtk, which needs a 
7819                 cache updated to see them.
7820
7821 2006-11-07 [paul]       2.6.0cvs7
7822
7823         * .cvsignore
7824         * AUTHORS
7825         * COPYING
7826         * INSTALL
7827         * Makefile.am
7828         * NEWS
7829         * README
7830         * RELEASE_NOTES
7831         * autogen.sh
7832         * claws-mail-128x128.png
7833         * claws-mail-64x64.png
7834         * claws-mail.ico
7835         * claws-mail.pc.in
7836         * claws-mail.png
7837         * configure.ac
7838         * sylpheed-claws-128x128.png
7839         * sylpheed-claws-64x64.png
7840         * sylpheed-claws.desktop
7841         * sylpheed-claws.ico
7842         * sylpheed-claws.pc.in
7843         * sylpheed-claws.png
7844         * debian/README.Debian
7845         * debian/changelog
7846         * debian/claws-mail.desktop
7847         * debian/claws-mail.menu
7848         * debian/claws-mail.postinst.debhelper
7849         * debian/claws-mail.postrm.debhelper
7850         * debian/control
7851         * debian/copyright
7852         * debian/files
7853         * debian/rules
7854         * debian/sylpheed-claws.desktop
7855         * debian/sylpheed-claws.menu
7856         * debian/sylpheed-claws.postinst.debhelper
7857         * debian/sylpheed-claws.postrm.debhelper
7858         * doc/man/Makefile.am
7859         * doc/man/claws-mail.1
7860         * doc/man/sylpheed-claws.1
7861         * doc/src/ChangeLog.claws-pre0.8.0
7862         * manual/Makefile.am
7863         * manual/account.xml
7864         * manual/ack.xml
7865         * manual/addrbook.xml
7866         * manual/advanced.xml
7867         * manual/claws-mail-manual.xml
7868         * manual/faq.xml
7869         * manual/glossary.xml
7870         * manual/handling.xml
7871         * manual/intro.xml
7872         * manual/keyboard.xml
7873         * manual/plugins.xml
7874         * manual/starting.xml
7875         * manual/sylpheed-claws-manual.xml
7876         * manual/xml2pdf
7877         * manual/dist/.cvsignore
7878         * manual/dist/html/.cvsignore
7879         * manual/dist/html/Makefile.am
7880         * manual/dist/pdf/.cvsignore
7881         * manual/dist/pdf/Makefile.am
7882         * manual/dist/ps/.cvsignore
7883         * manual/dist/ps/Makefile.am
7884         * manual/dist/txt/.cvsignore
7885         * manual/dist/txt/Makefile.am
7886         * manual/es/Makefile.am
7887         * manual/es/advanced.xml
7888         * manual/es/claws-mail-manual.xml
7889         * manual/es/faq.xml
7890         * manual/es/glossary.xml
7891         * manual/es/handling.xml
7892         * manual/es/intro.xml
7893         * manual/es/plugins.xml
7894         * manual/es/sylpheed-claws-manual.xml
7895         * manual/es/dist/.cvsignore
7896         * manual/es/dist/html/.cvsignore
7897         * manual/es/dist/html/Makefile.am
7898         * manual/es/dist/pdf/.cvsignore
7899         * manual/es/dist/pdf/Makefile.am
7900         * manual/es/dist/ps/.cvsignore
7901         * manual/es/dist/ps/Makefile.am
7902         * manual/es/dist/txt/.cvsignore
7903         * manual/es/dist/txt/Makefile.am
7904         * manual/fr/Makefile.am
7905         * manual/fr/account.xml
7906         * manual/fr/ack.xml
7907         * manual/fr/addrbook.xml
7908         * manual/fr/advanced.xml
7909         * manual/fr/claws-mail-manual.xml
7910         * manual/fr/faq.xml
7911         * manual/fr/glossary.xml
7912         * manual/fr/handling.xml
7913         * manual/fr/intro.xml
7914         * manual/fr/keyboard.xml
7915         * manual/fr/plugins.xml
7916         * manual/fr/starting.xml
7917         * manual/fr/sylpheed-claws-manual.xml
7918         * manual/fr/dist/.cvsignore
7919         * manual/fr/dist/html/.cvsignore
7920         * manual/fr/dist/html/Makefile.am
7921         * manual/fr/dist/pdf/.cvsignore
7922         * manual/fr/dist/pdf/Makefile.am
7923         * manual/fr/dist/ps/.cvsignore
7924         * manual/fr/dist/ps/Makefile.am
7925         * manual/fr/dist/txt/.cvsignore
7926         * manual/fr/dist/txt/Makefile.am
7927         * manual/pl/Makefile.am
7928         * manual/pl/account.xml
7929         * manual/pl/ack.xml
7930         * manual/pl/addrbook.xml
7931         * manual/pl/advanced.xml
7932         * manual/pl/claws-mail-manual.xml
7933         * manual/pl/faq.xml
7934         * manual/pl/glossary.xml
7935         * manual/pl/handling.xml
7936         * manual/pl/intro.xml
7937         * manual/pl/keyboard.xml
7938         * manual/pl/plugins.xml
7939         * manual/pl/starting.xml
7940         * manual/pl/sylpheed-claws-manual.xml
7941         * manual/pl/dist/.cvsignore
7942         * manual/pl/dist/html/.cvsignore
7943         * manual/pl/dist/html/Makefile.am
7944         * manual/pl/dist/pdf/.cvsignore
7945         * manual/pl/dist/pdf/Makefile.am
7946         * manual/pl/dist/ps/.cvsignore
7947         * manual/pl/dist/ps/Makefile.am
7948         * manual/pl/dist/txt/.cvsignore
7949         * manual/pl/dist/txt/Makefile.am
7950         * po/.cvsignore
7951         * po/Makevars
7952         * src/.cvsignore
7953         * src/Makefile.am
7954         * src/account.c
7955         * src/account.h
7956         * src/action.c
7957         * src/action.h
7958         * src/adbookbase.h
7959         * src/addr_compl.c
7960         * src/addr_compl.h
7961         * src/addrbook.c
7962         * src/addrcache.c
7963         * src/addrcache.h
7964         * src/addrcindex.c
7965         * src/addrcindex.h
7966         * src/addrclip.c
7967         * src/addrclip.h
7968         * src/addrdefs.h
7969         * src/addressadd.c
7970         * src/addressadd.h
7971         * src/addressbook.c
7972         * src/addressbook.h
7973         * src/addressbook_foldersel.c
7974         * src/addressbook_foldersel.h
7975         * src/addrgather.c
7976         * src/addrgather.h
7977         * src/addrharvest.c
7978         * src/addrharvest.h
7979         * src/addrindex.c
7980         * src/addrindex.h
7981         * src/addritem.c
7982         * src/addritem.h
7983         * src/addrquery.c
7984         * src/addrquery.h
7985         * src/addrselect.c
7986         * src/addrselect.h
7987         * src/alertpanel.c
7988         * src/alertpanel.h
7989         * src/browseldap.c
7990         * src/browseldap.h
7991         * src/codeconv.c
7992         * src/codeconv.h
7993         * src/compose.c
7994         * src/crash.c
7995         * src/crash.h
7996         * src/customheader.c
7997         * src/customheader.h
7998         * src/displayheader.c
7999         * src/displayheader.h
8000         * src/editaddress.c
8001         * src/editaddress.h
8002         * src/editbook.c
8003         * src/editbook.h
8004         * src/editgroup.c
8005         * src/editgroup.h
8006         * src/editjpilot.c
8007         * src/editjpilot.h
8008         * src/editldap.c
8009         * src/editldap.h
8010         * src/editldap_basedn.c
8011         * src/editldap_basedn.h
8012         * src/editvcard.c
8013         * src/editvcard.h
8014         * src/exphtmldlg.c
8015         * src/exphtmldlg.h
8016         * src/expldifdlg.c
8017         * src/expldifdlg.h
8018         * src/export.c
8019         * src/exporthtml.c
8020         * src/exporthtml.h
8021         * src/exportldif.c
8022         * src/exportldif.h
8023         * src/filtering.c
8024         * src/filtering.h
8025         * src/folder.c
8026         * src/folder.h
8027         * src/folder_item_prefs.c
8028         * src/folder_item_prefs.h
8029         * src/foldersel.c
8030         * src/foldersel.h
8031         * src/folderutils.c
8032         * src/folderutils.h
8033         * src/folderview.c
8034         * src/folderview.h
8035         * src/grouplistdialog.c
8036         * src/grouplistdialog.h
8037         * src/html.c
8038         * src/html.h
8039         * src/image_viewer.c
8040         * src/image_viewer.h
8041         * src/imap.c
8042         * src/imap.h
8043         * src/imap_gtk.c
8044         * src/imap_gtk.h
8045         * src/import.c
8046         * src/import.h
8047         * src/importldif.c
8048         * src/importldif.h
8049         * src/importmutt.c
8050         * src/importmutt.h
8051         * src/importpine.c
8052         * src/importpine.h
8053         * src/inc.c
8054         * src/inc.h
8055         * src/jpilot.c
8056         * src/jpilot.h
8057         * src/ldapctrl.c
8058         * src/ldapctrl.h
8059         * src/ldaplocate.c
8060         * src/ldaplocate.h
8061         * src/ldapquery.c
8062         * src/ldapquery.h
8063         * src/ldapserver.c
8064         * src/ldapserver.h
8065         * src/ldaputil.c
8066         * src/ldaputil.h
8067         * src/ldif.c
8068         * src/ldif.h
8069         * src/localfolder.c
8070         * src/localfolder.h
8071         * src/main.c
8072         * src/main.h
8073         * src/mainwindow.c
8074         * src/mainwindow.h
8075         * src/manual.c
8076         * src/manual.h
8077         * src/matcher.c
8078         * src/matcher.h
8079         * src/matcher_parser.h
8080         * src/matcher_parser_lex.l
8081         * src/matcher_parser_parse.y
8082         * src/mbox.c
8083         * src/mbox.h
8084         * src/message_search.c
8085         * src/message_search.h
8086         * src/messageview.c
8087         * src/messageview.h
8088         * src/mh.c
8089         * src/mh.h
8090         * src/mh_gtk.c
8091         * src/mh_gtk.h
8092         * src/mimeview.c
8093         * src/mimeview.h
8094         * src/msgcache.c
8095         * src/msgcache.h
8096         * src/mutt.c
8097         * src/mutt.h
8098         * src/news.c
8099         * src/news.h
8100         * src/news_gtk.c
8101         * src/news_gtk.h
8102         * src/noticeview.c
8103         * src/noticeview.h
8104         * src/partial_download.c
8105         * src/partial_download.h
8106         * src/pine.c
8107         * src/pine.h
8108         * src/pop.c
8109         * src/pop.h
8110         * src/prefs_account.c
8111         * src/prefs_account.h
8112         * src/prefs_actions.c
8113         * src/prefs_actions.h
8114         * src/prefs_common.c
8115         * src/prefs_common.h
8116         * src/prefs_compose_writing.c
8117         * src/prefs_compose_writing.h
8118         * src/prefs_customheader.c
8119         * src/prefs_customheader.h
8120         * src/prefs_display_header.c
8121         * src/prefs_display_header.h
8122         * src/prefs_ext_prog.c
8123         * src/prefs_ext_prog.h
8124         * src/prefs_filtering.c
8125         * src/prefs_folder_column.c
8126         * src/prefs_folder_column.h
8127         * src/prefs_folder_item.c
8128         * src/prefs_folder_item.h
8129         * src/prefs_fonts.c
8130         * src/prefs_fonts.h
8131         * src/prefs_gtk.c
8132         * src/prefs_gtk.h
8133         * src/prefs_image_viewer.c
8134         * src/prefs_image_viewer.h
8135         * src/prefs_matcher.c
8136         * src/prefs_matcher.h
8137         * src/prefs_message.c
8138         * src/prefs_message.h
8139         * src/prefs_msg_colors.c
8140         * src/prefs_msg_colors.h
8141         * src/prefs_other.c
8142         * src/prefs_other.h
8143         * src/prefs_quote.c
8144         * src/prefs_quote.h
8145         * src/prefs_receive.c
8146         * src/prefs_receive.h
8147         * src/prefs_send.c
8148         * src/prefs_send.h
8149         * src/prefs_spelling.c
8150         * src/prefs_spelling.h
8151         * src/prefs_summaries.c
8152         * src/prefs_summaries.h
8153         * src/prefs_summary_column.c
8154         * src/prefs_summary_column.h
8155         * src/prefs_template.c
8156         * src/prefs_template.h
8157         * src/prefs_themes.c
8158         * src/prefs_themes.h
8159         * src/prefs_toolbar.c
8160         * src/prefs_toolbar.h
8161         * src/prefs_wrapping.c
8162         * src/prefs_wrapping.h
8163         * src/privacy.c
8164         * src/privacy.h
8165         * src/procheader.c
8166         * src/procheader.h
8167         * src/procmime.c
8168         * src/procmime.h
8169         * src/procmsg.c
8170         * src/procmsg.h
8171         * src/quote_fmt.c
8172         * src/quote_fmt_parse.y
8173         * src/recv.c
8174         * src/recv.h
8175         * src/remotefolder.c
8176         * src/remotefolder.h
8177         * src/send_message.c
8178         * src/send_message.h
8179         * src/setup.c
8180         * src/setup.h
8181         * src/sourcewindow.c
8182         * src/sourcewindow.h
8183         * src/ssl_manager.c
8184         * src/ssl_manager.h
8185         * src/statusbar.c
8186         * src/statusbar.h
8187         * src/stock_pixmap.c
8188         * src/stock_pixmap.h
8189         * src/summary_search.c
8190         * src/summary_search.h
8191         * src/summaryview.c
8192         * src/summaryview.h
8193         * src/syldap.c
8194         * src/syldap.h
8195         * src/textview.c
8196         * src/textview.h
8197         * src/toolbar.c
8198         * src/toolbar.h
8199         * src/undo.c
8200         * src/undo.h
8201         * src/unmime.c
8202         * src/unmime.h
8203         * src/vcard.c
8204         * src/vcard.h
8205         * src/wizard.c
8206         * src/wizard.h
8207         * src/common/base64.c
8208         * src/common/base64.h
8209         * src/common/defs.h
8210         * src/common/hooks.c
8211         * src/common/hooks.h
8212         * src/common/log.c
8213         * src/common/log.h
8214         * src/common/mgutils.c
8215         * src/common/mgutils.h
8216         * src/common/nntp.c
8217         * src/common/nntp.h
8218         * src/common/passcrypt.c
8219         * src/common/passcrypt.h.in
8220         * src/common/plugin.c
8221         * src/common/plugin.h
8222         * src/common/prefs.c
8223         * src/common/prefs.h
8224         * src/common/progressindicator.c
8225         * src/common/progressindicator.h
8226         * src/common/quoted-printable.c
8227         * src/common/quoted-printable.h
8228         * src/common/session.c
8229         * src/common/session.h
8230         * src/common/smtp.c
8231         * src/common/smtp.h
8232         * src/common/socket.c
8233         * src/common/socket.h
8234         * src/common/ssl.c
8235         * src/common/ssl.h
8236         * src/common/stringtable.c
8237         * src/common/stringtable.h
8238         * src/common/sylpheed.c
8239         * src/common/sylpheed.h
8240         * src/common/template.c
8241         * src/common/template.h
8242         * src/common/timing.h
8243         * src/common/utils.c
8244         * src/common/utils.h
8245         * src/common/version.h.in
8246         * src/common/xml.c
8247         * src/common/xml.h
8248         * src/common/xmlprops.c
8249         * src/common/xmlprops.h
8250         * src/gtk/about.c
8251         * src/gtk/colorlabel.c
8252         * src/gtk/colorlabel.h
8253         * src/gtk/colorsel.c
8254         * src/gtk/colorsel.h
8255         * src/gtk/combobox.c
8256         * src/gtk/combobox.h
8257         * src/gtk/description_window.c
8258         * src/gtk/description_window.h
8259         * src/gtk/filesel.c
8260         * src/gtk/filesel.h
8261         * src/gtk/foldersort.c
8262         * src/gtk/foldersort.h
8263         * src/gtk/gtkaspell.c
8264         * src/gtk/gtkaspell.h
8265         * src/gtk/gtksctree.c
8266         * src/gtk/gtkshruler.c
8267         * src/gtk/gtkshruler.h
8268         * src/gtk/gtkutils.c
8269         * src/gtk/gtkutils.h
8270         * src/gtk/icon_legend.c
8271         * src/gtk/icon_legend.h
8272         * src/gtk/logwindow.c
8273         * src/gtk/logwindow.h
8274         * src/gtk/manage_window.c
8275         * src/gtk/manage_window.h
8276         * src/gtk/pluginwindow.c
8277         * src/gtk/pluginwindow.h
8278         * src/gtk/prefswindow.c
8279         * src/gtk/prefswindow.h
8280         * src/gtk/quicksearch.c
8281         * src/gtk/quicksearch.h
8282         * src/pixmaps/claws-mail.xpm
8283         * src/pixmaps/claws-mail_icon.xpm
8284         * src/pixmaps/claws-mail_logo.xpm
8285         * src/pixmaps/sylpheed-claws.xpm
8286         * src/pixmaps/sylpheed-claws_icon.xpm
8287         * src/pixmaps/sylpheed-claws_logo.xpm
8288         * src/plugins/bogofilter/Makefile.am
8289         * src/plugins/bogofilter/bogofilter.c
8290         * src/plugins/bogofilter/bogofilter.h
8291         * src/plugins/bogofilter/bogofilter_gtk.c
8292         * src/plugins/clamav/Makefile.am
8293         * src/plugins/clamav/clamav_plugin.c
8294         * src/plugins/clamav/clamav_plugin.h
8295         * src/plugins/clamav/clamav_plugin_gtk.c
8296         * src/plugins/demo/Makefile.am
8297         * src/plugins/demo/demo.c
8298         * src/plugins/dillo_viewer/Makefile.am
8299         * src/plugins/dillo_viewer/README
8300         * src/plugins/dillo_viewer/dillo_prefs.c
8301         * src/plugins/dillo_viewer/dillo_prefs.h
8302         * src/plugins/dillo_viewer/dillo_viewer.c
8303         * src/plugins/pgpcore/Makefile.am
8304         * src/plugins/pgpcore/passphrase.c
8305         * src/plugins/pgpcore/passphrase.h
8306         * src/plugins/pgpcore/pgp_viewer.c
8307         * src/plugins/pgpcore/pgp_viewer.h
8308         * src/plugins/pgpcore/plugin.c
8309         * src/plugins/pgpcore/prefs_gpg.c
8310         * src/plugins/pgpcore/prefs_gpg.h
8311         * src/plugins/pgpcore/select-keys.c
8312         * src/plugins/pgpcore/select-keys.h
8313         * src/plugins/pgpcore/sgpgme.c
8314         * src/plugins/pgpcore/sgpgme.h
8315         * src/plugins/pgpcore/sylpheed.def
8316         * src/plugins/pgpcore/version.rc
8317         * src/plugins/pgpinline/Makefile.am
8318         * src/plugins/pgpinline/pgpinline.c
8319         * src/plugins/pgpinline/pgpinline.h
8320         * src/plugins/pgpinline/plugin.c
8321         * src/plugins/pgpinline/sylpheed.def
8322         * src/plugins/pgpinline/version.rc
8323         * src/plugins/pgpmime/Makefile.am
8324         * src/plugins/pgpmime/pgpmime.c
8325         * src/plugins/pgpmime/pgpmime.h
8326         * src/plugins/pgpmime/plugin.c
8327         * src/plugins/pgpmime/sylpheed.def
8328         * src/plugins/pgpmime/version.rc
8329         * src/plugins/spamassassin/Makefile.am
8330         * src/plugins/spamassassin/README
8331         * src/plugins/spamassassin/spamassassin.c
8332         * src/plugins/spamassassin/spamassassin.h
8333         * src/plugins/spamassassin/spamassassin_gtk.c
8334         * src/plugins/trayicon/Makefile.am
8335         * src/plugins/trayicon/trayicon.c
8336         * tools/OOo2sylpheed.pl
8337         * tools/README
8338         * tools/README.sylprint
8339         * tools/acroread2sylpheed.pl
8340         * tools/claws.i18n.status.pl
8341         * tools/filter_conv.pl
8342         * tools/filter_conv_new.pl
8343         * tools/freshmeat_search.pl
8344         * tools/google_search.pl
8345         * tools/kmail2sylpheed.pl
8346         * tools/kmail2sylpheed_v2.pl
8347         * tools/make.themes.project
8348         * tools/multiwebsearch.pl
8349         * tools/nautilus2sylpheed.sh
8350         * tools/outlook2sylpheed.pl
8351         * tools/sylprint.pl
8352         * tools/sylprint.rc
8353         * tools/tb2sylpheed
8354         * tools/textviewer.sh
8355         * tools/vcard2xml.py
8356         * tools/kdeservicemenu/README
8357         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8358         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8359         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8360                 Change name to Claws Mail. Announce to follow...
8361
8362 2006-11-06 [wwp]        2.6.0cvs6
8363
8364         * src/prefs_template.c
8365                 unify messages related to quote format/template errors (fix
8366                 capitalization), again.
8367
8368 2006-11-06 [wwp]        2.6.0cvs5
8369
8370         * src/prefs_quote.c
8371                 unify messages related to quote format/template errors.
8372
8373 2006-11-06 [wwp]        2.6.0cvs4
8374
8375         * src/prefs_msg_colors.c
8376                 more uses of Q_ macro for contextual translations, thanks
8377                 to Fabien (fzzzzz).
8378
8379 2006-11-06 [wwp]        2.6.0cvs3
8380
8381         * src/compose.c
8382         * src/common/utils.c
8383         * src/common/utils.h
8384                 show an alertpanel to make sure users are aware that sensitive
8385                 files are attached (it's file blacklist-based). This will fix
8386                 interaction w/ GoogleEarth for instance, thanks to Colin.
8387
8388 2006-11-06 [wwp]        2.6.0cvs2
8389
8390         * src/prefs_quote.c
8391         * src/prefs_template.c
8392         * src/prefs_template.h
8393                 check quote format when applying/closing prefs. For now this only
8394                 shows up an error dialog box, not preventing the user from using
8395                 a broken quote (reply, forwards) format.
8396
8397 2006-11-06 [wwp]        2.6.0cvs1
8398
8399         * src/prefs_template.c
8400                 fix missing checks of some template fields.
8401
8402 2006-11-06 [paul]       2.6.0
8403
8404         * NEWS
8405         * README
8406         * RELEASE_NOTES
8407                 2.6.0 released
8408
8409 2006-11-06 [paul]       2.5.6cvs22
8410
8411         * manual/advanced.xml
8412         * manual/es/advanced.xml
8413                 put 'respect_flowed_format' info in the correct
8414                 place
8415
8416 2006-11-06 [mones]      2.5.6cvs21
8417
8418         * po/es.po
8419                 Minor fixes for release
8420
8421 2006-11-06 [paul]       2.5.6cvs20
8422
8423         * po/cs.po
8424         * po/de.po
8425         * po/fr.po
8426         * po/it.po
8427         * po/nl.po
8428         * po/pt_BR.po
8429         * po/sk.po
8430         * po/sv.po
8431         * po/zh_CN.po
8432                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8433                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8434                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8435                 Young
8436
8437 2006-11-02 [colin]      2.5.6cvs19
8438
8439         * src/imap.c
8440         * src/imap.h
8441         * src/prefs_account.c
8442         * src/etpan/imap-thread.c
8443                 Add GSSAPI support - fixes Debian bug #383274
8444
8445 2006-11-01 [colin]      2.5.6cvs18
8446
8447         * src/jpilot.c
8448                 Handle libpisock12 support. Probably
8449                 fixes bug 1046, 'jpilot AddressDB.pdb 
8450                 import fail'
8451
8452 2006-11-01 [colin]      2.5.6cvs17
8453
8454         * src/folderutils.c
8455                 debug_print() folderutils_mark_all_read()
8456
8457 2006-11-01 [colin]      2.5.6cvs16
8458
8459         * COPYING
8460                 Add missed files to the Apache exception
8461
8462 2006-10-31 [colin]      2.5.6cvs15
8463
8464         * src/folder.c
8465         * src/folder.h
8466                 Add a copy_private_data() func to FolderClasses
8467                 Doesn't break the feature freeze, because we 
8468                 won't use it (right now) in the core.
8469
8470 2006-10-31 [colin]      2.5.6cvs14
8471
8472         * COPYING
8473                 Allow linking with the Apache licensed files in
8474                 src/plugins/spamassassin. Hopefully fixes 
8475                 bug 1048, 'Spamassassin plugin license problem'
8476
8477 2006-10-31 [wwp]        2.5.6cvs13
8478
8479         * src/compose.c
8480                 fix and optimize trimming of leading linefeeds in body loop.
8481
8482 2006-10-31 [colin]      2.5.6cvs12
8483
8484         * src/etpan/imap-thread.c
8485         * src/imap.c
8486                 Make really sure to have NULL sets in case
8487                 of error
8488
8489 2006-10-30 [wwp]        2.5.6cvs11
8490
8491         * src/prefs_common.c
8492         * src/prefs_common.h
8493         * src/compose.c
8494                 fix broken storage of quote format template when it contains \-escape
8495                 sequences. The application of such sequences is also fixed now (\t
8496                 in quote format will be a real tab instead of a 't', for instance).
8497
8498 2006-10-27 [colin]      2.5.6cvs10
8499
8500         * src/compose.c
8501                 Probably fix bug 1045, 'sylpheed-claws 
8502                 doesn't remove the mail from the IMAP 
8503                 Queue folder after sending'. From
8504                 2.5.6cvs3-stable
8505
8506 2006-10-27 [colin]      2.5.6cvs9
8507
8508         * configure.ac
8509                 Require libetpan-0.48. I'm so annoying,
8510                 I know ;-)
8511
8512 2006-10-27 [colin]      2.5.6cvs8
8513
8514         * src/folder.c
8515         * src/imap.c
8516                 Probably fix bug 1044, 'sylpheed-claws 
8517                 segfaults while moving mails' - Fix relation
8518                 usage when moving to an IMAP mailbox from another
8519                 mailbox
8520
8521 2006-10-26 [paul]       2.5.6cvs7
8522
8523         * src/gtk/about.c
8524                 add libSM to compiled-in features
8525                 list
8526
8527 2006-10-24 [colin]      2.5.6cvs6
8528
8529         * src/textview.c
8530         * src/gtk/gtkutils.c
8531                 Fix crash when printing emails with an
8532                 xface
8533
8534 2006-10-24 [mones]      2.5.6cvs5
8535
8536         * manual/es/advanced.xml
8537                 Synchronize hidden option respect_flowed_format
8538         * po/es.po
8539                 Updated translation
8540
8541 2006-10-21 [paul]       2.5.6cvs4
8542
8543         * src/gtk/authors.h
8544         * src/plugins/pgpcore/pgp_viewer.c
8545         * src/plugins/pgpcore/sgpgme.c
8546                 fix building on BSDs
8547                 Thanks to Michael Hughes
8548                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8549
8550 2006-10-20 [colin]      2.5.6cvs3
8551
8552         * configure.ac
8553                 Bump up libetpan requirement
8554                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8555         * src/common/utils.c
8556         * src/common/utils.h
8557                 Add convenience get_file_mtime()
8558         * src/imap.c
8559         * src/etpan/imap-thread.c
8560         * src/etpan/imap-thread.h
8561                 Implement UIDPLUS support if the server
8562                 supports it - faster sending in this case
8563
8564 2006-10-19 [colin]      2.5.6cvs2
8565
8566         * src/gtk/quicksearch.c
8567                 Fix emptying in type-ahead+extended mode
8568         * src/mainwindow.c
8569         * src/mainwindow.h
8570                 Add a hook for offline state change
8571         * src/plugins/trayicon/trayicon.c
8572                 Use it to display offline icons
8573         * src/plugins/trayicon/Makefile.am
8574         * src/plugins/trayicon/newmail.offline.xpm
8575         * src/plugins/trayicon/newmarkedmail.offline.xpm
8576         * src/plugins/trayicon/nomail.offline.xpm
8577         * src/plugins/trayicon/unreadmail.offline.xpm
8578         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8579                 Add the icons
8580
8581 2006-10-12 [paul]       2.5.6cvs1
8582
8583         * NEWS
8584         * README
8585         * configure.ac
8586                 Update version number following
8587                 stable release
8588
8589 2006-10-19 [colin]      2.5.5cvs18
8590
8591         * manual/handling.xml
8592                 Add type-ahead search
8593
8594 2006-10-18 [colin]      2.5.5cvs17
8595
8596         * src/gtk/quicksearch.c
8597                 Remove "save to history only if there's
8598                 no syntax error", it breaks for some 
8599                 reason which I'll investigate later.
8600
8601 2006-10-18 [colin]      2.5.5cvs16
8602
8603         * src/prefs_common.c
8604         * src/prefs_common.h
8605         * src/summaryview.c
8606         * src/gtk/quicksearch.c
8607         * src/gtk/quicksearch.h
8608                 Add a type-ahead option for fast searches
8609                 Patch by Fabien Vantard
8610
8611 2006-10-18 [colin]      2.5.5cvs15
8612
8613         * src/compose.c
8614         * src/compose.h
8615                 Add Options/Reply mode/ menu to be able to
8616                 change the recipients of a reply on the fly
8617
8618 2006-10-18 [colin]      2.5.5cvs14
8619
8620         * src/compose.c
8621                 Fix redirecting of our own sent mails
8622
8623 2006-10-17 [wwp]        2.5.5cvs13
8624
8625         * src/send_message.c
8626                 Fix duplicate error messages when sending, and missing
8627                 newline in such error messages.
8628
8629 2006-10-17 [colin]      2.5.5cvs12
8630
8631         * src/compose.c
8632                 Compare addresses case-insensitive
8633
8634 2006-10-17 [colin]      2.5.5cvs11
8635
8636         * src/plugins/pgpcore/sgpgme.c
8637                 Fix return status
8638
8639 2006-10-17 [colin]      2.5.5cvs10
8640
8641         * src/plugins/pgpcore/pgp_viewer.c
8642                 Fix return status
8643
8644 2006-10-17 [colin]      2.5.5cvs9
8645
8646         * src/quote_fmt.c
8647                 Fix a typo (thanks to Fabien)
8648
8649 2006-10-16 [colin]      2.5.5cvs8
8650
8651         * src/textview.c
8652                 Fix problem with quote-folding when emails
8653                 don't convert cleanly to UTF-8
8654
8655 2006-10-14 [colin]      2.5.5cvs7
8656
8657         * src/prefs_template.c
8658                 Reset fields when reopening
8659                 the window
8660
8661 2006-10-13 [paul]       2.5.5cvs6
8662
8663         * manual/advanced.xml
8664         * src/prefs_message.c
8665                 make 'respect_flowed_format' a hidden
8666                 option, and add a manual entry for it
8667                 Thanks to Colin
8668
8669 2006-10-12 [colin]      2.5.5cvs5
8670
8671         * src/codeconv.c
8672                 Revert part of 2.5.2cvs21:
8673                 Don't optimise by reusing the 
8674                 last iconv converter if possible:
8675                 it seems slightly broken in a 
8676                 very hard way to reproduce
8677
8678 2006-10-12 [colin]      2.5.5cvs4
8679
8680         * src/prefs_common.c
8681         * src/prefs_common.h
8682         * src/prefs_message.c
8683         * src/procmime.c
8684                 Fix bug 1035, 'Incorrect handling 
8685                 of flowed lines'. We now optionnaly
8686                 handle this format (preference is in
8687                 Message View/Text options section)
8688
8689 2006-10-12 [colin]      2.5.5cvs3
8690
8691         * po/POTFILES.in
8692                 Add new file
8693         * src/plugins/pgpcore/pgp_viewer.c
8694         * src/plugins/pgpcore/sgpgme.c
8695                 Don't try to import without asking
8696
8697 2006-10-12 [colin]      2.5.5cvs2
8698
8699         * src/compose.c
8700                 Fix bug 1036, 'Forwarding a mutlipart
8701                 mail with a "text/html" block to ms
8702                 outlook users leeds to freeze of
8703                 outlook'. Poor outlook users...
8704
8705 2006-10-12 [paul]       2.5.5cvs1
8706
8707         * NEWS
8708         * README
8709         * configure.ac
8710                 Update version number following
8711                 stable release
8712
8713 2006-10-11 [paul]       2.5.4cvs1
8714
8715         * NEWS
8716         * README
8717         * configure.ac
8718                 Update version number following
8719                 stable release
8720
8721 2006-10-11 [paul]       2.5.3cvs32
8722
8723         * src/textview.c
8724                 fix bug 1032, 'Segmentation fault when showing
8725                 message' (bug in quote folding)
8726                 Thanks to Colin
8727
8728 2006-10-10 [colin]      2.5.3cvs31
8729
8730         * src/quote_fmt.c
8731                 Rephrase english a bit
8732
8733 2006-10-10 [colin]      2.5.3cvs30
8734
8735         * src/prefs_compose_writing.c
8736                 Stop making the page larger than the window
8737
8738 2006-10-10 [wwp]        2.5.3cvs29
8739
8740         * src/compose.c
8741         * src/prefs_template.c
8742         * src/quote_fmt.c
8743         * src/quote_fmt.h
8744         * src/quote_fmt_lex.l
8745         * src/quote_fmt_parse.y
8746                 Extend the quote parser a bit: allow to get access to
8747                 basic (composing) account info.
8748
8749 2006-10-10 [colin]      2.5.3cvs28
8750
8751         * src/procheader.c
8752                 Fix this \t problem in subject
8753
8754 2006-10-09 [colin]      2.5.3cvs27
8755
8756         * src/main.c
8757         * src/prefs_gtk.c
8758                 Prepare cache a bit later
8759                 If section already exists, skip the new one 
8760                 (as previously); avoid writing the same block
8761                 twice - if we find a second block with the 
8762                 same id, skip it.
8763         * src/plugins/pgpcore/pgp_viewer.c
8764                 Set cursor to busy when retrieving a key
8765         * src/plugins/pgpcore/sgpgme.c
8766                 allow 5 seconds for gpg to export the key
8767                 
8768
8769 2006-10-09 [colin]      2.5.3cvs26
8770
8771         * configure.ac
8772         * src/msgcache.c
8773         * src/prefs_gtk.c
8774                 Check for existence of fgets_unlocked
8775                 and fwrite_unlocked
8776
8777 2006-10-09 [paul]       2.5.3cvs25
8778
8779         * src/prefs_summaries.c
8780                 replace strftime() with fast_strftime() and in
8781                 the consequence fix the bug in the display of
8782                 AM/PM in the 'Example' string
8783
8784 2006-10-09 [ticho]      2.5.3cvs24
8785
8786         * po/sk.po
8787                 Updated (and fixed up somewhat) Slovak translation.
8788
8789 2006-10-08 [colin]      2.5.3cvs23
8790
8791         * src/prefs_folder_item.c
8792                 Explain why prefs in the top-level folder
8793                 aren't retained, but are still useful
8794
8795 2006-10-08 [colin]      2.5.3cvs22
8796
8797         * src/prefs_gtk.c
8798                 Don't cache anything if caching fails
8799
8800 2006-10-08 [colin]      2.5.3cvs21
8801
8802         * src/common/utils.c
8803                 always include gi18n.h
8804
8805 2006-10-07 [colin]      2.5.3cvs20
8806
8807         * src/plugins/pgpcore/pgp_viewer.c
8808                 Kill gpg after 5 seconds wait
8809
8810 2006-10-07 [colin]      2.5.3cvs19
8811
8812         * src/plugins/pgpcore/pgp_viewer.c
8813         * src/plugins/pgpcore/pgp_viewer.h
8814                 Fix copyright
8815
8816 2006-10-07 [colin]      2.5.3cvs18
8817
8818         * src/plugins/pgpcore/pgp_viewer.c
8819         * src/plugins/pgpcore/pgp_viewer.h
8820                 Actually add the files to CVS
8821
8822 2006-10-07 [colin]      2.5.3cvs17
8823
8824         * src/plugins/pgpcore/sgpgme.c
8825                 Be sure not to crash on 'application/pgp-signature' that
8826                 are not application/pgp-signatures
8827
8828 2006-10-07 [colin]      2.5.3cvs16
8829
8830         * src/textview.c
8831         * src/textview.h
8832                 Make a bit more of the API available
8833         * src/plugins/pgpcore/Makefile.am
8834         * src/plugins/pgpcore/plugin.c
8835         * src/plugins/pgpcore/sgpgme.c
8836                 Add basic key import/export
8837
8838 2006-10-07 [colin]      2.5.3cvs15
8839
8840         * src/folderview.c
8841         * src/imap.c
8842         * src/prefs_account.c
8843         * src/wizard.c
8844                 Warn users *everywhere* if libetpan's not
8845                 linked in
8846
8847 2006-10-06 [mones]      2.5.3cvs14
8848
8849         * po/de.po
8850         * po/es.po
8851                 updated by Stephan Sachse and me
8852
8853 2006-10-06 [colin]      2.5.3cvs13
8854
8855         * src/main.c
8856         * src/common/sylpheed.c
8857                 Don't load common plugins if --exit is passed
8858         * src/prefs_gtk.c
8859         * src/prefs_gtk.h
8860                 Implement a cache to avoid reading the same
8861                 files over and over again at startup
8862
8863 2006-10-06 [colin]      2.5.3cvs12
8864
8865         * src/summaryview.c
8866         * src/gtk/quicksearch.c
8867                 Update display every 5k mails on fast searches
8868
8869 2006-10-06 [colin]      2.5.3cvs11
8870
8871         * src/textview.c
8872                 Don't do quote folding on HTML or ERTF.
8873                 May fix the Cygwin issues if they were
8874                 happening with HTML mails?
8875
8876 2006-10-05 [colin]      2.5.3cvs10
8877
8878         * src/prefs_gtk.c
8879                 Oops, forgot one
8880
8881 2006-10-05 [colin]      2.5.3cvs9
8882
8883         * src/prefs_gtk.c
8884                 Use unlocked_stdio here too
8885
8886 2006-10-05 [colin]      2.5.3cvs8
8887
8888         * src/folderview.c
8889                 Fix go to next * after preferences apply
8890         * src/msgcache.c
8891                 Do the fd lock/unlock ourselves instead of
8892                 letting the libc do it at each write 
8893
8894 2006-10-05 [colin]      2.5.3cvs7
8895
8896         * src/common/utils.c
8897                 Faster division, thanks to Jean Diraison
8898
8899 2006-10-05 [paul]       2.5.3cvs6
8900
8901         * src/common/utils.c
8902                 fix building with --disable-nls
8903
8904 2006-10-04 [colin]      2.5.3cvs5
8905
8906         * src/folder.c
8907                 Maybe fix a segfault
8908
8909 2006-10-04 [wwp]        2.5.3cvs4
8910
8911         * src/prefs_folder_item.c
8912                 Fine-tune layouts in folder item prefs. Suggested by
8913                 Fabien Vantard <fzzzzz@gmail.com>.
8914
8915 2006-10-04 [wwp]        2.5.3cvs3
8916
8917         * src/prefs_folder_item.c
8918                 Kill the clandestine passengers. You didn't see anything.
8919
8920 2006-10-04 [wwp]        2.5.3cvs2
8921
8922         * src/prefs_folder_item.c
8923                 Add a way to test the subject simplify regexp in
8924                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8925                 w/ few layout changes.
8926
8927 2006-20-04 [paul]       2.5.3cvs1
8928
8929         * NEWS
8930         * README
8931         * configure.ac
8932                 Update version number following
8933                 stable release
8934
8935 2006-10-04 [colin]      2.5.2cvs42
8936
8937         * src/folder.c
8938         * src/folder.h
8939         * src/summaryview.c
8940                 Provide a way for folder classes to set their sort
8941                 type and key
8942
8943 2006-10-03 [colin]      2.5.2cvs41
8944
8945         * src/mh.c
8946                 Don't use strlen() to know if the
8947                 string's empty
8948
8949 2006-10-03 [colin]      2.5.2cvs40
8950
8951         * src/mh.c
8952                 Fix "check for new folders" with accentued folders
8953
8954 2006-10-03 [ticho]      2.5.2cvs39
8955
8956         * src/filtering.c
8957         * src/folder.c
8958         * src/inc.c
8959         * src/mbox.c
8960                 Colin's fix for "copy" filtering rules.
8961
8962 2006-10-02 [colin]      2.5.2cvs38
8963
8964         * src/folderview.c
8965                 Fix for double-click too
8966
8967 2006-10-02 [colin]      2.5.2cvs37
8968
8969         * src/folderview.c
8970                 correct fix for cvs36
8971
8972 2006-10-02 [colin]      2.5.2cvs36
8973
8974         * src/folderview.c
8975                 Fix 'goto next unread' after collapsing/expanding 
8976                 a node.
8977
8978 2006-10-02 [colin]      2.5.2cvs35
8979
8980         * src/summaryview.c
8981                 Fix double freeze/thaw
8982         * src/common/utils.c
8983         * src/common/utils.h
8984                 Reimplement strftime
8985         * src/procheader.c
8986                 Use it
8987
8988
8989 2006-10-02 [colin]      2.5.2cvs34
8990
8991         * src/mh.c
8992                 Time mh_write_sequences() - it's fast
8993         * src/summaryview.c
8994                 Init a variable to shut up gcc
8995
8996 2006-10-01 [colin]      2.5.2cvs33
8997
8998         * src/folder.c
8999         * src/mh.c
9000         * src/mh.h
9001         * src/msgcache.c
9002                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9003                 Add fsync but disable it, it's slow as hell
9004
9005 2006-10-01 [colin]      2.5.2cvs32
9006
9007         * src/mh.c
9008         * src/msgcache.c
9009                 fflush() caches and mh_sequences before
9010                 fclose()ing
9011
9012 2006-10-01 [colin]      2.5.2cvs31
9013
9014         * src/msgcache.c
9015                 Don't ftruncate when not using mmap
9016
9017 2006-09-30 [colin]      2.5.2cvs30
9018
9019         * src/main.c
9020                 Write folder list *after* saving caches
9021
9022 2006-09-30 [colin]      2.5.2cvs29
9023
9024         * src/folder.c
9025         * src/mh.c
9026                 Debug forced mtime changes
9027
9028 2006-09-30 [colin]      2.5.2cvs28
9029
9030         * src/folder.c
9031         * src/main.c
9032                 Remove useless debug_print()s (code
9033                 well-tested)
9034
9035 2006-09-30 [colin]      2.5.2cvs27
9036
9037         * src/mh.c
9038                 Do stuff faster when writing mh_sequences
9039
9040 2006-09-30 [colin]      2.5.2cvs26
9041
9042         * src/mh.c
9043                 Don't let the writing of .mh_sequences, which
9044                 can change the folder's mtime, let us think
9045                 we need to scan.
9046
9047 2006-09-30 [colin]      2.5.2cvs25
9048
9049         * src/folder.c
9050                 Move a debug_print where it belongs 
9051                 (processing)
9052         * src/summaryview.c
9053                 Don't mess with a huge slow subject
9054                 table if we're not threading by
9055                 subject
9056
9057 2006-09-30 [colin]      2.5.2cvs24
9058
9059         * src/msgcache.c
9060                 Reenable mmaped reads (*not* writes!)
9061         * src/procmsg.c
9062                 Don't destroy and recreate hashtables just
9063                 for fun
9064         * src/common/utils.c
9065                 Remove useless reply prefixes (it's case
9066                 unsensitive)
9067
9068 2006-09-30 [wwp]        2.5.2cvs23
9069
9070         * tools/fix_date.sh
9071                 Fixed a minor bug in date value extraction, added a switch
9072                 to replace non RFC-compliant Date: value, added a switch
9073                 to use strict RFC matching patterns for dates.
9074
9075 2006-09-29 [colin]      2.5.2cvs22
9076
9077         * src/matcher_parser.h
9078         * src/matcher_parser_parse.y
9079         * src/prefs_filtering.c
9080         * src/statusbar.c
9081         * src/summary_search.c
9082         * src/summaryview.c
9083         * src/gtk/quicksearch.c
9084         * src/gtk/quicksearch.h
9085                 Optimise searches by setting different
9086                 refresh intervals (depending if the 
9087                 search is fast or not)
9088
9089 2006-09-29 [colin]      2.5.2cvs21
9090
9091         * src/codeconv.c
9092                 Optimise by reusing the last iconv converter
9093                 if possible
9094         * src/textview.c
9095                 Optimise a bit (the foldable quotes feature
9096                 still has an awful O(n^2) algo
9097
9098 2006-09-29 [colin]      2.5.2cvs20
9099
9100         * src/gtk/gtksctree.c
9101         * src/gtk/gtksctree.h
9102                 Optimise de-selection via up/down or
9103                 another key
9104
9105 2006-09-28 [colin]      2.5.2cvs19
9106
9107         * src/action.c
9108         * src/compose.c
9109         * src/folderview.c
9110         * src/mainwindow.c
9111         * src/messageview.c
9112         * src/summary_search.c
9113         * src/toolbar.c
9114                 Avoid using summaryview->ctree directly
9115
9116 2006-09-28 [colin]      2.5.2cvs18
9117
9118         * src/summaryview.c
9119         * src/summaryview.h
9120                 Add helpers to freeze/thaw/grab_focus
9121                 Factorize calls to freeze/thaw/grab_focus
9122                 
9123
9124 2006-09-28 [colin]      2.5.2cvs17
9125
9126         * src/main.c
9127                 More guards for the session management
9128
9129 2006-09-28 [colin]      2.5.2cvs16
9130
9131         * src/folderview.c
9132         * src/gtk/gtksctree.c
9133         * src/gtk/gtksctree.h
9134                 Make expanding not recursive in folderview
9135
9136 2006-09-28 [colin]      2.5.2cvs15
9137
9138         * src/addressbook.c
9139                 If nothing is selected in the list (right part)
9140                 and a group is selected in the tree (left part),
9141                 mail this group.
9142
9143 2006-09-28 [colin]      2.5.2cvs14
9144
9145         * src/Makefile.am
9146                 Actually use SM_LIBS
9147
9148 2006-09-28 [ticho]      2.5.2cvs13
9149
9150         * src/export.c
9151         * src/messageview.c
9152         * src/mimeview.c
9153         * src/news.c
9154         * src/pop.c
9155         * src/prefs_themes.c
9156         * src/procmsg.c
9157                 Small i18n string optimization.
9158         * src/send_message.c
9159         * src/summaryview.c
9160         * src/common/session.c
9161         * src/common/smtp.c
9162         * src/common/ssl_certificate.c
9163         * src/common/utils.c
9164                 Use "Couldn't" instead of "Can't" in UI messages,
9165                 where appropriate.
9166
9167 2006-09-28 [colin]      2.5.2cvs12
9168
9169         * configure.ac
9170                 Possibly fix link errors
9171
9172 2006-09-27 [wwp]        2.5.2cvs11
9173
9174         * src/gtk/authors.h
9175         * doc/man/sylpheed-claws.1
9176         * manual/ack.xml
9177         * manual/es/ack.xml
9178         * manual/fr/ack.xml
9179         * manual/pl/ack.xml
9180                 Updated authors info (me, myself and I).
9181
9182 2006-09-27 [colin]      2.5.2cvs10
9183
9184         * src/addressbook.c
9185                 Remove useless printf
9186
9187 2006-09-27 [wwp]        2.5.2cvs9
9188
9189         * src/editgroup.c
9190         * src/send_message.c
9191         * src/inc.c
9192         * src/prefs_common.c
9193         * src/prefs_common.h
9194         * src/gtk/progressdialog.c
9195                 remember more windows' sizes (send dialog, received dialog,
9196                 edit group in addressbook).
9197
9198 2006-09-27 [colin]      2.5.2cvs8
9199
9200         * configure.ac
9201         * src/main.c
9202         * src/mainwindow.h
9203                 Use libSM to communicate with the session
9204                 manager, so that we can know when the 
9205                 session ends, save our caches, and draft
9206                 our compose windows.
9207
9208 2006-09-27 [colin]      2.5.2cvs7
9209
9210         * src/addressbook.c
9211                 Fix issues:
9212                 o Allow Book and Group creation from the tree's
9213                   contextual menu
9214                 o Do not actually delete the contacts when 
9215                   deleting groups from the tree (duh!)
9216
9217 2006-09-27 [colin]      2.5.2cvs6
9218
9219         * src/compose.c
9220         * src/compose.h
9221         * src/mainwindow.c
9222         * src/textview.c
9223         * src/toolbar.c
9224                 o Allow passing an email address to 
9225                   compose_new_with_folderitem
9226                 o Update callers
9227                 o Use current folderitem when clicking
9228                   on a TextView mailto: link
9229                 o Fix a possible leak in TextView
9230
9231 2006-09-27 [colin]      2.5.2cvs5
9232
9233         * src/html.c
9234                 Use UTF-8 chars to replace HTML entities
9235
9236 2006-09-27 [colin]      2.5.2cvs4
9237
9238         * AUTHORS
9239         * src/prefs_account.c
9240         * src/gtk/authors.h
9241                 Fix bug #1024 (Array index out of
9242                 range in sylpheed-claws-2.5.2)
9243                 Patch by Ales Nosek <anosek@suse.cz>
9244
9245 2006-09-27 [colin]      2.5.2cvs3
9246
9247         * src/addr_compl.c
9248                 Actually do the test
9249
9250 2006-09-27 [colin]      2.5.2cvs2
9251
9252         * src/addr_compl.c
9253         * src/addr_compl.h
9254                 Allow completing with comma (in certain cases: vCalendar
9255                 for example doesn't support that)
9256                 Patch by Fabien Vantard
9257
9258 2006-09-26 [colin]      2.5.2cvs1
9259
9260         * src/Makefile.am
9261         * src/addr_compl.c
9262         * src/addr_compl.h
9263         * src/addrbook.c
9264         * src/addrbook.h
9265         * src/addressbook.c
9266         * src/addrindex.c
9267         * src/addrindex.h
9268         * src/compose.c
9269         * src/prefs_common.c
9270         * src/prefs_filtering_action.c
9271         * src/prefs_folder_item.c
9272         * src/prefs_template.c
9273         * src/stock_pixmap.c
9274         * src/stock_pixmap.h
9275         * src/pixmaps/addr_one.xpm
9276         * src/pixmaps/addr_two.xpm
9277                 Add auto-completion on groups
9278
9279 2006-09-26 [colin]      2.5.2
9280
9281         * NEWS
9282         * README
9283         * RELEASE_NOTES
9284                 2.5.2 released
9285
9286 2006-09-26 [colin]      2.5.1cvs5
9287
9288         * src/matcher.c
9289                 Fix condition
9290
9291 2006-09-26 [colin]      2.5.1cvs4
9292
9293         * src/mbox.c
9294                 Revert cvs1 (useless as the message is printed 
9295                 every 500 mails)
9296
9297 2006-09-26 [colin]      2.5.1cvs3
9298
9299         * src/partial_download.c
9300                 Fix crasher found by Alexsandar Urosevic
9301
9302 2006-09-26 [colin]      2.5.1cvs2
9303
9304         * src/summaryview.c
9305                 Fix bug #1023 (Sylpheed deletes too much messages)
9306
9307 2006-09-26 [ticho]      2.5.1cvs1
9308
9309         * src/mbox.c
9310                 Make use of gettext's multiple plurals for statusbar
9311                 progress message.
9312
9313 2006-09-25 [paul]       2.5.1
9314
9315         * NEWS
9316         * README
9317         * RELEASE_NOTES
9318                 2.5.1 released
9319
9320 2006-09-25 [colin]      2.5.0cvs3
9321
9322         * src/plugins/bogofilter/bogofilter.c
9323         * src/plugins/clamav/clamav_plugin.c
9324         * src/plugins/spamassassin/spamassassin.c
9325                 BogoFilter, Spamassassin: Fix double hook registering after
9326                 visiting preferences
9327                 Spamassassin, Clamav: Just set the mails to move instead of
9328                 doing the move - caller will move the things at once.
9329
9330 2006-09-25 [colin]      2.5.0cvs2
9331
9332         * src/imap.c
9333         * src/etpan/imap-thread.c
9334                 Use UID SEARCH ALL instead of UID 1:*
9335                 (braindead servers can't figure out that's
9336                 the same...)
9337
9338 2006-09-25 [wwp]        2.5.0cvs1
9339
9340         * src/message_search.c
9341                 Added the ability to stop a running search (in message body).
9342
9343 2006-09-25 [paul]       2.5.0
9344
9345         * NEWS
9346         * README
9347         * RELEASE_NOTES
9348                 2.5.0 released
9349
9350 2006-09-25 [paul]       2.4.0cvs214
9351
9352         * po/cs.po
9353         * po/de.po
9354         * po/fi.po
9355         * po/fr.po
9356         * po/nl.po
9357         * po/pt_BR.po
9358         * po/sk.po
9359         * po/sr.po
9360         * po/zh_CN.po
9361                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9362                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9363                 Ticho, Aleksander Urosevic, Ralgh Young
9364
9365 2006-09-24 [mones]      2.4.0cvs213
9366
9367         * po/es.po
9368                 Updated for release
9369
9370 2006-09-23 [colin]      2.4.0cvs212
9371
9372         * src/gtk/inputdialog.c
9373                 Fix [ ] remember this appearing in normal
9374                 input dialogs after it's been used by
9375                 mimeview.
9376         * src/folder.c
9377         * src/folderview.c
9378         * src/msgcache.c
9379         * src/procmsg.c
9380         * src/summaryview.c
9381         * src/textview.c
9382         * src/common/timing.h
9383                 Enable timings in debug mode and make it
9384                 look prettier.
9385
9386 2006-09-22 [colin]      2.4.0cvs211
9387
9388         * README
9389                 Revert test change
9390         * commitHelper
9391                 ping the correct URI
9392
9393 2006-09-22 [colin]      2.4.0cvs210
9394
9395         * README
9396                 Let's see if bug #1022 is fixed
9397
9398 2006-09-21 [colin]      2.4.0cvs209
9399
9400         * src/wizard.c
9401         * src/common/plugin.c
9402                 Prepare infra to load predefined plugins when
9403                 no configuration existed. Don't actually load
9404                 anything yet (feat. freeze)
9405
9406 2006-09-21 [wwp]        2.4.0cvs208
9407
9408         * manual/fr/faq.xml
9409                 Partial sync w/ 2.4.0cvs72:
9410                 wrap file and minor updates.
9411
9412 2006-09-21 [wwp]        2.4.0cvs207
9413
9414         * tools/fix_date.sh
9415                 several fixes and enhancements. A new --force switch has been
9416                 added to prevent overriding by default Date: header when
9417                 already existing.
9418
9419 2006-09-21 [paul]       2.4.0cvs206
9420
9421         * src/common/utils.c
9422                 add Chinese UTF8 Re prefix
9423
9424 2006-09-21 [wwp]        2.4.0cvs205
9425
9426         * tools/Makefile.am
9427                 Fics alfabettical order.
9428
9429 2006-09-21 [wwp]        2.4.0cvs204
9430
9431         * tools/fix_date.sh
9432         * tools/Makefile.am
9433                 Added an action tool to fix missing Date field in emails.
9434                 Updated Makefile.am to reflect those last two additions.
9435
9436 2006-09-21 [wwp]        2.4.0cvs203
9437
9438         * tools/uuooffice
9439                 Added a action tool to open uuencoded docs w/
9440                 OpenOffice (based on uudec method).
9441
9442 2006-09-21 [colin]      2.4.0cvs202
9443
9444         * src/compose.c
9445         * src/textview.c
9446                 Workaround possible GTK crash: remove selection 
9447                 clipboard before destroying widget, or GTK+-2.10
9448                 dies. Thanks to Hiro.
9449
9450 2006-09-20 [colin]      2.4.0cvs201
9451
9452         * src/compose.c
9453                 Fix free-after-use in some cases (when 
9454                 procmime_encode_content() frees mimeinfo->data.mem
9455                 and turns it to a temp file)
9456
9457 2006-09-20 [colin]      2.4.0cvs200
9458
9459         * src/folderview.c
9460         * src/summaryview.c
9461         * src/gtk/gtksctree.c
9462         * src/gtk/gtksctree.h
9463                 Add tooltips in the folderview and summaryview
9464                 (Doesn't break string freeze as they already
9465                 exist)
9466         * src/toolbar.c
9467                 Put the spam button in the default configuration
9468                 if compiled with bogo plugin too
9469
9470 2006-09-19 [colin]      2.4.0cvs199
9471
9472         * src/summaryview.c
9473         * src/summaryview.h
9474                 Update folder name label on folder rename
9475         * src/prefs_matcher.c
9476         * src/gtk/logwindow.h
9477                 Fix warnings
9478                 Patches by Fabien
9479
9480 2006-09-19 [wwp]        2.4.0cvs198
9481
9482         * src/summary_search.c
9483                 fix can't click forward/backward buttons in the
9484                 search messages.
9485
9486 2006-09-18 [paul]       2.4.0cvs197
9487
9488         * src/wizard.c
9489                 add missing bracket, capitalise the A of
9490                 'SpamAssassin'
9491
9492 2006-09-18 [paul]       2.4.0cvs196
9493
9494         * src/compose.c
9495                 fix bug 1012 'crashed upon sending mail
9496                 from compose window'
9497                 Thanks to Colin
9498
9499 2006-09-16 [colin]      2.4.0cvs195
9500
9501         * src/folderview.c
9502                 Fix "real-time" sorting by freezing/thawing
9503
9504 2006-09-16 [colin]      2.4.0cvs194
9505
9506         * manual/faq.xml
9507                 Fix the anti-spam entry a bit
9508
9509 2006-09-16 [colin]      2.4.0cvs193
9510
9511         * src/wizard.c
9512                 Make sure reviewers have no excuse when stating
9513                 Sylpheed-Claws doesn't have antispam capabilities.
9514
9515 2006-09-16 [colin]      2.4.0cvs192
9516
9517         * src/main.c
9518                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9519                 as if the SIGPIPE comes from etpan's thread we could
9520                 trigger a GUI update from this thread.
9521
9522 2006-09-16 [colin]      2.4.0cvs191
9523
9524         * src/summaryview.c
9525                 Init all members of the struct
9526
9527 2006-09-16 [paul]       2.4.0cvs190
9528
9529         * src/account.c
9530                 improvements to the English
9531
9532 2006-09-15 [colin]      2.4.0cvs189
9533
9534         * src/summaryview.c
9535                 HIG order on dialog
9536
9537 2006-09-14 [colin]      2.4.0cvs188
9538
9539         * src/common/socket.c
9540         * src/common/socket.h
9541         * src/common/ssl.c
9542         * src/common/ssl_certificate.c
9543         * src/common/ssl_certificate.h
9544         * src/etpan/imap-thread.c
9545                 the get_fqdn() call done to get canonical name when
9546                 checking an SSL certificate is blocking, which is
9547                 sad as we just did a non-blocking lookup to connect.
9548                 Fix that by letting the fqdn available to the SockInfo,
9549                 and use that in ssl_certificate_check(). For IMAP,
9550                 we don't do it as the lookup's done by libetpan, but
9551                 it's less annoying as IMAP connections as much more
9552                 rare than POP3 connections.
9553
9554 2006-09-14 [paul]       2.4.0cvs187
9555
9556         * manual/advanced.xml
9557                 improvements to the English,
9558                 properly place the new hidden options
9559                 within the alphabetical order
9560         * src/gtk/pluginwindow.c
9561                 improvements to the English
9562
9563 2006-09-14 [colin]      2.4.0cvs186
9564
9565         * src/prefs_common.c
9566         * src/prefs_common.h
9567         * src/gtk/gtksctree.c
9568         * manual/advanced.xml
9569                 New hidden pref, stripes_color_offset, to change
9570                 the value added/substracted to normal bgcolor to
9571                 create the stripes in summaries
9572
9573 2006-09-13 [colin]      2.4.0cvs185
9574
9575         * src/gedit-print.c
9576         * src/messageview.c
9577         * src/messageview.h
9578         * src/summaryview.c
9579         * src/textview.c
9580                 Fix misc. printing issues: 
9581                 - Bad font for linkified headers
9582                 - Different font if the mail was displayed or not
9583                 - Factorize the thing
9584
9585 2006-09-13 [colin]      2.4.0cvs184
9586
9587         * src/common/ssl_certificate.c
9588                 Only get FQDN once when checking certificate
9589
9590 2006-09-13 [colin]      2.4.0cvs183
9591
9592         * src/account.c
9593         * src/gtk/pluginwindow.c
9594                 Misc. GUI fixes by Fabien
9595
9596 2006-09-13 [wwp]        2.4.0cvs182
9597
9598         * configure.ac
9599         * src/common/utils.h
9600         * src/common/utils.c
9601                 get rid of unused wide-char functions.
9602
9603 2006-09-13 [wwp]        2.4.0cvs181
9604
9605         * src/plugins/pgpinline/sylpheed.def
9606         * src/textview.c
9607                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9608                 add privacy_reset_error to the .def file,
9609                 do not fork for an external textviewer.
9610
9611 2006-09-13 [wwp]        2.4.0cvs180
9612
9613         * src/prefs_common.c
9614                 fix broken font entry in prefs (patch issued by the gpg4win team,
9615                 probably by Marcus Brinkmann <marcus@g10code.de>).
9616
9617 2006-09-13 [colin]      2.4.0cvs179
9618
9619         * src/folder.h
9620                 Fix a warning in summaryview.c
9621         * src/mainwindow.c
9622         * src/summaryview.c
9623         * src/summaryview.h
9624                 Add missing Mark/* elements in the
9625                 main menu
9626
9627 2006-09-12 [colin]      2.4.0cvs178
9628
9629         * src/prefs_actions.c
9630         * src/prefs_filtering_action.c
9631         * src/prefs_matcher.c
9632                 Use (New) instead of New everywhere
9633
9634 2006-09-12 [wwp]        2.4.0cvs177
9635
9636         * manual/fr/addrbook.xml
9637         * manual/fr/handling.xml
9638                 updated some quotes in the fr manual to match the fr translation.
9639
9640 2006-09-12 [wwp]        2.4.0cvs176
9641
9642         * src/prefs_matcher.c
9643                 don't store translated string elements in matcher expressions.
9644                 Also fixed a misused of Q_().
9645
9646 2006-09-11 [wwp]        2.4.0cvs175
9647
9648         * src/plugins//bogofilter/bogofilter.c
9649         * src/plugins//clamav/clamav_plugin.c
9650         * src/plugins//demo/demo.c
9651         * src/plugins//dillo_viewer/dillo_viewer.c
9652         * src/plugins//pgpcore/plugin.c
9653         * src/plugins//pgpinline/plugin.c
9654         * src/plugins//pgpmime/plugin.c
9655         * src/plugins//spamassassin/spamassassin.c
9656                 gettext-ize more strings (mostly plugin error messages).
9657
9658 2006-09-11 [colin]      2.4.0cvs174
9659
9660         * src/alertpanel.c
9661                 Make maximum buffer size bigger to avoid
9662                 truncating translated messages. Patch by
9663                 Fabien
9664
9665 2006-09-11 [colin]      2.4.0cvs173
9666
9667         * src/etpan/imap-thread.c
9668                 Fix compilation on OpenBSD, thanks to 
9669                 Landry
9670
9671 2006-09-10 [wwp]        2.4.0cvs172
9672
9673         * manual/account.xml
9674         * manual/addrbook.xml
9675         * manual/handling.xml
9676         * manual/es/handling.xml
9677         * manual/fr/account.xml
9678         * manual/fr/addrbook.xml
9679         * manual/fr/handling.xml
9680                 documented addressbook matching (condition configuration):
9681                   addrbook.xml, en fr
9682                 documented per-account filtering rules (handling/filtering
9683                   section, account section):
9684                   account.xml, handling.xml, en fr
9685                 slightly updated the handling/searching section to tell few
9686                   words about the extended search ability:
9687                   handling.xml, en fr
9688                 added missing <quote></quotes> to Quick Search:
9689                   handling.xml, en fr es
9690                 fixed a typo (auomatically):
9691                   handling.xml, en
9692                 changes revisited by Paul.
9693
9694 2006-09-10 [paul]       2.4.0cvs171
9695
9696         * src/prefs_actions.c
9697         * src/prefs_filtering.c
9698         * src/prefs_template.c
9699                 adjustments to the gui
9700                 Patch by Fabien Vantard (slightly modified)
9701
9702 2006-09-10 [colin]      2.4.0cvs170
9703
9704         * src/summaryview.c
9705                 Check folderitem/summaryview consistency
9706                 (basically automates Update summary). Fixes
9707                 #1011 (wrong (negative) count on unread 
9708                 messages)
9709
9710 2006-09-10 [colin]      2.4.0cvs169
9711
9712         * src/gtk/gtksctree.c
9713                 Fix recursive expansion via mouse
9714         * src/plugins/bogofilter/bogofilter.c
9715                 Use normal filtering way of moving
9716                 messages (batching), possibly fixing
9717                 bug #1015 (Bogofilter plugin doubles 
9718                 new messages)
9719
9720 2006-09-09 [wwp]        2.4.0cvs168
9721
9722         * src/prefs_filtering.c
9723                 better place for this fix.
9724
9725 2006-09-09 [wwp]        2.4.0cvs167
9726
9727         * src/prefs_filtering.c
9728                 fix a minor bug when the enabled status of a filtering/processing
9729                 rule always got set to TRUE when replacing this rule. That still
9730                 make sense when adding a new rule, but now when replacing, we
9731                 don't override the value of 'enabled'.
9732                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9733                 to prefs_filtering_list_view_get_info() as this function not only
9734                 returns the name, but also the account_id and the enabled status.
9735
9736 2006-09-09 [mones]      2.4.0cvs166
9737
9738         * manual/glossary.xml
9739         * manual/plugins.xml
9740                 Minor format corrections
9741         * manual/gpl.xml
9742                 Fix misplaced NO WARRANTY section
9743         * manual/es/advanced.xml
9744         * manual/es/faq.xml
9745         * manual/es/glossary.xml
9746         * manual/es/gpl.xml
9747         * manual/es/handling.xml
9748         * manual/es/plugins.xml
9749         * manual/es/starting.xml
9750                 Incorporate changes from English version
9751         * manual/fr/ack.xml
9752         * manual/pl/ack.xml
9753         * manual/es/ack.xml
9754                 Fix address, (add translation credits in es version)
9755         * po/es.po
9756                 Updated translation
9757
9758 2006-09-09 [wwp]        2.4.0cvs165
9759
9760         * src/prefs_filtering.c
9761                 fix a crash when opening filtering prefs, if matcherrc file contains
9762                 broken data (non-existing account id, which is theoretically not
9763                 possible).
9764
9765 2006-09-08 [colin]      2.4.0cvs164
9766
9767         * src/folder.c
9768                 Wrong assert, make it an if()
9769         * src/gtk/gtksctree.c
9770                 Fix bug #1013 (expand selected thread 
9771                 tree) - expanding is now recursive
9772
9773 2006-09-07 [wwp]        2.4.0cvs163
9774
9775         * src/prefs_matcher.c
9776                 make better sentences about addressbook matching in the
9777                 matcher prefs. This should make translators' work easier
9778                 too.
9779
9780 2006-09-07 [wwp]        2.4.0cvs162
9781
9782         * src/prefs_filtering.c
9783                 code simplification (get rid of dup var. assignment).
9784
9785 2006-09-07 [wwp]        2.4.0cvs161
9786
9787         * src/summaryview.c
9788                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9789                 <fzzzzz@gmail.com>.
9790
9791 2006-09-07 [paul]       2.4.0cvs160
9792
9793         * src/mimeview.c
9794                 fix compilation warnings
9795                 Thanks to Colin
9796
9797 2006-09-07 [paul]       2.4.0cvs159
9798
9799         * src/mimeview.c
9800                 select the mimepart icon when
9801                 displaying as text
9802                 Thanks to Colin
9803
9804 2006-09-06 [paul]       2.4.0cvs158
9805
9806         * src/prefs_filtering.c
9807                 fix labels and table element spacing
9808                 Patch by Fabien Vantard
9809
9810 2006-09-06 [paul]
9811
9812         2.5.0-rc3 released
9813
9814 2006-09-06 [paul]       2.4.0cvs157
9815
9816         * manual/es/advanced.xml
9817                 fix typo
9818
9819 2006-09-06 [wwp]        2.4.0cvs156
9820
9821         * src/mainwindow.c
9822                 fix an dup launch issue when iconified, thanks to Colin.
9823
9824 2006-09-06 [wwp]        2.4.0cvs155
9825
9826         * src/gtk//gtksctree.h
9827                 oops, forgot that one!
9828
9829 2006-09-06 [wwp]        2.4.0cvs154
9830
9831         * manual/pl/advanced.xml
9832         * manual/advanced.xml
9833         * manual/es/advanced.xml
9834         * manual/fr/advanced.xml
9835         * src/prefs_customheader.c
9836         * src/prefs_filtering_action.c
9837         * src/foldersel.c
9838         * src/prefs_summaries.c
9839         * src/prefs_filtering.c
9840         * src/account.c
9841         * src/compose.c
9842         * src/prefs_summary_column.c
9843         * src/addr_compl.c
9844         * src/prefs_actions.c
9845         * src/prefs_folder_column.c
9846         * src/ssl_manager.c
9847         * src/prefs_template.c
9848         * src/prefs_display_header.c
9849         * src/prefs_common.h
9850         * src/prefs_matcher.c
9851         * src/prefs_common.c
9852         * src/prefs_toolbar.c
9853         * src/summaryview.c
9854         * src/folderview.c
9855         * src/gtk/gtksctree.c
9856         * src/gtk/pluginwindow.c
9857         * src/gtk/progressdialog.c
9858         * src/gtk/prefswindow.c
9859                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9860                 to make its meaning more obvious (all versions of the manual reflect
9861                 the change).
9862                 added an extra hidden option use_stripes_in_summary to allow
9863                 discarding these stripes in mainwindow's folder and message lists;
9864                 en and fr manuals only are OK towards this.
9865
9866 2006-09-06 [colin]      2.4.0cvs153
9867
9868         * src/textview.c
9869                 Hide Sylpheed-Claws' internal queue headers
9870                 when showing all headers. They'll be present
9871                 only in Source window.
9872
9873 2006-09-05 [colin]      2.4.0cvs152
9874
9875         * src/plugins/trayicon/trayicon.c
9876                 Fix crash at exit - we have to disconnect
9877                 our handlers
9878         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9879                 Update eggtrayicon - patch adapted from a
9880                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9881                 on Sylpheed's ML
9882
9883 2006-09-05 [colin]      2.4.0cvs151
9884
9885         * src/mainwindow.c
9886         * src/gtk/logwindow.c
9887                 Fix race condition when something writes
9888                 to the log too soon during init. Thanks
9889                 to Fabien Vantard
9890
9891 2006-09-05 [colin]      2.4.0cvs150
9892
9893         * src/mimeview.c
9894                 Don't select part on right-click either
9895
9896 2006-09-05 [paul]       2.4.0cvs149
9897
9898         * src/mimeview.c
9899                 completion of previous commit
9900                 Thanks to Colin
9901
9902 2006-09-05 [colin]      2.4.0cvs148
9903
9904         * src/mimeview.c
9905                 Don't force selection on middle-click, just open
9906
9907 2006-09-04 [colin]      2.4.0cvs147
9908
9909         * src/mimeview.c
9910                 Looks like gtk_notebook_set_current_page()
9911                 sometimes steals focus, and this annoys us
9912                 in MimeViewers as it renders navigation
9913                 keys useless. Take back focus after switching
9914                 pages.
9915
9916 2006-09-04 [colin]      2.4.0cvs146
9917
9918         * src/messageview.c
9919                 Set stop_loading when clicking on Next
9920                 during load. Don't add a callback to 
9921                 avoid over-complicating things.
9922
9923 2006-09-04 [colin]      2.4.0cvs145
9924
9925         * src/mimeview.c
9926         * src/messageview.c
9927                 Fix multiple loads in separate messageview
9928
9929 2006-09-04 [colin]      2.4.0cvs144
9930
9931         * src/summaryview.c
9932                 Let navigation keys be handled during 
9933                 load
9934
9935 2006-09-04 [colin]      2.4.0cvs143
9936
9937         * src/messageview.c
9938         * src/summaryview.c
9939         * src/textview.c
9940         * src/textview.h
9941                 Make loading of huge mails (lots of text and/or
9942                 images) cancellable, so the GUI doesn't block 
9943
9944 2006-09-04 [colin]      2.4.0cvs142
9945
9946         * src/plugins/trayicon/trayicon.c
9947                 Fix annoyance when removing a folder with 
9948                 unread mails: trayicon didn't update
9949
9950 2006-09-04 [paul]       2.4.0cvs141
9951
9952         * src/gtk/icon_legend.c
9953                 straighten up columns
9954                 Patch by Fabien Vantard
9955
9956 2006-09-04 [wwp]        2.4.0cvs140
9957
9958         * src/prefs_filtering.c
9959                 fix new line's account name in filtering prefs:
9960                 was "All", is now "(New)".
9961
9962 2006-09-04 [paul]       2.4.0cvs139
9963
9964         * tools/make.themes.project
9965                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9966                 instead of homebrewed "make release"
9967
9968 2006-09-03 [colin]      2.4.0cvs138
9969
9970         * src/folderview.c
9971                 Fix bug #1007 (Wrong folder highlighted)
9972
9973 2006-09-03 [colin]      2.4.0cvs137
9974
9975         * src/compose.c
9976                 Don't set Newsgroup: header to a mail folder
9977                 path
9978
9979 2006-09-03 [paul]       2.4.0cvs136
9980
9981         * src/prefs_other.c
9982         * src/prefs_spelling.c
9983                 unify the gui
9984
9985 2006-09-03 [paul]       2.4.0cvs135
9986
9987         * src/prefs_summaries.c
9988                 correct menu item text in prefs_keybind_apply_clicked()
9989
9990 2006-09-03 [paul]       2.4.0cvs134
9991
9992         * manual/advanced.xml
9993                 some improvements to the descriptions
9994         * src/mainwindow.c
9995         * src/messageview.c
9996         * src/summaryview.c
9997         * src/gtk/menu.c
9998                 fix menu sensitivity issues
9999         * src/prefs_message.c
10000                 drop the useless word 'short'
10001         * src/prefs_other.c
10002                 add the word 'lines' indicating log length
10003                 is a measure of lines
10004         * src/textview.c
10005                 fix compilation warnings
10006
10007 2006-09-02 [colin]      2.4.0cvs133
10008
10009         * src/messageview.c
10010                 Display a special return-receipt message
10011                 if the message is from the user
10012         * src/summaryview.c
10013                 Fix missing freeze of the list when marking
10014                 all read and unthreading for exec. Thanks
10015                 to Stephan Sachse.
10016
10017 2006-09-02 [paul]       2.4.0cvs132
10018
10019         * src/mainwindow.c
10020         * src/prefs_message.c
10021         * src/summaryview.c
10022                 fix some english
10023
10024 2006-09-02 [wwp]        2.4.0cvs131
10025
10026         * src/prefs_filtering.c
10027                 added an account name column to the filtering rules
10028                 dialog.
10029
10030 2006-09-02 [colin]      2.4.0cvs130
10031
10032         * src/gtk/logwindow.c
10033         * src/gtk/logwindow.h
10034                 Block scrolling if we're not at the end
10035                 of the log
10036
10037 2006-09-02 [colin]      2.4.0cvs129
10038
10039         * src/folder.c
10040                 Make sure account-specific rules can't
10041                 be used in {pre-,post-,}processing
10042         * src/mainwindow.c
10043         * src/gtk/logwindow.c
10044         * src/gtk/logwindow.h
10045                 Jump to last error when clicking on the
10046                 warning icon
10047
10048 2006-09-02 [colin]      2.4.0cvs128
10049
10050         * src/imap.c
10051         * src/import.c
10052         * src/mainwindow.c
10053         * src/mainwindow.h
10054                 Fix warning icon
10055         * src/inc.c
10056         * src/mbox.c
10057         * src/mbox.h
10058                 Let proc_mbox know its account, for
10059                 account-specific rules
10060
10061 2006-09-01 [colin]      2.4.0cvs127
10062
10063         * src/codeconv.c
10064                 Don't uselessly use iconv to convert from
10065                 us-ascii
10066         * src/alertpanel.c
10067         * src/mainwindow.c
10068         * src/mainwindow.h
10069         * src/inc.c
10070                 Fix certain log cases, disable warning icon
10071                 for now, the correct way to display it when
10072                 necessary and only when necessary is probably
10073                 to do it manually rather than use error logs
10074         * src/etpan/imap-thread.c
10075                 Clean up UID logging a bit
10076         * src/gtk/logwindow.c
10077         * src/gtk/logwindow.h
10078                 Make logging faster when the window's closed
10079
10080 2006-09-01 [wwp]        2.4.0cvs126
10081
10082         * manual/fr/account.xml
10083                 reflect changes to the ref. manual (parts of cvs72):
10084                 fix tabnames and quotes.
10085
10086 2006-09-01 [wwp]        2.4.0cvs125
10087
10088         * manual/fr/plugins.xml
10089                 reflect changes to the reference manual (cvs42):
10090                 update IRC channel info.
10091
10092 2006-09-01 [wwp]        2.4.0cvs124
10093
10094         * commitHelper
10095                 use CVSEDITOR env. var. if set, according to `man cvs`.
10096
10097 2006-09-01 [wwp]        2.4.0cvs123
10098
10099         * manual/advanced.xml
10100                 better sentence again (thanks to Paul).
10101
10102 2006-09-01 [wwp]        2.4.0cvs122
10103
10104         * manual/advanced.xml
10105         fix definition of toolbar_detachable and rework a bit the one of
10106         enable_dotted_lines.
10107
10108 2006-09-01 [mones]      2.4.0cvs121
10109
10110         * manual/advanced.xml
10111                 Document enable_dotted_lines
10112
10113 2006-09-01 [paul]       2.4.0cvs120
10114
10115         * src/folderview.c
10116         * src/folderview.h
10117         * src/imap.c
10118         * src/mainwindow.c
10119         * src/summaryview.c
10120                 obey the 'When entering folder...' option
10121                 when using the /View/Go to/... menu items
10122                 Thanks to Colin
10123
10124 2006-08-31 [colin]      2.4.0cvs119
10125
10126         * src/folderview.c
10127                 Revert 2.4.0cvs116, wrong fix.
10128
10129 2006-08-31 [colin]      2.4.0cvs118
10130
10131         * src/gtk/gtksctree.c
10132                 Better state the various copyrights
10133
10134 2006-08-31 [colin]      2.4.0cvs117
10135
10136         * src/prefs_common.c
10137                 fix enable_dotted_lines
10138
10139 2006-08-31 [colin]      2.4.0cvs116
10140
10141         * src/folderview.c
10142                 Use pref "Always open on select" when going
10143                 to next unread folder
10144         * src/gtk/gtksctree.c
10145                 Fix link failure to _gtk_clist_create_cell_layout
10146                 on certain computers. (Why not mine, I wonder)
10147
10148 2006-08-31 [colin]      2.4.0cvs115
10149
10150         * src/procmsg.c
10151         * src/textview.c
10152         * src/plugins/bogofilter/bogofilter.c
10153         * src/plugins/spamassassin/spamassassin.c
10154                 Requalify some "errors" to warnings
10155         * src/mainwindow.c
10156         * src/mainwindow.h
10157         * src/statusbar.c
10158                 Add an icon in the statusbar to notify
10159                 of errors
10160         * src/gtk/gtksctree.c
10161         * src/folderview.c
10162         * src/summaryview.c
10163                 Make the GtkSCTree look more modern by
10164                 alternating background lines
10165         * src/prefs_common.c
10166         * src/prefs_common.h
10167                 Add a pref to let people have the old
10168                 way if they prefer
10169
10170
10171 2006-08-30 [colin]      2.4.0cvs114
10172
10173         * src/procmsg.c
10174         * src/procmsg.h
10175                 Provide a way to filter a list of
10176                 messages in an optimised manner, and
10177                 add a list-filtering hook
10178         * src/folder.c
10179         * src/inc.c
10180         * src/mbox.c
10181                 Use the list filtering
10182         * src/plugins/bogofilter/bogofilter.c
10183                 Use the list-filtering hook
10184                 Use -b (bulk) mode for more speed
10185                 when learning and filtering
10186         * src/etpan/imap-thread.c
10187                 Make log output shorter in UID SEARCH
10188
10189
10190 2006-08-30 [colin]      2.4.0cvs113
10191
10192         * src/plugins/bogofilter/bogofilter.c
10193                 Really fast mass learning - thanks to David
10194                 Relson for the options explanations :)
10195
10196 2006-08-30 [colin]      2.4.0cvs112
10197
10198         * src/msgcache.c
10199                 Fix compilation on FreeBSD. Thanks
10200                 to Michael Hugues
10201
10202 2006-08-29 [colin]      2.4.0cvs111
10203
10204         * src/folderview.c
10205                 Handle "popup_menu" signal (for popping the 
10206                 menu via the keyboard)
10207         * src/mimeview.c
10208         * src/mimeview.h
10209         * src/summaryview.c
10210         * src/textview.c
10211         * src/gtk/gtkutils.c
10212         * src/gtk/gtkutils.h
10213                 Factorize scrolling code, and add an API 
10214                 for MimeViewers to handle scroll orders
10215
10216 2006-08-29 [wwp]        2.4.0cvs110
10217
10218         * src/plugins//bogofilter/bogofilter.c
10219         * src/plugins//spamassassin/spamassassin.c
10220                 make the bogofilter/spamassassin filtering error dialogs at
10221         incorporation obey to the "don't popup error dialog on
10222         receive error" option. If disabled, feed the log window w/
10223         the error message.
10224
10225 2006-08-29 [paul]
10226
10227         2.5.0-rc2 released
10228
10229 2006-08-29 [paul]       2.4.0cvs109
10230
10231         * Makefile.am
10232                 remove 'make release', it's not needed
10233                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10234
10235 2006-08-29 [paul]       2.4.0cvs108
10236
10237         * src/foldersel.c
10238         * src/summary_search.c
10239         * src/gtk/progressdialog.c
10240         * src/plugins/pgpcore/passphrase.c
10241                 replace deprecated gtk_window_set_policy()
10242
10243 2006-08-29 [colin]      2.4.0cvs107
10244
10245         * src/folder.c
10246                 Fix data loss when copy fails during a move:
10247                 only use fast remove_msgs if everything was
10248                 copied OK; else use slow remove_msg on the
10249                 mails that got copied only.
10250
10251 2006-08-28 [paul]       2.4.0cvs106
10252
10253         * src/mh.c
10254                 revert change in 2.4.0cvs104, it breaks
10255                 stuff
10256
10257 2006-08-28 [paul]       2.4.0cvs105
10258
10259         * src/plugins/spamassassin/spamassassin.c
10260                 english fix
10261
10262 2006-08-28 [paul]       2.4.0cvs104
10263
10264         * src/mh.c
10265                 fix data loss when moving to another
10266                 mailbox fails
10267         * src/prefs_spelling.c
10268                 improve the english
10269         * src/gtk/pluginwindow.c
10270                 improve the layout of the dialog text
10271         All thanks to Colin
10272
10273 2006-08-28 [paul]       2.4.0cvs103
10274
10275         * src/plugins/bogofilter/bogofilter.c
10276         * src/plugins/bogofilter/bogofilter_gtk.c
10277                 fix english up a bit, innit
10278
10279 2006-08-28 [paul]       2.4.0cvs102
10280
10281         * configure.ac
10282         * po/Makefile.in.in
10283         * po/Makevars
10284                 require autoconf 2.60, enabling building
10285                 with gettext 0.15 (gettext 0.14.x build still
10286                 possible). Replace Makefiles with versions
10287                 from gettext 0.15.
10288                 Remove configure options --with-localedir and
10289                 --with-mandir. The options that are provided
10290                 directly by autoconf 2.60 can be used instead:
10291                 --mandir --localedir
10292
10293 2006-08-27 [colin]      2.4.0cvs101
10294
10295         * src/plugins/bogofilter/Makefile.am
10296                 Fix make dist (no README)
10297
10298 2006-08-27 [colin]      2.4.0cvs100
10299
10300         * src/folder.c
10301                 Don't use F_UNKNOWN folders for any default
10302                 outbox/trash/etc
10303         * src/plugins/bogofilter/bogofilter.c
10304         * src/plugins/bogofilter/bogofilter.h
10305         * src/plugins/bogofilter/bogofilter_gtk.c
10306                 Add an option to specify the path to bogofilter
10307                 Use single-quotes to be able to learn in folders
10308                 with spaces in their names
10309                 Verify learning status
10310
10311 2006-08-27 [colin]      2.4.0cvs99
10312
10313         * manual/faq.xml
10314         * manual/plugins.xml
10315                 Document Bogofilter plugin
10316
10317 2006-08-27 [colin]      2.4.0cvs98
10318
10319         * src/compose.c
10320         * src/messageview.c
10321         * src/procmsg.c
10322         * src/procmsg.h
10323                 When possible, copy the queued mail to sent folder
10324                 instead of re-adding. Much faster on IMAP.
10325
10326 2006-08-27 [colin]      2.4.0cvs97
10327
10328         * src/msgcache.c
10329                 Disable mmaped caches - huge metadata loss
10330                 here after a power failure.
10331         * src/summaryview.c
10332                 Add quicksearch timing
10333         * src/common/plugin.c
10334         * src/common/plugin.h
10335                 Implement an interface to tell what plugins
10336                 provide. Prevent loading of similar plugins.
10337         * src/plugins/clamav/clamav_plugin.c
10338         * src/plugins/demo/demo.c
10339         * src/plugins/dillo_viewer/dillo_viewer.c
10340         * src/plugins/pgpcore/plugin.c
10341         * src/plugins/pgpinline/pgpinline.c
10342         * src/plugins/pgpmime/pgpmime.c
10343         * src/plugins/spamassassin/spamassassin.c
10344         * src/plugins/trayicon/trayicon.c
10345                 Implement plugin_provides()
10346
10347 2006-08-27 [colin]      2.4.0cvs96
10348
10349         * configure.ac
10350         * src/plugins/Makefile.am
10351         * src/plugins/bogofilter/.cvsignore
10352         * src/plugins/bogofilter/Makefile.am
10353         * src/plugins/bogofilter/bogofilter.c
10354         * src/plugins/bogofilter/bogofilter.h
10355         * src/plugins/bogofilter/bogofilter_gtk.c
10356                 New Bogofilter plugin, provides filtering and
10357                 learning. Spamassassin will go to extra plugins.
10358
10359 2006-08-26 [mones]      2.4.0cvs95
10360
10361         * manual/handling.xml
10362                 Fix subfolder path in the example (thanks to Paul) 
10363
10364 2006-08-26 [mones]      2.4.0cvs94
10365
10366         * manual/glossary.xml
10367                 2.2. + add ISP to the glossary
10368                 7.5. + Add UIDL to glossary
10369                 7.7. + Add TCP to glossary
10370         * manual/handling.xml
10371                 7.1. + Mentions GNU/Linux distribution, what about the non...
10372                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10373                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10374                 7.4. = Use appropriate quotation for commands
10375                 7.6. = change "" to <quote></quote>
10376         * manual/plugins.xml
10377                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10378         * manual/starting.xml
10379                 2.1. + local mbox file: some examples of mbox file locations...
10380                 Also reformatted files requiring it
10381
10382 2006-08-26 [wwp]        2.4.0cvs93
10383
10384         * src/summary_search.c
10385                 disable find buttons while summary search is running.
10386
10387 2006-08-25 [colin]      2.4.0cvs92
10388
10389         * src/folder.c
10390         * src/folderutils.c
10391         * src/mh.c
10392         * src/procmsg.h
10393         * src/summaryview.c
10394                 Speed up MH moving, and add progressbar
10395                 for MH deletion
10396         * src/msgcache.c
10397                 Write cache files using mmap() too
10398
10399 2006-08-25 [wwp]        2.4.0cvs91
10400
10401         * src/summaryview.c
10402                 switch spam<->ham button when a message has been marked as spam or ham
10403                 and is still selected. Thanks to Colin.
10404
10405 2006-08-25 [paul]       2.4.0cvs90
10406
10407         * src/Makefile.am
10408         * src/stock_pixmap.c
10409         * src/stock_pixmap.h
10410         * src/summaryview.c
10411         * src/gtk/icon_legend.c
10412         * src/pixmaps/copied.xpm
10413         * src/pixmaps/moved.xpm
10414                 add icons for delayed execution marked for
10415                 copying, marked for moving
10416
10417 2006-08-25 [mones]      2.4.0cvs89
10418
10419         * manual/glossary.xml
10420                 Fix the other glossary items:
10421                 5.1. = Inmmediate execution -> <quote>immediate execution...
10422                 5.2. = Fix MBOX capitalization -> Mbox
10423                 5.3. + Improve Plugins def. w/ tech. ref.
10424                 5.4. = Quotation -> replace '>' by <quote>></quote>
10425                 5.5. - SMTP Server. -> remove dot
10426         * po/es.po
10427                 Updated translation
10428
10429 2006-08-25 [mones]      2.4.0cvs88
10430
10431         * manual/ack.xml
10432                 Reformatted, changed email address
10433         * manual/glossary.xml
10434                 Reformatted, fixed MANUAL-TODO items:
10435                 8.2. + add ROT-13 to glossary
10436                 8.4. + add URL to glossary
10437         * manual/es/advanced.xml
10438                 Fixed <literal>s
10439
10440 2006-08-25 [paul]       2.4.0cvs87
10441
10442         * src/gtk/icon_legend.c
10443                 add 'marked for deletion' icon
10444                 arrange icons by containing column
10445                 wrap long label text
10446
10447 2006-08-25 [colin]      2.4.0cvs86
10448
10449         * src/common/utils.c
10450         * src/common/utils.h
10451                 Add the sc_g_*list_bigger functions in
10452                 a place everyone can use it
10453         * src/summaryview.c
10454                 Only freeze/thaw the list when working
10455                 on the selection, if it's bigger than 1
10456         * src/gtk/gtksctree.c
10457                 Only freeze/thaw the list when unselec-
10458                 ting 'all' if ('all' != 1)
10459                 This avoids some flickering
10460
10461 2006-08-24 [colin]      2.4.0cvs85
10462
10463         * src/addressbook.c
10464                 Fix strange list selection
10465                 Fix random seg (Invalid read of freed memory)
10466
10467 2006-08-24 [colin]      2.4.0cvs84
10468
10469         * src/alertpanel.c
10470         * src/gtk/inputdialog.c
10471         * src/plugins/pgpcore/passphrase.c
10472                 Revert minimal width patch of 2.4.0cvs67,
10473                 as it is also a maximal width. Use 
10474                 gtk_window_set_default_size instead.
10475
10476 2006-08-24 [colin]      2.4.0cvs83
10477
10478         * src/msgcache.c
10479                 Write cache/mark to temp files before
10480                 overwriting old ones (avoids metadata
10481                 loss if writing the new files fail).
10482                 Use mmap() to read cache/mark file, as
10483                 this makes cache reading faster. Dis-
10484                 abled for big-endian machines until it
10485                 can be tested. (Big-endian users: set
10486                 msgcache_use_mmap = TRUE in the relevant
10487                 #if).
10488         * src/procmsg.h
10489                 Move rarely used fields of MsgInfo in 
10490                 another structure, which will only be
10491                 allocated if needed. Face, X-Face,
10492                 Return receipt headers and List-*
10493                 headers are moved. Mails having none
10494                 of these occupy 52 bytes less with
10495                 this patch, which makes 2.5MB of RAM
10496                 saved on a 50k folder).
10497         * src/headerview.c
10498         * src/mainwindow.c
10499         * src/messageview.c
10500         * src/partial_download.c
10501         * src/procheader.c
10502         * src/procmsg.c
10503         * src/textview.c
10504                 Follow this structure change.
10505
10506 2006-08-24 [wwp]        2.4.0cvs82
10507
10508         * manual/es/.cvsignore
10509         * manual/es/dist/.cvsignore
10510         * manual/es/dist/html/.cvsignore
10511         * manual/es/dist/pdf/.cvsignore
10512         * manual/es/dist/ps/.cvsignore
10513         * manual/es/dist/txt/.cvsignore
10514                 more (generated) files to ignore.
10515
10516 2006-08-24 [colin]      2.4.0cvs81
10517
10518         * src/folder.c
10519         * src/mh.c
10520                 Fix possible problems with local delivery. Check the folder doesn't
10521                 need scan before setting its mtime when saving cache (which can be
10522                 done long after the folder's been modified by an external process);
10523                 Check that the stored item's mtime didn't change in mh functions.
10524
10525 2006-08-24 [mones]      2.4.0cvs80
10526
10527         * manual/advanced.xml
10528                 Rewrapping, some fixes and MANUAL-TODO items:
10529                 8.1. = change "" to <quote></quote>
10530                 8.3. = quote menu items
10531                 8.5. - deploying -> new user ... ideally a new user (redundant)
10532
10533 2006-08-23 [colin]      2.4.0cvs79
10534
10535         * src/gtk/gtksctree.c
10536                 When selecting or deselecting range, only
10537                 freeze/thaw when selection is bigger than 10
10538
10539 2006-08-23 [colin]      2.4.0cvs78
10540
10541         * src/messageview.c
10542         * src/mimeview.c
10543         * src/mimeview.h
10544         * src/plugins/dillo_viewer/dillo_viewer.c
10545                 Provide an API for MimeViewer plugins to
10546                 return a text selection for replying
10547
10548 2006-08-23 [colin]      2.4.0cvs77
10549
10550         * src/image_viewer.c
10551         * src/textview.c
10552                 Use gtk_pixbuf_new_from_file_at_scale(), which
10553                 is faster than getting the pixbuf then resizing
10554                 it.
10555
10556 2006-08-23 [colin]      2.4.0cvs76
10557
10558         * src/procmime.c
10559                 UTF-8 should be sent Quoted-printable
10560
10561 2006-08-22 [colin]      2.4.0cvs75
10562
10563         * src/mh.c
10564                 Check if scan is required before touching
10565                 the folder (or it'll be required every time)
10566
10567 2006-08-22 [colin]      2.4.0cvs74
10568
10569         * configure.ac
10570                 Require libetpan 0.46 (crasher fix when built
10571                 against gnutls)
10572
10573 2006-08-22 [colin]      2.4.0cvs73
10574
10575         * src/folder.c
10576                 Set folder's mtime after writing its
10577                 cache
10578         * src/folderview.c
10579                 Add some timing
10580         * src/procmsg.c
10581                 Don't do useless stuff if we don't 
10582                 thread by subject
10583         * src/summaryview.c
10584                 Add some timing, don't deselect prior
10585                 to selecting (gtksctree does it itself),
10586                 remove crash avoidance hacks as it's been
10587                 properly fixed since a while
10588         * src/common/utils.c
10589                 Optimize to_human_readable(): _() is slow,
10590                 do it only once, and avoid %f format for KB
10591                 (the most common in a summaryview)
10592         * src/gtk/gtksctree.c
10593                 Don't uselessly freeze/thaw (fixes flicker
10594                 on next unread and friends), reduce number
10595                 of g_list_nth/g_list_position where possible
10596         * src/gtk/gtkutils.c
10597         * src/gtk/gtkutils.h
10598                 Reduce number of g_list_nth/g_list_position
10599                 where possible.
10600                 All of this makes loading as 70k folder 2.1
10601                 seconds instead of 3.2 (with hot FS caches).
10602                 (1.3 seconds without Date and Size columns...)
10603
10604 2006-08-22 [paul]       2.4.0cvs72
10605
10606         wrap documents and do some items from mones' MANUAL-TODO:
10607
10608         * manual/account.xml
10609                 4.1. = fix tabname references to <quote>tabname</quote>
10610                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10611         * manual/faq.xml
10612                 1.1. = mentioned options don't match UI
10613                 Add information about the 'Never send Return Receipts'
10614                 option
10615         * manual/handling.xml
10616                 6.2. = Mentions Extended symbols button, but now is
10617                 named Information
10618                 6.3. = Mentions ... button, which is now Edit
10619
10620 2006-08-22 [colin]      2.4.0cvs71
10621
10622         * src/gtk/pluginwindow.c
10623                 Fix layout in verbose translations (such
10624                 as french)
10625
10626 2006-08-22 [paul]       2.4.0cvs70
10627
10628         * manual/Makefile.am
10629                 build manuals in alphabetical order
10630         * src/addressbook.c
10631         * src/prefs_themes.c
10632                 replace/remove deprecated symbols
10633         * src/gtk/gtkutils.c
10634                 fix a warning
10635         * src/gtk/pluginwindow.c
10636                 replace deprecated symbol
10637                 replace label text and move it
10638         * src/plugins/pgpcore/prefs_gpg.c
10639                 move the 'Generate...' button out of the
10640                 Sign Key frame, replace the English used
10641         * src/plugins/pgpcore/sgpgme.c
10642                 fixes to the English
10643
10644 2006-08-21 [colin]      2.4.0cvs69
10645
10646         * src/plugins/trayicon/trayicon.c
10647                 Add more strings for translation; patch
10648                 by Pawel
10649
10650 2006-08-21 [colin]      2.4.0cvs68
10651
10652         * src/compose.c
10653                 fix replied flag not set after drafting
10654         * src/matcher.c
10655                 fix body quicksearch in non-encoded bodies
10656                 containing '='
10657         * src/msgcache.c
10658                 Get rid of the g_malloc workaround for
10659                 corrupted caches, use g_try_malloc
10660
10661 2006-08-21 [colin]      2.4.0cvs67
10662
10663         * src/alertpanel.c
10664         * src/gtk/inputdialog.c
10665         * src/plugins/pgpcore/passphrase.c
10666                 Set minimal width to 375
10667         * src/mainwindow.c
10668                 Fix switching to offline, asking if it 
10669                 should be overriden for synchronising
10670         * src/mimeview.c
10671                 Don't offer to remember command on Open 
10672                 with for text parts, as the browser or 
10673                 text editor command isn't changed from 
10674                 there
10675
10676 2006-08-20 [paul]       2.4.0cvs66
10677
10678         * po/ko.po
10679         * po/zh_CN.po
10680                 fix plural form errors. revealed by stricter
10681                 checking of gettext 0.15
10682
10683 2006-08-18 [paul]       2.4.0cvs65
10684
10685         * src/stock_pixmap.c
10686                 fix the fix of 2.4.0cvs64
10687                 Thanks to Colin
10688
10689 2006-08-18 [paul]       2.4.0cvs64
10690
10691         * src/stock_pixmap.c
10692                 fix leaks
10693                 Thanks to Colin
10694
10695 2006-08-18 [paul]       2.4.0cvs63
10696
10697         * src/compose.c
10698         * src/procmsg.c
10699                 fix occasional IMAP bug where large msgs
10700                 were left in the queue folder after sending
10701                 Thanks to Colin
10702
10703 2006-08-18 [paul]       2.4.0cvs62
10704
10705         * src/folderview.c
10706                 freeze the summaryview while quicksearch results
10707                 are displayed
10708                 (fixes bug 456 'current message is hidden when the
10709                 view is refreshed and extended search is "unread 
10710                 messages"')
10711                 Thanks to Colin
10712         * src/textview.c
10713                 add missing #include "inputdialog.h"
10714         * src/common/utils.h
10715                 add missing mailcap_update_default() and improve
10716                 readability
10717
10718 2006-08-17 [colin]      2.4.0cvs61
10719
10720         * src/plugins/pgpcore/select-keys.c
10721                 Fix warnings :)
10722
10723 2006-08-17 [colin]      2.4.0cvs60
10724
10725         * src/compose.c
10726                 Don't continue queuing if Cancel is clicked
10727                 in select-keys
10728
10729 2006-08-17 [colin]      2.4.0cvs59
10730
10731         * src/plugins/pgpcore/select-keys.c
10732                 When encrypting, if only one key matches and it 
10733                 matches exactly, automatically use it.
10734
10735 2006-08-17 [colin]      2.4.0cvs58
10736
10737         * src/mimeview.c
10738         * src/prefs_common.c
10739         * src/prefs_common.h
10740         * src/prefs_ext_prog.c
10741         * src/textview.c
10742                 Fix issues with previous patch (text/html)
10743                 Remove outdated prefs
10744
10745 2006-08-17 [colin]      2.4.0cvs57
10746
10747         * src/imap.c
10748                 Add View Log button on auth error
10749         * src/procmsg.c
10750                 Fix encrypted mail marked as new when
10751                 saved in normal folders
10752         * src/plugins/pgpinline/pgpinline.c
10753                 Fix encrypt bug on IMAP
10754         * src/mimeview.c
10755         * src/common/utils.c
10756         * src/common/utils.h
10757         * src/gtk/inputdialog.c
10758         * src/gtk/inputdialog.h
10759                 Get rid of metamail stuff, simplify
10760                 opening, and allow remembering of user's
10761                 choices (by updating ~/.mailcap). There's
10762                 still to drop "Audio player" and "Image
10763                 viewer" preferences.
10764
10765 2006-08-17 [mones]      2.4.0cvs56
10766
10767         * manual/es/sylpheed-claws-manual.xml
10768                 fix DTD path
10769
10770 2006-08-17 [mones]      2.4.0cvs55
10771
10772         * configure.ac
10773         * manual/Makefile.am
10774         * manual/es/Makefile.am
10775         * manual/es/account.xml
10776         * manual/es/ack.xml
10777         * manual/es/addrbook.xml
10778         * manual/es/advanced.xml
10779         * manual/es/faq.xml
10780         * manual/es/glossary.xml
10781         * manual/es/gpl.xml
10782         * manual/es/handling.xml
10783         * manual/es/intro.xml
10784         * manual/es/keyboard.xml
10785         * manual/es/plugins.xml
10786         * manual/es/starting.xml
10787         * manual/es/sylpheed-claws-manual.xml
10788         * manual/es/dist/Makefile.am
10789         * manual/es/dist/html/Makefile.am
10790         * manual/es/dist/pdf/Makefile.am
10791         * manual/es/dist/ps/Makefile.am
10792         * manual/es/dist/txt/Makefile.am
10793                 Spanish translation for the manual
10794
10795 2006-08-16 [colin]      2.4.0cvs54
10796
10797         * src/compose.c
10798         * src/main.c
10799         * src/mainwindow.c
10800                 Fix send button sensitivity at startup
10801                 Set send menu sensitivity (patch by Fabien)
10802         * src/ssl_manager.c
10803                 Enable closing with esc (patch by Fabien)
10804         * src/gtk/foldersort.c
10805                 Enable closing with esc (patch by Fabien)
10806         * src/procmime.c
10807                 Optimisation (no need to copy to tempfile to
10808                 "decode" 7bit and 8bit)
10809         * src/summaryview.c
10810                 Fix cruft in swap_from case
10811         * src/textview.c
10812                 Fix missing last line in some mail cases 
10813                 (Fixes debian #381872)
10814         * src/plugins/pgpcore/prefs_gpg.c
10815         * src/plugins/pgpcore/sgpgme.c
10816         * src/plugins/pgpcore/sgpgme.h
10817                 Don't show "no key found" when user explicitely
10818                 wants to create a key
10819
10820 2006-08-16 [paul]       2.4.0cvs53
10821
10822         * configure.ac
10823         * src/account.c
10824         * src/addressbook.c
10825         * src/headerview.c
10826         * src/prefs_account.c
10827         * src/prefs_message.c
10828         * src/gtk/gtkutils.c
10829                 bump up minimum required versions of GTK+ and
10830                 GLIB to 2.6.0
10831
10832 2006-08-16 [paul]       2.4.0cvs52
10833
10834         * src/toolbar.c
10835                 workaround GTK+ Bug 351600 - 'Can't re-click
10836                 on button after sensitivity update'
10837                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10838                 Thanks to Colin
10839
10840 2006-08-15 [colin]      2.4.0cvs51
10841
10842         * src/plugins/pgpcore/prefs_gpg.c
10843                 Set options sensitivity according to
10844                 key existence
10845         * src/plugins/pgpcore/sgpgme.c
10846                 Allow to create key with no passphrase
10847
10848 2006-08-14 [cleroy]     2.4.0cvs50
10849
10850         * src/gtk/pluginwindow.c
10851                 New layout (maybe to be changed?)
10852         * src/gtk/gtkutils.c
10853                 Fix a bit label_window
10854         * src/plugins/pgpcore/passphrase.c
10855         * src/plugins/pgpcore/passphrase.h
10856         * src/plugins/pgpcore/plugin.c
10857         * src/plugins/pgpcore/prefs_gpg.c
10858         * src/plugins/pgpcore/prefs_gpg.h
10859         * src/plugins/pgpcore/sgpgme.c
10860         * src/plugins/pgpcore/sgpgme.h
10861                 Allow to create a PGP private key via the GUI
10862
10863 2006-08-14 [wwp]        2.4.0cvs49
10864
10865         * src/addressbook_foldersel.c
10866                 fix strict ISO C90 compliance.
10867
10868 2006-08-14 [paul]       2.4.0cvs48
10869
10870         * src/gtk/prefswindow.c
10871                 re-set scrolled window on opening
10872                 Patch by Ticho
10873
10874 2006-08-14 [paul]
10875
10876         2.5.0-rc1 released
10877
10878 2006-08-14 [paul]       2.4.0cvs47
10879
10880         * src/prefs_display_header.c
10881                 re-enable user-defined Displayed Headers
10882
10883 2006-08-14 [paul]       2.4.0cvs46
10884
10885         * src/prefs_account.c
10886                 use GTK_STOCK_EDIT
10887
10888 2006-08-13 [colin]      2.4.0cvs45
10889
10890         * src/common/utils.c
10891                 Fix "a" in quote when the original message is empty,
10892                 by using \0 instead of 'a' to test writability of
10893                 temp files.
10894
10895 2006-08-13 [wwp]        2.4.0cvs44
10896
10897         * src/plugins/spamassassin/spamassassin.c
10898                 fix capitalization of "SpamAssassin" in some debug, log and
10899                 dialog messages.
10900
10901 2006-08-13 [paul]       2.4.0cvs43
10902
10903         * src/editldap.c
10904                 fix overlapping widgets
10905         * src/prefs_account.c
10906                 fix translation of protocol_names[]
10907                 fix label disappearing off the edge of the
10908                 visible area
10909
10910 2006-08-12 [paul]       2.4.0cvs42
10911
10912         * manual/plugins.xml
10913                 update IRC channel info before it gets forgotten
10914                 about
10915
10916 2006-08-11 [colin]      2.4.0cvs41
10917
10918         * src/compose.c
10919         * src/mainwindow.c
10920         * src/mainwindow.h
10921         * src/procmsg.c
10922         * src/procmsg.h
10923         * src/summaryview.c
10924         * src/toolbar.c
10925                 Grey out the Send button if
10926                 - Queue folders are empty, or
10927                 - We're sending already
10928
10929 2006-08-11 [wwp]        2.4.0cvs40
10930
10931         * src/main.c
10932                 fix a logic issue when quitting while a compose window is
10933                 still open, thanks to Colin.
10934
10935 2006-08-10 [colin]      2.4.0cvs39
10936
10937         * src/main.c
10938                 Fix default font size setting after wizard run
10939         * src/imap.c
10940         * src/etpan/imap-thread.c
10941         * src/etpan/imap-thread.h
10942                 Fix bug #999 (Timing out on TSL cert validation 
10943                 dialog makes ugly things happen). Also, STARTTLS
10944                 unconditionnaly if initial capabilities contain
10945                 LOGINDISABLED and STARTTLS.
10946
10947 2006-08-09 [colin]      2.4.0cvs38
10948
10949         * src/mainwindow.c
10950         * src/mainwindow.h
10951                 Fix Tools/Actions sensitivity when there are
10952                 no actions
10953
10954 2006-08-09 [colin]      2.4.0cvs37
10955
10956         * src/prefs_filtering.c
10957                 Warning fix, patch by Paul
10958         * src/messageview.c
10959         * src/prefs_actions.c
10960         * src/prefs_filtering_action.c
10961         * src/prefs_matcher.c
10962                 Uniformisation of "Info ..." to "Info..." (for
10963                 old gtk), patch by Fabien
10964         * src/plugins/clamav/clamav_plugin_gtk.c
10965                 Sensitivity fix by Fabien
10966
10967 2006-08-09 [colin]      2.4.0cvs36
10968
10969         * src/main.c
10970         * src/main.h
10971                 Add a function to know whether we're exiting
10972         * src/plugins/trayicon/trayicon.c
10973                 If exiting, don't do anything. Faster, and
10974                 avoids gtk_main_iteration reentracy causing
10975                 segfaults at exit
10976
10977 2006-08-09 [colin]      2.4.0cvs35
10978
10979         * src/messageview.c
10980         * src/mimeview.c
10981         * src/mimeview.h
10982                 Fix lack of part selection when automatically 
10983                 jumping to a specific part
10984         * src/msgcache.c
10985                 Little optimisation in cache reading
10986
10987 2006-08-09 [colin]      2.4.0cvs34
10988
10989         * src/compose.c
10990                 Fix crash setting the priority on reedit
10991                 (Accessing compose before creating it!)
10992
10993 2006-08-08 [colin]      2.4.0cvs33
10994
10995         * src/procmime.c
10996                 Fix bug #998 (last attachment is not accessible)
10997                 Bad RFC interpretation on multipart close-delimiters
10998         * src/mimeview.c
10999         * src/mimeview.h
11000         * src/gtk/gtkvscrollbutton.c
11001         * src/gtk/gtkvscrollbutton.h
11002                 Make attachments list wheel-scrollable
11003
11004 2006-08-07 [colin]      2.4.0cvs32
11005
11006         * src/gtk/gtkaspell.c
11007                 Fix bug #973 (Unicode punctation characters 
11008                 are not recognized as separators by the
11009                 spell checker); fix unsigned stuff
11010
11011 2006-08-07 [colin]      2.4.0cvs31
11012
11013         * src/compose.c
11014                 Fix bug #956 (DnD text with accents in compose 
11015                 text entry); fix gccc's signed/unsigned fuss
11016
11017 2006-08-06 [colin]      2.4.0cvs30
11018
11019         * src/main.c
11020                 Fix bug #979 (Plugin crashes when exiting 
11021                 sylpheed-claws) : handle exit request only 
11022                 once
11023
11024 2006-08-05 [colin]      2.4.0cvs29
11025
11026         * src/news.c
11027                 Just make sure we have a msgid.
11028
11029 2006-08-05 [colin]      2.4.0cvs28
11030
11031         * src/news.c
11032         * src/summaryview.c
11033                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11034                 by reimplementing it
11035         * src/textview.c
11036                 Fix bug when hiding quotes with level > 3 and quote
11037                 colors are recycled
11038
11039 2006-08-04 [colin]      2.4.0cvs27
11040
11041         * src/compose.c
11042         * src/undo.c
11043         * src/undo.h
11044                 Fix a bit replace-by-pasting undo
11045         * src/mainwindow.c
11046         * src/messageview.c
11047                 Fix Fold quotes menu synchro in
11048                 mainwindow when it changes in 
11049                 messageview
11050         * src/textview.c
11051                 Fix right-click on quotes blocks
11052         * src/common/utils.c
11053                 Verify that the file created by
11054                 my_tmpfile() is writable. Fixes
11055                 bug #988 (very specific filesystem
11056                 issue)
11057         * src/plugins/pgpcore/sgpgme.c
11058                 Fix file descriptor leak
11059         * src/plugins/spamassassin/spamassassin.c
11060                 Warn once if spamd isn't reachable
11061
11062 2006-08-04 [colin]      2.4.0cvs26
11063
11064         * src/toolbar.c
11065                 i18n context patch by Fabien
11066
11067 2006-08-03 [colin]      2.4.0cvs25
11068
11069         * src/mainwindow.c
11070         * src/messageview.c
11071                 Rename "Hide quotes" to "Fold quotes"
11072         * src/textview.c
11073                 Don't use hand cursor on quotes. "all 
11074                 the bonuses of the feature and none of 
11075                 unwelcome side-effects"
11076
11077 2006-08-03 [colin]      2.4.0cvs24
11078
11079         * AUTHORS
11080         * sylpheed-claws.desktop
11081         * src/gtk/authors.h
11082                 Bring the desktop file to XDG compliance
11083                 Patch by Charles A. Edwards
11084
11085 2006-08-03 [colin]      2.4.0cvs23
11086
11087         * src/textview.c
11088                 Fix links offset when they are preceded
11089                 by accentued chars (g_utf8_strlen!)
11090         * src/mainwindow.c
11091                 Fix wrong status when starting offline
11092
11093
11094 2006-08-03 [wwp]        2.4.0cvs22
11095
11096         * src/prefs_common.h
11097                 ask what to do w/ filtering rules that belong to an account when
11098                 applying filtering rules manually from the main window (skip,
11099                 apply regardless of the account, use current account). This dialog
11100                 can be skipped and the last reply used.
11101                 (forgot that file)
11102
11103 2006-08-03 [wwp]        2.4.0cvs21
11104
11105         * src/filtering.c
11106         * src/filtering.h
11107         * src/prefs_common.c
11108         * src/summaryview.c
11109         * src/alertpanel.c
11110         * src/alertpanel.h
11111         * src/messageview.c
11112                 ask what to do w/ filtering rules that belong to an account when
11113                 applying filtering rules manually from the main window (skip,
11114                 apply regardless of the account, use current account). This dialog
11115                 can be skipped and the last reply used.
11116
11117
11118 2006-08-03 [colin]      2.4.0cvs20
11119
11120         * src/textview.c
11121                 Optimize previous patch
11122
11123 2006-08-03 [cleroy]     2.4.0cvs19
11124
11125         * src/textview.c
11126                 Fix quotes getting toggled back when the
11127                 mail has an even number of text parts
11128
11129 2006-08-02 [colin]      2.4.0cvs18
11130
11131         * src/messageview.c
11132                 Add Hide quotes menu
11133
11134 2006-08-02 [colin]      2.4.0cvs17
11135
11136         * src/mainwindow.c
11137         * src/prefs_common.c
11138         * src/textview.c
11139         * src/textview.h
11140         * src/gtk/about.c
11141                 Allow per-level quote hiding,
11142                 Allow toggling quotes by double-clicking them
11143                 Rename RemoteURI to ClickableText to reflect
11144                 the fact it's used for a variety of things
11145
11146 2006-08-02 [wwp]        2.4.0cvs16
11147
11148         * src/mainwindow.c
11149                 fix "View/Hide quotes" menu item status initialization.
11150
11151 2006-08-02 [wwp]        2.4.0cvs15
11152
11153         * src/matcher_parser_parse.y
11154                 remove a debug trace.
11155
11156 2006-08-02 [paul]       2.4.0cvs14
11157
11158         * src/plugins/pgpcore/passphrase.c
11159                 don't set initial dialog size
11160                 make it resizable
11161
11162 2006-08-02 [paul]       2.4.0cvs13
11163
11164         * src/noticeview.c
11165                 remove the rogue '/' character
11166
11167 2006-08-02 [paul]       2.4.0cvs12
11168
11169         * src/noticeview.c
11170                 allow buttons to resize as necessary
11171
11172 2006-08-01 [wwp]        2.4.0cvs11
11173
11174         * src/mbox.c
11175                 fix strict ISO C90 compliance.
11176
11177 2006-08-01 [wwp]        2.4.0cvs10
11178
11179         * tools/update-po
11180                 updated update-po tool to work w/ context-dependent translations.
11181                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11182
11183 2006-08-01 [wwp]        2.4.0cvs9
11184
11185         * src/matcher.c
11186         * src/prefs_filtering.c
11187         * src/prefs_matcher.c
11188                 allow context-dependent translations for "All",
11189                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11190
11191 2006-07-31 [colin]      2.4.0cvs8
11192
11193         * AUTHORS
11194         * src/gtk/authors.h
11195                 Add Rafal to authors
11196
11197 2006-07-31 [colin]      2.4.0cvs7
11198
11199         * src/compose.c
11200         * src/mainwindow.c
11201         * src/messageview.h
11202         * src/prefs_common.c
11203         * src/prefs_common.h
11204         * src/textview.c
11205                 Add 'View/Hide quotes'. Patch based on a patch
11206                 by Rafal Weglarz
11207
11208 2006-07-31 [colin]      2.4.0cvs6
11209
11210         * src/action.c
11211                 Fix problem with "> stuff >" actions
11212
11213 2006-07-31 [paul]       2.4.0cvs5
11214
11215         * po/nb.po
11216                 updated by Geir Helland
11217
11218 2006-07-31 [wwp]        2.4.0cvs4
11219
11220         * src/mainwindow.c
11221         * src/summaryview.c
11222         * src/summaryview.h
11223                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11224                 thanks to Colin.
11225
11226 2006-07-31 [wwp]        2.4.0cvs3
11227
11228         * src/Makefile.am
11229         * src/addr_compl.c
11230         * src/addr_compl.h
11231         * src/addressbook.c
11232         * src/addressbook.h
11233         * src/addressbook_foldersel.c
11234         * src/addressbook_foldersel.h
11235         * src/addrindex.c
11236         * src/addrindex.h
11237         * src/matcher.c
11238         * src/matcher.h
11239         * src/matcher_parser_lex.l
11240         * src/matcher_parser_parse.y
11241         * src/prefs_common.c
11242         * src/prefs_common.h
11243         * src/prefs_filtering.c
11244         * src/prefs_matcher.c
11245         * src/prefs_matcher.h
11246         * src/summaryview.c
11247                 introduce filtering against the address book. It's now possible to add
11248                 matched conditions to determine if any email address in a message matches
11249                 or doesn't match any or all books or folders in the address book.
11250
11251 2006-07-31 [wwp]        2.4.0cvs2
11252
11253         * src/account.c
11254         * src/filtering.c
11255         * src/filtering.h
11256         * src/folder.c
11257         * src/folderview.c
11258         * src/inc.c
11259         * src/mainwindow.c
11260         * src/matcher.c
11261         * src/matcher_parser_lex.l
11262         * src/matcher_parser_parse.y
11263         * src/mbox.c
11264         * src/prefs_filtering.c
11265         * src/prefs_filtering.h
11266         * src/procmsg.c
11267         * src/procmsg.h
11268         * src/summaryview.c
11269                 introduce per-account filtering rules. Each filtering rule can now be assigned
11270                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11271                 when applying filtering rules manually, as all rules will apply - even the ones
11272                 assigned to an account. This issue will be addressed soon.
11273  
11274
11275
11276 2006-07-31 [wwp]        2.4.0cvs1
11277
11278         * src/quote_fmt.c
11279                 make more strings translatable.
11280
11281 2006-07-31 [paul]       2.4.0
11282
11283         2.4.0 released
11284
11285 2006-07-31 [paul]       2.3.1cvs91
11286
11287         * po/ca.po
11288                 updated by Miquel Oliete
11289
11290 2006-07-31 [paul]       2.3.1cvs90
11291
11292         * po/de.po
11293         * po/el.po
11294         * po/fr.po
11295         * po/it.po
11296         * po/pl.po
11297         * po/pt_BR.po
11298         * po/sr.po
11299         * po/zh_CN.po
11300                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11301                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11302                 Aleksandar Urosevic, and Ralgh Young
11303
11304 2006-07-31 [paul]       2.3.1cvs89
11305
11306         * src/account.c
11307         * src/main.c
11308         * src/mainwindow.c
11309         * src/mainwindow.h
11310                 Fix a race condition when, after an SC crash, rescanning
11311                 folders took more than 0.5 seconds
11312                 Thanks to Colin
11313
11314 2006-07-31 [paul]       2.3.1cvs88
11315
11316         * src/folderview.c
11317                 don't translate separator strings
11318
11319 2006-07-30 [mones]      2.3.1cvs87
11320
11321         * doc/man/sylpheed-claws.1
11322                 Fixed non-ASCII chars in Hoa's name
11323         * po/es.po
11324                 Updated for release
11325
11326 2006-07-27 [colin]      2.3.1cvs86
11327
11328         * src/textview.c
11329                 Don't include the leading \n in links
11330                 Patch by Fabien
11331
11332 2006-07-25 [colin]      2.3.1cvs85
11333
11334         * src/mainwindow.c
11335         * src/common/socket.h
11336         * src/etpan/imap-thread.c
11337                 Refresh resolvers before connecting
11338                 to IMAP servers, and after switching
11339                 to online. Thanks to Paul.
11340
11341 2006-07-18 [colin]
11342
11343         * 2.4.0-rc4 released
11344
11345 2006-07-17 [colin]      2.3.1cvs84
11346
11347         * src/inc.c
11348                 Show connection attempt in statusbar before
11349                 connecting (previously first message was
11350                 "Retrieving messages from ..." after the
11351                 connection succeeded.
11352
11353 2006-07-16 [wwp]        2.3.1cvs83
11354
11355         * sylpheed-claws.ico
11356                 Added .ico file (windows multi-size icon file, generated).
11357
11358 2006-07-12 [wwp]        2.3.1cvs82
11359
11360         * src/messageview.c
11361                 remove Message/Re-edit menu entry from messageview window,
11362                 as sent/draft/queued messages are opened in compose window when
11363                 re-edited and it's not possible to re-edit other msgs.
11364
11365 2006-07-12 [paul]       2.3.1cvs81
11366
11367         * AUTHORS
11368         * src/mainwindow.c
11369         * src/gtk/authors.h
11370                 check online state before resetting
11371                 mailcheck timer. Useful if some program
11372                 verifies connection state and updates
11373                 Claws.
11374                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11375
11376 2006-07-12 [paul]       2.3.1cvs80
11377
11378         * sylpheed-claws-128x128.png
11379         * sylpheed-claws-64x64.png
11380         * sylpheed-claws.png
11381         * src/Makefile.am
11382         * src/main.c
11383         * src/prefs_toolbar.c
11384         * src/stock_pixmap.c
11385         * src/stock_pixmap.h
11386         * src/wizard.c
11387         * src/gtk/about.c
11388         * src/gtk/gtkutils.c
11389         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11390         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11391         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11392         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11393         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11394         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11395                 updated and renamed logo/icon files and related
11396                 logo by Jesper Schultz
11397
11398 2006-07-11 [paul]       2.3.1cvs79
11399
11400         * src/main.c
11401                 fix the labels a smidgin
11402
11403 2006-07-09 [colin]      2.3.1cvs78
11404
11405         * src/textview.c
11406                 Show errors in textviewer's command
11407                 Patch by H. Merijn Brand
11408
11409 2006-07-09 [colin]      2.3.1cvs77
11410
11411         * src/compose.c
11412                 Save FMID in drafts too
11413
11414 2006-07-08 [colin]      2.3.1cvs76
11415
11416         * src/compose.c
11417                 Svae RMID in drafted mails too
11418                 Save quote_fmt vars for whole mails,
11419                 don't reset at each quote_fmt_init:
11420                 allows to use the same |i{var} in
11421                 various template fields
11422         * src/prefs_template.c
11423         * src/quote_fmt.h
11424         * src/quote_fmt_parse.y
11425                 Same
11426
11427 2006-07-08 [colin]      2.3.1cvs75
11428
11429         * src/textview.c
11430                 Fix highlighting of attached parts URIs
11431
11432 2006-07-08 [colin]      2.3.1cvs74
11433
11434         * src/main.c
11435                 Prevent bug #981 (sc 2.3.1 segfaults with 
11436                 gtk+ 2.10) from being reported again:
11437                 if Sylpheed-Claws has been compiled against
11438                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11439                 of if Sylpheed-Claws has been compiled against
11440                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11441                 error out.
11442
11443 2006-07-07 [colin]      2.3.1cvs73
11444
11445         * src/prefs_actions.c
11446                 Fix label
11447
11448 2006-07-07 [colin]      2.3.1cvs72
11449
11450         * src/prefs_actions.c
11451                 Fix compile on gtk < 2.8. argh :)
11452
11453 2006-07-07 [paul]       2.3.1cvs71
11454
11455         * src/common/defs.h
11456                 update DONATE_URI
11457
11458 2006-07-07 [colin]      2.3.1cvs70
11459
11460         * po/POTFILES.in
11461         * src/quote_fmt.c
11462         * src/quote_fmt_lex.l
11463         * src/quote_fmt_parse.y
11464                 Add |i{var}, a way to insert user-entered
11465                 text in a template
11466
11467 2006-07-07 [colin]
11468
11469         * 2.4.0-rc3 released
11470
11471 2006-07-07 [colin]      2.3.1cvs69
11472
11473         * src/folder.c
11474                 Don't consider inboxes of UNKNOWN folder 
11475                 classes to be useable as default inboxes
11476
11477 2006-07-07 [paul]       2.3.1cvs68
11478
11479         * src/textview.c
11480                 add missing #include <errno.h>
11481                 Thanks to René J. Blokland
11482
11483 2006-07-07 [paul]       2.3.1cvs67
11484
11485         * src/action.c
11486                 Return now Closes dialog
11487         * src/mimeview.c
11488         * src/mimeview.h
11489         * src/textview.c
11490                 add contextual menu to mime parts listed
11491                 in the textview
11492                 Thanks to Colin
11493         * src/common/utils.c
11494                 reversal: ' is a valid character in URLs
11495
11496 2006-07-06 [colin]      2.3.1cvs66
11497
11498         * src/remotefolder.h
11499                 Forgotten in previous commit
11500
11501 2006-07-06 [colin]      2.3.1cvs65
11502
11503         * src/folder.c
11504                 Set summary update flag whenever
11505                 totals changed
11506         * src/imap.c
11507         * src/prefs_account.c
11508         * src/common/utils.h
11509         * src/etpan/imap-thread.c
11510                 Fix warnings, thanks to Fabien and
11511                 Ricardo
11512
11513 2006-07-06 [wwp]        2.3.1cvs64
11514
11515         * src/gtk/gtkutils.c
11516                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11517
11518 2006-07-06 [wwp]        2.3.1cvs63
11519
11520         * src/account.c
11521         * src/addressbook.c
11522         * src/addressitem.h
11523         * src/folderview.c
11524         * src/mainwindow.c
11525         * src/manual.c
11526         * src/manual.h
11527         * src/message_search.c
11528         * src/prefs_actions.c
11529         * src/prefs_filtering.c
11530         * src/prefs_filtering.h
11531         * src/prefs_template.c
11532         * src/summary_search.c
11533         * src/summaryview.c
11534         * src/gtk/gtkutils.c
11535         * src/gtk/gtkutils.h
11536         * src/gtk/pluginwindow.c
11537                 add help buttons to some dialogs. Clicking such buttons opens a
11538                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11539
11540 2006-07-06 [paul]       2.3.1cvs62
11541
11542         * src/textview.c
11543                 fix attachments contextual menu
11544                 Thanks to Colin
11545
11546 2006-07-05 [colin]      2.3.1cvs61
11547
11548         * src/textview.c
11549         * src/compose.c
11550                 Handle sftp:// links
11551
11552 2006-07-05 [paul]       2.3.1cvs60
11553
11554         * src/gtk/filesel.c
11555                 grab save button by default
11556                 Thanks to Colin
11557
11558 2006-07-05 [wwp]        2.3.1cvs59
11559
11560         * manual/xml2pdf
11561                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11562
11563 2006-07-04 [colin]      2.3.1cvs58
11564
11565         * src/mimeview.c
11566         * src/textview.c
11567                 Use left click to select, middle click to open
11568                 on mimeparts links
11569         * src/common/utils.c
11570                 Fix segfault
11571
11572 2006-07-04 [colin]      2.3.1cvs57
11573
11574         * src/mainwindow.c
11575         * src/news.c
11576                 Warning fixes, thanks to Fabien
11577
11578 2006-07-04 [colin]      2.3.1cvs56
11579
11580         * src/mimeview.c
11581         * src/mimeview.h
11582         * src/textview.c
11583                 Allow parts to be selected via their text label
11584                 in textview
11585
11586 2006-07-04 [colin]      2.3.1cvs55
11587
11588         * src/folderview.c
11589                 Feedback when closing (for big folders)
11590         * src/prefs_actions.c
11591         * src/prefs_filtering.c
11592         * src/prefs_matcher.c
11593         * src/prefs_template.c
11594                 Fix default button when closing without
11595                 having saved
11596
11597 2006-07-04 [colin]      2.3.1cvs54
11598
11599         * src/news.c
11600                 Delete local file on deletion
11601
11602 2006-07-03 [colin]      2.3.1cvs53
11603
11604         * src/folderview.c
11605         * src/main.c
11606                 Don't freeze when rescanning after crash
11607
11608 2006-07-03 [wwp]        2.3.1cvs52
11609
11610         * src/compose.c
11611         * src/privacy.c
11612         * src/privacy.h
11613         * src/plugins/pgpinline/pgpinline.c
11614         * src/plugins/pgpmime/pgpmime.c
11615                 don't report an error when the user cancels the passphrase dialog.
11616
11617 2006-07-02 [colin]      2.3.1cvs51
11618
11619         * src/folderview.c
11620                 Open message when crossing folders with Space,
11621                 goto next unread and friends
11622
11623 2006-07-01 [colin]      2.3.1cvs50
11624
11625         * src/prefs_account.c
11626                 Typographic rules varying from language
11627                 to language (in french "Protocole :"),
11628                 we have to do that :)
11629
11630 2006-07-01 [ticho]      2.3.1cvs49
11631
11632         * src/prefs_account.c
11633                 Only use one temporary gchar* variable in
11634                 prefs_account_protocol_set_optmenu().
11635
11636 2006-07-01 [ticho]      2.3.1cvs48
11637
11638         * src/prefs_account.c
11639         * src/prefs_account.h
11640                 Use GtkLabel for existing account protocol name.
11641                 Created an array for protocol names and populate the
11642                 combobox from it in a for() cycle.
11643
11644 2006-06-30 [colin]      2.3.1cvs47
11645
11646         * src/compose.c
11647                 Block undo when changing signature (by changing
11648                 account)
11649
11650 2006-06-30 [paul]       2.3.1cvs46
11651
11652         * src/send_message.c
11653                 when editing From in the Compose window, use that address
11654                 in the Return-Path: header
11655                 Thanks to Colin
11656
11657 2006-06-30 [colin]      2.3.1cvs45
11658
11659         * src/compose.c
11660                 Fix signature replacement:
11661                 - when no newline before separator
11662                 - when reediting
11663
11664 2006-06-29 [colin]      2.3.1cvs44
11665
11666         * src/folderview.c
11667         * src/folderview.h
11668         * src/mainwindow.c
11669         * src/summaryview.c
11670                 Let 'View/Go to/Next marked' work like
11671                 Next new & Next unread: across folders
11672                 Change the select_on_entry pref to do
11673                 what we want when changing folder
11674         * src/common/utils.c
11675                 Fix single-quoted links 
11676
11677 2006-06-29 [colin]      2.3.1cvs43
11678
11679         * src/gtk/gtkaspell.c
11680                 "Sylpheed" and "Sylpheed-Claws" do exist !
11681
11682 2006-06-29 [colin]      2.3.1cvs42
11683
11684         * src/imap.c
11685                 Forgot to remove debug
11686
11687 2006-06-29 [colin]      2.3.1cvs41
11688
11689         * src/imap.c
11690         * src/imap.h
11691         * src/mainwindow.c
11692                 Disconnect from IMAP servers when going
11693                 offline. Fixes bug #978 (going to offline-mode 
11694                 won't close connections)
11695
11696 2006-06-29 [colin]      2.3.1cvs40
11697
11698         * src/main.c
11699                 Fix transient setting on failing plugins
11700                 Patch by Fabien
11701         * src/plugins/pgpcore/sgpgme.c
11702                 Only warn for OpenPGP. Most people don't
11703                 have CMS available.
11704
11705 2006-06-29 [colin]      2.3.1cvs39
11706
11707         * src/compose.c
11708                 Fix Spelling menu (discrepancy between context menu
11709                 and top menu when folder's dictionary isn't the 
11710                 default one)
11711         * src/plugins/pgpcore/sgpgme.c
11712                 More error reporting about why gpgme can fail
11713
11714 2006-06-29 [wwp]        2.3.1cvs38
11715
11716         * src/mainwindow.c
11717                 honor the display-header-pane setting even when the message view
11718                 is a separate window.
11719
11720 2006-06-29 [wwp]        2.3.1cvs37
11721
11722         * src/prefs_actions.c
11723                 forgot to commit that one (use of GTK_STOCK_INFO).
11724
11725 2006-06-29 [colin]      2.3.1cvs36
11726
11727         * src/imap.c
11728                 Better handling of login errors (ask the password
11729                 again once), alert in case of error. Fix three
11730                 signedness warnings.
11731
11732 2006-06-28 [wwp]        2.3.1cvs35
11733
11734         * src/prefs_template.c
11735         * src/prefs_matcher.c
11736         * src/prefs_filtering_action.c
11737         * src/prefs_quote.c
11738                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11739                 patch by Fabien Vantard, slightly modified.
11740
11741 2006-06-28 [paul]
11742
11743         2.4.0-rc2 released
11744
11745 2006-06-28 [colin]      2.3.1cvs34
11746
11747         * src/prefs_account.c
11748                 Fix bug #977 (Can't add or edit imap accounts)
11749
11750 2006-06-28 [colin]      2.3.1cvs33
11751
11752         * src/mimeview.c
11753                 Fix previous
11754
11755 2006-06-28 [colin]      2.3.1cvs32
11756
11757         * src/mimeview.c
11758                 Save named inlined attachments with "Save all"
11759         * src/main.c
11760         * src/mbox.c
11761         * src/common/plugin.c
11762         * src/common/plugin.h
11763         * src/common/sylpheed.c
11764         * src/common/utils.c
11765         * src/plugins/pgpcore/sylpheed.def
11766         * src/plugins/pgpinline/sylpheed.def
11767         * src/plugins/pgpmime/sylpheed.def
11768                 Win32 compatibility patch, by
11769                 Werner Koch
11770
11771 2006-06-28 [wwp]        2.3.1cvs31
11772
11773         * src/imap.c
11774         * src/prefs_folder_item.c
11775                 less compilation warnings (thanks to Fabien Vantard), less typos.
11776
11777 2006-06-28 [paul]       2.3.1cvs30
11778
11779         * src/gtk/gtkutils.c
11780                 gtk_combo_box_set_focus_on_click() is only
11781                 available since gtk 2.6.0
11782
11783 2006-06-28 [paul]       2.3.1cvs29
11784
11785         * src/prefs_ext_prog.c
11786                 fix engrish and add a tooltip for the
11787                 'command for 'Display as text' option
11788
11789 2006-06-28 [paul]
11790
11791         2.4.0-rc1 released
11792
11793 2006-06-28 [paul]       2.3.1cvs28
11794
11795         * ChangeLog
11796         * tools/Makefile.am
11797                 include textviewer.pl in releases
11798
11799 2006-06-28 [paul]       2.3.1cvs27
11800
11801         * src/prefs_ext_prog.c
11802                 hide Print command option if libgnomeprint
11803                 support is present
11804
11805 2006-06-27 [colin]      2.3.1cvs26
11806
11807         * src/compose.c
11808                 Fix Esc handling in insert/attach dialog
11809                 Don't show this dialog if dragging something
11810                 else than text/uri-list
11811                 Thanks to Fabien Vantard
11812         * tools/textviewer.pl
11813                 Filter script to display stuff as text
11814                 by H. Merijn Brand
11815
11816 2006-06-27 [wwp]        2.3.1cvs25
11817
11818         * src/messageview.c
11819                 use the exact product name (message view title), patch
11820                 by Fabien Vantard.
11821
11822 2006-06-27 [ticho]      2.3.1cvs24
11823
11824         * src/prefs_account.c
11825         * src/prefs_common.c
11826         * src/prefs_common.h
11827         * src/prefs_ext_prog.c
11828         * src/textview.c
11829                 Add a preference (Preferences/External programs)
11830                 to allow "Display as text" to be done via a script
11831                 (patch by H.Merijn Brand).
11832                 Use GtkComboBox for protocol selection in account
11833                 preferences.
11834                 Only include current choice for existing accounts, and
11835                 insensitivize the combobox.
11836
11837 2006-06-27 [paul]       2.3.1cvs23
11838
11839         * src/mbox.c
11840                 fix crasher introduced in cvs21.
11841                 Thanks to Colin
11842
11843 2006-06-26 [colin]      2.3.1cvs22
11844
11845         * src/mbox.c
11846                 Fix double-frees when leaving folders
11847                 after exporting to mbox
11848
11849 2006-06-26 [colin]      2.3.1cvs21
11850
11851         * src/mbox.c
11852                 More feedback (and optimisation)
11853                 on import/export
11854         * src/common/utils.c
11855                 Fix case when looking for mail addresses
11856         * src/gtk/gtkutils.c
11857                 Extra check for (X-)Face
11858
11859 2006-06-25 [ticho]      2.3.1cvs20
11860
11861         * src/compose.c
11862         * src/exphtmldlg.c
11863         * src/gtk/gtkutils.c
11864         * src/gtk/gtkutils.h
11865                 Added second argument to gtkut_sc_combobox_create() to
11866                 control focus-on-click for the widget.
11867                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11868
11869 2006-06-25 [ticho]      2.3.1cvs19
11870
11871         * src/compose.c
11872         * src/gtk/Makefile.am
11873         * src/gtk/combobox.c
11874         * src/gtk/combobox.h
11875         * src/gtk/gtkutils.c
11876         * src/gtk/gtkutils.h
11877                 Use GtkComboBox instead of deprecated GtkOptionMenu
11878                 for account selector in compose window and for encoding
11879                 selector in attachment properties.
11880                 Also factorise working with the new GtkComboBox somewhat.
11881
11882 2006-06-24 [paul]       2.3.1cvs18
11883
11884         * src/prefs_common.c
11885                 use the correct default value
11886
11887 2006-06-24 [paul]       2.3.1cvs17
11888
11889         * src/compose.c
11890         * src/prefs_common.c
11891         * src/prefs_common.h
11892         * src/prefs_compose_writing.c
11893                 enable setting of default action when
11894                 dnd'ing files in the compose window.
11895                 (Collaborative effort with wwp)
11896
11897 2006-06-23 [wwp]        2.3.1cvs16
11898
11899         * src/compose.c
11900                 i18n fix (thanks to Fabien Vantard)
11901
11902 2006-06-22 [colin]      2.3.1cvs15
11903
11904         * src/prefs_customheader.c
11905                 Don't use filters in custom headers' file 
11906                 selector. Remember, extensions mean nothing :)
11907
11908 2006-06-22 [paul]       2.3.1cvs14
11909
11910         * configure.ac
11911                 allow setting of man directory location
11912
11913 2006-06-22 [colin]      2.3.1cvs13
11914
11915         * src/mainwindow.c
11916                 Add 'View/Go to/Next unread folder'.
11917                 I missed that :)
11918
11919 2006-06-22 [colin]      2.3.1cvs12
11920
11921         * src/common/utils.c
11922                 Add some subject prefixes
11923                 Patch by Bjorn T Johansen <btj@havleik.no>
11924
11925 2006-06-22 [colin]      2.3.1cvs11
11926
11927         * manual/advanced.xml
11928                 Forgotten hidden pref
11929
11930 2006-06-21 [paul]       2.3.1cvs10
11931
11932         * src/prefs_account.c
11933                 complete the removal of 'Add date header' option
11934
11935 2006-06-21 [paul]       2.3.1cvs9
11936
11937         * src/account.c
11938         * src/compose.c
11939         * src/prefs_account.c
11940         * src/prefs_account.h
11941                 remove option to add date header - always
11942                 add date header
11943         * src/etpan/imap-thread.c
11944                 fix warnings (Thanks to Colin)
11945
11946 2006-06-21 [wwp]        2.3.1cvs8
11947
11948         * src/folder.c
11949                 set the attachment flag when inline text part are (file)named. This is more convenient
11950                 when receiving (for instance) inline source files or patches sent using thunderbird.
11951
11952 2006-06-21 [paul]       2.3.1cvs7
11953
11954         * src/inc.c
11955                 fix off-by-one count of current msg in
11956                 statusbar filtering progressbar
11957
11958 2006-06-21 [paul]       2.3.1cvs6
11959
11960         * src/folder.c
11961                 Show attachment icon even if the part is 'inline'
11962                 if the following conditions are met:
11963                 - content-type != 'text/plain'
11964                 - content-type != '*/pgp-signature'
11965                 - either 'name' or 'filename' parameter is not NULL
11966                 
11967                 Thanks to Colin
11968
11969 2006-06-21 [paul]       2.3.1cvs5
11970
11971         * src/messageview.c
11972         * src/prefs_common.c
11973         * src/prefs_common.h
11974         * src/prefs_other.c
11975                 add an option to 'Never send Return
11976                 Receipts'
11977                 Thanks to Colin
11978
11979 2006-06-20 [mones]      2.3.1cvs4
11980
11981         * po/es.po
11982                 updated
11983         * src/compose.c
11984                 typo fixed (space after comma)
11985         * tools/make.themes.project
11986                 remove exec mode from tarball files
11987
11988 2006-06-20 [colin]      2.3.1cvs3
11989
11990         * src/news.c
11991         * src/procheader.c
11992         * src/unmime.c
11993                 Better fix for \n's in headers (don't 
11994                 break Received: and others)
11995
11996 2006-06-20 [paul]       2.3.1cvs2
11997
11998         * src/alertpanel.c
11999         * src/textview.c
12000                 improve legibility of phishing attempt
12001                 dialog
12002
12003 2006-06-20 [paul]       2.3.1cvs1
12004
12005         * NEWS
12006         * README
12007         * configure.ac
12008                 Update version number following
12009                 stable release
12010
12011 2006-06-20 [colin]      2.3.0cvs26
12012
12013         * src/compose.c
12014                 When dragging a file to the text of the compose
12015                 window, ask whether we want to insert or attach
12016                 (I know lots of people who do that to attach)
12017
12018 2006-06-20 [colin]      2.3.0cvs25
12019
12020         * src/etpan/imap-thread.c
12021                 Fix threshold (the append command is often > 32 bytes)
12022
12023 2006-06-19 [colin]      2.3.0cvs24
12024
12025         * src/imap.c
12026         * src/etpan/imap-thread.c
12027                 Workaround Rockliffe IMAP server bug: replace
12028                 "x UID SEARCH (ANSWERED UID 1:*)" with
12029                 "x UID SEARCH ANSWERED"
12030                 (Rockliffe doesn't handle the parenthesis)
12031
12032 2006-06-19 [colin]      2.3.0cvs23
12033
12034         * src/compose.c
12035         * src/imap.c
12036         * src/etpan/imap-thread.c
12037                 Probably fix bug #972 (Freezes when adding 
12038                 an attachment to the message)
12039         * src/common/defs.h
12040                 Modernize Firefox cmd
12041
12042
12043 2006-06-18 [colin]      2.3.0cvs22
12044
12045         * src/prefs_customheader.c
12046                 Only allow correct filenames for various
12047                 custom headers
12048
12049 2006-06-18 [colin]      2.3.0cvs21
12050
12051         * src/prefs_customheader.c
12052                 Add a 'From File...' button in custom headers prefs, which
12053                 try to do the right thing: 
12054                 for normal headers, use file as plaintext,
12055                 for X-Face, calls compface,
12056                 for Face, encode to b64.
12057
12058 2006-06-17 [colin]      2.3.0cvs20
12059
12060         * src/mh.c
12061                 Warning fix
12062
12063 2006-06-16 [colin]      2.3.0cvs19
12064
12065         * src/summaryview.c
12066                 Recursive quicksearch: show message list
12067                 in current folder, *then* search children
12068                 in the background.
12069
12070 2006-06-16 [colin]      2.3.0cvs18
12071
12072         * src/main.c
12073                 Instead of ignoring SIGPIPE, save caches
12074                 when getting one. Will fix the fact that
12075                 hot caches are out-of-date when logging 
12076                 out of Xorg.
12077         * src/compose.c
12078         * src/prefs_compose_writing.c
12079                 Only save text (not attachments) when 
12080                 auto-saving to drafts
12081         * src/unmime.c
12082                 Always replace \n, \r and \t with spaces
12083                 in headers
12084         * manual/dist/html/Makefile.am
12085         * manual/dist/pdf/Makefile.am
12086         * manual/dist/ps/Makefile.am
12087         * manual/dist/txt/Makefile.am
12088         * manual/fr/dist/html/Makefile.am
12089         * manual/fr/dist/pdf/Makefile.am
12090         * manual/fr/dist/ps/Makefile.am
12091         * manual/fr/dist/txt/Makefile.am
12092         * manual/pl/dist/html/Makefile.am
12093         * manual/pl/dist/pdf/Makefile.am
12094         * manual/pl/dist/ps/Makefile.am
12095         * manual/pl/dist/txt/Makefile.am
12096                 Fix make clean removing pregenerated manuals
12097
12098
12099 2006-06-16 [colin]      2.3.0cvs17
12100
12101         * src/plugins/pgpcore/sgpgme.c
12102         * src/plugins/pgpmime/pgpmime.c
12103         * src/plugins/pgpinline/pgpinline.c
12104                 Better error reporting in setup_signers.
12105                 Don't fallback to default key if specified
12106                 key isn't found.
12107                 Don't allow signing if more than one secret
12108                 key matches the one specified in prefs.
12109
12110 2006-06-15 [colin]      2.3.0cvs16
12111
12112         * src/folderview.c
12113                 Add "Send queue" in the folder's contextual
12114                 menu
12115         * src/compose.c
12116         * src/messageview.c
12117         * src/privacy.c
12118         * src/privacy.h
12119         * src/procmime.c
12120         * src/procmsg.c
12121         * src/plugins/pgpcore/passphrase.c
12122         * src/plugins/pgpcore/sgpgme.c
12123         * src/plugins/pgpinline/pgpinline.c
12124         * src/plugins/pgpmime/pgpmime.c
12125                 Better error reporting
12126         * src/mbox.c
12127                 Probably fix bug #971 (2.2.3 cannot read mail 
12128                 from local mbox)
12129
12130
12131 2006-06-15 [mones]      2.3.0cvs15
12132
12133         * tools/make.themes.project
12134                 creates the themes project from the web page
12135
12136 2006-06-15 [colin]      2.3.0cvs14
12137
12138         * src/folder.c
12139                 Better fix (avoid losing the folder if scan_tree 
12140                 fails)
12141
12142 2006-06-15 [cleroy]     2.3.0cvs13
12143
12144         * src/folder.c
12145                 Probably fix Bug #969 (crash on rebuilding 
12146                 imap folder)
12147
12148 2006-06-14 [colin]      2.3.0cvs12
12149
12150         * manual/dtd/manual.xsl
12151         * manual/sylpheed-claws-manual.xml
12152         * manual/fr/sylpheed-claws-manual.xml
12153         * manual/pl/sylpheed-claws-manual.xml
12154                 Insert pagebreaks between sections
12155
12156 2006-06-14 [paul]       2.3.0cvs11
12157
12158         * configure.ac
12159                 better fix than 2.3.0cvs10
12160
12161 2006-06-14 [paul]       2.3.0cvs10
12162
12163         * configure.ac
12164                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12165                 (backwards compatible)
12166
12167 2006-06-13 [colin]      2.3.0cvs9
12168
12169         * src/messageview.c
12170                 Fix sending of return receipt with the new queue folders
12171
12172 2006-06-13 [wwp]        2.3.0cvs8
12173
12174         * src/quote_fmt_lex.l
12175                 fix wrong tokens returned in quote_fmt lexer, query not().
12176
12177 2006-06-13 [wwp]        2.3.0cvs7
12178
12179         * src/folder.c
12180         * src/prefs_folder_item.c
12181                 allow changing folder type even when folder is not a top-level one,
12182                 thanks to Colin.
12183
12184 2006-06-12 [colin]      2.3.0cvs6
12185
12186         * src/folderview.c
12187                 Fix double-ask of "Do you want to mark all
12188                 as read"
12189
12190 2006-06-12 [colin]      2.3.0cvs5
12191
12192         * src/compose.c
12193         * src/compose.h
12194         * src/folder.c
12195         * src/folder.h
12196         * src/imap.c
12197         * src/inc.c
12198         * src/main.c
12199         * src/messageview.c
12200         * src/mh.c
12201         * src/prefs_folder_item.c
12202         * src/procheader.c
12203         * src/procmime.c
12204         * src/procmsg.c
12205         * src/procmsg.h
12206         * src/send_message.c
12207         * src/summaryview.c
12208         * src/toolbar.c
12209                 Apply bug #964's patch (Queue and drafts aren't normal)
12210                 The Drafts and Queue folder now contain RFC-822 files,
12211                 allowing to move and copy mails from and to these 
12212                 folders. Moving from Drafts to Queue will prepare the
12213                 mail for sending (PGP signature, encryption, etc).
12214                 This patch also rework sending errors handling to try
12215                 to be more helpful.
12216                 Also, allow redefining folder types via the GUI 
12217                 (Folder type in its Properties)
12218
12219 2006-06-12 [colin]      2.3.0cvs4
12220
12221         * src/summaryview.c
12222         * src/prefs_common.c
12223         * src/prefs_common.h
12224         * src/gedit-print.c
12225                 Allow to define a specific print font - patch
12226                 by Bernhard Walle <bernhard.walle@gmx.de>
12227         * src/prefs_fonts.c
12228         * manual/advanced.xml
12229         * manual/fr/advanced.xml
12230                 Add a hidden pref to allow deletion without
12231                 confirmation
12232
12233 2006-06-12 [wwp]        2.3.0cvs3
12234
12235         * .cvsignore
12236                 more files to ignore.
12237
12238 2006-06-12 [wwp]        2.3.0cvs2
12239
12240         * src/quote_fmt.c
12241         * src/quote_fmt_lex.l
12242         * src/quote_fmt_parse.y
12243                 extend the quote_fmt parser (templates and quotes):
12244                 - allow limited sub-expressions in |p{} and |f{} expressions,
12245                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12246                 - implemented/fixed missing implementation of query_references and show_references,
12247                 - completed, fixed contents and format of the symbols help dialog,
12248                 - fix some compilation warnings.
12249
12250 2006-06-12 [wwp]        2.3.0cvs1
12251
12252         * manual/advanced.xml
12253         * manual/fr/advanced.xml
12254                 updates in the "templates" section of the manual (eng/fr):
12255                  - be more precise (both versions)
12256                  - completed to match the english reference (fr version)
12257                  - touchups (both versions)
12258
12259 2006-06-12 [paul]       2.3.0
12260
12261         2.3.0 released
12262
12263 2006-06-12 [paul]       2.2.3cvs14
12264
12265         * po/ca.po
12266         * po/cs.po
12267         * po/de.po
12268         * po/el.po
12269         * po/fr.po
12270         * po/it.po
12271         * po/pt_BR.po
12272         * po/sr.po
12273         * po/zh_CN.po
12274                 updated by Miquel Oliete, Tim, Stephan Sachse,
12275                 Stavros Giannouris, Fabien Vantard, Andrea
12276                 Spadaccini, Frederico Goncalves Guimaraes,
12277                 Aleksandar Urosevic, and Ralgh Young
12278
12279 2006-06-12 [colin]      2.2.3cvs13
12280
12281         * src/mbox.c
12282                 Add missing header
12283
12284 2006-06-11 [colin]      2.2.3cvs12
12285
12286         * src/msgcache.c
12287                 Verify that g_malloc() succeeded
12288
12289 2006-06-11 [colin]      2.2.3cvs11
12290
12291         * src/wizard.c
12292                 Add Face header to welcome mail
12293
12294 2006-06-10 [colin]      2.2.3cvs10
12295
12296         * src/textview.c
12297                 Revert previous (Forgot it changes the
12298                 margin on the whole mail)
12299
12300 2006-06-10 [colin]      2.2.3cvs9
12301
12302         * src/textview.c
12303                 Don't overlap long headers under (X-)Face
12304
12305 2006-06-10 [mones]      2.2.3cvs8
12306
12307         * manual/xml2pdf
12308                 allow generation of manual on systems lacking saxon binary
12309                 but with java and the saxon library installed
12310
12311         * po/es.po
12312                 updated for release
12313
12314 2006-06-09 [colin]      2.2.3cvs7
12315
12316         * src/summaryview.c
12317                 Fix leak when using Display Sender using Addressbook
12318
12319 2006-06-09 [colin]      2.2.3cvs6
12320
12321         * src/compose.c
12322         * src/folder.c
12323         * src/folderview.c
12324         * src/mimeview.c
12325         * src/summaryview.c
12326                 More leaks fixes
12327
12328 2006-06-09 [paul]       2.2.3cvs5
12329
12330         * AUTHORS
12331         * src/gtk/authors.h
12332         * tools/claws.i18n.status.pl
12333                 updated with new info
12334
12335 2006-06-09 [paul]       2.2.3cvs4
12336
12337         * README
12338                 updated
12339         * manual/ack.xml
12340                 add wwp to authors list
12341         * src/gtk/authors.h
12342                 update mine and Colin's addresses
12343
12344 2006-06-08 [colin]      2.2.3cvs3
12345
12346         * src/etpan/imap-thread.c
12347                 Fix leak on SSL cert check
12348
12349 2006-06-08 [colin]      2.2.3cvs2
12350
12351         * src/common/utils.c
12352                 Fix leak
12353
12354 2006-06-08 [paul]       2.2.3cvs1
12355
12356         * configure.ac
12357                 Update version number following
12358                 stable release
12359
12360 2006-06-07 [colin]      2.2.2cvs3
12361
12362         * src/msgcache.c
12363                 Fix catching cache read errors (guint instead of gint)
12364                 Prevent malloc'ing more than 8MB (means cache corruption)
12365
12366 2006-06-07 [paul]       2.2.2cvs2
12367
12368         * src/exporthtml.c
12369         * src/exportldif.c
12370         * src/mh.c
12371         * src/mutt.c
12372         * src/pine.c
12373         * src/common/utils.c
12374                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12375                 obey $HOME'
12376                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12377                 Thanks to Colin
12378
12379 2006-06-06 [paul]       2.2.2cvs1
12380
12381         * configure.ac
12382                 Update version number following
12383                 stable release
12384
12385 2006-06-06 [paul]       2.2.1cvs6
12386
12387         * src/matcher.c
12388                 fix  implicit declaration of
12389                 sylpheed_do_idle()
12390                 Patch by Fabien Vantard
12391
12392 2006-06-06 [paul]       2.2.1cvs5
12393
12394         * src/matcher.c
12395                 fix age_greater and age_lower so that they
12396                 mean what say and not '...or equal to'
12397                 Thanks to Colin
12398
12399 2006-06-06 [paul]       2.2.1cvs4
12400
12401         * src/textview.c
12402         * src/common/utils.c
12403                 fix URI check
12404                 Thanks to Colin
12405
12406 2006-06-05 [wwp]        2.2.1cvs3
12407
12408         * manual/fr/account.xml
12409                 minor language fixes (thanks to Fabien Vantard).
12410
12411 2006-06-05 [colin]      2.2.1cvs2
12412
12413         * src/prefs_folder_item.c
12414         * src/folderview.c
12415                 Allow recursive setting of properties 
12416                 for whole mailboxes
12417         * src/matcher.c
12418                 Don't freeze on 'test' filtering rule
12419
12420 2006-06-05 [colin]      2.2.1cvs1
12421
12422         * configure.ac
12423                 Update version number following
12424                 stable release
12425
12426 2006-06-04 [wwp]        2.2.0cvs82
12427
12428         * manual/glossary.xml
12429         * manual/account.xml
12430         * manual/fr/glossary.xml
12431         * manual/fr/account.xml
12432                 added glossary section and references/links related to the Face custom header.
12433
12434 2006-06-04 [colin]      2.2.0cvs81
12435
12436         * src/summaryview.c
12437                 Skip to next message on move with no
12438                 immediate execution
12439
12440 2006-06-04 [wwp]        2.2.0cvs80
12441
12442         * manual/xml2pdf
12443                 added sanity checks, exit when needed.
12444
12445 2006-06-03 [paul]       2.2.0cvs79
12446
12447         * src/prefs_receive.c
12448                 page name is now 'Receiving'
12449         * src/prefs_send.c
12450                 page name is now 'Sending'
12451
12452 2006-06-03 [colin]      2.2.0cvs78
12453
12454         * src/plugins/spamassassin/spamassassin_gtk.c
12455                 Autoswitch to Localhost if transport was previously
12456                 disabled. Else people had to check [] Enable, then
12457                 *reselect* transport.
12458
12459 2006-06-03 [colin]      2.2.0cvs77
12460
12461         * src/plugins/pgpinline/pgpinline.c
12462         * src/plugins/pgpmime/pgpmime.c
12463                 Check that gpg_data_release_and_get_mem 
12464                 didn't fail (now, why this happens...)
12465
12466 2006-06-03 [colin]      2.2.0cvs76
12467
12468         * src/mbox.c
12469                 Fix bug #962 (Manual and/or UI should 
12470                 warn about incompatible locking 
12471                 causing dataloss)
12472
12473 2006-06-02 [cleroy]     2.2.0cvs75
12474
12475         * src/filtering.c
12476         * src/folder.c
12477         * src/procmsg.c
12478         * src/summaryview.c
12479                 Fix a few leaks
12480
12481 2006-06-02 [colin]      2.2.0cvs74
12482
12483         * src/main.c
12484                 On exit, free caches after writing them
12485                 Shuts up some valgrind false positives
12486         * src/procmsg.c
12487         * src/send_message.c
12488                 Fix races when reusing existing SMTP connections
12489                 Fix inexistant session timeout
12490         * src/toolbar.c
12491                 Display alertpanel after all queues have
12492                 been processed, not after each
12493
12494 2006-06-02 [wwp]        2.2.0cvs73
12495
12496         * manual/fr/glossary.xml
12497         * manual/fr/ack.xml
12498         * manual/ack.xml
12499                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12500
12501 2006-06-02 [wwp]        2.2.0cvs72
12502
12503         * manual/xml2pdf
12504         * manual/dist/pdf/Makefile.am
12505         * manual/dtd/manual.xsl
12506         * manual/fr/dist/pdf/Makefile.am
12507         * manual/pl/dist/pdf/Makefile.am
12508                 we changed the procedure to generate the .pdf version of the manual.
12509                 The procedure is more modern and the .pdf we get now has a valid index.
12510                 Here are the new pre-requisites:
12511
12512                 - JRE 1.x (1.4 here): there must be one from your distro
12513                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12514                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12515                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12516
12517                 See my posts for further info about the installation of this toolchain:
12518
12519                 Date: Fri, 19 May 2006 19:40:06 +0200
12520                 From: wwp <subscript@free.fr>
12521                 To: sylpheed-claws-devel@lists.sourceforge.net
12522                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12523
12524                 and
12525
12526                 Date: Wed, 24 May 2006 12:58:49 +0200
12527                 From: wwp <subscript@free.fr>
12528                 To: sylpheed-claws-devel@lists.sourceforge.net
12529                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12530
12531 2006-06-01 [colin]      2.2.0cvs71
12532
12533         * src/compose.c
12534                 Better guards against IMAP races
12535         * src/main.c
12536         * src/prefs_common.c
12537         * src/prefs_common.h
12538         * src/common/ssl_certificate.c
12539         * src/etpan/imap-thread.c
12540         * src/etpan/imap-thread.h
12541         * src/gtk/sslcertwindow.c
12542                 New hidden option ssl_skip_cert_check to 
12543                 avoid dups of bug #959 (libetpan linked
12544                 against gnutls and gnutls buggy on 64bit)
12545                 Present expired warning only once per
12546                 session/server.
12547         * manual/advanced.xml
12548         * manual/fr/advanced.xml
12549                 Document new option
12550
12551 2006-06-01 [wwp]        2.2.0cvs70
12552
12553         * src/messageview.c
12554                 fix for bug #961 (return receipt dialog 
12555                 complains incorrectly about return-path 
12556                 email adress being different), thanks 
12557                 to Colin.
12558
12559 2006-05-31 [cleroy]     2.2.0cvs69
12560
12561         * src/common/ssl.c
12562                 Guard against NULLs, although this
12563                 should never be an issue
12564
12565 2006-05-31 [colin]      2.2.0cvs68
12566
12567         * src/filtering.c
12568                 Use g_slist_prepend
12569         * src/imap.c
12570                 Don't remove caches when destroying folder, it
12571                 could (should) be done at exit
12572         * src/inc.c
12573                 free processing cache after incorporation
12574         * src/etpan/imap-thread.c
12575                 Maybe fix bug #959 (Crash on moving to emails 
12576                 to a imap account per ssl with a expired 
12577                 certificate.)
12578
12579 2006-05-30 [colin]      2.2.0cvs67
12580
12581         * src/summaryview.c
12582                 Put back event flush when displaying message
12583                 It avoids reading a bunch of messages just
12584                 by hitting shift-n for too long ;)
12585
12586 2006-05-29 [colin]      2.2.0cvs66
12587
12588         * src/summaryview.c
12589                 Remove useless g_warnings
12590
12591 2006-05-29 [colin]      2.2.0cvs65
12592
12593         * src/imap.c
12594                 Fix g_slist_append()s for performance
12595
12596 2006-05-29 [colin]      2.2.0cvs64
12597
12598         * src/compose.c
12599         * src/common/utils.c
12600                 Fix extraneous tab at start of addresses
12601         * src/mainwindow.c
12602                 Fix warnings (thanks to Fabien)
12603                 Fix crash at exit when composing messages 
12604                 exist
12605         * src/pop.c
12606                 Fix progress bar when deleting expired mails
12607                 Thanks to Hiro
12608         * src/summaryview.c
12609         * src/gtk/gtksctree.c
12610                 Fix re-sorting slowness
12611
12612 2006-05-29 [paul]       2.2.0cvs63
12613
12614         * src/mh.c
12615                 fetch full message when moving mails
12616                 from another mailbox, (fixed data loss
12617                 when filtering from IMAP to MH, introduced
12618                 in 2.2.0cvs57).
12619                 Thanks to Colin
12620
12621 2006-05-29 [mones]      2.2.0cvs62
12622
12623         * src/gtk/gtksctree.c
12624                 Unselect faster (patch by Colin)        
12625
12626 2006-05-26 [colin]      2.2.0cvs61
12627
12628         * src/summaryview.c
12629                 Unplug MSGINFO_UPDATE callback on delete too.
12630
12631 2006-05-26 [colin]      2.2.0cvs60
12632
12633         * src/foldersel.c
12634                 Fix bold in folder selection window with glib2.10
12635                 thanks Hiro
12636
12637 2006-05-26 [colin]      2.2.0cvs59
12638
12639         * src/procheader.c
12640                 Convert date only if necessary (and don't
12641                 try to convert from utf8 to utf8, too)
12642         * src/summaryview.c
12643                 Only set column's text if the column's 
12644                 displayed
12645
12646 2006-05-26 [colin]      2.2.0cvs58
12647
12648         * src/summaryview.c
12649         * src/gtk/gtkutils.c
12650                 Fix useless warning
12651
12652 2006-05-26 [colin]      2.2.0cvs57
12653
12654         * src/mainwindow.c
12655                 Make summaryview selectable as long as 
12656                 no message has focus
12657         * src/mh.c
12658                 Faster deletion (by implementing mh_remove_msgs)
12659                 Faster copy (avoid using mh_fetch_msg just to get
12660                 the filename)
12661                 Faster move (using move_file instead of copy_file
12662                 if MSG_IS_MOVE)
12663                 No progressbar if total number of mails to cp/mv 
12664                 is less than 100
12665         * src/summaryview.c
12666                 Fix removal from subject_table when mail gets moved
12667                 Faster deletion (g_slist_prepend instead of append)
12668         * src/gtk/gtksctree.c
12669                 Remove useless code
12670
12671 2006-05-25 [colin]      2.2.0cvs56
12672
12673         * src/common/ssl_certificate.c
12674                 Fix leak in expired cert check
12675
12676 2006-05-25 [colin]      2.2.0cvs55
12677
12678         * src/mh.c
12679                 Disable flags syncing on .mh_sequences - it
12680                 is buggy and marks mails read under unknown
12681                 conditions.
12682
12683 2006-05-25 [paul]
12684
12685         * 2.3.0-rc4 released
12686
12687 2006-05-24 [colin]      2.2.0cvs54
12688
12689         attention cvs users: if you manage to crash
12690         Sylpheed-Claws while moving, copying or deleting
12691         mails, we *are* interested in stack traces and
12692         valgrind logs. It looks stable, but one never
12693         knows...
12694
12695         * src/folder.c
12696                 Add progressbar for cache updates
12697         * src/folderutils.c
12698                 Optimize Mark all read in the current
12699                 folder
12700         * src/mh.c
12701                 Add progressbar for copy/move
12702         * src/procmsg.c
12703                 Optimize O(n^2) in copy/move
12704         * src/summaryview.c
12705         * src/gtk/gtksctree.c
12706                 Optimize O(n^2) algos
12707         * src/common/timing.h
12708                 Display ms instead of us
12709
12710 2006-05-24 [wwp]        2.2.0cvs53
12711
12712         * manual/fr/advanced.xml
12713                 updates to the French manual.
12714
12715 2006-05-24 [wwp]        2.2.0cvs52
12716
12717         * src/common/utils.c
12718                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12719
12720 2006-05-24 [wwp]        2.2.0cvs51
12721
12722         * src/folderutils.c
12723                 fixed "mark all read" in MH folders (thanks to Colin).
12724
12725 2006-05-24 [paul]       2.2.0cvs50
12726
12727         * doc/man/sylpheed-claws.1
12728                 updated the man page
12729
12730 2006-05-23 [colin]      2.2.0cvs49
12731
12732         * src/folderview.c
12733         * src/imap.c
12734         * src/inc.c
12735         * src/mbox.c
12736         * src/messageview.c
12737         * src/news.c
12738         * src/send_message.c
12739         * src/summaryview.c
12740         * src/gtk/sslcertwindow.c
12741                 alertpanel fixes, by Fabien
12742
12743 2006-05-23 [colin]      2.2.0cvs48
12744
12745         * src/folder.c
12746         * src/folderview.c
12747         * src/msgcache.c
12748         * src/summaryview.c
12749         * src/gtk/gtksctree.c
12750         * src/gtk/gtksctree.h
12751                 More timings
12752                 Fix slow loading problem, which was caused by the
12753                 use of some gtk_ctree funcs and their use of
12754                 g_list_position while gtk_ctree_(un)link'ing.
12755                 Reap more functions from gtkctree.c to be sure we
12756                 use our (fast) version instead of theirs.
12757         * src/mh.c
12758                 Fix copy of unread mails
12759
12760
12761 2006-05-22 [wwp]        2.2.0cvs47
12762
12763         * manual/fr/advanced.xml
12764                 updated.
12765
12766 2006-05-22 [colin]      2.2.0cvs46
12767
12768         * src/filtering.c
12769                 Fix possible infinite loop. 'copy' is not a 
12770                 final action, so when encountering a 'copy',
12771                 we have to check if a previous one was set
12772                 and do it. In the same way, if we encounter
12773                 a 'move' we have to perform a possibly 
12774                 pending 'copy'. This will slow down filtering
12775                 on IMAP if move+copy or multiple copy actions
12776                 are to be done, but handling it via the batch
12777                 would be really too convoluted.
12778
12779 2006-05-22 [wwp]        2.2.0cvs45
12780
12781         * manual/fr/advanced.xml
12782         * manual/fr/faq.xml
12783         * manual/fr/glossary.xml
12784         * manual/fr/handling.xml
12785         * manual/fr/intro.xml
12786         * manual/fr/plugins.xml
12787         * manual/fr/sylpheed-claws-manual.xml
12788                 sync w/ the english manual: updates URIs, documented mailing-list
12789                 support, better explanation about the enabled/disabled feature
12790                 in filtering/processing rules by Paul.
12791
12792 2006-05-21 [colin]      2.2.0cvs44
12793
12794         * src/summaryview.c
12795                 Don't expand after building threads, but during
12796
12797 2006-05-21 [colin]      2.2.0cvs43
12798
12799         * src/procmsg.c
12800         * src/summaryview.c
12801                 More timing possibilities... For next time I have 
12802                 to find out how the hell some 3GHz computer takes
12803                 one minute to open a 30k folder...
12804
12805 2006-05-21 [colin]      2.2.0cvs42
12806
12807         * manual/pl/advanced.xml
12808         * manual/pl/faq.xml
12809         * manual/pl/glossary.xml
12810         * manual/pl/handling.xml
12811         * manual/pl/intro.xml
12812         * manual/pl/plugins.xml
12813         * manual/pl/sylpheed-claws-manual.xml
12814                 Polish manual updated by Pawel
12815
12816 2006-05-20 [colin]
12817
12818         * 2.3.0-rc3 released
12819
12820 2006-05-20 [colin]      2.2.0cvs41
12821
12822         * src/imap.c
12823                 Fix -rc2 problems:
12824                 - remove cache of moved messages from original folder
12825                 - apply new flags to messages even if they aren't appliable
12826                   via IMAP.
12827
12828 2006-05-20 [colin]
12829
12830         * 2.3.0-rc2 released
12831
12832 2006-05-19 [colin]      2.2.0cvs40
12833
12834         * src/imap.c
12835                 Don't issue SELECT in imap_change_flags
12836                 before having checked that we indeed have
12837                 some flags to change. MSG_POSTFILTERED for
12838                 example can't be used on IMAP.
12839                 Fixes bug #955 (copying messages between 
12840                 imap folders is extremely slow), which was
12841                 a regression.
12842
12843 2006-05-19 [colin]      2.2.0cvs39
12844
12845         * src/folder.c
12846         * src/folder.h
12847         * src/folderview.c
12848                 Try to fix bug #830 (Some unread messages 
12849                 get marked read in IMAP inbox):
12850                 - Prevent scanning a folder if it's being 
12851                   opened via the GUI
12852                 - Postpone opening via the GUI of a folder
12853                   currently scanned.
12854
12855
12856 2006-05-19 [wwp]        2.2.0cvs38
12857
12858         * manual/advanced.xml
12859                 fix English+typo (thanks to Paul).
12860
12861 2006-05-19 [wwp]        2.2.0cvs37
12862
12863         * manual/advanced.xml
12864         * manual/fr/advanced.xml
12865         * src/gtk/logwindow.c
12866         * src/prefs_common.c
12867         * src/prefs_common.h
12868                 added hidden prefs to allow customization of colors used in
12869                 protocol log window (useful for dark gtk+ themes).
12870
12871 2006-05-19 [wwp]        2.2.0cvs36
12872
12873         * ChangeLog
12874                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12875
12876 2006-05-19 [paul]       2.2.0cvs35
12877
12878         * src/textview.c
12879                 make Reply-To fully clickable
12880         * src/gtk/logwindow.c
12881                 more colouring (SMTP ESMTP)
12882         Both patches by Pawel Pekala
12883
12884 2006-05-19 [cleroy]     2.2.0cvs34
12885
12886         * src/mh.c
12887                 Don't update flags from current folder
12888                 Probably fixes bug #935 (Read Messages 
12889                 Revert to Being Marked as Unread)
12890
12891 2006-05-18 [colin]      2.2.0cvs33
12892
12893         * src/imap.c
12894                 Warning fix
12895         * src/compose.c
12896         * src/mainwindow.c
12897         * src/summaryview.c
12898         * src/toolbar.c
12899                 Allow replying to multiple emails
12900                 in multiple windows
12901         * src/mimeview.c
12902         * src/etpan/imap-thread.c
12903                 Leak fixes
12904
12905 2006-05-18 [paul]       2.2.0cvs32
12906
12907         * src/summaryview.c
12908                 keep Mailing-List menu refreshed
12909                 Thanks to Colin
12910
12911 2006-05-18 [paul]       2.2.0cvs31
12912
12913         * manual/advanced.xml
12914         * manual/faq.xml
12915         * manual/glossary.xml
12916         * manual/handling.xml
12917         * manual/intro.xml
12918         * manual/plugins.xml
12919         * manual/sylpheed-claws-manual.xml
12920                 update URLs
12921                 add info about mailing-list support
12922                 edit filtering info
12923         * src/wizard.c
12924         * src/common/defs.h
12925         * src/gtk/about.c
12926         * src/plugins/dillo_viewer/README
12927                 update URLs
12928
12929 2006-05-17 [wwp]        2.2.0cvs30
12930
12931         * manual/handling.xml
12932         * manual/fr/handling.xml
12933                 documented the ability to enabled/disable filtering/processing rules.
12934
12935 2006-05-17 [colin]      2.2.0cvs29
12936
12937         * src/main.c
12938                 Don't initialize g_thread subsystem if it's 
12939                 already done (thanks to Hiro)
12940         * src/mimeview.c
12941                 Fix saving of parts when there name can't be
12942                 converted from UTF-8.
12943
12944 2006-05-17 [paul]       2.2.0cvs28
12945
12946         * po/Makefile.in.in
12947                 fix config.status warning with autoconf 2.60
12948
12949 2006-05-17 [paul]       2.2.0cvs27
12950
12951         * po/POTFILES.in
12952                 add src/mbox.c
12953
12954 2006-05-17 [wwp]        2.2.0cvs26
12955
12956         * src/mainwindow.c
12957                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12958
12959 2006-05-17 [wwp]        2.2.0cvs25
12960
12961         * src/plugins/demo/demo.c
12962                 updated product name in plugin demo (many plugins need to be
12963                 sync'ed w/ that change).
12964
12965 2006-05-17 [colin]      2.2.0cvs24
12966
12967         * src/mh.c
12968                 Fix leak
12969
12970 2006-05-16 [colin]      2.2.0cvs23
12971
12972         * src/mainwindow.c
12973                 Stupid me hit again. Fix cvs22.
12974
12975 2006-05-16 [colin]      2.2.0cvs22
12976
12977         * src/mainwindow.c
12978                 Fix bug #922 (sylpheed-claws crashed after 
12979                 pushing on Inbox folder)
12980
12981 2006-05-16 [colin]      2.2.0cvs21
12982
12983         * src/compose.c
12984                 Make From header be copy/paste/select-able
12985
12986 2006-05-16 [wwp]        2.2.0cvs20
12987
12988         * src/export.c
12989         * src/matcher.c
12990         * src/summaryview.c
12991         * src/etpan/imap-thread.c
12992                 fix some compiler warnings (thanks to Colin).
12993
12994 2006-05-16 [wwp]        2.2.0cvs19
12995
12996         * src/action.c
12997         * src/gedit-print.c
12998         * src/inc.c
12999         * src/mainwindow.c
13000         * src/mh.c
13001         * src/statusbar.c
13002         * src/send_message.c
13003         * src/summaryview.c
13004                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13005
13006 2006-05-15 [colin]      2.2.0cvs18
13007
13008         * src/procmsg.c
13009                 Fix automatic rule creation with List-Post
13010
13011 2006-05-15 [paul]       2.2.0cvs17
13012
13013         * tools/filter_conv_new.pl
13014                 updated for rule enabling/disabling
13015                 claws version >= 2.3.x required
13016
13017 2006-05-15 [cleroy]     2.2.0cvs16
13018
13019         * src/main.c
13020                 Revert test
13021
13022 2006-05-15 [cleroy]     2.2.0cvs15
13023
13024         * src/main.c
13025                 test
13026
13027 2006-05-15 [wwp]        2.2.0cvs14
13028
13029         * manual/pl/.cvsignore
13030                 ignore generated files.
13031
13032 2006-05-14 [wwp]        2.3.0-rc1
13033
13034         * 2.3.0-rc1 released
13035
13036 2006-05-13 [wwp]        2.2.0cvs13
13037
13038         * src/filtering.c
13039         * src/filtering.h
13040         * src/matcher.c
13041         * src/matcher_parser_lex.l
13042         * src/matcher_parser_parse.y
13043         * src/prefs_filtering.c
13044                 new feature: provide the ability to disable filtering and processing
13045                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13046                 adaptations.
13047
13048 2006-05-13 [colin]      2.2.0cvs12
13049
13050         * src/compose.c
13051                 Remove useless if (a) b; else b;
13052                 Thanks to wwp
13053
13054 2006-05-13 [wwp]        2.2.0cvs11
13055
13056         * src/export.c
13057         * src/import.c
13058         * src/mainwindow.c
13059         * src/mbox.c
13060         * src/summaryview.c
13061         * src/summaryview.h
13062                 no more silent failures (or at least less ones) when importing
13063                 or exporting from/to mbox. Also start importing/exporting if
13064                 the necessary info is set.
13065
13066 2006-05-13 [wwp]        2.2.0cvs10
13067
13068         * RELEASE_NOTES
13069                 restored up-to-date release notes.
13070
13071 2006-05-13 [paul]       2.2.0cvs9
13072
13073         * po/nl.po
13074         * po/ru.po
13075                 updated by Tim Dijkstra and Pavlo Bohmat
13076
13077 2006-05-12 [colin]      2.2.0cvs8
13078
13079         * src/gtk/quicksearch.c
13080                 Add "k" as shortcut for "colorlabel". Patch
13081                 by ath42@users.sf.net.
13082
13083 2006-05-12 [paul]       2.2.0cvs7
13084
13085         * src/prefs_common.h
13086         * src/prefs_summaries.c
13087         * src/summaryview.c
13088                 when entering a folder also allow
13089                 going directly to first Marked message
13090
13091 2006-05-12 [paul]       2.2.0cvs6
13092
13093         * src/summaryview.c
13094                 always obey 'confirm before marking all
13095                 mails read' option
13096
13097 2006-05-12 [paul]       2.2.0cvs5
13098
13099         * src/textview.c
13100                 make Sender fully clickable
13101
13102 2006-05-12 [colin]      2.2.0cvs4
13103
13104         * src/compose.c
13105         * src/compose.h
13106                 Let From be editable
13107         * src/main.c
13108         * src/mh.c
13109                 Full support of .mh_sequences' Unseen seq
13110
13111 2006-05-12 [colin]      2.2.0cvs3
13112
13113         * src/folder.c
13114         * src/mainwindow.c
13115         * src/mainwindow.h
13116         * src/messageview.c
13117         * src/prefs_spelling.c
13118         * src/procheader.c
13119         * src/procmsg.c
13120         * src/procmsg.h
13121         * src/summaryview.c
13122         * src/toolbar.c
13123         * src/toolbar.h
13124                 Add contextual menu on Compose toolbar
13125                 button. Fixes bug #944 (Automatic
13126                 addresses not applied when changing account
13127                 from compose window)
13128                 add Mailing List support
13129                 based on the old 0.6.5claws25 patch by
13130                 Melvin Hadasht, with finishing touches
13131                 by Colin
13132                 Fix "ignore thread" when mails are threaded by
13133                 subject (and weren't ignored although appearing
13134                 in the thread).
13135                 GUI rework.
13136                 Both patches by Pawel.
13137
13138 2006-05-08 [paul]       2.2.0cvs2
13139
13140         * src/mainwindow.c
13141         * src/mainwindow.h
13142         * src/messageview.c
13143         * src/procheader.c
13144         * src/procmsg.c
13145         * src/procmsg.h
13146         * src/summaryview.c
13147                 add Mailing List support
13148                 based on the old 0.6.5claws25 patch by 
13149                 Melvin Hadasht, with finishing touches
13150                 by Colin
13151
13152 2006-05-08 [colin]      2.2.0cvs1
13153
13154         * src/mainwindow.c
13155         * src/toolbar.c
13156         * src/toolbar.h
13157                 Add contextual menu on Compose toolbar 
13158                 button. Fixes bug #944 (Automatic 
13159                 addresses not applied when changing account 
13160                 from compose window)
13161
13162 2006-05-08 [paul]       2.2.0
13163
13164         2.2.0 released
13165
13166 2006-05-08 [paul]       2.1.1cvs51
13167
13168         * po/cs.po
13169         * po/de.po
13170         * po/en_GB.po
13171         * po/fi.po
13172         * po/fr.po
13173         * po/pt_BR.po
13174         * po/sr.po
13175         * po/zh_CN.po
13176                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13177                 Fabien Vantard, Frederico Goncalves Guimaraes,
13178                 Aleksandar Urosevic, and Ralgh Young
13179
13180 2006-05-12 [colin]      2.1.1cvs50
13181
13182         * po/cs.po
13183         * po/de.po
13184         * po/en_GB.po
13185         * po/es.po
13186         * po/fi.po
13187         * po/fr.po
13188         * po/pt_BR.po
13189         * po/sr.po
13190         * po/zh_CN.po
13191                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13192                 Fabien Vantard, Frederico Goncalves Guimaraes,
13193                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13194
13195 2006-05-05 [colin]      2.1.1cvs49
13196
13197         * manual/Makefile.am
13198         * manual/pl/Makefile.am
13199         * manual/pl/account.xml
13200         * manual/pl/ack.xml
13201         * manual/pl/addrbook.xml
13202         * manual/pl/advanced.xml
13203         * manual/pl/faq.xml
13204         * manual/pl/glossary.xml
13205         * manual/pl/gpl.xml
13206         * manual/pl/handling.xml
13207         * manual/pl/intro.xml
13208         * manual/pl/keyboard.xml
13209         * manual/pl/plugins.xml
13210         * manual/pl/starting.xml
13211         * manual/pl/sylpheed-claws-manual.xml
13212         * manual/pl/dist/.cvsignore
13213         * manual/pl/dist/Makefile.am
13214         * manual/pl/dist/html/.cvsignore
13215         * manual/pl/dist/html/Makefile.am
13216         * manual/pl/dist/pdf/.cvsignore
13217         * manual/pl/dist/pdf/Makefile.am
13218         * manual/pl/dist/ps/.cvsignore
13219         * manual/pl/dist/ps/Makefile.am
13220         * manual/pl/dist/txt/.cvsignore
13221         * manual/pl/dist/txt/Makefile.am
13222                 Add the polish translation of the manual,
13223                 Authored by Pawel Pekala.
13224
13225 2006-05-05 [cleroy]     2.1.1cvs48
13226
13227         * src/main.c
13228                 Re-read matcherrc after loading plugins 
13229                 if some of them add folders.
13230
13231 2006-05-03 [colin]      2.1.1cvs47
13232
13233         * src/imap.c
13234                 I'm idiot
13235
13236 2006-05-03 [colin]      2.1.1cvs46
13237
13238         * src/imap.c
13239                 Be sure to have a session when
13240                 getting separator
13241
13242 2006-05-03 [colin]      2.1.1cvs45
13243
13244         * src/imap.c
13245         * src/imap.h
13246         * src/imap_gtk.c
13247                 Fix preventing renaming with namespace 
13248                 separator.
13249
13250 2006-05-01 [colin]      2.1.1cvs44
13251
13252         * src/action.c
13253                 Don't reload messageview when result of
13254                 action is piped.
13255
13256 2006-04-29 [colin]      2.1.1cvs43
13257
13258         * src/prefs_receive.c
13259         * src/plugins/spamassassin/spamassassin_gtk.c
13260         * src/plugins/clamav/clamav_plugin_gtk.c
13261                 GUI fixes by Pawel
13262
13263 2006-04-29 [colin]      2.1.1cvs42
13264
13265         * src/prefs_compose_writing.c
13266         * src/prefs_quote.c
13267                 Cleanups. Patch by Pawel
13268
13269 2006-04-28 [paul]       2.1.1cvs41
13270
13271         * src/matcher.c
13272                 fix returned quick search results when search
13273                 term contains an underscore.
13274                 Thanks to Colin
13275
13276 2006-04-28 [paul]       2.1.1cvs40
13277
13278         * src/prefs_message.c
13279         * src/prefs_receive.c
13280                 GUI cleanups
13281                 Patches by Pawel Pekala
13282
13283 2006-04-27 [colin]      2.1.1cvs39
13284
13285         * src/wizard.c
13286                 Differentiate subject Welcome from
13287                 window's title Welcome
13288
13289 2006-04-27 [paul]
13290
13291         2.2.0-rc1 released
13292
13293 2006-04-27 [paul]       2.1.1cvs38
13294
13295         * manual/advanced.xml
13296         * manual/fr/advanced.xml
13297                 add info about compose_no_markup hidden pref
13298
13299 2006-04-27 [paul]       2.1.1cvs37
13300
13301         * src/prefs_account.c
13302                 improve privacy labels
13303         * src/prefs_msg_colors.c
13304                 change some strings for translators' convenience
13305         * src/gtk/gtkutils.c
13306                 don't underline the link button text
13307
13308 2006-04-25 [colin]      2.1.1cvs36
13309
13310         * src/folder.c
13311                 Complete 2.1.1cvs33 (once more ;)
13312
13313 2006-04-25 [colin]      2.1.1cvs35
13314
13315         * src/editldap.c
13316                 Fix tooltip
13317
13318 2006-04-25 [cleroy]     2.1.1cvs34
13319
13320         * src/compose.c
13321         * src/gtk/gtkaspell.c
13322                 Fix crash on redirect (related to the return 
13323                 of the aspell menu in compose's toolbar)
13324         * src/prefs_msg_colors.c
13325                 Fix sensitivity widgets
13326         * src/image_viewer.c
13327         * src/gtk/pluginwindow.c
13328         * src/gtk/prefswindow.c
13329                 Change released signals to clicked (Fabien)
13330         * po/POTFILES.in
13331         * src/common/socket.c
13332         * src/plugins/spamassassin/spamassassin.c
13333                 Translate strings (Fabien)
13334
13335 2006-04-25 [paul]       2.1.1cvs33
13336
13337         * src/folder.c
13338         * src/folder.h
13339         * src/folderview.c
13340                 complete the fix of bug #912
13341                 Thanks to Colin
13342
13343 2006-04-25 [colin]      2.1.1cvs32
13344
13345         * src/news.c
13346                 Better progress bar
13347         * src/mimeview.c
13348         * src/summaryview.c
13349         * src/summaryview.h
13350                 Fix focus chain
13351                 Patches by Pawel Pekala
13352
13353 2006-04-24 [colin]      2.1.1cvs31
13354
13355         * src/compose.c
13356                 Fix compilation warnings (Fabien)
13357
13358 2006-04-24 [colin]      2.1.1cvs30
13359
13360         * src/addrindex.c
13361         * src/editldap.c
13362         * src/editldap_basedn.c
13363         * src/editldap_basedn.h
13364         * src/ldapctrl.c
13365         * src/ldapctrl.h
13366         * src/ldapquery.c
13367         * src/ldaputil.c
13368         * src/ldaputil.h
13369                 Fix bug #901 (LDAPS support)
13370
13371 2006-04-24 [colin]      2.1.1cvs29
13372
13373         * src/compose.c
13374                 Fix logic on error with send dialog on
13375         * src/imap.c
13376                 Fix compilation without libetpan, thanks
13377                 to Fabien
13378         * src/summaryview.c
13379                 Fix 'context-menu' key
13380
13381 2006-04-23 [colin]      2.1.1cvs28
13382
13383         * src/folder.c
13384                 Never free current's cache to free up 
13385                 memory. Fixes bug #912 (new count 
13386                 randomly set to message count)
13387
13388 2006-04-23 [colin]      2.1.1cvs27
13389
13390         * src/gtk/quicksearch.c
13391                 And remove printf...
13392
13393 2006-04-23 [colin]      2.1.1cvs26
13394
13395         * src/gtk/quicksearch.c
13396                 Fix replacing in quicksearch, and fix inserting
13397                 in the middle of the string. (introduced at 2.1.0cvs22)
13398
13399 2006-04-23 [colin]      2.1.1cvs25
13400
13401         * src/imap.c
13402                 Make sure uidnext is initialized in get_num_list
13403                 (not for stable, related to 2.1.1cvs8 and friends)
13404
13405 2006-04-23 [colin]      2.1.1cvs24
13406
13407         * src/imap.c
13408                 Output something when login is successful
13409                 too
13410
13411 2006-04-23 [colin]      2.1.1cvs23
13412
13413         * src/etpan/imap-thread.c
13414                 Better logging (line-per-line, hide data in fetch)
13415                 Fix a const warning
13416         * src/gtk/logwindow.c
13417         * src/gtk/logwindow.h
13418                 Better logging (color for input/output)
13419
13420 2006-04-21 [colin]      2.1.1cvs22
13421
13422         * src/gtk/quicksearch.c
13423                 On gtk+-2.8, use stock buttons in quicksearch
13424                 Based on a patch by Fabien and a design by Paul
13425
13426 2006-04-21 [colin]      2.1.1cvs21
13427
13428         * src/folderview.c
13429         * src/mainwindow.c
13430                 Fix occasional flicker in folderview
13431         * src/common/utils.c
13432                 Fix bug #943 (Incorrectly parsed email address 
13433                 list in short headers on message view and in 
13434                 printouts)
13435
13436 2006-04-20 [colin]      2.1.1cvs20
13437
13438         * src/imap.c
13439         * src/imap.h
13440         * src/prefs_account.c
13441                 Add ANONYMOUS auth for IMAP
13442
13443 2006-04-20 [paul]       2.1.1cvs19
13444
13445         * src/main.c
13446                 proper fix for 2.1.1cvs18
13447                 Thanks to Colin
13448
13449 2006-04-20 [paul]       2.1.1cvs18
13450
13451         * src/main.c
13452                 fix build warnings
13453
13454 2006-04-20 [paul]       2.1.1cvs17
13455
13456         * src/gtk/quicksearch.c
13457                 fix standard, non-extended Quick search,
13458                 was broken in 2.1.1cvs15.
13459                 Thanks to Colin.
13460
13461 2006-04-20 [colin]      2.1.1cvs16
13462
13463         * src/prefs_matcher.c
13464                 Fix values when reselecting a ~test
13465                 rule
13466
13467 2006-04-19 [colin]      2.1.1cvs15
13468
13469         * src/compose.c
13470         * src/compose.h
13471         * src/gtk/gtkaspell.c
13472         * src/gtk/gtkaspell.h
13473                 Put back Options menu in Spelling/
13474         * src/gtk/quicksearch.c
13475                 Don't search, and show error, if the
13476                 advanced search has a syntax error
13477
13478 2006-04-18 [colin]      2.1.1cvs14
13479
13480         * src/textview.c
13481                 Fix gdk warnings on set_cursor when textview
13482                 isn't visible
13483
13484 2006-04-18 [colin]      2.1.1cvs13
13485
13486         * src/gtk/gtksctree.c
13487                 Remove seemingly useless refresh that causes
13488                 flicker - watch this commit in case of 
13489                 problems before planned backport to stable
13490
13491 2006-04-18 [colin]      2.1.1cvs12
13492
13493         * src/imap.c
13494                 Factorize get/set_xml code
13495         * src/compose.c
13496         * src/prefs_account.c
13497         * src/prefs_account.h
13498         * src/procmsg.c
13499                 Add Encrypt to self option
13500
13501 2006-04-17 [colin]      2.1.1cvs11
13502
13503         * configure.ac
13504                 Fix search on encrpyt function on dragonfly
13505                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13506
13507 2006-04-17 [colin]      2.1.1cvs10
13508
13509         * src/prefs_account.c
13510                 Be safe by default: remove mails from POP3
13511                 after 7 days, not immediately
13512
13513 2006-04-17 [colin]      2.1.1cvs9
13514
13515         * src/etpan/imap-thread.c
13516                 Fix build on DragonFly - patch by 
13517                 Jonathan Buschmann <jonthn@agmact.com>
13518
13519 2006-04-17 [colin]      2.1.1cvs8
13520
13521         * src/imap.c
13522                 Save uidnext between sessions
13523
13524 2006-04-17 [colin]      2.1.1cvs7
13525
13526         * src/imap.c
13527                 scan is required when uid validity changes
13528
13529 2006-04-17 [colin]      2.1.1cvs6
13530
13531         * src/folderview.c
13532                 Don't scan if not necessary, apart in current
13533                 folder and INBOX to fetch flags.
13534         * src/imap.c
13535                 Scan is necessary if unread count changes
13536
13537 2006-04-17 [colin]      2.1.1cvs5
13538
13539         * src/imap.c
13540                 ...But always fetch ANSWERED and DELETED flags for
13541                 INBOX, as filtering can happen on these flags.
13542
13543 2006-04-17 [colin]      2.1.1cvs4
13544
13545         * src/imap.c
13546                 Don't fetch REPLIED and DELETED flags when synchronising
13547                 flags with a closed folder. We only need UNSEEN and FLAGGED
13548                 to update the folderview.
13549
13550 2006-04-17 [colin]      2.1.1cvs3
13551
13552         * src/imap.c
13553                 Faster flag search when there are new mails 
13554                 in a folder. We can do a full search if the 
13555                 folder contains less messages than the new
13556                 list.
13557
13558 2006-04-17 [colin]      2.1.1cvs2
13559
13560         * po/cs.po
13561         * po/de.po
13562         * po/fr.po
13563         * po/nl.po
13564         * po/pt_BR.po
13565                 Update translations from stable branch
13566
13567 2006-04-17 [colin]      2.1.1cvs1
13568
13569         * configure.ac
13570                 Bump version to follow stable release
13571
13572 2006-04-16 [mones]      2.1.0cvs50
13573
13574         * po/es.po
13575                 Updated for release
13576
13577 2006-04-16 [colin]      2.1.0cvs49
13578
13579         * src/textview.c
13580                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13581                 with gtk < 2.8. Thanks to Fabien Vantard.
13582
13583 2006-04-15 [colin]      2.1.0cvs48
13584
13585         * src/etpan/imap-thread.c
13586                 Fix bug #919 (libetpan: SEGV when connecting 
13587                 using command)
13588
13589 2006-04-14 [colin]      2.1.0cvs47
13590
13591         * src/main.c
13592                 Fix race on --select (should be done better)
13593
13594 2006-04-14 [wwp]        2.1.0cvs46
13595
13596         * src/send_message.c
13597                 enforce a check for domain in account prefs (a sending
13598                 error could be faced if domain was checked but no value set),
13599                 thanks to Colin.
13600
13601 2006-04-14 [colin]      2.1.0cvs45
13602
13603         * src/codeconv.c
13604                 when converting from unknown to unknown, if the
13605                 string is UTF8, don't convert it to the locale
13606                 (which breaks it)
13607
13608 2006-04-14 [colin]      2.1.0cvs44
13609
13610         * src/compose.c
13611                 Don't try to use ASCII for converting headers
13612                 (as done in body)
13613
13614 2006-04-14 [paul]       2.1.0cvs43
13615
13616         * src/crash.c
13617                 add locale/charset info to crash report
13618         * src/gtk/about.c
13619                 add wwp to doc team
13620                 replace 'e-mail' with preferred 'email'
13621         * src/gtk/authors.h
13622                 ensure contributors list is in alphabetical
13623                 order
13624
13625 2006-04-13 [colin]      2.1.0cvs42
13626
13627         * src/textview.c
13628                 Prevent gdk warnings
13629
13630 2006-04-13 [colin]      2.1.0cvs41
13631
13632         * src/common/ssl_certificate.c
13633         * src/common/ssl_certificate.h
13634         * src/gtk/sslcertwindow.c
13635                 Warn on expired certs, and display the expiration date
13636
13637 2006-04-13 [colin]      2.1.0cvs40
13638
13639         * src/plugins/spamassassin/spamassassin_gtk.c
13640                 Fix missing set_text on unix socket
13641
13642 2006-04-13 [wwp]        2.1.0cvs39
13643
13644         * manual/fr/advanced.xml
13645         * manual/fr/glossary.xml
13646                 applied new spam/ham/email lexicon (pourriel, courriel)
13647
13648 2006-04-13 [paul]       2.1.0cvs38
13649
13650         * src/plugins/pgpmime/plugin.c
13651                 remove the mention of S/MIME from the
13652                 description. This is now handled by the
13653                 S/MIME plugin.
13654
13655 2006-04-13 [paul]       2.1.0cvs37
13656
13657         * src/prefs_msg_colors.c
13658                 rework dialog
13659         * src/prefs_folder_item.c
13660         * src/prefs_spelling.c
13661                 add a tooltip to the colour selector buttons
13662
13663 2006-04-13 [wwp]        2.1.0cvs36
13664
13665         * manual/advanced.xml
13666         * manual/glossary.xml
13667         * manual/handling.xml
13668         * manual/keyboard.xml
13669         * manual/plugins.xml
13670         * manual/starting.xml
13671         * manual/fr/account.xml
13672         * manual/fr/ack.xml
13673         * manual/fr/addrbook.xml
13674         * manual/fr/advanced.xml
13675         * manual/fr/faq.xml
13676         * manual/fr/glossary.xml
13677         * manual/fr/gpl.xml
13678         * manual/fr/handling.xml
13679         * manual/fr/intro.xml
13680         * manual/fr/keyboard.xml
13681         * manual/fr/plugins.xml
13682         * manual/fr/starting.xml
13683         * manual/fr/sylpheed-claws-manual.xml
13684                 fixes to the manuals:
13685                  - summaryview -> Message List (same in French)
13686                  - translate key names
13687                  - fix French punctuation, use non-breakable spaces when
13688                    necessary, don't use &thinsp; which is not portable
13689                  - tell what maildir and mbox formats we support
13690
13691 2006-04-12 [wwp]        2.1.0cvs35
13692
13693         * src/prefs_toolbar.c
13694                 unified a replace button more,
13695                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13696
13697 2006-04-12 [wwp]        2.1.0cvs34
13698
13699         * src/prefs_common.c
13700         * src/prefs_msg_colors.c
13701                 make default color labels translatable,
13702                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13703                 thanks to Tim <timbrain@post.cz> for reporting.
13704
13705 2006-04-12 [wwp]        2.1.0cvs33
13706
13707         * manual/glossary.xml
13708         * manual/intro.xml
13709         * manual/plugins.xml
13710         * manual/starting.xml
13711         * manual/sylpheed-claws-manual.xml
13712         * manual/fr/.cvsignore
13713         * manual/fr/account.xml
13714         * manual/fr/ack.xml
13715         * manual/fr/addrbook.xml
13716         * manual/fr/advanced.xml
13717         * manual/fr/faq.xml
13718         * manual/fr/glossary.xml
13719         * manual/fr/handling.xml
13720         * manual/fr/intro.xml
13721         * manual/fr/keyboard.xml
13722         * manual/fr/plugins.xml
13723         * manual/fr/starting.xml
13724         * manual/fr/sylpheed-claws-manual.xml
13725                 various fixes: typos, missing .fr translations, punctuation,
13726                 capitalization, links, accents and some bad French more.
13727
13728 2006-04-12 [wwp]        2.1.0cvs32
13729
13730         * src/prefs_gtk.c
13731                 fix for bug #935: always store prefs files in UTF-8 (thanks
13732                 to Colin).
13733
13734 2006-04-11 [colin]      2.1.0cvs31
13735
13736         * src/compose.c
13737                 Fix inserting files not in utf8 when locale is utf8
13738
13739 2006-04-11 [colin]      2.1.0cvs30
13740
13741         * src/inc.c
13742                 Don't show error dialog when cancelling connection
13743                 Patch by Pawel
13744
13745 2006-04-11 [cleroy]     2.1.0cvs29
13746
13747         * src/compose.c
13748                 Implement multiple quote levels
13749         * src/prefs_common.c
13750                 Change a little bit the quote bgcolor for 2nd level
13751
13752 2006-04-11 [colin]      2.1.0cvs28
13753
13754         * src/gtk/about.c
13755                 Add locale and charset in the label
13756
13757 2006-04-10 [colin]      2.1.0cvs27
13758
13759         * src/compose.c
13760         * src/prefs_common.c
13761         * src/prefs_common.h
13762         * src/prefs_msg_colors.c
13763         * src/textview.c
13764                 Allow optional background color in quotes
13765                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13766                 GTK+-2.8.x feature
13767
13768 2006-04-10 [colin]      2.1.0cvs26
13769
13770         * src/main.c
13771         * src/mainwindow.c
13772         * src/mainwindow.h
13773                 Implement --select
13774
13775 2006-04-10 [colin]      2.1.0cvs25
13776
13777         * manual/plugins.xml
13778         * manual/fr/plugins.xml
13779                 Document libcurl's proxy variables
13780
13781 2006-04-09 [colin]      2.1.0cvs24
13782
13783         * src/prefs_common.c
13784                 gettext() returns statically allocated stuff. We have
13785                 to strdup it in order to be able to free it.
13786
13787 2006-04-09 [colin]      2.1.0cvs23
13788
13789         * AUTHORS
13790         * src/gtk/authors.h
13791                 Add Alexei
13792
13793 2006-04-09 [colin]      2.1.0cvs22
13794
13795         * src/mainwindow.c
13796         * src/gtk/quicksearch.c
13797                 Fix bug #859 (problems with cyrilic input in 
13798                 search panel) - Patch by Alexey Illarionov 
13799                 <littlesavage@rambler.ru>
13800
13801 2006-04-09 [colin]      2.1.0cvs21
13802
13803         * src/prefs_customheader.c
13804                 I prefer removing then freeing rather than the contrary
13805                 (even if it doesn't change anything ;-)
13806         * src/prefs_account.c
13807                 Fix bug #933 (Crash re-entering the custom headers list 
13808                 dialog in accounts prefs)
13809                 The problem happened when cancelling the Account 
13810                 Preferences' dialogs - in which case we didn't do 
13811                 anything to the PrefsAccount * struct. In case of applying,
13812                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13813                 working with in this dialog. The problem is that 
13814                 prefs_customheader.c, working on this tmp_ac_prefs, always
13815                 changes the ->customhdr_list pointer, even when cancelled. 
13816                 So in case of cancelling the prefs_account dialog, we still
13817                 have to update ->customhdr_list in the real account.
13818
13819 2006-04-08 [colin]      2.1.0cvs20
13820
13821         * manual/fr/glossary.xml
13822         * manual/fr/keyboard.xml
13823                 Forgot some headers :)
13824
13825 2006-04-08 [colin]      2.1.0cvs19
13826
13827         * manual/Makefile.am
13828         * manual/fr/Makefile.am
13829         * manual/fr/account.xml
13830         * manual/fr/ack.xml
13831         * manual/fr/addrbook.xml
13832         * manual/fr/advanced.xml
13833         * manual/fr/faq.xml
13834         * manual/fr/glossary.xml
13835         * manual/fr/gpl.xml
13836         * manual/fr/handling.xml
13837         * manual/fr/intro.xml
13838         * manual/fr/keyboard.xml
13839         * manual/fr/plugins.xml
13840         * manual/fr/starting.xml
13841         * manual/fr/sylpheed-claws-manual.xml
13842         * manual/fr/dist/.cvsignore
13843         * manual/fr/dist/Makefile.am
13844         * manual/fr/dist/html/.cvsignore
13845         * manual/fr/dist/html/Makefile.am
13846         * manual/fr/dist/pdf/.cvsignore
13847         * manual/fr/dist/pdf/Makefile.am
13848         * manual/fr/dist/ps/.cvsignore
13849         * manual/fr/dist/ps/Makefile.am
13850         * manual/fr/dist/txt/.cvsignore
13851         * manual/fr/dist/txt/Makefile.am
13852                 Add the french translation of the manual. Thanks to
13853                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13854                 account.xml, ack.xml, addrbook.xml and advanced.xml
13855
13856 2006-04-08 [colin]      2.1.0cvs18
13857
13858         * manual/plugins.xml
13859         * manual/starting.xml
13860                 More fixes
13861
13862 2006-04-07 [colin]      2.1.0cvs17
13863
13864         * manual/faq.xml
13865         * manual/intro.xml
13866         * manual/keyboard.xml
13867                 Little fixes
13868
13869 2006-04-07 [colin]      2.1.0cvs16
13870
13871         * README
13872         * src/compose.c
13873         * src/prefs_common.c
13874         * src/prefs_common.h
13875                 Add hidden compose_no_markup pref
13876
13877 2006-04-07 [wwp]        2.1.0cvs15
13878
13879         * src/summary_search.c
13880         * .cvsignore
13881                 Bugfix: stop button was sticky when searching in an empty folder.
13882                 Applied curly brackets code style to the whole file (summary_search.c).
13883                 More files to ignore.
13884
13885 2006-04-07 [wwp]        2.1.0cvs14
13886
13887         * src/message_search.c
13888         * src/summary_search.c
13889                 changed default button when search bumps at file/folder
13890                 beginning or end, for convenience (thanks to Colin).
13891
13892 2006-04-07 [paul]       2.1.0cvs13
13893
13894         * src/plugins/dillo_viewer/dillo_prefs.c
13895                 avoid future potential for namespace collision
13896                 Patch by Colin
13897
13898 2006-04-06 [wwp]        2.1.0cvs12
13899
13900         * src/summary_search.c
13901                 Unify extended/advanced searches names (and thus factorize labels),
13902                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13903
13904 2006-04-06 [wwp]        2.1.0cvs11
13905
13906         * src/folderview.c
13907         * src/prefs_themes.c
13908         * src/summaryview.c
13909                 Fixed some compilation warnings.
13910
13911 2006-04-06 [colin]      2.1.0cvs10
13912
13913         * manual/advanced.xml
13914                 Document the wizard template and how to deploy
13915                 Sylpheed-Claws effectively
13916
13917 2006-04-06 [colin]      2.1.0cvs9
13918
13919         * src/folderview.c
13920                 gettext patch to tell translators about _("#"),
13921                 by Maxim Britov
13922
13923 2006-04-06 [colin]      2.1.0cvs8
13924
13925         * src/textview.c
13926                 Fix invalid GtkTextBIter after clicking "Display as text"
13927
13928 2006-04-06 [mones]      2.1.0cvs7
13929
13930         * src/addr_compl.c
13931         * src/addrindex.c
13932         * src/addritem.c
13933         * src/codeconv.c
13934         * src/compose.c
13935         * src/filtering.c
13936         * src/folder.c
13937         * src/folder_item_prefs.c
13938         * src/folderview.c
13939         * src/localfolder.c
13940         * src/matcher.c
13941         * src/mimeview.c
13942         * src/prefs_msg_colors.c
13943         * src/prefs_spelling.c
13944         * src/prefs_themes.c
13945         * src/procmime.c
13946         * src/procmsg.c
13947         * src/stock_pixmap.c
13948         * src/summaryview.c
13949         * src/textview.c
13950         * src/toolbar.c
13951         * src/common/mgutils.c
13952         * src/common/prefs.c
13953         * src/common/ssl_certificate.c
13954         * src/gtk/colorlabel.c
13955         * src/gtk/quicksearch.c
13956         * src/plugins/pgpmime/pgpmime.c
13957         * src/plugins/spamassassin/spamassassin.c
13958                 Removed redundant NULL checks for g_free() calls.
13959                 Patch by Pawel Pekala.
13960
13961 2006-04-06 [mones]      2.1.0cvs6
13962
13963         * src/prefs_actions.c
13964         * src/prefs_filtering.c
13965         * src/prefs_filtering_action.c
13966         * src/prefs_matcher.c
13967         * src/prefs_template.c
13968         * src/gtk/gtkutils.c
13969         * src/gtk/gtkutils.h
13970                 Have a nice replace button. Patch by Pawel Pekala
13971
13972 2006-04-06 [colin]      2.1.0cvs5
13973
13974         * src/addressbook.c
13975                 Fix crash with empty columns
13976
13977 2006-04-05 [colin]      2.1.0cvs4
13978
13979         * src/wizard.c
13980         * src/prefs_gtk.c
13981                 Allow wizard customization with pre-filled values
13982
13983 2006-04-05 [colin]      2.1.0cvs3
13984
13985         * src/textview.c
13986         * src/mimeview.c
13987         * src/mimeview.h
13988                 Nicer messages in mimeview
13989
13990 2006-04-05 [colin]      2.1.0cvs2
13991
13992         * src/addressbook.c
13993         * src/prefs_summaries.c
13994                 i18n fix
13995
13996 2006-04-05 [colin]      2.1.0cvs1
13997
13998         * src/plugins/pgpcore/plugin.c
13999         * src/plugins/pgpcore/select-keys.c
14000         * src/plugins/pgpcore/select-keys.h
14001         * src/plugins/pgpcore/sgpgme.c
14002         * src/plugins/pgpcore/sgpgme.h
14003         * src/plugins/pgpinline/pgpinline.c
14004         * src/plugins/pgpinline/plugin.c
14005         * src/plugins/pgpmime/pgpmime.c
14006         * src/plugins/pgpmime/plugin.c
14007                 Factorize and generalize a bit 
14008                 Drop S/MIME signature verification from PGP/MIME
14009                 (adding it as another, more complete plugin)
14010
14011 2006-04-05 [paul]       2.1.0
14012
14013         2.1.0 released
14014
14015 2006-04-05 [paul]       2.0.0cvs186
14016
14017         * manual/advanced.xml
14018                 add info on colour labels
14019
14020 2006-04-05 [paul]       2.0.0cvs185
14021
14022         * po/bg.po
14023         * po/cs.po
14024         * po/de.po
14025         * po/el.po
14026         * po/en_GB.po
14027         * po/fi.po
14028         * po/fr.po
14029         * po/it.po
14030         * po/nl.po
14031         * po/pl.po
14032         * po/pt_BR.po
14033         * po/sr.po
14034         * po/zh_CN.po
14035                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14036                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14037                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14038                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14039         * src/gtk/authors.h
14040         * tools/claws.i18n.status.pl
14041                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14042                 and new Czech translator, Tim <timbrain@post.cz>
14043
14044 2006-04-05 [mones]      2.0.0cvs184
14045
14046         * po/es.po
14047                 Updated translation
14048
14049 2006-04-05 [colin]      2.0.0cvs183
14050
14051         * src/gtk/quicksearch.c
14052                 Fix bug #929 (unnecessary reload in quick search bar)
14053
14054 2006-04-05 [colin]      2.0.0cvs182
14055
14056         * src/compose.c
14057                 Fix crash on Reply with no From:
14058                 Show signature and conversion error on queuing 
14059                 (but not sending)
14060         * src/mainwindow.c
14061         * src/summaryview.c
14062         * src/summaryview.h
14063                 Factorize threading code and make sure msginfo 
14064                 is not null when it comes from a GtkCTreeRow's 
14065                 data
14066         * src/gtk/gtkaspell.c
14067                 Check for necessary things
14068         * src/gtk/gtksctree.c
14069         * src/gtk/gtksctree.h
14070                 Reset anchor if necessary when removing node
14071
14072 2006-03-29 [colin]      2.0.0cvs181
14073
14074         * src/folderview.c
14075                 Warn for disabled IMAP accounts (due to lack of
14076                 libetpan). Breaks string-freeze - sorry - but it
14077                 is kind of important ;)
14078
14079 2006-03-28 [colin]      2.0.0cvs180
14080
14081         * src/gtk/gtkutils.c
14082         * src/gtk/gtkutils.h
14083                 Add a gtkut_get_link_btn() function that
14084                 creates a button which acts like an URI
14085         * src/prefs_themes.c
14086         * src/gtk/about.c
14087                 Use this function (factorizes codes)
14088         * src/common/defs.h
14089         * src/gtk/pluginwindow.c
14090                 Add a "Get more..." in the plugins window
14091
14092 2006-03-28 [colin]      2.0.0cvs179
14093
14094         * src/common/smtp.c
14095         * src/common/passcrypt.c
14096         * src/undo.c
14097                 Warning fixes. Patch by Pawel Pekala
14098
14099 2006-03-27 [colin]      2.0.0cvs178
14100
14101         * src/undo.c
14102                 Fix undoing by blocks with spaces
14103
14104 2006-03-27 [colin]      2.0.0cvs177
14105
14106         * src/textview.c
14107                 Set margin to 3px for headers
14108
14109 2006-03-27 [paul]
14110
14111         2.1.0-rc2 released
14112
14113 2006-03-27 [wwp]        2.0.0cvs176
14114
14115         * src/summaryview.c
14116                 don't reset quicksearch when updating the message list.
14117                 Thanks to Colin.
14118
14119 2006-03-26 [wwp]        2.0.0cvs175
14120
14121         * src/compose.c
14122                 use a unified border width ('other' tab in the compose window,
14123                 patch by Pawel Pekala).
14124
14125
14126 2006-03-26 [wwp]        2.0.0cvs174
14127
14128         * src/common/quoted-printable.c
14129         * src/addressbook.c
14130                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14131
14132 2006-03-26 [colin]      2.0.0cvs173
14133
14134         * src/quote_fmt_parse.y
14135                 Fix non-UTF8 date formats messing up the whole quote a 
14136                 little bit
14137
14138 2006-03-26 [colin]      2.0.0cvs172
14139
14140         * src/procheader.c
14141                 Make sure the date is UTF8 valid, or try to make it
14142                 so. IncrediMail is really IncrediStupid.
14143         * src/compose.c
14144                 Fix possible conversions. 
14145                 
14146
14147 2006-03-26 [colin]      2.0.0cvs171
14148
14149         * src/matcher.c
14150                 Fix corner cases in body search. This is still a
14151                 hack... It seems impossible to make it good and 
14152                 reasonably fast at the same time.
14153
14154 2006-03-26 [colin]      2.0.0cvs170
14155
14156         * src/summaryview.c
14157                 I think I killed the twilight zone bug!
14158                 summary_select_node() flushes GTK events in order
14159                 to be able to center the view. But this also 
14160                 flushes keypresses like Ctrl-Alt-U, so this can
14161                 call summary_show from summary_select_node (itself
14162                 called from summary_show, etc.). And the summaryview
14163                 has to be unlocked in this function. So just locking
14164                 while processing GTK events, and bailing if locked, 
14165                 should fix it.
14166                 Fixes bug #927 (SIGSEGV during Update Summary)
14167
14168 2006-03-25 [colin]      2.0.0cvs169
14169
14170         * src/matcher.c
14171                 Fix search in QP-encoded bodies
14172                 Fix utf-8 searches in bodies encoded in the
14173                 locale's encoding
14174         * src/common/quoted-printable.c
14175         * src/common/quoted-printable.h
14176                 Add a decode function that doesn't overwrite
14177                 the original pointer
14178                 
14179
14180 2006-03-24 [colin]      2.0.0cvs168
14181
14182         * src/action.c
14183         * src/summaryview.c
14184         * src/summaryview.h
14185                 Update message cache after action
14186                 Patch by H. Merijn Brand
14187         * src/prefs_msg_colors.c
14188                 Factorize label 
14189                 Patch by Fabien Vantard
14190         * src/plugins/spamassassin/spamassassin_gtk.c
14191                 Remove useless translation
14192                 Patch by Fabien Vantard
14193
14194 2006-03-23 [colin]      2.0.0cvs167
14195
14196         * src/common/ssl.c
14197                 Let 30 seconds to SSL_connect
14198
14199 2006-03-23 [wwp]        2.0.0cvs166
14200
14201         * src/summaryview.c
14202         * src/gtk/description_window.c
14203                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14204                 and headers are translated; adjust description windows' width to fit their
14205                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14206
14207 2006-03-23 [paul]       2.0.0cvs165
14208
14209         * src/common/utils.c
14210                 fix highlighting of URIs containing "()"
14211                 (2.0.0cvs164's reversal fixed)
14212                 Thanks to Colin.
14213
14214 2006-03-23 [paul]       2.0.0cvs164
14215
14216         * src/common/utils.c
14217                 revert patch, (postponing a fix), at 2.0.0cvs120
14218                 as it breaks more URIs than it fixes.
14219                 Allow '-' to be a terminating character in a URI
14220
14221 2006-03-22 [colin]      2.0.0cvs163
14222
14223         * configure.ac
14224                 Require libetpan 0.45
14225                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14226
14227 2006-03-22 [paul]       2.0.0cvs162
14228
14229         * src/editgroup.c
14230                 replace '<-' and '->' buttons with GTK_STOCK graphical
14231                 buttons
14232         * src/summary_search.c
14233                 don't offer '...' for translation
14234                 add a tooltip to advanced search '...' button
14235         * src/gtk/quicksearch.c
14236                 don't offer '...' for translation
14237
14238 2006-03-21 [colin]      2.0.0cvs161
14239
14240         * src/compose.c
14241                 Fix middle-click pasting (insert at click
14242                 position instead of cursor position, don't
14243                 remove existing selection and allow pasting
14244                 our own selection)
14245         * src/addressbook.c
14246                 "LDAP Server" -> "LDAP servers"
14247
14248 2006-03-21 [wwp]        2.0.0cvs160
14249
14250         * src/etpan/imap-thread.c
14251                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14252
14253 2006-03-20 [colin]      2.0.0cvs159
14254
14255         * src/summaryview.c
14256                 Don't reload summaryview after an execute with no
14257                 move action
14258
14259 2006-03-19 [colin]      2.0.0cvs158
14260
14261         * src/addressbook.c
14262                 and put groups at the top, always
14263
14264 2006-03-19 [colin]      2.0.0cvs157
14265
14266         * src/addressbook.c
14267                 Order groups before names, as previously
14268
14269 2006-03-19 [colin]      2.0.0cvs156
14270
14271         * src/addressbook.c
14272                 - Sort case-unsensitive
14273                 - Put the sort arrow at opening too
14274
14275 2006-03-19 [wwp]        2.0.0cvs155
14276
14277         * src/addressbook.c
14278                 allow sorting by name/email/remarks, ensure that right-pane's contents
14279                 matches the left-pane selection (cleared when appropriate).
14280                 Patch by Pawel Pekala <c0rn@o2.pl>.
14281
14282 2006-03-18 [colin]      2.0.0cvs154
14283
14284         * src/textview.c
14285                 Fix text cursor ;)
14286
14287 2006-03-18 [colin]      2.0.0cvs153
14288
14289         * src/gtk/filesel.c
14290                 Make sure we hide the preview if we didn't get
14291                 a filename
14292
14293 2006-03-18 [colin]      2.0.0cvs152
14294
14295         * src/summaryview.c
14296                 Set cursor to watch for execution (fixes lack
14297                 of watch-cursor when dnd'ing hundreds of mails)
14298         * src/gtk/filesel.c
14299                 Check that mime type is 'image/*' before updating
14300                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14301
14302 2006-03-18 [colin]      2.0.0cvs151
14303
14304         * src/mainwindow.c
14305         * src/textview.c
14306         * src/textview.h
14307                 Put a watch cursor in textview too when the mainwindow's
14308                 cursor in a watch
14309
14310 2006-03-18 [colin]      2.0.0cvs150
14311
14312         * src/folder.c
14313                 Change wrong asserts to simple tests
14314
14315 2006-03-17 [colin]      2.0.0cvs149
14316
14317         * src/mainwindow.c
14318         * src/mainwindow.h
14319         * src/prefs_msg_colors.c
14320         * src/summaryview.c
14321         * src/summaryview.h
14322         * src/gtk/colorlabel.c
14323         * src/gtk/colorlabel.h
14324                 Add a color label menu in the main menubar
14325                 Add (fixed) accels Ctrl-{0-7} to change the color
14326                 They have to be fixed because the menu's dynamic,
14327                 the items are complex widgets, hence we can't use
14328                 a GtkItemFactory.
14329
14330
14331 2006-03-17 [wwp]        2.0.0cvs148
14332
14333         * src/compose.c
14334                 rollback few lines from my previous commit (those lines come from
14335                 a pending patch, accidentally commited, even if neutral as they are
14336                 commented out).
14337
14338 2006-03-17 [wwp]        2.0.0cvs147
14339
14340         * src/compose.c
14341                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14342                 applied code style/indentation to the modified function.
14343
14344 2006-03-17 [wwp]        2.0.0cvs146
14345
14346         * src/procmsg.c
14347         * src/compose.c
14348                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14349
14350 2006-03-17 [paul]
14351
14352         2.1.0-rc1 released
14353
14354 2006-03-17 [paul]       2.0.0cvs145
14355
14356         * src/main.c
14357                 addressbook_read_file() was called twice
14358         * src/textview.c
14359                 X-Mailer highlighting
14360
14361 2006-03-16 [colin]      2.0.0cvs144
14362
14363         * src/sourcewindow.c
14364         * src/sourcewindow.h
14365                 And the last one, in source window.
14366
14367 2006-03-16 [colin]      2.0.0cvs143
14368
14369         * src/compose.c
14370         * src/compose.h
14371                 Fix the same stuff in compose
14372
14373 2006-03-16 [colin]      2.0.0cvs142
14374
14375         * src/messageview.c
14376                 Complete the previous messageview crash fix
14377
14378 2006-03-16 [colin]      2.0.0cvs141
14379
14380         * src/procmsg.h
14381         * src/procmsg.c
14382         * src/folder.c
14383                 Fix POSTPROCESSING hook
14384                 Patch by H. Merijn Brand
14385
14386         * src/procmime.c
14387         * src/procmime.h
14388                 Parse Content-Location
14389
14390         * src/toolbar.c
14391         * src/messageview.c
14392         * src/messageview.h
14393                 Don't crash when a top-level MessageView has
14394                 been closed on us. Same problematic than
14395                 yesterday's quicksearch issue.
14396
14397 2006-03-15 [colin]      2.0.0cvs140
14398
14399         * src/gtk/quicksearch.c
14400                 Fix a bitchy race we didn't think about when we
14401                 added quicksearch cancellation:
14402                 If the search is not on cached fields, for example
14403                 body_part matchcase "stuff"
14404                 the matcher code has to get the whole message. If
14405                 we're on IMAP, that can be slow, and in order to
14406                 be non-blocking, the IMAP code idle loop processes
14407                 gtk events too. So it is possible to cancel a
14408                 quicksearch while the matcher is getting the mail's
14409                 body. After matcher got its body, it will start to
14410                 iterate over the matcher list that the Quicksearch's
14411                 clear_search_cb() just freed via prepare_matcher().
14412                 SIGSEGV ensues.
14413                 The fix consists of guarding the matcherlist_match()
14414                 call with a boolean 'matching'. If we reset the
14415                 quicksearch while matching is TRUE, we don't free
14416                 the matcherlist anymore like we did, but we set
14417                 another new flag, deferred_free, to TRUE. Then,
14418                 in quicksearch_match(), just after returning from
14419                 matcherlist_match() and unsetting the matching flag,
14420                 we check the deferred_free flag and do the
14421                 prepare_matcher() (which does the matcherlist_free)
14422                 for real, so we free the matcherlist once it's not
14423                 used anymore.
14424                 As all of this runs via the glib main loop, we
14425                 luckily don't need a mutex.
14426         * src/summaryview.c
14427                 Also, show progress while searching.
14428
14429
14430 2006-03-14 [colin]      2.0.0cvs139
14431
14432         * src/alertpanel.c
14433                 Make alertpanel_is_open non-static
14434
14435 2006-03-14 [colin]      2.0.0cvs138
14436
14437         * src/prefs_spelling.c
14438                 Cleanups - Fabien Vantard
14439
14440 2006-03-14 [wwp]        2.0.0cvs137
14441
14442         * src/main.c
14443                 code style normalization (curly braces, indentation).
14444
14445 2006-03-14 [wwp]        2.0.0cvs137
14446
14447         * src/main.c
14448                 code style (braces, indentation)
14449
14450 2006-03-12 [paul]       2.0.0cvs136
14451
14452         * src/prefs_common.c
14453                 trans_hdr defaults to FALSE to be RFC-savvy
14454         * src/prefs_summaries.c
14455                 add a tooltip to the trans_hdr option
14456                 
14457
14458 2006-03-12 [paul]       2.0.0cvs135
14459
14460         * src/prefs_matcher.c
14461                 give a little more width to the combos
14462         * src/prefs_display_header.c
14463         * src/textview.c
14464                 translate headers if prefs_common.trans_hdr
14465                 is TRUE
14466
14467         Patches by Pawel Pekala
14468
14469 2006-03-12 [paul]       2.0.0cvs134
14470
14471         * src/plugins/clamav/clamav_plugin.c
14472         * src/plugins/dillo_viewer/dillo_viewer.c
14473         * src/plugins/pgpcore/plugin.c
14474         * src/plugins/pgpinline/plugin.c
14475         * src/plugins/pgpmime/plugin.c
14476         * src/plugins/spamassassin/spamassassin.c
14477                 update/add to descriptions
14478         * src/plugins/spamassassin/spamassassin_gtk.c
14479                 fixes to the english, remove superfluous
14480                 tooltips, clean up a little
14481
14482 2006-03-12 [paul]       2.0.0cvs133
14483
14484         * src/compose.c
14485                 fix Bug 924, 'Account combo box shows up wrong 
14486                 if & is in account name'
14487
14488 2006-03-11 [colin]      2.0.0cvs132
14489
14490         * src/summaryview.c
14491                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14492                 messed up shift-selection because is slows down
14493                 moving around summaryview. thanks -users
14494
14495 2006-03-10 [colin]      2.0.0cvs131
14496
14497         * src/plugins/spamassassin/spamassassin_gtk.c
14498                 Put back Paul's engrish fixes
14499
14500 2006-03-10 [colin]      2.0.0cvs130
14501
14502         * src/plugins/spamassassin/spamassassin.c
14503         * src/plugins/spamassassin/spamassassin.h
14504         * src/plugins/spamassassin/spamassassin_gtk.c
14505                 Cleanup SA prefs page (more)
14506                 Patch by Fabien Vantard
14507
14508 2006-03-10 [paul]       2.0.0cvs129
14509
14510         * src/prefs_msg_colors.c
14511         * src/prefs_spelling.c
14512                 widget sensitivity
14513
14514 2006-03-09 [mones]      2.0.0cvs128
14515
14516         * po/es.po
14517                 Update for next RC
14518
14519 2006-03-09 [wwp]        2.0.0cvs127
14520
14521         * configure.ac
14522                 revert accidental commit (requirement for libetpan 0.43), this time
14523                 not in HEAD.
14524
14525 2006-03-09 [wwp]        2.0.0cvs125
14526
14527         * configure.ac
14528                 revert accidental commit (requirement for libetpan 0.43)
14529
14530 2006-03-09 [paul]       2.0.0cvs126
14531
14532         * src/prefs_receive.c
14533                 remove useless frame
14534                 replace 'incorporation' with 'receiving'
14535         * src/plugins/clamav/clamav_plugin_gtk.c
14536         * src/plugins/spamassassin/spamassassin_gtk.c
14537                 improve widget sensitivity
14538                 fix a bit his engrish
14539
14540 2006-03-09 [wwp]        2.0.0cvs125
14541
14542         * src/addressadd.c
14543         * src/foldersel.c
14544         * src/prefs_common.c
14545         * src/prefs_common.h
14546                 remember some more windows' sizes (add to addressbook and
14547                 select folder).
14548
14549 2006-03-09 [paul]       2.0.0cvs124
14550
14551         * src/plugins/pgpcore/prefs_gpg.c
14552                 normalise construction of dialogue
14553
14554 2006-03-09 [paul]       2.0.0cvs123
14555
14556         * src/plugins/trayicon/Makefile.am
14557                 add missing slash
14558
14559 2006-03-08 [colin]      2.0.0cvs122
14560
14561         * src/plugins/trayicon/Makefile.am
14562                 Fix build in separate dir 
14563                 Patch by Bamanzi <bamanzi@gmail.com>
14564
14565 2006-03-08 [colin]      2.0.0cvs121
14566
14567         * src/procmsg.c
14568                 Batch move and copies from summaryview with delayed execution
14569                 too
14570
14571 2006-03-07 [paul]       2.0.0cvs120
14572
14573         * src/common/utils.c
14574                 fix highlighting of URIs containing "()"
14575                 Patch by Pawel Pekala
14576
14577 2006-03-07 [paul]       2.0.0cvs119
14578
14579         * src/folder.c
14580         * src/folder.h
14581         * src/folderview.c
14582                 immediately do alphabetical resort when
14583                 changing a folder's name
14584                 Patch by Pawel Pekala
14585
14586 2006-03-07 [paul]       2.0.0cvs118
14587
14588         * src/news.c
14589         * src/news_gtk.c
14590                 when unsubscribing a newsgroup, remove the
14591                 folder and msgs in .sylpheed-claws/newscache
14592                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14593
14594 2006-03-07 [paul]       2.0.0cvs117
14595
14596         * src/textview.c
14597                 fix wrong Fake URL Warning
14598                 Thanks to Hiro
14599
14600 2006-03-07 [colin]      2.0.0cvs116
14601
14602         * src/imap.c
14603                 Return immediately when password dialog was
14604                 cancelled
14605         * src/gtk/inputdialog.c
14606                 Allow empty strings for passwords
14607
14608
14609 2006-03-06 [colin]      2.0.0cvs115
14610
14611         * src/imap.c
14612                 Prevent double-timeouts when connection fails
14613
14614 2006-03-06 [colin]
14615
14616         2.0.1-rc1 released
14617
14618 2006-03-06 [colin]      2.0.0cvs114
14619
14620         * src/imap.c
14621                 Refresh session during potentially long
14622                 operations
14623
14624 2006-03-06 [wwp]        2.0.0cvs113
14625
14626         * src/prefs_msg_colors.h
14627                 forgot that one (custom color labels).
14628
14629 2006-03-06 [wwp]        2.0.0cvs112
14630
14631         * src/prefs_common.c
14632         * src/prefs_common.h
14633         * src/prefs_msg_colors.c
14634         * src/summaryview.c
14635         * src/summaryview.h
14636         * src/gtk/colorlabel.c
14637         * src/gtk/colorlabel.h
14638                 colors in messages list are now customizable. Color values and names can
14639                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14640                 Thanks to Paul and Colin for their help with this longstanding patch!
14641
14642 2006-03-06 [wwp]        2.0.0cvs111
14643
14644         * src/textview.c
14645                 don't crash if (x)face is bad.
14646
14647 2006-03-05 [paul]       2.0.0cvs110
14648
14649         * AUTHORS
14650         * configure.ac
14651         * src/Makefile.am
14652         * src/common/Makefile.am
14653         * src/common/utils.h
14654         * src/etpan/imap-thread.c
14655         * src/gtk/authors.h
14656         * src/plugins/clamav/Makefile.am
14657         * src/plugins/demo/Makefile.am
14658         * src/plugins/dillo_viewer/Makefile.am
14659         * src/plugins/pgpcore/Makefile.am
14660         * src/plugins/pgpcore/passphrase.c
14661         * src/plugins/pgpinline/Makefile.am
14662         * src/plugins/pgpmime/Makefile.am
14663         * src/plugins/spamassassin/Makefile.am
14664         * src/plugins/trayicon/Makefile.am
14665                 fix builiding on cygwin
14666                 Patch by Ralgh Young <bamanzi@gmail.com>
14667
14668 2006-03-04 [wwp]        2.0.0cvs109
14669
14670         * manual/keyboard.xml
14671                 fix mixed up/down keys.
14672
14673 2006-03-04 [wwp]        2.0.0cvs108
14674
14675         * README
14676         * INSTALL
14677                 updated links to SpamAssassin.
14678
14679 2006-03-04 [wwp]        2.0.0cvs107
14680
14681         * manual/plugins.xml
14682         * src/plugins/spamassassin/README
14683                 updated SpamAssassin plugin docs to reflect new functional additions
14684                 (also fix/update/documents few technical stuff more, see the README).
14685
14686 2006-03-04 [wwp]        2.0.0cvs106
14687
14688         * src/prefs_message.c
14689                 normalized capitalization of message-prefs paths.
14690
14691 2006-03-04 [wwp]        2.0.0cvs105
14692
14693         * manual/advanced.xml
14694                 typo.
14695
14696 2006-03-03 [colin]      2.0.0cvs104
14697
14698         * src/plugins/clamav/clamav_plugin_gtk.c
14699                 Rework prefs page, patch by Fabien 
14700
14701 2006-03-03 [colin]      2.0.0cvs103
14702
14703         * src/plugins/clamav/clamav_plugin.c
14704                 Set error on all errors
14705
14706 2006-03-03 [colin]      2.0.0cvs102
14707
14708         * src/common/plugin.c
14709                 Initialize error to avoid crashing when a plugin fails
14710                 without setting error
14711
14712 2006-03-02 [wwp]        2.0.0cvs101
14713
14714         * configure.ac
14715                 fixed linker flags for libetpan support on Cygwin
14716                 (thanks to H.Merijn Brand).
14717
14718 2006-03-02 [wwp]        2.0.0cvs100
14719
14720         * src/addressbook.c
14721                 fix some AB error messages: one for punctuation and
14722                 one wrongly duplicate (thanks, maxbritov).
14723
14724 2006-03-02 [wwp]        2.0.0cvs99
14725
14726         * src/plugins/spamassassin/spamassassin.c
14727                 make sync calls to sa-learn/spamc to prevent
14728                 system (whatever local or client/server) overload.
14729
14730 2006-03-02 [colin]      2.0.0cvs98
14731
14732         * src/summaryview.c
14733                 Put the spam icon in the status column instead of the
14734                 mark one
14735
14736 2006-03-01 [colin]      2.0.0cvs97
14737
14738         * src/plugins/spamassassin/spamassassin.c
14739                 Fix segfault (g_file_set_contents fails for some 
14740                 reason and err==0x2f. Can't find out why with
14741                 valgrind, using working function :-)
14742
14743 2006-03-01 [colin]      2.0.0cvs96
14744
14745         * src/inc.c
14746                 Offline overriding: let 'No' be cached only 3 seconds
14747
14748 2006-03-01 [colin]      2.0.0cvs95
14749
14750         * src/addr_compl.c
14751         * src/addrbook.c
14752         * src/addressbook.c
14753         * src/addrindex.c
14754         * src/folder_item_prefs.c
14755         * src/headerview.c
14756         * src/imap.c
14757         * src/inc.c
14758         * src/ldif.c
14759         * src/mainwindow.c
14760         * src/mh.c
14761         * src/msgcache.c
14762         * src/prefs_common.h
14763         * src/prefs_msg_colors.c
14764         * src/procheader.c
14765         * src/procheader.h
14766         * src/procmime.c
14767         * src/procmsg.c
14768         * src/procmsg.h
14769         * src/send_message.h
14770         * src/simple-gettext.c
14771         * src/summaryview.c
14772         * src/summaryview.h
14773         * src/syldap.c
14774         * src/textview.c
14775         * src/undo.c
14776         * src/common/ssl_certificate.c
14777         * src/common/utils.c
14778         * src/gtk/colorsel.c
14779         * src/gtk/gtksctree.c
14780         * src/gtk/gtkshruler.c
14781         * src/plugins/trayicon/trayicon.c
14782                 #if 0 goes to /dev/null
14783
14784 2006-03-01 [colin]      2.0.0cvs94
14785
14786         * src/compose.c
14787         * src/imap.c
14788         * src/inc.c
14789         * src/inc.h
14790         * src/messageview.c
14791         * src/news.c
14792         * src/plugins/spamassassin/spamassassin.c
14793                 Allow to add information in the "working offline"
14794                 window
14795
14796 2006-03-01 [wwp]        2.0.0cvs93
14797
14798         * src/plugins/spamassassin/spamassassin.c
14799                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14800                 'cause it seems that calling `spamc ... < inputfile` with
14801                 g_spawn_(a)sync simply.. erm doesn't work :-).
14802
14803 2006-03-01 [wwp]        2.0.0cvs92
14804
14805         * src/toolbar.c
14806         * src/toolbar.h
14807                 simplify the adding of spam/ham button to the messageview toolbar
14808                 (it gets more clear now that the same button will be "Mark as spam"
14809                 or "Mark as ham" according to the current message status,
14810                 thanks to Colin).
14811
14812 2006-03-01 [wwp]        2.0.0cvs91
14813
14814         * src/messageview.c
14815         * src/procmsg.c
14816         * src/procmsg.h
14817         * src/summaryview.c
14818         * src/plugins/spamassassin/spamassassin.c
14819         * src/plugins/spamassassin/spamassassin.h
14820                 make learner callbacks return a status (0 for ok),
14821                 handle it in main code to avoid setting flags when learning failed,
14822                 don't learn on TCP if offline in spamassassin,
14823                 thanks to Colin.
14824
14825                 
14826
14827 2006-03-01 [wwp]        2.0.0cvs90
14828
14829         * src/compose.c
14830                 some work around the compose window's account menu,
14831                 patch by Fabien Vantard.
14832
14833 2006-03-01 [wwp]        2.0.0cvs89
14834
14835         * src/plugins/spamassassin/spamassassin.c
14836                 fixed bad logics, was using spamc in local mode and sa-learn
14837                 in remote mode (thanks, Colin).
14838
14839 2006-03-01 [wwp]        2.0.0cvs88
14840
14841         * src/plugins/spamassassin/spamassassin.c
14842         * src/plugins/spamassassin/spamassassin.h
14843         * src/plugins/spamassassin/spamassassin_gtk.c
14844                 made processing of emails w/ sa-plugin an option (default is TRUE),
14845                 fixed Engrish some tooltips, capitalization of some debug messages
14846                 and warnings. The spamassassin plugin now provides two separate
14847                 services: process emails upon incorporation and spamd training.
14848                 Both services (un)register independently but use some common
14849                 plugin settings (transport settings, spam storage location).
14850
14851 2006-02-28 [wwp]        2.0.0cvs87
14852
14853         * src/plugins/spamassassin/spamassassin.c
14854                 fix async flag to spamc cmdline execution (batch exec should
14855                 be asynchronous).
14856
14857 2006-02-27 [wwp]        2.0.0cvs86
14858
14859         * src/plugins/spamassassin/spamassassin.c
14860         * src/plugins/spamassassin/spamassassin.h
14861         * src/plugins/spamassassin/spamassassin_gtk.c
14862                 - added the ability to learn a remote spamassassin server (spamd),
14863                 using spamc.
14864                 - added the spamassassin option 'username', that applies to all
14865                 spamassassin operations (filtering, learning, local or remote).
14866                 The default username is the current unix user (if left blank
14867                 from gtk prefs or config file).
14868                 - commented out some unused code (notebook widget), removed unused
14869                 layout (hbox1).
14870                 - make more widgets sensitive to the transport type.
14871
14872 2006-02-27 [colin]      2.0.0cvs85
14873
14874         * src/plugins/spamassassin/spamassassin.c
14875                 Fix sa-learn call when offline
14876
14877 2006-02-27 [colin]      2.0.0cvs84
14878
14879         * configure.ac
14880         * src/Makefile.am
14881         * src/mainwindow.c
14882         * src/mainwindow.h
14883         * src/messageview.c
14884         * src/messageview.h
14885         * src/prefs_toolbar.c
14886         * src/procmsg.c
14887         * src/stock_pixmap.c
14888         * src/stock_pixmap.h
14889         * src/summaryview.c
14890         * src/toolbar.c
14891         * src/toolbar.h
14892         * src/pixmaps/ham_btn.xpm
14893         * src/pixmaps/spam.xpm
14894         * src/pixmaps/spam_btn.xpm
14895         * src/plugins/spamassassin/spamassassin.c
14896                 Add button in toolbar for spam learning
14897                 Fix a few bugs from the last related commit
14898                 Revert 1.9.6cvs23 which messed up shift-selection
14899
14900 2006-02-24 [colin]      2.0.0cvs83
14901
14902         * src/procmsg.c
14903         * src/summaryview.c
14904         * src/summaryview.h
14905         * src/plugins/spamassassin/spamassassin.c
14906         * src/plugins/spamassassin/spamassassin.h
14907         * src/plugins/spamassassin/spamassassin_gtk.c
14908                 Unregister learner when spamassassin is either
14909                 disabled or over tcp
14910
14911 2006-02-24 [colin]      2.0.0cvs82
14912
14913         * src/Makefile.am
14914         * src/mainwindow.c
14915         * src/mainwindow.h
14916         * src/procmsg.c
14917         * src/procmsg.h
14918         * src/stock_pixmap.c
14919         * src/stock_pixmap.h
14920         * src/summaryview.c
14921         * src/summaryview.h
14922         * src/gtk/icon_legend.c
14923         * src/pixmaps/spam.xpm  ** NEW FILE **
14924         * src/plugins/spamassassin/spamassassin.c
14925         * src/plugins/spamassassin/spamassassin_gtk.c
14926                 Add spam learning interface (Mark/Mark as 
14927                 (spam|ham) menus)
14928
14929 2006-02-24 [wwp]        2.0.0cvs81
14930
14931         * src/compose.c
14932         * src/compose.h
14933         * src/filtering.c
14934                 hide compose window when sending message in batch mode
14935                 (filtering: forward and redirect). Also fixed a wrong
14936                 value returned when sending failed, neutral anyway.
14937                 (Colin, me) 
14938
14939 2006-02-24 [wwp]        2.0.0cvs80
14940
14941         * src/mainwindow.c
14942                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14943
14944 2006-02-24 [paul]       2.0.0cvs79
14945
14946         * src/news.c
14947         * src/news.h
14948         * src/news_gtk.c
14949                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14950                 Thanks to Colin
14951
14952 2006-02-23 [colin]      2.0.0cvs78
14953
14954         * src/alertpanel.c
14955                 Change OK to Close in alertpanel with View log
14956                 button; add accel to View log. Patch by Fabien
14957                 Vantard
14958
14959 2006-02-23 [wwp]        2.0.0cvs77
14960
14961         * src/compose.c
14962                 silly me, there were much more tests to perform, since toolbars can
14963                 really have down to 1 element only.
14964
14965 2006-02-23 [wwp]        2.0.0cvs76
14966
14967         * commitHelper
14968                 fixed indentation from my previous commit. Fallback to VISUAL if
14969                 EDITOR is not set (and to vi, at last resort).
14970
14971 2006-02-23 [wwp]        2.0.0cvs75
14972
14973         * commitHelper
14974                 improved error detection (Colin, me).
14975
14976 2006-02-23 [wwp]        2.0.0cvs74
14977
14978         * src/prefs_toolbar.c
14979                 simplify and fix prefs/toolbars layouting. Combos' contents can
14980                 now be really displayed.
14981
14982 2006-02-23 [wwp]        2.0.0cvs73
14983         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14984         be really displayed.
14985
14986 2006-02-22 [wwp]        2.0.0cvs72
14987
14988         * src/compose.c
14989                 fix a typo in my previous commit (sorry!).
14990
14991 2006-02-22 [wwp]        2.0.0cvs71
14992
14993         * src/prefs_toolbar.c
14994                 fix a crash when adding separators to toolbars,
14995                 also fix some separator item information.
14996
14997 2006-02-22 [wwp]        2.0.0cvs70
14998
14999         * src/compose.c
15000                 fix a crash when redirecting (for instance) when compose window's
15001                 toolbar contents has been customized (when some buttons have been
15002                 removed in fact).
15003
15004 2006-02-21 [wwp]        2.0.0cvs69
15005
15006         * src/summaryview.c
15007         * src/gtk/pluginwindow.c
15008         * src/plugins/pgpcore/prefs_gpg.c
15009                 fix some compilation warnings (feat. remains of removed code).
15010
15011 2006-02-21 [wwp]        2.0.0cvs68
15012
15013         * src/gtk/gtkutils.c
15014                 fix two compilation issues, thanks to Stephan Sachse.
15015
15016 2006-02-20 [colin]      2.0.0cvs67
15017
15018         * src/mainwindow.c
15019                 Don't reselect displayed mail on refocus
15020                 This fixes actions misbehaving 
15021
15022 2006-02-20 [wwp]        2.0.0cvs66
15023
15024         * src/summaryview.c
15025         * src/gtk/gtksctree.c
15026         * src/gtk/gtkshruler.c
15027                 changed more runtime typecast checks.
15028
15029 2006-02-20 [wwp]        2.0.0cvs65
15030
15031         * src/summary_search.c
15032                 find all - summaryview refresh issue fixed, thanks to Colin.
15033
15034 2006-02-20 [wwp]        2.0.0cvs64
15035
15036         * src/gtk/gtkutils.c
15037                 better runtime typecast checks.
15038
15039 2006-02-20 [wwp]        2.0.0cvs63
15040
15041         * src/summary_search.c
15042                 enhancements to the summary search:
15043                         - add the ability to stop the running search
15044                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15045                         - don't search if no criteria (From/To/Subject/Body) is set
15046                         - ensure that a busy mouse pointer is always shown when searching,
15047                           show it even a bit earlier
15048
15049 2006-02-19 [colin]      2.0.0cvs62
15050
15051         * src/compose.c
15052         * src/imap.c
15053         * src/etpan/imap-thread.c
15054         * src/etpan/imap-thread.h
15055                 (Future) IMAP speed improvement on sending
15056                 Will require a libetpan update
15057         * src/summaryview.c
15058         * src/gtk/quicksearch.c
15059                 Make quicksearch clearable while running.
15060
15061 2006-02-17 [colin]      2.0.0cvs61
15062
15063         * src/imap.c
15064         * src/etpan/imap-thread.c
15065         * src/etpan/imap-thread.h
15066                 Check for IMAP certificates
15067                 ** Requires libetpan-0.42-cvs4 
15068                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15069
15070 2006-02-17 [colin]      2.0.0cvs60
15071
15072         * src/messageview.c
15073         * src/prefs_common.c
15074         * src/prefs_common.h
15075         * src/prefs_message.c
15076                 Add pref to display HTML-only mails with plugin, 
15077                 if possible (defaulting to FALSE of course).
15078
15079 2006-02-16 [colin]      2.0.0cvs59
15080
15081         * src/main.c
15082         * src/common/plugin.c
15083         * src/common/plugin.h
15084         * src/gtk/pluginwindow.c
15085                 Keep track of requested (but unloaded) plugins
15086                 in some error cases.
15087
15088 2006-02-16 [wwp]        2.0.0cvs58
15089
15090         * src/gtk/gtkaspell.c
15091         * src/gtk/gtkaspell.h
15092         * src/prefs_spelling.c
15093         * src/compose.c
15094         * src/prefs_common.c
15095         * src/prefs_common.h
15096                 implemented new optional spellchecker behaviour: re-check message when
15097                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15098
15099 2006-02-16 [wwp]        2.0.0cvs57
15100
15101         * src/quote_fmt_parse.y
15102                 pclose popen'ed pipe.
15103
15104 2006-02-15 [colin]      2.0.0cvs56
15105
15106         * src/mimeview.c
15107         * src/mimeview.h
15108                 Let MimeViewers know which MimeView they
15109                 depend of.
15110         * src/summaryview.c
15111                 Swap From/To columns in Sent/Queue/Drafts
15112                 folders
15113         * src/etpan/imap-thread.c
15114                 Use mailstream_low_tls_open() for STARTTLS
15115                 instead of mailstream_low_ssl_open()
15116                 ** REQUIRES libetpan 0.42cvs3 **
15117
15118 2006-02-15 [wwp]        2.0.0cvs55
15119
15120         * src/compose.c
15121         * src/compose.h
15122         * src/message_search.c
15123         * src/message_search.h
15124         * src/textview.c
15125         * src/gtk/gtkutils.c
15126         * src/gtk/gtkutils.h
15127                 added the ability to Find text in the compose window (and a bit
15128                 of code factorization).
15129
15130 2006-02-15 [wwp]        2.0.0cvs54
15131
15132         * src/prefs_gtk.c
15133                 yet another one file was missing (fix for some widgets' sensitivity).
15134                 Thanks Colin!
15135
15136 2006-02-15 [wwp]        2.0.0cvs53
15137
15138         * src/prefs_gtk.h
15139                 oops forgot that file (fix for some widgets' sensitivity).
15140
15141 2006-02-15 [wwp]        2.0.0cvs52
15142
15143         * src/summary_search.c
15144                 implemented advanced summary search options (added the ability
15145                 to use matcher conditions in an advanced search mode).
15146
15147 2006-02-15 [wwp]        2.0.0cvs51
15148
15149         * src/plugins/pgpcore/prefs_gpg.c
15150         * src/prefs_account.c
15151                 fix some widget sensitivity, mostly around some labels in
15152                 account prefs.
15153
15154 2006-02-15 [paul]       2.0.0cvs50
15155
15156         * manual/advanced.xml
15157                 improve Templates info
15158                 written by wwp
15159
15160 2006-02-14 [colin]      2.0.0cvs49
15161
15162         * src/pixmaps/address_book.xpm
15163         * src/pixmaps/preferences.xpm
15164         * src/pixmaps/properties.xpm
15165                 Fix pixmap size - patch by Fabien Vantard
15166
15167 2006-02-13 [colin]      2.0.0cvs48
15168
15169         * src/procmime.c
15170                 Add missing fclose()s on error
15171         * src/textview.c
15172                 Remove unused code
15173         * src/common/utils.c
15174                 Fix temp files not being deleted on windows
15175         Patches by Thomas Gilgin
15176
15177 2006-02-13 [colin]      2.0.0cvs47
15178
15179         * src/mainwindow.c
15180                 Fix exit crash
15181
15182 2006-02-13 [wwp]        2.0.0cvs46
15183
15184         * src/plugins/pgpcore/prefs_gpg.c
15185                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15186
15187 2006-02-12 [colin]      2.0.0cvs45
15188
15189         * src/folderview.c
15190         * src/main.c
15191         * src/mainwindow.c
15192                 Fix "stuff" when quitting
15193
15194 2006-02-12 [wwp]        2.0.0cvs44
15195
15196         * src/prefs_themes.c
15197                 fix typos in debug messages.
15198
15199 2006-02-11 [colin]      2.0.0cvs43
15200
15201         * src/summaryview.c
15202                 don't allow drag/drop from ourself
15203
15204 2006-02-10 [wwp]        2.0.0cvs42
15205
15206         * src/exporthtml.c
15207         * src/html.c
15208         * src/html.h
15209         * src/procmime.c
15210         * src/textview.c
15211                 renamed html_ prefixed functions and data structures to avoid
15212                 namespace clashes w/ other software (gtkhtml2 for instance).
15213                 Closes bug #907.
15214
15215
15216 2006-02-09 [colin]      2.0.0cvs41
15217
15218         * src/summaryview.c
15219                 Fix shitty logic messed up. Thanks Ticho for the hint!
15220
15221 2006-02-09 [wwp]        2.0.0cvs40
15222
15223         * src/gtk/about.c
15224         * src/compose.c
15225         * src/prefs_account.c
15226         * src/prefs_gtk.h
15227         * src/editaddress.c
15228                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15229                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15230                 Browse buttons in accounts prefs.
15231
15232 2006-02-09 [colin]      2.0.0cvs39
15233
15234         * src/matcher.c
15235                 Check for pointer before using its members
15236         * src/gtk/gtksourceprintjob.c
15237                 Fix a wrong warning
15238
15239 2006-02-09 [wwp]        2.0.0cvs38
15240
15241         * src/gtk/filesel.c
15242                 fix few compiler warnings (type mismatch).
15243
15244 2006-02-09 [paul]       2.0.0cvs37
15245
15246         * po/fr.po
15247                 updated by Fabien Vantard
15248
15249 2006-02-08 [colin]      2.0.0cvs36
15250
15251         * src/prefs_common.c
15252         * src/common/defs.h
15253         * src/common/plugin.c
15254                 allow windows and linux configurations to coexist
15255                 patch by Thomas Gilgin
15256
15257 2006-02-08 [colin]      2.0.0cvs35
15258
15259         * src/filtering.c
15260         * src/matcher.c
15261         * src/matcher.h
15262         * src/matcher_parser_parse.y
15263         * src/prefs_filtering_action.c
15264         * src/prefs_matcher.c
15265                 Add the "Ignore thread" filtering
15266                 action
15267
15268 2006-02-08 [colin]      2.0.0cvs34
15269
15270         * src/compose.c
15271         * src/procmime.c
15272         * src/procmime.h
15273                 Fix bug #905 (damaged attachment)
15274                 text files with raw \0's aren't really text files
15275         FOR_STABLE
15276
15277 2006-02-08 [colin]      2.0.0cvs33
15278
15279         * src/summaryview.c
15280                 Fix crasher introduced yesterday
15281
15282 2006-02-08 [wwp]        2.0.0cvs32
15283
15284         * src/compose.c
15285         * src/compose.h
15286                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15287
15288 2006-02-08 [wwp]        2.0.0cvs31
15289
15290         * src/prefs_template.c
15291                 templates enhancement: allow address completion for Cc and Bcc fields
15292                 (it was currently possible for the To field only)
15293
15294 2006-02-08 [colin]      2.0.0cvs30
15295
15296         * src/compose.c
15297                 Don't unblock if not blocked
15298         FOR_STABLE
15299
15300 2006-02-07 [colin]      2.0.0cvs29
15301
15302         * src/action.c
15303                 Forgot to refresh summaryview
15304
15305 2006-02-07 [colin]      2.0.0cvs28
15306
15307         * src/action.c
15308                 Freeze/thaw message list and folder list while
15309                 processing %as{} actions 
15310         * src/compose.c
15311                 Fix auto-wrap disabling after a middle-click
15312                 paste - FOR_STABLE
15313
15314 2006-02-07 [paul]       2.0.0cvs27
15315
15316         * src/folder.c
15317                 fix freeing of uninitialised pointers
15318                 Thanks to Colin
15319
15320 2006-02-06 [colin]      2.0.0cvs26
15321
15322         * src/folder.c
15323                 Use g_slist_prepend in potentially big list
15324
15325 2006-02-06 [colin]      2.0.0cvs25
15326
15327         * src/folder.c
15328                 Completely skip processing if it doesn't 
15329                 exist (faster!)
15330
15331 2006-02-06 [colin]      2.0.0cvs24
15332
15333         * src/folder.c
15334         * src/summaryview.c
15335                 Batch filtering in summaryview (from Tools menu)
15336                 and pre/post//-processing too
15337
15338 2006-02-06 [colin]      2.0.0cvs23
15339
15340         * src/procmsg.h
15341         * src/filtering.c
15342                 Use a special field for batch filtering instead
15343                 of stepping on deferred execution's toes
15344
15345 2006-02-06 [colin]      2.0.0cvs22
15346
15347         * src/action.c
15348         * src/filtering.c
15349         * src/filtering.h
15350         * src/folder.c
15351         * src/summaryview.c
15352                 Fix filtering via menus and actions
15353
15354 2006-02-06 [colin]      2.0.0cvs21
15355
15356         * src/imap.c
15357                 Put the added file directly to cache if possible (will work
15358                 with next libetpan)
15359         * src/filtering.c
15360         * src/filtering.h
15361         * src/inc.c
15362         * src/folder.c
15363         * src/mbox.c
15364         * src/procmsg.h
15365                 Move and copy filtered messages by batches instead of one
15366                 by one - faster on IMAP
15367         * src/procmsg.c
15368                 Add a function that'll possibly be useful later
15369
15370 2006-02-06 [colin]      2.0.0cvs20
15371
15372         * src/addressbook.c
15373                 Use internal mime-type instead of text/plain for d'n'd
15374         * src/compose.c
15375                 Allow attaching files from mimeview's icon list via d'n'd
15376         * src/folderview.c
15377         * src/folderview.h
15378                 Use internal mime-type instead of text/plain for d'n'd
15379                 Don't try to selected opened folder if none is
15380                 Factorize d'n'd from other apps code
15381         * src/headerview.c
15382         * src/textview.c
15383         * src/gtk/gtkutils.c
15384         * src/gtk/gtkutils.h
15385                 Factorize Face/X-Face stuff
15386         * src/mimeview.c
15387                 Fix d'n'd to other apps
15388         * src/prefs_message.c
15389                 Let the XFace pref be usable without libcompface as it also
15390                 applies to Face
15391         * src/summaryview.c
15392                 Fix d'n'd to other apps
15393                 Factorize d'n'd from other apps code
15394
15395 2006-02-06 [wwp]        2.0.0cvs19
15396
15397         * po/it.po
15398                 Italian translation fixes by Andrea Spadaccini (no more confusion
15399                 between filtering and processing, and few changes in the About
15400                 dialog).
15401
15402
15403 2006-02-06 [mones]      2.0.0cvs18
15404
15405         * src/gtk/icon_legend.c
15406                 Improved descriptions allowing better translations
15407
15408 2006-02-05 [colin]      2.0.0cvs17
15409
15410         * src/imap.c
15411                 Add the f*cking missing expunge that caused imap_fetch_env
15412                 to fail after an add_msgs ! :-///
15413         * src/etpan/imap-thread.c
15414                 Add a bit of debug
15415         FOR_STABLE
15416
15417 2006-02-05 [colin]      2.0.0cvs16
15418
15419         * src/common/utils.c
15420                 Don't check for return-path (or we can't put
15421                 back non-sent mails)
15422
15423 2006-02-05 [colin]      2.0.0cvs15
15424
15425         * src/textview.c
15426                 Don't try to display Face header in textview
15427                 when teh headerview's active
15428
15429 2006-02-05 [colin]      2.0.0cvs14
15430
15431         * tools/tbird2syl.py
15432         * tools/Makefile.am
15433                 Add script to import Thunderbird mails
15434
15435 2006-02-05 [colin]      2.0.0cvs13
15436
15437         * src/headerview.c
15438         * src/procheader.c
15439         * src/procmsg.c
15440         * src/procmsg.h
15441         * src/textview.c
15442                 Show Face headers - patch partially by Klaus Flittner
15443
15444 2006-02-05 [colin]      2.0.0cvs12
15445
15446         * src/folderview.c
15447         * src/summaryview.c
15448         * src/common/utils.c
15449         * src/common/utils.h
15450                 Let dnd work from mime icons to summaryview
15451                 and to folderview too
15452                 Add a crude test to avoid trying to add files
15453                 drag'n'dropped when they're not mails
15454
15455 2006-02-04 [colin]      2.0.0cvs11
15456
15457         * src/summaryview.c
15458         * src/mimeview.c
15459                 Fix utf8 conversion
15460
15461 2006-02-04 [colin]      2.0.0cvs10
15462
15463         * src/compose.c
15464         * src/folderview.c
15465         * src/mimeview.c
15466         * src/summaryview.c
15467         * src/summaryview.h
15468                 Added various drag and drop capas:
15469                 From                    To
15470                 summaryview             other apps
15471                 mimeview icons          other apps
15472                 other apps              summaryview
15473                 other apps              folderview
15474
15475                 This shouldn't have broken the existing:
15476                 From                    To
15477                 summaryview             folderview
15478                 folderview              folderview
15479                 summaryview             compose's attachments
15480
15481         Tests welcomed.
15482
15483 2006-02-02 [paul]       2.0.0cvs9
15484
15485         * src/mainwindow.c
15486                 move global option 'Set displayed columns...' out
15487                 of folder option grouping.
15488                 fix sensitivity of 'harvest addresses'
15489         FOR_STABLE
15490
15491 2006-02-01 [colin]      2.0.0cvs8
15492
15493         * src/mimeview.c
15494                 Revert the alertpanel patch, it sucks (intrusive
15495                 and gets in the way of "open")
15496
15497 2006-02-01 [colin]      2.0.0cvs7
15498
15499         * src/compose.c
15500         * src/prefs_account.c
15501         * src/prefs_common.c
15502         * src/common/defs.h
15503         * src/common/utils.c
15504         * src/common/utils.h
15505                 Add ability to edit the signature file
15506                 from the account preferences, and use
15507                 a default for the text editor.
15508                 Patch by Fabien Vantard
15509
15510 2006-02-01 [colin]      2.0.0cvs6
15511
15512         * src/mimeview.c
15513                 Try to get mime type by extension if it is
15514                 application/octet-stream
15515                 Display a window with possible choices when
15516                 encountering unknown mime types
15517         * src/gtk/filesel.c
15518         * src/gtk/filesel.h
15519                 Add preview
15520                 Allow multiple selection in filtered filesel
15521                 (patch by Fabien Vantard)
15522         * src/gtk/pluginwindow.c
15523                 Use it (patch by Fabien Vantard)
15524
15525 2006-02-01 [paul]       2.0.0cvs5
15526
15527         * src/jpilot.c
15528                 fix crash on creating jpilot address book
15529                 Thanks to Colin - FOR_STABLE
15530         * src/prefs_summaries.c
15531         * src/prefs_wrapping.c
15532         * src/gtk/icon_legend.c
15533         * src/gtk/quicksearch.c
15534                 string fixes and additions
15535
15536 2006-02-01 [paul]       2.0.0cvs4
15537
15538         * src/compose.c
15539         * src/mainwindow.c
15540         * src/messageview.c
15541         * src/prefs_send.c
15542                 add Arabic encoding option
15543                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15544
15545 2006-01-31 [colin]      2.0.0cvs3
15546
15547         * src/plugins/pgpcore/passphrase.c
15548                 Convert passphrase to locale encoding
15549         * src/compose.c
15550                 Fix drafting on IMAP. Crappy bug sneaked in
15551                 the release :-/
15552         FOR_STABLE
15553
15554 2006-01-30 [paul]       2.0.0cvs2
15555
15556         * src/gtk/icon_legend.c
15557                 show the new entries
15558
15559 2006-01-30 [colin]      2.0.0cvs1
15560
15561         * src/manual.c
15562                 Check for the file to be present before 
15563                 enabling the menu - FOR_STABLE
15564         * src/gtk/icon_legend.c
15565                 Add folders icons (not all of them, there
15566                 are too much, but the most intriguing ones)
15567
15568 2006-01-30 [paul]       2.0.0
15569
15570         version 2.0.0 released
15571
15572 [For previous entries, see ChangeLog.pre2.0.0]